/* ===== Variables ===== */
:root {
  --navy: #1c2452;
  --teal-bg: #bfe3e2;
  --grey-bg: #ececea;
  --grey-bg-2: #e4e3e0;
  --orange: #f4a07f;
  --orange-dark: #ef8d68;
  --green: #8fd0a8;
  --yellow: #f3cd60;
  --pink: #f0a6a0;
  --purple-dot: #b9aee0;
  --lavender-bg: #dcdaee;
  --mint-icon-bg: #cdeede;
  --mint-icon: #7fd0a3;
  --green-btn: #8fd0a8;
  --green-btn-dark: #74c293;
  --teal-card-bg: #d8f0ee;
  --lavender-icon-bg: #b9d6da;
  --lavender-icon: #b6a4dd;
  --lavender-btn: #c8bdec;
  --lavender-btn-dark: #b3a3e0;
  --slider-arrow-bg: var(--navy);
  --yellow-btn: #f7d27e;
  --yellow-btn-dark: #f3c25a;
  --text-muted: #4b5170;
  --white: #ffffff;

  --font-display: "Fredoka", sans-serif;
  --font-body: "Nunito", sans-serif;

  --container-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--navy);
  background: var(--grey-bg);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.btn--dark {
  background: var(--navy);
  color: var(--white);
}

.btn--dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 36, 82, 0.35);
}

.btn--accent {
  background: var(--orange);
  color: var(--navy);
}

.btn--accent:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(239, 141, 104, 0.45);
}

.btn--green {
  background: var(--green-btn);
  color: var(--navy);
  padding: 0.85rem 2.2rem;
  font-size: 1rem;
}

.btn--green:hover {
  background: var(--green-btn-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(116, 194, 147, 0.45);
}

.btn--lavender {
  background: var(--lavender-btn);
  color: var(--navy);
  padding: 0.85rem 2.2rem;
  font-size: 1rem;
}

.btn--lavender:hover {
  background: var(--lavender-btn-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(179, 163, 224, 0.45);
}

.btn--whatsapp {
  background: var(--orange);
  color: var(--white);
  gap: 0.6rem;
  padding: 0.9rem 1.8rem;
  font-size: 1rem;
}

.btn--whatsapp__icon {
  font-size: 1.1rem;
}

.btn--whatsapp:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(239, 141, 104, 0.45);
}

.btn--yellow {
  background: var(--yellow-btn);
  color: var(--navy);
  padding: 0.85rem 2.1rem;
  font-size: 1rem;
}

.btn--yellow:hover {
  background: var(--yellow-btn-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(243, 194, 90, 0.45);
}

.btn--header {
  padding: 0.7rem 1.5rem;
  font-size: 0.95rem;
}

.btn--hero {
  padding: 0.95rem 2.1rem;
  font-size: 1.05rem;
}

/* ===== Header ===== */
.header {
  background: var(--teal-bg);
  position: relative;
  z-index: 10;
}

.header__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2rem;
}

.logo__img {
  height: 64px;
  width: auto;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  background: var(--grey-bg) url("assets/textura.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 2rem 6rem;
  overflow: hidden;
}

.hero__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ===== Hero: blobs decorativos flotantes ===== */
.hero__blobs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.blob {
  position: absolute;
  display: block;
}

.blob--1 {
  width: 190px;
  height: 175px;
  top: -20px;
  left: -30px;
  opacity: 0.28;
  animation: blob-float-a 4s ease-in-out 0s infinite;
}

.blob--2 {
  width: 130px;
  height: 125px;
  top: 12%;
  right: 6%;
  opacity: 0.32;
  animation: blob-float-b 3.4s ease-in-out 1.2s infinite;
}

.blob--sun,
.blob--tooth,
.blob--crayon {
  background: none;
  border-radius: 0;
}

.blob--3 {
  width: 230px;
  height: 210px;
  bottom: -70px;
  right: -70px;
  background: #8DCB9A;
  opacity: 0.25;
  border-radius: 52% 48% 42% 58% / 48% 55% 45% 52%;
  animation: blob-float-a 5.5s ease-in-out 2.5s infinite;
}

.blob--4 {
  width: 105px;
  height: 100px;
  bottom: 10%;
  left: 4%;
  opacity: 0.35;
  animation: blob-float-b 4.8s ease-in-out 3.8s infinite;
}

.blob--5 {
  width: 60px;
  height: 58px;
  top: 45%;
  left: 46%;
  background: #E8916F;
  opacity: 0.2;
  border-radius: 48% 52% 58% 42% / 55% 45% 55% 45%;
  animation: blob-float-a 3.2s ease-in-out 0.8s infinite;
}

.blob--6 {
  width: 38px;
  height: 38px;
  top: 8%;
  left: 34%;
  background: #1B1B3A;
  opacity: 0.15;
  border-radius: 55% 45% 50% 50% / 45% 55% 48% 52%;
  animation: blob-float-b 4.4s ease-in-out 2s infinite;
}

@keyframes blob-float-a {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-24px) rotate(7deg); }
}

