/* ============================================================
   LANDING ARTISANS — styles dédiés (chargés uniquement sur artisans.html)
   ============================================================ */

/* ---------- Hero ---------- */
.ahero { position: relative; min-height: 100svh; background: var(--ink); color: var(--bone); display: flex; align-items: center; overflow: hidden; padding: calc(var(--header-h) + 70px) 0 90px; }
.ahero-media { position: absolute; inset: 0; }
.ahero-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.ahero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,14,14,0.92) 0%, rgba(14,14,14,0.7) 45%, rgba(14,14,14,0.35) 100%), linear-gradient(0deg, var(--ink) 0%, transparent 35%); }
.ahero-inner { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.ahero h1 { color: var(--bone); font-size: clamp(3rem, 7.6vw, 7.4rem); line-height: 0.94; letter-spacing: -0.045em; margin: 26px 0 24px; }
.ahero h1 .serif { color: var(--orange); font-weight: 400; }
.ahero .lead { font-size: clamp(1.05rem, 1.35vw, 1.28rem); color: rgba(244,241,236,0.78); max-width: 580px; line-height: 1.6; margin-bottom: 32px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; font-size: 0.82rem; color: rgba(244,241,236,0.62); }
.trust-line span { display: inline-flex; align-items: center; gap: 6px; }
.trust-line span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.live-tag { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 10px; border-radius: var(--r-full); border: 1px solid var(--line-light); background: rgba(14,14,14,0.5); backdrop-filter: blur(8px); font-size: 0.82rem; font-weight: 600; }
.live-tag .live { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(28,154,91,0.6); animation: live 2s infinite; }
.live-tag b { color: var(--orange); font-family: var(--f-display); font-size: 1rem; letter-spacing: -0.02em; }

/* ---------- Lead feed mockup (phone) ---------- */
.feed { position: relative; width: min(420px, 100%); margin-left: auto; }
.feed-glow { position: absolute; inset: -20%; background: radial-gradient(closest-side, rgba(255,77,0,0.28), transparent 70%); filter: blur(30px); z-index: 0; }
.feed-card { position: relative; z-index: 1; background: #141414; border: 1px solid rgba(255,255,255,0.12); border-radius: 28px; padding: 18px; box-shadow: 0 50px 100px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.06); }
.feed-head { display: flex; align-items: center; justify-content: space-between; padding: 6px 6px 14px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 12px; }
.feed-head b { font-family: var(--f-display); font-size: 1rem; letter-spacing: -0.02em; }
.feed-head small { display: block; font-size: 0.72rem; opacity: 0.55; margin-top: 2px; font-weight: 600; }
.feed-head .pill { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(28,154,91,0.18); color: #4ade80; padding: 6px 10px; border-radius: var(--r-full); }
.feed-list { display: flex; flex-direction: column; gap: 10px; height: 348px; overflow: hidden; position: relative; }
.feed-list::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 80px; background: linear-gradient(to top, #141414, transparent); pointer-events: none; }
.lead-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 14px 14px 12px; animation: leadIn 0.6s var(--e-out) both; }
@keyframes leadIn { from { opacity: 0; transform: translateY(-16px) scale(0.98); } to { opacity: 1; transform: none; } }
.lead-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 8px; }
.lead-top b { font-family: var(--f-display); font-size: 0.98rem; letter-spacing: -0.02em; display: flex; align-items: center; gap: 8px; }
.lead-top b .ico { width: 16px; height: 16px; color: var(--orange); }
.lead-top time { font-size: 0.7rem; opacity: 0.5; font-weight: 700; }
.lead-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; font-size: 0.78rem; color: rgba(244,241,236,0.7); margin-bottom: 10px; }
.lead-meta span b { color: var(--bone); font-weight: 700; }
.lead-actions { display: flex; gap: 6px; }
.lead-actions button { flex: 1; padding: 9px 10px; border-radius: 10px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.02em; border: 1px solid rgba(255,255,255,0.12); color: var(--bone); transition: all 0.25s; }
.lead-actions .ok { background: var(--orange); border-color: var(--orange); color: #fff; }
.lead-card.accepted { border-color: rgba(28,154,91,0.5); background: rgba(28,154,91,0.08); }
.lead-card.accepted .lead-actions { display: none; }
.lead-card .done { display: none; font-size: 0.78rem; color: #4ade80; font-weight: 800; align-items: center; gap: 6px; }
.lead-card.accepted .done { display: flex; }
.lead-card .done .ico { width: 14px; height: 14px; }

/* ---------- Stats strip ---------- */
.strip { background: var(--orange); color: #fff; padding: 20px 0; overflow: hidden; }
.strip .marquee-track { animation-duration: 36s; }
.strip .marquee-item { color: #fff; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.strip .marquee-item i { background: var(--ink); }
.strip .marquee-item b { font-family: var(--f-display); font-size: 1.35em; letter-spacing: -0.03em; margin-right: 8px; }

/* ---------- Scénario ---------- */
.scenario { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.scenario-sticky { position: sticky; top: calc(var(--header-h) + 40px); }
.tl { position: relative; padding-left: 40px; }
.tl::before { content: ''; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(to bottom, var(--orange), var(--line)); }
.tl-item { position: relative; padding: 0 0 36px; }
.tl-item::before { content: ''; position: absolute; left: -35px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--bone); border: 2px solid var(--orange); box-shadow: 0 0 0 4px var(--bone); }
.tl-item.hl::before { background: var(--orange); }
.tl-time { font-family: var(--f-display); font-weight: 800; letter-spacing: -0.02em; font-size: 0.95rem; color: var(--orange); margin-bottom: 6px; }
.tl-item h4 { font-family: var(--f-display); font-size: 1.3rem; margin-bottom: 6px; }
.tl-item p { font-size: 0.98rem; margin: 0; }
.tl-box { margin-top: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; font-size: 0.9rem; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.tl-box b { font-family: var(--f-display); font-size: 1.15rem; letter-spacing: -0.02em; }
.tl-box .tag { padding: 5px 10px; border-radius: var(--r-full); background: var(--green-soft); color: var(--green); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.tl-box .tag.orange { background: var(--orange-soft); color: var(--orange-deep); }

/* ---------- Pains ---------- */
.pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pain { background: var(--ink); color: var(--bone); border-radius: var(--r-lg); padding: 32px 28px; position: relative; overflow: hidden; min-height: 280px; display: flex; flex-direction: column; }
.pain::after { content: ''; position: absolute; right: -50px; bottom: -50px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,77,0,0.35), transparent 70%); }
.pain .n { font-family: var(--f-serif); font-style: italic; color: var(--orange); font-size: 1.4rem; margin-bottom: auto; }
.pain h3 { color: var(--bone); margin: 24px 0 10px; font-size: 1.5rem; }
.pain p { color: rgba(244,241,236,0.65); margin: 0; font-size: 0.95rem; }
.pain .fix { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line-light); font-size: 0.85rem; color: #4ade80; font-weight: 700; display: flex; gap: 8px; align-items: center; }
.pain .fix .ico { width: 16px; height: 16px; }

/* ---------- Comparatif ---------- */
.vs { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 8px; }
.vs th, .vs td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.vs th { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); border-bottom: 1px solid var(--ink); font-weight: 700; }
.vs th:nth-child(2) { color: var(--orange); }
.vs td:first-child { font-weight: 700; }
.vs td:nth-child(2) { background: var(--paper); font-weight: 700; }
.vs tr:first-child td:nth-child(2) { border-top-left-radius: 14px; border-top-right-radius: 14px; }
.vs td .y, .vs td .n { display: inline-flex; align-items: center; gap: 8px; }
.vs td .y::before { content: ''; width: 20px; height: 20px; border-radius: 50%; background: var(--green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C9A5B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }
.vs td .n::before { content: ''; width: 20px; height: 20px; border-radius: 50%; background: var(--orange-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D93E00' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center/11px no-repeat; }
.vs td:nth-child(3) { color: var(--mute); }

/* ---------- Simulateur de revenus ---------- */
.sim { background: var(--ink); color: var(--bone); border-radius: var(--r-xl); padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 4vw, 64px); position: relative; overflow: hidden; }
.sim::before { content: ''; position: absolute; inset: 0; background: radial-gradient(700px 400px at 100% 100%, rgba(255,77,0,0.25), transparent 60%); pointer-events: none; }
.sim > * { position: relative; }
.sim h3 { color: var(--bone); font-size: clamp(1.6rem, 2.6vw, 2.4rem); margin-bottom: 8px; }
.sim .lbl { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.55; font-weight: 700; margin: 22px 0 8px; }
.sim select, .sim input[type=text] { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid var(--line-light); border-radius: 12px; color: var(--bone); padding: 14px 40px 14px 16px; font: 700 0.95rem var(--f-body); appearance: none; -webkit-appearance: none; outline: 0; }
.sim select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F4F1EC' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; }
.sim select option { color: var(--ink); }
.sim .sv { display: flex; justify-content: space-between; align-items: baseline; }
.sim .sv b { font-family: var(--f-display); font-size: 1.8rem; letter-spacing: -0.03em; }
.sim-out { display: flex; flex-direction: column; justify-content: center; }
.sim-out .k { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.55; font-weight: 700; }
.sim-out .big { font-family: var(--f-display); font-weight: 800; font-size: clamp(3rem, 6.5vw, 6rem); letter-spacing: -0.06em; line-height: 0.95; margin: 8px 0 4px; color: var(--bone); }
.sim-out .big small { font: 600 clamp(0.9rem, 1.4vw, 1.1rem)/1 var(--f-body); letter-spacing: 0; opacity: 0.5; margin-left: 8px; }
.sim-out .sub { font-size: 0.95rem; color: rgba(244,241,236,0.65); margin-bottom: 26px; }
.sim-rows { border-top: 1px solid var(--line-light); }
.sim-rows div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line-light); font-size: 0.92rem; }
.sim-rows div b { font-family: var(--f-display); letter-spacing: -0.02em; font-size: 1.05rem; }
.sim-rows div.g b { color: #4ade80; }
.sim-rows div.g span::before { content: '→ '; opacity: 0.4; }
.sim .btn { margin-top: 24px; }

/* ---------- Témoignages artisans ---------- */
.pros { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pro { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3/4; color: #fff; background: var(--ink-2); }
.pro img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--e-out); }
.pro:hover img { transform: scale(1.05); }
.pro::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 55%, transparent 100%); }
.pro .stat { position: absolute; top: 16px; left: 16px; z-index: 1; background: var(--orange); color: #fff; font-family: var(--f-display); font-weight: 800; letter-spacing: -0.03em; font-size: 1.15rem; padding: 8px 12px; border-radius: 12px; }
.pro .stat small { display: block; font: 700 0.62rem/1 var(--f-body); letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; margin-top: 3px; }
.pro .q { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; }
.pro .q p { color: rgba(255,255,255,0.9); font-family: var(--f-serif); font-style: italic; font-size: 1.05rem; line-height: 1.35; margin-bottom: 12px; }
.pro .q b { display: block; font-size: 0.9rem; }
.pro .q span { font-size: 0.76rem; opacity: 0.7; }

/* ---------- Grille de prix par demande ---------- */
.lp { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.lp-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 22px; transition: transform 0.4s var(--e-out), box-shadow 0.4s, background 0.3s; }
.lp-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(14,14,14,0.12); background: var(--ink); color: var(--bone); }
.lp-card:hover h4, .lp-card:hover .lp-price { color: var(--bone); }
.lp-card:hover p { color: rgba(244,241,236,0.65); }
.lp-range { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.lp-card h4 { font-family: var(--f-display); font-size: 1.1rem; margin-bottom: 14px; letter-spacing: -0.02em; }
.lp-price { font-family: var(--f-display); font-weight: 800; font-size: 2.4rem; letter-spacing: -0.05em; line-height: 1; margin-bottom: 12px; }
.lp-price small { display: block; font: 600 0.7rem/1 var(--f-body); letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute); margin-top: 8px; }
.lp-card:hover .lp-price small { color: rgba(244,241,236,0.55); }
.lp-card p { font-size: 0.85rem; margin: 0; color: var(--mute); line-height: 1.5; }
.lp-rules { display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: center; margin-top: 22px; font-size: 0.88rem; font-weight: 600; color: var(--ink); }
.lp-rules span { display: inline-flex; align-items: center; gap: 8px; }
.lp-rules .ico { width: 18px; height: 18px; color: var(--green); }
@media (max-width: 1100px) { .lp { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .lp { grid-template-columns: 1fr 1fr; } }

/* ---------- Tarifs (packs de crédits) ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.plan { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 28px; display: flex; flex-direction: column; position: relative; transition: transform 0.4s var(--e-out), box-shadow 0.4s; }
.plan:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(14,14,14,0.12); }
.plan.hot { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.plan.hot h3, .plan.hot .price { color: var(--bone); }
.plan .tag { position: absolute; top: -12px; left: 28px; background: var(--orange); color: #fff; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-full); }
.plan h3 { font-size: 1.3rem; margin-bottom: 6px; }
.plan .for { font-size: 0.88rem; color: var(--mute); margin-bottom: 20px; }
.plan.hot .for { color: rgba(244,241,236,0.6); }
.plan .price { font-family: var(--f-display); font-weight: 800; font-size: 3rem; letter-spacing: -0.05em; line-height: 1; }
.plan .price small { font: 600 0.85rem var(--f-body); letter-spacing: 0; color: var(--mute); margin-left: 4px; }
.plan.hot .price small { color: rgba(244,241,236,0.55); }
.plan .price .serif { color: var(--orange); font-weight: 400; }
.plan .note { font-size: 0.82rem; color: var(--mute); margin: 8px 0 22px; min-height: 40px; }
.plan.hot .note { color: rgba(244,241,236,0.65); }
.plan ul { flex: 1; margin-bottom: 24px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.92rem; padding: 8px 0; border-top: 1px solid var(--line); }
.plan.hot li { border-color: var(--line-light); }
.plan li .ico { width: 18px; height: 18px; color: var(--green); margin-top: 2px; }
.plan.hot li .ico { color: #4ade80; }
.plan li.off { opacity: 0.4; } .plan li.off .ico { color: var(--mute); }

/* ---------- Inscription (formulaire multi-étapes) ---------- */
.signup { background: var(--ink); color: var(--bone); border-radius: var(--r-xl); overflow: hidden; display: grid; grid-template-columns: 0.8fr 1.2fr; position: relative; }
.signup-side { padding: clamp(28px, 4vw, 52px); background: var(--orange); color: #fff; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.signup-side::after { content: ''; position: absolute; right: -80px; bottom: -80px; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; }
.signup-side h3 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1; margin-bottom: 16px; }
.signup-side h3 .serif { color: var(--ink); font-weight: 400; }
.signup-side p { color: rgba(255,255,255,0.85); font-size: 0.98rem; }
.signup-side ul { margin-top: 24px; }
.signup-side li { display: flex; gap: 10px; align-items: center; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.25); font-size: 0.92rem; font-weight: 600; }
.signup-side li .ico { width: 18px; height: 18px; }
.signup-side .who { margin-top: 32px; display: flex; align-items: center; gap: 12px; font-size: 0.85rem; }
.signup-side .who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.5); }
.signup-main { padding: clamp(28px, 4vw, 52px); position: relative; }
.sprog { display: flex; gap: 6px; margin-bottom: 28px; }
.sprog i { flex: 1; height: 3px; border-radius: 2px; background: rgba(255,255,255,0.14); position: relative; overflow: hidden; }
.sprog i::after { content: ''; position: absolute; inset: 0; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--e-out); }
.sprog i.on::after, .sprog i.done::after { transform: scaleX(1); }
.sprog i.done::after { background: var(--bone); }
.sstep { display: none; }
.sstep.on { display: block; animation: qin 0.5s var(--e-out); }
.sstep .k { font-family: var(--f-serif); font-style: italic; color: var(--orange); font-size: 1.1rem; margin-bottom: 8px; }
.sstep h4 { color: var(--bone); font-family: var(--f-display); font-size: clamp(1.4rem, 2.2vw, 1.9rem); letter-spacing: -0.03em; margin-bottom: 22px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.chip { padding: 10px 14px; border-radius: var(--r-full); border: 1px solid var(--line-light); font-size: 0.86rem; font-weight: 700; color: var(--bone); transition: all 0.25s; display: inline-flex; align-items: center; gap: 8px; }
.chip .ico { width: 15px; height: 15px; color: var(--orange); }
.chip:hover { border-color: rgba(255,255,255,0.4); }
.chip.on { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.chip.on .ico { color: var(--orange-deep); }
.sfields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.sfields .full { grid-column: span 2; }
.sfields .fld input { padding-top: 18px; }
.radius { margin-top: 10px; }
.radius .sv { display: flex; justify-content: space-between; align-items: baseline; font-size: 0.85rem; opacity: 0.8; }
.radius .sv b { font-family: var(--f-display); font-size: 1.5rem; letter-spacing: -0.03em; color: var(--bone); opacity: 1; }
.sactions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line-light); }
.sactions .hint { font-size: 0.78rem; opacity: 0.5; }
.sok { text-align: center; padding: 24px 0; }
.sok .big { font-family: var(--f-display); font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -0.04em; line-height: 1; margin: 12px 0 14px; color: var(--bone); }
.sok .big .serif { color: var(--orange); font-weight: 400; }
.sok p { color: rgba(244,241,236,0.7); max-width: 480px; margin: 0 auto 22px; }
.sok .check { width: 72px; height: 72px; border-radius: 50%; background: rgba(28,154,91,0.15); color: #4ade80; display: flex; align-items: center; justify-content: center; margin: 0 auto; border: 1px solid rgba(28,154,91,0.4); }
.sok .check svg { width: 32px; height: 32px; stroke-width: 2.5; }

/* ---------- Sticky CTA mobile ---------- */
.sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 450; display: none; }
.sticky-cta .btn { width: 100%; justify-content: center; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) { .pros { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 960px) {
  .ahero-inner { grid-template-columns: 1fr; }
  .feed { margin: 0 auto; }
  .scenario { grid-template-columns: 1fr; }
  .scenario-sticky { position: static; }
  .pains { grid-template-columns: 1fr; }
  .sim { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .signup { grid-template-columns: 1fr; }
  .vs th:nth-child(3), .vs td:nth-child(3) { display: none; }
}
@media (max-width: 640px) {
  .ahero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .pros { grid-template-columns: 1fr; }
  .sfields { grid-template-columns: 1fr; } .sfields .full { grid-column: span 1; }
  .sticky-cta { display: block; }
  .feed-list { height: 300px; }
}
