: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 {
  position: relative;
  overflow: hidden;
  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; }
}


/* ===== v37 responsive hardening for real devices ===== */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-y: auto;
  overscroll-behavior-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.page-shell {
  overflow-x: clip;
  overflow-y: visible;
}
.showcase-center,
.showcase-center-stage,
.center-frame,
.demo-block,
.contact-card,
.capability-grid .dark-card,
.launch-card,
.audience-card,
.benefit-card,
.workflow-card,
.pricing-card,
.glass-card {
  max-width: 100%;
}
.showcase-center-stage {
  overflow: hidden;
  padding: 18px 0;
}
.showcase-center-meta {
  min-width: 0;
}
.showcase-sidebar {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.showcase-slide-link {
  min-height: 66px;
}
.showcase-slide-link strong {
  display: block;
}
.showcase-tags span {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .section {
    padding: 56px 0;
  }
  .showcase-center {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 16px 18px;
  }
  .showcase-center-stage {
    min-height: clamp(360px, 70vw, 500px);
    padding: 12px 0 0;
  }
  .showcase-center-meta {
    padding: 0;
    text-align: left;
  }
  .showcase-counter,
  .showcase-tags,
  .showcase-controls-bottom {
    justify-content: flex-start;
  }
  .showcase-center-meta p {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }
  .topbar {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 22px;
  }
  .brand {
    font-size: 16px;
    gap: 10px;
  }
  .hero,
  .niche-panel,
  .showcase-center,
  .demo-block,
  .contact-card {
    border-radius: 26px;
  }
  .hero {
    padding-top: 28px;
  }
  .hero-copy h1,
  .section-head h2,
  .contact-card h2 {
    letter-spacing: -0.03em;
  }
  .showcase-center-stage {
    min-height: clamp(360px, 96vw, 470px);
  }
  .center-card {
    width: min(72vw, 300px);
    max-width: 300px;
  }
  .center-left,
  .center-right {
    display: none;
  }
  .center-main {
    position: absolute;
    left: 50%;
    top: 16px;
    bottom: 16px;
    width: min(72vw, 300px);
    transform: translateX(-50%) scale(1);
  }
  .center-frame {
    padding: 8px;
    border-radius: 22px;
  }
  .center-frame img {
    border-radius: 14px;
    object-fit: contain;
    background: #0b1723;
  }
  .showcase-center-meta {
    gap: 12px;
  }
  .showcase-counter span:first-child {
    font-size: 22px;
  }
  .showcase-center-meta h3 {
    font-size: clamp(26px, 6.5vw, 34px);
    line-height: 1.02;
  }
  .showcase-center-meta p {
    font-size: 15px;
    line-height: 1.6;
  }
  .showcase-sidebar {
    max-height: none;
    gap: 10px;
  }
  .showcase-slide-link {
    grid-template-columns: 48px 1fr;
    padding: 14px 14px;
    border-radius: 18px;
  }
  .showcase-slide-link span {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 14px;
  }
  .showcase-slide-link strong {
    font-size: 15px;
    line-height: 1.28;
  }
  .showcase-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .showcase-controls-bottom {
    gap: 12px;
    align-items: center;
  }
  .showcase-progress {
    min-width: 0;
    gap: 6px;
  }
  .showcase-dot {
    width: 22px;
  }
  .launch-card,
  .audience-card,
  .benefit-card,
  .glass-card,
  .workflow-card,
  .pricing-card,
  .dark-card {
    padding: 20px;
  }
  .contact-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }
  .contact-demo-action {
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 46px 0;
  }
  .hero-copy h1,
  .section-head h2,
  .contact-card h2 {
    font-size: clamp(24px, 10vw, 40px);
  }
  .hero-copy .lead,
  .hero-copy .sublead,
  .section-head p,
  .contact-card p {
    font-size: 15px;
    line-height: 1.6;
  }
  .showcase-center {
    padding: 16px 12px 16px;
  }
  .showcase-center-stage {
    min-height: 410px;
    padding: 10px 0 0;
  }
  .center-main,
  .center-card {
    width: min(76vw, 286px);
    max-width: 286px;
  }
  .showcase-counter {
    gap: 6px;
  }
  .showcase-center-meta h3 {
    font-size: 20px;
    line-height: 1.08;
  }
  .showcase-center-meta p {
    font-size: 14px;
  }
  .showcase-slide-link {
    padding: 13px 12px;
    gap: 10px;
  }
  .showcase-slide-link strong {
    font-size: 14px;
  }
  .showcase-tags {
    gap: 8px;
  }
  .showcase-tags span {
    font-size: 12px;
    padding: 8px 12px;
  }
  .showcase-btn {
    width: 44px;
    height: 44px;
  }
  .showcase-progress {
    flex: 1;
  }
  .launch-card,
  .audience-card,
  .benefit-card,
  .glass-card,
  .workflow-card,
  .pricing-card,
  .dark-card,
  .demo-side-card {
    border-radius: 22px;
  }
}


.lead-inline-card,
.lead-band,
.privacy-card {
  position: relative;
  border: 1px solid rgba(120, 179, 255, 0.18);
  background: linear-gradient(180deg, rgba(10,17,28,0.88), rgba(8,14,24,0.94));
  box-shadow: 0 22px 70px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.03);
}

.lead-inline-card {
  margin-top: 28px;
  border-radius: 28px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 22px;
}

