@font-face {
  font-family: 'AmsterdamOne';
  src: url('fonts/AmsterdamThreeSlant-axaym.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #5f5145;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.mentoria-page {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  background: #5f5145;
  overflow: hidden;
}

.program-card,
.benefits,
.highlight {
  width: calc(100% - 80px);
  max-width: 1100px;
  margin: 40px auto;
}

/* HERO */

.hero {
  min-height: 1065px;
  background:
    linear-gradient(to bottom, rgba(45, 36, 30, .2), rgba(45, 36, 30, .9)),
    url("images/waenya-mentoria-hero1.jpg") center top / cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 70px 52px 55px;
  margin-bottom: 30px;
}

.hero h1 {
  /*font-family: 'Great Vibes', cursive;*/
  font-family: 'AmsterdamOne', cursive;
  font-size: clamp(54px, 9vw, 73px);
  font-weight: 400;
  line-height: 0.8;
  margin-bottom: 45px;
 
}

.hero span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 18px 0 22px;
}

.hero p {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.hero-btn,
.cta-final {
  display: inline-block;
  margin-top: 18px;
  padding: 13px 26px;
  border-radius: 999px;
  background: #fff;
  color: #5f5145;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
}

/* CARDS */

.program-card {
  width: calc(100% - 80px);
  margin: 18px auto;
  background: #f8f5ef;
  color: #5f5145;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 34% 66%;
  overflow: hidden;
}

.first-card {
  margin-top: -18px;
}

.card-image {
  position: relative;
  min-height: 190px;
}

.card-image::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 26px 30px;
}

.card-content h2 {
  font-family: 'Inter', sans-serif;
  font-size: 31px;
  line-height: .9;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.card-content p {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.card-content ul {
  padding-left: 18px;
}

.card-content li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4px;
}

/* BENEFITS */

.benefits {
  width: calc(100% - 80px);
  margin: 22px auto;
  background: #f8f5ef;
  color: #5f5145;
  border-radius: 8px;
  padding: 34px 34px;
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 20px;
}

.benefits h2 {
  font-size: 34px;
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
}

.benefits .benefits-title h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.benefits ul {
  padding-left: 18px;
}

.benefits li {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 7px;
}

/* HIGHLIGHT */

.highlight {
  width: calc(100% - 80px);
  margin: 18px auto 18px;
  border: 3px solid #fff;
  border-radius: 8px;
  padding: 24px 34px;
  text-align: center;
}

.highlight p {
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
}

/* ABOUT */

.about {
  padding: 0 0 45px;
}

.about-image {
  margin-top: 0;
}

.about-image img {
 width: 100%;
  display: block;
  filter: opacity(0.2);
}


.about-text {
  padding: 36px 52px 10px;
}

.about-text h2 {
  font-family: 'AmsterdamOne', cursive;
  font-size: 73px;
  font-weight: 400;
  line-height: .8;
  margin-bottom: 50px;
}

.about-text span {
  display: block;
  margin: 10px 0 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px;
}

/* CONTACT */

.contact {
  padding: 30px 52px 45px;
  text-align: center;
}

.contact h2 {
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-box {
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 8px;
  overflow: hidden;
}

.contact-box a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.25);
  font-size: 16px;
}

.contact-box a:last-child {
  border-bottom: none;
}

footer {
  text-align: center;
  padding: 18px 20px 35px;
  font-size: 11px;
  text-transform: uppercase;
  opacity: .75;
}

/* MOBILE */

@media (max-width: 600px) {
  .hero {
    min-height: 1035px;
    padding: 52px 28px 42px;
  }

  .hero h1 {
    font-size: 35px;
    font-family: 'AmsterdamOne', cursive;
  }

  .hero span {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .hero p {
    font-size: 14px;
  }

  .program-card,
  .benefits,
  .highlight {
    width: calc(100% - 36px);
  }

  .program-card {
    grid-template-columns: 1fr;
  }

  .card-image {
    min-height: 240px;
  }

  .card-image::after {
    display: none;
  }

  .card-content {
    padding: 24px;
  }

  .card-content h2 {
    font-size: 26px;
  }

  .benefits {
    grid-template-columns: 1fr;
    padding: 26px 24px;
  }

  .benefits h2 {
    font-size: 28px;
  }

  .highlight {
    margin: 18px auto 30px;
    padding: 20px;
  }

  .highlight p {
    font-size: 20px;
  }

  .about-text,
  .contact {
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-text h2 {
    font-size: clamp(54px, 9vw, 73px);
    font-family: 'AmsterdamOne', cursive;
    
  }

  .contact h2 {
    font-size: 42px;
  }

  .contact-box a {
    font-size: 14px;
  }
}