*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  max-width: 100vw;
}
:root{--navy:#003968;--sky:#009DEA;--green:#71CDA1;--gray-bg:#f5f7fa;--white:#fff;--radius:14px;--shadow:0 4px 24px rgba(0,0,0,.10)}
body{font-family:'Inter',sans-serif;color:#222;background:var(--white)}
body p{color:#555}body a{text-decoration:none}
header{background:var(--white);height:72px;display:flex;align-items:center;padding:0 40px;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.08);justify-content:space-between}
.logo{display:flex;align-items:center}
.logo img{height:88px;width:auto}
nav{display:flex;align-items:center;gap:8px}
nav a{color:var(--navy);font-weight:600;font-size:15px;padding:8px 4px}
nav a:hover,nav a.active{color:var(--sky)}
.nav-divider{width:1px;height:20px;background:#ddd;margin:0 4px}
.header-right{display:flex;align-items:center;gap:20px}
.nav-phone{display:flex;align-items:center;gap:6px;font-weight:700;font-size:16px;color:var(--navy);text-decoration:none}
.btn-schedule {
    background: var(--green);
    color: var(--navy);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px 10px 16px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-schedule:hover {
    background: #5bb88e;
    transform: translateY(-1px);
}
.nav-dropdown{position:relative;display:inline-block}
.nav-dropdown-toggle{color:var(--navy);font-weight:600;font-size:15px;padding:8px 4px;cursor:pointer}
.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid #e8ecf0;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);min-width:200px;z-index:200;padding:8px 0}
.nav-dropdown-menu a{display:block;padding:10px 16px;color:var(--navy);font-size:14px;font-weight:500}
.nav-dropdown-menu a:hover{background:#f0f7ff;color:var(--sky)}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown-menu:hover{display:block}
.breadcrumb{background:var(--gray-bg);padding:12px 40px;font-size:13px;color:#888}
.breadcrumb a{color:var(--sky);text-decoration:none}
.hero-rezi{background:linear-gradient(135deg,#002a4d 0%,var(--navy) 100%);padding:70px 40px 60px;display:flex;align-items:center;gap:60px}
.hero-text{flex:1;color:var(--white)}
.hero-rezi h1{font-size:42px;font-weight:800;line-height:1.2;margin-bottom:18px;color:var(--white)!important}
.hero-rezi h1 span{color:var(--sky)}
.hero-rezi .hero-text p{font-size:18px!important;line-height:1.7!important;color:rgba(255,255,255,.82)!important;margin-bottom:30px}
.hero-img{flex:1;border-radius:var(--radius);overflow:hidden}
.hero-img img{width:100%;height:360px;object-fit:cover;display:block}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.btn-primary{background:var(--green);color:var(--white)!important;font-weight:700;font-size:16px;padding:14px 28px;border-radius:10px;text-decoration:none;display:inline-block}
.btn-secondary{background:rgba(255,255,255,.15);color:var(--white)!important;font-weight:600;font-size:16px;padding:14px 28px;border-radius:10px;text-decoration:none;border:2px solid rgba(255,255,255,.4)}
.trust-band {
  background: #e8f5e9;
  padding: 28px 40px;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-icon { font-size: 26px; }
.trust-item strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  display: block;
}
.trust-item span {
  font-size: 13px;
  color: #555;
}
.intro-strip{padding:50px 40px 20px;text-align:center;max-width:800px;margin:0 auto}
.intro-strip h2{font-size:30px;font-weight:800;color:var(--navy);margin-bottom:14px}
.intro-strip p{font-size:17px!important;line-height:1.7!important;color:#555!important}
.services-section{padding:40px 40px 70px;max-width:1200px;margin:0 auto}
.service-card{display:flex;align-items:center;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:50px;overflow:hidden}
.service-card.reverse{flex-direction:row-reverse}
.service-card .card-img{flex:0 0 42%}
.service-card .card-img img{width:100%;height:320px;object-fit:cover;display:block}
.service-card .card-body{flex:1;padding:40px}
.service-tag{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:20px;margin-bottom:14px}
.service-card h3{font-size:26px;font-weight:800;color:var(--navy);margin-bottom:14px}
.service-card .card-body p{font-size:16px!important;line-height:1.7!important;color:#555!important;margin-bottom:20px}
.service-bullets{list-style:none;margin-bottom:24px}
.service-bullets li{font-size:15px!important;color:#444!important;padding:5px 0;display:flex;align-items:flex-start;gap:10px}
.service-bullets li::before{content:"✓";color:var(--green);font-weight:800;flex-shrink:0}
.card-cta{background:var(--sky);color:var(--white)!important;font-weight:700;font-size:15px;padding:12px 24px;border-radius:8px;text-decoration:none;display:inline-block}
.benefits{background:var(--gray-bg);padding:60px 40px;text-align:center}
.benefits h2{font-size:30px;font-weight:800;color:var(--navy);margin-bottom:40px}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:960px;margin:0 auto}
.benefit-card{background:var(--white);border-radius:var(--radius);padding:32px 24px;box-shadow:var(--shadow)}
.benefit-icon{font-size:36px;margin-bottom:14px}
.benefit-card h4{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:10px}
.benefit-card p{font-size:14px!important;color:#555!important;line-height:1.6!important}
.cta-band{background:linear-gradient(135deg,var(--navy),#243b55);padding:60px 40px;text-align:center;color:var(--white)}
.cta-band h2{font-size:32px;font-weight:800;margin-bottom:14px;color:var(--white)!important}
.cta-band .cta-sub{font-size:17px!important;color:#cfd8dc!important;margin-bottom:30px}
footer{background:var(--navy);color:#aaa;padding:50px 40px 30px}
.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-brand .fp{font-size:14px!important;line-height:1.7!important;margin-top:12px;color:#aaa!important}
.footer-logo{font-weight:800;font-size:20px;color:#fff}
footer h5{color:var(--white);font-size:14px;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}
footer ul{list-style:none}
footer ul li{margin-bottom:9px}
footer ul li a{color:#aaa!important;text-decoration:none;font-size:14px}
footer ul li a:hover{color:var(--white)!important}
.footer-bottom{border-top:1px solid #2a3f5a;padding-top:20px;text-align:center;font-size:13px}
.fc a{color:#64b5f6!important;text-decoration:none;font-weight:600;display:block;margin-bottom:8px;font-size:15px}
.wa{position:fixed;bottom:24px;right:24px;background:#25d366;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 4px 16px rgba(0,0,0,.25);text-decoration:none;z-index:999}
/* ===== MOBILE RESPONSIVE ===== */
.mobile-menu a:hover { color: var(--sky); }
@media (max-width: 768px) {
  header { padding: 0 16px; height: 60px; }
  .logo img { height: 36px; }
  nav { display: none; }
 .nav-phone { 
    display: none; 
}
  .hamburger { display: flex; }
  /* Hero rezi - stack columns */
  .hero-rezi { flex-direction: column; padding: 36px 20px 32px; gap: 24px; }
  .hero-rezi h1 { font-size: 28px !important; }
  .hero-rezi .hero-text p { font-size: 15px !important; }
  .hero-img img { height: 220px; }
  /* Service cards */
  .service-card, .service-card.reverse { flex-direction: column; }
  .service-card .card-img { flex: none; width: 100%; }
  .service-card .card-img img { height: 200px; }
  .service-card .card-body { padding: 20px 16px; }
  /* Benefits */
  .benefits-grid { grid-template-columns: 1fr; }
  /* Trust band */
  .trust-band { flex-direction: column; padding: 20px 16px; gap: 16px; }
  /* CTA */
  .cta-band { padding: 40px 20px; }
  /* Footer */
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  /* Paddings */
  .intro-strip { padding: 36px 16px 16px; }
  .services-section { padding: 16px 16px 40px; }
  .benefits { padding: 36px 16px; }
}

.whatsapp-btn{position:fixed;bottom:28px;right:28px;z-index:999;width:54px;height:54px;border-radius:50%;background:rgb(37,211,102);display:flex;align-items:center;justify-content:center;box-shadow:rgba(37,211,102,.45) 0 4px 16px;transition:transform .2s}
.whatsapp-btn:hover{transform:scale(1.1)}
.whatsapp-btn svg{width:28px;height:28px;fill:#fff}

/* === HAMBURGER & MOBILE MENU === */
.ham-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 8px;
}
.ham-btn span {
    display: block;
    height: 2.5px;
    width: 24px;
    background: var(--navy);
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
}
.ham-btn.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.ham-btn.open span:nth-child(2) { opacity: 0; }
.ham-btn.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.mob-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 1100; }
.mob-overlay.active { display: block; }
.mob-menu { display: flex; flex-direction: column; position: fixed; top: 0; right: -280px; width: 260px; height: 100%; background: #fff; z-index: 1200; padding: 72px 0 32px; box-shadow: -4px 0 24px rgba(0,0,0,.15); transition: right 0.3s ease; }
.mob-menu.active { right: 0; }
.mob-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 20px; cursor: pointer; color: var(--navy); padding: 4px 8px; }
.mob-link { display: block; padding: 13px 28px; font-size: 16px; font-weight: 600; color: var(--navy); text-decoration: none; transition: background 0.15s; }
.mob-link:hover { background: #f0f4f8; }
.mob-link.mob-sub { font-weight: 400; font-size: 15px; padding: 10px 28px 10px 40px; color: #444; }
.mob-sep { height: 1px; background: #eee; margin: 8px 20px; }
.mob-section-title { font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: #999; padding: 4px 28px 2px; }
@media (max-width: 768px) { nav { display: none !important; } .nav-phone { display: none !important; } .ham-btn { display: flex !important; } }

#google_translate_element {
    display: none;
}
.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-switch img {
    width: 22px;
    height: 16px;
    cursor: pointer;
    border-radius: 2px;
    transition: transform 0.15s ease;
}

.lang-switch img:hover {
    transform: scale(1.1);
}
.mob-lang {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
@media (max-width: 768px) {
    .lang-switch {
        display: none;
    }
}
@media (max-width: 768px) {

    .header-right {
        margin-left: auto;
        gap: 10px;
    }

}
.btn-hero-prim {
  background: var(--green);
  color: #fff;
  padding: 13px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  display: inline-block;
  transition: background .2s;
}
.btn-hero-prim:hover { background: #5ab890; color: #fff; }

.btn-hero-sec {
  background: rgba(255,255,255,.15);
  color: #fff;
  padding: 13px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  display: inline-block;
  border: 2px solid rgba(255,255,255,.4);
  transition: all .2s;
}
.btn-hero-sec:hover { background: rgba(255,255,255,.25); }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 24px;
}
.footer-col h4 {
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  color: #fff; margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,.75); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--sky); }
.footer-brand .logo-text {
  color: #fff; font-size: 22px;
  margin-bottom: 16px; display: block; font-weight: 800;
}
.footer-brand .logo-text span { color: var(--sky); }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.12); color: #fff;
  transition: background 0.2s; text-decoration: none;
}
.footer-social a:hover { background: var(--sky); }
.footer-social a svg { width: 18px; height: 18px; fill: #fff; }
.carousel-section {
  padding: 60px 40px;
  background: var(--gray-bg);
  text-align: center;
}
.carousel-section h2 {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.carousel-section .carousel-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 32px;
}
.carousel-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.carousel-track-outer {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 6px 28px rgba(0,0,0,.12);
}
.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}
.carousel-slide {
  min-width: 100%;
  position: relative;
}
.carousel-slide img {
    width: 100%;
  height: 460px;
  object-fit: contain;
  background: #fff;
   image-rendering: auto
}
.carousel-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.55));
  color: #fff;
  padding: 40px 24px 20px;
  font-size: .95rem;
  font-weight: 600;
  text-align: left;
}
/* Săgeți */
.carousel-btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.92);
  border: none; border-radius: 50%;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.18);
  transition: background .2s, transform .2s;
  z-index: 10;
  font-size: 18px;
  color: var(--navy);
}
.carousel-btn:hover {
  background: var(--green);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}
.carousel-btn.prev { left: -22px; }
.carousel-btn.next { right: -22px; }
/* Puncte */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.carousel-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0;
}
.carousel-dot.active {
  background: var(--sky);
  transform: scale(1.3);
}
/* Responsive */
@media (max-width: 768px) {
  .carousel-section { padding: 40px 16px; }
  .carousel-slide img { height: 260px; }
  .carousel-btn.prev { left: 6px; }
  .carousel-btn.next { right: 6px; }
  .carousel-btn { width: 36px; height: 36px; font-size: 15px; }
}
/* ==============================
   BLOG PREVIEW (pagini servicii)
   ============================== */
.blog-preview {
  padding: 70px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.blog-preview-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
}
.blog-preview-title span { color: var(--sky); }
.blog-preview-btn {
  display: inline-block;
  background: var(--green);
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 48px;
  transition: background .2s, transform .1s;
}
.blog-preview-btn:hover { background: #5ab88a; transform: translateY(-2px); }
.blog-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
}
.bp-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid #e8eef6;
  transition: transform .2s, box-shadow .2s;
}
.bp-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,57,104,.15); }
.bp-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.bp-card-body { padding: 20px; }
.bp-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.bp-tag.comercial   { background: #e8f4fd; color: #0078b4; }
.bp-tag.rezidential { background: #edf9f3; color: #2d8c5e; }
.bp-tag.auto        { background: #fff3e8; color: #d4691f; }
.bp-card-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.45;
}
@media (max-width: 900px) {
  .blog-preview-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .blog-preview { padding: 40px 16px; }
  .blog-preview-grid { grid-template-columns: 1fr; }
  .blog-preview-title { font-size: 1.6rem; }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
body {
  padding-top: 80px; /* cât e înălțimea header-ului tău */
}