.hero-section{position:relative;height:100vh;overflow:hidden}.hero-section-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-highlight{display:inline-block;background:#00e6c3;color:#3b3b3b;font-weight:700;padding:.25rem .6rem;border-radius:6px;margin-bottom:.3rem}.hero-section-overlay{position:relative;z-index:1;height:100%;display:flex;align-items:center;background:radial-gradient(circle at 20% 40%,rgba(0,230,195,.18) 0,transparent 60%),rgba(14,28,38,.55);color:#ffffff;padding-inline:1rem}.hero-title{font-family:var(--font-headings);font-size:clamp(2.1rem,4vw + 1rem,3.2rem);font-weight:800;line-height:1.15;margin-bottom:.3rem}.hero-subtitle{font-size:clamp(1.2rem,1.2vw + .9rem,1.6rem);font-weight:500;color:#d1d1d1;margin-bottom:.9rem}.hero-underline{width:58px;height:4px;background-color:#00e6c3;border-radius:2px;margin:.4rem 0 1.4rem}.hero-text{font-size:clamp(1rem,.9vw + .9rem,1.25rem);max-width:600px;line-height:1.6;color:#d1d1d1}.hero-btn{font-weight:700;font-size:1.05rem;min-width:240px;padding:.75rem 1.65rem;border-radius:8px;transition:transform .25s ease,background-color .25s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.hero-devis{background-color:#00e6c3;color:#0e1c26;border:none}.hero-devis:hover{background-color:#00c2a6;transform:scale(1.05)}.hero-call{background-color:transparent;color:#ffffff;border:2px solid #ffffff}.hero-call:hover{background-color:#ffffff;color:#0e1c26;transform:scale(1.05)}.hero-dots{display:flex;gap:.5rem}.hero-dot{width:12px;height:12px;border-radius:50%;background-color:#aaa;opacity:.7;cursor:pointer;transition:background-color .3s,transform .3s}.hero-dot.active{background-color:#00e6c3;opacity:1;transform:scale(1.15)}.hero-section-nav{position:absolute;top:50%;transform:translateY(-50%);color:#ffffff;background-color:rgba(0,0,0,.45);padding:.55rem;border-radius:50%;cursor:pointer;border:none;transition:background-color .3s ease;z-index:5}.hero-section-nav:focus,.hero-section-nav:hover{background-color:rgba(0,0,0,.75)}.hero-section-nav-left{left:22px}.hero-section-nav-right{right:22px}@media (max-width:768px){.hero-section-overlay{text-align:center;justify-content:center;padding:2rem 1rem}.hero-title{font-size:clamp(1.5rem,4.5vw + .5rem,2.1rem)}.hero-subtitle{font-size:clamp(1rem,1vw + .7rem,1.3rem)}.hero-text{font-size:clamp(.95rem,.8vw + .85rem,1.15rem)}.hero-proximity{font-size:1rem}.hero-underline{margin:.4rem auto 1.4rem}.hero-buttons{flex-direction:column}.hero-btn{width:100%}.hero-dots{justify-content:center;margin-top:1.2rem}}.hero-proximity{display:inline-block;margin-top:.6rem;color:#ffffff;font-weight:600;font-size:1.1rem;background-color:rgba(255,255,255,.08);border-left:4px solid #00e6c3;padding:.4rem .8rem;border-radius:6px}