
:root { color-scheme: light; --primary:#153f54; --secondary:#0f172a; --accent:#f59e0b; --mint:#15946a; --sky:#e0f2fe; --ink:#111827; --muted:#526173; --line:#d9e2ea; --paper:#f7fafc; --radius:8px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family:Inter, system-ui, -apple-system, Segoe UI, sans-serif; color:var(--ink); background:#fff; line-height:1.68; -webkit-font-smoothing:antialiased; padding-bottom:0; }
a { color:inherit; }
img { max-width:100%; display:block; }
.wrap { width:min(1160px, calc(100% - 40px)); margin:0 auto; }
.skip { position:absolute; left:-999px; top:8px; z-index:1000; background:#fff; color:var(--primary); padding:10px 14px; border-radius:6px; font-weight:800; }
.skip:focus { left:12px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline:3px solid var(--accent); outline-offset:3px; }
.site-header { position:sticky; top:0; z-index:50; background:rgba(15,23,42,.94); backdrop-filter:blur(16px); border-bottom:1px solid rgba(255,255,255,.12); }
.header-inner { min-height:74px; display:flex; align-items:center; gap:20px; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:12px; color:#fff; text-decoration:none; font-weight:900; font-size:18px; min-width:0; }
.brand img { width:52px; height:52px; object-fit:cover; border-radius:50%; border:2px solid rgba(255,255,255,.55); }
.brand span { line-height:1.05; }
.nav { display:flex; gap:6px; align-items:center; }
.nav a { color:#d7e4ee; text-decoration:none; font-weight:700; font-size:14px; padding:10px 11px; border-radius:6px; }
.nav a:hover { background:rgba(255,255,255,.09); color:#fff; }
.header-call { background:var(--accent); color:#111827; padding:12px 15px; border-radius:6px; font-weight:900; text-decoration:none; white-space:nowrap; }
.breadcrumbs { width:min(1160px, calc(100% - 40px)); margin:0 auto; padding:18px 0 0; display:flex; gap:10px; color:#65758a; font-size:14px; }
.breadcrumbs a { color:var(--primary); font-weight:800; text-decoration:none; }
.hero { position:relative; min-height:610px; display:grid; place-items:center; overflow:hidden; background:var(--secondary); color:#fff; }
.sub-hero { min-height:500px; }
.hero-media { position:absolute; inset:0; }
.hero-media img { width:100%; height:100%; object-fit:cover; opacity:.54; }
.hero-media:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(15,23,42,.96), rgba(21,63,84,.76) 48%, rgba(15,23,42,.32)); }
.brand-stamp { position:absolute; right:22px; bottom:22px; z-index:2; background:rgba(15,23,42,.78); border:1px solid rgba(255,255,255,.3); color:#fff; padding:10px 13px; border-radius:6px; font-weight:800; font-size:13px; letter-spacing:.02em; }
.hero-copy { position:relative; z-index:3; padding:84px 0; }
.eyebrow { color:#fef3c7; text-transform:uppercase; letter-spacing:.14em; font-weight:900; font-size:13px; margin:0 0 16px; }
h1 { font-family:Fraunces, Georgia, serif; font-size:clamp(2.3rem, 5vw, 4.7rem); line-height:.98; letter-spacing:-.02em; max-width:920px; margin:0 0 22px; text-wrap:balance; }
.hero p:not(.eyebrow) { max-width:720px; font-size:clamp(1.05rem, 2vw, 1.3rem); color:#e5edf5; margin:0 0 30px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:13px 21px; border-radius:6px; border:0; background:var(--accent); color:#121826; font-weight:900; text-decoration:none; cursor:pointer; transition:transform .16s ease, box-shadow .16s ease, background-color .16s ease; touch-action:manipulation; }
.btn:hover { transform:translateY(-2px); box-shadow:0 16px 30px rgba(0,0,0,.18); }
.btn-light { background:#fff; color:var(--primary); }
.content-grid { display:grid; grid-template-columns:minmax(0, 1fr) 320px; gap:28px; padding:72px 0; align-items:start; }
.content-card { min-width:0; }
.content-card h2, .soft-section h2, .faq-section h2, .contact-section h2, .cta h2 { font-family:Fraunces, Georgia, serif; color:var(--primary); line-height:1.08; font-size:clamp(1.7rem, 3vw, 2.45rem); text-wrap:balance; margin:0 0 18px; }
.content-card p { margin:0 0 18px; color:#263445; font-size:17px; text-wrap:pretty; }
.check-list { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px; padding:0; margin:24px 0 34px; list-style:none; }
.check-list li { background:var(--paper); border:1px solid var(--line); border-left:4px solid var(--mint); border-radius:6px; padding:12px; font-weight:700; min-width:0; }
.side-panel { position:sticky; top:96px; background:linear-gradient(180deg, #f8fafc, #eef6f9); border:1px solid var(--line); border-radius:8px; padding:22px; box-shadow:0 18px 35px rgba(15,23,42,.08); }
.side-panel h2 { font-size:22px; margin:0 0 12px; color:var(--secondary); }
.side-panel p { color:#435268; margin:0 0 14px; }
.side-phone { display:block; background:var(--primary); color:#fff; text-align:center; padding:13px; border-radius:6px; font-weight:900; text-decoration:none; margin:16px 0; }
.small-note { font-size:13px; }
.soft-section { background:var(--paper); padding:64px 0; }
.related-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px; }
.related-card { display:flex; min-width:0; min-height:118px; flex-direction:column; justify-content:space-between; gap:12px; background:#fff; color:var(--secondary); text-decoration:none; border:1px solid var(--line); border-radius:8px; padding:18px; transition:transform .16s ease, border-color .16s ease; }
.related-card:hover { transform:translateY(-3px); border-color:var(--accent); }
.related-card span { font-weight:900; }
.related-card small { color:var(--muted); font-weight:700; }
.faq-section { padding:66px 0; }
details { border:1px solid var(--line); border-radius:8px; margin:12px 0; background:#fff; }
summary { cursor:pointer; padding:17px 20px; font-weight:900; color:var(--secondary); }
details p { margin:0; padding:0 20px 20px; color:#435268; }
.cta { background:linear-gradient(135deg, var(--primary), var(--secondary)); color:#fff; text-align:center; padding:70px 0; }
.cta h2 { color:#fff; }
.cta p { color:#d7e4ee; max-width:640px; margin:0 auto 24px; }
.contact-section { padding:10px 0 80px; }
.lead-form { display:grid; gap:14px; max-width:720px; }
.lead-form label { display:grid; gap:7px; font-weight:800; color:var(--secondary); }
.lead-form input, .lead-form textarea { width:100%; border:1px solid var(--line); border-radius:6px; padding:13px 14px; font:inherit; color:var(--ink); background:#fff; }
.lead-form .consent { grid-template-columns:20px 1fr; align-items:start; font-weight:700; color:#435268; }
.lead-form .consent input { width:18px; height:18px; margin-top:4px; }
.lead-form .hp { position:absolute; left:-9999px; opacity:0; width:1px; height:1px; overflow:hidden; }
.site-footer { background:#0b1220; color:#cbd5e1; padding:60px 0 90px; }
.footer-grid { display:grid; grid-template-columns:1.35fr 1fr 1fr 1fr; gap:28px; }
.footer-brand { color:#fff; font-weight:900; font-size:20px; margin-bottom:10px; }
.site-footer h2 { color:#fff; font-size:13px; text-transform:uppercase; letter-spacing:.12em; margin:0 0 12px; }
.site-footer a { color:#dce9f5; display:block; text-decoration:none; padding:3px 0; overflow-wrap:anywhere; }
.site-footer a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:28px; padding-top:18px; display:flex; justify-content:space-between; gap:20px; color:#9fb0c6; font-size:13px; }
.mobile-call { position:fixed; bottom:0; left:0; right:0; z-index:60; display:none; justify-content:center; align-items:center; background:var(--accent); color:#111827; min-height:60px; font-weight:900; text-decoration:none; box-shadow:0 -10px 30px rgba(0,0,0,.18); }
@media(max-width: 940px) { .nav { display:none; } .content-grid { grid-template-columns:1fr; } .side-panel { position:static; } .related-grid { grid-template-columns:1fr 1fr; } .footer-grid { grid-template-columns:1fr 1fr; } .footer-bottom { flex-direction:column; } }
@media(max-width: 620px) { body { padding-bottom:72px; } .mobile-call { display:flex; }  .wrap { width:min(100% - 28px, 1160px); } .hero { min-height:560px; } .brand span { font-size:16px; } .header-call { padding:10px; font-size:14px; } .check-list, .related-grid, .footer-grid { grid-template-columns:1fr; } .brand-stamp { left:14px; right:14px; bottom:14px; text-align:center; font-size:12px; } }
@media(prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *, *:before, *:after { transition:none !important; animation:none !important; } }

.site-footer a.credit-link{display:inline;padding:0;color:#fff;text-decoration:underline;text-underline-offset:3px}

.visual-proof-grid { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:22px; padding:56px 0 10px; }
.photo-card { background:#fff; border:1px solid var(--line); border-radius:24px; overflow:hidden; box-shadow:0 18px 48px rgba(15,23,42,.10); }
.photo-card img { width:100%; height:250px; object-fit:cover; }
.photo-card div { padding:24px; }
.photo-card h2 { margin:0 0 10px; color:var(--primary); font-family:Fraunces, Georgia, serif; font-size:clamp(1.35rem, 2vw, 1.75rem); line-height:1.08; }
.photo-card p { margin:0 0 16px; color:#34465a; }
.photo-card a { color:var(--secondary); font-weight:900; text-decoration:none; border-bottom:2px solid rgba(227,166,0,.45); }
.photo-card a:hover { color:var(--accent); }
@media(max-width: 760px) { .visual-proof-grid { grid-template-columns:1fr; padding-top:34px; } .photo-card img { height:220px; } }
