/* ===================== */
/* ABOUT SECTION */
/* ===================== */
.aboutSection {
  padding: 88px 24px 28px;
  background: linear-gradient(180deg, #f5f2eb 0%, #f3f4f6 100%);
}

.aboutSection__container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.aboutSection__content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  padding: 44px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutSection__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ebe5da;
  color: #55493d;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.aboutSection__title {
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #0f172a;
  margin-bottom: 18px;
  max-width: 760px;
}

.aboutSection__description {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.75;
  color: #475467;
  margin-bottom: 14px;
}

.aboutSection__supportingText {
  font-size: 15px;
  line-height: 1.7;
  color: #8a6f57;
  margin-bottom: 30px;
  max-width: 660px;
}

.aboutSection__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.aboutFeatureCard {
  background: linear-gradient(180deg, #fffaf4 0%, #f9fafb 100%);
  border: 1px solid #ebe6dd;
  border-radius: 24px;
  padding: 24px 22px;
  min-height: 180px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aboutFeatureCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.aboutFeatureCard__title {
  font-size: 22px;
  line-height: 1.15;
  color: #101828;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.aboutFeatureCard__text {
  font-size: 15px;
  line-height: 1.75;
  color: #667085;
}

.aboutSection__visual {
  display: flex;
}

.aboutImageCard {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
  background: #111827;
}

.aboutImageCard__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutImageCard__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 15, 28, 0.28) 0%,
    rgba(8, 15, 28, 0.44) 45%,
    rgba(8, 15, 28, 0.78) 100%
  );
}

.aboutImageCard__content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

.aboutImageCard__tag {
  position: absolute;
  top: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.aboutImageCard__title {
  max-width: 520px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin-bottom: 14px;
}

.aboutImageCard__text {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1180px) {
  .aboutSection__container {
    grid-template-columns: 1fr;
  }

  .aboutSection__visual {
    min-height: 480px;
  }
}

@media (max-width: 900px) {
  .aboutSection {
    padding: 72px 20px 22px;
  }

  .aboutSection__content,
  .aboutImageCard {
    border-radius: 26px;
  }

  .aboutSection__content {
    padding: 30px 24px;
  }

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

  .aboutImageCard__content {
    padding: 28px 22px;
  }

  .aboutImageCard__tag {
    top: 22px;
    left: 22px;
  }
}

@media (max-width: 640px) {
  .aboutSection {
    padding: 64px 16px 18px;
  }

  .aboutSection__title {
    font-size: 38px;
  }

  .aboutSection__description {
    font-size: 15px;
  }

  .aboutSection__supportingText {
    font-size: 14px;
  }

  .aboutFeatureCard {
    min-height: auto;
    padding: 22px 18px;
  }

  .aboutFeatureCard__title {
    font-size: 20px;
  }

  .aboutImageCard {
    min-height: 420px;
  }

  .aboutImageCard__title {
    font-size: 32px;
  }

  .aboutImageCard__text {
    font-size: 15px;
  }
}

/* ===================== */
/* DESTINATIONS SECTION  */
/* ===================== */

.destinationsSection {
  position: relative;
  padding: 110px 0 120px;
  background: #f3f4f6;
  overflow: hidden;
}

.destinationsSection__container {
  width: min(1520px, calc(100% - 36px));
  margin: 0 auto;
}

.destinationsSection__header {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.destinationsSection__tag {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.42);
}

.destinationsSection__title {
  margin: 0;
  font-size: clamp(2.4rem, 4.6vw, 4.8rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #111111;
}

.destinationsSection__description {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(17, 24, 39, 0.68);
}

/* ===================== */
/* CAROUSEL              */
/* ===================== */

.destinationsCarousel {
  position: relative;
  width: 100%;
  height: 790px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.destinationsCarousel__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.destinationsCarousel__stage {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ===================== */
/* ARROWS                */
/* ===================== */

.destinationsCarousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.82);
  color: #ffffff;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  transition: transform 0.26s ease, background 0.26s ease, opacity 0.26s ease;
}

.destinationsCarousel__arrow:hover {
  transform: translateY(-50%) scale(1.06);
  background: #111111;
}

.destinationsCarousel__arrow span {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.destinationsCarousel__arrow--prev {
  left: 18px;
}

.destinationsCarousel__arrow--next {
  right: 18px;
}

/* ===================== */
/* CARD BASE             */
/* ===================== */

.destinationCard {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background: #111111;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.18),
    0 12px 36px rgba(0, 0, 0, 0.12);
  transform-origin: center center;
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, filter;
}

.destinationCard__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.destinationCard__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.12) 34%,
      rgba(0, 0, 0, 0.42) 62%,
      rgba(0, 0, 0, 0.82) 100%
    );
}

