/* TING! 100 Ways to Hear That UPI Sound. Gold and cream, with the cover's navy for contrast. */
:root {
  color-scheme: light;
  --cream: #f8f1e1;
  --cream-2: #f0e4c6;
  --cream-3: #e6d6ad;
  --gold: #c8981c;
  --gold-2: #e7bd45;
  --gold-3: #f7dd8e;
  --gold-ink: #7a5a06;
  --navy: #1b1f44;
  --navy-2: #272c60;
  --navy-3: #363c7a;
  --ink: #1f1a12;
  --muted: #6f6553;
  --green: #17a15c;
  --pink: #e0457b;
  --white: #fffdf7;
  --shadow: 0 18px 50px -20px rgba(70, 48, 0, 0.35);
  --r: 22px;
  --font-display: 'Sora', 'Baloo 2', sans-serif;
  --font-body: 'Manrope', 'Baloo 2', sans-serif;
  --gutter: clamp(16px, 4vw, 56px);
  --max: 1180px;
}
html[lang="hi"] {
  --font-display: 'Baloo 2', 'Sora', sans-serif;
  --font-body: 'Baloo 2', 'Manrope', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
html[lang="hi"] body { font-size: 18px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; margin: 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 6.2vw, 4.6rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--muted); max-width: 44ch; }
.hi-only { display: none; }
html[lang="hi"] .hi-only { display: initial; }
html[lang="hi"] .en-only { display: none; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; border-radius: 6px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  padding: 15px 26px; border-radius: 999px; border: 0; font-weight: 700; font-family: var(--font-display);
  font-size: 1rem; text-decoration: none; white-space: nowrap; transition: transform .2s, box-shadow .2s, background .2s;
  position: relative; overflow: hidden;
}
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--navy); box-shadow: 0 12px 30px -10px rgba(200, 152, 28, 0.7); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -10px rgba(200, 152, 28, 0.8); }
.btn-gold::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%); transform: translateX(-120%); }
.btn-gold:hover::after { animation: shine .9s ease; }
@keyframes shine { to { transform: translateX(120%); } }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border: 2px solid rgba(27,31,68,.18); }
.btn-ghost:hover { border-color: var(--navy); }
.btn .price { background: rgba(27,31,68,.12); padding: 3px 10px; border-radius: 999px; font-size: .9em; }
.btn-navy .price { background: rgba(255,255,255,.16); }

/* nav */
.nav {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: rgba(248, 241, 225, 0.82); border-bottom: 1px solid rgba(27,31,68,.07);
}
.nav .wrap { display: flex; align-items: center; gap: 18px; height: 68px; }
.logo { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.55rem; color: var(--navy); text-decoration: none; letter-spacing: -0.03em; display: inline-flex; align-items: center; gap: 6px; }
.logo .bell { width: 26px; height: 26px; }
.nav-links { display: flex; gap: 26px; margin-left: auto; font-weight: 600; font-size: .95rem; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover { color: var(--navy); }
.lang { display: inline-flex; border: 2px solid rgba(27,31,68,.15); border-radius: 999px; padding: 3px; gap: 2px; margin-left: 12px; }
.lang button { border: 0; background: transparent; padding: 5px 12px; border-radius: 999px; font-weight: 700; font-size: .85rem; color: var(--muted); }
.lang button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.nav .btn { padding: 11px 18px; font-size: .92rem; }
@media (max-width: 860px) { .nav-links { display: none; } .nav .btn-text { display: none; } .lang { margin-left: auto; } }

/* hero */
.hero { padding: clamp(40px, 6vw, 90px) 0 0; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 70px); align-items: center; }
.hero-copy .kicker { display: inline-flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--cream-3); padding: 8px 14px 8px 8px; border-radius: 999px; font-weight: 600; font-size: .9rem; color: var(--gold-ink); margin-bottom: 26px; }
.kicker .dot { width: 28px; height: 28px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .95rem; }
.hero h1 { margin-bottom: 20px; color: var(--navy); }
.hero h1 .g { color: var(--gold); }
.hero .lead { margin-bottom: 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 22px; }
.hero-meta { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: .92rem; font-weight: 600; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); display: inline-block; }

