*{margin:0;padding:0;box-sizing:border-box}:root{--green:#c90a06;--green-dark:#a00805;--dark:#12181c;--text:#202020;--muted:#666;--light:#f6f7f5}html{scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;color:var(--text);line-height:1.65;background:var(--surface)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:90%;max-width:1200px;margin:auto}.preloader{position:fixed;inset:0;background:var(--surface);z-index:99999;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:opacity .55s ease,visibility .55s ease}.preloader.hide{opacity:0;visibility:hidden}.preloader img{width:150px;animation:logoSpin 1.4s linear infinite;filter:drop-shadow(0 14px 28px rgba(0,0,0,.16))}.preloader p{margin-top:18px;font-weight:800;color:var(--dark)}@keyframes logoSpin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.04)}100%{transform:rotate(360deg) scale(1)}}.site-header{background:var(--surface);border-bottom:1px solid #e9e9e9;position:sticky;top:0;z-index:1000}.nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{height:72px;width:auto}.menu{display:flex;gap:26px;font-weight:600;font-size:15px}.menu a:hover,.menu a.active{color:var(--green)}.mobile-toggle{display:none;width:46px;height:46px;border:none;background:var(--green);border-radius:8px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;z-index:1200}.mobile-toggle span{width:24px;height:3px;background:var(--surface);border-radius:10px;transition:.25s}.mobile-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.btn,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;border-radius:6px;font-weight:700;position:relative;overflow:hidden;transition:.25s}.btn{background:var(--green);color:#fff;border:none;box-shadow:0 10px 24px rgba(5,147,131,.22)}.btn-outline{border:1px solid #fff;color:#fff}.btn:before,.btn-outline:before{content:"";position:absolute;top:0;left:-90%;width:55%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent);transform:skewX(-20deg);transition:left .65s ease}.btn:hover:before,.btn-outline:hover:before{left:130%}.btn:hover,.btn-outline:hover{transform:translateY(-3px) scale(1.02);background:var(--green-dark)}.white{background:var(--surface);color:var(--dark)}.hero-slider{position:relative;min-height:690px;overflow:hidden;color:#fff;background:#111}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.06);transition:opacity 1s ease,transform 7s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,13,15,.92),rgba(7,13,15,.58),rgba(7,13,15,.2))}.hero-content{position:relative;z-index:2;padding:135px 0 120px;max-width:820px}.hero-content .eyebrow,.hero-content h1,.hero-content .lead,.hero-actions{opacity:0;transform:translateY(28px);animation:heroTextIn .8s ease forwards}.hero-content h1{animation-delay:.18s}.hero-content .lead{animation-delay:.34s}.hero-actions{animation-delay:.5s}@keyframes heroTextIn{to{opacity:1;transform:translateY(0)}}.eyebrow{font-weight:600;font-size:17px;margin-bottom:12px}.green{color:var(--green)}.hero h1,.hero-content h1{font-size:58px;line-height:1.1;margin-bottom:22px;letter-spacing:-1.5px}.hero-content h1 span{color:var(--green)}.lead{font-size:21px;margin-bottom:30px}.hero-actions{display:flex;gap:15px;flex-wrap:wrap}.slider-dots{position:absolute;z-index:4;left:5%;bottom:38px;display:flex;gap:10px}.slider-dot{width:13px;height:13px;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer}.slider-dot.active{background:var(--green);border-color:var(--green)}.page-hero{background:linear-gradient(135deg,#12181c,#263036);color:#fff;padding:85px 0}.page-hero h1{font-size:50px;line-height:1.1;margin-bottom:12px}.page-hero p{max-width:780px;font-size:19px;color:#e8e8e8}.section{padding:85px 0}.section h2{font-size:36px;line-height:1.2;text-align:center;margin-bottom:14px;animation:textSoftIn .9s ease both}.section-text{text-align:center;color:var(--muted);max-width:780px;margin:0 auto 24px;animation:textSoftIn .9s ease both}@keyframes textSoftIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.light,.local-seo-block{background:var(--light)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card,.step{border:1px solid #e4e4e4;border-radius:12px;padding:34px;background:var(--surface);transition:.28s;color:var(--text)}.card:hover,.step:hover,.service-row:hover,.project-grid article:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(0,0,0,.1)}.card i{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:25px;margin-bottom:18px}.card h3,.step h3{margin-bottom:10px}.card p,.step p{color:var(--muted)}.stats{background:var(--surface);margin-top:-42px;position:relative;z-index:5}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:var(--surface);border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.12);padding:28px}.stats strong{display:block;font-size:42px;color:var(--green);line-height:1;font-weight:800}.stats span{display:block;font-weight:700;color:var(--dark);margin-top:8px}.split{background:var(--light)}.split-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.split h2{text-align:left;font-size:42px}.split p{margin-bottom:22px;color:#444}.benefits{background:var(--surface);border-radius:12px;padding:35px;box-shadow:0 12px 35px rgba(0,0,0,.06)}.benefits p{font-weight:600}.benefits i{color:var(--green);margin-right:10px}.step span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;font-weight:800;margin-bottom:15px}.local-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:25px}.local-list span{background:var(--surface);border:1px solid #e8e8e8;border-radius:10px;padding:14px 16px;font-weight:700;text-align:center}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{border:1px solid #e6e6e6;border-radius:14px;padding:28px;background:var(--surface);box-shadow:0 12px 35px rgba(0,0,0,.05)}.stars{color:#f5b301;font-size:18px;margin-bottom:12px;letter-spacing:2px}.review-card p{color:#555}.review-note{margin-top:22px;text-align:center}.full-map-section{padding:0;background:var(--surface)}.full-map-heading{padding:70px 5% 30px;text-align:center}.full-map-heading p{color:var(--muted);max-width:900px;margin:auto}.full-map-wrap{width:100%;border-radius:0;overflow:hidden}.full-map-wrap iframe{width:100%;height:520px;border:0;display:block}.service-list{display:grid;gap:35px}.service-row{display:grid;grid-template-columns:360px 1fr;gap:35px;align-items:center;border:1px solid #e5e5e5;border-radius:14px;padding:24px;background:var(--surface);transition:.28s}.service-row img{height:230px;width:100%;object-fit:cover;border-radius:10px}.service-row h2{text-align:left}.detail-hero{padding:80px 0;background:var(--light)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.detail-grid h1{font-size:52px;line-height:1.1;margin-bottom:18px}.detail-grid p{margin-bottom:24px;color:#444}.detail-grid img{border-radius:14px;height:380px;width:100%;object-fit:cover}.narrow{max-width:850px}.narrow h2{text-align:left;margin-top:25px}.check-list{list-style:none;margin:25px 0}.check-list li{padding:12px 0;border-bottom:1px solid #e8e8e8}.check-list li:before{content:"✓";color:var(--green);font-weight:800;margin-right:10px}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-grid article{border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;background:var(--surface);transition:.28s}.project-grid img{height:220px;width:100%;object-fit:cover}.project-grid h3,.project-grid p{padding:0 18px}.project-grid h3{padding-top:18px}.project-grid p{padding-bottom:22px;color:var(--muted)}.cta{background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;padding:50px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{text-align:left;font-size:34px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}.contact h2{text-align:left}.contact p{margin-bottom:15px}.contact i{color:var(--green);margin-right:10px}.contact-form{display:grid;gap:14px;background:var(--surface);border:1px solid #e5e5e5;border-radius:12px;padding:30px;box-shadow:0 12px 35px rgba(0,0,0,.06)}input,select,textarea{width:100%;padding:15px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:15px}.privacy{font-size:14px;color:#555}.privacy input{width:auto;margin-right:8px}.whatsapp-btn{background:#25d366}.mini-funnel{background:var(--light);border-left:4px solid var(--green);padding:20px;margin-top:24px;border-radius:8px}.center{text-align:center}.footer{background:#111;color:#fff;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}.footer-logo img{height:70px;background:var(--surface);padding:8px;border-radius:6px;margin-bottom:12px}.footer h4{margin-bottom:15px}.footer a{display:block;color:#ccc;margin-bottom:8px}.footer p{color:#ccc;margin-bottom:8px}.copyright{text-align:center;color:#aaa;border-top:1px solid #2a2a2a;margin-top:35px;padding-top:20px;font-size:14px}.legal{max-width:900px}.legal h1,.legal h2{margin:30px 0 12px;text-align:left}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;background:#111;color:#fff;padding:18px 20px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:20px;z-index:999;box-shadow:0 15px 45px rgba(0,0,0,.25)}.cookie-banner.hide{display:none}.cookie-banner a{color:#9bd76b;text-decoration:underline}.whatsapp{position:fixed;right:22px;bottom:95px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:28px;z-index:900;box-shadow:0 12px 30px rgba(0,0,0,.22)}.floating-cta{position:fixed;left:22px;bottom:95px;background:var(--green);padding:13px 18px;border-radius:8px;z-index:900;box-shadow:0 12px 30px rgba(0,0,0,.22)}.floating-cta a{color:#fff;font-weight:800}.reveal{opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:980px){body.nav-open{overflow:hidden}.nav{min-height:74px;padding:12px 0}.logo img{height:58px}.mobile-toggle{display:flex;margin-left:auto}.menu{position:fixed;top:74px;left:0;right:0;width:100%;height:calc(100vh - 74px);background:var(--surface);display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:26px 24px;transform:translateX(100%);transition:.28s ease;box-shadow:-12px 0 35px rgba(0,0,0,.12);z-index:1100}.menu.open{transform:translateX(0)}.menu a{width:100%;padding:16px 0;border-bottom:1px solid #eee;font-size:18px}.nav-btn{display:none!important}.hero-slider{min-height:auto}.hero-content{padding:88px 0 90px}.hero-content h1{font-size:38px}.lead{font-size:18px}.hero-actions{flex-direction:column}.hero-actions .btn,.hero-actions .btn-outline{width:100%}.section{padding:60px 0}.section h2{font-size:30px}.page-hero{padding:60px 0}.page-hero h1{font-size:34px}.grid-4,.project-grid,.split-grid,.contact-grid,.footer-grid,.detail-grid,.service-row,.review-grid,.local-list{grid-template-columns:1fr!important}.stats{margin-top:0}.stats-grid{grid-template-columns:repeat(2,1fr)!important;padding:20px}.detail-grid img,.full-map-wrap iframe{height:330px}.cta-inner{flex-direction:column;text-align:center}.cta h2{text-align:center}.floating-cta{left:15px;right:15px;bottom:20px;text-align:center}.whatsapp{bottom:82px}.cookie-banner{bottom:145px;flex-direction:column;align-items:flex-start}}@media(max-width:520px){.container{width:92%}.logo img{height:48px}.hero-content h1{font-size:30px}.section h2{font-size:27px}.stats-grid{grid-template-columns:1fr!important}.stats-grid div{text-align:center}.cookie-banner{left:12px;right:12px;bottom:132px;padding:16px}.floating-cta{left:12px;right:12px;bottom:16px}.whatsapp{right:16px;bottom:78px;width:52px;height:52px}}


/* FINAL SEO + DARK/LIGHT MODE */
:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-2:#f6f7f5;
  --text:#202020;
  --muted:#666666;
  --border:#e5e5e5;
  --header:#ffffff;
  --footer:#111111;
  --footer-text:#cccccc;
  --shadow:rgba(0,0,0,.10);
}