.destinationCard__content {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  color: #ffffff;
  transition: opacity 0.36s ease, transform 0.36s ease;
}

.destinationCard__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.92rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.76);
}

.destinationCard__title {
  margin: 0 0 12px;
  font-size: 2.15rem;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.destinationCard__text {
  margin: 0;
  max-width: 95%;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

.destinationCard__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  transition: opacity 0.34s ease, transform 0.34s ease;
}

.destinationCard__secondaryButton,
.destinationCard__primaryButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 0.24s ease, background 0.24s ease;
}

.destinationCard__secondaryButton {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.destinationCard__primaryButton {
  color: #111111;
  background: #ffffff;
}

.destinationCard__secondaryButton:hover,
.destinationCard__primaryButton:hover {
  transform: translateY(-1px);
}

/* ===================== */
/* STATES                */
/* ===================== */

.destinationCard.isLeft {
  transform: translate(-138%, -50%) scale(0.88);
  opacity: 0.68;
  filter: blur(2.8px);
  z-index: 1;
}

.destinationCard.isCenter {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  filter: blur(0);
  z-index: 3;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.14);
}

.destinationCard.isRight {
  transform: translate(38%, -50%) scale(0.88);
  opacity: 0.68;
  filter: blur(2.8px);
  z-index: 1;
}

.destinationCard.isLeft .destinationCard__actions,
.destinationCard.isRight .destinationCard__actions {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.destinationCard.isCenter .destinationCard__actions {
  opacity: 1;
  transform: translateY(0);
}

.destinationCard.isLeft .destinationCard__content,
.destinationCard.isRight .destinationCard__content {
  transform: scale(0.95);
}

.destinationCard.isCenter .destinationCard__content {
  transform: scale(1);
}

/* ===================== */
/* RESPONSIVE            */
/* ===================== */

@media (max-width: 1360px) {
  .destinationsSection__container {
    width: min(100%, calc(100% - 28px));
  }

  .destinationsCarousel {
    height: 760px;
  }

  .destinationCard {
    width: 460px;
    height: 590px;
  }

  .destinationCard.isLeft {
    transform: translate(-128%, -50%) scale(0.88);
  }

  .destinationCard.isRight {
    transform: translate(28%, -50%) scale(0.88);
  }
}

@media (max-width: 1100px) {
  .destinationsCarousel {
    height: 700px;
  }

  .destinationCard {
    width: 400px;
    height: 540px;
  }

  .destinationCard.isLeft {
    transform: translate(-116%, -50%) scale(0.86);
  }

  .destinationCard.isRight {
    transform: translate(16%, -50%) scale(0.86);
  }
}

@media (max-width: 768px) {
  .destinationsSection {
    padding: 84px 0 92px;
  }

  .destinationsSection__title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .destinationsSection__description {
    font-size: 0.98rem;
  }

  .destinationsCarousel {
    height: 580px;
  }

  .destinationCard {
    width: min(100%, 350px);
    height: 500px;
    border-radius: 28px;
  }

  .destinationCard.isLeft,
  .destinationCard.isRight {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.92);
  }

  .destinationCard.isCenter {
    transform: translate(-50%, -50%) scale(1);
  }

  .destinationsCarousel__arrow {
    width: 54px;
    height: 54px;
  }

  .destinationsCarousel__arrow--prev {
    left: 4px;
  }

  .destinationsCarousel__arrow--next {
    right: 4px;
  }
}


/* ===================== */
/* EXPERIENCE SECTION    */
/* ===================== */

.experienceSection {
  position: relative;
  padding: 120px 0;
  background: #f3f4f6;
  overflow: hidden;
}

.experienceSection__container {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.experienceSection__header {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
}

.experienceSection__tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.45);
}

.experienceSection__title {
  margin: 0;
  font-size: clamp(2.3rem, 4.2vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #111111;
}

.experienceSection__description {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 1.04rem;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.68);
}

/* ===================== */
/* GRID                  */
/* ===================== */

.experienceGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

/* ===================== */
/* CARD                  */
/* ===================== */

.experienceCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.07),
    0 8px 20px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    opacity 0.32s ease;
}

