:root {
  --bg: #edf5f8;
  --bg-soft: #f7fbfd;
  --text: #091521;
  --muted: #527085;
  --line: rgba(255,255,255,0.75);
  --cyan: #22d8ff;
  --cyan-strong: #11b9e0;
  --blue: #4a8fff;
  --panel: #091521;
  --panel-2: #102030;
  --panel-line: rgba(255,255,255,0.1);
  --shadow: 0 24px 60px rgba(50, 92, 118, 0.14);
  --shadow-dark: 0 24px 64px rgba(4, 13, 21, 0.4);
  --radius: 30px;
  --container: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(circle at 85% 12%, rgba(34, 216, 255, 0.18), transparent 18%),
    radial-gradient(circle at 78% 44%, rgba(74, 143, 255, 0.14), transparent 22%),
    radial-gradient(circle at 12% 86%, rgba(112, 192, 255, 0.14), transparent 18%),
    linear-gradient(180deg, #f7fbfd 0%, var(--bg) 35%, #eef6f9 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.page-shell {
  position: relative;
  overflow: hidden;
}
.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0.04) 36%, rgba(255,255,255,0) 54%),
    radial-gradient(circle at top, rgba(255,255,255,0.12), transparent 38%);
  opacity: .55;
  mix-blend-mode: screen;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.56);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(95, 144, 168, 0.12);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 0 6px rgba(34,216,255,0.12), 0 14px 24px rgba(40, 165, 203, 0.3);
}
.nav { display: flex; gap: 28px; color: var(--muted); font-weight: 500; }
.nav a:hover { color: var(--text); }
.desktop-only { display: inline-flex; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  font-weight: 700;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease, background .35s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #37e0ff 0%, #14b8d8 100%);
  box-shadow: 0 18px 36px rgba(20, 184, 216, 0.26), 0 0 0 1px rgba(255,255,255,0.12) inset;
}
.button-primary:hover { box-shadow: 0 22px 46px rgba(20,184,216,0.34), 0 0 26px rgba(34,216,255,0.22); }
.button-secondary {
  border: 1px solid rgba(9,21,33,0.08);
  background: rgba(255,255,255,0.62);
  color: var(--text);
  backdrop-filter: blur(14px);
}
.button-secondary:hover { border-color: rgba(34,216,255,0.35); box-shadow: 0 14px 30px rgba(109, 152, 175, 0.12); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(480px, .96fr);
  align-items: center;
  gap: 40px;
  padding: 52px 0 72px;
}
.eyebrow {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.85);
  color: #3a6981;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1,
.section-head h2,
.contact-card h2 {
  margin: 16px 0 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -.05em;
  font-weight: 900;
}
.section-head h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.06; }
.hero .lead {
  margin-top: 18px;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.55;
  color: #375468;
  max-width: 760px;
}
.sublead,
.section-head p,
.contact-card p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 780px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
  max-width: 860px;
}
.mini-stat {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.68);
  backdrop-filter: blur(14px);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(126,166,185,0.12);
}
.mini-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
}
.mini-stat span { color: var(--muted); line-height: 1.55; font-size: 15px; }

