:root {
  --ink: #081027;
  --ink-2: #111b35;
  --muted: #5b6477;
  --line: #dfe5f1;
  --panel: #ffffff;
  --soft: #f6f8fc;
  --violet: #8d48ff;
  --violet-2: #5c5cff;
  --blue: #3978ff;
  --cyan: #16c7b7;
  --green: #20c486;
  --red: #ff5364;
  --shadow: 0 24px 70px rgba(16, 24, 52, .16);
}

/* VYPR Golf-inspired brand polish */
:root {
  --ink: #f8fafc;
  --ink-2: #eef1f8;
  --muted: #aeb5c4;
  --line: rgba(255, 255, 255, .12);
  --panel: rgba(10, 14, 24, .72);
  --soft: rgba(8, 11, 20, .72);
  --violet: #933bff;
  --violet-2: #b26cff;
  --blue: #5b7cff;
  --green: #41d49a;
  --red: #ff6478;
  --radius: 8px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .42);
}

html {
  background: #02040a;
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 4%, rgba(94, 23, 214, .2), transparent 34rem),
    radial-gradient(circle at 15% 42%, rgba(112, 38, 255, .12), transparent 32rem),
    linear-gradient(180deg, #02040a 0%, #05070e 48%, #02040a 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0 44%, rgba(148, 58, 255, .12) 45%, transparent 58%),
    repeating-linear-gradient(164deg, transparent 0 22px, rgba(141, 51, 255, .055) 23px 24px);
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: .68;
}

.site-header,
main,
.site-footer {
  width: min(100% - 56px, 1320px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  inset: auto;
  min-height: 88px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(2, 4, 10, .9);
  backdrop-filter: blur(20px);
}

.brand {
  min-width: 196px;
}

.brand img {
  width: 196px;
}

.site-nav {
  gap: clamp(18px, 3vw, 44px);
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  position: relative;
  padding: 34px 0 30px;
  color: #f4f1fb;
  font-size: 15px;
  font-weight: 800;
}

.site-nav a.active,
.site-nav a:hover {
  color: var(--violet-2);
  border-color: transparent;
}

.site-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--violet);
}

.btn,
.assistant-card button,
.newsletter button {
  min-height: 52px;
  border-radius: var(--radius);
  font-weight: 850;
}

.btn-primary,
.assistant-card button,
.newsletter button {
  background: linear-gradient(135deg, #9f4cff, #671ce4);
  box-shadow: 0 22px 52px rgba(111, 27, 228, .34);
}

.btn-secondary,
.btn-outline {
  color: #fff;
  border-color: rgba(178, 108, 255, .66);
  background: rgba(76, 20, 157, .12);
}

.header-cta {
  padding: 0 26px;
}

.hero,
.pricing-hero {
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(30px, 5vw, 76px);
  min-height: 560px;
  padding: clamp(46px, 6vw, 78px) 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
}

.pricing-hero {
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
}

.hero-copy {
  max-width: 640px;
}

.tag,
.eyebrow {
  margin-bottom: 18px;
  color: var(--violet-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
}

h1 span,
h2 span {
  color: var(--violet);
}

.lead,
.hero-copy > p:not(.eyebrow):not(.tag) {
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.68;
}

.hero-actions {
  gap: 18px;
  margin: 30px 0;
}

.play-link {
  color: #fff;
  font-weight: 850;
}

.play-link small {
  color: var(--muted);
}

.trust-points {
  gap: 18px;
  color: #eef1f8;
}

.trust-points span::before,
.check-list li::before {
  width: 22px;
  height: 22px;
  color: var(--violet-2);
  border-color: var(--violet-2);
  font-weight: 900;
}

.product-frame {
  border-color: rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(10, 14, 24, .82);
  box-shadow: var(--shadow);
}

.product-main {
  background:
    radial-gradient(circle at 88% 0%, rgba(147, 59, 255, .18), transparent 15rem),
    rgba(10, 14, 24, .62);
}

.metric-grid div,
.panel,
.ai-console,
.mission-card,
.partner-card {
  border-color: rgba(255, 255, 255, .13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 72, 255, .14), transparent 12rem),
    rgba(10, 14, 24, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.metric-grid strong,
.product-top h3,
.panel h4 {
  color: #fff;
}

.product-top p,
.panel p,
.metric-grid span,
.metric-grid small {
  color: var(--muted);
}

.metric-grid small {
  color: var(--green);
}

.audience-strip,
.stats-band,
.newsletter,
.security-band,
.testimonial-row,
.logo-row,
.assistant-band,
.section {
  width: 100%;
}

.audience-strip,
.stats-band,
.newsletter,
.security-band,
.assistant-band,
.testimonial-row {
  margin: 38px 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(8, 11, 20, .72);
}

.audience-strip {
  padding: 28px;
}

.audience-strip p,
.logo-row p {
  color: var(--muted);
}

.section {
  padding: clamp(42px, 6vw, 82px) 0;
}

.dark-cards {
  width: 100%;
  max-width: none;
  padding: clamp(42px, 6vw, 82px) 0;
  color: #fff;
  background: transparent;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.section-block h2 {
  font-size: clamp(31px, 3.2vw, 46px);
  line-height: 1.18;
}

.section-heading p,
.split-showcase p,
.cta-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.feature-card,
.tool-card,
.price-card,
.resource-card,
.testimonial-row article,
.table-mock,
.article-list article {
  display: grid;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 72, 255, .16), transparent 12rem),
    rgba(10, 14, 24, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.feature-card h3,
.tool-card h3,
.price-card h2,
.resource-card h3 {
  color: #fff;
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1.24;
}

.feature-card p,
.tool-card p,
.resource-card p,
.price-card p,
.article-list span,
.table-mock span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.feature-card a,
.tool-card a,
.resource-card a,
.section-title-row a,
.module-card a,
.users {
  color: var(--violet-2) !important;
  font-weight: 850;
}

.icon,
.mini-window,
.resource-art {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(178, 108, 255, .54);
  border-radius: var(--radius);
  background: rgba(76, 20, 157, .12);
  box-shadow: 0 0 24px rgba(147, 59, 255, .12);
}

.mini-window,
.resource-art {
  width: 100%;
  height: 150px;
  background:
    radial-gradient(circle at 75% 18%, rgba(178, 108, 255, .28), transparent 8rem),
    linear-gradient(135deg, rgba(12, 17, 29, .95), rgba(34, 18, 68, .76));
}

.stats-band {
  grid-template-columns: 1.2fr repeat(4, 1fr);
  padding: 36px 42px;
}

.stat strong,
.metric-band strong {
  color: var(--violet-2);
}

.stat span,
.stats-band p {
  color: var(--muted);
}

.logo-row {
  margin: 48px 0;
}

.logo-row div {
  color: #d7dce9;
}

.light-product .product-frame,
.light-product .product-main,
.light-product .metric-grid div,
.light-product .panel {
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 72, 255, .16), transparent 12rem),
    rgba(10, 14, 24, .72);
  border-color: rgba(255, 255, 255, .13);
}

.light-product .product-top h3,
.light-product .metric-grid strong,
.light-product .panel h4 {
  color: #fff;
}

.light-product .product-top p,
.light-product .panel p,
.light-product .metric-grid span {
  color: var(--muted);
}

.tabs-row,
.topic-row,
.compare-table {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(8, 11, 20, .72);
}

.tabs-row span,
.topic-row span,
.compare-table span,
.compare-table b {
  color: #eef1f8;
  border-color: rgba(255, 255, 255, .1);
}

.tabs-row .active,
.topic-row .active {
  color: var(--violet-2);
  box-shadow: inset 0 -3px 0 var(--violet);
}

.showcase {
  padding: clamp(44px, 7vw, 88px) 12px;
}

.showcase h2,
.assistant-band h2,
.newsletter h2,
.security-band h2 {
  color: #fff;
}

.check-list li {
  color: #eef1f8;
}

.table-mock {
  color: #fff;
}

.table-mock p {
  border-color: rgba(255, 255, 255, .1);
}

.testimonial-row article {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-color: rgba(255, 255, 255, .1);
}

.console-header span,
.prompt,
.prompt-stack span,
.newsletter input,
.search-box input {
  border-color: rgba(255, 255, 255, .16);
  color: #fff;
  background: rgba(3, 7, 15, .82);
}

.search-box input::placeholder,
.newsletter input::placeholder {
  color: rgba(248, 250, 252, .56);
}

.resource-card small {
  color: var(--violet-2);
}

.article-list article b {
  color: #fff;
}

.newsletter,
.security-band,
.assistant-band {
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(120deg, rgba(15, 17, 31, .96), rgba(36, 16, 74, .64), rgba(8, 10, 18, .94)),
    repeating-linear-gradient(164deg, transparent 0 16px, rgba(178, 108, 255, .055) 17px 18px);
}

.partner-benefits {
  color: var(--muted);
}

.crown,
.badge {
  background: linear-gradient(135deg, #9f4cff, #671ce4);
}

.price-card strong {
  color: #fff;
}

.price-card small {
  color: var(--muted);
}

.compare-table p {
  border-color: rgba(255, 255, 255, .1);
}

.mission-card span,
.flow-row span {
  border-color: rgba(178, 108, 255, .54);
}

.flow-row span {
  color: #fff;
  background: rgba(76, 20, 157, .12);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  margin-top: 44px;
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
}

.site-footer p,
.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--violet-2);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 76px;
  }

  .site-nav {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(2, 4, 10, .96);
  }

  .site-nav a {
    padding: 8px 0;
  }

  .hero,
  .pricing-hero {
    grid-template-columns: 1fr;
  }
}

