/* =============================================================================
   BASE: variables, fonts, global reset
   ============================================================================= */
:root {
  --HSP---DARK-BLUE: #303549;
}

@font-face {
  font-family: "Oakes Grotesk";
  src:
    url("assets/fonts/oakes-grotesk-regular.woff2") format("woff2"),
    url("assets/fonts/oakes-grotesk-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oakes Grotesk Light";
  src:
    url("assets/fonts/oakes-grotesk-light.woff2") format("woff2"),
    url("assets/fonts/oakes-grotesk-light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oakes Grotesk Medium";
  src:
    url("assets/fonts/oakes-grotesk-medium.woff2") format("woff2"),
    url("assets/fonts/oakes-grotesk-medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "HereAgencyFont", sans-serif !important;
}

html {
  overflow-x: clip;
}

body {
  margin: 0;
  background: #fff;
  overflow-x: clip;
}

/* =============================================================================
   SITE HEADER
   ============================================================================= */
.site-header {
  position: fixed;
  top: 49px;
  left: 50%;
  z-index: 999;
  width: 792px;
  transform: translateX(-50%);
  display: inline-flex;
  height: 30px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #cdfab3;
  overflow: visible;
}

.site-header__inner {
  display: flex;
  height: 40px;
  padding: 8px 14px 8px 28px;
  align-items: center;
  gap: 31px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #cdfab3;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}

.site-header__brand-logo {
  width: 117px;
  height: 19.755px;
  flex-shrink: 0;
  display: block;
}

.site-header__nav {
  display: flex;
  align-items: center;
}

.site-header__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 31px;
  height: 100%;
}

.site-header__menu li {
  display: flex;
  align-items: center;
  height: 100%;
}

.site-header__menu a {
  width: auto;
  min-width: 0;
  height: auto;
  color: #074c51;
  leading-trim: both;
  text-edge: cap;
  text-decoration: none;
  font-family: "Oakes Grotesk", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.site-header__menu li.menu-item-has-children > a::after,
.site-header__menu li:nth-child(1) > a::after,
.site-header__menu li:nth-child(2) > a::after {
  content: "";
  width: 8px;
  height: 4px;
  margin-left: -4px;
  flex-shrink: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M6.97429 0.107493C7.01063 0.0731563 7.05337 0.0463128 7.10008 0.0284948C7.14679 0.0106771 7.19655 0.00223374 7.24653 0.00364732C7.2965 0.00506091 7.34571 0.0163038 7.39133 0.0367339C7.43696 0.057164 7.47812 0.086381 7.51246 0.122717C7.54679 0.159053 7.57364 0.201797 7.59146 0.248507C7.60927 0.295218 7.61772 0.34498 7.6163 0.394953C7.61489 0.444926 7.60365 0.494132 7.58322 0.53976C7.56279 0.585389 7.53357 0.626546 7.49723 0.660883L4.07185 3.89597C4.00119 3.96278 3.90763 4 3.81038 4C3.71313 4 3.61957 3.96278 3.54891 3.89597L0.123146 0.660883C0.0860143 0.626773 0.0560303 0.585624 0.0349355 0.539828C0.0138412 0.494032 0.0020566 0.444501 0.000266552 0.394112C-0.00152397 0.343723 0.00671625 0.29348 0.0245075 0.246302C0.0422988 0.199125 0.0692863 0.155952 0.103904 0.119293C0.138521 0.0826334 0.180077 0.0532176 0.226159 0.0327543C0.27224 0.0122909 0.321929 0.00118795 0.372338 9.02743e-05C0.422747 -0.00100764 0.472871 0.00792137 0.5198 0.0263592C0.566729 0.0447969 0.609526 0.0723755 0.645707 0.107493L3.81038 3.09595L6.97429 0.107493Z' fill='%23074C51'/%3E%3C/svg%3E");
}

.site-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  margin-left: -4px;
}

.site-header__actions--mobile {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 10px;
}

.site-header__menu-trigger {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #303549;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.site-header__menu-trigger svg {
  width: 14px;
  height: 7px;
  display: block;
}

.site-header__search {
  border: 0;
  background: transparent;
  color: #074c51;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.site-header__search svg {
  width: 20px;
  height: 20.686px;
  flex-shrink: 0;
}

.site-header__contact,
.site-header__login {
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 500;
  margin-left: 9px;
}

.site-header__login {
  margin-left: 15px;
}

.site-header__contact {
  display: flex;
  width: 116px;
  height: 40px;
  padding: 15px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: var(--HSP---DARK-BLUE, #303549);
  color: #fff;
  box-sizing: border-box;
}

.site-header__login {
  display: flex;
  width: 88px;
  height: 40px;
  padding: 17px 14px 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 30px;
  border: 1px solid #074c51;
  color: #1f4451;
  box-sizing: border-box;
}

.site-header__contact,
.site-header__login,
.site-header__search {
  align-self: center;
}

/* =============================================================================
   LEGACY / DEMO PAGE HELPERS (.hero, .services lists — not section components)
   ============================================================================= */
.hero {
  background: #111;
  color: white;
  text-align: center;
}

.services,
.projects {
  background: #f5f5f5;
}

.service-grid,
.project-grid {
  display: flex;
  gap: 20px;
}

.service,
.project {
  background: white;
  padding: 20px;
  flex: 1;
}

/* =============================================================================
   HERO SECTION
   ============================================================================= */
.hero-section {
  position: relative;
  height: 900px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  background-size: cover;
}

.hero-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 8%,
    rgba(0, 0, 0, 0.58) 62%,
    rgba(0, 0, 0, 0.84) 100%
  );
}

.hero-section__content {
  z-index: 1;
  width: 690px;
  margin: 466px auto auto 92px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-section__title {
  margin: 0;
  color: #fff4eb;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  font-family: "Oakes Grotesk";
  text-transform: capitalize;
}

.hero-section__subtitle {
  margin: 0;
  color: #cfffb0;
  font-style: normal;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
  font-family: "Oakes Grotesk";
  text-transform: capitalize;
}

.hero-section__description {
  margin-top: 20px;
  width: 676px;
  color: #fff4eb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  font-family: "Oakes Grotesk";
}

.hero-section__actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-section__btn {
  display: inline-flex;
  width: 162px;
  height: 48px;
  padding: 15px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  box-sizing: border-box;
}

.hero-section__btn:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.hero-section__btn--primary {
  background: #cfffb0;
  color: #303549;
}

.hero-section__btn--secondary {
  margin-left: 11px;
  background: #cfffb0;
  color: #303549;
}

.hero-section__panel-container {
  position: absolute;
  right: 69px;
  bottom: 78px;
}

.hero-section__panel {
  width: 396px;
  height: 158px;
  border-radius: 12px;
  background: #cfffb0;
  padding: 24px 24px;
  box-sizing: border-box;
}

.hero-section__panel-description {
  margin: 0;
  color: #303549;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.hero-section__panel-actions {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}

.hero-section__panel-btn {
  display: inline-flex;
  height: 40px;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #303549;
  color: #fff;
  text-decoration: none;
  font-family: "Oakes Grotesk", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
}

.hero-section__panel-customise {
  position: relative;
  margin-left: auto;
  color: #074c51;
  text-decoration: none;
  font-family: "Oakes Grotesk", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  leading-trim: both;
  text-edge: cap;
}

.hero-section__panel-customise::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 147px;
  height: 1px;
  background: #000;
  transform: scaleY(0.5);
}

/* =============================================================================
   INTRO SECTION (page order: after hero, before services)
   ============================================================================= */
.intro-section {
  background: #fff4eb;
}

.intro-section__eyebrow {
  margin-top: 110px;
  color: #303549;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Oakes Grotesk";
}

.why-section__eyebrow,
.testimonials-section__eyebrow {
  margin: 0 0 16px;
  color: #303549;
  font-family: "Oakes Grotesk", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.testimonials-section__eyebrow {
  color: #303549;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.intro-section__title {
  margin: 0;
  width: min(1148px, 100%);
  color: #303549;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
}

.intro-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
}

.intro-section__title-wrap {
  position: relative;
  width: 1148px;
  display: grid;
  place-items: center;
  min-height: 368px;
  margin-top: 44px;
}

.intro-section__bridge-shape {
  position: absolute;
  width: 332px;
  height: 368px;
  z-index: 0;
}

.intro-section__title-wrap .intro-section__title {
  position: relative;
  z-index: 1;
}

.intro-section__mission {
  margin-top: 164px;
  margin-left: 94px;
  margin-right: 94px;
  border-top: 1px solid #303549;
  padding-top: 74px;
  display: flex;
  gap: 12px;
}

.intro-section__mission-label {
  flex: 1;
  margin: 0;
  color: #303549;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Oakes Grotesk";
}

.intro-section__mission-text {
  flex: 1;
  margin: 0;
  color: #303549;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  font-family: "Oakes Grotesk";
  margin-top: -8px;
  margin-left: 6px;
}

/* =============================================================================
   SERVICES SECTION (shared background with testimonials)
   ============================================================================= */
.services-section,
.testimonials-section {
  background: #fff4eb;
  color: #243052;
}
.services-section__inner {
  width: min(1272px, calc(100% - 80px));
  margin: 0 auto;
}
.services-section {
  padding: 164px 0 32px;
}

.services-section__eyebrow {
  margin: 0 0 10px;
  color: #303549;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Oakes Grotesk";
}

.services-section__title {
  margin: 20px 0 0;
  color: #303549;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: -0.412px;
}

.services-section__grid {
  margin-top: 68px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
}

.services-section__slider {
  position: relative;
}

.services-section__nav {
  display: none;
}

.services-section__nav-buttons {
  display: inline-flex;
  align-items: center;
  margin-left: 23px;
  gap: 12px;
}

.services-section__nav-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #303549;
  color: #fffaf6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.services-section__nav-btn:hover {
  opacity: 0.9;
}

.services-section__nav-btn:active {
  transform: scale(0.96);
}

.services-section__nav-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.services-section__nav-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: rgba(48, 53, 73, 0.25);
  padding: 0;
  cursor: pointer;
  transition:
    background 0.2s ease,
    width 0.2s ease;
}

.services-section__nav-dot[aria-selected="true"] {
  width: 22px;
  border-radius: 999px;
  background: #303549;
}

.service-card {
  width: 408px;
  height: 633px;
  border-radius: 16px;
  background: #303549;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease;
  will-change: transform;
}

.service-card--students {
  transform: translateX(10px);
}

.service-card--partners {
  transform: translateX(-10px);
}

.service-card--hosts {
  --service-fg: #303549;
  --service-rule: rgba(48, 53, 73, 0.22);
  background: #b8c6fa;
  transform: translateY(-30px);
}

.service-card:hover,
.service-card:focus-within {
  box-shadow: 0 20px 48px rgba(36, 48, 82, 0.18);
}

.service-card--students:hover,
.service-card--students:focus-within {
  transform: translate(10px, -8px);
}

.service-card--partners:hover,
.service-card--partners:focus-within {
  transform: translate(-10px, -8px);
}

.service-card--hosts:hover,
.service-card--hosts:focus-within {
  transform: translateY(-38px);
}

.service-card--active {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}

.service-card--hosts.service-card--active {
  outline-color: rgba(48, 53, 73, 0.35);
}

.service-card__title {
  margin-left: 24px;
  margin-top: 24px;
  color: #fff4eb;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.service-card-students__title {
  margin-left: 24px;
  margin-top: 24px;
  color: #fff4eb;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  font-family: "Oakes Grotesk";
}

.service-card-hosts__title {
  margin-left: 24px;
  margin-top: 24px;
  color: #303549;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  font-family: "Oakes Grotesk";
}

.service-card--hosts .service-card__title {
  max-width: calc(100% - 60px);
}

.service-card__figure {
  position: relative;
  margin-top: 16px;
  flex: 0 0 auto;
  height: var(--service-figure-h);
  display: block;
}

.service-card-students__figure {
  position: relative;
  margin-top: 48px;
  margin-left: 70px;
  width: 242px;
  height: 270px;
}

.service-card-hosts__figure {
  position: relative;
  margin-top: 48px;
  margin-left: 70px;
  width: 242px;
  height: 270px;
}

.service-card-partners__figure {
  position: relative;
  margin-top: 76px;
  margin-left: 70px;
  width: 242px;
  height: 270px;
}

.service-card__shape {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 280px;
  height: 312px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.service-card__shape--students {
  position: relative;
  width: 267px;
  height: 296px;
}

.service-card__shape--hosts {
  width: 252px;
  height: 284px;
}

.service-card__shape--partners {
  width: 264px;
  height: 268px;
}

.service-card__photo {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 240px;
  height: 320px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
  object-fit: cover;
  object-position: center top;
}

.service-card__photo--students {
  position: absolute;
  left: -40px;
  top: -54px;
  width: 510px;
  height: 350px;
}

.service-card__photo--hosts {
  position: absolute;
  left: -40px;
  top: 28px;
  width: 400px;
  height: 270px;
}

.service-card__photo--partners {
  position: absolute;
  left: -120px;
  top: -80px;
  width: 520px;
  height: 351px;
}

.service-card__body {
  margin-top: auto;
  padding-top: 16px;
}

.service-card-students__text {
  margin-top: 54px;
  margin-left: 28px;
  margin-right: 28px;
  color: #fff4eb;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Oakes Grotesk";
}

.service-card-hosts__text {
  margin-top: 82px;
  margin-left: 28px;
  margin-right: 28px;
  color: #303549;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Oakes Grotesk";
}

.service-card-partners__text {
  margin-top: 52px;
  margin-left: 28px;
  margin-right: 28px;
  color: #fff4eb;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Oakes Grotesk";
}

.service-card__text {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  color: var(--service-fg);
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.service-card__footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--service-rule);
}

.service-card-students__footer {
  margin-top: 24px;
  margin-left: 28px;
  margin-right: 28px;
  border-top: 1px solid #a6bdf7;
}

.service-card-hosts__footer {
  margin-top: 20px;
  margin-left: 28px;
  margin-right: 28px;
  border-top: 1px solid #303549;
}

.service-card-partners__footer {
  margin-top: 30px;
  margin-left: 28px;
  margin-right: 28px;
  border-top: 1px solid #a6bdf7;
}

.service-card__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  font-size: 22px;
  line-height: 1;
  color: var(--service-fg);
}

