:root{--green:#7FA882;--green-light:#B2CDB5;--green-dark:#4D7A58;--green-ultra:#EBF3EC;--green-mid:#6B9470;--beige:#F2EDE4;--off-white:#F8F6F2;--white:#FFFFFF;--text-dark:#1A2B1E;--text-body:#384840;--text-muted:#6A7A6C;--border:#D4E3D6;--gold:#C4A882;--gold-light:#DCC8A8;--shadow:0 8px 32px rgba(77,122,88,.13);--shadow-lg:0 20px 60px rgba(77,122,88,.17);--radius:10px;--radius-lg:18px;--radius-full:9999px;--font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;--font-serif:'Inter',sans-serif;--tr:.3s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--off-white);color:var(--text-body);font-family:var(--font);line-height:1.7;overflow-x:hidden;overscroll-behavior-x:none}img{max-width:100%;display:block;content-visibility:auto}img[loading="lazy"]{opacity:0;transition:opacity .4s ease}img[loading="lazy"].loaded{opacity:1}a{color:var(--green);text-decoration:none;transition:color var(--tr)}a,button,[role="button"]{-webkit-tap-highlight-color:rgba(107,148,120,.18);touch-action:manipulation}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:var(--green-light);border-radius:3px}.container{max-width:1160px;margin:0 auto;padding:0 clamp(1.2rem,4vw,3rem)}.section{padding:clamp(4rem,8vw,7rem) 0}.section-alt{background:var(--beige)}.section-green{background:var(--green-dark)}.label{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:.9rem}.label::before{content:'';width:18px;height:2px;background:var(--green);border-radius:2px}.label-w{color:rgba(255,255,255,.85)}.label-w::before{background:rgba(255,255,255,.6)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2rem;min-height:44px;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);border:none;cursor:pointer;transition:transform .2s ease;text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none}.btn-primary{background:var(--green);color:#fff;box-shadow:0 4px 18px rgba(107,158,120,.35)}.btn-primary:hover,.btn-primary:active{background:var(--green-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px rgba(107,158,120,.45)}.btn-white{background:#fff;color:var(--green);box-shadow:0 4px 14px rgba(0,0,0,.12)}.btn-white:hover,.btn-white:active{background:var(--green-ultra);color:var(--green-dark);transform:translateY(-2px)}.btn-outline-w{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-outline-w:hover,.btn-outline-w:active{background:rgba(255,255,255,.15)}nav{position:fixed;top:0;left:0;right:0;z-index:300;padding:.4rem 0;background:rgba(250,250,247,.93);backdrop-filter:blur(18px);transition:padding .3s,box-shadow .3s}nav.scrolled{padding:.3rem 0;box-shadow:var(--shadow)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.nav-logo-wrap{display:flex;align-items:center;gap:.5rem;text-decoration:none}.nav-logo-img{width:34px;height:34px;border-radius:6px;overflow:hidden;flex-shrink:0}.nav-logo-img img{width:34px;height:34px;object-fit:contain}.nav-logo-svg{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:7px;overflow:hidden}.nav-logo-svg svg{width:30px;height:30px;border-radius:0}.ft-logo-svg{width:64px;height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden}.ft-logo-svg svg{width:58px;height:58px;border-radius:0}.nav-logo-text{font-family:'Inter',sans-serif;font-size:.95rem;color:var(--text-dark);font-weight:600;letter-spacing:.01em}.nav-logo-text span{color:var(--gold)}.nav-links{display:flex;align-items:center;gap:.7rem;list-style:none}.nav-links a{font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-body);position:relative;white-space:nowrap}.nav-links a::after{content:'';position:absolute;bottom:-3px;left:0;right:0;height:2px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .3s}.nav-links a:hover{color:var(--green)}.nav-links a:hover::after{transform:scaleX(1)}.nav-cta{padding:.35rem .85rem;background:var(--green);color:#fff!important;border-radius:var(--radius-full);font-size:.62rem!important}.nav-cta:hover{background:var(--green-dark)!important}.nav-cta::after{display:none!important}.nav-right{display:flex;align-items:center;gap:.5rem}.soc-icon{width:32px;height:32px;border-radius:50%;background:var(--green-ultra);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.soc-icon:hover{background:var(--green);transform:scale(1.15)}.soc-icon svg{width:15px;height:15px;transition:all .3s}.soc-icon:hover svg path{fill:#fff}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:.4rem}.hamburger span{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;transition:all .3s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mob-menu{display:none;position:fixed;inset:0;z-index:299;background:var(--white);padding:0 2rem 2rem;flex-direction:column;gap:.9rem;overflow-y:auto}.mob-menu.open{display:flex}.mob-menu a{font-family:var(--font-serif);font-size:1.35rem;color:var(--text-dark)}.mob-menu a:hover{color:var(--green)}.float-wrap{position:fixed;bottom:1.8rem;right:1.8rem;z-index:280;display:flex;flex-direction:column;gap:.8rem;align-items:flex-end}.flt{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(0,0,0,.25);border:2px solid rgba(255,255,255,.4);transition:transform .2s ease;text-decoration:none;will-change:transform;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.flt:hover,.flt:active{transform:scale(1.1)}.flt-wa{background:#25D366}.flt-call{background:var(--green)}.flt-wa::after{content:'';position:absolute;width:56px;height:56px;border-radius:50%;background:rgba(37,211,102,0.45);animation:pulse-wa 2.8s ease-in-out infinite;will-change:transform,opacity;pointer-events:none}@keyframes pulse-wa{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.5);opacity:0}}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--green);padding:.75rem 1.2rem;padding-bottom:calc(.75rem+env(safe-area-inset-bottom));display:none;align-items:center;justify-content:space-between;box-shadow:0 -4px 20px rgba(0,0,0,.15);gap:.8rem}.sticky-bar span{color:#fff;font-size:.78rem;font-weight:600;line-height:1.3;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-bar-actions{display:flex;gap:.5rem;flex-shrink:0}.sticky-bar .btn-sticky-tel,.sticky-bar .btn-sticky-wa{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.55rem .9rem;gap:.35rem;border:none;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.sticky-bar .btn-sticky-tel{background:#fff;color:var(--green)}.sticky-bar .btn-sticky-wa{background:#25D366;color:#fff}.sec-head{text-align:center;margin-bottom:3.5rem}.sec-head h2{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,3rem);color:var(--text-dark);margin-bottom:.8rem;line-height:1.2}.sec-head p{max-width:560px;margin:0 auto;font-size:.98rem}.sec-head-white h2{color:#fff}.sec-head-white p{color:rgba(255,255,255,.8)}.fade-up{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);will-change:opacity}.fade-up.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.fade-up{opacity:1;transform:none;transition:none}.hslide-bg{transform:none!important;transition:none!important;background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;height:100%;position:absolute;inset:0}.flt-wa{animation:none}}.hero-slider{position:relative;height:100svh;height:100vh;min-height:480px;overflow:hidden}.hslide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease;display:flex;align-items:center;justify-content:center;overflow:hidden;will-change:opacity;z-index:1;pointer-events:none}.hslide.active{opacity:1;z-index:2;pointer-events:auto}.hslide-bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;transform:scale(1.04);transition:transform 6s ease;will-change:transform}.hslide.active .hslide-bg{transform:scale(1.0)}.hslide-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(10,22,14,.85) 0%,rgba(10,22,14,.65) 40%,rgba(10,22,14,.15) 100%)}.hslide-content{position:relative;z-index:3;max-width:660px;padding:2rem clamp(1.5rem,5vw,5rem);width:100%;text-align:center;margin-left:auto;margin-right:auto}.hslide-content h1,.hslide-content h2,.hslide-content p,.hslide-content .slide-actions,.hslide-content .proof-pills{text-align:center;margin-left:auto;margin-right:auto}.hslide-content .slide-actions{justify-content:center}.hslide-content .proof-pills{justify-content:center}.slide-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.45rem 1.2rem;margin-bottom:1.6rem;background:rgba(127,168,130,.60);backdrop-filter:blur(10px);border:1.5px solid rgba(178,205,181,.55);border-radius:var(--radius-full);font-size:.68rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.2)}.slide-dot{width:6px;height:6px;border-radius:50%;background:#A8C5AF;animation:pdot 2s infinite}@keyframes pdot{0%,100%{opacity:1}50%{opacity:.4}}.hslide h1,.hslide h2{font-family:var(--font-serif);color:#fff;margin-bottom:1rem;line-height:1.18;text-shadow:0 2px 24px rgba(0,0,0,.55),0 1px 6px rgba(0,0,0,.4)}.hslide h1{font-size:clamp(2.4rem,5.5vw,4.2rem)}.hslide h2{font-size:clamp(2rem,4.2vw,3.4rem)}.hslide p{color:rgba(255,255,255,.95);font-size:1.02rem;line-height:1.82;margin-bottom:2.2rem;max-width:540px;text-shadow:0 1px 10px rgba(0,0,0,.45)}.slide-actions{display:flex;gap:1rem;flex-wrap:wrap}.slide-actions .btn{border-radius:var(--radius-full) !important;padding:.88rem 2.1rem !important;font-size:.8rem !important;letter-spacing:.1em !important;box-shadow:0 4px 20px rgba(0,0,0,.25) !important}.proof-wrap{position:absolute;bottom:2.5rem;right:clamp(1.5rem,5vw,4rem);z-index:3;display:flex;flex-direction:column;gap:.8rem;align-items:flex-end}.proof-pill{display:flex;align-items:center;gap:.7rem;padding:.6rem 1.1rem;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-full);color:#fff;font-size:.78rem;font-weight:600}.sl-dots{position:absolute;bottom:1.2rem;left:50%;transform:translateX(-50%);z-index:5;display:flex;gap:.8rem}.sl-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:all .3s;border:none;-webkit-tap-highlight-color:transparent}.sl-dot.active{background:#fff;width:26px;border-radius:5px}.av-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.av-card{background:var(--white);border:1.5px solid var(--border);border-radius:18px;padding:2.4rem 1.8rem 2rem;text-align:center;transition:all .35s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.av-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green-light),var(--green),var(--gold,#C9A876));opacity:0;transition:opacity .35s}.av-card:hover{border-color:var(--green-light);box-shadow:0 12px 40px rgba(107,158,120,.18);transform:translateY(-7px)}.av-card:hover::before{opacity:1}.av-icon-wrap{width:80px;height:80px;border-radius:16px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#EEF5F0 0%,#DFF0E8 100%);border:1.5px solid rgba(107,158,120,.25);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(107,158,120,.12);transition:all .35s}.av-card:hover .av-icon-wrap{background:linear-gradient(135deg,#DFF0E8 0%,#C5E3D0 100%);box-shadow:0 6px 22px rgba(107,158,120,.22);transform:scale(1.06)}.av-icon-wrap svg{width:38px;height:38px}.av-card h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.65rem;line-height:1.3}.av-card p{font-size:.86rem;color:var(--text-muted);line-height:1.75}.sv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.sv-card{overflow:visible;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2.2rem;padding-top:2.5rem;display:flex;flex-direction:column;transition:all .3s;position:relative}.sv-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green),var(--green-light));transform:scaleX(0);transform-origin:left;transition:transform .4s}.sv-card:hover{border-color:var(--green-light);box-shadow:var(--shadow);transform:translateY(-5px)}.sv-card:hover::after{transform:scaleX(1)}.sv-icon{width:52px;height:52px;border-radius:var(--radius);margin-bottom:1.2rem;background:var(--green-ultra);border:1px solid var(--green-light);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.sv-tag{display:inline-block;margin-bottom:.5rem;font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green-dark);background:var(--green-ultra);padding:.2rem .7rem;border-radius:var(--radius-full)}.sv-card h3{font-size:1.3rem;font-family:var(--font-serif);color:var(--text-dark);margin-bottom:.7rem}.sv-card>p{font-size:.87rem;flex:1;margin-bottom:1.4rem}.sv-price{font-family:var(--font-serif);font-size:2rem;color:#5A9E6F;line-height:1;background:none;padding:0}.sv-price small{font-size:.78rem;color:var(--text-muted);font-family:var(--font)}.sv-detail{font-size:.78rem;color:var(--text-muted);margin-top:.4rem}.sv-detail strong{color:var(--green-dark)}.sv-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.4rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);border:1.5px solid var(--green-light);padding:.62rem 1.2rem;border-radius:var(--radius-full);transition:all .3s}.sv-btn:hover{background:var(--green);color:#fff;border-color:var(--green)}#videos{background:var(--text-dark)}.vid-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}.vid-card{border-radius:var(--radius-lg);overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 40px rgba(0,0,0,.5);transition:transform .3s,box-shadow .3s;position:relative;display:flex;flex-direction:column;contain:layout}.vid-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.55)}.vid-wrap{position:relative;width:100%;aspect-ratio:9/16;background:#000;overflow:hidden;border-radius:0;isolation:isolate;contain:strict;-webkit-mask-image:-webkit-radial-gradient(white,black)}.vid-wrap video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;background:#000;display:block;z-index:1;max-height:100%}.vid-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.30);transition:background .25s;cursor:pointer;z-index:5;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.vid-overlay.playing{background:rgba(0,0,0,0)}.vid-overlay.playing:hover{background:rgba(0,0,0,.18)}.vid-overlay.hidden{display:none}.vid-overlay.playing{pointer-events:auto !important;background:transparent !important}.vid-overlay.playing:hover{background:rgba(0,0,0,.15) !important}.play-btn{width:68px;height:68px;border-radius:50%;background:rgba(107,158,120,.85);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:2.5px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;transition:all .25s;pointer-events:none}.vid-overlay.playing .play-btn{opacity:0;transform:scale(0.8)}.vid-overlay.playing:hover .play-btn{opacity:1;transform:scale(1)}.vid-card:hover .play-btn{background:var(--green);transform:scale(1.12)}.vid-overlay.playing:hover .play-btn{background:rgba(80,80,80,.75);transform:scale(1)}.play-btn svg{width:26px;height:26px;margin-left:4px}.play-btn .icon-pause{display:none;width:26px;height:26px}.vid-overlay.playing .play-btn .icon-play{display:none}.vid-overlay.playing .play-btn .icon-pause{display:block}.vid-badge{position:absolute;top:1rem;left:1rem;z-index:6;padding:.3rem .85rem;border-radius:var(--radius-full);background:rgba(107,158,120,.85);backdrop-filter:blur(8px);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff}.vid-info{padding:1.3rem 1.5rem}.vid-info h4{font-family:var(--font-serif);font-size:1.05rem;color:#fff;margin-bottom:.3rem}.vid-info p{font-size:.82rem;color:rgba(255,255,255,.6);font-style:italic;line-height:1.6}.vid-cta-row{margin-top:3rem;text-align:center;padding:2.5rem;background:rgba(255,255,255,.04);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.08)}.vid-cta-row h3{font-family:var(--font-serif);font-size:1.7rem;color:#fff;margin-bottom:.6rem}.vid-cta-row p{color:rgba(255,255,255,.7);margin-bottom:1.8rem}.vid-cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.temo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.temo-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all .3s;position:relative}.temo-card:hover{border-color:var(--green-light);box-shadow:var(--shadow);transform:translateY(-4px)}.temo-quote{position:absolute;top:1.2rem;right:1.5rem;font-family:var(--font-serif);font-size:4rem;color:var(--green-ultra);line-height:1;pointer-events:none}.stars{color:#F4C430;font-size:1.1rem;margin-bottom:.9rem;letter-spacing:.05em}.temo-text{font-size:.92rem;font-style:italic;color:var(--text-body);margin-bottom:1.3rem;line-height:1.75}.temo-author{display:flex;align-items:center;gap:.8rem;padding-top:1rem;border-top:1px solid var(--border)}.temo-avatar{width:42px;height:42px;border-radius:50%;background:var(--green-ultra);border:2px solid var(--green-light);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.temo-name{font-size:.88rem;font-weight:700;color:var(--text-dark)}.temo-service{font-size:.75rem;color:var(--text-muted)}.proof-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;padding:2rem;background:var(--green-ultra);border-radius:var(--radius-lg);border:1px solid var(--border)}.proof-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:600;color:var(--green-dark)}.proof-item-icon{font-size:1.1rem}.tarifs-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.tarifs-table thead{background:var(--green)}.tarifs-table th{padding:1rem 1.5rem;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.92)}.tarifs-table td{padding:1.1rem 1.5rem;font-size:.9rem;color:var(--text-body);border-top:1px solid var(--border);vertical-align:top}.tarifs-table tr:hover td,.tarifs-table tr:active td{background:rgba(107,158,120,.22) !important;color:#2a3d2e !important}.t-name{font-family:var(--font-serif);font-size:1.1rem;color:#fff}.t-price{font-family:var(--font-serif);font-size:1.3rem;color:#A8C5AF}.t-badge{display:inline-block;margin-top:.3rem;padding:.15rem .6rem;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--green-ultra);color:var(--green-dark);border:1px solid var(--green-light);border-radius:var(--radius-full)}.cta-sec{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 60%,var(--green-light) 100%);padding:clamp(4rem,8vw,7rem) 0;text-align:center;position:relative;overflow:hidden}.cta-sec::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;border-radius:50%;background:rgba(255,255,255,.05);pointer-events:none}.cta-sec h2{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.2rem);color:#fff;margin-bottom:1rem}.cta-sec p{color:rgba(255,255,255,.85);font-size:1rem;max-width:520px;margin:0 auto 2.5rem}.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.cta-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.2)}.cta-stat-num{display:block;font-family:var(--font-serif);font-size:2.8rem;color:#fff;line-height:1}.cta-stat-lbl{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.75)}.gal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gal-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;cursor:pointer;position:relative}.gal-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gal-item:hover img{transform:scale(1.08)}.gal-ov{position:absolute;inset:0;background:rgba(28,40,32,0);display:flex;align-items:center;justify-content:center;transition:background .3s}.gal-ov span{color:#fff;font-size:2rem;opacity:0;transform:scale(.6);transition:all .3s}.gal-item:hover .gal-ov{background:rgba(28,40,32,.35)}.gal-item:hover .gal-ov span{opacity:1;transform:scale(1)}.gal-item.tall{grid-row:span 2;aspect-ratio:auto}.gal-item.tall img{height:100%}.lightbox{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.93);display:none;align-items:center;justify-content:center}.lightbox.open{display:flex}.lb-inner{position:relative;max-width:90vw;max-height:85vh}.lb-inner img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px}.lb-close{position:absolute;top:-2.5rem;right:0;color:#fff;font-size:1.8rem;cursor:pointer;background:none;border:none}.lb-prev,.lb-next{position:fixed;top:50%;transform:translateY(-50%);color:#fff;font-size:2.5rem;cursor:pointer;background:rgba(255,255,255,.1);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s}.lb-prev{left:1rem}.lb-next{right:1rem}.lb-prev:hover,.lb-next:hover{background:rgba(255,255,255,.25)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .3s}.faq-item:hover{border-color:var(--green-light)}.faq-btn{width:100%;background:var(--white);padding:1.2rem 1.5rem;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.8rem;text-align:left;font-size:.93rem;font-weight:600;color:var(--text-dark);transition:background .3s}.faq-btn:hover{background:var(--green-ultra)}.faq-toggle{width:26px;height:26px;border-radius:50%;flex-shrink:0;background:var(--green-ultra);border:1.5px solid var(--green-light);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--green);transition:all .3s}.faq-btn[aria-expanded="true"] .faq-toggle{transform:rotate(45deg);background:var(--green);color:#fff}.faq-body{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;background:var(--white);padding:0 1.5rem}.faq-body.open{max-height:260px;padding:.9rem 1.5rem 1.2rem}.faq-body p{font-size:.87rem}.ct-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.ct-info h2{font-family:var(--font-serif);margin-bottom:1rem}.ct-info>p{font-size:1rem;line-height:1.9;margin-bottom:2rem}.info-blocks{display:flex;flex-direction:column;gap:.9rem}.ib{display:flex;gap:.9rem;align-items:flex-start;padding:1.2rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all .3s}.ib:hover{border-color:var(--green-light);box-shadow:var(--shadow)}.ib-icon{width:42px;height:42px;border-radius:8px;flex-shrink:0;background:var(--green-ultra);border:1px solid var(--green-light);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.ib-lbl{font-size:.67rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green);margin-bottom:.25rem}.ib-val{font-size:.9rem;color:var(--text-dark);line-height:1.6}.ib-val a{color:var(--text-dark)}.ib-val a:hover{color:var(--green)}.map-wrap{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);margin-top:1.5rem}.map-wrap iframe{width:100%;height:300px;border:none;display:block}.cf{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.3rem;box-shadow:var(--shadow)}.cf h3{font-family:var(--font-serif);margin-bottom:.4rem}.cf>p{margin-bottom:1.7rem;font-size:.9rem}.fg{margin-bottom:1rem}.fg label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--green-dark);margin-bottom:.4rem}.fg input,.fg textarea,.fg select{width:100%;background:var(--beige);border:1.5px solid var(--border);border-radius:6px;padding:.82rem 1rem;color:var(--text-dark);font-family:var(--font);font-size:.9rem;transition:all .3s;outline:none}.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--green);background:var(--white);box-shadow:0 0 0 3px rgba(107,158,120,.12)}.fg textarea{resize:vertical;min-height:110px}.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cf-submit{width:100%;padding:.95rem;background:var(--green);color:#fff;border:none;border-radius:var(--radius-full);font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px rgba(107,158,120,.3)}.cf-submit:hover{background:var(--green-dark);transform:translateY(-2px)}#fmsg{margin-top:.8rem;padding:.7rem 1rem;border-radius:6px;font-size:.85rem;display:none}#fmsg.ok{background:var(--green-ultra);border:1px solid var(--green-light);color:var(--green-dark);display:block}#fmsg.err{background:#FEF2F2;border:1px solid #FCA5A5;color:#B91C1C;display:block}footer{background:linear-gradient(180deg,#1a2b1e 0%,#0f1a12 100%);color:rgba(255,255,255,.7);padding:4rem 0 0;border-top:1px solid rgba(127,168,130,.15)}.ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.ft-brand{}.ft-logo{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.ft-logo-img{width:42px;height:42px;border-radius:8px;overflow:hidden;flex-shrink:0}.ft-logo-img img{width:42px;height:42px;object-fit:cover}.ft-brand-name{font-family:var(--font-serif);font-size:1.2rem;color:#fff}.ft-brand-name span{color:var(--green-light)}.ft-brand p{font-size:.85rem;line-height:1.8;max-width:300px;color:rgba(255,255,255,.55)}.ft-col h4{font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.9);margin-bottom:1rem}.ft-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.ft-col ul li a{font-size:.84rem;color:rgba(255,255,255,.6);transition:color .3s}.ft-col ul li a:hover{color:var(--green-light)}.ft-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.ft-copy{font-size:.78rem}.ft-socials{display:flex;gap:.8rem}.ft-soc{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .3s}.ft-soc:hover{background:var(--green);border-color:var(--green);transform:scale(1.12)}.ft-soc svg{width:16px;height:16px}@media(max-width:1024px){.nav-links{display:none}.hamburger{display:flex}nav{padding:.2rem 0 !important}nav.scrolled{padding:.15rem 0 !important}.nav-inner{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.4rem;padding:0 .8rem}.nav-logo-svg{width:28px;height:28px;border-radius:6px}.nav-logo-svg img{width:28px;height:28px;border-radius:6px}.nav-logo-text{font-size:.78rem}.nav-right{display:flex;justify-content:flex-end;align-items:center}.nav-right .btn{padding:.28rem .65rem;font-size:.58rem;gap:.25rem;white-space:nowrap}.hamburger{padding:.2rem}.av-grid{grid-template-columns:repeat(2,1fr)}.sv-grid{grid-template-columns:repeat(2,1fr)}.temo-grid{grid-template-columns:1fr 1fr}.vid-grid{grid-template-columns:1fr 1fr}.ct-grid{grid-template-columns:1fr;gap:2.5rem}.faq-grid{grid-template-columns:1fr}.ft-grid{grid-template-columns:1fr 1fr}.gal-grid{grid-template-columns:repeat(3,1fr)}.proof-wrap{display:none}}@media(max-width:768px){.hslide-bg{object-position:center center;max-width:100%;justify-content:flex-end}.slide-badge{font-size:.65rem;padding:.35rem .9rem;letter-spacing:.1em}.slide-title{word-break:break-word;overflow-wrap:break-word;font-size:clamp(2.2rem,4.5vw,4.2rem);line-height:1.1;margin-bottom:.6rem}.slide-title em{font-size:clamp(2rem,9vw,3rem)}.slide-sub{font-size:clamp(.9rem,1.5vw,1.15rem);line-height:1.55;margin-bottom:1.2rem;max-width:100%}.slide-actions{flex-direction:column;gap:.7rem;width:100%}.slide-actions .btn-primary,.slide-actions .btn-ghost{width:100%;justify-content:center;padding:.85rem 1.2rem;font-size:.8rem}.sl-dots{bottom:1.2rem}.float-badge{display:none}.nav-inner{padding:.15rem .8rem !important}.brand-name{font-size:.85rem}.brand-sub{font-size:.6rem}.nav-cta{padding:.28rem .65rem;font-size:.58rem}.soc-icon{width:24px;height:24px}section{padding:3.5rem 0}.sec-tag{font-size:.65rem}.sec-title{font-size:clamp(1.6rem,6vw,2.2rem)}.sec-sub{font-size:.9rem;padding:0 .5rem}.container{padding:0 1rem}.av-grid{grid-template-columns:1fr 1fr;gap:1rem}.av-card{padding:1.2rem}.av-icon{font-size:1.6rem}.av-card h3{font-size:1rem}.av-card p{font-size:.82rem}.sv-grid{grid-template-columns:1fr;gap:1.2rem;max-width:480px;margin:0 auto}.sv-card{padding:1.5rem 1.2rem}.sv-icon{font-size:1.8rem}.sv-tag{font-size:.6rem}.sv-card h3{font-size:1.2rem}.sv-card p{font-size:.85rem}.sv-price{font-size:2rem}.sv-btn{padding:.65rem 1rem;font-size:.75rem}.vid-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto;gap:1.5rem}.vid-wrap{border-radius:16px}.vid-badge{font-size:.6rem;padding:.3rem .7rem}.vid-title{font-size:.9rem}.vid-desc{font-size:.78rem}.temo-grid{grid-template-columns:1fr;gap:1rem;max-width:480px;margin:0 auto}.temo-card{padding:1.3rem}.temo-text{font-size:.85rem}.tarif-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}.tarif-table{min-width:560px;font-size:.8rem}.tarif-table th{padding:.7rem .8rem;font-size:.7rem}.tarif-table td{padding:.65rem .8rem}.cta-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-num{font-size:2rem}.stat-label{font-size:.75rem}.gal-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.gal-item{border-radius:10px}.faq-grid{grid-template-columns:1fr}.faq-q{font-size:.9rem;padding:1rem 1.1rem}.faq-a{font-size:.83rem;padding:.8rem 1.1rem}.ct-grid{grid-template-columns:1fr;gap:2rem}.ct-info-item{font-size:.85rem}.ct-map{height:200px;border-radius:12px}.ct-input{padding:.75rem 1rem;font-size:.9rem}.ct-btn{padding:.85rem;font-size:.8rem}.ft-grid{grid-template-columns:1fr;gap:1.5rem;text-align:center}.ft-socials{justify-content:center}.ft-bottom{flex-direction:column;gap:.5rem;text-align:center;font-size:.75rem}.sticky-bar{display:none;padding:.7rem 1rem}.sticky-bar-text{font-size:.8rem}.sticky-cta{font-size:.75rem;padding:.5rem .9rem}body{padding-bottom:62px}.float-wrap{bottom:5rem;right:.9rem;gap:.6rem}.flt-wa,.flt-call{width:48px;height:48px}.flt-wa svg,.flt-call svg{width:22px;height:22px}}@media(max-width:480px){.nav-inner{gap:.3rem !important}.nav-logo-svg{width:32px;height:32px}.nav-logo-svg img{width:32px;height:32px}.nav-logo-text{font-size:.82rem}.nav-right .btn{padding:.38rem .6rem;font-size:.6rem}.slide-title{font-size:clamp(1.7rem,8vw,2.2rem)}.slide-sub{font-size:.82rem}.av-grid{grid-template-columns:1fr;gap:.9rem}.av-card{flex-direction:row;align-items:flex-start;gap:.8rem;padding:1rem}.av-icon{font-size:1.4rem;min-width:1.8rem}.cta-stats{grid-template-columns:repeat(2,1fr)}.stat-num{font-size:1.7rem}.gal-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.vid-grid{max-width:300px}.slide-actions .btn-primary,.slide-actions .btn-ghost{font-size:.75rem;padding:.8rem 1rem}.ft-bottom{flex-direction:column;text-align:center}.ft-socials{justify-content:center}.sec-title{font-size:clamp(1.5rem,7vw,2rem)}.nav-cta span{display:none}.nav-cta::before{content:"\2706";margin-right:0}}#tarifs{position:relative;overflow:hidden;background:#1E2E22}#tarifs::before{content:'';position:absolute;inset:0;background-image:url('');background-size:cover;background-position:center 40%;background-repeat:no-repeat;opacity:0.18;z-index:0;transform:scale(1.03)}#tarifs>.container{position:relative;z-index:1}#tarifs .section-title,#tarifs .section-subtitle{color:#fff !important}#tarifs .section-subtitle{color:rgba(255,255,255,.75) !important}#tarifs .label{background:rgba(168,197,175,.15);color:var(--green-light);border-color:rgba(168,197,175,.3)}.tarifs-table{background:rgba(255,255,255,.06) !important;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12) !important;border-radius:var(--radius-lg) !important;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.35)}.tarifs-table thead tr{background:rgba(107,158,120,.85) !important}.tarifs-table thead th{color:#fff !important;font-weight:700;letter-spacing:.12em;padding:1.2rem 1.5rem !important}.tarifs-table tbody tr{border-bottom:1px solid rgba(255,255,255,.08) !important;transition:background .2s}.tarifs-table tbody tr:hover{background:rgba(107,158,120,.18) !important}.tarifs-table tbody tr:hover td,.tarifs-table tbody tr:active td,.tarifs-table tbody tr:focus td,.tarifs-table tbody tr:focus-within td{color:#2a3d2e !important;background:rgba(107,158,120,.22) !important}#tarifs table tr:hover td,#tarifs table tr:active td,#tarifs table tr:focus td{color:#2a3d2e !important}#tarifs table tr:hover td:first-child,#tarifs table tr:active td:first-child{color:#1a2b1e !important}.tarifs-table tbody td{color:var(--text-body) !important;padding:1.3rem 1.5rem !important}.tarifs-table tbody td:first-child{color:var(--text-dark) !important;font-weight:600}.tarifs-table tbody tr:hover td:first-child,.tarifs-table tbody tr:active td:first-child{color:var(--text-dark) !important}.tarifs-table .price{color:#A8C5AF !important;font-weight:700;font-size:1.05rem}.tarifs-table .badge-g{background:rgba(107,158,120,.25) !important;color:#A8C5AF !important;border:1px solid rgba(107,158,120,.4) !important}#tarifs .tarifs-cta{color:rgba(255,255,255,.75) !important}#tarifs .tarifs-cta a{color:var(--green-light) !important}#avantages{position:relative;overflow:hidden;padding:clamp(5rem,10vw,8rem) 0}#avantages::before{content:'';position:absolute;inset:0;background-image:url('');background-size:cover;background-position:center 35%;background-repeat:no-repeat;opacity:0.22;z-index:0;transform:scale(1.04);transition:transform 8s ease}#avantages::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(238,245,240,0.88) 0%,rgba(238,245,240,0.72) 50%,rgba(238,245,240,0.84) 100%);z-index:0}#avantages>.container{position:relative;z-index:1}.av-card{background:rgba(255,255,255,0.82) !important;border:1.5px solid rgba(107,158,120,0.18) !important;backdrop-filter:blur(14px) saturate(1.4);-webkit-backdrop-filter:blur(14px) saturate(1.4);box-shadow:0 4px 24px rgba(74,120,87,0.10),0 1.5px 6px rgba(107,158,120,0.08) !important;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background .35s ease !important}.av-card:hover{transform:translateY(-8px) !important;background:rgba(255,255,255,0.95) !important;box-shadow:0 16px 48px rgba(74,120,87,0.18),0 4px 12px rgba(107,158,120,0.12) !important}.av-icon{background:linear-gradient(135deg,var(--green-ultra) 0%,rgba(168,197,175,0.4) 100%) !important;box-shadow:0 4px 16px rgba(107,158,120,0.20) !important}#avantages .section-title{color:var(--text-dark);position:relative}#avantages .section-title::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,var(--green),var(--green-light));border-radius:2px;margin:1rem auto 0}#services{position:relative;overflow:hidden;background:#f8faf8}#services::before{content:'';position:absolute;inset:0;background-image:url('');background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0.22;z-index:0;transform:scale(1.03)}#services::after{content:'';position:absolute;inset:0;background:linear-gradient(170deg,rgba(248,250,248,0.90) 0%,rgba(248,250,248,0.75) 40%,rgba(238,245,240,0.86) 100%);z-index:0}#services>.container{position:relative;z-index:1}.sv-card{background:rgba(255,255,255,0.85) !important;border:1.5px solid rgba(107,158,120,0.15) !important;backdrop-filter:blur(16px) saturate(1.5);-webkit-backdrop-filter:blur(16px) saturate(1.5);box-shadow:0 2px 16px rgba(74,120,87,0.08),0 1px 4px rgba(107,158,120,0.06) !important;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background .35s ease !important}.sv-card:hover{transform:translateY(-10px) !important;background:rgba(255,255,255,0.97) !important;box-shadow:0 20px 56px rgba(74,120,87,0.16),0 4px 16px rgba(107,158,120,0.10) !important;border-color:rgba(107,158,120,0.30) !important}.sv-card.featured{background:rgba(255,255,255,0.95) !important;border-color:rgba(107,158,120,0.35) !important;box-shadow:0 8px 40px rgba(74,120,87,0.18),0 0 0 3px rgba(107,158,120,0.12) !important}.sv-icon{background:linear-gradient(135deg,var(--green-ultra),rgba(168,197,175,0.35)) !important;box-shadow:0 3px 12px rgba(107,158,120,0.18) !important}.sv-price{text-shadow:none}#services .label{background:rgba(107,158,120,0.12);border-color:rgba(107,158,120,0.25)}:root{--cream:#F5F0E8;--silk:linear-gradient(135deg,#EBF3EC 0%,#F5F0E8 50%,#EBF3EC 100%);--glass-bg:rgba(255,255,255,0.72);--glass-border:rgba(178,205,181,0.38);--glass-blur:blur(18px) saturate(1.5);--gold:#C4A882;--gold-light:#DCC8A8;--gold-shine:linear-gradient(90deg,#C4A882,#EDD8B4,#C4A882);--noise-opacity:.028}body{background-color:#F4F0E9;background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E'),linear-gradient(160deg,#F6F2EC 0%,#EEF3EE 40%,#F4F0E9 100%)}nav{background:rgba(248,246,242,0.88) !important;backdrop-filter:blur(24px) saturate(1.8) !important;-webkit-backdrop-filter:blur(24px) saturate(1.8) !important;border-bottom:1px solid rgba(196,168,130,0.18) !important;box-shadow:0 1px 32px rgba(77,122,88,0.07),0 0 0 0.5px rgba(196,168,130,0.12) !important}nav.scrolled{background:rgba(248,246,242,0.96) !important;box-shadow:0 4px 40px rgba(77,122,88,0.12),0 0 0 0.5px rgba(196,168,130,0.18) !important}.nav-logo-text{font-family:'Inter',sans-serif;font-size:1.2rem !important;font-weight:700 !important;letter-spacing:0.03em !important;line-height:1 !important;display:inline !important;color:#1A2B1E !important}.nav-logo-text span{color:#C4A882 !important;display:inline !important}.nav-cta{background:linear-gradient(135deg,#7FA882 0%,#4D7A58 100%) !important;box-shadow:0 3px 14px rgba(77,122,88,0.28) !important;letter-spacing:0.06em !important}.nav-cta:hover{background:linear-gradient(135deg,#4D7A58 0%,#3a5e43 100%) !important;box-shadow:0 6px 22px rgba(77,122,88,0.38) !important}.section{position:relative}.section::before{content:'';position:absolute;inset:0;background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.022'/%3E%3C/svg%3E');pointer-events:none;z-index:0}.section>.container{position:relative;z-index:1}.section-alt{background:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.028'/%3E%3C/svg%3E'),linear-gradient(155deg,#F2EDE4 0%,#EAE4D8 50%,#F0EBE2 100%) !important}.av-card,.sv-card,.temo-card,.ib{background:rgba(255,255,255,0.78) !important;backdrop-filter:blur(14px) saturate(1.4) !important;-webkit-backdrop-filter:blur(14px) saturate(1.4) !important;border:1px solid rgba(178,205,181,0.28) !important;box-shadow:0 4px 24px rgba(77,122,88,0.08),0 1px 4px rgba(196,168,130,0.10),inset 0 1px 0 rgba(255,255,255,0.9) !important;transition:transform .35s cubic-bezier(.22,1,.36,1) !important;will-change:transform}.av-card:hover,.sv-card:hover,.temo-card:hover{transform:translateY(-7px) !important}.sv-card.featured{border:1.5px solid rgba(196,168,130,0.5) !important;box-shadow:0 8px 40px rgba(77,122,88,0.16),0 0 0 1px rgba(196,168,130,0.18),inset 0 1px 0 rgba(255,255,255,0.95) !important}.sv-card .sv-price{background:none !important;color:#5A9E6F !important;font-weight:600 !important;padding:0 !important}.sec-head h2,.section-title{font-family:'Inter',sans-serif;font-weight:600 !important;letter-spacing:-0.01em !important}h1,h2,h3{font-family:'Inter',sans-serif}.label::before{background:linear-gradient(90deg,#C4A882,#7FA882) !important}.btn-primary{background:linear-gradient(135deg,#7FA882 0%,#4D7A58 100%) !important;box-shadow:0 4px 18px rgba(77,122,88,0.28) !important;letter-spacing:0.08em !important}.btn-primary:hover{background:linear-gradient(135deg,#4D7A58 0%,#2e4a35 100%) !important;box-shadow:0 8px 28px rgba(77,122,88,0.40) !important}.btn-white{background:rgba(255,255,255,0.92) !important;border:1px solid rgba(196,168,130,0.3) !important;color:#4D7A58 !important;backdrop-filter:blur(8px) !important}.btn-white:hover{background:rgba(235,243,236,0.95) !important;border-color:rgba(196,168,130,0.55) !important}.hslide-overlay{background:linear-gradient(115deg,rgba(26,43,30,0.75) 0%,rgba(26,43,30,0.50) 38%,rgba(26,43,30,0.12) 100%) !important}.slide-badge{background:rgba(127,168,130,0.35) !important;backdrop-filter:blur(12px) !important;border:1px solid rgba(220,200,168,0.45) !important;box-shadow:0 2px 16px rgba(0,0,0,0.12) !important}.slide-title em{font-style:normal !important;font-family:'Inter',sans-serif;font-weight:300 !important;letter-spacing:0.02em !important}.cf{background:rgba(255,255,255,0.88) !important;backdrop-filter:blur(20px) !important;border:1px solid rgba(196,168,130,0.22) !important;box-shadow:0 8px 40px rgba(77,122,88,0.10),inset 0 1px 0 rgba(255,255,255,1) !important}.cf-submit{background:linear-gradient(135deg,#7FA882 0%,#4D7A58 100%) !important;box-shadow:0 4px 18px rgba(77,122,88,0.30) !important;letter-spacing:0.12em !important}.cf-submit:hover{background:linear-gradient(135deg,#4D7A58 0%,#2e4a35 100%) !important;transform:translateY(-2px) !important;box-shadow:0 8px 28px rgba(77,122,88,0.40) !important}.ib{background:rgba(255,255,255,0.80) !important;border:1px solid rgba(178,205,181,0.30) !important}.ib:hover{border-color:rgba(196,168,130,0.42) !important;box-shadow:0 8px 32px rgba(77,122,88,0.13) !important}.ib-icon{background:linear-gradient(135deg,#EBF3EC,rgba(178,205,181,0.35)) !important;border:1px solid rgba(178,205,181,0.4) !important}.faq-item{border:1px solid rgba(178,205,181,0.30) !important;background:rgba(255,255,255,0.75) !important;backdrop-filter:blur(10px) !important}.faq-item:hover{border-color:rgba(196,168,130,0.45) !important}.faq-btn{background:transparent !important}.faq-btn:hover{background:rgba(235,243,236,0.8) !important}.faq-toggle{background:linear-gradient(135deg,#EBF3EC,#DDD9D0) !important}.faq-btn[aria-expanded="true"] .faq-toggle{background:linear-gradient(135deg,#7FA882,#4D7A58) !important}.section-green{background:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E'),linear-gradient(135deg,#3a5e43 0%,#4D7A58 50%,#3a5e43 100%) !important}.cta-stat-num{font-family:'Inter',sans-serif;font-weight:300 !important}.temo-card{background:rgba(255,255,255,0.82) !important;border:1px solid rgba(178,205,181,0.28) !important}.gal-item{border-radius:12px !important}.gal-item::after{content:'';position:absolute;inset:0;border-radius:12px;box-shadow:inset 0 0 0 1px rgba(196,168,130,0.20);pointer-events:none}#tarifs{background:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E'),linear-gradient(160deg,#1A2B1E 0%,#243322 60%,#1A2B1E 100%) !important}.tarif-card{background:rgba(255,255,255,0.06) !important;border:1px solid rgba(178,205,181,0.20) !important;backdrop-filter:blur(10px) !important;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .3s !important}.tarif-card:hover{border-color:rgba(196,168,130,0.45) !important;transform:translateY(-6px) !important}.tarif-card.featured{border-color:rgba(196,168,130,0.55) !important;background:rgba(255,255,255,0.10) !important}footer{background:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E'),#1A2B1E !important}.ft-brand-name{font-family:'Inter',sans-serif;font-size:1.3rem !important}.ft-soc:hover{background:linear-gradient(135deg,#7FA882,#4D7A58) !important;border-color:transparent !important}.flt-call{background:linear-gradient(135deg,#7FA882,#4D7A58) !important}.flt-wa{animation:pulse-wa-lux 2.8s infinite !important}@keyframes pulse-wa-lux{0%,100%{box-shadow:0 6px 24px rgba(37,211,102,0.42)}50%{box-shadow:0 6px 40px rgba(37,211,102,0.72),0 0 0 12px rgba(37,211,102,0.09)}}.sticky-bar{background:linear-gradient(135deg,#4D7A58,#3a5e43) !important}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#F4F0E9}::-webkit-scrollbar-thumb{background:linear-gradient(#7FA882,#C4A882);border-radius:4px}::selection{background:rgba(127,168,130,0.28);color:#1A2B1E}.nav-logo-svg svg,.ft-logo-svg svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,0.14));transition:transform .3s ease}.nav-logo-wrap:hover .nav-logo-svg svg{transform:scale(1.07) rotate(-1deg)}#avantages{background:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E'),linear-gradient(160deg,rgba(238,245,240,0.92) 0%,rgba(238,245,240,0.78) 50%,rgba(238,245,240,0.88) 100%) !important}#services{background:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E'),linear-gradient(155deg,#F2EDE4 0%,#EDE8DF 100%) !important}.map-wrap{border:1px solid rgba(196,168,130,0.30) !important;box-shadow:0 8px 32px rgba(77,122,88,0.12) !important;border-radius:14px !important;overflow:hidden !important}.proof-wrap{background:rgba(255,255,255,0.72) !important;backdrop-filter:blur(16px) !important;border:1px solid rgba(196,168,130,0.22) !important;box-shadow:0 4px 24px rgba(0,0,0,0.07) !important}.nav-logo-svg,.ft-logo-svg{position:relative;border-radius:10px;box-shadow:0 4px 20px rgba(77,122,88,0.20),0 1px 4px rgba(0,0,0,0.12),inset 0 1px 0 rgba(255,255,255,0.6);transition:box-shadow .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}.nav-logo-wrap:hover .nav-logo-svg{box-shadow:0 8px 32px rgba(77,122,88,0.32),0 2px 8px rgba(0,0,0,0.16);transform:scale(1.06)}.nav-logo-svg svg,.ft-logo-svg svg{display:block;border-radius:0}.nav-logo-svg svg{filter:none !important}.ft-logo-svg{margin-bottom:.2rem}.mob-logo-wrap{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(178,205,181,0.30)}.mob-logo-svg{width:48px;height:48px;border-radius:10px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.av-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(255,255,255,0.96)!important}.tarifs-table{backdrop-filter:none!important;background:rgba(255,255,255,.08)!important}.hslide-bg{transform:none!important;transition:none!important;will-change:auto}.fade-up{transition-duration:.4s!important}nav{transition:transform .3s ease,padding .3s,box-shadow .3s,background .3s!important}}@media(max-width:768px){html{scroll-snap-type:none}.gal-snap-wrap{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.8rem;padding-bottom:.5rem;scrollbar-width:none}.gal-snap-wrap::-webkit-scrollbar{display:none}.gal-snap-wrap .gal-item{scroll-snap-align:start;flex-shrink:0;width:80vw}}@media(max-width:768px){.sv-card:active,.av-card:active,.temo-card:active{transform:scale(.98)!important;transition:transform .1s ease!important}.section,.section-alt,.section-green{padding:clamp(2.5rem,6vw,4rem) 0}}#stickyBar{transition:transform .3s ease,opacity .3s ease;will-change:transform}nav{will-change:transform}@media(max-width:768px){h1,.hslide h1{font-size:clamp(2.2rem,9vw,3rem) !important;line-height:1.1 !important}h2,.sec-head h2,.sec-head-white h2,.ct-info h2{font-size:clamp(1.75rem,7.5vw,2.4rem) !important;line-height:1.15 !important;font-weight:800 !important}h3{font-size:clamp(1.2rem,5vw,1.6rem) !important;line-height:1.25 !important}.sec-head h2 em,.sec-head-white h2 em{font-size:inherit !important}#tarifs .sec-head h2{font-size:clamp(1.9rem,8vw,2.6rem) !important;font-weight:900 !important;letter-spacing:-.01em !important}#tarifs .sec-head .label{font-size:.8rem !important;letter-spacing:.2em !important;font-weight:800 !important;color:var(--green) !important}.values-grid h3{font-size:1.05rem !important;font-weight:700 !important}.cta-sec h2{font-size:clamp(1.8rem,8vw,2.4rem) !important;line-height:1.15 !important}#temoignages h2{font-size:clamp(1.75rem,7.5vw,2.4rem) !important}#faq h2{font-size:clamp(1.7rem,7vw,2.2rem) !important}.vid-cta-row h3{font-size:clamp(1.4rem,6vw,2rem) !important;font-weight:800 !important}}@media(max-width:480px){h2,.sec-head h2{font-size:clamp(1.55rem,7vw,1.9rem) !important}h1,.hslide h1{font-size:clamp(2rem,8.5vw,2.6rem) !important}}.massages-hero-wrap{position:relative;overflow:hidden}.massages-hero-wrap .massages-hslide{position:relative !important;width:100%;height:100%;opacity:1 !important;display:flex !important;align-items:center;justify-content:center}.massages-hero-wrap .hslide-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:none !important;transition:none !important}.massages-hero-wrap .hslide-content{padding:1.5rem !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;max-width:600px !important}@media(max-width:768px){.massages-hero-wrap{height:clamp(380px,70vw,480px)}.massages-hero-wrap .hslide-content h2{font-size:clamp(1.4rem,4vw,2.4rem);line-height:1.25;text-align:center;color:#ffffff;text-shadow:0 2px 12px rgba(0,0,0,.5)}.massages-hero-wrap .hslide-content p{font-size:clamp(0.82rem,2.2vw,1rem);line-height:1.5;text-align:center;color:rgba(255,255,255,.92);text-shadow:0 1px 8px rgba(0,0,0,.4);max-width:500px;margin:0.5rem auto 1rem}.massages-hero-wrap .slide-actions{justify-content:center;flex-wrap:wrap;gap:0.6rem}.massages-hero-wrap .btn{font-size:clamp(0.75rem,2vw,0.9rem);padding:0.55rem 1.2rem}@media (max-width:480px){.massages-hero-wrap{height:clamp(360px,90vw,420px)}.massages-hero-wrap .hslide-content{padding:1rem !important}.massages-hero-wrap .hslide-content h2{font-size:clamp(1.2rem,5.5vw,1.6rem);white-space:nowrap;overflow:visible}.massages-hero-wrap .hslide-content p{font-size:0.8rem}}}@media(max-width:480px){.massages-hero-wrap .hslide-content h2{font-size:clamp(1.1rem,5.5vw,1.5rem) !important;white-space:nowrap !important;overflow:visible !important;letter-spacing:-0.01em}}@media(max-width:360px){.massages-hero-wrap .hslide-content h2{font-size:4.8vw !important;white-space:nowrap !important}}@media(max-width:640px){.soins-cards-grid{grid-template-columns:1fr !important;padding:0 1rem !important;max-width:100% !important}}@media(max-width:768px){.soins-cards-grid .sv-card{min-width:0 !important;width:100% !important;box-sizing:border-box !important}}#tarifs p,#tarifs td,#tarifs .sec-head p{color:rgba(255,255,255,0.82) !important}#tarifs h2,#tarifs h3{color:#fff !important}#tarifs table tr td:first-child{color:#fff !important;font-weight:600 !important}#tarifs table tr td{color:rgba(255,255,255,0.80) !important;border-color:rgba(255,255,255,0.1) !important}#tarifs table thead th{color:#A8C5AF !important;border-color:rgba(255,255,255,0.15) !important}#tarifs table tbody tr:nth-child(odd){background:rgba(255,255,255,0.04) !important}#tarifs .t-desc{color:rgba(255,255,255,0.70) !important}#tarifs .t-badge{background:rgba(168,197,175,0.2) !important;color:#A8C5AF !important;border:1px solid rgba(168,197,175,0.3) !important}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.12);backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);border:1.5px solid rgba(255,255,255,0.22);color:#fff;width:46px;height:46px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease,border-color .25s ease,transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease;box-shadow:0 4px 18px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.15);outline:none;-webkit-tap-highlight-color:transparent}.hero-arrow:hover{background:rgba(255,255,255,0.26);border-color:rgba(255,255,255,.45);box-shadow:0 6px 28px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.25)}.hero-arrow:active{transform:translateY(-50%) scale(.94);box-shadow:0 2px 10px rgba(0,0,0,.18)}.hero-arrow svg{pointer-events:none}.hero-prev{left:1.4rem}.hero-next{right:1.4rem}@media (max-width:768px){body{overflow-x:hidden !important}html{overflow-x:hidden !important}#nav{padding:.15rem .8rem !important}.nav-inner{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:.4rem !important}.nav-logo-wrap img{height:28px !important}.nav-logo-text{font-size:.78rem !important}.nav-links{display:none !important}.nav-right{display:flex !important;justify-content:flex-end !important;align-items:center !important}.nav-right .btn{padding:.28rem .65rem !important;font-size:.58rem !important;white-space:nowrap !important;display:flex !important;align-items:center !important;gap:.3rem !important}.hamburger{display:flex !important;order:3 !important;margin-left:.2rem !important}#specialtySwitcher{padding:0 !important}.sw-inner{flex-direction:row !important;padding:0 !important}.sw-tab{flex:1 !important;flex-direction:row !important;align-items:center !important;justify-content:center !important;gap:.3rem !important;padding:.3rem .4rem !important;text-align:left !important}.sw-tab__body{align-items:flex-start !important;text-align:left !important;gap:.15rem !important}.sw-tab__name{font-size:.58rem !important;letter-spacing:.03em !important;line-height:1.15 !important}.sw-tab__pills{justify-content:flex-start !important;gap:.2rem !important}.sw-pill{font-size:.48rem !important;padding:.08rem .3rem !important}.sw-tab__num{width:1rem !important;height:1rem !important;font-size:.55rem !important;flex-shrink:0 !important}.sw-tab__icon{font-size:.75rem !important;flex-shrink:0 !important}.hslide{align-items:center !important}.hslide-content{padding-left:1.4rem !important;padding-right:1.4rem !important;padding-top:1.5rem !important;padding-bottom:1.5rem !important;max-width:100% !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important}.hslide-content h1{font-size:clamp(1.55rem,6.2vw,2.1rem) !important;line-height:1.14 !important;margin-bottom:.4rem !important}.hslide-content h2{font-size:clamp(1.4rem,5.8vw,1.9rem) !important;line-height:1.16 !important;margin-bottom:.4rem !important}.hslide-content p{font-size:.82rem !important;line-height:1.55 !important;margin-bottom:.65rem !important;max-width:95% !important;margin-left:auto !important;margin-right:auto !important}.slide-badge{font-size:.58rem !important;padding:.22rem .65rem !important;margin-bottom:.3rem !important;margin-left:auto !important;margin-right:auto !important;display:none !important;width:fit-content !important}.proof-pills{gap:.3rem !important;margin-bottom:.6rem !important;flex-wrap:wrap !important;justify-content:center !important}.proof-pill{font-size:.66rem !important;padding:.22rem .55rem !important;gap:.4rem !important}.proof-pill .proof-icon{font-size:.8rem !important}.slide-actions{flex-direction:column !important;gap:.5rem !important;align-items:center !important;width:100% !important}.slide-actions .btn{width:auto !important;padding:.6rem 1.25rem !important;font-size:.74rem !important;min-width:200px !important;justify-content:center !important}.hero-arrow{width:38px !important;height:38px !important}.hero-arrow svg{width:16px !important;height:16px !important}.hero-prev{left:.6rem !important}.hero-next{right:.6rem !important}.sl-dots{bottom:1rem !important;gap:.5rem !important}.sl-dot{width:8px !important;height:8px !important}.sl-dot.active{width:24px !important}.section,.section-alt{padding:clamp(2.5rem,6vw,4rem) 0 !important}.container{padding:0 1.1rem !important}.sec-head{text-align:center !important;margin-bottom:2rem !important}.sec-head h2{font-size:clamp(1.7rem,7vw,2.4rem) !important;line-height:1.12 !important}.sec-head p{font-size:.9rem !important;line-height:1.7 !important}.label{font-size:.68rem !important;letter-spacing:.18em !important}#valeurs-grid-2col{grid-template-columns:1fr !important;gap:.9rem !important}#valeurs-stats{grid-template-columns:repeat(3,1fr) !important;gap:.6rem !important}.av-grid{grid-template-columns:1fr 1fr !important;gap:1rem !important}.av-card{padding:1.4rem 1rem !important}.av-card h3{font-size:1rem !important}.av-card p{font-size:.82rem !important}.faq-grid{grid-template-columns:1fr !important}.faq-btn{font-size:.9rem !important;padding:1rem 1.1rem !important}.resa-grid{grid-template-columns:1fr !important;gap:1.5rem !important}.sv-grid{grid-template-columns:1fr !important;gap:1rem !important;max-width:420px !important;margin:0 auto !important}.sv-card{padding:1.5rem 1.2rem !important}.sv-card h3{font-size:1.15rem !important}.sv-card p{font-size:.85rem !important}.sv-price{font-size:1.9rem !important}.vid-grid{grid-template-columns:1fr !important;gap:1rem !important}.vid-cta-row{flex-direction:column !important;text-align:center !important;gap:1.5rem !important}.vid-cta-row h3{font-size:clamp(1.3rem,5.5vw,1.8rem) !important}.temo-grid{grid-template-columns:1fr !important;gap:1rem !important}.temo-card{padding:1.4rem 1.2rem !important}.temo-text{font-size:.88rem !important}.tarifs-desktop{display:none !important}.tarifs-mobile{display:flex !important;flex-direction:column !important;gap:.9rem !important}.tarif-card{padding:1.1rem !important}.tarif-card-name{font-size:.98rem !important}.tarif-card-price{font-size:1.1rem !important}.gal-grid{grid-template-columns:repeat(2,1fr) !important;gap:.5rem !important}.gal-item.tall{grid-row:span 1 !important}.ct-grid{grid-template-columns:1fr !important;gap:2rem !important}.soins-cards-grid{grid-template-columns:1fr !important;max-width:100% !important;padding:0 1rem !important}#stickyBar{padding:.5rem .8rem !important;gap:.5rem !important}.btn-sticky-tel,.btn-sticky-wa{padding:.55rem 1rem !important;font-size:.72rem !important}.flt-wa,.flt-call{width:46px !important;height:46px !important}.flt-wrap{bottom:72px !important;right:.8rem !important;gap:.5rem !important}.footer-grid{grid-template-columns:1fr !important;gap:2rem !important}.footer-col{text-align:center !important}.cta-actions{flex-direction:column !important;align-items:center !important;gap:.8rem !important}.cta-stats{flex-direction:row !important;flex-wrap:wrap !important;justify-content:center !important;gap:1rem !important}body{padding-bottom:64px !important}}@media (max-width:374px){.hslide-content h1{font-size:1.85rem !important}.hslide-content h2{font-size:1.65rem !important}.slide-actions .btn{min-width:150px !important;font-size:.75rem !important;padding:.68rem 1rem !important}.proof-pill{font-size:.66rem !important}#valeurs-stats{grid-template-columns:1fr !important}#valeurs-stats>div{border-left:none !important;border-right:none !important;border-top:1px solid rgba(255,255,255,.12) !important;padding-top:1rem !important}}@media (min-width:769px) and (max-width:1024px){.hslide-content h1{font-size:clamp(2.4rem,5vw,3.2rem) !important}.hslide-content h2{font-size:clamp(2rem,4.5vw,2.8rem) !important}.sv-grid{grid-template-columns:repeat(2,1fr) !important}.av-grid{grid-template-columns:repeat(2,1fr) !important}.temo-grid{grid-template-columns:repeat(2,1fr) !important}#valeurs-grid-2col{grid-template-columns:repeat(2,1fr) !important}}@supports (padding:env(safe-area-inset-bottom)){body{padding-bottom:max(64px,calc(64px+env(safe-area-inset-bottom))) !important}#stickyBar{padding-bottom:calc(.5rem+env(safe-area-inset-bottom)) !important}}a,button{-webkit-tap-highlight-color:transparent !important}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}img{-webkit-user-drag:none;image-rendering:-webkit-optimize-contrast}@media (max-width:768px){.hslide-content{padding:0 1.2rem !important;padding-top:1.5rem !important;max-width:100% !important;width:100% !important}.hslide-content h1{font-size:clamp(1.9rem,8vw,2.8rem) !important;line-height:1.1 !important;margin-bottom:.6rem !important;word-break:break-word !important}.hslide-content h2{font-size:clamp(1.7rem,7vw,2.4rem) !important;line-height:1.1 !important;margin-bottom:.6rem !important;word-break:break-word !important}.hslide-content p{font-size:.9rem !important;line-height:1.6 !important;margin-bottom:.9rem !important;max-width:95% !important}.slide-actions{flex-direction:column !important;gap:.6rem !important;width:100% !important}.slide-actions .btn{width:100% !important;justify-content:center !important;text-align:center !important;padding:.85rem 1.2rem !important;font-size:.8rem !important}.proof-pills{flex-direction:column !important;gap:.4rem !important;margin-bottom:.9rem !important}.proof-pill{font-size:.75rem !important;padding:.35rem .75rem !important;width:fit-content !important;max-width:90% !important}.hero-arrow{width:36px !important;height:36px !important;top:auto !important;bottom:4.5rem !important;transform:none !important}.hero-prev{left:1rem !important}.hero-next{right:1rem !important}.sl-dots{bottom:1.5rem !important}}section{scroll-margin-top:120px}@media (max-width:768px){.section,.section-alt,.section-green{padding:clamp(2.5rem,6vw,4rem) 0 !important;display:block !important;visibility:visible !important;overflow:visible !important}.container{padding:0 1rem !important;max-width:100% !important;width:100% !important}.sv-grid{grid-template-columns:1fr !important;gap:1rem !important}.av-grid{grid-template-columns:1fr 1fr !important;gap:1rem !important}.temo-grid{grid-template-columns:1fr !important;gap:1rem !important}.faq-grid{grid-template-columns:1fr !important}.resa-grid{grid-template-columns:1fr !important;gap:1.5rem !important}.ct-grid{grid-template-columns:1fr !important}.gal-grid{grid-template-columns:1fr 1fr !important;gap:.5rem !important}.gal-item.tall{grid-row:span 1 !important}.sec-head h2{font-size:clamp(1.6rem,6.5vw,2.2rem) !important;line-height:1.2 !important}#valeurs-grid-2col{grid-template-columns:1fr !important;gap:1rem !important}#valeurs-stats{grid-template-columns:repeat(3,1fr) !important}.tarifs-desktop{display:none !important}.tarifs-mobile{display:flex !important;flex-direction:column !important;gap:.8rem !important}.footer-grid{grid-template-columns:1fr !important;gap:1.5rem !important}body{overflow-x:hidden !important}}@media (max-width:390px){.hslide-content h1{font-size:1.75rem !important}.hslide-content h2{font-size:1.6rem !important}#valeurs-stats{grid-template-columns:1fr !important}}
@media(max-width:768px){.massage-grid{grid-template-columns:1fr !important}.soins-cards-grid{grid-template-columns:1fr !important;padding:0 1rem !important;max-width:100% !important}}@media(max-width:768px){#valeurs-grid-2col{grid-template-columns:1fr !important;gap:1rem !important}#valeurs-stats{grid-template-columns:repeat(3,1fr) !important}}@media(max-width:480px){#valeurs-stats{grid-template-columns:1fr !important}}@media(max-width:900px){.resa-grid{grid-template-columns:1fr !important}}@media(max-width:768px){.hslide{display:flex !important;align-items:center !important;justify-content:center !important;padding-top:0 !important;overflow:hidden !important}.hslide-content{padding:0 1.2rem !important;padding-top:clamp(1rem,6vw,2rem) !important;max-width:100% !important;width:100% !important;overflow:hidden !important;text-align:center !important}.slide-badge{font-size:.62rem !important;padding:.28rem .8rem !important;margin-bottom:.6rem !important;letter-spacing:.1em !important;margin-left:auto !important;margin-right:auto !important;display:block !important;width:fit-content !important}.hslide-content h1,.hslide-content h2{font-size:clamp(1.75rem,7.5vw,2.4rem) !important;line-height:1.08 !important;margin-bottom:.55rem !important}.hslide-content p{font-size:.85rem !important;line-height:1.55 !important;margin-bottom:.7rem !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.proof-pills{display:flex !important;flex-direction:column !important;gap:.35rem !important;margin-bottom:.8rem !important;align-items:center !important}.proof-pill{font-size:.72rem !important;padding:.3rem .7rem !important;width:fit-content !important}.slide-actions{display:flex !important;flex-direction:column !important;gap:.5rem !important;align-items:center !important;width:100% !important}.slide-actions .btn{padding:.7rem 1.3rem !important;font-size:.78rem !important;min-width:200px !important;width:auto !important;justify-content:center !important}.sl-dots{bottom:.6rem !important}.hero-arrow{width:34px !important;height:34px !important}.hero-prev{left:.4rem !important}.hero-next{right:.4rem !important}}@media(max-width:390px){.hslide{padding-top:0 !important}.hslide-content h1,.hslide-content h2{font-size:1.65rem !important}.hslide-content p{font-size:.8rem !important;-webkit-line-clamp:2 !important}.proof-pill{font-size:.68rem !important}}@media(max-width:768px){body{overflow-x:hidden !important}html{overflow-x:hidden !important}}@supports (padding:env(safe-area-inset-bottom)){body{padding-bottom:max(64px,calc(64px+env(safe-area-inset-bottom))) !important}}@media(max-width:768px){.soins-detail-grid{grid-template-columns:1fr !important;gap:1.5rem !important}.soins-detail-grid>div:first-child[style*="aspect-ratio"]{aspect-ratio:4/3 !important;order:-1 !important}.soins-detail-grid img{height:100% !important}}@media(max-width:768px){.hero-slider{height:100svh !important;height:100dvh !important;min-height:580px !important}.hslide-bg{background-position:60% center !important;background-size:cover !important;transform:scale(1.02) !important}.hslide-overlay{background:linear-gradient(160deg,rgba(5,15,8,.88) 0%,rgba(8,20,12,.72) 45%,rgba(8,20,12,.35) 100%) !important}.hslide-content{padding:1.5rem 1.2rem !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;height:auto !important;max-width:100% !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important}.hslide-content h1,.hslide-content h2{font-size:clamp(1.9rem,8.5vw,2.6rem) !important;line-height:1.1 !important;margin-bottom:.5rem !important;letter-spacing:-.01em !important}.hslide-content p{font-size:.88rem !important;line-height:1.6 !important;margin-bottom:1rem !important;max-width:100% !important;-webkit-line-clamp:3 !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.proof-pills{gap:.4rem !important;margin-bottom:1rem !important}.proof-pill{font-size:.74rem !important;padding:.35rem .85rem !important;gap:.5rem !important;background:rgba(255,255,255,.13) !important;border:1px solid rgba(255,255,255,.22) !important}.slide-actions{flex-direction:column !important;gap:.6rem !important;width:100% !important}.slide-actions .btn{width:100% !important;justify-content:center !important;padding:.88rem 1.5rem !important;font-size:.82rem !important;min-height:52px !important;border-radius:50px !important}.sl-dots{bottom:1.4rem !important;gap:.6rem !important}.sl-dot{width:8px !important;height:8px !important}.sl-dot.active{width:22px !important}.hero-prev{left:.5rem !important}.hero-next{right:.5rem !important}}@media(max-width:768px){nav{padding:.5rem 0 !important;background:rgba(250,250,247,.97) !important;backdrop-filter:blur(20px) !important;-webkit-backdrop-filter:blur(20px) !important;border-bottom:1px solid rgba(0,0,0,.06) !important}.nav-inner{padding:0 1rem !important;gap:.6rem !important}.nav-logo-text{font-size:1.05rem !important;font-weight:700 !important}.nav-right .btn,.nav-cta{padding:.5rem .9rem !important;font-size:.72rem !important;white-space:nowrap !important;min-height:38px !important}.hamburger{min-width:40px !important;min-height:40px !important;display:flex !important;align-items:center !important;justify-content:center !important}}@media(max-width:768px){.mob-menu{padding-top:80px !important;padding-left:1.5rem !important;padding-right:1.5rem !important;gap:1.2rem !important}.mob-menu a{font-size:1.2rem !important;padding:.5rem 0 !important;border-bottom:1px solid var(--border) !important}.mob-menu a:last-child{border-bottom:none !important}}@media(max-width:768px){.sticky-bar{display:flex !important;padding:.65rem 1rem !important;padding-bottom:calc(.65rem+env(safe-area-inset-bottom,0px)) !important;gap:.6rem !important;align-items:center !important;background:var(--green-dark) !important;box-shadow:0 -3px 20px rgba(0,0,0,.18) !important}.sticky-bar span{font-size:.78rem !important;font-weight:600 !important;line-height:1.3 !important;color:rgba(255,255,255,.95) !important}.sticky-bar .btn-sticky-tel,.sticky-bar .btn-sticky-wa{min-height:42px !important;min-width:42px !important;padding:.5rem .85rem !important;font-size:.7rem !important;border-radius:50px !important;font-weight:700 !important;white-space:nowrap !important}.sticky-bar .btn-sticky-tel{background:#fff !important;color:var(--green-dark) !important}.sticky-bar .btn-sticky-wa{background:#25D366 !important;color:#fff !important}body{padding-bottom:max(68px,calc(68px+env(safe-area-inset-bottom,0px))) !important}}@media(max-width:768px){.float-wrap{bottom:calc(5.2rem+env(safe-area-inset-bottom,0px)) !important;right:.8rem !important;gap:.55rem !important}.flt-wa,.flt-call{width:50px !important;height:50px !important}.flt-wa svg,.flt-call svg{width:22px !important;height:22px !important}}@media(max-width:768px){.section{padding:2.8rem 0 !important}.section-alt{padding:2.8rem 0 !important}.sec-head{margin-bottom:2rem !important}.sec-head h2{font-size:clamp(1.65rem,6vw,2.2rem) !important;line-height:1.2 !important}.sec-head p{font-size:.88rem !important;padding:0 .5rem !important}.container{padding:0 1.1rem !important}}@media(max-width:768px){.av-grid{grid-template-columns:1fr 1fr !important;gap:.9rem !important}.av-card{padding:1.3rem 1rem !important;border-radius:14px !important}.av-icon-wrap{width:56px !important;height:56px !important;border-radius:12px !important;margin-bottom:.9rem !important}.av-icon-wrap svg{width:26px !important;height:26px !important}.av-card h3{font-size:.95rem !important;margin-bottom:.4rem !important}.av-card p{font-size:.8rem !important;line-height:1.6 !important}}@media(max-width:400px){.av-grid{grid-template-columns:1fr !important}.av-card{flex-direction:row !important;align-items:flex-start !important;gap:.9rem !important;padding:1rem !important}.av-icon-wrap{flex-shrink:0 !important;margin-bottom:0 !important;width:46px !important;height:46px !important}}@media(max-width:768px){.sv-grid{grid-template-columns:1fr !important;gap:1rem !important;max-width:100% !important}.sv-card{padding:1.6rem 1.3rem !important;border-radius:14px !important}.sv-card h3{font-size:1.2rem !important}.sv-card>p{font-size:.86rem !important}.sv-price{font-size:1.9rem !important}.sv-btn{width:100% !important;justify-content:center !important;padding:.75rem 1.2rem !important;min-height:46px !important}}@media(max-width:768px){.temo-grid{grid-template-columns:1fr !important;gap:1rem !important;max-width:100% !important}.temo-card{padding:1.4rem 1.2rem !important;border-radius:14px !important}.temo-quote{font-size:2.5rem !important;top:.8rem !important;right:1rem !important}}@media(max-width:768px){.faq-q{font-size:.9rem !important;padding:1rem 1.1rem !important;min-height:52px !important}.faq-a{font-size:.84rem !important;padding:.9rem 1.1rem 1rem !important;line-height:1.7 !important}}@media(max-width:768px){.ct-grid{grid-template-columns:1fr !important;gap:1.8rem !important}.ct-input{padding:.8rem 1rem !important;font-size:.9rem !important;min-height:48px !important}.ct-btn{width:100% !important;min-height:50px !important;font-size:.85rem !important}}@media(max-width:768px){.ft-grid{grid-template-columns:1fr !important;gap:1.5rem !important;text-align:center !important}.ft-socials{justify-content:center !important}.ft-bottom{flex-direction:column !important;gap:.4rem !important;text-align:center !important;font-size:.75rem !important}}@media(max-width:768px){.gal-grid{grid-template-columns:repeat(2,1fr) !important;gap:.6rem !important}}@media(max-width:768px){.cta-stats{grid-template-columns:repeat(2,1fr) !important;gap:1rem !important}.stat-num{font-size:2rem !important}.stat-label{font-size:.74rem !important}}@media(max-width:768px){.vid-grid{grid-template-columns:1fr !important;max-width:360px !important;margin:0 auto !important;gap:1.5rem !important}}@media(max-width:768px){.tarif-wrap{overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;border-radius:12px !important;margin:0 -1.1rem !important;padding:0 1.1rem !important}.tarif-table{min-width:520px !important;font-size:.8rem !important}}@media(max-width:380px){.hslide-content h1,.hslide-content h2{font-size:1.7rem !important}.hslide-content p{font-size:.82rem !important;-webkit-line-clamp:2 !important}.nav-logo-text{font-size:.9rem !important}.nav-right .btn{padding:.4rem .65rem !important;font-size:.65rem !important}.slide-actions .btn{font-size:.78rem !important;padding:.8rem 1.2rem !important}.av-grid{grid-template-columns:1fr !important}}@media(max-width:768px) and (prefers-reduced-motion:no-preference){.fade-up{transition-duration:.4s !important}}@media(max-width:768px){html,body{overflow-x:hidden !important;max-width:100vw !important}img{max-width:100% !important;height:auto !important}video{max-width:100% !important}iframe{max-width:100% !important}.proof-wrap{display:none !important}}@media(max-width:768px){[role="tablist"]{overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;-ms-overflow-style:none !important;flex-wrap:nowrap !important}[role="tablist"]::-webkit-scrollbar{display:none !important}[role="tab"]{flex-shrink:0 !important;white-space:nowrap !important}}.sec-head,.section-title,.sec-title,.sec-tag,.sec-sub,.label{text-align:center !important}.av-card{text-align:center}.av-card h3,.av-card p{text-align:center}.sv-card{text-align:center}.sv-card h3,.sv-card p,.sv-price,.sv-tag{text-align:center}.sv-btn{display:block;margin:0 auto;width:fit-content}@media(max-width:768px){.tarif-wrap{display:flex;justify-content:center}#tarifs .container,#tarifs>.container{text-align:center}.tarifs-table th,.tarifs-table td{text-align:center !important}}#faq .sec-head,#faq .section-title{text-align:center !important}.faq-btn{text-align:left}.temo-card{text-align:center}.temo-author{justify-content:center}.stars{text-align:center}@media(max-width:768px){.ct-grid{text-align:center}.ct-info-item{justify-content:center}.cf{text-align:left}}@media(max-width:768px){.ft-grid>div{text-align:center}.ft-links{display:flex;flex-direction:column;align-items:center;gap:.5rem}.ft-brand p{text-align:center}}.cta-sec,.cta-sec h2,.cta-sec p{text-align:center}@media(max-width:480px){.gal-grid{grid-template-columns:1fr 1fr !important;gap:.5rem}}.proof-bar{text-align:center}.vid-info{text-align:center}
html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;height:auto !important}body{height:auto !important;min-height:100%;position:static !important;overflow-y:visible !important;-webkit-overflow-scrolling:touch;touch-action:pan-y !important}#nav,#specialtySwitcher,#stickyBar,#edit-fab{-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform}section,.section,.section-alt{position:relative;-webkit-overflow-scrolling:touch}body.menu-open{overflow:hidden !important;position:fixed !important;width:100% !important}
#specialtySwitcher{position:fixed;top:0;left:0;right:0;z-index:250;background:rgba(252,251,248,0.97);backdrop-filter:saturate(1.8) blur(24px);-webkit-backdrop-filter:saturate(1.8) blur(24px);border-bottom:1px solid rgba(77,122,88,.13);box-shadow:0 1px 0 rgba(255,255,255,.8) inset,0 4px 24px rgba(77,122,88,.10),0 1px 4px rgba(0,0,0,.04);transition:box-shadow .3s ease,transform .35s ease,opacity .35s ease,top .3s ease}.sw-inner{max-width:1160px;margin:0 auto;display:flex;align-items:stretch;padding:0 1rem}.sw-tab{flex:1;display:flex;align-items:center;gap:.7rem;padding:.6rem 1.1rem;border:none;background:transparent;cursor:pointer;font-family:'Inter',-apple-system,sans-serif;position:relative;min-width:0;transition:background .22s ease;-webkit-tap-highlight-color:transparent;outline:none}.sw-tab:focus-visible{box-shadow:inset 0 0 0 2px #7FA882;border-radius:4px}.sw-tab:hover{background:rgba(127,168,130,.05)}.sw-tab--bienetre:hover{background:rgba(196,168,130,.05)}.sw-tab__num{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--green,#4A7857);color:#fff;font-size:.7rem;font-weight:800;font-family:'Inter',sans-serif;flex-shrink:0;line-height:1;letter-spacing:0;box-shadow:0 1px 4px rgba(77,122,88,.25)}.sw-tab__num--gold{background:#C4A882;box-shadow:0 1px 4px rgba(196,168,130,.3)}.sw-tab.tab-inactive .sw-tab__num{opacity:.55}.sw-tab.tab-active .sw-tab__num{opacity:1}.sw-tab__icon{font-size:1.15rem;line-height:1;flex-shrink:0;filter:grayscale(.4);transition:filter .22s}.sw-tab.tab-active .sw-tab__icon{filter:grayscale(0)}.sw-tab__body{display:flex;flex-direction:column;gap:.25rem;min-width:0;text-align:left}.sw-tab__name{font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.2;white-space:nowrap;color:#b0b8b2;transition:color .22s}.sw-tab__pills{display:flex;gap:.3rem;flex-wrap:nowrap;overflow:hidden}.sw-pill{font-size:.53rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.1rem .48rem;border-radius:20px;line-height:1.6;white-space:nowrap;opacity:.45;transition:opacity .22s}.sw-pill--green{background:rgba(127,168,130,.18);color:#3a6644;border:1px solid rgba(127,168,130,.3)}.sw-pill--gold{background:rgba(196,168,130,.18);color:#7a5e40;border:1px solid rgba(196,168,130,.3)}.sw-tab__indicator{position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:3px 3px 0 0;transform:scaleX(0);transition:transform .28s cubic-bezier(.34,1.56,.64,1);transform-origin:center}.sw-tab--laser .sw-tab__indicator{background:linear-gradient(90deg,#7FA882,#4D7A58)}.sw-tab--bienetre .sw-tab__indicator{background:linear-gradient(90deg,#C4A882,#9a7850)}#tabLaser.tab-active .sw-tab__name{color:#3a6644 !important}#tabLaser.tab-active .sw-tab__indicator{transform:scaleX(1)}#tabLaser.tab-active .sw-tab__icon{filter:grayscale(0) drop-shadow(0 1px 4px rgba(77,122,88,.3))}#tabLaser.tab-active .sw-pill{opacity:1}#tabLaser.tab-active{background:rgba(127,168,130,.045)}#tabBienetre.tab-active .sw-tab__name{color:#7a5e40 !important}#tabBienetre.tab-active .sw-tab__indicator{transform:scaleX(1)}#tabBienetre.tab-active .sw-tab__icon{filter:grayscale(0) drop-shadow(0 1px 4px rgba(196,168,130,.35))}#tabBienetre.tab-active .sw-tab__pills .sw-pill{opacity:1}#tabBienetre.tab-active{background:rgba(196,168,130,.04)}.sw-tab.tab-inactive .sw-tab__name{color:#b8bfc0 !important}.sw-tab.tab-inactive .sw-tab__indicator{transform:scaleX(0)}.sw-divider{width:1px;background:linear-gradient(180deg,transparent,#D4E3D6 30%,#D4E3D6 70%,transparent);margin:.5rem 0;flex-shrink:0}.specialty-hidden{display:none !important}#massages{padding-top:0 !important}#accueil,#massages-hero-anchor{scroll-margin-top:130px}@media (max-width:768px){.sw-inner{padding:0 .5rem}.sw-tab{padding:.45rem .6rem;gap:.5rem;justify-content:center}.sw-tab__icon{font-size:1.05rem}.sw-tab__name{font-size:.66rem;letter-spacing:.04em}.sw-pill--green:nth-child(n+3),.sw-pill--gold:nth-child(n+2){display:none}.sw-pill{font-size:.5rem;padding:.08rem .4rem}}@media (max-width:420px){.sw-tab__pills{display:none}.sw-tab__name{font-size:.62rem}.sw-tab{padding:.5rem .4rem;gap:.35rem}}@media(max-width:768px){.soins-detail-grid h2{font-size:clamp(1.6rem,6vw,2.2rem) !important;word-break:break-word}.soins-detail-grid>div:not([style*="aspect-ratio"]):first-child{order:0}}
@media(max-width:600px){.soins-sv-grid{grid-template-columns:1fr !important;max-width:420px !important}}
.soins-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden}.soins-strip-item{padding:2rem 1.8rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.soins-strip-item:not(:last-child)::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(255,255,255,.1)}.soins-strip-num{font-size:2.6rem;font-weight:900;line-height:1;letter-spacing:-.04em}.soins-strip-label{font-size:.8rem;color:rgba(255,255,255,.5);line-height:1.6}@media(max-width:640px){.soins-strip{grid-template-columns:1fr}.soins-strip-item:not(:last-child)::after{display:none}.soins-strip-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}}
.el-pilier{position:relative;overflow:hidden;border-radius:20px;padding:2.2rem 2rem 1.8rem;display:flex;flex-direction:column;gap:1rem;transition:transform .25s ease,box-shadow .25s ease}.el-pilier:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.3)}.el-pilier .el-num{position:absolute;top:-10px;right:14px;font-size:6.5rem;font-weight:900;line-height:1;color:rgba(255,255,255,.04);letter-spacing:-.04em;pointer-events:none;user-select:none;font-style:italic}.el-pilier .el-tag{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;border-radius:30px;padding:.22rem .75rem}@media(max-width:768px){#euphoria-piliers{grid-template-columns:1fr !important}}
.tarifs-desktop{display:block}.tarifs-mobile{display:none}@media (max-width:768px){.tarifs-desktop{display:none !important}.tarifs-mobile{display:flex;flex-direction:column;gap:1rem}}.tarif-card{background:rgba(255,255,255,0.10);border:1.5px solid rgba(255,255,255,0.2);border-radius:16px;padding:1.3rem 1.2rem 1.1rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 2px 12px rgba(77,122,88,.07);transition:box-shadow .25s,border-color .25s}.tarif-card:active{box-shadow:0 4px 20px rgba(0,0,0,.3);border-color:rgba(255,255,255,0.4)}.tarif-card-featured{border-color:var(--gold);background:rgba(255,255,255,0.15)}.tarif-card-header{display:flex;align-items:center;gap:.65rem}.tarif-card-icon{font-size:1.35rem;line-height:1;flex-shrink:0}.tarif-card-name{font-family:var(--font-serif,'Inter',sans-serif);font-size:1.05rem;font-weight:700;color:#ffffff;line-height:1.25}.tarif-card-desc{font-size:.88rem;color:rgba(255,255,255,0.85);line-height:1.65;margin:0}.tarif-card-footer{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,0.2)}.tarif-card-price{font-family:var(--font-serif,'Inter',sans-serif);font-size:1.2rem;font-weight:700;color:#A8C5AF;line-height:1}.tarif-card-price small{font-size:.75rem;font-weight:400;color:rgba(255,255,255,0.6);font-family:var(--font,'Inter',sans-serif);margin-left:.15rem}.tarif-badge-gold{background:linear-gradient(135deg,#1a2b1e,#2d5a32) !important;color:#ffd700 !important;border:none !important;font-weight:800 !important;letter-spacing:.06em}.tarif-card-note{font-size:.75rem;color:rgba(255,255,255,0.55);font-style:italic;margin-top:-.2rem}@media(max-width:768px){.massage-grid{grid-template-columns:1fr !important}.massage-grid-reverse{direction:ltr !important}.massage-grid>div:last-child{min-height:260px !important;order:-1 !important}.massage-grid>div:last-child img{height:260px !important;object-fit:cover !important}}
#edit-fab{position:fixed;bottom:90px;left:16px;z-index:99998;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1a2b1e,#4a7857);color:#fff;font-size:1.2rem;border:none;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;transition:transform .2s}#edit-fab:hover{transform:scale(1.1)}#edit-panel{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;background:rgba(0,0,0,.6);align-items:center;justify-content:center;padding:1rem}#edit-panel.open{display:flex}#edit-box{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.4)}#edit-head{background:linear-gradient(135deg,#1a2b1e,#2d5a32);color:#fff;padding:1.1rem 1.4rem;border-radius:20px 20px 0 0;display:flex;align-items:center;justify-content:space-between}#edit-head h3{margin:0;font-size:.95rem;font-weight:700}#edit-x{background:rgba(255,255,255,.15);border:none;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:.95rem}#edit-body{padding:1.2rem 1.4rem}.eg{margin-bottom:1rem}.eg label{display:block;font-size:.74rem;font-weight:700;color:#1a2b1e;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.35rem}.eg input,.eg textarea{width:100%;border:1.5px solid #ddd;border-radius:8px;padding:.65rem .85rem;font-size:.86rem;font-family:inherit;color:#333;outline:none;box-sizing:border-box;transition:border-color .2s}.eg input:focus,.eg textarea:focus{border-color:#4a7857}.eg textarea{resize:vertical;min-height:65px}.esb{width:100%;padding:.85rem;background:linear-gradient(135deg,#1a2b1e,#4a7857);color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;margin-top:.5rem}.est{font-size:.7rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#4a7857;border-bottom:1px solid #e8f2ea;padding-bottom:.35rem;margin:1.1rem 0 .8rem}#edit-ok{background:#e8f5ea;color:#2d6a2d;border-radius:8px;padding:.55rem .85rem;font-size:.8rem;font-weight:600;margin-bottom:.9rem;display:none;text-align:center}