/* Trusted chambers logo strip */
.logo-row {
  padding: 48px 0 54px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.logo-row p {
  margin-bottom: 28px;
}

.chambers-logo-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 22px;
  align-items: center;
  justify-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.chambers-logo-grid img {
  display: block;
  width: 100%;
  max-width: 188px;
  height: 64px;
  object-fit: contain;
  opacity: .9;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, .28));
}

.chambers-logo-grid img:hover {
  opacity: 1;
}

@media (max-width: 1080px) {
  .chambers-logo-grid {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }
}

@media (max-width: 640px) {
  .chambers-logo-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 18px 12px;
  }
}

@media (max-width: 720px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 32px, 1320px);
  }

  .brand img {
    width: 172px;
  }

  .hero,
  .pricing-hero {
    padding-top: 36px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

/* Absolute final override: keep the real dashboard image large and untransformed. */
main .hero .hero-visual {
  transform: none !important;
  margin-top: -56px;
}

main .hero .hero-visual .product-shot {
  width: min(940px, 112%) !important;
  max-width: none !important;
  margin-left: -42px !important;
}

@media (max-width: 1080px) {
  main .hero .hero-visual {
    margin-top: 0;
  }

  main .hero .hero-visual .product-shot {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: 0 !important;
  }
}
/* Absolute final override: keep the real dashboard image large and untransformed. */
main .hero .hero-visual {
  transform: none !important;
  margin-top: -56px;
}

main .hero .hero-visual .product-shot {
  width: min(940px, 112%) !important;
  max-width: none !important;
  margin-left: -42px !important;
}

@media (max-width: 1080px) {
  main .hero .hero-visual {
    margin-top: 0;
  }

  main .hero .hero-visual .product-shot {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: 0 !important;
  }
}

/* Absolute final override: keep the real dashboard image large and untransformed. */
main .hero .hero-visual {
  transform: none !important;
  margin-top: -56px;
}

main .hero .hero-visual .product-shot {
  width: min(940px, 112%) !important;
  max-width: none !important;
  margin-left: -42px !important;
}

@media (max-width: 1080px) {
  main .hero .hero-visual {
    margin-top: 0;
  }

  main .hero .hero-visual .product-shot {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: 0 !important;
  }
}

/* Final hero screenshot sizing override. */
.hero {
  grid-template-columns: minmax(360px, .62fr) minmax(650px, 1.38fr);
  gap: clamp(18px, 3vw, 42px);
}

.hero-visual {
  align-self: center;
  margin-top: -56px;
  transform: none;
}

.hero-visual .product-shot {
  width: min(940px, 112%);
  max-width: none;
  margin-left: -42px;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    margin-top: 0;
  }

  .hero-visual .product-shot {
    width: 100%;
    max-width: 900px;
    margin-left: 0;
  }
}

/* Make the homepage/product screenshots prominent in the hero. */
.hero {
  grid-template-columns: minmax(360px, .62fr) minmax(650px, 1.38fr);
  gap: clamp(18px, 3vw, 42px);
}

.hero-visual {
  align-self: center;
  margin-top: -56px;
}

.hero-visual .product-shot {
  width: min(940px, 112%);
  max-width: none;
  margin-left: -42px;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    margin-top: 0;
  }

  .hero-visual .product-shot {
    width: 100%;
    max-width: 900px;
    margin-left: 0;
  }
}

/* Image-based brochure screenshots, modelled on VYPR Golf marketing assets. */
.product-shot,
.showcase-image {
  margin: 0;
}

.product-shot img,
.showcase-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 34px 90px rgba(0, 0, 0, .45));
}

.hero-visual {
  transform: none;
}

.hero-visual .product-shot {
  width: min(820px, 100%);
}

.product-shot-ai {
  width: min(820px, 100%);
}

.showcase-image {
  align-self: center;
}

.showcase-image img {
  border-radius: 18px;
}

.mini-window-ai {
  background-image: url("/static/img/screen-ai-workspace.png");
  background-position: center;
  background-size: cover;
}

/* Rich product screenshot mockups */
.product-screen {
  grid-template-columns: 142px minmax(0, 1fr);
  width: min(940px, 100%);
  height: 560px;
  min-height: 0;
  overflow: hidden;
  border-color: rgba(180, 120, 255, .22);
  background:
    linear-gradient(135deg, rgba(6, 10, 23, .98), rgba(18, 14, 38, .96)),
    radial-gradient(circle at 85% 5%, rgba(147, 59, 255, .32), transparent 18rem);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .52), 0 0 0 1px rgba(255, 255, 255, .04) inset;
}

.product-screen .product-main {
  overflow: hidden;
}

