*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'inter', sans-serif;
}
.exportacion-hero{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/assets/export-hero-bg.png')  no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;   
}

.export-hero-content{
    font-size: 1.5rem;
    padding-top: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 9999;
}
.hero-overlay{
    position: absolute;
    inset: 0;
    background-image:linear-gradient(to top, #8c4e1fc5,#1d1d1b7e);
    background-blend-mode: multiply;
}
.hero-logo img{
    width: 60px;
    height: 60px;
    
}
.grey-logo-symbol{
    position: absolute;
    right: 220px;
    bottom: 0;
    z-index: 999;
}
.grey-logo-symbol img{
    width: 460px;
}
.export-hero-content h1{
    position: relative;
    font-weight: 500;
    background: #1D1D1B;
    padding: 1rem 2rem;
    border-radius: 1rem;
    color: white;
}
.export-hero-heading{
    position: relative;
}

.export-section-2{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    max-width: 1200px;
    margin: 80px auto;
    margin-top: 120px;
    position: relative;
}
.gradient-overlay{
    position:absolute;
    right: 0;
    top: -30px;
    min-width: 60%;
    min-height: 300px;
    z-index:-1;
}
.export-section-2 .left-side{
    min-width: 40%;
    min-height: 400px;
    background: url('/assets/export-section-2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
}
.export-section-2-logo{
    position: absolute;
    right: 4rem;
    bottom: -120px;
}
.export-section-2-logo img{
    width: 460px;
}
.export-section-2 .right-side{
    max-width: 450px;
    margin-left: -80px;
    background: #914E1F;
    color: white;
    padding: 30px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    gap: 12px;
    box-shadow: 7.28px 7.94px 15.88px 0px #00000033;

}

.export-section-2 .right-side p{
    font-size: 1.25rem;
}
.export-section-3{
    background: linear-gradient(90deg, #1b1b1b, #8c4e1f);
    min-height: 500px;
    padding: 40px 120px;
    margin: auto;
    position: relative;
}
.export-section-3 > div:nth-child(2){
display: flex;
    flex-direction: column;
    text-align: center;
    gap: 24px;
}

.export-section-3-content p{
    color: white;
    font-weight: 400;
}
.export-section-3 h2 span{
    font-size: 49px;
}
.export-section-3 .section-3-map-img{
    display: flex;
    justify-content: center;
    align-items: center;

}
.export-section-3 .section-3-map-img img{
    max-width: 800px;
    margin: auto;
}
.export-section-3 .logo{
    position: absolute;
    left:-50px;
    top: 30px;
}
/* Section background (outer) */
.advantages-section {
  background: #f4f4f4;
  padding: 40px 0 70px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Light band behind everything */
.advantages-band {
  max-width: 1150px;
  margin: 0 auto;
  background: #f1f1f1;
  padding: 40px 60px 80px;
}

/* Title */
.advantages-title {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  color: #9b6230;
  margin-bottom: 40px;
}

.advantages-title span {
  font-weight: 700;
  color: #794019;
}

/* Cards container */
.advantages-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Individual card */
.adv-card {
  position: relative;
  background: #ffffff;
  z-index: 999;
  width: 280px;
  padding: 45px 30px 80px;
  text-align: center;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

/* Card text */
.adv-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

/* Bottom brown icon block */
.adv-card-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 90px;
  height: 70px;
  background: linear-gradient(135deg, #8c4e1f, #3f2513);
  border-radius: 14px 14px 0px 0px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
  display: flex;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
 .left-corner{
    /* background: url('../assets/left-corner.png'); */
    position: absolute;
    z-index: -999;
    left: -22px;
    bottom: 0;
}

.advantages-cards .right-corner{
    position: absolute;

    /* background: url('../assets/left-corner.png'); */
}
/* Icon image inside brown block */
.adv-card-icon img {
  width: 60%;
  height: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .advantages-band {
    padding: 30px 20px 70px;
  }

  .advantages-cards {
    gap: 30px;
  }

  .adv-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width:500px){
    
    .export-hero-heading h1{
        font-size: 1.8rem;
    }
    .export-section-2{
        padding: 12px;
    }
    .export-section-2 .right-side {
        max-width: 100%;
        position: relative;
        margin-bottom: -47px !important;
        padding: 1rem;
    }

     .export-section-2 .right-side p{
        font-size: 1rem;
     }
}

@media (max-width:700px) {
 
.export-section-3{
    min-height: auto;
}
    .export-hero-heading h1{
        font-size: 2rem;
    }
    .exportacion-hero .grey-logo-symbol{
      left: 30%;
    }
    .exportacion-hero .grey-logo-symbol img{
        width: 200px;
        bottom: 0;
    }
    .export-hero-heading span{
        min-width: 160px;
        min-height: 44px;
    }
    .export-section-2{
        flex-direction: column-reverse;
        margin-top: 40px;
    }
    .export-section-2 .left-side{
        z-index: 0;
        min-width: 100%;
    }
    .export-section-2 .right-side{
        margin: 0;
    }
    .export-section-3{
        padding-left: 40px;
        /* padding: ; */
        padding-right: 4px;
        justify-content: center;        
        align-items: center;
    }
    .export-section-3 h2{
        position: relative;
        font-size: 32px;
        z-index: 99;
    }
    .export-section-3 h2 span{
        font-size: 40px;
    }
    .export-section-3 > div .section-3-map-img img{
        max-width: 300px;
    }
    .export-section-4{
        flex-direction: column;
    }
    .export-section-4 .left-side{
        max-width: 100%;
    }
    .export-section-4 .right-side{
        max-width: 100%;
    }
}
@media (max-width:360px) {
    .export-section-3{
        padding: 20px;
    }
    .export-section-3 >div .logo{
        z-index: 999;
        left: -80px;
        bottom: 0;
        top: auto;
    }
    .export-section-3 .logo{
        z-index: 1;
    }
       .export-section-3 > div .section-3-map-img img{
       max-width: 260px; 
    }
    .export-section-4 .right-side .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    .export-section-4 .right-side .row p{
        font-size: 20px;
        text-align: center;
    }
}