@keyframes blob-float-b {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(19px) rotate(-8deg); }
}

@media (prefers-reduced-motion: reduce) {
  .blob {
    animation: none;
  }
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 4.6vw, 3.6rem);
  line-height: 1.05;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
}

.hero__title-colored span:nth-child(4n+1) { color: var(--orange); }
.hero__title-colored span:nth-child(4n+2) { color: var(--green); }
.hero__title-colored span:nth-child(4n+3) { color: var(--yellow); }
.hero__title-colored span:nth-child(4n) { color: var(--purple-dot); }

.hero__desc {
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 460px;
  margin-bottom: 2rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 2.2rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--white);
  border: 1.5px solid #cdebd9;
  color: var(--navy);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
}

.tag__plus {
  color: var(--green);
  font-weight: 800;
  font-size: 0.95rem;
}

.hero__media {
  display: flex;
  justify-content: center;
}

.hero__photo {
  width: 100%;
  aspect-ratio: 1 / 0.95;
  max-width: 500px;
  background: var(--white);
  border-radius: 28px;
  box-shadow: 0 30px 60px -20px rgba(28, 36, 82, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__photo-placeholder {
  font-family: var(--font-display);
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  color: #d8d8d6;
  font-weight: 600;
}

/* ===== Doctor section ===== */
.doctor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
}

.doctor__media {
  background: var(--white);
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor__photo-placeholder {
  font-family: var(--font-display);
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  color: #d8d8d6;
  font-weight: 600;
}

.doctor__panel {
  background: var(--teal-bg);
  display: flex;
  align-items: center;
  padding: 4rem 3rem;
}

.doctor__panel-inner {
  max-width: 540px;
  width: 100%;
}

.doctor__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 2.6vw, 2.1rem);
  color: var(--navy);
  margin-bottom: 1.4rem;
}

.doctor__bio {
  font-style: italic;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--navy);
  margin-bottom: 1.6rem;
}

.doctor__list {
  margin-bottom: 2.2rem;
}

.doctor__list li {
  position: relative;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--navy);
  padding-left: 1.1rem;
}

.doctor__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--navy);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.stat-card {
  background: var(--white);
  border-radius: 16px;
  padding: 1.1rem 1.2rem 1.3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-shadow: 0 14px 30px -16px rgba(28, 36, 82, 0.15);
}

.stat-card__number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.9rem;
  color: var(--navy);
}

.stat-card__icon {
  font-size: 1.7rem;
  color: var(--navy);
  line-height: 1;
}

.stat-card__label {
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--navy);
}

/* ===== TEA Info section ===== */
.tea-info {
  background: var(--lavender-bg);
  padding: 5rem 2rem;
}

.tea-info__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  text-align: center;
}

.tea-info__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
  color: var(--navy);
  line-height: 1.2;
  max-width: 720px;
  margin: 0 auto 1.2rem;
}

.tea-info__subtitle {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 3rem;
  line-height: 1.5;
}

.tea-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
  text-align: left;
}

.tea-card {
  background: var(--white);
  border-radius: 20px;
  padding: 1.8rem 1.8rem 2rem;
  box-shadow: 0 16px 34px -18px rgba(28, 36, 82, 0.18);
}

.tea-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--mint-icon-bg);
  color: var(--mint-icon);
  font-size: 1.4rem;
  margin-bottom: 1.3rem;
}