.product-screen .product-sidebar {
  gap: 10px;
  padding: 26px 18px;
  background:
    linear-gradient(180deg, rgba(4, 8, 19, .96), rgba(5, 10, 22, .82)),
    radial-gradient(circle at 0 20%, rgba(147, 59, 255, .22), transparent 12rem);
}

.product-screen .mini-logo {
  margin-bottom: 12px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 4px;
}

.product-screen .product-sidebar span {
  position: relative;
  padding: 8px 9px 8px 24px;
  color: rgba(238, 241, 248, .68);
  font-size: 11px;
  border-radius: 7px;
}

.product-screen .product-sidebar span::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 2px;
  transform: translateY(-50%);
  opacity: .75;
}

.product-screen .product-sidebar .side-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(103, 28, 228, .72), rgba(147, 59, 255, .42));
}

.product-screen .product-main {
  padding: 22px;
  background:
    radial-gradient(circle at 88% 0%, rgba(147, 59, 255, .22), transparent 15rem),
    linear-gradient(180deg, rgba(13, 17, 32, .84), rgba(7, 10, 21, .76));
}

.app-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.app-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(360px, 100%);
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  color: rgba(238, 241, 248, .55);
  background: rgba(3, 7, 15, .62);
  font-size: 12px;
}

.app-search svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.app-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.app-actions span {
  padding: 9px 12px;
  border-radius: 8px;
  color: #d9c4ff;
  background: rgba(147, 59, 255, .16);
  font-size: 11px;
  font-weight: 850;
}

.app-actions i,
.app-actions b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
}

.app-actions i::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid #c7b7ff;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.app-actions b {
  color: #fff;
  font-size: 11px;
  background: linear-gradient(135deg, #2b7fff, #9f4cff);
}

.product-screen .product-top {
  margin-bottom: 16px;
}

.product-screen .product-top h3 {
  font-size: 24px;
}

.product-screen .pill {
  color: #d9c4ff;
  border: 1px solid rgba(178, 108, 255, .24);
  background: rgba(147, 59, 255, .12);
}

.product-screen .metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-screen .metric-card {
  min-height: 104px;
  padding: 15px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035)),
    rgba(10, 14, 24, .78);
}

.product-screen .metric-card strong {
  margin: 4px 0;
  font-size: 30px;
}

.product-screen .metric-card small {
  color: #41d49a;
}

.product-screen .dashboard-lower {
  display: grid;
  grid-template-columns: 1.15fr .9fr;
  gap: 12px;
  margin-top: 12px;
}

.product-screen .panel {
  min-width: 0;
  padding: 16px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 90% 0%, rgba(147, 59, 255, .16), transparent 10rem),
    rgba(9, 13, 27, .72);
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.panel-head h4 {
  margin: 0;
  font-size: 14px;
}

.panel-head a,
.panel-head span {
  color: #b26cff;
  font-size: 11px;
  font-weight: 850;
}

.matter-row {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.matter-row:first-of-type {
  border-top: 0;
}

.matter-row b,
.ai-result b {
  display: block;
  color: #fff;
  font-size: 12px;
}

.matter-row small,
.ai-result p,
.chart-panel small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.matter-row em {
  padding: 5px 7px;
  border-radius: 999px;
  color: #46e0a0;
  background: rgba(65, 212, 154, .12);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.matter-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5b7cff;
  box-shadow: 0 0 18px rgba(91, 124, 255, .5);
}

.matter-dot.high {
  background: #41d49a;
}

.matter-dot.warm {
  background: #ffc857;
}

.ai-result {
  margin-bottom: 13px;
  padding: 13px;
  border: 1px solid rgba(65, 212, 154, .2);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(65, 212, 154, .14), rgba(147, 59, 255, .1));
}

.ai-result span {
  display: block;
  color: #bfffe4;
  font-size: 11px;
  font-weight: 850;
}

.ai-result p {
  margin: 8px 0 0;
}

.pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #41d49a;
  box-shadow: 0 0 0 6px rgba(65, 212, 154, .12);
}

.product-screen .schedule p {
  padding: 9px 0;
}

.product-screen .chart-panel strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.product-screen .chart-bars {
  height: 74px;
}

.hero .product-screen .metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero .product-screen .dashboard-lower {
  grid-template-columns: 1.15fr .9fr;
}

.hero .product-screen .chart-panel {
  display: block;
}

@media (max-width: 1080px) {
  .product-screen .metric-grid,
  .hero .product-screen .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-screen .dashboard-lower,
  .hero .product-screen .dashboard-lower {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .product-screen {
    grid-template-columns: 1fr;
    height: auto;
  }

  .app-toolbar,
  .product-screen .product-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 48px;
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 210px;
}

.brand img {
  display: block;
  width: 208px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  font-size: 15px;
  font-weight: 600;
}

.site-nav a {
  color: rgba(255, 255, 255, .88);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a.active,
.site-nav a:hover {
  color: #fff;
  border-color: var(--violet);
}

.nav-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 18px 34px rgba(92, 92, 255, .28);
}

.btn-secondary,
.btn-outline {
  color: #fff;
  border-color: rgba(141, 72, 255, .85);
  background: rgba(5, 11, 29, .25);
}

.btn-outline {
  color: var(--violet-2);
  background: #fff;
}

.hero,
.pricing-hero {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(340px, .65fr) minmax(560px, 1.1fr);
  gap: 34px;
  align-items: center;
  min-height: 760px;
  padding: 128px 48px 72px;
  color: #fff;
  background:
    radial-gradient(circle at 60% 22%, rgba(92, 92, 255, .18), transparent 32%),
    radial-gradient(circle at 8% 88%, rgba(22, 199, 183, .08), transparent 34%),
    linear-gradient(135deg, #030817 0%, #071124 52%, #030817 100%);
}

.hero > *,
.pricing-hero > * {
  max-width: 1440px;
}

.hero-copy {
  max-width: 640px;
}

.tag,
.eyebrow {
  margin: 0 0 22px;
  color: #aa89ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 span,
h2 span {
  color: #8d6bff;
}

.lead {
  max-width: 620px;
  color: rgba(255, 255, 255, .78);
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 36px 0;
}

.play-link {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  font-weight: 800;
}

.play-link small {
  color: rgba(255, 255, 255, .65);
  font-weight: 500;
}

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
}

.trust-points span::before,
.check-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid var(--violet);
  border-radius: 999px;
  color: #9f78ff;
  font-size: 11px;
}

.hero-visual {
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg) scale(.96);
  transform-origin: left center;
}

.product-frame {
  display: grid;
  grid-template-columns: 150px 1fr;
  width: min(860px, 100%);
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(167, 182, 220, .22);
  border-radius: 22px;
  background: #0a1226;
  box-shadow: var(--shadow);
}

.product-sidebar {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 28px 20px;
  color: rgba(255, 255, 255, .7);
  background: rgba(3, 8, 23, .72);
  font-size: 12px;
}

.mini-logo {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
}

.product-sidebar span {
  padding: 8px 10px;
  border-radius: 7px;
}

.product-sidebar .side-active {
  color: #fff;
  background: rgba(92, 92, 255, .35);
}

.product-main {
  padding: 30px;
}

.product-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.product-top h3 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 23px;
}

.product-top p,
.panel p {
  color: rgba(255, 255, 255, .62);
}

