:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #11111b;
  background: #f7f5ef;
  font-synthesis: none;
  --paper: #f7f5ef;
  --paper-2: #fffdf8;
  --ink: #11111b;
  --muted: #69636b;
  --dark: #08080d;
  --dark-2: #101018;
  --line: rgba(30, 24, 44, .10);
  --purple: #6f4cff;
  --purple-2: #a98dff;
  --glow: rgba(126, 86, 255, .35);
  --shadow: 0 24px 80px rgba(27, 18, 60, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; overflow-y: visible; }
body { margin: 0; max-width: 100%; overflow-x: clip; overflow-y: visible; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.nav { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 18px 0; color: #171421; backdrop-filter: blur(12px); }
.brand { font-weight: 900; letter-spacing: -.045em; font-size: 22px; }
.brand::first-letter { color: #0f0c19; }
.nav nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.nav-cta { padding: 11px 18px; color: white; background: #07070c; border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
main { overflow-x: clip; overflow-y: visible; }
.hero-shell { position: relative; min-height: 900px; padding: 44px 0 64px; text-align: center; background: radial-gradient(circle at 15% 34%, rgba(151, 112, 255, .34), transparent 19rem), radial-gradient(circle at 88% 22%, rgba(186, 153, 255, .30), transparent 22rem), linear-gradient(180deg, #fff 0%, #faf8f3 64%, #fff 100%); }
.hero-glow { position: absolute; width: 430px; height: 650px; top: 100px; pointer-events: none; filter: blur(2px); opacity: .75; }
.hero-glow::before { content: ""; display: block; width: 100%; height: 100%; background: radial-gradient(ellipse at center, rgba(125, 74, 255, .42), rgba(198, 174, 255, .20) 38%, transparent 70%); border-radius: 50%; }
.hero-glow-left { left: -210px; transform: rotate(-24deg); }
.hero-glow-right { right: -230px; transform: rotate(18deg); }
.hero-copy { position: relative; z-index: 2; width: min(860px, calc(100% - 32px)); margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; padding: 8px 13px; color: #5f3dca; background: rgba(121, 82, 255, .09); border: 1px solid rgba(121, 82, 255, .12); border-radius: 999px; font-weight: 850; font-size: 12px; }
.mini-icon { width: 18px; height: 18px; object-fit: contain; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 16px; font-size: clamp(54px, 8vw, 92px); line-height: .92; letter-spacing: -.07em; }
h1 strong { display: inline-block; color: var(--purple); font-weight: 950; }
h2 { font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.06em; margin-bottom: 16px; }
h3 { letter-spacing: -.025em; }
.lead, .section-lead { color: #5e5966; font-size: 18px; line-height: 1.55; max-width: 760px; margin: 0 auto 22px; }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 22px 0 14px; }
.primary, .secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 13px 22px; border-radius: 999px; font-weight: 900; font-size: 14px; }
.primary { color: #fff; background: #07070c; box-shadow: 0 14px 32px rgba(0,0,0,.14); }
.secondary { color: #14111d; background: white; border: 1px solid rgba(17,17,27,.10); }
.light-primary { background: white; color: #171421; }
.trust-strip, .chip-row { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; color: #6c6672; font-size: 13px; font-weight: 750; }
.trust-strip span::before { content: "✦"; color: var(--purple); margin-right: 7px; }
.hero-visual { position: relative; z-index: 2; width: min(980px, calc(100% - 32px)); margin: 42px auto 0; }
.visual-shell { position: relative; border-radius: 24px; padding: 1px; background: linear-gradient(135deg, rgba(255,255,255,.80), rgba(117,79,255,.46), rgba(255,255,255,.42)); box-shadow: var(--shadow); }
.mock-window { display: grid; grid-template-columns: 210px 1fr; min-height: 360px; overflow: hidden; border-radius: 23px; color: #f4f1ff; background: linear-gradient(145deg, #12111c 0%, #171529 52%, #0b0b12 100%); border: 1px solid rgba(255,255,255,.10); text-align: left; }
.mock-sidebar { padding: 22px; background: rgba(2,2,8,.32); border-right: 1px solid rgba(255,255,255,.08); }
.mock-logo { font-weight: 950; margin-bottom: 18px; }
.mock-logo span { color: var(--purple-2); }
.mock-nav { display: block; padding: 10px 12px; margin: 4px 0; border-radius: 10px; color: #b8b3cc; font-size: 13px; }
.mock-nav.active { color: white; background: rgba(111,76,255,.28); }
.mock-content { padding: 24px; display: grid; align-content: center; gap: 18px; text-align: center; }
.mock-toolbar { display: flex; justify-content: space-between; color: #bbb4ce; font-size: 12px; }
.mock-content h2, .mock-content h3 { font-size: clamp(26px, 4vw, 42px); margin: 0; letter-spacing: -.05em; }
.mock-input { display: flex; justify-content: space-between; align-items: center; gap: 12px; max-width: 620px; width: 100%; margin: 0 auto; padding: 14px 16px; border-radius: 16px; color: #a8a1bd; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); }
.mock-input button { border: 0; width: 38px; height: 38px; border-radius: 50%; color: white; background: var(--purple); font-weight: 900; }
.model-card-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.model-card-grid span { display: grid; place-items: center; gap: 6px; min-height: 86px; padding: 10px; border-radius: 14px; color: #d8d2ed; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.model-card-grid img { width: 30px; height: 30px; object-fit: contain; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; width: 206px; padding: 14px; border-radius: 18px; color: #171421; background: rgba(255,255,255,.80); border: 1px solid rgba(130, 92, 255, .12); box-shadow: 0 18px 52px rgba(57, 33, 140, .16); backdrop-filter: blur(8px); text-align: left; }
.floating-card strong, .floating-card span { display: block; }
.floating-card span { margin-top: 3px; color: #736b7d; font-size: 12px; line-height: 1.25; }
.icon-asset { width: 58px; height: 58px; object-fit: contain; flex: 0 0 auto; }
.float-left-top { left: -64px; top: 20px; }
.float-left-bottom { left: -88px; bottom: 82px; }
.float-right-top { right: -70px; top: -6px; }
.float-right-bottom { right: -92px; bottom: 72px; }
.hero-chip-row { margin-top: 24px; padding: 16px 0 0; }
.hero-chip-row span, .model-chip-row span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: white; border: 1px solid rgba(17,17,27,.08); box-shadow: 0 10px 24px rgba(28, 21, 60, .06); }
.hero-chip-row img { width: 24px; height: 24px; }
.quote-section { padding: 56px 24px 72px; text-align: center; background: white; }
.quote-section h2 { max-width: 850px; margin: 0 auto 12px; font-size: clamp(28px, 4vw, 42px); }
.quote-section p { color: var(--muted); }
.section { position: relative; padding: 96px 24px; text-align: center; }
.dark-section { color: white; background: radial-gradient(circle at 12% 55%, rgba(112,73,255,.34), transparent 28rem), radial-gradient(circle at 82% 40%, rgba(130,80,255,.28), transparent 25rem), linear-gradient(180deg, #07070b 0%, #12111a 58%, #07070b 100%); overflow: hidden; }
.dark-section h2 strong, .dark-section h2 span { color: var(--purple-2); }
.dark-badge { color: #c9bbff; background: rgba(111,76,255,.14); border-color: rgba(255,255,255,.10); }
.dark-showcase { position: relative; width: min(980px, 100%); margin: 36px auto 26px; }
.dark-visual { box-shadow: 0 34px 110px rgba(111,76,255,.20); }
.dark-window { min-height: 390px; }
.orb-icon { width: 104px; height: 104px; object-fit: contain; margin: 0 auto -4px; }
.action-grid { grid-template-columns: repeat(4, 1fr); }
.dark-float { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.dark-float span { color: #c2bdd1; }
.left-one { left: -60px; top: 46px; }
.left-two { left: -70px; bottom: 86px; }
.right-one { right: -80px; top: 58px; }
.right-two { right: -42px; bottom: 116px; }
.model-chip-row { width: min(1120px, 100%); margin: 24px auto 0; }
.model-chip-row span { color: #d7d3e3; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); box-shadow: none; }
.light-section { background: linear-gradient(180deg, #fff 0%, #f8f5f1 100%); }
.process-section { overflow: hidden; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; width: min(1120px, 100%); margin: 36px auto 0; }
.process-card, .package-grid article, .metric-card, .scenario-grid article { position: relative; text-align: left; border-radius: 24px; border: 1px solid rgba(31,24,54,.08); background: rgba(255,255,255,.78); box-shadow: 0 18px 60px rgba(41,24,99,.08); }
.process-card { min-height: 230px; padding: 28px; }
.process-card .icon-asset { width: 86px; height: 86px; margin: 0 auto 10px; }
.process-card .step-badge { position: absolute; left: 22px; top: 20px; display: inline-grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--purple); border-radius: 999px; font-weight: 900; box-shadow: 0 10px 26px rgba(108, 77, 255, .28); }
.process-card h3 { margin: 12px 0 8px; }
.process-card p, .package-grid p, .metric-card span, .scenario-grid p { color: var(--muted); line-height: 1.45; }
.purple-banner { width: min(1200px, calc(100% - 32px)); margin: 0 auto; padding: 44px 24px; color: white; text-align: center; border-radius: 12px; background: radial-gradient(circle at 9% 80%, rgba(178,149,255,.50), transparent 16rem), radial-gradient(circle at 91% 45%, rgba(178,149,255,.55), transparent 17rem), linear-gradient(135deg, #1b056b, #3c16ba 48%, #13033d); box-shadow: 0 24px 90px rgba(65, 28, 180, .23); }
.purple-banner h2 { font-size: clamp(28px, 5vw, 48px); margin-bottom: 10px; }
.package-section h2, .package-section .section-lead { text-align: center; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: min(1060px, 100%); margin: 32px auto 60px; }
.package-grid article { display: flex; gap: 16px; align-items: center; padding: 22px; }
.package-grid .icon-asset { width: 74px; height: 74px; }
.metric-title { margin-top: 18px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; width: min(1060px, 100%); margin: 28px auto 0; }
.metric-card { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 12px; padding: 18px; }
.metric-card-vertical { grid-template-columns: 1fr; align-items: start; gap: 14px; min-height: 174px; }
.metric-card-vertical img { margin-bottom: 2px; }
.metric-card-vertical span { max-width: 100%; }
.metric-card-vertical { grid-template-columns: 1fr; align-items: start; gap: 14px; min-height: 174px; }
.metric-card-vertical img { margin-bottom: 2px; }
.metric-card-vertical span { max-width: 100%; }
.metric-card img { width: 54px; height: 54px; object-fit: contain; }
.metric-card strong, .metric-card span { display: block; }
.metric-card.wide { grid-column: span 2; background: linear-gradient(135deg, rgba(215,255,232,.92), rgba(255,255,255,.86)); }
.scenario-section { padding-bottom: 68px; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: min(1060px, 100%); margin: 32px auto; }
.scenario-grid article { display: flex; gap: 16px; align-items: center; padding: 22px; color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); box-shadow: 0 20px 70px rgba(0,0,0,.22); }
.scenario-grid .icon-asset { width: 72px; height: 72px; }
.scenario-grid p { color: #c9c4d2; }
.dark-final-copy { margin-top: 44px; }
.dark-final-copy h2 { font-size: clamp(32px, 5vw, 54px); }
.faq { text-align: left; }
.faq > .hero-badge, .faq > h2 { display: flex; width: fit-content; max-width: 100%; margin-left: auto; margin-right: auto; }
.faq h2 { display: block; text-align: center; overflow-wrap: anywhere; }
.faq details { width: min(900px, 100%); margin: 12px auto; border: 1px solid rgba(31,24,54,.10); border-radius: 18px; padding: 0; background: rgba(255,255,255,.78); box-shadow: 0 14px 42px rgba(41,24,99,.06); }
.faq summary { display: flex; align-items: center; gap: 12px; cursor: pointer; font-weight: 850; list-style: none; padding: 18px 22px; min-width: 0; overflow-wrap: anywhere; }
.faq summary::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; display: inline-grid; flex: 0 0 24px; place-items: center; width: 24px; height: 24px; border-radius: 999px; background: rgba(108,77,255,.10); }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; width: 11px; height: 2px; border-radius: 999px; background: var(--purple); }
.faq-toggle::after { transform: rotate(90deg); }
.faq details[open] .faq-toggle::after { transform: rotate(0deg); }
.faq p { color: var(--muted); line-height: 1.6; padding: 0 22px 20px 58px; margin: 0; }
.site-footer { color: #d7d2e3; background: #09090e; padding: 58px 24px 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1.1fr; gap: 44px; width: min(1120px, 100%); margin: 0 auto; }
.footer-grid strong { font-size: 26px; color: white; }
.footer-grid p, .footer-grid a { display: block; color: #8f899c; line-height: 1.6; margin: 8px 0; }
.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-row img { width: 30px; height: 30px; }
.newsletter-box label { display: grid; grid-template-columns: minmax(0, 1fr) 40px; align-items: center; gap: 6px; max-width: 100%; padding: 6px; border: 1px solid rgba(255,255,255,.10); border-radius: 12px; background: rgba(255,255,255,.05); overflow: hidden; }
.newsletter-box input { min-width: 0; width: 100%; color: white; background: transparent; border: 0; outline: 0; padding: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsletter-submit { display: inline-grid; place-items: center; width: 40px; min-width: 40px; max-width: 40px; height: 40px; overflow: hidden; border-radius: 10px; color: white !important; background: var(--purple); margin: 0 !important; }
.copyright { width: min(1120px, 100%); margin: 42px auto 0; color: #746f80; font-size: 13px; }
@media (max-width: 1100px) {
  .floating-card { position: static; width: auto; margin: 10px auto; }
  .hero-visual { display: grid; gap: 8px; }
  .dark-showcase { display: grid; gap: 8px; }
}
@media (max-width: 860px) {
  .nav nav a:not(.nav-cta) { display: none; }
  .hero-shell { min-height: auto; padding-top: 34px; }
  .mock-window { grid-template-columns: 1fr; }
  .mock-sidebar { display: none; }
  .model-card-grid, .action-grid, .process-grid, .package-grid, .metric-grid, .scenario-grid, .footer-grid { grid-template-columns: 1fr; }
  .metric-card.wide { grid-column: auto; }
  .section { padding: 72px 16px; }
  .hero-chip-row span, .model-chip-row span { padding: 9px 12px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
}

@media (max-width: 480px) {
  .nav { width: min(100%, calc(100vw - 20px)); padding: 12px 0; }
  .brand { font-size: 19px; }
  .nav-cta { min-height: 36px; padding: 8px 12px; font-size: 12px; white-space: nowrap; }
  .hero-shell { padding-top: 24px; }
  .hero-copy { width: min(100%, calc(100vw - 24px)); }
  .hero-badge { max-width: 100%; justify-content: center; text-align: center; }
  h1 { font-size: clamp(37px, 11vw, 46px); line-height: 1; letter-spacing: -.055em; }
  h2 { font-size: clamp(30px, 8.5vw, 38px); line-height: 1.06; letter-spacing: -.045em; }
  h3 { line-height: 1.15; }
  .lead, .section-lead { max-width: min(100%, calc(100vw - 28px)); font-size: 14.5px; line-height: 1.45; }
  .hero-actions { gap: 8px; }
  .primary, .secondary { min-height: 40px; padding: 10px 14px; font-size: 12.5px; }
  .trust-strip, .chip-row { max-width: min(100%, calc(100vw - 20px)); gap: 7px; font-size: 11.5px; }
  .hero-visual { width: min(100%, calc(100vw - 20px)); margin-top: 30px; }
  .visual-shell { border-radius: 18px; }
  .mock-window { width: 100%; max-width: 100%; min-height: auto; border-radius: 17px; }
  .mock-content { padding: 18px 12px; gap: 12px; }
  .mock-toolbar { font-size: 11px; }
  .mock-content h2, .mock-content h3 { font-size: clamp(22px, 7vw, 28px); }
  .mock-input { padding: 11px 12px; font-size: 12px; border-radius: 13px; }
  .mock-input button { width: 32px; height: 32px; }
  .model-card-grid, .action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .model-card-grid span { min-height: 68px; padding: 8px; font-size: 11px; }
  .model-card-grid img { width: 24px; height: 24px; }
  .floating-card { max-width: 100%; padding: 12px; border-radius: 15px; }
  .floating-card span { font-size: 11.5px; }
  .icon-asset { width: 48px; height: 48px; }
  .hero-chip-row span, .model-chip-row span { max-width: 100%; padding: 8px 10px; font-size: 11px; }
  .quote-section { padding: 42px 16px 52px; }
  .section { padding: 56px 14px; }
  .dark-showcase { width: min(100%, calc(100vw - 20px)); }
  .dark-window { min-height: auto; }
  .orb-icon { width: 78px; height: 78px; }
  .purple-banner { width: min(100%, calc(100vw - 20px)); padding: 34px 16px; }
  .purple-banner h2 { font-size: clamp(24px, 7vw, 31px); line-height: 1.08; letter-spacing: -.035em; }
  .package-grid article, .metric-card, .scenario-grid article { width: 100%; max-width: 100%; }
  .package-grid article { align-items: flex-start; padding: 17px; }
  .package-grid .icon-asset { width: 54px; height: 54px; }
  .metric-grid { gap: 12px; }
  .metric-card { padding: 16px; min-height: auto; }
  .scenario-grid article { align-items: flex-start; padding: 17px; }
  .scenario-grid .icon-asset { width: 54px; height: 54px; }
  .dark-final-copy h2 { font-size: clamp(28px, 8vw, 36px); }
  .faq details { border-radius: 14px; }
  .faq summary { padding: 15px 14px; font-size: 13.5px; }
  .faq p { padding: 0 14px 16px 50px; font-size: 13.5px; }
  .footer-grid { gap: 24px; }
  .site-footer { padding: 44px 18px 22px; }
  .newsletter-box label { max-width: 100%; grid-template-columns: minmax(0, 1fr) 38px; }
  .newsletter-submit { width: 38px; min-width: 38px; max-width: 38px; height: 38px; }
  .copyright { margin-top: 28px; }
}
@media (max-width: 480px) {
  .nav nav { max-width: calc(100vw - 120px); }
  .nav-cta { max-width: 104px; overflow: hidden; text-overflow: ellipsis; }
  h1 { font-size: clamp(31px, 9vw, 36px); line-height: 1.05; letter-spacing: -.045em; overflow-wrap: anywhere; }
  h2 { font-size: clamp(26px, 7.2vw, 31px); line-height: 1.08; letter-spacing: -.04em; overflow-wrap: anywhere; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: min(100%, calc(100vw - 24px)); margin-left: auto; margin-right: auto; }
  .hero-actions .primary, .hero-actions .secondary { width: 100%; padding-left: 8px; padding-right: 8px; white-space: normal; text-align: center; }
  .mock-input span, .package-grid p, .metric-card span, .scenario-grid p { overflow-wrap: anywhere; }
  .section h2, .quote-section h2, .purple-banner h2, .dark-final-copy h2 { max-width: min(100%, calc(100vw - 28px)); margin-left: auto; margin-right: auto; }
  .trust-strip span, .chip-row span { white-space: normal; text-align: center; }
  .floating-card strong, .package-grid h3, .metric-card strong, .scenario-grid h3 { overflow-wrap: anywhere; }
}

/* Premium motion system */
html.js .reveal,
html.js .reveal-section {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 280ms cubic-bezier(.22, 1, .36, 1),
    transform 280ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--delay, 0ms);
}
html.js .reveal-mockup { transform: translate3d(0, 10px, 0) scale(.992); }
html.js .reveal-hero { transform: translate3d(0, 6px, 0); }
html.js .reveal.is-visible,
html.js .reveal-section.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.hero-glow::before { opacity: .84; transform: translate3d(0, 0, 0); }
.float-card { animation: none; }
.primary,
.secondary,
.newsletter-submit,
.hero-chip-row span,
.model-chip-row span,
.process-card,
.package-grid article,
.metric-card,
.scenario-grid article,
.faq details {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}
.primary:hover,
.newsletter-submit:hover { transform: translateY(-2px) scale(1.015); box-shadow: 0 14px 30px rgba(111,76,255,.20); }
.secondary:hover { transform: translateY(-2px); border-color: rgba(111,76,255,.28); background: rgba(111,76,255,.08); }
.primary:active,
.secondary:active,
.newsletter-submit:active { transform: scale(.985); }
.hero-chip-row span:hover,
.model-chip-row span:hover,
.process-card:hover,
.package-grid article:hover,
.metric-card:hover,
.scenario-grid article:hover,
.faq details:hover {
  transform: translateY(-3px);
  border-color: rgba(111,76,255,.22);
  box-shadow: 0 18px 44px rgba(65, 28, 180, .12);
}
.dark-section .scenario-grid article:hover,
.dark-section .model-chip-row span:hover { background: rgba(255,255,255,.12); }
.purple-banner { overflow: hidden; isolation: isolate; }
.purple-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.14) 42%, transparent 68%);
  transform: translateX(-130%);
  opacity: 0;
  transition: opacity 260ms ease, transform 900ms cubic-bezier(.22, 1, .36, 1);
}
.purple-banner:hover::before { opacity: 1; transform: translateX(130%); }
.faq details[open] p { animation: faqReveal 180ms ease-out both; }

@keyframes premiumFloat {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -3px, 0); }
}
@keyframes glowBreathe {
  from { opacity: .78; }
  to { opacity: .86; }
}
@keyframes bannerSweep {
  from { transform: translateX(-130%); }
  to { transform: translateX(130%); }
}
@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-3px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 860px) {
  .float-card { animation: none; }
  .hero-glow::before { animation: none; }
  html.js .reveal,
  html.js .reveal-section { transition-duration: 220ms; transform: translate3d(0, 6px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
  html.js .reveal,
  html.js .reveal-section { opacity: 1 !important; transform: none !important; }
}

/* Mobile touch-scroll and overflow hardening */
html,
body,
main {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.hero-shell,
.hero-visual,
.visual-shell,
.mock-window,
.floating-card,
.dark-showcase,
.purple-banner {
  touch-action: pan-y;
}
.hero-glow,
.purple-banner::before {
  pointer-events: none;
}
.faq > .hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 132px;
  max-width: calc(100vw - 40px);
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
}
.newsletter-box {
  max-width: 100%;
  overflow: hidden;
}
.newsletter-box input {
  display: block;
}
.newsletter-submit {
  line-height: 1;
  font-size: 20px;
  text-indent: 0;
}
@media (max-width: 480px) {
  .faq > .hero-badge {
    min-width: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .newsletter-box label {
    grid-template-columns: minmax(0, 1fr) 38px;
    width: 100%;
  }
  .newsletter-box input {
    min-width: 0;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .newsletter-submit {
    justify-self: end;
    font-size: 18px;
  }
}
/* Canonical mobile hardening guards for tests */
.hero-glow, .purple-banner::before { pointer-events: none; }
.mock-window, .visual-shell, .floating-card { touch-action: pan-y; }

/* Final mobile interaction and footer/FAQ rendering fixes */
.hero-visual,
.visual-shell,
.mock-window,
.mock-sidebar,
.mock-content,
.model-card-grid,
.floating-card,
.dark-showcase .mock-window,
.dark-showcase .floating-card {
  pointer-events: none;
  touch-action: pan-y;
}
.faq-badge {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content !important;
  min-width: 132px;
  max-width: calc(100vw - 48px);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 24px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.faq-badge::before,
.faq-badge::after {
  content: none !important;
}
.newsletter-box label,
.newsletter-box input,
.newsletter-submit {
  display: none !important;
}
.newsletter-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  overflow: hidden;
}
.newsletter-cta span {
  display: block;
  min-width: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsletter-cta strong {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 10px;
  color: #fff;
  background: var(--purple);
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}
.newsletter-cta:hover strong {
  transform: translateY(-1px) scale(1.015);
  box-shadow: 0 14px 30px rgba(111,76,255,.20);
}
@media (max-width: 480px) {
  html { scroll-behavior: auto; }
  .hero-visual,
  .visual-shell,
  .mock-window,
  .mock-sidebar,
  .mock-content,
  .model-card-grid,
  .floating-card,
  .dark-showcase .mock-window,
  .dark-showcase .floating-card {
    pointer-events: none;
    touch-action: pan-y;
  }
  .faq-badge {
    min-width: 118px;
    padding: 10px 22px;
  }
  .newsletter-cta {
    grid-template-columns: minmax(0, 1fr) 38px;
    min-height: 50px;
  }
  .newsletter-cta strong {
    width: 38px;
    height: 38px;
    min-width: 38px;
    max-width: 38px;
    font-size: 18px;
  }
}

/* Final footer CTA specificity fix: override generic .footer-grid a styling */
.footer-grid .newsletter-cta {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 6px;
  margin: 8px 0 0 !important;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  overflow: hidden;
}
.footer-grid .newsletter-cta span {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 10px;
  color: #f4f1ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-grid .newsletter-cta strong {
  display: inline-grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 10px;
  color: #fff;
  background: var(--purple);
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 480px) {
  .footer-grid .newsletter-cta strong {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    min-width: 38px;
    max-width: 38px;
    font-size: 18px;
  }
}

/* Final FAQ badge centering guard */
.faq-badge { display: flex !important; align-items: center; justify-content: center; width: fit-content !important; margin-left: auto !important; margin-right: auto !important; min-width: 132px; max-width: calc(100vw - 48px); }
