:root{--navy: #15294a;--navy-700: #1e3a5f;--navy-50: #eef2f8;--accent: #f97316;--accent-600: #ea580c;--accent-700: #c2410c;--green: #15803d;--green-50: #f0fdf4;--text: #1f2937;--text-muted: #5b6573;--bg: #ffffff;--surface: #f7f9fc;--surface-2: #eef2f7;--border: #e2e8f0;--radius: 12px;--radius-lg: 18px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow: 0 6px 20px rgba(15, 23, 42, .08);--shadow-lg: 0 18px 40px rgba(15, 23, 42, .12);--container: 1140px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--navy);line-height:1.2;margin:0 0 .5em;font-weight:800;letter-spacing:-.01em}h1{font-size:clamp(2rem,5vw,3.1rem)}h2{font-size:clamp(1.55rem,3.4vw,2.25rem)}h3{font-size:clamp(1.2rem,2.2vw,1.4rem)}p{margin:0 0 1.1rem}a{color:var(--accent-600);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.25rem}li{margin-bottom:.4rem}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.25rem}.section{padding:clamp(2.75rem,6vw,4.75rem) 0}.section--surface{background:var(--surface)}.section--navy{background:var(--navy);color:#dce5f1}.section--navy h2,.section--navy h3{color:#fff}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-600);margin-bottom:.6rem}.section--navy .eyebrow{color:#ffb27a}.lead{font-size:1.18rem;color:var(--text-muted);max-width:60ch}.section--navy .lead{color:#c2cfe2}.text-content{max-width:70ch}.text-content h2{margin-top:2rem}.text-content h3{margin-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:1rem;padding:.85rem 1.5rem;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:transform .12s ease,background .15s ease,box-shadow .15s ease;text-decoration:none;line-height:1.1}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--accent-600);box-shadow:var(--shadow)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--border)}.btn-outline:hover{border-color:var(--navy);background:var(--surface)}.btn-white{background:#fff;color:var(--navy)}.btn-white:hover{background:#f1f5f9}.btn-ghost-light{background:transparent;color:#fff;border-color:#fff6}.btn-ghost-light:hover{background:#ffffff1a}.btn-lg{padding:1.05rem 1.9rem;font-size:1.08rem}.btn-block{width:100%}.grid{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;height:100%}a.card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cdd9ea;text-decoration:none}.card h3{margin-bottom:.4rem}.card p{color:var(--text-muted);margin-bottom:0;font-size:.98rem}.card__icon{width:48px;height:48px;border-radius:12px;background:var(--navy-50);color:var(--navy-700);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card__icon svg{width:26px;height:26px}.card__more{display:inline-block;margin-top:1rem;font-weight:700;color:var(--accent-600);font-size:.95rem}.section-head{max-width:62ch;margin-bottom:2rem}.section-head--center{margin-left:auto;margin-right:auto;text-align:center}.chips{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;padding:0;margin:0}.chips li{margin:0}.chip{display:inline-block;background:#fff;border:1px solid var(--border);border-radius:999px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;color:var(--navy-700)}.section--surface .chip{background:#fff}.trust{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.trust__item{display:flex;gap:.85rem;align-items:flex-start}.trust__check{flex:none;width:28px;height:28px;border-radius:50%;background:var(--green-50);color:var(--green);display:flex;align-items:center;justify-content:center}.trust__check svg{width:17px;height:17px}.trust__item strong{display:block;color:var(--navy)}.steps{counter-reset:step;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));list-style:none;padding:0}.steps li{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 1.25rem 1.25rem;margin:0}.steps li:before{counter-increment:step;content:counter(step);display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--accent);color:#fff;font-weight:800;margin-bottom:.75rem}.steps li strong{display:block;color:var(--navy);margin-bottom:.25rem}.steps li p{margin:0;color:var(--text-muted);font-size:.97rem}.faq{display:grid;gap:.75rem;max-width:820px}.faq details{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:0 1.25rem;box-shadow:var(--shadow-sm)}.faq summary{cursor:pointer;font-weight:700;color:var(--navy);padding:1.1rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.5rem;font-weight:400;color:var(--accent-600);flex:none;line-height:1}.faq details[open] summary:after{content:"–"}.faq details[open] summary{border-bottom:1px solid var(--border)}.faq__answer{padding:1rem 0 1.25rem}.faq__answer p:last-child{margin-bottom:0}.hero{background:linear-gradient(#15294a80,#15294a94),url(/img/hero-bg.jpg) center / cover no-repeat;color:#fff;position:relative;overflow:hidden}.hero__inner{position:relative;display:grid;gap:2rem;align-items:center;padding:clamp(3rem,7vw,5.5rem) 0}@media(min-width:880px){.hero__inner{grid-template-columns:1.15fr .85fr;gap:3rem}}.hero h1{color:#fff;font-size:clamp(2.2rem,5.5vw,3.4rem);line-height:1.12}.hero__accent{color:var(--accent)}.eyebrow-chip{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.28);color:#fff;border-radius:999px;padding:.32rem 1rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.1rem}.hero__sub{font-size:1.15rem;color:#cdd9ea;max-width:52ch;margin:.9rem 0 1.6rem;line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:0}.hero__quote-card{background:#fff;border-radius:var(--radius-lg);padding:1.85rem;color:var(--text);box-shadow:0 20px 50px #00000040}.hero__quote-title{color:var(--navy);font-size:1.3rem;margin-bottom:.5rem}.hero__quote-sub{color:var(--text-muted);font-size:.97rem;margin-bottom:1rem;line-height:1.55}.hero__quote-list{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.hero__quote-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--text);margin:0}.hero__quote-list li:before{content:"";width:20px;height:20px;border-radius:50%;background:var(--green-50);color:var(--green);flex:none;display:flex;align-items:center;justify-content:center;font-size:.7rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2315803d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px}.hero__quote-btn{margin-bottom:1rem;font-size:1.05rem}.hero__quote-meta{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:.85rem;margin-top:0}.hero__quote-meta svg{width:14px;height:14px;flex:none;color:var(--accent-600)}.hero__quote-meta span{display:flex;align-items:center;gap:.4rem}.photo-card{border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.photo-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);text-decoration:none}.photo-card__img{width:100%;height:210px;object-fit:cover;display:block}.photo-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.photo-card__body h3{font-size:1.1rem;margin-bottom:.4rem}.photo-card__body p{font-size:.95rem;color:var(--text-muted);margin-bottom:.75rem;flex:1}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:640px){.before-after{grid-template-columns:1fr}}.before-after__item{position:relative}.before-after__badge{position:absolute;top:12px;left:12px;z-index:2;padding:.3rem .9rem;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff}.before-after__badge--before{background:#dc2626}.before-after__badge--after{background:#16a34a}.before-after__img{width:100%;height:280px;object-fit:cover;border-radius:var(--radius-lg);display:block}.before-after__caption{text-align:center;font-size:.9rem;color:var(--text-muted);margin:.65rem 0 0;font-style:italic}.trust-strip{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));text-align:center}.trust-strip__item{display:flex;flex-direction:column;align-items:center;gap:.6rem}.trust-strip__icon{width:54px;height:54px;border-radius:50%;background:var(--navy-50);color:var(--accent-600);display:flex;align-items:center;justify-content:center;flex:none}.trust-strip__icon svg{width:26px;height:26px}.trust-strip__item strong{display:block;color:var(--navy);font-size:.98rem}.trust-strip__item span{font-size:.88rem;color:var(--text-muted)}.cta-band{background:var(--navy);color:#fff;border-radius:var(--radius-lg);padding:clamp(1.75rem,4vw,2.75rem);display:grid;gap:1.25rem;align-items:center}@media(min-width:760px){.cta-band{grid-template-columns:1.4fr auto}}.cta-band h2{color:#fff;margin-bottom:.4rem}.cta-band p{color:#c2cfe2;margin:0}.cta-band__actions{display:flex;flex-wrap:wrap;gap:.75rem}.breadcrumbs{background:var(--surface);border-bottom:1px solid var(--border);font-size:.9rem}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:.75rem 0;margin:0;color:var(--text-muted)}.breadcrumbs li{margin:0;display:flex;align-items:center;gap:.4rem}.breadcrumbs li:after{content:"/";color:#b6c0cf}.breadcrumbs li:last-child:after{content:""}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--navy)}.breadcrumbs [aria-current=page]{color:var(--navy);font-weight:600}.site-header{position:sticky;top:0;z-index:50;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.15rem;color:#fff;letter-spacing:-.01em}.brand:hover{text-decoration:none;color:#fff}.brand__accent{color:var(--accent)}.brand__mark{width:38px;height:38px;border-radius:10px;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;flex:none}.brand__mark svg{width:22px;height:22px}.nav{display:none;align-items:center;gap:1.4rem}.nav a{color:#ffffffd1;font-weight:600;font-size:.97rem}.nav a:hover{color:#fff;text-decoration:none}.header__actions{display:flex;align-items:center;gap:.75rem}.header__call{display:none}@media(min-width:980px){.nav{display:flex}.header__call{display:inline-flex}}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:#ffffff14;cursor:pointer;color:#fff}.nav-toggle svg{width:24px;height:24px}@media(min-width:980px){.nav-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid rgba(255,255,255,.1);padding:.5rem 0 1rem;background:var(--navy)}.mobile-nav a{display:block;padding:.7rem 0;color:#ffffffd9;font-weight:600;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav a:hover{color:#fff}.nav-checkbox{display:none}.nav-checkbox:checked~.mobile-nav{display:block}.site-footer{background:var(--navy);color:#aebccf;padding:3rem 0 1.5rem;font-size:.95rem}.site-footer h4,.footer-name,.footer-heading{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.9rem}.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));margin-bottom:2rem}.site-footer a{color:#aebccf}.site-footer a:hover{color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-brand p{color:#aebccf;max-width:32ch}.footer-call{font-size:1.25rem;font-weight:800;color:#fff!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.88rem}.layout-aside{display:grid;gap:2rem}@media(min-width:920px){.layout-aside{grid-template-columns:1fr 340px;align-items:start}}.aside-card{background:var(--navy);color:#dce5f1;border-radius:var(--radius-lg);padding:1.6rem;position:sticky;top:90px}.aside-card h3{color:#fff}.aside-card p{color:#c2cfe2}.aside-phone{font-size:1.5rem;font-weight:800;color:#fff;display:block;margin:.25rem 0 1rem}.aside-phone:hover{color:#fff}.form{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm)}.form-row{display:grid;gap:1rem}@media(min-width:560px){.form-row.two{grid-template-columns:1fr 1fr}}.field{margin-bottom:1rem}.field label{display:block;font-weight:600;color:var(--navy);margin-bottom:.35rem;font-size:.95rem}.field input,.field select,.field textarea{width:100%;padding:.75rem .85rem;border:1px solid var(--border);border-radius:10px;font:inherit;font-size:1rem;color:var(--text);background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.field textarea{resize:vertical;min-height:120px}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-note{font-size:.85rem;color:var(--text-muted);margin-top:.75rem}.text-center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.stack>*+*{margin-top:1rem}.divider{height:1px;background:var(--border);border:0;margin:2rem 0}.checklist{list-style:none;padding:0;display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.checklist li{position:relative;padding-left:1.8rem;margin:0}.checklist li:before{content:"";position:absolute;left:0;top:.5em;width:9px;height:9px;border-radius:50%;background:var(--accent)}.error-code{font-size:clamp(4rem,18vw,9rem);font-weight:900;color:var(--navy-50);line-height:1;margin:0}a:focus-visible,button:focus-visible,summary:focus-visible,.btn:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:6px}.sticky-bar{display:none}@media(max-width:979px){.sticky-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--navy);border-top:2px solid rgba(255,255,255,.12);box-shadow:0 -4px 16px #0000002e}body{padding-bottom:64px}.sticky-bar__btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.7rem .5rem;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;border-right:1px solid rgba(255,255,255,.12);min-height:64px;transition:background .12s ease}.sticky-bar__btn:last-child{border-right:none}.sticky-bar__btn:hover,.sticky-bar__btn:active{background:#ffffff14;text-decoration:none;color:#fff}.sticky-bar__call{background:var(--accent)}.sticky-bar__call:hover,.sticky-bar__call:active{background:var(--accent-600)}.sticky-bar__btn svg{width:22px;height:22px;flex:none}}.column-list{columns:2;column-gap:2rem;list-style:disc}@media(max-width:600px){.column-list{columns:1}}
