*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

:root{
  --black:#050608;
  --dark:#101116;
  --dark2:#17191f;
  --gold:#d99a16;
  --gold2:#f7b21b;
  --white:#ffffff;
  --text:#181818;
  --muted:#555;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Arial, Helvetica, sans-serif;
  background:#fff;
  color:var(--text);
}

a{
  color:inherit;
  text-decoration:none;
}

/* HEADER */

.header{
  height:78px;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 7%;
  border-bottom:3px solid var(--gold);
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  box-shadow:0 12px 35px rgba(0,0,0,.16);
}

.logo-wrap img{
  width:112px;
  display:block;
}

.nav{
  display:flex;
  align-items:center;
  gap:34px;
}

.nav a{
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  color:#111;
  letter-spacing:.5px;
  position:relative;
}

.nav a.active,
.nav a:hover{
  color:var(--gold);
}

.nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-13px;
  width:100%;
  height:3px;
  background:var(--gold);
}

.header-call{
  padding:12px 20px;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  font-weight:950;
  border-radius:6px;
  box-shadow:0 12px 28px rgba(217,154,22,.28);
}

/* HERO */

.hero{
  min-height:100vh;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:105px 7% 115px;
  background:#050608;
}

.hero-bg{
  position:absolute;
  inset:0;
  background:url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  transform:scale(1.05);
  animation:bgZoom 9s ease forwards;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 22% 28%, rgba(255,255,255,.38) 0%, rgba(255,255,255,.18) 18%, rgba(255,255,255,0) 38%),
    linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.46) 38%,rgba(0,0,0,.12) 70%,rgba(0,0,0,.28) 100%);
}

.hero-gold-shape{
  position:absolute;
  right:38%;
  top:-25%;
  width:110px;
  height:150%;
  background:linear-gradient(180deg,rgba(247,178,27,.62),rgba(217,154,22,.08));
  transform:skewX(-22deg);
  border-left:2px solid rgba(247,178,27,.8);
  border-right:1px solid rgba(247,178,27,.35);
  box-shadow:0 0 80px rgba(217,154,22,.28);
  animation:goldShape 1.4s cubic-bezier(.2,.8,.2,1) forwards;
}

.hero-content{
  width:52%;
  max-width:730px;
  position:relative;
  z-index:3;
  perspective:1200px;
}

.hero-logo{
  width:500px;
  max-width:100%;
  display:block;
  margin-bottom:22px;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.55))
         drop-shadow(0 0 18px rgba(255,255,255,.18));
}

.gold-line{
  width:90px;
  height:4px;
  background:var(--gold2);
  margin-bottom:22px;
  box-shadow:0 0 22px rgba(247,178,27,.65);
}

.faith-note{
  color:var(--gold2);
  font-size:14px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:2.3px;
  margin-bottom:12px;
}

.hero h1{
  font-size:44px;
  line-height:1.12;
  font-weight:950;
  text-transform:uppercase;
  color:white;
  margin-bottom:17px;
  text-shadow:0 14px 35px rgba(0,0,0,.75);
}

.hero h1 span{
  color:var(--gold2);
}

.hero-text{
  font-size:19px;
  line-height:1.6;
  color:#f1f1f1;
  max-width:650px;
  text-shadow:0 10px 25px rgba(0,0,0,.75);
}

.hero-actions{
  display:flex;
  gap:18px;
  margin-top:30px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px 32px;
  border-radius:7px;
  font-size:14px;
  font-weight:950;
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
  transition:.35s ease;
  cursor:pointer;
}

.btn::before{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:80%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  transition:.55s;
}

.btn:hover::before{
  left:130%;
}

.btn:hover{
  transform:translateY(-5px) scale(1.025);
}

