.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-section-overlay{position:relative;z-index:1;height:100%;display:flex;align-items:center;background:radial-gradient(circle at 20% 40%,rgba(56,139,253,.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-highlight{display:inline-block;background:#388bfd;color:#ffffff;font-weight:700;padding:.2rem .5rem;border-radius:4px;margin-top:.5rem}.hero-underline{width:58px;height:4px;background-color:#388bfd;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:#388bfd;color:#ffffff;border:none}.hero-devis:hover{background-color:#2563eb;transform:scale(1.05)}.hero-call{background-color:transparent;color:#ffffff;border:2px solid #ffffff}.hero-call:hover{background-color:#ffffff;color:#2563eb;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:#388bfd;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{height:100vh}.hero-section-overlay{height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:2rem 1rem;overflow-y:auto}.hero-title{font-size:clamp(1.4rem,4.5vw + .5rem,2.1rem);line-height:1.15;margin-bottom:.3rem}.hero-subtitle{font-size:clamp(1rem,3vw + .6rem,1.25rem);margin-bottom:.6rem}.hero-text{font-size:.95rem;line-height:1.5;margin-inline:auto}.hero-underline{margin:.4rem auto 1.4rem}.hero-buttons{flex-direction:column;gap:.9rem;width:100%}.hero-btn{width:100%;font-size:1rem;min-width:auto;padding:.65rem 1.2rem}.hero-dots{justify-content:center;margin-top:1.2rem}.hero-section-nav-left,.hero-section-nav-right{top:auto;bottom:20px;transform:none}}