/* ========== EXISTING GLOBAL STYLES ========== */
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:sans-serif;line-height:1.6;background:linear-gradient(135deg,#eef8f6,#f4f9ff);color:#2b3a38;}
/* Parallax background layer */
.parallax-bg{position:fixed;inset:0;z-index:-3;pointer-events:none;}
.parallax-bg::before{content:"";position:absolute;inset:-10vh -10vw;background:
  radial-gradient(1200px 800px at 10% 20%, rgba(189,233,255,0.55), transparent 60%),
  radial-gradient(900px 700px at 90% 30%, rgba(178,247,227,0.55), transparent 60%),
  radial-gradient(1000px 900px at 50% 80%, rgba(220,235,255,0.45), transparent 60%),
  linear-gradient(135deg,#eef8f6,#f4f9ff);
filter: blur(6px);}

/* Full-site hero background image (covers first viewport) */
.site-hero-bg{
  position:fixed;inset:0;
  /* mobile-safe viewport unit via --vh helper */
  height:calc(var(--vh, 1vh) * 100);
  min-height:100vh;
  height:100dvh;
 background-image: url('/wp-content/themes/etalon-custom/assets/images/8.jpg');
  background-size:cover;background-position:center center;background-repeat:no-repeat;
  z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
}
header{background:rgba(255,255,255,0.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#103b37;padding:12px 6%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border:1px solid rgba(255,255,255,0.35);border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,0.08);position:sticky;top:12px;z-index:90;margin:12px 6%;}
.logo{font-size:1.4em;font-weight:700;color:#103b37;flex:0 0 auto;display:flex;align-items:center;}
.logo img{display:block;height:50px;width:auto;object-fit:contain;position:relative;top:4px;}
nav ul{list-style:none;display:flex;gap:18px;flex-wrap:wrap;}
nav a{color:#ffffff;text-decoration:none;font-weight:600}
nav a:hover{color:rgba(255,255,255,0.92)}
nav a:focus-visible{outline:2px solid rgba(255,255,255,0.12);outline-offset:4px;border-radius:6px}
.lang-select{padding:6px;border-radius:10px;border:1px solid rgba(255,255,255,0.5);background:rgba(255,255,255,0.35);backdrop-filter:blur(8px);font-size:1.05rem;cursor:pointer;}
.container{max-width:1200px;margin:20px auto;padding:0 20px;}
.hero{text-align:center;padding:70px 20px;position:relative;overflow:hidden;background:transparent;border-radius:16px;border:1px solid rgba(255,255,255,0.36);box-shadow:0 12px 32px rgba(0,0,0,0.08);} 
.hero::before{content:"";position:absolute;inset:0;background:
  linear-gradient(180deg,rgba(0,0,0,0.22),rgba(0,0,0,0.14));
  pointer-events:none;}
.hero > *{position:relative;z-index:1;}
.hero h1{font-size:2.2em;margin-bottom:12px;color:#ffffff;}
.hero p{font-size:1.05em;max-width:760px;margin:0 auto 18px;color:#ffffff}
.hero .hero-actions{display:flex;gap:12px;justify-content:center;align-items:center;margin-top:18px}
.hero .hero-actions .btn{min-width:160px;padding:12px 22px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:700}
.hero .hero-actions .btn, .hero .hero-actions .btn *{color:#ffffff}
.hero .hero-actions .btn, .hero .hero-actions a.btn{text-decoration:none}
/* Primary hero button (brighter) */
.hero .hero-actions .btn.primary{background:linear-gradient(180deg,#079669,#0aa679 85%);border:1px solid rgba(255,255,255,0.12);box-shadow:0 8px 20px rgba(0,0,0,0.08);color:#ffffff}
.hero .hero-actions .btn.primary:hover{filter:brightness(0.95)}
/* Muted outline button for 'Подробнее' */
.hero .hero-actions .btn.btn-outline{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.22);color:#ffffff}
.hero .hero-actions .btn.btn-outline:hover{background:rgba(255,255,255,0.18)}

/* Hover scale animation for hero buttons */
.hero .hero-actions .btn{transition:transform 220ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms;will-change:transform}
.hero .hero-actions .btn:hover{transform:scale(1.04)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:700;text-decoration:none;transition:transform 220ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms;will-change:transform}
.btn:hover{transform:scale(1.04)}
/* Global outline button (matches hero 'Подробнее/Learn more') */
.btn.btn-outline{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.22);color:#ffffff}
.btn.btn-outline:hover{background:rgba(255,255,255,0.18)}
.calculator{max-width:940px;margin:28px auto;background:linear-gradient(180deg,#079669,#0aa679 85%);border-radius:16px;padding:22px;border:1px solid rgba(255,255,255,0.06);box-shadow:0 12px 30px rgba(0,0,0,0.08);color:#ffffff}
.calculator h3{margin:0 0 12px;color:#ffffff;font-size:1.25rem}
.calculator .row{display:flex;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}
.calculator label{min-width:160px;color:rgba(255,255,255,0.9);font-weight:700}
.calculator select,.calculator input{padding:10px 12px;border:1px solid rgba(255,255,255,0.12);border-radius:12px;background:rgba(255,255,255,0.95);font-size:1rem;flex:1 1 220px;color:#0f3b33}

.calculator{background:linear-gradient(180deg,#079669,#0aa679 85%);}
.calculator-inner{width:75%;max-width:900px;margin:0 auto;padding:64px 24px;text-align:center}
.calculator-title{font-size:30px;font-weight:700;color:#ffffff;margin:0 0 12px}
.calculator-intro{color:rgba(255,255,255,0.9);font-size:19px;max-width:700px;margin:0 auto 18px;line-height:1.5}

/* CTA button inside calculator */
.calc-cta{background:#ffffff;color:#2F7A67;border:none;border-radius:12px;padding:16px 40px;font-weight:700;cursor:pointer;margin-top:30px;display:inline-block}
.calc-cta:hover{background:#F5F5F5}

/* Ensure form rows inside inner container are centered and full width */
.calculator-inner .row{justify-content:center}
.calculator-inner label{min-width:160px;text-align:left}
.calculator-inner select,.calculator-inner input{max-width:420px}
footer{background:rgba(255,255,255,0.22);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#103b37;text-align:center;padding:18px;font-size:0.9em;margin-top:30px;border-radius:14px;border:1px solid rgba(255,255,255,0.35);box-shadow:0 10px 28px rgba(0,0,0,0.08);}
.floating-btn{position:fixed;left:auto;right:18px;bottom:18px;z-index:100001;background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff;padding:12px 16px;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,0.12);border:1px solid rgba(255,255,255,0.08)}
.floating-btn:hover{filter:brightness(0.96)}
.modal{display:none;position:fixed !important;z-index:99999 !important;inset:0 !important;width:100vw !important;height:100vh !important;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;}
.modal-content{background:rgba(255,255,255,0.28);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:24px;border-radius:16px;max-width:400px;width:90%;text-align:center;border:1px solid rgba(255,255,255,0.36);}
.modal-content h3{color:#0f3b33;margin-bottom:12px;}
.modal-content input{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;margin-bottom:12px;}
.modal-content .btn{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff;padding:10px 18px;border-radius:999px;text-decoration:none;font-weight:700;cursor:pointer;border:1px solid rgba(255,255,255,0.08)}
.modal-content .btn:hover{filter:brightness(0.96)}

/* Calculator specific outline button (visually similar to 'Подробнее') */
.calculator .actions .btn.btn-outline{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.22);color:#ffffff;padding:10px 18px;border-radius:999px;min-width:160px;font-weight:700;cursor:pointer}
.calculator .actions .btn.btn-outline:hover{background:rgba(255,255,255,0.18)}
.close{float:right;font-size:22px;cursor:pointer;color:#666;}
.close:hover{color:#000;}
.slideshow-section{margin:28px auto;max-width:1000px;}
.slideshow-container{position:relative;max-width:100%;margin:auto;border-radius:16px;overflow:hidden;box-shadow:0 14px 30px rgba(0,0,0,0.10);background:rgba(255,255,255,0.22);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.34);} 
.mySlides{display:none;width:100%;}
.slide-content{position:relative;}
.mySlides img{width:100%;height:400px;object-fit:cover;display:block;}
.slide-text{position:absolute;top:20px;left:20px;background:rgba(255,255,255,0.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#0f3b33;padding:12px 20px;border-radius:12px;font-size:1.1em;font-weight:700;text-shadow:none;border:1px solid rgba(255,255,255,0.5);} 
.fade{animation:fadeEffect 1.5s ease-in-out;}
@keyframes fadeEffect{from{opacity:0.4}to{opacity:1}}
.prev,.next{cursor:pointer;position:absolute;top:50%;width:auto;padding:14px;margin-top:-22px;color:#0f3b33;font-weight:800;font-size:18px;transition:0.3s ease;border-radius:12px;user-select:none;background:rgba(255,255,255,0.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.5);} 
.next{right:10px;}
.prev{left:10px;}
.prev:hover,.next:hover{background:rgba(255,255,255,0.75);}
.services{margin:40px auto;max-width:1200px;padding:0 20px;}
.services h2{text-align:center;color:#0f3b33;font-size:2.2em;margin-bottom:32px;font-weight:700;}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-top:32px;}
.service-card{background:rgba(255,255,255,0.26);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,0.34);box-shadow:0 12px 30px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;}
.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,0.12);}
.service-card h3{color:#0f3b33;font-size:1.4em;margin-bottom:16px;font-weight:700;border-bottom:2px solid rgba(159,231,214,0.3);padding-bottom:8px;}
.service-card ul{list-style:none;padding:0;}
.service-card li{color:#2e4c47;margin-bottom:8px;padding-left:20px;position:relative;font-weight:500;}
.service-card li::before{content:"✓";position:absolute;left:0;color:#9fe7d6;font-weight:bold;}
.service-card .service-more{margin-top:12px;display:inline-flex;min-width:160px;height:48px;padding:12px 22px}
.service-card .service-more{
  background:linear-gradient(180deg,#079669,#0aa679 85%);
  border:1px solid rgba(255,255,255,0.12);
  color:#ffffff;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
}
.service-card .service-more:hover{filter:brightness(0.95)}
.service-card .service-more:focus-visible{outline:2px solid rgba(31,165,122,0.4);outline-offset:3px}
.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:40px auto;max-width:1200px;align-items:start;}
.service-content{background:rgba(255,255,255,0.26);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:32px;border:1px solid rgba(255,255,255,0.34);box-shadow:0 12px 30px rgba(0,0,0,0.08);}
.service-content h2{color:#0f3b33;font-size:1.8em;margin-bottom:20px;font-weight:700;}
.service-content p{color:#2e4c47;margin-bottom:16px;line-height:1.6;}
.service-content ul{list-style:none;padding:0;margin:20px 0;}
.service-content li{color:#2e4c47;margin-bottom:10px;padding-left:24px;position:relative;font-weight:500;}
.service-content li::before{content:"✓";position:absolute;left:0;color:#9fe7d6;font-weight:bold;}
.pricing{background:linear-gradient(135deg,#9fe7d6,#8ad1f0);border-radius:12px;padding:20px;margin-top:24px;text-align:center;}
.pricing h3{color:#0f3b33;font-size:1.5em;margin-bottom:8px;font-weight:700;}
.pricing p{color:#0f3b33;margin:0;font-weight:500;}
.service-image{
  /* Remove framed white card around images: keep a clean image with rounded corners */
  background:transparent;padding:0;border:none;box-shadow:none;border-radius:0;
}
.service-image img{width:100%;height:300px;object-fit:cover;border-radius:12px;display:block}
@media (max-width:768px){
  header{
    /* Symmetric inset and rounded corners on mobile to match desktop look */
    position:sticky;top:12px;z-index:100;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:10px 16px;border-radius:14px;border:1px solid rgba(255,255,255,0.35);
    background:rgba(255,255,255,0.28);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
    min-height:56px;max-height:56px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,0.06);
    display:flex;justify-content:center;align-items:center; /* center logo */
  }
  .logo{font-size:1.1em;white-space:nowrap;margin:0 auto;text-align:center}
  nav,.lang-select{display:none}
  .container{margin:12px auto;padding:0 12px}
  .hero{padding:32px 14px;border-radius:8px}
  .hero h1{font-size:1.5em;color:#fff}
  .hero p{font-size:0.95em;color:#fff}
  .slideshow-section{margin:16px auto}
  .mySlides img{height:240px}
  .slide-text{font-size:1em;padding:8px 12px;top:12px;left:12px}
  .calculator{margin:18px auto;padding:16px}
  .calculator label{min-width:auto;flex:1 1 120px}
  /* Calculator (mobile): label above field, equal width inputs */
  .calculator .row{flex-direction:column;align-items:stretch;gap:6px;flex-wrap:nowrap}
  .calculator .row label{width:100%;flex:0 0 auto}
  .calculator select,.calculator input{width:100%;max-width:100%;flex:0 0 auto}
  /* Override inner max-width for controls on small screens */
  .calculator-inner select,.calculator-inner input{max-width:100%}
  /* Reduce extra space above the CTA */
  .calc-cta{margin-top:18px}
  .floating-btn{bottom:12px;right:12px;padding:10px 14px}
  footer{margin-top:18px;border-radius:6px;padding:14px}
  .services{margin:24px auto;padding:0 12px}
  .services h2{font-size:1.8em;margin-bottom:24px}
  .services-grid{grid-template-columns:1fr;gap:16px;margin-top:24px}
  .service-card{padding:18px}
  .service-card h3{font-size:1.2em;margin-bottom:12px}
  .service-detail{grid-template-columns:1fr;gap:24px;margin:24px auto}
  .service-content{padding:20px}
  .service-content h2{font-size:1.5em;margin-bottom:16px}
  .service-image{padding:16px}
  .service-image img{height:200px}
}

/* Contact page styles */
.contact-page{padding:40px 0}
.contact-top{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}
.contact-card{background:#ffffff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.05);}
.contact-card .card-icon{width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px;background:linear-gradient(180deg,#EAF7F1,#DFF1EA);color:#2F7A67}
.contact-card h4{margin:6px 0 4px;color:#1A1A1A}
.contact-card .muted{color:#666666;margin-bottom:10px}
.contact-card .primary-contact{color:#2F7A67;font-weight:700}

.contact-mid{display:grid;grid-template-columns:2fr 1fr;gap:28px;align-items:start}
.contact-form{background:transparent;padding-inline:12px}
.contact-form h3{font-size:1.4rem;color:#1A1A1A;margin-bottom:12px;font-weight:700;padding-inline:12px}
.contact-form form{background:#ffffff;padding:24px;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.04)}
.contact-form label{display:block;margin-top:12px;color:#1A1A1A;font-weight:600}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #E0E0E0;margin-top:8px;font-size:1rem}
.submit-cta{width:100%;background:#2F7A67;color:#fff;padding:14px 18px;border-radius:10px;border:none;margin-top:18px;font-weight:700}
.submit-cta:hover{filter:brightness(0.97);cursor:pointer}

.contact-info .info-card{background:#ffffff;padding:18px;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.04);margin-bottom:16px;padding-inline:18px;padding-right:24px}
.contact-info .info-card h4{margin:0 0 8px;color:#1A1A1A}
.contact-info .info-card ul{list-style:none;padding:0;margin:0}
.contact-info .info-card li{display:flex;align-items:center;gap:10px;color:#666666;margin-bottom:8px}
.info-card.emergency{background:#2F7A67;color:#fff;padding-right:24px}
.info-card.emergency p{color:#fff}
.emergency-call{background:#fff;color:#2F7A67;border:none;padding:12px 24px;border-radius:10px;font-weight:700;margin-top:10px}
.emergency-call:hover{background:#f5f5f5;cursor:pointer}

@media (max-width:900px){
  .contact-top{grid-template-columns:1fr}
  .contact-mid{grid-template-columns:1fr}
  .calculator-inner{width:100%;padding:40px 16px}
  /* Small inset for contact blocks so they don't touch the screen edge */
  .contact-form form{margin:0 12px;padding:24px;border-radius:12px}
  .contact-info .info-card{margin:0 12px;padding:18px}
  /* Heading inside contact form should also have a small inset */
  .contact-form h3{padding:0 12px}
}

/* Mobile: stack hero buttons */
@media (max-width:480px){
  .hero .hero-actions{flex-direction:column;gap:12px}
  .hero .hero-actions .btn{width:100%;min-width:0;height:48px;padding:12px 16px}
}

/* Statistics block */
.statistics-title{color:#0f3b33;font-size:1.6rem;margin:10px 0 18px;text-align:center;font-weight:700}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto 34px;padding:0 20px}
.stat-card{background:#ffffff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,0.06);padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#2b3a38;transform:translateY(10px);opacity:0;transition:opacity 420ms ease, transform 420ms cubic-bezier(.2,.9,.2,1)}
.stat-card.visible{opacity:1;transform:none}
.stat-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,0.12);}
.stat-icon{font-size:36px;color:#1fa57a;margin-bottom:10px}
.stat-number{font-size:28px;font-weight:800;color:#103b37;margin-bottom:6px}
.stat-desc{color:#3b4a47;font-weight:600;font-size:0.95rem}
.stat-desc .ru{display:block;font-weight:400;color:#55615f;font-size:0.9rem;margin-top:4px}

@media (max-width:768px){
  .stats-grid{grid-template-columns:1fr;padding:0 12px;gap:14px}
  .stat-icon{font-size:30px}
  .stat-number{font-size:22px}
}

/* About company content styling */
.about-company-content{max-width:900px;margin:18px auto 8px;padding:0 28px;text-align:center}
.about-company-content p{line-height:2.0;color:#2b3a38;font-size:1.05rem;margin:0 auto}
/* Center the section title */
#about-company h2{ text-align:center;color:#0f3b33;margin-bottom:12px}
@media (max-width:768px){
  .about-company-content{padding:0 18px}
  .about-company-content p{line-height:1.9}
  #about-company h2{font-size:1.4rem}
}

/* Footer styles */
.site-footer{background:#0f1724;color:#e6eef2;padding:36px 0 18px;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;align-items:start}
.footer-col{padding:0 12px}
.footer-brand{font-size:1.6rem;color:#fff;margin:0 0 8px}
.footer-tag{color:rgba(230,238,242,0.9);margin-bottom:12px}
.footer-social{display:flex;gap:10px}
.social-link{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#1fa57a;border:none;padding:0;margin-right:10px;transition:transform 160ms ease}
.social-link svg{width:18px;height:18px;display:block}
.social-link:hover{transform:translateY(-2px);opacity:0.95}
.social-link:focus-visible{outline:2px solid rgba(31,165,122,0.18);outline-offset:4px;border-radius:6px}

.footer-links h4,.footer-contact h4{color:#f3f6f8;margin-bottom:10px}
.quick-links{list-style:none;padding:0;margin:0}
.quick-links li{margin-bottom:8px}
.quick-links a{color:rgba(230,238,242,0.95);text-decoration:none}
.footer-select{width:100%;padding:8px;border-radius:8px;border:none;background:#0d1a2a;color:#e6eef2}
.footer-select option{background:#0f1724;color:#e6eef2}

.contact-list{list-style:none;padding:0;margin:0}
.contact-list li{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:rgba(230,238,242,0.95)}
.contact-icon{color:#1fa57a}

.footer-bottom{padding-top:18px;text-align:center}
.footer-sep{border:none;border-top:1px solid rgba(255,255,255,0.06);margin:12px 0}
.footer-copy{color:rgba(230,238,242,0.75);margin:0;padding-bottom:8px}

@media (max-width:900px){
  .footer-grid{grid-template-columns:1fr;gap:18px}
  .footer-col{padding:0 10px}
}

/* ===== Global mobile drawer (burger menu) ===== */
/* Hidden by default on desktop */
.burger{display:none;background:transparent;border:1px solid rgba(255,255,255,0.24);border-radius:12px;width:38px;height:38px;align-items:center;justify-content:center;padding:6px;line-height:0;cursor:pointer;flex-direction:column;gap:3px}
.burger .bar{display:block;width:22px;height:2px;background:#595959;border-radius:2px}

.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:120000;display:none}
.mobile-drawer{position:fixed;top:0;bottom:0;left:0;width:82%;max-width:320px;background:rgba(255,255,255,0.96);box-shadow:2px 0 16px rgba(0,0,0,0.25);transform:translateX(-100%);transition:transform .25s ease;z-index:120001;padding:16px 18px;overflow-y:auto;border-top-right-radius:12px;border-bottom-right-radius:12px}
.drawer-open .drawer-overlay{display:block}
.drawer-open .mobile-drawer{transform:translateX(0)}
body.drawer-open{overflow:hidden}

.mobile-drawer h3{margin:6px 0 10px;font-size:1.05rem}
.mobile-drawer h4{margin:14px 0 8px;font-size:0.95rem;color:#333}
.mobile-drawer ul{list-style:none;padding:0;margin:0}
.mobile-drawer li{margin:4px 0}
.mobile-drawer a{display:block;padding:10px 8px;border-radius:8px;color:#111;text-decoration:none}
.mobile-drawer a:hover{background:rgba(0,0,0,0.06)}

/* Language toggle inside drawer */
.lang-toggle{display:inline-flex;border:1px solid rgba(0,0,0,0.15);border-radius:10px;overflow:hidden}
.lang-toggle .lang-btn{padding:8px 12px;background:transparent;border:none;color:#111;cursor:pointer}
.lang-toggle .lang-btn + .lang-btn{border-left:1px solid rgba(0,0,0,0.1)}
.lang-toggle .lang-btn.active{background:#111;color:#fff}

/* Floating close button outside the drawer, bottom area */
#drawerCloseX{position:fixed;bottom:20px;left:calc(min(82vw, 320px) + 12px);width:auto;height:auto;border:1px solid rgba(0,0,0,0.28);border-radius:18px;padding:2px 8px;background:transparent;color:#fff;font-size:28px;line-height:1;display:none;cursor:pointer;z-index:120002}
.drawer-open #drawerCloseX{display:block}

/* Mobile header layout: show burger and center logo */
@media (max-width:900px){
  header{position:sticky;/* ensure abs children placed properly */ display:flex;justify-content:center;align-items:center}
  .burger{display:inline-flex;position:absolute;left:16px;top:50%;transform:translateY(-50%)}
  header .logo{display:inline-block;margin:0 auto;text-align:center}
}



/* ========== FROM beach-bar-construction-ru.html ========== */
/* Page-specific hero/header styles copied from other pages */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh, 1vh) * 100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;} 
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;padding-bottom:100px;margin-bottom:0;z-index:1;position:relative;width:100vw;left:50%;transform:translateX(-50%);} 
  /* Tighten spacing before footer on this page only */
  main > .container{ margin-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}
  /* Modal: glassmorphic semi-transparent background with blur; keep text white for contrast */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }

  /* Make phone input text visible on glass background: dark text and darker placeholder */
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM beach-bar-construction.html ========== */
/* Page-specific: hero image pulled out to full-site background and header/hero float over it */
  /* Header floats with small desktop offsets and rounded corners */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

  .site-hero-bg{
    position:fixed;inset:0;/* use CSS variable for mobile vh, fallback to 100dvh and 100vh */
    height:calc(var(--vh, 1vh) * 100);
    min-height:100vh;
    /* modern browsers: real viewport height unit */
    height:100dvh;
    background-image:url('../images/8.jpg');
    background-size:cover;background-position:center center;background-repeat:no-repeat;
    z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
  }

  /* Reduce the opaque white overlay from parallax so the hero image shows through */
  .parallax-bg::before{background:
    radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),
    radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);
    filter: blur(6px);
  }

  /* Make hero overlay glassmorphic and float above the background like the navbar */
  /* Hero centered with small side offsets on desktop, glassmorphic */

  /* per-hero overlay is provided by external CSS (.hero::before) */
  .hero{
    position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;}

  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}

  /* Ensure main content doesn't jump under header after header fixed */
  main{margin-top:0}

  /* Site content block (white background that follows after hero) */
  .site-content{
    background:#ffffff;
    margin-top:0; /* starts immediately after hero */
    padding-top:28px;
    border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;
  z-index:1;position:relative;padding-bottom:100px;
    /* full-bleed to viewport edges */
    width:100vw;left:50%;transform:translateX(-50%);
  }

  /* Tighten spacing before footer: remove bottom gaps from wrappers and last section */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }

  /* Responsive tweak: less top padding on small screens */
  @media (max-width:768px){
    header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}
    .hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}
  }

  /* Make pricing block match primary hero button gradient on this page */
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

  /* Modal: glassmorphic semi-transparent background with blur; keep text white for contrast */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }

  /* Make phone input text visible on glass background: dark text and darker placeholder */
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM contact-en.html ========== */
/* Page-specific: hero image pulled out to full-site background and header/hero float over it */
  /* Header floats with small desktop offsets and rounded corners */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

  .site-hero-bg{
    position:fixed;inset:0;/* use CSS variable for mobile vh, fallback to 100dvh and 100vh */
    height:calc(var(--vh, 1vh) * 100);
    min-height:100vh;
    /* modern browsers: real viewport height unit */
    height:100dvh;
    background-image:url('../images/8.jpg');
    background-size:cover;background-position:center center;background-repeat:no-repeat;
    z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
  }

  /* Reduce the opaque white overlay from parallax so the hero image shows through */
  .parallax-bg::before{background:
    radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),
    radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);
    filter: blur(6px);
  }

  /* Make hero overlay glassmorphic and float above the background like the navbar */
  /* Hero centered with small side offsets on desktop, glassmorphic */

  /* Removed hero: bring contact cards into first viewport */
  .no-hero-top{margin-top:140px;}

  /* Ensure main content doesn't jump under header after header fixed */
  main{margin-top:0}

  /* Site content block (white background that follows after hero) */
  .site-content{
    background:#ffffff;
    margin-top:0; /* starts immediately after hero */
    padding-top:28px;
    border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;
    z-index:1;position:relative;padding-bottom:60px;
    /* full-bleed to viewport edges */
    width:100vw;left:50%;transform:translateX(-50%);
  }

  /* Responsive tweak: less top padding on small screens */
  @media (max-width:768px){
    header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}
    .hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}
  }

  /* Spacing fix: tighten the gap before footer on contact-en only */
  .contact-page .site-content{ padding-bottom:16px; margin-bottom:0; }
  .contact-page .contact-mid{ margin-bottom:0 !important; padding-bottom:0 !important; }
  /* main has both .contact-page and .container: reset any global container margins */
  .contact-page.container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }

/* ========== FROM contact.html ========== */
/* Page-specific: hero image pulled out to full-site background and header/hero float over it */
  /* Header floats with small desktop offsets and rounded corners */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

  .site-hero-bg{
    position:fixed;inset:0;/* use CSS variable for mobile vh, fallback to 100dvh and 100vh */
    height:calc(var(--vh, 1vh) * 100);
    min-height:100vh;
    /* modern browsers: real viewport height unit */
    height:100dvh;
    background-image:url('../images/8.jpg');
    background-size:cover;background-position:center center;background-repeat:no-repeat;
    z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
  }

  /* Reduce the opaque white overlay from parallax so the hero image shows through */
  .parallax-bg::before{background:
    radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),
    radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);
    filter: blur(6px);
  }

  /* Make hero overlay glassmorphic and float above the background like the navbar */
  /* Hero centered with small side offsets on desktop, glassmorphic */

  /* Убрали hero: компенсируем отступы чтобы контактные карточки появлялись сразу */
  .no-hero-top{margin-top:140px;} /* десктопное смещение ниже фиксированного header */

  /* Ensure main content doesn't jump under header after header fixed */
  main{margin-top:0}

  /* Site content block (white background that follows after hero) */
  .site-content{
    background:#ffffff;
    margin-top:0; /* starts immediately after hero */
    padding-top:28px;
    border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;
    z-index:1;position:relative;padding-bottom:60px;
    /* full-bleed to viewport edges */
    width:100vw;left:50%;transform:translateX(-50%);
  }

  /* Responsive tweak: less top padding on small screens */
  @media (max-width:768px){
    header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}
    .hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}
  }

  /* Spacing fix: tighten the gap before footer on contact-ru only */
  .contact-page .site-content{ padding-bottom:16px; margin-bottom:0; }
  .contact-page .contact-mid{ margin-bottom:0 !important; padding-bottom:0 !important; }
  /* main has both .contact-page and .container: reset any global container margins */
  .contact-page.container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }

/* ========== FROM electrical-installation-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
    .site-hero-bg{position:fixed;inset:0;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1{color:#ffffff}
    .hero p{color:#ffffff}
    main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  /* Tighten spacing before footer: remove bottom gaps from wrappers and last section */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    /* Modal: glassmorphic semi-transparent background with blur; keep text white for contrast */
    #callModal .modal-content{
      color:#ffffff;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: 0 8px 24px rgba(0,0,0,0.25);
      backdrop-filter: blur(8px) saturate(1.05);
      -webkit-backdrop-filter: blur(8px) saturate(1.05);
    }
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }

    /* Make phone input text visible on glass background: dark text and darker placeholder */
    #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM electrical-installation.html ========== */
/* Page-specific: hero image pulled out to full-site background and header/hero float over it */
  /* Header floats with small desktop offsets and rounded corners */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

  .site-hero-bg{
    position:fixed;inset:0;/* use CSS variable for mobile vh, fallback to 100dvh and 100vh */
    height:calc(var(--vh, 1vh) * 100);
    min-height:100vh;
    /* modern browsers: real viewport height unit */
    height:100dvh;
  background-image:url('../images/8.jpg');
    background-size:cover;background-position:center center;background-repeat:no-repeat;
    z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
  }

  /* Reduce the opaque white overlay from parallax so the hero image shows through */
  .parallax-bg::before{background:
    radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),
    radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);
    filter: blur(6px);
  }

  /* Make hero overlay glassmorphic and float above the background like the navbar */
  /* Hero centered with small side offsets on desktop, glassmorphic */

  /* per-hero overlay is provided by external CSS (.hero::before) */
  .hero{
    position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;}

  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}

  /* Ensure main content doesn't jump under header after header fixed */
  main{margin-top:0}

  /* Site content block (white background that follows after hero) */
  .site-content{
    background:#ffffff;
    margin-top:0; /* starts immediately after hero */
    padding-top:28px;
    border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;
    z-index:1;position:relative;padding-bottom:100px;
    /* full-bleed to viewport edges */
    width:100vw;left:50%;transform:translateX(-50%);
  }

  /* Tighten spacing before footer: remove bottom gaps from wrappers and last section */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }

  /* Responsive tweak: less top padding on small screens */
  @media (max-width:768px){
    header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}
    .hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}
  }

  /* Make pricing block match primary hero button gradient on this page */
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

  /* Modal: glassmorphic semi-transparent background with blur; keep text white for contrast */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }

  /* Make phone input text visible on glass background: dark text and darker placeholder */
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM expert-tile-works-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh,1vh)*100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  /* Убираем зазоры перед футером */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

  /* Стеклянные стили модалки */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM expert-tile-works.html ========== */
/* Page-specific: hero image pulled out to full-site background and header/hero float over it */
    header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh, 1vh) * 100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}

    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}

  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1{color:#ffffff}
    .hero p{color:#ffffff}
    main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);}
  /* Tighten spacing before footer */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
/* Modal glassmorphism overrides for this page */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM facade-decoration-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh,1vh)*100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  /* Убираем зазоры перед футером */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

  /* Стеклянные стили модалки */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM facade-decoration.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh,1vh)*100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
  /* lighten parallax overlay */
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  /* tighten spacing before footer */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

  /* Modal glassmorphism */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM facade-insulation-ru.html ========== */
/* Page-specific hero/header styles copied from canonical page */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh, 1vh) * 100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;} 
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;padding-bottom:100px;margin-bottom:0;z-index:1;position:relative;width:100vw;left:50%;transform:translateX(-50%);} 
  /* Tighten spacing before footer on this page only */
  main > .container{ margin-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}
  /* Modal: glassmorphic semi-transparent background with blur; keep text white for contrast */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  /* Make phone input text visible on glass background */
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM facade-insulation.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
		.site-hero-bg{position:fixed;inset:0;height:calc(var(--vh,1vh)*100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
		.parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
		.hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
		.site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
		/* tighten spacing before footer */
		main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
		.site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
		.site-footer{ margin-top:0; }
		@media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
		.service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
/* Modal glassmorphism overrides */
	#callModal .modal-content{
		color:#ffffff;
		background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
		border: 1px solid rgba(255,255,255,0.12);
		box-shadow: 0 8px 24px rgba(0,0,0,0.25);
		backdrop-filter: blur(8px) saturate(1.05);
		-webkit-backdrop-filter: blur(8px) saturate(1.05);
	}
	#callModal .modal-content h3{ color:#ffffff; }
	#callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
	#callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
	#callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
	#callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
	#callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM floor-screeding-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM floor-screeding.html ========== */
/* Header floats with small desktop offsets and rounded corners */
    header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    /* Transparent hero that sits on top of the background */
    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    /* White content block following the hero */
    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    /* Pricing block theming */
    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    /* Modal: glassmorphic background */
    #callModal .modal-content{
      color:#ffffff;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: 0 8px 24px rgba(0,0,0,0.25);
      backdrop-filter: blur(8px) saturate(1.05);
      -webkit-backdrop-filter: blur(8px) saturate(1.05);
    }
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM golden-visa-assistance-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM golden-visa-assistance.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM heating-solutions-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM heating-solutions.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM index-en.html ========== */
/* Page-specific: hero image pulled out to full-site background and header/hero float over it */
  /* Header floats with small desktop offsets and rounded corners */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

  .site-hero-bg{
    position:fixed;inset:0;/* use CSS variable for mobile vh, fallback to 100dvh and 100vh */
    height:calc(var(--vh, 1vh) * 100);
    min-height:100vh;
    /* modern browsers: real viewport height unit */
    height:100dvh;
    background-image:url('../images/8.jpg');
    background-size:cover;background-position:center center;background-repeat:no-repeat;
    z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
  }

  /* Reduce the opaque white overlay from parallax so the hero image shows through */
  .parallax-bg::before{background:
    radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),
    radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);
    filter: blur(6px);
  }

  /* Hero transparent and floating above the background */
  .hero{
    position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;}

  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  
  /* Ensure main content doesn't jump under header after header fixed */
  main{margin-top:0}

  /* Site content block (white background that follows after hero) */
  .site-content{
    background:#ffffff;
    margin-top:0; /* starts immediately after hero */
    padding-top:28px;
    border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;
  z-index:1;position:relative;padding-bottom:100px;margin-bottom:0;
    /* full-bleed to viewport edges */
    width:100vw;left:50%;transform:translateX(-50%);
  }

  /* Tighten spacing before footer: remove bottom gaps from wrappers and last section */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .calculator{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }

  /* Responsive tweak: less top padding on small screens */
  @media (max-width:768px){
    header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}
    .hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}    
  }
  /* Modal: glassmorphic semi-transparent background with blur; keep text white for contrast */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }

  /* Make phone input text visible on glass background: dark text and darker placeholder */
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM index.html ========== */
/* Page-specific: hero image pulled out to full-site background and header/hero float over it */
  /* Header floats with small desktop offsets and rounded corners */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  /* Burger button (hidden on desktop) */
  .burger{display:none;
    background: transparent;
    border:1px solid rgba(255,255,255,0.24);
    cursor:pointer;padding:6px;border-radius:12px;line-height:0;
    box-shadow:none;width:38px;height:38px;align-items:center;justify-content:center}
  .burger:focus{outline:2px solid rgba(0,0,0,0.2);outline-offset:2px}
  .burger .bar{display:block;width:22px;height:2px;background:#595959;border-radius:2px}

  .site-hero-bg{
    position:fixed;inset:0;/* use CSS variable for mobile vh, fallback to 100dvh and 100vh */
    height:calc(var(--vh, 1vh) * 100);
    min-height:100vh;
    /* modern browsers: real viewport height unit */
    height:100dvh;
    background-image:url('../images/8.jpg');
    background-size:cover;background-position:center center;background-repeat:no-repeat;
    z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
  }

  /* Reduce the opaque white overlay from parallax so the hero image shows through */
  .parallax-bg::before{background:
    radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),
    radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);
    filter: blur(6px);
  }

  /* Make hero overlay glassmorphic and float above the background like the navbar */
  /* Hero centered with small side offsets on desktop, glassmorphic */

  /* per-hero overlay is provided by external CSS (.hero::before) */
  .hero{
    position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;}

  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  

  /* Ensure main content doesn't jump under header after header fixed */
  main{margin-top:0}

  /* Site content block (white background that follows after hero) */
  .site-content{
    background:#ffffff;
    margin-top:0; /* starts immediately after hero */
    padding-top:28px;
    border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;
    z-index:1;position:relative;padding-bottom:60px;
    /* full-bleed to viewport edges */
    width:100vw;left:50%;transform:translateX(-50%);
  }

  /* Responsive tweak: less top padding on small screens */
  @media (max-width:768px){
    /* Центрируем лого, бургер не влияет на поток */
    header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0;display:flex;justify-content:center;align-items:center}
    .hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}    
    /* On mobile show burger and move navigation into drawer */
    .burger{display:inline-flex;color:#111;flex-direction:column;gap:3px;position:absolute;left:16px;top:50%;transform:translateY(-50%)}
    header .logo{margin:0 auto;text-align:center}
    header nav{display:none}
    header .lang-select{display:none}
    
  }
  /* Modal: glassmorphic semi-transparent background with blur; keep text white for contrast */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }

  /* Make phone input text visible on glass background: dark text and darker placeholder */
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }
  /* Drawer (mobile menu) */
  .drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:120000;display:none}
  .mobile-drawer{position:fixed;top:0;bottom:0;left:0;width:82%;max-width:320px;background:rgba(255,255,255,0.96);box-shadow:2px 0 16px rgba(0,0,0,0.25);transform:translateX(-100%);transition:transform .25s ease;z-index:120001;padding:16px 18px;overflow-y:auto;border-top-right-radius:12px;border-bottom-right-radius:12px}
  .drawer-open .drawer-overlay{display:block}
  .drawer-open .mobile-drawer{transform:translateX(0)}
  body.drawer-open{overflow:hidden}
  /* Floating close button outside the drawer, bottom area */
  #drawerCloseX{position:fixed;bottom:20px;left:calc(min(82vw, 320px) + 12px);width:auto;height:auto;
    border:1px solid rgba(0,0,0,0.28);border-radius:18px;padding:2px 8px;
    background:transparent;color:#fff;font-size:28px;line-height:1;display:none;cursor:pointer;z-index:120002}
  .drawer-open #drawerCloseX{display:block}
  .mobile-drawer h3{margin:6px 0 10px;font-size:1.05rem}
  .mobile-drawer h4{margin:14px 0 8px;font-size:0.95rem;color:#333}
  .mobile-drawer .drawer-lang{margin-bottom:12px}
  /* Language toggle inside drawer */
  .lang-toggle{display:inline-flex;border:1px solid rgba(0,0,0,0.15);border-radius:10px;overflow:hidden}
  .lang-toggle .lang-btn{padding:8px 12px;background:transparent;border:none;color:#111;cursor:pointer}
  .lang-toggle .lang-btn + .lang-btn{border-left:1px solid rgba(0,0,0,0.1)}
  .lang-toggle .lang-btn.active{background:#111;color:#fff}
  .mobile-drawer ul{list-style:none;padding:0;margin:0}
  .mobile-drawer li{margin:4px 0}
  .mobile-drawer a{display:block;padding:10px 8px;border-radius:8px;color:#111;text-decoration:none}
  .mobile-drawer a:hover{background:rgba(0,0,0,0.06)}

/* ========== FROM landscaping-irrigation-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM landscaping-irrigation.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM luxury-villa-construction-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM luxury-villa-construction.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM modular-homes-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM modular-homes.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
    .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
    .hero > *{position:relative;z-index:1}
    .hero h1,.hero p{color:#ffffff}

    main{margin-top:0}
    .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
    main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
    .site-footer{ margin-top:0; }

    @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

    #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
    #callModal .modal-content h3{ color:#ffffff; }
    #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
    #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
    #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
    #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
    #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM professional-plastering-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:100dvh;min-height:100vh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}  
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .hero > *{position:relative;z-index:1}
  .hero h1,.hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

  #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);} 
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}

/* ========== FROM professional-plastering.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}    
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}    

  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .hero > *{position:relative;z-index:1}
  .hero h1,.hero p{color:#ffffff}

  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }

  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

  #callModal .modal-content{color:#ffffff;background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 8px 24px rgba(0,0,0,0.25);backdrop-filter: blur(8px) saturate(1.05);-webkit-backdrop-filter: blur(8px) saturate(1.05);}    
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color:#000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color:#666 !important; }

/* ========== FROM property-maintenance-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:100dvh;min-height:100vh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}  
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}
  /* Modal styles same as index */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM property-maintenance.html ========== */
/* ventilation-style: shared page-specific rules */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:100dvh;min-height:100vh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}
  /* Modal styles same as index */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM scaffolding-ru.html ========== */
/* Page-specific hero/header styles aligned with site */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh, 1vh) * 100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;} 
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;padding-bottom:100px;z-index:1;position:relative;width:100vw;left:50%;transform:translateX(-50%);} 
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}
  /* Modal styles same as index */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM scaffolding.html ========== */
/* Page-specific hero/header styles aligned with site */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh, 1vh) * 100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);} 
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;} 
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;padding-bottom:100px;z-index:1;position:relative;width:100vw;left:50%;transform:translateX(-50%);} 
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}
  /* Modal styles same as index */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM ventilation-systems-ru.html ========== */
/* Page-specific: hero image pulled out to full-site background and header/hero float over it */
  /* Header floats with small desktop offsets and rounded corners */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

  .site-hero-bg{
    position:fixed;inset:0;/* use CSS variable for mobile vh, fallback to 100dvh and 100vh */
    height:calc(var(--vh, 1vh) * 100);
    min-height:100vh;
    /* modern browsers: real viewport height unit */
    height:100dvh;
    background-image:url('../images/8.jpg');
    background-size:cover;background-position:center center;background-repeat:no-repeat;
    z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
  }

  /* Reduce the opaque white overlay from parallax so the hero image shows through */
  .parallax-bg::before{background:
    radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),
    radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);
    filter: blur(6px);
  }

  /* Hero transparent and floating above the background */
  .hero{
    position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff;}

  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}

  /* Ensure main content doesn't jump under header after header fixed */
  main{margin-top:0}

  /* Site content block (white background that follows after hero) */
  .site-content{
    background:#ffffff;
    margin-top:0; /* starts immediately after hero */
    padding-top:28px;
    border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;
    z-index:1;position:relative;padding-bottom:100px;
    /* full-bleed to viewport edges */
    width:100vw;left:50%;transform:translateX(-50%);
  }

  /* Tighten spacing before footer */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }

  /* Responsive tweak: less top padding on small screens */
  @media (max-width:768px){
    header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}
    .hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}
  }

  /* Make pricing block match primary hero button gradient on this page */
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

  /* Modal: glassmorphic */
  #callModal .modal-content{
    color:#ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
  }
  #callModal .modal-content h3{ color:#ffffff; }
  #callModal .modal-content input, #callModal .modal-content button, #callModal .modal-content .close{ color:#ffffff; }
  #callModal .modal-content input::placeholder{ color:rgba(255,255,255,0.7); }
  #callModal .modal-content .btn{ background:transparent; border:1px solid rgba(255,255,255,0.18); color:#ffffff; }
  /* Make inputs full width and consistent spacing */
  #callModal .modal-content input, #callModal .modal-content select{
    width:100%;
    padding:8px;
    border-radius:6px;
    border:1px solid rgba(0,0,0,0.12);
    background:#fff;
    color:#000;
    margin-bottom:8px;
  }
  #callModal .modal-content input[type="tel"]{ color: #000 !important; background: rgba(255,255,255,0.96); border: 1px solid rgba(0,0,0,0.12); }
  #callModal .modal-content input[type="tel"]::placeholder{ color: #666 !important; }

/* ========== FROM ventilation-systems.html ========== */
/* Header floats with small desktop offsets and rounded corners */
    header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

    .site-hero-bg{
      position:fixed;inset:0;height:calc(var(--vh, 1vh) * 100);min-height:100vh;height:100dvh;
      background-image:url('../images/8.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;
      z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);
    }

    .parallax-bg::before{background:
      radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),
      radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),
      radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);
      filter: blur(6px);
    }

    /* Hero transparent and floating above the background */
    .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#fff}
    .hero>*{position:relative;z-index:1}
    .hero h1,.hero p{color:#fff}

    /* Ensure main content doesn't jump under header after header fixed */
    main{margin-top:0}

    /* White content block follows hero */
    .site-content{background:#fff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%)}

    /* Tighten spacing before footer */
    main>.container{margin-bottom:0 !important;padding-bottom:0 !important}
    .site-content>.service-detail{margin-bottom:0 !important;padding-bottom:0 !important}
    .site-footer{margin-top:0}

    @media (max-width:768px){
      header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}
      .hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px)}
    }

    /* Page accent for pricing */
    .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#fff}
    .service-detail .pricing h3,.service-detail .pricing p{color:#fff}

    /* Modal: glassmorphic */
    #callModal .modal-content{color:#fff;background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.04));border:1px solid rgba(255,255,255,0.12);box-shadow:0 8px 24px rgba(0,0,0,0.25);backdrop-filter:blur(8px) saturate(1.05);-webkit-backdrop-filter:blur(8px) saturate(1.05)}
    #callModal .modal-content h3{color:#fff}
    #callModal .modal-content input,#callModal .modal-content button,#callModal .modal-content .close{color:#fff}
    #callModal .modal-content input::placeholder{color:rgba(255,255,255,0.7)}
    #callModal .modal-content .btn{background:transparent;border:1px solid rgba(255,255,255,0.18);color:#fff}
    /* Make inputs full width and consistent spacing */
    #callModal .modal-content input, #callModal .modal-content select{
      width:100%;
      padding:8px;
      border-radius:6px;
      border:1px solid rgba(0,0,0,0.12);
      background:#fff;
      color:#000;
      margin-bottom:8px;
    }
    #callModal .modal-content input[type="tel"]{color:#000 !important;background:rgba(255,255,255,0.96);border:1px solid rgba(0,0,0,0.12)}
    #callModal .modal-content input[type="tel"]::placeholder{color:#666 !important}

