/* Six focused SEO landing pages: shared presentation, page-specific content/art. */

.landing-page { background: #0d0b1a; color: var(--text-light); }
.landing-page main { overflow: hidden; }

.landing-hero {
    position: relative;
    min-height: min(820px, 94vh);
    display: flex;
    align-items: flex-end;
    padding: 150px 0 88px;
    isolation: isolate;
}

.landing-hero picture,
.landing-hero__veil { position: absolute; inset: 0; }
.landing-hero picture { z-index: -2; }
.landing-hero img { width: 100%; height: 100%; object-fit: cover; }
.landing-hero__veil {
    z-index: -1;
    background: linear-gradient(90deg, rgba(7, 5, 16, .94) 0%, rgba(7, 5, 16, .72) 45%, rgba(7, 5, 16, .22) 78%), linear-gradient(0deg, #0d0b1a 0%, transparent 36%);
}
.landing-hero__content { max-width: 760px; margin-left: max(24px, calc((100vw - var(--container)) / 2)); margin-right: 24px; }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 34px; color: rgba(255,255,255,.65); font-size: .78rem; }
.breadcrumb a { color: var(--gold-light); }
.landing-eyebrow,
.landing-kicker { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.landing-hero h1 { max-width: 740px; margin: 12px 0 22px; color: #fff5d2; font-family: var(--font-display); font-size: clamp(2.2rem, 5.5vw, 4.7rem); line-height: 1.03; }
.landing-hero p { max-width: 680px; margin: 0 0 30px; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.8vw, 1.22rem); line-height: 1.7; }

.landing-section { padding: 90px 0; }
.landing-section--dark { background: #090713; }
.landing-section--soft { background: linear-gradient(135deg, rgba(132, 42, 28, .16), rgba(212, 160, 23, .055)); }
.landing-section h2,
.landing-art h2,
.landing-cta h2 { max-width: 820px; margin: 10px 0 18px; color: #fff4cf; font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 3.2rem); line-height: 1.12; }
.landing-lead { max-width: 850px; color: var(--text-muted); font-size: 1.08rem; line-height: 1.75; }
.landing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.landing-card { position: relative; min-height: 218px; padding: 30px; border: 1px solid rgba(212, 160, 23, .18); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(212,160,23,.045)); }
.landing-card::before { content: ""; display: block; width: 36px; height: 4px; margin-bottom: 24px; background: linear-gradient(90deg, var(--terracotta), var(--gold)); }
.landing-card h3 { margin: 0 0 13px; color: #fff0c0; font-family: var(--font-display); font-size: 1.18rem; }
.landing-card p,
.landing-split__copy p,
.landing-step p,
.landing-faq p,
.landing-art p,
.landing-cta p { color: var(--text-muted); line-height: 1.7; }

.landing-split { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 62px; align-items: center; }
.landing-split__media { position: relative; }
.landing-split__media::before { content: ""; position: absolute; inset: -12px 22px 22px -12px; z-index: 0; border: 1px solid rgba(212,160,23,.28); border-radius: 24px; }
.landing-split__media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; box-shadow: 0 24px 55px rgba(0,0,0,.38); }
.landing-split__copy p { font-size: 1.02rem; }

.landing-art { padding: 70px 0; background: #090713; }
.landing-art figure { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(212,160,23,.2); border-radius: 24px; background: #120d1e; }
.landing-art picture { display: block; }
.landing-art img { display: block; width: 100%; min-height: 360px; max-height: 560px; object-fit: cover; opacity: .82; }
.landing-art figcaption { position: absolute; inset: auto 0 0; padding: 80px 6% 42px; background: linear-gradient(0deg, rgba(7,5,16,.97), rgba(7,5,16,.16)); }
.landing-art figcaption span { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.landing-art figcaption p { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.78); }

.landing-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 42px; overflow: hidden; border: 1px solid rgba(212,160,23,.17); border-radius: 18px; background: rgba(212,160,23,.17); }
.landing-step { min-height: 250px; padding: 28px; background: #0d0b1a; }
.landing-step span { color: var(--terracotta); font-family: var(--font-display); font-size: 2rem; font-weight: 700; }
.landing-step h3 { margin: 18px 0 10px; color: #fff0c0; font-family: var(--font-display); font-size: 1.08rem; }

.landing-faqs { max-width: 940px; }
.landing-faq { border-top: 1px solid rgba(212,160,23,.18); }
.landing-faq:last-child { border-bottom: 1px solid rgba(212,160,23,.18); }
.landing-faq summary { position: relative; padding: 22px 50px 22px 0; color: #fff0c0; font-family: var(--font-display); font-size: 1.05rem; cursor: pointer; list-style: none; }
.landing-faq summary::-webkit-details-marker { display: none; }
.landing-faq summary::after { content: "+"; position: absolute; right: 8px; color: var(--gold); font-size: 1.45rem; }
.landing-faq[open] summary::after { content: "−"; }
.landing-faq p { max-width: 780px; margin: -4px 0 24px; }

.landing-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.landing-related__card { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 94px; padding: 22px 24px; border: 1px solid rgba(212,160,23,.18); border-radius: 14px; color: #fff0c0; background: rgba(255,255,255,.025); }
.landing-related__card strong { color: var(--gold); font-size: 1.35rem; transition: transform .2s ease; }
.landing-related__card:hover { border-color: var(--gold); background: rgba(212,160,23,.07); }
.landing-related__card:hover strong { transform: translateX(4px); }

.landing-cta { padding: 70px 0; background: linear-gradient(115deg, #552018, #251124 58%, #0d0b1a); }
.landing-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.landing-cta p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.landing-cta .btn { flex: 0 0 auto; }

@media (max-width: 960px) {
    .landing-grid { grid-template-columns: 1fr; }
    .landing-card { min-height: 0; }
    .landing-split { grid-template-columns: 1fr; }
    .landing-steps { grid-template-columns: repeat(2, 1fr); }
    .landing-related { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .landing-hero { min-height: 720px; padding: 120px 0 58px; }
    .landing-hero__veil { background: linear-gradient(0deg, rgba(7,5,16,.98) 0%, rgba(7,5,16,.61) 68%, rgba(7,5,16,.31)); }
    .landing-hero__content { margin: 0 20px; }
    .breadcrumb { margin-bottom: 24px; }
    .landing-section { padding: 64px 0; }
    .landing-grid { margin-top: 30px; }
    .landing-card { padding: 24px; }
    .landing-split { gap: 38px; }
    .landing-art { padding: 46px 0; }
    .landing-art img { min-height: 500px; }
    .landing-art figcaption { padding: 100px 24px 28px; }
    .landing-steps { grid-template-columns: 1fr; }
    .landing-step { min-height: 0; }
    .landing-cta .container { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .landing-related__card strong { transition: none; }
}
