:root {
  --ink: #15231d;
  --ink-soft: #496057;
  --cream: #f8f2e7;
  --paper: #fffdf7;
  --indigo: #143c73;
  --indigo-dark: #0a2447;
  --cyan: #1aa2db;
  --gold: #e9a63a;
  --coral: #e7674b;
  --leaf: #2f7459;
  --line: rgba(21, 35, 29, .14);
  --shadow: 0 24px 70px rgba(10, 36, 71, .16);
  --radius: 26px;
  --display: "Raleway", "Avenir Next", sans-serif;
  --body: "Manrope", "Avenir Next", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: var(--display); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--leaf);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: "✦"; color: var(--gold); font-size: 1rem; }
.display {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.section-title { font-size: clamp(2.25rem, 4.6vw, 4.25rem); max-width: 840px; }
.section-intro { max-width: 650px; color: var(--ink-soft); font-size: 1.08rem; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.brand small { display: block; font-size: .64rem; color: rgba(255,255,255,.62); letter-spacing: .11em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: rgba(255,255,255,.83); font-size: .84rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: #fff; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.44); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; padding: 8px; }

.hero {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 24%, rgba(26,162,219,.72), transparent 28%),
    radial-gradient(circle at 12% 76%, rgba(231,103,75,.26), transparent 25%),
    linear-gradient(130deg, #071c36 0%, #123a70 60%, #18568a 100%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  right: -230px;
  top: -180px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025);
}
.hero-grid { position: relative; z-index: 2; min-height: 900px; padding: 150px 0 90px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 54px; }
.hero-copy { max-width: 650px; }
.hero .eyebrow { color: #a7e2fa; }
.hero h1 { font-size: clamp(3.4rem, 6.6vw, 6.35rem); }
.hero h1 em { color: #f7c662; font-style: italic; font-weight: 500; }
.hero-lead { max-width: 590px; margin: 28px 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 12px 18px;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.store-button:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.24); }
.store-button > img { width: 28px; height: 28px; flex: 0 0 28px; object-fit: contain; }
.store-button span { display: block; font-size: .66rem; line-height: 1.15; }
.store-button strong { display: block; font-size: 1rem; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: .8rem; font-weight: 700; }
.rating { color: #ffd36d; letter-spacing: .09em; }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.product-stage {
  position: relative;
  width: min(100%, 540px);
  padding: 28px 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 38px;
  background: linear-gradient(150deg, rgba(255,255,255,.16), rgba(255,255,255,.055));
  box-shadow: 0 36px 90px rgba(3,17,37,.34), inset 0 1px 0 rgba(255,255,255,.2);
  backdrop-filter: blur(18px);
}
.product-stage::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -150px;
  bottom: -190px;
  border-radius: 50%;
  background: rgba(247,198,98,.13);
  box-shadow: 0 0 80px rgba(247,198,98,.14);
}
.product-stage-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.product-mark { display: flex; align-items: center; gap: 13px; }
.product-mark img { width: 48px; height: 48px; border-radius: 13px; box-shadow: 0 10px 24px rgba(0,0,0,.22); }
.product-mark span { display: grid; gap: 2px; }
.product-mark strong { font-family: var(--display); font-size: 1.05rem; letter-spacing: -.02em; }
.product-mark small { color: rgba(255,255,255,.58); font-size: .65rem; font-weight: 700; letter-spacing: .04em; }
.product-platforms { color: rgba(255,255,255,.66); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-screens { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: end; padding-top: 28px; }
.product-screen { min-width: 0; margin: 0; text-align: center; }
.phone {
  width: 100%;
  padding: 7px;
  background: #081322;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 30px;
  box-shadow: 0 24px 55px rgba(0,0,0,.34);
  overflow: hidden;
}
.phone img { width: 100%; height: auto; aspect-ratio: auto; border-radius: 23px; object-fit: contain; }
.product-screen figcaption { margin-top: 13px; color: rgba(255,255,255,.66); font-size: .73rem; font-weight: 800; letter-spacing: .035em; }

.marquee { overflow: hidden; background: var(--gold); border-block: 1px solid rgba(0,0,0,.12); }
.marquee-track { width: max-content; display: flex; gap: 36px; padding: 14px 0; animation: marquee 28s linear infinite; color: var(--indigo-dark); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.marquee-track span::after { content: "✦"; margin-left: 36px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.proof { padding: 115px 0; background: var(--cream); }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; }
.proof-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.proof-card { min-height: 170px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.5); }
.proof-card:nth-child(2) { background: var(--indigo); color: #fff; transform: translateY(-28px); }
.proof-card strong { font-family: var(--display); font-size: 3.3rem; line-height: 1; }
.proof-card span { color: currentColor; opacity: .67; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.features { padding: 120px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; margin-top: 62px; }
.feature-card { position: relative; min-height: 360px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.feature-card:nth-child(1) { grid-column: span 7; background: var(--indigo); color: #fff; }
.feature-card:nth-child(2) { grid-column: span 5; background: #f2d891; }
.feature-card:nth-child(3) { grid-column: span 5; background: #d9eee5; }
.feature-card:nth-child(4) { grid-column: span 7; background: #f3c8bd; }
.feature-num { font-size: .72rem; font-weight: 900; letter-spacing: .14em; opacity: .62; }
.feature-card h3 { max-width: 520px; margin: 72px 0 12px; font-family: var(--display); font-size: clamp(1.85rem,3.2vw,3rem); line-height: 1.05; letter-spacing: -.025em; }
.feature-card p { max-width: 520px; opacity: .72; }
.feature-icon { position: absolute; right: 28px; top: 24px; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.35rem; }

.screens { padding: 120px 0; overflow: hidden; background: #0b284f; color: #fff; }
.screens-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.screens-header .section-intro { color: rgba(255,255,255,.65); }
.screen-controls { display: flex; gap: 10px; }
.screen-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.screen-controls button:hover { background: var(--gold); color: var(--indigo-dark); }
.screen-rail { display: flex; gap: 22px; margin-top: 56px; overflow-x: auto; padding: 20px max(20px, calc((100vw - 1160px)/2)) 40px; scroll-snap-type: x mandatory; scrollbar-color: var(--gold) rgba(255,255,255,.08); }
.shot { flex: 0 0 auto; width: 230px; scroll-snap-align: start; }
.shot:nth-child(even) { transform: translateY(24px); }
.shot img { display: block; width: 230px; height: auto; aspect-ratio: auto; object-fit: contain; border: 7px solid #081322; border-radius: 30px; box-shadow: 0 25px 45px rgba(0,0,0,.35); }
.shot figcaption { margin-top: 16px; color: rgba(255,255,255,.66); font-size: .78rem; font-weight: 700; }

.steps { padding: 130px 0; background: var(--cream); }
.step-list { margin-top: 70px; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 32px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--line); }
.step > span { color: var(--coral); font-family: var(--display); font-size: 2.3rem; font-style: italic; }
.step h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem,4vw,3rem); line-height: 1; }
.step p { margin: 0; color: var(--ink-soft); }

.guides { padding: 125px 0; }
.guide-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 62px; }
.guide-card { grid-column: span 4; min-height: 340px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.guide-card:first-child, .guide-card:nth-child(5) { grid-column: span 8; background: var(--cream); }
.guide-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.guide-card .tag { color: var(--leaf); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.guide-card h3 { margin: auto 0 18px; max-width: 590px; font-family: var(--display); font-size: clamp(1.7rem,2.7vw,2.55rem); line-height: 1.08; letter-spacing: -.025em; }
.guide-card .learn { font-size: .82rem; font-weight: 900; }
.guide-card .learn::after { content: " ↗"; color: var(--coral); }

.faq { padding: 120px 0; background: #eaf2ed; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button span:last-child { color: var(--coral); font-size: 1.4rem; transition: transform .2s ease; }
.faq-item.open button span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 50px 26px 0; color: var(--ink-soft); }
.faq-item.open .faq-answer { display: block; }
.faq-answer a { color: var(--indigo); font-weight: 900; }

.final-cta { padding: 40px; background: var(--paper); }
.cta-panel { position: relative; overflow: hidden; min-height: 520px; padding: 70px; display: grid; grid-template-columns: 1fr .75fr; align-items: center; border-radius: 34px; background: linear-gradient(130deg, #e3a52e, #f2ce6f); color: var(--indigo-dark); }
.cta-panel::after { content: "✦"; position: absolute; right: -30px; bottom: -190px; font-family: var(--display); font-size: 500px; line-height: 1; color: rgba(255,255,255,.18); }
.cta-panel h2 { font-size: clamp(2.8rem,5.4vw,5.4rem); }
.cta-panel p { max-width: 520px; }
.cta-panel .hero-actions { position: relative; z-index: 2; justify-content: flex-end; }

.footer { padding: 70px 0 30px; background: #081b33; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.footer-logo { max-width: 300px; }
.footer-logo p { color: rgba(255,255,255,.57); }
.footer h3 { margin: 0 0 18px; color: #e9ba52; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.72); text-decoration: none; font-size: .87rem; }
.footer a:hover { color: #fff; }
.footer-bottom { margin-top: 65px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.46); font-size: .74rem; }

/* Guide pages */
.guide-page { background: var(--paper); }
.guide-page .site-header { position: relative; background: var(--indigo-dark); }
.guide-hero { padding: 100px 0 80px; background: var(--cream); border-bottom: 1px solid var(--line); }
.breadcrumbs { margin-bottom: 28px; color: var(--ink-soft); font-size: .76rem; font-weight: 700; }
.breadcrumbs a { color: var(--indigo); }
.guide-hero h1 { max-width: 950px; font-size: clamp(2.8rem,6vw,5.65rem); }
.guide-deck { max-width: 760px; margin: 28px 0 0; color: var(--ink-soft); font-size: clamp(1.05rem,2vw,1.28rem); }
.guide-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--ink-soft); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: 70px; justify-content: center; padding: 90px 0 120px; }
.toc { position: sticky; top: 30px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.toc strong { display: block; margin-bottom: 14px; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.toc a { display: block; margin: 10px 0; color: var(--ink-soft); font-size: .8rem; text-decoration: none; }
.toc a:hover { color: var(--indigo); }
.article h2 { margin: 70px 0 22px; font-family: var(--display); font-size: clamp(2rem,3.6vw,3.15rem); line-height: 1.07; letter-spacing: -.025em; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 36px 0 12px; font-size: 1.18rem; }
.article p, .article li { color: #354a41; }
.article ul, .article ol { padding-left: 22px; }
.article li { margin: 10px 0; }
.callout { margin: 40px 0; padding: 28px; border-left: 5px solid var(--gold); background: var(--cream); border-radius: 0 16px 16px 0; }
.article-cta { margin: 60px 0; padding: 36px; border-radius: 22px; background: var(--indigo); color: #fff; }
.article-cta p { color: rgba(255,255,255,.72); }
.article-cta .store-button { margin-top: 10px; }
.related { padding: 85px 0; background: #eaf2ed; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 35px; }
.related a { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.5); text-decoration: none; font-weight: 800; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 82px; left: 20px; right: 20px; padding: 22px; flex-direction: column; align-items: flex-start; background: var(--indigo-dark); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-visual { min-height: 620px; }
  .proof-grid, .faq-layout, .cta-panel { grid-template-columns: 1fr; }
  .feature-card, .feature-card:nth-child(n), .guide-card, .guide-card:first-child, .guide-card:nth-child(5) { grid-column: span 12; }
  .screens-header { align-items: flex-start; flex-direction: column; }
  .step { grid-template-columns: 60px 1fr; }
  .step p { grid-column: 2; }
  .cta-panel .hero-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .toc { position: relative; top: 0; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero h1 { font-size: 3.25rem; }
  .hero-visual { min-height: auto; padding: 28px 0 8px; }
  .product-stage { padding: 20px 16px 18px; border-radius: 28px; }
  .product-stage-head { align-items: flex-start; padding: 0 4px 18px; }
  .product-mark img { width: 42px; height: 42px; border-radius: 11px; }
  .product-mark small { font-size: .58rem; }
  .product-platforms { max-width: 82px; text-align: right; font-size: .59rem; }
  .product-screens { gap: 12px; padding-top: 20px; }
  .phone { padding: 5px; border-radius: 22px; }
  .phone img { border-radius: 17px; }
  .product-screen figcaption { font-size: .64rem; }
  .proof-numbers { grid-template-columns: 1fr; }
  .proof-card:nth-child(2) { transform: none; }
  .feature-card { min-height: 330px; padding: 26px; }
  .step { grid-template-columns: 44px 1fr; gap: 12px; }
  .guide-grid { display: block; }
  .guide-card { margin-bottom: 14px; min-height: 280px; }
  .final-cta { padding: 16px; }
  .cta-panel { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .related-grid { grid-template-columns: 1fr; }
}
