/* Variables */
:root {
  /* Colors */
  --color-primary: #103673;
  --color-on-primary: #FFFFFF;
  --color-text-white: #FFFFFF;
  --color-neutral-15: #282522;
  --color-neutral-35: #55524D;
  --color-background: #FFFFFF;
  --color-section-bg: #F3ECDD;
  --color-cta-bg: #C6A458;
  --color-cta-text: #FFFBFF;

  /* Typography */
  --font-primary: 'Poppins', sans-serif;
  --font-secondary: 'Inter', sans-serif;

  /* Spacing */
  --spacing-88: 88px;
  --spacing-40: 40px;
  --spacing-32: 32px;

  /* Border Radius */
  --radius-button: 40px;
  --radius-card-top: 24px;
}

/* Typography Classes */
.text-hero {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-white);
}

.text-section-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 2rem;       /* 32px */
  line-height: 2.5rem;   /* 40px */
  text-align: center;
  color: var(--color-primary);
}

.text-card-title {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  color: var(--color-neutral-15);
}

.text-card-description {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.375rem;   /* 22px */
  line-height: 1.875rem; /* 30px */
  color: var(--color-neutral-35);
}

.text-indication-section-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 2.5rem;     /* 40px */
  line-height: 3rem;     /* 48px */
  text-align: center;
  color: var(--color-primary);
}

.text-indication-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  text-align: center;
  color: var(--color-primary);
}

.text-indication-description {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.25rem;    /* 20px */
  line-height: 1.75rem;  /* 28px */
  text-align: center;
  color: var(--color-neutral-35);
}

.text-cta-title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 2rem;       /* 32px */
  line-height: 2.5rem;   /* 40px */
  color: var(--color-cta-text);
}

.text-space-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 2.5rem;     /* 40px */
  line-height: 3rem;     /* 48px */
  text-align: center;
  color: var(--color-primary);
}

.text-space-description {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  text-align: center;
  color: var(--color-neutral-35);
}

.text-space-feature {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.25rem;    /* 20px */
  line-height: 1.75rem;  /* 28px */
  color: var(--color-neutral-35);
}

.text-reviews-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 2.5rem;     /* 40px */
  line-height: 3rem;     /* 48px */
  color: var(--color-primary);
}

.text-review-content {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.25rem;    /* 20px */
  line-height: 1.75rem;  /* 28px */
  color: #111827;
}

.text-review-name {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 1rem;       /* 16px */
  line-height: 1.5rem;   /* 24px */
  color: #111827;
}

.text-contact-title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 2rem;       /* 32px */
  line-height: 2.5rem;   /* 40px */
  text-align: center;
  color: #FFFFFF;
}

.text-contact-subtitle {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  text-align: center;
  color: #FFF8F2;
}

.text-contact-channel-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  color: #282522;
}

.text-contact-phone {
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: 1rem;       /* 16px */
  line-height: 1.5rem;   /* 24px */
  color: #282522;
}

.text-location-title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 2rem;       /* 32px */
  line-height: 2.5rem;   /* 40px */
  color: #103673;
}

.text-location-address {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  color: #33302C;
}

.text-instagram-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 2.5rem;     /* 40px */
  line-height: 3.75rem;  /* 60px */
  text-align: start;
  color: #FFFFFF;
}

.text-instagram-handle {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  color: #FFF8F2;
}

.text-footer {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.5rem;     /* 24px */
  line-height: 2rem;     /* 32px */
  text-align: center;
  color: #33302C;
}

/* Header Section */
.header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: 230%;
  background-position: 70% center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.header__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

/* Navbar */
.navbar {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: center;
}

.navbar__list {
  display: flex;
  gap: 40px;
  align-items: center;
}

.navbar__link {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1rem;        /* 16px */
  color: var(--color-text-white);
  transition: opacity 0.3s ease;
}

.navbar__link:hover {
  opacity: 0.8;
}

/* Logo */
.header__logo {
  margin-top: var(--spacing-88);
  max-width: 250px;
  width: 100%;
}

/* Hero Text */
.header__text {
  margin-top: var(--spacing-88);
  max-width: 600px;
}

