.hero{
    display: flex;
    width: 100%;
    height: fit-content;
}

.hero h1{
    font-family: 'Manrope', sans-serif;
    font-size: 126px;
    color: #9E2A3E;
    background-color: #7A9E7E;
    font-weight: bold;
    padding: 84px 120px;
}

.intro-zin-section{
  position: relative;
  width: 100%;
  padding-bottom: 1600px;
  min-height: 800px;
}

.intro-zin-shape {
    position: absolute;
    width: 140%;
    max-width: 792px;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.intro-zin-spade {
  top: 5%;
  right: 10%;
  background-image: url('../assets/images/green-spade.svg');
}

.intro-zin-club {
  bottom: -5%;
  left: 5%;
  background-image: url('../assets/images/red-club.svg');
}

.intro-zin-text {
  position: absolute;
  color: #FAF8F3;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.6;
  padding: 20px;
}

.intro-zin-spade .intro-zin-text {
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 110%;
  text-align: start;
}

.intro-zin-club .intro-zin-text {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 55%;
  text-align: start;
}

.intro-zin-cube {
  position: absolute;
  width: clamp(80px, 10vw, 150px);
  aspect-ratio: 1 / 1;
  background-image: url('../assets/images/cube-basic.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.intro-zin-cube-1 {
  top: 15%;
  left: 5%;
  transform: rotate(-15deg);
}

.intro-zin-cube-2 {
  bottom: 20%;
  right: 10%;
  transform: rotate(20deg);
}


.zin-content-section {
  position: relative;
  width: 100%;
  background-color: #2C3E50;
  padding: 0 80px;
}

.zin-content-section.line-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  bottom: 0;
  background-color: #7A9E7E;
  z-index: 1;
}

.zin-content-section.line-right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  bottom: 0;
  background-color: #7A9E7E;
  z-index: 1;
}

.zin-content-section.line-both::before, .zin-content-section.line-both::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  bottom: 0;
  background-color: #7A9E7E;
  z-index: 1;
}

.zin-content-section.line-both::before { left: 0; }
.zin-content-section.line-both::after { right: 0; }

.zin-spread, .zin-content-header, .zin-content-footer {
  position: relative;
  z-index: 2;
  width: 100%;
}

.zin-content-section + .zin-content-section {
  margin-top: -120px;
}

.zin-content-header, .zin-content-footer {
  background-color: #7A9E7E;
  padding: clamp(40px, 5vw, 80px) clamp(60px, 8vw, 120px);
  margin: 0 -80px;
  width: auto;
}

.zin-content-header h2, .zin-content-footer h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 4vw, 72px);
  font-weight: 600;
  color: #FAF8F3;
  margin: 0;
}

.zin-spread {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(40px, 5vw, 80px) clamp(60px, 8vw, 120px);
  background-color: #2C3E50;
}

.zin-spread-image {
  max-width: 100%;
  width: clamp(600px, 70vw, 1200px);
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.zin-divider {
  width: auto;
  height: clamp(60px, 8vw, 120px);
  background-color: #7A9E7E;
  margin: 0 -80px;
}

.reasons-section {
  position: relative;
  width: 100%;
  min-height: 1400px;
  background-color: #2C3E50;
  padding: 80px 0;
}

.reasons-shape {
  position: absolute;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reasons-heart {
  width: 42%;
  top: 0;
  right: 49%;
  background-image: url('../assets/images/green-heart.svg');
}

.reasons-diamond {
  width: 52%;
  top: 42%;
  right: 24%;
  background-image: url('../assets/images/green-diamon.svg');
}

.reasons-spade {
  width: 52%;
  top: 88%;
  right: 4%;
  background-image: url('../assets/images/green-spade.svg');
}

.reasons-text {
  position: absolute;
  top: 17%;
  left: 18%;
  padding: 40px;
  color: #FAF8F3;
  font-family: 'Inter', sans-serif;
  text-align: start;
  max-width: 70%;
}

.reasons-text h3 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 600;
  margin-bottom: 16px;
  color: #FAF8F3;
}

.reasons-text p {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  color: #FAF8F3;
}

.reasons-image {
  position: absolute;
  width: clamp(250px, 30vw, 400px);
}

.reasons-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.reasons-image-1 {
  top: 0;
  right: 5%;
}

.reasons-image-2 {
  bottom: -16%;
  left: 5%;
  transform: rotate(-10deg);
}

.zin-suggest {
  position: relative;
  width: 100%;
  margin-top: 620px;
}

.zin-content-header.title-suggest {
  background-color: #9E2A3E;
  padding: 76px 0px 76px 120px;
  width: 100%;
  margin: 0;
}

.zin-content-header.title-suggest h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: #FAF8F3;
  margin: 0;
}

.suggest-content {
  position: relative;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: stretch;
}

.suggest-text {
  width: 50%;
  padding: 0 0 0 120px;
  display: flex;
  align-items: center;
  color: #FAF8F3;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.6;
}

.suggest-text p {
  margin: 0;
}

.suggest-button {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 4%;
  background-color: #9E2A3E;
  color: #FAF8F3;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.suggest-button:hover {
  background-color: #7A2030;
  transform: translateY(-2px);
}

.suggest-decor {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 50%;
  height: 40%;
  background-color: #9E2A3E;
  z-index: 1;
}








@media (max-width: 1280px) {
  .intro-zin-section {
    height: auto;
    min-height: 600px;
    padding: 60px 0;
  }
  
  .intro-zin-shape {
    width: 60%;
  }
  
  .intro-zin-spade {
    top: 10%;
    right: 5%;
  }
  
  .intro-zin-club {
    bottom: 10%;
    left: 0;
  }
}

@media (max-width: 480px) {
  .hero h1 { 
        font-size: 48px; 
        line-height: 1.2;
    }

    .hero {
        padding: 0 16px;
    }

  .zin-section {
    min-height: 400px;
    padding: 40px 0;
  }
  
  .zin-shape {
    width: 90%;
  }
  
  .zin-text {
    font-size: 14px;
    padding: 12px;
  }
  
  .zin-cube {
    width: 60px;
  }

  .reasons-section {
    min-height: auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .reasons-shape {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }

  .reasons-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  
  .reasons-text h3 {
    font-size: 28px;
  }
  
  .reasons-text p {
    font-size: 16px;
  }

  .reasons-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    transform: none;
  }
}



