.nav { display:flex; align-items:center; gap:18px; padding:14px 0; }
.brand { display:flex; align-items:center; gap:10px; text-decoration:none; }
.brand img { height:40px; }
.brand span { font-family:Poppins,sans-serif; font-weight:700; color:var(--color-blue); }
.spacer { flex:1; }
.nav a { text-decoration:none; font-weight:600; }
.menu-btn { display:none; font:inherit; font-weight:700; color:var(--color-blue); background:transparent; border:0; cursor:pointer; }

.hero { background: linear-gradient(180deg, #fff8e9 0%, #fffdf7 62%, #ffffff 100%); padding:56px 0 30px; border-bottom: 1px solid rgba(243, 185, 79, 0.25); }
.hero-inner { display:grid; grid-template-columns:1.2fr .8fr; gap:28px; align-items:center; }
.hero h1 { font-size: clamp(1.9rem, 3.2vw, 2.8rem); line-height:1.14; margin:0 0 12px; max-width: 18ch; text-wrap: balance; }
.eyebrow { font-size: clamp(.76rem, .48vw + .64rem, .9rem); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9b5d00; margin: 0 0 8px; }
.hero p { font-size:clamp(.98rem, .62vw + .82rem, 1.08rem); color:var(--color-blue-deep); margin:0 0 14px; max-width: 62ch; line-height: 1.62; }
.hero-copy { display: grid; gap: 14px; }
.hero-main { display: grid; gap: 4px; }
.hero-cta, .hero-notes {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(20, 48, 81, 0.1);
  border-radius: 12px;
  padding: 12px 14px;
}
.hero-notes { display: grid; gap: 8px; }
.badges, .store-row { display:flex; flex-wrap:wrap; gap:12px 14px; align-items:center; justify-content:flex-start; }
.store-row { justify-content: center; }
.store { height:58px; border-radius:10px; box-shadow: 0 6px 16px rgba(12,24,40,.12); }
.subcta { margin-left:10px; color:var(--color-blue-deep); font-weight:700; text-decoration: none; }
.subcta:hover { text-decoration: underline; }
.proof { padding:6px 0 2px; color:var(--color-blue-deep); font-size:clamp(.84rem, .36vw + .75rem, .94rem); line-height: 1.5; }
.ai-note { margin: 0 0 8px; font-size: clamp(.83rem, .35vw + .74rem, .93rem); color: var(--color-muted); line-height: 1.55; }

.phone, .card, .step, details, .screen {
  background: var(--color-card);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}
.phone { padding:10px; overflow:hidden; border: 1px solid rgba(17, 40, 65, 0.08); background: linear-gradient(180deg,#fff,#fffaf0); }
.phone iframe, .phone video, .phone .frame { width:100%; aspect-ratio:16/9; border:0; border-radius:10px; object-fit:cover; }

.features, .download, .faq, .screens { padding:48px 0; }
.features { background: #fff; }
.hiw { padding:28px 0 14px; }
.grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.card, .step { padding:20px; border: 1px solid rgba(20, 48, 81, 0.08); }
.card h3 { margin-top: 0; margin-bottom: 8px; }
.step b { color: var(--color-blue); }
.card p { color: var(--color-muted); }
.download, .faq h2 { text-align:center; }
.screen-carousel { position: relative; max-width: 460px; margin: 12px auto 0; }
.screen-carousel .slide { display: none; margin: 0; }
.screen-carousel .slide.active { display: block; }
.screen-carousel .carousel-controls { position:absolute; bottom:10px; left:50%; transform:translateX(-50%); display:flex; gap:8px; }
.screen img { width:100%; max-width:420px; aspect-ratio:9/16; object-fit:contain; background:#fff; display:block; }
.dot { width: 14px; height: 14px; border-radius: 50%; background:#bbb; cursor:pointer; }
.dot.active { background: var(--color-gold); transform: scale(1.15); }

nav.open, .links.open { display:block; }

@media (max-width: 900px) {
  .hero-inner, .grid, .steps { grid-template-columns:1fr; }
  .hero { padding: 42px 0 22px; }
  .hero-inner { gap: 18px; }
  .hero h1 { font-size: clamp(1.55rem, 7vw, 2.05rem); max-width: 13ch; margin-bottom: 10px; }
  .hero p { margin-bottom: 12px; }
  .eyebrow { margin-bottom: 6px; letter-spacing: .06em; }
  .badges { gap: 8px 10px; align-items: center; }
  .hero-main, .hero-cta, .hero-notes { background: #fffef9; border-color: rgba(20, 48, 81, 0.11); }
  .hero-main { border: 1px solid rgba(20, 48, 81, 0.11); border-radius: 12px; padding: 12px 14px; }
  .hero-cta { padding: 12px; }
  .hero-notes { padding: 10px 12px; gap: 6px; }
  .badges { justify-content: center; text-align: center; }
  .store { height: clamp(42px, 10.5vw, 50px); width: auto; max-width: 44vw; }
  .subcta { margin-left: 0; width: 100%; margin-top: 2px; font-size: clamp(.9rem, 1.1vw + .62rem, .98rem); }
  .proof { margin-top: 2px; }
  .ai-note, .offer-note { margin-top: 4px; }
  .screen-carousel { max-width: 360px; }
  .links { display:none; position:absolute; left:0; right:0; top:64px; background:#fff; border-top:1px solid #eee; padding:12px 16px; }
  .links a { display:block; padding:10px 0; }
  .menu-btn { display:block; }
  .links.open, .links.open { display:block; }
}
.section-title { margin: 0 0 12px; }
.section-lead { color: var(--color-muted); max-width: 740px; }
.media-top, .grid-top { margin-top: 12px; }
.download-lead { color: var(--color-muted); margin: 0 0 14px; }
.offer-note, .web-note { margin-top: 6px; color: var(--color-blue-deep); font-weight: 600; font-size: clamp(.88rem, .38vw + .78rem, .98rem); line-height: 1.55; }
.web-note { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.web-icon { width: 28px; height: 28px; border-radius: 6px; object-fit: contain; }
.web-link { color: var(--color-orange); }
.center { text-align: center; }

.faq .wrap { max-width: 860px; }
details { padding: 18px 20px; margin: 16px 0; border: 1px solid rgba(20, 48, 81, 0.1); }
summary { font-weight: 600; cursor: pointer; }
details p { margin: 10px 0 0; line-height: 1.55; }
