/* =====================================================================
   FootLife — Site vitrine · Feuille de style
   Palette « pelouse » verte, mise en page responsive, sans dépendance.
   ===================================================================== */

:root {
  --green:      #14a45a;
  --green-600:  #0f8a4c;
  --green-700:  #0f5132;
  --green-900:  #0a2e1e;
  --lime:       #b6f36a;
  --ink:        #0f1a14;
  --body:       #33413a;
  --muted:      #6b7c73;
  --surface:    #ffffff;
  --tint:       #f2f8f4;
  --tint-2:     #e7f3ec;
  --line:       #dce7e0;
  --radius:     18px;
  --radius-sm:  12px;
  --shadow:     0 18px 45px -22px rgba(12, 63, 39, .35);
  --shadow-sm:  0 8px 24px -14px rgba(12, 63, 39, .3);
  --maxw:       1160px;
  --font:       'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --display:    'Poppins', var(--font);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--body);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 { font-family: var(--display); color: var(--ink); line-height: 1.15; margin: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--display); font-weight: 600; font-size: .95rem;
  padding: .72em 1.35em; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: .92em 1.7em; font-size: 1.02rem; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 12px 26px -12px rgba(20,164,90,.7); }
.btn-primary:hover { background: var(--green-600); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--green-700); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--green); color: var(--green-600); background: var(--tint); }
.btn-nav, .main-nav a.btn-nav { background: var(--green-700); color: #fff; padding: .58em 1.1em; }
.main-nav a.btn-nav:hover { background: var(--green-600); color: #fff; }

/* ---------- En-tête ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 6px 20px -18px rgba(0,0,0,.4); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: .55rem; }
.brand-mark { flex: 0 0 auto; filter: drop-shadow(0 4px 8px rgba(20,164,90,.35)); border-radius: 9px; display: block; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 1.4rem; color: var(--green-700); letter-spacing: -.01em; }
.brand-name span { color: var(--green); }
.brand-name.light { color: #fff; }
.brand-name.light span { color: var(--lime); }

.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav a { font-weight: 500; font-size: .95rem; color: var(--body); transition: color .2s; white-space: nowrap; }
.main-nav a:not(.btn):hover { color: var(--green-600); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--green-700); border-radius: 2px; transition: transform .25s, opacity .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 72px 0 40px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(1100px 520px at 78% -8%, rgba(20,164,90,.16), transparent 60%),
    radial-gradient(760px 420px at 8% 8%, rgba(182,243,106,.22), transparent 62%),
    linear-gradient(180deg, #f5fbf7 0%, #ffffff 78%);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(rgba(15,81,50,.05) 1px, transparent 1px);
  background-size: 100% 44px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 55%);
          mask-image: linear-gradient(180deg, #000, transparent 55%);
}
.hero-inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--tint-2); color: var(--green-700);
  font-weight: 600; font-size: .82rem; padding: .4rem .9rem; border-radius: 999px;
  border: 1px solid #cfe8d9;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(20,164,90,.2); }

.hero-text h1 { font-size: clamp(2.3rem, 5.2vw, 3.8rem); font-weight: 800; letter-spacing: -.02em; margin: 1.1rem 0 0; }
.hero-text h1 .hl { color: var(--green-600); position: relative; }
.hero-text h1 .hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .08em; height: .28em;
  background: linear-gradient(90deg, rgba(182,243,106,.9), rgba(20,164,90,.35)); z-index: -1; border-radius: 4px;
}
.lead { font-size: 1.14rem; color: var(--body); margin-top: 1.1rem; max-width: 34em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 1.1rem 1.6rem; margin: 1.9rem 0 0; padding: 0; }
.hero-badges li { display: flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 500; color: var(--green-700); }
.hero-badges .ico { width: 20px; height: 20px; fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Maquette téléphone ---------- */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: 290px; height: 590px; border-radius: 42px;
  background: linear-gradient(160deg, #101a15, #1c2c24); padding: 12px;
  box-shadow: 0 40px 80px -30px rgba(10,46,30,.6), inset 0 0 0 2px rgba(255,255,255,.06);
  z-index: 2;
}
.phone-notch { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 120px; height: 24px; background: #101a15; border-radius: 0 0 16px 16px; z-index: 3; }
.phone-screen { width: 100%; height: 100%; border-radius: 32px; background: linear-gradient(180deg, #f4fbf6, #ffffff); padding: 40px 16px 18px; overflow: hidden; }
.phone-screen.shot { padding: 0; background: #f8f9f1; aspect-ratio: 1290 / 2580; height: auto; }
.phone-screen .app-shot { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 32px; }
.hero-visual .phone, .apps-visual .phone { height: auto; }
.phone-b { width: 270px; height: 560px; }

.app-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.app-topbar.green { background: var(--green-700); margin: -40px -16px 14px; padding: 44px 16px 12px; border-radius: 0; }
.app-topbar.green .app-logo { color: #fff; }
.app-logo { font-family: var(--display); font-weight: 800; color: var(--green-700); font-size: 1.15rem; }
.app-bell { position: relative; font-size: 1.1rem; }
.app-bell .badge { position: absolute; top: -6px; right: -8px; background: #e5484d; color: #fff; font-style: normal; font-size: .62rem; font-weight: 700; min-width: 15px; height: 15px; border-radius: 8px; display: grid; place-items: center; padding: 0 3px; }
.app-hello { font-weight: 600; color: var(--ink); margin: 4px 2px 12px; font-size: .96rem; }

.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.tile { background: var(--tint); border: 1px solid var(--line); border-radius: 14px; padding: 12px 6px; text-align: center; font-size: .68rem; font-weight: 600; color: var(--green-900); display: flex; flex-direction: column; align-items: center; gap: 5px; }
.tile .ti { font-size: 1.35rem; }
.tile.t1 { background: #e8f6ee; } .tile.t3 { background: #eef8e5; } .tile.t6 { background: #e6f4ef; }

.app-card { margin-top: 12px; background: var(--green-700); color: #fff; border-radius: 14px; padding: 12px 13px; display: flex; flex-direction: column; gap: 3px; }
.app-card strong { font-size: .82rem; } .app-card span { font-size: .72rem; opacity: .9; }

.phone-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(20,164,90,.35), transparent 68%); filter: blur(20px); top: 46%; left: 50%; transform: translate(-50%,-50%); z-index: 1; }

/* écran alternatif : compo */
.match-head { display: flex; gap: 6px; align-items: center; margin-bottom: 10px; flex-wrap: wrap; }
.cat-badge { background: var(--green); color: #fff; font-size: .66rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.team-badge { background: var(--tint-2); color: var(--green-700); font-size: .66rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.capt { margin-left: auto; font-size: .64rem; font-weight: 600; color: var(--muted); }
.pitch { position: relative; height: 300px; border-radius: 14px; background: repeating-linear-gradient(90deg, #1f9a57 0 30px, #1b8f50 30px 60px); border: 2px solid rgba(255,255,255,.5); box-shadow: inset 0 0 0 8px rgba(255,255,255,.08); overflow: hidden; }
.pitch::before { content: ""; position: absolute; left: 8px; right: 8px; top: 50%; height: 2px; background: rgba(255,255,255,.6); }
.pitch::after { content: ""; position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; transform: translate(-50%,-50%); }
.pl { position: absolute; width: 26px; height: 26px; transform: translate(-50%,-50%); background: #fff; border-radius: 50%; box-shadow: 0 3px 6px rgba(0,0,0,.25); display: grid; place-items: center; font-size: .58rem; font-weight: 700; color: var(--green-700); border: 2px solid var(--green-700); }
.pl.cpt { background: var(--lime); border-color: #0c3f27; color: #0c3f27; }
.app-row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; background: var(--tint); border: 1px solid var(--line); border-radius: 12px; padding: 9px 12px; font-size: .74rem; }
.app-row b { color: var(--green-700); }

/* ---------- Stats hero ---------- */
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px; box-shadow: var(--shadow-sm); }
.stat b { display: block; font-family: var(--display); font-weight: 800; font-size: 1.55rem; color: var(--green-700); line-height: 1.1; }
.stat b .sep { color: var(--muted); font-weight: 500; margin: 0 .15em; }
.stat span { font-size: .86rem; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-tint { background: var(--tint); }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head.left, .section-sub.left { text-align: left; margin-left: 0; }
.kicker { display: inline-block; font-family: var(--display); font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--green); margin-bottom: .7rem; }
.section-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 800; letter-spacing: -.02em; }
.section-sub { font-size: 1.08rem; color: var(--muted); margin-top: 1rem; }
.section-head.light h2 { color: #fff; } .section-head.light .kicker { color: var(--lime); } .section-head.light .section-sub { color: rgba(255,255,255,.8); }

/* ---------- Écosystème ---------- */
.eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.eco-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.eco-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #c7e4d4; }
.eco-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; }
.eco-logo { width: 52px; height: 52px; border-radius: 14px; display: block; margin-bottom: 16px; object-fit: cover; }
.eco-icon svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.eco-icon.web { background: linear-gradient(140deg, #14a45a, #0f8a4c); }
.eco-icon.members { background: linear-gradient(140deg, #2aa7c4, #1c86a6); }
.eco-icon.coach { background: linear-gradient(140deg, #0f5132, #0a3d25); }
.eco-icon.family { background: linear-gradient(140deg, #e0a53a, #cf8b1f); }
.eco-card h3 { font-size: 1.2rem; }
.eco-tag { font-size: .8rem; font-weight: 600; color: var(--green); margin: 2px 0 10px; }
.eco-card p:last-child { font-size: .92rem; color: var(--muted); }

/* ---------- Modules ---------- */
.group-title { display: flex; align-items: center; gap: .6rem; font-size: 1.15rem; font-weight: 700; color: var(--green-700); margin: 40px 0 18px; }
.group-title:first-of-type { margin-top: 0; }
.group-title span { font-size: 1.3rem; }
.mod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mod { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 18px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.mod:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #c7e4d4; }
.mod-ic { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: var(--tint-2); margin-bottom: 12px; }
.mod-ic svg { width: 22px; height: 22px; fill: var(--green-700); }
.mod h4 { font-size: 1rem; margin-bottom: 5px; }
.mod p { font-size: .86rem; color: var(--muted); }
.mod-more { text-align: center; margin-top: 34px; font-weight: 500; color: var(--green-700); font-size: 1rem; }

/* ---------- Apps ---------- */
.apps-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.apps-visual { display: flex; justify-content: center; position: relative; }
.apps-visual .phone { box-shadow: 0 40px 80px -34px rgba(10,46,30,.55); }
.feat-list { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: 1.1rem; }
.feat-list li { display: flex; gap: .9rem; align-items: flex-start; }
.feat-ic { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; background: var(--tint-2); display: grid; place-items: center; font-size: 1.2rem; }
.feat-list strong { display: block; color: var(--ink); font-family: var(--display); font-weight: 600; }
.feat-list p { font-size: .9rem; color: var(--muted); }
.store-badges { display: flex; gap: .8rem; margin-top: 1.9rem; flex-wrap: wrap; }
.store { display: inline-flex; align-items: center; gap: .5rem; background: var(--ink); color: #fff; padding: .6rem 1.05rem; border-radius: 12px; font-family: var(--display); font-weight: 600; font-size: .92rem; }
.store-ic { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.store:first-child .store-ic { fill: #fff; stroke: none; }

/* ---------- Section sombre / bénéfices ---------- */
.section-dark { background: linear-gradient(160deg, var(--green-900), var(--green-700)); position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 85% 0%, rgba(182,243,106,.15), transparent 60%); }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; }
.benefit { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 26px 24px; backdrop-filter: blur(4px); transition: transform .25s, background .25s; }
.benefit:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); }
.b-ic { font-size: 1.8rem; display: block; margin-bottom: 12px; }
.benefit h4 { color: #fff; font-size: 1.1rem; margin-bottom: 6px; }
.benefit p { color: rgba(255,255,255,.78); font-size: .92rem; }

/* ---------- Évolutivité / timeline ---------- */
.evo-inner {}
.timeline { max-width: 760px; margin: 0 auto; position: relative; padding-left: 8px; }
.timeline::before { content: ""; position: absolute; left: 15px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--green), var(--line)); }
.tl-item { display: flex; gap: 22px; padding: 14px 0; position: relative; }
.tl-dot { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%; background: #fff; border: 3px solid var(--line); position: relative; z-index: 2; }
.tl-dot.done { border-color: var(--green); background: var(--green); box-shadow: 0 0 0 5px rgba(20,164,90,.15); }
.tl-dot.prog { border-color: #e0a53a; background: #fff5e4; }
.tl-dot.next { border-color: var(--line); background: #fff; }
.tl-body { padding-top: 1px; }
.tl-tag { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 2px 9px; border-radius: 999px; margin-bottom: 6px; }
.tl-tag.done { background: var(--tint-2); color: var(--green-700); }
.tl-tag.prog { background: #fdf0d9; color: #b57811; }
.tl-tag.next { background: #eef1ef; color: var(--muted); }
.tl-body h4 { font-size: 1.1rem; margin-bottom: 4px; }
.tl-body p { font-size: .92rem; color: var(--muted); }
.evo-note { max-width: 620px; margin: 40px auto 0; text-align: center; font-size: .96rem; color: var(--green-700); background: var(--tint); border: 1px dashed #b9ddc9; border-radius: var(--radius-sm); padding: 18px 22px; }

/* ---------- CTA ---------- */
.cta { background: var(--tint); }
.cta-inner { max-width: 720px; margin: 0 auto; text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: 26px; padding: 52px 40px; box-shadow: var(--shadow); }
.cta-inner h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; }
.cta-inner > p { color: var(--muted); margin-top: .9rem; font-size: 1.05rem; }
.cta-form { display: flex; gap: .7rem; margin: 1.9rem 0 1rem; flex-wrap: wrap; justify-content: center; }
.cta-form input { flex: 1 1 200px; max-width: 260px; padding: .85em 1.1em; border: 1.5px solid var(--line); border-radius: 999px; font-family: var(--font); font-size: .95rem; color: var(--ink); background: #fff; }
.cta-form input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(20,164,90,.15); }
.cta-alt { font-size: .9rem; color: var(--muted); }
.cta-alt a { color: var(--green-600); font-weight: 600; }
.cta-msg { margin-top: 1rem; font-weight: 600; color: var(--green-600); min-height: 1.2em; }

/* ---------- Pied de page ---------- */
.site-footer { background: var(--green-900); color: rgba(255,255,255,.75); padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand p { margin-top: .8rem; font-size: .92rem; max-width: 26em; }
.footer-col h5 { color: #fff; font-family: var(--display); font-size: .95rem; margin-bottom: .9rem; }
.footer-col a { display: block; font-size: .9rem; padding: 3px 0; transition: color .2s; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding-top: 20px; font-size: .84rem; }
.footer-legal a:hover { color: var(--lime); }

/* ---------- Retour haut ---------- */
.to-top { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 1.2rem; box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .3s, transform .3s; z-index: 50; }
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* ---------- Animations d'apparition ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ======================= RESPONSIVE ======================= */
@media (max-width: 1000px) {
  .eco-grid, .mod-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .apps-inner { grid-template-columns: 1fr; gap: 40px; }
  .apps-visual { order: -1; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* En-tête : bascule en menu burger dès que la barre horizontale ne tient plus. */
@media (max-width: 960px) {
  .main-nav {
    position: fixed; inset: 72px 0 auto; flex-direction: column; align-items: stretch;
    background: #fff; padding: 12px 24px 24px; gap: .3rem; border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 30px -20px rgba(0,0,0,.3);
    transform: translateY(-140%); transition: transform .3s ease; z-index: 55;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: .8rem .4rem; border-bottom: 1px solid var(--tint); }
  .main-nav a.btn { margin-top: .6rem; justify-content: center; border-bottom: 0; }
  .nav-toggle { display: flex; }
}

@media (max-width: 720px) {
  .section { padding: 62px 0; }
  .mod-grid, .eco-grid, .benefits { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .cta-inner { padding: 38px 22px; }
  .container { padding: 0 18px; }
}

@media (max-width: 400px) {
  .hero-stats { grid-template-columns: 1fr; }
  .phone { width: 260px; height: 540px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
}
