/* ═══════════════════════════════════════════════════════════
   INDIVIDUAL PAGE
═══════════════════════════════════════════════════════════ */

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

.ind-hero__container {
  max-width: 1320px;
  margin: 0 auto;
  background: linear-gradient(261.18deg, #326DC9 17.87%, #6374ED 58.34%, #314972 94.52%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
  height: 526px;
  padding: 3.75rem 0 3.75rem 3.75rem;
  overflow: hidden;
}

.ind-hero__content {
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ─── DOWNLOAD BADGES ───────────────────────────────────── */
.ind-hero__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ind-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 234px;
  height: 32px;
  border-radius: 40px;
  padding: 4px 10px 4px 4px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
}

.ind-hero__badge span {
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}

/* ─── TITLE ─────────────────────────────────────────────── */
.ind-hero__title {
  font-family: Urbanist, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}

/* ─── BUTTON ─────────────────────────────────────────────── */
.ind-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  height: 51px;
  border-radius: 40px;
  padding: 16px 24px;
  background: #071738;
  color: #ffffff;
  font-family: Urbanist, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s;
  white-space: nowrap;
}

.ind-hero__btn:hover {
  background: #0e2147;
}

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

.ind-hero__spiral--1 {
  top: 131px;
  left: -2px;
  width: 210px;
  opacity: 1;
  transform: rotate(0deg);
}

.ind-hero__spiral--2 {
  top: 54px;
  left: -12px;
  width: 390px;
  opacity: 1;
  transform: rotate(37deg);
}

/* ─── VISUALS ───────────────────────────────────────────── */
.ind-hero__world {
  position: absolute;
  top: 122px;
  right: -102px;
  width: 1390px;
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.15;
}