.experienceCard:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.11),
    0 12px 28px rgba(0, 0, 0, 0.07);
}

.experienceCard__media {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #dfe3e8;
}

.experienceCard__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, filter 0.45s ease;
}

.experienceCard:hover .experienceCard__image {
  transform: scale(1.03);
}

.experienceCard__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(0, 0, 0, 0.14) 45%,
    rgba(0, 0, 0, 0.26) 100%
  );
}

.experienceCard__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  font-size: 0.84rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.experienceCard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 26px 26px;
}

.experienceCard__title {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #111111;
}

.experienceCard__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.7);
}

.experienceCard__highlights {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.experienceCard__highlights li {
  position: relative;
  padding-left: 18px;
  font-size: 0.96rem;
  line-height: 1.5;
  color: #171717;
}

.experienceCard__highlights li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #111111;
}

.experienceCard__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.experienceCard__secondaryButton,
.experienceCard__primaryButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 600;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.experienceCard__secondaryButton {
  background: #f1f1f1;
  color: #111111;
}

.experienceCard__primaryButton {
  background: #111111;
  color: #ffffff;
}

.experienceCard__secondaryButton:hover,
.experienceCard__primaryButton:hover {
  transform: translateY(-1px);
}

/* ===================== */
/* DISABLED / COMING SOON*/
/* ===================== */

.experienceCard--disabled {
  overflow: hidden;
}

.experienceCard--disabled .experienceCard__image {
  filter: blur(4px) grayscale(0.2);
  transform: scale(1.06);
}

.experienceCard--disabled:hover {
  transform: none;
}

.experienceCard--disabled:hover .experienceCard__image {
  transform: scale(1.06);
}

.experienceCard--disabled::after {
  content: "Próximamente";
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.88);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.experienceCard--disabled .experienceCard__actions {
  pointer-events: none;
}

.experienceCard--disabled .experienceCard__secondaryButton {
  background: #e8e8e8;
  color: #666666;
}

/* ===================== */
/* RESPONSIVE            */
/* ===================== */

@media (max-width: 1100px) {
  .experienceGrid {
    gap: 24px;
  }

  .experienceCard__media {
    height: 290px;
  }
}

@media (max-width: 900px) {
  .experienceSection {
    padding: 96px 0;
  }

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

  .experienceSection__header {
    margin-bottom: 42px;
  }

  .experienceCard__media {
    height: 280px;
  }
}

@media (max-width: 640px) {
  .experienceSection__container {
    width: min(100%, calc(100% - 24px));
  }

  .experienceSection {
    padding: 82px 0;
  }

  .experienceCard {
    border-radius: 26px;
  }

  .experienceCard__media {
    height: 230px;
  }

  .experienceCard__body {
    padding: 22px 18px 20px;
  }

  .experienceCard__title {
    font-size: 1.55rem;
  }

  .experienceCard__text,
  .experienceCard__highlights li {
    font-size: 0.94rem;
  }

  .experienceCard__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .experienceCard__secondaryButton,
  .experienceCard__primaryButton {
    width: 100%;
  }
}

/* ===================== */
/* TESTIMONIALS SECTION  */
/* ===================== */

.testimonialsSection {
  padding: 72px 0;
}

.testimonialsSection__container {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
}

.testimonialsSection__header {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.testimonialsSection__tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.44);
}

.testimonialsSection__title {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #111111;
}

.testimonialsSection__description {
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.68);
}

/* ===================== */
/* CAROUSEL              */
/* ===================== */

.testimonialsCarousel {
  position: relative;
}

.testimonialsCarousel__viewport {
  overflow: hidden;
}

.testimonialsCarousel__track {
  display: flex;
  gap: 22px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.testimonialsCarousel__arrow {
  position: absolute;
  top: -58px;
  right: 0;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  font-size: 1.35rem;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.22s ease, background 0.22s ease;
  z-index: 3;
}

.testimonialsCarousel__arrow:hover {
  transform: translateY(-1px);
  background: #ffffff;
}

.testimonialsCarousel__arrow--prev {
  right: 56px;
}

/* ===================== */
/* TESTIMONIAL CARD      */
/* ===================== */

.testimonialCard {
  position: relative;
  flex: 0 0 calc(33.333% - 14.67px);
  min-width: calc(33.333% - 14.67px);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.04);
}

