.confirmation-page { min-height: 100vh; background: linear-gradient(145deg,#f9f6ee,#e9f4ed); }
.confirmation-banner { padding: 8px 20px; color: #fff1e7; background: #914b30; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.confirmation-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 clamp(20px,5vw,72px); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.9); }
.confirmation-header > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.confirmation-main { max-width: 900px; margin: auto; padding: 80px 25px 100px; }
.confirmation-hero { text-align: center; }
.success-mark { display: grid; width: 65px; height: 65px; margin: 0 auto 24px; place-items: center; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 14px 30px rgba(23,112,95,.22); font-size: 29px; font-weight: 800; }
.confirmation-hero .eyebrow span { display: none; }
.confirmation-hero h1 { max-width: 760px; margin: 0 auto 20px; font-size: clamp(44px,6vw,70px); }
.confirmation-hero > p:last-of-type { max-width: 650px; margin: auto; color: var(--muted); line-height: 1.7; }
.confirmation-actions { display: flex; align-items: center; justify-content: center; gap: 25px; margin: 32px 0 50px; }
.confirmation-card { padding: 30px 34px; border: 1px solid #d5ddd5; border-radius: 16px; background: var(--paper); box-shadow: 0 20px 55px rgba(16,42,42,.08); }
.confirmation-summary { display: flex; align-items: start; justify-content: space-between; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.confirmation-summary small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.confirmation-summary h2 { margin: 6px 0 0; font-size: 21px; }
.demo-status { padding: 6px 10px; border-radius: 20px; color: #8b4b30; background: #ffeadf; font-size: 9px; font-weight: 800; }
.confirmation-row { display: flex; justify-content: space-between; gap: 30px; padding: 10px 0; font-size: 11px; }
.confirmation-row span { color: var(--muted); }
.confirmation-row b { max-width: 55%; text-align: right; }
.next-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 26px 0; }
.next-steps article { display: flex; gap: 12px; padding: 20px; border: 1px solid #d5ddd5; border-radius: 12px; background: rgba(255,253,248,.8); }
.next-steps article > span { display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint); font-size: 10px; font-weight: 800; }
.next-steps h3 { margin: 1px 0 6px; font-size: 12px; }
.next-steps p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.record-note { padding: 21px 24px; border-radius: 11px; color: #b9d3cb; background: var(--ink); }
.record-note b { color: var(--mint); font-size: 11px; }
.record-note p { margin: 6px 0 0; font-size: 9px; line-height: 1.6; }
@media (max-width: 680px) { .confirmation-header > span { display:none; } .confirmation-main { padding: 55px 17px 75px; } .confirmation-hero h1 { font-size: 43px; } .confirmation-actions { align-items: stretch; flex-direction: column; } .confirmation-actions .text-link { align-self:center; } .confirmation-card { padding: 25px 20px; } .confirmation-row { align-items:flex-start; flex-direction:column; gap:4px; } .confirmation-row b { max-width:100%; text-align:left; } .next-steps { grid-template-columns:1fr; } }
