/* ═══════════════════════════════════════════════════════════
   ESDIAC HOMEPAGE
═══════════════════════════════════════════════════════════ */

/* ─── NAVBAR ────────────────────────────────────────────── */
.hm-navbar {
  background-color: transparent;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.hm-navbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 4.375rem;
  padding: 0.9375rem 0.875rem;
  background-color: #ffffff;
  border: 0.5px solid #e0e0e0;
  border-radius: 1.25rem;
}

.hm-navbar__left {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.hm-navbar__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.hm-navbar__logo-img {
  width: 32px;
  height: 32px;
}

.hm-navbar__logo-text {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #071738;
}

.hm-navbar__nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hm-navbar__nav-link {
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #071738;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hm-navbar__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hm-navbar__get-app {
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #071738;
  padding: 10px 20px;
  border-radius: 40px;
}

.hm-navbar__get-app:hover {
  background: #0f2a60;
}

.hm-navbar__app-icon {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.hm-navbar__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  color: #071738;
}

.hm-navbar__flag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.hm-navbar__contact-btn {
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #071738;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 40px;
}

/* ─── HERO ──────────────────────────────────────────────── */
.hm-hero {
  padding: 2rem 3.75rem;
  overflow: visible;
}

.hm-hero__container {
  max-width: 1320px;
  margin: 0 auto;
  background: linear-gradient(259.08deg, #699D83 11.04%, #BA9860 53.98%, #AC6D6D 74.43%, #6C3939 97.03%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
  height: 526px;
  padding: 3.75rem 0 3.75rem 3.75rem;
  overflow: hidden;
}

.hm-hero__content {
  flex: 0 0 62%;
  max-width: 62%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hm-hero__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  white-space: nowrap;
}

.hm-hero__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 520px;
}

.hm-hero__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hm-hero__btn {
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hm-hero__btn--outline {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
}

.hm-hero__btn--solid {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
}

/* ─── SPIRALS ───────────────────────────────────────────── */
.hm-hero__spiral {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.hm-hero__spiral--1 {
  top: 131px;
  left: -2px;
  width: 210px;
}

.hm-hero__spiral--2 {
  top: 54px;
  left: -12px;
  width: 390px;
}

/* ─── PRODUCTS SECTION ──────────────────────────────────── */
.hm-products {
  padding: 4rem 3.75rem;
}

.hm-products__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.hm-products__title {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #170F49;
  text-align: center;
}

.hm-products__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  color: #6E7A8A;
  text-align: center;
  margin-top: -1rem;
}

.hm-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 423px);
  gap: 20px;
  justify-content: center;
}

/* Product Cards */
.hm-prod-card {
  width: 423px;
  height: 284px;
  border-radius: 29.23px;
  border: 2px solid #E8EAF0;
  position: relative;
  overflow: hidden;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}

