:root {
  --brand: #ef405e;
  --brand-2: #ff788f;
  --brand-dark: #bb2e45;
  --ink: #171a28;
  --muted: #626a81;
  --line: rgba(255, 255, 255, 0.66);
  --shadow-xl: 0 35px 80px rgba(219, 51, 63, 0.18);
  --shadow-lg: 0 20px 42px rgba(20, 27, 43, 0.1);
  --shadow-md: 0 12px 24px rgba(20, 27, 43, 0.08);
  --shadow-sm: 0 8px 18px rgba(20, 27, 43, 0.06);
}

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      color: var(--text-1);
      background:
        radial-gradient(circle at 8% 16%, rgba(255, 205, 214, 0.62), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(255, 228, 233, 0.85), transparent 28%),
        radial-gradient(circle at 78% 84%, rgba(255, 216, 223, 0.60), transparent 26%),
        linear-gradient(180deg, #fffefe 0%, #fff8f8 38%, #fff3f5 100%);
      min-height: 100vh;
      overflow-x: hidden;
    }

    body::before,
    body::after {
      content: '';
      position: fixed;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      filter: blur(70px);
      z-index: -2;
      pointer-events: none;
    }

    body::before {
      top: -130px;
      right: -110px;
      background: rgba(255, 163, 182, 0.24);
    }

    body::after {
      left: -130px;
      bottom: -130px;
      background: rgba(255, 205, 214, 0.34);
    }

    a { text-decoration: none; }

    .glass-navbar,
    .glass-panel,
    .glass-card,
    .glass-feature,
    .glass-story,
    .glass-cta,
    .glass-footer,
    .glass-faq,
    .glass-language,
    .glass-badge,
    .glass-step,
    .glass-country,
    .glass-rating,
    .glass-pill,
    .text-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.58));
      backdrop-filter: var(--blur);
      -webkit-backdrop-filter: var(--blur);
      border: 1px solid var(--surface-border);
      box-shadow: var(--shadow-lg);
    }

.bs5-home .wrapper { background: transparent; }
.bs5-home .section-space { padding: 46px 0; }

.bs5-home .glass-panel,
.bs5-home .glass-card,
.bs5-home .glass-search,
.bs5-home .glass-stats,
.bs5-home .glass-badge,
.bs5-home .glass-float-chip,
.bs5-home .glass-feature,
.bs5-home .glass-mini,
.bs5-home .glass-strip,
.bs5-home .glass-footer,
.bs5-home .profile-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.62));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.bs5-home .glass-card,
.bs5-home .glass-panel,
.bs5-home .glass-feature,
.bs5-home .glass-footer,
.bs5-home .profile-card,
.bs5-home .glass-strip { border-radius: 24px; }

.bs5-home .bs5-top { position: sticky; top: 0; z-index: 1050; padding-top: 16px; }
.glass-nav {
  border-radius: 24px;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(239,64,94,0.95), rgba(196,45,71,0.94));
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 16px 40px rgba(219, 51, 63, 0.28);
}
.glass-nav .navbar-brand { color: #fff; font-weight: 900; letter-spacing: -0.03em; }
.glass-nav .nav-link { color: rgba(255,255,255,0.88); font-weight: 600; border-radius: 12px; }
.glass-nav .nav-link:hover { background: rgba(255,255,255,0.12); color: #fff; }
.bs-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  flex: 0 0 auto;
  vertical-align: -0.125em;
}

.bs5-home .btn-brand,
.bs5-home .btn-soft-light,
.bs5-home .btn-soft { border-radius: 14px; font-weight: 700; border: 0; }
.bs5-home .btn-brand {
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: 0 14px 28px rgba(239,64,94,0.3);
}
.bs5-home .btn-brand:hover { color: #fff; background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%); }
.bs5-home .btn-soft,
.bs5-home .btn-soft-light {
  color: var(--ink);
  border: 1px solid rgba(255,255,255,0.94);
  background: rgba(255,255,255,0.85);
}
.btn-mtc, .bs5-home .hero-cta-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #17b26a 0%, #24c97b 42%, #63db9a 100%);
  box-shadow: 0 16px 32px rgba(36, 185, 112, 0.26);
  isolation: isolate;
}
.bs5-home .hero-cta-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #12955a 0%, #18b96c 45%, #4fd58c 100%);
  box-shadow: 0 20px 38px rgba(28, 175, 103, 0.3);
}
.bs5-home .hero-cta-primary::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  width: 28%;
  left: -38%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.28), rgba(255,255,255,0));
  transform: skewX(-22deg);
  animation: heroCtaShine 4.8s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

.bs5-home .hero { padding: 26px 0 24px; }
.bs5-home .hero-panel { position: relative; overflow: hidden; padding: 32px; }
.bs5-home .hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 182, 194, 0.36), transparent 28%),
    radial-gradient(circle at left bottom, rgba(255, 217, 224, 0.48), transparent 32%);
  pointer-events: none;
}

.bs5-home .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 28px;
  align-items: stretch;
}

.bs5-home .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.96);
  background: rgba(255,255,255,0.76);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
}

.bs5-home .display-title {
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  line-height: .95;
  letter-spacing: -0.05em;
  font-weight: 900;
  margin-bottom: .8rem;
}

.bs5-home .gradient-text {
  background: linear-gradient(130deg, #ef405e 0%, #ff768b 45%, #ff9cb1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.bs5-home .lead-soft { color: var(--muted); font-size: 1.03rem; line-height: 1.78; }
.bs5-home .hero-checklist {
  list-style: none;
  padding: 0;
  margin: 1.15rem 0 0;
  display: grid;
  gap: 12px;
}
.bs5-home .hero-checklist li {
  position: relative;
  padding: 13px 16px 13px 48px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.42));
  border: 1px solid rgba(255,255,255,.8);
  color: #6f7892;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 12px 24px rgba(20, 27, 43, 0.05);
}
.bs5-home .hero-checklist li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.95) 0 22%, transparent 23%),
    linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 8px 14px rgba(239,64,94,.18);
}
.bs5-home .hero-stats { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.bs5-home .glass-stats { border-radius: 16px; padding: 12px 14px; min-width: 132px; }
.bs5-home .stat-number { font-size: 1.2rem; font-weight: 800; color: var(--brand); line-height: 1; }
.bs5-home .stat-label { color: var(--muted); font-size: .78rem; font-weight: 600; margin-top: 5px; }
.bs5-home .logo-cloud { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.bs5-home .glass-badge {
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bs5-home .hero-copy,
.bs5-home .hero-image-stage { min-height: 100%; }
.bs5-home .hero-image-stage { display: flex; align-items: stretch; }
.bs5-home .hero-image-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background-image: url('https://dysjnzwdyx1h8.cloudfront.net/assets/images/mlc-frontpage.webp');
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255,255,255,0.9);
}
.bs5-home .hero-image-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(16, 18, 31, 0.46));
}

