/*
  MUAH marketing landing — section styles. Loaded only by index.html, on top of site.css.
  Tokens, base, buttons, wordmark and the shared glow live in site.css.
*/

.page { position: relative; z-index: 1; }
/* Nav + footer chrome are shared — see site.css (.nav / .foot). */

/* ── Hero ────────────────────────────────────────────────────────────────────── */
.hero { padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4rem); }
.hero .shell { display: grid; grid-template-columns: 1fr; gap: clamp(2.8rem, 6vw, 4rem); align-items: center; justify-items: center; }
@media (min-width: 900px) { .hero .shell { grid-template-columns: 1.02fr 0.98fr; justify-items: stretch; } }

.hero-copy { text-align: center; max-width: 34rem; }
@media (min-width: 900px) { .hero-copy { text-align: left; } }
.hero-top { display: flex; gap: 0.85rem; align-items: center; justify-content: center; margin-bottom: 1.6rem; }
@media (min-width: 900px) { .hero-top { justify-content: flex-start; } }

.display {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(3rem, 7.4vw, 4.9rem); line-height: 0.98; letter-spacing: -0.014em;
  text-wrap: balance; margin: 0 0 1.3rem;
}
.display em { font-style: italic; }
.decode {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.19em; line-height: 1.9;
  color: var(--muted); max-width: 26rem; margin: 0 auto 1.4rem;
}
@media (min-width: 900px) { .decode { margin-left: 0; } }
.decode .tag { color: var(--ink); font-weight: 400; }
.decode .sep { font-family: var(--serif); font-style: italic; padding: 0 0.1em; }
.lede { font-size: 1.02rem; color: var(--muted); margin: 0 auto 2rem; max-width: 27rem; line-height: 1.65; }
@media (min-width: 900px) { .lede { margin-left: 0; } }
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; justify-content: center; }
@media (min-width: 900px) { .hero-actions { justify-content: flex-start; } }
.avail { display: flex; align-items: center; gap: 0.5rem; justify-content: center; margin-top: 1.5rem;
  font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted); }
@media (min-width: 900px) { .avail { justify-content: flex-start; } }
.avail svg { width: 12px; height: 12px; flex: 0 0 auto; opacity: 0.9; }

/* ── iPhone device — shows the real product ──────────────────────────────────── */
.device { display: flex; flex-direction: column; align-items: center; }
.phone {
  width: min(330px, 84vw); aspect-ratio: 324 / 690;
  border-radius: 3.2rem; padding: 2.5px;
  background: linear-gradient(150deg, #F4DAC0 0%, #E3A98C 30%, #B9856A 52%, #E9C3A6 74%, #C99B7C 100%);
  box-shadow: var(--shadow), 0 0 0 0.5px rgba(0,0,0,0.1); position: relative;
}
.bezel { height: 100%; width: 100%; background: #0a0a0c; border-radius: 3.05rem; padding: 0.5rem; }
.screen { position: relative; height: 100%; width: 100%; background: var(--screen); border-radius: 2.62rem; overflow: hidden; display: flex; flex-direction: column; }
.island { position: absolute; top: 0.62rem; left: 50%; transform: translateX(-50%); width: 30%; height: 1.55rem; background: #000; border-radius: 1rem; z-index: 5; }
.statusbar { display: flex; justify-content: space-between; align-items: center; padding: 0.62rem 1.35rem 0.2rem; font-size: 0.66rem; font-weight: 500; color: var(--ink); }
.sb-right { display: flex; gap: 6px; align-items: center; }
.sig { display: inline-flex; gap: 2px; align-items: flex-end; opacity: 0.85; }
.sig i { width: 3px; background: currentColor; border-radius: 1px; display: block; }
.sig i:nth-child(1){ height: 4px; } .sig i:nth-child(2){ height: 6px; } .sig i:nth-child(3){ height: 8px; } .sig i:nth-child(4){ height: 10px; }
.batt { width: 18px; height: 9px; border: 1px solid currentColor; border-radius: 2px; position: relative; opacity: 0.85; }
.batt::before { content:""; position:absolute; inset: 1.5px; width: 60%; background: currentColor; border-radius: 1px; }
.batt::after { content:""; position:absolute; right:-3px; top: 2.5px; width: 2px; height: 3px; background: currentColor; border-radius: 0 1px 1px 0; }
.app { flex: 1; overflow: hidden; padding: 0.85rem 1.1rem 0.6rem; display: flex; flex-direction: column; }
.app-mark { font-family: var(--serif); font-size: 0.95rem; letter-spacing: 0.4em; text-indent: 0.4em; text-align: center; margin: 0.15rem 0 0.9rem; }

.pcard { background: var(--ground-2); border: 1px solid var(--line); border-radius: 16px; padding: 0.85rem; box-shadow: var(--card-shadow); }
.pcard-head { display: flex; align-items: center; gap: 0.6rem; }
.pavatar { width: 2.6rem; height: 2.6rem; border-radius: 50%; flex: 0 0 auto; display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 0.95rem; color: var(--gloss-ink); background: var(--gloss); }
.pname { font-family: var(--serif); font-size: 1.02rem; line-height: 1.1; }
.pmeta { font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); margin-top: 0.15rem; }
.prate { margin-left: auto; text-align: right; }
.prate .star { color: var(--gold); font-size: 0.8rem; }
.prate .num { font-size: 0.72rem; }
.pchip { display: inline-flex; align-items: center; gap: 0.32rem; margin-top: 0.7rem; font-size: 0.52rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--rose); }
.pchip svg { width: 10px; height: 10px; }
.pdiv { border: none; border-top: 1px solid var(--line-2); margin: 0.7rem 0; }
.prow { display: flex; justify-content: space-between; align-items: baseline; font-size: 0.74rem; padding: 0.16rem 0; }
.prow .svc { color: var(--ink); }
.prow .price { font-family: var(--serif); font-size: 0.9rem; }
.pbtn { margin-top: 0.85rem; width: 100%; text-align: center; font-size: 0.56rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--gloss-ink); background: var(--gloss); border-radius: 10px; padding: 0.7rem; box-shadow: 0 8px 20px -12px var(--glow-a); }
.home { margin: 0.55rem auto 0.5rem; width: 34%; height: 4px; border-radius: 3px; background: var(--ink); opacity: 0.35; }