.btn-gold{
  background:linear-gradient(135deg,#ffc544,var(--gold));
  color:#111;
  box-shadow:0 18px 40px rgba(217,154,22,.38);
}

.btn-outline{
  color:white;
  border:2px solid rgba(255,255,255,.9);
  background:rgba(0,0,0,.25);
  backdrop-filter:blur(10px);
}

/* HERO VALUES */

.hero-values{
  position:absolute;
  left:7%;
  right:7%;
  bottom:25px;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.hero-values div{
  padding:13px 18px;
  border:1px solid rgba(217,154,22,.32);
  background:rgba(5,6,8,.48);
  backdrop-filter:blur(10px);
  border-radius:10px;
  box-shadow:0 12px 32px rgba(0,0,0,.25);
}

.hero-values strong{
  display:block;
  color:var(--gold2);
  font-size:13px;
  text-transform:uppercase;
  margin-bottom:4px;
  letter-spacing:.5px;
}

.hero-values span{
  color:#ddd;
  font-size:12px;
  line-height:1.4;
}

/* INTRO */

.intro{
  padding:82px 7%;
  background:white;
  text-align:center;
}

.section-label{
  color:var(--gold);
  letter-spacing:5px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:950;
  margin-bottom:14px;
}

.intro h2,
.divisions h2,
.family h2,
.projects-preview h2,
.contact-strip h2{
  font-size:34px;
  line-height:1.2;
  font-weight:950;
  margin-bottom:16px;
}

.intro p{
  max-width:900px;
  margin:auto;
  color:#444;
  font-size:18px;
  line-height:1.7;
}

/* DIVISIONS */

.divisions{
  padding:82px 7%;
  background:
    linear-gradient(rgba(0,0,0,.92),rgba(0,0,0,.95)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  color:white;
  text-align:center;
}

.division-grid{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.division-card{
  min-height:300px;
  padding:36px 26px;
  border:1px solid rgba(247,178,27,.42);
  border-radius:18px;
  background:rgba(18,18,18,.68);
  backdrop-filter:blur(12px);
  box-shadow:
    0 28px 70px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.04);
  transition:.35s ease;
  transform-style:preserve-3d;
  position:relative;
  overflow:hidden;
  cursor:pointer;
}

.division-card::before{
    content:"";
    position:absolute;
    top:-150%;
    left:-120%;
    width:80%;
    height:400%;
    transform:rotate(25deg);
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.05),
        rgba(255,215,120,.20),
        rgba(255,255,255,.05),
        transparent
    );
    transition:1s ease;
    pointer-events:none;
}

.division-card::before{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:80%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(247,178,27,.18),transparent);
  transition:.65s ease;
}

.division-card:hover::before{
  left:120%;
}

.division-card:hover{
  transform:translateY(-12px) scale(1.03);
  background:rgba(20,20,20,.78);
  border-color:rgba(247,178,27,.75);
  box-shadow:
    0 35px 85px rgba(0,0,0,.55),
    0 0 35px rgba(247,178,27,.28);
}

.division-card:hover::before{
    left:180%;
}

.division-icon{
  font-size:58px;
  color:var(--gold2);
  margin-bottom:22px;
  text-shadow:0 0 24px rgba(247,178,27,.42);
  transition:.35s ease;
  position: relative;
  z-index:2; 
}

.division-card:hover .division-icon{
  transform:translateY(-8px) scale(1.1);
  color:#ffd36a;
}

.division-card h3{
  font-size:20px;
  text-transform:uppercase;
  font-weight:950;
  margin-bottom:13px;
  color:white;
  position:relative;
  z-index:2;
}

.division-card span{
  display:block;
  width:58px;
  height:3px;
  background:var(--gold);
  margin:0 auto 18px;
  box-shadow:0 0 18px rgba(217,154,22,.6);
}

.division-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.division-card li{
  color:#e2e2e2;
  font-size:15px;
  line-height:1.7;
}

.division-card li::before{
  content:"✓";
  color:var(--gold2);
  font-weight:900;
  margin-right:8px;
}

/* FAMILY */

.family{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:400px;
  background:white;
}

