:root{--blue-800:#0d3f7a;--blue-700:#125ba6;--blue-600:#1a72c4;--blue-500:#2a9fd6;--blue-300:#8fd0ef;--blue-100:#dcefff;--green-600:#3f9d2f;--green-500:#5cb83a;--green-400:#86cf5a;--green-100:#e4f6d8;--navy:#12304f;--ink:#1b2d40;--slate:#516170;--slate-2:#7d8b99;--bg:#ffffff;--bg-soft:#f3f8fd;--bg-soft-2:#e9f3fc;--bg-tint:#eef7ef;--line:#e1ebf4;--line-2:#eef4fa;--grad:linear-gradient(118deg,#1a72c4,#259ad4 46%,#5cb83a);--grad-soft:linear-gradient(118deg,#eaf4fd,#eef7ef);--font-head:"Plus Jakarta Sans",system-ui,sans-serif;--font-body:"Figtree",system-ui,sans-serif;--shadow-sm:0 2px 10px rgba(18,48,79,.06);--shadow-md:0 14px 38px rgba(18,48,79,.10);--shadow-lg:0 30px 70px rgba(18,48,79,.16);--shadow-blue:0 18px 40px rgba(26,114,196,.28);--r-sm:10px;--r:16px;--r-lg:24px;--r-xl:32px;--container:1200px;--gutter:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--slate);background:var(--bg);font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-head);color:var(--navy);line-height:1.1;letter-spacing:-.02em;margin:0;font-weight:700}h1{font-size:clamp(2.6rem,5.2vw,4.3rem)}h1,h2{font-weight:800}h2{font-size:clamp(2rem,3.6vw,3rem)}h3{font-size:1.35rem}p{margin:0 0 1em}::selection{background:var(--blue-500);color:#fff}.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.section{padding:104px 0}.section--soft{background:var(--bg-soft)}.section--tight{padding:72px 0}.center{text-align:center}.lead{font-size:1.18rem;color:var(--slate);max-width:60ch}.center .lead{margin-left:auto;margin-right:auto}.kicker{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-head);font-weight:700;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-700);background:var(--bg-soft-2);padding:8px 16px;border-radius:100px;margin-bottom:22px}.kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--grad)}.section-head{max-width:680px;margin:0 0 56px}.center .section-head{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-head);font-weight:700;font-size:1rem;padding:15px 30px;border-radius:100px;border:0;cursor:pointer;transition:transform .25s cubic-bezier(.2,.7,.3,1),box-shadow .25s,background .25s,color .25s;white-space:nowrap;line-height:1}.btn svg{width:18px;height:18px}.btn--primary{background:var(--grad);color:#fff;box-shadow:var(--shadow-blue)}.btn--primary:hover{transform:translateY(-3px);box-shadow:0 24px 50px rgba(26,114,196,.36)}.btn--ghost{background:#fff;color:var(--navy);box-shadow:var(--shadow-sm);border:1px solid var(--line)}.btn--ghost:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);color:var(--blue-700)}.btn--outline{background:transparent;color:var(--navy);border:1.5px solid var(--line)}.btn--outline:hover{border-color:var(--blue-500);color:var(--blue-700)}.btn--light{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.3)}.btn--light:hover{background:#fff;color:var(--blue-700)}.btn--lg{padding:18px 38px;font-size:1.06rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:80;transition:background .3s,box-shadow .3s,padding .3s;padding:20px 0}.site-header.scrolled{background:rgba(255,255,255,.92);-webkit-backdrop-filter:saturate(150%) blur(14px);backdrop-filter:saturate(150%) blur(14px);box-shadow:0 4px 24px rgba(18,48,79,.07);padding:12px 0}.nav{justify-content:space-between;gap:24px}.brand,.nav{display:flex;align-items:center}.brand{gap:12px}.brand img{height:46px;width:auto;transition:height .3s}.scrolled .brand img{height:40px}.nav-links{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.nav-links a{font-family:var(--font-head);font-weight:600;font-size:1rem;color:var(--navy);padding:10px 16px;border-radius:100px;position:relative;transition:color .2s,background .2s}.nav-links a:hover{background:var(--bg-soft-2)}.nav-links a.active,.nav-links a:hover{color:var(--blue-700)}.nav-links a.active:after{content:"";position:absolute;left:16px;right:16px;bottom:4px;height:2px;border-radius:2px;background:var(--grad)}.nav-cta{gap:14px}.nav-cta,.nav-phone{display:flex;align-items:center}.nav-phone{gap:9px;font-family:var(--font-head);font-weight:700;color:var(--navy);font-size:.96rem;white-space:nowrap}.nav-phone .ico{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--bg-soft-2);color:var(--blue-700)}.nav-phone .ico svg{width:18px;height:18px}.hamburger{display:none;flex-direction:column;gap:5px;background:#fff;border:1px solid var(--line);border-radius:12px;width:46px;height:46px;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-sm)}.hamburger span{width:20px;height:2px;background:var(--navy);border-radius:2px;transition:.3s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0 0 0 auto;width:min(86vw,360px);background:#fff;z-index:90;transform:translateX(100%);transition:transform .35s cubic-bezier(.2,.7,.3,1);box-shadow:-20px 0 60px rgba(18,48,79,.18);padding:90px 28px 28px;display:flex;flex-direction:column;gap:6px}.mobile-menu.open{transform:translateX(0)}.mobile-menu a{font-family:var(--font-head);font-weight:700;font-size:1.25rem;color:var(--navy);padding:14px 4px;border-bottom:1px solid var(--line-2)}.mobile-menu a:hover{color:var(--blue-700)}.mobile-menu .btn{margin-top:18px}.scrim{position:fixed;inset:0;background:rgba(18,48,79,.4);z-index:85;opacity:0;pointer-events:none;transition:opacity .3s}.scrim.open{opacity:1;pointer-events:auto}.hero{position:relative;padding-top:160px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.hero h1 span.grad{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.hero .lead{margin-top:8px;margin-bottom:32px}.hero-cta{gap:16px;align-items:center}.hero-cta,.hero-trust{display:flex;flex-wrap:wrap}.hero-trust{gap:26px;margin-top:40px}.hero-trust .t{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--navy);font-family:var(--font-head);font-size:.96rem}.hero-trust .t .ck{width:26px;height:26px;border-radius:50%;background:var(--green-100);color:var(--green-600);display:grid;place-items:center;flex:none}.hero-trust .t .ck svg{width:14px;height:14px}.frame{border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.frame img{width:100%;height:100%;object-fit:cover}.media-tall{aspect-ratio:4/5}.media-wide{aspect-ratio:16/11}.float-card{position:absolute;background:#fff;border-radius:var(--r);box-shadow:var(--shadow-md);padding:16px 20px;display:flex;align-items:center;gap:14px}.float-card .ic{width:46px;height:46px;border-radius:14px;background:var(--grad);display:grid;place-items:center;color:#fff;flex:none}.float-card .ic svg{width:24px;height:24px}.float-card b{font-family:var(--font-head);color:var(--navy);font-size:1.4rem;display:block;line-height:1}.float-card small{color:var(--slate-2);font-size:.82rem}.blob{position:absolute;border-radius:50%;filter:blur(8px);opacity:.5;z-index:-1}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.stat{text-align:center;padding:12px}.stat b{font-family:var(--font-head);font-weight:800;font-size:clamp(2.4rem,4vw,3.4rem);background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1;display:block}.stat small{display:block;margin-top:10px;font-weight:600;color:var(--slate);font-size:1rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px}.svc{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform .35s cubic-bezier(.2,.7,.3,1),box-shadow .35s,border-color .35s;display:flex;flex-direction:column}.svc:hover{transform:translateY(-8px);box-shadow:var(--shadow-md);border-color:transparent}.svc-img{aspect-ratio:16/10;overflow:hidden;position:relative}.svc-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.3,1)}.svc:hover .svc-img img{transform:scale(1.07)}.svc-ic{position:absolute;left:18px;bottom:-26px;width:56px;height:56px;border-radius:16px;background:var(--grad);display:grid;place-items:center;color:#fff;box-shadow:var(--shadow-blue)}.svc-ic svg{width:28px;height:28px}.svc-body{padding:40px 26px 28px;display:flex;flex-direction:column;flex:1 1}.svc-body h3{margin-bottom:10px}.svc-body p{font-size:.98rem;margin-bottom:18px}.svc-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:700;color:var(--blue-700);font-size:.95rem}.svc-link svg{width:16px;height:16px;transition:transform .25s}.svc:hover .svc-link svg{transform:translateX(5px)}.feat-list{display:flex;flex-direction:column;gap:22px}.feat{display:flex;gap:18px;align-items:flex-start}.feat .fi{width:54px;height:54px;border-radius:16px;background:var(--bg-soft-2);color:var(--blue-700);display:grid;place-items:center;flex:none}.feat .fi svg{width:26px;height:26px}.feat h3{font-size:1.15rem;margin-bottom:4px}.feat p{font-size:.98rem;margin:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.step{position:relative;padding:34px 24px;background:#fff;border-radius:var(--r-lg);box-shadow:var(--shadow-sm);border:1px solid var(--line)}.step .n{font-family:var(--font-head);font-weight:800;font-size:2.4rem;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.step h3{font-size:1.15rem;margin:14px 0 8px}.step p{font-size:.95rem;margin:0}.filters{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}.filter{font-family:var(--font-head);font-weight:600;font-size:.95rem;padding:10px 20px;border-radius:100px;border:1px solid var(--line);background:#fff;color:var(--navy);cursor:pointer;transition:.25s}.filter:hover{border-color:var(--blue-300)}.filter.active{background:var(--grad);color:#fff;border-color:transparent;box-shadow:var(--shadow-blue)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.proj{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-sm);cursor:pointer}.proj img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.3,1)}.proj:hover img{transform:scale(1.08)}.proj-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,63,122,.86) 0,rgba(13,63,122,.1) 55%,transparent);opacity:0;transition:opacity .35s;display:flex;flex-direction:column;justify-content:flex-end;padding:26px;color:#fff}.proj:hover .proj-overlay{opacity:1}.proj-overlay small{font-family:var(--font-head);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;color:var(--green-400)}.proj-overlay h3{color:#fff;font-size:1.25rem;margin-top:6px;transform:translateY(10px);transition:transform .35s}.proj:hover .proj-overlay h3{transform:translateY(0)}.quotes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px}.quote{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:34px 30px;box-shadow:var(--shadow-sm)}.quote .stars{display:flex;gap:3px;color:#f6b73c;margin-bottom:16px}.quote .stars svg{width:18px;height:18px}.quote p{color:var(--ink);font-size:1.04rem;line-height:1.65}.quote .who{display:flex;align-items:center;gap:14px;margin-top:22px}.quote .who .av{width:48px;height:48px;border-radius:50%;background:var(--grad);color:#fff;display:grid;place-items:center;font-family:var(--font-head);font-weight:800;font-size:1.1rem}.quote .who b{display:block;font-family:var(--font-head);color:var(--navy);font-size:1rem}.quote .who small{color:var(--slate-2)}.cta-band{position:relative;border-radius:var(--r-xl);overflow:hidden;background:var(--grad);color:#fff;padding:64px 56px;display:flex;align-items:center;justify-content:space-between;gap:40px;box-shadow:var(--shadow-lg)}.cta-band:after{right:-60px;top:-60px;width:280px;height:280px;background:rgba(255,255,255,.12)}.cta-band:after,.cta-band:before{content:"";position:absolute;border-radius:50%}.cta-band:before{left:-40px;bottom:-80px;width:220px;height:220px;background:rgba(255,255,255,.1)}.cta-band h2{color:#fff;position:relative;max-width:18ch}.cta-band p{color:rgba(255,255,255,.9);position:relative;margin:10px 0 0}.cta-band .cta-actions{display:flex;gap:14px;flex-wrap:wrap;position:relative;flex:none}.site-footer{background:#0e2742;color:#aebfd0;padding:80px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:40px;gap:40px;padding-bottom:56px}.footer-brand img{height:54px;margin-bottom:20px}.footer-brand .wm{font-family:var(--font-head);font-weight:800;color:#fff;font-size:1.5rem;letter-spacing:.02em}.footer-brand p{font-size:.98rem;line-height:1.7;max-width:34ch}.foot-soc{display:flex;gap:10px;margin-top:20px}.foot-soc a{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.07);display:grid;place-items:center;color:#cddbe9;transition:.25s}.foot-soc a:hover{background:var(--grad);color:#fff;transform:translateY(-3px)}.foot-soc svg{width:19px;height:19px}.site-footer h4{color:#fff;font-size:1.05rem;margin-bottom:22px;letter-spacing:.01em}.foot-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.foot-col a{font-size:.98rem;transition:.2s;display:inline-flex;align-items:center;gap:9px}.foot-col a:hover{color:#fff;transform:translateX(3px)}.foot-contact li{display:flex;gap:13px;align-items:flex-start;margin-bottom:16px;font-size:.98rem}.foot-contact .ci{width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.07);display:grid;place-items:center;color:var(--green-400);flex:none}.foot-contact .ci svg{width:17px;height:17px}.foot-contact a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:24px 0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.9rem}.footer-bottom a:hover,.wa-float{color:#fff}.wa-float{position:fixed;right:24px;bottom:24px;z-index:95;display:flex;align-items:center;gap:0;background:#25D366;border-radius:100px;box-shadow:0 14px 34px rgba(37,211,102,.45);padding:0;height:62px;overflow:hidden;transition:transform .3s,box-shadow .3s}.wa-float:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 44px rgba(37,211,102,.55)}.wa-float .wa-ic{width:62px;height:62px;display:grid;place-items:center;flex:none}.wa-float .wa-ic svg{width:32px;height:32px}.wa-float .wa-txt{font-family:var(--font-head);font-weight:700;font-size:1rem;white-space:nowrap;max-width:0;opacity:0;transition:max-width .35s,opacity .3s,padding .35s;padding-right:0}.wa-float:hover .wa-txt{max-width:200px;opacity:1;padding-right:24px}.wa-float:before{content:"";position:absolute;left:9px;top:9px;width:44px;height:44px;border-radius:50%;background:#25D366;z-index:-1;animation:waPulse 2.4s infinite}@keyframes waPulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.8);opacity:0}to{opacity:0}}.page-hero{position:relative;padding:170px 0 80px;background:var(--grad-soft);overflow:hidden}.page-hero:after{right:-100px;top:-100px;width:420px;height:420px;background:radial-gradient(circle,rgba(92,184,58,.16),transparent 70%)}.page-hero:after,.page-hero:before{content:"";position:absolute;border-radius:50%}.page-hero:before{left:-120px;bottom:-160px;width:460px;height:460px;background:radial-gradient(circle,rgba(42,159,214,.14),transparent 70%)}.page-hero .inner{position:relative;max-width:720px}.breadcrumb{display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:600;font-size:.92rem;color:var(--slate-2);margin-bottom:18px}.breadcrumb a:hover{color:var(--blue-700)}.breadcrumb .sep{opacity:.5}.breadcrumb .cur{color:var(--blue-700)}.form-card{background:#fff;border-radius:var(--r-xl);box-shadow:var(--shadow-md);padding:44px;border:1px solid var(--line)}.field{margin-bottom:20px}.field label{display:block;font-family:var(--font-head);font-weight:600;color:var(--navy);margin-bottom:8px;font-size:.95rem}.field input,.field select,.field textarea{width:100%;font-family:var(--font-body);font-size:1rem;color:var(--ink);padding:14px 16px;border:1.5px solid var(--line);border-radius:var(--r-sm);background:var(--bg-soft);transition:border-color .2s,box-shadow .2s,background .2s}.field input::placeholder,.field textarea::placeholder{color:var(--slate-2)}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue-500);background:#fff;box-shadow:0 0 0 4px rgba(42,159,214,.12)}.field textarea{resize:vertical;min-height:130px}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.form-success{display:none;text-align:center;padding:20px 0}.form-success.show{display:block}.form-success .ok{width:72px;height:72px;border-radius:50%;background:var(--green-100);color:var(--green-600);display:grid;place-items:center;margin:0 auto 18px}.form-success .ok svg{width:36px;height:36px}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-error{margin:0 0 16px;padding:12px 16px;border-radius:var(--r-sm);border:1.5px solid #f2c2c2;background:#fdeded;color:#a4262c;font-size:.95rem;line-height:1.5}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{position:relative;cursor:pointer}.chip input{position:absolute;opacity:0}.chip span{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border:1.5px solid var(--line);border-radius:100px;font-family:var(--font-head);font-weight:600;font-size:.92rem;color:var(--navy);background:var(--bg-soft);transition:.2s}.chip input:checked+span{background:var(--grad);color:#fff;border-color:transparent}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:34px 28px;text-align:center;box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s}.info-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.info-card .ii{width:60px;height:60px;border-radius:18px;background:var(--grad);color:#fff;display:grid;place-items:center;margin:0 auto 18px}.info-card .ii svg{width:28px;height:28px}.info-card h3{font-size:1.1rem;margin-bottom:8px}.info-card a,.info-card p{color:var(--slate);font-size:1rem;margin:0}.info-card a:hover{color:var(--blue-700)}.faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;cursor:pointer;font-family:var(--font-head);font-weight:700;color:var(--navy);font-size:1.08rem}.faq-q .pm{width:30px;height:30px;border-radius:50%;background:var(--bg-soft-2);color:var(--blue-700);display:grid;place-items:center;flex:none;transition:.3s}.faq-q .pm svg{width:16px;height:16px;transition:transform .3s}.faq-item.open .pm{background:var(--grad);color:#fff}.faq-item.open .pm svg{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-a div{padding:0 26px 24px;font-size:1rem}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.split--rev .split-media{order:2}.checklist{list-style:none;margin:24px 0 0;padding:0;display:grid;grid-gap:14px;gap:14px}.checklist li{display:flex;gap:12px;align-items:flex-start;font-weight:500;color:var(--ink)}.checklist .ck{width:26px;height:26px;border-radius:50%;background:var(--green-100);color:var(--green-600);display:grid;place-items:center;flex:none;margin-top:2px}.checklist .ck svg{width:14px;height:14px}.trust-strip{display:flex;align-items:center;justify-content:center;gap:46px;flex-wrap:wrap;opacity:.8}.trust-strip span{font-family:var(--font-head);font-weight:800;font-size:1.3rem;color:var(--slate-2);letter-spacing:.02em}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.2,.7,.3,1),transform .7s cubic-bezier(.2,.7,.3,1)}[data-reveal].in{opacity:1;transform:none}[data-reveal-delay="1"]{transition-delay:.08s}[data-reveal-delay="2"]{transition-delay:.16s}[data-reveal-delay="3"]{transition-delay:.24s}[data-reveal-delay="4"]{transition-delay:.32s}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.map-stylized{position:relative;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--line);min-height:460px;background:radial-gradient(circle at 30% 20%,rgba(92,184,58,.1),transparent 55%),radial-gradient(circle at 75% 80%,rgba(42,159,214,.12),transparent 55%),linear-gradient(135deg,#eef6fc,#eaf4ef)}.map-stylized .grid{position:absolute;inset:0;background-image:linear-gradient(rgba(18,48,79,.05) 1px,transparent 0),linear-gradient(90deg,rgba(18,48,79,.05) 1px,transparent 0);background-size:46px 46px}.map-stylized .road{position:absolute;background:rgba(18,48,79,.07);border-radius:6px}.map-stylized .road.r1{left:-5%;right:-5%;top:38%;height:18px;transform:rotate(-7deg)}.map-stylized .road.r2{top:-5%;bottom:-5%;left:58%;width:16px;transform:rotate(6deg)}.map-stylized .road.r3{left:8%;right:30%;bottom:24%;height:12px;transform:rotate(4deg)}.map-pin{position:absolute;left:50%;top:44%;transform:translate(-50%,-100%);z-index:3}.map-pin .dot{width:58px;height:58px;border-radius:50% 50% 50% 0;background:var(--grad);transform:rotate(-45deg);box-shadow:0 12px 26px rgba(26,114,196,.4);display:grid;place-items:center}.map-pin .dot svg{width:26px;height:26px;color:#fff;transform:rotate(45deg)}.map-pin .ring{top:100%;width:46px;height:14px;transform:translate(-50%,-2px);background:radial-gradient(ellipse,rgba(18,48,79,.18),transparent 70%)}.map-pin .ring,.map-pulse{position:absolute;left:50%}.map-pulse{top:44%;width:58px;height:58px;border-radius:50%;transform:translate(-50%,-100%);background:rgba(42,159,214,.4);z-index:2;animation:mapPulse 2.6s infinite}@keyframes mapPulse{0%{transform:translate(-50%,-100%) scale(.6);opacity:.7}80%{transform:translate(-50%,-100%) scale(2.4);opacity:0}to{opacity:0}}.map-card{position:absolute;left:22px;bottom:22px;right:22px;background:#fff;border-radius:var(--r);box-shadow:var(--shadow-md);padding:18px 20px;display:flex;align-items:center;gap:16px;z-index:4}.map-card .mi{width:46px;height:46px;border-radius:12px;background:var(--bg-soft-2);color:var(--blue-700);display:grid;place-items:center;flex:none}.map-card .mi svg{width:22px;height:22px}.map-card b{font-family:var(--font-head);color:var(--navy);display:block;font-size:1rem}.map-card small{color:var(--slate-2);font-size:.85rem}.map-card .btn{margin-left:auto;padding:11px 20px;font-size:.92rem}.offerte-grid{display:grid;grid-template-columns:1.35fr .9fr;grid-gap:48px;gap:48px;align-items:start}.aside-card{background:var(--grad);color:#fff;border-radius:var(--r-xl);padding:38px 34px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.aside-card:after{content:"";position:absolute;right:-50px;top:-50px;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.12)}.aside-card h3{color:#fff;font-size:1.4rem;margin-bottom:20px;position:relative}.aside-card .checklist li{color:#fff}.aside-card .checklist .ck{background:rgba(255,255,255,.2);color:#fff}.aside-contact{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:30px;margin-top:24px;box-shadow:var(--shadow-sm)}.aside-contact .row{display:flex;align-items:center;gap:14px;margin-bottom:16px}.aside-contact .row:last-child{margin-bottom:0}.aside-contact .ri{width:44px;height:44px;border-radius:12px;background:var(--bg-soft-2);color:var(--blue-700);display:grid;place-items:center;flex:none}.aside-contact .ri svg{width:20px;height:20px}.aside-contact b{font-family:var(--font-head);color:var(--navy);display:block;font-size:.98rem}.aside-contact a{color:var(--slate);font-size:.95rem}.aside-contact a:hover{color:var(--blue-700)}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero{padding-top:130px}.hero-media{max-width:560px}.cards,.gallery{grid-template-columns:repeat(2,1fr)}.quotes{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:36px}.split--rev .split-media{order:0}.cta-band{flex-direction:column;align-items:flex-start;padding:48px 36px}.contact-grid{gap:32px}.contact-grid,.offerte-grid{grid-template-columns:1fr}}@media (max-width:760px){body{font-size:16px}.section{padding:72px 0}.nav-links,.nav-phone{display:none}.hamburger{display:flex}.stats{grid-template-columns:repeat(2,1fr);gap:32px 16px}.cards,.field-row,.footer-grid,.gallery,.info-cards,.steps{grid-template-columns:1fr}.form-card{padding:28px}.cta-band{padding:38px 26px}.map-card{flex-wrap:wrap}.map-card .btn{margin-left:0;width:100%}}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_7c98a1{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_7c98a1{--font-head:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree Fallback;src:local("Arial");ascent-override:94.32%;descent-override:24.82%;line-gap-override:0.00%;size-adjust:100.72%}.__className_7c5662{font-family:Figtree,Figtree Fallback;font-style:normal}.__variable_7c5662{--font-body:"Figtree","Figtree Fallback"}