/* ========== FROM warehouse-renovation-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:100dvh;min-height:100vh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}  
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);} 
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  /* Tighten spacing before footer */
  main>.container{margin-bottom:0 !important;padding-bottom:0 !important}
  .site-content>.service-detail{margin-bottom:0 !important;padding-bottom:0 !important}
  .site-footer{margin-top:0}
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  
  /* Modal: glassmorphic */
  #callModal .modal-content{color:#fff;background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.04));border:1px solid rgba(255,255,255,0.12);box-shadow:0 8px 24px rgba(0,0,0,0.25);backdrop-filter:blur(8px) saturate(1.05);-webkit-backdrop-filter:blur(8px) saturate(1.05)}
  #callModal .modal-content h3{color:#fff}
  #callModal .modal-content input,#callModal .modal-content button,#callModal .modal-content .close{color:#fff}
  #callModal .modal-content input::placeholder{color:rgba(255,255,255,0.7)}
  #callModal .modal-content .btn{background:transparent;border:1px solid rgba(255,255,255,0.18);color:#fff}
  /* Make inputs/selects full width and consistent spacing */
  #callModal .modal-content input, #callModal .modal-content select{
    width:100%;
    padding:8px;
    border-radius:6px;
    border:1px solid rgba(0,0,0,0.12);
    background:#fff;
    color:#000;
    margin-bottom:8px;
  }
  #callModal .modal-content input[type="tel"]{color:#000 !important;background:rgba(255,255,255,0.96);border:1px solid rgba(0,0,0,0.12)}
  #callModal .modal-content input[type="tel"]::placeholder{color:#666 !important}