.family-image{
  background:
    linear-gradient(rgba(255,255,255,.08),rgba(255,255,255,.08)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  filter:grayscale(.55);
}

.family-content{
  padding:75px 8%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.family-content p{
  color:#444;
  font-size:18px;
  line-height:1.7;
}

.verse{
  margin-top:22px;
  padding:18px 20px;
  border-left:4px solid var(--gold);
  background:#f7f7f7;
  font-style:italic;
}

.verse span{
  display:block;
  margin-top:8px;
  color:var(--gold);
  font-weight:900;
  font-style:normal;
}

.family-content em{
  margin-top:26px;
  font-size:23px;
  color:#222;
  font-family:cursive;
  text-align:right;
}

/* QUOTE */

.quote{
  padding:70px 7%;
  background:
    linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.68)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  color:white;
}

.quote h2{
  font-size:34px;
  line-height:1.35;
  max-width:900px;
  color:white;
}

.quote h2::first-letter{
  color:var(--gold2);
}

.quote p{
  margin-top:18px;
  color:#ddd;
  font-size:16px;
  font-weight:700;
}

/* PROJECTS */

.projects-preview{
  padding:75px 7%;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:60px;
  align-items:center;
  background:white;
}

.projects-preview p{
  color:#444;
  font-size:18px;
  line-height:1.7;
  margin-bottom:24px;
}

.project-image{
  min-height:310px;
  background:url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  border-left:10px solid var(--gold);
  border-right:10px solid var(--gold);
  box-shadow:0 20px 55px rgba(0,0,0,.22);
}

/* CONTACT */

.contact-strip{
  padding:60px 7%;
  background:var(--dark);
  color:white;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.contact-strip p{
  color:#ddd;
  font-size:17px;
}

.contact-details{
  display:grid;
  gap:18px;
  font-size:28px;
  font-weight:950;
}

.contact-details a{
  color:white;
}

.contact-details i{
  color:var(--gold2);
  margin-right:12px;
}

/* FOOTER V2 */
.footer-v2{
  background:#050505;
  color:white;
  border-top:3px solid var(--gold);
  padding:65px 6% 25px;
}

.footer-main{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.3fr 1.6fr;
  gap:45px;
  align-items:start;
}

.footer-brand-v2 img{
  width:210px;
  background:#fff;
  padding:14px;
  border-radius:14px;
  margin-bottom:18px;
  box-shadow:0 0 30px rgba(217,154,22,.25);
}

.footer-slogan,
.footer-legal-note,
.footer-company-v2 p,
.footer-contact-v2 p{
  color:#d4d4d4;
  font-size:14px;
  line-height:1.7;
}

.footer-legal-note{
  color:#999;
  margin-top:10px;
}

.footer-links-v2,
.footer-contact-v2,
.footer-company-v2{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.footer-links-v2 h3,
.footer-contact-v2 h3,
.footer-company-v2 h3{
  color:var(--gold2);
  font-size:15px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.footer-links-v2 a,
.footer-contact-v2 a{
  display:block;
  color:#ddd;
  text-decoration:none;
  margin-bottom:11px;
  font-size:14px;
  line-height:1.5;
  transition:.3s ease;
}

.footer-links-v2 a:hover,
.footer-contact-v2 a:hover{
  color:var(--gold2);
  transform:translateX(5px);
}

.footer-contact-v2 i{
  color:var(--gold2);
  width:24px;
}

.footer-company-v2 p{
  margin-bottom:8px;
}

.footer-company-v2 strong{
  color:white;
}

.footer-verse-v2{
  margin:38px auto 0;
  max-width:900px;
  padding:20px 24px;
  border-left:4px solid var(--gold);
  background:rgba(255,255,255,.04);
  border-radius:10px;
  text-align:center;
  font-style:italic;
  color:#eee;
}

.footer-verse-v2 span{
  display:block;
  margin-top:8px;
  color:var(--gold2);
  font-weight:800;
  font-style:normal;
}

.footer-bottom-v2{
  margin-top:30px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  text-align:center;
  color:#999;
  font-size:13px;
}

@media(max-width:1100px){
  .footer-main{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:700px){
  .footer-main{
    grid-template-columns:1fr;
    gap:30px;
  }

  .footer-brand-v2 img{
    width:185px;
  }
}

/* ANIMATIONS */

.reveal{
  opacity:0;
  transform:translateY(34px) rotateX(8deg);
  animation:revealIn .9s cubic-bezier(.2,.8,.2,1) forwards;
}

.delay-1{animation-delay:.12s}
.delay-2{animation-delay:.24s}
.delay-3{animation-delay:.36s}
.delay-4{animation-delay:.48s}
.delay-5{animation-delay:.60s}
.delay-6{animation-delay:.72s}

@keyframes revealIn{
  to{
    opacity:1;
    transform:translateY(0) rotateX(0);
  }
}

@keyframes goldShape{
  from{
    opacity:0;
    transform:translateX(100px) skewX(-22deg);
  }
  to{
    opacity:1;
    transform:translateX(0) skewX(-22deg);
  }
}

@keyframes bgZoom{
  from{transform:scale(1.08)}
  to{transform:scale(1.03)}
}

/* RESPONSIVE */

@media(max-width:1050px){
  .header-call{
    display:none;
  }

  .division-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .hero-content{
    width:65%;
  }
}

@media(max-width:850px){
  .header{
    position:relative;
    height:auto;
    display:block;
    text-align:center;
    padding:14px 5%;
  }

  .logo-wrap img{
    width:100px;
    margin:auto;
  }

  .nav{
    margin-top:12px;
    justify-content:center;
    flex-wrap:wrap;
    gap:16px;
  }

  .hero{
    min-height:auto;
    padding:55px 6% 35px;
    display:block;
  }

  .hero-gold-shape{
    display:none;
  }

  .hero-content{
    width:100%;
  }

  .hero-logo{
    width:330px;
  }

  .hero h1{
    font-size:31px;
  }

  .hero-text{
    font-size:16px;
  }

  .hero-actions{
    flex-direction:column;
  }

  .hero-values{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:35px;
    grid-template-columns:1fr;
  }

  .division-grid{
    grid-template-columns:1fr;
  }

  .family,
  .projects-preview,
  .contact-strip{
    grid-template-columns:1fr;
  }

  .family-image{
    min-height:250px;
  }

  .footer{
    flex-direction:column;
    text-align:center;
  }
}

.page-hero{
  min-height:420px;
  padding:140px 7% 70px;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.55)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  color:white;
  display:flex;
  align-items:center;
}

.page-hero div{
  max-width:850px;
}

.page-hero h1{
  font-size:48px;
  line-height:1.15;
  margin-bottom:18px;
  font-weight:950;
}

.page-hero p:last-child{
  font-size:20px;
  line-height:1.7;
  color:#eee;
}

.about-page{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  padding:85px 7%;
  background:white;
  align-items:center;
}

.about-text h2{
  font-size:38px;
  margin-bottom:20px;
}

.about-text p{
  color:#444;
  font-size:18px;
  line-height:1.75;
  margin-bottom:18px;
}

.about-image{
  min-height:430px;
  background:url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  border-left:10px solid var(--gold);
  box-shadow:0 25px 70px rgba(0,0,0,.22);
}

.about-verse{
  margin-top:28px;
  padding:22px 24px;
  border-left:4px solid var(--gold);
  background:#f5f5f5;
  font-style:italic;
  color:#222;
  line-height:1.7;
}

.about-verse span{
  display:block;
  margin-top:8px;
  color:var(--gold);
  font-weight:900;
  font-style:normal;
}

.values-section{
  padding:85px 7%;
  background:#101116;
  color:white;
  text-align:center;
}

.values-grid{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.values-grid div{
  padding:34px 24px;
  border:1px solid rgba(217,154,22,.65);
  border-radius:14px;
  background:rgba(255,255,255,.04);
}

.values-grid i{
  font-size:42px;
  color:var(--gold2);
  margin-bottom:18px;
}

.values-grid h3{
  font-size:21px;
  margin-bottom:12px;
}

.values-grid p{
  color:#ddd;
  line-height:1.6;
}

@media(max-width:850px){
  .page-hero{
    padding:70px 6%;
  }

  .page-hero h1{
    font-size:34px;
  }

  .about-page,
  .values-grid{
    grid-template-columns:1fr;
  }

  .about-image{
    min-height:260px;
  }
}

/* ================================
   PAGINA SERVICII — BCB GROUP
================================ */

.services-hero{
  min-height:520px;
  padding:145px 7% 80px;
  background:url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:white;
}

.services-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.68),rgba(0,0,0,.18));
}

.services-hero::after{
  content:"";
  position:absolute;
  right:32%;
  top:-20%;
  width:100px;
  height:140%;
  transform:skewX(-22deg);
  background:linear-gradient(180deg,rgba(247,178,27,.55),rgba(217,154,22,.08));
  border-left:2px solid rgba(247,178,27,.75);
  box-shadow:0 0 80px rgba(217,154,22,.28);
}

.services-hero-content{
  position:relative;
  z-index:2;
  max-width:900px;
}

.services-hero-content h1{
  font-size:52px;
  line-height:1.12;
  font-weight:950;
  margin-bottom:20px;
}

.services-hero-content p:last-child{
  font-size:20px;
  line-height:1.7;
  color:#eee;
  max-width:780px;
}

.services-intro{
  padding:85px 7%;
  background:white;
  text-align:center;
}

.services-intro h2{
  font-size:38px;
  margin-bottom:18px;
  font-weight:950;
}

.services-intro p{
  max-width:900px;
  margin:auto;
  color:#444;
  font-size:18px;
  line-height:1.75;
}

.premium-services{
  padding:35px 7% 90px;
  background:#f6f6f6;
  display:grid;
  gap:42px;
}

.premium-service{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:white;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.12);
  border:1px solid rgba(0,0,0,.06);
}

.premium-service.reverse .service-image{
  order:2;
}

.premium-service.reverse .service-content{
  order:1;
}

.service-image{
  min-height:430px;
  background-size:cover;
  background-position:center;
  position:relative;
}

.service-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(0,0,0,.12),rgba(217,154,22,.14));
}

