:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-soft: #f2f6ff;
  --text: #152033;
  --muted: #66738b;
  --line: #dce5f2;
  --accent: #3267e8;
  --accent-2: #20b9d8;
  --accent-3: #7758ee;
  --shadow: 0 18px 50px rgba(35, 65, 110, .09);
  --radius: 24px;
  --max: 1180px;
  --nav-h: 72px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body[data-theme="commercial"] {
  --bg: #fcfcfd;
  --surface-soft: #f5f6fb;
  --text: #182033;
  --muted: #697386;
  --line: #e3e6ef;
  --accent: #4d6cf5;
  --accent-2: #63cadd;
  --accent-3: #8a6eea;
  --shadow: 0 18px 48px rgba(32, 42, 75, .08);
  --radius: 20px;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--nav-h);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px);
}
.nav-inner { position: relative; height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-weight: 780; letter-spacing: -.02em; }
.brand-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(84,115,225,.12);
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 7px 20px rgba(62,99,244,.12);
}
.brand span:last-child { white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; font-size: 14px; color: var(--muted); }
.nav-links a { transition: color .18s ease; }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
  font-weight: 680;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); }
.btn.primary { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: 0 10px 28px color-mix(in srgb, var(--accent) 24%, transparent); }
.btn.ghost { background: transparent; }
.nav-actions .btn { min-height: 38px; padding: 0 14px; }
.mobile-menu { display: none; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.route-visual { min-width: 0; }
.kicker { margin: 0 0 18px; color: var(--accent); font-size: 12px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }

.route-visual {
  position: relative;
  min-height: 440px;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.route-visual::before {
  content: "";
  position: absolute;
  inset: auto 10% 68% 10%;
  height: 160px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent-2) 16%, transparent), transparent 70%);
  pointer-events: none;
}
.route-title { position: relative; display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 26px; }
.route-title strong { font-size: 18px; letter-spacing: -.02em; }
.route-title span { color: var(--muted); font-size: 12px; text-align: right; }
.route-map { position: relative; display: grid; grid-template-columns: 1fr 80px 1.05fr 80px 1fr; align-items: center; min-height: 255px; }
.route-column { display: grid; gap: 10px; }
.route-label { margin-bottom: 2px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.route-node { padding: 11px 12px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); font-size: 13px; font-weight: 650; text-align: center; }
.route-center { align-self: stretch; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px 12px; border-radius: 22px; color: #fff; text-align: center; background: linear-gradient(145deg, var(--accent-2), var(--accent) 55%, var(--accent-3)); box-shadow: 0 20px 44px color-mix(in srgb, var(--accent) 28%, transparent); }
.route-center strong { font-size: 16px; }
.route-center span { margin-top: 5px; color: rgba(255,255,255,.8); font-size: 10px; }
.route-arrow { position: relative; height: 2px; background: linear-gradient(90deg, var(--accent-2), var(--accent)); }
.route-arrow::after { content: ""; position: absolute; right: -1px; top: -4px; width: 8px; height: 8px; border-top: 2px solid var(--accent); border-right: 2px solid var(--accent); transform: rotate(45deg); }
.route-caption { margin: 22px 0 0; color: var(--muted); text-align: center; font-size: 12px; }

.benefit-bar { padding: 0 0 72px; }
.benefit-inner { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 12px 34px rgba(35,65,110,.055); overflow: hidden; }
.benefit { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: 16px 20px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit strong { font-size: 14px; }
.benefit span { color: var(--muted); font-size: 12px; }

.section { padding: 86px 0; border-top: 1px solid color-mix(in srgb, var(--line) 70%, transparent); }
.section-head { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin-bottom: 34px; }
.section-head h2 { margin: 5px 0 0; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.18; letter-spacing: -.035em; }
.section-index { color: var(--accent); font-size: 12px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 680; font-size: 14px; }

.price-box { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.price-tabs { display: flex; gap: 6px; padding: 9px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--surface-soft) 55%, var(--surface)); }
.price-tab { flex: 0 0 auto; border: 0; border-radius: 12px; padding: 10px 18px; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; }
.price-tab[aria-selected="true"] { background: var(--surface); color: var(--text); box-shadow: 0 4px 14px rgba(34,52,88,.08); }
.price-panel { padding: 28px; }
.price-panel[hidden] { display: none; }
.more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.model-tile { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 15px; }
.model-tile strong { display: block; }
.model-tile span { color: var(--muted); font-size: 12px; }

.preview { flex: 1; min-height: 190px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface-soft); }
.preview-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; font-size: 11px; color: var(--muted); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #aab2c0; }