.bs5-home .glass-float-chip {
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .72rem;
  font-weight: 700;
  color: var(--ink);
  background: rgba(255,255,255,0.92);
}
.bs5-home .chip-top-left { top: 12px; left: 12px; }
.bs5-home .chip-top-right { top: 12px; right: 12px; }
.bs5-home .chip-bottom-left { left: 12px; bottom: 84px; }
.bs5-home .pulse-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 5px; background: #39d197; }

.bs5-home .hero-overlay-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  color: #fff;
  background: linear-gradient(90deg, rgba(13,16,25,.64), rgba(13,16,25,.08));
  border-radius: 14px;
  padding: 10px 12px;
}
.bs5-home .overlay-title { font-size: clamp(1.3rem, 2.2vw, 1.8rem); line-height: 1.02; font-weight: 900; margin-bottom: 2px; }
.bs5-home .overlay-copy { margin: 0; font-size: .82rem; line-height: 1.3; max-width: 72%; color: rgba(255,255,255,0.94); }

.bs5-home .glass-search { margin-top: 22px; border-radius: 18px; padding: 12px; }
.bs5-home .search-block { border-radius: 12px; height: 100%; background: rgba(255,255,255,0.88); border: 1px solid rgba(255,255,255,0.95); padding: 10px 12px; }
.bs5-home .search-label { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; color: #8f97ac; font-weight: 700; }
.bs5-home .search-value { margin-top: 3px; font-size: .86rem; display: flex; justify-content: space-between; align-items: center; font-weight: 700; }

.bs5-home .glass-strip { border-radius: 14px; }
.bs5-home .language-switcher {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.bs5-home .language-switcher-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8b93aa;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bs5-home .lang-pill {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px !important;
}
.bs5-home .lang-pill a {
  color: #6f7892;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: 0 10px 22px rgba(20, 27, 43, 0.05);
  transition: transform .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
}
.bs5-home .lang-pill a:hover {
  color: var(--brand);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 28px rgba(239,64,94,.12);
  transform: translateY(-2px);
}

.bs5-home .section-heading h2 {
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  font-weight: 900;
  margin-bottom: .6rem;
}
.bs5-home .section-heading p { color: var(--muted); max-width: 800px; }

.bs5-home .glass-feature { padding: 22px; height: 100%; transition: transform .25s ease, box-shadow .25s ease; }
.bs5-home .glass-feature:hover { transform: translateY(-5px); box-shadow: 0 26px 44px rgba(20,27,43,.13); }
.bs5-home .soft-icon { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: var(--brand); background: linear-gradient(135deg, rgba(239,64,94,.15), rgba(255,255,255,.92)); border: 1px solid rgba(255,255,255,.96); }
.bs5-home .glass-feature h4 { font-size: 1.04rem; font-weight: 800; letter-spacing: -.02em; }
.bs5-home .glass-feature p,
.bs5-home .glass-card p,
.bs5-home .glass-card li { color: var(--muted); line-height: 1.72; }

.bs5-home .feature-list { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; font-size: .87rem; }
.bs5-home .feature-list .bs-icon { color: var(--brand); margin-right: 6px; }

.bs5-home .profile-card { overflow: hidden; padding: 10px; transition: transform .25s ease, box-shadow .25s ease; }
.bs5-home .profile-card:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(239,64,94,.2); }
.bs5-home .profile-photo { height: 240px; border-radius: 16px; background-size: cover; background-position: center; position: relative; }
.bs5-home .profile-photo::after { content: ""; position: absolute; inset: 0; border-radius: 16px; background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.36)); }
.bs5-home .profile-meta { display: flex; flex-direction: column; padding: 10px 4px 2px; }
.bs5-home .profile-meta strong { font-weight: 800; letter-spacing: -.02em; }
.bs5-home .profile-meta span { color: var(--muted); font-size: .82rem; }
.bs5-home .profile-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 8px; }
.bs5-home .action-btn { height: 38px; border-radius: 10px; border: 1px solid rgba(255,255,255,.95); background: rgba(255,255,255,.84); color: var(--ink); }
.bs5-home .action-btn.like { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; border: 0; }

.bs5-home .legacy-html-block > .container > .glass-card { overflow: hidden; }
.bs5-home .legacy-html-block > .container > .glass-card > .container { max-width: 100%; padding-left: 0; padding-right: 0; }
.bs5-home .legacy-html-block .card { border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow-sm); }

.bs5-home .split-callout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; align-items: center; }
.bs5-home .split-image { width: 100%;object-fit: cover; border-radius: 16px; border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow-md); }
.bs5-home .media-match-row { align-items: stretch !important; }
.bs5-home .media-match-row > [class*="col-"] { display: flex; }
.bs5-home .media-match-row .text-card,
.bs5-home .media-match-row .glass-card,
.bs5-home .media-match-row .split-image {
  width: 100%;
  height: 100%;
}
.bs5-home .media-match-row .split-image {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  max-height: none;
}
.bs5-home .media-match-row .split-image picture,
.bs5-home .media-match-row .split-image img {
  width: 100%;
  height: 100%;
}
.bs5-home .media-match-row .split-image picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs5-home .media-match-row .split-image img {
  display: block;
  object-fit: cover;
}
.bs5-home .media-match-row .split-image img[alt="ladyboy dating app"] {
  width: auto;
  max-width: min(100%, 320px);
  max-height: 78%;
  margin: auto;
  object-fit: contain;
  object-position: center center;
}
.bs5-home .media-match-row .split-image img[alt="stay connected"] {
  width: auto;
  max-width: min(100%, 420px);
  max-height: 88%;
  margin: auto;
  object-fit: contain;
  object-position: center center;
}

.bs5-home .how-works-luxe .steps-grid.clear-style { background: transparent; }
.bs5-home .steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.bs5-home .step-card {
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.76));
  border: 1px solid rgba(255,255,255,.98);
  box-shadow: var(--shadow-sm);
}
.bs5-home .step-card span { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; font-weight: 900; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.bs5-home .step-card h3 { font-size: 1.02rem; margin: 10px 0 6px; font-weight: 800; letter-spacing: -.01em; }
.bs5-home .step-card p { margin: 0; font-size: .9rem; }

.bs5-home .story-mosaic .long-copy h2,
.bs5-home .story-mosaic .glass-card h2 { font-size: 1.8rem; letter-spacing: -.03em; }
.bs5-home .long-copy ul { padding-left: 0; list-style: none; }

.bs5-home .media-collage {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}
.bs5-home .media-collage img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.95);
}

