.home-v2 {
  --hz-ink: #312f2d;
  --hz-muted: #6f6a64;
  --hz-paper: #f6f5f3;
  --hz-warm: #ece8e2;
  --hz-line: #d7d1c9;
  --hz-red: #fd3a20;
  --hz-red-dark: #d92d1a;
  --hz-teal: #123f43;
  --hz-teal-light: #19595a;
  --hz-sand: #d0ba95;
  min-width: 0;
  background: var(--hz-paper);
  color: var(--hz-ink);
  font-family: var(--font-body);
}

.home-v2 *, .home-v2 *::before, .home-v2 *::after { box-sizing: border-box; }
.home-v2 h1, .home-v2 h2, .home-v2 h3, .home-v2 p { margin-top: 0; }
.home-v2 h1, .home-v2 h2, .home-v2 h3 { color: inherit; }
.home-v2 a { color: inherit; }
.hz-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.hz-nav { position: relative; z-index: 50; background: rgba(246, 245, 243, .97); border-bottom: 1px solid var(--hz-line); }
.hz-nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hz-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font: 700 20px/1 var(--font-display); letter-spacing: .055em; white-space: nowrap; }
.hz-brand img { width: 48px; height: 40px; object-fit: contain; }
.hz-nav-cta { min-width: 148px; padding: 15px 24px 17px; background: var(--hz-ink); color: #fff !important; text-align: center; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease; }
.hz-nav-cta:hover { background: var(--hz-red); }

.hz-hero { position: relative; min-height: 770px; overflow: hidden; isolation: isolate; background: #102c30; color: #fff; }
.hz-hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.72) contrast(1.04); }
.hz-hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(8, 28, 31, .97) 0%, rgba(8, 28, 31, .91) 45%, rgba(8, 28, 31, .52) 72%, rgba(8, 28, 31, .36) 100%); }
.hz-hero-grid { min-height: 770px; padding: 88px 0 80px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .65fr); gap: 86px; align-items: center; }
.hz-hero-copy { max-width: 720px; }
.hz-kicker { margin-bottom: 18px; color: var(--hz-red); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hz-kicker-light { color: #ff7967; }
.home-v2 .hz-hero h1 { max-width: 760px; margin-bottom: 28px; color: #fff; font: 700 clamp(68px, 7.25vw, 108px)/.9 var(--font-display); letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.hz-hero h1 span { color: #ff765f; }
.hz-hero-lede { max-width: 650px; margin-bottom: 17px; color: rgba(255,255,255,.86); font-size: clamp(19px, 1.75vw, 24px); line-height: 1.45; }
.hz-mechanism { max-width: 650px; margin-bottom: 32px; color: #fff; font-size: 16px; font-weight: 800; line-height: 1.5; }
.hz-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hz-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 16px 28px 18px; background: var(--hz-red); color: #fff !important; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .055em; text-align: center; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.hz-button:hover { background: var(--hz-red-dark); transform: translateY(-2px); }
.hz-button-light { background: #fff; color: var(--hz-teal) !important; }
.hz-button-light:hover { background: var(--hz-sand); }
.hz-text-link { color: #fff !important; text-decoration: none; font-size: 14px; font-weight: 800; }
.hz-text-link span { margin-left: 6px; color: #ff765f; }
.hz-hero-facts { margin: 38px 0 0; padding: 22px 0 0; display: flex; gap: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.hz-hero-facts li { padding: 0 20px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border-left: 1px solid rgba(255,255,255,.22); }
.hz-hero-facts li:first-child { padding-left: 0; border-left: 0; }

.hz-offer-ticket { position: relative; padding: 43px 42px 37px; background: var(--hz-paper); color: var(--hz-ink); text-align: center; clip-path: polygon(0 0, calc(100% - 54px) 0, 100% 54px, 100% 100%, 0 100%); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.hz-ticket-label { display: block; margin-bottom: 2px; color: var(--hz-red-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hz-ticket-number { display: block; color: var(--hz-red); font: 700 150px/.92 var(--font-display); letter-spacing: -.055em; }
.hz-offer-ticket h2 { margin-bottom: 12px; font: 700 47px/.95 var(--font-display); text-transform: uppercase; }
.hz-offer-ticket > p { max-width: 290px; margin: 0 auto 25px; color: var(--hz-muted); font-size: 13px; line-height: 1.5; }
.hz-ticket-guarantee { padding: 17px 12px 19px; color: var(--hz-red-dark); border-top: 3px solid var(--hz-red); border-bottom: 3px solid var(--hz-red); font: 700 34px/1 var(--font-display); text-transform: uppercase; }
.hz-ticket-model { margin-top: 24px; font: 700 22px/1 var(--font-display); letter-spacing: .055em; text-transform: uppercase; }

.hz-section { padding: 112px 0; }
.hz-section-intro { max-width: 520px; }
.hz-section-intro-wide { max-width: 800px; margin-bottom: 55px; }
.hz-section h2 { margin-bottom: 24px; font: 700 clamp(46px, 5.3vw, 76px)/.95 var(--font-display); letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.hz-section h3 { font-family: var(--font-display); text-transform: uppercase; }
.hz-section p { line-height: 1.65; }

.hz-problem { background: var(--hz-paper); }
.hz-problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.hz-problem-points { border-top: 2px solid var(--hz-ink); }
.hz-problem-points article { padding: 30px 0; display: grid; grid-template-columns: 58px 1fr; gap: 24px; border-bottom: 1px solid var(--hz-line); }
.hz-problem-points article > span { color: var(--hz-red); font: 700 24px/1 var(--font-display); }
.hz-problem-points h3 { margin: 0 0 8px; font-size: 30px; line-height: 1.05; }
.hz-problem-points p { margin: 0; color: var(--hz-muted); font-size: 15px; }

.hz-offer { background: var(--hz-teal); color: #fff; }
.hz-offer-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 92px; align-items: start; }
.hz-offer-statement { position: sticky; top: 30px; }
.hz-offer-statement h2 { margin-bottom: 42px; }
.hz-offer-details { border-top: 1px solid rgba(255,255,255,.36); }
.hz-offer-details > div { padding: 30px 0; display: grid; grid-template-columns: 54px 1fr; column-gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.hz-offer-details span { grid-row: 1 / span 2; color: #ff7967; font: 700 22px/1 var(--font-display); }
.hz-offer-details h3 { margin: 0 0 8px; font-size: 32px; }
.hz-offer-details p { margin: 0; color: rgba(255,255,255,.7); font-size: 15px; }

.hz-process { background: var(--hz-warm); }
.hz-process-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--hz-ink); }
.hz-process-list li { padding: 38px 0 40px; display: grid; grid-template-columns: 140px 1fr; gap: 30px; border-bottom: 1px solid #c9c2b9; }
.hz-process-list li > span { color: var(--hz-red); font: 700 78px/.8 var(--font-display); letter-spacing: -.04em; }
.hz-step-label { margin-bottom: 9px; color: var(--hz-red-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hz-process-list h3 { margin: 0 0 10px; font-size: clamp(29px, 3.2vw, 44px); line-height: 1; }
.hz-process-list div > p:last-child { max-width: 720px; margin: 0; color: var(--hz-muted); font-size: 15px; }

.hz-difference { background: var(--hz-paper); }
.hz-compare { display: grid; grid-template-columns: 1fr 1fr; }
.hz-compare > div { padding: 54px 58px 58px; }
.hz-compare-old { background: #e6e1db; }
.hz-compare-new { background: var(--hz-ink); color: #fff; }
.hz-compare-label { margin-bottom: 30px; color: var(--hz-red-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hz-compare-new .hz-compare-label { color: #ff7967; }
.hz-compare h3 { margin-bottom: 34px; font-size: clamp(36px, 4vw, 58px); line-height: .95; }
.hz-compare ul { margin: 0; padding: 0; list-style: none; }
.hz-compare li { padding: 15px 0; font-size: 15px; border-top: 1px solid rgba(49,47,45,.2); }
.hz-compare-new li { border-color: rgba(255,255,255,.16); }

.hz-fit { background: var(--hz-warm); }
.hz-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.hz-fit-copy h2 { max-width: 650px; }
.hz-check-list { margin: 38px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--hz-ink); }
.hz-check-list li { position: relative; padding: 18px 18px 18px 36px; border-bottom: 1px solid #c9c2b9; font-size: 15px; font-weight: 600; }
.hz-check-list li::before { content: '✓'; position: absolute; left: 3px; top: 17px; color: var(--hz-red); font-weight: 800; }
.hz-guarantee-panel { padding: 62px 58px; background: var(--hz-teal); color: #fff; clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 72px, 100% 100%, 0 100%); }
.hz-guarantee-panel h2 { margin-bottom: 28px; font-size: clamp(44px, 4.8vw, 66px); }
.hz-guarantee-panel > p:not(.hz-kicker) { margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 15px; }

.hz-faq { background: var(--hz-paper); }
.hz-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 96px; align-items: start; }
.hz-faq-list { border-top: 2px solid var(--hz-ink); }
.hz-faq-list details { border-bottom: 1px solid var(--hz-line); }
.hz-faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font: 700 25px/1.15 var(--font-display); text-transform: uppercase; }
.hz-faq-list summary::-webkit-details-marker { display: none; }
.hz-faq-list summary::after { content: '+'; position: absolute; top: 21px; right: 4px; color: var(--hz-red); font: 500 31px/1 var(--font-display); }
.hz-faq-list details[open] summary::after { content: '–'; }
.hz-faq-list details p { max-width: 710px; margin: -5px 48px 25px 0; color: var(--hz-muted); font-size: 14px; }

.hz-final-cta { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; isolation: isolate; color: #fff; }
.hz-final-cta > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; filter: saturate(.65) contrast(1.08); }
.hz-final-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7,28,31,.96), rgba(7,28,31,.83) 55%, rgba(7,28,31,.36)); }
.hz-final-inner { padding: 96px 0; }
.hz-final-inner h2 { max-width: 760px; margin-bottom: 22px; font: 700 clamp(62px, 7vw, 100px)/.9 var(--font-display); letter-spacing: -.035em; text-transform: uppercase; }
.hz-final-inner > p:not(.hz-kicker) { max-width: 610px; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.5; }

.hz-footer { padding: 34px 0; background: #182027; color: rgba(255,255,255,.72); }
.hz-footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center; }
.hz-brand-light { color: #fff !important; }
.hz-footer p { margin: 0; text-align: center; font-size: 12px; }
.hz-footer-inner > div { display: flex; align-items: center; gap: 24px; font-size: 11px; }
.hz-footer a:not(.hz-brand) { color: #fff; font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
  .hz-hero-grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 38px; }
  .hz-hero h1 { font-size: clamp(60px, 8vw, 82px); }
  .hz-offer-ticket { padding: 34px 26px 30px; }
  .hz-ticket-number { font-size: 126px; }
  .hz-offer-ticket h2 { font-size: 38px; }
  .hz-problem-grid, .hz-offer-grid, .hz-faq-grid { gap: 52px; }
  .hz-fit-grid { gap: 36px; }
  .hz-guarantee-panel { padding: 52px 40px; }
}

@media (max-width: 760px) {
  .hz-container { width: min(100% - 32px, 620px); }
  .hz-nav-inner { min-height: 68px; }
  .hz-brand { font-size: 17px; }
  .hz-brand img { width: 42px; height: 34px; }
  .hz-nav-cta { min-width: 116px; padding: 13px 16px 15px; font-size: 11px; }
  .hz-hero, .hz-hero-grid { min-height: 0; }
  .hz-hero-shade { background: linear-gradient(to bottom, rgba(8,28,31,.94), rgba(8,28,31,.88)); }
  .hz-hero-grid { padding: 70px 0 58px; grid-template-columns: 1fr; gap: 50px; }
  .hz-hero h1 { font-size: clamp(56px, 16vw, 78px); }
  .hz-hero-lede { font-size: 18px; }
  .hz-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hz-button { width: 100%; }
  .hz-hero-facts { flex-direction: column; gap: 12px; }
  .hz-hero-facts li { padding: 0; border: 0; }
  .hz-offer-ticket { max-width: 430px; width: 100%; justify-self: center; }
  .hz-section { padding: 78px 0; }
  .hz-section h2 { font-size: clamp(43px, 13vw, 60px); }
  .hz-problem-grid, .hz-offer-grid, .hz-fit-grid, .hz-faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .hz-section-intro-wide { margin-bottom: 38px; }
  .hz-offer-statement { position: static; }
  .hz-process-list li { grid-template-columns: 78px 1fr; gap: 18px; }
  .hz-process-list li > span { font-size: 58px; }
  .hz-compare { grid-template-columns: 1fr; }
  .hz-compare > div { padding: 42px 34px 46px; }
  .hz-guarantee-panel { padding: 52px 34px; }
  .hz-faq-list summary { font-size: 22px; }
  .hz-final-cta { min-height: 560px; }
  .hz-final-inner h2 { font-size: clamp(58px, 17vw, 78px); }
  .hz-footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .hz-footer-inner > div { flex-direction: column; gap: 10px; }
}

@media (max-width: 420px) {
  .hz-brand span { display: none; }
  .hz-problem-points article { grid-template-columns: 42px 1fr; gap: 14px; }
  .hz-problem-points h3 { font-size: 26px; }
  .hz-offer-details > div { grid-template-columns: 42px 1fr; gap: 12px; }
  .hz-offer-details h3 { font-size: 28px; }
  .hz-process-list li { grid-template-columns: 1fr; }
  .hz-process-list li > span { margin-bottom: 4px; }
}