.pill {
  align-self: start;
  padding: 8px 14px;
  border-radius: 8px;
  color: #c9b7ff;
  background: rgba(141, 72, 255, .16);
  font-size: 12px;
  font-weight: 800;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.metric-grid div,
.panel,
.ai-console,
.mission-card {
  border: 1px solid rgba(167, 182, 220, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

.metric-grid div {
  padding: 18px;
}

.metric-grid span,
.metric-grid small {
  display: block;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
}

.metric-grid strong {
  display: block;
  color: #fff;
  font-size: 30px;
}

.metric-grid small {
  color: var(--green);
}

.dashboard-lower {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.panel {
  padding: 20px;
}

.panel h4 {
  margin: 0 0 12px;
  color: #fff;
}

.schedule {
  grid-row: auto;
}

.schedule p {
  display: block;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.schedule span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .45);
}

.schedule b {
  display: inline-block;
  min-width: 52px;
}

.assistant-card button,
.newsletter button {
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-weight: 800;
  padding: 10px 16px;
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 58px;
  margin-top: 14px;
}

.chart-bars i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #8d6bff, rgba(92, 92, 255, .25));
}

.chart-bars i:nth-child(2) { height: 55%; }
.chart-bars i:nth-child(3) { height: 70%; }
.chart-bars i:nth-child(4) { height: 46%; }
.chart-bars i:nth-child(5) { height: 80%; }
.chart-bars i:nth-child(6) { height: 66%; }
.chart-bars i:nth-child(7) { height: 92%; }
.chart-bars i:first-child { height: 38%; }

.audience-strip,
.stats-band,
.newsletter,
.security-band,
.testimonial-row,
.logo-row {
  width: min(1320px, calc(100% - 72px));
  margin: 48px auto;
  border-radius: 16px;
}

.audience-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, #071124, #0d1730);
}

.audience-strip p {
  flex-basis: 100%;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
}

.audience-strip span {
  font-size: 20px;
  font-weight: 800;
}

.section {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  padding: 54px 0;
}

.dark-cards {
  width: 100%;
  max-width: none;
  padding: 72px max(48px, calc((100vw - 1320px) / 2)) 64px;
  color: #fff;
  background: #071124;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.14;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.dark-cards .section-heading p {
  color: rgba(255, 255, 255, .72);
}

.feature-grid,
.tool-grid,
.pricing-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card,
.tool-card,
.price-card,
.resource-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(117, 131, 163, .22);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 27, 57, .06);
}

.dark-cards .feature-card {
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
}

.feature-card h3,
.tool-card h3,
.price-card h2,
.resource-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
}

.feature-card p,
.tool-card p,
.resource-card p,
.price-card p {
  color: var(--muted);
}

.dark-cards .feature-card p {
  color: rgba(255, 255, 255, .66);
}

.feature-card a,
.tool-card a,
.resource-card a,
.section-title-row a {
  color: var(--violet-2);
  font-weight: 800;
}

.icon,
.mini-window,
.resource-art {
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(57, 120, 255, .95), rgba(141, 72, 255, .95));
}

