*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#f8f8f8;
}

body.nav-main-lock{
    overflow:hidden;
}

/* BARĂ HEADER TOP */
    .header-top-bar {
      background-color: #070d14;
      color: #cbd5e1;
      font-size: 12px;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      width: 100%;
    }

    .header-top-container {
      max-width: 95%;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    /* STÂNGA - LISTĂ BENEFICII */
    .header-top-features {
      display: flex;
      align-items: center;
      gap: 25px;
      list-style: none;
    }

    .header-top-item {
      display: flex;
      align-items: center;
      gap: 7px;
      font-weight: 500;
      white-space: nowrap;
    }

    .header-top-icon {
      color: #c5a059;
      font-size: 13px;
    }

    /* DREAPTA - TELEFON & CTA */
    .header-top-contact {
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      font-weight: 500;
    }

    .header-top-phone-label {
      color: #94a3b8;
    }

    .header-top-phone-link {
      color: #ffffff;
      font-weight: 700;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: color 0.2s ease;
    }

    .header-top-phone-link:hover {
      color: #c5a059;
    }

    .header-top-phone-icon {
      color: #c5a059;
      font-size: 12px;
    }

    /* RESPONSIVE */
    @media (max-width: 992px) {
      .header-top-features .header-top-item:nth-child(3),
      .header-top-features .header-top-item:nth-child(4) {
        display: none; /* Ascunde ultimele 2 beneficii pe tablete */
      }
    }

    @media (max-width: 768px) {
      .header-top-container {
        justify-content: center;
      }
      .header-top-features {
        display: none; /* Pe mobil afișează doar numărul de telefon pentru spațiu */
      }
    }

/* HEADER */

.nav-main{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #070d14;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-main-container {
    max-width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}

.nav-main-logo img{
    height:65px;
}

/* MENU */

.nav-main-menu{

    list-style:none;

    display:flex;

    gap:30px;
}

.nav-main-menu a {
    text-decoration: none;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    transition: .3s;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-main-menu a:hover,
.nav-main-menu .active{
font-weight: 500;
    color:#D4A017;
}

.nav-main-menu a::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-8px;

    width:0;
    height:2px;

    background:#ebb660;

    transition:.3s;
}

.nav-main-menu a:hover::after,
.nav-main-menu .active::after{

    width:100%;
}

/* CTA */

.nav-main-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    text-decoration: none;
    background: #ebb660;
    color: #030e17;
    border-radius: 5px;
    font-weight: 500;
    transition: .3s;
    text-transform: uppercase;
    font-size: 12px;
}

.nav-main-button:hover{

    background:#ebb660;

    transform:translateY(-2px);

    box-shadow:0 15px 30px rgba(212,160,23,.35);
}

.nav-main-button i{

    transition:.3s;
}

.nav-main-button:hover i{

    transform:translateX(5px);
}

/* HAMBURGER */

.nav-main-toggle{

    display:none;

    width:45px;
    height:45px;

    border:none;

    background:none;

    cursor:pointer;
}

.nav-main-toggle span{

    display:block;

    width:26px;
    height:2px;

    background:#fff;

    margin:6px auto;

    transition:.3s;
}

.nav-main-toggle.active span:nth-child(1){

    transform:translateY(8px) rotate(45deg);
}

.nav-main-toggle.active span:nth-child(2){

    opacity:0;
}

.nav-main-toggle.active span:nth-child(3){

    transform:translateY(-8px) rotate(-45deg);
}

/* MOBILE */

.nav-main-mobile{

    display:none;

    flex-direction:column;

    background:#fff;

    border-top:1px solid #eee;

    padding:25px;
}

.nav-main-mobile a{

    text-decoration:none;

    color:#111;

    padding:15px 0;

    font-weight:600;
}

.nav-main-mobile-btn{

    margin-top:20px;

    text-align:center;

    background:#D4A017;

    color:#fff !important;

    border-radius:10px;

    padding:16px;
}

.nav-main-mobile.show{

    display:flex;
}

/* RESPONSIVE */

@media(max-width:991px){

    .nav-main-nav{

        display:none;
    }

    .nav-main-button{

        display:none;
    }

    .nav-main-toggle{

        display:block;
    }

}

@media(max-width:768px){

    .nav-main-container{

        height:80px;

        padding:0 20px;
    }

    .nav-main-logo img{

        height:55px;
    }

}



.slide-container {
    width: 100%;
    min-height: 100vh;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #030c14 0%, #030c14 32%, rgba(11, 17, 28, 0.3) 52%), url(https://ager-ristrutturazioni.it/mnv_style/images/slide/slide.png);
    color: #ffffff;
}

    .slide-content {
      display: flex;
      flex-wrap: wrap;
      max-width: 95%;
      margin: 0 auto;
	      margin-top: -100px;
      gap: 30px;
      width: 100%;
    }

    /* COLOANE DESKTOP (70% si 30%) */
    .slide-left {
      flex: 0 0 calc(70% - 15px);
      max-width: calc(70% - 15px);
    }

    .slide-right {
      flex: 0 0 calc(30% - 15px);
      max-width: calc(30% - 15px);
    }

    /* STILURI STANGA */
.slide-main-title {
    font-size: 2.4rem;
    margin-bottom: 15px;
    line-height: 1.25;
    font-family: 'Raleway';
    font-weight: 500;
    width: 58%;
}

.slide-title-highlight {
    color: #dd9d40;
    border-radius: 4px;
    display: inline-block;
}

.slide-description {
    margin-bottom: 30px;
    color: #ffffff;
    width: 37%;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Raleway';
}

    /* GRILA CU CELE 4 DIV-URI (25%) */
    .slide-features {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 30px;
    }
	
	.img-inp{
		width: 15px;
    height: 15px;
    margin-left: 5px;
}

