@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--red:#d51d32;--red-dark:#b41326;--ink:#17191d;--muted:#626770;--paper:#f5f6f7;--line:#e3e5e8;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font:16px/1.7 'DM Sans',Arial,sans-serif;color:var(--ink);background:white}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,summary{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}img{display:block;max-width:100%}button{cursor:pointer}h1,h2,h3,h4{font-family:'Manrope',Arial,sans-serif;line-height:1.16;letter-spacing:-.04em;margin:0 0 22px}h1{font-size:clamp(42px,4.6vw,70px);font-weight:650}h2{font-size:clamp(32px,3.2vw,46px);font-weight:650}h3{font-size:24px;letter-spacing:-.03em}p{margin:0 0 20px}.wrap{width:min(1240px,calc(100% - 80px));margin:auto}.eyebrow{font-size:13px;letter-spacing:.16em;font-weight:700;color:var(--red);text-transform:uppercase;margin:0 0 22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--red);color:white;padding:15px 24px;border:1px solid var(--red);border-radius:7px;font-weight:600;line-height:1.4;transition:background .2s,transform .2s}.btn:hover{background:var(--red-dark);transform:translateY(-2px)}.btn.light{background:white;color:var(--ink);border-color:var(--line)}.btn.dark{background:var(--ink);border-color:var(--ink)}.text-link{font-weight:650;border-bottom:1px solid var(--ink);padding-bottom:5px}.topbar{background:var(--ink);color:#e8e9ec;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;padding:8px 0;gap:20px}.topbar a{margin-left:25px}.header{background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.nav{height:98px;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo img{width:122px;height:86px;object-fit:contain}.navlinks{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.navlinks>a:hover,.navlinks summary:hover{color:var(--red)}.navlinks details>summary{list-style:none;cursor:pointer}.navlinks details>summary::after{content:'⌄';margin-left:8px}.navlinks details[open]>summary{color:var(--red)}.mega{position:absolute;left:0;right:0;top:98px;background:white;padding:35px max(40px,calc((100vw - 1240px)/2));box-shadow:0 20px 30px #00000015;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:38px;border-top:1px solid var(--line);max-height:75vh;overflow:auto}.mega h3{font-size:18px;color:var(--red);margin-bottom:15px}.mega a{display:block;padding:4px 0;font-weight:400;font-size:14px}.mega a:hover{color:var(--red)}.mobile-toggle{display:none;background:none;border:0;font-size:24px}.hero{padding:52px 0 40px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px}.hero-copy{padding:20px 0}.hero h1 span{color:var(--red)}.hero-copy>p:not(.eyebrow){max-width:510px;color:var(--muted);font-size:17px}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:30px;flex-wrap:wrap}.hero-photo{position:relative;margin:0;min-height:535px}.hero-photo>img{width:100%;height:535px;object-fit:cover;border-radius:90px 16px 16px 16px}.photo-note{position:absolute;bottom:25px;left:-28px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px #0000000c;border-radius:12px;padding:19px 24px;display:flex;align-items:center;gap:17px;max-width:90%}.note-icon{display:grid;place-items:center;background:#fcedef;color:var(--red);width:44px;height:44px;border-radius:50%;font-size:22px}.photo-note strong{font-size:15px;display:block}.photo-note small{font-size:13px;color:var(--muted)}.hero-bottom{display:flex;gap:35px;margin-top:35px;font-size:13px;color:var(--muted)}.hero-bottom span::before{content:'✓';color:var(--red);padding-right:9px}.trust-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:0 25px;border-right:1px solid var(--line);font-size:14px}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border:0}.trust-grid strong{display:block;font-size:15px}.trust-grid span{color:var(--muted);font-size:13px}.section{padding:90px 0}.section.grey{background:var(--paper)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:36px}.section-head h2{margin:0;max-width:640px}.section-head p:not(.eyebrow){color:var(--muted);max-width:340px;margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:white;transition:transform .25s,box-shadow .25s}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #17191d0e}.service-image{height:210px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:hover img{transform:scale(1.04)}.service-body{padding:25px}.service-body h3{font-size:23px;margin-bottom:13px}.service-body p{font-size:15px;color:var(--muted);line-height:1.65;min-height:74px}.card-link{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600}.card-link span:last-child{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.section-more{text-align:center;margin-top:38px}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.about-photo{width:100%;height:550px;object-fit:cover;border-radius:16px}.split-copy p{color:var(--muted)}.mini-values{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:25px 0 30px;font-size:14px;font-weight:600}.mini-values span:before{content:'✓';color:var(--red);margin-right:9px}.process{background:#191b20;color:#fff}.process .eyebrow{color:#ff7584}.process .section-head p{color:#b9bec8}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.step{border-top:1px solid #494b51;padding-top:23px}.step-no{color:#ff7584;font-size:14px;margin-bottom:25px}.step h3{font-size:21px}.step p{font-size:15px;color:#b9bec8}.blog-card{border-bottom:1px solid var(--line);padding-bottom:22px}.blog-card img{height:220px;width:100%;object-fit:cover;border-radius:12px;margin-bottom:23px}.blog-card time{color:var(--muted);font-size:13px}.blog-card h3{font-size:22px;margin-top:12px}.blog-card p{font-size:15px;color:var(--muted)}.cta{background:var(--red);color:white;padding:55px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:50px}.cta h2{font-size:38px;margin-bottom:15px;max-width:600px}.cta p{margin:0;color:#ffe4e8}.cta .btn{flex-shrink:0}.footer{padding:60px 0 25px;background:var(--paper)}.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:35px}.footer-logo{width:140px;mix-blend-mode:multiply;margin-bottom:15px}.footer h3{font-size:16px;letter-spacing:0;margin:12px 0 20px}.footer-top p,.footer-top a{font-size:14px;color:#555b64}.footer-top a{display:block;margin-bottom:7px}.footer-top a:hover{color:var(--red)}.disclosures{border-top:1px solid var(--line);padding-top:28px;color:#656a72;font-size:13px;line-height:1.75}.risk{font-size:14px;font-weight:700;color:var(--ink)}.disclosures details{border-top:1px solid var(--line);padding:15px 0}.disclosures summary{cursor:pointer;color:var(--ink);font-weight:600}.disclosures details p{margin:15px 0}.copyright{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;margin-top:15px;font-size:12px;color:var(--muted)}.page-hero{background:var(--paper);padding:50px 0 58px;border-bottom:1px solid var(--line)}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:30px}.breadcrumbs a:hover{color:var(--red)}.page-hero h1{font-size:clamp(38px,4vw,60px);max-width:1000px;margin-bottom:18px}.page-hero p{max-width:720px;color:var(--muted);margin-bottom:0}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:80px;align-items:start}.prose{min-width:0}.prose p,.prose li{font-size:17px;color:#535963}.prose h2{font-size:30px;margin-top:42px;letter-spacing:-.035em}.prose h2:first-child{margin-top:0}.prose img{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin:30px 0}.prose ul,.prose ol{padding-left:23px;margin-bottom:25px}.prose li{margin-bottom:12px}.prose blockquote{margin:30px 0;padding:25px 30px;border-left:3px solid var(--red);background:var(--paper)}.sidebar{position:sticky;top:125px}.side-box{background:var(--paper);padding:28px;border-radius:12px;margin-bottom:25px}.side-box h3{font-size:22px}.side-box p{font-size:15px;color:var(--muted)}.side-box .btn{width:100%;font-size:14px;padding:13px}.side-box>a:not(.btn){display:block;border-bottom:1px solid var(--line);padding:12px 0;font-size:14px}.category-list{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.category-block{padding:30px;background:var(--paper);border-radius:14px}.category-block h2{font-size:25px}.category-block a{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.category-block a:hover{color:var(--red)}.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:90px}.contact-items{display:grid;gap:25px;margin-top:35px}.contact-items h3{font-size:17px;letter-spacing:0;margin-bottom:6px}.contact-items p{font-size:16px;color:var(--muted);margin:0}.contact-form{background:var(--paper);padding:38px;border-radius:16px}.contact-form h2{font-size:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:block;font-size:14px;font-weight:600;margin-bottom:18px}input,textarea,select{display:block;width:100%;padding:13px 14px;border:1px solid #d4d7dc;background:white;border-radius:6px;margin-top:8px;color:var(--ink)}input:focus,textarea:focus,select:focus{outline:2px solid var(--red);outline-offset:1px}textarea{resize:vertical;min-height:130px}.form-hint{font-size:13px;color:var(--muted);line-height:1.6}.form-status{margin-top:15px;font-size:14px}.calc-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px}.calc-result{background:var(--ink);color:white;border-radius:16px;padding:45px}.calc-result output{font:600 54px/1.3 Manrope,Arial,sans-serif;display:block;margin:25px 0}.calc-result dl{display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:15px;margin-top:35px}.calc-result dd{margin:0;text-align:right}.calc-result p{font-size:14px;color:#c2c6cf}.skip{position:fixed;top:-80px;left:20px;background:white;padding:12px;z-index:50}.skip:focus{top:12px}.wa{position:fixed;bottom:24px;right:24px;z-index:15;border-radius:50%;width:54px;height:54px;background:#167b4b;color:white;display:grid;place-items:center;box-shadow:0 6px 20px #0002}.wa svg{width:26px;height:26px}.notfound{text-align:center;padding:100px 30px}
@media(min-width:900px){.reveal{animation:rise .65s both}.hero-photo{animation:rise .85s both}@keyframes rise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.nav{gap:20px}.navlinks{gap:18px}.nav>.btn{font-size:13px;padding:13px 16px}.hero-grid{gap:35px}.hero-photo,.hero-photo>img{min-height:480px;height:480px}.hero-actions{gap:20px}.split{gap:45px}.article-layout{gap:40px}.contact-grid{gap:45px}.footer-top{gap:25px}}
@media(max-width:850px){.topbar .wrap>span{display:none}.topbar .wrap{justify-content:center}.topbar a{margin:0 9px}.nav{height:82px}.logo img{height:72px;width:105px}.mobile-toggle{display:block;margin-left:auto}.nav>.btn{display:none}.navlinks{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:25px;box-shadow:0 20px 25px #0001;max-height:80vh;overflow:auto}.navlinks.open{display:flex;align-items:stretch;flex-direction:column;gap:20px}.mega{position:static;display:block;padding:20px 0;box-shadow:none;max-height:none}.mega>div{margin-bottom:25px}.hero{padding:30px 0}.hero-grid{grid-template-columns:1fr;gap:35px}.hero-copy{max-width:650px}.hero h1{font-size:56px;max-width:600px}.hero-copy>p:not(.eyebrow){max-width:600px}.hero-photo,.hero-photo>img{height:440px;min-height:0}.hero-photo>img{border-radius:50px 14px 14px 14px}.photo-note{left:20px}.hero-bottom{margin:0 0 22px}.trust-grid{grid-template-columns:1fr 1fr;gap:20px}.trust-grid>div{padding:0!important;border:0}.section{padding:60px 0}.section-head{gap:25px}.services-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:40px}.about-photo{height:420px}.steps{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr 1fr;gap:30px}.cta{padding:35px;gap:25px}.cta h2{font-size:31px}.article-layout{grid-template-columns:1fr}.sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:20px}.category-list{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.calc-layout{gap:25px}}
@media(max-width:540px){.wrap{width:calc(100% - 36px)}.topbar{font-size:12px}.topbar a{margin:0 4px}.hero h1{font-size:43px;letter-spacing:-.045em}.hero-copy{padding:8px 0}.hero .eyebrow{font-size:12px;margin-bottom:18px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-actions{gap:22px}.hero-actions .btn{padding:14px 19px;font-size:14px}.hero-actions .text-link{font-size:14px}.hero-photo,.hero-photo>img{height:355px}.photo-note{bottom:18px;left:15px;padding:14px;gap:12px}.hero-bottom{gap:20px;font-size:12px}.hero-bottom span:nth-child(3){display:none}.trust-grid strong{font-size:14px}.trust-grid span{font-size:12px}.section-head{display:block}.section-head p:not(.eyebrow){margin-top:20px}.services-grid{grid-template-columns:1fr}.service-image{height:235px}.service-body p{min-height:0}.steps{grid-template-columns:1fr;gap:20px}.step-no{margin-bottom:15px}.step h3{margin-bottom:12px}.split{gap:30px}.about-photo{height:380px}.cta{display:block;padding:30px 25px}.cta .btn{margin-top:25px}.footer-top{grid-template-columns:1fr 1fr;gap:25px 20px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child{grid-column:1/-1}.footer-logo{width:115px}.copyright{display:block;padding-right:50px}.copyright span{display:block;margin-bottom:8px}.sidebar{grid-template-columns:1fr}.prose h2{font-size:27px}.prose p,.prose li{font-size:16px}.contact-form{padding:25px 20px}.form-row{grid-template-columns:1fr;gap:0}.calc-layout{grid-template-columns:1fr}.calc-result{padding:30px}.wa{bottom:18px;right:18px;width:48px;height:48px}.page-hero{padding:30px 0 38px}.breadcrumbs{margin-bottom:22px}.section{padding:50px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.statistics{padding:0 0 70px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);padding-top:35px;text-align:center}.stats-grid strong{display:block;font:600 40px/1.3 Manrope,Arial,sans-serif;letter-spacing:-.04em;color:var(--red)}.stats-grid span{font-size:14px;color:var(--muted)}@media(max-width:540px){.statistics{padding-bottom:45px}.stats-grid{grid-template-columns:1fr 1fr;gap:25px}.stats-grid strong{font-size:34px}}