.bs5-home .content-image {
  height: 170px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.92);
}

.bs5-home .modern-list { display: grid; gap: 8px; }
.bs5-home .modern-list li { position: relative; padding-left: 18px; }
.bs5-home .modern-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); position: absolute; left: 0; top: .55em; }
.bs5-home .modern-list.light li { color: rgba(255,255,255,.92); }
.bs5-home .modern-list.light li::before { background: #ffd3dc; }

.bs5-home .center-cta { text-align: center; }
.bs5-home .hero-band {
  background: linear-gradient(130deg, rgba(32,39,64,.95), rgba(73,31,54,.9));
  color: #fff;
}
.bs5-home .hero-band p,
.bs5-home .hero-band li { color: rgba(255,255,255,.9); }

.bs5-home .country-panel {
  border-radius: 22px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(120deg, #2c3046 0%, #622c49 55%, #ef405e 100%);
  box-shadow: 0 24px 56px rgba(47,30,54,.35);
}
.bs5-home .country-panel p { color: rgba(255,255,255,.9); }
.bs5-home .country-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.bs5-home .country-pills a {
  text-decoration: none;
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  font-size: .84rem;
  font-weight: 700;
}
.bs5-home .country-pills a:hover { background: rgba(255,255,255,.3); }

.bs5-home .trust-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(255, 170, 190, 0.22), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 214, 223, 0.34), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.68));
  border: 1px solid rgba(255,255,255,0.88);
  box-shadow: 0 28px 60px rgba(219, 51, 63, .12);
}
.bs5-home .trust-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,0));
  pointer-events: none;
}
.bs5-home .trust-copy,
.bs5-home .trust-stats { position: relative; z-index: 1; }
.bs5-home .trust-panel p { color: var(--muted); max-width: 58ch; }
.bs5-home .trust-panel .modern-list li { color: var(--ink); }
.bs5-home .trust-panel .modern-list li::before { background: var(--brand); }
.bs5-home .trust-stats {
  display: grid;
  gap: 14px;
}
.bs5-home .trust-stat-card {
  border-radius: 22px;
  padding: 20px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,247,249,.66));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 18px 34px rgba(219, 51, 63, .08);
}
.bs5-home .trust-stats strong {
  display: block;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--brand);
}
.bs5-home .trust-stats span {
  display: block;
  margin-top: 6px;
  font-size: .92rem;
  color: var(--muted);
  font-weight: 700;
}

.bs5-home .faq-panel { border-radius: 22px; }
.bs5-home .faq-accordion .accordion-item {
  border: 0;
  background: rgba(255,255,255,.8);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bs5-home .faq-accordion .accordion-button {
  font-weight: 700;
  color: var(--ink);
  background: rgba(255,255,255,.9);
  box-shadow: none;
}
.bs5-home .faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}
.bs5-home .faq-accordion .accordion-body {
  color: var(--muted);
  line-height: 1.7;
}

.bs5-home .success-block { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; align-items: center; }
.bs5-home .success-image { width: 100%; border-radius: 16px; border: 1px solid rgba(255,255,255,.92); box-shadow: var(--shadow-md); }

.bs5-home .footer-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
}
.bs5-home .footer-wrap > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.bs5-home .footer-wrap a { text-decoration: none; }
.bs5-home .glass-footer {
  width: 100%;
  border-radius: 0;
  padding: 34px 0;
}
.bs5-home .glass-footer > .row {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.bs5-home .footer-brand { font-size: 1.24rem; font-weight: 900; letter-spacing: -.03em; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.bs5-home .brand-mark {
  width: 40px; height: 40px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(239,64,94,.16), rgba(255,255,255,.92)); border: 1px solid rgba(255,255,255,.95); color: var(--brand);
}
.bs5-home .footer-brand-icon {
  width: 26px;
  height: 26px;
  display: block;
}
.bs5-home .footer-copy,
.bs5-home .footer-links a { color: var(--muted); }
.bs5-home .footer-links { display: grid; gap: 8px; }
.bs5-home .footer-links a:hover { color: var(--brand); }
.bs5-home .social-row { display: flex; gap: 9px; flex-wrap: wrap; }
.bs5-home .social-btn { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); border: 1px solid rgba(255,255,255,.95); background: rgba(255,255,255,.82); text-decoration: none; }
.bs5-home .social-btn .bs-icon,
.footer-wrap .social-btn .bs-icon { width: 1rem; height: 1rem; }

.bs5-home #info_message,
.bs5-home #error_message {
  position: fixed;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1085;
  min-width: min(560px, calc(100vw - 32px));
  max-width: min(680px, calc(100vw - 32px));
  padding: 16px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.92);
  box-shadow: 0 18px 44px rgba(20, 27, 43, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.bs5-home #info_message {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,255,251,0.94));
  color: #21664d;
}

.bs5-home #error_message {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,245,247,0.94));
  color: #b3324e;
}

@media (max-width: 767.98px) {
  .bs5-home #info_message,
  .bs5-home #error_message {
    top: 88px;
    min-width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.94rem;
  }
}

@keyframes heroCtaShine {
  0%, 68%, 100% { left: -38%; opacity: 0; }
  8% { opacity: .95; }
  22% { left: 118%; opacity: 0; }
}

@media (max-width: 1199.98px) {
  .bs5-home .display-title { font-size: clamp(2rem, 4.4vw, 3.5rem); }
  .bs5-home .hero-image-stage,
  .bs5-home .hero-image-card { min-height: 440px; }
}

@media (max-width: 991.98px) {
  .bs5-home .hero-grid,
  .bs5-home .split-callout,
  .bs5-home .success-block,
  .bs5-home .trust-panel { grid-template-columns: 1fr; }
  .bs5-home .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bs5-home .hero-image-stage,
  .bs5-home .hero-image-card { min-height: 400px; }
  .bs5-home .hero-copy { min-height: 0; }
  .bs5-home .media-match-row > [class*="col-"] { display: block; }
  .bs5-home .media-match-row .split-image { height: auto; }
  .bs5-home .media-match-row .split-image picture,
  .bs5-home .media-match-row .split-image img { height: auto; }
  .story-feature-card { min-height: 0; grid-template-columns: 220px minmax(0, 1fr); }
  .story-feature-media { margin: 16px 0 16px 16px; border-radius: 24px 18px 18px 24px; }
}