.slide-feature-card {
    flex: 0 0 calc(12% - 10px);
    text-align: center;
}

    .slide-feature-icon {
      font-size: 1.5rem;
      margin-bottom: 8px;
    }
	
	.slide-feature-icon img{
		filter: brightness(0) saturate(100%) invert(83%) sepia(15%) saturate(1635%) hue-rotate(337deg) brightness(95%) contrast(94%);
		height:30px;
		width:30px;
	}

    .slide-feature-text {
      font-size: 0.88rem;
      line-height: 1.2;
      font-weight: 500;
    }

    /* BUTOANE */
    .slide-actions {
      display: flex;
      gap: 15px;
      margin-bottom: 25px;
      align-items: center;
    }

    .slide-btn {
      padding: 14px 26px;
      font-size: 1rem;
      font-weight: bold;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

.slide-btn-primary {
    background-color: #ebb660;
    color: #0b111c;
    border: 1px solid #0b111c;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 15px;
}

    .slide-btn-secondary {
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #ffffff;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 15px;
	}

    .slide-google-rank {
      font-size: 0.95rem;
      font-weight: bold;
      color: #facc15;
    }

    /* FORMULAR DREAPTA */
    .slide-form-card {
      background: #0b111c;
      backdrop-filter: blur(10px);
      padding: 25px 20px;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }

    .slide-form-badge {
    letter-spacing: 0.5px;
    color: #ffffff;
    border-bottom: 2px solid #ebb660;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Raleway';
}

    .slide-form-title {
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Raleway';
    color: #ffffff;
}

.slide-form-subtitle {
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 500;
}

    .slide-form-group {
      margin-bottom: 12px;
    }

.slide-input {
    width: 100%;
    padding: 11px 12px;
    border-radius: 6px;
    border: 1px solid #374151;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    font-family: 'Raleway';
    outline: none;
}

    .slide-textarea {
      resize: vertical;
    }

    .slide-btn-submit {
    width: 100%;
    padding: 13px;
    background-color: #dd9d40;
    color: #0b111c;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 15px;
    transition: background 0.3s;
}

    .slide-btn-submit:hover {
      background-color: #162238;
    }

    /* RESPONSIVE (Mobile & Tablete) */
    @media (max-width: 992px) {
      .slide-container {
        background-image: 
          linear-gradient(
            to bottom, 
            rgba(11, 17, 28, 0.95) 0%, 
            rgba(11, 17, 28, 0.90) 100%
          ),
          url('https://ager-ristrutturazioni.it/mnv_style/images/slide/slide.png');
      }

      .slide-left,
      .slide-right {
        flex: 0 0 100%;
        max-width: 100%;
      }

      .slide-feature-card {
        flex: 0 0 calc(50% - 6px);
      }
    }

    @media (max-width: 576px) {
    .slide-feature-card {
        flex: 0 0 calc(50% - 6px);
        border: 1px solid #42392b;
        padding: 10px;
        border-radius: 10px;
    }

      .slide-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .slide-btn {
        width: 100%;
      }
	  
    .slide-container {
        background-image: linear-gradient(to bottom, rgb(11 17 28 / 93%) 0%, rgb(11 17 28 / 50%) 100%), url(https://ager-ristrutturazioni.it/mnv_style/images/slide/slide.png);
    }
	  
	 .slide-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    gap: 30px;
    width: 100%;
}

.slide-main-title{
	width:100%;
}

.slide-description{
	    width: 72%;
}
	  
    }
	

	
/* Container Principal Servicii */
    .servicii {
      background-color: #faf7f2;
      padding: 60px 20px;
      color: #2c2c2c;
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .servicii-container {
      width: 95%;
      margin: 0 auto;
    }

    /* Header Section */
    .servicii-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .servicii-subtitle-top {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #b88e4c;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .servicii-title-main {
      font-family: 'Cormorant Garamond', serif;
      font-size: 46px;
      font-weight: 600;
      color: #1a1a1a;
      margin: 0 0 10px 0;
      line-height: 1.1;
    }

    /* Border ornamental mic sub titlu */
    .servicii-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin: 12px 0 16px 0;
    }

    .servicii-divider-line {
      height: 1px;
      width: 45px;
      background: linear-gradient(90deg, transparent, #c5a059, transparent);
    }

    .servicii-divider-diamond {
      width: 5px;
      height: 5px;
      background-color: #b88e4c;
      transform: rotate(45deg);
    }

    .servicii-description {
      font-size: 14.5px;
      color: #666;
      max-width: 520px;
      margin: 0 auto;
      line-height: 1.5;
    }

    /* Grile Carduri Servicii */
    .servicii-grid-row1 {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
      margin-bottom: 16px;
    }

    .servicii-grid-row2 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      max-width: 980px;
      margin: 0 auto 35px auto;
    }

    /* Card Serviciu */
    .servicii-card {
      background: #ffffff;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(0, 0, 0, 0.03);
    }

    .servicii-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
    }

    /* Imagine & Cercul Peste Imagine */
    .servicii-card-image-wrap {
      position: relative;
      height: 130px;
      width: 100%;
    }

    .servicii-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .servicii-card-icon {
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      width: 38px;
      height: 38px;
      background: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
      color: #b88e4c;
      font-size: 16px;
      z-index: 2;
      border: 1px solid #f2ebdf;
    }

    /* Corp Text Card */
    .servicii-card-body {
      padding: 26px 12px 18px 12px;
      text-align: center;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .servicii-card-title {
      font-size: 15px;
      font-weight: 700;
      color: #1a1a1a;
      margin: 0;
    }

    /* Border mic sub titlul fiecarui card */
    .servicii-card-border {
      width: 22px;
      height: 2px;
      background-color: #d8c29d;
      margin: 7px 0;
      border-radius: 2px;
    }

    .servicii-card-text {
      font-size: 12px;
      color: #666;
      line-height: 1.45;
      margin: 0;
    }


    /* Adaptabilitate Responsive */
    @media (max-width: 1100px) {
      .servicii-grid-row1 {
        grid-template-columns: repeat(3, 1fr);
      }
      .servicii-grid-row2 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
      }
    }

    @media (max-width: 680px) {
      .servicii-grid-row1,
      .servicii-grid-row2 {
        grid-template-columns: 1fr;
      }
      .servicii-title-main {
        font-size: 34px;
      }
      .servicii-banner-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }
    }
	
