    :root {
      --brand-gradient: linear-gradient(135deg, #EF405E 0%, #7122FA 100%);
      --pink: #EF405E;
      --purple: #7122FA;
      --ink: #15111f;
      --muted: #706a80;
      --soft: #fff6fa;
      --panel: rgba(255,255,255,.76);
      --panel-strong: rgba(255,255,255,.92);
      --line: rgba(21,17,31,.10);
      --white-line: rgba(255,255,255,.72);
      --shadow: 0 28px 90px rgba(54,28,83,.16);
      --shadow-soft: 0 18px 56px rgba(54,28,83,.10);
      --radius-xl: 44px;
      --radius-lg: 30px;
      --radius-md: 22px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Inter, sans-serif;
      color: var(--ink);
      background: #fff8fb;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -5;
      background:
        radial-gradient(circle at 12% 6%, rgba(255,56,92,.20), transparent 29%),
        radial-gradient(circle at 82% 2%, rgba(113,34,250,.22), transparent 34%),
        radial-gradient(circle at 50% 104%, rgba(255,56,92,.12), transparent 38%),
        linear-gradient(180deg, #fff8fb 0%, #f6f1ff 45%, #fff 100%);
    }
.amod_homepage p {
font-size:1.4rem
}
    a {
      text-decoration: none;
    }

    img {
      max-width: 100%;
    }

    .site-top {
      position: sticky;
      top: 0;
      z-index: 1050;
      padding: 12px 0;
      background: rgba(255,255,255,.62);
      border-bottom: 1px solid rgba(255,255,255,.78);
      backdrop-filter: blur(26px);
      -webkit-backdrop-filter: blur(26px);
      box-shadow: 0 18px 48px rgba(32,18,52,.08);
    }

    .nav-pill {
      border-radius: 999px;
      padding: 10px 12px 10px 16px;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: 0 18px 48px rgba(32,18,52,.08);
    }

    .brand-logo {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      padding: 7px;
      background: #fff;
      box-shadow: 0 16px 32px rgba(255,56,92,.18);
    }

    .brand-name {
      font-weight: 950;
      letter-spacing: -.05em;
      color: var(--ink);
      font-size: 1.28rem;
    }

    .nav-link {
      color: rgba(21,17,31,.68);
      font-weight: 850;
      font-size: .93rem;
      border-radius: 999px;
      padding: 10px 13px !important;
    }

    .nav-link:hover {
      color: var(--pink);
      background: rgba(255,56,92,.08);
    }

    .btn {
      border-radius: 999px;
      font-weight: 900;
      letter-spacing: -.01em;
    }

    .btn-brand {
      border: 0;
      color: #fff;
      background: var(--brand-gradient);
      box-shadow: 0 18px 38px rgba(255,56,92,.28);
      transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
    }

    .btn-brand:hover {
      color: #fff;
      transform: translateY(-2px);
      filter: saturate(1.08);
      box-shadow: 0 26px 54px rgba(255,56,92,.36);
    }

    .btn-glass {
      color: var(--ink);
      border: 1px solid rgba(21,17,31,.10);
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 32px rgba(32,18,52,.07);
    }

    .btn-glass:hover {
      color: var(--pink);
      border-color: rgba(255,56,92,.24);
      background: #fff;
    }

.hero {
  position: relative;
  min-height: calc(100svh - 86px);
  padding: 34px 0 42px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #15111f;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(14,10,22,.10) 0%, rgba(14,10,22,.34) 42%, rgba(14,10,22,.80) 100%),
    linear-gradient(105deg, rgba(255,56,92,.22) 0%, rgba(113,34,250,.12) 58%, rgba(113,34,250,.30) 100%),
    radial-gradient(circle at 16% 22%, rgba(255,56,92,.24), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(113,34,250,.28), transparent 32%),
    linear-gradient(90deg, rgba(13,9,22,.38) 0%, rgba(13,9,22,.12) 56%, rgba(13,9,22,.34) 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  height: 150px;
  background: linear-gradient(180deg, rgba(255,248,251,0) 0%, #fff8fb 94%);
  pointer-events: none;
}

.hero > .container {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 170px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-shell {
  position: relative;
  z-index: 2;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 460px);
  gap: 28px;
  align-items: center;
  margin: auto 0;
}

.hero-copy {
  max-width: 900px;
  padding-right: 20px;
}

.hero-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-weight: 900;
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #38ef8f;
  box-shadow: 0 0 0 7px rgba(56,239,143,.17);
}

.hero-title {
  margin: 26px 0 20px;
  color: #fff;
  font-size: clamp(3.7rem, 8.8vw, 7.1rem);
  line-height: .84;
  letter-spacing: -.095em;
  font-weight: 950;
  max-width: 940px;
  text-wrap: balance;
  text-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.hero-title span {
  display: block;
}

.hero-title .hero-title-main {
  color: #fff;
}

.hero-title .hero-title-sub {
  margin-top: 4px;
  color: rgba(255,255,255,.96);
}

.hero-title em {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -.065em;
  color: #ffe3ee;
  text-shadow:
    0 18px 54px rgba(255,56,92,.34),
    0 2px 0 rgba(255,255,255,.08);
}

.hero-lead {
  max-width: 800px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.04rem, 1.8vw, 1.28rem);
  line-height: 1.72;
  font-weight: 650;
  margin-bottom: 0;
  text-shadow: 0 12px 34px rgba(0,0,0,.24);
}

.hero-bottom-bar {
  display: block;
  margin-top: 34px;
}

.hero-actions {
  width: 100%;
  max-width: 520px;
}

.hero-actions .btn-brand {
  width: 100%;
  min-height: 64px;
  font-size: 1.08rem;
}

.btn-hero-light {
  color: #fff;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.btn-hero-light:hover {
  color: #fff;
  background: rgba(255,255,255,.24);
}

.hero-right {
  display: grid;
  gap: 18px;
  align-self: center;
}

.signup-card {
  position: relative;
  border-radius: 42px;
  padding: 30px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  overflow: hidden;
}

.signup-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: var(--brand-gradient);
}

.signup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.signup-head h2 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 950;
  margin: 0 0 8px;
}

.signup-head p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
}