/* CTA Button */
.cta-button {
  margin-top: var(--spacing-32);
  padding: 16px 32px;
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.125rem;    /* 18px */
  border-radius: var(--radius-button);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 60px;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(16, 54, 115, 0.3);
}

.cta-button:active {
  transform: translateY(0);
}

/* Benefits Section */
.benefits-section {
  background-color: var(--color-section-bg);
  padding: 60px 20px;
}

.benefits-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-40);
}

.benefits-section__divider {
  max-width: 150px;
  margin: 0 auto;
}

.benefits-section__cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 20px;
}

/* Card */
.card {
  background-color: var(--color-background);
  border-radius: var(--radius-card-top);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card__image {
  width: 100%;
  height: 246px;
  object-fit: cover;
  border-radius: var(--radius-card-top) var(--radius-card-top) 0 0;
}

.card__content {
  padding: 24px;
  text-align: center;
}

.card__title {
  margin-bottom: 16px;
}

.card__description {
  line-height: 1.6;
}

/* Highlight text */
.highlight {
  font-weight: 600;
}

/* Indications Section */
.indications-section {
  background-color: var(--color-background);
  padding: 80px 20px;
}

.indications-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.indications-section__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

/* Indication Item */
.indication-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 280px;
}

.indication-item__image {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.indication-item__title {
  margin-top: 8px;
}

.indication-item__description {
  max-width: 260px;
}

/* CTA Section */
.cta-section {
  background-color: var(--color-cta-bg);
  padding: 60px 20px;
}

.cta-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cta-section__text {
  text-align: center;
}

.cta-section__button {
  padding: 16px 40px;
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.125rem;    /* 18px */
  border-radius: var(--radius-button);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}

.cta-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(16, 54, 115, 0.3);
}

.cta-section__button:active {
  transform: translateY(0);
}

/* Space Section */
.space-section {
  background-color: var(--color-background);
  padding: 80px 20px;
}

.space-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.space-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.space-section__description {
  margin-top: 8px;
}

/* Image Gallery - Mobile Carousel */
.space-section__gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.space-section__images {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}

.space-section__image-wrapper {
  min-width: 100%;
  flex-shrink: 0;
}

.space-section__image {
  width: 100%;
  height: 246px;
  object-fit: cover;
  border-radius: 12px;
}

/* Carousel Stepper */
.space-section__stepper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.stepper-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.stepper-dot.active {
  background-color: var(--color-primary);
  transform: scale(1.2);
}

/* Features List */
.space-section__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.feature-item__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-item__text {
  flex: 1;
}

/* Reviews Section */
.reviews-section {
  background-color: var(--color-section-bg);
  padding: 80px 20px;
  overflow: hidden;
}

.reviews-section__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.reviews-section__header {
  position: relative;
  margin-bottom: 60px;
  padding-left: 20px;
}

.reviews-section__title {
  position: relative;
  z-index: 2;
  max-width: 400px;
}

.reviews-section__quote-bg {
  position: absolute;
  bottom: 20px;
  left: -40px;
  width: 142px;
  height: 116px;
  z-index: 1;
}

/* Reviews Grid - Mobile Carousel */
.reviews-section__grid-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.reviews-section__grid {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}

