.marketing-page.page-wrap { max-width: none; padding: 0; }
.mk-hero { position: relative; display: flex; min-height: 460px; align-items: flex-end; overflow: hidden; margin: 0 clamp(8px, 2vw, 24px); border-radius: 16px; }
.mk-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mk-hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 32, 28, .2) 25%, rgba(14, 32, 28, .85)); }
.mk-hero-inner { position: relative; max-width: 720px; padding: clamp(24px, 5vw, 56px); }
.mk-hero h1 { margin: 0; color: var(--paper-50); font-size: clamp(32px, 5.5vw, 54px); font-weight: 900; letter-spacing: -.03em; line-height: 1.04; }
.mk-hero p { max-width: 520px; margin: 16px 0 0; color: rgba(247, 246, 243, .85); font-size: 16.5px; line-height: 1.55; }
.mk-hero .ctas, .slogan-strip .ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn-ghost-light { border: 1.5px solid rgba(247, 246, 243, .55); background: transparent; color: var(--paper-50); }
.mk-section { max-width: 1180px; margin: 0 auto; padding: 52px clamp(16px, 4vw, 48px) 8px; }
.mk-section > h2 { margin: 0 0 18px; font-size: clamp(24px, 3.5vw, 32px); font-weight: 900; letter-spacing: -.02em; }
.feature-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; align-items: center; margin-bottom: 24px; }
.feature-split.flip .img-col { order: 2; }
.feature-split .img-col img { width: 100%; height: 340px; border-radius: 14px; object-fit: cover; }
.feature-split .kicker { margin-bottom: 10px; color: var(--forest-600); font: 600 11px var(--mono); letter-spacing: .12em; }
.feature-split h2 { margin: 0 0 12px; font-size: 23px; font-weight: 900; letter-spacing: -.02em; }
.feature-split p { margin: 0 0 12px; color: var(--ink-600); font-size: 14.5px; line-height: 1.65; }
.feature-split ul { display: flex; flex-direction: column; gap: 8px; margin: 0; padding-left: 0; list-style: none; }
.feature-split li { display: flex; gap: 10px; align-items: baseline; color: var(--ink-600); font-size: 14px; line-height: 1.5; }
.feature-split li::before { content: "✓"; flex: none; color: var(--forest-600); font: 800 12px var(--mono); }
.quote-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 36px; align-items: center; margin: 52px clamp(8px, 2vw, 24px) 0; padding: clamp(32px, 5vw, 56px); border-radius: 16px; background: var(--forest-900); }
.quote-band blockquote { margin: 0; color: var(--paper-50); font-size: clamp(19px, 2.6vw, 25px); font-weight: 800; letter-spacing: -.02em; line-height: 1.35; }
.quote-band .attr { margin-top: 16px; color: var(--mint-300); font: 600 11px var(--mono); letter-spacing: .08em; }
.quote-band .qphoto { width: 100%; height: 280px; border-radius: 12px; object-fit: cover; }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.faq-card { padding: 22px 24px; border: 1px solid var(--line-200); border-radius: 12px; background: #fff; }
.faq-card h3 { margin: 0 0 8px; font-size: 15px; font-weight: 800; }
.faq-card p { margin: 0; color: var(--ink-500); font-size: 13.5px; line-height: 1.6; }
.slogan-strip { max-width: 900px; margin: 0 auto; padding: 64px clamp(16px, 4vw, 48px) 12px; text-align: center; }
.slogan-strip .big { font-size: clamp(28px, 4.5vw, 44px); font-weight: 900; letter-spacing: -.03em; line-height: 1.08; }
.slogan-strip .big em { color: var(--forest-600); font-style: normal; }
.slogan-strip p { max-width: 560px; margin: 16px auto 0; color: var(--ink-500); font-size: 15px; line-height: 1.6; }
.slogan-strip .ctas { justify-content: center; margin-top: 28px; }
@media (max-width: 767.98px) { .feature-split.flip .img-col { order: 0; } }
@media (max-width: 575.98px) { .mk-hero { min-height: 490px; } .mk-hero p { font-size: 15px; } .mk-hero .ctas, .slogan-strip .ctas { align-items: stretch; flex-direction: column; } .mk-hero .ctas .btn, .slogan-strip .ctas .btn { width: 100%; } }