.signup-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #fff;
  background: var(--brand-gradient);
  box-shadow: 0 18px 38px rgba(255,56,92,.26);
  font-size: 1.45rem;
}

.register-form {
  display: grid;
  gap: 14px;
}

.register-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.register-field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(21, 17, 31, .74);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .01em;
}

.register-field select,
.register-field input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(21, 17, 31, .10);
  border-radius: 20px;
  padding: 0 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, .82);
  font-weight: 800;
  outline: none;
  box-shadow: 0 12px 30px rgba(32, 18, 52, .05);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.register-field select:focus,
.register-field input:focus {
  border-color: rgba(255, 56, 92, .38);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 56, 92, .10);
}

.register-submit {
  min-height: 64px;
  margin-top: 4px;
  font-size: 1.08rem;
}

.register-note {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 4px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
  font-weight: 700;
}

.register-note i {
  color: var(--pink);
  margin-top: 2px;
}

.app-card {
  position: relative;
  min-height: auto;
  border-radius: 42px;
  padding: 34px;
  overflow: hidden;
  color: #fff;
  background: #171020;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.app-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,56,92,.52), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(113,34,250,.52), transparent 34%),
    var(--brand-gradient);
  opacity: .95;
}

.app-card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -80px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  filter: blur(2px);
}

.app-card h3 {
  max-width: 100%;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: .95;
  letter-spacing: -.07em;
  font-weight: 950;
  margin-bottom: 12px;
}

.app-card p {
  max-width: 100%;
  color: rgba(255,255,255,.78);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 24px;
}

.app-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0 24px;
}

.app-feature-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .20);
  font-size: .84rem;
  font-weight: 850;
}

.language-dock {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  margin-bottom: 0;
  border-radius: 999px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(255,255,255,.84);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.language-dock a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(21,17,31,.72);
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(21,17,31,.07);
  font-weight: 850;
  font-size: .9rem;
}

.language-dock a:hover {
  color: #fff;
  background: var(--brand-gradient);
  border-color: transparent;
}