.review-card-wrapper {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Review Card */
.review-card {
  background-color: var(--color-background);
  border-radius: 16px;
  padding: 20px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 240px;
  height: 177px;
  overflow: hidden;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Carousel Stepper for Reviews */
.reviews-section__stepper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.review-card__stars {
  width: 80px;
  height: auto;
  align-self: center;
  flex-shrink: 0;
}

.review-card__content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  overflow: hidden;
}

.review-card__quote {
  width: 20px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.review-card__text {
  padding-left: 28px;
  font-size: 0.875rem;    /* 14px */
  line-height: 1.125rem;  /* 18px */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review-card__name {
  padding-left: 28px;
  margin-top: 4px;
  font-size: 0.75rem;     /* 12px */
  line-height: 1rem;      /* 16px */
}

/* Contact Section */
.contact-section {
  background-color: var(--color-cta-bg);
  padding: 80px 20px;
}

.contact-section__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.contact-section__subtitle {
  margin-top: 8px;
}

.contact-section__card {
  background-color: var(--color-background);
  border-radius: 16px;
  padding: 40px 24px;
  width: 100%;
  max-width: 800px;
  margin-top: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-section__channels {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Contact Channel */
.contact-channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.contact-channel__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.contact-channel__title {
  margin-bottom: 8px;
}

.contact-channel__button {
  margin-top: 8px;
  padding: 12px 32px;
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1rem;        /* 16px */
  border-radius: var(--radius-button);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-channel__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(16, 54, 115, 0.3);
}

.contact-channel__button:active {
  transform: translateY(0);
}

/* Divider */
.contact-divider {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  display: block;
}

/* Location Section */
.location-section {
  background-color: var(--color-section-bg);
  padding: 80px 20px;
}

.location-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.location-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location-section__address {
  margin-top: 8px;
  max-width: 500px;
}

.location-section__button {
  padding: 16px 32px;
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.125rem;    /* 18px */
  border-radius: var(--radius-button);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-self: flex-start;
  margin-top: 8px;
}

.location-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(16, 54, 115, 0.3);
}

.location-section__button:active {
  transform: translateY(0);
}

.location-section__map {
  position: relative;
  width: 90%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.location-section__map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-section__map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 54, 115, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s ease;
  text-decoration: none;
  color: white;
  opacity: 0;
}

.location-section__map-overlay:hover {
  background: rgba(16, 54, 115, 0.85);
  opacity: 1;
}

.location-section__map-icon {
  font-size: 3rem;
  line-height: 1;
}

.location-section__map-text {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

/* Instagram Section */
.instagram-section {
  background-color: var(--color-background);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.instagram-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.instagram-section__card {
  background-color: var(--color-primary);
  border-radius: 24px;
  padding: 48px 32px;
  width: 100%;
  max-width: 647px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  box-shadow: 0 8px 24px rgba(16, 54, 115, 0.2);
  position: relative;
  z-index: 1;
  margin-right: 150px;
}

.instagram-section__handle {
  display: flex;
  align-items: center;
  gap: 12px;
}

.instagram-section__logo {
  width: 31px;
  height: 36px;
  flex-shrink: 0;
}

.instagram-section__phone {
  position: absolute;
  right: -200px;
  bottom: 50;
  width: 100%;
  height: 200%;
  display: none;
  z-index: 2;
  display: block;
  object-fit: contain;
}

/* Footer */
.footer {
  background-color: var(--color-background);
  padding: 40px 20px;
  border-top: 1px solid #E5E5E5;
}

/* Mobile Navigation - Hamburger Menu */
.navbar__toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  background: transparent;
}

.navbar__toggle-bar {
  width: 28px;
  height: 3px;
  background-color: var(--color-text-white);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Responsive Design */
@media screen and (max-width: 767px) {
  .text-hero {
    font-size: 1.25rem;     /* 20px */
    line-height: 1.75rem;   /* 28px */
  }

  .text-section-title {
    font-size: 1.625rem;    /* 26px */
    line-height: 2.125rem;  /* 34px */
  }

  .text-card-title {
    font-size: 1.25rem;     /* 20px */
    line-height: 1.75rem;   /* 28px */
  }

  .text-card-description {
    font-size: 1.125rem;    /* 18px */
    line-height: 1.625rem;  /* 26px */
  }

  .header {
    background-size: cover;
    background-position: center;
  }

  .navbar__toggle {
    display: flex;
  }

  .navbar__list {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: var(--color-primary);
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    padding: 40px;
    transition: left 0.3s ease;
    z-index: 1000;
  }

  .navbar__list.active {
    left: 0;
  }

  .header__logo {
    margin-top: 60px;
    max-width: 200px;
  }

  .header__text {
    margin-top: 60px;
    padding: 0 10px;
  }

  .cta-button {
    font-size: 1rem;        /* 16px */
    padding: 14px 28px;
  }

  .benefits-section {
    padding: 40px 16px;
  }

  .card__image {
    height: 200px;
  }

  .card__content {
    padding: 20px;
  }

  .text-indication-section-title {
    font-size: 2rem;        /* 32px */
    line-height: 2.5rem;    /* 40px */
  }

  .text-indication-title {
    font-size: 1.375rem;    /* 22px */
    line-height: 1.875rem;  /* 30px */
  }

  .text-indication-description {
    font-size: 1.125rem;    /* 18px */
    line-height: 1.625rem;  /* 26px */
  }

  .indications-section {
    padding: 60px 16px;
  }

  .instagram-section__card {
    margin-right: 0;
    max-width: 80%;
  }
  .instagram-section__phone {
    right: -150px;
    margin-right: 20px;
  }
  .text-instagram-title {
    font-size: 1rem;        /* 16px */
  }
  .text-instagram-handle{
    font-size: 0.875rem;    /* 14px */
  }

  .text-footer{
    font-size: 0.875rem;    /* 14px */
  }
}

@media screen and (min-width: 768px) {
  .benefits-section__cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .text-section-title {
    font-size: 2.25rem;     /* 36px */
    line-height: 2.75rem;   /* 44px */
  }

  .benefits-section {
    padding: 80px 40px;
  }

  .indications-section__items {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 32px;
  }

  .indications-section {
    padding: 80px 40px;
  }

  .cta-section__container {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }

  .cta-section__text {
    flex: 1;
    text-align: left;
  }

  .cta-section__button {
    flex: 1;
    max-width: 400px;
  }

  /* Space Section - Desktop Grid */
  .space-section__gallery {
    overflow: visible;
    max-width: 1024px;
    margin: 0 auto;
  }

  .space-section__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .space-section__image-wrapper {
    min-width: auto;
    width: 328px;
    flex-shrink: 0;
  }

  .space-section__image {
    width: 328px;
    height: 246px;
  }

  /* Hide stepper on desktop */
  .space-section__stepper {
    display: none;
  }

  .space-section__features {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 600px;
  }

  /* Reviews Section - Desktop Grid */
  .reviews-section__grid-wrapper {
    overflow: visible;
  }

  .reviews-section__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .review-card-wrapper {
    min-width: auto;
    padding: 0;
  }

  .review-card-wrapper:nth-child(1),
  .review-card-wrapper:nth-child(3) {
    margin-top: -40px;
  }

  .review-card-wrapper:nth-child(2),
  .review-card-wrapper:nth-child(4) {
    margin-top: 40px;
  }

  /* Hide stepper on desktop */
  .reviews-section__stepper {
    display: none;
  }

  /* Restore card sizes for desktop */
  .review-card {
    width: auto;
    height: auto;
    padding: 32px 24px;
    gap: 16px;
  }

  .review-card__stars {
    width: 120px;
  }

  .review-card__content-wrapper {
    gap: 16px;
  }

  .review-card__quote {
    width: 32px;
  }

  .review-card__text {
    padding-left: 40px;
    font-size: 1.25rem;     /* 20px */
    line-height: 1.75rem;   /* 28px */
    -webkit-line-clamp: unset;
    display: block;
  }

  .review-card__name {
    padding-left: 40px;
    margin-top: 8px;
    font-size: 1rem;        /* 16px */
    line-height: 1.5rem;    /* 24px */
  }

  /* Contact Section - Desktop Layout */
  .contact-section__channels {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }

  .contact-channel {
    flex: 1;
    padding: 0 32px;
  }

  .contact-divider {
    width: 1px;
    height: auto;
    align-self: stretch;
  }

  /* Location Section - Desktop Layout */
  .location-section__container {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }

  .location-section__content {
    flex: 1;
  }

  .location-section__map {
    width: 802px;
    height: 374px;
    flex-shrink: 0;
  }

}

@media screen and (min-width: 1024px) {
  .header__logo {
    max-width: 300px;
  }

  .header__text {
    max-width: 700px;
  }

  .cta-button {
    font-size: 1.25rem;     /* 20px */
    padding: 18px 40px;
  }

  .navbar__list {
    gap: 48px;
  }

  .navbar__link {
    font-size: 1.125rem;    /* 18px */
  }
}