.construct-img{
  background-image:url("../assets/images/hero-bg.jpg");
}

.electric-img{
  background-image:url("https://images.unsplash.com/photo-1621905251189-08b45d6a269e?auto=format&fit=crop&w=1400&q=80");
}

.sanitare-img{
  background-image:url("https://images.unsplash.com/photo-1585704032915-c3400ca199e7?auto=format&fit=crop&w=1400&q=80");
}

.finisaje-img{
  background-image:url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1400&q=80");
}

.service-content{
  padding:55px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.service-icon-3d{
  width:82px;
  height:82px;
  border-radius:20px;
  background:linear-gradient(145deg,#ffc84a,#d99a16);
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:38px;
  margin-bottom:24px;
  box-shadow:
    0 20px 38px rgba(217,154,22,.35),
    inset 0 2px 0 rgba(255,255,255,.45);
  transform:rotate(-3deg);
}

.service-kicker{
  color:var(--gold);
  text-transform:uppercase;
  font-weight:950;
  letter-spacing:3px;
  font-size:13px;
  margin-bottom:10px;
}

.service-content h2{
  font-size:36px;
  font-weight:950;
  margin-bottom:18px;
}

.service-content p{
  color:#444;
  font-size:18px;
  line-height:1.7;
  margin-bottom:22px;
}

.service-content ul{
  list-style:none;
  display:grid;
  gap:10px;
}

.service-content li{
  color:#222;
  font-size:16px;
}

.service-content li::before{
  content:"✓";
  color:var(--gold);
  font-weight:950;
  margin-right:10px;
}

.counter-section{
  padding:70px 7%;
  background:#101116;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  color:white;
}

.counter-box{
  padding:34px 24px;
  text-align:center;
  border:1px solid rgba(217,154,22,.55);
  border-radius:16px;
  background:rgba(255,255,255,.04);
  box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.counter-box h3{
  font-size:48px;
  color:var(--gold2);
  margin-bottom:8px;
}

.counter-box p{
  color:#ddd;
  font-weight:700;
}

.testimonials-section{
  padding:85px 7%;
  background:white;
  text-align:center;
}

.testimonials-section h2{
  font-size:38px;
  font-weight:950;
  margin-bottom:38px;
}

.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.testimonial-card{
  background:#f6f6f6;
  padding:36px 30px;
  border-radius:18px;
  border-left:5px solid var(--gold);
  text-align:left;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.testimonial-card i{
  color:var(--gold);
  font-size:30px;
  margin-bottom:20px;
}

.testimonial-card p{
  color:#333;
  line-height:1.7;
  font-size:17px;
  margin-bottom:20px;
}

.testimonial-card strong{
  color:#111;
}

.services-cta{
  padding:95px 7%;
  background:
    linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.68)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  color:white;
  text-align:center;
}

.services-cta h2{
  font-size:44px;
  font-weight:950;
  margin-bottom:18px;
}

.services-cta p{
  max-width:720px;
  margin:0 auto 32px;
  font-size:18px;
  color:#eee;
  line-height:1.7;
}

.services-cta-buttons{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#25D366;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  z-index:9999;
  box-shadow:0 18px 40px rgba(37,211,102,.35);
  transition:.3s;
}

.whatsapp-float:hover{
  transform:translateY(-5px) scale(1.05);
}

.reveal{
  opacity:0;
  transform:translateY(38px);
  transition:1s ease;
}

.reveal.show{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:950px){
  .premium-service,
  .premium-service.reverse{
    grid-template-columns:1fr;
  }

  .premium-service.reverse .service-image,
  .premium-service.reverse .service-content{
    order:initial;
  }

  .counter-section,
  .testimonial-grid{
    grid-template-columns:1fr;
  }

  .service-content{
    padding:36px;
  }

  .services-hero-content h1{
    font-size:36px;
  }

  .service-image{
    min-height:280px;
  }
}

/* ================================
   PAGINA PROIECTE — BCB GROUP
================================ */

.projects-hero{
  min-height:520px;
  padding:145px 7% 80px;
  background:url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:white;
}

.projects-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.68),rgba(0,0,0,.18));
}