@media (max-width: 1199px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-right {
    max-width: 560px;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding: 38px 0 62px;
  }

  .hero > .container {
    min-height: auto;
  }

  .hero-shell {
    margin: 0;
  }

  .register-form-row {
    grid-template-columns: 1fr;
  }

  .signup-head {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 28px 0 58px;
  }

  .hero-media img {
    object-position: center center;
  }

  .hero-title {
    font-size: clamp(3.25rem, 15vw, 5rem);
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .signup-card,
  .app-card {
    border-radius: 30px;
  }

  .language-dock {
    border-radius: 28px;
  }
}

    .pulse {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #38ef8f;
      box-shadow: 0 0 0 7px rgba(56,239,143,.17);
    }

    .hero-title {
      margin: 26px 0 20px;
      color: #fff;
      font-size: clamp(3.7rem, 8.8vw, 7.1rem);
      line-height: .84;
      letter-spacing: -.095em;
      font-weight: 950;
      max-width: 940px;
      text-wrap: balance;
      text-shadow: 0 24px 60px rgba(0,0,0,.28);
    }

    .hero-title span {
      display: block;
    }

    .hero-title .hero-title-main {
      color: #fff;
    }

    .hero-title .hero-title-sub {
      margin-top: 4px;
      color: rgba(255,255,255,.96);
    }

    .hero-title em {
      display: inline-block;
      font-family: "Playfair Display", serif;
      font-style: normal;
      font-weight: 800;
      letter-spacing: -.065em;
      color: #ffe3ee;
      text-shadow:
        0 18px 54px rgba(255,56,92,.34),
        0 2px 0 rgba(255,255,255,.08);
    }

    .hero-lead {
      max-width: 800px;
      color: rgba(255,255,255,.88);
      font-size: clamp(1.04rem, 1.8vw, 1.28rem);
      line-height: 1.72;
      font-weight: 650;
      margin-bottom: 0;
      text-shadow: 0 12px 34px rgba(0,0,0,.24);
    }

    .hero-bottom-bar {
      display: block;
      margin-top: 34px;
    }

    .hero-actions {
      width: 100%;
      max-width: 520px;
    }

    .hero-actions .btn-brand {
      width: 100%;
      min-height: 64px;
      font-size: 1.08rem;
    }

    .btn-hero-light {
      color: #fff;
      background: rgba(255,255,255,.16);
      border: 1px solid rgba(255,255,255,.24);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .btn-hero-light:hover {
      color: #fff;
      background: rgba(255,255,255,.24);
    }

    .hero-right {
      display: grid;
      gap: 18px;
      align-self: center;
    }

    .signup-card {
      position: relative;
      border-radius: 42px;
      padding: 30px;
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(255,255,255,.86);
      box-shadow: var(--shadow);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      overflow: hidden;
    }

    .signup-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 8px;
      background: var(--brand-gradient);
    }

    .signup-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 22px;
    }

    .signup-head h2 {
      font-size: 2rem;
      line-height: 1;
      letter-spacing: -.06em;
      font-weight: 950;
      margin: 0 0 8px;
    }

    .signup-head p {
      color: var(--muted);
      font-weight: 650;
      line-height: 1.55;
      margin: 0;
    }

    .signup-icon {
      flex: 0 0 58px;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 22px;
      color: #fff;
      background: var(--brand-gradient);
      box-shadow: 0 18px 38px rgba(255,56,92,.26);
      font-size: 1.45rem;
    }

    .register-form {
      display: grid;
      gap: 14px;
    }

    .register-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .register-field label {
      display: block;
      margin-bottom: 8px;
      color: rgba(21, 17, 31, .74);
      font-size: .82rem;
      font-weight: 950;
      letter-spacing: .01em;
    }

    .register-field select,
    .register-field input {
      width: 100%;
      min-height: 58px;
      border: 1px solid rgba(21, 17, 31, .10);
      border-radius: 20px;
      padding: 0 18px;
      color: var(--ink);
      background: rgba(255, 255, 255, .82);
      font-weight: 800;
      outline: none;
      box-shadow: 0 12px 30px rgba(32, 18, 52, .05);
      transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
    }

    .register-field select:focus,
    .register-field input:focus {
      border-color: rgba(255, 56, 92, .38);
      background: #fff;
      box-shadow: 0 0 0 5px rgba(255, 56, 92, .10);
    }

    .register-submit {
      min-height: 64px;
      margin-top: 4px;
      font-size: 1.08rem;
    }

    .register-note {
      display: flex;
      gap: 9px;
      align-items: flex-start;
      margin-top: 4px;
      color: var(--muted);
      font-size: .86rem;
      line-height: 1.45;
      font-weight: 700;
    }

    .register-note i {
      color: var(--pink);
      margin-top: 2px;
    }

    .app-card {
      position: relative;
      min-height: auto;
      border-radius: 42px;
      padding: 34px;
      overflow: hidden;
      color: #fff;
      background: #171020;
      box-shadow: var(--shadow);
      isolation: isolate;
    }

    .app-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        radial-gradient(circle at 18% 20%, rgba(255,56,92,.52), transparent 34%),
        radial-gradient(circle at 84% 18%, rgba(113,34,250,.52), transparent 34%),
        var(--brand-gradient);
      opacity: .95;
    }

    .app-card::after {
      content: "";
      position: absolute;
      width: 230px;
      height: 230px;
      right: -80px;
      bottom: -90px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .18);
      filter: blur(2px);
    }

    .app-card h3 {
      max-width: 100%;
      font-size: clamp(2rem, 4vw, 3.1rem);
      line-height: .95;
      letter-spacing: -.07em;
      font-weight: 950;
      margin-bottom: 12px;
    }

    .app-card p {
      max-width: 100%;
      color: rgba(255,255,255,.78);
      font-weight: 600;
      line-height: 1.6;
      margin-bottom: 24px;
    }

    .app-feature-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin: 20px 0 24px;
    }

    .app-feature-pills span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 12px;
      border-radius: 999px;
      color: #fff;
      background: rgba(255, 255, 255, .14);
      border: 1px solid rgba(255, 255, 255, .20);
      font-size: .84rem;
      font-weight: 850;
    }

    .language-dock {
      position: relative;
      z-index: 2;
      margin-top: 26px;
      margin-bottom: 0;
      border-radius: 999px;
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: center;
      background: rgba(255,255,255,.66);
      border: 1px solid rgba(255,255,255,.84);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .language-dock a {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 13px;
      border-radius: 999px;
      color: rgba(21,17,31,.72);
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(21,17,31,.07);
      font-weight: 850;
      font-size: .9rem;
    }

    .language-dock a:hover {
      color: #fff;
      background: var(--brand-gradient);
      border-color: transparent;
    }

    .section-space {
      padding: 92px 0;
    }

    .section-title {
      max-width: 900px;
      margin: 0 auto 46px;
      text-align: center;
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      width: fit-content;
      padding: 9px 14px;
      margin-bottom: 16px;
      border-radius: 999px;
      color: var(--pink);
      background: rgba(255,56,92,.08);
      border: 1px solid rgba(255,56,92,.11);
      font-weight: 950;
      font-size: .86rem;
    }

    .section-title h2,
    .big-title {
      font-size: clamp(2.35rem, 5.5vw, 5.2rem);
      line-height: .94;
      letter-spacing: -.08em;
      font-weight: 950;
      margin-bottom: 18px;
    }

    .gradient-text {
      background: var(--brand-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .section-title p {
      color: var(--muted);
      line-height: 1.75;
      font-weight: 540;
      margin: 0;
    }

    .stats-band {
      position: relative;
      margin-top: -34px;
      z-index: 4;
    }

    .stats-panel {
      border-radius: 36px;
      padding: 18px;
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(255,255,255,.86);
      box-shadow: var(--shadow);
      backdrop-filter: blur(22px);
      -webkit-backdrop-filter: blur(22px);
    }

    .stat-box {
      height: 100%;
      padding: 24px;
      border-radius: 26px;
      text-align: center;
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(21,17,31,.08);
    }

    .stat-box strong {
      display: block;
      font-size: clamp(2rem, 4vw, 3.7rem);
      line-height: .95;
      letter-spacing: -.07em;
      font-weight: 950;
      background: var(--brand-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .stat-box span {
      display: block;
      margin-top: 10px;
      color: var(--muted);
      font-weight: 850;
    }

    .magazine-grid {
      display: grid;
      grid-template-columns: 1.12fr .88fr;
      gap: 24px;
    }

.editorial-card {
  position: relative;
  min-height: 620px;
  border-radius: var(--radius-xl);
  padding: clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
  background: #15111f;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.editorial-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  display: block;
  overflow: hidden;
}

.editorial-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.editorial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(21,17,31,.08), rgba(21,17,31,.86));
  pointer-events: none;
}

.editorial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,56,92,.40), transparent 34%),
    radial-gradient(circle at 80% 10%, rgba(113,34,250,.34), transparent 34%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.editorial-card > div {
  position: relative;
  z-index: 1;
}

    .editorial-card h2 {
      max-width: 760px;
      font-size: clamp(2.6rem, 5.4vw, 5.5rem);
      line-height: .92;
      letter-spacing: -.08em;
      font-weight: 950;
      margin: 0;
    }

    .editorial-card p {
      max-width: 760px;
      color: rgba(255,255,255,.76);
      line-height: 1.75;
      font-weight: 560;
      margin: 22px 0 0;
    }

    .stack-column {
      display: grid;
      gap: 24px;
    }

    .mini-panel {
      min-height: 298px;
      padding: 30px;
      border-radius: var(--radius-xl);
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(255,255,255,.86);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(22px);
      -webkit-backdrop-filter: blur(22px);
    }

    .mini-panel.dark {
      color: #fff;
      background: #15111f;
      overflow: hidden;
      position: relative;
      isolation: isolate;
    }

    .mini-panel.dark::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,56,92,.45), transparent 34%),
        radial-gradient(circle at 84% 18%, rgba(113,34,250,.50), transparent 34%),
        var(--brand-gradient);
    }

    .mini-panel h3 {
      font-size: clamp(1.65rem, 3vw, 2.45rem);
      line-height: 1;
      letter-spacing: -.06em;
      font-weight: 950;
      margin-bottom: 14px;
    }

    .mini-panel p {
      color: var(--muted);
      line-height: 1.7;
      font-weight: 560;
      margin-bottom: 0;
    }

    .mini-panel.dark p {
      color: rgba(255,255,255,.76);
    }

    .icon-bubble {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 22px;
      color: #fff;
      background: var(--brand-gradient);
      box-shadow: 0 18px 38px rgba(255,56,92,.24);
      font-size: 1.35rem;
      margin-bottom: 22px;
    }

    .pathway {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 16px;
    }

    .path-card {
      position: relative;
      min-height: 310px;
      padding: 26px;
      border-radius: var(--radius-lg);
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(255,255,255,.86);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      transition: transform .22s ease, box-shadow .22s ease;
    }

    .path-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 30px 78px rgba(54,28,83,.16);
    }

    .path-number {
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      border-radius: 22px;
      color: #fff;
      background: var(--brand-gradient);
      font-weight: 950;
      box-shadow: 0 18px 38px rgba(255,56,92,.24);
      margin-bottom: 22px;
    }

    .path-card h3 {
      font-weight: 950;
      letter-spacing: -.045em;
      margin-bottom: 12px;
    }

    .path-card p {
      color: var(--muted);
      line-height: 1.7;
      font-weight: 540;
      margin: 0;
    }

    .profile-showcase {
      position: relative;
      border-radius: 54px;
      padding: clamp(22px, 4vw, 46px);
      background: #15111f;
      box-shadow: var(--shadow);
      overflow: hidden;
      isolation: isolate;
    }

    .profile-showcase::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        radial-gradient(circle at 14% 14%, rgba(255,56,92,.42), transparent 32%),
        radial-gradient(circle at 88% 14%, rgba(113,34,250,.42), transparent 34%);
    }

    .profile-showcase .section-title h2,
    .profile-showcase .section-title p {
      color: #fff;
    }

    .profile-showcase .section-title p {
      color: rgba(255,255,255,.70);
    }


    .safety-layout {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 26px;
      align-items: center;
    }

    .safety-visual {
      min-height: 640px;
      border-radius: var(--radius-xl);
      padding: 22px;
      background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(247,240,255,.86));
      border: 1px solid rgba(255,255,255,.86);
      box-shadow: var(--shadow);
      overflow: hidden;
      position: relative;
    }

    .safety-visual::before {
      content: "";
      position: absolute;
      width: 340px;
      height: 340px;
      top: -120px;
      right: -110px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,56,92,.18), transparent 70%);
    }

    .safety-visual::after {
      content: "";
      position: absolute;
      width: 300px;
      height: 300px;
      left: -120px;
      bottom: -120px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(113,34,250,.18), transparent 70%);
    }

    .safety-scene {
      position: relative;
      z-index: 2;
      height: 100%;
      min-height: 594px;
    }

    .safety-device {
      position: absolute;
      left: 22px;
      top: 26px;
      width: min(520px, 92%);
      min-height: 500px;
      border-radius: 36px;
      padding: 18px;
      background: rgba(255,255,255,.84);
      border: 1px solid rgba(255,255,255,.92);
      box-shadow: 0 28px 72px rgba(54,28,83,.18);
      backdrop-filter: blur(22px);
      -webkit-backdrop-filter: blur(22px);
      transform: rotate(-2deg);
    }

    .safety-device-image {
      position: relative;
      height: 100%;
      min-height: 500px;
      border-radius: 28px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      box-shadow: inset 0 -180px 120px rgba(21,17,31,.55);
    }

    .safety-device-image::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 18% 18%, rgba(255,56,92,.22), transparent 30%),
        radial-gradient(circle at 86% 8%, rgba(113,34,250,.20), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(21,17,31,.22) 58%, rgba(21,17,31,.70) 100%);
    }

    .safety-floating-panel {
      position: absolute;
      left: 16px;
      bottom: 18px;
      right: 16px;
      z-index: 2;
      border-radius: 28px;
      padding: 20px;
      color: #fff;
      background: linear-gradient(180deg, rgba(18,13,27,.18), rgba(18,13,27,.66));
      border: 1px solid rgba(255,255,255,.22);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      box-shadow: 0 18px 48px rgba(0,0,0,.16);
    }

    .safety-floating-panel strong {
      display: block;
      font-size: 1.08rem;
      line-height: 1.05;
      font-weight: 950;
      letter-spacing: -.04em;
      margin-bottom: 8px;
    }

    .safety-floating-panel span {
      display: block;
      color: rgba(255,255,255,.82);
      line-height: 1.5;
      font-weight: 620;
    }

    .safety-chip {
      position: absolute;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 56px;
      padding: 12px 16px;
      border-radius: 20px;
      color: var(--ink);
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(255,255,255,.92);
      box-shadow: 0 20px 44px rgba(54,28,83,.14);
      font-weight: 850;
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .safety-chip i {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: #fff;
      background: var(--brand-gradient);
      box-shadow: 0 14px 28px rgba(255,56,92,.22);
      font-size: 1rem;
    }

    .safety-chip strong {
      display: block;
      line-height: 1.06;
      font-size: .98rem;
      letter-spacing: -.02em;
      font-weight: 900;
    }

    .safety-chip small {
      display: block;
      color: var(--muted);
      font-size: .76rem;
      font-weight: 700;
    }

    .safety-chip.one {
      top: 46px;
      right: 16px;
      width: 180px;
      transform: rotate(4deg);
    }

    .safety-chip.two {
      right: 0;
      bottom: 546px;
      width: 190px;
      transform: rotate(-4deg);
    }

    .safety-chip.three {
      left: 46px;
      bottom: 860px;
      width: 170px;
      transform: rotate(3deg);
    }

    .safety-content {
      padding: clamp(28px, 4vw, 52px);
      border-radius: var(--radius-xl);
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(255,255,255,.86);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(22px);
      -webkit-backdrop-filter: blur(22px);
    }

    .safety-list {
      display: grid;
      gap: 14px;
      margin: 26px 0 0;
      padding: 0;
      list-style: none;
    }

    .safety-list li {
      display: flex;
      gap: 13px;
      align-items: flex-start;
      color: rgba(21,17,31,.76);
      line-height: 1.56;
      font-weight: 720;
    }

    .safety-list i {
      flex: 0 0 34px;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: var(--brand-gradient);
      box-shadow: 0 14px 28px rgba(255,56,92,.22);
    }

    .success-premium {
      position: relative;
      overflow: hidden;
      border-radius: 56px;
      padding: clamp(28px, 5vw, 62px);
      background: #15111f;
      box-shadow: var(--shadow);
      isolation: isolate;
    }

    .success-premium::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        radial-gradient(circle at 12% 12%, rgba(255, 56, 92, .48), transparent 34%),
        radial-gradient(circle at 88% 8%, rgba(113, 34, 250, .48), transparent 34%),
        linear-gradient(135deg, #1b1327 0%, #120d1b 100%);
    }

    .success-premium::after {
      content: "";
      position: absolute;
      inset: 1px;
      z-index: -1;
      border-radius: 55px;
      background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
      pointer-events: none;
    }

    .success-premium-head {
      max-width: 920px;
      margin: 0 auto 38px;
      text-align: center;
      color: #fff;
    }

    .success-premium-head .kicker {
      color: #fff;
      background: rgba(255, 255, 255, .14);
      border-color: rgba(255, 255, 255, .20);
    }

    .success-premium-head h2 {
      margin: 0 0 16px;
      font-size: clamp(2.7rem, 6vw, 6.2rem);
      line-height: .90;
      letter-spacing: -.085em;
      font-weight: 950;
    }

    .success-premium-head p {
      max-width: 760px;
      margin: 0 auto;
      color: rgba(255, 255, 255, .72);
      line-height: 1.75;
      font-weight: 560;
    }

    .success-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
    }

    .success-card {
      position: relative;
      min-height: 100%;
      overflow: hidden;
      border-radius: 38px;
      background: rgba(255, 255, 255, .92);
      border: 1px solid rgba(255, 255, 255, .20);
      box-shadow: 0 28px 78px rgba(0, 0, 0, .24);
      display: flex;
      flex-direction: column;
    }

    .success-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 28px;
      right: 28px;
      height: 1px;
      background: linear-gradient(90deg, rgba(255,56,92,.28), rgba(113,34,250,.28));
    }

    .success-media {
      padding: 18px 18px 0;
    }
