.landing-body { background: #07131f; color: #fff; }
.landing-header { position: relative; background: #07131f; }
.landing-nav { display: flex; align-items: center; gap: 22px; }
.landing-nav a:not(.button) { color: rgba(255,255,255,.75); font-size: 13px; font-weight: 750; }
.landing-hero { min-height: 720px; padding: clamp(110px, 13vw, 180px) var(--pad) 90px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(4,12,20,.97), rgba(4,12,20,.7)), var(--landing-image) center/cover; }
.landing-wrap { width: min(var(--max), 100%); margin: 0 auto; }
.landing-hero-copy { max-width: 820px; }
.landing-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(54px, 7.5vw, 108px); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
.landing-hero h1 span { color: var(--blue-bright); }
.landing-lead { max-width: 740px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(18px, 2.2vw, 24px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 8px; color: var(--blue-bright); }
.landing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 36px; }
.landing-phone { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 800; }
.landing-section { padding: clamp(75px, 10vw, 130px) var(--pad); background: var(--paper); color: var(--ink); }
.landing-section-dark { background: var(--ink-2); color: #fff; }
.landing-kicker { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.landing-section-dark .landing-kicker { color: var(--blue-bright); }
.landing-section h2 { max-width: 900px; margin: 14px 0 40px; font-family: var(--display); font-size: clamp(42px, 5.5vw, 76px); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(7,19,31,.15); }
.benefit-grid article { padding: 34px; background: #fff; }
.benefit-grid h3 { font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.benefit-grid p { color: var(--muted); }
.landing-two { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.landing-checklist { list-style: none; padding: 0; margin: 0; }
.landing-checklist li { padding: 18px 0 18px 30px; border-bottom: 1px solid rgba(255,255,255,.15); position: relative; }
.landing-checklist li::before { content: "→"; position: absolute; left: 0; color: var(--blue-bright); }
.landing-proof { padding: clamp(75px, 10vw, 130px) var(--pad); background: #e7edf1; color: var(--ink); }
.landing-proof-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(42px, 7vw, 100px); align-items: center; }
.landing-proof-media { position: relative; min-height: 470px; overflow: hidden; background: var(--ink-2); }
.landing-proof-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.landing-proof-plan img { object-position: center; }
.landing-proof-media span { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.7); background: rgba(7,19,31,.78); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.landing-proof-copy h2 { margin: 14px 0 26px; font-family: var(--display); font-size: clamp(40px, 5vw, 68px); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
.landing-proof-copy > p:not(.landing-kicker), .landing-proof-copy small { color: var(--muted); }
.proof-facts { margin: 30px 0 13px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(7,19,31,.18); }
.proof-facts div { padding: 15px 12px; border-right: 1px solid rgba(7,19,31,.18); }
.proof-facts div:last-child { border-right: 0; background: var(--ink); color: #fff; }
.proof-facts strong, .proof-facts span { display: block; }
.proof-facts strong { font-family: var(--display); font-size: clamp(20px, 2vw, 30px); line-height: 1; }
.proof-facts span { margin-top: 7px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.proof-facts div:last-child span { color: var(--blue-bright); }
.proof-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(7,19,31,.18); }
.proof-list li { padding: 13px 0; border-bottom: 1px solid rgba(7,19,31,.18); }
.proof-list li::before { content: "→"; margin-right: 10px; color: var(--blue); }
.faq details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { color: var(--muted); }
.landing-contact { padding: clamp(70px, 9vw, 120px) var(--pad); background: var(--blue-bright); color: var(--ink); text-align: center; }
.landing-contact h2 { margin: 0 auto 20px; max-width: 900px; font-family: var(--display); font-size: clamp(44px, 6vw, 82px); line-height: .95; text-transform: uppercase; }
.landing-contact p { max-width: 680px; margin: 0 auto 28px; font-size: 18px; }
.landing-contact .button { background: var(--ink); border-color: var(--ink); color: #fff; }
.landing-contact .button:hover { background: #fff; color: var(--ink); }
.breadcrumb { margin-bottom: 24px; color: rgba(255,255,255,.55); font-size: 12px; }
.breadcrumb a { text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 500; left: 18px; right: 18px; bottom: 18px; max-width: 1120px; margin: auto; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #fff; color: #07131f; border: 1px solid rgba(7,19,31,.15); box-shadow: 0 20px 70px rgba(0,0,0,.28); }
.cookie-banner strong { display: block; }
.cookie-banner p { margin: 5px 0 0; max-width: 700px; color: #52606c; font-size: 13px; }
.cookie-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cookie-actions button { min-height: 42px; padding: 0 14px; border: 1px solid #07131f; cursor: pointer; font-weight: 750; }
.cookie-primary { background: #07131f; color: #fff; }
.cookie-secondary { background: #fff; color: #07131f; }
.cookie-actions a { font-size: 12px; text-decoration: underline; }
@media (max-width: 850px) { .benefit-grid { grid-template-columns: 1fr; } .landing-two, .landing-proof-grid { grid-template-columns: 1fr; } .landing-proof-media { min-height: 58vw; } .landing-nav > a:not(.button) { display: none; } .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; } .cookie-actions { flex-wrap: wrap; } }
@media (max-width: 560px) { .landing-hero { min-height: 0; padding-top: 86px; padding-bottom: 70px; } .landing-hero h1 { font-size: clamp(39px, 12.5vw, 56px); line-height: 1; letter-spacing: -.035em; } .landing-section h2, .landing-proof-copy h2, .landing-contact h2 { font-size: clamp(36px, 11.5vw, 52px); line-height: 1; overflow-wrap: anywhere; hyphens: auto; } .landing-lead { font-size: 17px; line-height: 1.55; } .landing-actions { align-items: stretch; flex-direction: column; } .landing-phone { text-align: center; } .proof-facts { grid-template-columns: 1fr; } .proof-facts div { border-right: 0; border-bottom: 1px solid rgba(7,19,31,.18); } .proof-facts div:last-child { border-bottom: 0; } .cookie-actions button { flex: 1; } }