.hero-visual {
  position: relative;
  min-height: 800px;
}
.hero-stage {
  position: absolute;
  left: 8%;
  right: 0;
  bottom: 84px;
  height: 240px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(34,216,255,0.22), rgba(34,216,255,0.04) 45%, transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.06));
  filter: blur(0.5px);
}
.device-card {
  position: absolute;
  border-radius: 36px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(9,20,31,0.96), rgba(13,28,42,0.98));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-dark);
  transition: transform .6s cubic-bezier(.22,1,.36,1), box-shadow .4s ease;
}
.device-card:hover { transform: translateY(-8px) scale(1.01); }
.device-left { width: 36%; left: 0; top: 48px; transform: rotate(-3deg); }
.device-center { width: 42%; left: 30%; top: 112px; transform: rotate(4deg); z-index: 3; }
.device-right { width: 36%; right: 0; top: 108px; transform: rotate(6deg); }
.device-featured { box-shadow: 0 34px 80px rgba(5,17,28,0.44), 0 0 48px rgba(34,216,255,0.18); }
.glow-cyan::before,
.glow-blue::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 42px;
  z-index: -1;
  opacity: .6;
  filter: blur(28px);
}
.glow-cyan::before { background: radial-gradient(circle at center, rgba(34,216,255,0.32), transparent 58%); }
.glow-blue::before { background: radial-gradient(circle at center, rgba(74,143,255,0.32), transparent 58%); }
.device-screen {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, #08131d, #0f2333);
}
.screen-tall { aspect-ratio: 0.486 / 1; }
.device-screen img,
.shot-frame img,
.small-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.section { padding: 110px 0; position: relative; }
.section-soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.52), rgba(255,255,255,0.32));
  border-top: 1px solid rgba(255,255,255,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.72);
}
.section-dark {
  color: #f1f8ff;
  background:
    radial-gradient(circle at 78% 14%, rgba(34,216,255,0.12), transparent 20%),
    radial-gradient(circle at 20% 82%, rgba(74,143,255,0.1), transparent 18%),
    linear-gradient(180deg, #07111b 0%, #0b1724 42%, #102130 100%);
}
.section-dark .eyebrow {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.1);
  color: #8fdfff;
}
.section-head { max-width: 880px; margin: 0 auto 34px; text-align: center; }
.section-head .eyebrow { margin-inline: auto; }
.section-head.light p { color: rgba(225,239,249,0.7); }
.section-head.light h2 { color: #f5fbff; }

.problem-grid,
.workflow-grid,
.pricing-grid {
  display: grid;
  gap: 22px;
}
.problem-grid { grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.glass-card {
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.62);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.problem-icon {
  width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(225,243,250,0.9));
  color: #3677a0; font-size: 26px; font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(34,216,255,0.12);
}
.glass-card h3 { margin: 16px 0 8px; font-size: 21px; line-height: 1.15; }
.glass-card p { margin: 0; color: var(--muted); line-height: 1.68; font-size: 15px; }

.capabilities-section .container { position: relative; }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.dark-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(11,21,34,0.96), rgba(16,33,48,0.94));
  box-shadow: 0 22px 60px rgba(4,13,21,0.32);
}
.dark-card h3 { margin: 0 0 16px; font-size: 23px; line-height: 1.12; text-align: center; }
.dark-card h3 span { color: #8fdfff; }
.stacked-screens { position: relative; min-height: 420px; }
.small-device {
  position: absolute;
  width: 68%;
  aspect-ratio: 0.486 / 1;
  padding: 10px;
  background: linear-gradient(180deg, rgba(8,17,28,0.98), rgba(13,28,42,0.98));
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.small-device:first-child { left: 0; top: 0; }
.small-device.overlap { right: 0; bottom: 0; }
.small-device img { border-radius: 16px; }

.workflow-grid { grid-template-columns: repeat(4, 1fr); }
.workflow-card {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(255,255,255,0.84);
  box-shadow: var(--shadow);
}
.workflow-card span {
  display: inline-grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(180deg, #37e0ff 0%, #14b8d8 100%);
  color: white; font-weight: 800; margin-bottom: 16px;
}
.workflow-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; }
.workflow-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 15px; }

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.shot-card {
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: var(--shadow);
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}
.shot-card:hover { transform: translateY(-6px); box-shadow: 0 28px 62px rgba(79, 123, 146, 0.18); }
.shot-frame {
  padding: 14px;
  background: linear-gradient(180deg, #07111b, #112131);
}
.shot-frame.tall {
  aspect-ratio: 0.56 / 1;
}
.shot-frame > img {
  border-radius: 24px;
  height: 100%;
}
.shot-card h3 { margin: 16px 18px 8px; font-size: 19px; line-height: 1.2; text-align: center; }
.shot-card p { margin: 0 18px 18px; color: var(--muted); line-height: 1.6; font-size: 15px; text-align: center; }

.pricing-wrap { position: relative; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.pricing-card {
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(11,21,34,0.96), rgba(15,29,44,0.94));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px rgba(4,13,21,0.34);
}
.pricing-card-featured {
  transform: translateY(-10px);
  box-shadow: 0 30px 76px rgba(4,13,21,0.42), 0 0 36px rgba(34,216,255,0.15);
}
.plan-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #8fdfff;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pricing-card h3 { margin: 16px 0 10px; font-size: 36px; line-height: 1; }
.pricing-card p { margin: 0; color: rgba(225,239,249,0.7); line-height: 1.7; font-size: 15px; }
.pricing-card ul {
  margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 12px;
}
.pricing-card li {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  gap: 28px;
  padding: 40px;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.86);
  background: linear-gradient(135deg, rgba(255,255,255,0.84), rgba(224,243,249,0.86));
  box-shadow: var(--shadow);
}
.contact-form {
  display: grid;
  gap: 14px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(9,21,33,0.08);
  background: rgba(255,255,255,0.74);
  border-radius: 18px;
  min-height: 58px;
  padding: 0 18px;
  font: inherit;
  color: var(--text);
}
.contact-form textarea { min-height: 136px; padding-top: 16px; resize: vertical; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 720px; }
  .hero h1 { max-width: 900px; }
  .problem-grid, .workflow-grid, .pricing-grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .desktop-only { display: none; }
  .topbar { top: 10px; padding: 16px 18px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding-top: 34px; }
  .hero-badges { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; }
  .device-left { width: 42%; top: 32px; }
  .device-center { width: 48%; left: 26%; top: 86px; }
  .device-right { width: 42%; top: 88px; }
  .showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 86px 0; }
  .hero h1 { font-size: clamp(40px, 14vw, 62px); }
  .section-head h2 { font-size: clamp(30px, 11vw, 42px); }
  .problem-grid,
  .workflow-grid,
  .pricing-grid,
  .capability-grid,
  .showcase-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 540px; }
  .device-left { width: 46%; top: 22px; }
  .device-center { width: 54%; left: 24%; top: 78px; }
  .device-right { width: 46%; top: 84px; }
  .stacked-screens { min-height: 360px; }
  .small-device { width: 72%; }
}


/* compact seo-friendly refinements */
.hero-copy .eyebrow { margin-bottom: 0; }
.capabilities-section .section-head,
#showcase .section-head,
#pricing .section-head,
#workflow .section-head,
#problems .section-head { align-items: center; }
.capability-grid, .workflow-grid, .pricing-grid, .showcase-grid { align-items: start; }
.shot-card { display: flex; flex-direction: column; }
.shot-card h3, .shot-card p { max-width: 28ch; margin-left: auto; margin-right: auto; }
.pricing-card { text-align: center; }
.pricing-card ul { text-align: left; }
.workflow-card, .glass-card { text-align: center; }
.workflow-card span, .problem-icon { margin-left: auto; margin-right: auto; }


/* v10 compact typography and left-aligned section heads */
.hero {
  padding: 34px 0 56px;
  gap: 32px;
}
.hero h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  max-width: 720px;
}
.hero .lead {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.5;
  max-width: 680px;
}
.sublead,
.section-head p,
.contact-card p {
  font-size: 15px;
  line-height: 1.65;
}
.hero-badges {
  margin-top: 24px;
  gap: 12px;
}
.mini-stat {
  padding: 15px 16px 14px;
}
.mini-stat strong { font-size: 20px; }
.mini-stat span { font-size: 14px; }

.section {
  padding: 88px 0;
}
.section-head {
  max-width: 1080px;
  margin: 0 0 26px;
  text-align: left;
  padding-left: 18px;
}
.section-head .eyebrow {
  margin-inline: 0;
}
.section-head h2 {
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.08;
  max-width: 1120px;
}
#pricing .section-head,
#showcase .section-head,
#workflow .section-head,
#problems .section-head,
.capabilities-section .section-head {
  text-align: left;
  align-items: flex-start;
  padding-left: 18px;
}
#pricing .section-head h2 {
  font-size: clamp(24px, 2.6vw, 36px);
  max-width: 1200px;
}
#contact .eyebrow,
.contact-card h2,
.contact-card p {
  text-align: left;
}
.contact-card {
  padding: 30px 32px;
  gap: 22px;
  align-items: start;
}
.contact-card h2 {
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1.08;
  margin-top: 12px;
  max-width: 720px;
}
.contact-card > div {
  padding-left: 6px;
}

.glass-card,
.workflow-card,
.pricing-card,
.dark-card,
.shot-card {
  border-radius: 26px;
}
.glass-card h3,
.workflow-card h3,
.shot-card h3 {
  font-size: 18px;
}
.glass-card p,
.workflow-card p,
.shot-card p,
.pricing-card p {
  font-size: 14px;
}
.pricing-card h3 {
  font-size: 32px;
}
.pricing-card {
  padding: 26px;
}
.dark-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .section-head,
  #pricing .section-head,
  #showcase .section-head,
  #workflow .section-head,
  #problems .section-head,
  .capabilities-section .section-head {
    padding-left: 10px;
  }
  .hero h1 { max-width: 640px; }
}

