:root{--blue:#0C7BB3;--blue-dk:#0A5F8A;--deep:#073F5C;--blue-lt:#E0F4FD;--rose:#D4789A;--rose-dk:#B85A7E;--rose-lt:#FCEDF2;--gold:#E8A838;--gold-lt:#FFF8E7;--green:#16A34A;--sky:#7EC8E3;--white:#FFFFFF;--sand:#F5F0EB;--sand-dk:#E8E0D8;--g50:#FAFAF9;--g100:#F1F0EE;--g200:#E2E0DC;--g300:#C8C4BE;--g400:#9A9590;--g500:#706B66;--g600:#524E4A;--g700:#3A3835;--g800:#252321;--g900:#111010;--sans:'Montserrat',system-ui,sans-serif;--serif:'Playfair Display',Georgia,serif;--ease:cubic-bezier(.4, 0, .15, 1);--max:1200px}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);font-size:16px;line-height:1.65;color:var(--g600);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:.3s var(--ease)}button,input,select,textarea{font:inherit;border:none;outline:0;background:0 0}button{cursor:pointer}:focus-visible{outline:2px solid var(--sky);outline-offset:2px}a:focus-visible{outline:2px solid var(--sky);outline-offset:2px;border-radius:4px}.btn:focus-visible{outline:2px solid var(--sky);outline-offset:3px}.form__field input:focus-visible,.form__field select:focus-visible,.form__field textarea:focus-visible,.form__input:focus-visible,.form__select:focus-visible,.form__textarea:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(12,123,179,.25)}.skip-link{position:absolute;top:-100px;left:0;z-index:9999;background:var(--deep);color:var(--white);padding:.75rem 1.5rem;font-size:.85rem;font-weight:700;border-radius:0 0 8px 0;transition:top .2s}.skip-link:focus{top:0}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}ol,ul{list-style:none}p{margin-bottom:1rem}h1,h2{font-family:var(--serif);font-weight:700;line-height:1.1;color:var(--g900);letter-spacing:-.02em}h3,h4{font-family:var(--sans);font-weight:800;line-height:1.25;color:var(--g800)}h1{font-size:clamp(3rem, 7vw, 5rem)}h2{font-size:clamp(2rem, 5vw, 3.25rem)}h3{font-size:1.15rem;letter-spacing:-.01em}h4{font-size:1rem}h1 em,h2 em{font-style:italic;color:var(--sky)}.wrap{width:100%;max-width:var(--max);margin:0 auto;padding:0 2rem}.kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:var(--rose);margin-bottom:1rem}.kicker::before{content:'';width:28px;height:2px;background:var(--rose);border-radius:2px}.kicker--light{color:var(--sky)}.kicker--light::before{background:var(--sky)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.9rem 2.2rem;font-weight:700;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;transition:all .4s var(--ease);white-space:nowrap;border:2px solid transparent}.btn svg{width:15px;height:15px;flex-shrink:0}.btn--filled{background:var(--deep);color:var(--white);border-color:var(--deep)}.btn--filled:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-3px);box-shadow:0 14px 36px rgba(12,123,179,.3)}.btn--white{background:var(--white);color:var(--deep);border-color:var(--white)}.btn--white:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.12)}.btn--glass{background:rgba(255,255,255,.1);color:var(--white);border-color:rgba(255,255,255,.25);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.btn--glass:hover{background:var(--white);color:var(--deep);border-color:var(--white)}.btn--wa{background:#25d366;color:#fff;border-color:#25d366}.btn--wa:hover{background:#1daf54;border-color:#1daf54;transform:translateY(-2px)}.btn--lg{padding:1.05rem 2.8rem;font-size:.8rem}.btn--full{width:100%}.link-arrow{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--deep);transition:.3s var(--ease)}.link-arrow svg{width:14px;height:14px;transition:transform .3s var(--ease)}.link-arrow:hover{color:var(--blue)}.link-arrow:hover svg{transform:translateX(5px)}.hdr{position:fixed;top:0;left:0;right:0;z-index:100;transition:.4s var(--ease);background:linear-gradient(180deg,rgba(7,63,92,.6) 0,transparent 100%)}.hdr--solid{background:rgba(255,255,255,.96);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 1px 0 rgba(0,0,0,.06)}.hdr__bar{display:flex;align-items:center;justify-content:space-between;height:76px;max-width:var(--max);margin:0 auto;padding:0 2rem}.hdr__logo{display:flex;align-items:center;gap:.55rem}.hdr__logo-img{width:36px;height:36px;object-fit:contain;transition:transform .5s var(--ease)}.hdr__logo:hover .hdr__logo-img{transform:rotate(-10deg) scale(1.08)}.hdr__logo-text{font-weight:800;font-size:1.1rem;color:var(--white);transition:color .3s}.hdr__logo-text em{font-style:normal;font-family:var(--serif);color:var(--sky)}.hdr--solid .hdr__logo-text{color:var(--g900)}.hdr__nav{display:flex;gap:.15rem}.hdr__link{font-weight:700;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.65);padding:.45rem .9rem;border-radius:100px;transition:.3s var(--ease);position:relative}.hdr__link--on,.hdr__link:hover{color:var(--white)}.hdr--solid .hdr__link{color:var(--g400)}.hdr--solid .hdr__link--on,.hdr--solid .hdr__link:hover{color:var(--deep);background:var(--blue-lt)}.hdr__phone{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:.68rem;letter-spacing:.04em;color:var(--white);background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.2);padding:.5rem 1.25rem;border-radius:100px;transition:.3s var(--ease)}.hdr__phone svg{width:14px;height:14px}.hdr__phone:hover{background:var(--white);color:var(--deep);border-color:var(--white)}.hdr--solid .hdr__phone{background:var(--deep);color:var(--white);border-color:var(--deep)}.hdr--solid .hdr__phone:hover{background:var(--blue);border-color:var(--blue)}.hdr__burger{display:none!important;flex-direction:column;gap:5px;width:26px;padding:3px 0;font-size:0;line-height:0;overflow:hidden}@media (max-width:768px){.hdr__burger{display:flex!important}}.hdr__burger span{display:block;height:2.5px;border-radius:2px;background:var(--white);transition:.3s var(--ease)}.hdr--solid .hdr__burger span{background:var(--g800)}.hdr__burger.open span:first-child{transform:translateY(7.5px) rotate(45deg)}.hdr__burger.open span:nth-child(2){opacity:0}.hdr__burger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mob-nav{display:none;position:fixed;inset:0;z-index:99;background:var(--white);padding:100px 2rem 2rem;flex-direction:column;gap:0;overflow-y:auto}.mob-nav.open{display:flex}.mob-nav a{font-weight:700;font-size:1.05rem;color:var(--g700);padding:1.1rem 0;border-bottom:1px solid var(--g100)}.mob-nav a:hover{color:var(--blue)}.mob-nav__ctas{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden}.hero__media{position:absolute;inset:0;z-index:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,63,92,.3) 0,rgba(7,63,92,.1) 40%,rgba(7,63,92,.65) 100%),linear-gradient(135deg,rgba(7,63,92,.6) 0,transparent 60%)}.hero__ripple{position:absolute;bottom:15%;left:20%;width:500px;height:500px;z-index:1;pointer-events:none}.hero__ripple::after,.hero__ripple::before{content:'';position:absolute;inset:0;border:1px solid rgba(126,200,227,.15);border-radius:50%;animation:ripple 4s ease-out infinite}.hero__ripple::after{animation-delay:2s}@keyframes ripple{0%{transform:scale(.3);opacity:1}100%{transform:scale(1.2);opacity:0}}.hero__content{position:relative;z-index:3;max-width:var(--max);width:100%;margin:0 auto;padding:6rem 2rem 10rem}.hero__eyebrow{font-size:.65rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--sky);margin-bottom:1.5rem;display:flex;align-items:center;gap:.6rem}.hero__eyebrow::before{content:'';width:32px;height:1px;background:var(--sky)}.hero__title{color:var(--white);max-width:680px;margin-bottom:1.5rem}.hero__sub{font-size:1.05rem;line-height:1.8;color:rgba(255,255,255,.6);max-width:500px;margin-bottom:2.5rem}.hero__btns{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem}.hero__proof{display:flex;align-items:center;gap:1.5rem;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.45)}.hero__proof strong{color:var(--white);font-size:.85rem}.hero__dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.2)}.hero__flamingo{position:absolute;bottom:12%;right:6%;z-index:2;width:140px;height:140px;opacity:.12;mix-blend-mode:soft-light;animation:drift 8s ease-in-out infinite;pointer-events:none}.hero__flamingo img{width:100%;height:100%;object-fit:contain;filter:brightness(2) saturate(.5)}@keyframes drift{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-20px) rotate(3deg)}}.hero__scroll-cue{position:absolute;bottom:8rem;left:50%;transform:translateX(-50%);z-index:3}.hero__scroll-line{width:1px;height:48px;background:rgba(255,255,255,.15);position:relative;overflow:hidden}.hero__scroll-line::after{content:'';position:absolute;top:-100%;left:0;width:100%;height:60%;background:var(--sky);animation:scrollPulse 2.5s ease-in-out infinite}@keyframes scrollPulse{0%{top:-100%}100%{top:200%}}.hero__wave{position:absolute;bottom:-1px;left:0;width:100%;height:80px;z-index:4}.srv{background:var(--sand);padding:7rem 0}.srv__intro{text-align:center;max-width:620px;margin:0 auto 5rem}.srv__intro h2{margin-bottom:.75rem}.srv__intro-sub{font-size:1rem;color:var(--g500)}.srv__row{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.srv__row:last-child{margin-bottom:0}.srv__row--flip{direction:rtl}.srv__row--flip>*{direction:ltr}.srv__img{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/3}.srv__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.srv__img:hover img{transform:scale(1.05)}.srv__img--clip-1{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}.srv__img--clip-2{border-radius:40% 60% 50% 50%/60% 40% 50% 60%}.srv__img--clip-3{border-radius:50% 50% 40% 60%/40% 50% 60% 50%}.srv__num{position:absolute;top:1.5rem;left:1.5rem;font-family:var(--serif);font-size:3rem;font-weight:700;color:rgba(255,255,255,.2);line-height:1;pointer-events:none}.srv__text h3{font-size:1.6rem;margin-bottom:.75rem}.srv__text p{font-size:.95rem;line-height:1.8;color:var(--g500);margin-bottom:1.25rem}.stats{position:relative;padding:6rem 0;overflow:hidden}.stats__bg{position:absolute;inset:0}.stats__bg img{width:100%;height:100%;object-fit:cover}.stats__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,63,92,.92),rgba(12,123,179,.85))}.stats__wave-bot,.stats__wave-top{position:absolute;left:0;width:100%;height:80px;z-index:2}.stats__wave-top{top:-1px}.stats__wave-bot{bottom:-1px}.stats__inner{position:relative;z-index:3;display:flex;justify-content:center;gap:0}.stat{text-align:center;flex:1;padding:1.5rem 2rem;position:relative}.stat+.stat::before{content:'';position:absolute;left:0;top:25%;height:50%;width:1px;background:rgba(255,255,255,.12)}.stat__val{font-family:var(--serif);font-size:clamp(2.5rem, 5vw, 3.5rem);font-weight:700;color:var(--white);line-height:1;margin-bottom:.4rem}.stat__lbl{font-size:.65rem;font-weight:700;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.18em}.why{padding:7rem 0;background:var(--white)}.why__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:start}.why__left h2{margin-bottom:.75rem}.why__left>p{font-size:.95rem;line-height:1.8;color:var(--g500);margin-bottom:2rem}.why__photo{border-radius:24px;overflow:hidden;box-shadow:0 24px 48px rgba(0,0,0,.08)}.why__photo img{width:100%;display:block}.why__right{display:flex;flex-direction:column;gap:1rem}.why-card{display:flex;gap:1.25rem;padding:1.5rem;border-radius:16px;border:1px solid var(--g100);transition:.4s var(--ease)}.why-card:hover{background:var(--sand);border-color:var(--sand-dk);transform:translateX(8px)}.why-card__icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-card__icon svg{width:20px;height:20px}.why-card__icon--blue{background:var(--blue-lt);color:var(--blue)}.why-card__icon--rose{background:var(--rose-lt);color:var(--rose)}.why-card__icon--gold{background:var(--gold-lt);color:var(--gold)}.why-card__icon--green{background:#dcfce7;color:var(--green)}.why-card h4{margin-bottom:.2rem}.why-card p{font-size:.83rem;color:var(--g500);line-height:1.7;margin-bottom:0}.tst{padding:6rem 0;background:var(--sand)}.tst__head{text-align:center;margin-bottom:3.5rem}.tst__head h2{margin-bottom:0}.tst__track{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.tst__card{background:var(--white);border-radius:20px;padding:2.5rem;position:relative;border:none;box-shadow:0 2px 0 var(--sand-dk);transition:.5s var(--ease)}.tst__card::before{content:'\201C';position:absolute;top:1.2rem;left:2rem;font-family:var(--serif);font-size:6rem;line-height:1;color:var(--blue-lt);pointer-events:none}.tst__card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,0,0,.06)}.tst__stars{margin-bottom:1.5rem;position:relative;z-index:1}.tst__stars svg{width:110px;height:18px}.tst__card p{font-family:var(--serif);font-size:1rem;line-height:1.85;color:var(--g600);font-style:italic;margin-bottom:1.75rem;position:relative;z-index:1}.tst__card footer{display:flex;align-items:center;gap:.6rem;position:relative;z-index:1;padding-top:1.25rem;border-top:1px solid var(--g100)}.tst__card cite{font-style:normal;font-weight:800;font-size:.85rem;color:var(--g800)}.tst__card footer span{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--g400)}.tst__card footer span::before{content:'— '}.devis{position:relative;background:var(--deep);padding:6rem 0}.devis__wave-bot,.devis__wave-top{position:absolute;left:0;width:100%;height:80px;z-index:1}.devis__wave-top{top:-1px}.devis__wave-bot{bottom:-1px}.devis__grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:center}.devis__info h2{color:var(--white);margin-bottom:1rem}.devis__info>p{color:rgba(255,255,255,.55);font-size:.95rem;line-height:1.8;margin-bottom:2rem}.devis__checks{display:flex;flex-direction:column;gap:.7rem}.devis__checks li{display:flex;align-items:center;gap:.65rem;font-size:.85rem;font-weight:600;color:rgba(255,255,255,.7)}.devis__checks svg{width:16px;height:16px;color:var(--sky);flex-shrink:0}.devis__form-wrap{background:var(--white);border-radius:24px;padding:2.75rem;box-shadow:0 32px 64px rgba(0,0,0,.3)}.devis__form-wrap h3{text-align:center;margin-bottom:.25rem}.devis__form-sub{text-align:center;font-size:.83rem;color:var(--g400);margin-bottom:2rem}.form{display:flex;flex-direction:column;gap:1.1rem}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form__field{display:flex;flex-direction:column;gap:.3rem}.form__field label{font-weight:700;font-size:.75rem;color:var(--g400);text-transform:uppercase;letter-spacing:.12em}.form__field input,.form__field select,.form__field textarea{padding:.85rem 1rem;border:1.5px solid var(--g200);border-radius:12px;font-size:.88rem;color:var(--g800);background:var(--g50);transition:.3s var(--ease);width:100%}.form__field input:hover,.form__field select:hover,.form__field textarea:hover{border-color:var(--g300)}.form__field input:focus,.form__field select:focus,.form__field textarea:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px rgba(12,123,179,.08)}.form__field input::placeholder,.form__field textarea::placeholder{color:var(--g300)}.form__field textarea{resize:vertical;min-height:80px}.form__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%239A9590' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-success{display:none;text-align:center;padding:2rem}.form-success.active{display:block}.form-success__ico{width:52px;height:52px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white)}.form-success__ico svg{width:24px;height:24px}.form-success h3{color:var(--green);margin-bottom:.35rem}.zone{padding:7rem 0;background:var(--sand)}.zone__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:center}.zone__copy h2{margin-bottom:.75rem}.zone__copy>p{font-size:.95rem;color:var(--g500);line-height:1.8;margin-bottom:1.5rem}.zone__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.zone__tag{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;font-size:.72rem;letter-spacing:.03em;padding:.55rem 1.1rem;border-radius:100px;background:var(--white);color:var(--g600);border:1px solid var(--g200);transition:.3s var(--ease)}.zone__tag:hover{background:var(--deep);color:var(--white);border-color:var(--deep);transform:translateY(-2px)}.zone__photo{border-radius:60% 40% 50% 50%/50% 60% 40% 50%;overflow:hidden;aspect-ratio:4/3;position:relative;box-shadow:0 24px 48px rgba(0,0,0,.1)}.zone__photo img{width:100%;height:100%;object-fit:cover}.zone__photo-caption{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,rgba(7,63,92,.7));font-weight:700;font-size:.8rem;color:var(--white);letter-spacing:.04em;text-align:center}.cta-band{background:var(--deep);padding:3.5rem 0;position:relative;overflow:hidden}.cta-band::before{content:'';position:absolute;top:-60%;right:-5%;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(126,200,227,.12) 0,transparent 70%);pointer-events:none}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;z-index:1}.cta-band__text h2{color:var(--white);font-size:clamp(1.4rem, 3vw, 1.9rem);margin-bottom:.35rem}.cta-band__text p{color:rgba(255,255,255,.5);margin-bottom:0;font-size:.9rem}.cta-band__btns{display:flex;gap:.75rem;flex-shrink:0}.ftr{background:var(--g900);color:var(--white);padding:5rem 0 0}.ftr__top{display:flex;align-items:center;gap:2rem;margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.ftr__brand{display:flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.05rem;flex-shrink:0}.ftr__brand img{width:40px;height:40px;object-fit:contain}.ftr__brand em{font-style:normal;font-family:var(--serif);color:var(--sky)}.ftr__desc{font-size:.8rem;color:var(--g500);line-height:1.75;margin-bottom:0}.ftr__cols{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:2.5rem;padding-bottom:3rem}.ftr__cols h4{font-size:.6rem;font-weight:700;color:var(--g500);margin-bottom:1.1rem;text-transform:uppercase;letter-spacing:.2em}.ftr__cols a,.ftr__cols span{display:block;font-size:.8rem;color:var(--g500);padding:.3rem 0;transition:.2s}.ftr__cols a:hover{color:var(--white)}.ftr__bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 0;display:flex;justify-content:space-between;font-size:.68rem;color:var(--g600)}.ftr__bottom a{color:var(--g600)}.ftr__bottom a:hover{color:var(--white)}.mob-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:98;background:var(--white);padding:.6rem .75rem;padding-bottom:calc(.6rem + env(safe-area-inset-bottom));box-shadow:0 -2px 12px rgba(0,0,0,.06);border-top:1px solid var(--g100);flex-direction:row;gap:.5rem}.mob-cta__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.75rem;border-radius:100px;font-weight:700;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.mob-cta__btn--wa{background:#25d366;color:#fff}.mob-cta__btn--wa svg{width:14px;height:14px}.mob-cta__btn--dv{background:var(--deep);color:#fff}.wa-float{position:fixed;bottom:2rem;right:2rem;z-index:97;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;border-radius:50%;box-shadow:0 6px 20px rgba(37,211,102,.35);transition:.35s var(--ease)}.wa-float:hover{transform:scale(1.1);box-shadow:0 10px 32px rgba(37,211,102,.45)}.wa-float svg{width:26px;height:26px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.vis{opacity:1;transform:translateY(0)}@media (max-width:1024px){.srv__row{grid-template-columns:1fr;gap:2.5rem}.srv__row--flip{direction:ltr}.why__grid{grid-template-columns:1fr;gap:3rem}.tst__track{grid-template-columns:1fr}.devis__grid{grid-template-columns:1fr;gap:3rem}.zone__grid{grid-template-columns:1fr;gap:2.5rem}.ftr__top{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.srv{padding:4.5rem 0}.why{padding:4.5rem 0}.tst{padding:4.5rem 0}.zone{padding:4.5rem 0}.stats{padding:4rem 0}.stats__inner{flex-wrap:wrap}.stat{flex:0 0 50%}.stat:nth-child(3)::before{display:none}.hdr__bar{height:64px}.hdr__nav,.hdr__phone{display:none}.hero__content{padding-bottom:8rem}.hero__btns{flex-direction:column}.hero__proof{flex-wrap:wrap;gap:.75rem}.hero__flamingo{width:80px;height:80px;right:4%;bottom:18%}.hero__wave{height:50px}.devis__wave-bot,.devis__wave-top,.stats__wave-bot,.stats__wave-top{height:40px}.srv__img--clip-1,.srv__img--clip-2,.srv__img--clip-3{border-radius:20px}.form__row{grid-template-columns:1fr}.devis__form-wrap{padding:2rem}.zone__photo{border-radius:20px;height:280px;aspect-ratio:auto}.ftr__cols{grid-template-columns:1fr;gap:2rem}.ftr__bottom{flex-direction:column;gap:.4rem;text-align:center}.mob-cta{display:flex}body{padding-bottom:65px}.wa-float{bottom:calc(65px + 1rem);right:1rem;width:48px;height:48px}.wa-float svg{width:22px;height:22px}.cta-band__inner{flex-direction:column;text-align:center}.cta-band__btns{flex-direction:column;width:100%}}@media (max-width:480px){.wrap{padding:0 1.25rem}.hero__content{padding-bottom:6rem}.stats__inner{flex-direction:column}.stat+.stat::before{display:none}}.zone__cities{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.zone__city{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.83rem;padding:.65rem .9rem;border-radius:12px;color:var(--g600);transition:.3s var(--ease)}.zone__city:hover{background:var(--white);color:var(--deep);transform:translateX(4px)}.zone__city svg{width:16px;height:16px;color:var(--blue);flex-shrink:0}@media (max-width:768px){.zone__cities{grid-template-columns:1fr}}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog-card{display:flex;flex-direction:column;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid var(--g100);transition:.5s var(--ease);text-decoration:none;color:inherit}.blog-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(0,0,0,.08);border-color:transparent}.blog-card__img{height:220px;overflow:hidden}.blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.blog-card:hover .blog-card__img img{transform:scale(1.06)}.blog-card__body{padding:2rem;display:flex;flex-direction:column;flex:1}.blog-card__tag{display:inline-block;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:var(--rose);margin-bottom:.75rem}.blog-card__body h3{font-size:1.1rem;margin-bottom:.75rem;line-height:1.35}.blog-card__body p{font-size:.85rem;color:var(--g500);line-height:1.75;margin-bottom:1.25rem;flex:1}.blog-card__body .link-arrow{margin-top:auto}@media (max-width:1024px){.blog-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-card__img{height:180px}}.form__input{padding:.85rem 1rem;border:1.5px solid var(--g200);border-radius:12px;font-size:.88rem;color:var(--g800);background:var(--g50);transition:.3s var(--ease);width:100%}.form__input:hover,.form__select:hover,.form__textarea:hover{border-color:var(--g300)}.form__input:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px rgba(12,123,179,.08)}.form__input::placeholder{color:var(--g300)}.breadcrumb__link{color:var(--sky);transition:.2s}.breadcrumb__link:hover{color:var(--white);text-decoration:underline}.breadcrumb__current{color:rgba(255,255,255,.7)}.cta-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:center}.cta__info{color:var(--white)}.cta__info h2{color:var(--white);margin-bottom:1rem}.cta__info>p{color:rgba(255,255,255,.55);font-size:.95rem;line-height:1.8;margin-bottom:2rem}.cta__features{display:flex;flex-direction:column;gap:.7rem}.cta__feature{display:flex;align-items:center;gap:.65rem;font-size:.85rem;font-weight:600;color:rgba(255,255,255,.7)}.cta__feature-icon{width:28px;height:28px;border-radius:50%;background:rgba(126,200,227,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cta__feature-icon svg{width:13px;height:13px;color:var(--sky)}.cta__form-card{background:var(--white);border-radius:24px;padding:2.75rem;box-shadow:0 32px 64px rgba(0,0,0,.25)}.cta__form-card h3{text-align:center;margin-bottom:.35rem;font-size:1.2rem}.cta__form-card>p{text-align:center;font-size:.83rem;color:var(--g400);margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{border-radius:20px;overflow:hidden;background:var(--white);transition:all .5s var(--ease);box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid var(--g100)}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(12,123,179,.1);border-color:transparent}.service-card__img{position:relative;height:240px;overflow:hidden}.service-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.service-card:hover .service-card__img img{transform:scale(1.06)}.service-card__num{position:absolute;top:1.25rem;left:1.25rem;width:42px;height:42px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;color:var(--deep);box-shadow:0 4px 12px rgba(0,0,0,.1)}.service-card__body{padding:2rem}.service-card__title{margin-bottom:.5rem}.service-card__desc{font-size:.85rem;line-height:1.75;color:var(--g500);margin-bottom:1.5rem}.service-card__link{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--deep);padding:.5rem 1.2rem;border-radius:100px;background:var(--blue-lt);transition:.3s var(--ease)}.service-card__link:hover{background:var(--deep);color:var(--white);transform:translateX(4px)}.service-card__link svg{width:12px;height:12px}.why-card__title{font-size:.88rem;font-weight:800;margin-bottom:.35rem;color:var(--g800)}.why-card__desc{font-size:.78rem;line-height:1.7;color:var(--g500);margin-bottom:0}.form-success__icon{width:52px;height:52px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white)}.form-success__icon svg{width:24px;height:24px}@media (max-width:1024px){.cta-grid{grid-template-columns:1fr;gap:3rem}.services-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.cta__form-card{padding:2rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s var(--ease)}.header--scrolled{background:rgba(255,255,255,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 3px rgba(0,0,0,.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:76px;max-width:var(--max);margin:0 auto;padding:0 2rem}.header__logo{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.1rem;color:var(--white);transition:color .3s var(--ease)}.header--scrolled .header__logo{color:var(--g900)}.header__logo-icon{width:36px;height:36px}.header__logo-icon img{width:100%;height:100%;object-fit:contain}.header__logo span{font-family:var(--serif);color:var(--sky)}.header--scrolled .header__logo span{color:var(--blue)}.header__nav{display:flex;align-items:center;gap:1.5rem}.header__links{display:flex;gap:.2rem}.header__link{font-weight:700;font-size:.68rem;color:rgba(255,255,255,.65);letter-spacing:.06em;text-transform:uppercase;padding:.45rem .9rem;border-radius:100px;transition:.3s var(--ease)}.header__link--active,.header__link:hover{color:var(--white);background:rgba(255,255,255,.12)}.header--scrolled .header__link{color:var(--g400)}.header--scrolled .header__link--active,.header--scrolled .header__link:hover{color:var(--deep);background:var(--blue-lt)}.header__cta{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;color:var(--white);background:rgba(255,255,255,.12);padding:.5rem 1.25rem;border-radius:100px;border:1.5px solid rgba(255,255,255,.2);transition:.3s var(--ease)}.header__cta svg{width:14px;height:14px}.header__cta:hover{background:var(--white);color:var(--deep);border-color:var(--white)}.header--scrolled .header__cta{background:var(--deep);color:var(--white);border-color:var(--deep)}.header--scrolled .header__cta:hover{background:var(--blue);border-color:var(--blue)}.hamburger{display:none;flex-direction:column;gap:5px;width:26px;padding:3px 0}.hamburger span{display:block;height:2.5px;border-radius:2px;transition:.3s var(--ease);background:var(--white)}.header--scrolled .hamburger span{background:var(--g800)}.hamburger.active span:first-child{transform:translateY(7.5px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:76px;left:0;right:0;bottom:0;background:var(--white);z-index:999;padding:1.5rem 2rem;flex-direction:column;overflow-y:auto}.mobile-nav.active{display:flex}.mobile-nav a{font-weight:700;font-size:1rem;color:var(--g700);padding:1rem 0;border-bottom:1px solid var(--g100)}.mobile-nav a:hover{color:var(--blue)}.mobile-nav .btn{margin-top:1.5rem}.page-hero{padding:10rem 0 4rem;text-align:center;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--deep) 0,var(--blue) 100%)}.page-hero__bg{position:absolute;inset:0;z-index:0}.page-hero__bg img{width:100%;height:100%;object-fit:cover}.page-hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,63,92,.9) 0,rgba(12,123,179,.7) 50%,rgba(7,63,92,.88) 100%)}.page-hero__content{position:relative;z-index:1}.page-hero h1{color:var(--white);margin-bottom:.75rem}.page-hero p{color:rgba(255,255,255,.6);font-size:1rem;max-width:540px;margin:0 auto}.page-hero .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.25rem;font-size:.7rem;color:rgba(255,255,255,.5);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.page-hero .breadcrumb a{color:var(--sky)}.breadcrumb__sep{font-size:.6rem}.section{padding:5rem 0;position:relative}.section--blue,.section--light{background:var(--sand)}.section--dark{background:var(--deep);color:var(--white)}.section--dark h2,.section--dark h3{color:var(--white)}.section--dark p{color:rgba(255,255,255,.6)}.section__header{text-align:center;margin-bottom:3.5rem}.section__subtitle{display:inline-flex;align-items:center;gap:.5rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:var(--rose);margin-bottom:1rem}.section__subtitle::before{content:'';width:28px;height:2px;background:var(--rose);border-radius:2px}.section__subtitle::after{display:none}.section--dark .section__subtitle{color:var(--sky)}.section--dark .section__subtitle::before{background:var(--sky)}.section__title{margin-bottom:.75rem}.section__desc{max-width:540px;margin:0 auto;font-size:1rem;line-height:1.75}.sec{padding:7rem 0}.sec--off{background:var(--sand)}.sec--dark{background:var(--deep)}.sec--dark h2,.sec--dark h3{color:var(--white)}.sec--dark p{color:rgba(255,255,255,.6)}.sec__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:var(--rose);margin-bottom:1rem}.sec__label::before{content:'';width:28px;height:2px;background:var(--rose);border-radius:2px}.sec--dark .sec__label{color:var(--sky)}.sec--dark .sec__label::before{background:var(--sky)}.sec__head{max-width:620px;margin-bottom:4rem}.sec__head--center{text-align:center;margin-left:auto;margin-right:auto}.sec__head--center .sec__label{justify-content:center}.sec__head--center .sec__label::before{display:none}.sec__head h2{margin-bottom:.75rem}.sec__head p{font-size:1rem;line-height:1.75;color:var(--g500)}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 2rem}.quote-section{background:var(--deep);padding:5rem 0}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.quote-info{color:var(--white)}.quote-info h2{color:var(--white);margin-bottom:1rem}.quote-info p{color:rgba(255,255,255,.6);margin-bottom:1.5rem}.quote-info__items{display:flex;flex-direction:column;gap:.8rem}.quote-info__item{display:flex;align-items:center;gap:.6rem;color:rgba(255,255,255,.75);font-size:.85rem;font-weight:600}.quote-info__item svg{width:16px;height:16px;color:var(--sky);flex-shrink:0}.quote-form{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:0 25px 50px rgba(0,0,0,.25)}.quote-form__title{text-align:center;margin-bottom:1.5rem}.form__group{display:flex;flex-direction:column;gap:.3rem}.form__group--full{grid-column:1/-1}.form__label{font-weight:700;font-size:.75rem;color:var(--g400);text-transform:uppercase;letter-spacing:.12em}.form__input,.form__select,.form__textarea{padding:.85rem 1rem;border:1.5px solid var(--g200);border-radius:12px;font-size:.88rem;color:var(--g800);background:var(--g50);width:100%;transition:.3s var(--ease)}.form__input:focus,.form__select:focus,.form__textarea:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px rgba(12,123,179,.08)}.form__input::placeholder,.form__textarea::placeholder{color:var(--g300)}.form__textarea{resize:vertical;min-height:80px}.form__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%239A9590' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form__submit{grid-column:1/-1;padding-top:.25rem}.form--2col{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.wave-divider{position:relative;line-height:0;margin-top:-1px;z-index:2}.wave-divider svg{display:block;width:100%;height:50px}.wave-divider--white{color:var(--white)}.wave-divider--lighter,.wave-divider--sky{color:var(--sand)}.wave-divider--dark{color:var(--deep)}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.service-list{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.service-item{display:flex;gap:1.25rem;padding:1.5rem;background:var(--white);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:.3s var(--ease);border:1px solid var(--g100)}.service-item:hover{transform:translateX(6px);box-shadow:0 8px 20px rgba(0,0,0,.06);border-color:transparent}.service-item__icon{width:44px;height:44px;background:var(--blue-lt);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}.service-item__icon svg{width:18px;height:18px}.service-item__content{flex:1}.service-item__title{font-size:.95rem;margin-bottom:.25rem}.service-item__desc{font-size:.83rem;margin-bottom:0;line-height:1.7}.service-item__list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.3rem}.service-item__list li{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--g500)}.service-item__list li svg{width:12px;height:12px;color:var(--green);flex-shrink:0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.step-card{text-align:center;padding:2.25rem 1.25rem;background:var(--white);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:.4s var(--ease);border:1px solid var(--g100)}.step-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.06)}.step-card__number{width:44px;height:44px;background:var(--deep);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-weight:800;font-size:1rem}.step-card__title{font-size:.88rem;margin-bottom:.35rem}.step-card__desc{font-size:.78rem;line-height:1.7}.why-grid-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.sidebar-cta{background:var(--deep);border-radius:24px;padding:2.25rem;color:var(--white);position:sticky;top:100px}.sidebar-cta h3{color:var(--white);margin-bottom:.5rem;font-size:1.1rem}.sidebar-cta p{color:rgba(255,255,255,.6);margin-bottom:1.25rem;font-size:.85rem;line-height:1.7}.sidebar-cta .btn{margin-bottom:.5rem}.sidebar-cta__phone{display:flex;align-items:center;justify-content:center;gap:.4rem;color:var(--sky);font-weight:700;font-size:.78rem;margin-top:.75rem;letter-spacing:.03em;text-transform:uppercase}.sidebar-cta__phone svg{width:15px;height:15px}.sidebar-cta__inner{display:flex;flex-direction:column}.sidebar-cta__title{color:var(--white);margin-bottom:.5rem;font-size:1.1rem}.sidebar-cta__desc{color:rgba(255,255,255,.6);margin-bottom:1.25rem;font-size:.85rem;line-height:1.7}.sidebar-cta__trust{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.sidebar-cta__trust-item{display:flex;align-items:center;gap:.4rem;font-size:.7rem;color:rgba(255,255,255,.45)}.sidebar-cta__trust-item svg{width:12px;height:12px;color:var(--sky);flex-shrink:0}.faq-list{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}.faq-item{background:var(--white);border-radius:12px;overflow:hidden;transition:.3s var(--ease);border:1px solid var(--g200)}.faq-item.active{box-shadow:0 4px 12px rgba(0,0,0,.04);border-color:transparent}.faq-item__question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.15rem 1.4rem;font-weight:700;font-size:.88rem;color:var(--g800);text-align:left;cursor:pointer}.faq-item__question svg{width:14px;height:14px;transition:transform .3s var(--ease);flex-shrink:0;color:var(--blue)}.faq-item.active .faq-item__question svg{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item__answer-inner{padding:0 1.4rem 1.15rem;font-size:.83rem;color:var(--g500);line-height:1.8}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info-cards{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem}.contact-info-card{display:flex;gap:1rem;padding:1.35rem;background:var(--white);border-radius:12px;transition:.3s var(--ease);border:1px solid var(--g200)}.contact-info-card:hover{transform:translateX(3px);box-shadow:0 4px 12px rgba(0,0,0,.04);border-color:transparent}.contact-info-card__icon{width:42px;height:42px;background:var(--blue-lt);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}.contact-info-card__icon svg{width:16px;height:16px}.contact-info-card__title{font-weight:700;font-size:.85rem;color:var(--g800);margin-bottom:.1rem}.contact-info-card__text{font-size:.8rem;color:var(--g500);margin-bottom:0}.contact-info-card a{color:var(--blue)}.contact-info-card a:hover{color:var(--rose)}.contact-form-box{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,.04);border:1px solid var(--g100)}.contact-form-box h3{margin-bottom:.25rem}.contact-form-box p{margin-bottom:1.5rem}.horaires-list{margin-top:1rem}.horaires-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--g100);font-size:.8rem}.horaires-item:last-child{border-bottom:none}.horaires-item span:first-child{font-weight:600;color:var(--g700)}.horaires-item span:last-child{color:var(--g400)}.legal-content{max-width:740px;margin:0 auto}.legal-content h2{font-size:1.1rem;margin-top:2rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--g100)}.legal-content h2:first-child{margin-top:0}.legal-content li,.legal-content p{font-size:.85rem;color:var(--g500);line-height:1.8}.legal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-content a{color:var(--blue)}.legal-content a:hover{text-decoration:underline}.prefooter-cta{background:linear-gradient(135deg,var(--blue) 0,var(--deep) 100%);padding:3.5rem 0;position:relative;overflow:hidden}.prefooter-cta::before{content:'';position:absolute;top:-60%;right:-5%;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(126,200,227,.12) 0,transparent 70%);pointer-events:none}.prefooter-cta .container{display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;z-index:1}.prefooter-cta__text h2{color:var(--white);margin-bottom:.35rem;font-size:clamp(1.4rem, 3vw, 1.9rem)}.prefooter-cta__text p{color:rgba(255,255,255,.5);margin-bottom:0;font-size:.9rem}.prefooter-cta__actions{display:flex;gap:.75rem;flex-shrink:0}.btn--primary{background:var(--deep);color:var(--white);border-color:var(--deep);box-shadow:0 4px 14px rgba(12,123,179,.2);border:2px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.9rem 2.2rem;font-weight:700;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;transition:all .4s var(--ease);white-space:nowrap}.btn--primary:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-3px);box-shadow:0 12px 30px rgba(12,123,179,.3)}.btn--primary svg{width:15px;height:15px}.btn--outline{background:0 0;color:var(--white);border-color:rgba(255,255,255,.3)}.btn--outline:hover{background:var(--white);color:var(--deep);border-color:var(--white)}.btn--accent{background:var(--rose);color:var(--white);border-color:var(--rose)}.btn--accent:hover{background:var(--rose-dk);border-color:var(--rose-dk);transform:translateY(-2px)}.btn--gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn--gold:hover{background:#d09530;border-color:#d09530;transform:translateY(-2px)}.btn--whatsapp{background:#25d366;color:#fff;border-color:#25d366}.btn--whatsapp:hover{background:#1daf54;border-color:#1daf54;transform:translateY(-2px)}.footer{background:var(--g900);color:var(--white);padding:5rem 0 0}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:2.5rem;padding-bottom:3rem}.footer__brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.05rem;margin-bottom:1rem}.footer__brand img{width:36px;height:36px;object-fit:contain}.footer__brand span{font-family:var(--serif);color:var(--sky)}.footer__desc{font-size:.8rem;color:var(--g500);line-height:1.75}.footer__title{font-weight:700;font-size:.6rem;color:var(--g500);margin-bottom:1.1rem;text-transform:uppercase;letter-spacing:.2em}.footer__links{display:flex;flex-direction:column;gap:.6rem}.footer__links a{font-size:.8rem;color:var(--g500)}.footer__links a:hover{color:var(--white)}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.65rem;font-size:.8rem;color:var(--g500)}.footer__contact-item svg{width:14px;height:14px;margin-top:3px;flex-shrink:0;color:var(--g400)}.footer__contact-item a{color:var(--g500)}.footer__contact-item a:hover{color:var(--white)}.footer__bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 0;display:flex;justify-content:space-between;font-size:.68rem;color:var(--g600)}.footer__bottom a{color:var(--g600)}.footer__bottom a:hover{color:var(--white)}.cta-mobile{display:none;position:fixed;bottom:0;left:0;right:0;z-index:98;background:var(--white);padding:.6rem .75rem;padding-bottom:calc(.6rem + env(safe-area-inset-bottom));box-shadow:0 -2px 12px rgba(0,0,0,.06);border-top:1px solid var(--g100)}.cta-mobile__inner{display:flex;gap:.5rem}.cta-mobile__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.75rem;border-radius:100px;font-weight:700;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.cta-mobile__btn--call{background:#25d366;color:#fff}.cta-mobile__btn--quote{background:var(--deep);color:#fff}.cta-mobile__btn svg{width:14px;height:14px}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:97;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;border-radius:50%;box-shadow:0 6px 20px rgba(37,211,102,.35);transition:.35s var(--ease)}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 10px 32px rgba(37,211,102,.45)}.whatsapp-float svg{width:26px;height:26px}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.service-detail-grid{grid-template-columns:1fr}.sidebar-cta{position:static}.steps-grid{grid-template-columns:1fr 1fr}.why-grid-inner{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.quote-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.prefooter-cta .container{flex-direction:column;text-align:center}.prefooter-cta__actions{flex-direction:column;width:100%}}@media (max-width:768px){.header__inner{height:64px}.header__cta,.header__links{display:none}.hamburger{display:flex}.mobile-nav{top:64px}.steps-grid{grid-template-columns:1fr}.why-grid-inner{grid-template-columns:1fr}.page-hero{padding:8rem 0 3rem}.section{padding:3.5rem 0}.section__header{margin-bottom:2.5rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:.4rem;text-align:center}.cta-mobile{display:block}.form--2col{grid-template-columns:1fr}}