/* ── Section scaffolding ──────────────────────────────────────────────────────── */
.section { padding: clamp(3.4rem, 8vw, 6rem) 0; }
.section-head { max-width: 40rem; margin: 0 0 clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.04; letter-spacing: -0.01em; text-wrap: balance; margin: 0.9rem 0 0; }
.section-title em { font-style: italic; }
.section-sub { color: var(--muted); font-size: 1rem; margin: 0.9rem 0 0; max-width: 34rem; }
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }
.rule { border: none; border-top: 1px solid var(--line-2); margin: 0; }

/* Categories */
.cats { display: flex; flex-wrap: wrap; gap: 0.6rem 0.7rem; justify-content: center; }
.cat { font-family: var(--serif); font-size: clamp(1.1rem, 2.6vw, 1.7rem); font-style: italic; padding: 0.2rem 0.2rem; }
.cat + .cat::before { content: "·"; color: var(--rose); margin-right: 0.75rem; font-style: normal; }

/* Steps (a real sequence → numbered) */
.steps { display: grid; grid-template-columns: 1fr; gap: 1.4rem; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; } }
.step { border-top: 1px solid var(--line); padding-top: 1.3rem; }
.step .no { font-family: var(--serif); font-style: italic; font-size: 2.4rem; line-height: 1; }
.step h3 { font-family: var(--serif); font-weight: 400; font-size: 1.4rem; margin: 0.7rem 0 0.5rem; }
.step p { color: var(--muted); font-size: 0.92rem; margin: 0; }

/* Safety / feature grid */
.grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); border-radius: 18px; overflow: hidden; }
@media (min-width: 620px) { .grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 940px) { .grid { grid-template-columns: 1fr 1fr 1fr; } }
.cell { background: var(--ground); padding: clamp(1.4rem, 3vw, 1.9rem); }
.cell .ic { width: 1.6rem; height: 1.6rem; color: var(--rose); }
.cell h3 { font-family: var(--serif); font-weight: 400; font-size: 1.24rem; margin: 0.9rem 0 0.5rem; }
.cell p { color: var(--muted); font-size: 0.9rem; margin: 0; line-height: 1.55; }

/* For professionals split */
.split { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 3.4rem); align-items: center; }
@media (min-width: 860px) { .split { grid-template-columns: 1fr 1fr; } }
.pro-panel { background: var(--ground-2); border: 1px solid var(--line); border-radius: 22px; padding: clamp(1.6rem, 4vw, 2.4rem); box-shadow: var(--card-shadow); }
.pro-list { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 1rem; }
.pro-list li { display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; align-items: start; }
.pro-list .tick { width: 1.15rem; height: 1.15rem; color: var(--gold); margin-top: 0.15rem; flex: 0 0 auto; }
.pro-list b { font-weight: 400; font-family: var(--serif); font-size: 1.06rem; }
.pro-list span { display: block; color: var(--muted); font-size: 0.88rem; margin-top: 0.15rem; }

/* Final CTA band */
.band { text-align: center; }
.band .inner { background: var(--ground-2); border: 1px solid var(--line); border-radius: 26px; padding: clamp(2.4rem, 6vw, 4rem) clamp(1.5rem, 5vw, 3rem); box-shadow: var(--card-shadow); position: relative; overflow: hidden; }
.band .inner::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(40vw 30vw at 50% -10%, var(--glow-a), transparent 60%); opacity: 0.7; }
.band .section-title, .band .lede, .band .hero-actions, .band .avail, .band .eyebrow { position: relative; }
.band .hero-actions { justify-content: center; margin-top: 1.8rem; }
.band .avail { justify-content: center; }

/* ── Motion ──────────────────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(16px); animation: rise 0.9s cubic-bezier(0.2,0.8,0.2,1) forwards; }
.d1 { animation-delay: 0.05s; } .d2 { animation-delay: 0.15s; } .d3 { animation-delay: 0.26s; }
.d4 { animation-delay: 0.38s; } .d5 { animation-delay: 0.52s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.io { opacity: 0; transform: translateY(22px); transition: opacity 0.8s cubic-bezier(0.2,0.8,0.2,1), transform 0.8s cubic-bezier(0.2,0.8,0.2,1); }
.io.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .io { animation: none; opacity: 1; transform: none; transition: none; }
  .btn:hover, .btn-primary:hover, .btn-ghost:hover { transform: none; }
}