.projects-hero::after{
  content:"";
  position:absolute;
  right:32%;
  top:-20%;
  width:100px;
  height:140%;
  transform:skewX(-22deg);
  background:linear-gradient(180deg,rgba(247,178,27,.55),rgba(217,154,22,.08));
  border-left:2px solid rgba(247,178,27,.75);
  box-shadow:0 0 80px rgba(217,154,22,.28);
}

.projects-hero-content{
  position:relative;
  z-index:2;
  max-width:900px;
}

.projects-hero-content h1{
  font-size:52px;
  line-height:1.12;
  font-weight:950;
  margin-bottom:20px;
}

.projects-hero-content p:last-child{
  font-size:20px;
  line-height:1.7;
  color:#eee;
  max-width:780px;
}

.project-featured{
  padding:90px 7%;
  background:white;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.featured-text h2{
  font-size:40px;
  font-weight:950;
  margin-bottom:18px;
}

.featured-text p{
  color:#444;
  font-size:18px;
  line-height:1.75;
  margin-bottom:18px;
}

.project-status{
  display:grid;
  gap:12px;
  margin-top:28px;
}

.project-status span{
  padding:14px 16px;
  background:#f5f5f5;
  border-left:4px solid var(--gold);
  font-weight:800;
}

.project-status i{
  color:var(--gold);
  margin-right:10px;
}

.featured-image{
  min-height:430px;
  background:
    linear-gradient(135deg,rgba(0,0,0,.78),rgba(217,154,22,.28)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  border-radius:22px;
  box-shadow:0 25px 70px rgba(0,0,0,.22);
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  text-align:center;
}

.featured-image i{
  font-size:62px;
  color:var(--gold2);
  margin-bottom:18px;
}

.featured-image p{
  font-size:24px;
  font-weight:950;
}

.featured-image small{
  color:#ddd;
}

.gallery-section{
  padding:90px 7%;
  background:#101116;
  color:white;
  text-align:center;
}

.gallery-section h2{
  font-size:38px;
  font-weight:950;
  margin-bottom:16px;
}

.gallery-intro{
  max-width:850px;
  margin:0 auto 42px;
  color:#ddd;
  font-size:17px;
  line-height:1.7;
}

.gallery-intro strong{
  color:var(--gold2);
}

.project-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.gallery-placeholder{
  min-height:250px;
  border:1px solid rgba(217,154,22,.65);
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transition:.35s ease;
  box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.gallery-placeholder:hover{
  transform:translateY(-8px);
  background:rgba(217,154,22,.08);
}

.gallery-placeholder i{
  font-size:50px;
  color:var(--gold2);
  margin-bottom:16px;
}

.gallery-placeholder span{
  color:#ddd;
  font-weight:800;
}

.drone-section{
  min-height:450px;
  background:url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  position:relative;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:90px 7%;
}

.drone-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.74);
}

.drone-content{
  position:relative;
  z-index:2;
  max-width:850px;
}

.drone-content h2{
  font-size:42px;
  font-weight:950;
  margin-bottom:18px;
}

.drone-content p{
  color:#eee;
  font-size:18px;
  line-height:1.7;
  margin-bottom:32px;
}

.drone-box{
  width:260px;
  height:150px;
  margin:auto;
  border-radius:20px;
  border:1px solid rgba(217,154,22,.7);
  background:rgba(255,255,255,.06);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.drone-box i{
  width:62px;
  height:62px;
  border-radius:50%;
  background:linear-gradient(135deg,#ffc544,var(--gold));
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:14px;
}

.drone-box span{
  font-weight:900;
}

.project-values{
  padding:90px 7%;
  background:white;
  text-align:center;
}

.project-values h2{
  font-size:38px;
  font-weight:950;
  margin-bottom:42px;
}

.project-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.project-values-grid div{
  padding:34px 24px;
  border-radius:16px;
  background:#f6f6f6;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  border-top:4px solid var(--gold);
}

.project-values-grid i{
  font-size:42px;
  color:var(--gold);
  margin-bottom:18px;
}

.project-values-grid h3{
  font-size:21px;
  margin-bottom:10px;
}

.project-values-grid p{
  color:#444;
  line-height:1.6;
}

.projects-cta{
  padding:95px 7%;
  background:
    linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.68)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  color:white;
  text-align:center;
}

.projects-cta h2{
  font-size:44px;
  font-weight:950;
  margin-bottom:18px;
}

.projects-cta p{
  max-width:720px;
  margin:0 auto 32px;
  font-size:18px;
  color:#eee;
  line-height:1.7;
}

@media(max-width:950px){
  .project-featured,
  .project-gallery,
  .project-values-grid{
    grid-template-columns:1fr;
  }

  .projects-hero-content h1{
    font-size:36px;
  }

  .featured-image{
    min-height:280px;
  }
}

/* ================================
   PAGINA CONTACT PREMIUM — BCB GROUP
================================ */

.contact-hero-new{
  min-height:540px;
  padding:150px 7% 85px;
  background:url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  position:relative;
  color:white;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.contact-hero-layer{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.70),rgba(0,0,0,.15));
}

.contact-gold-shape{
  position:absolute;
  right:33%;
  top:-22%;
  width:110px;
  height:145%;
  transform:skewX(-22deg);
  background:linear-gradient(180deg,rgba(247,178,27,.62),rgba(217,154,22,.08));
  border-left:2px solid rgba(247,178,27,.75);
  box-shadow:0 0 90px rgba(217,154,22,.30);
}

.contact-hero-inner{
  position:relative;
  z-index:2;
  max-width:930px;
}

.contact-hero-inner h1{
  font-size:54px;
  line-height:1.1;
  font-weight:950;
  margin-bottom:20px;
}

.contact-hero-inner p{
  max-width:760px;
  font-size:20px;
  line-height:1.7;
  color:#eee;
}

.contact-hero-buttons{
  display:flex;
  gap:18px;
  margin-top:34px;
  flex-wrap:wrap;
}

.contact-dashboard{
  padding:90px 7%;
  background:#f5f5f5;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:start;
}

.contact-left,
.contact-right{
  background:white;
  border-radius:24px;
  padding:46px;
  box-shadow:0 25px 75px rgba(0,0,0,.11);
  border:1px solid rgba(0,0,0,.06);
}

.contact-left h2,
.contact-right h2{
  font-size:38px;
  font-weight:950;
  margin-bottom:14px;
}

.contact-subtitle{
  color:#444;
  font-size:17px;
  line-height:1.7;
  margin-bottom:30px;
}

.contact-methods-new{
  display:grid;
  gap:15px;
}

.contact-box-new{
  display:flex;
  gap:16px;
  align-items:center;
  padding:18px;
  border-radius:16px;
  background:#f7f7f7;
  border-left:4px solid var(--gold);
  transition:.3s ease;
}

.contact-box-new:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 42px rgba(0,0,0,.10);
}