.despre-home-section {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    /* CARDURILE PRINCIPALE (BLOCURILE SUS SI JOS) */
    .despre-home-block {
      background-color: #fdfbf7;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(0, 0, 0, 0.03);
    }

    /* BLOCUL 1 - SUS */
    .despre-home-col-dark {
      background-color: #0d1726;
      color: #ffffff;
      flex: 0 0 38%;
      padding: 45px 35px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .despre-home-col-img {
      flex: 0 0 32%;
      position: relative;
    }

    .despre-home-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .despre-home-col-reasons {
      flex: 0 0 30%;
      background-color: #faf7f2;
      padding: 45px 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    /* BLOCUL 2 - JOS */
    .despre-home-col-light {
      background-color: #faf7f2;
      flex: 0 0 38%;
      padding: 45px 35px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .despre-home-col-collect {
      flex: 0 0 30%;
      background-color: #faf7f2;
      padding: 45px 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    /* TEXTE SI ELEMENTE DE TIPOGRAFIE */
    .despre-home-subtitle {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #c5a059;
      text-transform: uppercase;
      margin-bottom: 12px;
      display: inline-block;
      position: relative;
    }

    .despre-home-subtitle::after {
      content: '';
      display: block;
      width: 35px;
      height: 2px;
      background-color: #c5a059;
      margin-top: 4px;
    }

    .despre-home-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 34px;
      font-weight: 700;
      line-height: 1.15;
      margin-bottom: 18px;
    }

    .despre-home-col-dark .despre-home-title {
      color: #ffffff;
    }

    .despre-home-col-light .despre-home-title {
      color: #1a1a1a;
    }

    .despre-home-desc {
      font-size: 13.5px;
      line-height: 1.6;
      margin-bottom: 22px;
    }

    .despre-home-col-dark .despre-home-desc {
      color: #cbd5e1;
    }

    .despre-home-col-light .despre-home-desc {
      color: #555555;
    }

    /* LISTA CU BIFE (BIFATE CU GALBEN/AURIU) */
    .despre-home-check-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .despre-home-check-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 13.5px;
      font-weight: 600;
    }

    .despre-home-col-dark .despre-home-check-item {
      color: #ffffff;
    }

    .despre-home-col-collect .despre-home-check-item {
      color: #333333;
      font-weight: 500;
      font-size: 13px;
    }

    .despre-home-check-icon {
      color: #c5a059;
      font-size: 14px;
    }

    /* LISTA CU ICONIȚE "DE CE SĂ NE ALEGI?" */
    .despre-home-reason-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .despre-home-reason-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 13.5px;
      font-weight: 600;
      color: #222222;
    }

    .despre-home-reason-icon {
      color: #c5a059;
      font-size: 16px;
      width: 20px;
      text-align: center;
      margin-top: 1px;
    }

    /* AVERTISMENT DEȘEURI TOXICE */
    .despre-home-warning {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-top: 25px;
      font-size: 12px;
      font-weight: 600;
      color: #555555;
    }

    .despre-home-warning-icon {
      color: #c5a059;
      font-size: 14px;
    }

    /* ADAPTAT PENTRU MOBIL ȘI TABLETE */
    @media (max-width: 992px) {
      .despre-home-block {
        flex-direction: column;
      }

      .despre-home-col-dark,
      .despre-home-col-img,
      .despre-home-col-reasons,
      .despre-home-col-light,
      .despre-home-col-collect {
        flex: 0 0 100%;
        width: 100%;
        padding: 30px 20px;
      }

      .despre-home-col-img {
        height: 250px;
      }

      .despre-home-title {
        font-size: 28px;
      }
    }
	
.lucrari-section {
      background-color: #faf7f2;
      padding: 60px 20px;
      width: 100%;
      overflow: hidden;
    }

    .lucrari-container {
      max-width: 1220px;
      margin: 0 auto;
      text-align: center;
    }

    /* HEADER SI TITLURI (IDENTICE CU SERVICIILE) */
    .lucrari-subtitle-top {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #b88e4c;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .lucrari-title-main {
      font-family: 'Cormorant Garamond', serif;
      font-size: 46px;
      font-weight: 600;
      color: #1a1a1a;
      margin: 0 0 10px 0;
      line-height: 1.1;
    }

    /* BORDER ORNAMENTAL / DIVIDER CU DIAMANT */
    .lucrari-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin: 12px 0 35px 0;
    }

    .lucrari-divider-line {
      height: 1px;
      width: 45px;
      background: linear-gradient(90deg, transparent, #c5a059, transparent);
    }

    .lucrari-divider-diamond {
      width: 5px;
      height: 5px;
      background-color: #b88e4c;
      transform: rotate(45deg);
    }

    /* SLIDER WRAPPER & CONTROALE */
    .lucrari-slider-wrapper {
      position: relative;
      margin-bottom: 35px;
    }

    .lucrari-slider-container {
      overflow: hidden;
      width: 100%;
      border-radius: 12px;
    }

    .lucrari-slider-track {
      display: flex;
      transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
      width: 100%;
    }

    /* SLIDE (GRUPUL DE 6 BOX-URI) */
    .lucrari-slide {
      min-width: 100%;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 15px;
      box-sizing: border-box;
    }

    /* CARD LUCRARE (BOX POZA) */
    .lucrari-card {
      position: relative;
      height: 240px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(0, 0, 0, 0.04);
      cursor: pointer;
    }

    .lucrari-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
      display: block;
    }

    .lucrari-card:hover .lucrari-card-img {
      transform: scale(1.08);
    }

    /* OVERLAY OVER POZĂ */
    .lucrari-card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(13, 23, 38, 0.85) 0%, rgba(13, 23, 38, 0.1) 60%);
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      align-items: flex-end;
      padding: 15px;
      text-align: left;
    }

    .lucrari-card:hover .lucrari-card-overlay {
      opacity: 1;
    }

    .lucrari-card-title {
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2;
    }

    /* BUTOANE DE NAVIGARE SLIDER (STÂNGA / DREAPTA) */
    .lucrari-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      background-color: #ffffff;
      color: #1a1a1a;
      border: 1px solid #e2d9c8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      z-index: 10;
      transition: all 0.3s ease;
    }

    .lucrari-nav-btn:hover {
      background-color: #b88e4c;
      color: #ffffff;
      border-color: #b88e4c;
    }

    .lucrari-nav-prev {
      left: -20px;
    }

    .lucrari-nav-next {
      right: -20px;
    }

    /* BUTON JOS: TOATE LUCRĂRILE */
    .lucrari-btn-all {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(135deg, #c5a059, #aa823a);
      color: #ffffff;
      font-size: 13.5px;
      font-weight: 700;
      letter-spacing: 0.5px;
      padding: 14px 28px;
      border-radius: 6px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .lucrari-btn-all:hover {
      background: linear-gradient(135deg, #d3ac62, #b88f44);
      box-shadow: 0 6px 18px rgba(197, 160, 89, 0.35);
      transform: translateY(-2px);
    }

    /* RESPONSIVE */
    @media (max-width: 1100px) {
      .lucrari-slide {
        grid-template-columns: repeat(3, 1fr);
      }
      .lucrari-nav-prev { left: 5px; }
      .lucrari-nav-next { right: 5px; }
    }

    @media (max-width: 768px) {
      .lucrari-slide {
        grid-template-columns: repeat(2, 1fr);
      }
      .lucrari-title-main {
        font-size: 36px;
      }
    }

    @media (max-width: 480px) {
      .lucrari-slide {
        grid-template-columns: 1fr;
      }
    }
	
.recenzii-section {
      background-color: #faf7f2;
      padding: 60px 20px;
      width: 100%;
      overflow: hidden;
    }

    .recenzii-container {
      max-width: 1220px;
      margin: 0 auto;
      text-align: center;
    }

    /* HEADER SI TITLURI (IDENTICE CU CELELALTE SECȚIUNI) */
    .recenzii-subtitle-top {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #b88e4c;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .recenzii-title-main {
      font-family: 'Cormorant Garamond', serif;
      font-size: 46px;
      font-weight: 600;
      color: #1a1a1a;
      margin: 0 0 10px 0;
      line-height: 1.1;
    }

    /* BORDER ORNAMENTAL / DIVIDER CU DIAMANT */
    .recenzii-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin: 12px 0 35px 0;
    }

    .recenzii-divider-line {
      height: 1px;
      width: 45px;
      background: linear-gradient(90deg, transparent, #c5a059, transparent);
    }

    .recenzii-divider-diamond {
      width: 5px;
      height: 5px;
      background-color: #b88e4c;
      transform: rotate(45deg);
    }

    /* SLIDER WRAPPER & CONTROALE */
    .recenzii-slider-wrapper {
      position: relative;
      margin-bottom: 35px;
    }

    .recenzii-slider-container {
      overflow: hidden;
      width: 100%;
      border-radius: 12px;
    }

    .recenzii-slider-track {
      display: flex;
      transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
      width: 100%;
    }

    /* SLIDE (GRUPUL DE 3 CARDURI PE DESKTOP) */
    .recenzii-slide {
      min-width: 100%;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      box-sizing: border-box;
      padding: 10px 5px;
    }

    /* CARD RECENZIE */
    .recenzii-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 30px 25px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(0, 0, 0, 0.03);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: left;
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .recenzii-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    /* ICONIȚĂ GHILIMELOR ÎN FUNDAL */
    .recenzii-card-quote-icon {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 28px;
      color: #f2ebdf;
    }

    /* NOTE / STELUȚE */
    .recenzii-card-stars {
      color: #facc15;
      font-size: 15px;
      margin-bottom: 15px;
      display: flex;
      gap: 3px;
    }

    /* TEXT RECENZIE */
    .recenzii-card-text {
      font-size: 14px;
      color: #555555;
      line-height: 1.6;
      margin-bottom: 25px;
      font-style: italic;
    }

    /* PROFIL CLIENT */
    .recenzii-card-user {
      display: flex;
      align-items: center;
      gap: 12px;
      border-top: 1px solid #f5f2eb;
      padding-top: 15px;
    }

    .recenzii-card-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-color: #1a1a1a;
      color: #c5a059;
      font-weight: 700;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .recenzii-card-info {
      display: flex;
      flex-direction: column;
    }

    .recenzii-card-name {
      font-size: 15px;
      font-weight: 700;
      color: #1a1a1a;
    }

    .recenzii-card-service {
      font-size: 12px;
      color: #888888;
      margin-top: 2px;
    }

    /* BUTOANE NAVIGARE SLIDER */
    .recenzii-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      background-color: #ffffff;
      color: #1a1a1a;
      border: 1px solid #e2d9c8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      z-index: 10;
      transition: all 0.3s ease;
    }

    .recenzii-nav-btn:hover {
      background-color: #b88e4c;
      color: #ffffff;
      border-color: #b88e4c;
    }

    .recenzii-nav-prev {
      left: -20px;
    }

    .recenzii-nav-next {
      right: -20px;
    }

    /* BADGE GOOGLE REVIEWS JOS */
    .recenzii-google-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background-color: #ffffff;
      border: 1px solid #e2d9c8;
      padding: 12px 24px;
      border-radius: 30px;
      font-size: 14px;
      font-weight: 600;
      color: #333333;
      box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    }

    .recenzii-google-icon {
      color: #4285f4;
      font-size: 18px;
    }

    .recenzii-google-score {
      color: #b88e4c;
      font-weight: 700;
    }

    /* RESPONSIVE */
    @media (max-width: 992px) {
      .recenzii-slide {
        grid-template-columns: repeat(2, 1fr);
      }
      .recenzii-nav-prev { left: 5px; }
      .recenzii-nav-next { right: 5px; }
    }

    @media (max-width: 650px) {
      .recenzii-slide {
        grid-template-columns: 1fr;
      }
      .recenzii-title-main {
        font-size: 36px;
      }
    }
	
.footer-wrapper {
      width: 100%;
      background-color: #0b131e;
      color: #ffffff;
      padding-top: 20px;
    }

    .footer-container {
      max-width: 1220px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* 1. BANNERUL AURlU (CTA TOP) */
    .footer-cta-banner {
      background: linear-gradient(135deg, #d3a857, #b88e39);
      border-radius: 8px;
      padding: 22px 35px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 50px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .footer-cta-left {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .footer-cta-icon-box {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #0b131e;
      flex-shrink: 0;
    }

    .footer-cta-text {
      color: #0b131e;
    }

    .footer-cta-title {
      font-size: 18px;
      font-weight: 800;
      line-height: 1.2;
    }

    .footer-cta-subtitle {
      font-size: 13px;
      font-weight: 500;
      opacity: 0.9;
      margin-top: 2px;
    }

    .footer-cta-btn {
      background-color: #0b131e;
      color: #ffffff;
      font-size: 12.5px;
      font-weight: 700;
      letter-spacing: 0.5px;
      padding: 14px 24px;
      border-radius: 6px;
      text-decoration: none;
      white-space: nowrap;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .footer-cta-btn:hover {
      background-color: #182535;
      transform: translateY(-2px);
    }

    /* 2. MAIN FOOTER CONTENT (4 COLOANE) */
    .footer-main-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
      gap: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* COLOANA 1: LOGO + DESCRIERE + SOCIAL */
    .footer-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
      text-decoration: none;
    }

    .footer-logo-icon {
      color: #d3a857;
      font-size: 28px;
    }

    .footer-logo-text {
      color: #ffffff;
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: 1px;
    }

    .footer-logo-text span {
      display: block;
      font-size: 12px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 600;
      color: #d3a857;
      letter-spacing: 2px;
    }

    .footer-about-desc {
      font-size: 12.5px;
      color: #94a3b8;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .footer-social-links {
      display: flex;
      gap: 10px;
    }

    .footer-social-btn {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.06);
      color: #cbd5e1;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 13px;
      transition: all 0.3s ease;
    }

    .footer-social-btn:hover {
      background-color: #d3a857;
      color: #0b131e;
    }

    /* TITLURI COLOANE */
    .footer-col-title {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.5px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    /* LISTE NAVIGARE & SERVICII */
    .footer-links-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-link-item a {
      color: #94a3b8;
      text-decoration: none;
      font-size: 13px;
      transition: color 0.2s ease;
    }

    .footer-link-item a:hover {
      color: #d3a857;
    }

    /* COLOANA CONTACT */
    .footer-contact-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 13px;
      color: #94a3b8;
    }

    .footer-contact-icon {
      color: #d3a857;
      font-size: 14px;
      margin-top: 2px;
    }

    /* COLOANA WHATSAPP BOX */
    .footer-whatsapp-card {
      background-color: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 8px;
      padding: 20px;
      text-align: center;
    }

    .footer-whatsapp-title {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 15px;
    }

    .footer-whatsapp-title i {
      color: #25d366;
      font-size: 18px;
    }

    .footer-whatsapp-btn {
      display: block;
      width: 100%;
      background-color: #058f53;
      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.5px;
      padding: 12px 10px;
      border-radius: 4px;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color 0.3s ease;
    }

    .footer-whatsapp-btn:hover {
      background-color: #047845;
    }

    /* 3. BARA DE BOTTOM (COPYRIGHT & LEGAL) */
    .footer-bottom-bar {
      padding: 20px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 12px;
      color: #64748b;
    }

    .footer-legal-links {
      display: flex;
      gap: 15px;
    }

    .footer-legal-links a {
      color: #64748b;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .footer-legal-links a:hover {
      color: #d3a857;
    }

    /* RESPONSIVE DESIGN */
    @media (max-width: 992px) {
      .footer-main-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
      }
      .footer-cta-banner {
        flex-direction: column;
        text-align: center;
      }
      .footer-cta-left {
        flex-direction: column;
      }
    }

    @media (max-width: 600px) {
      .footer-main-grid {
        grid-template-columns: 1fr;
      }
      .footer-bottom-bar {
        flex-direction: column;
        gap: 12px;
        text-align: center;
      }
    }
	
	
/* =========================================
   EXPERIENȚĂ & SERIOZITATE - PREMIUM SECTION
========================================= */

.experience-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: #eee6d8;
}

.experience2-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: #111d2b;
}

/* Container principal */
.experience-container {
    width: min(1360px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1.15fr 0.9fr;
    gap: 70px;
    align-items: center;
}


/* =========================================
   LEFT COLUMN - TEXT
========================================= */

.experience-content {
    position: relative;
}

.section-eyebrow {
    display: inline-block;
    margin-bottom: 22px;

    color: #b08a43;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.experience-title {
    max-width: 470px;
    margin: 0;

    color: #172331;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4vw, 68px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.experience2-title {
    max-width: 470px;
    margin: 0;

    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4vw, 68px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.experience-title::after {
    content: "";
    display: block;

    width: 55px;
    height: 2px;

    margin-top: 34px;
    background: #b08a43;
}

.experience-description {
    max-width: 470px;
    margin: 34px 0 45px;

    color: #5f6468;
    font-size: 16px;
    line-height: 1.9;
}


/* =========================================
   EXPERIENCE NUMBER
========================================= */

.experience-stat {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-bottom: 42px;
}

.experience-number {
    color: rgba(176, 138, 67, 0.12);

    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(90px, 10vw, 150px);
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -7px;
}

.experience-stat-info {
    padding-left: 25px;
    border-left: 1px solid #b08a43;
}

.experience-stat-info span {
    display: block;

    color: #27323d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/* =========================================
   BUTTON
========================================= */

.experience-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    min-height: 58px;
    padding: 0 28px;

    background: #111d2b;
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.experience-button:hover {
    background: #b08a43;
    color: #fff;

    transform: translateY(-3px);

    box-shadow:
        0 15px 35px rgba(176, 138, 67, 0.2);
}

.experience-button .arrow {
    color: #d5ad61;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.experience-button:hover .arrow {
    color: #fff;
    transform: translateX(5px);
}


/* =========================================
   CENTER IMAGE
========================================= */

.experience-image {
    position: relative;
    padding-bottom: 18px;
    padding-right: 18px;
}

.experience-image::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;

    width: 42%;
    height: 55%;

    border-right: 1px solid #b08a43;
    border-bottom: 1px solid #b08a43;

    pointer-events: none;
}

.experience-image img {
    position: relative;
    z-index: 2;

    display: block;
    width: 100%;
    height: 650px;

    object-fit: cover;

    filter: saturate(0.9) contrast(1.03);

    transition:
        transform 0.6s cubic-bezier(.2, .8, .2, 1),
        filter 0.4s ease;
}

.experience-image:hover img {
    transform: scale(1.015);
    filter: saturate(1) contrast(1.05);
}


/* =========================================
   RIGHT COLUMN - BENEFITS
========================================= */

.experience-benefits {
    display: flex;
    flex-direction: column;
}

.experience-benefit {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 25px;

    padding: 32px 0;

    border-bottom: 1px solid rgba(176, 138, 67, 0.22);
}

.experience-benefit:first-child {
    padding-top: 0;
}

.experience-benefit:last-child {
    border-bottom: none;
}

.benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;

    border: 1px solid rgba(176, 138, 67, 0.7);
    border-radius: 50%;

    color: #b08a43;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.experience-benefit:hover .benefit-icon {
    background: #b08a43;
    color: #fff;
    transform: translateY(-4px);
}

.benefit-icon svg {
    width: 25px;
    height: 25px;

    stroke: currentColor;
}

.benefit-title {
    margin: 5px 0 12px;

    color: #172331;

    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.benefit2-title {
    margin: 5px 0 12px;

    color: #fff;

    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.benefit-text {
    margin: 0;

    color: #676b70;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   SUBTLE DECORATION
========================================= */

.experience-section::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;

    width: 150px;
    height: 150px;

    transform: translateY(-50%);

    background-image: radial-gradient(
        rgba(176, 138, 67, 0.35) 1px,
        transparent 1px
    );

    background-size: 18px 18px;

    opacity: 0.45;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {
    .experience-section {
        padding: 90px 0;
    }

    .experience-container {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .experience-benefits {
        grid-column: 1 / -1;

        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .experience-benefit {
        display: block;
        padding: 25px 0;

        border-bottom: none;
    }

    .benefit-icon {
        margin-bottom: 22px;
    }

    .experience-image img {
        height: 560px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {
    .experience-section {
        padding: 75px 0;
    }

    .experience-container {
        width: min(100% - 40px, 600px);

        grid-template-columns: 1fr;
        gap: 50px;
    }

    .experience-title {
        font-size: 44px;
    }

    .experience-description {
        font-size: 15px;
    }

    .experience-number {
        font-size: 105px;
    }

    .experience-image {
        order: 2;
    }

    .experience-image img {
        height: 480px;
    }

    .experience-benefits {
        grid-column: auto;

        display: flex;
        flex-direction: column;

        order: 3;
    }

    .experience-benefit {
        display: grid;
        grid-template-columns: 65px 1fr;

        padding: 28px 0;

        border-bottom: 1px solid rgba(176, 138, 67, 0.22);
    }

    .benefit-icon {
        width: 58px;
        height: 58px;

        margin-bottom: 0;
    }

    .benefit-title {
        font-size: 22px;
    }

    .experience-section::before {
        display: none;
    }
}


@media (max-width: 480px) {
    .experience-title {
        font-size: 37px;
    }

    .experience-stat {
        gap: 15px;
    }

    .experience-number {
        font-size: 82px;
    }

    .experience-stat-info {
        padding-left: 15px;
    }

    .experience-stat-info span {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .experience-image img {
        height: 390px;
    }

    .experience-benefit {
        grid-template-columns: 55px 1fr;
        gap: 18px;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
    }

    .benefit-title {
        font-size: 20px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

.colectare-info-sectiune {
  background-color: #f2eee9; /* Fundal crem deschis warm din referință */
  padding: 100px 40px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #2b2b2b;
}

.colectare-info-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* --- COLOANA STÂNGA --- */
.colectare-info-col-stanga {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.colectare-info-titlu {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 30px 0;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.colectare-info-linie-separator {
  width: 50px;
  height: 2px;
  background-color: #c4a984; /* Auriu/Warm tan */
  margin-bottom: 30px;
}

.colectare-info-descriere {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

/* --- COLOANA CENTRU (IMAGINE) --- */
.colectare-info-col-centru {
  position: relative;
  display: flex;
  justify-content: center;
}

/* Cadrul subțire decalat în spate */
.colectare-info-fundal-cadru {
  position: absolute;
  top: 20px;
  right: -15px;
  bottom: -20px;
  left: 15px;
  border: 1px solid #c4a984;
  z-index: 1;
  pointer-events: none;
}

.colectare-info-caseta-imagine {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 540px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.colectare-info-imagine {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- COLOANA DREAPTA --- */
.colectare-info-col-dreapta {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.colectare-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.colectare-info-icon-cerc {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border: 1px solid #d4c5b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.colectare-info-svg {
  width: 20px;
  height: 20px;
  stroke: #8c7353;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.colectare-info-item-continut {
  display: flex;
  flex-direction: column;
}

.colectare-info-item-titlu {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  font-weight: 600;
}

.colectare-info-item-text {
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive / Adaptare pe ecran mic */
@media (max-width: 1024px) {
  .colectare-info-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .colectare-info-titlu {
    font-size: 2.4rem;
  }

  .colectare-info-caseta-imagine {
    height: 400px;
  }

  .colectare-info-fundal-cadru {
    top: 15px;
    right: -10px;
    bottom: -15px;
    left: 10px;
  }
}


.portofoliu-hero {
  background-color: #070d14; /* Albastru închis / Grafit */
  color: #ffffff;
  text-align: center;
  padding: 90px 20px 70px 20px;
  background-image: radial-gradient(circle at 50% 30%, rgba(197, 168, 128, 0.15) 0%, transparent 60%);
}

.portofoliu-hero-container {
  max-width: 800px;
  margin: 0 auto;
}

.portofoliu-hero-subtitle {
  color: #c5a880; /* Accent Auriu */
  font-size: 0.8rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.portofoliu-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin: 0 0 20px 0;
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* Divider Ornamental */
.portofoliu-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 25px auto;
  width: 180px;
}

.portofoliu-divider-line {
  height: 1px;
  background-color: #c5a880;
  flex: 1;
}

.portofoliu-divider-diamond {
  width: 8px;
  height: 8px;
  background-color: #c5a880;
  transform: rotate(45deg);
}

.portofoliu-hero-desc {
  color: #b0b8b8;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* --- SECTIUNEA MAIN --- */
.portofoliu-main-section {
  padding: 60px 20px 100px 20px;
}

.portofoliu-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* --- BARA DE FILTRARE --- */
.portofoliu-filter-bar {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.portofoliu-filter-btn {
  background: transparent;
  border: 1px solid #c5a880;
  color: #2b2b2b;
  padding: 10px 24px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.portofoliu-filter-btn:hover,
.portofoliu-filter-btn.active {
  background-color: #c5a880;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(197, 168, 128, 0.3);
}

/* --- GRILA PORTOFOLIU --- */
.portofoliu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.portofoliu-card {
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.portofoliu-img-wrapper {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.portofoliu-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Overlay & Titlu */
.portofoliu-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(18, 24, 32, 0.9) 0%, rgba(18, 24, 32, 0.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 25px;
  opacity: 0.9;
  transition: opacity 0.4s ease;
}

.portofoliu-card-tag {
  color: #c5a880;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.portofoliu-card-title {
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  margin: 0;
  font-weight: 600;
}

/* Hover Effects Premium */
.portofoliu-card:hover .portofoliu-card-img {
  transform: scale(1.08);
}

.portofoliu-card:hover .portofoliu-card-overlay {
  opacity: 1;
}

/* --- RESPONSIVE / ADAPTARE MOBIL --- */
@media (max-width: 1024px) {
  .portofoliu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .portofoliu-hero-title {
    font-size: 2.1rem;
  }

  .portofoliu-grid {
    grid-template-columns: 1fr;
  }

  .portofoliu-img-wrapper {
    height: 300px;
  }

  .portofoliu-filter-bar {
    flex-direction: column;
  }

  .portofoliu-filter-btn {
    width: 100%;
  }
}

/* --- HERO CONTACT --- */
.contact-page-hero {
  background-color: #070d14;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px 60px 20px;
  background-image: radial-gradient(circle at 50% 30%, rgba(197, 168, 128, 0.12) 0%, transparent 60%);
}

.contact-page-hero-container {
  max-width: 800px;
  margin: 0 auto;
}

.contact-page-hero-subtitle {
  color: #c5a880;
  font-size: 0.8rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.contact-page-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin: 0 0 18px 0;
  font-weight: 600;
}

.contact-page-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 20px auto;
  width: 160px;
}

.contact-page-divider-line {
  height: 1px;
  background-color: #c5a880;
  flex: 1;
}

.contact-page-divider-diamond {
  width: 7px;
  height: 7px;
  background-color: #c5a880;
  transform: rotate(45deg);
}

.contact-page-hero-desc {
  color: #b0b8b8;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* --- SECTIUNEA PRINCIPALA --- */
.contact-page-section {
  background-color: #f7f4ed;
  padding: 80px 20px 100px 20px;
}

.contact-page-container {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
  align-items: start;
}

/* COLOANA STÂNGA: CARDURI INFO */
.contact-page-info-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-page-info-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid #eae5d9;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.contact-page-info-card:hover {
  transform: translateY(-3px);
  border-color: #c5a880;
}

.contact-page-icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #121820;
  color: #c5a880;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.contact-page-info-details h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
  color: #121820;
}

.contact-page-info-details p {
  font-size: 0.85rem;
  color: #666666;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.contact-page-link {
  color: #c5a880;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.contact-page-link:hover {
  color: #121820;
}

.contact-page-text-highlight {
  color: #121820;
  font-weight: 600;
  font-size: 0.9rem;
}

/* COLOANA DREAPTA: FORMULAR */
.contact-page-form-wrapper {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #eae5d9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.contact-page-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #121820;
  margin: 0 0 10px 0;
}

.contact-page-form-desc {
  font-size: 0.9rem;
  color: #666666;
  margin: 0 0 30px 0;
}

.contact-page-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-page-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-page-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-page-form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333333;
}

.contact-page-form-group input,
.contact-page-form-group select,
.contact-page-form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dcd6c8;
  border-radius: 3px;
  background-color: #faf9f6;
  font-family: inherit;
  font-size: 0.9rem;
  color: #2b2b2b;
  box-sizing: border-box;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contact-page-form-group input:focus,
.contact-page-form-group select:focus,
.contact-page-form-group textarea:focus {
  outline: none;
  border-color: #c5a880;
  background-color: #ffffff;
}

.contact-page-submit-btn {
  background-color: #c5a880;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
}

.contact-page-submit-btn:hover {
  background-color: #121820;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-page-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .contact-page-form-row {
    grid-template-columns: 1fr;
  }

  .contact-page-form-wrapper {
    padding: 25px 20px;
  }

  .contact-page-hero-title {
    font-size: 2.1rem;
  }
}

/* --- HERO BANNER SERVICII --- */
.servicii-page-hero {
  background-color: #070d14;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px 60px 20px;
  background-image: radial-gradient(circle at 50% 30%, rgba(197, 168, 128, 0.12) 0%, transparent 60%);
}

.servicii-page-hero-container {
  max-width: 800px;
  margin: 0 auto;
}

.servicii-page-hero-subtitle {
  color: #c5a880;
  font-size: 0.8rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.servicii-page-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin: 0 0 18px 0;
  font-weight: 600;
}

.servicii-page-hero-desc {
  color: #b0b8b8;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* --- SECȚIUNEA PROCES DE LUCRU --- */
.servicii-process-section {
  background-color: #070d14;
  padding: 80px 20px;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
}

.servicii-process-container {
  max-width: 1200px;
  margin: 0 auto;
}

.servicii-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.servicii-step-card {
  background-color: #18202a;
  padding: 30px 20px;
  border-radius: 4px;
  border: 1px solid rgba(197, 168, 128, 0.15);
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.servicii-step-card:hover {
  transform: translateY(-5px);
  border-color: #c5a880;
}

.servicii-step-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #c5a880;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid #c5a880;
  padding-bottom: 5px;
}

.servicii-step-card h3 {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  font-family: 'Playfair Display', serif;
}

.servicii-step-card p {
  color: #9aa4a4;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

/* RESPONSIVE PROCES */
@media (max-width: 992px) {
  .servicii-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .servicii-steps-grid {
    grid-template-columns: 1fr;
  }

  .servicii-page-hero-title {
    font-size: 2.1rem;
  }
}

/* --- BANNER CTA: SOLICITĂ OFERTĂ ACUM --- */
.servicii-cta-banner {
  background: linear-gradient(135deg, #070d14 0%, #1a232e 100%);
  padding: 70px 20px;
  border-top: 1px solid #393631;
  border-bottom: 1px solid #393631;
  text-align: center;
}

.servicii-cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.servicii-cta-tag {
  color: #c5a880;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.servicii-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  color: #ffffff;
  margin: 0 0 15px 0;
}

.servicii-cta-desc {
  color: #b0b8b8;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 35px 0;
}

.servicii-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.servicii-cta-btn-main {
  background-color: #c5a880;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.servicii-cta-btn-main:hover {
  background-color: #ffffff;
  color: #121820;
  transform: translateY(-2px);
}

.servicii-cta-btn-alt {
  background-color: transparent;
  color: #25d366;
  border: 1px solid #25d366;
  padding: 16px 32px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.servicii-cta-btn-alt:hover {
  background-color: #25d366;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .servicii-cta-title {
    font-size: 1.8rem;
  }
  
  .servicii-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .servicii-cta-btn-main,
  .servicii-cta-btn-alt {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}

/* --- HERO DESPRE NOI --- */
.despre-hero {
  background-color: #070d14;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px 60px 20px;
  background-image: radial-gradient(circle at 50% 30%, rgba(197, 168, 128, 0.12) 0%, transparent 60%);
}

.despre-hero-container {
  max-width: 800px;
  margin: 0 auto;
}

.despre-hero-subtitle {
  color: #c5a880;
  font-size: 0.8rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.despre-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin: 0 0 18px 0;
  font-weight: 600;
}

.despre-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 20px auto;
  width: 160px;
}

.despre-divider-line {
  height: 1px;
  background-color: #c5a880;
  flex: 1;
}

.despre-divider-diamond {
  width: 7px;
  height: 7px;
  background-color: #c5a880;
  transform: rotate(45deg);
}

.despre-hero-desc {
  color: #b0b8b8;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* --- POVESTE / DESPRE ECHIPĂ --- */
.despre-story-section {
  background-color: #f7f4ed;
  padding: 90px 20px;
}

.despre-story-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.despre-story-image-box {
  position: relative;
}

.despre-story-image-box img {
  width: 100%;
  border-radius: 4px;
  display: block;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.despre-story-badge {
  position: absolute;
  bottom: -25px;
  right: -25px;
  background-color: #121820;
  border: 2px solid #c5a880;
  padding: 20px 30px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.despre-badge-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #c5a880;
  line-height: 1;
}

.despre-badge-text {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}

.despre-section-subtitle {
  color: #c5a880;
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.despre-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: #121820;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.despre-story-p {
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.despre-story-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.despre-story-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #121820;
}

.despre-story-list i {
  color: #c5a880;
}

/* --- STATISTICI --- */
.despre-stats-section {
  background-color: #121820;
  padding: 60px 20px;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
  border-bottom: 1px solid rgba(197, 168, 128, 0.2);
}

.despre-stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.despre-stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #c5a880;
  margin-bottom: 5px;
}

.despre-stat-label {
  color: #b0b8b8;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* --- VALORI --- */
.despre-values-section {
  background-color: #ffffff;
  padding: 90px 20px;
}

.despre-values-container {
  max-width: 1200px;
  margin: 0 auto;
}

.despre-header-center {
  text-align: center;
  margin-bottom: 50px;
}

.despre-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.despre-value-card {
  background-color: #faf9f6;
  border: 1px solid #eae5d9;
  padding: 40px 30px;
  border-radius: 4px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.despre-value-card:hover {
  transform: translateY(-5px);
  border-color: #c5a880;
}

.despre-value-icon {
  width: 60px;
  height: 60px;
  background-color: #121820;
  color: #c5a880;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 20px auto;
}

.despre-value-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #121820;
  margin: 0 0 12px 0;
}

.despre-value-card p {
  color: #666666;
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

/* --- CTA BANNER --- */
.despre-cta-banner {
  background: linear-gradient(135deg, #121820 0%, #1a232e 100%);
  padding: 70px 20px;
  border-top: 2px solid #c5a880;
  text-align: center;
}

.despre-cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.despre-cta-tag {
  color: #c5a880;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.despre-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  color: #ffffff;
  margin: 0 0 15px 0;
}

.despre-cta-desc {
  color: #b0b8b8;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 35px 0;
}

.despre-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.despre-cta-btn-main {
  background-color: #c5a880;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.despre-cta-btn-main:hover {
  background-color: #ffffff;
  color: #121820;
  transform: translateY(-2px);
}

.despre-cta-btn-alt {
  background-color: transparent;
  color: #25d366;
  border: 1px solid #25d366;
  padding: 16px 32px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.despre-cta-btn-alt:hover {
  background-color: #25d366;
  color: #ffffff;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .despre-story-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .despre-story-badge {
    right: 10px;
    bottom: -15px;
    padding: 15px 20px;
  }

  .despre-stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .despre-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .despre-hero-title,
  .despre-section-title {
    font-size: 2.1rem;
  }

  .despre-stats-container {
    grid-template-columns: 1fr;
  }

  .despre-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .despre-cta-btn-main,
  .despre-cta-btn-alt {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}

.footer-whatsapp-absolute {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #25d366; /* Verde oficial WhatsApp */
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
  text-decoration: none;
}

.footer-whatsapp-absolute:hover {
  transform: scale(1.1);
  background-color: #20ba5a;
  color: #ffffff;
}