:root{--navy:#0e2a47;--navy-700:#123457;--navy-900:#081b30;--red:#d8232a;--red-600:#b71d24;--cream:#fbf9f5;--paper:#fff;--ink:#16202e;--muted:#586675;--line:#e7e1d8;--line-soft:#f0ebe3;--serif:"Fraunces",Georgia,"Times New Roman",serif;--sans:"Inter",system-ui,-apple-system,sans-serif;--radius:14px;--radius-sm:9px;--wrap:1160px;--shadow:0 18px 40px -18px #0e2a4747;--shadow-sm:0 8px 24px -12px #0e2a4738}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:84px}body{font-family:var(--sans);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--red);outline-offset:3px}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}h1,h2,h3{font-family:var(--serif);letter-spacing:-.01em;color:var(--navy);font-weight:600;line-height:1.1}h1{font-size:clamp(2.4rem,5.2vw,3.9rem)}h2{font-size:clamp(1.85rem,3.6vw,2.7rem)}h3{font-size:1.2rem;line-height:1.25}.eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.14em;color:var(--red);font-size:.78rem;font-weight:600}.lead{color:var(--muted);font-size:1.12rem}section{padding:88px 0}.sec-head{max-width:640px;margin-bottom:48px}.sec-head .eyebrow{margin-bottom:14px;display:block}.sec-head p{color:var(--muted);margin-top:12px;font-size:1.05rem}.center{text-align:center;margin-left:auto;margin-right:auto}.btn{font-family:var(--sans);border-radius:var(--radius-sm);cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;padding:13px 24px;font-size:.95rem;font-weight:600;line-height:1;transition:transform .15s,background .2s,border-color .2s,color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--red);color:#fff;border-color:var(--red)}.btn-primary:hover{background:var(--red-600);border-color:var(--red-600)}.btn-navy{background:var(--navy);color:#fff;border-color:var(--navy)}.btn-navy:hover{background:var(--navy-700);border-color:var(--navy-700)}.btn-ghost{color:var(--navy);border-color:var(--line);background:0 0}.btn-ghost:hover{border-color:var(--navy);background:#fff}.btn-lg{padding:16px 30px;font-size:1rem}.site-header{z-index:40;backdrop-filter:blur(10px);border-bottom:1px solid var(--line-soft);background:#fbf9f5e0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.brand{font-family:var(--serif);color:var(--navy);white-space:nowrap;align-items:baseline;gap:2px;font-size:1.35rem;font-weight:600;display:flex}.brand .amp{color:var(--red)}.brand small{font-family:var(--sans);letter-spacing:.02em;color:var(--muted);margin-left:4px;font-size:.7rem;font-weight:500}.nav{align-items:center;gap:30px;display:flex}.nav a{color:var(--ink);font-size:.92rem;font-weight:500;transition:color .2s}.nav a:hover{color:var(--red)}.header-cta{align-items:center;gap:14px;display:flex}.header-phone{color:var(--navy);align-items:center;gap:7px;font-size:.92rem;font-weight:600;display:inline-flex}.nav-toggle{cursor:pointer;background:0 0;border:0;margin:-8px;padding:8px;display:none}.nav-toggle span{background:var(--navy);width:22px;height:2px;margin:5px 0;transition:all .2s;display:block}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{background:var(--paper);border-bottom:1px solid var(--line);display:none}.mobile-menu.show{display:block}.mobile-menu .wrap{flex-direction:column;padding-top:8px;padding-bottom:20px;display:flex}.mobile-menu a{border-bottom:1px solid var(--line-soft);padding:13px 0;font-weight:500}.mobile-menu .btn{margin-top:16px}.hero{padding:72px 0 80px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid}.hero h1{margin:18px 0 20px}.hero h1 .accent{color:var(--red)}.hero .lead{max-width:520px;margin-bottom:30px}.hero-ctas{flex-wrap:wrap;gap:14px;margin-bottom:34px;display:flex}.hero-trust{flex-wrap:wrap;gap:22px;display:flex}.hero-trust .item{flex-direction:column;display:flex}.hero-trust .num{font-family:var(--serif);color:var(--navy);font-size:1.5rem;font-weight:600}.hero-trust .lbl{color:var(--muted);font-size:.8rem}.hero-media{position:relative}.hero-media img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover;width:100%;height:auto}.hero-badge{border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:12px;padding:14px 18px;display:flex;position:absolute;bottom:-18px;left:-18px}.hero-badge .leaf{color:var(--red);font-size:1.6rem;line-height:1}.hero-badge b{font-family:var(--serif);color:var(--navy);font-size:.98rem;display:block}.hero-badge span{color:var(--muted);font-size:.78rem}.stats{background:var(--navy);color:#fff}.stats .wrap{grid-template-columns:repeat(4,1fr);gap:24px;padding-top:44px;padding-bottom:44px;display:grid}.stat{text-align:center}.stat .num{font-family:var(--serif);color:#fff;font-size:2.1rem;font-weight:600}.stat .num em{color:#7fb2e6;font-style:normal}.stat .lbl{color:#b9c6d4;margin-top:4px;font-size:.86rem}.about-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:56px;display:grid}.about-media img{border-radius:var(--radius);box-shadow:var(--shadow-sm);aspect-ratio:4/3;object-fit:cover;width:100%;height:100%}.about-media{height:100%;min-height:340px}.about h2{margin-bottom:18px}.about p{color:var(--muted);margin-bottom:16px}.credential{border:1px solid var(--line);border-left:3px solid var(--red);border-radius:var(--radius-sm);background:#fff;align-items:center;gap:14px;margin-top:8px;padding:16px 18px;display:flex}.credential .rcic{font-family:var(--serif);color:var(--navy);font-size:1.05rem;font-weight:600}.credential span{color:var(--muted);font-size:.86rem}.verify{color:var(--red);white-space:nowrap;font-weight:600}.verify:hover{text-underline-offset:2px;text-decoration:underline}a.hero-badge{text-decoration:none;transition:transform .15s,box-shadow .15s}a.hero-badge:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.values{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:26px;display:grid}.value b{color:var(--navy);font-family:var(--serif);margin-bottom:3px;display:block}.value p{margin:0;font-size:.9rem}.services{background:var(--paper)}.svc-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.svc-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;transition:transform .18s,box-shadow .18s,border-color .18s}.svc-card:hover{box-shadow:var(--shadow-sm);border-color:var(--red);transform:translateY(-3px)}.svc-icon{width:46px;height:46px;color:var(--red);background:#d8232a1a;border-radius:11px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.svc-icon svg{width:24px;height:24px}.svc-card h3{margin-bottom:8px}.svc-card p{color:var(--muted);font-size:.92rem}.svc-cta{text-align:center;margin-top:44px}.why-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.why-item .n{font-family:var(--serif);color:var(--red);font-size:1.1rem;font-weight:600}.why-item h3{margin:10px 0 8px}.why-item p{color:var(--muted);font-size:.92rem}.why-grid.steps{grid-template-columns:repeat(3,1fr)}.faq{background:var(--paper)}.faq-list{max-width:820px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{cursor:pointer;font-family:var(--serif);color:var(--navy);justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:1.1rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-family:var(--sans);color:var(--red);flex-shrink:0;font-size:1.5rem;font-weight:400;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{color:var(--muted);max-width:720px;padding:0 0 22px}.contact-grid{grid-template-columns:1fr 1fr;gap:48px;display:grid}.contact-info .row{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.contact-info .ic{background:var(--navy);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.contact-info .ic svg{width:20px;height:20px}.contact-info b{color:var(--navy);font-family:var(--serif);display:block}.contact-info a,.contact-info span{color:var(--muted);font-size:.95rem}.contact-info a:hover{color:var(--red)}.form{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:30px}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form label{color:var(--navy);margin:14px 0 6px;font-size:.82rem;font-weight:600;display:block}.form input,.form textarea{width:100%;font-family:var(--sans);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--cream);padding:12px 14px;font-size:.98rem}.form input:focus,.form textarea:focus{border-color:var(--red);background:#fff;outline:none}.form textarea{resize:vertical;min-height:120px}.form .btn{width:100%;margin-top:22px}.hp{opacity:0;height:0;position:absolute;left:-9999px}.form-note{color:var(--muted);text-align:center;margin-top:14px;font-size:.8rem}.form-msg{border-radius:var(--radius-sm);margin-bottom:18px;padding:14px 16px;font-size:.92rem}.form-msg.ok{color:#1e6b34;background:#eaf6ec;border:1px solid #9fd3aa}.form-msg.err{color:#9c2a2a;background:#fdf2f2;border:1px solid #e8b4b4}.legal{padding:72px 0 80px}.legal-wrap{max-width:800px}.legal .eyebrow{margin-bottom:12px;display:block}.legal h1{margin-bottom:10px}.legal .updated{color:var(--muted);margin-bottom:8px;font-size:.9rem}.legal .intro{color:var(--muted);margin-bottom:8px;font-size:1.05rem}.legal h2{margin:38px 0 12px;font-size:1.4rem}.legal h3{margin:22px 0 8px;font-size:1.08rem}.legal p{color:#3a424e;margin-bottom:14px}.legal ul{color:#3a424e;margin:0 0 14px 22px}.legal li{margin-bottom:7px}.legal a{color:var(--red);text-underline-offset:2px;text-decoration:underline}.cta-band{background:linear-gradient(135deg,var(--navy),var(--navy-900));color:#fff;text-align:center}.cta-band h2{color:#fff;max-width:640px;margin:0 auto 14px}.cta-band p{color:#b9c6d4;max-width:520px;margin:0 auto 28px}.site-footer{background:var(--navy-900);color:#b9c6d4;padding:56px 0 30px}.foot-grid{grid-template-columns:1.4fr 1fr 1fr;gap:40px;margin-bottom:36px;display:grid}.foot-brand{font-family:var(--serif);color:#fff;margin-bottom:12px;font-size:1.3rem}.foot-brand .amp{color:var(--red)}.site-footer p{font-size:.9rem;line-height:1.7}.foot-col h4{color:#fff;font-family:var(--sans);text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px;font-size:.82rem}.foot-col a{color:#b9c6d4;padding:5px 0;font-size:.92rem;display:block}.foot-col a:hover{color:#fff}.foot-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:22px;font-size:.82rem;display:flex}.foot-bottom a{color:#b9c6d4;text-underline-offset:2px;text-decoration:underline}.foot-bottom a:hover{color:#fff}@media (width<=920px){.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:40px}.hero-media{order:-1}.svc-grid,.why-grid,.why-grid.steps{grid-template-columns:repeat(2,1fr)}.stats .wrap{grid-template-columns:repeat(2,1fr);gap:30px}.foot-grid{grid-template-columns:1fr 1fr}}@media (width<=860px){.nav,.header-phone,.header-cta .btn{display:none}.nav-toggle{display:block}}@media (width<=680px){section{padding:64px 0}.svc-grid,.why-grid,.why-grid.steps,.values,.form-row,.foot-grid{grid-template-columns:1fr}.hero-badge{left:12px}.hero-media img,.about-media img{aspect-ratio:16/10}.about-media{min-height:0}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}html{scroll-behavior:auto}}