.hm-prod-card--call { background: radial-gradient(89.09% 75.46% at 101.38% 90.04%, #BFD3FB 0%, #FFFFFF 62.34%); }
.hm-prod-card--data { background: radial-gradient(65.68% 70.1%  at 93.12%  86.6%,  #9AF6E7 0%, #FFFFFF 62.34%); }
.hm-prod-card--pay  { background: radial-gradient(73.42% 76.1%  at 86.66%  78.24%, #FFE894 0%, #FFFFFF 61.06%); }

/* Ensure all direct text/button children sit above the char image */
.hm-prod-card > *:not(.hm-prod-card__char) {
  position: relative;
  z-index: 1;
}

.hm-prod-card__icon {
  width: 65.48px;
  height: 65.48px;
  border-radius: 12px;
  background: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  flex-shrink: 0;
}

.hm-prod-card__icon img {
  width: 65.48px;
  height: 65.48px;
  object-fit: contain;
}

.hm-prod-card__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 30.4px;
  font-weight: 800;
  color: #071738;
  line-height: 100%;
}

.hm-prod-card__accent--call { color: #5B8DEF; }
.hm-prod-card__accent--data { color: #2FBD9A; }
.hm-prod-card__accent--pay  { color: #E8A857; }

.hm-prod-card__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 18.71px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6E7A8A;
}

.hm-prod-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 11.69px;
  width: 160.5px;
  height: 46.77px;
  border-radius: 116.92px;
  padding: 14.03px 23.38px;
  background: #071738;
  color: #ffffff;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  margin-top: auto;
}

.hm-prod-card__char {
  position: absolute;
  height: 85%;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
}

.hm-prod-card--call .hm-prod-card__char {
  bottom: 2px;
  right: -19px;
}

.hm-prod-card--data .hm-prod-card__char {
  bottom: -1px;
  right: -52px;
  transform: scaleX(-1);
}

.hm-prod-card--pay .hm-prod-card__char {
  bottom: 3px;
  right: -58px;
  transform: scaleX(-1);
}

/* App Download Card */
.hm-app-card {
  width: 100%;
  max-width: 1300px;
  border-radius: 29.23px;
  border: 2px solid #E8EAF0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 56px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.hm-app-card__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
}

.hm-app-card__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #071738;
}

.hm-app-card__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 18.71px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  max-width: 400px;
}

.hm-app-card__download {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hm-app-card__qr img {
  width: 90px;
  height: 90px;
}

.hm-app-card__badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hm-app-card__badge {
  height: 44px;
  width: auto;
}

.hm-app-card__scan {
  font-family: 'Urbanist', sans-serif;
  font-size: 18.71px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.hm-app-card__scan strong {
  font-weight: 600;
}

.hm-app-card__phone {
  width: auto;
  position: absolute;
  z-index: 2;
}

.hm-app-card__phone--1 { bottom: -39px; right: 304px; height: 270px; }
.hm-app-card__phone--2 { bottom: -10px; right: 72px;  height: 320px; }

.hm-app-card__star {
  position: absolute;
  pointer-events: none;
  width: 36px;
  height: 36px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(2000%) hue-rotate(200deg) brightness(1.1);
}

.hm-app-card__star--br {
  bottom: 24px;
  right: 24px;
}

.hm-app-card__star--top {
  bottom: 280px;
  right: 420px;
}

.hm-app-card__oval {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.hm-app-card__oval--1 {
  top: 25px;
  left: 799px;
  width: 63px;
  height: 104px;
  transform: rotate(180deg);
}

.hm-app-card__oval--2 {
  top: 15px;
  left: 903px;
  width: 126px;
  height: 258px;
  transform: rotate(0deg);
}

.hm-app-card__oval--3 {
  top: -48px;
  left: 1130px;
  width: 134px;
  height: 300px;
  transform: rotate(0deg);
}

.hm-app-card__oval--4 {
  top: 284px;
  left: 1203px;
  width: 100px;
  height: 60px;
  transform: rotate(-90deg);
}

/* ─── IMAGES (set by positioning tool) ─────────────────── */
.hm-hero__design {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: -138px;
  right: -31px;
  width: 486px;
}

.hm-hero__img {
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: 76px;
  height: 100%;
  width: auto;
}

/* ─── IMAGE GRID SECTION ────────────────────────────────── */
.hm-grid {
  height: 680px;
  padding: 0 3.75rem;
  background: #ffffff;
  overflow: hidden;
}

.hm-grid__container {
  height: 100%;
}

.hm-grid__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  height: 100%;
}

.hm-grid__text {
  flex: 0 0 580px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hm-grid__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #071738;
  line-height: 1.15;
}

.hm-grid__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4A5568;
  line-height: 1.6;
}

.hm-grid__frames {
  position: relative;
  flex: 0 0 900px;
  height: 680px;
}

.hm-grid__frame {
  width: 283px;
  height: 341px;
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
}

.hm-grid__img {
  position: absolute;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.hm-grid__frame--1 { top: -25px;  left: 60px; }
.hm-grid__frame--2 { top: 330px;  left: 64px; }
.hm-grid__frame--3 { top: 24px; left: 357px; }
.hm-grid__frame--4 { top: 380px;  left: 357px; }

.hm-grid__img--1 { left: 4px;   top: -7px;  width: 130%; height: 130%; }
.hm-grid__img--2 { left: -7px;  top: -7px;  width: 116%; height: 116%; }
.hm-grid__img--3 { left: 2px;   top: 1px;   width: 100%; height: 100%; }
.hm-grid__img--4 { left: 2px;   top: 1px;   width: 100%; height: 100%; }

/* ─── WHY TRUST SECTION ─────────────────────────────────── */
.hm-trust {
  height: 1042px;
  background: #EAF4FB;
  display: flex;
  align-items: flex-start;
  padding: 80px 3.75rem 0;
}

.hm-trust__container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hm-trust__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  text-align: center;
}

.hm-trust__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6E7A8A;
  text-align: center;
  margin-top: -16px;
}

.hm-trust__row {
  display: flex;
  gap: 30px;
}

.hm-trust__card {
  height: 332px;
  border-radius: 26px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.hm-trust__card--lg { width: 819px; }
.hm-trust__card--sm { width: 471px; }

.hm-trust__card-title {
  font-family: 'Urbanist', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #071738;
}

.hm-trust__card-body {
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4A5568;
  line-height: 1.6;
  max-width: 280px;
}

.hm-trust__card-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 85%;
  width: auto;
  pointer-events: none;
}


.hm-trust__card--tl .hm-trust__card-img {
  bottom: -73px;
  right:  -287px;
  height: 143%;
  width: auto;
}

.hm-trust__card--tr .hm-trust__card-img {
  bottom: -254px !important;
  right:  -192px !important;
  height: 180% !important;
  width: auto !important;
}

.hm-trust__card--bl .hm-trust__card-img {
  bottom: -52px;
  right:  -56px;
  height: 85%;
  width: auto;
}

.hm-trust__card--br .hm-trust__card-img {
  bottom: -82px;
  right:  -256px;
  height: 130%;
  width: auto;
}

/* ─── REAL CONNECTIONS SECTION ──────────────────────────── */
.hm-realcon {
  background: #081737;
  padding: 4rem 3.75rem;
  position: relative;
  overflow: hidden;
}

.hm-realcon__container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hm-realcon__card {
  background: #F5F5F0;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  padding: 64px 56px;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.hm-realcon__text {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 2;
  position: relative;
}

.hm-realcon__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #081737;
  line-height: 120%;
  letter-spacing: 0%;
}

.hm-realcon__body {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3E4554;
  line-height: 140%;
  letter-spacing: 0%;
}

.hm-realcon__img {
  position: absolute;
  right: 2px;
  bottom: 0;
  height: 107%;
  width: auto;
  pointer-events: none;
}


/* ─── NUMBERS SECTION ────────────────────────────────── */
.hm-numbers {
  display: flex;
  flex-direction: column;
  padding: 80px 260px 80px 120px;
  background: #ffffff;
  gap: 32px;
}

.hm-numbers__title {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #071738;
  margin: 0;
}

.hm-numbers__body {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hm-numbers__earth {
  width: 350px;
  height: 350px;
  flex-shrink: 0;
}

.hm-numbers__desc-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.hm-numbers__desc {
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  max-width: 380px;
}

.hm-numbers__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 51px;
  border-radius: 100px;
  border: 1.5px solid #071738;
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #071738;
  text-decoration: none;
  gap: 8px;
  flex-shrink: 0;
}

.hm-numbers__right {
  width: 334px;
  height: 482px;
  border-radius: 40px;
  border: 1px solid #E7E7E7;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  box-sizing: border-box;
}

.hm-numbers__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hm-numbers__stat-num {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #071738;
}

.hm-numbers__stat-label {
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #071738;
}

/* ─── STAY CLOSER SECTION ────────────────────────────── */
.hm-staycloser {
  height: 600px;
  background: linear-gradient(280.43deg, #3D75A9 -19.61%, #114077 100.95%);
  position: relative;
  overflow: hidden;
}

.hm-sc-dots {
  display: none;
}

.hm-staycloser__slider {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: calc(50% - 600px);
  height: 100%;
  cursor: grab;
  user-select: none;
  /* leading/trailing space so side cards can snap to center */
  padding-inline: calc(50% - 600px);
  box-sizing: border-box;
}
.hm-staycloser__slider::-webkit-scrollbar { display: none; }
.hm-staycloser__slider.is-dragging { cursor: grabbing; }

.hm-staycloser__card {
  position: relative;
  flex: 0 0 1200px;
  width: 1200px;
  height: 480px;
  margin-top: 60px;
  scroll-snap-align: center;
  border-radius: 28.8px;
  background: #081737;
  overflow: hidden;
  z-index: 2;
}

.hm-staycloser__content {
  position: absolute;
  top: 60px;
  left: 60px;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hm-staycloser__title {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
}

.hm-staycloser__desc {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-size: 21.6px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
}

.hm-staycloser__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 252.6px;
  height: 61.4px;
  border-radius: 48px;
  padding: 19.2px 28.8px;
  background: #ffffff;
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 19.2px;
  line-height: 120%;
  color: #081737;
  text-decoration: none;
  box-sizing: border-box;
  flex-shrink: 0;
}

.hm-staycloser__circle {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
}

.hm-staycloser__circle--top {
  top: -141px;
  right: 113px;
  width: 340px;
  height: 340px;
}

.hm-staycloser__circle--btm {
  top: 203px;
  right: -69px;
  width: 340px;
  height: 340px;
}

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

.hm-staycloser__dot {
  position: absolute;
  top: 229px;
  right: 348px;
  width: 100px;
  height: 100px;
  opacity: 0.4;
}

/* ─── REVIEWS: hide blank avatar ────────────────────── */
.rcard__avatar {
  display: none;
}

/* ─── REVIEWS BG OVERRIDE (home page) ───────────────── */
.reviews {
  background:
    linear-gradient(to top right, #AAC6FF 0%, #AAC6FF 10%, transparent 50%),
    #FFFDFA !important;
}

.reviews .reviews__title,
.reviews .reviews__sub {
  color: #071738;
}

.reviews .reviews__header {
  padding-left: 5rem;
}

/* ─── REVIEWS STROKES ────────────────────────────────── */
.reviews__stroke {
  position: absolute;
  pointer-events: none;
}

.reviews__stroke--1 {
  top:       -68px;
  left:      1111px;
  width:     548px;
  height:    548px;
  transform: rotate(0deg);
}

.reviews__stroke--2 {
  top:       -33px;
  left:      783px;
  width:     528px;
  height:    528px;
  transform: rotate(0deg);
}

.reviews__stroke--3 {
  top:       695px;
  left:      -267px;
  width:     704px;
  height:    704px;
  transform: scaleX(-1) rotate(91deg);
}

.reviews__stroke--4 {
  top:       637px;
  left:      -7px;
  width:     604px;
  height:    604px;
  transform: scaleX(-1) rotate(89deg);
}

/* ─── REALCON SPIRAL ─────────────────────────────────── */
.hm-realcon__spiral {
  position: absolute;
  top:       313px;
  left:      -30px;
  width:     300px;
  height:    300px;
  transform: rotate(0deg);
  pointer-events: none;
  z-index: 0;
}

/* ─── STAYCLOSER SIDE CARDS ──────────────────────────── */
.hm-staycloser__side {
  position: relative;
  flex: 0 0 960px;
  width: 960px;
  height: 384px;
  margin-top: 108px;
  scroll-snap-align: center;
  border-radius: 23.04px;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0.95;
  z-index: 1;
}

.hm-staycloser__side--left {
  background: #E1B20B;
}

.hm-staycloser__side--right {
  background: #2B8471;
}

/* glow blobs */
.sc-glow {
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
}
.sc-glow--1 {
  width: 400px; height: 500px;
  left: 180px; top: 60px;
  background: rgba(255,255,255,0);
  box-shadow: 120px 120px 120px rgba(255,255,255,0.15);
  filter: blur(60px);
}
.sc-glow--2 {
  width: 350px; height: 240px;
  left: 200px; top: -75px;
  background: rgba(255,255,255,0);
  box-shadow: 180px 180px 180px rgba(255,255,255,0.1);
  border-radius: 9999px;
  filter: blur(90px);
}

/* text block */
.sc-text {
  position: absolute;
  left: 57.6px;
  top: 57.6px;
  width: 420px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sc-title {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 46.08px;
  line-height: 55.3px;
  color: #081737;
  margin: 0;
}

.sc-body {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-size: 17.28px;
  line-height: 24.19px;
  color: #3E4554;
  margin: 0;
}

.sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15.36px 23.04px;
  border-radius: 38.4px;
  border: 0.96px solid #ffffff;
  background: #E1B20B;
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  font-size: 15.36px;
  line-height: 18.43px;
  color: #ffffff;
  text-decoration: none;
  align-self: flex-start;
}

/* character image */
.sc-char {
  position: absolute;
  left:  335px;
  top:   -10px;
  width: 820px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

/* brand icon cards */
.sc-brand {
  position: absolute;
  width: 97px;
  height: 97px;
}
.sc-brand__inner {
  position: absolute;
  inset: 0;
  border-radius: 5.74px;
}
.sc-brand--green  { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.sc-brand--blue   { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.sc-brand--dkblue { width: 83px; height: 83px; box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.sc-brand--red    { width: 107px; height: 107px; box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.sc-brand--orange { width: 107px; height: 107px; box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.sc-brand--crimson{ width: 97px; height: 97px; box-shadow: 0 4px 16px rgba(0,0,0,0.12); }

/* ─── GREEN DATA CARD SPECIFICS ─────────────────────── */
.sc-glow--data-1 {
  width: 400px; height: 500px;
  right: -350px; top: 60px;
  background: linear-gradient(180deg, #2388FF 0%, #4A3AFF 100%);
  box-shadow: 120px 120px 120px rgba(35,136,255,0.3);
  filter: blur(125px);
  border-radius: 0;
}
.sc-glow--data-2 {
  width: 350px; height: 240px;
  right: -330px; top: -75px;
  background: #1C5DE3;
  box-shadow: 180px 180px 180px rgba(28,93,227,0.4);
  border-radius: 9999px;
  filter: blur(188px);
}
.sc-glow--data-3 {
  width: 350px; height: 62px;
  right: -270px; top: -248px;
  background: #1C5DE3;
  box-shadow: 180px 180px 180px rgba(28,93,227,0.4);
  border-radius: 9999px;
  filter: blur(188px);
  transform: rotate(15deg);
}
.sc-glow--data-4 {
  width: 216px; height: 38px;
  right: -143px; top: 16px;
  background: #1C5DE3;
  box-shadow: 180px 180px 180px rgba(28,93,227,0.4);
  border-radius: 9999px;
  filter: blur(188px);
  transform: rotate(15deg);
}

.sc-text--data {
  width: 420px;
  z-index: 2;
}

.sc-btn--data {
  background: transparent;
  border: 0.96px solid #ffffff;
  color: #FFFDFA;
}

.sc-char--data {
  position: absolute;
  left: unset !important;
  top: unset !important;
  width: auto !important;
  right: 0px;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* ─── HAMBURGER BUTTON ───────────────────────────────────── */
.hm-navbar__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}

.hm-navbar__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #071738;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
  transform-origin: center;
}

.hm-navbar__burger--open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hm-navbar__burger--open span:nth-child(2) {
  opacity: 0;
}
.hm-navbar__burger--open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ─── MOBILE DRAWER ──────────────────────────────────────── */
.hm-navbar__mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  border-radius: 0 0 1.25rem 1.25rem;
  border: 0.5px solid #e0e0e0;
  border-top: none;
  padding: 1rem 1.25rem 1.5rem;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}

.hm-navbar__mobile-menu--open {
  display: flex;
}

.hm-navbar__mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.hm-navbar__mobile-link {
  display: block;
  padding: 0.75rem 0;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #071738;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}

.hm-navbar__mobile-link:hover {
  color: #2388ff;
}

.hm-navbar__mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 12px 24px;
  background: #071738;
  border-radius: 40px;
  color: #ffffff;
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
}

/* ═══════════════════════════════════════════════════════════
   HOME PAGE — RESPONSIVE
═══════════════════════════════════════════════════════════ */

@media (max-width: 1380px) {

  /* ─── PRODUCTS: fluid 3-col grid ─────────────────────── */
  .hm-products__grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .hm-prod-card {
    width: 100% !important;
  }

  /* ─── TRUST: fluid cards so they don't overflow ─────── */
  .hm-trust {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hm-trust__card--lg,
  .hm-trust__card--sm {
    width: auto !important;
    flex: 1 !important;
  }

  /* ─── IMAGE GRID: collapse height, hide frames ────────── */
  .hm-grid {
    height: auto !important;
    padding: 3rem 2rem;
  }

  .hm-grid__container {
    flex-direction: column;
    height: auto !important;
  }

  .hm-grid__frames {
    display: none !important;
  }

  .hm-grid__text {
    flex: 0 0 auto !important;
    width: 100%;
  }

}

@media (max-width: 1024px) {

  /* ─── NAVBAR: hide desktop items, show burger ─────────── */
  .hm-navbar__nav,
  .hm-navbar__get-app,
  .hm-navbar__lang,
  .navbar__lang,
  .hm-navbar__contact-btn {
    display: none !important;
  }

  .hm-navbar__burger {
    display: flex;
  }

  /* ─── HERO: hide decoratives, center content ──────────── */
  .hm-hero__spiral--1,
  .hm-hero__spiral--2,
  .hm-hero__design,
  .hm-hero__img {
    display: none !important;
  }

  .hm-hero {
    padding: 1rem 1.5rem 2rem;
  }

  .hm-hero__container {
    height: auto !important;
    padding: 3rem 2rem;
  }

  .hm-hero__content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    align-items: center;
    text-align: center;
  }

  .hm-hero__title {
    font-size: 36px;
    white-space: normal;
  }

  .hm-hero__btns {
    justify-content: center;
  }

  /* ─── PRODUCTS: 2-col grid ────────────────────────────── */
  .hm-products {
    padding: 3rem 1.5rem;
  }

  .hm-products__title {
    font-size: 36px;
  }

  .hm-products__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .hm-prod-card {
    width: 100% !important;
  }

  .hm-prod-card--pay {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }

  /* ─── APP CARD: hide phone mockups ────────────────────── */
  .hm-app-card__phone,
  .hm-app-card__star,
  .hm-app-card__oval {
    display: none !important;
  }

  .hm-app-card {
    padding: 40px 32px;
    min-height: unset;
  }

  /* ─── IMAGE GRID: reduce padding, adjust text ─────────── */
  .hm-grid {
    height: auto !important;
    padding: 3rem 1.5rem;
  }

  .hm-grid__container {
    gap: 2rem;
  }

  .hm-grid__title {
    font-size: 32px;
  }

  /* ─── TRUST: auto height, wrap cards ─────────────────── */
  .hm-trust {
    height: auto !important;
    padding-bottom: 3rem;
  }

  .hm-trust__title {
    font-size: 36px;
  }

  .hm-trust__row {
    flex-wrap: wrap;
  }

  .hm-trust__card--lg,
  .hm-trust__card--sm {
    width: 100% !important;
  }

  .hm-trust__card {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .hm-trust__card-body {
    max-width: 100%;
  }

  .hm-trust__card-img {
    display: none !important;
  }

  /* ─── REAL CONNECTIONS: hide image, center text ────────── */
  .hm-realcon {
    padding: 3rem 1.5rem;
  }

  .hm-realcon__card {
    padding: 40px 36px;
    min-height: unset;
  }

  .hm-realcon__img {
    display: none !important;
  }

  .hm-realcon__text {
    max-width: 100%;
  }

  .hm-realcon__title {
    font-size: 36px;
  }

  /* ─── NUMBERS: reduce padding, stack ─────────────────── */
  .hm-numbers {
    padding: 3rem 1.5rem;
  }

  .hm-numbers__title {
    font-size: 36px;
  }

  .hm-numbers__body {
    flex-direction: column;
    align-items: center;
  }

  .hm-numbers__earth {
    width: 200px;
    height: 200px;
  }

  .hm-numbers__right {
    width: 100%;
    height: auto;
    padding: 40px;
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
  }

  /* ─── STAY CLOSER: swipeable carousel ─────────────────── */
  .hm-staycloser {
    height: auto !important;
    padding: 2rem 0 1.5rem;
    display: block;
    overflow: hidden;
  }

  .hm-staycloser__slider {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
  }
  .hm-staycloser__slider::-webkit-scrollbar { display: none; }

  .hm-staycloser__side,
  .hm-staycloser__card {
    flex: 0 0 calc(100% - 3rem) !important;
    scroll-snap-align: center;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: calc(100% - 3rem) !important;
    height: auto !important;
    min-height: 260px;
    border-radius: 16px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 1.5rem;
    padding: 2rem !important;
  }

  .hm-staycloser__content {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 100%;
    padding: 0;
  }

  /* hide images on mobile */
  .hm-staycloser__circle,
  .hm-staycloser__dot,
  .sc-char {
    display: none !important;
  }

  /* sc-text: make relative so it flows naturally */
  .sc-text {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }

  .sc-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .sc-body {
    font-size: 15px;
  }

  .hm-staycloser__title {
    font-size: 28px;
  }

  .hm-staycloser__desc {
    font-size: 15px;
  }

  /* middle card btn matches side card btn style */
  .hm-staycloser__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    padding: 15px 23px !important;
    border-radius: 38px !important;
    border: 1px solid #ffffff !important;
    background: #081737 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    align-self: flex-start !important;
  }

  /* ─── dots ──────────────────────────────────────────────── */
  .hm-sc-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
  }

  .hm-sc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
  }

  .hm-sc-dot--active {
    background: #fff;
    transform: scale(1.3);
  }

}

@media (max-width: 1007px) {

  /* ─── APP CARD: centre content ────────────────────────── */
  .hm-app-card {
    justify-content: center;
  }

  .hm-app-card__left {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .hm-app-card__sub {
    max-width: 100%;
  }

  .hm-app-card__download {
    justify-content: center;
  }

  .hm-app-card__scan {
    text-align: center;
  }

}

@media (max-width: 768px) {

  /* ─── HERO ─────────────────────────────────────────────── */
  .hm-hero__container {
    padding: 2.5rem 1.5rem;
  }

  .hm-hero__title {
    font-size: 28px;
  }

  /* ─── PRODUCTS: 1-col ─────────────────────────────────── */
  .hm-products__grid {
    grid-template-columns: 1fr !important;
  }

  .hm-prod-card--pay {
    grid-column: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .hm-products__title {
    font-size: 28px;
  }

  /* ─── IMAGE GRID ─────────────────────────────────────── */
  .hm-grid__title {
    font-size: 26px;
  }

  /* ─── TRUST ───────────────────────────────────────────── */
  .hm-trust {
    padding: 2.5rem 1.25rem 2.5rem;
  }

  .hm-trust__title {
    font-size: 28px;
  }

  .hm-trust__row {
    flex-direction: column;
  }

  .hm-trust__card {
    height: auto !important;
    min-height: 140px;
    padding: 28px;
  }

  /* ─── REAL CONNECTIONS ─────────────────────────────────── */
  .hm-realcon__title {
    font-size: 28px;
  }

  .hm-realcon__card {
    padding: 28px 24px;
  }

  /* ─── NUMBERS ─────────────────────────────────────────── */
  .hm-numbers__title {
    font-size: 28px;
  }

  .hm-numbers__right {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
  }

  .hm-numbers__stat-num {
    font-size: 36px;
  }

  /* ─── STAY CLOSER ─────────────────────────────────────── */
  .hm-staycloser {
    padding: 2rem 1.25rem;
  }

  .hm-staycloser__title {
    font-size: 28px;
  }

  .hm-staycloser__content {
    padding: 1.5rem;
  }

}