/* ========== FROM warehouse-renovation.html ========== */
/* ventilation-style page rules */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:100dvh;min-height:100vh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#fff}
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  /* Tighten spacing before footer */
  main>.container{margin-bottom:0 !important;padding-bottom:0 !important}
  .site-content>.service-detail{margin-bottom:0 !important;padding-bottom:0 !important}
  .site-footer{margin-top:0}
  
  /* Modal: glassmorphic */
  #callModal .modal-content{color:#fff;background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.04));border:1px solid rgba(255,255,255,0.12);box-shadow:0 8px 24px rgba(0,0,0,0.25);backdrop-filter:blur(8px) saturate(1.05);-webkit-backdrop-filter:blur(8px) saturate(1.05)}
  #callModal .modal-content h3{color:#fff}
  #callModal .modal-content input,#callModal .modal-content button,#callModal .modal-content .close{color:#fff}
  #callModal .modal-content input::placeholder{color:rgba(255,255,255,0.7)}
  #callModal .modal-content .btn{background:transparent;border:1px solid rgba(255,255,255,0.18);color:#fff}
  /* Make inputs/selects full width and consistent spacing */
  #callModal .modal-content input, #callModal .modal-content select{
    width:100%;
    padding:8px;
    border-radius:6px;
    border:1px solid rgba(0,0,0,0.12);
    background:#fff;
    color:#000;
    margin-bottom:8px;
  }
  /* Make phone input visible on glass background */
  #callModal .modal-content input[type="tel"]{color:#000 !important;background:rgba(255,255,255,0.96);border:1px solid rgba(0,0,0,0.12)}
  #callModal .modal-content input[type="tel"]::placeholder{color:#666 !important}