.cta-band { padding: 74px 0; }
.cta-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 38px 42px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #1e4fc8, #425fec 55%, #6948db); overflow: hidden; position: relative; }
.cta-inner::after { content: ""; position: absolute; right: -70px; top: -100px; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); }
.cta-inner h2 { margin: 0; font-size: 30px; letter-spacing: -.025em; }
.cta-actions { position: relative; display: flex; gap: 9px; }
.cta-actions .btn.primary { color: var(--accent); background: #fff; border-color: #fff; box-shadow: none; }
.cta-actions .btn.ghost { color: #fff; border-color: rgba(255,255,255,.35); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.contact-layout h2 { margin: 5px 0 8px; font-size: 36px; letter-spacing: -.03em; }
.contact-layout p { margin: 0; color: var(--muted); }
.contact-form { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }

.footer { padding: 56px 0 26px; border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, minmax(0, .82fr)); gap: 38px; }
.footer-intro p { max-width: 330px; color: var(--muted); font-size: 13px; }
.footer-col b { display: block; margin-bottom: 13px; font-size: 13px; }
.footer-col a { display: block; margin: 8px 0; color: var(--muted); font-size: 12px; }
.community-col { position: relative; }
.community-item { position: relative; margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.community-toggle { width: 100%; display: grid; gap: 3px; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; text-align: left; }
.community-toggle span { color: var(--muted); transition: color .18s ease; }
.community-toggle small { color: #8490a3; font: 650 10px/1.3 var(--mono); }
.community-item > p { margin: 5px 0 0; color: #9099a8; font-size: 10px; line-height: 1.45; }
.community-item:hover .community-toggle span,
.community-item:focus-within .community-toggle span,
.community-item.is-open .community-toggle span { color: var(--text); }
.community-popover {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: calc(100% + 10px);
  width: 270px;
  display: none;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(29,42,72,.16);
}
.community-popover img { width: 100%; aspect-ratio: 1; border-radius: 11px; object-fit: cover; object-position: center 45%; background: #fff; }
.community-popover strong { display: block; margin-top: 9px; color: #536079; font-size: 10px; text-align: center; }
.community-item:hover .community-popover,
.community-item:focus-within .community-popover,
.community-item.is-open .community-popover { display: block; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

/* Commercial direction */
body[data-theme="commercial"] .route-visual { background: linear-gradient(160deg, #fff, #f7f8fe); }
body[data-theme="commercial"] .route-center { background: var(--accent); }
body[data-theme="commercial"] .benefit-inner { border-radius: 22px; }

@media (prefers-reduced-motion: no-preference) {
  .route-visual { animation: reveal .55s ease both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 1040px) {
  .nav-links { display: none; }
  .site-nav.menu-open .nav-links { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: var(--surface); box-shadow: var(--shadow); }
  .site-nav.menu-open .nav-links a { width: 100%; padding: 9px 8px; border-radius: 8px; }
  .site-nav.menu-open .nav-links a:hover { background: var(--surface-soft); }
  .mobile-menu { display: inline-flex; }
  .route-visual { min-height: 390px; }
  .benefit-inner { grid-template-columns: repeat(3, 1fr); }
  .benefit:nth-child(3) { border-right: 0; }
  .benefit:nth-child(n+4) { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .footer-intro { grid-row: 1 / span 2; }
}

@media (max-width: 760px) {
  :root { --nav-h: 64px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-nav .brand span:last-child { display: none; }
  .nav-actions .btn.ghost { display: none; }
  .route-visual { padding: 20px; min-height: auto; }
  .route-title span { display: none; }
  .route-map { grid-template-columns: 1fr; gap: 12px; }
  .route-column { grid-template-columns: repeat(2, 1fr); }
  .route-label { grid-column: 1 / -1; text-align: center; }
  .route-arrow { width: 2px; height: 30px; margin: 0 auto; background: linear-gradient(var(--accent-2), var(--accent)); }
  .route-arrow::after { right: -4px; top: auto; bottom: 0; transform: rotate(135deg); }
  .route-center { min-height: 130px; }
  .benefit-bar { padding-bottom: 54px; }
  .benefit-inner { grid-template-columns: 1fr 1fr; }
  .benefit, .benefit:nth-child(3) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .benefit:nth-child(odd) { border-right: 1px solid var(--line); }
  .benefit:nth-child(even) { border-right: 0; }
  .benefit:first-child, .benefit:nth-child(2) { border-top: 0; }
  .benefit:last-child { grid-column: 1 / -1; border-right: 0; }
  .section { padding: 64px 0; }
  .section-head { display: block; }
  .more-grid { grid-template-columns: 1fr; }
  .price-panel { padding: 18px; }
  .price-tabs { overflow-x: auto; }
  .cta-inner, .contact-layout { display: block; }
  .cta-actions { margin-top: 22px; flex-direction: column; }
  .contact-form { margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-intro { grid-row: auto; grid-column: 1 / -1; }
  .community-popover { position: static; width: 100%; margin-top: 10px; box-shadow: none; }
  .community-item:not(.is-open) .community-popover { display: none; }
  .community-item:hover:not(.is-open) .community-popover,
  .community-item:focus-within:not(.is-open) .community-popover { display: none; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
}

/* Fluxion AI V1.7 — commercial light homepage */
.home-v17 {
  --max: 1220px;
  background: #fbfcff;
}

/* Field Hero — mirrors the 2026-08-28 photographic light-field reference.
   Copy and destinations remain owned by the localized Vue components. */
html:has(.hero-plate-page) {
  scroll-padding-top: 0;
  background: #fff;
}

.hero-plate-page {
  --hero-bg: #f3f4f6;
  width: 100%;
  min-width: 100%;
  margin: 0;
  background: #fff;
}

.hero-plate-page #models,
.hero-plate-page #quick-start,
.hero-plate-page #transparency,
.hero-plate-page #contact {
  scroll-margin-top: 92px;
}

.hero-plate-page.home-v17 .site-nav {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  z-index: 50;
  background: transparent;
}

.hero-plate-page main {
  width: 100%;
  max-width: none;
}

.hero-plate-page .hero-plate {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: calc(var(--nav-h, 72px) + 8px) 0 88px;
  border-bottom: 0;
  background: var(--hero-bg);
}

.hero-plate-page .hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-plate-page .plate-fit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: max(100%, calc(100svh * 1.5));
  aspect-ratio: 1536 / 1024;
  transform: translate(-50%, -50%);
  container-type: size;
  animation: plate-breathe 26s ease-in-out infinite;
}

.hero-plate-page .plate-img,
.hero-plate-page .plate-sweep,
.hero-plate-page .plate-fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-plate-page .plate-img {
  max-width: none;
  object-fit: fill;
}

.hero-plate-page .plate-sweep {
  background: url('/site-assets/plate-field.webp') center / 100% 100% no-repeat;
  mix-blend-mode: screen;
  opacity: .85;
  filter: brightness(1.75) saturate(1.12) contrast(1.06);
  -webkit-mask-image: linear-gradient(102deg, transparent 38%, rgba(0, 0, 0, .55) 45%, #000 50%, rgba(0, 0, 0, .55) 55%, transparent 62%);
  mask-image: linear-gradient(102deg, transparent 38%, rgba(0, 0, 0, .55) 45%, #000 50%, rgba(0, 0, 0, .55) 55%, transparent 62%);
  -webkit-mask-size: 230% 100%;
  mask-size: 230% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: plate-sweep 7s linear infinite;
}

.hero-plate-page .plate-fx {
  mix-blend-mode: screen;
}

.hero-plate-page .hero-plate-copy {
  position: relative;
  z-index: 4;
  text-align: center;
  pointer-events: none;
}

.hero-plate-page .hero-plate-copy::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 42%;
  width: min(92%, 720px);
  height: min(58%, 420px);
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,.72), rgba(255,255,255,.38) 42%, transparent 72%);
  pointer-events: none;
}

.hero-plate-page .hero-plate .kicker {
  display: block;
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.hero-plate-page .hero-plate .kicker::before {
  content: none;
}

html:lang(en) .hero-plate-page .hero-plate .kicker {
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-plate-page .hero-plate h1 {
  max-width: 14em;
  margin: 0 auto;
  color: var(--text);
  font-size: clamp(36px, 4.6vw, 68px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.05em;
  text-shadow: 0 0 22px rgba(255,255,255,.95), 0 0 50px rgba(255,255,255,.9);
}

html:lang(en) .hero-plate-page .hero-plate h1 {
  letter-spacing: -.04em;
}

.hero-plate-page .hero-plate .hero-actions {
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  pointer-events: auto;
}

.hero-plate-page .hero-plate .hero-actions .btn {
  min-width: 210px;
  min-height: 58px;
  padding: 0 24px;
}

.hero-plate-page .hero-plate .model-marquee {
  justify-content: center;
  margin: 28px auto 0;
  max-width: 46em;
  color: #8a93a3;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 0 12px rgba(255,255,255,.9);
}

@keyframes plate-breathe {
  0%, 100% { scale: 1; }
  50% { scale: 1.055; }
}

@keyframes plate-sweep {
  from { -webkit-mask-position: 160% 0; mask-position: 160% 0; }
  to { -webkit-mask-position: -160% 0; mask-position: -160% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-plate-page .plate-fit,
  .hero-plate-page .plate-sweep {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .hero-plate-page .hero-plate {
    padding: calc(var(--nav-h, 72px) + 12px) 0 64px;
  }

  .hero-plate-page .hero-plate h1 {
    max-width: none;
    font-size: clamp(28px, 7.6vw, 36px);
    line-height: 1.28;
    letter-spacing: -.04em;
  }

  html:lang(en) .hero-plate-page .hero-plate h1 {
    max-width: 11.5em;
    font-size: clamp(26px, 7vw, 34px);
  }

  .hero-plate-page .hero-plate .kicker {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .hero-plate-page .hero-plate .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-plate-page .hero-plate .hero-actions .btn {
    width: min(100%, 280px);
    min-width: 0;
    min-height: 48px;
    padding: 0 18px;
    font-size: 14px;
  }

  .hero-plate-page .hero-plate .model-marquee {
    margin-top: 20px;
    max-width: 24em;
    gap: 8px;
    font-size: 11.5px;
    line-height: 1.7;
  }
}

.home-v17 .site-nav {
  background: rgba(251, 252, 255, .86);
}

.hero-v17 {
  position: relative;
  min-height: clamp(650px, calc(100svh - 72px), 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(210, 220, 240, .72);
  background:
    radial-gradient(circle at 76% 48%, rgba(42, 192, 240, .12), transparent 26%),
    radial-gradient(circle at 87% 32%, rgba(113, 83, 247, .10), transparent 29%),
    linear-gradient(150deg, #fff 4%, #fafcff 58%, #f6f8ff 100%);
}

.hero-aurora {
  position: absolute;
  z-index: -2;
  width: 720px;
  height: 720px;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 48% 48%, rgba(255,255,255,.92) 0 11%, rgba(61,198,248,.21) 20%, rgba(70,106,248,.11) 39%, rgba(132,83,246,.08) 52%, transparent 70%);
  filter: blur(2px);
  opacity: .9;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-v17-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding-top: 54px;
  padding-bottom: 66px;
}

.hero-v17-copy {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

.hero-v17 .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #4260e8;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .08em;
}

.hero-v17 .kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #29c8e7, #5a67ee);
}

.hero-v17 h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.07;
  letter-spacing: -.052em;
  text-wrap: balance;
  color: #111a2c;
}

.hero-v17 .hero-actions {
  margin-top: 32px;
}

.hero-v17 .btn {
  min-height: 48px;
  padding-inline: 22px;
}

.model-marquee {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 33px;
  color: #7a8498;
  font: 680 12px/1 var(--font);
  letter-spacing: .03em;
}

.model-marquee i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b2bbca;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 18px;
  width: 28px;
  height: 42px;
  display: grid;
  place-items: start center;
  padding-top: 8px;
  border: 1px solid rgba(101,116,145,.25);
  border-radius: 999px;
}

.scroll-cue span {
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: #5470ed;
  animation: scroll-cue 2s ease-in-out infinite;
}

.benefit-v17 {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 0;
  background: #fff;
}

.benefit-v17 .benefit-inner {
  width: min(100%, 1440px);
  max-width: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  grid-template-columns: repeat(4, 1fr);
}

.benefit-v17 .benefit {
  min-height: 94px;
  padding-inline: clamp(24px, 3.5vw, 54px);
}

.compact-head {
  align-items: end;
}

.compact-head .head-link {
  flex: 0 0 auto;
  margin-bottom: 8px;
}

.models-v17 {
  background: linear-gradient(180deg, #fbfcff 0, #f7f9fe 100%);
}

.models-v17 .section-head p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #68758a;
  font-size: 14px;
  line-height: 1.65;
}

.price-box-v17 {
  border-radius: 24px;
}

.price-box-v17 .price-tabs {
  padding: 11px;
  background: #f6f8fd;
}

.price-box-v17 .price-panel {
  padding: 32px;
}

.price-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e7eaf1;
  color: #788398;
  font-size: 12px;
}

.live-model-grid .model-tile {
  min-height: 82px;
  background: #fff;
}

.tile-rate {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-items: end;
  column-gap: 7px;
  row-gap: 7px;
  text-align: right;
}

.tile-rate b {
  color: #4265ed;
  font: 780 22px/1 var(--mono);
}

.tile-rate small {
  color: #7d899d;
  font: 680 9px/1.25 var(--font);
}

.tile-rate em {
  grid-column: 1 / -1;
  color: #8a94a6;
  font-size: 9px;
  font-style: normal;
  line-height: 1.35;
}

.billing-choice {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: stretch;
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #e0e5ef;
  border-radius: 18px;
  background: #e0e5ef;
}

.billing-choice > div,
.billing-choice > a {
  background: #fff;
}

.billing-choice > div {
  padding: 22px 24px;
}

.billing-choice > div > span {
  display: block;
  color: #5d6b84;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .07em;
}

.billing-choice strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.billing-choice p {
  margin: 6px 0 0;
  color: #727e93;
  font-size: 12px;
}

.billing-choice .billing-featured {
  background: linear-gradient(145deg, #f8f9ff, #f4f7ff);
}

.billing-choice > a {
  min-width: 168px;
  justify-content: center;
  padding: 20px;
}

.quick-v17 {
  background: #f8faff;
}

.transparency-v17 {
  background: #fff;
}

.public-badge {
  flex: 0 0 auto;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #137b58 !important;
  background: #eaf8f2;
  font-weight: 720;
}

.public-badge.muted {
  color: #68748a !important;
  background: #f0f2f6;
}

.proof-stack {
  display: grid;
  gap: 16px;
}

.proof-disclosure {
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(36,60,102,.055);
}

.proof-disclosure > summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 62px 23px 26px;
  cursor: pointer;
  list-style: none;
}

.proof-disclosure > summary::-webkit-details-marker { display: none; }

.proof-disclosure > summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e1ef;
  border-radius: 50%;
  color: #47627f;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.proof-disclosure[open] > summary::after { content: "−"; }
.proof-disclosure > summary h3 { margin: 0 0 7px; color: #172338; font-size: 22px; }
.proof-disclosure > summary p { max-width: 760px; margin: 0; color: #647188; font-size: 13px; line-height: 1.65; }

.proof-detail {
  padding: 0 26px 25px;
  border-top: 1px solid #edf0f5;
}

.proof-detail .preview {
  width: 100%;
  min-height: 0;
  margin-top: 24px;
  border-color: #dfe5ef;
  border-radius: 15px;
  background: #f7f9fd;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.proof-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
}

.proof-actions > span { color: #8893a5; font-size: 11px; }
.proof-actions .text-link { flex: none; }

.iq-snapshot-head,
.iq-snapshot-row {
  display: grid;
  grid-template-columns: minmax(108px, 1.45fr) .46fr .52fr .62fr;
  gap: 8px;
  align-items: center;
}

.iq-snapshot-head {
  min-height: 30px;
  padding: 0 2px;
  border-bottom: 1px solid #dfe5ee;
  color: #8690a1;
  font-size: 8px;
  text-transform: uppercase;
}

.iq-snapshot-row {
  min-height: 40px;
  border-bottom: 1px solid #e5e9f0;
  color: #566279;
  font: 650 9px/1.3 var(--mono);
}

.iq-snapshot-row strong {
  overflow: hidden;
  color: #25334b;
  font: 680 9px/1.3 var(--font);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iq-snapshot-row b {
  color: #365fd4;
  font-size: 12px;
}

.iq-snapshot-row time { color: #8490a3; }

.iq-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid #e1e6ef;
  color: #7b8699;
  font-size: 10px;
}

.status-summary {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e7ef;
  color: #216e54;
  font-size: 11px;
}

.status-summary.watch { color: #94681a; }
.status-summary.failed { color: #a43d4a; }

.status-ok {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #21b77f;
  box-shadow: 0 0 0 5px rgba(33,183,127,.1);
}

.status-ok.watch { background: #e9ad3d; box-shadow: 0 0 0 5px rgba(233,173,61,.1); }
.status-ok.failed { background: #d95b68; box-shadow: 0 0 0 5px rgba(217,91,104,.1); }

.status-dot.live {
  background: #21b77f;
}

.status-dot.watch {
  background: #e9ad3d;
}

.status-dot.failed { background: #d95b68; }

.status-service-preview {
  padding: 10px 0;
  border-bottom: 1px solid #e4e8ef;
}

.status-service-preview > div:first-child {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 7px;
  align-items: center;
  font-size: 9px;
}

.status-service-preview strong { color: #2b3951; }
.status-service-preview em { color: #7e899a; font-size: 8px; font-style: normal; }

.status-mini-history {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 2px;
  margin: 8px 0 0 17px;
}

.status-mini-history i {
  height: 8px;
  border-radius: 2px;
  background: #35b885;
}

.status-mini-history i.warn { background: #e7ad42; }
.status-mini-history i.failed { background: #d95b68; }
.status-mini-history i.pending { background: #dfe4ec; }

.status-preview-foot,
.usage-preview-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: #8791a2;
  font-size: 8px;
}

.usage-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.usage-kpis div {
  padding: 11px;
  border: 1px solid #e1e6ef;
  border-radius: 11px;
  background: #fff;
}

.usage-kpis span {
  display: block;
  color: #7a8599;
  font-size: 9px;
}

.usage-kpis strong {
  display: block;
  margin-top: 2px;
  color: #24324c;
  font: 720 15px/1.25 var(--mono);
}

.usage-detail-head,
.usage-detail-row {
  display: grid;
  grid-template-columns: minmax(110px, 1.4fr) .42fr .58fr .62fr;
  gap: 7px;
  align-items: center;
}

.usage-detail-head {
  min-height: 28px;
  margin-top: 12px;
  padding: 0 3px;
  border-bottom: 1px solid #dfe5ed;
  color: #8791a2;
  font-size: 8px;
  text-transform: uppercase;
}

.usage-detail-row {
  min-height: 34px;
  border-bottom: 1px solid #e6eaf0;
  color: #6b7689;
  font: 620 8px/1.2 var(--mono);
}

.usage-detail-row strong {
  overflow: hidden;
  color: #2b3950;
  font: 680 9px/1.2 var(--font);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.usage-detail-row b { color: #17815d; }
.usage-preview-foot span { color: #22745a; font-weight: 720; }
.usage-preview-foot small { margin: 0; color: #8791a2; font-size: 8px; }

.contact-v17 .contact-layout {
  grid-template-columns: .72fr 1.28fr;
}

.contact-v17 .contact-form {
  box-shadow: 0 18px 48px rgba(32,42,75,.06);
}

@keyframes scroll-cue {
  0% { opacity: 0; transform: translateY(0); }
  25% { opacity: 1; }
  70%,100% { opacity: 0; transform: translateY(15px); }
}

@media (max-width: 1080px) {
  .hero-v17-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .8fr);
    gap: 24px;
  }
  .billing-choice { grid-template-columns: 1fr 1fr; }
  .billing-choice > a { grid-column: 1 / -1; min-height: 58px; }
}

@media (max-width: 860px) {
  .hero-v17 {
    min-height: auto;
  }
  .hero-v17-grid {
    grid-template-columns: 1fr;
    padding-top: 78px;
    padding-bottom: 80px;
  }
  .hero-v17-copy {
    max-width: 760px;
  }
  .benefit-v17 .benefit-inner {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-v17 .benefit:nth-child(2) { border-right: 0; }
  .benefit-v17 .benefit:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .hero-v17-grid {
    padding-top: 58px;
    padding-bottom: 68px;
  }
  .hero-v17 h1 {
    font-size: clamp(39px, 12vw, 54px);
  }
  .model-marquee {
    gap: 8px;
  }
  .scroll-cue { display: none; }
  .benefit-v17 .benefit {
    min-height: 88px;
    padding: 16px 17px;
  }
  .compact-head .head-link {
    margin-top: 16px;
  }
  .price-box-v17 .price-panel {
    padding: 18px;
  }
  .billing-choice {
    grid-template-columns: 1fr;
  }
  .billing-choice > a {
    grid-column: auto;
  }
  .proof-disclosure > summary { align-items: flex-start; padding: 20px 52px 20px 18px; }
  .proof-disclosure > summary::after { right: 17px; }
  .proof-disclosure > summary .public-badge { display: none; }
  .proof-detail { padding: 0 16px 20px; }
  .proof-actions { align-items: flex-start; flex-direction: column; }
  .contact-v17 .contact-layout {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue span,
  .gateway-art {
    animation: none !important;
  }
}

/* Fluxion AI V1.8 — direct pricing, gateway hero and product-led onboarding */
.home-v18 .hero-v17-grid {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(52px, 5vw, 78px);
}

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

/* V1.11 routing matrix: preserve the original artwork, labels and motion. */
.logo-stage {
  position: relative;
  z-index: 1;
  justify-self: end;
  isolation: isolate;
}

.home-v18 .gateway-stage {
  width: min(100%, 700px);
  aspect-ratio: 1.63;
  overflow: visible;
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(42, 70, 150, .10);
}

.home-v18 .gateway-art {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(126, 149, 213, .22);
  border-radius: 30px;
  filter: saturate(1.04) contrast(1.015);
  pointer-events: none;
  animation: gateway-arrive 1.05s cubic-bezier(.2,.9,.28,1) both;
}

.gateway-stage::selection { background: transparent; }

.gateway-label,
.gateway-core {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 35px;
  padding: 0 11px;
  border: 1px solid rgba(116, 137, 194, .28);
  border-radius: 11px;
  color: #263550;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 28px rgba(37, 58, 112, .11);
  backdrop-filter: blur(14px);
  font-size: 11px;
  white-space: nowrap;
}

.gateway-label small,
.gateway-core small {
  color: #7a869b;
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
}

.gateway-input em {
  color: #8490a4;
  font: 650 7px/1 var(--mono);
  font-style: normal;
  letter-spacing: .035em;
}

.gateway-input { left: 1%; top: 48%; }
.gateway-core { left: 46%; top: 46%; display: grid; gap: 3px; min-height: 49px; padding: 8px 12px; border-color: rgba(76,107,227,.35); background: rgba(249,251,255,.92); }
.gateway-core strong { color: #405fdd; font-size: 12px; }
.gateway-gpt { right: 2%; top: 20%; }
.gateway-claude { right: 0; top: 49%; }
.gateway-more { right: 6%; bottom: 14%; }

.route-live {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #23b98a;
  box-shadow: 0 0 0 4px rgba(35,185,138,.11);
}

.stage-caption {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(92,116,188,.25);
  border-radius: 999px;
  color: #53617a;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 30px rgba(37,58,112,.09);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(14px);
}

@keyframes gateway-arrive {
  from { opacity: .1; transform: scale(.96) translateY(14px); filter: saturate(.9) blur(3px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.home-v18 .benefit-v17 .benefit-inner {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1220px;
}

.home-v18 .benefit-v17 .benefit {
  min-height: 86px;
}

.public-price-table {
  overflow: hidden;
  border: 1px solid #dfe5f0;
  border-radius: 18px;
  background: #fff;
}

.price-table-row {
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) minmax(210px, .9fr) minmax(210px, .9fr);
  align-items: center;
  min-height: 116px;
  border-top: 1px solid #e7ebf2;
}

.price-table-row:first-child { border-top: 0; }
.price-table-row > * { min-width: 0; padding: 20px 24px; }
.price-table-row > * + * { border-left: 1px solid #e7ebf2; }

.price-table-head {
  min-height: 52px;
  color: #6e7b92;
  background: #f7f9fd;
  font-size: 11px;
  font-weight: 740;
  letter-spacing: .04em;
}

.price-table-head > * { padding-top: 15px; padding-bottom: 15px; }

.price-table-row > div:first-child strong {
  display: block;
  color: #18243a;
  font-size: 18px;
  letter-spacing: -.02em;
}

.price-table-row > div:first-child span {
  display: block;
  margin-top: 5px;
  color: #5f6d85;
  font-size: 12px;
}

.price-table-row > div:first-child .discount-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  margin-top: 8px;
  padding: 4px 9px;
  border-radius: 7px;
  color: #146447;
  background-color: #e2f6ed;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.discount-rate {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 8px;
  color: #245bc4;
  background-color: #eaf1ff;
  font: 700 15px/1 var(--mono);
  white-space: nowrap;
}

.price-note-with-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.price-note-with-link .text-link {
  flex: none;
}

.price-pair small {
  display: block;
  margin-bottom: 8px;
  color: #8490a4;
  font-size: 9px;
}

.price-pair strong {
  color: #273650;
  font: 720 19px/1.2 var(--mono);
  white-space: nowrap;
}

.price-pair strong i {
  color: #a1aab8;
  font-style: normal;
  font-weight: 500;
}

.fluxion-price { background: #f3f8ff; }
.fluxion-price strong { color: #2d58c8; }
.official-price { background: #fff; color: #66748b; }

.service-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  margin-top: 14px;
  padding: 14px 20px;
  border: 1px solid #e0e5ef;
  border-radius: 16px;
  color: #4e5d75;
  background: #fff;
  font-size: 12px;
  font-weight: 650;
}

.service-strip i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #aeb7c6;
}

.service-strip a {
  margin-left: auto;
  color: #4565df;
  font-weight: 750;
  white-space: nowrap;
}

.home-v18 .quick-v17 { background: #f8faff; }

.home-v18 .price-note-quiet {
  margin-top: 10px;
  color: #a1a9b6;
  font-size: 10px;
  line-height: 1.55;
}

.onboarding-story {
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(36,62,110,.06);
}

.onboarding-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 9px;
  border-bottom: 1px solid #e5e9f1;
  background: #f5f7fb;
}

.onboarding-tabs button {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 clamp(20px, 2.4vw, 26px);
  border: 0;
  border-radius: 13px;
  color: #718097;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.onboarding-tabs button::before {
  content: "";
  position: absolute;
  inset: 5px 14px;
  z-index: 0;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(45,67,112,.08);
  opacity: 0;
  pointer-events: none;
}

.onboarding-tabs button::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #aab5c8;
  border-right: 1px solid #aab5c8;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.onboarding-tabs button:last-child::after { display: none; }
.onboarding-tabs button[aria-selected="true"] { color: #253650; }
.onboarding-tabs button[aria-selected="true"]::before { opacity: 1; }
.onboarding-tabs button[aria-selected="true"] span { color: #fff; background: #4c68e6; }
.onboarding-tabs button span { position: relative; z-index: 1; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; color: #64748d; background: #e7ebf3; font: 730 9px/1 var(--mono); }
.onboarding-tabs button strong { position: relative; z-index: 1; font-size: 13px; }

.onboarding-panel {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.48fr);
  gap: 48px;
  align-items: center;
  min-height: 440px;
  padding: 42px;
}

.onboarding-panel[hidden] { display: none; }

.onboarding-copy { max-width: 360px; }
.step-kicker { color: #4e6be8; font: 750 10px/1 var(--mono); letter-spacing: .1em; }
.onboarding-copy h3 { margin: 20px 0 12px; color: #172339; font-size: 27px; line-height: 1.28; letter-spacing: -.035em; }
.onboarding-copy p { margin: 0 0 22px; color: #6f7b90; font-size: 14px; line-height: 1.75; }

.product-shot {
  min-width: 0;
  padding: 20px;
  border: 1px solid #dfe5ef;
  border-radius: 19px;
  background: linear-gradient(145deg, #fbfcff, #f5f8fe);
  box-shadow: 0 18px 42px rgba(45,64,110,.08);
}

.shot-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  margin-bottom: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e2e7ef;
  color: #25334c;
  font-size: 12px;
  font-weight: 750;
}

.shot-toolbar small { color: #78859a; font-size: 9px; font-weight: 650; }
.shot-model-head { display: flex; justify-content: space-between; align-items: start; }
.shot-model-head strong { display: block; font-size: 16px; }
.shot-model-head span { display: block; margin-top: 3px; color: #7e899b; font-size: 9px; }
.shot-model-head em { padding: 5px 8px; border-radius: 999px; color: #3261cf; background: #e9f0ff; font-size: 9px; font-style: normal; font-weight: 700; }

.shot-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #e0e5ee;
  border-radius: 12px;
  background: #e0e5ee;
}

.shot-price-grid > * { min-height: 38px; display: flex; align-items: center; padding: 0 11px; background: #fff; font-size: 10px; }
.shot-price-grid b { color: #68768d; background: #f5f7fb; }
.shot-price-grid strong { color: #283750; font-family: var(--mono); }
.shot-price-grid .accent { color: #2d60d2; background: #f4f8ff; }

.shot-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 13px; }
.shot-routes label { display: grid; grid-template-columns: auto 1fr; column-gap: 7px; padding: 10px; border: 1px solid #dfe5ef; border-radius: 11px; background: #fff; font-size: 10px; }
.shot-routes input { grid-row: 1 / 3; accent-color: #4e69e6; }
.shot-routes span { color: #34425a; font-weight: 700; }
.shot-routes em { color: #8791a2; font-size: 8px; font-style: normal; }

.fake-field { display: grid; grid-template-columns: 120px 1fr; align-items: center; min-height: 53px; padding: 0 14px; border-bottom: 1px solid #e3e7ef; background: #fff; }
.fake-field:first-of-type { border-radius: 12px 12px 0 0; }
.fake-field span { color: #7d899d; font-size: 10px; }
.fake-field strong { color: #33425a; font-size: 11px; }
.key-result { display: flex; justify-content: space-between; align-items: center; min-height: 53px; margin-top: 13px; padding: 0 14px; border: 1px solid #cfe5dc; border-radius: 12px; color: #335069; background: #f0faf6; font: 650 11px/1 var(--mono); }
.key-result b { color: #18815c; font: 700 9px/1 var(--font); }

.method-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.method-cards button { min-height: 158px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 16px 13px; border: 1px solid #dfe5ef; border-radius: 15px; color: #34425a; background: #fff; cursor: pointer; text-align: left; }
.method-cards button.selected { border-color: #7e99ef; box-shadow: inset 0 0 0 1px #7e99ef; background: linear-gradient(145deg, #f7faff, #f5f4ff); }
.method-cards b { font-size: 12px; }
.method-cards span { margin-top: 7px; color: #68758a; font-size: 10px; }
.method-cards em { margin-top: 18px; color: #7d68d7; font-size: 7px; line-height: 1.35; font-style: normal; font-weight: 700; }

/* The English onboarding follows the V2.1 reference while the Chinese flow
   retains the denser connected-story treatment above. */
.quick-v21 .onboarding-story {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.quick-v21 .onboarding-tabs {
  gap: 10px;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

.quick-v21 .onboarding-tabs button {
  min-height: 78px;
  display: block;
  padding: 18px;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  color: #172339;
  background: #fff;
}

.quick-v21 .onboarding-tabs button::before,
.quick-v21 .onboarding-tabs button::after { display: none; }
.quick-v21 .onboarding-tabs button[aria-selected="true"] { border-color: #356cff; background: #eef4ff; }
.quick-v21 .onboarding-tabs button span,
.quick-v21 .onboarding-tabs button[aria-selected="true"] span {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 8px;
  color: #356cff;
  background: transparent;
  font: 820 11px/1 var(--font);
}
.quick-v21 .onboarding-tabs button strong { display: block; font-size: 14px; }

.quick-v21 .onboarding-panel {
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: stretch;
  min-height: 0;
  padding: 34px;
  border: 1px solid #d6e0ef;
  border-radius: 18px;
  background: #fff;
}

.quick-v21 .onboarding-copy { max-width: none; padding: 4px 0; }
.quick-v21 .step-kicker { text-transform: capitalize; }
.quick-v21 .onboarding-copy h3 { margin: 14px 0 13px; font-size: 30px; line-height: 1.2; }
.quick-v21 .onboarding-copy p { margin-bottom: 22px; font-size: 16px; }
.quick-v21 .product-shot { min-height: 310px; padding: 22px; border-color: #d6e0ef; border-radius: 16px; background: linear-gradient(150deg, #f7faff, #eef4ff); box-shadow: none; }
.quick-v21 .shot-toolbar { min-height: 0; margin-bottom: 0; padding-bottom: 15px; font-size: 12px; }
.quick-v21 .shot-toolbar strong { color: #26334b; }
.quick-v21 .shot-toolbar span { color: #8290a7; font-size: 12px; font-weight: 400; }
.quick-mock-list { display: grid; gap: 10px; margin-top: 16px; }
.quick-mock-row { display: flex; justify-content: space-between; gap: 18px; padding: 13px 14px; border: 1px solid #dfe7f3; border-radius: 10px; background: #fff; }
.quick-mock-row b { font-size: 13px; }
.quick-mock-row span,
.quick-mock-row code { color: #6f7b90; font: 400 12px/1.4 var(--font); }
.quick-mock-row.selected { border-color: #9ebcff; background: #f2f6ff; }
.quick-method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.quick-method { padding: 16px; border: 1px solid #dfe7f3; border-radius: 11px; background: #fff; }
.quick-method b { display: block; margin-bottom: 7px; font-size: 13px; }
.quick-method span { color: #6f7b90; font-size: 11px; line-height: 1.45; }

.developer-path {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  padding: 9px 13px;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  color: #34425a;
  background: rgba(255,255,255,.78);
}

.developer-path span { display: grid; gap: 3px; }
.developer-path b { font-size: 10px; }
.developer-path small { color: #7b879a; font-size: 8px; line-height: 1.35; }
.developer-path > strong { color: #4965dc; font-size: 9px; white-space: nowrap; }

.config-line { display: grid; grid-template-columns: 95px 1fr; align-items: center; min-height: 46px; padding: 0 13px; border-bottom: 1px solid #e4e8ef; background: #fff; }
.config-line:first-of-type { border-radius: 12px 12px 0 0; }
.config-line span { color: #7a879a; font-size: 9px; }
.config-line code { color: #32415b; font: 650 10px/1.4 var(--mono); overflow-wrap: anywhere; }
.success-receipt { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; min-height: 68px; margin-top: 14px; padding: 12px 14px; border: 1px solid #c9e9dc; border-radius: 13px; background: #f0faf6; }
.success-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #22ad7e; font-weight: 800; }
.success-receipt b { display: block; color: #226d55; font-size: 11px; }
.success-receipt small { display: block; margin-top: 3px; color: #6f807b; font: 600 8px/1 var(--mono); }
.receipt-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; max-width: 180px; color: #73807e; font-size: 8px; }
.receipt-meta strong { width: 100%; color: #17835e; font: 720 12px/1 var(--mono); text-align: right; }

@media (max-width: 1080px) {
  .home-v18 .hero-v17-grid { grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); }
  .home-v18 .gateway-stage { width: min(100%, 620px); }
  .onboarding-panel { gap: 30px; padding: 34px; }
}

@media (max-width: 860px) {
  .home-v18 .hero-v17-grid { grid-template-columns: 1fr; }
  .home-v18 .gateway-stage { width: min(94vw, 680px); justify-self: center; margin-top: 18px; }
  .home-v18 .benefit-v17 .benefit-inner { grid-template-columns: 1fr; }
  .home-v18 .benefit-v17 .benefit { min-height: 78px; border-right: 0; border-top: 1px solid var(--line); }
  .home-v18 .benefit-v17 .benefit:first-child { border-top: 0; }
  .price-table-row { grid-template-columns: minmax(200px, 1.05fr) 1fr 1fr; }
  .price-table-row > * { padding: 17px; }
  .onboarding-panel { grid-template-columns: 1fr; min-height: 0; }
  .onboarding-copy { max-width: 620px; }
}

@media (max-width: 680px) {
  .price-note-with-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .price-table-head { display: none; }
  .price-table-row { grid-template-columns: 1fr 1fr; min-height: 0; }
  .price-table-row > div:first-child { grid-column: 1 / -1; border-bottom: 1px solid #e7ebf2; }
  .price-table-row > * { padding: 15px; }
  .price-table-row > * + * { border-left: 0; }
  .price-table-row .official-price { border-left: 1px solid #e7ebf2; }
  .price-pair strong { font-size: 15px; }
  .service-strip { flex-wrap: wrap; gap: 8px 10px; }
  .service-strip a { width: 100%; margin: 8px 0 0; }
  .onboarding-tabs { grid-template-columns: 1fr 1fr; gap: 5px; }
  .onboarding-tabs button { min-height: 50px; }
  .onboarding-tabs button::after { display: none; }
  .onboarding-panel { gap: 25px; padding: 24px 18px; }
  .onboarding-copy h3 { font-size: 22px; }
  .product-shot { padding: 14px; }
  .shot-routes, .method-cards { grid-template-columns: 1fr; }
  .method-cards button { min-height: 125px; }
  .success-receipt { grid-template-columns: auto 1fr; }
  .receipt-meta { grid-column: 2; justify-content: flex-start; }
  .receipt-meta strong { text-align: left; }
  .quick-v21 .onboarding-tabs { grid-template-columns: 1fr 1fr; gap: 10px; }
  .quick-v21 .onboarding-tabs button { min-height: 76px; }
  .quick-v21 .onboarding-panel { grid-template-columns: 1fr; gap: 25px; padding: 24px 18px; }
  .quick-v21 .onboarding-copy h3 { font-size: 24px; }
  .quick-v21 .onboarding-copy p { font-size: 14px; }
  .quick-v21 .product-shot { min-height: 0; padding: 16px; }
  .quick-method-grid { grid-template-columns: 1fr; }
  .quick-mock-row { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (max-width: 680px) {
  .home-v18 .gateway-stage { width: calc(100vw - 28px); border-radius: 20px; }
  .home-v18 .gateway-art { border-radius: 20px; }
  .gateway-label, .gateway-core { transform: scale(.78); }
  .gateway-input { left: -5%; transform-origin: left center; }
  .gateway-gpt, .gateway-claude, .gateway-more { transform-origin: right center; }
  .gateway-core { transform-origin: center; }
  .stage-caption { bottom: -30px; max-width: calc(100vw - 46px); font-size: 9px; }
}

.cta-inner::after { pointer-events: none; }
.cta-actions { z-index: 1; }

/* FluxionAPI integration overrides layered after the supplied V1.14 styles. */

.mobile-menu svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.contact-options {
  min-height: 190px;
  display: flex;
  align-items: center;
}

.contact-options strong {
  display: block;
  color: var(--text);
  font-size: 20px;
  letter-spacing: -.02em;
}

.contact-options p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.email-copy {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.email-copy__address {
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.email-copy__button {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--accent);
  background: transparent;
  cursor: pointer;
  transition: color .18s ease;
}

.email-copy__button:hover {
  color: color-mix(in srgb, var(--accent) 78%, var(--text));
}

.email-copy__button svg {
  width: 18px;
  height: 18px;
}

.email-copy__button [hidden] {
  display: none;
}

.email-copy__button[data-copy-state="copied"] {
  color: #16845d;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .footer-grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .footer-intro {
    grid-row: 1 / span 2;
  }
}

@media (max-width: 760px) {
  .contact-options {
    min-height: 0;
    padding: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
}