.testimonialCard__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonialCard__avatar {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8ebef 0%, #d8dde4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.testimonialCard__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(1.4px) saturate(0.92);
  transform: scale(1.08);
}

.testimonialCard__avatarInitials {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #111111;
}

.testimonialCard__meta {
  min-width: 0;
}

.testimonialCard__fan {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
}

.testimonialCard__name {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111111;
}

.testimonialCard__quote {
  margin: 18px 0 0;
  padding: 20px 20px 18px;
  border-radius: 24px;
  background: #f5f6f8;
  font-size: 1.04rem;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.78);
}

.testimonialCard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.testimonialCard__source {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(17, 17, 17, 0.5);
  font-weight: 600;
}

.testimonialCard__dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.22);
}

.testimonialCard__reactions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.05);
  font-size: 0.86rem;
  font-weight: 700;
  color: #111111;
}

.testimonialCard__emoji {
  font-size: 1rem;
  line-height: 1;
}

/* ===================== */
/* RESPONSIVE            */
/* ===================== */

@media (max-width: 1100px) {
  .testimonialCard {
    flex: 0 0 calc(50% - 11px);
    min-width: calc(50% - 11px);
  }
}

@media (max-width: 768px) {
  .testimonialsSection {
    padding: 58px 0;
  }

  .testimonialsSection__container {
    width: min(100%, calc(100% - 24px));
  }

  .testimonialsCarousel__arrow {
    top: -52px;
    width: 42px;
    height: 42px;
  }

  .testimonialsCarousel__arrow--prev {
    right: 48px;
  }

  .testimonialCard {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 20px 18px;
  }

  .testimonialCard__quote {
    padding: 18px 16px;
    font-size: 0.98rem;
  }

  .testimonialCard__name {
    font-size: 1.08rem;
  }
}


/* ===================== */
/* CONTACT SECTION       */
/* ===================== */

.contactSection {
  padding: 72px 0 88px;
  background: #f3f4f6;
}

.contactSection__container {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
}

.contactSection__card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.contactSection__content {
  padding: 38px 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid rgba(17, 17, 17, 0.04);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.07),
    0 8px 18px rgba(0, 0, 0, 0.035);
}

.contactSection__tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.44);
}

.contactSection__title {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #111111;
}

.contactSection__description {
  margin: 16px 0 0;
  max-width: 760px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.68);
}

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

.contactInfoCard {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 22px;
  text-decoration: none;
  background: #f7f8fa;
  border: 1px solid rgba(17, 17, 17, 0.05);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.contactInfoCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.contactInfoCard__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
}

.contactInfoCard__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  color: #111111;
}

.contactInfoCard__text {
  margin: 6px 0 0;
  font-size: 0.94rem;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.66);
}

.contactSection__socials {
  margin-top: 26px;
}

.contactSection__socialsLabel {
  display: block;
  margin-bottom: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.62);
}

.contactSection__socialLinks {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.contactSocialLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(17, 17, 17, 0.06);
  color: #111111;
  font-size: 0.92rem;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.contactSocialLink:hover {
  transform: translateY(-1px);
  background: #111111;
  color: #ffffff;
}

.contactSection__visual {
  display: flex;
}

.contactVisualCard {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: #111111;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.08);
}

.contactVisualCard__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactVisualCard__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.28) 40%,
    rgba(0, 0, 0, 0.68) 100%
  );
}

.contactVisualCard__content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

.contactVisualCard__tag {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.contactVisualCard__title {
  margin: 0;
  max-width: 520px;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.contactVisualCard__text {
  margin: 14px 0 0;
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.contactVisualCard__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 50px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  background: #ffffff;
  color: #111111;
  font-size: 0.94rem;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.contactVisualCard__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.14);
}

@media (max-width: 1100px) {
  .contactSection__card {
    grid-template-columns: 1fr;
  }

  .contactVisualCard {
    min-height: 460px;
  }
}

@media (max-width: 768px) {
  .contactSection {
    padding: 58px 0 72px;
  }

  .contactSection__container {
    width: min(100%, calc(100% - 24px));
  }

  .contactSection__content {
    padding: 24px 18px;
    border-radius: 28px;
  }

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

  .contactVisualCard {
    min-height: 400px;
    border-radius: 28px;
  }

  .contactVisualCard__content {
    padding: 24px 18px;
  }

  .contactVisualCard__tag {
    top: 18px;
    left: 18px;
  }

  .contactSocialLink {
    width: 100%;
    justify-content: center;
  }
}