/* ========== FROM water-supply-drainage-ru.html ========== */
header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}
  .site-hero-bg{position:fixed;inset:0;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}
  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}
  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);}
  /* Tighten spacing before footer */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}
  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}
  
  /* Modal: glassmorphic */
  #callModal .modal-content{color:#fff;background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.04));border:1px solid rgba(255,255,255,0.12);box-shadow:0 8px 24px rgba(0,0,0,0.25);backdrop-filter:blur(8px) saturate(1.05);-webkit-backdrop-filter:blur(8px) saturate(1.05)}
  #callModal .modal-content h3{color:#fff}
  #callModal .modal-content input,#callModal .modal-content button,#callModal .modal-content .close{color:#fff}
  #callModal .modal-content input::placeholder{color:rgba(255,255,255,0.7)}
  #callModal .modal-content .btn{background:transparent;border:1px solid rgba(255,255,255,0.18);color:#fff}
  /* Make inputs/selects full width and consistent spacing */
  #callModal .modal-content input, #callModal .modal-content select{
    width:100%;
    padding:8px;
    border-radius:6px;
    border:1px solid rgba(0,0,0,0.12);
    background:#fff;
    color:#000;
    margin-bottom:8px;
  }
  #callModal .modal-content input[type="tel"]{color:#000 !important;background:rgba(255,255,255,0.96);border:1px solid rgba(0,0,0,0.12)}
  #callModal .modal-content input[type="tel"]::placeholder{color:#666 !important}