@media (max-width: 920px) {
  .hero {
    padding-top: 24px;
    gap: 24px;
  }
  .section {
    padding: 74px 0;
  }
  .section-head,
  #pricing .section-head,
  #showcase .section-head,
  #workflow .section-head,
  #problems .section-head,
  .capabilities-section .section-head {
    padding-left: 0;
  }
  .contact-card {
    padding: 26px 22px;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: clamp(32px, 10vw, 46px);
  }
  .section-head h2,
  #pricing .section-head h2,
  .contact-card h2 {
    font-size: clamp(24px, 8vw, 34px);
  }
  .contact-card > div {
    padding-left: 0;
  }
}


/* v11 compact header cleanup */

.hero {
  padding: 28px 0 44px;
  gap: 28px;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
}
.hero-copy { padding-left: 20px; }
.hero h1 {
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.05;
  max-width: 760px;
  letter-spacing: -0.045em;
}
.hero .lead {
  margin-top: 14px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.55;
  max-width: 700px;
}
.sublead,
.section-head p,
.contact-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.62;
}
.hero-actions { margin-top: 24px; }
.hero-badges { margin-top: 22px; }
.hero-visual { min-height: 660px; }
.device-left { width: 34%; top: 34px; }
.device-center { width: 40%; left: 30%; top: 82px; }
.device-right { width: 34%; top: 86px; }
.section {
  padding: 72px 0;
}
.section-head {
  max-width: 980px;
  margin: 0 0 22px;
  padding-left: 28px;
  text-align: left;
}
.section-head h2,
.contact-card h2 {
  margin-top: 14px;
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.eyebrow,
.eyebrow-numbered {
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: .16em;
}
.eyebrow-numbered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.problem-grid, .workflow-grid, .pricing-grid, .capability-grid, .showcase-grid { gap: 18px; }
.glass-card, .workflow-card, .pricing-card, .dark-card { padding: 22px; }
.glass-card h3, .workflow-card h3 { font-size: 18px; }
.dark-card h3 { font-size: 20px; margin-bottom: 10px; }
.stacked-screens { min-height: 360px; }
.small-device { width: 64%; }
.showcase-grid { margin-top: 8px; }
.shot-frame.tall { aspect-ratio: 0.62 / 1; }
.shot-card h3 {
  margin: 14px 16px 6px;
  font-size: 17px;
  line-height: 1.22;
  text-align: left;
}
.shot-card p {
  margin: 0 16px 16px;
  font-size: 14px;
  line-height: 1.58;
  text-align: left;
}
.pricing-wrap .section-head,
#contact .eyebrow,
.contact-card > div { text-align: left; }
.contact-card {
  align-items: start;
  padding: 34px;
  gap: 22px;
}
.contact-form { padding-top: 6px; }
.contact-form input,
.contact-form textarea {
  min-height: 54px;
  border-radius: 16px;
}
.contact-form textarea { min-height: 128px; }
@media (max-width: 1200px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-left: 12px; }
  .hero-visual { min-height: 620px; }
}
@media (max-width: 920px) {
  .section-head { padding-left: 18px; }
  .hero h1 { font-size: clamp(30px, 8vw, 40px); }
  .section-head h2, .contact-card h2 { font-size: clamp(24px, 7vw, 32px); }
}
@media (max-width: 640px) {
  .hero-copy { padding-left: 4px; }
  .section { padding: 62px 0; }
  .section-head { padding-left: 8px; }
  .eyebrow-numbered { gap: 8px; }
}