.stage { position: relative; min-height: 720px; display: grid; place-items: center; perspective: 1400px; padding-bottom: 70px; }
.stage-glow { position: absolute; inset: 10% 5%; background: radial-gradient(closest-side, rgba(231,189,69,.45), rgba(231,189,69,0)); filter: blur(10px); }
.phone {
  width: min(330px, 78vw); height: min(640px, 150vw); border-radius: 46px; background: linear-gradient(160deg, var(--navy-2), var(--navy) 60%);
  border: 8px solid #0f1231; box-shadow: 0 40px 80px -30px rgba(27,31,68,.7), inset 0 0 0 2px rgba(255,255,255,.06); position: relative; overflow: hidden;
  transform: rotateY(-8deg) rotateX(4deg);
}
.phone .notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 34%; height: 26px; background: #0f1231; border-radius: 20px; }
.phone .time { position: absolute; top: 74px; width: 100%; text-align: center; color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 3.2rem; letter-spacing: -0.03em; opacity: .95; }
.phone .date { position: absolute; top: 148px; width: 100%; text-align: center; color: rgba(255,255,255,.7); font-weight: 600; font-size: .9rem; }
.phone .total { position: absolute; bottom: 30px; left: 22px; right: 22px; color: #fff; font-weight: 600; font-size: .9rem; display: flex; justify-content: space-between; align-items: baseline; }
.phone .total b { font-family: 'Sora', sans-serif; font-size: 1.5rem; color: var(--gold-3); }
.notifs { position: absolute; top: 200px; left: 16px; right: 16px; display: flex; flex-direction: column; gap: 10px; }
.notif {
  background: rgba(255,255,255,.96); color: var(--navy); border-radius: 18px; padding: 12px 14px; display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.5); transform-origin: top center;
}
.notif .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 800; display: grid; place-items: center; font-size: 1.05rem; }
.notif b { display: block; font-family: 'Sora', sans-serif; font-size: 1rem; }
.notif small { color: var(--muted); font-size: .8rem; display: block; }
.notif .ago { font-size: .75rem; color: var(--muted); align-self: start; }
.bell-wrap { position: absolute; top: -18px; right: 2%; width: 130px; transform-origin: 50% 0; z-index: 3; filter: drop-shadow(0 20px 30px rgba(120, 90, 0, .35)); }
.ripples { position: absolute; top: 34px; right: 22%; width: 110px; height: 110px; pointer-events: none; z-index: 2; }
.ripples span { position: absolute; inset: 0; border: 4px solid var(--green); border-radius: 50%; opacity: 0; }
.coin { position: absolute; width: 34px; height: 34px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff1b8, var(--gold-2) 45%, var(--gold) 100%); display: grid; place-items: center; font-weight: 800; color: var(--gold-ink); font-family: 'Sora', sans-serif; box-shadow: 0 8px 18px -6px rgba(120,90,0,.5); opacity: 0; }
.sound-hint { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--cream-3); padding: 8px 14px; border-radius: 999px; font-size: .85rem; font-weight: 700; color: var(--navy); white-space: nowrap; }
.sound-hint[aria-pressed="true"] { background: var(--navy); color: #fff; }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .stage { min-height: 640px; order: 2; }
  .phone { transform: none; height: 560px; }
  .bell-wrap { width: 96px; right: 0; top: -8px; }
  .ripples { right: 12%; top: 30px; width: 80px; height: 80px; }
}