@media (max-width: 767.98px) {
  .bs5-home .hero { padding-top: 28px; }
  .bs5-home .hero-panel { padding: 20px; }
  .bs5-home .display-title { font-size: clamp(2rem, 8vw, 2.8rem); }
  .bs5-home .overlay-copy { max-width: 100%; }
  .bs5-home .glass-float-chip { position: static; display: inline-flex; margin: 0 6px 6px 0; }
  .bs5-home .chip-top-left,
  .bs5-home .chip-top-right,
  .bs5-home .chip-bottom-left { top: auto; left: auto; right: auto; bottom: auto; }
  .bs5-home .steps-grid { grid-template-columns: 1fr; }
  .bs5-home .profile-photo { height: 220px; }
  .bs5-home .media-collage img { height: 94px; }
  .bs5-home .hero-checklist li { padding: 12px 14px 12px 42px; font-size: .95rem; }
  .bs5-home .lang-pill a { padding: 9px 14px; font-size: .84rem; }
  .story-feature-card { min-height: 0; border-radius: 26px; grid-template-columns: 1fr; }
  .story-feature-media { height: 180px; min-height: 0; margin: 14px 14px 0; border-radius: 22px; }
  .story-feature-body { padding: 20px; }
  .story-feature-card h3,
  .story-feature-quote { max-width: none; }
}






    .topbar-wrap {
      position: sticky;
      top: 0;
      z-index: 1030;
      padding-top: 16px;
    }

    .glass-navbar {
      border-radius: 24px;
      padding: 14px 18px;
      background: linear-gradient(180deg, rgba(219, 51, 63, 0.96), rgba(193, 39, 50, 0.93));
      border: 1px solid rgba(255,255,255,0.16);
      box-shadow: 0 16px 40px rgba(219, 51, 63, 0.28), inset 0 1px 0 rgba(255,255,255,0.16);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .navbar-brand {
      color: #fff !important;
      font-weight: 900;
      letter-spacing: -0.04em;
      font-size: 1.35rem;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, rgba(255,255,255,0.26), rgba(255,255,255,0.08));
      border: 1px solid rgba(255,255,255,0.18);
      color: white;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.24);
    }

    .navbar .nav-link {
      color: rgba(255,255,255,0.82) !important;
      font-weight: 600;
      padding: .8rem 1rem !important;
      border-radius: 14px;
      transition: all .25s ease;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link.active {
      color: #fff !important;
      background: rgba(255,255,255,0.10);
    }

    .btn-brand,
    .btn-soft-light,
    .btn-ghost-light,
    .btn-soft,
    .btn-tag {
      border-radius: 16px;
      font-weight: 700;
      transition: all .25s ease;
    }

    .btn-brand {
      padding: .95rem 1.3rem;
      background: linear-gradient(135deg, var(--brand) 0%, #ff5d6d 100%);
      color: #fff;
      border: 0;
      box-shadow: 0 16px 32px rgba(219, 51, 63, 0.22);
    }

    .btn-brand:hover {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 20px 38px rgba(219, 51, 63, 0.28);
    }

    .btn-soft-light {
      padding: .95rem 1.3rem;
      color: var(--text-1);
      background: rgba(255,255,255,0.74);
      border: 1px solid rgba(255,255,255,0.92);
      box-shadow: var(--shadow-sm);
    }

    .btn-soft-light:hover {
      transform: translateY(-2px);
      background: rgba(255,255,255,0.92);
    }

    .btn-ghost-light {
      padding: .95rem 1.3rem;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.18);
      color: #fff;
    }

    .btn-ghost-light:hover {
      color: #fff;
      background: rgba(255,255,255,0.18);
    }

    .btn-soft {
      padding: .9rem 1rem;
      color: var(--text-1);
      background: rgba(255,255,255,0.74);
      border: 1px solid rgba(255,255,255,0.94);
      box-shadow: var(--shadow-sm);
    }

    .btn-soft:hover {
      transform: translateY(-2px);
      background: rgba(255,255,255,0.92);
    }

    .btn-tag {
      padding: .8rem 1rem;
      background: rgba(255,255,255,0.76);
      border: 1px solid rgba(255,255,255,0.94);
      color: var(--text-2);
      box-shadow: var(--shadow-sm);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .btn-tag:hover { color: var(--brand); transform: translateY(-2px); }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.66);
      border: 1px solid rgba(255,255,255,0.95);
      box-shadow: var(--shadow-sm);
      font-size: .88rem;
      font-weight: 700;
      color: var(--brand);
      letter-spacing: .02em;
      backdrop-filter: var(--blur);
      -webkit-backdrop-filter: var(--blur);
    }

    .section-space { padding: 88px 0; }

    .section-heading h2,
    .split-copy h2,
    .cta-title,
    .faq-title,
    .display-title {
      letter-spacing: -.05em;
      font-weight: 900;
      line-height: .98;
      color: var(--text-1);
    }

    .display-title {
      font-size: clamp(2.7rem, 5vw, 5rem);
      margin-bottom: 1rem;
    }

    .section-heading h2,
    .split-copy h2,
    .cta-title,
    .faq-title {
      font-size: clamp(2rem, 4vw, 3.4rem);
      margin-bottom: 1rem;
    }

    .gradient-text {
      background: linear-gradient(135deg, #db333f 0%, #ff7681 48%, #f09cb7 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .section-heading p,
    .lead-copy,
    .split-copy p,
    .cta-copy,
    .faq-sub {
      color: var(--text-2);
      line-height: 1.9;
      font-size: 1.02rem;
    }


    .glass-panel {
      border-radius: 34px;
      padding: 18px;
      position: relative;
      overflow: hidden;
    }

    .glass-panel::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top right, rgba(255, 182, 194, 0.28), transparent 26%),
        radial-gradient(circle at left bottom, rgba(255, 218, 224, 0.34), transparent 34%);
      pointer-events: none;
    }

 
    .glass-badge,
    .glass-pill {
      border-radius: 18px;
      padding: 14px 16px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      color: var(--text-2);
      box-shadow: var(--shadow-sm);
    }

    .glass-badge i,
    .glass-pill i { color: var(--brand); }

    .promo-row {
      margin-top: -18px;
      position: relative;
      z-index: 2;
    }

    .promo-card {
      border-radius: 28px;
      padding: 24px;
      height: 100%;
      position: relative;
      overflow: hidden;
    }

    .promo-card::before {
      content: '';
      position: absolute;
      top: -60px;
      right: -60px;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 184, 196, 0.28), transparent 70%);
    }

    .promo-icon {
      width: 66px;
      height: 66px;
      border-radius: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      color: #fff;
      background: linear-gradient(135deg, var(--brand), #ff6c78);
      box-shadow: 0 14px 26px rgba(219, 51, 63, 0.22);
      margin-bottom: 18px;
    }

    .promo-card h3 {
      font-size: 1.15rem;
      font-weight: 900;
      letter-spacing: -.03em;
      margin-bottom: .6rem;
    }

    .promo-card p {
      color: var(--text-2);
      line-height: 1.75;
      margin-bottom: 0;
    }

    .languages-wrap { padding-top: 22px; }

    .glass-language {
      border-radius: 24px;
      padding: 18px;
    }

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

    .section-heading { margin-bottom: 2.8rem; }

    .glass-card,
    .glass-feature,
    .glass-story,
    .glass-cta,
    .glass-footer,
    .glass-faq,
    .glass-step,
    .glass-country,
    .text-card,
    .glass-rating {
      border-radius: 28px;
      padding: 28px;
      height: 100%;
      position: relative;
      overflow: hidden;
    }

    .glass-card h3,
    .glass-feature h3,
    .glass-story h3,
    .text-card h3,
    .glass-step h3,
    .glass-country h3,
    .glass-faq h3 {
      font-size: 1.2rem;
      font-weight: 900;
      letter-spacing: -.03em;
      margin-bottom: .7rem;
    }

    .glass-card p,
    .glass-feature p,
    .glass-story p,
    .text-card p,
    .glass-step p,
    .glass-country p,
    .glass-rating p,
    .glass-faq p {
      color: var(--text-2);
      line-height: 1.85;
      margin-bottom: 0;
    }

    .soft-icon {
      width: 52px;
      height: 52px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      color: var(--brand);
      background: linear-gradient(135deg, rgba(219,51,63,0.12), rgba(255,255,255,0.92));
      border: 1px solid rgba(255,255,255,0.94);
      flex-shrink: 0;
      box-shadow: var(--shadow-sm);
    }

    .center-cta {
      text-align: center;
      margin-top: 2rem;
    }

    .split-image {
      border-radius: 30px;
      overflow: hidden;
      box-shadow: var(--shadow-xl);
      background: #fff;
    }

    .split-image img {
      width: 100%;
      display: block;
      object-fit: cover;
    }

    .split-copy {
      padding-left: 12px;
    }

    .feature-list,
    .heart-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
      display: grid;
      gap: 12px;
    }

    .feature-list li,
    .heart-list li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      color: var(--text-2);
      line-height: 1.8;
      font-weight: 600;
    }

    .feature-list .bs-icon { color: var(--brand); margin-top: 3px; }
    .heart-list .bs-icon { color: var(--brand); margin-top: 3px; }

    .steps-grid,
    .faq-grid,
    .story-grid,
    .country-grid {
      display: grid;
      gap: 18px;
    }

    .steps-grid { grid-template-columns: repeat(4, 1fr); }
    .faq-grid { grid-template-columns: repeat(2, 1fr); }
    .story-grid { grid-template-columns: repeat(2, 1fr); }
    .country-grid { grid-template-columns: repeat(4, 1fr); }

    .step-number {
      width: 62px;
      height: 62px;
      border-radius: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      font-weight: 900;
      color: #fff;
      background: linear-gradient(135deg, var(--brand), #ff6d79);
      box-shadow: 0 14px 26px rgba(219, 51, 63, 0.22);
      margin-bottom: 18px;
    }

    .story-grid-featured {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
    }

    .story-feature-card {
      position: relative;
      overflow: hidden;
      min-height: 0;
      border-radius: 34px;
      display: grid;
      grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
      align-items: stretch;
      background:
        radial-gradient(circle at top right, rgba(255, 176, 194, 0.22), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,250,251,.72));
      border: 1px solid rgba(255,255,255,.96);
      box-shadow: 0 24px 52px rgba(219, 51, 63, 0.12);
      isolation: isolate;
    }

    .story-feature-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
      z-index: 1;
      pointer-events: none;
    }

    .story-feature-card-alt::before,
    .story-feature-card::before {
      content: "";
      position: absolute;
      inset: auto -10% -18% auto;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 113, 145, .34), rgba(255, 113, 145, 0));
      filter: blur(12px);
      z-index: 1;
      pointer-events: none;
    }

    .story-feature-media,
    .story-feature-body { position: relative; z-index: 2; }

    .story-feature-media {
      position: relative;
      inset: auto;
      height: auto;
      min-height: 100%;
      margin: 18px 0 18px 18px;
      border-radius: 26px 22px 22px 26px;
      overflow: hidden;
      box-shadow: 0 18px 40px rgba(20,27,43,.12);
    }

    .story-feature-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      display: block;
    }

    .story-feature-badge {
      position: absolute;
      top: 16px;
      left: 16px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.84);
      border: 1px solid rgba(255,255,255,.94);
      color: var(--brand);
      font-size: .78rem;
      font-weight: 800;
      box-shadow: 0 14px 30px rgba(20,27,43,.12);
    }

    .story-feature-body {
      padding: 24px 26px 24px 22px;
      color: var(--ink);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .story-feature-kicker {
      font-size: .8rem;
      text-transform: uppercase;
      letter-spacing: .12em;
      font-weight: 800;
      color: var(--brand);
      margin-bottom: 8px;
    }

    .story-feature-card h3 {
      font-size: clamp(1.28rem, 1.65vw, 1.65rem);
      line-height: 1.12;
      letter-spacing: -.04em;
      font-weight: 900;
      margin-bottom: 10px;
      color: var(--ink);
      max-width: 14ch;
    }

    .story-feature-quote {
      margin: 0;
      font-size: .95rem;
      line-height: 1.72;
      color: var(--muted);
      max-width: 34ch;
    }

    .story-feature-footer {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .story-feature-pill {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(239,64,94,.08);
      border: 1px solid rgba(239,64,94,.14);
      color: var(--ink);
      font-size: .78rem;
      font-weight: 700;
    }

    .rating-score {
      font-size: 3rem;
      font-weight: 900;
      letter-spacing: -.06em;
      color: var(--brand);
      line-height: 1;
      margin-bottom: 12px;
    }

    .faq-item {
      border-radius: 24px;
      padding: 22px;
      height: 100%;
    }

    .cta-panel {
      background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(255,250,251,0.72));
    }

    .country-grid .btn-tag { justify-content: center; }

    .mobile-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
      display: grid;
      gap: 12px;
    }

    .mobile-list li {
      position: relative;
      padding: 13px 16px 13px 48px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.42));
      border: 1px solid rgba(255,255,255,.8);
      color: #6f7892;
      line-height: 1.55;
      font-weight: 600;
      box-shadow: 0 12px 24px rgba(20, 27, 43, 0.05);
    }

    .mobile-list li::before {
      content: "";
      position: absolute;
      left: 16px;
      top: 50%;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      transform: translateY(-50%);
      background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.95) 0 22%, transparent 23%),
        linear-gradient(135deg, var(--brand), var(--brand-2));
      box-shadow: 0 8px 14px rgba(239,64,94,.18);
    }

    .footer-wrap { padding-bottom: 28px; }

    .footer-brand {
      font-size: 1.3rem;
      font-weight: 900;
      letter-spacing: -.04em;
      color: var(--text-1);
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }

    .footer-brand .brand-mark {
      background: linear-gradient(135deg, rgba(219,51,63,0.14), rgba(255,255,255,0.9));
      color: var(--brand);
      border-color: rgba(255,255,255,0.95);
    }

    .footer-copy {
      color: var(--text-2);
      line-height: 1.85;
      max-width: 420px;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: var(--text-2);
      font-weight: 600;
      transition: color 0.2s ease;
    }

    .footer-links a:hover { color: var(--brand); }

    .social-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .social-btn {
      width: 46px;
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      background: rgba(255,255,255,0.68);
      border: 1px solid rgba(255,255,255,0.96);
      box-shadow: var(--shadow-sm);
      color: var(--text-1);
      font-size: 1rem;
    }

    .social-btn:hover { color: var(--brand); transform: translateY(-2px); }

    .navbar-toggler {
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: none !important;
    }

    .navbar-toggler-icon { filter: brightness(0) invert(1); }

    @media (max-width: 1399.98px) {
      .steps-grid { grid-template-columns: repeat(2, 1fr); }
      .country-grid { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 1199.98px) {
      .country-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 991.98px) {
      .section-space { padding: 70px 0; }
      .split-copy { padding-left: 0; }
      .faq-grid,
      .story-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 767.98px) {
      .topbar-wrap { padding-top: 12px; }
      .glass-panel { padding: 12px; border-radius: 26px; }
      .hero-card,
      .glass-card,
      .glass-feature,
      .glass-story,
      .glass-cta,
      .glass-footer,
      .glass-faq,
      .glass-step,
      .glass-country,
      .text-card,
      .glass-rating,
      .promo-card { padding: 22px; }
      .glass-footer {
        padding: 26px 0;
      }
      .glass-footer > .row {
        padding-left: 18px;
        padding-right: 18px;
      }
      .steps-grid,
      .country-grid { grid-template-columns: 1fr; }
    }
.mtc-interests-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 1.1rem !important;
}