.showcase-head-left { max-width: 920px; }
.showcase-head-left h2, .showcase-head-left p { text-align: left; }
.showcase-center {
  margin-top: 18px;
  padding: 18px 20px 18px;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.84);
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(236,246,250,0.84));
  box-shadow: 0 24px 64px rgba(85, 127, 149, 0.14);
  overflow: hidden;
}
.showcase-center-stage {
  position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 22%, rgba(34,216,255,0.11), transparent 30%);
}
.center-card {
  position: absolute; width: 23%; aspect-ratio: 0.56 / 1; border-radius: 32px;
  transition: transform .75s cubic-bezier(.22,1,.36,1), opacity .55s ease, filter .55s ease, box-shadow .55s ease;
}
.center-main { z-index: 3; transform: translateX(0) scale(1); box-shadow: 0 34px 90px rgba(6,18,28,0.34), 0 0 36px rgba(34,216,255,0.12); }
.center-left { z-index: 2; transform: translateX(-54%) scale(.78); opacity: .42; filter: saturate(.75) blur(2px); }
.center-right { z-index: 2; transform: translateX(54%) scale(.78); opacity: .42; filter: saturate(.75) blur(2px); }
.center-frame {
  height: 100%; width: 100%; padding: 10px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(8,17,28,0.98), rgba(15,31,46,0.98));
  border: 1px solid rgba(255,255,255,0.08);
}
.center-frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; border-radius: 16px;
}
.showcase-center-meta { max-width: 760px; margin: 0 auto; text-align: center; padding-top: 4px; }
.showcase-counter {
  display: inline-flex; align-items: baseline; gap: 8px;
  margin-bottom: 10px; font-weight: 800; color: #103247;
}
.showcase-counter span:first-child { font-size: 26px; line-height: 1; }
.showcase-counter span:last-child, .showcase-counter em { font-style: normal; color: #7b96a5; font-size: 16px; }
.showcase-center-meta h3 { margin: 0; font-size: 24px; line-height: 1.08; }
.showcase-center-meta p { margin: 10px auto 0; max-width: 560px; font-size: 16px; line-height: 1.68; color: var(--muted); }
.showcase-controls-bottom { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; }
.showcase-progress { display: flex; gap: 8px; align-items: center; justify-content: center; min-width: 200px; }
.showcase-dot { width: 28px; height: 4px; border-radius: 999px; background: rgba(14,34,52,0.14); transition: .3s ease; }
.showcase-dot.is-active { background: linear-gradient(90deg, #37e0ff 0%, #14b8d8 100%); box-shadow: 0 0 18px rgba(20,184,216,0.22); }
.showcase-btn {
  width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(10,24,36,0.10);
  background: rgba(255,255,255,0.72); color: #0e2234; font-size: 24px; font-weight: 800; cursor: pointer;
  box-shadow: 0 12px 28px rgba(91,130,151,0.16);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, background .35s ease;
}
.showcase-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(91,130,151,0.22); }
.showcase-btn-accent {
  background: linear-gradient(180deg, #37e0ff 0%, #14b8d8 100%);
  color: white;
  border-color: rgba(20,184,216,0.18);
  box-shadow: 0 16px 36px rgba(20, 184, 216, 0.26), 0 0 26px rgba(34,216,255,0.16);
}
@media (max-width: 920px) {
  .showcase-head-left h2, .showcase-head-left p { text-align: center; }
  .showcase-center { padding: 20px 16px 20px; }
  .showcase-center-stage { min-height: 390px; }
  .center-card { width: 38%; }
  .center-left { transform: translateX(-44%) scale(.74); }
  .center-right { transform: translateX(44%) scale(.74); }
  .showcase-center-meta h3 { font-size: 28px; }
}
@media (max-width: 640px) {
  .showcase-center-stage { min-height: 310px; }
  .center-card { width: 62%; }
  .center-left { transform: translateX(-34%) scale(.70); opacity: .28; }
  .center-right { transform: translateX(34%) scale(.70); opacity: .28; }
  .showcase-progress { min-width: 150px; }
}


.faq-list { display:grid; gap:16px; }
.faq-item {
  border-radius: 28px;
  border:1px solid rgba(255,255,255,0.82);
  background:rgba(255,255,255,0.68);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(126,166,185,0.12);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 64px 24px 28px;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary span {
  display:block;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  color: var(--text);
}
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  color: var(--text);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.9);
  transition: transform .25s ease, background .25s ease;
}
.faq-item[open] summary::after {
  content: '−';
  background: rgba(255,255,255,0.92);
}
.faq-answer {
  padding: 0 28px 24px;
}
.faq-answer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}
@media (max-width:720px){
  .faq-item summary { padding: 20px 56px 20px 20px; }
  .faq-answer { padding: 0 20px 20px; }
  .faq-item summary span { font-size: 19px; }
  .faq-item summary::after { right: 18px; width: 30px; height: 30px; font-size: 22px; }
}


.form-note {
  margin: 14px 0 0;
  color: rgba(225,239,249,0.7);
  font-size: 14px;
  line-height: 1.6;
}


.button-ghost {
  border: 1px solid rgba(34,216,255,0.28);
  background: rgba(10,24,36,0.08);
  color: var(--text);
  backdrop-filter: blur(14px);
}
.button-ghost:hover { box-shadow: 0 14px 30px rgba(34,216,255,0.18); border-color: rgba(34,216,255,0.42); }

.benefit-grid,
.audience-grid,
.compare-grid,
.launch-grid {
  display: grid;
  gap: 22px;
}
.benefit-grid { grid-template-columns: repeat(4, 1fr); }
.benefit-card, .audience-card, .launch-card, .compare-card, .demo-side-card {
  border-radius: 28px;
  padding: 28px;
}
.benefit-value {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: rgba(34,216,255,0.12);
  color: #138ba5;
  font-weight: 800;
  letter-spacing: .04em;
}
.audience-grid { grid-template-columns: repeat(4, 1fr); }
.audience-card {
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow: 0 18px 40px rgba(126,166,185,0.12);
}
.audience-card h3, .launch-card h3, .compare-card h3, .demo-side-card h3 { margin: 0 0 12px; font-size: 22px; }
.audience-card p, .launch-card p, .compare-card li, .demo-side-card li { color: var(--muted); line-height: 1.7; }

.compare-grid { grid-template-columns: repeat(2, 1fr); }
.compare-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.84);
  box-shadow: 0 18px 40px rgba(126,166,185,0.12);
}
.compare-card-accent {
  background: linear-gradient(180deg, rgba(15,37,55,0.96), rgba(8,19,31,0.96));
  color: #f3fbff;
  border-color: rgba(143,223,255,0.18);
  box-shadow: 0 24px 50px rgba(5,17,28,0.28), 0 0 30px rgba(34,216,255,0.12);
}
.compare-card-accent li, .compare-card-accent .compare-label { color: rgba(236,247,255,0.86); }
.compare-label { display: inline-flex; margin-bottom: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #3a6981; }
.compare-card ul, .demo-side-card ul { margin: 0; padding-left: 20px; display: grid; gap: 10px; }

.launch-grid { grid-template-columns: repeat(4, 1fr); }
.launch-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.84);
  box-shadow: 0 18px 40px rgba(126,166,185,0.12);
}
.launch-card strong { display: block; margin-bottom: 18px; font-size: 28px; color: #138ba5; }

.demo-block {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 24px;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(12,26,38,0.96), rgba(8,19,31,0.96));
  border: 1px solid rgba(143,223,255,0.12);
  box-shadow: 0 34px 70px rgba(5,17,28,0.28), 0 0 30px rgba(34,216,255,0.08);
}
.demo-block h2 { margin-top: 16px; color: #f5fbff; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.06; }
.demo-block p { color: rgba(236,247,255,0.72); }
.demo-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.demo-side-card {
  height: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #f5fbff;
}
.demo-side-card li { color: rgba(236,247,255,0.76); }


.demo-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  z-index: 100;
}
.demo-modal.is-open { opacity: 1; pointer-events: auto; }
.demo-modal-backdrop { position: absolute; inset: 0; background: rgba(4,10,16,0.82); backdrop-filter: blur(10px); }
.demo-modal-dialog {
  position: relative;
  width: min(100%, 980px);
  max-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.demo-modal-dialog-phone { gap: 14px; width: min(calc(100vw - 12px), 1080px); }
.demo-modal-topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.demo-modal-open-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.68);
  color: #0f1f2f;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(0,0,0,0.18);
}
.demo-modal-close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
  color: #0d1720;
  background: rgba(255,255,255,0.96);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0,0,0,0.18);
}
.demo-phone-stage {
  width: min(100%, 860px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.demo-phone-scale-wrap {
  position: relative;
  width: 805px;
  height: 816px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.demo-phone-shell {
  position: relative;
  width: 805px;
  height: 816px;
  padding: 12px;
  border-radius: 40px;
  background: linear-gradient(180deg, #293244 0%, #141a24 48%, #212b3d 100%);
  box-shadow: 0 34px 90px rgba(0,0,0,0.46), inset 0 1px 0 rgba(255,255,255,0.14);
  transform-origin: top center;
  will-change: transform;
}
.demo-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
  background: #050c13;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
.demo-modal-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #06111c;
}
.demo-phone-speaker {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 10px;
  border-radius: 999px;
  background: #1a2230;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.08);
  z-index: 3;
}
.demo-phone-camera {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(58px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #42526d 0%, #111924 68%, #02050a 100%);
  z-index: 3;
}
.demo-phone-button {
  position: absolute;
  right: -3px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4a5972 0%, #263244 100%);
}
.demo-phone-button-top { top: 142px; height: 74px; }
.demo-phone-button-bottom { top: 236px; height: 108px; }
.demo-phone-home {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  z-index: 3;
}
body.modal-open { overflow: hidden; }

@media (max-width: 1100px) {
  .benefit-grid, .audience-grid, .launch-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-block { grid-template-columns: 1fr; }
}
@media (max-width: 840px) {
  .compare-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .benefit-grid, .audience-grid, .launch-grid { grid-template-columns: 1fr; }
  .demo-actions .button, .hero-actions .button { width: 100%; }
  .demo-modal { padding: 10px; }
  .demo-modal-open-link { min-height: 40px; padding: 0 14px; font-size: 14px; }
  .demo-modal-close { width: 40px; height: 40px; font-size: 30px; }
}

@media (max-width: 820px) {
  .demo-modal-topbar { width: min(calc(100vw - 24px), 860px); }
  .demo-phone-stage { width: min(calc(100vw - 24px), 860px); }
}


/* v34 niche visuals and automotive styling */
.niche-section { padding-top: 34px; }
.niche-panel {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.82);
  background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(232,245,251,0.88));
  box-shadow: 0 26px 70px rgba(91,130,151,0.12);
}
.niche-panel::before {
  content: "";
  position: absolute;
  inset: auto -8% -30% auto;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(20,184,216,0.16), transparent 60%);
  filter: blur(16px);
}
.niche-copy { max-width: 860px; padding-left: 18px; position: relative; z-index: 1; }
.niche-copy h2 { margin: 14px 0 0; font-size: clamp(24px, 2.8vw, 38px); line-height: 1.08; letter-spacing: -.04em; }
.niche-copy p { margin-top: 12px; font-size: 15px; line-height: 1.68; color: var(--muted); }
.niche-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 24px; }
.niche-card, .audience-card, .launch-card {
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.84);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 18px 40px rgba(126,166,185,0.10);
}
.niche-card { padding: 22px; }
.niche-card h3, .audience-card h3, .launch-card h3 { margin: 14px 0 8px; font-size: 20px; line-height: 1.18; }
.niche-card p, .audience-card p, .launch-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.svg-icon {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28), 0 14px 26px rgba(79,123,146,0.12);
}
.svg-icon svg { width: 28px; height: 28px; fill: currentColor; }
.svg-icon-blue { background: linear-gradient(180deg, #37e0ff 0%, #14b8d8 100%); color: #fff; }
.svg-icon-cyan { background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(224,243,249,0.96)); color: #1487b6; }
.problem-icon { display:none; }
.benefit-icon, .audience-icon, .launch-icon { margin: 0 auto; }
.benefit-card { position: relative; overflow: hidden; }
.benefit-card::after { content: ""; position: absolute; inset: auto -20px -20px auto; width: 120px; height: 120px; background: radial-gradient(circle, rgba(34,216,255,0.10), transparent 65%); }
.audience-grid, .launch-grid, .compare-grid { display:grid; gap:18px; }
.audience-grid { grid-template-columns: repeat(4,1fr); }
.audience-card { padding: 24px; text-align: center; }
.launch-grid { grid-template-columns: repeat(4,1fr); }
.launch-card { padding: 24px; text-align: center; position: relative; overflow:hidden; }
.launch-card strong { display:inline-block; margin-top: 14px; color:#1487b6; letter-spacing:.12em; font-size:12px; }
.compare-grid { grid-template-columns: repeat(2,1fr); }
.compare-card { border-radius: 30px; padding: 28px; border: 1px solid rgba(255,255,255,0.82); background: rgba(255,255,255,0.72); box-shadow: 0 18px 40px rgba(126,166,185,0.10); }
.compare-card-accent { background: linear-gradient(180deg, rgba(10,24,36,0.97), rgba(15,33,48,0.95)); color: #f2fbff; border-color: rgba(255,255,255,0.08); }
.compare-label { display:inline-flex; padding: 8px 14px; border-radius: 999px; background: rgba(16,50,71,0.08); font-size: 13px; font-weight: 700; }
.compare-card-accent .compare-label { background: rgba(255,255,255,0.08); color:#8fdfff; }
.compare-card ul { margin: 18px 0 0; padding-left: 20px; display:grid; gap:10px; line-height:1.6; }
.showcase-tags { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-top: 14px; }
.showcase-tags span { padding: 8px 14px; border-radius: 999px; background: rgba(16,50,71,0.08); color: #103247; font-size: 13px; font-weight: 600; }
.demo-block { display:grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: stretch; }
.demo-side-card { height: 100%; border-radius: 30px; padding: 28px; background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)); border:1px solid rgba(255,255,255,0.08); position:relative; overflow:hidden; }
.demo-side-card::after { content:""; position:absolute; inset:auto -10% -10% auto; width:200px; height:200px; background: radial-gradient(circle, rgba(34,216,255,0.18), transparent 58%); }
.demo-side-card h3 { margin:0 0 16px; font-size: 24px; line-height:1.12; }
.demo-side-card ul { margin:0; padding-left: 18px; display:grid; gap: 12px; color: rgba(225,239,249,0.82); }
#problems, #owner-benefits, #audience, #launch { position: relative; }
#problems::before, #launch::before { content:""; position:absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(20,184,216,0.3), transparent); }
@media (max-width: 1200px) { .niche-grid, .audience-grid, .launch-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 920px) { .niche-copy { padding-left: 0; } .demo-block { grid-template-columns: 1fr; } .compare-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .niche-panel { padding: 22px; } .niche-grid, .audience-grid, .launch-grid { grid-template-columns: 1fr; } .showcase-tags { justify-content: flex-start; } .showcase-center-meta { text-align:left; } .showcase-controls-bottom { justify-content:flex-start; } }

/* v35 premium transfer based on new refs */
:root {
  --bg: #e9eff4;
  --bg-soft: #f4f8fb;
  --text: #0b1420;
  --muted: #5f7387;
  --panel: #08111c;
  --panel-2: #111d2b;
  --cyan: #27d2ff;
  --cyan-strong: #10b8df;
  --blue: #4e86ff;
  --gold: #f0d2a5;
  --gold-soft: #b99463;
  --line: rgba(255,255,255,0.78);
}

body {
  background:
    radial-gradient(circle at 14% 8%, rgba(255,255,255,0.95), transparent 20%),
    radial-gradient(circle at 88% 10%, rgba(39,210,255,0.14), transparent 20%),
    radial-gradient(circle at 84% 36%, rgba(78,134,255,0.09), transparent 24%),
    linear-gradient(180deg, #f6fafc 0%, #edf3f7 28%, #eef3f7 55%, #e7edf2 100%);
}

.page-shell::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 120px),
    linear-gradient(180deg, rgba(255,255,255,0.045) 0, rgba(255,255,255,0.045) 1px, transparent 1px, transparent 120px),
    radial-gradient(circle at top, rgba(255,255,255,0.14), transparent 36%);
  background-size: 120px 120px, 120px 120px, auto;
  opacity: .35;
}

.topbar {
  top: 14px;
  padding: 18px 24px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.92);
  box-shadow: 0 20px 50px rgba(36, 70, 98, 0.12);
}
.brand { font-size: 18px; }
.brand-mark {
  width: 40px; height: 40px;
  background: radial-gradient(circle at 30% 30%, #65e2ff 0%, #2fcfff 45%, #5f8cff 100%);
  box-shadow: 0 0 0 8px rgba(39,210,255,0.12), 0 18px 28px rgba(48, 160, 205, 0.22);
}

.button {
  min-height: 60px;
  border-radius: 20px;
}
.button-primary {
  background: linear-gradient(180deg, #44ddff 0%, #1cbddd 100%);
  box-shadow: 0 20px 40px rgba(28,189,221,0.22), inset 0 1px 0 rgba(255,255,255,0.25);
}
.button-secondary {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(11,20,32,0.08);
}

.hero {
  position: relative;
  margin-top: 22px;
  padding: 44px 36px 54px;
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 70% 20%, rgba(39,210,255,0.16), transparent 22%),
    radial-gradient(circle at 18% 85%, rgba(240,210,165,0.10), transparent 28%),
    linear-gradient(135deg, rgba(8,17,28,0.98) 0%, rgba(10,20,33,0.98) 52%, rgba(18,32,48,0.98) 100%);
  box-shadow: 0 42px 90px rgba(7,16,25,0.28);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 140px),
    linear-gradient(180deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 140px);
  background-size: 140px 140px;
  opacity: .34;
  pointer-events: none;
}
.hero::after {
  content: "AUTOMATION";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -4px;
  font-size: clamp(80px, 12vw, 180px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.08em;
  color: rgba(255,255,255,0.035);
  pointer-events: none;
  white-space: nowrap;
}
.hero-copy,
.hero-visual { position: relative; z-index: 1; }
.hero-copy { padding-left: 0; }
.hero .eyebrow {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  color: #a6eaff;
}
.hero h1,
.hero .lead,
.hero .sublead { color: #f4f8fc; }
.hero .lead { color: rgba(236,245,252,0.88); max-width: 720px; }
.hero .sublead { color: rgba(205,222,236,0.76); max-width: 700px; }
.hero-actions { gap: 18px; }
.hero-badges { gap: 16px; max-width: 930px; }
.mini-stat {
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}
.mini-stat strong { color: #fff; }
.mini-stat span { color: rgba(214,229,239,0.76); }
.hero-visual {
  min-height: 680px;
}
.hero-stage {
  left: 6%;
  right: 6%;
  bottom: 48px;
  height: 280px;
  background:
    radial-gradient(circle at 50% 50%, rgba(39,210,255,0.20), rgba(39,210,255,0.06) 38%, transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02));
  opacity: .95;
}
.device-card {
  background: linear-gradient(180deg, rgba(6,14,23,0.98), rgba(11,22,35,0.98));
  border-color: rgba(255,255,255,0.10);
}
.device-screen,
.center-frame,
.small-device {
  background: linear-gradient(180deg, #070f18, #0f1f2e);
}

.section { padding: 84px 0; }
.section-soft {
  background: transparent;
  border-top: none;
  border-bottom: none;
}
.section-dark {
  background:
    radial-gradient(circle at 75% 20%, rgba(39,210,255,0.11), transparent 18%),
    radial-gradient(circle at 12% 82%, rgba(240,210,165,0.07), transparent 20%),
    linear-gradient(180deg, #08111c 0%, #0d1723 50%, #111d2a 100%);
}
.section-head {
  padding-left: 0;
  margin-bottom: 28px;
}
.section-head h2,
.contact-card h2 {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.05em;
}
.section-head p,
.contact-card p { max-width: 860px; }
.eyebrow-numbered {
  background: rgba(255,255,255,0.72);
  color: #54768f;
  border: 1px solid rgba(255,255,255,0.88);
  box-shadow: 0 10px 24px rgba(94, 127, 148, 0.08);
}
.section-dark .eyebrow-numbered {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  color: #a6eaff;
  box-shadow: none;
}

.niche-panel,
.showcase-center,
.contact-card,
.demo-block {
  position: relative;
  overflow: hidden;
}
.niche-panel::before,
.showcase-center::before,
.contact-card::before,
.demo-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(39,210,255,0.10), transparent 24%);
}
.niche-panel {
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(11,21,33,0.98) 0%, rgba(16,28,41,0.98) 55%, rgba(21,36,52,0.96) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 28px 70px rgba(7, 16, 25, 0.22);
}
.niche-copy h2,
.niche-copy p { color: #f4f9fd; }
.niche-copy p { color: rgba(213,226,237,0.74); }
.niche-grid,
.benefit-grid,
.audience-grid,
.problem-grid,
.workflow-grid,
.launch-grid,
.pricing-grid,
.capability-grid,
.compare-grid { gap: 20px; }
.niche-card,
.glass-card,
.workflow-card,
.audience-card,
.launch-card,
.compare-card,
.faq-item,
.contact-form input,
.contact-form textarea {
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(245,249,252,0.92));
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: 0 22px 50px rgba(86, 120, 142, 0.12);
}
.niche-card {
  padding: 24px;
  border-radius: 28px;
}
.niche-card h3 { margin: 16px 0 10px; font-size: 20px; color: #f7fbff; }
.niche-card p { margin: 0; color: rgba(216,228,236,0.78); line-height: 1.65; }
.niche-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border-color: rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 22px 50px rgba(0,0,0,0.18);
}
.svg-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.14);
}
.svg-icon svg { width: 28px; height: 28px; fill: currentColor; }
.svg-icon-blue { color: #59d7ff; }
.svg-icon-cyan { color: #f0d2a5; }

.glass-card,
.workflow-card,
.audience-card,
.launch-card,
.compare-card {
  border-radius: 28px;
}
.glass-card,
.workflow-card,
.audience-card,
.launch-card,
.compare-card,
.benefit-card {
  position: relative;
  overflow: hidden;
}
.glass-card::before,
.workflow-card::before,
.audience-card::before,
.launch-card::before,
.compare-card::before,
.benefit-card::before,
.pricing-card::before,
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), transparent 30%);
}
.glass-card,
.workflow-card,
.audience-card,
.launch-card,
.compare-card,
.benefit-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.80), rgba(244,248,252,0.94));
}
.glass-card h3,
.workflow-card h3,
.audience-card h3,
.launch-card h3,
.compare-card h3,
.benefit-card h3 { color: #0c1621; }
.glass-card p,
.workflow-card p,
.audience-card p,
.launch-card p,
.compare-card p,
.benefit-card p,
.compare-card li,
.demo-side-card li,
.faq-answer p { color: #5f7387; }
.workflow-card span,
.launch-card strong {
  background: linear-gradient(180deg, #0d1723 0%, #15283a 100%);
  color: #9ee8ff;
  box-shadow: 0 10px 24px rgba(7,16,25,0.16);
}

.dark-card,
.pricing-card,
.demo-side-card,
.demo-block {
  background: linear-gradient(180deg, rgba(10,18,28,0.98), rgba(15,28,42,0.96));
  border-color: rgba(255,255,255,0.10);
}
.dark-card h3,
.pricing-card h3,
.demo-side-card h3,
.demo-block h2 { color: #f6fbff; }
.dark-card,
.pricing-card,
.demo-side-card,
.showcase-center,
.demo-block,
.contact-card,
.niche-panel {
  box-shadow: 0 30px 70px rgba(7,16,25,0.20);
}
.showcase-center {
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 75% 18%, rgba(39,210,255,0.12), transparent 18%),
    linear-gradient(180deg, rgba(10,18,28,0.98), rgba(16,30,44,0.98));
}
.showcase-center-stage { min-height: 540px; }
.showcase-center-meta { text-align: left; max-width: 880px; }
.showcase-center-meta h3 { color: #f6fbff; font-size: 28px; }
.showcase-center-meta p { color: rgba(220,232,241,0.74); max-width: 680px; margin-left: 0; }
.showcase-counter { color: #a6eaff; }
.showcase-counter span:last-child, .showcase-counter em { color: rgba(220,232,241,0.52); }
.showcase-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.showcase-tags span {
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #dfeef9;
  font-size: 13px;
}
.showcase-btn {
  background: rgba(255,255,255,0.08);
  color: #f6fbff;
  border-color: rgba(255,255,255,0.10);
  box-shadow: none;
}
.showcase-btn-accent {
  background: linear-gradient(180deg, #44ddff 0%, #1cbddd 100%);
}
.showcase-dot { background: rgba(255,255,255,0.14); }
.center-main { box-shadow: 0 38px 90px rgba(0,0,0,0.35), 0 0 36px rgba(39,210,255,0.10); }

.compare-card-accent,
.pricing-card-featured {
  background:
    radial-gradient(circle at top right, rgba(39,210,255,0.12), transparent 22%),
    linear-gradient(180deg, rgba(10,18,28,0.98), rgba(16,31,46,0.98));
}
.plan-tag,
.compare-label {
  background: rgba(255,255,255,0.08);
  color: #a6eaff;
}
.pricing-card ul li {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(231,240,247,0.85);
}
.pricing-card p { color: rgba(222,234,243,0.7); }
.pricing-card-featured {
  transform: translateY(-14px);
  box-shadow: 0 38px 84px rgba(7,16,25,0.36), 0 0 40px rgba(39,210,255,0.10);
}

.contact-card {
  background:
    radial-gradient(circle at 80% 18%, rgba(39,210,255,0.10), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(243,248,251,0.94));
}
.contact-form input,
.contact-form textarea {
  background: rgba(255,255,255,0.88);
}
.contact-demo-action { margin-top: 24px; }
.form-note { color: var(--muted); }

.faq-item summary::after {
  background: rgba(255,255,255,0.82);
  border-color: rgba(255,255,255,0.88);
}
.faq-item[open] summary::after {
  background: linear-gradient(180deg, #44ddff 0%, #1cbddd 100%);
  color: white;
}

.demo-modal-backdrop {
  background: rgba(4, 12, 18, 0.74);
  backdrop-filter: blur(10px);
}
.demo-modal-topbar {
  justify-content: center;
  gap: 10px;
}
.demo-modal-open-link,
.demo-modal-close {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.94);
}

@media (max-width: 1200px) {
  .hero {
    padding: 34px 24px 44px;
  }
  .showcase-center-stage { min-height: 430px; }
}
@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 28px 18px 38px;
    border-radius: 30px;
  }
  .hero::after { font-size: 80px; left: 18px; }
  .hero-visual { min-height: 560px; }
  .niche-panel,
  .showcase-center,
  .demo-block,
  .contact-card { padding: 24px 18px; }
  .problem-grid,
  .benefit-grid,
  .audience-grid,
  .launch-grid,
  .capability-grid,
  .pricing-grid,
  .workflow-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-grid,
  .demo-block { grid-template-columns: 1fr; }
  .showcase-center-meta { text-align: center; }
  .showcase-center-meta p { margin-left: auto; }
  .showcase-tags { justify-content: center; }
}
@media (max-width: 640px) {
  .topbar { padding: 14px 16px; }
  .hero {
    margin-top: 14px;
    padding: 22px 14px 28px;
  }
  .hero h1 { font-size: clamp(30px, 10vw, 40px); }
  .hero .lead { font-size: 15px; }
  .hero .sublead { font-size: 13px; }
  .hero-badges,
  .problem-grid,
  .benefit-grid,
  .audience-grid,
  .launch-grid,
  .capability-grid,
  .pricing-grid,
  .workflow-grid,
  .compare-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .device-left { width: 42%; }
  .device-center { width: 52%; left: 24%; }
  .device-right { width: 42%; }
  .showcase-center-stage { min-height: 300px; }
  .showcase-center-meta h3 { font-size: 22px; }
}

/* ===== v36 hardening: unified dark premium style + responsive showcase ===== */
:root {
  --bg: #07111b;
  --bg-soft: #0c1724;
  --text: #eef7ff;
  --muted: #90a7bb;
}
body {
  background:
    radial-gradient(circle at 80% 10%, rgba(34,216,255,0.12), transparent 18%),
    radial-gradient(circle at 18% 82%, rgba(74,143,255,0.08), transparent 20%),
    linear-gradient(180deg, #06101a 0%, #091521 45%, #0b1622 100%);
  color: var(--text);
}
.page-shell::before {
  background:
    linear-gradient(120deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0.03) 36%, rgba(255,255,255,0) 54%),
    radial-gradient(circle at top, rgba(255,255,255,0.06), transparent 36%);
  opacity: .45;
}
.topbar {
  border-color: rgba(255,255,255,0.1);
  background: rgba(9, 19, 30, 0.76);
  box-shadow: 0 16px 40px rgba(0,0,0,0.24);
}
.brand, .nav a, .button-secondary { color: #e8f3fb; }
.nav { color: rgba(216,228,239,0.72); }
.nav a:hover { color: #fff; }
.button-secondary {
  border-color: rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
}
.hero,
.section-soft,
.section,
.contact-card {
  background: transparent;
}
.section-soft {
  background:
    radial-gradient(circle at 78% 16%, rgba(39,210,255,0.08), transparent 18%),
    linear-gradient(180deg, #08121d 0%, #0b1622 50%, #0d1926 100%);
}
.section-head h2,
.contact-card h2,
.showcase-head-left h2,
.showcase-center-meta h3,
.contact-card,
.contact-card p,
.section-head p,
.glass-card h3,
.workflow-card h3,
.audience-card h3,
.launch-card h3,
.compare-card h3,
.benefit-card h3,
.faq-item summary span {
  color: #f5fbff;
}
.section-head p,
.contact-card p,
.glass-card p,
.workflow-card p,
.audience-card p,
.launch-card p,
.compare-card p,
.benefit-card p,
.compare-card li,
.demo-side-card li,
.faq-answer p,
.form-note {
  color: rgba(207,221,233,0.74);
}
.eyebrow,
.eyebrow-numbered,
.faq-item summary::after {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.1);
  color: #99e8ff;
  box-shadow: none;
}
.niche-panel,
.showcase-center,
.contact-card,
.demo-block,
.glass-card,
.workflow-card,
.audience-card,
.launch-card,
.compare-card,
.faq-item,
.contact-form input,
.contact-form textarea,
.benefit-card,
.pricing-card,
.dark-card,
.demo-side-card {
  background: linear-gradient(180deg, rgba(10,18,28,0.96), rgba(14,27,40,0.96));
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}
.niche-copy h2, .niche-copy p, .niche-card h3, .niche-card p, .pricing-card p, .pricing-card ul li { color: rgba(231,240,247,0.82); }
.compare-label, .plan-tag {
  background: rgba(255,255,255,0.07);
  color: #9ee8ff;
}
.contact-card {
  background:
    radial-gradient(circle at 80% 18%, rgba(39,210,255,0.10), transparent 20%),
    linear-gradient(180deg, rgba(9,18,28,0.98), rgba(14,27,40,0.97));
}
.contact-form input,
.contact-form textarea {
  background: rgba(255,255,255,0.05);
  color: #f5fbff;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(211,223,234,0.46); }
.hero-badges,
.problem-grid,
.benefit-grid,
.audience-grid,
.launch-grid,
.capability-grid,
.pricing-grid,
.workflow-grid,
.compare-grid { align-items: stretch; }

/* showcase redesign */
.showcase-center {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 34px;
  align-items: center;
  padding: 28px 28px 28px;
  border-radius: 34px;
}
.showcase-center-stage {
  min-height: 580px;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 20%, rgba(39,210,255,0.11), transparent 28%);
}
.center-card { width: 31%; }
.center-main { transform: translateX(0) scale(1); }
.center-left { transform: translateX(-58%) scale(.8); opacity: .45; }
.center-right { transform: translateX(58%) scale(.8); opacity: .45; }
.showcase-center-meta {
  max-width: none;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0;
}
.showcase-center-meta p { margin: 0; max-width: none; }
.showcase-sidebar {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  max-height: 280px;
  overflow: auto;
  padding-right: 4px;
}
.showcase-slide-link {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: #d8e5ef;
  text-align: left;
  cursor: pointer;
  transition: .25s ease;
}
.showcase-slide-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  color: #9ee8ff;
  font-size: 12px;
  font-weight: 800;
}
.showcase-slide-link strong {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}
.showcase-slide-link:hover,
.showcase-slide-link.is-active {
  border-color: rgba(34,216,255,0.22);
  background: rgba(34,216,255,0.08);
  transform: translateY(-1px);
}
.showcase-controls-bottom {
  justify-content: flex-start;
  margin-top: 6px;
}
.showcase-progress { justify-content: flex-start; min-width: 0; flex: 1; }
.showcase-tags { margin-top: 0; }

/* prevent overlaps in capability cards on smaller screens */
@media (max-width: 1200px) {
  .showcase-center {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .showcase-center-stage { min-height: 430px; }
  .showcase-center-meta {
    text-align: left;
    max-width: none;
  }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .stacked-screens {
    display: flex;
    gap: 14px;
    min-height: auto;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .small-device,
  .small-device:first-child,
  .small-device.overlap {
    position: relative;
    inset: auto;
    width: min(280px, 78%);
    flex: 0 0 auto;
  }
}
@media (max-width: 920px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero-badges,
  .problem-grid,
  .benefit-grid,
  .audience-grid,
  .launch-grid,
  .capability-grid,
  .pricing-grid,
  .workflow-grid,
  .compare-grid { grid-template-columns: 1fr; }
  .showcase-center {
    padding: 22px 16px;
  }
  .showcase-center-stage {
    min-height: 360px;
  }
  .center-card { width: 44%; }
  .center-left { transform: translateX(-44%) scale(.76); }
  .center-right { transform: translateX(44%) scale(.76); }
}
@media (max-width: 640px) {
  .topbar {
    border-radius: 24px;
    padding: 14px 16px;
    top: 10px;
  }
  .showcase-center-stage { min-height: 300px; }
  .center-card { width: 62%; }
  .center-left,
  .center-right { opacity: .2; filter: blur(2px); }
  .showcase-sidebar {
    max-height: none;
    grid-template-columns: 1fr;
  }
  .showcase-controls-bottom {
    gap: 10px;
  }
  .showcase-btn { width: 48px; height: 48px; }
}