.tea-card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.tea-card__text {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-muted);
}

/* ===== Adapted section ===== */
.adapted {
  background: var(--white);
  padding: 5rem 2rem;
}

.adapted__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  text-align: center;
}

.adapted__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
  color: var(--navy);
  margin-bottom: 1.2rem;
}

.adapted__subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.5;
}

.adapted-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
  margin-bottom: 3rem;
  text-align: left;
}

.adapted-card {
  background: var(--teal-card-bg);
  border-radius: 18px;
  padding: 1.6rem 1.5rem 1.8rem;
}

.adapted-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--lavender-icon-bg);
  color: var(--lavender-icon);
  font-size: 1.3rem;
  margin-bottom: 1.1rem;
}

.adapted-card__title {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1rem;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.adapted-card__text {
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--navy);
}

/* ===== Team section ===== */
.team {
  position: relative;
  background: var(--grey-bg) url("assets/textura.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0 5.5rem;
  overflow: hidden;
}

.team__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.team__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3rem);
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}

.team-letter--1 { color: var(--orange); }
.team-letter--2 { color: var(--green); }
.team-letter--3 { color: var(--yellow); }

.team-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.team-slider__viewport {
  flex: 1;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.team-slider__viewport::-webkit-scrollbar {
  display: none;
}

.team-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * 1.4rem) / 3);
  gap: 1.4rem;
  padding: 0.4rem 0.2rem 1rem;
}

.team-card {
  scroll-snap-align: start;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.team-card__photo {
  background: var(--white);
  border-radius: 18px;
  aspect-ratio: 1 / 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px -22px rgba(28, 36, 82, 0.22);
  margin-bottom: 1.3rem;
  overflow: hidden;
}

.team-card__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__placeholder {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #d8d8d6;
  font-weight: 600;
}

.team-card__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--navy);
  text-align: center;
  margin-bottom: 0.3rem;
}

.team-card__role {
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--navy);
  text-align: center;
  margin-bottom: 0.9rem;
}

.team-card__desc {
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-muted);
  text-align: center;
}

.team-slider__arrow {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--slider-arrow-bg);
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.team-slider__arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(28, 36, 82, 0.3);
}

.team-slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.team-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.team-slider__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: #cfcfcb;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.team-slider__dot--active {
  background: var(--navy);
  transform: scale(1.2);
}

/* ===== Reviews section ===== */
.reviews {
  background: var(--white);
  padding: 5rem 2rem 6rem;
}

.reviews__inner {
  max-width: var(--container-width);
  margin: 0 auto;
}

.reviews__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
  color: var(--navy);
  text-align: center;
  margin-bottom: 3rem;
}

.reviews-grid {
  column-count: 3;
  column-gap: 1.4rem;
}

.review-card {
  display: block;
  break-inside: avoid;
  background: var(--white);
  border: 1px solid #ececea;
  border-radius: 18px;
  padding: 1.6rem 1.6rem 1.4rem;
  margin-bottom: 1.4rem;
  box-shadow: 0 16px 34px -22px rgba(28, 36, 82, 0.18);
}

.review-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.review-card__stars {
  color: var(--yellow);
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.review-card__google {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.review-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.review-card__text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
}

.review-card__footer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.review-card__avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--navy);
}

.review-card__name {
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--navy);
}

.review-card__date {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ===== Contact section ===== */
.contact {
  background: var(--teal-bg);
  padding: 4.5rem 2rem 5rem;
}

.contact__inner {
  max-width: var(--container-width);
  margin: 0 auto;
}

.contact__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
  color: var(--navy);
  text-align: center;
  margin-bottom: 0.9rem;
}

.contact__subtitle {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
  text-align: center;
  max-width: 520px;
  margin: 0 auto 2.6rem;
  line-height: 1.5;
}

.contact-bar {
  background: var(--white);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  padding: 0.9rem 2rem;
  margin-bottom: 1.5rem;
}

.contact-bar__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
  white-space: nowrap;
}

.contact-bar__icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  color: var(--navy);
}

