@font-face {
  font-family: "Bebas Neue";
  src: url("assets/fonts/bebas-neue-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #080706;
  --ink-soft: #11100e;
  --card: #171411;
  --cream: #fff8ed;
  --muted: #bdb4a8;
  --amber: #ffb21c;
  --orange: #ff7418;
  --red: #ed163d;
  --line: rgba(255, 248, 237, 0.14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  content: "";
  opacity: .14;
  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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  padding: .8rem 1rem;
  background: var(--cream);
  color: var(--ink);
}
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  color: var(--amber);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.display {
  margin: 0;
  font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .9;
  text-transform: uppercase;
}
.gradient-text {
  color: transparent;
  background: linear-gradient(110deg, var(--amber), var(--orange) 52%, var(--red));
  -webkit-background-clip: text;
  background-clip: text;
}
.section { position: relative; padding: 112px 0; }
.section-head { max-width: 760px; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(3.5rem, 8vw, 6.7rem); }
.section-head p { max-width: 650px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.06rem; }

/* Navigation */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 22px 0;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; }
.brand img { width: 46px; height: 46px; border-radius: 12px; box-shadow: 0 8px 28px rgba(255, 116, 24, .22); }
.brand-word { font-size: 1.2rem; letter-spacing: -.04em; }
.brand-word span { color: var(--red); }
.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links a { color: #e8dfd3; font-size: .84rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--amber); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 52px;
  padding: .85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .87rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(115deg, var(--amber), var(--orange) 60%, var(--red));
  color: #120a03;
  box-shadow: 0 14px 38px rgba(255, 116, 24, .25);
}
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.05); color: var(--cream); }
.apple-mark { width: 20px; height: 23px; fill: currentColor; }