.icon-brain { background: linear-gradient(135deg, #6f42ff, #28105c); }
.icon-briefcase { background: linear-gradient(135deg, #2e8cff, #13386e); }
.icon-users { background: linear-gradient(135deg, #28c99a, #123e3c); }
.icon-sparkles { background: linear-gradient(135deg, #bd5cff, #4a2280); }
.icon-shield { background: linear-gradient(135deg, #3978ff, #102d64); }
.icon-chart { background: linear-gradient(135deg, #14c7bd, #135065); }
.icon-calendar { background: linear-gradient(135deg, #ff9f1c, #5c2c08); }
.icon-lock { background: linear-gradient(135deg, #7d5cff, #1d2b63); }

.stats-band {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 18px;
  align-items: center;
  padding: 42px;
  color: #fff;
  background: linear-gradient(135deg, #0b1429, #111a34);
}

.stats-band h2 {
  font-size: 32px;
  line-height: 1.18;
}

.stat {
  min-height: 150px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.stat strong {
  display: block;
  font-size: 52px;
}

.stat span,
.stats-band p {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.logo-row {
  text-align: center;
  color: var(--muted);
}

.logo-row p {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 800;
}

.logo-row div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  font-family: Georgia, serif;
  font-size: 30px;
}

.split-light,
.resources-hero {
  background:
    radial-gradient(circle at 70% 10%, rgba(141, 72, 255, .14), transparent 30%),
    linear-gradient(135deg, #030817, #071124);
}

.light-product .product-frame {
  background: #f7f9fd;
}

.light-product .product-main {
  background: #fff;
}

.light-product .product-top h3,
.light-product .metric-grid strong,
.light-product .panel h4 {
  color: var(--ink);
}

.light-product .product-top p,
.light-product .panel p,
.light-product .metric-grid span {
  color: var(--muted);
}

.light-product .metric-grid div,
.light-product .panel {
  background: #fff;
  border-color: var(--line);
}

.tabs-row,
.topic-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  overflow: hidden;
  margin-bottom: 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.tabs-row span,
.topic-row span {
  padding: 22px 14px;
  border-right: 1px solid var(--line);
  text-align: center;
  color: #47536b;
  font-weight: 700;
  font-size: 14px;
}

.tabs-row .active,
.topic-row .active {
  color: var(--violet-2);
  box-shadow: inset 0 -3px 0 var(--violet-2);
}

.showcase {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 42px;
  align-items: center;
}

.showcase h2 {
  font-size: 34px;
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  margin: 9px 0;
  color: #2b3448;
}

.table-mock {
  padding: 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.table-mock p {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.table-mock span {
  color: var(--muted);
}

.table-mock b {
  color: var(--green);
}

.table-mock .urgent {
  color: var(--red);
}

.light {
  grid-template-columns: repeat(4, 1fr);
}

.testimonial-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
}

.testimonial-row article {
  min-height: 180px;
  padding: 30px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.ai-console {
  padding: 30px;
  color: #fff;
  background: rgba(255, 255, 255, .04);
  box-shadow: var(--shadow);
}

.console-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.console-header span,
.prompt {
  border-radius: 8px;
  background: rgba(141, 72, 255, .32);
  padding: 9px 14px;
}

.prompt {
  width: fit-content;
  margin-left: auto;
}

.answer {
  margin: 18px 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(4, 10, 24, .58);
}

.console-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.console-stats span {
  color: rgba(255, 255, 255, .65);
}

.console-stats b {
  display: block;
  color: #fff;
  font-size: 34px;
}

.tool-grid {
  grid-template-columns: repeat(4, 1fr);
}

.mini-window {
  width: 100%;
  height: 150px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .55)),
    linear-gradient(135deg, rgba(57, 120, 255, .3), rgba(141, 72, 255, .3));
  border: 1px solid var(--line);
}

.assistant-band,
.newsletter,
.security-band {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  align-items: center;
  width: min(1320px, calc(100% - 72px));
  margin: 20px auto 64px;
  padding: 42px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #061024, #121b36);
}

.prompt-stack {
  display: grid;
  gap: 14px;
}

.prompt-stack span,
.newsletter input {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background: rgba(255, 255, 255, .06);
}

.search-box input,
.newsletter input {
  width: 100%;
  min-height: 54px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 9px;
  background: rgba(255, 255, 255, .06);
  padding: 0 18px;
}

.resource-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
  font-weight: 800;
  font-size: 13px;
}

.section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.resource-grid {
  margin-bottom: 34px;
}

.resource-card small {
  color: var(--violet-2);
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.resource-art {
  width: 100%;
  height: 180px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(5, 8, 18, .72);
}

.resource-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border: 0;
}

.topic-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 20px;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.article-list article {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.article-list span {
  color: var(--muted);
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.pricing-hero {
  grid-template-columns: .75fr 1fr;
  min-height: 560px;
}

.partner-card {
  padding: 34px;
  border: 1px solid rgba(141, 72, 255, .35);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(141, 72, 255, .11));
}

.crown {
  display: inline-grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-size: 12px;
  font-weight: 900;
}

.partner-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 26px 0;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
}

.billing-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  font-weight: 800;
}

.billing-toggle i {
  width: 56px;
  height: 30px;
  border-radius: 999px;
  background: #d6dbe7;
}

.billing-toggle b {
  color: #0f8a5f;
  background: #dff7ea;
  padding: 6px 9px;
  border-radius: 999px;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  margin-bottom: 36px;
}

.price-card {
  padding: 34px;
}

.price-card.popular {
  border-color: var(--violet);
  box-shadow: 0 16px 52px rgba(92, 92, 255, .16);
}

.badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-size: 12px;
  font-weight: 900;
}

.price-card strong {
  display: block;
  margin: 18px 0 4px;
  font-size: 48px;
}

.price-card small {
  color: var(--muted);
}

.price-card .btn {
  width: 100%;
  margin: 24px 0 12px;
}

.users {
  margin-top: 24px;
  color: var(--violet-2) !important;
  font-weight: 900;
}

.compare-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.compare-table p {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.compare-table span,
.compare-table b {
  padding: 14px 18px;
  border-right: 1px solid var(--line);
}

.security-band {
  grid-template-columns: 1fr auto;
}

.about-hero {
  grid-template-columns: .9fr .8fr;
}

.mission-card {
  padding: 40px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.mission-card div,
.flow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mission-card span,
.flow-row span {
  padding: 10px 14px;
  border: 1px solid rgba(141, 72, 255, .45);
  border-radius: 999px;
}

.flow-row {
  justify-content: center;
  margin-bottom: 36px;
}

.flow-row span {
  color: var(--violet-2);
  background: #fff;
  border-color: var(--line);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 44px 48px;
  color: #fff;
  background: #050b1d;
}

.site-footer p {
  max-width: 420px;
  color: rgba(255, 255, 255, .64);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-content: start;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: transparent;
    padding: 10px 14px;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: start;
    flex-wrap: wrap;
    padding: 18px;
    border-radius: 12px;
    background: rgba(4, 10, 24, .95);
  }

  .site-nav.open {
    display: flex;
  }

  .hero,
  .pricing-hero,
  .showcase,
  .assistant-band,
  .newsletter,
  .security-band,
  .about-hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    transform: none;
  }

  .feature-grid,
  .tool-grid,
  .resource-grid,
  .light {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-band,
  .testimonial-row,
  .article-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .tabs-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .pricing-hero,
  .site-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 172px;
  }

  .hero,
  .pricing-hero {
    min-height: 0;
    padding-top: 116px;
  }

  h1 {
    font-size: 42px;
  }

  .lead {
    font-size: 18px;
  }

  .product-frame {
    grid-template-columns: 1fr;
  }

  .product-sidebar {
    display: none;
  }

  .metric-grid,
  .dashboard-lower,
  .feature-grid,
  .tool-grid,
  .resource-grid,
  .pricing-grid,
  .stats-band,
  .testimonial-row,
  .article-list,
  .partner-benefits,
  .console-stats {
    grid-template-columns: 1fr;
  }

  .section,
  .audience-strip,
  .stats-band,
  .newsletter,
  .security-band,
  .testimonial-row,
  .logo-row,
  .assistant-band {
    width: calc(100% - 32px);
  }

  .dark-cards {
    padding-left: 16px;
    padding-right: 16px;
  }

  .compare-table {
    overflow-x: auto;
  }

  .compare-table p {
    min-width: 700px;
  }
}

/* Final VYPR family finish: keep this at the end so it wins over page-specific rules. */
:root {
  --ink: #f8fafc;
  --ink-2: #eef1f8;
  --muted: #aeb5c4;
  --line: rgba(255, 255, 255, .12);
  --panel: rgba(10, 14, 24, .72);
  --soft: rgba(8, 11, 20, .72);
  --violet: #933bff;
  --violet-2: #b26cff;
  --blue: #5b7cff;
  --green: #41d49a;
  --red: #ff6478;
  --radius: 8px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .42);
}

html {
  background: #02040a;
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 4%, rgba(94, 23, 214, .2), transparent 34rem),
    radial-gradient(circle at 15% 42%, rgba(112, 38, 255, .12), transparent 32rem),
    linear-gradient(180deg, #02040a 0%, #05070e 48%, #02040a 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0 44%, rgba(148, 58, 255, .12) 45%, transparent 58%),
    repeating-linear-gradient(164deg, transparent 0 22px, rgba(141, 51, 255, .055) 23px 24px);
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: .68;
}

.site-header,
main,
.site-footer {
  width: min(100% - 56px, 1320px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  inset: auto;
  min-height: 88px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(2, 4, 10, .9);
  backdrop-filter: blur(20px);
}

.brand {
  min-width: 196px;
}

.brand img {
  width: 196px;
}

.site-nav {
  gap: clamp(18px, 3vw, 44px);
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  position: relative;
  padding: 34px 0 30px;
  color: #f4f1fb;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 0;
}

.site-nav a.active,
.site-nav a:hover {
  color: var(--violet-2);
  border-color: transparent;
}

.site-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--violet);
}

.btn,
.assistant-card button,
.newsletter button {
  min-height: 52px;
  border-radius: var(--radius);
  font-weight: 850;
}

.btn-primary,
.assistant-card button,
.newsletter button {
  background: linear-gradient(135deg, #9f4cff, #671ce4);
  box-shadow: 0 22px 52px rgba(111, 27, 228, .34);
}

.btn-secondary,
.btn-outline {
  color: #fff;
  border-color: rgba(178, 108, 255, .66);
  background: rgba(76, 20, 157, .12);
}

.hero,
.pricing-hero,
.split-light,
.resources-hero,
.about-hero,
.ai-hero {
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(30px, 5vw, 76px);
  min-height: 560px;
  padding: clamp(46px, 6vw, 78px) 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
}

.pricing-hero,
.about-hero {
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
}

.tag,
.eyebrow {
  margin-bottom: 18px;
  color: var(--violet-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
}

h1 span,
h2 span {
  color: var(--violet);
}

.lead,
.hero-copy > p:not(.eyebrow):not(.tag),
.section-heading p,
.split-showcase p,
.cta-panel p,
.product-top p,
.panel p,
.metric-grid span,
.metric-grid small,
.feature-card p,
.tool-card p,
.resource-card p,
.price-card p,
.article-list span,
.table-mock span,
.price-card small,
.site-footer p,
.footer-links a {
  color: var(--muted);
}

.lead,
.hero-copy > p:not(.eyebrow):not(.tag) {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.68;
}

.hero-actions {
  gap: 18px;
  margin: 30px 0;
}

.product-frame,
.metric-grid div,
.panel,
.ai-console,
.mission-card,
.partner-card,
.feature-card,
.tool-card,
.price-card,
.resource-card,
.testimonial-row article,
.table-mock,
.article-list article,
.tabs-row,
.compare-table {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 72, 255, .16), transparent 12rem),
    rgba(10, 14, 24, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.hero-visual {
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg) scale(.9);
  transform-origin: center;
}

.product-frame {
  width: min(780px, 100%);
}

.hero .metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero .dashboard-lower {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero .chart-panel {
  display: none;
}

.light-product .product-frame,
.light-product .product-main,
.light-product .metric-grid div,
.light-product .panel {
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 72, 255, .16), transparent 12rem),
    rgba(10, 14, 24, .72);
  border-color: rgba(255, 255, 255, .13);
}

.product-main {
  background:
    radial-gradient(circle at 88% 0%, rgba(147, 59, 255, .18), transparent 15rem),
    rgba(10, 14, 24, .62);
}

.product-top h3,
.panel h4,
.metric-grid strong,
.feature-card h3,
.tool-card h3,
.price-card h2,
.price-card strong,
.resource-card h3,
.article-list article b,
.showcase h2,
.assistant-band h2,
.newsletter h2,
.security-band h2,
.section-heading h2,
.table-mock {
  color: #fff;
}

.feature-card h3,
.tool-card h3,
.price-card h2,
.resource-card h3 {
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1.24;
}

.feature-card p,
.tool-card p,
.resource-card p,
.price-card p {
  font-size: 16px;
  line-height: 1.62;
}

.feature-card a,
.tool-card a,
.resource-card a,
.section-title-row a,
.users,
.resource-card small {
  color: var(--violet-2) !important;
  font-weight: 850;
}

.section,
.dark-cards {
  width: 100%;
  max-width: none;
  padding: clamp(42px, 6vw, 82px) 0;
  background: transparent;
}

.audience-strip,
.stats-band,
.newsletter,
.security-band,
.assistant-band,
.testimonial-row {
  width: 100%;
  margin: 38px 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(8, 11, 20, .72);
}

.newsletter,
.security-band,
.assistant-band {
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(120deg, rgba(15, 17, 31, .96), rgba(36, 16, 74, .64), rgba(8, 10, 18, .94)),
    repeating-linear-gradient(164deg, transparent 0 16px, rgba(178, 108, 255, .055) 17px 18px);
}

.icon,
.mini-window,
.resource-art {
  border: 1px solid rgba(178, 108, 255, .54);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 75% 18%, rgba(178, 108, 255, .28), transparent 8rem),
    linear-gradient(135deg, rgba(12, 17, 29, .95), rgba(34, 18, 68, .76));
}

.icon {
  width: 54px;
  height: 54px;
}

.icon {
  display: grid;
  place-items: center;
  color: #d19aff;
}

.icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-window,
.resource-art {
  width: 100%;
  height: 150px;
}

.tabs-row span,
.topic-row span,
.compare-table span,
.compare-table b,
.table-mock p,
.testimonial-row article {
  color: #eef1f8;
  border-color: rgba(255, 255, 255, .1);
}

.tabs-row .active,
.topic-row .active {
  color: var(--violet-2);
  box-shadow: inset 0 -3px 0 var(--violet);
}

.check-list li {
  color: #eef1f8;
}

.trust-points span::before,
.check-list li::before {
  color: var(--violet-2);
  border-color: var(--violet-2);
}

.stat strong,
.metric-band strong,
.metric-grid small {
  color: var(--green);
}

.crown,
.badge {
  background: linear-gradient(135deg, #9f4cff, #671ce4);
}

.search-box input,
.newsletter input,
.prompt-stack span,
.prompt,
.console-header span {
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(3, 7, 15, .82);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 32px;
  margin-top: 44px;
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
}

.footer-links a:hover {
  color: var(--violet-2);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 76px;
  }

  .site-nav {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(2, 4, 10, .96);
  }

  .site-nav a {
    padding: 8px 0;
  }

  .hero,
  .pricing-hero,
  .split-light,
  .resources-hero,
  .about-hero,
  .ai-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 32px, 1320px);
  }

  .brand img {
    width: 172px;
  }

  .hero,
  .pricing-hero {
    padding-top: 36px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

/* True final hero dashboard override - appended after all legacy rules. */
main .hero .hero-visual {
  transform: none !important;
  margin-top: -56px !important;
}

main .hero .hero-visual .product-shot {
  width: min(940px, 112%) !important;
  max-width: none !important;
  margin-left: -42px !important;
}

@media (max-width: 1080px) {
  main .hero .hero-visual {
    margin-top: 0 !important;
  }

  main .hero .hero-visual .product-shot {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: 0 !important;
  }
}

/* Final VYPR demo CTA style - dark outlined button matching the reference. */
.btn.demo-cta {
  min-height: 58px !important;
  padding: 0 30px !important;
  gap: 16px !important;
  color: #fff !important;
  border: 1px solid rgba(183, 96, 255, .92) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(31, 14, 58, .94), rgba(12, 4, 28, .96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 44px rgba(0, 0, 0, .22) !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.btn.demo-cta:hover {
  border-color: rgba(207, 139, 255, 1) !important;
  background:
    linear-gradient(180deg, rgba(45, 19, 82, .98), rgba(19, 6, 42, .98)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 22px 54px rgba(115, 56, 255, .22) !important;
}

.btn.demo-cta span {
  display: inline-flex;
  align-items: center;
  font-size: 21px;
  line-height: 1;
  transform: translateY(-1px);
}

.header-cta.demo-cta {
  min-width: 192px;
  min-height: 54px !important;
}

/* Keep the primary homepage CTAs side by side on desktop. */
.hero .hero-copy {
  max-width: 700px;
}

.hero .hero-actions {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
}

.hero .hero-actions .btn {
  min-width: 0;
  white-space: nowrap;
}

.hero .hero-actions .demo-cta {
  flex: 0 0 226px;
  padding: 0 24px !important;
}

.hero .hero-actions .btn-secondary {
  flex: 0 0 286px;
  padding: 0 24px !important;
}

@media (max-width: 620px) {
  .hero .hero-actions {
    flex-wrap: wrap !important;
  }

  .hero .hero-actions .demo-cta,
  .hero .hero-actions .btn-secondary {
    flex: 1 1 100%;
  }
}

/* Homepage trust panel matching the VYPR reference strip. */
.hero .trust-panel,
.pricing-hero .trust-panel {
  display: grid !important;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  width: 100%;
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(4, 7, 16, .48);
  color: #fff;
}

.hero .trust-panel span,
.pricing-hero .trust-panel span {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.hero .trust-panel span:last-child,
.pricing-hero .trust-panel span:last-child {
  border-right: 0;
}

.hero .trust-panel span::before,
.pricing-hero .trust-panel span::before {
  display: none !important;
}

.hero .trust-panel strong,
.pricing-hero .trust-panel strong {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.3;
}

.hero .trust-panel small,
.pricing-hero .trust-panel small {
  margin-top: 7px;
  color: rgba(226, 229, 239, .74);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .hero .trust-panel,
  .pricing-hero .trust-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero .trust-panel span:nth-child(2),
  .pricing-hero .trust-panel span:nth-child(2) {
    border-right: 0;
  }

  .hero .trust-panel span:nth-child(-n+2),
  .pricing-hero .trust-panel span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width: 560px) {
  .hero .trust-panel,
  .pricing-hero .trust-panel {
    grid-template-columns: 1fr;
  }

  .hero .trust-panel span,
  .pricing-hero .trust-panel span {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

.hero .trust-panel span:last-child,
.pricing-hero .trust-panel span:last-child {
    border-bottom: 0;
  }
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tool-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 26px;
  border: 1px solid rgba(178, 108, 255, .52);
  border-radius: 8px;
  background: #050914;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .22);
}

.tool-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(5, 7, 16, .28)),
    radial-gradient(circle at 82% 18%, rgba(178, 108, 255, .16), transparent 42%);
  pointer-events: none;
}

.tool-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.product-gallery-section {
  padding-top: 72px;
}

.system-gallery {
  display: grid;
  gap: 18px;
  max-width: 1420px;
  margin: 0 auto;
}

.screen-stage {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(147, 59, 255, .14), transparent 28rem),
    linear-gradient(180deg, rgba(16, 22, 38, .92), rgba(7, 10, 18, .96));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .35);
}

.screen-stage img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center top;
  padding: clamp(12px, 1.6vw, 22px);
  transition: opacity .18s ease;
}

.screen-stage figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: rgba(5, 8, 18, .78);
}

.screen-stage strong {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
}

.screen-stage span {
  max-width: 760px;
  color: rgba(238, 241, 248, .68);
  line-height: 1.5;
  text-align: right;
}

.screen-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.screen-thumbs button {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 0;
  color: rgba(238, 241, 248, .82);
  background: rgba(10, 14, 25, .76);
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.screen-thumbs button:hover,
.screen-thumbs button.active {
  border-color: rgba(178, 108, 255, .78);
  background: rgba(147, 59, 255, .1);
  transform: translateY(-2px);
}

.screen-thumbs button.active {
  box-shadow: inset 0 -3px 0 #9b4dff, 0 18px 42px rgba(80, 42, 188, .18);
}

.screen-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  opacity: .72;
}

.screen-thumbs span {
  display: block;
  padding: 11px 12px 13px;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 980px) {
  .screen-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .screen-stage figcaption {
    display: grid;
  }

  .screen-stage span {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .screen-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.audience-strip {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px clamp(34px, 5vw, 64px) !important;
  padding: 32px 28px !important;
}

.audience-strip p {
  flex: 0 0 100%;
  margin: 0 0 8px !important;
  color: rgba(255, 255, 255, .62) !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px !important;
  font-weight: 600;
}

.audience-strip span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: clamp(17px, 1.6vw, 21px) !important;
  font-weight: 850 !important;
  white-space: nowrap;
}

.audience-strip svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #b26cff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 14px rgba(178, 108, 255, .26));
}

.resource-icons a,
.topic-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #eef1f8;
  background: rgba(8, 12, 24, .55);
  font-weight: 700;
}

.resource-icons a.active,
.topic-row a.active,
.resource-icons a:hover,
.topic-row a:hover {
  color: #fff;
  border-color: rgba(178, 108, 255, .72);
  background: linear-gradient(135deg, rgba(91, 124, 255, .9), rgba(147, 59, 255, .9));
}

.resource-results {
  margin: -6px 0 24px;
  color: rgba(238, 241, 248, .72);
  font-size: 16px;
}

.article-list a,
.article-list article {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(8, 11, 20, .62);
}

.article-list a b,
.article-list article b {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.article-list a span,
.article-list article span {
  color: rgba(238, 241, 248, .64);
  font-size: 14px;
}

.resource-empty {
  min-height: 260px;
}

.resource-detail {
  max-width: 980px;
  padding-top: 72px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: #b26cff;
  font-weight: 800;
}

.resource-detail-header {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.resource-detail-header h1 {
  max-width: 900px;
}

.resource-detail-image {
  overflow: hidden;
  margin: 34px 0 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(5, 8, 18, .72);
  box-shadow: 0 26px 74px rgba(0, 0, 0, .28);
}

.resource-detail-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.resource-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(178, 108, 255, .34);
  border-radius: 999px;
  color: rgba(238, 241, 248, .8);
  background: rgba(90, 36, 174, .16);
  font-size: 14px;
  font-weight: 700;
}

.resource-body {
  display: grid;
  gap: 22px;
  margin: 34px 0 48px;
}

.resource-body p {
  color: rgba(238, 241, 248, .82);
  font-size: 20px;
  line-height: 1.7;
}

.related-resources {
  padding-top: 10px;
}

.topic-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  padding: 10px !important;
  margin-bottom: 36px !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(147, 59, 255, .14), transparent 22rem),
    rgba(8, 11, 20, .72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.topic-row a {
  min-height: 40px;
  padding: 0 18px;
  border-color: rgba(255, 255, 255, .12) !important;
  color: rgba(238, 241, 248, .78) !important;
  background: rgba(5, 8, 18, .72) !important;
}

.topic-row a.active,
.topic-row a:hover {
  color: #fff !important;
  border-color: rgba(178, 108, 255, .78) !important;
  background:
    linear-gradient(135deg, rgba(91, 124, 255, .9), rgba(147, 59, 255, .92)) !important;
  box-shadow: 0 12px 28px rgba(118, 55, 255, .2);
}

.pricing-demo-card {
  padding: clamp(28px, 4vw, 42px) !important;
  border-color: rgba(178, 108, 255, .28) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 75% 0%, rgba(147, 59, 255, .18), transparent 18rem),
    linear-gradient(180deg, rgba(14, 18, 31, .9), rgba(6, 8, 16, .88)) !important;
}

.pricing-demo-card-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.partner-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 1px solid rgba(178, 108, 255, .62);
  border-radius: 8px;
  color: #d7b6ff;
  background: linear-gradient(135deg, rgba(91, 124, 255, .18), rgba(147, 59, 255, .34));
  box-shadow: 0 18px 42px rgba(116, 51, 255, .18);
}

.partner-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-demo-card-header small {
  display: block;
  margin-bottom: 6px;
  color: #b26cff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.pricing-demo-card h2 {
  margin: 0;
}

.pricing-demo-card > p {
  max-width: 640px;
  color: rgba(238, 241, 248, .78);
  font-size: 18px;
  line-height: 1.6;
}

.pricing-demo-card .partner-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.pricing-demo-card .partner-benefits span {
  display: grid;
  gap: 5px;
  min-height: 82px;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.pricing-demo-card .partner-benefits strong {
  color: #fff;
  font-size: 14px;
}

.pricing-demo-card .partner-benefits small {
  color: rgba(238, 241, 248, .62);
  font-size: 12px;
  line-height: 1.35;
}

.pricing-demo-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.pricing-demo-card-actions small {
  color: rgba(238, 241, 248, .66);
  font-size: 14px;
}

@media (max-width: 760px) {
  .pricing-demo-card .partner-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pricing-demo-card {
  padding: clamp(28px, 4vw, 42px) !important;
  border-color: rgba(178, 108, 255, .28) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 75% 0%, rgba(147, 59, 255, .18), transparent 18rem),
    linear-gradient(180deg, rgba(14, 18, 31, .9), rgba(6, 8, 16, .88)) !important;
}

.pricing-demo-card > p {
  max-width: 640px;
  color: rgba(238, 241, 248, .78);
  font-size: 18px;
  line-height: 1.6;
}

.flow-row {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 !important;
  overflow: hidden;
  margin: 0 0 42px !important;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(147, 59, 255, .16), transparent 18rem),
    rgba(8, 11, 20, .72);
}

.flow-row span {
  position: relative;
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 7px;
  padding: 18px 20px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.flow-row span:last-child {
  border-right: 0 !important;
}

.flow-row span:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -9px;
  z-index: 1;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(178, 108, 255, .42);
  border-radius: 999px;
  color: #b26cff;
  background: #090d18;
  font-size: 12px;
  transform: translateY(-50%);
}

.flow-row small {
  color: #b26cff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

@media (max-width: 980px) {
  .flow-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-row span:nth-child(3) {
    border-right: 0 !important;
  }
}

@media (max-width: 620px) {
  .flow-row {
    grid-template-columns: 1fr;
  }

  .flow-row span {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  }

  .flow-row span:last-child {
    border-bottom: 0 !important;
  }

  .flow-row span::after {
    display: none !important;
  }
}

.demo-page {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.15fr) minmax(280px, .72fr);
  gap: 28px;
  align-items: start;
  min-height: calc(100vh - 96px);
  padding: clamp(54px, 7vw, 96px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 0% 8%, rgba(147, 59, 255, .2), transparent 28rem),
    radial-gradient(circle at 82% 10%, rgba(63, 115, 255, .12), transparent 26rem),
    #050810;
}

.demo-copy {
  position: sticky;
  top: 110px;
}

.demo-copy h1 {
  max-width: 640px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: .96;
  letter-spacing: 0;
}

.demo-proof {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.demo-proof span,
.demo-aside div {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.demo-proof strong,
.demo-aside strong {
  color: #fff;
}

.demo-proof small,
.demo-aside small {
  display: block;
  margin-top: 4px;
  color: rgba(238, 241, 248, .66);
  line-height: 1.45;
}

.demo-form-card,
.demo-aside {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 0%, rgba(147, 59, 255, .16), transparent 18rem),
    linear-gradient(180deg, rgba(13, 18, 31, .94), rgba(7, 10, 19, .9));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.demo-form-card {
  padding: clamp(24px, 3vw, 34px);
}

.form-heading {
  margin-bottom: 24px;
}

.form-heading h2,
.demo-aside h2,
.success-panel h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
}

.form-heading p,
.success-panel p {
  margin: 0;
  color: rgba(238, 241, 248, .68);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-grid label {
  display: grid;
  gap: 8px;
  color: rgba(238, 241, 248, .78);
  font-size: 13px;
  font-weight: 750;
}

.form-grid .field-full {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 0 14px;
  color: #fff;
  background: rgba(3, 7, 16, .74);
  font: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.form-grid textarea {
  min-height: 128px;
  padding: 14px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: rgba(178, 108, 255, .86);
  background: rgba(7, 11, 23, .9);
  box-shadow: 0 0 0 4px rgba(147, 59, 255, .16);
}

.demo-form .btn {
  width: 100%;
  margin-top: 22px;
}

.demo-aside {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.demo-aside div {
  grid-template-columns: 42px 1fr;
  align-items: start;
}

.demo-aside span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(178, 108, 255, .42);
  border-radius: 8px;
  color: #d7b6ff;
  background: rgba(147, 59, 255, .16);
  font-size: 12px;
  font-weight: 900;
}

.demo-aside p {
  margin: 0;
}

.success-panel {
  display: grid;
  min-height: 430px;
  align-content: center;
  justify-items: start;
  gap: 16px;
}

.success-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(41, 214, 126, .44);
  border-radius: 8px;
  color: #6dffad;
  background: rgba(41, 214, 126, .12);
  font-size: 28px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .demo-page {
    grid-template-columns: 1fr 1fr;
  }

  .demo-copy {
    position: static;
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .demo-page,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.tabs-row button {
  appearance: none;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 18px;
  color: rgba(238, 241, 248, .86);
  background: transparent;
  font: inherit;
  font-weight: 850;
  text-align: center;
  cursor: pointer;
}

.tabs-row button:last-child {
  border-right: 0;
}

.tabs-row button.active,
.tabs-row button:hover,
.tabs-row button:focus-visible {
  color: #d7b6ff;
  background:
    radial-gradient(circle at 50% 100%, rgba(147, 59, 255, .22), transparent 80%),
    rgba(147, 59, 255, .08);
}

.tabs-row button.active {
  box-shadow: inset 0 -3px 0 #9b4dff;
}

.tabs-row button:focus-visible {
  outline: 2px solid rgba(178, 108, 255, .7);
  outline-offset: -2px;
}

.resource-icons button,
.topic-row button,
.resource-empty button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 11px 18px;
  color: rgba(238, 241, 248, .78);
  background: rgba(5, 8, 18, .72);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.resource-icons button:hover,
.resource-icons button.active,
.topic-row button:hover,
.topic-row button.active,
.resource-empty button:hover {
  color: #fff;
  border-color: rgba(178, 108, 255, .78);
  background: linear-gradient(135deg, rgba(91, 124, 255, .9), rgba(147, 59, 255, .92));
  transform: translateY(-1px);
}

.resource-card[hidden],
.resource-empty[hidden] {
  display: none !important;
}

.resource-empty {
  min-height: 280px;
}

.resource-empty button {
  justify-self: start;
  border-radius: 8px;
}

.resource-card {
  display: flex !important;
  flex-direction: column;
  min-height: 480px;
}

.resource-card small {
  min-height: 38px;
}

.resource-card h3 {
  margin-bottom: 12px !important;
}

.resource-card p {
  margin-bottom: 0;
}

.resource-card .resource-art {
  box-sizing: border-box;
  flex: 0 0 auto;
  margin: auto 0 0 !important;
  max-width: 100%;
  width: 100%;
}

.resource-card > a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 22px;
}

.resource-empty {
  min-height: 280px;
}

.resource-empty p {
  margin-bottom: 20px;
}

.resource-empty button {
  margin-top: auto;
}

.billing-toggle {
  gap: 14px !important;
}

.billing-toggle span {
  color: rgba(238, 241, 248, .62);
  cursor: pointer;
  transition: color .18s ease;
}

.billing-toggle span.active {
  color: #fff;
}

.billing-toggle button {
  position: relative;
  width: 64px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.billing-toggle button i {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, #d9dff0) !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .32);
  transition: transform .2s ease;
}

.billing-toggle.annual button {
  border-color: rgba(178, 108, 255, .72);
  background: linear-gradient(135deg, rgba(91, 124, 255, .95), rgba(147, 59, 255, .95));
}

.billing-toggle.annual button i {
  transform: translateX(30px);
}
