:root{
  --bg:#0a0c10; --surface:#13171e; --surface2:#191e27; --line:#262d38;
  --txt:#e9eef4; --muted:#97a3b4; --accent:#ffce1f; --accent2:#f0a500;
  --radius:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{margin:0;background:var(--bg);color:var(--txt);font-family:'Inter',system-ui,sans-serif;line-height:1.6;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Sora',sans-serif;font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1.1}
a{color:var(--accent);text-decoration:none}
img{max-width:100%}

.hb-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:600;color:var(--accent);margin-bottom:.7rem}
.req{color:var(--accent)}

.hb-btn-accent{background:linear-gradient(135deg,var(--accent),var(--accent2));border:none;color:#03131c;font-weight:700;border-radius:999px;box-shadow:0 8px 24px rgba(255,206,31,.32);transition:.2s}
.hb-btn-accent:hover{color:#03131c;transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,206,31,.45)}
.hb-btn-ghost{background:rgba(255,255,255,.05);border:1px solid var(--line);color:#fff;border-radius:999px;font-weight:600;transition:.2s}
.hb-btn-ghost:hover{background:rgba(255,255,255,.1);color:#fff;border-color:var(--accent)}

.hb-nav{background:rgba(10,12,16,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:.6rem 0}
.hb-brand{font-family:'Sora';font-weight:800;font-size:1.2rem;color:#fff!important;display:flex;align-items:center;gap:.5rem}
.hb-logo{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#03131c;font-weight:800;font-size:.95rem}
.hb-logo-img{height:48px;width:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}
.hb-footer .hb-logo-img{height:54px}
.hb-nav .nav-link{color:var(--muted);font-weight:500}
.hb-nav .nav-link:hover{color:#fff}
.hb-tel{color:#fff!important;font-weight:600}

.hb-hero{position:relative;padding:120px 0 90px;overflow:hidden;background:linear-gradient(180deg,rgba(10,12,16,.72) 0%,rgba(10,12,16,.86) 55%,rgba(10,12,16,.95) 100%),var(--hero-img,none) center 30%/cover no-repeat,linear-gradient(180deg,#0c1017,#0a0c10)}
.hb-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:180px;background:linear-gradient(180deg,transparent 0%,var(--bg) 100%);pointer-events:none;z-index:1}
.hb-hero-glow{position:absolute;inset:0;background:radial-gradient(600px 300px at 20% 110%,rgba(240,165,0,.18),transparent 70%);pointer-events:none}
.hb-hero-in{position:relative;z-index:2;max-width:760px}
.hb-hero h1{font-size:clamp(2.4rem,6vw,4.2rem);margin:0 0 1.1rem}
.hb-grad{background:linear-gradient(135deg,var(--accent),#fff3a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.hb-lead{color:var(--muted);font-size:1.15rem;max-width:620px}
.hb-hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}
.hb-hero-cta .btn{padding:.8rem 1.7rem}
.hb-hero-stats{display:flex;flex-wrap:wrap;gap:2.4rem;margin-top:2.4rem;padding-top:1.8rem;border-top:1px solid var(--line)}
.hb-hero-stats strong{display:block;font-family:'Sora';font-size:1.5rem;color:#fff}
.hb-hero-stats span{color:var(--muted);font-size:.85rem}

.hb-section{padding:84px 0}
.hb-section-alt{background:var(--surface)}
.hb-head{max-width:640px;margin:0 auto 2.6rem;text-align:center}
.hb-head h2{font-size:clamp(1.8rem,3.6vw,2.6rem);margin:0 0 .6rem}
.hb-head p{color:var(--muted);margin:0}
.hb-google-badge{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.1rem;background:var(--surface2);border:1px solid var(--line);border-radius:999px;padding:.5rem 1.1rem;color:var(--txt);font-weight:700;font-size:.98rem;transition:.2s}
.hb-google-badge:hover{border-color:var(--accent);color:#fff;transform:translateY(-2px)}
.hb-google-badge .hb-g{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;color:#4285F4;font-family:'Sora',sans-serif;font-weight:800;font-size:.9rem}
.hb-google-badge .hb-stars{color:#ffcc33;font-size:.95rem;margin:0}
.hb-google-badge strong{color:#fff}
.hb-google-badge .hb-gtot{color:var(--muted);font-weight:500}

.hb-card-srv{background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius);padding:24px 20px;text-align:center;transition:.22s}
.hb-card-srv:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 16px 40px rgba(0,0,0,.4)}
.hb-card-srv i{font-size:1.9rem;color:var(--accent);margin-bottom:.7rem;display:block}
.hb-card-srv h3{font-size:1rem;font-weight:600;color:#fff;margin:0}
.hb-srv{background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.22s}
.hb-srv:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 16px 40px rgba(0,0,0,.4)}
.hb-srv-img{aspect-ratio:4/3;overflow:hidden;background:#11161f}
.hb-srv-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.hb-srv:hover .hb-srv-img img{transform:scale(1.06)}
.hb-srv h3{font-size:.92rem;font-weight:600;color:#fff;margin:0;padding:13px 12px 15px;text-align:center;line-height:1.25}

.hb-gal{display:block;aspect-ratio:3/4;border-radius:var(--radius);position:relative;overflow:hidden;border:1px solid var(--line);background:#11161f}
.hb-gal img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.hb-gal:hover img{transform:scale(1.06)}
.hb-gal-wide{aspect-ratio:16/10}
.hb-why{background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius);padding:26px 20px;text-align:center;transition:.22s}
.hb-why:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 16px 40px rgba(0,0,0,.4)}
.hb-why i{font-size:2rem;color:var(--accent);display:block;margin-bottom:.7rem}
.hb-why h3{font-family:'Sora',sans-serif;font-size:1rem;font-weight:700;color:#fff;margin:0 0 .5rem}
.hb-why p{color:var(--muted);font-size:.88rem;line-height:1.5;margin:0}
.hb-gal-cat{font-family:'Sora',sans-serif;font-size:1.05rem;font-weight:600;color:#fff;margin:1.8rem 0 .9rem;display:flex;align-items:center;gap:.6rem}
.hb-gal-cat::before{content:"";width:20px;height:2px;background:var(--accent);border-radius:2px}
.hb-gal-cat:first-of-type{margin-top:.4rem}
.hb-note{text-align:center;color:var(--muted);font-size:.88rem;margin-top:1.4rem}

.hb-avis{background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius);padding:24px}
.hb-stars{color:#ffcc33;margin-bottom:.6rem;font-size:.9rem}
.hb-avis p{color:var(--txt);margin:0 0 1rem;font-size:.98rem}
.hb-avis-who{color:var(--muted);font-weight:600;font-size:.9rem}

.hb-devis-title{font-size:clamp(1.8rem,3.4vw,2.5rem);margin:.4rem 0 .8rem}
.hb-contact-list{list-style:none;padding:0;margin:1.4rem 0}
.hb-contact-list li{display:flex;align-items:center;gap:.7rem;margin-bottom:.7rem;color:var(--txt)}
.hb-contact-list i{color:var(--accent)}
.hb-socials{display:flex;gap:.6rem;margin-top:1rem}
.hb-socials a{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--surface2);border:1px solid var(--line);color:#fff;font-size:1.15rem;transition:.2s}
.hb-socials a:hover{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#03131c;transform:translateY(-2px)}

.hb-form{background:var(--surface2);border:1px solid var(--line);border-radius:20px;padding:30px}
.hb-form .form-label{color:var(--txt);font-weight:600;font-size:.88rem;margin-bottom:.3rem}
.hb-form .form-control{background:#0e131a;border:1px solid var(--line);color:#fff;border-radius:11px;padding:.7rem .9rem}
.hb-form .form-control:focus{background:#0e131a;border-color:var(--accent);box-shadow:0 0 0 .2rem rgba(255,206,31,.18);color:#fff}
.hb-form .form-control::placeholder{color:#5c6573}
.hb-honey{position:absolute;left:-9999px;height:0;overflow:hidden}
.hb-form-note{color:var(--muted);font-size:.82rem;text-align:center;margin:.8rem 0 0}

.hb-checks{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.55rem}
.hb-check{margin:0;display:block}
.hb-check input{display:none}
.hb-check > span{position:relative;display:flex;align-items:center;gap:.6rem;height:100%;min-height:58px;padding:.65rem .9rem;border:1.5px solid var(--line);border-radius:12px;background:#0e131a;color:var(--muted);font-size:.84rem;line-height:1.22;cursor:pointer;transition:.15s}
.hb-check > span::before{content:"";flex:none;width:19px;height:19px;border:1.5px solid #3a4350;border-radius:5px;background:#0e131a center/13px no-repeat;transition:.15s}
.hb-check > span:hover{border-color:#3a4350;color:var(--txt)}
.hb-check input:checked + span{border-color:var(--accent);background:rgba(255,206,31,.1);color:#fff}
.hb-check input:checked + span::before{background-color:var(--accent);border-color:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2303131c'%3E%3Cpath d='M13.5 4.6l-6.6 6.6L3 7.3l1.1-1.1 2.8 2.8 5.5-5.5z'/%3E%3C/svg%3E")}

.hb-footer{background:#070a0e;border-top:1px solid var(--line);padding:54px 0 24px}
.hb-footer h4{font-size:.95rem;color:#fff;margin-bottom:1rem}
.hb-footer p{color:var(--muted)}
.hb-foot-list{list-style:none;padding:0;margin:0}
.hb-foot-list li{color:var(--muted);margin-bottom:.55rem}
.hb-foot-list a{color:var(--muted)}
.hb-foot-list a:hover{color:var(--accent)}
.hb-foot-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem;border-top:1px solid var(--line);margin-top:34px;padding-top:18px;color:var(--muted);font-size:.85rem}
.hb-foot-credit a{color:var(--accent);font-weight:600}

.hb-fab{position:fixed;right:18px;bottom:18px;z-index:50;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#03131c;font-weight:700;padding:.7rem 1.15rem;border-radius:999px;box-shadow:0 10px 26px rgba(255,206,31,.4);display:inline-flex;align-items:center;gap:.45rem}
.hb-fab:hover{color:#03131c;transform:translateY(-2px)}

.hb-lightbox{position:fixed;inset:0;z-index:1000;background:rgba(5,7,10,.93);display:none;align-items:center;justify-content:center;padding:24px;cursor:zoom-out;backdrop-filter:blur(4px)}
.hb-lightbox.show{display:flex}
.hb-lightbox img{max-width:92vw;max-height:88vh;border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.7);cursor:default}
.hb-lightbox-close{position:absolute;top:14px;right:20px;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:rgba(20,23,30,.8);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;transition:.18s}
.hb-lightbox-close:hover{background:var(--accent);color:#03131c}

.hb-thanks{min-height:100vh;display:grid;place-items:center;padding:60px 0;background:radial-gradient(900px 400px at 50% -10%,rgba(255,206,31,.14),transparent 60%)}
.hb-check{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;margin:0 auto 1.6rem;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#03131c;font-size:2.6rem}
.hb-thanks h1{font-size:2.4rem;margin-bottom:.6rem}
.hb-ref{display:inline-block;margin-top:1.2rem;background:var(--surface2);border:1px solid var(--line);border-radius:999px;padding:.5rem 1.2rem;color:#fff}
.hb-thanks-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}

.hb-legal{max-width:760px}
.hb-legal h1{font-size:clamp(1.8rem,4vw,2.4rem);margin:0 0 1.6rem}
.hb-legal h2{font-family:'Sora',sans-serif;font-size:1.1rem;color:var(--accent);margin:1.9rem 0 .5rem}
.hb-legal p{color:var(--muted);line-height:1.75;margin:0 0 .8rem}
.hb-legal a{color:var(--accent)}
.hb-legal strong{color:var(--txt)}
.hb-legal-back{margin-top:2.2rem}

@media(max-width:575px){
  .hb-section{padding:56px 0}
  .hb-hero{padding:90px 0 64px}
  .hb-form{padding:20px}
  .hb-hero-stats{gap:1.3rem;margin-top:1.8rem}
  .hb-hero-stats strong{font-size:1.25rem}
  .hb-hero-cta{flex-direction:column}
  .hb-hero-cta .btn{width:100%}
  .hb-thanks-cta{flex-direction:column}
  .hb-thanks-cta .btn{width:100%}
  .hb-google-badge{flex-wrap:wrap;justify-content:center;font-size:.88rem}
  .hb-foot-bottom{flex-direction:column;align-items:flex-start}
  .hb-fab{right:14px;bottom:14px}
}
