@charset "UTF-8";

/* =========================
  Hero
========================= */

.hero {
  min-height: 760px;
  padding: 100px 0 0px;
  background:
    linear-gradient(
      90deg,
      rgba(250, 248, 246, 0.98) 0%,
      rgba(250, 248, 246, 0.92) 48%,
      rgba(245, 242, 239, 0.7) 100%
    );
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48%;
  align-items: center;
  gap: 80px;
}

.hero-content {
  text-align: center;
}
.hero-title {
  margin: 0;
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.hero-text {
  margin: 32px 0 36px;
  font-size: 17px;
  line-height: 2.05;
}

.hero-image {
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.hero-image img {
  width: 100%;
}

/* =========================
  Empathy
========================= */

.empathy-list {
  display: grid;
  gap: 10px;
  /* text-align: center; */
  justify-content: center;
}

.empathy-list li {
  position: relative;
  padding-left: 0;
  line-height: 1.9;
}

/* =========================
  Feature
========================= */

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 64px;
}

.feature-card {
  padding: 60px 42px;
  border-radius: 40px;
  background: transparent;
  border: 2px solid #dcd6cf;
  /* box-shadow: var(--shadow-soft); */
  /* text-align: center; */
}

.feature-card--accent {
  background: #fbfaf9;
  background: #dcd6cf;
  box-shadow: 0 12px 32px rgba(161, 148, 178, 0.12);
}

.icon {
    width: auto;
    height: 120px;
    margin: 0 auto 40px;
}

.feature-card h3 {
  margin: 0 0 20px;
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}

.feature-card p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

/* =========================
  Service List
========================= */

.service-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 24px;
  margin: 52px auto;
  width: 90%;
}

.service-item {
  padding: 40px 40px 40px 0;
  border-radius: 40px;
  background: var(--color-white);
  box-shadow: 0 8px 20px rgba(94, 82, 74, 0.04);
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-item h3 {
  margin: 0 auto 12px;
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: 16px;
  letter-spacing: 0.08em;
    font-weight: 500;
}

.service-item p {
  margin: 0;
  line-height: 2;
  width: 57%;
}

/* =========================
  Benefits
========================= */

.benefit-block {
  margin-top: 72px;
  text-align: center;
}

.benefit-block:first-of-type {
  margin-top: 0;
}

.benefit-label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 5px 18px;
  border-radius: 999px;
  color: var(--color-heading);
  background: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.benefit-block h3 {
  margin: 0 0 18px;
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.7;
}

/* .benefit-block p {
  margin: 0;
  line-height: 2;
} */

.benefit-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.benefit-images--free {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-images--paid {
  margin: 28px auto 0;
  width: 60%;
}

.benefit-images-single img {
    margin: 0 auto;
}

.benefit-images img {
  width: 100%;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 20px rgba(94, 82, 74, 0.08);
  object-fit: cover;
}

.caption {
    font-size: 12px;
    margin-top: 7px;
}

.price {
  margin-top: 16px !important;
  color: var(--color-heading);
  font-size: 20px;
  font-weight: 700;
}

.note {
  margin-top: 18px !important;
  color: var(--color-muted);
  font-size: 13px;
}

/* =========================
  Voice
========================= */

.voice-group {
  margin-top: 56px;
  text-align: center;
}

.voice-group:first-of-type {
  margin-top: 0;
}

.voice-group h3 {
  margin: 0 0 24px;
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.voice-item {
  margin-top: 28px;
}

.voice-item p {
  margin: 0;
  line-height: 2;
}

.voice-title {
  margin-bottom: 18px !important;
  color: var(--color-lavender-text);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8 !important;
}

.voice-name {
  margin-top: 16px !important;
  color: var(--color-muted);
  font-size: 14px;
}

#voice {
    padding-bottom: 0;
}

/* =========================
  Future
========================= */

.future-text {
  margin: 0 0 36px;
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

/* =========================
  News
========================= */

.news-list {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.news-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}

.news-item time {
  color: var(--color-muted);
  font-size: 14px;
}

.news-item a {
  color: var(--color-heading);
  transition: opacity 0.2s ease;
}

.news-item a:hover {
  opacity: 0.65;
}

/* =========================
  Contact
========================= */

.section-text + .section-text {
  margin-top: 18px;
}

.contact-buttons {
  margin-top: 18px;
}


/* =========================
  Responsive
========================= */

@media (max-width: 900px) {
    .hero {
    min-height: auto;
    padding: 78px 0 0px;
  }

  .hero-inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 0px;
    width: 100%;
    margin: 0;
  }

  .hero-content {
    text-align: center;
    padding: 0 24px;
  }

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

  .hero-text {
    font-size: 14px;
  }
  .feature-cards {
    grid-template-columns: 1fr;
    width: 60%;
    margin: 64px auto 0;
  }

  .service-list {
    width: 75%;
  }

  .benefit-block {
    width: 80%;
    margin: 72px auto 0;
  }
  .benefit-block:first-of-type {
    margin-top: 0;
    }
    .price {
        font-size: 18px;
    }
    .benefit-images-single img {
        width: 42%;
    }
    .voice-group h3 {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .hero {
    padding: 70px 0 64px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
  }

  .hero-title {
    font-size: 22px;
    line-height: 1.65;
  }

  .hero-text {
    margin: 24px 0 30px;
    font-size: 14px;
    line-height: 2;
  }

  .hero-image {
    order: -1;
  }
  .feature-cards {
    width: 95%;
  }

  .feature-card,
  .service-item {
    padding: 36px 32px;
  }

  .icon {
    height: 100px;
  }

  .service-list {
    width: 95%;
    grid-template-rows: 1fr;
  }

  .service-item {
    flex-direction: column;
    justify-content: start;
    /* gap: 18px;
    text-align: center; */
  }

  .service-item p {
    width: 100%;
  }

  .benefit-block {
        width: 90%;
    }

  .benefit-images,
  .benefit-images--free {
    grid-template-columns: 1fr;
    gap: 18px;
  }

    .benefit-images--paid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }  

  .benefit-images-single img {
        width: 70%;
    }

  .voice-title {
    font-size: 15px;
  }

  .future-text {
    font-size: 15px;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact-buttons {
    flex-direction: column;
  }
}