.service-card-students__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  font-size: 20px;
  color: #a6bdf7;
}

.service-card-hosts__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  font-size: 20px;
  color: #303549;
}

.service-card-partners__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-size: 20px;
  color: #a6bdf7;
}

/* =============================================================================
   WHY HOMESTAY (WHY SECTION)
   ============================================================================= */
.why-section {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #cfffb0;
  padding: 0;
  overflow: hidden;
  background: #fff4eb;
  padding-top: 18px;
}

.why-section__shape {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 180px;
  background: #fffaf6;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  transform: translateY(-58%);
}

.why-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.why-section__header {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 820px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px 70px;
  box-sizing: border-box;
}

.why-section__header-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.why-section__header > *:not(.why-section__header-bg) {
  position: relative;
  z-index: 1;
}

.why-section__eyebrow {
  margin-top: 439px;
  color: #fff4eb;
  text-align: center;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.why-section__title {
  margin-top: 32px;
  width: min(1148px, 100%);
  color: #cfffb0;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: -0.412px;
}

.why-section__rows {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #303549;
}

.why-section__rows--mobile {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 48px;
  flex-direction: column;
  gap: 0;
  background: #303549;
  display: none;
}

.why-row {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  align-items: stretch;
}

.why-row__content {
  display: flex;
  flex-direction: column;
  padding: 24px 92px 56px;
  box-sizing: border-box;
}

.why-row__icon {
  display: inline-flex;
  width: 56px;
  height: 60px;
  aspect-ratio: 56 / 43.59;
  margin-top: 0;
  margin-left: 2px;
}

.why-row__icon--second {
  width: 56px;
  height: 43.586px;
  aspect-ratio: 56 / 43.59;
  margin-top: 0;
  margin-left: 8px;
}

.why-row__icon--third {
  width: 56px;
  height: 59px;
  aspect-ratio: 56 / 43.59;
  margin-top: 0;
}

.why-row__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.why-row__title {
  margin-top: 23px;
  margin-bottom: 0px;
  width: 514px;
  max-width: 100%;
  color: #a6bdf7;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
.why-row__title--second {
  margin-top: 30px;
}
.why-row__text {
  margin: 36px 0 0;
  width: 502px;
  max-width: 100%;
  color: #fff4eb;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.why-row__text--third {
  margin-top: 45px;
  margin-left: 2px;
}

.why-row__divider {
  margin-top: 42px;
  width: 515px;
  max-width: 100%;
  height: 0;
  line-height: 0;
}

.why-row__divider svg {
  display: block;
  width: 100%;
  max-width: 516px;
  height: 1px;
}

.why-row__actions {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}

.why-row__btn {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #cfffb0;
  color: #303549;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.why-row__media {
  min-height: 260px;
  background: rgba(255, 255, 255, 0.06);
  max-height: 902px;
}

.why-row__media img {
  width: 100%;
  min-height: 260px;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =============================================================================
   TESTIMONIALS SECTION
   ============================================================================= */
.testimonials-section__inner {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  margin-left: 92px;
  margin-right: 92px;
}
.testimonials-section__eyebrow {
  margin: 0 0 16px;
  color: #303549;
  font-family: "Oakes Grotesk", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.testimonials-section__eyebrow {
  color: #303549;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.testimonials-section {
  padding: 104px 0 0px;
}

.testimonials-section__title {
  margin: 0;
  margin-top: 30px;
  width: 789px;
  max-width: 100%;
  color: #303549;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -0.412px;
}

.testimonials-section__button {
  margin-top: 39px;
  display: inline-flex;
  height: 48px;
  padding: 15px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #cfffb0;
  color: #303549;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  border-radius: 4px;
  text-decoration: none;
}

/* Force exact "More About Us" button style. */
.testimonials-section .testimonials-section__button {
  display: inline-flex !important;
  height: 48px !important;
  padding: 15px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 4px !important;
  background: #cfffb0 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

.testimonials-section__cards {
  margin-top: 68px;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.testimonials-section__cards::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 514px;
  width: 514px;
  height: 272px;
  background: #cfffb0;
  border-radius: 12px;
  padding: 39px 29px;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.testimonials-section__slider {
  position: relative;
}

.testimonials-section__nav {
  display: none;
}

.testimonials-section__nav-buttons {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.testimonials-section__nav-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #303549;
  color: #fffaf6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.testimonials-section__nav-btn:hover {
  opacity: 0.9;
}

.testimonials-section__nav-btn:active {
  transform: scale(0.96);
}

.testimonials-section__nav-btn[disabled] {
  opacity: 0.45;
  cursor: default;
}

.testimonials-section__nav-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.testimonials-section__nav-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: rgba(48, 53, 73, 0.25);
  padding: 0;
  cursor: pointer;
  transition:
    background 0.2s ease,
    width 0.2s ease;
}

.testimonials-section__nav-dot[aria-selected="true"] {
  width: 22px;
  border-radius: 999px;
  background: #303549;
}

.testimonials-section__marquee {
  --marquee-speed: 32s;
  margin: 120px 0 0;
  display: flex;
  width: 1440px;
  max-width: 100%;
  height: 210px;
  padding: 2.903px 0 76.355px 0;
  justify-content: flex-start;
  align-items: center;
  color: #1f2c4f;
  font-size: clamp(60px, 14vw, 150px);
  line-height: 0.9;
  font-weight: 600;
  overflow: hidden;
}

.testimonials-section__marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: testimonials-marquee var(--marquee-speed) linear infinite;
  will-change: transform;
}

.testimonials-section__marquee-group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.testimonials-section__marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-right: 0;
}

.testimonials-section__marquee-separator {
  display: inline-flex;
  width: 31.663px;
  height: 32.903px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.testimonials-section__marquee-separator svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes testimonials-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.testimonial-card__name {
  margin: 0;
  width: 111.871px;
  color: var(--HSP---TEAL, #074c51);
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.testimonial-card__location {
  margin: 14px 0 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #074c51;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.testimonial-card__location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8.605px;
  height: 12.047px;
  aspect-ratio: 5 / 7;
  flex: 0 0 auto;
}

.testimonial-card__location-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.testimonial-card__text {
  margin: 0;
  color: var(--HSP---TEAL, #074c51);
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* =============================================================================
   GLOBAL UTILITIES & MOTION
   ============================================================================= */
[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
  will-change: opacity, transform;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .testimonials-section__marquee-track {
    animation: none;
    transform: translateX(0);
  }
}

/* =============================================================================
   SITE FOOTER
   ============================================================================= */
.site-footer {
  background: #fffaf6;
  padding: 0px 35px 45px 35px;
}

.site-footer__inner {
  margin: 0 auto;
  background: #303549;
  border-radius: 18px;
  padding: 48px 36px 18px;
  color: #dbe3ff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 528px;
  row-gap: 22px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box;
}

.site-footer__brand-title {
  display: inline-block;
  font-size: 48px;
  line-height: 0.95;
  color: #9bb6ff;
  letter-spacing: -0.3px;
  margin-left: 20px;
  margin-top: 20px;
}

img.site-footer__brand-title {
  display: block;
  height: auto;
  max-height: 48px;
  width: auto;
  max-width: min(280px, 100%);
}

.site-footer__brand-tagline {
  margin: -3px 0 0 22px;
  color: #a6bdf7;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.14px;
}

.site-footer__brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 110px;
  height: 132px;
  margin-top: auto;
  flex-shrink: 0;
}

.site-footer__brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.site-footer__columns {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-self: end;
  margin-right: 224px;
}

.site-footer__col {
  text-align: left;
}

.site-footer__col h3 {
  margin: 0;
  color: #a6bdf7;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.14px;
  letter-spacing: -0.328px;
  text-align: left;
}

.site-footer__col ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.site-footer__col:first-child ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 14px;
  margin-left: 2px;
}

.site-footer__col:first-child ul a {
  color: #a6bdf7;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.328px;
}

.site-footer__col li {
  margin-bottom: 34px;
}

.site-footer__col:first-child li {
  margin-bottom: 0;
}

.site-footer__col a {
  color: #fffaf6;
  text-decoration: none;
  font-size: 18px;
}

.site-footer__col--big ul a {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.14px;
  letter-spacing: -0.328px;
  white-space: nowrap;
}

.site-footer__legal {
  margin-top: -22px;
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.site-footer__legal a,
.site-footer__legal span {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.14px;
  letter-spacing: -0.328px;
}

.site-footer__legal a:nth-of-type(2) {
    margin-top: -5px;
}
.site-footer__legal span {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 13px;
  margin-top: -5px;
}

.site-footer__legal b {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 51px;
  height: 24px;
  margin-left: 0;
  padding-right: 8px;
  border-radius: 1000px;
  border: 1px solid #303549;
  background: #cfffb0;
  box-sizing: border-box;
  color: #074c51;
  leading-trim: both;
  text-edge: cap;
  font-family: "Oakes Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.site-footer__bottom {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(189, 204, 247, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  grid-column: 1 / -1;
}

.site-footer__bottom p {
  margin: 0;
  font-size: 13px;
  color: #9faed8;
}

.site-footer__socials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: -10px;
  margin-left: 8px;
}


/* =============================================================================
   ENHANCEMENTS — page loader, sticky header, hover states, scroll reveal
   ============================================================================= */

/* Page Loader -------------------------------------------------------------- */
body.site-is-loading {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4eb;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 700ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 700ms;
}

.site-loader.is-hiding {
  opacity: 0;
  visibility: hidden;
}

.site-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  animation: site-loader-fade-in 600ms cubic-bezier(0.2, 0.65, 0.25, 1) both;
}

.site-loader__logo {
  width: clamp(180px, 28vw, 280px);
  height: auto;
  display: block;
  animation: site-loader-logo 1600ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transform-origin: center;
  will-change: transform, opacity;
}

.site-loader__bar {
  position: relative;
  display: block;
  width: clamp(140px, 22vw, 200px);
  height: 2px;
  border-radius: 2px;
  background: rgba(48, 53, 73, 0.12);
  overflow: hidden;
}

.site-loader__bar-fill {
  position: absolute;
  inset: 0;
  width: 40%;
  border-radius: 2px;
  background: #303549;
  animation: site-loader-bar 1300ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes site-loader-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes site-loader-logo {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(0.97);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes site-loader-bar {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(260%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__logo,
  .site-loader__bar-fill {
    animation: none;
  }
}

/* Sticky Header — animated state on scroll -------------------------------- */
.site-header {
  transition:
    background 360ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 360ms cubic-bezier(0.4, 0, 0.2, 1),
    top 360ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 360ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__inner {
  transition:
    background 360ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 360ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.is-scrolled {
  top: 18px;
  background: #303549;
  box-shadow: 0 18px 40px rgba(48, 53, 73, 0.22);
}

.site-header.is-scrolled .site-header__inner {
  background: #303549;
}

.site-header.is-scrolled .site-header__menu a {
  color: #fff4eb;
}

.site-header__brand-logo path,
.site-header__search svg path {
  transition: fill 360ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.is-scrolled .site-header__brand-logo path,
.site-header.is-scrolled .site-header__search svg path {
  fill: #fff4eb;
}

.site-header.is-scrolled .site-header__menu li.menu-item-has-children > a::after,
.site-header.is-scrolled .site-header__menu li:nth-child(1) > a::after,
.site-header.is-scrolled .site-header__menu li:nth-child(2) > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M6.97429 0.107493C7.01063 0.0731563 7.05337 0.0463128 7.10008 0.0284948C7.14679 0.0106771 7.19655 0.00223374 7.24653 0.00364732C7.2965 0.00506091 7.34571 0.0163038 7.39133 0.0367339C7.43696 0.057164 7.47812 0.086381 7.51246 0.122717C7.54679 0.159053 7.57364 0.201797 7.59146 0.248507C7.60927 0.295218 7.61772 0.34498 7.6163 0.394953C7.61489 0.444926 7.60365 0.494132 7.58322 0.53976C7.56279 0.585389 7.53357 0.626546 7.49723 0.660883L4.07185 3.89597C4.00119 3.96278 3.90763 4 3.81038 4C3.71313 4 3.61957 3.96278 3.54891 3.89597L0.123146 0.660883C0.0860143 0.626773 0.0560303 0.585624 0.0349355 0.539828C0.0138412 0.494032 0.0020566 0.444501 0.000266552 0.394112C-0.00152397 0.343723 0.00671625 0.29348 0.0245075 0.246302C0.0422988 0.199125 0.0692863 0.155952 0.103904 0.119293C0.138521 0.0826334 0.180077 0.0532176 0.226159 0.0327543C0.27224 0.0122909 0.321929 0.00118795 0.372338 9.02743e-05C0.422747 -0.00100764 0.472871 0.00792137 0.5198 0.0263592C0.566729 0.0447969 0.609526 0.0723755 0.645707 0.107493L3.81038 3.09595L6.97429 0.107493Z' fill='%23FFF4EB'/%3E%3C/svg%3E");
}

.site-header.is-scrolled .site-header__contact {
  background: #cfffb0;
  color: #303549;
}

.site-header.is-scrolled .site-header__login {
  border-color: #fff4eb;
  color: #fff4eb;
}

.site-header.is-scrolled .site-header__menu-trigger {
  border-color: #fff4eb;
}

.site-header.is-scrolled .site-header__menu-trigger svg path {
  stroke: #fff4eb;
}

/* Header link/button micro-interactions ----------------------------------- */
.site-header__menu a {
  position: relative;
  transition: color 220ms ease;
}

.site-header__menu a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.site-header__menu a:hover::before,
.site-header__menu a:focus-visible::before {
  transform: scaleX(1);
}

.site-header__contact,
.site-header__login,
.site-header__search {
  transition:
    background-color 240ms ease,
    color 240ms ease,
    border-color 240ms ease,
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 240ms ease;
}

.site-header__contact:hover,
.site-header__contact:focus-visible {
  background: #cfffb0;
  color: #303549;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(48, 53, 73, 0.18);
}

.site-header__login:hover,
.site-header__login:focus-visible {
  background: #303549;
  color: #fff4eb;
  border-color: #303549;
  transform: translateY(-1px);
}

.site-header__search:hover,
.site-header__search:focus-visible {
  transform: scale(1.08);
}

/* Primary buttons — sweeping fill hover ----------------------------------- */
.hero-section__btn,
.testimonials-section__button,
.why-row__btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    color 240ms ease,
    box-shadow 240ms ease;
}

.hero-section__btn::after,
.testimonials-section__button::after,
.why-row__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #303549;
  transform: translateY(101%);
  transition: transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-section__btn:hover::after,
.hero-section__btn:focus-visible::after,
.testimonials-section__button:hover::after,
.testimonials-section__button:focus-visible::after,
.why-row__btn:hover::after,
.why-row__btn:focus-visible::after {
  transform: translateY(0);
}

.hero-section__btn:hover,
.hero-section__btn:focus-visible,
.testimonials-section__button:hover,
.testimonials-section__button:focus-visible,
.why-row__btn:hover,
.why-row__btn:focus-visible {
  color: #fff4eb;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(48, 53, 73, 0.22);
  opacity: 1;
}

/* Force-override the !important "More About Us" rules on hover */
.testimonials-section .testimonials-section__button:hover,
.testimonials-section .testimonials-section__button:focus-visible {
  background: #303549 !important;
  color: #fff4eb !important;
}

.hero-section__panel-btn {
  transition:
    background-color 240ms ease,
    color 240ms ease,
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 240ms ease;
}

.hero-section__panel-btn:hover,
.hero-section__panel-btn:focus-visible {
  background: #cfffb0;
  color: #303549;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(48, 53, 73, 0.22);
}

/* Slider nav buttons (services + testimonials) ---------------------------- */
.services-section__nav-btn,
.testimonials-section__nav-btn {
  transition:
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 240ms ease,
    box-shadow 240ms ease,
    opacity 240ms ease;
}

.services-section__nav-btn:hover,
.services-section__nav-btn:focus-visible,
.testimonials-section__nav-btn:hover,
.testimonials-section__nav-btn:focus-visible {
  background: #1f2436;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 22px rgba(48, 53, 73, 0.28);
  opacity: 1;
}

/* Service card hover polish ----------------------------------------------- */
.service-card {
  transition:
    transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 380ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Use the dedicated `scale` property so it composes with each photo's
   existing `transform` (e.g. translateX(-50%)) without replacing it. */
.service-card .service-card__photo,
.service-card .service-card__photo--students,
.service-card .service-card__photo--hosts,
.service-card .service-card__photo--partners {
  transition: scale 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-origin: center center;
}

.service-card:hover .service-card__photo,
.service-card:hover .service-card__photo--students,
.service-card:hover .service-card__photo--hosts,
.service-card:hover .service-card__photo--partners {
  scale: 1.04;
}

/* Improved scroll reveal motion ------------------------------------------- */
[data-animate] {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 760ms cubic-bezier(0.2, 0.65, 0.25, 1),
    transform 760ms cubic-bezier(0.2, 0.65, 0.25, 1);
  will-change: opacity, transform;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="fade"] {
  transform: none;
}

[data-animate="left"] {
  transform: translateX(-48px);
}

[data-animate="right"] {
  transform: translateX(48px);
}

[data-animate="scale"] {
  transform: scale(0.94);
}

[data-animate="left"].is-visible,
[data-animate="right"].is-visible {
  transform: translateX(0);
}

[data-animate="scale"].is-visible {
  transform: scale(1);
}

/* Stagger children when parent has [data-stagger] -------------------------- */
[data-stagger] > * {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 720ms cubic-bezier(0.2, 0.65, 0.25, 1),
    transform 720ms cubic-bezier(0.2, 0.65, 0.25, 1);
  transition-delay: calc(var(--i, 0) * 90ms);
}

[data-stagger].is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

[data-stagger] > *:nth-child(1) { --i: 0; }
[data-stagger] > *:nth-child(2) { --i: 1; }
[data-stagger] > *:nth-child(3) { --i: 2; }
[data-stagger] > *:nth-child(4) { --i: 3; }
[data-stagger] > *:nth-child(5) { --i: 4; }
[data-stagger] > *:nth-child(6) { --i: 5; }
[data-stagger] > *:nth-child(7) { --i: 6; }
[data-stagger] > *:nth-child(8) { --i: 7; }

/* Why-section scroll-driven slider (desktop sticky media + reveal) -------- */
@media (min-width: 768px) {
  .why-section__rows .why-row {
    align-items: start;
    min-height: 760px;
  }

  .why-section__rows .why-row__content {
    justify-content: flex-start;
    min-height: 760px;
    padding-top: 20px;
    padding-bottom: 64px;
  }

  .why-section__rows .why-row__media {
    position: sticky;
    top: 96px;
    align-self: start;
    min-height: 0;
    max-height: none;
    height: min(calc(100vh - 140px), 640px);
    overflow: hidden;
  }

  .why-section__rows .why-row__media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 0;
  }
}

.why-row {
  --reveal-y: 32px;
}

/* The .why-row article uses [data-animate] only to receive the .is-visible
   class from the IntersectionObserver — its inner pieces handle the motion. */
.why-row[data-animate] {
  opacity: 1;
  transform: none;
  transition: none;
}

.why-row .why-row__content > * {
  opacity: 0;
  transform: translateY(var(--reveal-y));
  transition:
    opacity 760ms cubic-bezier(0.2, 0.65, 0.25, 1),
    transform 760ms cubic-bezier(0.2, 0.65, 0.25, 1);
  will-change: opacity, transform;
}

.why-row .why-row__media {
  opacity: 0;
  transform: translateX(48px) scale(0.96);
  transition:
    opacity 980ms cubic-bezier(0.2, 0.65, 0.25, 1),
    transform 980ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.why-row .why-row__media img {
  transform: scale(1.08);
  transition: transform 1400ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.why-row.is-visible .why-row__content > * {
  opacity: 1;
  transform: translateY(0);
}

.why-row.is-visible .why-row__content > *:nth-child(1) { transition-delay: 100ms; }
.why-row.is-visible .why-row__content > *:nth-child(2) { transition-delay: 180ms; }
.why-row.is-visible .why-row__content > *:nth-child(3) { transition-delay: 260ms; }
.why-row.is-visible .why-row__content > *:nth-child(4) { transition-delay: 340ms; }
.why-row.is-visible .why-row__content > *:nth-child(5) { transition-delay: 420ms; }

.why-row.is-visible .why-row__media {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.why-row.is-visible .why-row__media img {
  transform: scale(1);
}

.why-row:nth-child(even) .why-row__media {
  transform: translateX(-48px) scale(0.96);
}

.why-row:nth-child(even).is-visible .why-row__media {
  transform: translateX(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .why-row .why-row__content > *,
  .why-row .why-row__media,
  .why-row .why-row__media img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header,
  .site-header__inner {
    transition: none;
  }
}

/* Testimonials slider — fix cut-off and full-width track ------------------ */
.testimonials-section__inner {
  width: min(1272px, calc(100% - 80px));
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section__slider {
  position: relative;
  width: 100%;
}

.testimonials-section__cards {
  padding-right: 24px;
  scroll-padding-right: 24px;
}

@media (max-width: 1180px) {
  .testimonial-card {
    flex: 0 0 min(460px, calc(100vw - 96px));
    width: min(460px, calc(100vw - 96px));
    height: auto;
    min-height: 240px;
  }
}

/* =============================================================================
   RESPONSIVE: max-width 767px
   ============================================================================= */
@media (max-width: 767px) {
  .site-header {
    top: 83px;
    width: 354px;
    height: 58px;
    border-radius: 200px;
  }

  .site-header__inner {
    flex-wrap: wrap;
    gap: 12px;
    height: 58px;
    width: 322px;
    padding: 0px 16px;
  }

  .site-header__contact {
    display: inline-flex;
    height: 32px;
    width: 71px;
    padding: 10px 18px 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    font-family: Alfabet;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 12px */
    text-transform: capitalize;
  }
  .site-header__menu {
    gap: 14px;
    flex-wrap: wrap;
  }

  .site-header__menu a,
  .site-header__login {
    font-size: 14px;
  }

  .site-header__login {
    height: 38px;
  }

  .hero-section {
    background-position: 50% 50%;
    align-items: flex-start;
  }

  .hero-section__content {
    width: calc(100% - 48px);
    margin: 464px auto 0 auto;
  }

  .hero-section__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
  }

  .hero-section__subtitle {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }

  .hero-section__description {
    margin-top: 8px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-section__actions {
    margin-top: 26px;
  }

  .hero-section__panel {
    display: none;
  }

  .intro-section__inner,
  .services-section__inner,
  .testimonials-section__inner,
  .why-section__inner {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .intro-section {
    padding-bottom: 80px;
  }

  .intro-section__eyebrow {
    margin-top: 90px;
    font-size: 12px;
  }

  .intro-section__title-wrap {
    width: 100%;
    margin-top: 24px;
    min-height: 220px;
  }

  .intro-section__title {
    width: calc(100% - 54px);
    margin-top: 4px;
    font-size: 28px;
    line-height: 32px;
  }

  .intro-section__bridge-shape {
    width: 168px;
    height: 184px;
  }

  .testimonials-section__inner {
    padding-left: 24px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .intro-section__mission {
    margin-top: 84px;
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
  }

  .intro-section__mission-label {
    margin: 0;
    margin-top: -4px;
    font-size: 12px;
  }

  .intro-section__mission-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }

  .why-row {
    grid-template-columns: 1fr;
  }

  .services-section {
    background: #a6bdf7;
    padding: 56px 0px 32px;
  }

  .services-section__eyebrow {
    width: calc(100% - 224px);
    text-align: center;
    margin: 0 auto 10px;
    font-size: 10px;
  }

  .services-section__title {
    font-size: 32px;
    line-height: 32px;
  }

  .services-section__grid {
    margin-top: 32px;
    padding: 0 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .services-section__grid::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    /* width: 309px; */
    height: 556px;
    flex: 0 0 88%;
    width: 88%;
    max-width: none;
    scroll-snap-align: start;
  }

  .services-section__grid .service-card,
  .services-section__grid .service-card * {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .service-card--students,
  .service-card--hosts,
  .service-card--partners {
    transform: none;
  }

  .service-card--hosts {
    background: #303549;
  }

  .service-card-students__title,
  .service-card-hosts__title,
  .service-card-partners__title {
    color: #fff4eb;
    font-size: 28px;
    line-height: 36px;
  }

  /* Fallback cards: smaller figure area, centered in card */
  .service-card-students__figure,
  .service-card-hosts__figure,
  .service-card-partners__figure {
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto 0;
    overflow: hidden;
  }

  .service-card-students__figure {
    width: min(248px, 78vw);
    height: min(276px, 86vw);
  }

  .service-card-hosts__figure {
    width: min(248px, 78vw);
    height: min(280px, 88vw);
  }

  .service-card-partners__figure {
    width: min(248px, 78vw);
    height: min(252px, 80vw);
  }

  .service-card-students__figure > svg,
  .service-card-hosts__figure > svg,
  .service-card-partners__figure > svg {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
  }

  .service-card-students__figure > svg {
    max-width: min(248px, 78vw);
  }

  .service-card-hosts__figure > svg,
  .service-card-partners__figure > svg {
    max-width: min(248px, 78vw);
  }

  .service-card-students__figure .service-card__photo--students {
    left: 50%;
    top: 50%;
    width: 640px;
    height: 420px;
    transform: translate(calc(-50% + 100px), -46%);
  }

  .service-card-hosts__figure .service-card__photo--hosts {
    left: 50%;
    top: 50%;
    width: 380px;
    height: 270px;
    transform: translate(calc(-50% + 20px), -42%);
  }

  .service-card-partners__figure .service-card__photo--partners {
    left: 50%;
    top: 50%;
    width: 480px;
    height: 380px;
    transform: translate(-50%, -48%);
  }

  .services-section__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 0;
    gap: 16px;
  }

  .service-card-students__text {
    margin-top: 28px;
    margin-left: 28px;
    margin-right: 28px;
  }

  .service-card-hosts__text {
    margin-top: 16px;
    margin-left: 28px;
    margin-right: 28px;
    color: #fff4eb;
  }

  .service-card-hosts__footer {
    margin-top: 40px;
    margin-left: 28px;
    margin-right: 28px;
    border-top: 1px solid #a6bdf7;
  }

  .service-card-hosts__plus {
    color: #a6bdf7;
  }

  .service-card-partners__text {
    margin-top: 60px;
  }

  .service-card-partners__footer {
    margin-top: 40px;
  }

  .service-card-partners__plus {
    margin-top : 20px;
  }

  .why-row__content {
    padding: 30px 0;
  }

  .why-row__actions {
    flex-wrap: wrap;
  }

  .testimonials-section {
    padding: 104px 0 20px;
  }

  .testimonials-section__cards {
    margin-top: 32px;
    padding: 0;
    gap: 12px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    scroll-behavior: smooth;
  }

  .testimonial-card {
    flex: 0 0 86%;
    width: 86%;
    height: auto;
    min-height: 240px;
    scroll-snap-align: start;
  }

  .testimonials-section__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 0;
    gap: 16px;
  }

  .testimonials-section__marquee {
    --marquee-speed: 28s;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 40px 0 0;
    height: auto;
    min-height: 100px;
    padding: 12px 0 6px;
    font-size: 55.214px;
    line-height: 46.012px;
    overflow: hidden;
  }

  .testimonials-section__marquee-group {
    gap: 16px;
  }

  .testimonials-section__marquee-item {
    gap: 16px;
  }

  .site-footer {
    padding: 0 8px 24px;
    background: #fffaf6;
  }

  .site-footer__inner {
    max-width: none;
    margin: 0 auto;
    border-radius: 16px;
    background: #2d3345;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    justify-items: stretch;
  }

  .site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-bottom: 28px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(165, 180, 252, 0.35);
  }

  img.site-footer__brand-title {
    max-height: none;
    max-width: min(280px, 78vw);
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  .site-footer__brand-tagline {
    margin: 14px 0 0;
    max-width: 22em;
    line-height: 1.45;
    font-size: 15px;
    color: #a6bdf7;
  }

  .site-footer__brand {
    height: auto;
  }

  .site-footer__brand-mark {
    display: none;
  }

  .site-footer__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0;
    justify-self: stretch;
    gap: 8px;
  }

  .site-footer__col {
    text-align: center;
    width: 100%;
  }

  .site-footer__col:first-child h3::after {
    content: " +";
    font-weight: 400;
  }

  .site-footer__col h3 {
    text-align: center;
    font-size: clamp(26px, 6.5vw, 34px);
    line-height: 1.2;
    color: #fff;
  }

  .site-footer__col:first-child ul {
    display: none;
  }

  .site-footer__col--big ul {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .site-footer__col--big ul a {
    font-size: clamp(26px, 6.5vw, 34px);
    line-height: 1.25;
    white-space: normal;
    color: #fff;
  }

  .site-footer__col li {
    margin-bottom: 6px;
  }

  .site-footer__legal {
    margin-top: 23px;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .site-footer__legal a,
  .site-footer__legal span {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }

  .site-footer__legal span {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(165, 180, 252, 0.35);
    gap: 20px;
  }

  .site-footer__socials {
    order: -1;
  }

  .site-footer__socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #cfffb0;
  }

  .site-footer__socials a svg {
    display: block;
  }

  .site-footer__bottom p {
    font-size: 13px;
    line-height: 1.45;
    color: #9bb6ff;
  }

  .testimonials-section__eyebrow {
    color: #303549;
    font-family: "Oakes Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

  .testimonials-section__title {
    color: #303549;
    leading-trim: both;
    text-edge: cap;
    font-family: "Oakes Grotesk";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.412px;
  }

  .why-section__rows {
    display: none;
  }

  .why-section__rows--mobile {
    display: flex;
    padding-top: 32px;
  }

  .why-section__rows--mobile .why-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #303549;
  }

  .why-section__rows--mobile .why-row__media {
    order: -1;
    min-height: 0;
    max-height: none;
    height: 382px;
    background: transparent;
  }

  .why-section__rows--mobile .why-row__media img {
    min-height: 0;
    height: 100%;
    border-radius: 12px 12px 0 0;
  }

  .why-section__rows--mobile .why-row__content {
    padding: 34px 24px 40px;
  }

  .why-section__rows--mobile .why-row__icon {
    width: 32px;
    height: 25px;
    margin: 0 0 20px;
  }

  .why-section__rows--mobile .why-row__divider {
    margin-top: 28px;
    width: 100%;
  }

  .why-section__rows--mobile .why-row__actions {
    margin-top: 28px;
    gap: 12px;
    justify-content: space-between;
  }

  .why-section__rows--mobile .why-row__btn {
    flex: 1 1 0;
    width: auto;
  }

  .why-row__title {
    color: #a6bdf7;
    leading-trim: both;
    text-edge: cap;
    font-family: "Oakes Grotesk";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }

  .why-row__text {
    color: #fff4eb;
    leading-trim: both;
    text-edge: cap;
    font-family: "Oakes Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .why-section__eyebrow {
    margin-top: 116px;
    color: #fff4eb;
    font-family: "Oakes Grotesk";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

  .why-section__title {
    color: #cfffb0;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Oakes Grotesk";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 142.857% */
    letter-spacing: -0.412px;
    margin-top: 14px;
  }

  .why-section__header {
    height: auto;
    padding-bottom: 0px;
  }

  .site-header__nav,
  .site-header__actions {
    display: none;
  }

  .site-header__brand-logo {
    width: 129px;
    height: 21.78px;
  }
  .site-header__actions--mobile {
    display: flex;
    align-items: center;
  }
  .hero-section__btn--secondary
  {
    margin-left: -4px;
  }
  .intro-section__title {
    margin-top: 19px;
  }

  .why-section {
      background: #a6bdf7;
      padding-top: 0px;
  }

  .services-section__title {
    margin-top: 11px;
  }
}

/* =============================================================================
   FOOTER / COMPONENT OVERRIDES
   ============================================================================= */
/* Force Why Homestay button box style if overridden later. */
.why-section .why-row__actions .why-row__btn {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #cfffb0;
  box-sizing: border-box;
}