.success-photo {
  position: relative;
  height: 250px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 56, 92, .58), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(113, 34, 250, .58), transparent 34%),
    var(--brand-gradient);
  box-shadow: 0 22px 54px rgba(21, 17, 31, .16);
}

.success-photo-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.success-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(21,17,31,.08) 56%, rgba(21,17,31,.36) 100%);
}

.success-photo-badge {
  position: absolute;
  z-index: 3;
}

.success-photo-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
}

    .success-photo-badge {
      position: absolute;
      left: 18px;
      bottom: 18px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 10px 14px;
      border-radius: 999px;
      color: #fff;
      background: rgba(255, 255, 255, .18);
      border: 1px solid rgba(255, 255, 255, .24);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      font-size: .82rem;
      font-weight: 900;
    }

    .success-body {
      padding: 28px 30px 32px;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
    }

    .success-kicker {
      color: var(--pink);
      font-size: .78rem;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .success-body h3 {
      margin: 0 0 16px;
      font-size: clamp(2rem, 3.2vw, 3.35rem);
      line-height: .96;
      letter-spacing: -.07em;
      font-weight: 950;
      max-width: 540px;
    }

    .success-body p {
      color: var(--muted);
      line-height: 1.72;
      font-weight: 560;
      margin-bottom: 22px;
    }

    .success-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: auto;
    }

    .success-meta span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 11px;
      border-radius: 999px;
      color: rgba(21, 17, 31, .76);
      background: rgba(255, 56, 92, .08);
      border: 1px solid rgba(255, 56, 92, .13);
      font-size: .82rem;
      font-weight: 850;
    }

    .success-cta {
      margin-top: 30px;
      text-align: center;
    }

    .success-cta .btn {
      min-height: 58px;
      padding-left: 28px;
      padding-right: 28px;
    }

    .country-panel {
      position: relative;
      border-radius: 56px;
      padding: clamp(30px, 5vw, 62px);
      color: #fff;
      background: #15111f;
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: var(--shadow);
      overflow: hidden;
      isolation: isolate;
    }

    .country-panel::before {
      content: "";
      position: absolute;
      inset: 1px;
      z-index: -2;
      border-radius: 55px;
      background:
        linear-gradient(135deg, rgba(255,56,92,.24), rgba(113,34,250,.14) 46%, rgba(255,255,255,.04)),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    }

    .country-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      background:
        radial-gradient(circle at 18% 18%, rgba(255,56,92,.52), transparent 34%),
        radial-gradient(circle at 86% 10%, rgba(113,34,250,.56), transparent 34%),
        linear-gradient(135deg, #1b1327 0%, #120d1b 100%);
    }

    .country-glow {
      position: absolute;
      border-radius: 50%;
      filter: blur(10px);
      pointer-events: none;
    }

    .country-glow-one {
      width: 420px;
      height: 420px;
      left: -180px;
      bottom: -200px;
      background: rgba(255,56,92,.20);
    }

    .country-glow-two {
      width: 380px;
      height: 380px;
      right: -170px;
      top: -180px;
      background: rgba(113,34,250,.22);
    }

    .country-header {
      display: grid;
      grid-template-columns: .9fr .9fr;
      gap: 32px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .country-header .kicker {
      color: #fff;
      background: rgba(255,255,255,.14);
      border-color: rgba(255,255,255,.20);
    }

    .country-header p {
      color: rgba(255,255,255,.72);
      line-height: 1.75;
      font-weight: 560;
      margin-bottom: 0;
    }

.section-title h3, h3.big-title {
font-size:clamp(1.35rem, 2.5vw, 3.2rem)
}

.success-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 18% 18%, rgba(255, 56, 92, .48), transparent 34%), radial-gradient(circle at 82% 18%, rgba(113, 34, 250, .48), transparent 34%), var(--brand-gradient);
}

    .country-feature-row {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
      margin-top: 34px;
    }

    .country-feature-card {
      position: relative;
      min-height: 188px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 18px;
      padding: 24px;
      border-radius: 32px;
      color: #fff;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: 0 24px 70px rgba(0,0,0,.18);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .country-feature-card:hover {
      color: #fff;
      transform: translateY(-6px);
      background: rgba(255,255,255,.18);
      border-color: rgba(255,255,255,.26);
      box-shadow: 0 32px 86px rgba(0,0,0,.24);
    }

    .country-feature-card strong {
      display: block;
      font-size: 1.6rem;
      line-height: 1;
      letter-spacing: -.055em;
      font-weight: 950;
      margin-bottom: 8px;
    }

    .country-feature-card small {
      display: block;
      color: rgba(255,255,255,.72);
      line-height: 1.5;
      font-weight: 650;
    }

    .country-feature-card > i {
      position: absolute;
      top: 22px;
      right: 22px;
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: #fff;
      background: rgba(255,255,255,.14);
      border: 1px solid rgba(255,255,255,.18);
    }

    .country-flag {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 20px;
      color: #fff;
      background: var(--brand-gradient);
      box-shadow: 0 18px 38px rgba(255,56,92,.26);
      font-weight: 950;
      letter-spacing: -.03em;
    }

    .country-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(5, minmax(0,1fr));
      gap: 10px;
      margin-top: 14px;
    }

    .country-grid a {
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 13px 15px;
      border-radius: 20px;
      color: rgba(255,255,255,.82);
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.12);
      font-weight: 900;
      transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
    }

    .country-grid a:hover {
      color: #fff;
      background: rgba(255,255,255,.16);
      border-color: rgba(255,255,255,.22);
      transform: translateY(-4px);
    }

    .country-grid i {
      opacity: .62;
    }

    .country-cta {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      margin-top: 24px;
      padding: 22px;
      border-radius: 30px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .country-cta strong {
      display: block;
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.1;
      letter-spacing: -.04em;
      font-weight: 950;
      margin-bottom: 6px;
    }

    .country-cta span {
      display: block;
      color: rgba(255,255,255,.68);
      line-height: 1.55;
      font-weight: 600;
    }

    .accordion-item {
      border: 0;
      border-radius: 22px !important;
      overflow: hidden;
      margin-bottom: 12px;
      background: rgba(255,255,255,.78);
      box-shadow: 0 12px 32px rgba(32,18,52,.06);
    }

    .accordion-button {
      color: var(--ink);
      background: rgba(255,255,255,.78);
      font-weight: 950;
      letter-spacing: -.02em;
      padding: 20px 22px;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: var(--pink);
      background: rgba(255,56,92,.07);
    }

    .accordion-body {
      color: var(--muted);
      line-height: 1.75;
      font-weight: 550;
      padding: 0 22px 22px;
    }

    .final-cta {
      position: relative;
      border-radius: 56px;
      padding: clamp(38px, 6vw, 76px);
      text-align: center;
      color: #fff;
      background: #15111f;
      box-shadow: var(--shadow);
      overflow: hidden;
      isolation: isolate;
    }

    .final-cta::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        radial-gradient(circle at 18% 18%, rgba(255,56,92,.48), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(113,34,250,.48), transparent 34%),
        var(--brand-gradient);
    }

    .final-cta h2 {
      max-width: 900px;
      margin: 0 auto 18px;
      font-size: clamp(2.6rem, 6vw, 6rem);
      line-height: .90;
      letter-spacing: -.08em;
      font-weight: 950;
    }

    .final-cta p {
      max-width: 760px;
      margin: 0 auto 30px;
      color: rgba(255,255,255,.76);
      line-height: 1.75;
      font-weight: 550;
    }

    .footer-wrap {
      position: relative;
      margin-top: 24px;
      padding: 74px 0 42px;
      color: #fff;
      background: linear-gradient(180deg, #15111f 0%, #110c18 100%);
      overflow: hidden;
    }

    .footer-wrap::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 14% 14%, rgba(255,56,92,.22), transparent 26%),
        radial-gradient(circle at 86% 10%, rgba(113,34,250,.22), transparent 28%);
      pointer-events: none;
    }

    .footer-panel {
      position: relative;
      z-index: 2;
      border-top: 1px solid rgba(255,255,255,.12);
      padding: 36px 0 0;
      color: #fff;
      background: transparent;
      box-shadow: none;
      overflow: visible;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      font-size: 1.2rem;
      font-weight: 950;
      letter-spacing: -.045em;
    }

    .footer-brand img {
      width: 46px;
      height: 46px;
      padding: 7px;
      border-radius: 16px;
      background: #fff;
    }

    .footer-copy {
      color: rgba(255,255,255,.70);
      line-height: 1.75;
      font-weight: 520;
      margin: 0;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer-links a {
      color: rgba(255,255,255,.68);
      font-weight: 650;
    }

    .footer-links a:hover {
      color: #fff;
    }

    .social-row {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
    }

    .social-btn {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: #fff;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.16);
    }

    .social-btn:hover {
      color: #fff;
      background: var(--brand-gradient);
      border-color: transparent;
    }

    @media (max-width: 1199px) {
      .hero-shell,
      .magazine-grid,
      .safety-layout,
      .country-header {
        grid-template-columns: 1fr;
      }

      .hero-right {
        max-width: 560px;
      }

      .pathway {
        grid-template-columns: repeat(2, minmax(0,1fr));
      }

      .profile-grid {
        grid-template-columns: 1fr 1fr;
      }

      .profile-card.tall {
        grid-column: span 2;
        min-height: 520px;
      }

      .success-cards {
        grid-template-columns: 1fr;
      }

      .country-feature-row {
        grid-template-columns: 1fr;
      }

      .country-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
      }
    }

    @media (max-width: 991px) {
      .nav-pill {
        border-radius: 28px;
      }

      .navbar-collapse {
        border-top: 1px solid rgba(21,17,31,.08);
        margin-top: 14px;
        padding-top: 14px;
      }

      .hero {
        min-height: auto;
        padding: 38px 0 62px;
      }

      .hero > .container {
        min-height: auto;
      }

      .hero-shell {
        margin: 0;
      }

      .register-form-row {
        grid-template-columns: 1fr;
      }

      .signup-head {
        align-items: flex-start;
      }

      .country-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
      }
    }

    @media (max-width: 767px) {
      .site-top {
        padding: 8px 0;
      }

      .brand-name {
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .hero {
        padding: 28px 0 58px;
        background-position: center center;
      }

      .hero-title {
        font-size: clamp(3.25rem, 15vw, 5rem);
      }

      .hero-copy {
        padding-right: 0;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .signup-card,
      .app-card,
      .editorial-card,
      .mini-panel,
      .profile-showcase,
      .safety-visual,
      .safety-content,
      .final-cta {
        border-radius: 30px;
      }

      .language-dock {
        border-radius: 28px;
      }

      .section-space {
        padding: 64px 0;
      }

      .pathway,
      .profile-grid,
      .country-grid {
        grid-template-columns: 1fr;
      }

      .profile-card,
      .profile-card.tall {
        grid-column: auto;
        min-height: 430px;
      }

      .safety-visual {
        min-height: 610px;
      }

      .safety-scene {
        min-height: 560px;
      }

      .safety-device {
        left: 0;
        width: calc(100% - 80px);
        min-height: 430px;
      }

      .safety-device-image {
        min-height: 430px;
      }

      .safety-chip.one {
        top: 18px;
        right: 0;
      }

      .safety-chip.two {
        right: 0;
        bottom: 104px;
      }

      .safety-chip.three {
        left: 18px;
        bottom: 72px;
      }

      .success-premium {
        border-radius: 34px;
        padding: 26px 16px;
      }

      .success-card {
        border-radius: 30px;
      }

      .success-media {
        padding: 16px 16px 0;
      }

      .success-photo {
        height: 220px;
        border-radius: 22px;
      }

      .success-body {
        padding: 24px;
      }

      .country-panel {
        border-radius: 34px;
      }

      .country-cta {
        align-items: stretch;
        flex-direction: column;
      }

      .country-cta .btn {
        width: 100%;
      }

      .footer-wrap {
        padding: 58px 0 36px;
      }
    }
.faq-modern {
  position: relative;
}

.faq-modern-wrap {
  position: relative;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 24px;
  align-items: stretch;
}

.faq-help-card {
  position: sticky;
  top: 120px;
  min-height: 560px;
  border-radius: 44px;
  padding: clamp(28px, 4vw, 46px);
  color: #fff;
  background: #15111f;
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.faq-help-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,56,92,.58), transparent 35%),
    radial-gradient(circle at 90% 18%, rgba(113,34,250,.52), transparent 36%),
    linear-gradient(135deg, #1b1327 0%, #120d1b 100%);
}

.faq-help-card::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -150px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  filter: blur(2px);
  z-index: -1;
}

