.landing-page { color: #10283b; }
.landing-page * { box-sizing: border-box; }
.landing-hero { background: linear-gradient(135deg, #eef8ff 0%, #f7f4ff 100%); border: 1px solid #d7e6f0; border-left: 5px solid #0b609b; border-radius: 12px; padding: 34px; margin: 18px 0 34px; }
.landing-eyebrow { color: #0b609b; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; }
.landing-hero h1 { color: #062d50; font-size: clamp(30px, 4.5vw, 46px); line-height: 1.12; margin: 0 0 16px; padding: 0; }
.landing-lead { font-size: 19px; line-height: 1.65; margin: 0; max-width: 900px; }
.landing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.landing-button { background: #0b609b; border: 2px solid #0b609b; border-radius: 6px; color: #fff !important; display: inline-block; font-weight: 700; padding: 11px 19px; text-decoration: none !important; }
.landing-button:hover { background: #084a77; border-color: #084a77; }
.landing-button.secondary { background: #fff; color: #0b609b !important; }
.landing-button.secondary:hover { background: #edf7fd; }
.landing-section { margin: 44px 0; }
.landing-section h2 { color: #07396a; font-size: 28px; line-height: 1.25; margin: 0 0 18px; padding: 0; }
.landing-section h3 { color: #123f61; font-size: 20px; margin: 0 0 9px; padding: 0; }
.landing-section p, .landing-section li { font-size: 16px; line-height: 1.65; }
.landing-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.landing-card { background: #fff; border: 1px solid #dbe6ed; border-radius: 10px; box-shadow: 0 3px 14px rgba(4, 44, 75, .07); padding: 22px; }
.landing-card p { margin: 0; }
.landing-callout { background: #fff8e8; border-left: 5px solid #d79012; border-radius: 7px; padding: 20px 22px; }
.landing-callout.info { background: #edf8ff; border-left-color: #1686bd; }
.landing-callout strong { color: #4c3507; }
.landing-callout.info strong { color: #07396a; }
.landing-table-wrap { overflow-x: auto; }
.landing-table { border-collapse: collapse; min-width: 650px; width: 100%; }
.landing-table th, .landing-table td { border: 1px solid #d7e1e8; padding: 13px 15px; text-align: left; vertical-align: top; }
.landing-table th { background: #07396a; color: #fff; }
.landing-table tbody tr:nth-child(even) { background: #f5f9fc; }
.landing-yes { color: #17733c; font-weight: 700; }
.landing-no { color: #a33a2d; font-weight: 700; }
.landing-steps { counter-reset: landing-step; display: grid; gap: 16px; margin: 0; padding: 0; }
.landing-steps li { background: #f6f9fb; border-radius: 8px; list-style: none; padding: 18px 18px 18px 62px; position: relative; }
.landing-steps li::before { align-items: center; background: #0b609b; border-radius: 50%; color: #fff; content: counter(landing-step); counter-increment: landing-step; display: flex; font-weight: 700; height: 32px; justify-content: center; left: 18px; position: absolute; top: 16px; width: 32px; }
.landing-figure { margin: 26px auto; max-width: 970px; text-align: center; }
.landing-figure img { border: 1px solid #cddce6; border-radius: 8px; box-shadow: 0 5px 20px rgba(4, 44, 75, .12); height: auto; max-width: 100%; }
.landing-figure figcaption { color: #526775; font-size: 14px; line-height: 1.5; margin-top: 10px; }
.landing-related a { color: #07396a; font-weight: 700; }
.landing-cta { background: #07396a; border-radius: 12px; color: #fff !important; padding: 28px; text-align: center; }
.landing-cta h2, .landing-cta h3, .landing-cta p, .landing-cta li, .landing-cta strong { color: #fff !important; }
.landing-cta p { margin-left: auto; margin-right: auto; max-width: 760px; }
.landing-cta a:not(.landing-button) { color: #d9f2ff !important; }
.landing-cta .landing-button { background: #fff; border-color: #fff; color: #07396a !important; }
.landing-cta .landing-button.secondary { background: transparent; color: #fff !important; }
.landing-cta .landing-button.secondary:hover { background: rgba(255, 255, 255, .12); }
.landing-limit { font-size: 17px; line-height: 1.65; margin-bottom: 20px; }
.landing-fine-print { color: #526775; font-size: 14px !important; }
@media (max-width: 640px) { .landing-hero { padding: 24px 20px; } .landing-hero h1 { font-size: 31px; } .landing-lead { font-size: 17px; } }