@media (prefers-color-scheme: dark){
  :root{
    --bg:#0d1113;
    --surface:#151b1e;
    --surface-2:#101619;
    --text:#f2f5f4;
    --muted:#c8d0ce;
    --border:#2c383b;
    --header:#0d1113;
    --footer:#070a0b;
    --footer-text:#d7dddd;
    --shadow:rgba(0,0,0,.45);
  }
}

html[data-theme="light"]{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-2:#f6f7f5;
  --text:#202020;
  --muted:#666666;
  --border:#e5e5e5;
  --header:#ffffff;
  --footer:#111111;
  --footer-text:#cccccc;
  --shadow:rgba(0,0,0,.10);
}

html[data-theme="dark"]{
  --bg:#0d1113;
  --surface:#151b1e;
  --surface-2:#101619;
  --text:#f2f5f4;
  --muted:#c8d0ce;
  --border:#2c383b;
  --header:#0d1113;
  --footer:#070a0b;
  --footer-text:#d7dddd;
  --shadow:rgba(0,0,0,.45);
}

body{background:var(--bg)!important;color:var(--text)!important}
.site-header{background:var(--header)!important;border-bottom-color:var(--border)!important}
.menu a{color:var(--text)}
.card,.step,.review-card,.benefits,.service-row,.project-grid article,.contact-form,.stats-grid,.local-list span{
  background:var(--surface)!important;
  border-color:var(--border)!important;
  color:var(--text)!important;
  box-shadow:0 12px 35px var(--shadow);
}
.light,.split,.local-seo-block,.detail-hero{background:var(--surface-2)!important}
.section-text,.card p,.step p,.review-card p,.project-grid p,.detail-grid p,.split p,.full-map-heading p,.contact p,.legal p,.mini-funnel p{color:var(--muted)!important}
.page-hero{background:linear-gradient(135deg,#071012,#162326)!important}
.footer{background:var(--footer)!important}
.footer a,.footer p{color:var(--footer-text)!important}
input,select,textarea{
  background:var(--surface)!important;
  color:var(--text)!important;
  border-color:var(--border)!important;
}
input::placeholder,textarea::placeholder{color:var(--muted)}
.theme-toggle{
  width:44px;height:44px;border:none;border-radius:8px;background:var(--surface-2);
  color:var(--green);display:grid;place-items:center;cursor:pointer;font-size:18px;
  border:1px solid var(--border);transition:.25s;
}
.theme-toggle:hover{transform:translateY(-2px);background:var(--green);color:#fff}
.seo-radius-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}
.seo-radius-grid a{
  display:block;padding:14px 16px;background:var(--surface);border:1px solid var(--border);
  border-radius:10px;font-weight:700;text-align:center;color:var(--text);transition:.25s;
}
.seo-radius-grid a:hover{background:var(--green);color:#fff;transform:translateY(-3px)}
.seo-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:28px}
.seo-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:26px}
.seo-box h3{margin-bottom:10px}
@media(max-width:980px){
  .theme-toggle{margin-left:auto}
  .seo-radius-grid,.seo-content-grid{grid-template-columns:1fr!important}
}



/* FINAL DARK MODE READABILITY FIX */
html[data-theme="dark"] *,
@media (prefers-color-scheme: dark){
  html:not([data-theme="light"]) body,
  html:not([data-theme="light"]) body *{
    color-scheme: dark;
  }
}

html[data-theme="dark"] body,
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] span,
html[data-theme="dark"] strong,
html[data-theme="dark"] label,
html[data-theme="dark"] a:not(.btn):not(.btn-outline){
  color:var(--text)!important;
}