.faq-help-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 24px;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 20px 46px rgba(0,0,0,.18);
  font-size: 1.65rem;
}

.faq-help-card h2 {
  margin: 0 0 16px;
  font-size: clamp(2.25rem, 4.5vw, 4.3rem);
  line-height: .9;
  letter-spacing: -.08em;
  font-weight: 950;
}

.faq-help-card p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 560;
}

.faq-help-actions {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.faq-help-actions .btn {
  min-height: 58px;
  justify-content: center;
}

.faq-help-mini {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.faq-help-mini-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px;
  border-radius: 22px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.faq-help-mini-item i {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.16);
}

.faq-help-mini-item strong {
  display: block;
  color: #fff;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.025em;
  margin-bottom: 4px;
}

.faq-help-mini-item span {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: .88rem;
  line-height: 1.45;
  font-weight: 620;
}

.faq-card {
  position: relative;
  border-radius: 44px;
  padding: clamp(26px, 4vw, 20px);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  overflow: hidden;
}

.faq-card::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113,34,250,.14), transparent 70%);
  pointer-events: none;
}

.faq-card::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  left: -160px;
  bottom: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,56,92,.12), transparent 70%);
  pointer-events: none;
}

.faq-card .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}

.faq-card .section-title h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.faq-card .accordion {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.faq-card .accordion-item {
  border: 0;
  border-radius: 24px !important;
  overflow: hidden;
  margin-bottom: 0;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 36px rgba(32,18,52,.07);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.faq-card .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(32,18,52,.10);
  background: rgba(255,255,255,.94);
}

.faq-card .accordion-button {
  position: relative;
  min-height: 70px;
  gap: 14px;
  color: var(--ink);
  background: transparent;
  font-weight: 950;
  letter-spacing: -.025em;
  padding: 21px 24px;
  box-shadow: none !important;
}

.faq-card .accordion-button::before {
  content: "";
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,56,92,.12), rgba(113,34,250,.12)),
    rgba(255,255,255,.72);
  border: 1px solid rgba(255,56,92,.12);
}