.mtc-interests-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 168, 190, 0.16), transparent 32%),
    radial-gradient(circle at bottom left, rgba(198, 234, 224, 0.16), transparent 28%);
  pointer-events: none;
}

.mtc-interests-card > * {
  position: relative;
  z-index: 1;
}

.mtc-interests-card__head {
  display: grid;
  gap: .4rem;
}

.mtc-interests-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: .42rem .78rem;
  border-radius: 999px;
  background: rgba(255, 97, 140, .1);
  color: var(--brand);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mtc-interests-card__title {
  color: #2d3555;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.02em;
}

.mtc-interests-card__empty {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.9);
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,250,252,.62));
  color: var(--muted);
}

.mtc-interests-card__empty-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(239,64,94,.16), rgba(255,255,255,.92));
  color: var(--brand);
  box-shadow: 0 10px 22px rgba(239,64,94,.1);
  flex: 0 0 auto;
}

.mtc-interest-badges {
  gap: .65rem !important;
}

.mtc-interest-badges .badge.badge-soft,
.mtc-interest-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .72rem .98rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.92);
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,249,251,.72));
  color: #58627f;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(20, 27, 43, .05);
}

.mtc-interest-badges .badge.badge-soft i,
.mtc-interest-badge i {
  font-size: 1.02rem;
  opacity: .98;
}

