/* home */
.hero { padding: clamp(64px, 8vw, 116px) 0 clamp(48px, 6vw, 88px); position: relative; overflow: hidden; text-align: center; }
.hero .display { max-width: 980px; margin: 0 auto; }
.hero .lead { margin: 24px auto 36px; max-width: 700px; }
.hero .btn-row { justify-content: center; margin-bottom: clamp(44px, 6vw, 72px); }
.hero-shot { max-width: 1020px; margin: 0 auto; position: relative; }
.hero-shot .halo { position: absolute; inset: -8% -12% auto; height: 120%; background: radial-gradient(ellipse 60% 50% at 50% 42%, rgba(224,118,31,0.14), transparent 65%); pointer-events: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.08em; color: var(--body); border: 1px solid var(--line); border-radius: 100px; padding: 7px 16px; margin-bottom: 26px; background: var(--bg); }
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ember); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: 0.45; transform: scale(0.82);} }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.duo .card { display: flex; flex-direction: column; }
.duo .card .grow { flex: 1; }
@media (max-width: 820px) { .duo { grid-template-columns: 1fr; } }

.quote-band { padding: clamp(64px, 8vw, 112px) 0; }
.quote-band blockquote { max-width: 880px; margin: 0 auto; text-align: center; }
.quote-band blockquote p { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 2.8vw, 2.1rem); line-height: 1.32; letter-spacing: -0.018em; color: var(--inv); }
.quote-band blockquote p .accent { color: var(--ember-on-dark); }
.quote-band cite { display: block; margin-top: 26px; font-style: normal; font-size: 0.92rem; color: var(--inv-body); }
.quote-band cite strong { color: var(--inv); display: block; font-size: 0.98rem; }

.final-cta { text-align: center; }
.final-cta .lead { margin: 18px auto 36px; }
.final-cta .btn-row { justify-content: center; }
