:root{--navy-darkest:#050a17;--navy-dark:#0a1429;--navy:#0d1830;--navy-light:#142345;--navy-border:#1f3158;--gold:#f0c93d;--gold-light:#f5db6e;--gold-dark:#d4a91f;--white:#ffffff;--off-white:#f5f6f8;--grey-light:#eef0f4;--grey-text:#5b6473;--grey-border:#e2e5ea;--success-green:#2fae5c;--font-heading:var(--font-poppins),"Poppins","Arial",sans-serif;--font-body:var(--font-inter),"Inter","Arial",sans-serif;--shadow-card:0 4px 20px rgba(5,10,23,0.08);--shadow-card-lg:0 10px 40px rgba(5,10,23,0.35);--shadow-hover-dark:0 18px 45px rgba(0,0,0,0.4);--shadow-hover-light:0 14px 32px rgba(5,10,23,0.12);--lift-hover:-6px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--ease-premium:cubic-bezier(0.22,1,0.36,1);--duration-fast:0.2s;--duration-base:0.35s;--duration-slow:0.7s}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);color:var(--navy-darkest);background:var(--off-white);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.15}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.reveal{opacity:0;transform:translateY(16px);transition:opacity var(--duration-slow) var(--ease-premium),transform var(--duration-slow) var(--ease-premium)}.reveal.is-visible{opacity:1;transform:translateY(0)}html:not(.js-ready) .reveal{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:var(--radius-sm);font-weight:700;font-size:.92rem;letter-spacing:.02em;white-space:nowrap;transition:transform var(--duration-fast) var(--ease-premium),box-shadow var(--duration-fast) ease,background var(--duration-fast) ease}.btn svg{width:18px;height:18px;flex-shrink:0}.btn-primary{background:var(--gold);color:var(--navy-darkest)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 6px 18px rgba(240,201,61,.35)}.btn-outline{background:transparent;border:1.5px solid var(--gold);color:var(--white)}.btn-outline:hover{background:rgba(240,201,61,.1);transform:translateY(-2px)}.btn-block{display:flex;width:100%;justify-content:center}.site-header{background:var(--navy-darkest);position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--navy-border)}.header-inner{justify-content:space-between;padding:13px 24px;max-width:1280px;margin:0 auto;gap:32px}.header-inner,.logo-link{display:flex;align-items:center}.logo-link{gap:12px;flex-shrink:0;transition:opacity var(--duration-fast) ease}.logo-link:hover{opacity:.88}.logo-link img{height:50px;width:auto}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-text .logo-name{color:var(--white);font-family:var(--font-heading);font-weight:700;font-size:.95rem;letter-spacing:.02em}.logo-text .logo-tagline{color:var(--grey-text);font-size:.55rem;letter-spacing:.06em;font-weight:600}.main-nav{display:flex;gap:26px;flex:1 1;justify-content:center;flex-wrap:nowrap}.main-nav a{color:var(--white);font-size:.78rem;font-weight:600;letter-spacing:.01em;padding:10px 0;position:relative;transition:color var(--duration-fast) ease;white-space:nowrap}.main-nav a.active,.main-nav a:hover{color:var(--gold)}.main-nav a:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--gold);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform var(--duration-base) var(--ease-premium)}.main-nav a.active:after,.main-nav a:hover:after{transform:scaleX(1)}.header-actions{gap:22px}.header-actions,.header-icon-btn{display:flex;align-items:center;flex-shrink:0}.header-icon-btn{justify-content:center;width:42px;height:42px;border-radius:50%;border:1.5px solid var(--navy-border);color:var(--white);transition:background var(--duration-fast) ease,border-color var(--duration-fast) ease,transform var(--duration-fast) var(--ease-premium)}.header-icon-btn svg{width:19px;height:19px}.header-icon-btn:hover{border-color:var(--gold);background:rgba(240,201,61,.08);transform:translateY(-2px)}.header-icon-btn-primary{background:var(--gold);border-color:var(--gold);color:var(--navy-darkest)}.header-icon-btn-primary:hover{background:var(--gold-light);border-color:var(--gold-light)}.burger-btn{display:none;width:40px;height:40px;align-items:center;justify-content:center;color:var(--white)}.burger-btn svg{width:26px;height:26px}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;width:min(82vw,340px);background:var(--navy-dark);z-index:200;padding:24px;transform:translateX(100%);transition:transform var(--duration-base) ease;box-shadow:-10px 0 30px rgba(0,0,0,.4)}.mobile-nav.open{transform:translateX(0)}.mobile-nav-header{display:flex;justify-content:flex-end;margin-bottom:24px}.mobile-nav-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--white)}.mobile-nav-close svg{width:24px;height:24px}.mobile-nav ul{display:flex;flex-direction:column;gap:4px}.mobile-nav a{display:block;color:var(--white);font-weight:600;font-size:1.05rem;padding:14px 4px;border-bottom:1px solid var(--navy-border)}.mobile-nav a.active{color:var(--gold)}.mobile-nav-cta{margin-top:24px;display:flex;flex-direction:column;gap:12px}.mobile-phone-link{display:flex;align-items:center;justify-content:center;gap:0;color:var(--white);font-weight:700;font-size:.95rem;text-align:center;width:100%}.mobile-phone-link svg{width:18px;height:18px;flex-shrink:0;color:var(--gold)}.mobile-nav-cta .btn-primary{color:var(--white)!important;display:flex!important;justify-content:center!important;text-align:center}.nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:150;pointer-events:none}.nav-overlay.open{display:block;pointer-events:auto;right:min(82vw,340px)}.hero{background:var(--navy-darkest);padding:10px 0 0;overflow:visible;position:relative}.hero-inner{position:relative;width:100%;display:grid;grid-template-columns:.85fr 1.25fr;grid-gap:20px;gap:20px;align-items:center;min-height:360px}.hero-text{max-width:540px;position:relative;z-index:2;margin-top:-30px}.hero-eyebrow{color:var(--gold);font-weight:700;font-size:.78rem;letter-spacing:.1em;margin-bottom:10px}.hero-title{color:var(--white);font-size:clamp(1.85rem,3.5vw,2.7rem);font-weight:800;letter-spacing:-.015em;margin-bottom:12px}.hero-title .highlight{color:var(--gold);display:block}.hero-desc{color:#c4cad6;font-size:.95rem;line-height:1.5;margin-bottom:14px;max-width:440px;white-space:pre-line}.hero-locations{display:flex;flex-wrap:wrap;align-items:center;gap:6px 18px;color:var(--white);font-size:.82rem;font-weight:600;margin-bottom:18px}.hero-location-item{display:flex;align-items:center;gap:5px;white-space:nowrap}.hero-locations svg{width:13px;height:13px;color:var(--gold);flex-shrink:0}.hero-features{display:flex;flex-wrap:nowrap;gap:0 18px;margin-bottom:16px}.hero-feature{display:flex;align-items:center;gap:5px;color:var(--white);font-size:.78rem;font-weight:600;white-space:nowrap}.hero-feature svg{width:14px;height:14px;color:var(--gold);flex-shrink:0}.hero-feature--img{flex-direction:column;align-items:center;text-align:center;gap:8px;white-space:normal;max-width:90px}.hero-feature--img span{font-size:.72rem;line-height:1.3;text-align:center}.hero-cta{display:flex;flex-wrap:wrap;gap:12px}.hero-cta .btn{padding:10px 18px;font-size:.82rem}.hero-cta .btn svg{width:16px;height:16px}.hero-media{grid-column:2;grid-row:1;position:relative;align-self:stretch;z-index:1;pointer-events:none}.hero-media-inner{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:30% 15%;-webkit-mask-image:linear-gradient(90deg,transparent 0,transparent 4%,black 30%);-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-image:linear-gradient(90deg,transparent 0,transparent 4%,black 30%);mask-size:100% 100%;mask-repeat:no-repeat}.hero-media-inner:before{top:0;left:0;right:0;height:40px;z-index:2;background:linear-gradient(to bottom,var(--navy-darkest) 0,transparent 100%)}.hero-inner:after,.hero-media-inner:before{content:"";position:absolute;pointer-events:none}.hero-inner:after{top:45%;right:6%;width:420px;height:420px;background:radial-gradient(circle,rgba(240,201,61,.09) 0,transparent 70%);transform:translateY(-50%);z-index:1}.services-strip{background:linear-gradient(to bottom,transparent 0,transparent 30px,var(--off-white) 30px,var(--off-white) 100%);padding:0;margin-top:-1px;position:relative;z-index:5}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px;transform:translateY(-28px)}.service-card{background:var(--navy-darkest);border:1px solid var(--navy-border);border-radius:var(--radius-md);padding:10px 14px;display:flex;flex-direction:column;gap:8px;transition:transform var(--duration-base) var(--ease-premium),box-shadow var(--duration-base) var(--ease-premium),border-color var(--duration-base) var(--ease-premium)}.service-card-inner{display:grid;grid-template-columns:1fr 3fr;align-items:center;grid-gap:0;gap:0}.service-card-body{min-width:0;display:flex;flex-direction:column;justify-content:center}.service-card:hover{transform:translateY(var(--lift-hover));box-shadow:var(--shadow-hover-dark);border-color:rgba(240,201,61,.35)}.service-icon{display:flex;align-items:center;justify-content:center;transform:translateY(-40px)}.service-icon img,.service-icon svg{width:47px;height:47px;color:var(--gold)}.service-card h3{color:var(--white);font-size:.88rem;margin-bottom:0;letter-spacing:.04em;text-align:center;white-space:nowrap}#pac-climatisation h3{padding-left:65px}.service-list{display:flex;flex-direction:column;gap:4px;margin-bottom:8px;padding-left:15px}.service-link{margin-left:20px}.service-list li{display:flex;align-items:center;gap:8px;color:#c4cad6;font-size:.86rem}.service-list svg{width:14px;height:14px;color:var(--gold);flex-shrink:0}.service-link{display:inline-flex;align-items:center;gap:6px;color:var(--gold);font-weight:700;font-size:.57rem;letter-spacing:.01em}.service-link svg{width:14px;height:14px;transition:transform var(--duration-base) var(--ease-premium)}.service-card:hover .service-link svg{transform:translateX(3px)}.why-section{background:var(--off-white);padding:52px 0 28px;margin-top:-45px}.section-title{font-size:clamp(1.28rem,2.55vw,1.62rem);color:var(--navy-darkest);margin-bottom:24px}.why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:44px;gap:44px;align-items:start}.why-features-card .section-title{margin-bottom:16px}.why-features{display:flex;flex-direction:column;gap:18px}.why-feature{flex-direction:row;gap:14px}.why-feature,.why-feature-icon{display:flex;align-items:center}.why-feature-icon{justify-content:center;flex-shrink:0}.why-feature-icon img,.why-feature-icon svg{width:39px;height:39px;color:var(--navy-darkest);transition:transform var(--duration-base) var(--ease-premium)}.why-feature:hover .why-feature-icon img,.why-feature:hover .why-feature-icon svg{transform:translateY(-2px)}.why-feature-text{display:flex;flex-direction:column;gap:2px}.mobile-only-title{display:none}.why-feature h4{font-size:.92rem;color:var(--navy-darkest)}.why-feature p{font-size:.78rem;color:var(--grey-text);line-height:1.5}.booking-card{background:var(--navy-darkest);border-radius:var(--radius-lg);padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:visible;position:relative;z-index:10;min-height:180px;transition:box-shadow var(--duration-base) var(--ease-premium),transform var(--duration-base) var(--ease-premium)}.booking-card:hover{box-shadow:var(--shadow-hover-dark);transform:translateY(var(--lift-hover))}.booking-card-content{flex:1 1;z-index:2}.booking-card h3{color:var(--gold);font-size:1.12rem;margin-bottom:16px;white-space:nowrap;line-height:1.3}.booking-list{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.booking-list li{display:flex;align-items:center;gap:11px;color:var(--white);font-size:.92rem}.booking-list .check-icon{width:21px;height:21px;border-radius:5px;background:var(--success-green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.booking-list .check-icon svg{width:12px;height:12px;color:var(--white)}.booking-card-img{position:absolute;right:8px;bottom:0;height:140%;max-width:44%;z-index:1}.booking-card-img img{height:100%;width:auto;object-fit:contain;object-position:center bottom;display:block}.zone-avis-section{padding:16px 0}.zone-avis-card{background:var(--navy-darkest);border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:.85fr 1.15fr;align-items:stretch}.zone-col{padding:12px;display:flex;flex-direction:row;align-items:center;gap:12px}.zone-map{border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;width:140px;height:140px;order:2;background:var(--navy-dark)}.zone-map img{width:100%;height:100%;object-fit:cover;object-position:center}.zone-text{flex:1 1;order:1}.zone-text h3{color:var(--white);font-size:1.1rem;margin-bottom:8px}.zone-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px 16px}.zone-list li{display:flex;align-items:center;gap:8px;color:#c4cad6;font-size:.88rem}.zone-list svg{width:14px;height:14px;color:var(--gold)}.avis-col{padding:12px;border-left:1px solid var(--navy-border);display:flex;flex-direction:column;justify-content:center}.avis-col-header{display:flex;align-items:center;gap:14px;margin-bottom:8px;flex-wrap:wrap}.avis-col-header h3{color:var(--white);font-size:1.15rem;margin:0}.google-rating{display:flex;align-items:center;gap:6px}.google-label{color:#c4cad6;font-size:.78rem;font-weight:600;letter-spacing:.02em}.google-rating-note{color:var(--gold);font-size:1rem;font-weight:700}.google-rating-stars{display:flex;gap:1px}.google-rating-stars svg{width:13px;height:13px}.google-rating-stars .star-filled{color:var(--gold);fill:var(--gold)}.google-rating-stars .star-empty{color:#4a5568;fill:#4a5568}.google-rating-total{color:#c4cad6;font-size:.78rem}.avis-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.avis-card{background:var(--off-white);border-radius:var(--radius-md);padding:10px 14px;transition:transform var(--duration-base) var(--ease-premium),box-shadow var(--duration-base) var(--ease-premium)}.avis-card:hover{transform:translateY(var(--lift-hover));box-shadow:var(--shadow-hover-light)}.avis-stars{display:flex;gap:2px;margin-bottom:5px}.avis-stars svg{width:15px;height:15px;color:var(--gold);fill:var(--gold)}.avis-text{font-size:.85rem;color:var(--navy-darkest);line-height:1.45;margin-bottom:8px;min-height:unset}.avis-author{gap:10px;padding-top:6px;border-top:1px solid var(--grey-border)}.avis-author,.avis-avatar{display:flex;align-items:center}.avis-avatar{width:34px;height:34px;border-radius:50%;background:var(--navy-light);justify-content:center;color:var(--white);font-weight:700;font-size:.85rem;flex-shrink:0}.avis-author-info{line-height:1.35}.avis-author-name{font-weight:700;font-size:.88rem;color:var(--navy-darkest)}.avis-author-loc{font-size:.76rem;color:var(--grey-text);letter-spacing:.01em}.avis-dots{display:none;justify-content:center;gap:6px;margin-top:16px}.avis-dots .dot{width:7px;height:7px;border-radius:50%;background:var(--navy-border)}.avis-dots .dot.active{background:var(--gold)}.cta-band{background:var(--navy-darkest);border-top:2px solid var(--gold);padding:0;position:relative;overflow:visible}.cta-band-inner{display:grid;grid-template-columns:200px 1fr auto;grid-template-rows:96px;align-items:center;grid-gap:0 36px;gap:0 36px;padding:0 48px 0 24px;max-width:1280px;margin:0 auto}.cta-van{display:flex;align-items:center;justify-content:center;height:96px}.cta-van img{width:274px;max-height:115px;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(0,0,0,.4))}.cta-content{text-align:left;padding:0}.cta-content h2{color:var(--white);font-size:clamp(1.15rem,2vw,1.5rem);margin-bottom:12px;letter-spacing:-.01em;line-height:1.2;white-space:nowrap}.cta-content h2 .highlight{color:var(--gold)}.cta-advantages{display:flex;flex-wrap:nowrap;gap:0 24px}.cta-adv-item{display:inline-flex;align-items:center;gap:6px;color:#b8c0cc;font-size:.8rem;font-weight:500;white-space:nowrap}.cta-adv-item svg{width:15px;height:15px;color:var(--gold);flex-shrink:0}.cta-actions{display:flex;flex-direction:row;gap:12px;align-items:center;flex-shrink:0}.site-footer{background:var(--navy-darkest);border-top:1px solid var(--gold);padding:28px 0 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;padding-bottom:18px;border-bottom:1px solid var(--navy-border)}.footer-brand .logo-link img{height:60px}.footer-brand p.footer-tagline{color:var(--grey-text);font-size:.72rem;letter-spacing:.04em;margin-top:10px;font-weight:600}.footer-col h4{color:var(--white);font-size:.85rem;letter-spacing:.04em;margin-bottom:20px;text-transform:uppercase}.footer-col ul{display:flex;flex-direction:column;gap:12px}.footer-col ul li,.footer-col ul li a{color:#b8c0cc;font-size:.88rem}.footer-col ul li a{transition:color var(--duration-fast) ease}.footer-col ul li a:hover{color:var(--gold)}.footer-contact-item{display:flex;align-items:flex-start;gap:9px}.footer-contact-item svg{width:15px;height:15px;color:var(--gold);flex-shrink:0;margin-top:2px}.footer-engagements li{display:flex;align-items:center;gap:8px}.footer-engagements svg{width:14px;height:14px;color:var(--gold);flex-shrink:0}.footer-social{display:flex;gap:12px;margin-top:4px}.footer-social a{width:34px;height:34px;border-radius:50%;background:var(--navy-light);display:flex;align-items:center;justify-content:center;color:var(--white);transition:background var(--duration-fast) ease,transform var(--duration-fast) var(--ease-premium)}.footer-social a:hover{background:var(--gold);color:var(--navy-darkest);transform:translateY(-2px)}.footer-social svg{width:16px;height:16px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:12px 0;flex-wrap:wrap;gap:12px}.footer-bottom p{color:var(--grey-text);font-size:.78rem}.footer-legal{display:flex;gap:24px}.footer-legal a{color:var(--grey-text);font-size:.78rem;transition:color var(--duration-fast) ease}.footer-legal a:hover{color:var(--gold)}.sticky-mobile-cta{display:none}@media (max-width:1180px){.main-nav{display:none}.burger-btn{display:flex}.mobile-nav{display:block;transform:translateX(100%)}}@media (max-width:1024px){.hero{min-height:0;display:block;padding:0 0 48px}.hero-inner{display:flex;flex-direction:column;gap:28px}.hero-inner:after{display:none}.hero-text{max-width:none;padding:36px 0 0;margin-top:0}.hero-media{grid-column:auto;position:relative;width:100%;height:280px;order:-1}.hero-media-inner{position:relative;top:auto;bottom:auto;left:auto;right:auto;width:100%;height:100%;overflow:hidden}.hero-media-inner:before{display:none}.hero-media img{-webkit-mask-image:none;mask-image:none;object-position:center 30%}.services-strip{background:var(--off-white)}.services-grid{grid-template-columns:repeat(2,1fr);transform:translateY(-48px)}.why-grid{gap:28px}.why-grid,.zone-avis-card{grid-template-columns:1fr}.avis-col{border-left:none;border-top:1px solid var(--navy-border)}.avis-grid,.cta-band-inner{grid-template-columns:1fr}.cta-band-inner{grid-template-rows:auto;text-align:center;padding:28px 24px;gap:20px}.cta-technician,.cta-van{display:none}.cta-advantages{flex-wrap:wrap;gap:8px 16px}.cta-actions,.cta-advantages{justify-content:center}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}.footer-brand{grid-column:1/-1}}@media (max-width:640px){.container{padding:0 18px}.header-inner{padding:14px 18px}.logo-link img{height:44px}.logo-text .logo-name{font-size:.8rem}.logo-text .logo-tagline{font-size:.48rem}.header-actions>.header-icon-btn:not(.header-icon-btn-primary),.header-icon-btn-primary{display:none}.hero{padding:28px 0 36px}.hero-title{font-size:1.7rem}.hero-desc{font-size:.92rem}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.services-strip{padding:24px 0 32px}.services-grid{grid-template-columns:repeat(2,1fr);gap:12px;transform:translateY(-28px)}.service-card{padding:16px 14px;display:flex;flex-direction:column;align-items:center;text-align:center}.service-card .service-icon{margin-bottom:10px}.service-card h3{font-size:.88rem;margin-bottom:0}.service-card .service-link,.service-card .service-list{display:none}.why-section{margin-top:-28px;padding-bottom:36px}.why-grid{gap:20px}.section-title{font-size:1.3rem;margin-bottom:18px}.why-features-card{background:var(--white);border-radius:var(--radius-lg);padding:22px 16px;box-shadow:var(--shadow-card)}.mobile-only-title{display:block;text-align:center;font-size:1rem;margin-bottom:18px;letter-spacing:.02em;color:var(--navy-darkest)}.why-section>.container>.section-title{display:none}.why-features{grid-template-columns:repeat(3,1fr);gap:12px}.why-feature{align-items:center;text-align:center}.why-feature-icon{width:50px;height:50px}.why-feature-icon img,.why-feature-icon svg{width:24px;height:24px}.why-feature h4{font-size:.78rem}.why-feature p{display:none}.booking-card{padding:22px;min-height:200px}.booking-card h3{font-size:1.05rem}.booking-card-img{max-width:38%}.zone-avis-section{padding-bottom:32px}.avis-col,.zone-col{padding:20px}.zone-map{display:none}.avis-col>h3,.zone-text h3{text-align:center;font-size:1rem}.zone-list{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:12px}.avis-grid{display:block}.avis-card{display:none}.avis-card.active-mobile{display:block}.avis-dots{display:flex}.cta-content h2{font-size:1.3rem}.cta-content .hero-cta{flex-direction:column}.footer-grid{grid-template-columns:1fr;text-align:left;gap:28px}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:400px){.logo-text .logo-tagline{display:none}.logo-text .logo-name{font-size:.72rem}}.section-title-centered{font-size:clamp(1.28rem,2.55vw,1.62rem);color:var(--navy-darkest);text-align:center;margin-bottom:28px}.section-title-light{color:var(--white)}.highlight-gold{color:var(--gold)}.footer-compact{background:var(--navy-darkest);border-top:1px solid var(--gold);padding:4px 0 0}.footer-compact-inner{max-width:1280px;margin:0 auto;padding:0 24px 8px;display:grid;grid-template-columns:auto 1fr auto;grid-gap:32px;gap:32px;align-items:center;border-bottom:1px solid var(--navy-border)}.footer-compact-brand .logo-link img{height:50px}.footer-compact-nav{display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center}.footer-compact-nav a{color:#b8c0cc;font-size:.78rem;font-weight:600;letter-spacing:.02em;transition:color var(--duration-fast) ease}.footer-compact-nav a:hover{color:var(--gold)}.footer-compact-contact{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.footer-compact-email,.footer-compact-phone{display:flex;align-items:center;gap:8px;color:var(--white);font-size:.88rem;font-weight:600;transition:color var(--duration-fast) ease}.footer-compact-email:hover,.footer-compact-phone:hover{color:var(--gold)}.footer-compact-email svg,.footer-compact-phone svg{width:15px;height:15px;color:var(--gold);flex-shrink:0}.footer-compact-bottom{max-width:1280px;margin:0 auto;padding:10px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer-compact-bottom p{color:var(--grey-text);font-size:.78rem}.services-chauffage{background:var(--off-white)}.services-chauffage-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.service-card-ch{background:var(--navy-darkest);border:1px solid var(--navy-border);border-radius:var(--radius-md);padding:10px 18px;display:flex;flex-direction:column;gap:10px;transition:transform var(--duration-base) var(--ease-premium),box-shadow var(--duration-base) var(--ease-premium),border-color var(--duration-base) var(--ease-premium)}.service-card-ch:hover{transform:translateY(var(--lift-hover));box-shadow:var(--shadow-hover-dark);border-color:rgba(240,201,61,.35)}.service-card-header{display:flex;align-items:center;gap:14px}.service-icon-bare{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center}.service-icon-bare img{width:52px;height:52px;object-fit:contain}.service-title-block{display:flex;flex-direction:column;gap:6px}.service-card-ch h3{color:var(--white);font-size:.95rem;letter-spacing:.02em;line-height:1.2;margin:0}.service-title-accent{display:block;width:28px;height:2px;background:var(--gold);border-radius:1px}.service-card-ch p{flex:1 1;color:#c4cad6;font-size:.82rem;line-height:1.45}.service-card-ch .service-link{display:inline-flex;align-items:center;gap:6px;color:var(--gold);font-weight:700;font-size:.82rem;letter-spacing:.01em;margin-top:2px;cursor:pointer}.service-card-ch .service-link svg{width:14px;height:14px;transition:transform var(--duration-base) var(--ease-premium)}.service-card-ch:hover .service-link svg{transform:translateX(3px)}.why-chauffage-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.why-feature-card{background:var(--off-white);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;gap:16px;transition:transform var(--duration-base) var(--ease-premium),box-shadow var(--duration-base) var(--ease-premium)}.why-feature-card:hover{transform:translateY(var(--lift-hover));box-shadow:var(--shadow-hover-light)}.chaudieres-section{background:var(--navy-darkest);padding:12px 0 10px}.chaudieres-section .section-title-centered{color:var(--white)}.chaudieres-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.chaudiere-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--grey-border);overflow:hidden;display:flex;flex-direction:column;transition:transform var(--duration-base) var(--ease-premium),box-shadow var(--duration-base) var(--ease-premium),border-color var(--duration-base) var(--ease-premium)}.chaudiere-card:hover{transform:translateY(var(--lift-hover));box-shadow:var(--shadow-hover-light);border-color:var(--gold)}.chaudiere-card-img{background:var(--white);display:flex;align-items:center;justify-content:center;height:220px;padding:6px 12px}.chaudiere-card-img img{height:100%;width:100%;object-fit:contain}.chaudiere-card-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1 1}.chaudiere-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.chaudiere-logo{height:32px;display:flex;align-items:center}.chaudiere-logo img{height:100%;width:auto;object-fit:contain}.chaudiere-type-badge{display:inline-flex;align-items:center;gap:4px;background:rgba(240,201,61,.08);color:var(--gold-dark);font-size:.62rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:2px 7px;border-radius:20px;border:1px solid rgba(240,201,61,.22);white-space:nowrap;opacity:.85}.chaudiere-type-icon{width:13px;height:13px;flex-shrink:0}.chaudiere-brand{color:var(--navy-darkest);font-size:1.15rem;font-weight:700}.chaudiere-desc{color:var(--grey-text);font-size:.85rem;line-height:1.6;flex:1 1}.methode-section{background:var(--white);padding:14px 0 12px;border-top:1px solid var(--grey-border);border-bottom:1px solid var(--grey-border)}.methode-section .section-title-light{color:var(--navy-darkest)}.methode-steps{display:flex;justify-content:space-between;align-items:flex-start;gap:0;position:relative}.methode-step{flex:1 1;flex-direction:column;text-align:center;padding:0 16px}.methode-step,.methode-step-circle{display:flex;align-items:center;position:relative}.methode-step-circle{width:48px;height:48px;border-radius:50%;border:2px solid var(--gold);background:var(--gold);justify-content:center;margin-bottom:14px;flex-shrink:0;z-index:2}.methode-step-number{font-family:var(--font-heading);font-weight:800;font-size:1.05rem;color:var(--navy-darkest)}.methode-step-icon{margin-bottom:10px}.methode-step-icon img,.methode-step-icon svg{width:44px;height:44px;color:var(--navy-darkest)}.methode-step-title{color:var(--navy-darkest);font-size:.92rem;font-weight:700;margin-bottom:8px}.methode-step-desc{color:var(--grey-text);font-size:.82rem;line-height:1.55}.methode-connector{position:absolute;top:28px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,rgba(240,201,61,.7),rgba(240,201,61,.2));z-index:1;pointer-events:none}.faq-section{padding:12px 0 16px}.faq-section .section-title-centered{margin-top:0;margin-bottom:24px}.faq-grid{grid-template-columns:repeat(2,1fr);grid-gap:5px 8px;gap:5px 8px}.faq-item{border:1px solid var(--grey-border);border-radius:var(--radius-md);overflow:hidden;background:var(--off-white);transition:border-color var(--duration-base) var(--ease-premium),box-shadow var(--duration-base) var(--ease-premium)}.faq-item--open{border-color:var(--gold);box-shadow:0 4px 16px rgba(240,201,61,.1)}.faq-question{padding:10px 16px;font-family:var(--font-body);font-weight:600;transition:color var(--duration-fast) ease}.faq-item--open .faq-question,.faq-question:hover{color:var(--navy-dark)}.faq-chevron{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--gold);transition:transform var(--duration-base) var(--ease-premium)}.faq-chevron svg{width:18px;height:18px}.faq-item--open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height var(--duration-base) var(--ease-premium),padding var(--duration-base) var(--ease-premium)}.faq-item--open .faq-answer{max-height:400px}.faq-answer p{padding:0 16px 14px;font-size:.85rem;line-height:1.6}@media (max-width:1200px){.chaudieres-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.services-chauffage-grid,.why-chauffage-grid{grid-template-columns:repeat(2,1fr)}.why-chauffage-grid{gap:20px}.methode-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.methode-connector{display:none}.footer-compact-inner{grid-template-columns:1fr;gap:24px;text-align:center}.footer-compact-contact{align-items:center}.footer-compact-nav{justify-content:center}.footer-compact-bottom{justify-content:center;text-align:center;flex-direction:column;gap:8px}}@media (max-width:768px){.services-chauffage-grid,.why-chauffage-grid{grid-template-columns:1fr;gap:16px}.chaudieres-grid{gap:16px}.chaudieres-grid,.methode-steps{grid-template-columns:repeat(2,1fr)}.methode-steps{gap:24px}.faq-grid{grid-template-columns:1fr}.section-title-centered{font-size:1.3rem;margin-bottom:28px}}@media (max-width:480px){.chaudieres-section,.faq-section,.methode-section,.services-chauffage,.why-chauffage{padding:40px 0 36px}.chaudieres-grid,.methode-steps{grid-template-columns:1fr}.methode-steps{gap:20px}}#hero-chauffage .hero-title{font-size:clamp(1.45rem,2.4vw,1.95rem)}.services-chauffage{padding:28px 0 20px}.chaudieres-section .section-title-centered,.methode-section .section-title-centered,.services-chauffage .section-title-centered,.why-chauffage .section-title-centered{margin-bottom:28px}.why-chauffage{background:var(--white);padding:4px 0 20px}.why-ch-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(0,0,0,.09);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.why-ch-item{display:flex;flex-direction:row;align-items:center;gap:16px;padding:22px 18px;border-right:1px solid rgba(240,201,61,.5);transition:background var(--duration-base) var(--ease-premium)}.why-ch-item:last-child{border-right:none}.why-ch-item:hover{background:rgba(240,201,61,.03)}.why-ch-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.why-ch-icon img{width:60px;height:60px;object-fit:contain}.why-ch-text{display:flex;flex-direction:column;gap:5px}.why-ch-title{color:var(--navy-darkest);font-family:var(--font-heading);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin:0}.why-ch-desc{color:var(--grey-text);font-size:.8rem;line-height:1.5;margin:0}.hero-title-line{display:block}.hero-title .highlight-xl{font-size:clamp(2.1rem,4vw,3.2rem);line-height:1;letter-spacing:-.02em}#hero-pac .hero-title{font-size:clamp(1.36rem,2.55vw,1.96rem)}#hero-pac .hero-title .highlight{font-size:clamp(1.84rem,3.45vw,2.65rem)}#hero-sanitaire .hero-title{font-size:clamp(1.36rem,2.55vw,1.96rem)}#equipements-sanitaire .chaudieres-grid{grid-template-columns:repeat(5,1fr)}@media (max-width:1200px){#equipements-sanitaire .chaudieres-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){#equipements-sanitaire .chaudieres-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){#equipements-sanitaire .chaudieres-grid{grid-template-columns:1fr}}.mobile-nav{z-index:300}@media (max-width:768px){.hero-media{height:230px}.service-icon{transform:none}.methode-steps{display:flex;flex-direction:column;gap:0;position:relative}.methode-steps:before{content:"";position:absolute;left:23px;top:24px;bottom:24px;width:2px;background:linear-gradient(to bottom,var(--gold),rgba(240,201,61,.15));z-index:0}.methode-step{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto auto;grid-column-gap:16px;column-gap:16px;grid-row-gap:4px;row-gap:4px;align-items:start;text-align:left;padding:0 0 28px}.methode-step:last-child{padding-bottom:0}.methode-step-circle{grid-column:1;grid-row:1;margin-bottom:0;position:relative;z-index:2;align-self:start}.methode-step-icon{grid-column:2;grid-row:1;margin-bottom:4px;display:flex;align-items:center}.methode-step-icon img,.methode-step-icon svg{width:32px;height:32px}.methode-step-title{grid-column:2;grid-row:2;margin-bottom:0}.methode-step-desc{grid-column:2;grid-row:3}.methode-connector{display:none}.why-chauffage-grid{gap:14px}.faq-grid,.why-chauffage-grid{grid-template-columns:1fr}}@media (max-width:640px){.hero{padding:0 0 28px}.hero-media{height:210px;order:-1}.hero-text{padding:22px 0 0;max-width:100%}.hero-title{font-size:1.65rem;margin-bottom:10px}.hero-desc{font-size:.88rem;margin-bottom:12px}.hero-locations{font-size:.74rem;gap:5px 8px;margin-bottom:14px}.hero-features{display:none}.hero-feature{font-size:.74rem;gap:5px}.hero-cta{flex-direction:column;gap:10px}.hero-cta .btn{width:100%;justify-content:center;padding:12px 18px}.services-strip{background:var(--off-white);padding:0 0 20px}.services-grid{grid-template-columns:repeat(2,1fr);gap:10px;transform:none;margin-top:18px}.service-card{padding:12px 10px;gap:8px}.service-card-inner{display:flex;flex-direction:column;align-items:center;gap:6px}.service-icon{transform:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.service-icon img,.service-icon svg{width:36px;height:36px}.service-card h3{font-size:.78rem;text-align:center;white-space:normal;padding-left:0!important}.service-card-body{display:none}.why-section{margin-top:0;padding:26px 0 22px}.why-grid{grid-template-columns:1fr;gap:18px}.why-features{gap:14px}.why-feature{gap:12px}.why-feature-icon img,.why-feature-icon svg{width:32px;height:32px}.booking-card{padding:18px 14px;min-height:150px}.booking-card h3{font-size:.95rem;white-space:normal;line-height:1.3;margin-bottom:12px}.booking-list{gap:8px;margin-bottom:14px}.booking-list li{font-size:.85rem}.booking-card-img{max-width:38%;height:125%}.zone-avis-section{padding:10px 0 14px}.zone-avis-card{grid-template-columns:1fr;border-radius:var(--radius-md)}.zone-col{padding:14px;flex-direction:column}.zone-map{order:1;width:100%;height:150px;max-height:150px}.zone-text{order:2;flex:none;width:100%}.zone-text h3{text-align:center;font-size:.95rem;margin-bottom:8px}.zone-list{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:6px 12px}.zone-list li{font-size:.82rem}.avis-col{border-left:none;border-top:1px solid var(--navy-border);padding:14px}.avis-col-header h3{font-size:.95rem}.avis-grid{display:block}.avis-card{display:none}.avis-card.active-mobile{display:block}.avis-dots{display:flex;margin-top:12px}.cta-band{overflow:hidden}.cta-band-inner{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 16px 24px;gap:14px}.cta-van{display:flex;order:1;height:auto}.cta-van img{width:200px;max-height:100px}.cta-content{order:2;padding:0;text-align:center}.cta-content h2{font-size:1.12rem;white-space:normal;margin-bottom:10px}.cta-advantages{justify-content:center;flex-wrap:wrap;gap:8px 14px}.cta-adv-item{font-size:.78rem}.cta-actions{order:3;flex-direction:column;width:100%;max-width:320px;gap:10px}.cta-actions .btn{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-brand{grid-column:auto}.footer-col h4{margin-bottom:12px}.footer-col ul{gap:8px}.footer-bottom{flex-direction:column;text-align:center;gap:8px}.footer-legal{justify-content:center;gap:16px}.footer-compact-inner{grid-template-columns:1fr;text-align:center;gap:14px;padding:0 16px 12px}.footer-compact-brand .logo-link{justify-content:center}.footer-compact-contact{align-items:center}.footer-compact-bottom{padding:8px 16px;justify-content:center;text-align:center}}@media (max-width:480px){.services-chauffage{padding:28px 0 20px}.services-chauffage-grid{grid-template-columns:1fr;gap:12px}.why-chauffage{padding:28px 0 32px}.why-ch-strip{grid-template-columns:1fr;border-radius:var(--radius-md)}.why-ch-item{border-right:none;border-bottom:1px solid rgba(240,201,61,.25);padding:14px 12px;gap:12px}.why-ch-item:last-child{border-bottom:none}.why-ch-icon,.why-ch-icon img{width:44px;height:44px}.chaudieres-section{padding:28px 0 24px}.chaudieres-grid{grid-template-columns:1fr;gap:14px}.chaudiere-card-img{height:200px}.methode-section{padding:28px 0 24px}.faq-section{padding:24px 0 32px}.section-title-centered{font-size:1.18rem;margin-bottom:18px}}@media (max-width:360px){.container{padding:0 12px}.header-inner{padding:10px 12px}.logo-link img{height:38px}.logo-text .logo-name{font-size:.7rem}.logo-text .logo-tagline{display:none}.hero-title{font-size:1.4rem}#hero-chauffage .hero-title{font-size:1.3rem}.services-grid{gap:8px}.service-card{padding:10px 8px}.service-card h3{font-size:.72rem}.service-icon img,.service-icon svg{width:30px;height:30px}.booking-card h3{font-size:.88rem}.booking-card-img{max-width:34%}.btn{padding:11px 14px;font-size:.82rem}.cta-van img{width:160px}.cta-content h2{font-size:.98rem}}@media (min-width:641px) and (max-width:1024px){.hero{padding-bottom:80px}}@media (orientation:landscape) and (max-height:500px){.hero{padding:0 0 24px}.hero,.hero-inner{min-height:0!important}.hero-inner{display:flex!important;flex-direction:row!important;align-items:center;gap:20px}.hero-media{width:42%!important;height:200px!important;order:1;flex-shrink:0;position:relative}.hero-text{order:0;padding-top:12px;max-width:none}.hero-title{font-size:1.3rem!important;margin-bottom:6px}.hero-desc{font-size:.82rem;margin-bottom:8px}}#hero-entretien .hero-title{font-size:clamp(1.32rem,2.45vw,1.88rem)}.reservation-block{background:var(--white);padding:36px 0 0}.res-subtitle{text-align:center;color:var(--navy-darkest);font-size:.78rem;font-weight:700;white-space:nowrap;margin:-4px auto -22px;line-height:1.2}.res-body{display:flex;align-items:flex-end;gap:0}.res-steps{padding-bottom:28px}.res-steps,.rsh-step{flex:1 1;display:flex;min-width:0}.rsh-step{flex-direction:column;align-items:center;text-align:center;padding:0 6px}.rsh-top{width:100%;margin-bottom:12px}.rsh-num,.rsh-top{display:flex;align-items:center}.rsh-num{flex-shrink:0;width:32px;height:32px;background:var(--gold);color:var(--navy-darkest);font-size:.82rem;font-weight:800;border-radius:50%;justify-content:center}.rsh-dash{flex:1 1;border-top:2px dashed rgba(0,0,0,.18)}.rsh-dash--hidden{border-top-color:transparent}.rsh-icon{width:60px;height:60px;background:var(--white);border-radius:50%;box-shadow:0 3px 14px rgba(5,10,23,.12);display:flex;align-items:center;justify-content:center;margin-bottom:10px;flex-shrink:0}.rsh-title{font-size:.88rem;font-weight:700;color:var(--navy-darkest);margin:0 0 4px;line-height:1.1;letter-spacing:-.01em}.rsh-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:3px;margin-top:3px}.rsh-tag{background:var(--off-white);border:1px solid var(--grey-border);font-size:.62rem;font-weight:600;padding:1px 6px;border-radius:20px}.rsh-desc,.rsh-tag{color:var(--grey-text)}.rsh-desc{font-size:.72rem;margin:3px 0 0;line-height:1.35}.res-character{flex-shrink:0;align-self:flex-end;width:240px;position:relative;z-index:8;margin-top:-25px;margin-left:-15px;transform:translateY(80px)}.res-character img{display:block;width:100%;height:auto}.res-info-col{flex-shrink:0;width:auto;display:flex;flex-direction:column;gap:10px;padding-bottom:28px}.res-card{border-radius:10px;box-shadow:0 4px 24px rgba(5,10,23,.1);border:1px solid rgba(5,10,23,.06);padding:16px 18px}.res-card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.res-card-item{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:var(--navy-darkest)}.res-card-item svg{color:#22c55e;flex-shrink:0}.res-cta{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:var(--navy-darkest);font-weight:700;font-size:.76rem;letter-spacing:.02em;padding:13px 14px;border-radius:6px;text-decoration:none;text-align:center;line-height:1.2;white-space:nowrap}.res-cta:hover{background:var(--gold-light,#f5cc50)}.reassurance-band{background:var(--navy-dark);padding:14px 0;border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);position:relative;z-index:6;margin-top:-10px}.reassurance-band-items{display:flex;justify-content:center;align-items:center;gap:36px;flex-wrap:wrap}.reassurance-band-item{display:flex;align-items:center;gap:8px;color:var(--white);font-size:.82rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.reassurance-band-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}@media (max-width:1024px){.res-character{width:110px}.res-info-col{width:180px}}@media (max-width:768px){.res-subtitle{display:none}.res-cta{margin-bottom:20px}.res-body{flex-direction:column;align-items:stretch;gap:20px}.res-steps{flex-wrap:wrap;padding-bottom:0;row-gap:10px}.rsh-step{flex:0 0 50%;position:relative}.rsh-top{position:absolute;left:4px;top:14px;width:auto;margin-bottom:0}.res-character,.rsh-dash{display:none}.res-info-col{width:100%;padding-bottom:0}.reassurance-band-items{gap:16px}}@media (max-width:480px){.rsh-step{flex:0 0 100%}.reassurance-band-items{flex-direction:column;align-items:flex-start;gap:10px}}#hero-about .hero-title{font-size:clamp(1.65rem,3.15vw,2.43rem)}#hero-about .hero-title .highlight-xl{font-size:clamp(1.9rem,3.6vw,2.88rem)}#hero-about .hero-feature--img img{width:43px!important;height:43px!important}#hero-about .hero-feature--img span{font-size:.65rem}#hero-about .btn{padding:10px 20px}.parcour-section{background:var(--white);padding:56px 0 52px}.parcour-track{display:flex;align-items:flex-start;margin-top:40px;overflow-x:auto}.parcour-step{flex:1 1;min-width:100px;flex-direction:column;text-align:center;padding:0 4px}.parcour-step,.parcour-top{display:flex;align-items:center}.parcour-top{width:100%;margin-bottom:10px}.parcour-line{flex:1 1;height:2px;background:rgba(5,10,23,.12)}.parcour-num{width:28px;height:28px;border-radius:50%;background:var(--navy-darkest);color:var(--gold);font-size:.72rem;font-weight:800;z-index:1}.parcour-icon,.parcour-num{flex-shrink:0;display:flex;align-items:center;justify-content:center}.parcour-icon{width:65px;height:65px;margin-bottom:10px}.parcour-label{font-size:.7rem;font-weight:800;color:var(--navy-darkest);letter-spacing:.02em;line-height:1.2;margin-bottom:0}.parcour-label:after{content:"";display:block;width:25%;height:2px;background:var(--gold);margin:6px auto 0}.parcour-desc{font-size:.65rem;color:var(--grey-text);line-height:1.45;margin:6px 0 0}.qualif3-section{background:var(--off-white);padding:48px 0}.qualif3-card{background:var(--white);border-radius:12px;box-shadow:0 4px 24px rgba(5,10,23,.08);display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;overflow:hidden}.qualif3-left{padding:20px}.qualif3-title{font-size:.95rem;font-weight:800;color:var(--navy-darkest);letter-spacing:.04em;margin:0 0 12px}.qualif3-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.qualif3-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:14px 6px;background:var(--off-white);border:1px solid var(--grey-border);border-radius:8px;justify-content:center}.qualif3-num{font-size:1.7rem;font-weight:900;color:#050a17;line-height:1}.qualif3-icon,.qualif3-num{margin-bottom:5px}.qualif3-icon svg{color:var(--gold)}.qualif3-label{font-size:.64rem;font-weight:600;color:var(--navy-darkest);line-height:1.35}.qualif3-right{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0}.qualif3-badge-wrap{justify-content:flex-start;padding:24px 16px;gap:16px}.qualif3-badge,.qualif3-badge-wrap{display:flex;flex-direction:column;align-items:center}.qualif3-badge{width:120px;height:120px;border-radius:50%;border:3px solid var(--gold);justify-content:center;gap:2px;text-align:center;padding:10px;flex-shrink:0}.qualif3-badge-top{font-size:.54rem;font-weight:800;color:var(--gold);letter-spacing:.08em;line-height:1}.qualif3-badge-check{display:flex;align-items:center;justify-content:center}.qualif3-badge-check svg{color:var(--gold)}.qualif3-badge-agree{font-size:1.2rem;font-weight:900;color:var(--gold);letter-spacing:.04em;line-height:1}.qualif3-badge-bot{font-size:.54rem;font-weight:800;color:var(--gold);letter-spacing:.08em;line-height:1}.qualif3-text{font-size:.64rem;font-weight:600;color:var(--navy-darkest);line-height:1.35;margin:0;text-align:center}.qualif3-img{position:relative;overflow:hidden;min-height:200px}.qualif3-img-fade{position:absolute;inset:0;background:linear-gradient(90deg,white 0,transparent 50%);pointer-events:none;z-index:1}@media (max-width:1024px){.qualif3-card,.qualif3-right{grid-template-columns:1fr}.qualif3-img{display:none}}@media (max-width:600px){.qualif3-grid{grid-template-columns:repeat(2,1fr)}.qualif3-item:nth-child(2n){border-right:none}.qualif3-item:nth-child(5),.qualif3-item:nth-child(6){border-bottom:1px solid rgba(5,10,23,.08)}.qualif3-item:nth-child(7),.qualif3-item:nth-child(8){border-bottom:none}}.domaines2-section{background:var(--white);padding:56px 0 52px}.domaines2-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px;margin-top:36px}.domaines2-card{background:var(--navy-darkest);border-radius:8px;padding:24px 14px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;transition:transform .18s}.domaines2-card:hover{transform:translateY(-3px)}.domaines2-icon{width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.domaines2-title{font-size:.72rem;font-weight:800;color:var(--gold);letter-spacing:.03em;margin:0;line-height:1.2}.domaines2-desc{font-size:.66rem;color:rgba(255,255,255,.72);line-height:1.5;margin:0}.engagements-section{background:var(--off-white);padding:56px 0 52px}.engagements-strip{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;gap:20px;margin-top:36px}.engagement-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.engagement-icon{width:60px;height:60px;border-radius:50%;background:var(--white);box-shadow:0 2px 12px rgba(5,10,23,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:4px}.engagement-title{font-size:.76rem;font-weight:800;color:var(--navy-darkest);letter-spacing:.03em;margin:0}.engagement-desc{font-size:.71rem;color:var(--grey-text);line-height:1.5;margin:0}.zone2-section{background:var(--off-white);padding:60px 0}.zone2-inner{display:grid;grid-template-columns:270px 1fr 360px;grid-gap:40px;gap:40px;align-items:center;margin-top:0}.zone2-map img{max-height:320px!important;transform:scale(1.04);transform-origin:center center;max-width:100%;overflow:hidden}.zone2-map{overflow:hidden}.zone2-title{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:800;color:var(--navy-darkest);letter-spacing:.04em;margin:0 0 14px;line-height:1.2}.zone2-intro{font-size:.82rem;color:var(--grey-text);line-height:1.6;margin:0 0 18px}.zone2-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.zone2-list li{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:.85rem;font-weight:600;color:var(--navy-darkest)}.zone2-list svg{color:var(--gold);flex-shrink:0}.zone2-cta,.zone2-map{display:flex;justify-content:center}.zone2-cta{background:var(--navy-darkest);border-radius:14px;padding:28px 24px;flex-direction:column;gap:14px;min-width:260px}.zone2-cta-title{font-size:1.15rem;font-weight:800;color:var(--white);margin:0;letter-spacing:.02em;line-height:1.35}.zone2-cta-desc{font-size:.875rem;color:rgba(255,255,255,.75);margin:0;line-height:1.5}.zone2-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:8px;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-decoration:none;transition:opacity .2s}.zone2-btn:hover{opacity:.88}.zone2-btn--phone{background:var(--gold);color:var(--navy-darkest)}.zone2-btn--devis{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.35)}.zone2-avantages{display:flex;flex-direction:column;justify-content:center;gap:0;min-width:260px;background:var(--white);border-radius:14px;padding:28px 24px;box-shadow:0 4px 16px rgba(0,0,0,.06)}.zone2-avantages-title{font-size:1.3rem;font-weight:800;color:var(--navy-darkest);margin:0 0 24px;letter-spacing:.02em}.zone2-avantages-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.zone2-avantage-item{display:flex;align-items:flex-start;gap:14px}.zone2-avantage-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--navy-darkest);width:26px;height:26px}.zone2-avantage-title{font-size:.88rem;font-weight:700;color:var(--navy-darkest);margin:0 0 2px}.zone2-avantage-desc{font-size:.78rem;color:var(--grey-text,#555);margin:0;line-height:1.5}@media (max-width:1200px){.domaines2-grid,.engagements-strip{grid-template-columns:repeat(3,1fr)}.zone2-inner{grid-template-columns:1fr 1fr}.zone2-map{display:none}}@media (max-width:1024px){.qualif2-layout{grid-template-columns:1fr}.qualif2-right{display:none}}@media (max-width:768px){.parcour-track{flex-wrap:wrap;gap:0}.parcour-step{flex:0 0 25%;min-width:70px}.parcour-top{justify-content:center}.domaines2-grid,.engagements-strip{grid-template-columns:repeat(2,1fr)}.zone2-inner{grid-template-columns:1fr}}.phone-smart--tel{display:none!important}@media (max-width:768px){.phone-smart--wa{display:none!important}.phone-smart--tel{display:inline-flex!important}}@media (max-width:640px){.phone-smart--tel{display:none!important}}#hero-contact .hero-title{font-size:clamp(1.65rem,3.15vw,2.43rem)}#hero-contact .hero-title .highlight-xl{font-size:clamp(1.9rem,3.6vw,2.88rem)}#hero-contact .hero-feature--img img{width:43px!important;height:43px!important}#hero-contact .hero-feature--img span{font-size:.65rem}#hero-contact .btn{padding:10px 20px}.contact-section{background:var(--white);padding:64px 0 60px}.contact-grid{display:grid;grid-template-columns:2fr 3fr;grid-gap:60px;gap:60px;align-items:flex-start}.contact-block-title{font-size:clamp(1.1rem,2vw,1.45rem);font-weight:800;color:var(--navy-darkest);letter-spacing:.04em;margin:0 0 28px;line-height:1.2}.coord-cards{display:flex;flex-direction:column;gap:16px}.coord-card{display:flex;align-items:flex-start;gap:16px;padding:16px 18px;background:var(--off-white);border:1px solid rgba(5,10,23,.07);border-radius:10px}.coord-card-icon{width:44px;height:44px;border-radius:50%;background:var(--navy-darkest);display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:8px}.coord-card-icon img{filter:brightness(0) invert(1)}.coord-card-icon{color:var(--white)}.coord-card-icon svg{width:100%;height:100%}.coord-card-text{display:flex;flex-direction:column;gap:2px}.coord-card-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gold);margin-bottom:2px}.coord-card-value{font-size:.85rem;color:var(--navy-darkest);font-weight:500;line-height:1.5;display:block}.coord-card-subvalue{font-size:.78rem;color:var(--gray-medium,#666);display:block;line-height:1.5;margin-top:2px}.coord-card-link{color:var(--navy-darkest);text-decoration:none;transition:color var(--duration-fast) ease}.coord-card-link:hover{color:var(--gold)}.contact-form{display:flex;flex-direction:column;gap:18px}.cf-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.cf-group{display:flex;flex-direction:column;gap:6px}.cf-group--error .cf-input{border-color:#e53e3e}.cf-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cf-input,.cf-label{color:var(--navy-darkest)}.cf-input{width:100%;padding:11px 14px;font-size:.88rem;background:var(--white);border:1.5px solid rgba(5,10,23,.15);border-radius:6px;outline:none;transition:border-color var(--duration-fast) ease;font-family:inherit;box-sizing:border-box}.cf-input:focus{border-color:var(--gold)}.cf-input::placeholder{color:#aaa;font-size:.85rem}.cf-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23050a17' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.cf-textarea{resize:vertical;min-height:120px}.cf-error{font-size:.72rem;color:#e53e3e;font-weight:600}.cf-checkbox-group{display:flex;flex-direction:column;gap:6px}.cf-checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.cf-checkbox-label input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--gold);cursor:pointer}.cf-checkbox-label span{font-size:.78rem;color:var(--grey-text);line-height:1.5}.cf-server-error{padding:12px 16px;background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;color:#e53e3e;font-size:.82rem;font-weight:600}.cf-submit{align-self:flex-start;display:flex;align-items:center;gap:8px}.cf-submit:disabled{opacity:.6;cursor:not-allowed}.contact-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;background:var(--off-white);border-radius:12px;gap:16px}.contact-success-icon{width:64px;height:64px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center}.contact-success h3,.contact-success-icon svg{color:var(--navy-darkest)}.contact-success h3{font-size:1.3rem;font-weight:800;margin:0}.contact-success p{font-size:.9rem;color:var(--grey-text);margin:0;max-width:400px;line-height:1.6}.faq-section{background:var(--white);padding:64px 0 35px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 40px;gap:0 40px;margin-top:36px}.faq-col{display:flex;flex-direction:column;gap:5px}.faq-col .faq-item{padding:0 14px}.faq-question{width:100%;justify-content:space-between;gap:12px;padding:10px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:.88rem;line-height:1.4}.faq-icon,.faq-question{display:flex;align-items:center;font-weight:700;color:var(--navy-darkest)}.faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--gold);justify-content:center;font-size:1rem;line-height:1}.faq-answer{overflow:hidden;transition:max-height .3s ease}.faq-answer p{padding:0 0 18px;margin:0;font-size:.84rem;color:var(--grey-text);line-height:1.65}.faq-item--open .faq-question{color:var(--gold)}.faq-cta-band{background:var(--white);padding:0 0 28px}.faq-cta-inner{justify-content:space-between;gap:24px;background:var(--off-white);border:1px solid var(--grey-border);border-radius:var(--radius-md);padding:20px 28px}.faq-cta-inner,.faq-cta-left{display:flex;align-items:center}.faq-cta-left{gap:20px}.faq-cta-icon{width:52px;height:52px;border-radius:50%;border:2px solid var(--navy-darkest);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--navy-darkest)}.faq-cta-title{font-size:.9rem;font-weight:700;color:var(--navy-darkest);text-transform:uppercase;letter-spacing:.03em;margin:0 0 4px}.faq-cta-sub{font-size:.82rem;color:var(--grey-text,#555);margin:0}.faq-cta-btn{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0}@media (max-width:768px){.faq-cta-inner{flex-direction:column;align-items:flex-start;gap:16px}.faq-cta-btn{width:100%;justify-content:center}}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.contact-grid{gap:40px}.cf-row,.contact-grid,.faq-grid{grid-template-columns:1fr}.faq-grid{gap:0}.faq-col:last-child .faq-item:first-child{border-top:none}.contact-section,.faq-section{padding:40px 0}}@media (max-width:480px){.cf-submit{align-self:stretch;justify-content:center}}.res-section{background:linear-gradient(to bottom,transparent 0,transparent 30px,var(--off-white) 30px,var(--off-white) 100%);padding:0 0 64px;margin-top:-30px;position:relative;z-index:3}.res-container{max-width:1210px;margin:0 auto;padding:0 24px}.res-card{background:var(--white);border-radius:16px;box-shadow:0 4px 32px rgba(0,0,0,.08);overflow:hidden}.res-shell{display:grid;grid-template-columns:220px 1fr;min-height:600px}.res-sidebar{background:var(--off-white);border-right:1px solid var(--grey-border,#e2e8f0);padding:28px 20px 24px;display:flex;flex-direction:column;gap:0}.res-sidebar-title{font-size:.72rem;font-weight:800;letter-spacing:.08em;color:var(--navy-darkest);margin:0 0 20px;text-transform:uppercase}.res-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;flex:1 1}.res-tl-item{display:flex;align-items:flex-start;gap:12px;padding:10px 0;position:relative}.res-tl-item:not(:last-child):after{content:"";position:absolute;left:14px;top:36px;width:2px;height:calc(100% - 8px);background:var(--grey-border,#e2e8f0)}.res-tl-item--done:after{background:var(--gold)}.res-tl-dot{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--grey-border,#e2e8f0);color:#999;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:background .3s,color .3s}.res-tl-item--active .res-tl-dot,.res-tl-item--done .res-tl-dot{background:var(--gold);color:var(--navy-darkest)}.res-tl-label{font-size:.8rem;font-weight:600;color:var(--navy-darkest);margin:0;line-height:1.3}.res-tl-status{font-size:.7rem;color:#999;margin:2px 0 0}.res-tl-item--active .res-tl-status{color:var(--gold)}.res-tl-item--done .res-tl-status{color:#4caf50}.res-sidebar-security{font-size:.68rem;color:#888;line-height:1.5;margin-top:20px;padding-top:16px;border-top:1px solid var(--grey-border,#e2e8f0)}.res-chat{display:flex;flex-direction:column;height:680px}.res-chat-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--grey-border,#e2e8f0);background:var(--white)}.res-chat-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--navy-darkest)}.res-chat-name{font-size:.9rem;font-weight:700;color:var(--navy-darkest);margin:0}.res-chat-status{font-size:.72rem;color:#666;margin:2px 0 0;display:flex;align-items:center;gap:6px}.res-online-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;display:inline-block}.res-restart{margin-left:auto;background:none;border:1px solid var(--grey-border,#e2e8f0);border-radius:8px;padding:6px 14px;font-size:.78rem;color:#666;cursor:pointer;transition:background .2s}.res-restart:hover{background:var(--off-white)}.res-messages{flex:1 1;overflow-y:auto;padding:20px 20px 8px;gap:10px;scroll-behavior:smooth}.res-messages,.res-msg{display:flex;flex-direction:column}.res-msg{max-width:72%;gap:4px}.res-msg--assistant{align-self:flex-start}.res-msg--user{align-self:flex-end}.res-msg-text{margin:0;padding:10px 14px;border-radius:12px;font-size:.875rem;line-height:1.55;white-space:pre-wrap}.res-msg--assistant .res-msg-text{background:var(--off-white);color:var(--navy-darkest);border-bottom-left-radius:4px}.res-msg--user .res-msg-text{background:var(--navy-darkest);color:var(--white);border-bottom-right-radius:4px}.res-msg-time{font-size:.65rem;color:#aaa;padding:0 4px}.res-msg--user .res-msg-time{text-align:right}.res-msg.res-typing{flex-direction:row;align-items:center;gap:5px;background:var(--off-white);padding:12px 16px;border-radius:12px;border-bottom-left-radius:4px;width:-moz-fit-content;width:fit-content;max-width:unset}.res-typing span{width:7px;height:7px;border-radius:50%;background:#aaa;display:inline-block;animation:res-typing-bounce 1.2s infinite}.res-typing span:nth-child(2){animation-delay:.2s}.res-typing span:nth-child(3){animation-delay:.4s}@keyframes res-typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.res-interaction{margin-top:4px}.res-options--cards{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px;margin:4px 0 8px}.res-option--card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px 12px;background:var(--white);border:1.5px solid var(--grey-border,#e2e8f0);border-radius:10px;cursor:pointer;transition:border-color .2s,box-shadow .2s;font-size:.8rem;font-weight:600;color:var(--navy-darkest);text-align:center}.res-option--card:hover{border-color:var(--gold);box-shadow:0 2px 8px rgba(0,0,0,.06)}.res-option--card.res-option--selected{border-color:var(--gold);background:rgba(240,201,61,.08)}.res-option-icon{font-size:1.6rem;line-height:1}.res-options--pills{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 8px}.res-option--pill{display:flex;align-items:center;gap:7px;padding:8px 14px;background:var(--white);border:1.5px solid var(--grey-border,#e2e8f0);border-radius:30px;cursor:pointer;font-size:.82rem;font-weight:600;color:var(--navy-darkest);transition:border-color .2s}.res-option--pill:hover{border-color:var(--gold)}.res-option--pill.res-option--selected{border-color:var(--gold);background:rgba(240,201,61,.08)}.res-option--pill .res-option-icon{font-size:1rem}.res-option--pill .res-option-label{font-size:.82rem}.res-free-input{display:flex;gap:8px;align-items:flex-end;margin:4px 0 8px}.res-input{width:100%;padding:10px 14px;border:1.5px solid var(--grey-border,#e2e8f0);border-radius:10px;font-size:.875rem;color:var(--navy-darkest);background:var(--white);outline:none;transition:border-color .2s;font-family:inherit}.res-input:focus{border-color:var(--gold)}.res-textarea{resize:vertical;min-height:80px}.res-send-btn{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:var(--gold);color:var(--navy-darkest);border:none;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.res-send-btn:disabled{opacity:.4;cursor:default}.res-calendar{margin:4px 0 8px}.res-calendar-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px;margin-bottom:14px}.res-cal-day{border:1.5px solid var(--grey-border,#e2e8f0);border-radius:10px;padding:10px 8px;transition:border-color .2s}.res-cal-day--active{border-color:var(--gold)}.res-cal-label{font-size:.72rem;font-weight:700;color:var(--navy-darkest);margin:0 0 8px;text-align:center}.res-cal-slots{display:flex;flex-direction:column;gap:5px}.res-cal-slot{padding:5px 8px;border-radius:6px;border:1px solid var(--grey-border,#e2e8f0);background:var(--white);font-size:.7rem;cursor:pointer;color:var(--navy-darkest);transition:background .2s,border-color .2s}.res-cal-slot--active,.res-cal-slot:hover{border-color:var(--gold)}.res-cal-slot--active{background:var(--gold);font-weight:700}.res-cal-autre{margin-bottom:12px}.res-cal-autre-label{display:block;font-size:.78rem;font-weight:600;color:#666;margin-bottom:6px}.res-cal-confirm{align-self:flex-start;padding:10px 20px;font-size:.85rem}.res-contact-form{gap:10px;margin:4px 0 8px}.res-contact-form,.res-field{display:flex;flex-direction:column}.res-field{gap:5px}.res-field label{font-size:.78rem;font-weight:600;color:#555}.res-file-label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--off-white);border:1.5px dashed var(--grey-border,#e2e8f0);border-radius:8px;font-size:.82rem;cursor:pointer;color:#666;transition:border-color .2s}.res-file-label:hover{border-color:var(--gold)}.res-file-count{font-size:.75rem;color:#4caf50;margin:2px 0 0}.res-form-submit{align-self:flex-start;padding:11px 22px;font-size:.85rem;margin-top:4px}.res-recap{margin:4px 0 8px}.res-recap-title{font-size:.9rem;font-weight:700;color:var(--navy-darkest);margin:0 0 12px}.res-recap-table{width:100%;border-collapse:collapse;font-size:.82rem;margin-bottom:10px}.res-recap-key{color:#888;padding:5px 12px 5px 0;width:150px;vertical-align:top}.res-recap-val{color:var(--navy-darkest);font-weight:600;padding:5px 0}.res-recap-photos{font-size:.78rem;color:#4caf50;margin:0 0 12px}.res-recap-actions{display:flex;gap:10px;flex-wrap:wrap}.res-confirm-actions .btn-outline,.res-recap-actions .btn-outline{color:var(--navy-darkest)}.res-confirm-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 32px;gap:16px}.res-confirm-icon{font-size:3rem}.res-confirm-title{font-size:1.3rem;font-weight:800;color:var(--navy-darkest);margin:0}.res-confirm-sub{font-size:.9rem;color:#555;margin:0}.res-confirm-items{display:flex;flex-direction:column;gap:8px;background:var(--off-white);border-radius:10px;padding:16px 20px;text-align:left;width:100%;max-width:480px}.res-confirm-item{font-size:.85rem;color:var(--navy-darkest)}.res-confirm-detail{font-size:.82rem;color:#777;max-width:460px;margin:0}.res-confirm-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.res-chat-footer{border-top:1px solid var(--grey-border,#e2e8f0);padding:10px 20px;background:var(--off-white)}.res-chat-footer-text{font-size:.72rem;color:#aaa}.res-reassurance{background:var(--white);padding:48px 0}.res-reassurance-inner{max-width:1120px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.res-reassurance-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.res-reassurance-icon{font-size:2.2rem}.res-reassurance-title{font-size:.85rem;font-weight:800;color:var(--navy-darkest);margin:0;letter-spacing:.04em}.res-reassurance-desc{font-size:.82rem;color:#666;margin:0;line-height:1.5}@media (max-width:900px){.res-calendar-grid,.res-options--cards{grid-template-columns:repeat(3,1fr)}.res-reassurance-inner{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.res-shell{grid-template-columns:1fr}.res-sidebar{display:none}.res-chat{height:auto;min-height:500px}.res-messages{max-height:480px}.res-calendar-grid,.res-options--cards{grid-template-columns:repeat(2,1fr)}.res-msg{max-width:88%}}@media (max-width:480px){.res-section{padding:32px 0 40px}.res-container{padding:0 12px}.res-options--cards{grid-template-columns:repeat(2,1fr);gap:6px}.res-options--pills{gap:6px}.res-reassurance-inner{grid-template-columns:1fr 1fr;gap:20px}.res-confirm-card{padding:28px 16px}.res-recap-actions{flex-direction:column}}.res-chat-avatar{background:var(--off-white)}#hero-reservation .hero-media img{object-position:0 15%}@media (min-width:641px) and (max-width:1024px){#hero-reservation{padding-bottom:0;overflow:hidden}#hero-reservation~.res-section{margin-top:0}}@media (max-width:640px){#hero-reservation{overflow:hidden}#hero-reservation~.res-section{margin-top:0}.res-section{padding-top:0}}@media (max-width:480px){.res-section{padding-top:0}}@media (orientation:landscape) and (max-height:500px){#hero-reservation{overflow:visible;padding:0}#hero-reservation .hero-inner{display:grid!important;grid-template-columns:1fr 1.15fr!important;flex-direction:unset!important;grid-gap:0!important;gap:0!important;min-height:220px!important}#hero-reservation .hero-inner:after{display:block}#hero-reservation .hero-media{grid-column:2!important;grid-row:1!important;width:auto!important;height:auto!important;order:unset!important;align-self:stretch;position:relative!important}#hero-reservation .hero-media-inner{position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}#hero-reservation .hero-media-inner:before{display:none!important}#hero-reservation .hero-media img{-webkit-mask-image:linear-gradient(90deg,transparent 0,black 32%)!important;mask-image:linear-gradient(90deg,transparent 0,black 32%)!important;object-position:0 15%}#hero-reservation .hero-text{order:unset;padding-top:16px;margin-top:0;max-width:none}#hero-reservation .hero-title{font-size:1.2rem!important;margin-bottom:6px}#hero-reservation .hero-cta{margin-top:-5px}#hero-reservation~.res-section{margin-top:3%}}