.mtc-interest-badges .badge.badge-soft.is-pink i{color:rgba(237,20,124,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-purple i{color:rgba(131,87,255,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-teal i{color:rgba(56,189,248,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-green i{color:rgba(53,208,127,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-amber i{color:rgba(245,158,11,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-blue i{color:rgba(59,130,246,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-slate i{color:rgba(148,163,184,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-red i{color:rgba(239,68,68,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-indigo i{color:rgba(99,102,241,.95)!important;}
.mtc-interest-badges .badge.badge-soft.is-cyan i{color:rgba(34,211,238,.95)!important;}

.profile-interest-modal .modal-dialog {
  max-width: 920px;
}

.profile-interest-modal .modal-content {
  border-radius: 32px;
  overflow: hidden;
}

.profile-interest-modal .modal-header,
.profile-interest-modal .modal-footer {
  border: 0;
}

.profile-interest-modal__headline {
  display: grid;
  gap: .65rem;
}

.profile-interest-modal__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: .45rem .84rem;
  border-radius: 999px;
  background: rgba(255, 97, 140, .1);
  color: var(--brand);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.profile-interest-modal__title {
  color: #2d3555;
  font-size: clamp(2rem, 2.7vw, 3rem);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .96;
}

.profile-interest-modal__copy {
  max-width: 48rem;
  color: #7783a8;
  font-size: 1rem;
  line-height: 1.75;
}

.profile-interest-modal__close {
  opacity: 1;
  box-shadow: none;
  filter: none;
}

.profile-interest-modal__picker {
  border-radius: 28px;
  border: 1px solid rgba(233, 239, 250, .98);
  background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(249,250,255,.62));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
  padding: 1.25rem;
}

.profile-interest-modal__picker-head {
  margin-bottom: 1rem;
  color: #6f7b9d;
  font-size: .95rem;
  font-weight: 800;
}

#interestmodal .modal-body {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
}

#interestmodal #all-interests {
  display: block !important;
}

#interestmodal #all-interests .int-list,
#interestmodal .int-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .8rem !important;
  list-style: none;
  max-height: 50vh;
  overflow: auto;
  padding: 0;
  margin: 0;
}

#interestmodal #all-interests .int-list li,
#interestmodal .int-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

#interestmodal #all-interests .int-list li * {
  visibility: visible !important;
  opacity: 1 !important;
}

#interestmodal .label-interest {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: .88rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(229, 235, 248, .96);
  background: rgba(255,255,255,.9);
  color: #3c4767;
  cursor: pointer;
  user-select: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#interestmodal .label-interest:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(255, 105, 145, .12);
  border-color: rgba(255, 105, 145, .22);
}

#interestmodal .label-interest i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff678f, #ef405e);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 12px 24px rgba(239,64,94,.18);
  flex: 0 0 auto;
  opacity: 1;
}

#interestmodal .label-interest.is-pink i { background: linear-gradient(135deg, #ff5d9b, #ff3f8c); }
#interestmodal .label-interest.is-purple i { background: linear-gradient(135deg, #8a63ff, #6d45ff); }
#interestmodal .label-interest.is-teal i { background: linear-gradient(135deg, #41c7ff, #22b8cf); }
#interestmodal .label-interest.is-green i { background: linear-gradient(135deg, #46db8a, #20b466); }
#interestmodal .label-interest.is-amber i { background: linear-gradient(135deg, #ffbf47, #f59e0b); }
#interestmodal .label-interest.is-blue i { background: linear-gradient(135deg, #5eb6ff, #3b82f6); }
#interestmodal .label-interest.is-slate i { background: linear-gradient(135deg, #a6b0c6, #7f8ba8); }
#interestmodal .label-interest.is-red i { background: linear-gradient(135deg, #ff7a7a, #ef4444); }
#interestmodal .label-interest.is-indigo i { background: linear-gradient(135deg, #8d8cff, #6366f1); }
#interestmodal .label-interest.is-cyan i { background: linear-gradient(135deg, #52e0ff, #22d3ee); }

#interestmodal .label-interest .lilb {
  flex: 1 1 auto;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.35;
}

#interestmodal .label-interest .liad {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid rgba(141, 153, 184, .42);
  background: rgba(255,255,255,.9);
  flex: 0 0 auto;
}

#interestmodal .label-active {
  background: linear-gradient(135deg, rgba(255, 98, 140, .12), rgba(255,255,255,.94)) !important;
  border-color: rgba(255, 98, 140, .3) !important;
  color: #2f3959 !important;
}

#interestmodal .label-active .liad {
  border-color: rgba(255, 98, 140, .55);
  background: linear-gradient(135deg, #ff678f, #ef405e);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.9);
}

#interestmodal .label-inactive {
  opacity: 1;
}

.profile-interest-modal__footnote {
  color: #7b87aa;
  font-size: .92rem;
}

.profile-interest-modal__done {
  min-width: 120px;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .mtc-interests-card {
    padding: .95rem !important;
  }

  .profile-interest-modal__title {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  }

  #interestmodal #all-interests .int-list,
  #interestmodal .int-list {
    grid-template-columns: 1fr;
    max-height: 46vh;
  }

  .profile-interest-modal .modal-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .profile-interest-modal__done {
    width: 100%;
  }
}
  .mtc-pfcard .mtc-savehint { font-size: 12px; color: rgba(255,255,255,.65); }
  .mtc-pfcard.is-saved .mtc-savehint { color: rgba(25,135,84,.9); }
  .mtc-pfcard.is-error .mtc-savehint { color: rgba(233,30,99,.9); }

body.amod_pages .wrapper.homepage {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(255, 97, 145, .18), transparent 62%),
    radial-gradient(900px 420px at 10% 10%, rgba(255, 214, 224, .85), transparent 58%),
    radial-gradient(900px 420px at 90% 16%, rgba(214, 244, 233, .72), transparent 54%),
    linear-gradient(180deg, #fffafb 0%, #fff7fa 40%, #fffefe 100%);
}

body.amod_pages .wrapper.homepage .section_1,
body.amod_pages .wrapper.homepage .section_2,
body.amod_pages .wrapper.homepage .section_3,
body.amod_pages .wrapper.homepage .section_4 {
  position: relative;
}

body.amod_pages .wrapper.homepage .background_overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.amod_pages .wrapper.homepage .bg_shape {
  position: absolute;
  left: 0;
  right: 0;
  height: 88px;
  line-height: 0;
  pointer-events: none;
  opacity: .9;
}

body.amod_pages .wrapper.homepage .bg_shape svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.amod_pages .wrapper.homepage .shape_fill {
  fill: rgba(255,255,255,.92);
}

body.amod_pages .wrapper.homepage .bg_shape_bottom {
  bottom: -1px;
}

body.amod_pages .wrapper.homepage .bg_shape_top {
  top: -1px;
  transform: rotate(180deg);
}

body.amod_pages .wrapper.homepage .wrapper_block,
body.amod_pages .wrapper.homepage .wrapper_block_sm {
  position: relative;
  z-index: 1;
}

body.amod_pages .wrapper.homepage .container-fluid {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0;
}

body.amod_pages .wrapper.homepage .section_1 {
  padding: clamp(5rem, 11vw, 8rem) 0 clamp(7rem, 14vw, 10rem);
  text-align: center;
  color: #26314a;
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,0)),
    url('https://dysjnzwdyx1h8.cloudfront.net/assets/images/profiles_h_bgr-1.webp') center 28% / cover no-repeat;
}

body.amod_pages .wrapper.homepage .section_1 .background_overlay {
  background:
    linear-gradient(180deg, rgba(255, 247, 250, .82), rgba(255, 242, 247, .52)),
    radial-gradient(circle at center, rgba(255,255,255,.08), rgba(255,255,255,.75));
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

body.amod_pages .wrapper.homepage .section_1 .wrapper_block {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,248,251,.62)),
    linear-gradient(135deg, rgba(255,255,255,.52), rgba(255,238,245,.36));
  border: 1px solid rgba(255,255,255,.72);
  box-shadow:
    0 26px 62px rgba(255, 120, 154, .12),
    inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.amod_pages .wrapper.homepage .section_1 h1 {
  margin: 0;
  color: #26314a;
  font-size: clamp(2.6rem, 6vw, 4.9rem);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.07em;
}

body.amod_pages .wrapper.homepage .separator {
  width: 112px;
  height: 6px;
  margin: 1.2rem auto 1.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5e84, #ff8f7c);
  box-shadow: 0 12px 24px rgba(255, 94, 132, .24);
}

body.amod_pages .wrapper.homepage .section_1 p,
body.amod_pages .wrapper.homepage .section_1 P {
  margin: 0;
  color: #647392;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.8;
  font-weight: 600;
}

body.amod_pages .wrapper.homepage .section_2 {
  margin-top: clamp(-4rem, -6vw, -5.5rem);
  padding: 0 0 5rem;
}

body.amod_pages .wrapper.homepage .card_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.amod_pages .wrapper.homepage .card_custom {
  min-width: 0;
}

body.amod_pages .wrapper.homepage .card_body {
  height: 100%;
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,248,251,.68)),
    linear-gradient(135deg, rgba(255,255,255,.62), rgba(252,240,245,.42));
  border: 1px solid rgba(255,255,255,.78);
  box-shadow:
    0 18px 42px rgba(59, 71, 98, .08),
    inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.amod_pages .wrapper.homepage .card_body:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 48px rgba(255, 113, 150, .12),
    inset 0 1px 0 rgba(255,255,255,.96);
}

