.new-offer-page {
    --offer-ink: #15121d;
    --offer-muted: #555962;
    --offer-paper: #fff;
    --offer-wash: #f7f5f3;
    --offer-line: #e3ded9;
    --offer-red: #c7272d;
    --offer-night: #1b1425;
    background: var(--offer-paper);
    color: var(--offer-ink);
}

.new-offer-page .content-wrap { padding: 0; background: var(--offer-paper); }
.new-offer-page h1, .new-offer-page h2, .new-offer-page h3 { font-family: "Space Grotesk", "Segoe UI", sans-serif; color: var(--offer-ink); letter-spacing: -.03em; }
.new-offer-page h1 { max-width: 830px; margin: 0 0 24px; font-size: clamp(2.55rem, 5.4vw, 5.05rem); line-height: .98; }
.new-offer-page h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 3.1vw, 3rem); line-height: 1.08; }
.new-offer-page h3 { font-size: 1.23rem; line-height: 1.25; }
.offer-hero { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 144px) 0 clamp(72px, 9vw, 122px); background: radial-gradient(circle at 75% 10%, rgba(76, 106, 132, .25), transparent 30%), linear-gradient(130deg, #151a22, #1c2733); color: #fff; }
.offer-hero::after { content: ""; position: absolute; inset: auto -10% 0; height: 75px; opacity: .72; background: linear-gradient(174deg, transparent 47%, rgba(199,39,45,.9) 48%, transparent 49%) 0 / 100% 100%, linear-gradient(187deg, transparent 48%, rgba(96,119,139,.85) 49%, transparent 50%) 0 / 100% 100%; }
.offer-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr); align-items: center; gap: clamp(40px, 7vw, 96px); }
.offer-kicker { margin: 0 0 19px; color: #ef9a9d; font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.offer-hero h1 { color: #fff; }
.offer-lead { max-width: 730px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.75; }
.offer-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.offer-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 10px; font-size: .92rem; font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.offer-button:hover { transform: translateY(-2px); text-decoration: none; }
.offer-button-primary { background: var(--offer-red); color: #fff; }
.offer-button-primary:hover { background: #db3037; color: #fff; }
.offer-button-light { border-color: rgba(255,255,255,.26); color: #fff; }
.offer-button-light:hover { color: #fff; border-color: rgba(255,255,255,.6); }
.offer-visual-card { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 30px 70px rgba(0,0,0,.25); color: var(--offer-ink); transform: rotate(1.5deg); }
.offer-visual-label { margin: 0 0 20px; color: #555962; font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.offer-visual-list { margin: 0; padding: 0; list-style: none; }
.offer-visual-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid #e9e5e1; font-size: .9rem; font-weight: 600; }
.offer-visual-list li::before { content: "✓"; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #f8e9e9; color: var(--offer-red); }
.offer-visual-note { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid #e9e5e1; color: #555962; font-size: .75rem; line-height: 1.5; }
.offer-section { padding: clamp(72px, 9vw, 118px) 0; }
.offer-section-wash { background: var(--offer-wash); }
.offer-heading { max-width: 780px; margin-bottom: 42px; }
.offer-heading > p:last-child { max-width: 680px; margin: 0; color: var(--offer-muted); line-height: 1.7; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { padding: 29px; border: 1px solid var(--offer-line); border-radius: 18px; background: #fff; }
.offer-card-index { display: block; margin-bottom: 45px; color: var(--offer-red); font-size: .72rem; font-weight: 700; }
.offer-card h3 { margin: 0 0 12px; }
.offer-card p { margin: 0; color: var(--offer-muted); font-size: .91rem; line-height: 1.65; }
.offer-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 90px); align-items: start; }
.offer-split p { color: var(--offer-muted); line-height: 1.75; }
.offer-checklist { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.offer-checklist li { position: relative; padding: 15px 17px 15px 46px; border: 1px solid var(--offer-line); border-radius: 11px; background: #fff; color: #403d48; line-height: 1.5; }
.offer-checklist li::before { content: "✓"; position: absolute; top: 15px; left: 17px; color: var(--offer-red); font-weight: 700; }
.offer-process { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.offer-process li { position: relative; padding: 0 22px 0 0; }
.offer-process li:not(:last-child)::after { content: ""; position: absolute; top: 19px; left: 50px; right: 17px; height: 1px; background: #d5cfcb; }
.offer-process span { position: relative; z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 26px; border-radius: 50%; background: var(--offer-red); color: #fff; font-size: .7rem; font-weight: 700; }
.offer-process h3 { margin: 0 0 10px; font-size: 1.1rem; }
.offer-process p { margin: 0; color: var(--offer-muted); font-size: .86rem; line-height: 1.65; }
.offer-callout { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 40px; overflow: hidden; padding: clamp(34px, 5vw, 58px); border-radius: 22px; background: linear-gradient(130deg, #151a22, #1c2733); color: #fff; }
.offer-callout::after { content: ""; position: absolute; z-index: -1; top: -90%; right: -8%; width: 46%; height: 260%; opacity: .82; background: linear-gradient(148deg, transparent 48.8%, rgba(199,39,45,.78) 49%, transparent 49.2%) 0 0 / 100% 43%, linear-gradient(32deg, transparent 49.3%, rgba(96,119,139,.72) 49.5%, transparent 49.7%) 0 0 / 100% 52%; transform: rotate(7deg); }
.offer-callout h2 { margin-bottom: 13px; color: #fff; }
.offer-callout p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.7; }
.offer-callout .offer-button { justify-self: start; }
.offer-disclosure { max-width: 790px; margin: 24px auto 0; padding: 16px 18px; border-left: 3px solid var(--offer-red); background: #fff7f7; color: #5f5962; font-size: .87rem; line-height: 1.6; }

@media (max-width: 991px) { .offer-hero-grid, .offer-split, .offer-callout { grid-template-columns: 1fr; } .offer-visual-card { max-width: 600px; transform: none; } .offer-grid { grid-template-columns: 1fr; } .offer-process { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; } .offer-process li:nth-child(2)::after { display: none; } }
@media (max-width: 575px) { .offer-hero { padding-top: 66px; } .offer-actions { flex-direction: column; } .offer-button { width: 100%; } .offer-visual-card { padding: 20px; } .offer-process { grid-template-columns: 1fr; } .offer-process li::after { display: none; } .offer-callout::after { right: -35%; width: 85%; } }