/* ========== FROM water-supply-drainage.html ========== */
/* Page-specific: ventilation-style hero + glass overlay, uses images/8.jpg */
  header{position:fixed;top:12px;left:6%;right:6%;width:calc(100% - 12%);margin:0;padding:14px 22px;border-radius:14px;z-index:120;}

  .site-hero-bg{position:fixed;inset:0;height:calc(var(--vh, 1vh) * 100);min-height:100vh;height:100dvh;background-image:url('../images/8.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;pointer-events:none;filter:contrast(0.98) saturate(1.02);}

  .parallax-bg::before{background:radial-gradient(1200px 800px at 10% 20%, rgba(255,255,255,0.18), transparent 60%),radial-gradient(900px 700px at 90% 30%, rgba(255,255,255,0.14), transparent 60%),radial-gradient(1000px 900px at 50% 80%, rgba(255,255,255,0.12), transparent 60%);filter: blur(6px);}

  .hero{position:relative;width:calc(100% - 12%);max-width:1200px;margin:140px auto 40px;border-radius:14px;border:none;box-shadow:none;padding:90px 20px 70px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:119;color:#ffffff}
  .hero > *{position:relative;z-index:1}
  .hero h1{color:#ffffff}
  .hero p{color:#ffffff}
  main{margin-top:0}

  .site-content{background:#ffffff;margin-top:0;padding-top:28px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;position:relative;padding-bottom:100px;width:100vw;left:50%;transform:translateX(-50%);} 
  /* Tighten spacing before footer */
  main > .container{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-content > .service-detail{ margin-bottom:0 !important; padding-bottom:0 !important; }
  .site-footer{ margin-top:0; }
  
  /* Modal: glassmorphic */
  #callModal .modal-content{color:#fff;background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.04));border:1px solid rgba(255,255,255,0.12);box-shadow:0 8px 24px rgba(0,0,0,0.25);backdrop-filter:blur(8px) saturate(1.05);-webkit-backdrop-filter:blur(8px) saturate(1.05)}
  #callModal .modal-content h3{color:#fff}
  #callModal .modal-content input,#callModal .modal-content button,#callModal .modal-content .close{color:#fff}
  #callModal .modal-content input::placeholder{color:rgba(255,255,255,0.7)}
  #callModal .modal-content .btn{background:transparent;border:1px solid rgba(255,255,255,0.18);color:#fff}
  /* Make inputs/selects full width and consistent spacing */
  #callModal .modal-content input, #callModal .modal-content select{
    width:100%;
    padding:8px;
    border-radius:6px;
    border:1px solid rgba(0,0,0,0.12);
    background:#fff;
    color:#000;
    margin-bottom:8px;
  }
  #callModal .modal-content input[type="tel"]{color:#000 !important;background:rgba(255,255,255,0.96);border:1px solid rgba(0,0,0,0.12)}
  #callModal .modal-content input[type="tel"]::placeholder{color:#666 !important}

  @media (max-width:768px){header{position:sticky;top:0;left:0;right:0;width:100%;margin:0;padding:10px 16px;border-radius:0}.hero{padding:60px 16px 50px;border-radius:8px;margin:90px auto 24px;width:calc(100% - 32px);}}

  .service-detail .pricing{background:linear-gradient(180deg,#079669,#0aa679 85%);color:#ffffff}
  .service-detail .pricing h3,.service-detail .pricing p{color:#ffffff}

/* ========== CONVERTED INLINE STYLES ========== */
.inline-style-1 { height:38px;vertical-align:middle; }
.inline-style-2 { display:none; }
.inline-style-3 { display:none;margin:8px 0 12px;font-weight:700;color:#ffffff; }
.inline-style-4 { margin:8px 0 6px;color:#ffffff;font-size:0.95rem; }
.inline-style-5 { width:100%;padding:8px;border-radius:6px;border:1px solid rgba(0,0,0,0.12);background:#fff;color:#000;margin-bottom:8px; }
.inline-style-6 { width:100%;padding:8px;border-radius:6px;border:1px solid rgba(0,0,0,0.12);background:#fff;color:#000;margin-bottom:10px; }
.inline-style-7 { color:inherit;text-decoration:none; }

/* Services catalog page */
.services-catalog-wrap {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0 24px;
}

.services-catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.services-catalog-list li {
  margin: 0;
  padding: 0;
}

.services-catalog-list li a {
  display: flex;
  align-items: center;
  min-height: 110px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #ffffff;
  color: #103b36;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-catalog-list li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1024px) {
  .services-catalog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .services-catalog-wrap {
    padding: 0 16px;
  }

  .services-catalog-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .services-catalog-list li a {
    min-height: auto;
    padding: 18px 20px;
    border-radius: 16px;
  }
}

@media (max-width: 1024px) {
  .desktop-lang-switcher {
    display: none !important;
  }
}


.desktop-lang-switcher .lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 12px;
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.desktop-lang-switcher .lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.desktop-lang-switcher .lang-btn:hover {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
}

.desktop-lang-switcher .lang-btn.active {
  background: #ffffff;
  color: #0f2f2a;
}

@media (max-width: 1024px) {
  .desktop-lang-switcher {
    display: none !important;
  }
}