.ind-hero__design {
  position: absolute;
  top: -51px;
  right: -20px;
  width: 460px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.ind-hero__img {
  position: absolute;
  bottom: -345px;
  right: -2px;
  width: 840px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* ─── WORLDWIDE CALLING ──────────────────────────────────── */
.call-rate {
  padding: 5rem 3.75rem;
  background: linear-gradient(180deg, #EAF0FB 0%, #ffffff 30%);
  position: relative;
  overflow: hidden;
}

.call-rate__world {
  position: absolute;
  top: 665px;
  right: 109px;
  width: 90%;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

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

.call-rate__title {
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #071738;
  margin-bottom: 2.5rem;
}

.call-rate__panels {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

/* Left panel */
.call-rate__left {
  width: 610px;
  height: 319px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 1px solid #E2E8F0;
  padding: 40px;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
}

.call-rate__hint {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #3E4554;
}

.call-rate__input-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 530px;
  height: 71px;
  border-radius: 40px;
  border: 1px solid #E2E8F0;
  padding: 16px 24px;
  box-sizing: border-box;
  background: #ffffff;
}

.call-rate__input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  color: #071738;
}

.call-rate__input::placeholder { color: #aaa; }

.call-rate__check-btn {
  width: 141px;
  height: 39px;
  border-radius: 40px;
  background: #071738;
  color: #ffffff;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}

.call-rate__check-btn:hover { background: #0e2147; }

.call-rate__spend-label {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #3E4554;
  margin: 0;
}

.call-rate__rate {
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #071738;
  line-height: 1;
}

.call-rate__no-hidden {
  font-family: Urbanist, sans-serif;
  font-size: 13px;
  color: #6E6E6E;
}

/* Right panel */
.call-rate__right {
  width: 682px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 32px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  height: 760px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.call-rate__right-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
}

.call-rate__right-title {
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  color: #071738;
  white-space: nowrap;
}

.call-rate__search-wrap {
  display: flex;
  align-items: center;
  gap: 8.73px;
  border: 1.09px solid #E2E8F0;
  border-radius: 16px;
  padding: 16px;
  width: 282px;
  height: 57px;
  background: #F8FAFC;
  box-sizing: border-box;
  flex-shrink: 0;
}

.call-rate__search {
  border: none;
  outline: none;
  background: transparent;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #071738;
  width: 100%;
}

.call-rate__search::placeholder {
  color: #3E4554;
  text-align: left;
}

.call-rate__country-list {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  scrollbar-width: thin;
  scrollbar-color: #E2E8F0 transparent;
}

.call-rate__country-item {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 601px;
  min-height: 75px;
  border-radius: 10px;
  border: 1.33px solid #E2E8F0;
  padding: 20px 12px;
  box-sizing: border-box;
  flex-shrink: 0;
  background: #ffffff;
}

.call-rate__flag {
  font-size: 32px;
  width: 40px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-rate__flag-img {
  width: 40px;
  height: 32px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.call-rate__country-name {
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #071738;
  flex: 1;
}

.call-rate__country-rate {
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #071738;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.call-rate__country-rate strong {
  font-weight: 700;
  color: #071738;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ind-hero {
    padding: 1.5rem 2rem;
  }

  .ind-hero__container {
    height: auto;
    min-height: 400px;
    padding: 2.5rem;
  }

  .ind-hero__title {
    font-size: 42px;
    line-height: 50px;
  }

  .ind-hero__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

/* ─── WHY CHOOSE CALLING ─────────────────────────────────────── */
.why-calling {
  padding: 5rem 3.75rem;
  background: #FAF9F7;
}

.why-calling__container {
  max-width: 1320px;
  margin: 0 auto;
}

.why-calling__title {
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  text-align: center;
  line-height: 120%;
  margin-bottom: 1rem;
}

.why-calling__sub {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6E6E6E;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.why-calling__track-wrap {
  overflow: hidden;
}

.why-calling__track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}

.why-calling__card {
  flex: 0 0 317px;
  width: 317px;
  height: 284px;
  border-radius: 7.8px;
  background: #F7F5F3;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-calling__card-title {
  font-family: Urbanist, sans-serif;
  font-size: 25.34px;
  font-weight: 600;
  line-height: 120%;
  color: #071738;
  margin: 0;
}

.why-calling__card-desc {
  font-family: Urbanist, sans-serif;
  font-size: 15.59px;
  font-weight: 400;
  line-height: 140%;
  color: #6E6E6E;
  margin: 0;
  margin-top: auto;
}

.why-calling__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 2.5rem;
}

.why-calling__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.why-calling__arrow--prev {
  background: #E2E8F0;
  color: #071738;
}

.why-calling__arrow--next {
  background: #071738;
  color: #ffffff;
}

.why-calling__arrow--prev:hover { background: #cbd5e1; }
.why-calling__arrow--next:hover { background: #0e2147; }

/* ─── REVIEWS ───────────────────────────────────────────────── */
.reviews {
  background: #170D3F;
  min-height: 1138px;
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}

.reviews__header {
  padding: 0 3.75rem;
  margin-bottom: 3rem;
}

.reviews__title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.reviews__sub {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

.reviews__row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px;
}

.reviews__row--1 { transform: translateX(-260px); }
.reviews__row--2 { transform: translateX(-460px); }

.rcard {
  flex: 0 0 600px;
  width: 600px;
  height: 345px;
  border-radius: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #E8EDF5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.rcard__stars {
  font-size: 20px;
  color: #F5A623;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.rcard__heading {
  font-size: 16px;
  font-weight: 700;
  color: #071738;
  margin-bottom: 0.5rem;
}

.rcard__quote {
  font-size: 28px;
  font-weight: 700;
  color: #D0D8E8;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.rcard__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #4A4A4A;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.rcard__divider {
  border: none;
  border-top: 1px solid #E8EDF5;
  margin: 0.75rem 0;
}

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

.rcard__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #E2E8F0;
  flex-shrink: 0;
}

.rcard__name {
  font-size: 14px;
  font-weight: 700;
  color: #071738;
}

.rcard__country {
  font-size: 14px;
  font-weight: 400;
  color: #6E6E6E;
}

.mt-app-cta--ind-stay {
  padding: 80px 60px;
}

.mt-app-cta--ind-stay .mt-app-cta__container {
  width: 1320px;
  max-width: 100%;
  height: 460px;
  border-radius: 40px;
  background: linear-gradient(275.16deg, #2600BD 3.85%, #7300BF 84.53%);
}

.ind-stay__content {
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 3;
}

.ind-stay__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-top: 0.75rem;
  max-width: 420px;
  text-align: left;
}

.ind-stay__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 218px;
  height: 51px;
  border-radius: 40px;
  padding: 10px 20px;
  background: #FFC067;
  color: #1a0a00;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 1.5rem;
  transition: background 0.2s;
  align-self: flex-start;
}

.ind-stay__btn:hover {
  background: #ffb040;
}

.ind-stay__phone {
  position: absolute;
  bottom: -17px;
  right: 208px;
  width: 390px;
  height: auto;
  z-index: 2;
}

.reviews__design3 {
  position: absolute;
  top: 72px;
  right: 863px;
  width: 730px;
  height: auto;
  z-index: 0;
}

.reviews__header {
  position: relative;
  z-index: 1;
}

.reviews__design4 {
  position: absolute;
  bottom: 903px;
  right: 19px;
  width: 235px;
  height: auto;
  z-index: 0;
}

/* ─── COLLAGE ────────────────────────────────────────────────── */
.ind-collage {
  width: 100%;
  line-height: 0;
}

.ind-collage__img {
  width: 100%;
  display: block;
}

/* ─── HOW IT WORKS ───────────────────────────────────────────── */
.how-it-works {
  padding: 7rem 3.75rem;
  background: #ffffff;
}

.how-it-works__container {
  max-width: 1320px;
  margin: 0 auto;
}

.how-it-works__title {
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 120%;
}

.how-it-works__body {
  display: flex;
  align-items: center;
  gap: 120px;
}

.how-it-works__left {
  flex-shrink: 0;
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.how-it-works__phone {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.how-it-works__register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  height: 51px;
  border-radius: 40px;
  margin-top: -26px;
  position: relative;
  z-index: 2;
  background: #000000;
  color: #ffffff;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.how-it-works__steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.how-it-works__step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 1.75rem 0;
}

.how-it-works__divider {
  border: none;
  border-top: 1px solid #E2E8F0;
  margin: 0;
}

.how-it-works__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.how-it-works__num--inactive {
  background: #E2E8F0;
  color: #9BA8B8;
}

.how-it-works__num--active {
  background: #071738;
  color: #ffffff;
}

.how-it-works__step-title {
  font-family: Urbanist, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 120%;
}

.how-it-works__step-title--inactive { color: #B0B8C5; }
.how-it-works__step-title--active   { color: #071738; }

.how-it-works__step-desc {
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6E6E6E;
  line-height: 1.6;
  margin: 0;
}

/* ─── INDIVIDUAL CTA ─────────────────────────────────────────── */
.mt-app-cta--individual .mt-app-cta__container {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(280.43deg, #0C1B35 -19.61%, #88D9F2 100.95%);
}

.mt-app-cta--individual .mt-app-cta__heading {
  font-size: 36px;
  line-height: 1.15;
}

.mt-app-cta--individual .mt-app-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ind-cta__sub {
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin: 0.75rem 0 1.5rem;
  max-width: 380px;
}

.ind-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 265px;
  height: 51px;
  border-radius: 40px;
  padding: 16px 24px;
  background: #ffffff;
  color: #071738;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.ind-cta__circle--1 {
  position: absolute;
  top: 27px;
  right: 418px;
  width: 115px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.ind-cta__circle--2 {
  position: absolute;
  top: 270px;
  right: 104px;
  width: 135px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.ind-cta__circle--3 {
  position: absolute;
  bottom: 109px;
  right: -28px;
  width: 90px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.ind-cta__circle--4 {
  position: absolute;
  bottom: -15px;
  right: -34px;
  width: 120px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.ind-cta__manvector {
  position: absolute;
  bottom: 56px;
  right: 232px;
  width: 255px;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.ind-cta__womanvector {
  position: absolute;
  bottom: 234px;
  right: 3px;
  width: 200px;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.ind-cta__popup {
  position: absolute;
  bottom: 125px;
  right: 351px;
  width: 180px;
  height: auto;
  pointer-events: none;
  z-index: 3;
}

@media (max-width: 768px) {
  .ind-hero {
    padding: 1rem 1.25rem;
  }

  .ind-hero__container {
    flex-direction: column;
    padding: 2rem 1.5rem;
    border-radius: 30px;
    height: auto;
  }

  .ind-hero__content {
    flex: unset;
    max-width: 100%;
  }

  .ind-hero__title {
    font-size: 36px;
    line-height: 44px;
  }

  .ind-hero__img {
    position: relative;
    right: auto;
    bottom: auto;
    height: 280px;
    margin-top: 1.5rem;
  }

  .ind-hero__design {
    display: none;
  }

  .ind-hero__badge {
    width: auto;
  }
}

/* ─── FRESH READS ───────────────────────────────────────── */
.fresh-reads {
  background: #ffffff;
  padding: 5rem 3.75rem;
  position: relative;
  overflow: hidden;
}

.fresh-reads__deco {
  position: absolute;
  width: 180px;
  height: auto;
  pointer-events: none;
}

.fresh-reads__deco--tl {
  top: -200px;
  left: -80px;
  
}

.fresh-reads__deco--br {
  bottom: -200px;
  right: -80px;
  transform: rotate(180deg);
}

.fresh-reads__title {
  font-size: 40px;
  font-weight: 700;
  color: #071738;
  text-align: center;
  margin-bottom: 3rem;
}

.fresh-reads__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-card__img {
  width: 100%;
  height: 238.5px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.blog-card__label {
  font-size: 12px;
  font-weight: 600;
  color: #6E7A8A;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

.blog-card__heading {
  font-size: 16px;
  font-weight: 600;
  color: #071738;
  line-height: 1.5;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #071738;
  text-decoration: none;
  margin-top: 4px;
}

.blog-card__arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #071738;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fresh-reads__footer {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.fresh-reads__view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.2s;
}

.fresh-reads__view-all:hover {
  background: #222222;
}

/* ═══════════════════════════════════════════════════════════
   INDIVIDUAL PAGE — RESPONSIVE (1200px — how it works stack)
═══════════════════════════════════════════════════════════ */
@media (max-width: 1200px) {

  .how-it-works {
    padding: 4rem 2rem;
  }

  .how-it-works__body {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }

  .how-it-works__left {
    width: 100%;
    max-width: 400px;
  }

  .how-it-works__steps {
    width: 100%;
    max-width: 600px;
  }

  .how-it-works__step {
    align-items: center;
    text-align: center;
  }

  .how-it-works__step-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .how-it-works__step-title,
  .how-it-works__step-desc {
    text-align: center;
  }
}

/* ═══════════════════════════════════════════════════════════
   INDIVIDUAL PAGE — RESPONSIVE (1024px tablet)
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {

  .ind-hero__img,
  .ind-hero__design {
    display: none;
  }

  .ind-hero__container {
    justify-content: center;
  }

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

  .ind-hero__badges {
    justify-content: center;
  }

  .ind-hero__btn {
    align-self: center;
  }

  /* ─── TOP UP CTA ────────────────────────────────────────── */
  .mt-app-cta--individual .mt-app-cta__container {
    justify-content: center;
  }

  .ind-cta__circle--1,
  .ind-cta__circle--2,
  .ind-cta__circle--3,
  .ind-cta__circle--4,
  .ind-cta__manvector,
  .ind-cta__womanvector,
  .ind-cta__popup {
    display: none;
  }

  .mt-app-cta--individual .mt-app-cta__content {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .ind-cta__sub {
    text-align: center;
    max-width: 100%;
  }

  .ind-cta__btn {
    align-self: center;
  }

  /* ─── STAY CONNECTED CTA ────────────────────────────────── */
  .ind-stay__phone {
    display: none;
  }

  .mt-app-cta--ind-stay .mt-app-cta__container {
    justify-content: center;
  }

  .ind-stay__content {
    align-items: center;
    text-align: center;
  }

  .ind-stay__sub {
    text-align: center;
    max-width: 100%;
  }

  .ind-stay__btn {
    align-self: center;
  }
}

/* ═══════════════════════════════════════════════════════════
   INDIVIDUAL PAGE — RESPONSIVE (1320px — panels overflow)
═══════════════════════════════════════════════════════════ */
@media (max-width: 1320px) {

  .call-rate {
    padding: 3rem 1.5rem;
    overflow: hidden;
  }

  .call-rate__panels {
    flex-direction: column;
    gap: 20px;
  }

  .call-rate__left {
    width: 100%;
    height: auto;
  }

  .call-rate__input-row {
    width: 100%;
  }

  .call-rate__right {
    width: 100%;
    height: 420px;
  }

  .call-rate__search-wrap {
    width: 100%;
  }

  .call-rate__country-item {
    width: 100%;
  }

  .call-rate__right-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* ═══════════════════════════════════════════════════════════
   INDIVIDUAL PAGE — RESPONSIVE (768px mobile)
═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ─── HERO ─────────────────────────────────────────────── */
  .ind-hero {
    padding: 1rem 1.25rem;
  }

  .ind-hero__container {
    height: auto;
    min-height: unset;
    padding: 2rem 1.5rem;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
  }

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

  .ind-hero__title {
    font-size: 36px;
    line-height: 42px;
  }

  .ind-hero__badges {
    justify-content: center;
  }

  .ind-hero__spiral--1,
  .ind-hero__spiral--2,
  .ind-hero__world,
  .ind-hero__design,
  .ind-hero__img {
    display: none;
  }

  /* ─── CALL RATE ─────────────────────────────────────────── */
  .call-rate {
    padding: 3rem 1.25rem;
  }

  .call-rate__title {
    font-size: 28px;
  }

  .call-rate__panels {
    flex-direction: column;
    gap: 20px;
  }

  .call-rate__left {
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 20px;
  }

  .call-rate__input-row {
    width: 100%;
  }

  .call-rate__right {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    padding: 20px;
  }

  .call-rate__right-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .call-rate__search-wrap {
    width: 100%;
  }

  .call-rate__country-item {
    width: 100%;
  }

  .call-rate__country-name,
  .call-rate__country-rate {
    font-size: 16px;
  }

  /* ─── INDIVIDUAL CTA ────────────────────────────────────── */
  .mt-app-cta--individual {
    padding: 1.25rem;
  }

  .mt-app-cta--individual .mt-app-cta__container {
    height: auto;
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }

  .mt-app-cta--individual .mt-app-cta__content {
    align-items: center;
    text-align: center;
  }

  .mt-app-cta--individual .mt-app-cta__heading {
    font-size: 26px;
  }

  .ind-cta__sub {
    text-align: center;
    max-width: 100%;
  }

  .ind-cta__btn {
    width: 100%;
    max-width: 280px;
  }

  .ind-cta__circle--1,
  .ind-cta__circle--2,
  .ind-cta__circle--3,
  .ind-cta__circle--4,
  .ind-cta__manvector,
  .ind-cta__womanvector,
  .ind-cta__popup {
    display: none;
  }

  /* ─── HOW IT WORKS ──────────────────────────────────────── */
  .how-it-works {
    padding: 3rem 1.25rem;
  }

  .how-it-works__title {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  .how-it-works__body {
    flex-direction: column;
    gap: 2rem;
  }

  .how-it-works__left {
    width: 100%;
  }

  .how-it-works__phone {
    max-width: 260px;
  }

  .how-it-works__step {
    align-items: center;
    text-align: center;
  }

  .how-it-works__step-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .how-it-works__step-title {
    font-size: 20px;
    text-align: center;
  }

  .how-it-works__step-desc {
    text-align: center;
  }

  /* ─── WHY CALLING ───────────────────────────────────────── */
  .why-calling {
    padding: 3rem 1.25rem;
  }

  .why-calling__title {
    font-size: 28px;
  }

  .why-calling__card {
    flex: 0 0 calc(85vw);
    width: calc(85vw);
    height: auto;
  }

  /* ─── IND COLLAGE ───────────────────────────────────────── */
  .ind-collage__img {
    min-height: 200px;
    object-fit: cover;
  }

  /* ─── STAY CONNECTED CTA ────────────────────────────────── */
  .mt-app-cta--ind-stay {
    padding: 1.25rem;
  }

  .mt-app-cta--ind-stay .mt-app-cta__container {
    height: auto;
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }

  .ind-stay__content {
    align-items: center;
    text-align: center;
  }

  .ind-stay__sub {
    text-align: center;
    max-width: 100%;
  }

  .ind-stay__btn {
    align-self: center;
    width: 100%;
    max-width: 260px;
  }

  .ind-stay__phone {
    display: none;
  }

  .mt-app-cta--ind-stay .mt-app-cta__container {
    justify-content: center;
  }

  .ind-stay__content {
    align-items: center;
    text-align: center;
  }

  .ind-stay__sub {
    text-align: center;
    max-width: 100%;
  }

  /* ─── FRESH READS ───────────────────────────────────────── */
  .fresh-reads {
    padding: 3rem 1.25rem;
  }

  .fresh-reads__title {
    font-size: 26px;
    margin-bottom: 1.5rem;
  }

  .fresh-reads__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* ─── APP DOWNLOAD CTA (bottom) ─────────────────────────── */
  .mt-app-cta {
    padding: 1.25rem;
  }

  .mt-app-cta__container {
    height: auto !important;
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }

  .mt-app-cta__heading {
    font-size: 24px !important;
  }

  .mt-app-cta__content {
    max-width: 100%;
  }

  .mt-app-cta__images,
  .mt-app-cta__ellipse,
  .mt-app-cta__star {
    display: none;
  }
}