body.amod_pages .wrapper.homepage .card_body_facebook {
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(246,248,255,.72)),
    linear-gradient(135deg, rgba(59,89,152,.12), rgba(255,255,255,.1));
}

body.amod_pages .wrapper.homepage .card_body_instagram {
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,246,250,.72)),
    linear-gradient(135deg, rgba(225,48,108,.14), rgba(245,96,64,.1));
}

body.amod_pages .wrapper.homepage .card_body_pinterest {
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,247,247,.74)),
    linear-gradient(135deg, rgba(230,0,35,.14), rgba(255,255,255,.1));
}

body.amod_pages .wrapper.homepage .box_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.amod_pages .wrapper.homepage .section_2 .box_icon a,
body.amod_pages .wrapper.homepage .section_3 .box_icon {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow:
    0 14px 32px rgba(74, 86, 118, .08),
    inset 0 1px 0 rgba(255,255,255,.94);
}

body.amod_pages .wrapper.homepage .section_2 .box_icon svg,
body.amod_pages .wrapper.homepage .section_3 .box_icon svg {
  width: 34px;
  height: 34px;
}

body.amod_pages .wrapper.homepage .card_body_facebook .box_icon a { color: #3b5998; }
body.amod_pages .wrapper.homepage .card_body_instagram .box_icon a { color: #e1306c; }
body.amod_pages .wrapper.homepage .card_body_pinterest .box_icon a { color: #e60023; }

body.amod_pages .wrapper.homepage .box_content h3 {
  margin: 0 0 .55rem;
  color: #2c3655;
  font-size: 1.38rem;
  font-weight: 900;
  text-align: center;
}

body.amod_pages .wrapper.homepage .box_content p,
body.amod_pages .wrapper.homepage .box_content .social {
  margin: 0;
  color: #6f7e9f;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

body.amod_pages .wrapper.homepage .section_3 {
  padding: 0 0 6rem;
}

body.amod_pages .wrapper.homepage .section_3 .wrapper_block {
  padding: 2rem clamp(1.2rem, 3vw, 2rem);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,249,252,.72)),
    linear-gradient(135deg, rgba(255,255,255,.62), rgba(255,237,244,.34));
  border: 1px solid rgba(255,255,255,.78);
  box-shadow:
    0 24px 58px rgba(255, 115, 150, .10),
    inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.amod_pages .wrapper.homepage .section_3 .wrapper_block_sm {
  max-width: 980px;
  margin: 0 auto 2rem;
}

body.amod_pages .wrapper.homepage .section_3 h2 {
  margin: 0 0 1rem;
  color: #24304a;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.05em;
  text-align: center;
}

body.amod_pages .wrapper.homepage .section_3 h2 span {
  display: inline-block;
  color: #ff5a82;
}

body.amod_pages .wrapper.homepage .section_3 h3 {
  margin: 2rem 0 .85rem;
  color: #2d3859;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.04em;
  text-align: center;
}

body.amod_pages .wrapper.homepage .section_3 p {
  margin: 0 0 1.15rem;
  color: #687797;
  font-size: 1.02rem;
  line-height: 1.88;
}

body.amod_pages .wrapper.homepage .section_3 a,
body.amod_pages .wrapper.homepage .section_2 a {
  color: #ff5077;
  text-decoration: none;
  font-weight: 700;
}

body.amod_pages .wrapper.homepage .section_3 a:hover,
body.amod_pages .wrapper.homepage .section_2 a:hover {
  color: #ea3c67;
  text-decoration: underline;
}

body.amod_pages .wrapper.homepage .block_button_link {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

body.amod_pages .wrapper.homepage .button_link {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 0 1.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4f72 0%, #ff667e 52%, #ff8579 100%);
  box-shadow:
    0 20px 38px rgba(255, 97, 138, .22),
    inset 0 1px 0 rgba(255,255,255,.34);
  color: #fff !important;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -.02em;
  text-decoration: none !important;
}

body.amod_pages .wrapper.homepage .button_link svg {
  width: 18px;
  height: 18px;
}

body.amod_pages .wrapper.homepage .section_4 {
  padding: 5.5rem 0 6rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,0)),
    url('https://dysjnzwdyx1h8.cloudfront.net/assets/images/Hearts-MyLadyboyCupid.webp') center center / cover no-repeat;
}

body.amod_pages .wrapper.homepage .section_4 .background_overlay {
  background:
    linear-gradient(180deg, rgba(255, 244, 248, .72), rgba(255, 247, 250, .84)),
    radial-gradient(circle at center, rgba(255,255,255,.08), rgba(255,255,255,.42));
}

body.amod_pages .wrapper.homepage .wrapper_video {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.78);
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,250,252,.68)),
    linear-gradient(135deg, rgba(255,255,255,.52), rgba(255,238,245,.28));
  box-shadow:
    0 28px 64px rgba(255, 106, 145, .14),
    inset 0 1px 0 rgba(255,255,255,.94);
  padding: .9rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.amod_pages .wrapper.homepage .wrapper_video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