.contact-map {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== Footer ===== */
.footer {
  background: var(--navy);
  padding: 3rem 2rem;
}

.footer__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero__media {
    order: -1;
  }

  .hero__photo {
    max-width: 420px;
  }

  .hero__desc {
    max-width: 100%;
  }

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

  .doctor__media {
    min-height: 320px;
  }

  .doctor__panel {
    padding: 3rem 2rem;
  }

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

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

  .team-slider__track {
    grid-auto-columns: calc((100% - 1.4rem) / 2);
  }

  .reviews-grid {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .header__inner {
    padding: 0.9rem 1.2rem;
  }

  .logo__img {
    height: 50px;
  }

  .btn--header {
    padding: 0.6rem 1.1rem;
    font-size: 0.85rem;
  }

  .hero {
    padding: 2.8rem 1.2rem 3.5rem;
  }

  .blob--3,
  .blob--5,
  .blob--6 {
    display: none;
  }

  .blob--1 {
    width: 130px;
    height: 120px;
    top: -12px;
    left: -18px;
  }

  .blob--2 {
    width: 100px;
    height: 96px;
    top: auto;
    bottom: 24%;
    right: 6%;
    opacity: 0.42;
  }

  .blob--4 {
    width: 92px;
    height: 88px;
    bottom: 13%;
    left: 5%;
    opacity: 0.42;
  }

  .hero__title {
    font-size: 2.1rem;
    margin-bottom: 1.2rem;
  }

  .hero__desc {
    font-size: 1rem;
  }

  .tag {
    font-size: 0.78rem;
    padding: 0.45rem 0.85rem;
  }

  .btn--hero {
    width: 100%;
    padding: 0.95rem 1.5rem;
  }

  .hero__photo {
    max-width: 100%;
    aspect-ratio: 1/0.85;
  }

  .doctor__media {
    min-height: 240px;
  }

  .doctor__panel {
    padding: 2.4rem 1.3rem;
  }

  .doctor__name {
    font-size: 1.5rem;
  }

  .doctor__bio {
    font-size: 0.95rem;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }

  .stat-card {
    padding: 0.9rem 0.8rem 1.1rem;
  }

  .stat-card__number {
    font-size: 1.5rem;
  }

  .tea-info {
    padding: 3.5rem 1.2rem;
  }

  .tea-info__title {
    font-size: 1.6rem;
  }

  .tea-info__subtitle {
    font-size: 0.95rem;
    margin-bottom: 2.2rem;
  }

  .tea-card {
    padding: 1.5rem 1.4rem 1.7rem;
  }

  .adapted {
    padding: 3.5rem 1.2rem;
  }

  .adapted__title {
    font-size: 1.6rem;
  }

  .adapted__subtitle {
    font-size: 0.95rem;
    margin-bottom: 2.2rem;
  }

  .adapted-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .team {
    padding: 3.5rem 0 4rem;
  }

  .team__inner {
    padding: 0 1.2rem;
  }

  .team__title {
    margin-bottom: 2rem;
  }

  .team-slider {
    gap: 0.3rem;
  }

  .team-slider__track {
    grid-auto-columns: 86%;
    gap: 1rem;
  }

  .team-slider__arrow {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }

  .team-card__name {
    font-size: 1.2rem;
  }

  .reviews {
    padding: 3.5rem 1.2rem 4rem;
  }

  .reviews__title {
    font-size: 1.6rem;
    margin-bottom: 2.2rem;
  }

  .reviews-grid {
    column-count: 1;
  }

  .review-card {
    padding: 1.4rem 1.3rem 1.2rem;
  }

  .review-card__text {
    font-size: 0.88rem;
  }

  .contact {
    padding: 3.5rem 1.2rem 3.8rem;
  }

  .contact__title {
    font-size: 1.6rem;
  }

  .contact__subtitle {
    font-size: 0.92rem;
    margin-bottom: 2rem;
  }

  .contact-bar {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 22px;
    padding: 1.2rem 1.4rem;
  }

  .contact-bar__item {
    width: 100%;
    align-items: flex-start;
    white-space: normal;
  }

  .contact-map {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .footer {
    padding: 2.4rem 1.2rem;
  }

  .btn--whatsapp,
  .btn--yellow {
    width: 100%;
  }
}