@media (prefers-color-scheme: dark){
  html:not([data-theme="light"]) body,
  html:not([data-theme="light"]) h1,
  html:not([data-theme="light"]) h2,
  html:not([data-theme="light"]) h3,
  html:not([data-theme="light"]) h4,
  html:not([data-theme="light"]) h5,
  html:not([data-theme="light"]) h6,
  html:not([data-theme="light"]) p,
  html:not([data-theme="light"]) li,
  html:not([data-theme="light"]) span,
  html:not([data-theme="light"]) strong,
  html:not([data-theme="light"]) label,
  html:not([data-theme="light"]) a:not(.btn):not(.btn-outline){
    color:var(--text)!important;
  }
}

html[data-theme="dark"] .section-text,
html[data-theme="dark"] .card p,
html[data-theme="dark"] .step p,
html[data-theme="dark"] .review-card p,
html[data-theme="dark"] .project-grid p,
html[data-theme="dark"] .detail-grid p,
html[data-theme="dark"] .split p,
html[data-theme="dark"] .full-map-heading p,
html[data-theme="dark"] .contact p,
html[data-theme="dark"] .legal p,
html[data-theme="dark"] .mini-funnel p,
html[data-theme="dark"] .footer p,
html[data-theme="dark"] .footer a{
  color:var(--muted)!important;
}

@media (prefers-color-scheme: dark){
  html:not([data-theme="light"]) .section-text,
  html:not([data-theme="light"]) .card p,
  html:not([data-theme="light"]) .step p,
  html:not([data-theme="light"]) .review-card p,
  html:not([data-theme="light"]) .project-grid p,
  html:not([data-theme="light"]) .detail-grid p,
  html:not([data-theme="light"]) .split p,
  html:not([data-theme="light"]) .full-map-heading p,
  html:not([data-theme="light"]) .contact p,
  html:not([data-theme="light"]) .legal p,
  html:not([data-theme="light"]) .mini-funnel p,
  html:not([data-theme="light"]) .footer p,
  html:not([data-theme="light"]) .footer a{
    color:var(--muted)!important;
  }
}

html[data-theme="dark"] .page-hero *,
html[data-theme="dark"] .hero-slider *,
html[data-theme="dark"] .cta *,
html[data-theme="dark"] .cookie-banner *,
html[data-theme="dark"] .btn,
html[data-theme="dark"] .btn *,
html[data-theme="dark"] .btn-outline,
html[data-theme="dark"] .btn-outline *{
  color:#fff!important;
}