.contact-box-new i{
  width:52px;
  height:52px;
  border-radius:15px;
  background:linear-gradient(135deg,#ffc544,var(--gold));
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:23px;
  flex-shrink:0;
}

.contact-box-new strong{
  display:block;
  text-transform:uppercase;
  font-size:14px;
  font-weight:950;
  margin-bottom:4px;
}

.contact-box-new span{
  color:#444;
  font-size:15px;
}

.trust-card{
  margin-top:30px;
  padding:24px;
  background:#101116;
  color:white;
  border-radius:18px;
  border:1px solid rgba(217,154,22,.55);
  display:flex;
  gap:18px;
  align-items:flex-start;
}

.trust-card i{
  color:var(--gold2);
  font-size:30px;
}

.trust-card p{
  color:#eee;
  line-height:1.7;
  font-style:italic;
}

.trust-card span{
  display:block;
  margin-top:8px;
  color:var(--gold2);
  font-weight:950;
  font-style:normal;
}

.premium-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px;
}

.form-group{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.form-group.full{
  grid-column:1 / -1;
}

.form-group label{
  font-weight:950;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.4px;
}

.form-group input,
.form-group select,
.form-group textarea{
  width:100%;
  padding:16px;
  border:1px solid #ddd;
  border-radius:12px;
  background:#fafafa;
  font-size:15px;
  font-family:inherit;
  outline:none;
  transition:.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 4px rgba(217,154,22,.13);
  background:white;
}

.premium-form button{
  border:none;
  grid-column:1 / -1;
  justify-self:start;
}

.form-warning{
  grid-column:1 / -1;
  color:#666;
  font-size:13px;
  line-height:1.5;
}

.contact-process{
  padding:90px 7%;
  background:#101116;
  color:white;
  text-align:center;
}

.contact-process h2,
.contact-project-types h2{
  font-size:40px;
  font-weight:950;
  margin-bottom:42px;
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.process-card{
  position:relative;
  padding:38px 24px;
  border-radius:18px;
  border:1px solid rgba(217,154,22,.62);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
  box-shadow:0 25px 60px rgba(0,0,0,.35);
  overflow:hidden;
  transition:.35s ease;
}

.process-card:hover{
  transform:translateY(-8px);
  background:rgba(217,154,22,.08);
}

.process-card span{
  position:absolute;
  top:16px;
  right:20px;
  color:rgba(247,178,27,.22);
  font-size:42px;
  font-weight:950;
}

.process-card i{
  font-size:42px;
  color:var(--gold2);
  margin-bottom:20px;
}

.process-card h3{
  font-size:21px;
  margin-bottom:12px;
}

.process-card p{
  color:#ddd;
  line-height:1.6;
}

.contact-project-types{
  padding:90px 7%;
  background:white;
  text-align:center;
}

.project-type-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.project-type{
  padding:36px 24px;
  border-radius:18px;
  background:#f6f6f6;
  box-shadow:0 18px 48px rgba(0,0,0,.08);
  border-top:4px solid var(--gold);
  transition:.3s ease;
}

.project-type:hover{
  transform:translateY(-7px);
  box-shadow:0 25px 65px rgba(0,0,0,.12);
}

.project-type i{
  font-size:42px;
  color:var(--gold);
  margin-bottom:18px;
}

.project-type h3{
  font-size:22px;
  margin-bottom:10px;
}

.project-type p{
  color:#444;
  line-height:1.65;
}

.contact-final-premium{
  padding:100px 7%;
  background:
    linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.70)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  color:white;
  text-align:center;
}

.contact-final-premium h2{
  max-width:900px;
  margin:0 auto 18px;
  font-size:44px;
  line-height:1.2;
  font-weight:950;
}

.contact-final-premium p{
  max-width:760px;
  margin:0 auto 34px;
  color:#eee;
  font-size:18px;
  line-height:1.7;
}

@media(max-width:1050px){
  .contact-dashboard,
  .process-grid,
  .project-type-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:850px){
  .contact-hero-new{
    padding:80px 6%;
  }

  .contact-gold-shape{
    display:none;
  }

  .contact-hero-inner h1{
    font-size:36px;
  }

  .contact-dashboard,
  .premium-form,
  .process-grid,
  .project-type-grid{
    grid-template-columns:1fr;
  }

  .contact-left,
  .contact-right{
    padding:30px;
  }
}

.division-card-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

.division-card{
    cursor:pointer;
}

/* ==========================
   DE CE BCB GROUP
========================== */

.why-bcb{
  padding:90px 7%;
  background:#f7f7f7;
  text-align:center;
}

.why-bcb h2{
  font-size:42px;
  font-weight:950;
  margin-bottom:18px;
}

.why-intro{
  max-width:850px;
  margin:0 auto 45px;
  color:#444;
  font-size:18px;
  line-height:1.8;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.why-card{
  padding:38px 26px;
  background:white;
  border-radius:18px;
  border-top:4px solid var(--gold);
  box-shadow:0 20px 55px rgba(0,0,0,.08);
  transition:.35s ease;
}

.why-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.why-card i{
  font-size:42px;
  color:var(--gold);
  margin-bottom:18px;
}

.why-card h3{
  font-size:22px;
  margin-bottom:12px;
  font-weight:900;
}

.why-card p{
  color:#555;
  line-height:1.7;
}

@media(max-width:950px){

  .why-grid{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:700px){

  .why-grid{
    grid-template-columns:1fr;
  }

  .why-bcb h2{
    font-size:32px;
  }

}

/* ==========================
   VALORILE NOASTRE — HOME
========================== */

.values-home{
  padding:95px 7%;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.72)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  color:white;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.values-left h2{
  font-size:42px;
  font-weight:950;
  line-height:1.2;
  margin-bottom:20px;
}

.values-left p{
  color:#e5e5e5;
  font-size:18px;
  line-height:1.75;
  margin-bottom:18px;
}

.values-verse{
  margin-top:28px;
  padding:22px 24px;
  border-left:4px solid var(--gold);
  background:rgba(255,255,255,.08);
  border-radius:12px;
  color:white;
  font-style:italic;
  line-height:1.7;
}

.values-verse span{
  display:block;
  margin-top:8px;
  color:var(--gold2);
  font-weight:950;
  font-style:normal;
}

.values-right{
  display:grid;
  gap:18px;
}

.value-item{
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding:24px;
  border-radius:16px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(217,154,22,.42);
  backdrop-filter:blur(8px);
  transition:.35s ease;
}

.value-item:hover{
  transform:translateX(8px);
  background:rgba(217,154,22,.10);
}

.value-item i{
  width:56px;
  height:56px;
  border-radius:16px;
  background:linear-gradient(135deg,#ffc544,var(--gold));
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  flex-shrink:0;
  box-shadow:0 18px 36px rgba(217,154,22,.28);
}

.value-item h3{
  font-size:22px;
  margin-bottom:6px;
}

.value-item p{
  color:#ddd;
  line-height:1.6;
}

@media(max-width:900px){
  .values-home{
    grid-template-columns:1fr;
  }

  .values-left h2{
    font-size:32px;
  }
}

.division-card .division-icon,
.division-card h3,
.division-card p,
.division-card ul,
.division-card li,
.division-card .division-small-line{
    position:relative;
    z-index:2;
}

/* ================================
   PAGINA MULȚUMIM — BCB GROUP
================================ */

.thanks-page{
  min-height:100vh;
  padding:140px 7% 80px;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.70)),
    url("../assets/images/hero-bg.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  text-align:center;
}

.thanks-card{
  max-width:850px;
  background:rgba(5,6,8,.76);
  border:1px solid rgba(217,154,22,.55);
  border-radius:24px;
  padding:55px 45px;
  backdrop-filter:blur(12px);
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}

.thanks-icon{
  width:86px;
  height:86px;
  margin:0 auto 25px;
  border-radius:50%;
  background:linear-gradient(135deg,#ffc544,var(--gold));
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:38px;
  box-shadow:0 18px 45px rgba(217,154,22,.35);
}

.thanks-card h1{
  font-size:44px;
  line-height:1.2;
  margin-bottom:18px;
  font-weight:950;
}

.thanks-card p{
  color:#eee;
  font-size:18px;
  line-height:1.7;
}

.thanks-verse{
  margin:30px auto;
  padding:20px 24px;
  border-left:4px solid var(--gold);
  background:rgba(255,255,255,.06);
  border-radius:12px;
  font-style:italic;
  color:#f5f5f5;
  line-height:1.7;
}

.thanks-verse span{
  display:block;
  margin-top:8px;
  color:var(--gold2);
  font-weight:900;
  font-style:normal;
}

.thanks-buttons{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:30px;
}

@media(max-width:700px){
  .thanks-card{
    padding:38px 24px;
  }

  .thanks-card h1{
    font-size:32px;
  }
}

.featured-image{
  max-width:520px;
  height:360px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.20);
}

.featured-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.gallery-placeholder{
  height:260px;
  border-radius:18px;
  overflow:hidden;
}

.gallery-placeholder img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