.faq-card .accordion-button::after {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 16px;
  background-color: rgba(21,17,31,.05);
  background-position: center;
  background-size: 17px;
  margin-left: auto;
}

.faq-card .accordion-button:not(.collapsed) {
  color: var(--pink);
  background: linear-gradient(135deg, rgba(255,56,92,.09), rgba(113,34,250,.06));
}

.faq-card .accordion-button:not(.collapsed)::before {
  background: var(--brand-gradient);
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(255,56,92,.22);
}

.faq-card .accordion-body {
  color: var(--muted);
  line-height: 1.78;
  font-weight: 620;
  padding: 0 24px 24px 76px;
}

.faq-bottom-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 26px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(21,17,31,.08);
}

.faq-bottom-note span {
  color: var(--muted);
  font-weight: 700;
}

.faq-bottom-note a {
  font-weight: 950;
  color: var(--pink);
}

.faq-bottom-note a:hover {
  color: var(--purple);
}
.faq-modern-head {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.faq-modern-head h2 {
  max-width: 900px;
  margin: 0 auto 16px;
  font-size: clamp(2.7rem, 6vw, 6.2rem);
  line-height: .90;
  letter-spacing: -.085em;
  font-weight: 950;
}

.faq-modern-head p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  font-weight: 650;
}

.faq-card .section-title {
  display: none;
}
.safety-device-image {
  position: relative;
  overflow: hidden;
}

.safety-device-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .faq-modern-wrap {
    grid-template-columns: 1fr;
  }

  .faq-help-card {
    position: relative;
    top: auto;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .faq-help-card,
  .faq-card {
    border-radius: 30px;
  }

  .faq-help-actions {
    grid-template-columns: 1fr;
  }

  .faq-card .section-title {
    text-align: left;
  }

  .faq-card .accordion-button {
    min-height: 64px;
    padding: 18px;
    font-size: .98rem;
  }

  .faq-card .accordion-button::before {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 14px;
  }

  .faq-card .accordion-button::after {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 14px;
  }

  .faq-card .accordion-body {
    padding: 0 18px 20px 18px;
  }

  .faq-bottom-note {
    align-items: flex-start;
    flex-direction: column;
  }
  .faq-modern-head {
    text-align: left;
    margin-bottom: 24px;
  }

  .faq-modern-head h2 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }
}