@media (prefers-color-scheme: dark){
  html:not([data-theme="light"]) .page-hero *,
  html:not([data-theme="light"]) .hero-slider *,
  html:not([data-theme="light"]) .cta *,
  html:not([data-theme="light"]) .cookie-banner *,
  html:not([data-theme="light"]) .btn,
  html:not([data-theme="light"]) .btn *,
  html:not([data-theme="light"]) .btn-outline,
  html:not([data-theme="light"]) .btn-outline *{
    color:#fff!important;
  }
}

html[data-theme="dark"] .white,
html[data-theme="dark"] .white *,
@media (prefers-color-scheme: dark){
  html:not([data-theme="light"]) .white,
  html:not([data-theme="light"]) .white *{
    color:#12181c!important;
  }
}

html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea{
  background:#101619!important;
  color:#f2f5f4!important;
  border-color:#2c383b!important;
}

@media (prefers-color-scheme: dark){
  html:not([data-theme="light"]) input,
  html:not([data-theme="light"]) select,
  html:not([data-theme="light"]) textarea{
    background:#101619!important;
    color:#f2f5f4!important;
    border-color:#2c383b!important;
  }
}

/* Mobile: keep theme switch visible in header */
@media(max-width:980px){
  .theme-toggle{
    display:grid!important;
    order:2;
    margin-left:auto;
    flex-shrink:0;
  }
  .mobile-toggle{
    order:3;
    margin-left:8px!important;
    flex-shrink:0;
  }
  .logo{
    order:1;
    margin-right:auto;
  }
  .nav{
    justify-content:space-between;
    gap:8px;
  }
}

/* Copyright brand line */
.copyright{
  color:var(--footer-text)!important;
}



/* FINAL MAX SEO + UX PATCH */
.slider-dots{
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  justify-content:center!important;
  bottom:32px!important;
}

.google-review-live{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:16px;
  padding:28px;
  margin-top:28px;
  text-align:center;
  box-shadow:0 14px 38px var(--shadow);
}
.google-review-live .rating-big{
  font-size:42px;
  font-weight:800;
  color:var(--green);
  line-height:1;
}
.google-review-live .stars{
  font-size:24px;
  margin:10px 0;
}
.google-review-actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:18px;
}

.faq-grid{
  display:grid;
  gap:16px;
  max-width:920px;
  margin:28px auto 0;
}
.faq-item{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:12px;
  padding:22px;
  box-shadow:0 10px 26px var(--shadow);
}
.faq-item h3{margin-bottom:8px;color:var(--text)!important}
.faq-item p{color:var(--muted)!important}

.sticky-mobile-leadbar{
  display:none;
}
@media(max-width:768px){
  .sticky-mobile-leadbar{
    display:flex;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1100;
    background:var(--surface);
    border-top:1px solid var(--border);
    box-shadow:0 -10px 28px rgba(0,0,0,.18);
  }
  .sticky-mobile-leadbar a{
    flex:1;
    text-align:center;
    padding:13px 8px;
    font-weight:800;
    color:#fff!important;
  }
  .sticky-mobile-leadbar a:first-child{background:var(--green)}
  .sticky-mobile-leadbar a:last-child{background:#25d366}
  .floating-cta{display:none}
  .whatsapp{display:none}
  body{padding-bottom:54px}
  .hero-content{padding:70px 0 80px}
  .slider-dots{bottom:18px!important}
}

img{
  content-visibility:auto;
}



/* FINAL REFERENCES GALLERY */
.references-filter{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin:30px 0 34px;
}
.filter-btn{
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--text);
  padding:11px 18px;
  border-radius:999px;
  font-weight:800;
  cursor:pointer;
  transition:.25s ease;
}
.filter-btn:hover,
.filter-btn.active{
  background:var(--green);
  color:#fff!important;
  transform:translateY(-2px);
}
.references-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.reference-card{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  background:var(--surface);
  border:1px solid var(--border);
  box-shadow:0 14px 38px var(--shadow);
  transform:translateY(0) scale(1);
  transition:opacity .35s ease, transform .35s ease, box-shadow .35s ease;
}
.reference-card.hide{
  opacity:0;
  transform:scale(.92);
  pointer-events:none;
  position:absolute;
}
.reference-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 58px var(--shadow);
}
.reference-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:transform .6s ease;
}
.reference-card:hover img{
  transform:scale(1.08);
}
.reference-content{
  padding:22px;
}
.reference-tag{
  display:inline-flex;
  padding:6px 10px;
  background:rgba(5,147,131,.12);
  color:var(--green)!important;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  margin-bottom:10px;
}
.reference-content h3{
  margin-bottom:8px;
  color:var(--text)!important;
}
.reference-content p{
  color:var(--muted)!important;
}
.reference-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
.reference-meta span{
  font-size:13px;
  font-weight:700;
  color:var(--text)!important;
  background:var(--surface-2);
  border:1px solid var(--border);
  padding:6px 9px;
  border-radius:8px;
}
.gallery-lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.86);
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.gallery-lightbox.open{display:flex}
.gallery-lightbox-content{
  max-width:1100px;
  width:100%;
  background:var(--surface);
  border-radius:18px;
  overflow:hidden;
  position:relative;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.gallery-lightbox img{
  width:100%;
  max-height:72vh;
  object-fit:cover;
}
.gallery-lightbox-text{
  padding:22px;
}
.gallery-lightbox-text h3{color:var(--text)!important}
.gallery-lightbox-text p{color:var(--muted)!important}
.lightbox-close{
  position:absolute;
  top:14px;
  right:14px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:none;
  background:#fff;
  color:#111;
  font-size:26px;
  cursor:pointer;
  z-index:5;
}
.reference-card{
  cursor:pointer;
}
@media(max-width:980px){
  .references-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .references-grid{grid-template-columns:1fr}
  .reference-card img{height:230px}
}



/* FINAL SLIDER TEXT PER SLIDE FIX */
.hero-slide{
  display:flex;
  align-items:center;
}
.hero-slide .hero-content{
  width:90%;
  max-width:1200px;
  margin:auto;
  padding:0;
  position:relative;
  z-index:3;
}
.hero-slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,13,15,.92),rgba(7,13,15,.58),rgba(7,13,15,.2));
  z-index:1;
}
.hero-slide.active .eyebrow,
.hero-slide.active h1,
.hero-slide.active .lead,
.hero-slide.active .hero-actions{
  animation:heroTextIn .8s ease forwards;
}
.hero-slide:not(.active) .eyebrow,
.hero-slide:not(.active) h1,
.hero-slide:not(.active) .lead,
.hero-slide:not(.active) .hero-actions{
  opacity:0;
}
.hero-slider:after{
  display:none;
}
@media(max-width:980px){
  .hero-slide .hero-content{
    padding:70px 0 90px;
  }
}