body.amod_pages .wrapper.homepage .video_iframe {
  position: absolute;
  inset: .9rem;
  width: calc(100% - 1.8rem);
  height: calc(100% - 1.8rem);
  border: 0;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  body.amod_pages .wrapper.homepage .card_row {
    grid-template-columns: 1fr;
  }

  body.amod_pages .wrapper.homepage .section_3 .row > [class*="col-"] + [class*="col-"] {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  body.amod_pages .wrapper.homepage .container-fluid {
    width: min(100%, calc(100% - 1rem));
  }

  body.amod_pages .wrapper.homepage .section_1 {
    padding: 4rem 0 6rem;
  }

  body.amod_pages .wrapper.homepage .section_1 .wrapper_block,
  body.amod_pages .wrapper.homepage .section_3 .wrapper_block,
  body.amod_pages .wrapper.homepage .card_body,
  body.amod_pages .wrapper.homepage .wrapper_video {
    border-radius: 26px;
  }

  body.amod_pages .wrapper.homepage .section_2 {
    margin-top: -2.25rem;
    padding-bottom: 3.5rem;
  }

  body.amod_pages .wrapper.homepage .section_3 {
    padding-bottom: 4rem;
  }

  body.amod_pages .wrapper.homepage .section_4 {
    padding: 4rem 0;
  }

  body.amod_pages .wrapper.homepage .section_3 h2 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  body.amod_pages .wrapper.homepage .section_3 h3 {
    font-size: clamp(1.3rem, 7vw, 1.8rem);
  }

  body.amod_pages .wrapper.homepage .button_link {
    width: 100%;
  }

  body.amod_pages .wrapper.homepage .bg_shape {
    height: 58px;
  }
}
