/* ==========================================================================
   Confirmation (confirmed / quote / failed / not-found)
   ========================================================================== */
.hp-conf { max-width: 1080px; margin-inline: auto; padding: clamp(22px,4vw,44px) clamp(14px,3vw,28px) 70px; }
.hp-conf__nf { max-width: 620px; margin-inline: auto; text-align: center; background: #fff; border-radius: 18px; padding: 28px; border: 1px solid var(--hp-line-08); }
.hp-conf__eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hp-conf__hero { text-align: center; max-width: 760px; margin: 0 auto; }
.hp-conf__badge { width: 76px; height: 76px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 14px; animation: hp-pop .6s both; }
.hp-conf__badge .hp-icon { width: 34px; height: 34px; color: #06210F; }
.hp-conf__h1 { font-family: var(--hp-font-display); font-size: clamp(32px,5vw,54px); font-weight: 700; letter-spacing: -.03em; text-wrap: balance; margin: 8px 0; }
.hp-conf__sub { font-size: 16.5px; line-height: 1.6; color: var(--hp-text-2); max-width: 600px; margin: 0 auto; text-wrap: pretty; }
@keyframes hp-pop { 0% { transform: scale(.6); opacity: 0; } 60% { transform: scale(1.08); opacity: 1; } 100% { transform: scale(1); } }

.hp-conf__pass { max-width: 820px; margin: 26px auto 0; animation: hp-up .6s .2s both; }
.hp-conf__actions { display: grid; gap: 10px; max-width: 820px; margin: 20px auto 0; }
.hp-conf__actions--4 { grid-template-columns: repeat(4, 1fr); }
.hp-conf__actions--3 { grid-template-columns: repeat(3, 1fr); max-width: 640px; }
.hp-conf__actions .hp-btn { padding: 15px 10px; }
@media (max-width: 560px) { .hp-conf__actions--4 { grid-template-columns: 1fr 1fr; } .hp-conf__actions--3 { grid-template-columns: 1fr; } }

.hp-conf__details { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 16px; margin-top: 30px; align-items: start; text-align: left; }
@media (max-width: 820px) { .hp-conf__details { grid-template-columns: 1fr; } }
.hp-conf__card { background: #fff; border-radius: 18px; padding: 22px; border: 1px solid var(--hp-line-08); }
.hp-conf__cardh { font-family: var(--hp-font-display); font-size: 20px; font-weight: 700; margin: 0 0 6px; }
.hp-conf__row { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 12px; padding: 10px 0; border-top: 1px solid var(--hp-line-08); font-size: 14.5px; }
.hp-conf__rl { color: var(--hp-muted); }
.hp-conf__rv { font-weight: 600; overflow-wrap: anywhere; }
.hp-conf__price { background: var(--hp-bg); border-radius: 14px; padding: 6px 14px; margin-top: 12px; }
.hp-conf__pr { display: flex; justify-content: space-between; padding: 8px 0; }
.hp-conf__pr + .hp-conf__pr { border-top: 1px solid var(--hp-line-08); }
.hp-conf__pr span:last-child { font-weight: 800; }
.hp-conf__cancel { display: flex; gap: 8px; align-items: center; margin-top: 14px; font-size: 14px; color: #0B5A3D; }
.hp-conf__side { display: flex; flex-direction: column; gap: 16px; }
.hp-conf__step { display: flex; gap: 12px; padding: 8px 0; }
.hp-conf__stepn { width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; flex: 0 0 auto; }
.hp-conf__stept { font-weight: 700; }
.hp-conf__stepd { font-size: 14px; color: var(--hp-text-2); }
.hp-conf__email { display: flex; gap: 14px; align-items: flex-start; font-size: 14px; line-height: 1.55; color: var(--hp-text-2); }
.hp-conf__email .hp-icon { width: 22px; height: 22px; color: var(--hp-ink); flex: 0 0 auto; }

@media print {
  body * { visibility: hidden; }
  .hp-print, .hp-print * { visibility: visible; }
  .hp-print { position: absolute; left: 0; top: 0; width: 100%; }
}

/* ==== Responsive audit fixes ==== */
.hp-conf__sub, .hp-conf__email { overflow-wrap: anywhere; }
@media (max-width: 640px) { .hp-conf__actions--4 { grid-template-columns: repeat(2, 1fr); } }