/* ALB TORANLAGEN BRAND FINAL */
.footer-logo img{background:transparent!important;padding:0!important;max-width:240px;height:auto!important}
.logo img{max-width:230px;height:auto!important;max-height:76px}
@media(max-width:520px){.logo img{max-width:170px;max-height:54px}}

/* ULTRA DARK RED MATCH */
html[data-theme="dark"],
@media (prefers-color-scheme: dark){
  :root{
    --bg:#050607;
    --surface:#0a0c0d;
    --surface-2:#0f1213;
    --text:#ffffff;
    --muted:#b8b8b8;
    --border:#1a1f21;
    --header:#050607;
    --footer:#030404;
  }
}

/* stronger contrast */
body{
  background:var(--bg)!important;
}
.page-hero{
  background:linear-gradient(135deg,#000000,#0b0b0b)!important;
}

/* red highlight stronger */
.btn,
.filter-btn.active{
  background:#c90a06!important;
  box-shadow:0 0 20px rgba(201,10,6,0.4);
}



/* =========================================================
   ALB TORANLAGEN REDESIGN - DIFFERENT FROM ALBTEAM
   New font, angled header, split nav, darker premium footer
   ========================================================= */

body{
  font-family:'Inter', sans-serif!important;
  letter-spacing:-0.01em;
}

h1,h2,h3,h4,
.hero-content h1,
.page-hero h1,
.section h2,
.detail-grid h1{
  font-family:'Oswald', sans-serif!important;
  letter-spacing:.02em!important;
  text-transform:uppercase;
}

/* Header: darker industrial look, logo left, pill navigation */
.site-header{
  background:rgba(5,6,7,.96)!important;
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(201,10,6,.32)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.22);
}

.nav{
  min-height:98px!important;
  position:relative;
}