.lead-inline-copy h3, .lead-band h2 { color: #f6fbff; margin: 10px 0 12px; }
.lead-inline-copy p, .lead-band p { color: rgba(223,236,247,0.78); }

.lead-inline-form,
.lead-band-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.lead-band-section { padding-top: 14px; }
.lead-band {
  border-radius: 32px;
  padding: 28px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.lead-band-form textarea,
.contact-form textarea { grid-column: 1 / -1; }
.contact-form input:not([type="checkbox"]),
.contact-form textarea,
.contact-form select,
.lead-inline-form input:not([type="checkbox"]),
.lead-inline-form textarea,
.lead-inline-form select,
.lead-band-form input:not([type="checkbox"]),
.lead-band-form textarea,
.lead-band-form select {
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(114, 177, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(12, 21, 33, 0.96), rgba(16, 29, 44, 0.96));
  color: #eef6ff;
  padding: 0 18px;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 10px 30px rgba(0,0,0,0.18);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.contact-form textarea,
.lead-inline-form textarea,
.lead-band-form textarea {
  min-height: 126px;
  padding-top: 16px;
  resize: vertical;
}
.contact-form select,
.lead-inline-form select,
.lead-band-form select {
  padding: 16px 18px;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(158, 232, 255, 0.88) 50%), linear-gradient(135deg, rgba(158, 232, 255, 0.88) 50%, transparent 50%), linear-gradient(180deg, rgba(12, 21, 33, 0.96), rgba(16, 29, 44, 0.96));
  background-position: calc(100% - 24px) calc(50% - 2px), calc(100% - 18px) calc(50% - 2px), 0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  color: #eef6ff;
}
.contact-form select option,
.lead-inline-form select option,
.lead-band-form select option {
  background: #0d1724;
  color: #eef6ff;
}
.contact-form select option[value=""],
.lead-inline-form select option[value=""],
.lead-band-form select option[value=""] {
  color: rgba(211,223,234,0.62);
}
.contact-form input:not([type="checkbox"])::placeholder,
.contact-form textarea::placeholder,
.lead-inline-form input:not([type="checkbox"])::placeholder,
.lead-inline-form textarea::placeholder,
.lead-band-form input:not([type="checkbox"])::placeholder,
.lead-band-form textarea::placeholder { color: rgba(211,223,234,0.5); }
.contact-form input:not([type="checkbox"]):focus,
.contact-form textarea:focus,
.contact-form select:focus,
.lead-inline-form input:not([type="checkbox"]):focus,
.lead-inline-form textarea:focus,
.lead-inline-form select:focus,
.lead-band-form input:not([type="checkbox"]):focus,
.lead-band-form textarea:focus,
.lead-band-form select:focus {
  border-color: rgba(76, 222, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(40, 197, 255, 0.12), 0 18px 36px rgba(19, 159, 255, 0.14);
}

.consent-check {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(226,236,246,0.84);
  font-size: 12px;
  line-height: 1.45;
  min-height: 24px;
  margin-top: 2px;
}
.consent-check input {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid rgba(121, 182, 255, 0.38);
  background: linear-gradient(180deg, rgba(10, 18, 29, 0.96), rgba(16, 28, 43, 0.92));
  background-image: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 1px rgba(5,10,18,0.42);
  position: relative;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
  box-sizing: border-box;
  display: inline-block;
  align-self: center;
  justify-self: start;
}
.consent-check input:hover {
  border-color: rgba(100, 214, 255, 0.62);
}
.consent-check input:checked {
  border-color: rgba(74, 226, 255, 0.92);
  background: linear-gradient(180deg, rgba(37, 196, 255, 0.96), rgba(19, 159, 255, 0.96));
  box-shadow: 0 0 0 3px rgba(36, 190, 255, 0.14), 0 10px 22px rgba(19, 159, 255, 0.2);
}
.consent-check input:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #04111b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.consent-check input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 190, 255, 0.16), 0 0 0 1px rgba(109, 201, 255, 0.22);
}
.consent-check span {
  display: inline-block;
  max-width: 520px;
}
.consent-check a, .footer-links a, .privacy-card a { color: #8ed8ff; }

.contact-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.contact-demo-action + .contact-links { margin-top: 14px; }
.contact-chip {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 18px; border-radius: 999px;
  background: rgba(11, 20, 31, 0.9); border: 1px solid rgba(110, 174, 255, 0.22); color: #f4fbff;
}
.contact-chip-secondary { background: rgba(255,255,255,0.03); }



.lead-trap {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form-status {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: #9ce5ff;
  font-size: 13px;
}

.site-footer { padding: 0 0 120px; }
.footer-inner {
  display: flex; justify-content: space-between; gap: 20px; align-items: flex-start;
  padding: 28px 0 0; border-top: 1px solid rgba(126, 155, 182, 0.12);
}
.footer-inner strong { display:block; margin-bottom: 10px; color:#f7fbff; font-size: 18px; }
.footer-inner p { max-width: 560px; color: rgba(206,220,232,0.68); }
.footer-links { display:flex; flex-direction:column; gap:10px; align-items:flex-end; }

.sticky-cta-mobile {
  position: fixed; left: 14px; right: 14px; bottom: 12px; z-index: 80;
  min-height: 54px; border-radius: 18px;
  display: none; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #19a0ff, #3bc7ff); color: #07121f; font-weight: 800;
  box-shadow: 0 16px 34px rgba(16,157,255,0.34);
}

.privacy-body { background: radial-gradient(circle at top, rgba(26,60,104,0.35), transparent 34%), #07101a; }
.privacy-page { padding: 46px 0 80px; }
.privacy-card { border-radius: 28px; padding: 32px; margin-top: 18px; }
.privacy-card h1 { color:#f8fbff; margin: 14px 0 22px; }
.privacy-card h2 { color:#f6fbff; margin: 28px 0 12px; font-size: 22px; }
.privacy-card p, .privacy-card li { color: rgba(219,231,243,0.8); }
.privacy-card ul { padding-left: 22px; }

@media (max-width: 980px) {
  .lead-inline-card, .lead-band { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .lead-inline-card, .lead-band, .privacy-card { border-radius: 22px; }
  .lead-inline-card, .lead-band { padding: 18px; }
  .lead-inline-form, .lead-band-form, .contact-form { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
  .footer-links { align-items: flex-start; }
  .sticky-cta-mobile { display: flex; }
  .site-footer { padding-bottom: 110px; }
}


/* v39 alignment fixes */
.lead-band-form .button{grid-column:1 / -1;}
.lead-band .form-note,.contact-card .form-note{display:none;}
@media (min-width: 981px){
  .lead-band{align-items:center;}
}


@media (max-width: 640px) {
  .contact-links { gap: 10px; }
  .contact-chip { min-height: 42px; padding: 0 15px; }
  .consent-check { gap: 8px; align-items: flex-start; }
  .consent-check input { margin-top: 1px; flex-basis: 17px; width: 17px; height: 17px; }
  .consent-check span { max-width: none; }
}


/* v44 sales + mobile polish */
.lead-points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.lead-points li {
  position: relative;
  padding-left: 22px;
  color: rgba(232, 241, 250, 0.86);
  font-size: 14px;
  line-height: 1.45;
}
.lead-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3bc7ff, #149fff);
  box-shadow: 0 0 0 6px rgba(35, 196, 255, 0.08);
}
.result-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}
.result-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(106, 178, 255, 0.2);
  background: rgba(255,255,255,0.03);
  color: rgba(236,245,252,0.9);
  font-size: 13px;
  line-height: 1.2;
}
.lead-band,
.contact-card {
  overflow: hidden;
}
.lead-band::before,
.contact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(43, 171, 255, 0.08), transparent 32%), radial-gradient(circle at bottom left, rgba(24, 94, 185, 0.08), transparent 30%);
}
.lead-band > *,
.contact-card > * {
  position: relative;
  z-index: 1;
}
.lead-band-form .button,
.contact-form .button {
  min-height: 58px;
}
.form-status[data-state="success"] { color: #8bf0c0; }
.form-status[data-state="error"] { color: #ff9cab; }
.form-status[data-state="info"] { color: #9ce5ff; }
@media (max-width: 980px) {
  .lead-band {
    gap: 20px;
    padding: 24px;
  }
  .contact-card {
    gap: 20px;
  }
}
@media (max-width: 720px) {
  .lead-points { gap: 8px; margin-top: 14px; }
  .lead-points li { font-size: 13px; padding-left: 18px; }
  .lead-points li::before { width: 7px; height: 7px; top: 6px; box-shadow: 0 0 0 5px rgba(35, 196, 255, 0.07); }
  .result-strip { gap: 8px; margin-top: 14px; }
  .result-strip span { min-height: 34px; padding: 0 12px; font-size: 12px; }
  .lead-band-form input,
  .lead-band-form textarea,
  .lead-band-form select,
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    min-height: 54px;
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .lead-band-form textarea,
  .contact-form textarea {
    min-height: 118px;
    padding-top: 14px;
  }
  .lead-band-form .button,
  .contact-form .button,
  .contact-demo-action .button {
    width: 100%;
  }
  .sticky-cta-mobile {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 52px;
    border-radius: 16px;
  }
}


/* v48: unify section headings and remove visual numbering */
.section-head { text-align: center !important; align-items: center; }
.section-head .eyebrow, .section-head .eyebrow-numbered { margin-inline: auto; }
.section-head p, .section-head h2 { margin-left: auto; margin-right: auto; }
.workflow-card span,
.launch-card strong { display: none !important; }
.launch-card .launch-icon { margin-bottom: 16px; }
.workflow-card h3,
.launch-card h3 { margin-top: 0; }

/* v49: unified large centered section titles, inner card titles left-aligned */
.section-head,
.showcase-head,
.showcase-head-left,
.niche-copy {
  text-align: center !important;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
}

.section-head .eyebrow,
.section-head .eyebrow-numbered,
.showcase-head .eyebrow,
.showcase-head .eyebrow-numbered,
.showcase-head-left .eyebrow,
.showcase-head-left .eyebrow-numbered,
.niche-copy .eyebrow,
.niche-copy .eyebrow-numbered {
  margin-inline: auto;
}

.section-head h2,
.showcase-head h2,
.showcase-head-left h2,
.niche-copy h2,
.contact-card h2 {
  font-size: clamp(34px, 4.2vw, 62px) !important;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-align: center !important;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.section-head p,
.showcase-head p,
.showcase-head-left p,
.niche-copy p,
.contact-card p {
  text-align: center !important;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* Keep inner content inside cards left-aligned */
.glass-card,
.workflow-card,
.dark-card,
.niche-card,
.pricing-card,
.faq-item,
.showcase-side-item,
.lead-point,
.result-strip,
.pricing-card ul,
.pricing-card li,
.compare-card,
.demo-copy,
.contact-form,
.lead-band-copy,
.lead-band-form,
.contact-card > div,
.contact-card form {
  text-align: left;
}

.glass-card h3,
.glass-card p,
.workflow-card h3,
.workflow-card p,
.dark-card h3,
.dark-card p,
.niche-card h3,
.niche-card p,
.pricing-card h3,
.pricing-card p,
.pricing-card li,
.compare-card h3,
.compare-card p,
.demo-copy h3,
.demo-copy p,
.lead-band-copy h3,
.lead-band-copy p,
.contact-card h3,
.contact-card .form-note,
.contact-card .check-text,
.contact-card label,
.showcase-side-item h4,
.showcase-side-item p {
  text-align: left !important;
}

@media (max-width: 1024px) {
  .section-head h2,
  .showcase-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2 {
    font-size: clamp(30px, 5.4vw, 48px) !important;
  }
}

@media (max-width: 767px) {
  .section-head,
  .showcase-head,
  .showcase-head-left,
  .niche-copy {
    max-width: 100%;
    padding-inline: 6px !important;
  }

  .section-head h2,
  .showcase-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2 {
    font-size: clamp(26px, 8.5vw, 36px) !important;
    line-height: 1.06;
  }

  .section-head p,
  .showcase-head p,
  .showcase-head-left p,
  .niche-copy p,
  .contact-card p {
    font-size: 15px;
    line-height: 1.65;
  }
}


/* v50: softer centered section headings */
.section-head {
  text-align: center !important;
  align-items: center;
}

.section-head .eyebrow,
.section-head .eyebrow-numbered {
  margin-inline: auto;
}

.section-head h2 {
  max-width: 980px;
  margin: 0 auto 14px;
  font-family: 'Manrope', 'Inter', system-ui, sans-serif;
  font-weight: 700 !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  line-height: 1.16;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.section-head p {
  max-width: 860px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section-head h2 {
    font-size: clamp(19px, 2.9vw, 26px) !important;
    line-height: 1.18;
  }
}

@media (max-width: 767px) {
  .section-head {
    margin-bottom: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-head h2 {
    max-width: 100%;
    font-size: clamp(20px, 5.2vw, 24px) !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .section-head p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
}


/* v51: unify section title size and weight across all site sections */
.section-head,
.showcase-head,
.showcase-head-left,
.niche-copy,
.contact-card {
  text-align: center !important;
}

.section-head .eyebrow,
.section-head .eyebrow-numbered,
.showcase-head .eyebrow,
.showcase-head .eyebrow-numbered,
.showcase-head-left .eyebrow,
.showcase-head-left .eyebrow-numbered,
.niche-copy .eyebrow,
.niche-copy .eyebrow-numbered,
.contact-card .eyebrow,
.contact-card .eyebrow-numbered {
  margin-inline: auto;
}

.section-head h2,
.showcase-head h2,
.showcase-head-left h2,
.niche-copy h2,
.contact-card h2 {
  max-width: 980px;
  margin: 0 auto 14px;
  font-family: 'Manrope', 'Inter', system-ui, sans-serif;
  font-weight: 700 !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  line-height: 1.16;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-align: center !important;
}

.section-head p,
.showcase-head p,
.showcase-head-left p,
.niche-copy p,
.contact-card > p,
.contact-card .form-note {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

@media (max-width: 1024px) {
  .section-head h2,
  .showcase-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2 {
    font-size: clamp(19px, 2.9vw, 26px) !important;
    line-height: 1.18;
  }
}

@media (max-width: 767px) {
  .section-head,
  .showcase-head,
  .showcase-head-left,
  .niche-copy,
  .contact-card {
    margin-bottom: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-head h2,
  .showcase-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2 {
    max-width: 100%;
    font-size: clamp(20px, 5.2vw, 24px) !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .section-head p,
  .showcase-head p,
  .showcase-head-left p,
  .niche-copy p,
  .contact-card > p,
  .contact-card .form-note {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* v52: section headings left aligned and slightly larger */
.section-head,
.showcase-head,
.showcase-head-left,
.niche-copy,
.contact-card {
  text-align: left !important;
  align-items: flex-start !important;
}

.section-head .eyebrow,
.section-head .eyebrow-numbered,
.showcase-head .eyebrow,
.showcase-head .eyebrow-numbered,
.showcase-head-left .eyebrow,
.showcase-head-left .eyebrow-numbered,
.niche-copy .eyebrow,
.niche-copy .eyebrow-numbered,
.contact-card .eyebrow,
.contact-card .eyebrow-numbered {
  margin-inline: 0 auto !important;
}

.section-head h2,
.showcase-head h2,
.showcase-head-left h2,
.niche-copy h2,
.contact-card h2 {
  max-width: 980px;
  margin: 0 0 14px !important;
  font-family: 'Manrope', 'Inter', system-ui, sans-serif;
  font-weight: 700 !important;
  font-size: clamp(24px, 2.35vw, 34px) !important;
  line-height: 1.16;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-align: left !important;
}

.section-head p,
.showcase-head p,
.showcase-head-left p,
.niche-copy p,
.contact-card > p,
.contact-card .form-note {
  max-width: 860px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

@media (max-width: 1024px) {
  .section-head h2,
  .showcase-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2 {
    font-size: clamp(22px, 3vw, 30px) !important;
    line-height: 1.18;
  }
}

@media (max-width: 767px) {
  .section-head,
  .showcase-head,
  .showcase-head-left,
  .niche-copy,
  .contact-card {
    margin-bottom: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-head h2,
  .showcase-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2 {
    max-width: 100%;
    font-size: clamp(22px, 6vw, 28px) !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .section-head p,
  .showcase-head p,
  .showcase-head-left p,
  .niche-copy p,
  .contact-card > p,
  .contact-card .form-note {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
}


/* v53 heading system refresh */
:root {
  --section-heading-size: clamp(30px, 3.25vw, 44px);
  --section-heading-size-tablet: clamp(28px, 4.8vw, 38px);
  --section-heading-size-mobile: clamp(25px, 7.2vw, 32px);
}

.section-head,
.niche-copy,
.contact-copy {
  max-width: 780px;
  margin: 0 0 28px;
  padding-left: 0;
  text-align: left;
}

.section-head .eyebrow,
.niche-copy .eyebrow,
.contact-copy .eyebrow,
#contact .eyebrow,
.showcase-head-left .eyebrow {
  margin-inline: 0;
}

.section-head h2,
.niche-copy h2,
.contact-card h2,
.showcase-head-left h2 {
  margin: 14px 0 0;
  max-width: 780px;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: var(--section-heading-size);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 700;
  text-wrap: balance;
}

.section-head p,
.niche-copy p,
.contact-card p,
.showcase-head-left p {
  margin-top: 14px;
  max-width: 740px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(225, 239, 249, 0.72);
}

#pricing .section-head,
#showcase .section-head,
#workflow .section-head,
#problems .section-head,
.capabilities-section .section-head,
#faq .section-head,
#retention .section-head,
#app-promo .section-head {
  max-width: 780px;
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
}

.section-head.light h2,
.contact-card h2,
.niche-copy h2,
.showcase-head-left h2 {
  color: #eef6fb;
}

.eyebrow,
.eyebrow-numbered {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media (max-width: 920px) {
  .section-head,
  .niche-copy,
  .contact-copy,
  #pricing .section-head,
  #showcase .section-head,
  #workflow .section-head,
  #problems .section-head,
  .capabilities-section .section-head,
  #faq .section-head,
  #retention .section-head,
  #app-promo .section-head {
    max-width: 100%;
  }

  .section-head h2,
  .niche-copy h2,
  .contact-card h2,
  .showcase-head-left h2 {
    font-size: var(--section-heading-size-tablet);
    max-width: 100%;
  }

  .section-head p,
  .niche-copy p,
  .contact-card p,
  .showcase-head-left p {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .section-head,
  .niche-copy,
  .contact-copy,
  #pricing .section-head,
  #showcase .section-head,
  #workflow .section-head,
  #problems .section-head,
  .capabilities-section .section-head,
  #faq .section-head,
  #retention .section-head,
  #app-promo .section-head {
    margin-bottom: 20px;
  }

  .section-head h2,
  .niche-copy h2,
  .contact-card h2,
  .showcase-head-left h2 {
    font-size: var(--section-heading-size-mobile);
    line-height: 1.12;
    letter-spacing: -0.03em;
  }

  .section-head p,
  .niche-copy p,
  .contact-card p,
  .showcase-head-left p {
    font-size: 14px;
    line-height: 1.65;
  }
}


/* v54: centered section headings, wider left-aligned body copy */
.section-head,
.showcase-head-left,
.niche-copy,
.contact-copy {
  max-width: 1080px !important;
  margin: 0 auto 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
}

.section-head .eyebrow,
.section-head .eyebrow-numbered,
.showcase-head-left .eyebrow,
.showcase-head-left .eyebrow-numbered,
.niche-copy .eyebrow,
.niche-copy .eyebrow-numbered,
.contact-copy .eyebrow,
.contact-copy .eyebrow-numbered {
  margin-inline: auto !important;
}

.section-head h2,
.showcase-head-left h2,
.niche-copy h2,
.contact-card h2 {
  max-width: 980px !important;
  margin: 14px auto 0 !important;
  text-align: center !important;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: clamp(32px, 3.4vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em;
  font-weight: 700 !important;
}

.section-head p,
.showcase-head-left p,
.niche-copy p,
.contact-copy > p,
.contact-card > p {
  max-width: 1040px !important;
  width: 100%;
  margin: 16px 0 0 !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

@media (max-width: 1024px) {
  .section-head,
  .showcase-head-left,
  .niche-copy,
  .contact-copy {
    max-width: 100% !important;
  }

  .section-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2 {
    font-size: clamp(28px, 4.4vw, 40px) !important;
  }

  .section-head p,
  .showcase-head-left p,
  .niche-copy p,
  .contact-copy > p,
  .contact-card > p {
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  .section-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2 {
    font-size: clamp(24px, 7.8vw, 32px) !important;
    line-height: 1.12 !important;
  }

  .section-head p,
  .showcase-head-left p,
  .niche-copy p,
  .contact-copy > p,
  .contact-card > p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

/* v55: wider section copy columns and tighter rhythm between sections */
.section,
.section-soft,
.section-dark,
.capabilities-section,
.niche-section,
.lead-band-section {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.section-head,
.showcase-head-left,
.niche-copy,
.contact-copy,
.contact-card {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-head h2,
.showcase-head-left h2,
.niche-copy h2,
.contact-card h2 {
  max-width: 1140px !important;
}

.section-head p,
.showcase-head-left p,
.niche-copy p,
.contact-copy > p,
.contact-card > p {
  max-width: 1120px !important;
}

@media (max-width: 1024px) {
  .section,
  .section-soft,
  .section-dark,
  .capabilities-section,
  .niche-section,
  .lead-band-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .section-head,
  .showcase-head-left,
  .niche-copy,
  .contact-copy,
  .contact-card,
  .section-head h2,
  .showcase-head-left h2,
  .niche-copy h2,
  .contact-card h2,
  .section-head p,
  .showcase-head-left p,
  .niche-copy p,
  .contact-copy > p,
  .contact-card > p {
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  .section,
  .section-soft,
  .section-dark,
  .capabilities-section,
  .niche-section,
  .lead-band-section {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}

/* v56: vertical section pills on the left */
.section-head,
.showcase-head-left,
.niche-copy,
.contact-copy,
.lead-inline-copy,
.demo-copy {
  position: relative;
  padding-left: 112px !important;
}

.section-head .eyebrow-numbered,
.showcase-head-left .eyebrow-numbered,
.niche-copy .eyebrow-numbered,
.contact-copy .eyebrow-numbered,
.lead-inline-copy .eyebrow-numbered,
.demo-copy .eyebrow-numbered {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
  min-height: 168px;
  padding: 16px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  border-radius: 999px;
  font-size: 14px !important;
  letter-spacing: 0.14em;
  line-height: 1;
}

@media (max-width: 920px) {
  .section-head,
  .showcase-head-left,
  .niche-copy,
  .contact-copy,
  .lead-inline-copy,
  .demo-copy {
    padding-left: 86px !important;
  }

  .section-head .eyebrow-numbered,
  .showcase-head-left .eyebrow-numbered,
  .niche-copy .eyebrow-numbered,
  .contact-copy .eyebrow-numbered,
  .lead-inline-copy .eyebrow-numbered,
  .demo-copy .eyebrow-numbered {
    min-height: 142px;
    padding: 14px 10px;
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .section-head,
  .showcase-head-left,
  .niche-copy,
  .contact-copy,
  .lead-inline-copy,
  .demo-copy {
    padding-left: 0 !important;
  }

  .section-head .eyebrow-numbered,
  .showcase-head-left .eyebrow-numbered,
  .niche-copy .eyebrow-numbered,
  .contact-copy .eyebrow-numbered,
  .lead-inline-copy .eyebrow-numbered,
  .demo-copy .eyebrow-numbered {
    position: static;
    min-height: auto;
    padding: 8px 14px;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    font-size: 12px !important;
  }
}


/* v57: full-width horizontal section pills and left-aligned headings */
.section-head,
.showcase-head-left,
.niche-copy,
.contact-copy,
.lead-inline-copy,
.demo-copy,
.contact-card {
  position: relative;
  padding-left: 0 !important;
  text-align: left !important;
  align-items: flex-start !important;
}

.section-head .eyebrow,
.section-head .eyebrow-numbered,
.showcase-head-left .eyebrow,
.showcase-head-left .eyebrow-numbered,
.niche-copy .eyebrow,
.niche-copy .eyebrow-numbered,
.contact-copy .eyebrow,
.contact-copy .eyebrow-numbered,
.lead-inline-copy .eyebrow,
.lead-inline-copy .eyebrow-numbered,
.demo-copy .eyebrow,
.demo-copy .eyebrow-numbered,
.contact-card .eyebrow,
.contact-card .eyebrow-numbered {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 20px 0 !important;
  padding: 14px 22px !important;
  writing-mode: horizontal-tb !important;
  text-orientation: initial !important;
  transform: none !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 18px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.1 !important;
}

.section-head h2,
.showcase-head-left h2,
.niche-copy h2,
.contact-card h2 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}

.section-head p,
.showcase-head-left p,
.niche-copy p,
.contact-copy > p,
.contact-card > p {
  width: 100% !important;
  max-width: 100% !important;
  margin: 16px 0 0 !important;
  text-align: left !important;
}

@media (max-width: 1024px) {
  .section-head .eyebrow,
  .section-head .eyebrow-numbered,
  .showcase-head-left .eyebrow,
  .showcase-head-left .eyebrow-numbered,
  .niche-copy .eyebrow,
  .niche-copy .eyebrow-numbered,
  .contact-copy .eyebrow,
  .contact-copy .eyebrow-numbered,
  .lead-inline-copy .eyebrow,
  .lead-inline-copy .eyebrow-numbered,
  .demo-copy .eyebrow,
  .demo-copy .eyebrow-numbered,
  .contact-card .eyebrow,
  .contact-card .eyebrow-numbered {
    padding: 12px 18px !important;
    font-size: 14px !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 16px !important;
  }
}

@media (max-width: 640px) {
  .section-head .eyebrow,
  .section-head .eyebrow-numbered,
  .showcase-head-left .eyebrow,
  .showcase-head-left .eyebrow-numbered,
  .niche-copy .eyebrow,
  .niche-copy .eyebrow-numbered,
  .contact-copy .eyebrow,
  .contact-copy .eyebrow-numbered,
  .lead-inline-copy .eyebrow,
  .lead-inline-copy .eyebrow-numbered,
  .demo-copy .eyebrow,
  .demo-copy .eyebrow-numbered,
  .contact-card .eyebrow,
  .contact-card .eyebrow-numbered {
    padding: 10px 14px !important;
    font-size: 12px !important;
    border-radius: 16px !important;
  }
}

/* v58: visual liveliness layer without breaking structure */
:root {
  --accent-cyan-soft: rgba(38, 210, 255, 0.2);
  --accent-blue-soft: rgba(69, 132, 255, 0.16);
  --accent-red-soft: rgba(255, 71, 117, 0.1);
}

.section,
.section-soft,
.section-dark,
.niche-section,
.lead-band-section,
#pricing,
#showcase,
#workflow,
#faq,
#retention,
#app-promo,
#contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section::before,
.section-soft::before,
.section-dark::before,
.niche-section::before,
.lead-band-section::before,
#pricing::before,
#showcase::before,
#workflow::before,
#faq::before,
#retention::before,
#app-promo::before,
#contact::before {
  content: "";
  position: absolute;
  inset: auto;
  width: 34vw;
  height: 34vw;
  min-width: 240px;
  min-height: 240px;
  max-width: 560px;
  max-height: 560px;
  border-radius: 50%;
  filter: blur(84px);
  opacity: 0.28;
  pointer-events: none;
  z-index: -1;
}

.section:nth-of-type(odd)::before,
.section-soft:nth-of-type(odd)::before,
.niche-section:nth-of-type(odd)::before,
#showcase::before,
#faq::before,
#app-promo::before {
  top: 6%;
  left: -8%;
  background: radial-gradient(circle, var(--accent-cyan-soft) 0%, rgba(38, 210, 255, 0.08) 40%, transparent 74%);
}

.section:nth-of-type(even)::before,
.section-dark::before,
.lead-band-section::before,
#pricing::before,
#workflow::before,
#retention::before,
#contact::before {
  right: -10%;
  bottom: -8%;
  background: radial-gradient(circle, var(--accent-blue-soft) 0%, rgba(255, 71, 117, 0.06) 42%, transparent 76%);
}

.section-head,
.showcase-head-left,
.niche-copy,
.contact-copy,
.contact-card {
  position: relative;
  z-index: 2;
}

.section-head .eyebrow,
.section-head .eyebrow-numbered,
.showcase-head-left .eyebrow,
.showcase-head-left .eyebrow-numbered,
.niche-copy .eyebrow,
.niche-copy .eyebrow-numbered,
.contact-copy .eyebrow,
.contact-copy .eyebrow-numbered,
.contact-card .eyebrow,
.contact-card .eyebrow-numbered {
  background:
    linear-gradient(135deg, rgba(18, 38, 63, 0.94), rgba(12, 22, 38, 0.9)),
    linear-gradient(90deg, rgba(37, 214, 255, 0.22), rgba(255,255,255,0));
  border: 1px solid rgba(111, 171, 208, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 12px 40px rgba(4, 13, 27, 0.24),
    0 0 0 1px rgba(16, 90, 138, 0.05);
}

.section-head h2,
.showcase-head-left h2,
.niche-copy h2,
.contact-card h2 {
  text-wrap: balance;
}

.section-head p,
.showcase-head-left p,
.niche-copy p,
.contact-copy > p,
.contact-card > p {
  max-width: 1180px !important;
}

.glass-card,
.workflow-card,
.dark-card,
.niche-card,
.pricing-card,
.faq-item,
.compare-card,
.lead-band,
.contact-card,
.showcase-side-item {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.34s ease,
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    background 0.34s ease;
}

.glass-card::before,
.workflow-card::before,
.dark-card::before,
.niche-card::before,
.pricing-card::before,
.faq-item::before,
.compare-card::before,
.contact-card::before,
.showcase-side-item::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 34%, transparent 66%, rgba(37,214,255,0.08));
  opacity: 0;
  transition: opacity 0.34s ease;
  pointer-events: none;
}

.glass-card::after,
.workflow-card::after,
.dark-card::after,
.niche-card::after,
.pricing-card::after,
.faq-item::after,
.compare-card::after,
.contact-card::after,
.showcase-side-item::after {
  content: "";
  position: absolute;
  top: -28%;
  right: -18%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,214,255,0.18) 0%, rgba(37,214,255,0.04) 34%, transparent 72%);
  opacity: 0.42;
  pointer-events: none;
  transform: translate3d(0,0,0);
}

.glass-card:hover,
.workflow-card:hover,
.dark-card:hover,
.niche-card:hover,
.pricing-card:hover,
.faq-item:hover,
.compare-card:hover,
.contact-card:hover,
.showcase-side-item:hover {
  transform: translateY(-8px);
  border-color: rgba(86, 173, 221, 0.32) !important;
  box-shadow: 0 24px 60px rgba(5, 13, 28, 0.34), 0 0 0 1px rgba(37,214,255,0.08);
}

.glass-card:hover::before,
.workflow-card:hover::before,
.dark-card:hover::before,
.niche-card:hover::before,
.pricing-card:hover::before,
.faq-item:hover::before,
.compare-card:hover::before,
.contact-card:hover::before,
.showcase-side-item:hover::before {
  opacity: 1;
}

.problem-grid .glass-card:nth-child(2),
.problem-grid .glass-card:nth-child(4),
.benefit-grid .benefit-card:nth-child(2),
.benefit-grid .benefit-card:nth-child(4),
.capability-grid .dark-card:nth-child(2),
.capability-grid .dark-card:nth-child(4) {
  transform: translateY(18px);
}

.problem-grid .glass-card:nth-child(2):hover,
.problem-grid .glass-card:nth-child(4):hover,
.benefit-grid .benefit-card:nth-child(2):hover,
.benefit-grid .benefit-card:nth-child(4):hover,
.capability-grid .dark-card:nth-child(2):hover,
.capability-grid .dark-card:nth-child(4):hover {
  transform: translateY(10px);
}

.pricing-card-featured {
  box-shadow: 0 30px 70px rgba(13, 38, 72, 0.42), 0 0 0 1px rgba(48, 198, 255, 0.12);
}

.pricing-card-featured::after {
  width: 220px;
  height: 220px;
  right: -10%;
  top: -12%;
  background: radial-gradient(circle, rgba(58, 225, 255, 0.24) 0%, rgba(58, 225, 255, 0.06) 36%, transparent 72%);
}

.hero-visual .device-card,
.showcase-center-stage .center-card,
.stacked-screens .small-device {
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.hero-visual .device-card:hover,
.showcase-center-stage .center-card:hover,
.stacked-screens .small-device:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 28px 70px rgba(4, 15, 31, 0.42);
  border-color: rgba(78, 176, 225, 0.28);
}

.device-center {
  animation: float-center 6.6s ease-in-out infinite;
}

.device-left,
.device-right {
  animation: float-side 7.4s ease-in-out infinite;
}

.device-right {
  animation-delay: 0.8s;
}

.showcase-center {
  background:
    radial-gradient(circle at 14% 18%, rgba(37, 214, 255, 0.1), transparent 26%),
    radial-gradient(circle at 84% 76%, rgba(64, 101, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(10, 22, 39, 0.82), rgba(8, 16, 29, 0.9));
  box-shadow: 0 24px 80px rgba(3, 10, 24, 0.24);
}

.showcase-side-item.active,
.showcase-side-item:hover {
  background: linear-gradient(135deg, rgba(16, 33, 57, 0.92), rgba(10, 20, 35, 0.94));
  box-shadow: 0 16px 40px rgba(4, 13, 28, 0.28);
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: skewX(-18deg);
  transition: left 0.6s ease;
}

.button:hover::after {
  left: 150%;
}

@keyframes float-center {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-14px); }
}

@keyframes float-side {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-9px); }
}

@media (max-width: 1024px) {
  .problem-grid .glass-card:nth-child(2),
  .problem-grid .glass-card:nth-child(4),
  .benefit-grid .benefit-card:nth-child(2),
  .benefit-grid .benefit-card:nth-child(4),
  .capability-grid .dark-card:nth-child(2),
  .capability-grid .dark-card:nth-child(4) {
    transform: none;
  }

  .section::before,
  .section-soft::before,
  .section-dark::before,
  .niche-section::before,
  .lead-band-section::before,
  #pricing::before,
  #showcase::before,
  #workflow::before,
  #faq::before,
  #retention::before,
  #app-promo::before,
  #contact::before {
    width: 46vw;
    height: 46vw;
    filter: blur(70px);
  }
}

@media (max-width: 767px) {
  .glass-card:hover,
  .workflow-card:hover,
  .dark-card:hover,
  .niche-card:hover,
  .pricing-card:hover,
  .faq-item:hover,
  .compare-card:hover,
  .contact-card:hover,
  .showcase-side-item:hover,
  .hero-visual .device-card:hover,
  .showcase-center-stage .center-card:hover,
  .stacked-screens .small-device:hover {
    transform: none;
  }

  .section-head .eyebrow,
  .section-head .eyebrow-numbered,
  .showcase-head-left .eyebrow,
  .showcase-head-left .eyebrow-numbered,
  .niche-copy .eyebrow,
  .niche-copy .eyebrow-numbered,
  .contact-copy .eyebrow,
  .contact-copy .eyebrow-numbered,
  .contact-card .eyebrow,
  .contact-card .eyebrow-numbered {
    padding: 11px 16px !important;
  }

  .section::before,
  .section-soft::before,
  .section-dark::before,
  .niche-section::before,
  .lead-band-section::before,
  #pricing::before,
  #showcase::before,
  #workflow::before,
  #faq::before,
  #retention::before,
  #app-promo::before,
  #contact::before {
    width: 64vw;
    height: 64vw;
    opacity: 0.22;
    filter: blur(58px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
}


/* v59 mobile fixes: compact checkbox + clearer horizontal screen swipe */
.consent-check {
  flex-wrap: nowrap;
}
.consent-check input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 6px !important;
  border: 1px solid rgba(121, 182, 255, 0.38) !important;
  background: linear-gradient(180deg, rgba(10, 18, 29, 0.96), rgba(16, 28, 43, 0.92)) !important;
  background-image: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 1px rgba(5,10,18,0.42) !important;
  display: inline-block !important;
  vertical-align: top;
  align-self: flex-start;
}
.consent-check input[type="checkbox"]:checked {
  background: linear-gradient(180deg, rgba(37, 196, 255, 0.96), rgba(19, 159, 255, 0.96)) !important;
}
@media (max-width: 768px) {
  .consent-check {
    align-items: flex-start;
    gap: 10px;
  }
  .consent-check span {
    flex: 1 1 auto;
    max-width: none;
  }

  .stacked-screens {
    position: relative;
    display: flex;
    gap: 14px;
    min-height: auto;
    overflow-x: auto;
    overflow-y: visible;
    padding: 34px 18px 8px 0;
    margin-right: -4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 34px), transparent 100%);
  }
  .stacked-screens::-webkit-scrollbar { display: none; }
  .stacked-screens::before {
    content: 'Свайпните →';
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
    align-self: flex-start;
    display: inline-flex;
    margin-right: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(11, 22, 34, 0.9);
    border: 1px solid rgba(117, 191, 255, 0.18);
    color: #9be6ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(0,0,0,0.18);
    backdrop-filter: blur(10px);
  }
  .stacked-screens::after {
    content: '';
    position: sticky;
    right: 0;
    width: 32px;
    min-width: 32px;
    height: 1px;
    align-self: stretch;
    pointer-events: none;
  }
  .small-device,
  .small-device:first-child,
  .small-device.overlap {
    position: relative;
    inset: auto;
    width: min(270px, 74vw);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .dark-card h3 {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .stacked-screens {
    padding-top: 30px;
    gap: 12px;
  }
  .stacked-screens::before {
    font-size: 10px;
    padding: 7px 11px;
  }
  .small-device,
  .small-device:first-child,
  .small-device.overlap {
    width: min(248px, 76vw);
  }
}


.small-device img,
.center-frame img {
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}
.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 16, 0.88);
  backdrop-filter: blur(12px);
}
.image-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 520px);
}
.image-lightbox-frame {
  padding: 12px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(8,17,28,0.98), rgba(15,31,46,0.98));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 30px 90px rgba(0,0,0,0.45), 0 0 34px rgba(34,216,255,0.1);
}
.image-lightbox-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 110px);
  object-fit: contain;
  border-radius: 22px;
}
.image-lightbox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(11, 22, 34, 0.92);
  color: #ecf7ff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
  .image-lightbox {
    padding: 14px;
  }
  .image-lightbox-dialog {
    width: min(96vw, 420px);
  }
  .image-lightbox-frame {
    padding: 8px;
    border-radius: 24px;
  }
  .image-lightbox-frame img {
    max-height: calc(100vh - 56px);
    border-radius: 18px;
  }
  .image-lightbox-close {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }
}


/* v62 fixed blurred photo background */
body {
  background: #07111a !important;
}

.global-photo-background {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

.global-photo-background::before,
.global-photo-background::after {
  content: '';
  position: absolute;
  inset: 0;
}

.global-photo-background::before {
  background:
    linear-gradient(180deg, rgba(4, 10, 16, 0.82) 0%, rgba(4, 10, 16, 0.56) 24%, rgba(4, 10, 16, 0.52) 72%, rgba(4, 10, 16, 0.78) 100%),
    radial-gradient(circle at 18% 20%, rgba(32, 201, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(87, 134, 255, 0.12), transparent 28%);
  z-index: 2;
}

.global-photo-background::after {
  background: url('assets/car-bg-photo.png') center center / cover no-repeat;
  filter: blur(8px) saturate(0.8) brightness(0.58);
  opacity: 0.3;
  transform: scale(1.06);
  z-index: 1;
}

.page-shell {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

.page-shell::before {
  opacity: .32;
}

.hero::before,
.section::before,
footer::before {
  background: linear-gradient(180deg, rgba(6, 14, 22, 0.04), rgba(6, 14, 22, 0.1));
}

@media (max-width: 980px) {
  .global-photo-background::after {
    background-position: center center;
    filter: blur(9px) saturate(0.76) brightness(0.56);
    opacity: 0.28;
    transform: scale(1.1);
  }
}

@media (max-width: 640px) {
  .global-photo-background::before {
    background:
      linear-gradient(180deg, rgba(4, 10, 16, 0.88) 0%, rgba(4, 10, 16, 0.62) 24%, rgba(4, 10, 16, 0.58) 72%, rgba(4, 10, 16, 0.84) 100%),
      radial-gradient(circle at 20% 22%, rgba(32, 201, 255, 0.12), transparent 20%),
      radial-gradient(circle at 84% 24%, rgba(87, 134, 255, 0.1), transparent 22%);
  }
  .global-photo-background::after {
    background-position: 64% center;
    background-size: cover;
    filter: blur(10px) saturate(0.7) brightness(0.52);
    opacity: 0.24;
    transform: scale(1.12);
  }
}


/* v63 venocode + hero/contact/footer refinements */
.brand {
  gap: 14px;
}
.brand-logo {
  width: 52px;
  height: 52px;
  display: block;
  flex: 0 0 52px;
  filter: drop-shadow(0 0 18px rgba(60, 204, 255, 0.22));
}
.brand-name-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.brand-name-stack strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #eef7ff;
}
.brand-name-stack em {
  font-style: normal;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(170, 214, 238, 0.78);
}
.brand-mark { display: none !important; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 42px;
}
.hero-copy {
  padding-left: 0 !important;
  max-width: 720px;
}
.hero-copy p + p {
  margin-top: 16px;
}
.hero-visual {
  justify-self: end;
  width: 100%;
  max-width: 640px;
}

.contact-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  column-gap: 34px;
}
.contact-copy {
  padding-left: 18px !important;
  padding-right: 10px;
}
.contact-copy h2 {
  margin-bottom: 18px;
}
.contact-copy > p {
  max-width: 680px;
  line-height: 1.7;
}
.contact-copy > p + p {
  margin-top: 14px;
}
.contact-copy .result-strip,
.contact-copy .result-strip * {
  display: none !important;
}
.contact-demo-action {
  margin-top: 28px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr) auto;
  gap: 28px;
  align-items: start;
}
.footer-brand,
.footer-brand:visited {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}
.footer-brand-block p {
  margin: 18px 0 0;
  max-width: 520px;
  color: rgba(214, 229, 240, 0.78);
}
.footer-meta-slot {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px dashed rgba(104, 190, 232, 0.22);
  background: linear-gradient(180deg, rgba(11, 24, 37, 0.72), rgba(8, 18, 29, 0.58));
  color: rgba(186, 214, 229, 0.72);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.global-photo-background::before {
  background:
    linear-gradient(180deg, rgba(4, 10, 16, 0.66) 0%, rgba(4, 10, 16, 0.4) 24%, rgba(4, 10, 16, 0.38) 72%, rgba(4, 10, 16, 0.64) 100%),
    radial-gradient(circle at 18% 20%, rgba(32, 201, 255, 0.14), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(87, 134, 255, 0.1), transparent 28%);
}
.global-photo-background::after {
  filter: blur(7px) saturate(0.86) brightness(0.72) !important;
  opacity: 0.5 !important;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-visual {
    justify-self: center;
    max-width: 700px;
  }
  .contact-card {
    grid-template-columns: 1fr;
  }
  .contact-copy {
    padding-left: 10px !important;
    padding-right: 0;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .brand-logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .brand-name-stack strong {
    font-size: 16px;
  }
  .brand-name-stack em {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
  .hero {
    gap: 22px;
  }
  .hero-copy {
    max-width: none;
  }
  .hero-badges {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    max-width: 100%;
    min-height: auto;
  }
  .contact-copy {
    padding-left: 0 !important;
  }
  .footer-meta-slot {
    min-height: 72px;
    font-size: 12px;
  }
  .global-photo-background::before {
    background:
      linear-gradient(180deg, rgba(4, 10, 16, 0.72) 0%, rgba(4, 10, 16, 0.48) 24%, rgba(4, 10, 16, 0.44) 72%, rgba(4, 10, 16, 0.7) 100%),
      radial-gradient(circle at 20% 22%, rgba(32, 201, 255, 0.1), transparent 20%),
      radial-gradient(circle at 84% 24%, rgba(87, 134, 255, 0.08), transparent 22%);
  }
  .global-photo-background::after {
    background-position: 60% center !important;
    opacity: 0.42 !important;
  }
}


/* v64 brand refresh */
.brand-logo { width: 56px; height: 56px; flex-basis: 56px; }
.brand-name-stack strong { letter-spacing: 0.01em; }
.brand-name-stack em { letter-spacing: 0.07em; }
.footer-meta-slot { gap: 10px; flex-wrap: wrap; }
.footer-meta-slot::before { content: "Яндекс.Метрика · GA4 · pixel-ready"; display: inline-block; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(104,190,232,0.2); background: rgba(10, 22, 34, 0.52); color: rgba(202, 228, 242, 0.78); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 767px) { .brand-logo { width: 46px; height: 46px; flex-basis: 46px; } }


/* v65 compact header brand */
.topbar .brand { gap: 10px; }
.topbar .brand-logo { width: 40px; height: 40px; flex-basis: 40px; filter: drop-shadow(0 0 12px rgba(60,204,255,0.18)); }
.topbar .brand-name-stack { gap: 0; }
.topbar .brand-name-stack strong { font-size: 16px; line-height: 1.05; }
.topbar .brand-name-stack em { display: none; }
@media (max-width: 767px) { .topbar .brand-logo { width: 34px; height: 34px; flex-basis: 34px; } .topbar .brand-name-stack strong { font-size: 14px; } }


/* v65 mobile performance + compact header */
.topbar .brand { gap: 10px; }
.topbar .brand-logo { width: 40px; height: 40px; flex-basis: 40px; filter: drop-shadow(0 0 12px rgba(60,204,255,0.18)); }
.topbar .brand-name-stack { gap: 0; }
.topbar .brand-name-stack strong { font-size: 16px; line-height: 1.05; }
.topbar .brand-name-stack em { display: none; }

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .global-photo-background {
    position: absolute;
    inset: 0;
  }
  .global-photo-background::after {
    filter: blur(3px) saturate(0.88) brightness(0.82) !important;
    opacity: 0.34 !important;
    background-attachment: scroll !important;
    transform: none !important;
  }
  .global-photo-background::before {
    background:
      linear-gradient(180deg, rgba(4, 10, 16, 0.56) 0%, rgba(4, 10, 16, 0.34) 24%, rgba(4, 10, 16, 0.32) 72%, rgba(4, 10, 16, 0.58) 100%),
      radial-gradient(circle at 18% 20%, rgba(32, 201, 255, 0.10), transparent 24%),
      radial-gradient(circle at 82% 24%, rgba(87, 134, 255, 0.07), transparent 28%);
  }

  .topbar,
  .dark-card,
  .glass-card,
  .pricing-card,
  .workflow-card,
  .benefit-card,
  .audience-card,
  .launch-card,
  .demo-modal-panel,
  .showcase-slide-link,
  .feature-card,
  .contact-card,
  .mini-stat,
  .button,
  .button-secondary,
  .button-primary,
  .eyebrow {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .dark-card,
  .glass-card,
  .pricing-card,
  .workflow-card,
  .benefit-card,
  .audience-card,
  .launch-card,
  .contact-card,
  .showcase-slide-link {
    box-shadow: 0 10px 26px rgba(0,0,0,0.18) !important;
  }

  * {
    scroll-behavior: auto !important;
  }
}

@media (max-width: 767px) {
  .topbar .brand-logo { width: 34px; height: 34px; flex-basis: 34px; }
  .topbar .brand-name-stack strong { font-size: 14px; }
}

/* v66 aggressive mobile scroll optimization */
@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  html, body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: auto;
  }

  body {
    background:
      radial-gradient(circle at 82% 10%, rgba(25, 176, 232, 0.14), transparent 22%),
      radial-gradient(circle at 16% 30%, rgba(76, 126, 255, 0.10), transparent 24%),
      linear-gradient(180deg, #06111a 0%, #071522 38%, #081827 100%) !important;
    background-attachment: scroll !important;
  }

  .global-photo-background,
  .page-shell::before {
    display: none !important;
  }

  .page-shell {
    background: transparent !important;
    overflow-x: hidden !important;
  }

  .topbar {
    top: 8px !important;
    margin-top: 8px !important;
    background: rgba(7, 18, 28, 0.92) !important;
    border-color: rgba(126, 194, 233, 0.14) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18) !important;
  }

  .hero,
  .section,
  footer {
    transform: none !important;
    will-change: auto !important;
  }

  .dark-card,
  .glass-card,
  .pricing-card,
  .workflow-card,
  .benefit-card,
  .audience-card,
  .launch-card,
  .contact-card,
  .showcase-slide-link,
  .showcase-center,
  .showcase-center-stage,
  .demo-modal-panel,
  .image-lightbox-frame,
  .footer-meta-slot {
    box-shadow: 0 6px 18px rgba(0,0,0,0.14) !important;
  }

  .image-lightbox-backdrop,
  .demo-modal-backdrop {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .stacked-screens,
  .showcase-sidebar,
  .showcase-track,
  .showcase-slider {
    overscroll-behavior-x: contain;
  }

  .stacked-screens {
    scroll-snap-type: x proximity !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    touch-action: pan-x pan-y !important;
  }

  .showcase-sidebar,
  .showcase-track,
  .showcase-slider {
    touch-action: pan-y !important;
  }

  .button,
  .dark-card,
  .glass-card,
  .pricing-card,
  .workflow-card,
  .benefit-card,
  .audience-card,
  .launch-card,
  .contact-card,
  .showcase-slide-link,
  .eyebrow,
  .topbar,
  .image-lightbox,
  .image-lightbox-dialog,
  .image-lightbox-frame {
    transition: none !important;
    animation: none !important;
  }
}


/* v68 mobile emergency load + scroll safety */
@media (max-width: 820px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: auto !important;
  }

  body {
    position: static !important;
    background: #07111a !important;
  }

  .page-shell,
  main,
  .container,
  .section,
  .hero,
  .hero-copy,
  .hero-visual,
  .niche-panel,
  .showcase-shell,
  .showcase-center,
  .showcase-center-stage,
  .stacked-card,
  .contact-card,
  .lead-band,
  .lead-inline-card,
  footer {
    transform: none !important;
    will-change: auto !important;
    contain: none !important;
  }

  .page-shell {
    overflow: visible !important;
  }

  .global-photo-background,
  .page-shell::before,
  .hero-stage,
  .sticky-cta-mobile {
    display: none !important;
  }

  .topbar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 10px !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .button,
  .glass-card,
  .dark-card,
  .pricing-card,
  .workflow-card,
  .benefit-card,
  .audience-card,
  .launch-card,
  .contact-card,
  .image-lightbox,
  .image-lightbox-dialog,
  .image-lightbox-frame,
  .device-card,
  .showcase-slide-link,
  .showcase-shell,
  .showcase-center,
  .showcase-center-stage {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14) !important;
    transition: none !important;
    animation: none !important;
  }

  .stacked-screens,
  .showcase-track,
  .showcase-slider,
  .showcase-sidebar,
  .showcase-shell {
    touch-action: auto !important;
    overscroll-behavior: auto !important;
    scroll-snap-type: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .device-left,
  .device-center,
  .device-right {
    transform: none !important;
  }
}

/* v69 robust mobile/browser compatibility mode */
.page-shell {
  overflow-x: clip;
  overflow-y: visible;
}

img {
  height: auto;
}

html.mobile-safe,
html.mobile-safe body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  min-height: 100%;
  height: auto !important;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 920px), (hover: none) and (pointer: coarse) {
  html,
  body {
    scroll-behavior: auto !important;
    overscroll-behavior-y: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    min-height: 100%;
    height: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body,
  .page-shell,
  main {
    position: static !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    transform: none !important;
    will-change: auto !important;
    contain: none !important;
  }

  body {
    background: #07111a !important;
  }

  .global-photo-background,
  .page-shell::before,
  .hero-stage,
  .sticky-cta-mobile,
  .demo-modal,
  .image-lightbox {
    display: none !important;
  }

  .topbar {
    position: relative !important;
    top: auto !important;
    inset: auto !important;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
    z-index: 1 !important;
  }

  main,
  .hero,
  .section,
  footer,
  .container,
  .niche-panel,
  .lead-band,
  .contact-card,
  .showcase-center,
  .showcase-center-stage,
  .capability-grid,
  .problem-grid,
  .benefit-grid,
  .workflow-grid,
  .launch-grid,
  .pricing-grid,
  .faq-list,
  .compare-grid {
    transform: none !important;
    will-change: auto !important;
    contain: none !important;
  }

  .section,
  .hero,
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 900px auto;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .button,
  .glass-card,
  .dark-card,
  .pricing-card,
  .workflow-card,
  .benefit-card,
  .launch-card,
  .contact-card,
  .showcase-center,
  .showcase-slide-link,
  .device-card,
  .topbar,
  .eyebrow,
  .mini-stat,
  .compare-card,
  .faq-item,
  .niche-card,
  .demo-side-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14) !important;
    transition: none !important;
    animation: none !important;
  }

  .hero {
    gap: 20px !important;
    padding: 24px 0 24px !important;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
  }

  .hero-copy,
  .contact-copy,
  .lead-inline-copy,
  .section-head {
    overflow: visible !important;
  }

  .hero-copy p,
  .section-head p,
  .contact-card p,
  .lead-inline-copy p {
    max-width: none !important;
  }

  .hero-badges,
  .hero-actions,
  .footer-inner,
  .lead-band,
  .contact-card,
  .compare-grid,
  .problem-grid,
  .benefit-grid,
  .workflow-grid,
  .launch-grid,
  .pricing-grid,
  .capability-grid {
    gap: 16px !important;
  }

  .showcase-center-stage,
  .stacked-screens,
  .showcase-sidebar {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: none !important;
    overscroll-behavior-x: contain !important;
    touch-action: pan-x !important;
  }

  .showcase-center-meta,
  .showcase-controls,
  .showcase-progress {
    overflow: visible !important;
  }

  .device-left,
  .device-center,
  .device-right,
  .small-device,
  .small-device.overlap {
    transform: none !important;
  }

  .small-device img,
  .center-frame img,
  .device-screen img {
    transform: translateZ(0);
  }

  * {
    scroll-behavior: auto !important;
    scrollbar-width: auto;
  }
}


/* v92 compact single-page refinement */
.section { padding-block: clamp(52px, 7vw, 88px); }
.section.section-soft, .section.section-dark { padding-block: clamp(56px, 7.5vw, 92px); }
.hero { padding-top: 40px; }
.section-head p, .lead, .sublead { max-width: 820px; }
.contact-demo-action { display:none !important; }
.nav { gap: 20px; }
@media (max-width: 767px) { .section { padding-block: 44px; } .hero-actions { flex-direction: column; align-items: stretch; } .hero-actions .button { width: 100%; justify-content: center; } }


/* v93 header pill navigation */
.topbar {
  gap: 18px;
}
.topbar .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.topbar .nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(79, 192, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 31, 51, 0.82) 0%, rgba(9, 20, 35, 0.78) 100%);
  color: #eaf6ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 8px 22px rgba(4, 17, 30, 0.24),
    0 0 0 1px rgba(255,255,255,0.02);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}
.topbar .nav a::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(70, 170, 220, 0.08), rgba(255,255,255,0.02), rgba(70, 170, 220, 0.08));
  pointer-events: none;
}
.topbar .nav a:hover,
.topbar .nav a:focus-visible {
  color: #ffffff;
  border-color: rgba(87, 214, 255, 0.46);
  background: linear-gradient(180deg, rgba(18, 39, 63, 0.92) 0%, rgba(8, 22, 40, 0.88) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 14px 30px rgba(8, 28, 46, 0.34),
    0 0 24px rgba(61, 206, 255, 0.12);
  transform: translateY(-1px);
}
.topbar .nav a:active {
  transform: translateY(0);
}
@media (max-width: 1180px) {
  .topbar .nav a {
    min-height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
}

/* v94 mobile hamburger navigation */
.mobile-only {
  display: none;
}

.mobile-nav-toggle {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(79, 192, 255, 0.24);
  background: linear-gradient(180deg, rgba(15, 31, 51, 0.86) 0%, rgba(9, 20, 35, 0.82) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 10px 24px rgba(4, 17, 30, 0.24),
    0 0 0 1px rgba(255,255,255,0.02);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.mobile-nav-toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #ecf7ff;
  box-shadow: 0 0 10px rgba(61, 206, 255, 0.2);
  transition: transform .25s ease, opacity .2s ease, top .25s ease, bottom .25s ease;
}

.mobile-nav-toggle span:nth-child(1) { top: 18px; }
.mobile-nav-toggle span:nth-child(2) { top: 25px; }
.mobile-nav-toggle span:nth-child(3) { top: 32px; }

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus-visible {
  border-color: rgba(87, 214, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 14px 30px rgba(8, 28, 46, 0.34),
    0 0 24px rgba(61, 206, 255, 0.12);
}

.mobile-nav-toggle.is-open span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
.mobile-nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.mobile-nav-toggle.is-open span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}

.mobile-menu-panel {
  display: none;
}

@media (max-width: 920px) {
  .mobile-only {
    display: inline-flex;
  }

  .topbar .nav.desktop-only,
  .topbar > .button.desktop-only {
    display: none !important;
  }

  .topbar {
    justify-content: space-between;
    gap: 14px;
  }

  .topbar .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mobile-menu-panel {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    margin-top: 12px;
    padding: 0;
    border-radius: 26px;
    border: 1px solid rgba(79, 192, 255, 0.16);
    background: linear-gradient(180deg, rgba(11, 25, 43, 0.96) 0%, rgba(7, 17, 30, 0.96) 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.04),
      0 18px 40px rgba(3, 12, 24, 0.34);
    transition: max-height .32s ease, opacity .24s ease, transform .24s ease, padding .24s ease;
  }

  .mobile-menu-panel.is-open {
    max-height: 340px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding: 14px;
  }

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

  .mobile-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(79, 192, 255, 0.22);
    background: linear-gradient(180deg, rgba(15, 31, 51, 0.82) 0%, rgba(9, 20, 35, 0.78) 100%);
    color: #eaf6ff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.05),
      0 10px 24px rgba(4, 17, 30, 0.18);
  }

  .mobile-nav-cta {
    width: 100%;
    margin-top: 12px;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .mobile-menu-panel {
    border-radius: 22px;
  }

  .mobile-nav {
    grid-template-columns: 1fr;
  }

  .mobile-nav a,
  .mobile-nav-cta {
    min-height: 48px;
  }
}


/* v96 mobile showcase compact slider */
@media (max-width: 768px) {
  .showcase-center {
    padding: 18px 12px 16px !important;
    gap: 14px !important;
  }

  .showcase-center-stage {
    min-height: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .center-main,
  .center-card {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: min(88vw, 360px) !important;
    max-width: 360px !important;
  }

  .center-left,
  .center-right {
    display: none !important;
  }

  .center-frame {
    padding: 10px !important;
    border-radius: 24px !important;
  }

  .center-frame img {
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 16px !important;
  }

  .showcase-center-meta {
    gap: 12px !important;
  }

  .showcase-sidebar {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 2px 8px !important;
    margin-top: 2px !important;
    max-height: none !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .showcase-sidebar::-webkit-scrollbar {
    display: none;
  }

  .showcase-slide-link {
    width: auto !important;
    min-height: 0 !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    grid-template-columns: none !important;
    padding: 11px 14px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }

  .showcase-slide-link span {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  .showcase-slide-link strong {
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .showcase-tags {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .showcase-center {
    padding: 16px 10px 14px !important;
  }

  .center-main,
  .center-card {
    width: min(90vw, 350px) !important;
  }

  .showcase-center-meta h3 {
    font-size: 20px !important;
    line-height: 1.12 !important;
  }

  .showcase-center-meta p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .showcase-slide-link {
    padding: 10px 12px !important;
  }

  .showcase-slide-link span {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  .showcase-slide-link strong {
    font-size: 13px !important;
  }
}


/* v97 mobile showcase redraw */
.showcase-mobile-top,
.showcase-mobile-bottom,
.showcase-mobile-arrow {
  display: none;
}

@media (min-width: 769px) {
  .showcase-mobile-top,
  .showcase-mobile-bottom,
  .showcase-mobile-arrow {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .showcase-center {
    padding: 18px 14px 18px !important;
    gap: 14px !important;
  }

  .showcase-mobile-top,
  .showcase-mobile-bottom {
    display: block !important;
  }

  .showcase-mobile-top {
    padding: 0 4px !important;
  }

  .showcase-mobile-top .showcase-counter {
    margin-bottom: 10px !important;
    justify-content: flex-start !important;
  }

  .showcase-mobile-top h3 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.12 !important;
    color: #f6fbff !important;
  }

  .showcase-center-stage {
    position: relative !important;
    min-height: 75svh !important;
    max-height: 75svh !important;
    padding: 10px 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .center-left,
  .center-right {
    display: none !important;
  }

  .center-main,
  .center-card {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: min(62vw, 272px) !important;
    max-width: 272px !important;
    z-index: 1 !important;
  }

  .center-frame {
    width: 100% !important;
    padding: 8px !important;
    border-radius: 24px !important;
  }

  .center-frame img {
    width: 100% !important;
    height: auto !important;
    max-height: calc(75svh - 36px) !important;
    object-fit: contain !important;
    object-position: center top !important;
    border-radius: 16px !important;
    display: block !important;
  }

  .showcase-mobile-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 999px !important;
    z-index: 3 !important;
  }

  .showcase-mobile-prev {
    left: 6px !important;
  }

  .showcase-mobile-next {
    right: 6px !important;
  }

  .showcase-center-meta,
  .showcase-sidebar,
  .showcase-tags,
  .showcase-progress,
  #centerPrev,
  #centerNext {
    display: none !important;
  }

  .showcase-mobile-bottom {
    padding: 0 4px !important;
  }

  .showcase-mobile-bottom p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: rgba(220,232,241,0.82) !important;
  }
}

@media (max-width: 420px) {
  .showcase-mobile-top h3 {
    font-size: 18px !important;
  }

  .showcase-center-stage {
    min-height: 72svh !important;
    max-height: 72svh !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .center-main,
  .center-card {
    width: min(64vw, 252px) !important;
    max-width: 252px !important;
  }

  .center-frame img {
    max-height: calc(72svh - 34px) !important;
  }

  .showcase-mobile-arrow {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
}


/* v99 mobile showcase fixed viewport sizing */
@media (max-width: 768px) {
  .showcase-center-stage {
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
    padding: 8px 40px !important;
  }

  .center-main,
  .center-card {
    width: min(68vw, 286px) !important;
    max-width: 286px !important;
  }

  .center-frame {
    aspect-ratio: 900 / 1843 !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 8px !important;
    display: block !important;
    overflow: hidden !important;
  }

  .center-frame img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
  }
}

@media (max-width: 420px) {
  .showcase-center-stage {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .center-main,
  .center-card {
    width: min(70vw, 270px) !important;
    max-width: 270px !important;
  }
}


/* v104 footer restore + stripe cleanup */
.footer-links { gap: 12px !important; }
.footer-links a + a { display: inline-flex !important; }
.footer-links--empty { display:none !important; }
.button-secondary {
  background: linear-gradient(180deg, rgba(16, 30, 46, 0.96), rgba(10, 20, 33, 0.96)) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.mini-stat {
  background: linear-gradient(180deg, rgba(15, 31, 48, 0.96), rgba(10, 20, 33, 0.96)) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.hero-badges .mini-stat::before,
.hero-badges .mini-stat::after,
.hero-actions .button-secondary::before,
.hero-actions .button-secondary::after {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}
.footer-meta-slot { justify-content: center !important; }
@media (max-width: 767px) {
  .hero-actions .button,
  .hero-badges .mini-stat {
    box-shadow: 0 16px 34px rgba(4, 13, 28, 0.24) !important;
  }
}


/* v107.1 legal visibility fix */
.consent-check {
  align-items: flex-start;
  gap: 12px;
}
.consent-check span {
  max-width: none;
  font-size: 13px;
  line-height: 1.55;
}
.consent-check .consent-link {
  color: #9fe3ff !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.consent-check .consent-link:hover {
  color: #d7f4ff !important;
}
.footer-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 12px !important;
}
.footer-links a {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  color: #aee8ff !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
}
.footer-creator-link {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 999px;
  border: 1px solid rgba(99, 215, 255, 0.38);
  background: linear-gradient(180deg, rgba(17, 35, 55, 0.9), rgba(8, 19, 31, 0.92));
  box-shadow: 0 12px 28px rgba(8, 19, 31, 0.22), 0 0 0 1px rgba(255,255,255,0.04) inset;
}
.footer-creator-link:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: rgba(114, 226, 255, 0.62);
  box-shadow: 0 16px 32px rgba(17, 159, 255, 0.16), 0 0 0 1px rgba(255,255,255,0.06) inset;
}
@media (max-width: 1024px) {
  .footer-links {
    align-items: flex-start !important;
  }
}


/* partner tools block */
.partner-tools-section {
  padding-top: 18px;
  padding-bottom: 26px;
}

.partner-tools-shell {
  position: relative;
  overflow: hidden;
  padding: 56px 34px 34px;
  border-radius: 34px;
  border: 1px solid rgba(90, 156, 214, 0.22);
  background:
    radial-gradient(circle at 18% 28%, rgba(124, 212, 255, 0.10), transparent 18%),
    radial-gradient(circle at 84% 32%, rgba(251, 104, 159, 0.12), transparent 17%),
    linear-gradient(180deg, rgba(4, 16, 32, 0.92), rgba(3, 11, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(196, 236, 255, 0.08),
    0 20px 60px rgba(1, 8, 19, 0.42);
}

.partner-tools-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(104, 186, 232, 0.12), transparent 14%, transparent 86%, rgba(104, 186, 232, 0.12)),
    radial-gradient(circle at 50% 48%, rgba(109, 176, 226, 0.10), transparent 28%);
  filter: blur(0.4px);
  pointer-events: none;
}

.partner-tools-head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 34px;
}

.partner-tools-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #f2f8ff;
}

.partner-tools-head p {
  margin: 16px auto 0;
  max-width: 760px;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.45;
  color: rgba(218, 232, 245, 0.86);
}

.partner-tools-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.partner-tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 438px;
  padding: 28px 24px 30px;
  border-radius: 30px;
  border: 1px solid rgba(96, 164, 219, 0.26);
  background: linear-gradient(180deg, rgba(5, 18, 39, 0.82), rgba(3, 11, 26, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(194, 235, 255, 0.06),
    0 16px 36px rgba(1, 7, 18, 0.36);
}

.partner-tool-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(129, 201, 241, 0.05);
}

.partner-tool-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  margin-bottom: 24px;
  border: 1px solid rgba(128, 201, 240, 0.12);
  background: linear-gradient(180deg, rgba(18, 45, 76, 0.95), rgba(11, 23, 46, 0.95));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(206, 237, 255, 0.08);
}

.partner-tool-icon svg {
  width: 54px;
  height: 54px;
}

.partner-tool-cashbox .partner-tool-icon,
.partner-tool-cashbox .partner-tool-button {
  color: #80d7ff;
}
.partner-tool-phone .partner-tool-icon,
.partner-tool-phone .partner-tool-button {
  color: #b38fff;
}
.partner-tool-ads .partner-tool-icon,
.partner-tool-ads .partner-tool-button {
  color: #73f3d3;
}

.partner-tool-cashbox .partner-tool-icon { box-shadow: 0 0 32px rgba(91, 210, 255, 0.12), inset 0 1px 0 rgba(205, 243, 255, 0.08); }
.partner-tool-phone .partner-tool-icon { box-shadow: 0 0 32px rgba(159, 104, 255, 0.12), inset 0 1px 0 rgba(231, 214, 255, 0.08); }
.partner-tool-ads .partner-tool-icon { box-shadow: 0 0 32px rgba(79, 232, 197, 0.11), inset 0 1px 0 rgba(223, 255, 247, 0.08); }

.partner-tool-card h3 {
  margin: 0;
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #f4f8ff;
}

.partner-tool-card p {
  margin: 20px 0 0;
  max-width: 320px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(218, 231, 243, 0.82);
}

.partner-tool-button {
  margin-top: auto;
  min-width: 246px;
  padding: 18px 26px;
  border-radius: 20px;
  border: 1px solid rgba(115, 193, 255, 0.28);
  background: linear-gradient(180deg, #49c7ff 0%, #2d67c9 100%);
  box-shadow: 0 18px 34px rgba(31, 106, 196, 0.34), inset 0 1px 0 rgba(255,255,255,0.18);
  color: #eef8ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.partner-tool-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(31, 106, 196, 0.42), inset 0 1px 0 rgba(255,255,255,0.2);
  filter: saturate(1.05);
}

@media (max-width: 1180px) {
  .partner-tools-grid {
    grid-template-columns: 1fr;
    max-width: 740px;
    margin: 0 auto;
  }

  .partner-tool-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .partner-tools-section {
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .partner-tools-shell {
    padding: 34px 18px 20px;
    border-radius: 26px;
  }

  .partner-tools-head {
    margin-bottom: 22px;
  }

  .partner-tools-head h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .partner-tools-head p {
    font-size: 18px;
  }

  .partner-tools-grid {
    gap: 16px;
  }

  .partner-tool-card {
    padding: 22px 18px 22px;
    border-radius: 24px;
  }

  .partner-tool-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
  }

  .partner-tool-icon svg {
    width: 46px;
    height: 46px;
  }

  .partner-tool-card h3 {
    font-size: 24px;
  }

  .partner-tool-card p {
    font-size: 16px;
    margin-top: 14px;
  }

  .partner-tool-button {
    min-width: 100%;
    width: 100%;
    font-size: 17px;
    padding: 17px 18px;
    border-radius: 18px;
    margin-top: 22px;
  }
}


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

.fit-card h3,
.launch-card h3 {
  margin-bottom: 10px;
}

.launch-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(89, 172, 255, 0.2), rgba(102, 255, 233, 0.18));
  border: 1px solid rgba(132, 196, 255, 0.24);
  font-weight: 800;
  color: #d8f5ff;
}

.seo-rich-text {
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(10, 17, 31, 0.72);
  border: 1px solid rgba(130, 168, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.seo-rich-text p {
  margin: 0;
  color: rgba(233, 240, 255, 0.84);
}

.legal-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(180, 194, 221, 0.8);
  font-size: 14px;
}

.legal-breadcrumbs a {
  color: #9ad1ff;
  text-decoration: none;
}

.legal-section-title {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 24px;
}

.legal-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.legal-link-card {
  display: block;
  padding: 16px 18px;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-link-card strong {
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .fit-grid,
  .launch-grid,
  .legal-link-grid {
    grid-template-columns: 1fr;
  }
}

/* v108 mobile hero overflow fix */
@media (max-width: 767px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) !important;
    overflow: hidden;
  }

  .hero-copy,
  .hero-visual,
  .hero-copy > * {
    min-width: 0;
    max-width: 100%;
  }

  .hero .eyebrow,
  .hero h1,
  .hero .lead,
  .hero .sublead,
  .hero-badges .mini-stat,
  .hero-badges .mini-stat span,
  .hero-badges .mini-stat strong {
    max-width: 100%;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero h1 {
    font-size: clamp(24px, 9.8vw, 40px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em !important;
    margin-right: 0;
  }

  .hero .eyebrow {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
    line-height: 1.35;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 20px 0 24px !important;
  }

  .hero h1 {
    font-size: clamp(22px, 9.2vw, 34px) !important;
  }

  .hero .lead,
  .hero .sublead {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }
}


.pricing-grid-detailed {
  align-items: stretch;
}

.pricing-card-detailed {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-subtitle {
  color: var(--text-secondary);
  font-weight: 600;
}

.pricing-block {
  padding: 16px 18px;
  border: 1px solid rgba(140, 179, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(18,31,58,0.88), rgba(10,18,33,0.9));
}

.pricing-block h4,
.pricing-meta-title {
  margin: 0 0 10px;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-cyan);
}

.pricing-block p,
.pricing-meta p {
  margin: 0;
  color: var(--text-secondary);
}

.pricing-block ul {
  margin: 0;
}

.pricing-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: auto;
}

@media (min-width: 720px) {
  .pricing-meta {
    grid-template-columns: 1fr;
  }
}
