*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:#fff;color:#111;line-height:1.5;min-height:100dvh;
  padding-bottom:calc(80px + env(safe-area-inset-bottom,0px));
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}

:root{--accent:#0071e3;--accent-dark:#005bb5;--bg:#fff}

/* Official Apple badge */
.apple-badge{display:inline-flex;align-items:center;justify-content:center;line-height:0;transition:transform .15s,opacity .15s}
.apple-badge:hover{opacity:.88}
.apple-badge:active{transform:scale(.98)}
.apple-badge img{display:block;width:auto;height:44px}
.apple-badge--lg img{height:52px}
.apple-badge--sm img{height:36px}
.cta-primary__btn{display:none!important}

/* Layout */
.top-bar{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 20px;border-bottom:1px solid #eee;
  max-width:720px;margin:0 auto;
}
.top-bar__brand{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}

main{max-width:720px;margin:0 auto;padding:0 20px 40px}

.hero{
  display:grid;grid-template-columns:1fr;gap:24px;
  padding:32px 0 24px;text-align:center;
}
@media(min-width:640px){
  .hero{grid-template-columns:1fr 1fr;text-align:left;align-items:center}
}
.hero__glow{display:none}
.hero__badge{font-size:12px;font-weight:600;color:#666;margin-bottom:16px}
.hero__icon-wrap{display:flex;justify-content:center;margin-bottom:16px}
@media(min-width:640px){.hero__icon-wrap{justify-content:flex-start}}
.hero__icon{width:88px;height:88px;border-radius:20px;box-shadow:0 8px 24px rgba(0,0,0,.1)}
.hero__content h1{font-size:clamp(1.75rem,5vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:12px}
.hero__sub{font-size:16px;color:#555;margin-bottom:20px;max-width:36ch}
.hero__visual{display:none;border-radius:20px;box-shadow:0 16px 40px rgba(0,0,0,.12)}
@media(min-width:640px){.hero__visual{display:block;max-height:360px;object-fit:cover;width:100%}}

.landing__cta,.cta-primary{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:16px}
@media(min-width:640px){.landing__cta,.cta-primary{align-items:flex-start}}
.landing__note,.cta-primary__note{font-size:12px;color:#888}

.trust{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
@media(min-width:640px){.trust{justify-content:flex-start}}
.trust span{
  font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:6px 10px;border-radius:8px;background:#f5f5f7;color:#555;
}

.section{padding:32px 0;border-top:1px solid #eee}
.section__label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}
.section h2{font-size:1.35rem;font-weight:800;margin-bottom:20px;letter-spacing:-.02em}

.features{display:grid;gap:12px}
@media(min-width:480px){.features{grid-template-columns:1fr 1fr}}
.feature-card{
  display:flex;gap:12px;padding:16px;border-radius:14px;background:#fafafa;
}
.feature-card__icon{font-size:22px;line-height:1}
.feature-card h3{font-size:14px;font-weight:700;margin-bottom:4px}
.feature-card p{font-size:13px;color:#666}

.steps{display:flex;flex-direction:column;gap:10px}
.step{display:flex;gap:14px;padding:14px;background:#fafafa;border-radius:14px}
.step__num{
  width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;
  font-size:13px;font-weight:800;display:grid;place-items:center;flex-shrink:0;
}
.step h3{font-size:14px;font-weight:700;margin-bottom:2px}
.step p{font-size:13px;color:#666}

.pin-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}
.pin-strip::-webkit-scrollbar{display:none}
.pin-strip__item{flex:0 0 140px;border-radius:14px;overflow:hidden;background:#f0f0f0}
.pin-strip__item img{width:100%;aspect-ratio:2/3;object-fit:cover}

.faq details{border-bottom:1px solid #eee;padding:14px 0}
.faq summary{font-size:14px;font-weight:600;cursor:pointer;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq__answer,.faq p{margin-top:8px;font-size:13px;color:#666;line-height:1.55}

.cta-band{
  text-align:center;padding:32px 24px;margin:16px 0;border-radius:20px;
  background:linear-gradient(135deg,var(--accent-dark,#111),#111);color:#fff;
}
.cta-band h2{font-size:1.25rem;font-weight:800;margin-bottom:8px}
.cta-band p{font-size:14px;color:rgba(255,255,255,.7);margin-bottom:18px}
.apple-badge--on-dark{
  background:#fff;border-radius:10px;padding:6px 12px;display:inline-flex;
  box-shadow:0 4px 20px rgba(0,0,0,.2);
}

.footer{text-align:center;padding:24px 20px;font-size:12px;color:#999;border-top:1px solid #eee;max-width:720px;margin:0 auto}
.footer a{color:#666;text-decoration:underline;text-underline-offset:3px}

.sticky-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  display:flex;align-items:center;gap:12px;max-width:720px;margin:0 auto;
  padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));
  background:rgba(255,255,255,.94);backdrop-filter:blur(16px);
  border-top:1px solid rgba(0,0,0,.08);
}
.sticky-cta__info{flex:1;min-width:0}
.sticky-cta__name{font-size:13px;font-weight:700}
.sticky-cta__meta{font-size:11px;color:#888}