/* Hero */
.hero {
  min-height: 850px;
  padding: 170px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 18%, rgba(237, 22, 61, .22), transparent 27%),
    radial-gradient(circle at 80% 68%, rgba(255, 116, 24, .18), transparent 31%),
    linear-gradient(180deg, #0b0806 0%, var(--ink) 88%);
}
.hero::after {
  position: absolute;
  right: -13vw;
  bottom: 5%;
  width: 55vw;
  height: 55vw;
  max-width: 720px;
  max-height: 720px;
  border: 1px solid rgba(255, 178, 28, .18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(255, 178, 28, .015), 0 0 0 140px rgba(255, 178, 28, .012);
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 5vw; }
.hero h1 { max-width: 720px; font-size: clamp(5.8rem, 10vw, 9.4rem); }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero-lede { max-width: 620px; margin: 1.55rem 0 1.9rem; color: #d3c9bc; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2.2rem; color: var(--muted); font-size: .82rem; }
.rating { color: var(--amber); font-size: 1rem; letter-spacing: .08em; }
.hero-art { position: relative; z-index: 2; min-height: 660px; }
.hero-frame {
  position: absolute;
  top: 0;
  left: 14%;
  width: min(310px, 72%);
  aspect-ratio: 1242 / 2688;
  overflow: hidden;
  border-radius: 29px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 50px 100px rgba(0,0,0,.62), 0 0 60px rgba(237,22,61,.12);
  transform: rotate(3deg);
  animation: float 6s ease-in-out infinite;
}
.hero-shot { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.hero-card {
  position: absolute;
  right: 0;
  bottom: 58px;
  z-index: 3;
  width: 230px;
  padding: 1.3rem;
  border: 1px solid rgba(255, 178, 28, .38);
  border-radius: 18px;
  background: rgba(16, 12, 9, .84);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
  backdrop-filter: blur(18px);
}
.hero-card strong { display: block; margin-bottom: .35rem; font-size: 1rem; }
.hero-card span { color: var(--muted); font-size: .8rem; }
.pulse { display: inline-block; width: 9px; height: 9px; margin-right: .45rem; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 7px rgba(255,178,28,.12); }
@keyframes float { 50% { transform: rotate(1.5deg) translateY(-12px); } }

/* Marquee */
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: #0e0b08; }
.ticker-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.ticker span { display: flex; align-items: center; gap: 2rem; padding: 1rem; color: #e7ded2; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ticker span::after { color: var(--orange); content: "✦"; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Download */
.download-panel {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 5rem;
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid rgba(255,178,28,.2);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,178,28,.1), transparent 38%),
    var(--card);
  box-shadow: 0 40px 100px rgba(0,0,0,.3);
}
.download-visual { position: relative; width: min(360px, 100%); aspect-ratio: 1; margin-inline: auto; }
.download-visual::before { position: absolute; inset: -15%; z-index: 0; border-radius: 50%; content: ""; background: radial-gradient(circle, rgba(255,116,24,.28), transparent 68%); filter: blur(12px); }
.download-visual::after { position: absolute; inset: 0; z-index: 2; border-radius: 30px; content: ""; background: linear-gradient(155deg, transparent 46%, rgba(8,7,6,.48)); pointer-events: none; }
.download-visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(255,178,28,.28); border-radius: 30px; box-shadow: 0 36px 70px rgba(0,0,0,.48); }
.download-visual-badge { position: absolute; right: -18px; bottom: 22px; z-index: 3; display: flex; align-items: center; gap: .6rem; padding: .85rem 1rem; border: 1px solid rgba(255,178,28,.42); border-radius: 14px; background: rgba(16,12,9,.86); color: var(--cream); font-size: .76rem; font-weight: 800; box-shadow: 0 22px 50px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
.download-visual-badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 6px rgba(255,178,28,.12); }
.download-copy h2 { font-size: clamp(4rem, 8vw, 7rem); }
.download-copy > p { max-width: 630px; margin: 1.3rem 0 1.7rem; color: var(--muted); }
.micro-proof { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.micro-proof span { padding: .45rem .7rem; border: 1px solid var(--line); border-radius: 999px; color: #d8d0c5; font-size: .73rem; }

/* Screenshots */
.screenshots { overflow: hidden; background: #0c0a08; }
.shot-rail { display: flex; gap: 22px; width: 100%; padding: 0 max(20px, calc((100vw - var(--max)) / 2)) 36px; overflow-x: auto; cursor: grab; scrollbar-color: var(--orange) rgba(255,255,255,.06); scrollbar-width: thin; }
.shot-rail:active { cursor: grabbing; }
.shot-frame { width: min(280px, 72vw); aspect-ratio: 1242 / 2688; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #120f0c; box-shadow: 0 30px 60px rgba(0,0,0,.34); text-decoration: none; }
.shot-frame:nth-child(even) { transform: translateY(28px); }
.shot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; transition: transform .35s ease; }
.shot-frame:hover img { transform: scale(1.025); }
.rail-note { margin-top: 56px; color: var(--muted); font-size: .78rem; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.step { position: relative; min-height: 380px; padding: 2.2rem; overflow: hidden; background: var(--ink-soft); }
.step::after { position: absolute; right: -32px; bottom: -62px; color: rgba(255,255,255,.035); content: attr(data-step); font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif; font-size: 15rem; line-height: 1; }
.step-number { color: var(--orange); font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif; font-size: 1.5rem; letter-spacing: .08em; }
.step h3 { max-width: 280px; margin: 4.8rem 0 1rem; font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif; font-size: 3.2rem; font-weight: 400; line-height: .95; text-transform: uppercase; }
.step p { position: relative; z-index: 2; color: var(--muted); font-size: .9rem; }

/* Benefits */
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature { min-height: 250px; padding: 2rem; border: 1px solid var(--line); border-radius: 20px; background: var(--card); }
.feature:nth-child(1), .feature:nth-child(4) { grid-column: span 7; }
.feature:nth-child(2), .feature:nth-child(3) { grid-column: span 5; }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,178,28,.1); color: var(--amber); font-size: 1.15rem; }
.feature h3 { margin: 2.5rem 0 .7rem; font-size: 1.2rem; }
.feature p { margin: 0; color: var(--muted); font-size: .9rem; }

/* Guides */
.guides { background: linear-gradient(180deg, var(--ink) 0%, #130b07 55%, var(--ink) 100%); }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guide-card { position: relative; min-height: 295px; padding: 2rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(23,20,17,.76); text-decoration: none; transition: border .2s ease, transform .2s ease, background .2s ease; }
.guide-card:hover { transform: translateY(-4px); border-color: rgba(255,178,28,.58); background: #1a1511; }
.guide-kicker { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h3 { max-width: 520px; margin: 3.5rem 0 .8rem; font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif; font-size: clamp(2.1rem, 4vw, 3.3rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.guide-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: .86rem; }
.guide-arrow { position: absolute; top: 1.65rem; right: 1.7rem; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--amber); }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: start; }
.faq-intro { position: sticky; top: 30px; }
.faq-intro h2 { font-size: clamp(4.5rem, 9vw, 8rem); }
.faq-intro p { color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; cursor: pointer; list-style: none; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { color: var(--amber); content: "+"; font-size: 1.7rem; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 2.8rem 1.6rem 0; color: var(--muted); font-size: .9rem; }
.learn-more { display: inline-flex; margin-top: .8rem; color: var(--cream); font-weight: 800; text-decoration-color: var(--orange); text-underline-offset: 4px; }

/* CTA + footer */
.final-cta { padding: 120px 0; text-align: center; }
.final-cta::before { position: absolute; inset: 8% 15%; content: ""; background: radial-gradient(circle, rgba(237,22,61,.22), rgba(255,116,24,.09) 42%, transparent 70%); filter: blur(18px); }
.final-cta .container { position: relative; }
.final-cta h2 { max-width: 1000px; margin-inline: auto; font-size: clamp(5rem, 12vw, 10rem); }
.final-cta p { max-width: 600px; margin: 1.5rem auto 2rem; color: var(--muted); }
.site-footer { padding: 44px 0 94px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem; }
.footer-copy { max-width: 420px; margin-top: 1.2rem; }
.footer-title { display: block; margin-bottom: .8rem; color: var(--cream); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--amber); }
.legal-note { grid-column: 1 / -1; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.mobile-download { display: none; }

/* Guide pages */
.guide-body { background: #0a0806; }
.guide-header { position: relative; padding: 120px 0 72px; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 76% 15%, rgba(255,116,24,.2), transparent 30%); }
.guide-header .container { position: relative; z-index: 2; }
.breadcrumbs { margin-bottom: 2.4rem; color: var(--muted); font-size: .76rem; }
.breadcrumbs a { text-decoration-color: rgba(255,255,255,.25); text-underline-offset: 3px; }
.guide-header h1 { max-width: 1000px; font-size: clamp(4.6rem, 11vw, 9rem); }
.guide-deck { max-width: 780px; margin: 1.5rem 0; color: #d6ccbf; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.guide-meta { color: var(--muted); font-size: .75rem; }
.article-wrap { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: center; gap: 7vw; padding: 86px 0 110px; }
.prose { min-width: 0; }
.prose h2 { margin: 3.5rem 0 1rem; font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif; font-size: clamp(2.7rem, 6vw, 4.3rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.prose h3 { margin: 2.1rem 0 .7rem; font-size: 1.1rem; }
.prose p, .prose li { color: #c7bdb0; }
.prose li + li { margin-top: .55rem; }
.prose a { color: var(--amber); text-underline-offset: 3px; }
.answer-box { padding: 1.6rem; border-left: 4px solid var(--orange); background: #16110d; }
.answer-box strong { display: block; margin-bottom: .35rem; color: var(--cream); }
.numbered { padding: 0; list-style: none; counter-reset: guide; }
.numbered li { position: relative; min-height: 50px; padding-left: 58px; counter-increment: guide; }
.numbered li::before { position: absolute; left: 0; top: -.15rem; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,178,28,.35); border-radius: 50%; color: var(--amber); content: counter(guide); font-weight: 800; }
.product-callout { margin: 3.5rem 0; padding: 2rem; border: 1px solid rgba(255,178,28,.32); border-radius: 18px; background: linear-gradient(135deg, rgba(255,178,28,.09), rgba(237,22,61,.05)); }
.product-callout h2 { margin-top: 0; font-size: 2.9rem; }
.article-side { position: relative; }
.side-card { position: sticky; top: 24px; padding: 1.3rem; border: 1px solid var(--line); border-radius: 20px; background: var(--card); }
.side-card img { width: 72px; border-radius: 18px; }
.side-card h2 { margin: 1.2rem 0 .55rem; font-size: 1rem; }
.side-card p { color: var(--muted); font-size: .78rem; }
.side-card .button { width: 100%; margin-top: .7rem; }
.more-guides { padding: 86px 0; border-top: 1px solid var(--line); background: #0d0a08; }
.more-guides h2 { margin-bottom: 2rem; font-size: clamp(3rem, 7vw, 5.5rem); }

@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 a:not(.button) { display: none; }
  .hero { min-height: auto; padding-bottom: 40px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 650px; margin-top: 2rem; }
  .hero-frame { left: 50%; width: 300px; transform: translateX(-50%) rotate(3deg); }
  @keyframes float { 50% { transform: translateX(-50%) rotate(1.5deg) translateY(-10px); } }
  .download-panel, .faq-layout { grid-template-columns: 1fr; }
  .download-panel { gap: 3rem; }
  .download-visual { width: min(360px, 88vw); }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 310px; }
  .step h3 { margin-top: 3rem; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .article-wrap { grid-template-columns: minmax(0, 760px); }
  .article-side { display: none; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .section { padding: 82px 0; }
  .site-header .button { display: none; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: 132px; }
  .hero h1 { max-width: 100%; font-size: clamp(4rem, 17vw, 5rem); }
  .hero-lede { max-width: 100%; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 640px; }
  .hero-frame { width: 285px; }
  .hero-card { right: 0; bottom: 28px; width: 190px; }
  .download-panel { padding: 2rem 1.2rem; border-radius: 22px; }
  .download-visual { width: min(300px, 82vw); }
  .download-visual-badge { right: -8px; bottom: 14px; }
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: 3.9rem; }
  .shot-frame { width: 280px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 270px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature:nth-child(n) { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .final-cta { padding-bottom: 150px; }
  .mobile-download { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 90; display: flex; box-shadow: 0 18px 50px rgba(0,0,0,.6); }
  .guide-header { padding-top: 98px; }
  .guide-header h1 { font-size: 4.6rem; }
  .article-wrap { padding-top: 58px; }
}