/* marquee */
.bands { overflow: hidden; padding: 30px 0 10px; }
.band { background: var(--navy); color: var(--gold-3); padding: 18px 0; overflow: hidden; transform: rotate(-1.2deg) scale(1.03); margin: 30px 0 0; border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold); }
.band + .band { transform: rotate(1.2deg) scale(1.03); margin-top: -26px; background: var(--gold-2); color: var(--navy); border-color: var(--navy); }
.marquee { display: flex; gap: 0; white-space: nowrap; width: max-content; }
.marquee span { padding: 0 28px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.marquee span::after { content: '✦'; margin-left: 28px; opacity: .55; font-size: .75em; }
.marquee.m1 { animation: slide 90s linear infinite; }
.marquee.m2 { animation: slide 110s linear infinite reverse; }
@keyframes slide { to { transform: translateX(-50%); } }

/* chapters */
.chapters-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-bottom: 40px; }
.chapters-head .lead { margin: 12px 0 0; }
.big-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(4rem, 9vw, 7rem); line-height: .9; color: var(--gold); letter-spacing: -0.05em; }
.big-num small { display: block; font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--muted); letter-spacing: 0; margin-top: 6px; }
.chapters { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.chapter { background: var(--white); border: 1px solid var(--cream-3); border-radius: var(--r); padding: 0; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.chapter:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.chapter summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 56px 1fr auto; gap: 16px; align-items: center; padding: 20px 22px; }
.chapter summary::-webkit-details-marker { display: none; }
.chapter .n { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.7rem; color: var(--gold); width: 56px; height: 56px; border-radius: 16px; background: var(--cream); display: grid; place-items: center; }
.chapter h3 { margin-bottom: 3px; }
.chapter .who { color: var(--muted); font-size: .92rem; margin: 0; }
.chapter .tog { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--cream-3); display: grid; place-items: center; transition: transform .3s, background .3s; }
.chapter[open] .tog { transform: rotate(45deg); background: var(--navy); color: #fff; border-color: var(--navy); }
.ways { padding: 0 22px 22px 94px; display: flex; flex-wrap: wrap; gap: 8px; }
.ways span { background: var(--cream); border: 1px solid var(--cream-3); padding: 6px 12px; border-radius: 999px; font-size: .88rem; font-weight: 600; }
@media (max-width: 760px) { .chapters { grid-template-columns: 1fr; } .chapters-head { grid-template-columns: 1fr; } .ways { padding-left: 22px; } }

/* starting point */
.picker { background: var(--navy); color: #fff; border-radius: 32px; padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); overflow: hidden; position: relative; }
.picker::before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(231,189,69,.35), transparent 65%); right: -160px; bottom: -220px; }
.picker h2 { color: #fff; }
.picker .lead { color: rgba(255,255,255,.72); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.chips button { text-align: left; background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.18); color: #fff; padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: .95rem; transition: all .2s; }
.chips button:hover { background: rgba(255,255,255,.16); }
.chips button[aria-pressed="true"] { background: var(--gold-2); color: var(--navy); border-color: var(--gold-2); }
.pick-out { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 26px; position: relative; min-height: 300px; }
.pick-out .eyebrow { color: var(--gold-3); font-weight: 700; margin-bottom: 8px; }
.pick-out h3 { font-size: 1.7rem; color: #fff; margin-bottom: 10px; }
.pick-out p { color: rgba(255,255,255,.75); }
.pick-out ul { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
.pick-out li { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; background: rgba(255,255,255,.06); padding: 12px 14px; border-radius: 14px; font-weight: 600; }
.pick-out li em { font-style: normal; color: var(--green); font-size: .85rem; font-weight: 700; background: rgba(23,161,92,.15); padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.pick-out .page { position: absolute; top: 20px; right: 22px; font-size: .8rem; color: rgba(255,255,255,.5); font-weight: 600; }
@media (max-width: 860px) { .picker { grid-template-columns: 1fr; border-radius: 24px; } .pick-out li { grid-template-columns: 1fr; gap: 6px; } .pick-out li em { justify-self: start; } .pick-out .page { position: static; display: block; margin-bottom: 6px; } }

/* one page anatomy */
.anatomy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 70px); align-items: center; }
.page-shot { position: relative; max-width: 440px; margin: 0 auto; }
.page-shot img { border-radius: 14px; box-shadow: var(--shadow); border: 1px solid var(--cream-3); }
.tag { position: absolute; background: var(--white); border: 2px solid var(--gold); padding: 6px 12px; border-radius: 999px; font-weight: 700; font-size: .82rem; color: var(--navy); box-shadow: 0 10px 25px -10px rgba(0,0,0,.35); white-space: nowrap; }
.tag::before { content: ''; position: absolute; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; left: -18px; top: 50%; transform: translateY(-50%); box-shadow: 0 0 0 4px rgba(200,152,28,.25); }
.tag.left::before { left: auto; right: -18px; }
.spec { display: grid; gap: 14px; margin-top: 24px; }
.spec > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.spec i { width: 44px; height: 44px; border-radius: 14px; background: var(--white); border: 1px solid var(--cream-3); display: grid; place-items: center; font-style: normal; font-weight: 800; color: var(--gold); font-family: 'Sora', sans-serif; }
.spec b { display: block; font-family: var(--font-display); }
.spec p { margin: 0; color: var(--muted); font-size: .95rem; }
@media (max-width: 860px) { .anatomy { grid-template-columns: 1fr; } .tag { font-size: .72rem; } }

/* preview book */
.preview { background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.book-ui { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 22px; margin-top: 36px; }
.book { position: relative; width: min(420px, 88vw); aspect-ratio: 420 / 595; perspective: 2200px; }
.book::before { content: ''; position: absolute; inset: 2% 0 -2% 0; border-radius: 10px; box-shadow: 0 40px 70px -30px rgba(70,48,0,.55); }
.book .pg { position: absolute; inset: 0; border-radius: 10px; overflow: hidden; background: #fff; transform-origin: left center; backface-visibility: hidden; -webkit-backface-visibility: hidden; border: 1px solid var(--cream-3); }
.book .pg img { width: 100%; height: 100%; object-fit: cover; }
.book .pg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 12%); pointer-events: none; }
.book-nav { display: flex; align-items: center; gap: 14px; }
.book-nav button { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--navy); background: transparent; color: var(--navy); display: grid; place-items: center; transition: all .2s; }
.book-nav button:hover { background: var(--navy); color: #fff; }
.book-nav button:disabled { opacity: .3; cursor: default; }
.book-nav .count { font-weight: 700; font-family: var(--font-display); min-width: 90px; text-align: center; }
.book-note { color: var(--muted); font-size: .92rem; text-align: center; max-width: 46ch; }

/* pricing */
.price-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 4vw, 60px); align-items: start; }
.includes { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.includes li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; font-weight: 500; }
.includes li i { width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-style: normal; font-weight: 800; font-size: .85rem; }
.includes li b { font-family: var(--font-display); }
.pay-card { background: var(--white); border: 1px solid var(--cream-3); border-radius: 28px; padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.pay-card::before { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(231,189,69,.5), transparent 68%); }
.pay-card .cover { width: 120px; float: right; margin: -6px -6px 10px 16px; border-radius: 10px; box-shadow: 0 20px 40px -18px rgba(27,31,68,.6); transform: rotate(4deg); }
.price-line { display: flex; align-items: baseline; gap: 10px; margin: 8px 0 4px; }
.price-line .amt { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 3.2rem; color: var(--navy); letter-spacing: -0.04em; line-height: 1; }
.price-line .was { color: var(--muted); font-size: .95rem; font-weight: 600; }
.price-note { color: var(--muted); font-size: .9rem; margin-bottom: 20px; }
.field { display: grid; gap: 6px; margin-bottom: 12px; }
.field label { font-weight: 700; font-size: .88rem; color: var(--navy); }
.field input { width: 100%; padding: 13px 15px; border-radius: 14px; border: 2px solid var(--cream-3); background: #fff; font: inherit; font-size: 1rem; transition: border-color .2s; }
.field input:focus { outline: 0; border-color: var(--gold); }
.hp { position: absolute; left: -9999px; }
.pay-card .btn { width: 100%; padding: 17px; font-size: 1.05rem; margin-top: 8px; }
.pay-methods { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; justify-content: center; }
.pay-methods span { font-size: .78rem; font-weight: 700; color: var(--muted); border: 1px solid var(--cream-3); padding: 4px 10px; border-radius: 999px; }
.form-msg { margin-top: 12px; font-weight: 600; font-size: .92rem; color: var(--pink); min-height: 1.4em; }
.form-msg.ok { color: var(--green); }
.fine { font-size: .82rem; color: var(--muted); margin: 14px 0 0; text-align: center; }
@media (max-width: 860px) { .price-wrap { grid-template-columns: 1fr; } }

/* honesty */
.honest { background: var(--navy); color: #fff; }
.honest h2 { color: #fff; max-width: 18ch; }
.honest .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.honest .cell { border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 24px; background: rgba(255,255,255,.04); }
.honest .cell b { font-family: var(--font-display); font-size: 1.1rem; display: block; margin-bottom: 8px; color: var(--gold-3); }
.honest .cell p { margin: 0; color: rgba(255,255,255,.75); font-size: .97rem; }
.quote { font-family: var(--font-display); font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 600; line-height: 1.35; max-width: 30ch; color: var(--gold-3); margin: 0 0 12px; }
.quote + p { color: rgba(255,255,255,.6); font-size: .9rem; }
@media (max-width: 860px) { .honest .grid { grid-template-columns: 1fr; } }

/* faq */
.faq { max-width: 760px; margin: 36px auto 0; display: grid; gap: 10px; }
.faq details { background: var(--white); border: 1px solid var(--cream-3); border-radius: 18px; padding: 0 22px; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-family: var(--font-display); font-weight: 700; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.5rem; color: var(--gold); transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--muted); padding-bottom: 18px; margin: 0; }

/* footer */
footer { padding: 60px 0 120px; border-top: 1px solid var(--cream-3); color: var(--muted); font-size: .92rem; }
footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
footer h4 { font-family: var(--font-display); color: var(--navy); margin: 0 0 10px; font-size: 1rem; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
footer a { text-decoration: none; }
footer a:hover { color: var(--navy); text-decoration: underline; }
.social { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--cream-3); padding: 8px 14px; border-radius: 999px; font-weight: 700; color: var(--navy); }
.copy { margin-top: 30px; font-size: .82rem; }
@media (max-width: 760px) { footer .cols { grid-template-columns: 1fr; } }

/* sticky buy bar */
.buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; transform: translateY(110%); transition: transform .35s cubic-bezier(.2,.8,.2,1); padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); }
.buybar.show { transform: none; }
.buybar .in { max-width: var(--max); margin: 0 auto; background: var(--navy); color: #fff; border-radius: 20px; padding: 10px 10px 10px 18px; display: flex; align-items: center; gap: 14px; box-shadow: 0 20px 50px -20px rgba(27,31,68,.8); }
.buybar b { font-family: var(--font-display); }
.buybar small { color: rgba(255,255,255,.65); display: block; font-size: .8rem; }
.buybar .btn { margin-left: auto; padding: 12px 20px; }
@media (max-width: 520px) { .buybar small { display: none; } }

/* reveal */
.rv { opacity: 0; transform: translateY(26px); }
.no-js .rv, .rv.in { opacity: 1; transform: none; }

/* legal pages */
.legal { max-width: 720px; margin: 0 auto; padding: 60px var(--gutter) 100px; }
.legal h1 { font-size: 2.4rem; color: var(--navy); margin-bottom: 8px; }
.legal h2 { font-size: 1.3rem; margin: 34px 0 10px; color: var(--navy); }
.legal .upd { color: var(--muted); font-size: .9rem; margin-bottom: 30px; }
.legal ul { padding-left: 20px; }
.legal li { margin-bottom: 8px; }

/* download page */
.dl { max-width: 640px; margin: 0 auto; padding: 60px var(--gutter) 100px; text-align: center; }
.dl h1 { color: var(--navy); font-size: 2.4rem; margin-bottom: 10px; }
.dl .files { display: grid; gap: 12px; margin: 30px 0; }
.dl .files a { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; text-align: left; background: var(--white); border: 2px solid var(--cream-3); border-radius: 20px; padding: 16px; text-decoration: none; transition: all .2s; }
.dl .files a:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow); }
.dl .files a img { width: 56px; border-radius: 6px; }
.dl .files a b { font-family: var(--font-display); display: block; color: var(--navy); }
.dl .files a small { color: var(--muted); }
.dl .files a .go { background: var(--gold-2); color: var(--navy); padding: 10px 16px; border-radius: 999px; font-weight: 800; font-size: .9rem; }
.dl .box { background: var(--white); border: 1px solid var(--cream-3); border-radius: 22px; padding: 26px; margin-top: 30px; text-align: left; }
.dl .box h2 { font-size: 1.2rem; margin-bottom: 10px; }
.tick { width: 84px; height: 84px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; margin: 0 auto 20px; font-size: 2.4rem; box-shadow: 0 20px 40px -14px rgba(23,161,92,.6); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee, .btn-gold:hover::after { animation: none !important; }
  .rv { opacity: 1; transform: none; }
  * { transition-duration: .01ms !important; }
}