.logo{
  background:#fff;
  padding:8px 14px;
  border-radius:0 18px 18px 0;
  position:relative;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.logo:before{
  content:"";
  position:absolute;
  left:-40px;
  top:0;
  bottom:0;
  width:42px;
  background:#fff;
}

.logo img{
  max-width:245px!important;
  max-height:72px!important;
}

.menu{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:9px 12px;
  gap:4px!important;
}

.menu a{
  color:#fff!important;
  padding:10px 14px;
  border-radius:999px;
  transition:.25s ease;
}

.menu a:hover,
.menu a.active{
  background:#c90a06!important;
  color:#fff!important;
}

.nav-btn{
  border-radius:999px!important;
  padding:14px 22px!important;
  background:#c90a06!important;
}

/* Theme button + mobile button in dark header */
.theme-toggle,
.mobile-toggle{
  background:#c90a06!important;
  color:#fff!important;
  border-color:#c90a06!important;
}

/* Hero: industrial angled red line */
.hero-slider{
  min-height:720px!important;
}

.hero-slider:before{
  content:"";
  position:absolute;
  z-index:4;
  left:0;
  bottom:0;
  width:42%;
  height:8px;
  background:#c90a06;
  clip-path:polygon(0 0,100% 0,94% 100%,0 100%);
}

.hero-content{
  max-width:850px!important;
}

.hero-content .eyebrow{
  display:inline-flex;
  padding:9px 14px;
  background:rgba(201,10,6,.9);
  color:#fff!important;
  border-radius:0 14px 14px 0;
  font-weight:800;
}

.hero-content h1{
  font-size:68px!important;
  line-height:1.02!important;
  max-width:820px;
}

.hero-content .lead{
  max-width:680px;
  font-size:22px!important;
}

/* Stats: different horizontal industrial bars */
.stats{
  background:linear-gradient(135deg,#080909,#171717)!important;
  margin-top:0!important;
  padding:22px 0;
}

.stats-grid{
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  border:none!important;
  padding:0!important;
}

.stats-grid div{
  background:rgba(255,255,255,.04)!important;
  border-left:4px solid #c90a06!important;
  padding:22px 24px!important;
  border-radius:0!important;
}

.stats strong{
  color:#fff!important;
  font-family:'Oswald', sans-serif!important;
}

.stats span{
  color:#d7d7d7!important;
}

/* Section redesign */
.section{
  padding:95px 0!important;
}

.card,
.step,
.service-row,
.review-card,
.reference-card{
  border-radius:0 22px 0 22px!important;
}

.card{
  border-top:4px solid #c90a06!important;
}

.card i{
  border-radius:0!important;
  transform:rotate(-3deg);
}

.split{
  background:linear-gradient(135deg,var(--surface-2),var(--surface))!important;
}

.benefits{
  border-radius:0 28px 0 28px!important;
  border:1px solid rgba(201,10,6,.25)!important;
}

/* Footer: completely different boxed premium footer */
.footer{
  background:#050505!important;
  padding-top:80px!important;
  border-top:6px solid #c90a06;
}

.footer-grid{
  background:linear-gradient(135deg,#0c0c0c,#151515);
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  padding:42px;
  box-shadow:0 24px 60px rgba(0,0,0,.35);
}

.footer-logo img{
  background:#fff!important;
  padding:12px!important;
  border-radius:12px!important;
  max-width:260px!important;
}

.footer h4{
  color:#fff!important;
  font-family:'Oswald', sans-serif!important;
  text-transform:uppercase;
  letter-spacing:.04em;
  border-bottom:2px solid #c90a06;
  padding-bottom:10px;
  display:inline-block;
}

.footer a{
  padding:4px 0;
  transition:.25s;
}

.footer a:hover{
  color:#fff!important;
  transform:translateX(4px);
}

.copyright{
  border-top:none!important;
  margin-top:28px!important;
  color:#aaa!important;
}

/* Contact + forms */
.contact-form{
  border-radius:0 24px 0 24px!important;
  border-top:4px solid #c90a06!important;
}

input,select,textarea{
  border-radius:0!important;
}

/* Buttons: sharper, more industrial */
.btn,
.btn-outline{
  border-radius:0 14px 0 14px!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.floating-cta{
  border-radius:0 14px 0 14px!important;
}

/* Mobile header redesign */
@media(max-width:980px){
  .nav{
    min-height:82px!important;
  }

  .logo{
    padding:6px 10px;
    border-radius:0 12px 12px 0;
  }

  .logo img{
    max-width:190px!important;
    max-height:58px!important;
  }

  .menu{
    top:82px!important;
    height:calc(100vh - 82px)!important;
    border-radius:0!important;
    background:#070707!important;
    border:none!important;
    padding:28px!important;
  }

  .menu a{
    border-radius:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
    color:#fff!important;
  }

  .hero-content h1{
    font-size:42px!important;
  }

  .footer-grid{
    padding:28px;
    border-radius:18px;
  }
}

@media(max-width:520px){
  .logo img{
    max-width:155px!important;
  }

  .hero-content h1{
    font-size:34px!important;
  }

  .stats-grid div{
    text-align:left!important;
  }
}



/* FINAL VISUAL FIX: transparent logo, centered page hero, richer colors */
.logo{
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.logo:before{
  display:none!important;
}

.logo img{
  background:transparent!important;
  padding:0!important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.footer-logo img{
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.35));
}

/* Header more premium without white logo block */
.site-header{
  background:linear-gradient(90deg,#050607,#101010 48%,#1b0807)!important;
}

.nav{
  gap:28px!important;
}

/* Page hero text centered and clean on all inner pages */
.page-hero{
  position:relative;
  overflow:hidden;
  text-align:center!important;
  background:
    radial-gradient(circle at 15% 20%, rgba(201,10,6,.35), transparent 28%),
    linear-gradient(135deg,#050607,#141414 55%,#2a0705)!important;
}

.page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,transparent 0%,transparent 55%,rgba(201,10,6,.18) 55%,rgba(201,10,6,.18) 68%,transparent 68%);
  pointer-events:none;
}

.page-hero .container{
  position:relative;
  z-index:2;
  max-width:980px;
}

.page-hero h1,
.page-hero p{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

.page-hero h1{
  color:#fff!important;
  font-size:58px!important;
}

.page-hero p{
  color:#f1f1f1!important;
}

/* Hero slide text more balanced and not too far left */
.hero-slide .hero-content{
  max-width:1180px!important;
}

.hero-content{
  padding-left:0!important;
}

.hero-content h1{
  color:#fff!important;
  text-shadow:0 14px 40px rgba(0,0,0,.5);
}

.hero-content .lead{
  color:#f2f2f2!important;
}

/* Stronger red accents and more polished cards */
.card,
.service-row,
.reference-card,
.contact-form,
.benefits,
.step{
  background:
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(201,10,6,.035)),
    var(--surface)!important;
}

.card:hover,
.service-row:hover,
.reference-card:hover,
.step:hover{
  border-color:rgba(201,10,6,.55)!important;
}

.card i,
.step span{
  background:linear-gradient(135deg,#c90a06,#7d0503)!important;
  box-shadow:0 10px 24px rgba(201,10,6,.32);
}

/* Footer more colorful but still dark */
.footer{
  background:
    radial-gradient(circle at 80% 0%, rgba(201,10,6,.22), transparent 30%),
    linear-gradient(135deg,#030303,#080808 55%,#160504)!important;
}

.footer-grid{
  background:
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(201,10,6,.08)),
    #090909!important;
  border:1px solid rgba(201,10,6,.28)!important;
}

/* Slider dots centered and nicer */
.slider-dots{
  left:50%!important;
  transform:translateX(-50%)!important;
  justify-content:center!important;
}

.slider-dot{
  width:34px!important;
  height:5px!important;
  border-radius:999px!important;
  border:none!important;
  background:rgba(255,255,255,.45)!important;
}

.slider-dot.active{
  background:#c90a06!important;
}

/* Inner detail hero image color frame */
.detail-grid img,
.service-row img,
.reference-card img{
  border:1px solid rgba(201,10,6,.22);
}

/* Mobile fixes */
@media(max-width:980px){
  .logo img{
    max-width:190px!important;
    max-height:58px!important;
  }

  .page-hero{
    padding:72px 0!important;
  }

  .page-hero h1{
    font-size:40px!important;
  }

  .page-hero p{
    font-size:17px!important;
  }

  .hero-slide .hero-content{
    width:90%!important;
  }

  .menu{
    background:linear-gradient(135deg,#050607,#140404)!important;
  }
}

@media(max-width:520px){
  .logo img{
    max-width:155px!important;
    max-height:50px!important;
  }

  .page-hero h1{
    font-size:33px!important;
  }
}



/* FINAL FULL WIDTH REDESIGN + CENTERED INNER PAGES */
.container{
  width:min(94%, 1440px)!important;
  max-width:1440px!important;
}

.site-header .container,
.hero-slider .container{
  width:min(96%, 1540px)!important;
  max-width:1540px!important;
}

.section{
  width:100%!important;
}

.page-hero{
  min-height:360px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:90px 0!important;
}

.page-hero .container{
  max-width:980px!important;
  width:90%!important;
  margin:0 auto!important;
  text-align:center!important;
}

.page-hero h1,
.page-hero p{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.page-hero h1{
  max-width:900px!important;
  margin-bottom:14px!important;
}

.page-hero p{
  max-width:740px!important;
  font-size:18px!important;
  line-height:1.65!important;
}

/* Detail pages: make content centered and more premium */
.detail-hero{
  padding:105px 0!important;
}

.detail-grid{
  grid-template-columns:1fr 1fr!important;
  align-items:center!important;
  gap:70px!important;
}

.detail-grid > div{
  text-align:left!important;
}

.detail-grid h1{
  max-width:760px!important;
}

.detail-grid p{
  max-width:680px!important;
}

.narrow{
  max-width:1120px!important;
}

.narrow h2{
  text-align:center!important;
  margin-bottom:18px!important;
}

.narrow > p{
  max-width:900px!important;
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:17px!important;
}

.check-list{
  display:grid!important;
  grid-template-columns:repeat(2,1fr)!important;
  gap:14px!important;
  max-width:980px!important;
  margin:30px auto!important;
}

.check-list li{
  background:var(--surface)!important;
  border:1px solid var(--border)!important;
  border-left:4px solid #c90a06!important;
  padding:16px 18px!important;
  border-radius:0 14px 0 14px!important;
}

/* Full width section variation */
.full-band{
  width:100%;
  background:
    radial-gradient(circle at 12% 18%, rgba(201,10,6,.18), transparent 26%),
    linear-gradient(135deg,var(--surface-2),var(--surface));
  padding:90px 0;
}

.service-info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:34px;
}

.service-info-box{
  background:var(--surface);
  border:1px solid var(--border);
  border-top:4px solid #c90a06;
  border-radius:0 22px 0 22px;
  padding:28px;
  box-shadow:0 14px 36px var(--shadow);
}

.service-info-box h3{
  margin-bottom:10px;
  color:var(--text)!important;
}

.service-info-box p{
  color:var(--muted)!important;
}

/* Short page headers */
.short-page-title{
  max-width:760px;
  margin:auto;
}

/* Better contact page full width */
.contact-grid{
  grid-template-columns:.75fr 1.25fr!important;
  max-width:1320px!important;
  margin:auto!important;
}

.contact-form{
  padding:38px!important;
}

/* Header: less description feel, compact nav */
.menu a{
  font-size:14px!important;
}

@media(max-width:980px){
  .container,
  .site-header .container,
  .hero-slider .container{
    width:92%!important;
  }
  .page-hero{
    min-height:280px!important;
    padding:72px 0!important;
  }
  .detail-grid,
  .contact-grid,
  .check-list,
  .service-info-grid{
    grid-template-columns:1fr!important;
  }
  .detail-grid > div{
    text-align:center!important;
  }
  .detail-grid h1,
  .detail-grid p{
    margin-left:auto!important;
    margin-right:auto!important;
  }
}



/* FINAL TORBAUER FIRE LOOK */
:root{
  --red:#c90a06;
  --red-dark:#7d0503;
  --fire:#ff3b14;
  --metal:#151719;
}

/* Remove local-seo visual blocks if any remained */
.local-seo-block,
.seo-radius-grid,
.seo-content-grid{
  display:none!important;
}

.site-header{
  background:
    linear-gradient(90deg,#020202 0%,#0b0b0b 45%,#250403 100%)!important;
  border-bottom:1px solid rgba(255,59,20,.42)!important;
}

.site-header:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:linear-gradient(90deg,transparent,#c90a06,#ff3b14,#c90a06,transparent);
}

.menu{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,59,20,.22)!important;
}

.menu a.active,
.menu a:hover{
  background:linear-gradient(135deg,#c90a06,#ff3b14)!important;
  box-shadow:0 8px 24px rgba(201,10,6,.28);
}

.hero-slide:after{
  background:
    linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.58),rgba(0,0,0,.25)),
    radial-gradient(circle at 78% 42%,rgba(255,59,20,.34),transparent 28%)!important;
}

.hero-content .eyebrow{
  background:linear-gradient(135deg,#c90a06,#ff3b14)!important;
  border-left:4px solid #fff;
}

.hero-content h1 span,
.green{
  color:#ff3b14!important;
}

.btn{
  background:linear-gradient(135deg,#c90a06,#ff3b14)!important;
  box-shadow:0 12px 32px rgba(201,10,6,.38)!important;
}

.btn:hover{
  background:linear-gradient(135deg,#ff3b14,#c90a06)!important;
}

.card,
.service-info-box,
.step,
.benefits,
.contact-form,
.reference-card{
  background:
    linear-gradient(160deg,rgba(255,59,20,.08),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01)),
    var(--surface)!important;
  border-color:rgba(201,10,6,.32)!important;
  position:relative;
}

.card:before,
.service-info-box:before,
.step:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:42%;
  height:3px;
  background:linear-gradient(90deg,#c90a06,#ff3b14);
}

.card i,
.step span{
  background:linear-gradient(135deg,#c90a06,#ff3b14)!important;
  box-shadow:0 12px 30px rgba(255,59,20,.32)!important;
}

.page-hero{
  background:
    radial-gradient(circle at 70% 35%,rgba(255,59,20,.30),transparent 24%),
    linear-gradient(135deg,#020202,#111 50%,#2a0302)!important;
}

.page-hero h1{
  text-shadow:0 14px 40px rgba(0,0,0,.55);
}

.full-band{
  background:
    radial-gradient(circle at 15% 25%, rgba(255,59,20,.14), transparent 28%),
    linear-gradient(135deg,var(--surface-2),var(--surface))!important;
}

.footer{
  background:
    radial-gradient(circle at 80% 10%, rgba(255,59,20,.20), transparent 26%),
    linear-gradient(135deg,#000,#060606 56%,#1d0302)!important;
}

.footer-grid{
  background:
    linear-gradient(135deg,rgba(255,59,20,.09),rgba(255,255,255,.035)),
    #070707!important;
  border-color:rgba(255,59,20,.26)!important;
}

.check-list li{
  border-left-color:#ff3b14!important;
}

/* remove overly long text feeling */
.section-text{
  max-width:760px!important;
}

@media(max-width:980px){
  .hero-slide:after{
    background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.65))!important;
  }
}

/* MOBILE SLIDER FINAL FIX */
@media(max-width:768px){

  .hero-slider{
    min-height:520px;
  }

  .hero-slide{
    align-items:center;
    justify-content:center;
    text-align:center;
  }

  .hero-slide .hero-content{
    width:90%;
    margin:auto;
  }

  .hero-content h1{
    font-size:32px !important;
    line-height:1.2;
  }

  .hero-content .lead{
    font-size:16px !important;
  }

  .hero-actions{
    flex-direction:column;
    gap:10px;
  }

  .hero-actions .btn,
  .hero-actions .btn-outline{
    width:100%;
    text-align:center;
  }

  .slider-dots{
    bottom:15px;
  }
}

/* MOBILE NAV BACKGROUND FIX */
@media(max-width:980px){

  .menu{
    background:linear-gradient(135deg,#050607,#140404) !important;
    backdrop-filter:blur(10px);
    box-shadow:0 20px 60px rgba(0,0,0,0.6);
  }

  .menu a{
    color:#ffffff !important;
    padding:14px 10px;
    display:block;
  }

  .menu a:hover{
    background:rgba(201,10,6,0.15);
  }

}


/* BOOM PREMIUM TORANLAGEN DESIGN */
body{font-family:'Inter',sans-serif!important}
h1,h2,h3,h4,.menu a,.btn,.btn-outline{font-family:'Rajdhani',sans-serif!important;letter-spacing:.02em}
.mobile-menu-head,.mobile-menu-services,.mobile-menu-contact{display:none}

.site-header{
  background:linear-gradient(90deg,#030303,#0d0d0e 50%,#220403)!important;
}
.nav-btn{min-width:120px;justify-content:center}

/* Premium desktop menu */
@media(min-width:981px){
  .menu{
    display:flex!important;
    align-items:center;
    gap:2px!important;
  }
  .menu a{
    font-size:16px!important;
    font-weight:700;
  }
}

/* BOOM mobile menu */
@media(max-width:980px){
  .nav{
    min-height:78px!important;
  }

  .mobile-toggle{
    width:50px!important;
    height:50px!important;
    border-radius:50%!important;
    background:linear-gradient(135deg,#c90a06,#ff3b14)!important;
    box-shadow:0 12px 32px rgba(201,10,6,.35);
  }

  .theme-toggle{
    width:46px!important;
    height:46px!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
  }

  .menu{
    position:fixed!important;
    inset:0!important;
    width:100%!important;
    height:100vh!important;
    transform:translateX(105%)!important;
    background:
      radial-gradient(circle at 84% 12%, rgba(255,59,20,.30), transparent 24%),
      radial-gradient(circle at 18% 82%, rgba(201,10,6,.22), transparent 26%),
      linear-gradient(135deg,#020202,#0a0a0b 54%,#1f0302)!important;
    z-index:1100!important;
    padding:96px 26px 32px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    overflow-y:auto!important;
    border:none!important;
    border-radius:0!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
  }

  .menu.open{
    transform:translateX(0)!important;
  }

  .mobile-menu-head{
    display:flex!important;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
    padding:18px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.04);
    border-radius:20px;
  }

  .mobile-menu-head img{
    max-width:155px;
    height:auto;
  }

  .mobile-menu-head span{
    color:#fff!important;
    font-family:'Rajdhani',sans-serif;
    font-size:18px;
    font-weight:700;
  }

  .menu > a{
    width:100%;
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    color:#fff!important;
    font-size:24px!important;
    font-weight:700!important;
    padding:17px 18px!important;
    margin:4px 0;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:16px 0 16px 0!important;
    background:rgba(255,255,255,.035)!important;
  }

  .menu > a:after{
    content:"›";
    font-size:30px;
    color:#ff3b14;
  }

  .menu > a:hover{
    background:linear-gradient(135deg,rgba(201,10,6,.95),rgba(255,59,20,.85))!important;
    transform:translateX(4px);
  }

  .mobile-menu-services{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:22px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.12);
  }

  .mobile-menu-services strong{
    grid-column:1/-1;
    color:#fff!important;
    font-size:18px;
    font-family:'Rajdhani',sans-serif;
    text-transform:uppercase;
  }

  .mobile-menu-services a{
    color:#fff!important;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    padding:13px 12px;
    border-radius:12px;
    font-size:14px!important;
    font-weight:700;
  }

  .mobile-menu-contact{
    display:flex!important;
    gap:10px;
    margin-top:22px;
  }

  .mobile-menu-contact a{
    flex:1;
    color:#fff!important;
    background:#c90a06;
    padding:14px 10px;
    border-radius:14px;
    text-align:center;
    font-weight:800;
  }

  body.nav-open:before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    z-index:1000;
  }

  .mobile-toggle.open{
    position:fixed!important;
    right:24px;
    top:16px;
    z-index:1300;
  }
}

/* Extra content blocks */
.region-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:30px;
}
.region-card{
  background:linear-gradient(160deg,rgba(255,59,20,.09),transparent 40%),var(--surface);
  border:1px solid rgba(201,10,6,.25);
  border-radius:0 22px 0 22px;
  padding:24px;
  box-shadow:0 14px 34px var(--shadow);
}
.region-card h3{margin-bottom:8px;color:var(--text)!important}
.region-card p{color:var(--muted)!important}
.region-card a{color:#ff3b14!important;font-weight:800}
.trust-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:30px;
}
.trust-item{
  background:#080808;
  color:#fff;
  border-left:4px solid #c90a06;
  padding:22px;
  border-radius:0 18px 0 18px;
}
.trust-item strong{display:block;font-family:'Rajdhani';font-size:24px;color:#fff!important}
.trust-item span{color:#ddd!important}
@media(max-width:980px){
  .region-grid,.trust-row{grid-template-columns:1fr!important}
}
