:root { color-scheme: light dark; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #20231f; background: #f5f3ed; line-height: 1.5; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible, summary:focus-visible { outline: 3px solid #234bc5; outline-offset: 4px; border-radius: 4px; }
.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin: auto; }
.site-header, footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; }
.site-header { border-bottom: 1px solid #d9d9d0; }
.brand img, .footer-brand img { display: block; width: 184px; height: auto; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; font-size: .94rem; font-weight: 650; }
.play-link { color: #234bc5; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 370px); align-items: center; gap: clamp(32px, 7vw, 96px); min-height: 620px; padding: 66px 0 52px; }
.eyebrow { margin: 0 0 12px; color: #4d614b; font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5.35rem); line-height: .96; letter-spacing: -.065em; }
h2 { font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.08; letter-spacing: -.035em; }
.lede { max-width: 530px; margin-bottom: 30px; color: #53574f; font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.55; }
.store-cards { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 22px; }
.store-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.store-card img { display: block; width: auto; height: 48px; }
.store-card span { color: #4d614b; font-size: .82rem; font-weight: 700; }
.button { display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 11px; background: #234bc5; color: #fff; font-weight: 800; text-decoration: none; box-shadow: 0 8px 16px rgb(35 75 197 / 20%); }
.button:hover { background: #132b77; }
.browser-note { margin: 12px 0 0; color: #62665e; font-size: .82rem; }
.app-preview { position: relative; width: min(100%, 315px); margin: 0 auto; box-shadow: 18px 21px 0 #d8e3cf, 0 24px 55px rgb(32 35 31 / 20%); transform: rotate(3deg); }
.app-preview img { display: block; width: 100%; height: auto; border-radius: 30px; }
.app-preview figcaption { position: absolute; width: max-content; right: -30px; bottom: -26px; color: #4d614b; font-size: .75rem; font-weight: 700; transform: rotate(-3deg); }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 58px 0; border-top: 1px solid #d9d9d0; }
.benefits article { padding: 25px; border-radius: 18px; background: #fffefa; box-shadow: 0 6px 18px rgb(32 35 31 / 6%); }
.benefit-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 20px; border-radius: 10px; background: #d8e3cf; color: #234bc5; font-size: 1.35rem; font-weight: 800; }
.benefits h2 { margin-bottom: 10px; font-size: 1.28rem; }
.benefits p, .details p, details p { margin-bottom: 0; color: #53574f; }
.details { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; padding: 64px 0; border-top: 1px solid #d9d9d0; }
.details h2 { max-width: 390px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.1rem); }
.details > p { max-width: 490px; margin-left: auto; font-size: 1.06rem; }
.faq { max-width: 760px; padding: 60px 0 80px; }
.faq h2 { margin-bottom: 25px; font-size: clamp(2rem, 4vw, 3rem); }
details { padding: 19px 0; border-top: 1px solid #d9d9d0; }
details:last-child { border-bottom: 1px solid #d9d9d0; }
summary { cursor: pointer; font-weight: 800; }
details p { padding-right: 30px; margin: 12px 0 0; }
footer { border-top: 1px solid #d9d9d0; }
footer nav { font-size: .86rem; }
@media (prefers-color-scheme: dark) {
  :root { color: #f1f2eb; background: #20231f; }
  .site-header, .benefits, .details, details, details:last-child, footer { border-color: #4a5148; }
  .play-link { color: #9db5ff; }
  .eyebrow, .store-card span, .app-preview figcaption { color: #b4cca9; }
  .lede, .benefits p, .details p, details p, .browser-note { color: #c5c9be; }
  .benefits article { background: #2c312c; box-shadow: none; border: 1px solid #4a5148; }
  .benefit-icon { color: #9db5ff; }
  .benefit-icon { background: #3b4a3a; }
  .app-preview { box-shadow: 18px 21px 0 #3b4a3a, 0 24px 55px rgb(0 0 0 / 30%); }
}
@media (max-width: 700px) {
  .site-header, main, footer { width: min(100% - 40px, 540px); }
  .site-header { align-items: flex-start; }
  .site-header nav { justify-content: flex-end; gap: 12px 16px; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 54px 0 70px; }
  .app-preview { width: min(100%, 285px); grid-row: 2; transform: rotate(2deg); }
  .hero-copy { grid-row: 1; }
  .benefits { grid-template-columns: 1fr; padding: 40px 0; }
  .details { grid-template-columns: 1fr; gap: 20px; padding: 48px 0; }
  .details > p { margin-left: 0; }
}
@media (max-width: 430px) {
  .site-header, main, footer { width: min(100% - 32px, 540px); }
  .site-header, footer { padding: 18px 0; }
  .brand img, .footer-brand img { width: 157px; }
  .site-header nav { font-size: .8rem; }
  .site-header nav a:first-child { display: none; }
  h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
  .app-preview figcaption { right: 0; }
  footer { align-items: flex-start; flex-direction: column; }
}
