:root{--navy:#0B1D38;--navy-l:#15294D;--navy-xl:#1E3562;--blue:#3068AD;--blue-l:#4A82C7;--green:#2D7A32;--green-l:#3D9A43;--gbg:rgba(45,122,50,.07);--gbd:rgba(45,122,50,.18);--bg:#FAFBFC;--wh:#FFF;--cream:#F3F5F8;--safe-text:#C5D0DC;--td:#1A1E2C;--tb:#495568;--tm:#6B7A8D;--tl:#94A3B5;--red:#C84444;--twm:#B8C7D6;--bl:#DFE4EC;--bll:#EDF0F5;--bd:rgba(255,255,255,.08);--bdl:rgba(255,255,255,.12);--shsm:0 2px 8px rgba(11,29,56,.06);--shmd:0 4px 20px rgba(11,29,56,.08);--shlg:0 8px 32px rgba(11,29,56,.12);--shxl:0 20px 60px rgba(11,29,56,.16);--fd:'Cormorant Garamond',Georgia,serif;--fb:'DM Sans',system-ui,sans-serif;--r:12px;--rl:18px;--mw:1200px;--ease:cubic-bezier(.4,0,.2,1);--ease-out:cubic-bezier(0,.55,.45,1);--ease-spring:cubic-bezier(.34,1.56,.64,1)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--fb);background:var(--bg);color:var(--td);line-height:1.8;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:var(--navy);color:#fff;padding:.8rem 1.5rem;border-radius:0 0 8px 8px;z-index:10000;font-family:var(--fb);font-size:.9rem;font-weight:600;text-decoration:none;transition:top .2s}.skip-link:focus{top:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 3.5rem;height:72px;display:flex;justify-content:space-between;align-items:center;background:rgba(250,251,252,.92);-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);border-bottom:1px solid var(--bll);transition:transform .4s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease)}.nav.scrolled{box-shadow:var(--shsm)}.nav.nav-hidden{transform:translateY(-100%)}.nav::after{content:'';position:absolute;bottom:0;left:0;height:2px;background:linear-gradient(90deg,var(--green),var(--blue));width:var(--scroll-progress,0%);transition:width .1s linear}.nav-logo img{height:42px;transition:opacity .3s}.nav-logo:hover img{opacity:.8}.nm{display:flex;align-items:center}.nl{position:relative;padding:.5rem 1.1rem;font-size:.82rem;font-weight:500;color:var(--tb);transition:color .3s}.nl:hover{color:var(--navy)}.nl::after{content:'';position:absolute;bottom:2px;left:1.1rem;right:1.1rem;height:1.5px;background:var(--navy);transform:scaleX(0);transform-origin:right;transition:transform .35s var(--ease)}.nl:hover::after{transform:scaleX(1);transform-origin:left}.nl-active{color:var(--navy);font-weight:600}.nl-active::after{display:none}.ndd{position:relative}.ndd > .nl::after{display:none}.ndd > .nl span{font-size:.55rem;margin-left:.2rem;opacity:.5;transition:transform .2s}.ndd:hover > .nl span{transform:rotate(180deg)}.ddp{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(6px);background:var(--wh);border:1px solid var(--bl);border-radius:var(--r);padding:.5rem;min-width:240px;box-shadow:var(--shlg);opacity:0;visibility:hidden;transition:all .25s var(--ease)}.ndd:hover .ddp,.ndd:focus-within .ddp{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.ddi{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;border-radius:8px;font-size:.84rem;color:var(--tb);transition:all .2s}.ddi:hover{background:var(--cream);color:var(--navy)}.ddi .ddsc{font-size:.72rem;color:var(--tm);margin-top:.1rem}.nc{margin-left:.8rem;padding:.55rem 1.5rem;background:var(--navy);color:var(--wh) !important;font-size:.82rem;font-weight:600;border-radius:var(--r);transition:all .3s var(--ease)}.nc:hover{background:var(--navy-l);transform:translateY(-1px)}.nc::after{display:none !important}.mt{display:none;background:none;border:none;cursor:pointer;width:32px;height:32px;position:relative}.mt span{position:absolute;left:4px;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s}.mt span:nth-child(1){top:9px}.mt span:nth-child(2){top:15px}.mt span:nth-child(3){top:21px}.mt.open span:nth-child(1){top:15px;transform:rotate(45deg)}.mt.open span:nth-child(2){opacity:0}.mt.open span:nth-child(3){top:15px;transform:rotate(-45deg)}.hero{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2.5rem 3.5rem 3rem;position:relative;overflow:hidden;background:var(--navy)}.hero-img{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;opacity:.18;will-change:transform}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg .orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;animation:orbF 20s ease-in-out infinite}.hero-bg .orb:nth-child(1){width:500px;height:500px;background:rgba(48,104,173,.5);top:-10%;right:-5%}.hero-bg .orb:nth-child(2){width:400px;height:400px;background:rgba(45,122,50,.4);bottom:-15%;left:-5%;animation-delay:-7s}.hero-bg .orb:nth-child(3){width:350px;height:350px;background:rgba(30,53,98,.6);top:30%;left:40%;animation-delay:-14s}.hero-bg .orb:nth-child(4){width:250px;height:250px;background:rgba(74,130,199,.3);bottom:20%;right:25%;animation-delay:-4s}@keyframes orbF{0%,100%{transform:translate(0,0) scale(1)}25%{transform:translate(30px,-20px) scale(1.05)}50%{transform:translate(-20px,30px) scale(.95)}75%{transform:translate(-30px,-10px) scale(1.03)}}.hero-bg::after{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");opacity:.4}.hero-content{position:relative;z-index:2;max-width:1100px}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.45rem 1.1rem .45rem .8rem;background:rgba(45,122,50,.15);border:1px solid rgba(45,122,50,.3);border-radius:50px;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green-l);margin-bottom:2rem;animation:fadeUp .7s var(--ease) both}.hero-badge .pd{width:7px;height:7px;background:var(--green-l);border-radius:50%;animation:pulse 2.5s ease-in-out infinite;box-shadow:0 0 6px rgba(61,154,67,.5)}@keyframes pulse{0%,100%{opacity:1;transform:scale(1);box-shadow:0 0 6px rgba(61,154,67,.5)}50%{opacity:.3;transform:scale(.8);box-shadow:0 0 2px rgba(61,154,67,.2)}}.hero-badge:hover{background:rgba(45,122,50,.22);border-color:rgba(45,122,50,.4)}.hero h1{font-family:var(--fd);font-size:clamp(2.4rem,4.8vw,3.8rem);font-weight:500;line-height:1.08;color:var(--wh);letter-spacing:-.03em;animation:fadeUp .8s var(--ease-out) .1s both}.hero h1 em{font-style:italic;color:var(--blue-l)}.hero-sub{font-size:1.1rem;color:var(--twm);max-width:620px;margin:1.8rem auto 2.8rem;line-height:1.8;animation:fadeUp .8s var(--ease-out) .25s both}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeUp .8s var(--ease-out) .4s both}@keyframes fadeUp{from{opacity:0;transform:translateY(28px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.page-hero{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2.5rem 3.5rem 3rem;position:relative;overflow:hidden;background:var(--navy)}.page-hero .hero-img{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;opacity:.18}.page-hero .hero-bg{position:absolute;inset:0;z-index:0}.page-hero-content{position:relative;z-index:2;max-width:800px}.breadcrumb{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--twm);margin-bottom:2rem;font-weight:500}.breadcrumb a{color:var(--blue-l);transition:color .3s}.breadcrumb a:hover{color:var(--wh)}.breadcrumb span{opacity:.5}.page-hero h1{font-family:var(--fd);font-size:clamp(2rem,4vw,3.2rem);font-weight:500;line-height:1.15;color:var(--wh);letter-spacing:-.02em;margin-bottom:1.5rem}.page-hero-sub{font-size:1rem;color:var(--twm);max-width:720px;margin:0 auto;line-height:1.85}.page-hero .hero-badge{animation:none;margin-bottom:1.5rem}.page-hero .hero-actions{margin-top:2rem}.hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1.5rem;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.6);letter-spacing:.04em}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2.4rem;font-family:var(--fb);font-size:.88rem;font-weight:600;border:none;border-radius:var(--r);cursor:pointer;transition:all .35s var(--ease);position:relative;overflow:hidden}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-xl) 100%);color:var(--wh);box-shadow:0 4px 20px rgba(11,29,56,.15)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(11,29,56,.25)}.btn-ol{background:transparent;color:var(--wh);border:1.5px solid rgba(255,255,255,.25)}.btn-ol:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.08);transform:translateY(-2px)}.btn-ol:focus-visible{outline:2px solid var(--green);outline-offset:2px}.btn-outline{background:transparent;color:var(--navy);border:1.5px solid var(--bl)}.btn-outline:hover{border-color:var(--navy)}.btn-white{background:var(--wh);color:var(--navy)}.btn-white:hover{transform:translateY(-3px);box-shadow:var(--shxl)}.btn-white:active{transform:scale(.97)}.btn-ghost{background:transparent;color:var(--blue);padding:.5rem 0;border:none}.btn-ghost:hover{color:var(--navy);gap:.8rem}.btn-ghost::after{content:'→';transition:transform .25s var(--ease)}.btn-ghost:hover::after{transform:translateX(3px)}.sec{padding:4.5rem 3.5rem}.sec-cream{background:var(--cream)}.sec-white{background:var(--wh)}.sec-navy{background:var(--navy);color:var(--wh)}.sec-head{text-align:center;max-width:640px;margin:0 auto 2.5rem}.sec-lbl{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;background:rgba(45,122,50,.07);padding:.35rem .9rem .35rem .5rem;border-radius:50px}.sec-lbl::before{content:'';width:16px;height:2px;background:var(--green);border-radius:2px}.sec-lbl-l{color:var(--green-l);background:rgba(61,154,67,.12)}.sec-lbl-l::before{background:var(--green-l)}.sec-ttl{font-family:var(--fd);font-weight:600;font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.15;color:var(--navy);letter-spacing:-.02em}.sec-ttl-l{color:var(--wh)}.sec-sub{color:var(--tb);font-size:.95rem;margin-top:.6rem;line-height:1.75}.sec-sub-l{color:var(--twm)}.sec + .sec::before{display:none}.callout{border-left:4px solid var(--green);background:rgba(45,122,50,.04);padding:1.5rem 2rem;border-radius:0 var(--r) var(--r) 0;margin:1.5rem 0;font-size:.92rem;line-height:1.85;color:var(--tb)}.trust-bar{padding:2.2rem 3.5rem;display:flex;justify-content:center;gap:2.8rem;flex-wrap:wrap;background:linear-gradient(180deg,var(--cream) 0%,var(--wh) 100%);border-top:1px solid var(--bll);border-bottom:1px solid var(--bll)}.trust-i{display:flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:600;color:var(--navy);position:relative}.trust-i + .trust-i::before{content:'';position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:1px;height:24px;background:var(--bl)}.trust-num{font-family:var(--fd);font-size:1.35rem;font-weight:700;color:var(--green);line-height:1}.trust-chk{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:var(--gbg);border:1px solid var(--gbd);color:var(--green);border-radius:50%;font-size:.6rem;font-weight:800}.problem-sec{padding:4.5rem 3.5rem;background:var(--wh);position:relative}.problem-sec::before{content:'';position:absolute;left:0;top:3rem;bottom:3rem;width:4px;background:linear-gradient(180deg,var(--gbg),var(--green),var(--gbg));border-radius:2px;opacity:.5}.problem-inner{max-width:780px;margin:0 auto;text-align:center}.problem-inner p{color:var(--tb);font-size:.95rem;line-height:1.85;margin-bottom:.8rem}.sec-stat{font-size:.9rem;color:var(--tm);line-height:1.75;max-width:580px;margin:.8rem auto 2.5rem;padding:.8rem 1.2rem;background:var(--cream);border-radius:var(--r);border-left:3px solid var(--green)}.sec-stat strong{color:var(--navy);font-weight:700}.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:960px;margin:0 auto}.svc-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:0;transition:all .4s var(--ease);position:relative;overflow:hidden}.svc-card-img{width:100%;height:220px;object-fit:cover;display:block;border-radius:var(--rl) var(--rl) 0 0;transition:transform .5s var(--ease)}.svc-card:hover .svc-card-img{transform:scale(1.05)}.svc-card-body{padding:2rem 2.5rem 2.5rem}.svc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--navy),var(--blue));opacity:0;transition:opacity .35s}.svc-card:hover{transform:translateY(-3px);box-shadow:var(--shxl);border-color:transparent}.svc-card:hover::before{opacity:1}.svc-ico{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--cream);border-radius:14px;margin-bottom:1.5rem;font-size:1.5rem;transition:background .3s}.svc-card:hover .svc-ico{background:rgba(11,29,56,.06)}.svc-card h3{font-family:var(--fd);font-size:1.3rem;font-weight:600;color:var(--navy);margin-bottom:.6rem}.svc-card p{color:var(--tb);font-size:.95rem;line-height:1.8}.svc-for{margin-top:.8rem;font-size:.76rem;color:var(--tm);font-style:italic}.svc-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:1.2rem;font-size:.82rem;font-weight:600;color:var(--blue);transition:gap .3s}.svc-card:hover .svc-link{gap:.6rem}.ind-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:900px;margin:0 auto}.ind-item{text-align:center;padding:1.5rem 1rem;background:var(--wh);border:1px solid var(--bl);border-radius:var(--r);transition:all .35s var(--ease)}.ind-item:hover{border-color:var(--navy);transform:translateY(-3px);box-shadow:var(--shlg)}.ind-ico{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0 auto .5rem;color:var(--navy);transition:transform .3s var(--ease)}.ind-item:hover .ind-ico{transform:scale(1.15)}.ind-item span{font-size:.78rem;font-weight:600;color:var(--navy);display:block}.val-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:960px;margin:0 auto}.val-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:2.2rem;transition:all .35s var(--ease);position:relative;overflow:hidden}.val-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--navy),var(--blue));opacity:0;transition:opacity .35s}.val-card:hover{box-shadow:var(--shlg);border-color:transparent;transform:translateY(-3px)}.val-card:hover::after{opacity:1}.val-ico{font-size:1.5rem;margin-bottom:.8rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--cream);border-radius:12px;transition:background .3s}.val-card:hover .val-ico{background:rgba(11,29,56,.06)}.val-card h3{font-family:var(--fb);font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;letter-spacing:-.01em}.val-card p{color:var(--tb);font-size:.95rem;line-height:1.75}.val-card-dark{background:rgba(255,255,255,.05);border-color:var(--bd)}.val-card-dark:hover{background:rgba(255,255,255,.08);border-color:var(--bdl)}.val-card-dark h4{color:var(--wh)}.val-card-dark p{color:var(--twm)}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:var(--mw);margin:0 auto}.test-card{background:rgba(255,255,255,.05);border:1px solid var(--bd);border-radius:var(--rl);padding:2.2rem;transition:all .35s var(--ease)}.test-card:hover{background:rgba(255,255,255,.08);border-color:var(--bdl);transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.test-stars{color:#F59E0B;display:flex;gap:.25rem;margin-bottom:1rem}.test-quote{font-size:.9rem;color:var(--twm);line-height:1.85;font-style:italic;margin-bottom:1.5rem;position:relative;padding-left:1.2rem;border-left:3px solid rgba(45,122,50,.25)}.test-quote::before{content:'\201C';position:absolute;top:-.3rem;left:-.6rem;font-size:2.5rem;font-family:var(--fd);color:var(--green);opacity:.3;line-height:1}.test-auth{display:flex;align-items:center;gap:.65rem}.test-av{width:42px;height:42px;border-radius:50%;background:rgba(48,104,173,.25);display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-size:.9rem;color:var(--wh);font-weight:600;border:2px solid rgba(255,255,255,.15)}.test-card:nth-child(2) .test-av{background:rgba(45,122,50,.35)}.test-card:nth-child(3) .test-av{background:rgba(200,120,30,.35)}.test-card:nth-child(4) .test-av{background:rgba(130,60,170,.3)}.test-name{font-size:.85rem;font-weight:600;color:var(--wh)}.test-role{font-size:.7rem;color:var(--twm)}.test-card-light{background:var(--cream);border-color:var(--bl)}.test-card-light:hover{background:var(--bll);border-color:var(--bl)}.test-card-light .test-quote{color:var(--tb)}.test-card-light .test-name{color:var(--navy)}.test-card-light .test-role{color:var(--tm)}.test-card-light .test-av{background:var(--blue-l);color:var(--wh)}.stats-bar{background:var(--navy);padding:3rem 3.5rem;display:flex;justify-content:center;gap:3.5rem;flex-wrap:wrap}.stat{text-align:center;position:relative}.stat::after{content:'';position:absolute;right:-1.75rem;top:50%;transform:translateY(-50%);width:1px;height:40px;background:rgba(255,255,255,.12)}.stat:last-child::after{display:none}.stat-num{font-family:var(--fd);font-size:3.2rem;font-weight:600;color:var(--wh);line-height:1;letter-spacing:-.02em}.stat-lbl{font-size:.72rem;color:var(--twm);letter-spacing:.12em;text-transform:uppercase;margin-top:.6rem}.cta-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-l) 50%,var(--navy-xl) 100%);padding:5rem 3.5rem;text-align:center;position:relative;overflow:hidden}.cta-banner::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(48,104,173,.15) 0%,transparent 60%);border-radius:50%}.cta-banner::after{content:'';position:absolute;bottom:-40%;left:-15%;width:400px;height:400px;background:radial-gradient(circle,rgba(45,122,50,.1) 0%,transparent 60%);border-radius:50%}.cta-banner h2{font-family:var(--fd);font-size:clamp(1.7rem,2.8vw,2.3rem);color:var(--wh);font-weight:500;margin-bottom:.6rem;position:relative;z-index:2}.cta-banner p{color:var(--twm);font-size:.95rem;margin-bottom:2.2rem;max-width:520px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.cta-email{display:block;margin-top:1rem;font-size:.85rem;color:var(--twm);position:relative;z-index:2}.cta-trust{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.cta-trust span{font-size:.78rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:.02em}.cta-email a{color:var(--blue-l);transition:color .3s}.cta-email a:hover{color:var(--wh)}.service-detail-section{padding:6rem 3.5rem}.service-detail-head{max-width:760px;margin:0 auto 3rem}.service-detail-head h2{font-family:var(--fd);font-size:clamp(1.9rem,3.2vw,2.4rem);font-weight:600;color:var(--navy);line-height:1.2;margin-bottom:1.5rem}.service-detail-intro{font-size:.95rem;color:var(--tb);line-height:1.8}.subsection{margin-bottom:3rem}.subsection h3{font-family:var(--fd);font-size:1.35rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.subsection p{color:var(--tb);font-size:.92rem;line-height:1.8;margin-bottom:.8rem}.subsection p:last-child{margin-bottom:0}.checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:1.5rem}.checklist-item{display:flex;gap:.8rem;padding:1rem;background:var(--cream);border-radius:var(--r);border:1px solid var(--bl)}.checklist-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(45,122,50,.15);border-radius:50%;color:var(--green);font-size:.9rem;font-weight:700}.checklist-text{font-size:.88rem;color:var(--tb);line-height:1.6}.eco-note{margin:2rem 0;padding:1.5rem;background:rgba(45,122,50,.08);border-left:3px solid var(--green);border-radius:var(--r)}.eco-note p{color:var(--tb);font-size:.92rem;line-height:1.8;margin:0}.service-cta{display:inline-block;margin-top:2rem}.footer{background:var(--navy);padding:4.5rem 3.5rem 2rem;position:relative}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green),var(--blue),var(--green))}.footer-grid{max-width:var(--mw);margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand img{height:42px;margin-bottom:1rem}.footer-brand p{font-size:.82rem;color:var(--twm);line-height:1.75;max-width:280px}.footer-col h4,.footer-col h3.footer-heading{font-size:.68rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--twm);margin-bottom:1rem}.footer-col a,.footer-col span{display:block;font-size:.84rem;color:var(--twm);padding:.3rem 0;transition:color .3s}.footer-col a:hover{color:var(--wh)}.footer-bottom{border-top:1px solid var(--bd);padding-top:1.5rem;text-align:center}.footer-copy{font-size:.72rem;color:var(--twm);opacity:.5}.btt{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--navy);color:var(--wh);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--shlg);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .35s var(--ease);z-index:90}.btt.vis{opacity:1;visibility:visible;transform:translateY(0)}.btt:hover{background:var(--navy-l);transform:translateY(-2px)}.safe-card p{color:var(--safe-text)}.footer-copy{opacity:.75}.cta-trust span{color:rgba(255,255,255,.85)}.hero a:focus-visible,.hero button:focus-visible,.footer a:focus-visible,.footer button:focus-visible,.stats-bar a:focus-visible,.cta-banner a:focus-visible,[style*="navy"] a:focus-visible{outline-color:var(--wh)}.nav.nav-hidden{visibility:hidden}.footer-legal{display:flex;justify-content:center;gap:.8rem;margin-bottom:.8rem}.footer-legal a{font-size:.75rem;color:var(--twm);transition:color .3s;display:inline;padding:0}.footer-legal a:hover{color:var(--wh)}.footer-legal span{color:var(--twm);opacity:.3;font-size:.75rem}.test-stars{user-select:none}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:var(--mw);margin:0 auto}.blog-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:2.2rem;transition:all .35s var(--ease);display:flex;flex-direction:column}.blog-card:hover{box-shadow:var(--shlg);border-color:var(--blue-l);transform:translateY(-3px)}.blog-date{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:.6rem}.blog-card h3{font-family:var(--fd);font-size:1.3rem;font-weight:600;color:var(--navy);margin-bottom:.8rem;line-height:1.3}.blog-card p{color:var(--tb);font-size:.88rem;line-height:1.8;flex:1}.blog-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--blue);margin-top:1.2rem;transition:gap .3s var(--ease)}.blog-link:hover{gap:.7rem}.article-content{max-width:720px;margin:0 auto;padding:4rem 2rem}.article-content .article-meta{font-size:.85rem;color:var(--tm);margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--bl)}.article-content h2{font-family:var(--fd);font-size:1.6rem;font-weight:600;color:var(--navy);margin:2.5rem 0 1rem;line-height:1.3}.article-content p{color:var(--tb);font-size:.95rem;line-height:1.9;margin-bottom:1.5rem}.article-content strong{color:var(--td);font-weight:600}.more-articles{max-width:720px;margin:0 auto 3rem;padding:2.5rem 2rem 0;border-top:1px solid var(--bl)}.more-articles h3{font-family:var(--fb);font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.1em}.more-articles-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.more-articles-card{padding:1.5rem;border:1px solid var(--bl);border-radius:var(--r);transition:all .3s var(--ease)}.more-articles-card:hover{box-shadow:var(--shsm);border-color:var(--blue-l)}.more-articles-card h4{font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.3rem}.more-articles-card span{font-size:.75rem;color:var(--tm)}.rv{opacity:0;transform:translateY(24px);filter:blur(3px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out),filter .7s var(--ease-out)}.rv.vis{opacity:1;transform:translateY(0);filter:blur(0)}.rv-d1{transition-delay:.1s}.rv-d2{transition-delay:.2s}.rv-d3{transition-delay:.3s}.rv-d4{transition-delay:.4s}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}.rv{opacity:1;transform:none}.orb{animation:none}}@media (max-width:1024px){.nav{padding:0 2rem}.sec,.service-detail-section,.problem-sec{padding-left:2rem;padding-right:2rem}.hero,.page-hero{padding-left:2rem;padding-right:2rem}.svc-grid{gap:1.5rem}.ind-grid{grid-template-columns:repeat(4,1fr);gap:.8rem}.footer-grid{gap:2rem}.stats-bar{gap:3rem}.checklist-grid{gap:1rem}.trust-bar{gap:1.5rem}}@media (max-width:900px){.nav{padding:0 1.5rem;height:64px}.nm{display:none}.mt{display:block}.nm.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--wh);padding:1.5rem;border-bottom:1px solid var(--bl);box-shadow:var(--shlg);gap:.5rem}.nm.active .nl{padding:.9rem 0;min-height:44px;display:flex;align-items:center}.nm.active .nl::after{display:none}.nm.active .ddp{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding:0 0 0 1rem;min-width:auto}.nm.active .nc{margin:.5rem 0 0;text-align:center;display:block}.sec,.service-detail-section,.problem-sec{padding:3.5rem 1.5rem}.hero{padding:3rem 1.5rem 2.5rem;min-height:auto}.hero h1{font-size:clamp(2rem,7vw,2.8rem)}.hero-sub{font-size:.95rem}.page-hero{padding:2.5rem 1.5rem 2.5rem;min-height:100vh}.page-hero h1{font-size:clamp(1.8rem,6vw,2.4rem)}.page-hero-sub{font-size:.92rem}.problem-sec::before{display:none}.svc-grid,.val-grid,.test-grid,.blog-grid{grid-template-columns:1fr}.more-articles-grid{grid-template-columns:1fr}.ind-grid{grid-template-columns:repeat(2,1fr)}.checklist-grid{grid-template-columns:1fr}.trust-bar{flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem}.trust-i + .trust-i::before{display:none}.stat::after{display:none}.stats-bar{gap:2rem;padding:2.5rem 1.5rem}.cta-banner{padding:3.5rem 1.5rem}.footer{padding:3rem 1.5rem 1.5rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:480px){.sec,.service-detail-section,.problem-sec{padding:2.5rem 1rem}.hero{padding:2.5rem 1rem 2rem}.page-hero{padding:2rem 1rem 2rem;min-height:100vh;min-height:100svh}.breadcrumb{flex-wrap:wrap;justify-content:center}.page-hero h1{font-size:clamp(1.5rem,5.5vw,2rem)}.nav{padding:0 1rem}.nc{padding:.7rem 1.5rem;min-height:44px;display:flex;align-items:center;justify-content:center}.ddp{min-width:auto;max-width:calc(100vw - 2rem)}.svc-grid,.val-grid,.test-grid{gap:1rem}.ind-grid{grid-template-columns:1fr;gap:.8rem}.footer-grid{grid-template-columns:1fr}.checklist-grid{grid-template-columns:1fr}.svc-card{padding:1.5rem 1.2rem}.val-card{padding:1.5rem}.test-card{padding:1.5rem}.stats-bar{gap:1rem;padding:2rem 1rem;flex-wrap:wrap;justify-content:center}.stat-num{font-size:1.6rem}.stat-lbl{font-size:.65rem}.trust-bar{gap:.8rem;padding:1.2rem 1rem}.cta-banner{padding:2.5rem 1rem}.cta-banner h2{font-size:clamp(1.2rem,5vw,1.6rem)}.hero-actions{flex-direction:column;gap:.8rem}.hero-actions .btn{width:100%;text-align:center;min-height:48px;display:flex;align-items:center;justify-content:center}.btn{min-height:44px}.btt{bottom:5.5rem;right:1rem;width:44px;height:44px;font-size:.9rem}.footer{padding:2.5rem 1rem 1.5rem}.footer-brand p{font-size:.82rem}.footer-col a,.footer-col span{padding:.5rem 0;min-height:44px;display:flex;align-items:center}.who-grid{grid-template-columns:1fr;padding:0 1.5rem}.cert-grid{padding:0 1.5rem}.benefit-grid{grid-template-columns:1fr;padding:0 1.5rem}.featured-story{padding:3rem 1.5rem}.featured-card{padding:2rem 1.5rem}.featured-marks{font-size:3rem}.testimonials-grid-sec{padding:3rem 1.5rem}}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.problem-item{background:var(--cream);border:1px solid var(--bl);border-radius:var(--rl);padding:1.8rem;transition:all .35s var(--ease);position:relative;overflow:hidden}.problem-item::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green),var(--blue));opacity:0;transition:opacity .35s}.problem-item:hover{transform:translateY(-3px);box-shadow:var(--shlg);border-color:transparent}.problem-item:hover::before{opacity:1}.problem-ico{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(45,122,50,.08);border-radius:12px;margin-bottom:.8rem;color:var(--green);transition:transform .3s var(--ease)}.problem-item:hover .problem-ico{transform:scale(1.15)}.problem-item strong{display:block;font-size:.95rem;color:var(--td);margin-bottom:.3rem}.problem-item p{font-size:.93rem;color:var(--tb);margin:0;line-height:1.7}.problem-cta{margin-top:2rem;text-align:center;font-size:.95rem;color:var(--tb)}.safe-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem;max-width:1000px;margin:0 auto}.safe-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:var(--rl);padding:1.8rem;text-align:center;transition:all .35s var(--ease)}.safe-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);box-shadow:0 8px 32px rgba(0,0,0,.15)}.safe-ico{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto .8rem;color:var(--green-l);background:rgba(61,154,67,.12);border-radius:14px;transition:transform .3s var(--ease)}.safe-card:hover .safe-ico{transform:scale(1.15)}.safe-card h3{font-size:.95rem;color:var(--wh);margin-bottom:.4rem;font-weight:600}.safe-card p{font-size:.9rem;color:var(--safe-text);line-height:1.7;margin:0}@media(max-width:768px){.safe-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.safe-grid{grid-template-columns:1fr}}.steps-grid{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:900px;margin:0 auto}.step-card{flex:1;text-align:center;padding:1.5rem;transition:transform .3s var(--ease)}.step-card:hover{transform:translateY(-3px)}.step-num{width:52px;height:52px;background:var(--navy);color:var(--wh);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:700;margin:0 auto 1.2rem;box-shadow:0 4px 12px rgba(11,29,56,.2);transition:all .3s var(--ease)}.step-card:hover .step-num{background:var(--green);box-shadow:0 4px 16px rgba(45,122,50,.3)}.step-card h3{font-size:1.05rem;color:var(--navy);margin-bottom:.5rem}.step-card p{font-size:.88rem;color:var(--tb);line-height:1.7}.step-line{width:60px;height:2px;background:linear-gradient(90deg,var(--bl),var(--green),var(--bl));margin-top:2.5rem;flex-shrink:0;opacity:.5}.faq-list{max-width:820px;margin:0 auto}.faq-item{border-bottom:1px solid var(--bl);overflow:hidden}.faq-q{width:100%;background:none;border:none;padding:1.4rem .5rem;font-family:var(--fb);font-size:1rem;font-weight:600;color:var(--navy);cursor:pointer;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .3s var(--ease);border-radius:var(--r)}.faq-q:hover{color:var(--green);background:rgba(45,122,50,.03);padding-left:1rem}.faq-item.open .faq-q{color:var(--green)}.faq-arrow{font-size:1.2rem;font-weight:300;transition:transform .4s var(--ease-spring);flex-shrink:0}.faq-a{max-height:0;overflow:hidden;transition:max-height .5s var(--ease),padding .3s var(--ease)}.faq-a p{font-size:.92rem;color:var(--tb);line-height:1.8;padding:0 .5rem 1.4rem}.faq-item.open .faq-arrow{transform:rotate(45deg)}.faq-item.open .faq-a{max-height:400px}@media(max-width:768px){.problem-grid{grid-template-columns:1fr}.steps-grid{flex-direction:column;align-items:center}.step-line{width:2px;height:30px;margin:0}}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.highlight-box{background:var(--gbg);border:1.5px solid var(--gbd);border-radius:var(--r);padding:1.5rem 2rem;margin-top:1.8rem;text-align:center}.highlight-box p{color:var(--green);font-size:1rem}.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1080px;margin:0 auto;padding:0 3.5rem}.cert-card{background:var(--wh);border:1.5px solid var(--bl);border-radius:var(--rl);padding:2.5rem 2rem;text-align:center;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.cert-card:hover{transform:translateY(-3px);box-shadow:var(--shlg)}.cert-ico{width:56px;height:56px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 1.2rem}.cert-card h3{font-family:var(--fd);font-size:1.25rem;font-weight:600;color:var(--navy);margin-bottom:.8rem}.cert-card p{font-size:.88rem;color:var(--tb);line-height:1.75}.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1080px;margin:0 auto;padding:0 3.5rem}.who-card{background:var(--wh);border:1.5px solid var(--bl);border-radius:var(--rl);padding:2rem 1.5rem;text-align:center;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.who-card:hover{transform:translateY(-3px);box-shadow:var(--shlg)}.who-ico{font-size:2rem;margin-bottom:1rem}.who-card h4{font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.6rem}.who-card p{font-size:.85rem;color:var(--tb);line-height:1.7}.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1080px;margin:0 auto;padding:0 3.5rem}.benefit-card{background:var(--wh);border:1.5px solid var(--bl);border-radius:var(--rl);padding:2rem 1.5rem;text-align:center;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.benefit-card:hover{transform:translateY(-3px);box-shadow:var(--shlg)}.benefit-num{font-size:2rem;margin-bottom:.8rem}.benefit-card p{font-size:.85rem;color:var(--tb);line-height:1.7}.green-box{max-width:800px;margin:0 auto;text-align:center;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-l) 100%);color:var(--wh);padding:3.5rem 3rem;border-radius:var(--rl)}.green-box h3{font-family:var(--fd);font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:600;margin-bottom:1rem}.green-box p{color:rgba(255,255,255,.85);font-size:.92rem;line-height:1.8;margin-bottom:1.8rem}.testimonial-banner{max-width:800px;margin:0 auto;text-align:center}.testimonial-banner .stars{color:#F59E0B;font-size:1.3rem;letter-spacing:.3rem;margin-bottom:1.5rem}.testimonial-banner .quote{font-family:var(--fd);font-size:clamp(1.05rem,2vw,1.25rem);font-weight:500;font-style:italic;color:var(--navy);line-height:1.8;margin-bottom:1.5rem}.testimonial-banner .author{font-size:.85rem;color:var(--tb)}.testimonial-banner .author strong{color:var(--navy)}.featured-story{padding:5rem 3.5rem;background:var(--cream)}.featured-card{max-width:800px;margin:0 auto;background:var(--wh);border-radius:var(--rl);padding:3.5rem 3rem;box-shadow:var(--shlg);position:relative}.featured-label{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--green);background:var(--gbg);padding:.4rem 1rem;border-radius:50px;margin-bottom:1.5rem}.featured-marks{font-family:var(--fd);font-size:4rem;color:var(--blue);line-height:1;margin-bottom:.5rem;opacity:.3}.featured-quote{font-family:var(--fd);font-size:clamp(1rem,2vw,1.15rem);font-weight:500;font-style:italic;color:var(--navy);line-height:1.85;margin-bottom:2rem}.featured-context,.featured-result{background:var(--bg);border-radius:var(--r);padding:1.2rem 1.5rem;margin-bottom:1rem;font-size:.88rem;color:var(--tb);line-height:1.7}.featured-context strong,.featured-result strong{color:var(--navy);display:block;margin-bottom:.3rem}.featured-auth{display:flex;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--bl)}.featured-av{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--blue));color:var(--wh);display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-size:1.3rem;font-weight:600;flex-shrink:0}.featured-info h3{font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--navy)}.featured-info .role{font-size:.8rem;color:var(--tm)}.featured-info .company{font-size:.82rem;color:var(--tb);margin-top:.2rem}.testimonials-grid-sec{padding:5rem 3.5rem;background:var(--wh)}.ind-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tm);background:var(--bg);padding:.35rem .8rem;border-radius:50px;margin-bottom:.8rem}.ind-tag-ico{font-size:.85rem}@media (max-width:900px){.cert-grid{grid-template-columns:1fr;padding:0 2rem}.who-grid{grid-template-columns:repeat(2,1fr);padding:0 2rem}.benefit-grid{padding:0 2rem}.featured-story{padding:4rem 2rem}.featured-card{padding:2.5rem 2rem}.testimonials-grid-sec{padding:4rem 2rem}}.story-sec{padding:6rem 3.5rem}.story-layout{display:grid;grid-template-columns:1fr 400px;gap:3.5rem;max-width:1100px;margin:0 auto;align-items:center}.story-sec h2{font-family:var(--fd);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;color:var(--navy);margin-bottom:2rem}.story-sec p{font-size:.95rem;color:var(--tb);line-height:1.85;margin-bottom:1.5rem}.story-img{border-radius:var(--rl);overflow:hidden;box-shadow:var(--shlg)}.story-img img{width:100%;height:100%;object-fit:cover;display:block;min-height:400px}.timeline-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:720px;margin:0 auto}.timeline-item{display:grid;grid-template-columns:200px 1fr;gap:2rem;align-items:start}.timeline-num{font-family:var(--fd);font-size:2rem;font-weight:600;color:var(--navy)}.timeline-content h3{font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.timeline-content p{color:var(--tb);font-size:.88rem;line-height:1.75}.leadership-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;margin:0 auto}.leader-card{text-align:center}.leader-avatar{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--blue));display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-size:3rem;font-weight:600;color:var(--wh);margin:0 auto 1.5rem;border:3px solid var(--bl);box-shadow:var(--shmd)}.leader-card h3{font-family:var(--fd);font-size:1.3rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.leader-card p{color:var(--tb);font-size:.88rem;line-height:1.8}.text-sec{padding:6rem 3.5rem;background:var(--wh);position:relative}.text-inner{max-width:680px;margin:0 auto}.text-inner p{color:var(--tb);font-size:.95rem;line-height:1.85;margin-bottom:1rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto}.feature-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:2.2rem;transition:all .35s var(--ease);text-align:center}.feature-card:hover{box-shadow:var(--shmd);border-color:var(--navy-l);transform:translateY(-3px)}.feature-ico{font-size:2rem;margin-bottom:1rem}.feature-card h4{font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.6rem}.feature-card p{color:var(--tb);font-size:.86rem;line-height:1.75}.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;max-width:900px;margin:0 auto}.included-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.5rem;background:var(--cream);border-radius:var(--r);transition:all .3s}.included-item:hover{background:#EBF0FA;transform:translateX(6px)}.included-check{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--green);color:var(--wh);border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:.2rem}.included-text{color:var(--tb);font-size:.9rem;line-height:1.6}.spaces-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;max-width:1000px;margin:0 auto}.space-card{text-align:center;padding:2rem 1.5rem;background:var(--wh);border:1px solid var(--bl);border-radius:var(--r);transition:all .3s;cursor:pointer}.space-card:hover{border-color:var(--green);box-shadow:var(--shmd);transform:translateY(-3px)}.space-card-ico{font-size:1.8rem;margin-bottom:.8rem}.space-card span{display:block;font-size:.84rem;font-weight:500;color:var(--navy)}.space-card-desc{display:block;font-size:.76rem;color:var(--tm);margin-top:.4rem;line-height:1.5}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.value-card{background:var(--cream);border:1px solid var(--bl);border-radius:var(--rl);padding:2rem;transition:all .3s}.value-card:hover{border-color:var(--blue-l);background:#EBF0FA}.value-card h4{font-family:var(--fd);font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.8rem}.value-card p{font-size:.86rem;color:var(--tb);line-height:1.7}.diff-callout{background:linear-gradient(135deg,rgba(45,122,50,.1),rgba(61,154,67,.08));border:1px solid var(--gbd);border-radius:var(--rl);padding:2.5rem;max-width:900px;margin:0 auto;text-align:center}.diff-callout h3{font-family:var(--fd);font-size:1.3rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.diff-callout p{color:var(--tb);font-size:.95rem;line-height:1.8}.eco-sec{padding:6rem 3.5rem;background:linear-gradient(135deg,rgba(45,122,50,.08),rgba(61,154,67,.06));position:relative}.eco-content{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:2}.eco-content h2{font-family:var(--fd);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:600;color:var(--navy);margin-bottom:1.5rem;line-height:1.2}.eco-content p{color:var(--tb);font-size:.95rem;line-height:1.85;margin-bottom:1.5rem}.eco-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--green);font-weight:600;font-size:.88rem;transition:gap .3s}.eco-link:hover{gap:.7rem}.consider-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}.consider-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:2.5rem;transition:all .35s var(--ease)}.consider-card:hover{box-shadow:var(--shmd);border-color:var(--navy-l);transform:translateY(-3px)}.consider-card h3{font-family:var(--fd);font-size:1.2rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.consider-card p{color:var(--tb);font-size:.88rem;line-height:1.8;margin-bottom:1.5rem}.consider-link{display:inline-flex;align-items:center;gap:.3rem;color:var(--blue);font-weight:600;font-size:.85rem;transition:gap .3s}.consider-link:hover{gap:.6rem}.hero-icon{font-size:3.5rem;margin-bottom:1.2rem;display:block}.what-sec{padding:6rem 3.5rem;background:var(--wh);position:relative}.what-inner{max-width:760px;margin:0 auto;text-align:center}.what-inner p{color:var(--tb);font-size:.95rem;line-height:1.85;margin-bottom:1rem}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto}.feat-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:2.2rem;transition:all .35s var(--ease);text-align:center}.feat-card:hover{box-shadow:var(--shmd);border-color:var(--bll);transform:translateY(-3px)}.feat-ico{font-size:2rem;margin-bottom:.8rem}.feat-card h4{font-family:var(--fd);font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.feat-card p{color:var(--tb);font-size:.88rem;line-height:1.75}.what-handles{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.handle-item{background:var(--cream);border:1px solid var(--bl);border-radius:var(--r);padding:1.8rem;text-align:center;transition:all .3s var(--ease)}.handle-item:hover{border-color:var(--blue-l);transform:translateY(-2px);box-shadow:var(--shmd)}.handle-ico{font-size:2.2rem;margin-bottom:.6rem}.handle-item p{color:var(--tb);font-size:.86rem;line-height:1.65;font-weight:500}.space-item{background:var(--wh);border:1px solid var(--bl);border-radius:var(--r);padding:1.8rem;text-align:center;transition:all .3s var(--ease)}.space-item:hover{border-color:var(--green-l);background:var(--cream);transform:translateY(-2px);box-shadow:var(--shmd)}.space-ico{font-size:2.2rem;margin-bottom:.6rem}.space-item p{color:var(--navy);font-size:.88rem;line-height:1.65;font-weight:500}.comp-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;margin:0 auto;align-items:center}.comp-col h3{font-family:var(--fd);font-size:1.4rem;font-weight:600;color:var(--navy);margin-bottom:1.8rem}.comp-list{list-style:none}.comp-list li{padding:.6rem 0;color:var(--tb);font-size:.9rem;border-bottom:1px solid var(--bl)}.comp-list li:last-child{border-bottom:none}.comp-list strong{color:var(--navy);font-weight:600}.eco-inner{max-width:760px;margin:0 auto;text-align:center}.eco-inner h3{font-family:var(--fd);font-size:1.6rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.eco-inner p{color:var(--tb);font-size:.95rem;line-height:1.85;margin-bottom:.8rem}.eco-badge{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.6rem 1.2rem;background:var(--wh);border-radius:50px;font-size:.78rem;font-weight:600;color:var(--green)}.eco-badge::before{content:'\1F33F';font-size:1.2rem}.also-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:3rem auto 0}.also-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:2.2rem;text-align:center;transition:all .35s var(--ease)}.also-card:hover{transform:translateY(-3px);box-shadow:var(--shxl);border-color:var(--blue-l)}.also-ico{font-size:2.8rem;margin-bottom:1rem}.also-card h4{font-family:var(--fd);font-size:1.25rem;font-weight:600;color:var(--navy);margin-bottom:.6rem}.also-card p{color:var(--tb);font-size:.88rem;line-height:1.75;margin-bottom:1.2rem}.also-card a{color:var(--blue);font-weight:600;font-size:.85rem;transition:color .3s}.also-card a:hover{color:var(--navy)}.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:960px;margin:0 auto}.pain-card{background:var(--cream);border-left:4px solid var(--red);border-radius:var(--rl);padding:2rem;transition:all .35s var(--ease)}.pain-card:hover{box-shadow:var(--shmd);transform:translateY(-3px)}.pain-icon{font-size:1.8rem;margin-bottom:1rem}.pain-text{font-size:.95rem;color:var(--td);line-height:1.7;font-weight:500}.promise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:960px;margin:0 auto}.promise-card{background:var(--wh);border-left:4px solid var(--green);border-radius:var(--rl);padding:2rem;box-shadow:var(--shsm);transition:all .35s var(--ease)}.promise-card:hover{box-shadow:var(--shmd);transform:translateY(-3px)}.promise-check{font-size:1.8rem;margin-bottom:1rem;color:var(--green)}.promise-ttl{font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.promise-text{font-size:.9rem;color:var(--tm);line-height:1.7}.comparison-table{width:100%;border-collapse:collapse;margin-top:2rem;border-radius:var(--rl);box-shadow:var(--shmd);overflow:hidden}.comparison-table thead th{background:var(--navy);color:var(--wh);padding:1.2rem;text-align:left;font-weight:600;font-size:.95rem}.comparison-table tbody td{padding:1.2rem;border-bottom:1px solid var(--bl);font-size:.9rem}.comparison-table tbody tr:nth-child(odd){background:var(--cream)}.comparison-table tbody tr:nth-child(even){background:var(--wh)}.comparison-table td:first-child{color:var(--tb);font-weight:500}.comparison-table td:last-child{color:var(--green);font-weight:600}.guarantee{background:linear-gradient(135deg,rgba(45,122,50,.08) 0%,rgba(45,122,50,.12) 100%);border:1px solid var(--gbd);border-radius:var(--rl);padding:3rem 2rem;text-align:center;margin:3rem auto;max-width:720px}.guarantee-icon{font-size:3rem;margin-bottom:1.5rem}.guarantee-ttl{font-family:var(--fd);font-size:1.8rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.guarantee-text{font-size:.95rem;color:var(--tm);line-height:1.8}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:960px;margin:2rem auto}.testimonial{background:var(--navy-l);border:1px solid var(--bd);border-radius:var(--rl);padding:2rem;color:var(--wh)}.testimonial-quote{font-size:.95rem;line-height:1.8;margin-bottom:1.5rem;font-style:italic}.testimonial-author{font-weight:600;font-size:.95rem;margin-bottom:.25rem}.testimonial-title{font-size:.8rem;color:var(--tl)}.why-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:2.5rem;max-width:680px;margin:0 auto;transition:all .35s var(--ease)}.why-card:hover{box-shadow:var(--shmd);border-color:var(--bll)}.benefits-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.8rem;max-width:var(--mw);margin:0 auto}.benefit-card{background:var(--wh);border:1px solid var(--bl);border-radius:var(--rl);padding:2rem;text-align:center;transition:all .35s var(--ease)}.benefit-card:hover{transform:translateY(-3px);box-shadow:var(--shmd);border-color:var(--bll)}.benefit-ico{font-size:2.2rem;margin-bottom:1rem}.benefit-card h4{font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.6rem}.benefit-card p{color:var(--tb);font-size:.88rem;line-height:1.75}.pos-grid{display:grid;grid-template-columns:1fr;gap:1.8rem;max-width:var(--mw);margin:0 auto}.pos-card{background:var(--wh);border:1px solid var(--bl);border-left:4px solid var(--navy);border-radius:var(--rl);padding:2.5rem;transition:all .35s var(--ease)}.pos-card:hover{box-shadow:var(--shmd);border-color:var(--bll)}.pos-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.2rem}.pos-title{font-family:var(--fd);font-size:1.3rem;font-weight:600;color:var(--navy)}.pos-badge{display:inline-block;padding:.35rem .8rem;background:var(--gbg);border:1px solid var(--gbd);border-radius:50px;font-size:.7rem;font-weight:600;color:var(--green);letter-spacing:.05em}.pos-desc{color:var(--tb);font-size:.88rem;line-height:1.75;margin-bottom:1rem}.pos-note{color:var(--tm);font-size:.82rem;font-style:italic;margin-bottom:1.2rem;padding:.8rem;background:var(--cream);border-radius:8px;border-left:3px solid var(--green)}.pos-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--blue);transition:gap .3s}.pos-link:hover{gap:.6rem}.career-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;max-width:var(--mw);margin:0 auto}.career-timeline .timeline-step{text-align:center;position:relative}.career-timeline .timeline-step::after{content:'';position:absolute;top:28px;left:calc(50% + 32px);width:calc(100% - 10px);height:2px;background:var(--bl);z-index:-1}.career-timeline .timeline-step:last-child::after{display:none}.step-circle{width:56px;height:56px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--navy),var(--navy-l));border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-size:1.4rem;font-weight:600;color:var(--wh);box-shadow:var(--shmd)}.step-title{font-family:var(--fd);font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.step-desc{color:var(--tb);font-size:.82rem;line-height:1.65}.message-sec{background:var(--navy);padding:5rem 3.5rem;text-align:center;position:relative;overflow:hidden}.message-sec::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(48,104,173,.15) 0%,transparent 60%);border-radius:50%;z-index:0}.message-sec::after{content:'';position:absolute;bottom:-40%;left:-15%;width:400px;height:400px;background:radial-gradient(circle,rgba(45,122,50,.1) 0%,transparent 60%);border-radius:50%;z-index:0}.message-content{position:relative;z-index:2;max-width:680px;margin:0 auto}.message-sec h2{font-family:var(--fd);font-size:clamp(1.7rem,2.8vw,2.3rem);color:var(--wh);font-weight:500;margin-bottom:.8rem}.message-sec p{color:var(--twm);font-size:.95rem;line-height:1.85}.form-sec{background:var(--wh);padding:6rem 3.5rem}.form-head{text-align:center;max-width:640px;margin:0 auto 3rem}.form-head h2{font-family:var(--fd);font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:600;line-height:1.22;color:var(--navy);margin-bottom:.8rem}.form-head p{color:var(--tb);font-size:.95rem}.form-wrapper{max-width:680px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-row-full{grid-column:1/-1}.form-group{display:flex;flex-direction:column}.form-label{font-size:.82rem;font-weight:600;color:var(--navy);margin-bottom:.5rem;letter-spacing:.02em}.form-required{color:var(--green)}.form-input,.form-select,.form-textarea{padding:.85rem 1rem;border:1.5px solid var(--bl);border-radius:var(--r);font-family:var(--fb);font-size:.88rem;color:var(--td);background:var(--bg);transition:all .25s var(--ease);width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--green);background:var(--wh);box-shadow:0 0 0 3px var(--gbg)}.form-input::placeholder{color:var(--tl)}.form-textarea{resize:vertical;min-height:100px;font-family:var(--fb)}.form-checkbox-group{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:.8rem}.form-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-checkbox input{width:18px;height:18px;accent-color:var(--green);cursor:pointer}.form-checkbox label{font-size:.88rem;color:var(--tb);cursor:pointer}.form-submit{padding:1rem 2rem;background:var(--navy);color:var(--wh);border:none;border-radius:var(--r);font-family:var(--fb);font-size:.88rem;font-weight:600;cursor:pointer;width:100%;transition:all .35s var(--ease);margin-top:1.5rem}.form-submit:hover{background:var(--navy-l);transform:translateY(-2px);box-shadow:var(--shxl)}.form-note{font-size:.76rem;color:var(--tm);margin-top:.8rem;text-align:center}.client-cta{background:var(--cream);padding:4rem 3.5rem;text-align:center}.client-cta h3{font-family:var(--fd);font-size:1.5rem;font-weight:500;color:var(--navy);margin-bottom:1.5rem}.client-cta p{color:var(--tb);font-size:.95rem;margin-bottom:1.5rem}@media (max-width:1024px){.story-layout{grid-template-columns:1fr;gap:2rem}.story-img img{min-height:280px}.timeline-item{grid-template-columns:150px 1fr;gap:1.5rem}.leadership-grid{gap:2rem}.feature-grid{grid-template-columns:1fr;gap:1.5rem}.spaces-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.included-grid{grid-template-columns:1fr}.value-grid{grid-template-columns:1fr 1fr}.consider-grid{grid-template-columns:1fr}.what-sec,.eco-sec{padding-left:2rem;padding-right:2rem}.feat-grid,.what-handles{gap:1.5rem}.comp-grid{gap:2rem}.benefits-grid{grid-template-columns:1fr 1fr}.career-timeline{grid-template-columns:repeat(5,1fr);gap:1rem}.career-timeline .timeline-step::after{left:calc(50% + 24px);width:calc(100% - 5px)}.step-circle{width:48px;height:48px}.pain-grid,.promise-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}}@media (max-width:900px){.story-sec{padding:4rem 1.5rem}.timeline-item{grid-template-columns:1fr;gap:1rem}.timeline-num{font-size:1.5rem}.leadership-grid{grid-template-columns:1fr}.text-sec,.eco-sec{padding:4rem 1.5rem}.feature-grid{grid-template-columns:1fr}.spaces-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.value-grid{grid-template-columns:1fr}.consider-grid{grid-template-columns:1fr}.what-sec{padding:4rem 1.5rem}.feat-grid,.what-handles,.also-grid,.comp-grid{grid-template-columns:1fr}.what-handles,.spaces-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:1fr}.career-timeline{grid-template-columns:repeat(2,1fr);gap:1.2rem}.career-timeline .timeline-step::after{display:none}.form-row{grid-template-columns:1fr}.form-row-full{grid-column:1}.message-sec{padding:3rem 1.5rem}.form-sec{padding:3rem 1.5rem}.client-cta{padding:2.5rem 1.5rem}.comparison-table{font-size:.85rem}.comparison-table tbody td{padding:.8rem}}@media (max-width:480px){.spaces-grid,.what-handles{grid-template-columns:1fr}.feature-grid,.value-grid,.comp-grid{grid-template-columns:1fr}.hero-icon{font-size:2.8rem}.career-timeline{grid-template-columns:1fr}.pos-card{border-left-width:3px}.pain-grid,.promise-grid{grid-template-columns:1fr;gap:1.5rem}.pain-card,.promise-card{padding:1.5rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.comparison-table{font-size:.75rem}.comparison-table tbody td{padding:.6rem}.guarantee{padding:2rem 1rem}}.bg-white{background:var(--wh)}.bg-cream{background:var(--cream)}.why-card-text{color:var(--tb);font-size:.95rem;line-height:1.85;margin:0}.timeline-step-anim-1{animation:fadeUp .7s var(--ease) .1s both}.timeline-step-anim-2{animation:fadeUp .7s var(--ease) .2s both}.cta-email-alt{color:var(--tb);margin-top:.5rem;display:block}.cta-email-alt a{color:var(--blue)}.sec-head-lg{margin-bottom:3.5rem}.featured-industry-tag{margin-top:.3rem;font-size:.7rem;background:rgba(45,122,50,.1);padding:.3rem .5rem;border-radius:var(--r);width:fit-content}.cta-inner{position:relative;z-index:2}.page-hero-short{min-height:auto !important;padding-top:4rem !important;padding-bottom:4rem !important}.page-hero-center .page-hero-content{text-align:center}.hero-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.legal-toc{background:var(--cream);border:1px solid var(--bl);border-radius:var(--rl);padding:2rem 2.5rem;margin-bottom:3rem}.legal-toc h3{font-family:var(--fb);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--navy);margin-bottom:1rem}.legal-toc ol{list-style:none;padding:0;margin:0;columns:2;column-gap:2rem}.legal-toc li{padding:.4rem 0;border-bottom:1px solid var(--bll)}.legal-toc a{font-size:.88rem;color:var(--blue);font-weight:500;transition:color .2s}.legal-toc a:hover{color:var(--navy)}.legal-section{padding:2rem 0;border-bottom:1px solid var(--bll)}.legal-section:last-child{border-bottom:none}.legal-section h2{font-family:var(--fd);font-size:1.4rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.legal-section p{color:var(--tb);font-size:.95rem;line-height:1.85;margin-bottom:1rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:1rem 0 1rem 1.5rem;line-height:1.85}.legal-section li{color:var(--tb);font-size:.95rem;margin-bottom:.5rem}.legal-section li strong{color:var(--td)}@media (max-width:600px){.legal-toc ol{columns:1}}.footer-social{display:flex;gap:1rem;margin-top:1.2rem}.footer-social a{color:var(--twm);transition:color .3s,transform .3s;display:flex}.footer-social a:hover{color:var(--wh);transform:translateY(-2px)}@media print{.nav,.btt,.chat-widget,.cta-banner,.mt{display:none !important}.hero,.page-hero{padding-top:2rem;background:none !important;color:#000 !important}.hero h1,.page-hero h1{color:#000}body{font-size:12pt;line-height:1.6;color:#000}a{color:#000;text-decoration:underline}.sec{padding:2rem 1rem}}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--navy);color:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:9999;font-family:var(--fb);font-size:.85rem;transform:translateY(100%);transition:transform .4s var(--ease);box-shadow:0 -4px 20px rgba(0,0,0,.3)}.cookie-banner.visible{transform:translateY(0)}.cookie-banner p{margin:0;color:rgba(255,255,255,.8);line-height:1.5;flex:1}.cookie-banner a{color:var(--green-l);text-decoration:underline}.cookie-btn{padding:.6rem 1.2rem;border:none;border-radius:6px;font-family:var(--fb);font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}.cookie-btn-accept{background:var(--green);color:#fff}.cookie-btn-accept:hover{background:var(--green-l)}.cookie-btn-decline{background:transparent;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.2)}.cookie-btn-decline:hover{color:#fff;border-color:rgba(255,255,255,.4)}@media(max-width:768px){.cookie-banner{flex-direction:column;text-align:center;padding:1rem}.cookie-banner p{font-size:.8rem}}

.footer-newsletter{margin-top:1.5rem}.footer-newsletter p{font-size:.82rem;color:var(--tl);margin-bottom:.6rem}.footer-nl-form{display:flex;gap:.4rem}.footer-nl-form input{flex:1;padding:.6rem .8rem;border:1px solid var(--bd);border-radius:6px;background:rgba(255,255,255,.06);color:#fff;font-family:var(--fb);font-size:.82rem;outline:none}.footer-nl-form input:focus{border-color:var(--green)}.footer-nl-form input::placeholder{color:var(--tl)}.footer-nl-form button{padding:.6rem 1rem;background:var(--green);color:#fff;border:none;border-radius:6px;font-family:var(--fb);font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}.footer-nl-form button:hover{background:var(--green-l)}