/* =========================================================
   AsiaAcademy — visual system over Starty
   Direction: ink + #0866FF brand blue
   ========================================================= */

:root {
  --ink: #0b1324;
  --ink-soft: #334155;
  --muted: #64748b;
  --paper: #f4f7fc;
  --paper-2: #eaf1ff;
  --surface: #ffffff;
  --brand: #0866ff;
  --brand-dark: #0550d4;
  --brand-soft: rgba(8, 102, 255, 0.12);
  --accent: #e11d48;
  --line: rgba(11, 19, 36, 0.08);
  --shadow: 0 24px 60px rgba(11, 19, 36, 0.1);
  --radius: 18px;
  --font-display: "Sora", "Be Vietnam Pro", sans-serif;
  --font-body: "Be Vietnam Pro", sans-serif;

  /* Override Starty / Bootstrap primary */
  --bs-primary: #0866ff;
  --bs-primary-rgb: 8, 102, 255;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
  scroll-padding-top: var(--lp-header-h, 6.75rem);
}

body {
  font-family: var(--font-body) !important;
  color: var(--ink);
  background:
    radial-gradient(
      1200px 600px at 10% -10%,
      rgba(8, 102, 255, 0.14),
      transparent 55%
    ),
    radial-gradient(
      900px 500px at 100% 0%,
      rgba(14, 165, 233, 0.07),
      transparent 50%
    ),
    var(--paper);
  line-height: 1.65;
  overflow-x: clip;
  max-width: 100%;
  padding-top: var(--lp-header-h, 6.75rem);
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.display-5,
.display-6,
.logo-text {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  color: var(--ink);
}

.text-primary,
a.text-primary,
.text-primary *,
.navigation-menu .active > a {
  color: var(--brand) !important;
}

.bg-primary,
.bg-primary.bg-gradient,
.btn-primary,
.btn.btn-primary {
  background-color: var(--brand) !important;
  background-image: none !important;
  border-color: var(--brand) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(8, 102, 255, 0.3) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn.btn-primary:hover {
  background-color: var(--brand-dark) !important;
  border-color: var(--brand-dark) !important;
  color: #fff !important;
}

.btn-soft-primary,
.btn.btn-soft-primary {
  background: var(--brand-soft) !important;
  color: var(--brand-dark) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.btn-soft-primary:hover {
  background: rgba(8, 102, 255, 0.2) !important;
  color: var(--brand-dark) !important;
}

.bg-soft-primary,
.badge.bg-soft-primary,
.bg-soft {
  background: var(--brand-soft) !important;
  color: var(--brand-dark) !important;
}

.fea-icon.bg-soft-primary,
.fea-icon.bg-soft,
.features .fea-icon,
.fea-icon {
  background: var(--brand-soft) !important;
  color: var(--brand) !important;
  box-shadow: none !important;
}

/* Kill Starty blue leftovers */
.bg-soft-primary,
.text-primary,
.btn-primary,
.btn-soft-primary,
.fea-icon {
  --bs-primary: #0866ff;
}

/* ---- Header (fixed sticky override Starty #topnav) ---- */
#topnav.lp-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: transparent !important;
  border: 0;
  min-height: 0;
  box-shadow: none !important;
  font-family: var(--font-body);
  transition: none;
}

#topnav.lp-header.nav-sticky {
  background: transparent !important;
  box-shadow: none !important;
}

.lp-header-announce {
  background: linear-gradient(90deg, #071018, #0866ff 130%);
  color: #fff;
  text-align: center;
  padding: 0.45rem 1rem;
  position: relative;
  overflow: hidden;
}

.lp-header-announce p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.lp-header-announce span {
  font-weight: 500;
  opacity: 0.9;
}

.lp-header-announce::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 40%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.16),
    transparent
  );
  animation: announceShine 4.5s ease-in-out infinite;
  pointer-events: none;
}

.lp-header-bar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11, 19, 36, 0.08);
  transition:
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.lp-header.is-scrolled .lp-header-bar {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(11, 19, 36, 0.08);
}

.lp-header-inner,
#topnav.lp-header .container.lp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
  position: relative;
  width: 100%;
  max-width: 1140px;
}

.lp-logo {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  text-decoration: none !important;
  line-height: 1.15;
  flex-shrink: 0;
}

.lp-logo-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.lp-logo-sub {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1.25rem;
  position: static !important;
  width: auto !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.lp-nav-list {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  float: none !important;
}

.lp-nav-list > li {
  float: none !important;
  display: block;
  margin: 0;
}

.lp-nav-list a {
  display: block;
  padding: 0.4rem 0.55rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-soft) !important;
  text-decoration: none !important;
  border-radius: 8px;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.lp-nav-list a:hover {
  color: var(--brand) !important;
  background: rgba(8, 102, 255, 0.06);
}

.lp-header-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.55rem 1.1rem;
  background: var(--brand);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(8, 102, 255, 0.28);
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-header-cta:hover {
  background: var(--brand-dark);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(8, 102, 255, 0.36);
}

.lp-nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  padding: 0.55rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.lp-nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ink);
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.lp-header.is-open .lp-nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.lp-header.is-open .lp-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.lp-header.is-open .lp-nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991.98px) {
  #topnav.lp-header {
    background: transparent !important;
    min-height: 0;
    box-shadow: none !important;
  }

  .lp-nav-toggle {
    display: flex;
    order: 2;
  }

  .lp-logo {
    order: 1;
  }

  .lp-nav {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.75rem;
    padding: 1rem 1.25rem 1.25rem !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(11, 19, 36, 0.08) !important;
    box-shadow: 0 18px 40px rgba(11, 19, 36, 0.1);
    z-index: 1050;
  }

  .lp-header.is-open .lp-nav {
    display: flex !important;
  }

  .lp-nav-list {
    flex-direction: column !important;
    align-items: stretch;
    gap: 0.15rem;
  }

  .lp-nav-list a {
    padding: 0.75rem 0.85rem;
  }

  .lp-header-cta {
    width: 100%;
    padding: 0.85rem 1rem;
  }

  .lp-header-announce p {
    font-size: 0.72rem;
  }

  .lp-header-announce span {
    display: block;
    margin-top: 0.1rem;
  }
}

/* ---- Buttons global ---- */
.btn-pills,
.btn.btn-primary,
.btn.btn-soft-primary,
.btn.btn-light {
  border-radius: 999px !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0.75rem 1.4rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn-primary {
  box-shadow: 0 12px 28px rgba(8, 102, 255, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(8, 102, 255, 0.38);
}

/* =========================================================
   HERO — copy left, visual right
   ========================================================= */
.lp-hero {
  position: relative;
  min-height: calc(100vh - 7rem);
  display: flex;
  align-items: center;
  padding: 3.5rem 0 4rem;
  overflow: hidden;
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      700px 480px at 88% 42%,
      rgba(8, 102, 255, 0.2),
      transparent 62%
    ),
    radial-gradient(
      520px 360px at 8% 20%,
      rgba(8, 102, 255, 0.08),
      transparent 55%
    ),
    var(--paper);
  z-index: 0;
  pointer-events: none;
}

.lp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  opacity: 0.035;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.lp-hero .container {
  position: relative;
  z-index: 2;
}

.lp-hero-copy {
  position: relative;
  z-index: 2;
}

.lp-brand {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 1rem;
  color: var(--ink);
}

.lp-brand small {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.42em;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-hero-hook {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--accent);
  margin: 0 0 0.85rem;
  max-width: 32rem;
}

.lp-hero h1 {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 700;
  line-height: 1.4;
  max-width: 30rem;
  margin: 0 0 1rem;
  color: var(--ink-soft);
}

.lp-hero h1 .accent {
  color: var(--ink);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  font-weight: 800;
}

.lp-hero h1 .lp-free {
  display: inline-block;
  color: var(--brand);
  font-weight: 800;
}

.lp-hero-lead {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 32rem;
  margin: 0 0 0.65rem;
}

.lp-hero-lead-2 {
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: var(--ink);
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0;
}

.lp-hero-actions .btn-soft-primary {
  background: transparent !important;
  color: var(--ink) !important;
  border: 1.5px solid rgba(11, 19, 36, 0.18) !important;
}

.lp-hero-actions .btn-soft-primary:hover {
  border-color: var(--brand) !important;
  color: var(--brand) !important;
  background: var(--brand-soft) !important;
}

.lp-hero-actions .hint {
  width: 100%;
  margin: 0.2rem 0 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.lp-hero-visual {
  position: relative;
  z-index: 1;
  align-self: center;
}

.lp-hero-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: contain !important;
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(8, 102, 255, 0.14);
  animation: heroFloat 5.5s ease-in-out 1.2s infinite;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.lp-hero-actions .btn-primary,
.cta-band .btn-primary,
.lp-gifts-cta-btn,
.lp-urgency-btn,
.lp-offer-btn,
.sticky-cta .btn-primary {
  animation: ctaPulse 2.8s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 10px 28px rgba(8, 102, 255, 0.28);
  }
  50% {
    box-shadow:
      0 14px 36px rgba(8, 102, 255, 0.45),
      0 0 0 8px rgba(8, 102, 255, 0.1);
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes backdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Hide old Starty hero chrome if leftover */
.bg-home.saas-background,
.saas-background {
  background: transparent !important;
}

/* ---- Section rhythm ---- */
.section {
  padding: 5rem 0;
}

.section.bg-light {
  background: linear-gradient(
    180deg,
    rgba(234, 241, 255, 0.85),
    rgba(244, 247, 252, 0.95)
  ) !important;
}

.section-title .title,
.section-title h3.title,
.section-title h4.title {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
}

.section-title .badge {
  border-radius: 8px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.para-desc {
  max-width: 36rem;
}

/* ---- Kill generic card chrome ---- */
.card.shadow,
.card.rounded.shadow,
.features.card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.card.features {
  padding: 0 !important;
  text-align: left !important;
}

.card.features .fea-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Keep interaction cards (form) as soft surfaces — handled in .lp-form-card */

/* Promise stats — editorial numbers, not icon cards */
.promise-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.lp-promise-eyebrow {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.lp-promise-wifi {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ink);
  max-width: 34rem;
}

.lp-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  line-height: 1.55;
}

.lp-check-list li .h5 {
  flex-shrink: 0;
  line-height: 1.2;
}

.lp-check-text {
  flex: 1;
  min-width: 0;
  color: var(--ink-soft);
}

.lp-check-text strong {
  color: var(--ink);
  font-weight: 700;
}

.lp-side-img {
  width: 100%;
  height: 520px !important;
  max-height: none;
  object-fit: cover !important;
  object-position: center top;
  display: block;
  border-radius: 18px;
}

#danh-cho-ban .col-lg-6:last-child {
  display: block;
}

@media (max-width: 991.98px) {
  .lp-side-img {
    height: 420px !important;
  }
}

@media (max-width: 575.98px) {
  .lp-side-img {
    height: 340px !important;
  }
}

.promise-stats .item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.promise-stats .item span {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

/* CTA band — full bleed ink strip, not rounded blue box */
.cta-band {
  background: var(--ink);
  color: #fff;
  padding: 3.5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: -40% auto auto 40%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(8, 102, 255, 0.45), transparent 65%);
  pointer-events: none;
}

.cta-band h2,
.cta-band h3,
.cta-band h4 {
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  max-width: 28ch;
  margin: 0 auto 0.75rem;
  position: relative;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 1.5rem;
  position: relative;
}

.cta-band .text-warning,
.cta-band .flash {
  color: #93c5fd !important;
}

.cta-band .btn-light {
  background: #fff !important;
  color: var(--ink) !important;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  line-height: 1.25;
  padding: 0.9rem 1.6rem !important;
}

.cta-band .cta-main {
  font-weight: 800;
  font-size: 1.02rem;
}

.cta-band .cta-sub {
  font-weight: 500;
  font-size: 0.82rem;
  opacity: 0.72;
}

.btn.cta-band-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  line-height: 1.25;
  padding: 0.9rem 1.6rem !important;
}

.btn.cta-band-btn .cta-main {
  font-weight: 800;
  font-size: 1.02rem;
}

.btn.cta-band-btn .cta-sub {
  font-weight: 500;
  font-size: 0.82rem;
  opacity: 0.85;
}

.btn-primary.cta-band-btn .cta-sub {
  color: rgba(255, 255, 255, 0.88);
}

.lp-for-you-cta {
  padding-top: 0.5rem;
}

.lp-for-you-cta p {
  font-size: 1.05rem;
  color: var(--ink-soft);
}

.lp-for-you-cta h4 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
}

/* Letter — personal open-message layout */
.lp-letter-section {
  background:
    radial-gradient(
      700px 360px at 15% 20%,
      rgba(8, 102, 255, 0.08),
      transparent 60%
    ),
    var(--paper);
}

.lp-letter {
  display: grid;
  grid-template-columns: minmax(240px, 300px) 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(11, 19, 36, 0.08);
}

.lp-letter-aside {
  background: linear-gradient(165deg, #0b1324 0%, #123a8c 100%);
  color: #fff;
  padding: 2.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lp-letter-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 1.1rem;
}

.lp-letter-from {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 600;
}

.lp-letter-name {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0.35rem 0 0.15rem;
  color: #fff;
}

.lp-letter-role {
  margin: 0 0 1.25rem;
  color: #93c5fd;
  font-size: 0.9rem;
  font-weight: 600;
}

.lp-letter-quote {
  margin: auto 0 0;
  padding: 0;
  border: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  font-style: italic;
  color: rgba(255, 255, 255, 0.82);
  border-left: 3px solid #0866ff;
  padding-left: 0.9rem;
}

.lp-letter-body {
  padding: 2.4rem 2.2rem 2.2rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

.lp-letter-body p {
  margin-bottom: 1rem;
}

.lp-letter-greeting {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink) !important;
  margin-bottom: 1.25rem !important;
}

.lp-letter-close {
  margin-top: 1.25rem !important;
  font-size: 1.08rem;
  color: var(--ink);
}

.lp-letter-sign {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.lp-letter-sign span {
  font-size: 0.9rem;
  color: var(--muted);
}

.lp-letter-sign strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--brand);
}

@media (max-width: 991.98px) {
  .lp-letter {
    grid-template-columns: 1fr;
  }

  .lp-letter-aside {
    padding: 1.75rem 1.5rem 1.5rem;
  }

  .lp-letter-quote {
    margin-top: 1rem;
  }

  .lp-letter-body {
    padding: 1.75rem 1.5rem 1.6rem;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .lp-letter-section .container {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .lp-letter {
    border-radius: 16px;
  }

  .lp-letter-aside {
    display: grid;
    grid-template-columns: 64px 1fr;
    column-gap: 0.9rem;
    row-gap: 0.15rem;
    align-items: center;
    padding: 1.25rem 1.15rem 1.2rem;
  }

  .lp-letter-avatar {
    grid-row: 1 / 4;
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }

  .lp-letter-from,
  .lp-letter-name,
  .lp-letter-role {
    grid-column: 2;
  }

  .lp-letter-from {
    margin: 0;
  }

  .lp-letter-name {
    margin: 0;
    font-size: 1.2rem;
  }

  .lp-letter-role {
    margin: 0;
    font-size: 0.82rem;
  }

  .lp-letter-quote {
    grid-column: 1 / -1;
    margin-top: 0.85rem;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .lp-letter-body {
    padding: 1.35rem 1.15rem 1.4rem;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .lp-letter-greeting {
    font-size: 1.02rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .lp-letter-close {
    font-size: 1rem;
  }

  .lp-letter-sign {
    margin-top: 1.35rem;
    padding-top: 1rem;
  }
}

.lp-model-section {
  background:
    radial-gradient(
      900px 480px at 90% 30%,
      rgba(8, 102, 255, 0.1),
      transparent 55%
    ),
    linear-gradient(180deg, #eef3fb 0%, #f7f9fc 45%, #ffffff 100%);
  overflow: hidden;
}

.lp-model-head {
  max-width: 46rem;
  margin: 0 auto 3rem;
}

.lp-model-eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(8, 102, 255, 0.1);
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-model-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 1rem;
}

.lp-model-title em {
  font-style: normal;
  color: var(--brand);
  position: relative;
}

.lp-model-lead {
  font-size: 1.08rem;
  color: var(--ink-soft);
  margin: 0 auto 0.85rem;
  max-width: 38rem;
  line-height: 1.65;
}

.lp-model-result {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
}

.lp-model-result::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.25);
  flex-shrink: 0;
}

.lp-model-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.lp-model-copy {
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

.lp-model-intro {
  margin: 0 0 1.25rem;
  font-size: 1.12rem;
  color: var(--ink);
  font-weight: 500;
}

.lp-model-callout {
  margin: 0 0 1.35rem;
  padding: 1.15rem 1.25rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(8, 102, 255, 0.14);
  box-shadow: 0 14px 40px rgba(8, 102, 255, 0.08);
}

.lp-model-callout-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-model-callout p {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.55;
}

.lp-model-outro {
  margin: 0 0 1.5rem;
}

.lp-model-outro strong {
  color: var(--brand);
  font-weight: 800;
}

.lp-model-media {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow:
    0 30px 70px rgba(11, 19, 36, 0.16),
    0 0 0 1px rgba(11, 19, 36, 0.04);
  background: #dbe7f8;
}

.lp-model-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.lp-model-media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: rgba(11, 19, 36, 0.78);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 991.98px) {
  .lp-model-head {
    margin-bottom: 2rem;
  }

  .lp-model-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .lp-model-media {
    max-width: 420px;
    margin-inline: auto;
    aspect-ratio: 5 / 6;
  }
}

.lp-why-section {
  background: #fff;
}

.lp-why-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--ink);
  margin: 0;
}

.lp-why-list {
  display: grid;
  gap: 0.9rem;
}

.lp-why-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.05rem 1.15rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.lp-why-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 102, 255, 0.12);
  color: var(--brand);
  font-size: 1.1rem;
  margin-top: 0.1rem;
}

.lp-why-icon-gift {
  background: rgba(225, 29, 72, 0.1);
  color: var(--accent);
}

.lp-why-text {
  flex: 1;
  min-width: 0;
  color: var(--ink-soft);
  line-height: 1.6;
  font-size: 1.02rem;
}

.lp-why-text strong {
  color: var(--ink);
  font-weight: 800;
}

.lp-why-note {
  margin-top: 1.35rem;
  padding: 1.2rem 1.3rem;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(8, 102, 255, 0.08),
    rgba(225, 29, 72, 0.06)
  );
  border: 1px solid rgba(8, 102, 255, 0.12);
  color: var(--ink-soft);
  line-height: 1.65;
}

.lp-truth-section {
  background:
    radial-gradient(
      800px 420px at 10% 0%,
      rgba(8, 102, 255, 0.08),
      transparent 55%
    ),
    var(--paper);
}

.lp-truth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
  margin-bottom: 2.5rem;
}

.lp-truth-eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-truth-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 1.25rem;
}

.lp-truth-title span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.78em;
  font-weight: 700;
  margin-top: 0.25rem;
}

.lp-truth-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 16px 40px rgba(11, 19, 36, 0.06);
}

.lp-truth-listen {
  margin: 0 0 0.75rem;
  font-weight: 800;
  color: var(--ink);
}

.lp-truth-bullets {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--ink-soft);
}

.lp-truth-bullets li {
  margin-bottom: 0.45rem;
  line-height: 1.55;
}

.lp-truth-ask {
  margin: 0 0 0.4rem;
  font-weight: 800;
  color: var(--ink);
}

.lp-truth-punch {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.35;
}

.lp-truth-punch em {
  font-style: normal;
  color: var(--brand);
}

.lp-truth-note,
.lp-truth-warn {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.lp-truth-outcome {
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--line);
  padding: 1.5rem 1.45rem;
  box-shadow: 0 16px 40px rgba(11, 19, 36, 0.06);
}

.lp-truth-outcome-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 0.9rem;
}

.lp-truth-outcome p {
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 0.9rem;
}

.lp-truth-dont {
  margin: 1.1rem 0 0 !important;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--accent);
}

.lp-truth-dont span {
  display: block;
  color: var(--ink);
  font-size: 0.95em;
  margin-top: 0.2rem;
}

.lp-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.lp-proof-item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(11, 19, 36, 0.08);
  aspect-ratio: 3 / 4;
}

.lp-proof-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .lp-truth-grid {
    grid-template-columns: 1fr;
  }

  .lp-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .lp-proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }
}

/* Curriculum — editorial workshop agenda */
.lp-curriculum {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eef4ff 0%, #f7f9fc 42%, #ffffff 100%);
  color: var(--ink);
}

.lp-curriculum::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42vw, 520px);
  background: radial-gradient(
    ellipse 80% 55% at 0% 20%,
    rgba(8, 102, 255, 0.14),
    transparent 70%
  );
  pointer-events: none;
}

.lp-curriculum .container {
  position: relative;
  z-index: 1;
}

.lp-curriculum-head {
  max-width: 38rem;
  margin: 0 0 3rem;
}

.lp-curriculum-eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-curriculum-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: var(--ink);
}

.lp-curriculum-lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 34rem;
}

.lp-agenda {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.lp-day {
  display: grid;
  grid-template-columns: minmax(9rem, 12rem) 1fr;
  gap: 2rem 2.5rem;
  align-items: start;
}

.lp-day-rail {
  position: sticky;
  top: 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.35rem;
}

.lp-day-index {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: var(--brand);
  opacity: 0.92;
}

.lp-day-name {
  margin-top: 0.85rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
}

.lp-day-meta {
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 500;
}

.lp-day-sessions {
  display: flex;
  flex-direction: column;
  border-left: 2px solid rgba(8, 102, 255, 0.18);
  padding-left: 0;
}

.lp-module {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  gap: 0.85rem 1.15rem;
  padding: 1.65rem 0 1.65rem 1.5rem;
  border-bottom: 1px solid rgba(11, 19, 36, 0.08);
  background: transparent;
  transition:
    background 0.35s ease,
    transform 0.35s ease;
}

.lp-module:last-child {
  border-bottom: 0;
}

.lp-module:hover {
  background: rgba(8, 102, 255, 0.04);
  transform: translateX(4px);
}

.lp-module-highlight {
  background: linear-gradient(
    90deg,
    rgba(8, 102, 255, 0.07),
    rgba(8, 102, 255, 0.02) 55%,
    transparent
  );
}

.lp-module-mark {
  position: relative;
}

.lp-module-mark::before {
  content: "";
  position: absolute;
  left: calc(-1.5rem - 5px);
  top: 0.55rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid var(--brand);
  box-shadow: 0 0 0 4px rgba(8, 102, 255, 0.12);
}

.lp-module-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--brand);
  line-height: 1;
}

.lp-module-body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.3;
  margin: 0 0 0.85rem;
  letter-spacing: -0.02em;
}

.lp-module-body p {
  margin: 0 0 0.7rem;
  line-height: 1.65;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.lp-module-checks {
  margin: 0.35rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.lp-module-checks li {
  position: relative;
  padding-left: 1.45rem;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
}

.lp-module-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 2px;
  background: var(--brand);
  box-shadow: inset 0 0 0 2px #fff;
}

.lp-module-crazy {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  color: var(--accent) !important;
  letter-spacing: -0.02em;
}

.lp-module-gift {
  margin: 1rem 0 0 !important;
  padding: 0 0 0 0.95rem !important;
  border-left: 3px solid var(--brand);
  background: none !important;
  border-radius: 0 !important;
  color: var(--ink) !important;
  font-weight: 600;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

@media (max-width: 991.98px) {
  .lp-day {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .lp-day-rail {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.65rem 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(8, 102, 255, 0.2);
  }

  .lp-day-index {
    font-size: 2.75rem;
  }

  .lp-day-name {
    margin-top: 0;
  }

  .lp-module {
    grid-template-columns: 3.25rem 1fr;
    padding-left: 1.15rem;
  }

  .lp-module:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .lp-curriculum-head {
    margin-bottom: 2.25rem;
  }

  .lp-module {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .lp-module-mark::before {
    top: 0.35rem;
  }
}

/* Gifts — dark vault catalog */
.lp-gifts {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      900px 520px at 15% -10%,
      rgba(8, 102, 255, 0.28),
      transparent 60%
    ),
    radial-gradient(
      700px 420px at 95% 30%,
      rgba(8, 102, 255, 0.12),
      transparent 55%
    ),
    linear-gradient(165deg, #07111f 0%, #0b1a33 45%, #0a1220 100%);
  color: #fff;
}

.lp-gifts-head {
  max-width: 44rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.lp-gifts-eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #93c5fd;
}

.lp-gifts-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.5vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  color: #fff;
}

.lp-gifts-lead {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
  font-weight: 500;
}

.lp-gifts-value {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1.25rem 1.75rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.lp-gifts-value-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.lp-gifts-value-num {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}

.lp-gifts-value-num span {
  font-size: 0.55em;
  margin-left: 0.15em;
  color: #93c5fd;
}

.lp-gifts-value-note {
  margin: 0.55rem 0 0;
  max-width: 28rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.lp-gifts-value-note strong {
  color: #fff;
}

.lp-gifts-list {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.lp-gift {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 0;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.lp-gift:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.lp-gift-visual {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background:
    radial-gradient(
      180px 140px at 50% 40%,
      rgba(8, 102, 255, 0.16),
      transparent 70%
    ),
    linear-gradient(160deg, #eef4ff, #f7f9fc);
}

.lp-gift-visual img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.lp-gift-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.6rem 1.45rem;
}

.lp-gift-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.lp-gift-num {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-gift-price {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--ink);
}

.lp-gift-price::before {
  content: "Trị giá ";
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--muted);
  font-size: 0.82rem;
}

.lp-gift-price-vip {
  color: var(--accent);
}

.lp-gift-price-vip::before {
  content: "Trị giá ";
}

.lp-gift-body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0 0 0.85rem;
  color: var(--ink);
}

.lp-gift-text {
  flex: 1;
}

.lp-gift-text p {
  margin: 0 0 0.7rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}

.lp-gift-text p:last-child {
  margin-bottom: 0;
}

.lp-gift-text strong {
  color: var(--ink);
}

.lp-gift-btn {
  align-self: flex-start;
  margin-top: 1.15rem;
  padding: 0.7rem 1.15rem;
  background: var(--brand);
  color: #fff !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.lp-gift-btn:hover {
  background: var(--brand-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.lp-gifts-finale {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  margin-top: 0.35rem;
}

.lp-gift-bonus {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.lp-gift-bonus:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.lp-gift-bonus-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1.25rem 0.5rem;
  background: rgba(8, 102, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-gift-bonus-index {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
}

.lp-gift-bonus-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #93c5fd;
}

.lp-gift-bonus-body {
  display: flex;
  flex-direction: column;
  padding: 1.45rem 1.4rem 1.35rem;
  color: #fff;
}

.lp-gift-bonus .lp-gift-num {
  color: #93c5fd;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.lp-gift-bonus .lp-gift-price {
  color: #fff;
}

.lp-gift-bonus .lp-gift-price::before {
  color: rgba(255, 255, 255, 0.45);
}

.lp-gift-bonus h3 {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0 0 0.85rem;
  color: #fff;
}

.lp-gift-bonus .lp-gift-text p {
  color: rgba(255, 255, 255, 0.72);
}

.lp-gift-bonus .lp-gift-text strong {
  color: #fff;
}

.lp-gift-bonus-cash {
  background: linear-gradient(
    145deg,
    rgba(8, 102, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.03) 55%
  );
  border-color: rgba(8, 102, 255, 0.28);
}

.lp-gift-bonus-cash .lp-gift-bonus-mark {
  background: linear-gradient(
    180deg,
    rgba(8, 102, 255, 0.45),
    rgba(8, 102, 255, 0.18)
  );
}

.lp-gift-bonus-vip {
  background: linear-gradient(
    145deg,
    rgba(225, 29, 72, 0.16) 0%,
    rgba(8, 102, 255, 0.12) 48%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border-color: rgba(253, 164, 175, 0.28);
}

.lp-gift-bonus-vip .lp-gift-bonus-mark {
  background: linear-gradient(
    180deg,
    rgba(225, 29, 72, 0.35),
    rgba(8, 102, 255, 0.22)
  );
}

.lp-gift-bonus-vip .lp-gift-bonus-label {
  color: #fda4af;
}

.lp-gift-bonus-vip .lp-gift-price-vip {
  color: #fda4af;
}

.lp-gift-bonus-vip .lp-gift-btn {
  background: #fff;
  color: var(--ink) !important;
}

.lp-gift-bonus-vip .lp-gift-btn:hover {
  background: #e8eefc;
  color: var(--ink) !important;
}

@media (max-width: 991.98px) {
  .lp-gifts-finale {
    grid-template-columns: 1fr;
  }

  .lp-gift-bonus:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .lp-gift-bonus {
    grid-template-columns: 1fr;
  }

  .lp-gift-bonus-mark {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.85rem 1.1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .lp-gift-bonus-index {
    font-size: 1.85rem;
  }

  .lp-gift-bonus-body {
    padding: 1.2rem;
  }
}

.lp-gifts-cta {
  position: relative;
  margin-top: 3rem;
  padding: 2.75rem 1.5rem 2.5rem;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(
      520px 280px at 50% 0%,
      rgba(8, 102, 255, 0.35),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(8, 102, 255, 0.16), rgba(255, 255, 255, 0.03));
  border-top: 1px solid rgba(147, 197, 253, 0.28);
  border-bottom: 1px solid rgba(147, 197, 253, 0.18);
}

.lp-gifts-cta-badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #dbeafe;
  background: rgba(8, 102, 255, 0.35);
  border: 1px solid rgba(147, 197, 253, 0.35);
}

.lp-gifts-cta-title {
  margin: 0 auto 0.85rem;
  max-width: 34rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.88);
}

.lp-gifts-cta-title strong {
  display: block;
  margin-top: 0.2rem;
  color: #fff;
  font-weight: 800;
}

.lp-gifts-cta-price {
  margin: 0 auto 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.lp-gifts-cta-price > span {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.lp-gifts-cta-price strong {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  color: #fff;
}

.lp-gifts-cta-price strong span {
  font-size: 0.45em;
  margin-left: 0.12em;
  color: #93c5fd;
  vertical-align: super;
}

.lp-gifts-cta-lead {
  margin: 0 auto 1.6rem;
  max-width: 32rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.lp-gifts-cta-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-width: min(100%, 22rem);
  padding: 1rem 1.5rem;
  background: #0866ff;
  color: #fff !important;
  text-decoration: none !important;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.25;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 16px 40px rgba(8, 102, 255, 0.45);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-gifts-cta-btn small {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.88;
}

.lp-gifts-cta-btn:hover {
  background: #0550d4;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 22px 48px rgba(8, 102, 255, 0.55);
}

.lp-gifts-cta-ready {
  margin: 1.5rem auto 0;
  max-width: 30rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 575.98px) {
  .lp-gifts-cta {
    margin-top: 2.25rem;
    padding: 2rem 1rem 1.85rem;
  }

  .lp-gifts-cta-btn {
    width: 100%;
  }

  .lp-gifts-cta-btn:hover {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .lp-gift {
    grid-template-columns: 1fr;
  }

  .lp-gift-visual {
    min-height: 220px;
    padding: 1.5rem 1.5rem 0.5rem;
  }

  .lp-gift-visual img {
    max-height: 220px;
  }

  .lp-gift:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .lp-gifts-head {
    margin-bottom: 2rem;
  }

  .lp-gifts-value {
    display: flex;
    width: 100%;
    padding: 1.1rem 1rem 1.2rem;
  }

  .lp-gift-body {
    padding: 1.25rem;
  }

  .lp-gift-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
}

/* Before / After — contrast split */
.lp-compare {
  background:
    radial-gradient(
      800px 420px at 0% 0%,
      rgba(8, 102, 255, 0.07),
      transparent 55%
    ),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.lp-compare-head {
  max-width: 40rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.lp-compare-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-compare-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 0;
  color: var(--ink);
}

.lp-compare-title span {
  display: block;
  margin-top: 0.25rem;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.lp-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.lp-compare-col {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 19, 36, 0.08);
}

.lp-compare-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eef8;
}

.lp-compare-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.lp-compare-body {
  padding: 1.45rem 1.4rem 1.5rem;
  flex: 1;
}

.lp-compare-body h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem;
  color: var(--ink);
  text-transform: uppercase;
}

.lp-compare-body h3 span {
  display: inline-block;
  margin-right: 0.25rem;
}

.lp-compare-before h3 span {
  color: #94a3b8;
}

.lp-compare-after h3 span {
  color: var(--brand);
}

.lp-compare-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.lp-compare-body li {
  position: relative;
  padding-left: 1.55rem;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.lp-compare-before li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 2px solid #94a3b8;
  background: transparent;
}

.lp-compare-after li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 2px;
  background: var(--brand);
  box-shadow: inset 0 0 0 2px #fff;
}

.lp-compare-after {
  border-color: rgba(8, 102, 255, 0.22);
  box-shadow: 0 18px 40px rgba(8, 102, 255, 0.08);
}

.lp-compare-after .lp-compare-body {
  background: linear-gradient(180deg, #fff, #f4f8ff);
}

@media (max-width: 991.98px) {
  .lp-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .lp-compare-body {
    padding: 1.2rem;
  }
}

/* Urgency — split editorial + sticky action */
.lp-urgency {
  background:
    radial-gradient(
      700px 380px at 0% 0%,
      rgba(8, 102, 255, 0.09),
      transparent 60%
    ),
    linear-gradient(180deg, #f4f7fc 0%, #ffffff 55%, #eef4ff 100%);
  color: var(--ink);
}

.lp-urgency-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2rem 2.75rem;
  align-items: start;
}

.lp-urgency-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-urgency-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 1.5rem;
  color: var(--ink);
}

.lp-urgency-title em {
  display: block;
  margin-top: 0.15rem;
  font-style: normal;
  color: var(--brand);
}

.lp-urgency-main {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.lp-urgency-main > p {
  margin: 0 0 1rem;
}

.lp-urgency-open {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem !important;
  color: var(--ink) !important;
}

.lp-urgency-fears {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.25rem;
}

.lp-urgency-fears p {
  margin: 0;
  padding: 0.75rem 0.95rem;
  background: #fff;
  border-left: 3px solid #94a3b8;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.45;
}

.lp-urgency-quote {
  margin: 1.5rem 0;
  padding: 1.35rem 1.25rem;
  background: var(--ink);
  color: #fff;
  border: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.lp-urgency-quote span {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
}

.lp-urgency-stamp {
  display: inline-block;
  margin: 0.35rem 0 0 !important;
  padding: 0.45rem 0.85rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(8, 102, 255, 0.1);
}

.lp-urgency-aside {
  position: sticky;
  top: 6.5rem;
  padding: 1.75rem 1.5rem 1.65rem;
  background:
    radial-gradient(
      420px 240px at 100% 0%,
      rgba(8, 102, 255, 0.4),
      transparent 65%
    ),
    linear-gradient(165deg, #0b1324, #0a1f3f);
  color: #fff;
}

.lp-urgency-aside-tag {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
}

.lp-urgency-aside h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0 0 0.85rem;
  color: #fff;
}

.lp-urgency-aside-lead {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.lp-urgency-aside-x {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.lp-urgency-aside-x li {
  position: relative;
  padding-left: 1.4rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.45;
}

.lp-urgency-aside-x li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  background: #fb7185;
}

.lp-urgency-aside > p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.96rem;
  line-height: 1.6;
}

.lp-urgency-aside-note {
  color: #93c5fd !important;
  font-weight: 600;
}

.lp-urgency-aside-fire {
  margin: 0.85rem 0 1.25rem !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem !important;
}

.lp-urgency-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  padding: 1rem 1.15rem;
  background: #0866ff;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.25;
  box-shadow: 0 14px 36px rgba(8, 102, 255, 0.4);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.lp-urgency-btn small {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 500;
  opacity: 0.88;
}

.lp-urgency-btn:hover {
  background: #0550d4;
  color: #fff !important;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .lp-urgency-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lp-urgency-aside {
    position: static;
  }

  .lp-urgency-btn:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .lp-urgency-aside {
    padding: 1.35rem 1.15rem 1.4rem;
  }

  .lp-urgency-quote {
    padding: 1.1rem 1rem;
  }
}

/* Coach */
.lp-coach {
  background:
    radial-gradient(
      700px 400px at 0% 50%,
      rgba(8, 102, 255, 0.08),
      transparent 60%
    ),
    #fff;
}

.lp-coach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2.5rem 3rem;
  align-items: center;
}

.lp-coach-media {
  margin: 0;
  position: relative;
}

.lp-coach-media::before {
  content: "";
  position: absolute;
  inset: 8% -6% -6% 10%;
  background: rgba(8, 102, 255, 0.12);
  z-index: 0;
}

.lp-coach-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lp-coach-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-coach-title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--ink);
}

.lp-coach-name {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand);
  text-transform: uppercase;
}

.lp-coach-role {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.lp-coach-role strong {
  color: var(--ink);
}

.lp-coach-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}

.lp-coach-points li {
  position: relative;
  padding-left: 1.55rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.lp-coach-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--brand);
  box-shadow: inset 0 0 0 2px #fff;
}

@media (max-width: 991.98px) {
  .lp-coach-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .lp-coach-media {
    max-width: 28rem;
    margin-inline: auto;
  }
}

/* Before/after images without heavy card frame */
.compare-visual img {
  border-radius: 14px;
  width: 100%;
}

/* Offer stack — sample-inspired value box */
.lp-offer {
  background: #f3f5f7;
}

.lp-offer-head {
  max-width: 40rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.lp-offer-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 0 0 0.65rem;
  color: var(--ink);
}

.lp-offer-lead {
  margin: 0;
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

.lp-offer-box {
  max-width: 46rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.75rem;
  background: #fff;
  border: 2px dashed var(--brand);
  border-radius: 14px;
}

.lp-offer-list {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.lp-offer-list li {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.55rem;
  align-items: start;
}

.lp-offer-gift {
  line-height: 1.45;
  font-size: 1rem;
}

.lp-offer-list p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ink);
}

.lp-offer-list strong {
  font-weight: 800;
  color: var(--ink);
}

.lp-offer-list b {
  font-weight: 800;
  color: #c62828;
}

.lp-offer-price {
  text-align: center;
  margin: 0 0 0.85rem;
}

.lp-offer-was {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #c62828;
}

.lp-offer-now {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--brand);
  line-height: 1.2;
}

.lp-offer-arrows {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  margin: 0.85rem 0 1.1rem;
}

.lp-offer-arrows span {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--brand);
  opacity: 0.85;
  filter: drop-shadow(0 3px 0 rgba(8, 102, 255, 0.25));
}

.lp-offer-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: min(100%, 26rem);
  margin: 0 auto;
  padding: 0.95rem 1.25rem;
  border-radius: 10px;
  background: var(--brand);
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.25;
  box-shadow: 0 10px 28px rgba(8, 102, 255, 0.35);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.lp-offer-btn small {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.9;
}

.lp-offer-btn:hover {
  background: var(--brand-dark);
  color: #fff !important;
  transform: translateY(-2px);
}

.lp-offer-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  max-width: 54rem;
  margin: 1.35rem auto 0;
}

.lp-offer-meta article {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.15rem 1.05rem 1.2rem;
  background: #eceff3;
  border-radius: 12px;
}

.lp-offer-meta-icon {
  display: block;
  font-size: 1.65rem;
  line-height: 1;
  margin: 0 0 0.55rem;
}

.lp-offer-meta h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ink);
}

.lp-offer-meta p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

.lp-offer-meta strong {
  color: var(--ink);
}

@media (max-width: 991.98px) {
  .lp-offer-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .lp-offer-box {
    padding: 1.15rem 1rem 1.35rem;
  }

  .lp-offer-btn {
    width: 100%;
  }

  .lp-offer-btn:hover {
    transform: none;
  }

  .lp-offer-arrows {
    gap: 1.25rem;
  }
}

/* Offer rows (legacy) */
.offer-row {
  gap: 1rem;
  font-size: 0.95rem;
}

.offer-row strong {
  white-space: nowrap;
  color: var(--ink);
}

/* Form — image left + signup right */
.lp-form {
  background:
    radial-gradient(
      700px 380px at 100% 0%,
      rgba(8, 102, 255, 0.1),
      transparent 55%
    ),
    linear-gradient(180deg, #f4f7fc 0%, #ffffff 100%);
}

.lp-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem 2.75rem;
  align-items: center;
}

.lp-form-media {
  margin: 0;
  padding: 1.25rem;
  background:
    radial-gradient(
      240px 180px at 50% 40%,
      rgba(8, 102, 255, 0.12),
      transparent 70%
    ),
    #fff;
  border: 1px solid rgba(11, 19, 36, 0.08);
}

.lp-form-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lp-form-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: var(--ink);
}

.lp-form-title span {
  color: var(--brand);
}

.lp-form-seats {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.lp-form-seats strong {
  color: var(--ink);
}

.lp-form-field label span {
  color: var(--accent);
}

.lp-form-secure {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.86rem;
  color: var(--muted);
}

/* Register modal */
.lp-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.lp-modal[hidden] {
  display: none !important;
}

.lp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(4px);
}

.lp-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(92vh, 44rem);
  overflow: auto;
  padding: 1.75rem 1.5rem 1.6rem;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.lp-modal-close {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.lp-modal-close:hover {
  color: var(--ink);
}

.lp-modal-title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  padding-right: 1.5rem;
  color: var(--ink);
}

.lp-modal-title span {
  color: var(--brand);
}

.lp-modal-lead {
  margin: 0 0 0.75rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.lp-modal-seats {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.lp-modal-seats strong {
  color: var(--ink);
}

body.lp-modal-open {
  overflow: hidden;
}

.lp-form-lead {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.lp-form-card {
  padding: 1.5rem 1.4rem 1.55rem;
  background: #fff;
  border: 1px solid rgba(11, 19, 36, 0.08);
  box-shadow: 0 18px 44px rgba(11, 19, 36, 0.08);
}

.lp-form-card-title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0 0 0.65rem;
  color: var(--ink);
  text-align: center;
}

.lp-form-card-title span {
  color: var(--brand);
}

.lp-form-card-note {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.lp-form-card-cta .lp-form-btn {
  text-decoration: none !important;
  text-transform: none;
  letter-spacing: -0.01em;
}

.lp-form-card-cta .lp-form-btn small {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  opacity: 0.9;
  text-transform: none;
}

.lp-form-fields {
  display: grid;
  gap: 0.9rem;
}

.lp-form-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}

.lp-form-field input {
  width: 100%;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(11, 19, 36, 0.12);
  background: #f8faff;
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--ink);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-form-field input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-soft);
  background: #fff;
}

.lp-form-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.95rem 1.15rem;
  border: 0;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(8, 102, 255, 0.35);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.lp-form-btn small {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  opacity: 0.9;
}

.lp-form-btn:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .lp-form-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lp-form-media {
    max-width: 28rem;
    margin-inline: auto;
  }

  .lp-form-btn:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .lp-form-card {
    padding: 1.2rem 1.05rem 1.3rem;
  }
}

/* Form */
#form-dang-ky .form-control {
  border-radius: 12px;
  border-color: var(--line);
  padding: 0.75rem 1rem;
  background: #f8faff;
}

#form-dang-ky .form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-soft);
}

/* Footer */
.footer.bg-footer,
.footer-bar.bg-footer {
  background: #071018 !important;
}

.footer {
  margin-bottom: 0;
}

html {
  background: #071018;
}

/* Modal motion */
.lp-modal:not([hidden]) .lp-modal-backdrop {
  animation: backdropIn 0.28s ease both;
}

.lp-modal:not([hidden]) .lp-modal-dialog {
  animation: modalIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes announceShine {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(350%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-header-announce::after,
  .lp-hero-visual img,
  .lp-hero-actions .btn-primary,
  .cta-band .btn-primary,
  .lp-gifts-cta-btn,
  .lp-urgency-btn,
  .lp-offer-btn,
  .sticky-cta .btn-primary,
  .lp-modal:not([hidden]) .lp-modal-backdrop,
  .lp-modal:not([hidden]) .lp-modal-dialog {
    animation: none !important;
  }
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(244, 247, 252, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 -10px 40px rgba(11, 19, 36, 0.12);
  transform: translateY(110%);
  transition: transform 0.28s ease;
}

.sticky-cta.show {
  transform: translateY(0);
}

body.has-sticky {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  body.has-sticky {
    padding-bottom: 78px;
  }
}

/* Floating contact — right side */
.lp-float-contact {
  position: fixed;
  right: max(0.85rem, env(safe-area-inset-right));
  bottom: calc(5.5rem + env(safe-area-inset-bottom));
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-end;
}

body.has-sticky .lp-float-contact {
  bottom: calc(6.75rem + env(safe-area-inset-bottom));
}

.lp-float-btn {
  position: relative;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(11, 19, 36, 0.22);
  overflow: visible;
  opacity: 0;
  translate: 1.35rem 0;
  scale: 0.88;
  animation: lp-float-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.lp-float-zalo {
  animation-delay: 0.3s;
}

.lp-float-messenger {
  animation-delay: 0.45s;
}

.lp-float-phone {
  animation-delay: 0.6s;
}

.lp-float-btn svg {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  position: relative;
  z-index: 1;
  animation: lp-float-bob 2.8s ease-in-out 1.1s infinite;
}

.lp-float-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 999px;
  position: relative;
  z-index: 1;
  animation: lp-float-bob 2.8s ease-in-out 1.1s infinite;
}

.lp-float-messenger img {
  animation-delay: 1.45s;
}

.lp-float-phone svg {
  animation-delay: 1.8s;
}

.lp-float-btn:hover,
.lp-float-btn:focus-visible {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 18px 36px rgba(11, 19, 36, 0.3);
  filter: brightness(1.05);
}

.lp-float-btn:hover img,
.lp-float-btn:hover svg,
.lp-float-btn:focus-visible img,
.lp-float-btn:focus-visible svg {
  animation-play-state: paused;
}

.lp-float-btn:active {
  transform: translateY(-1px) scale(0.98);
}

.lp-float-label {
  position: absolute;
  right: calc(100% + 0.55rem);
  top: 50%;
  white-space: nowrap;
  background: var(--ink);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  transform: translate(6px, -50%);
}

.lp-float-btn:hover .lp-float-label,
.lp-float-btn:focus-visible .lp-float-label {
  opacity: 1;
  transform: translate(0, -50%);
}

.lp-float-zalo,
.lp-float-messenger {
  background: #fff;
  padding: 0;
}

.lp-float-phone {
  background: linear-gradient(145deg, #22c55e, #16a34a);
}

.lp-float-zalo::before,
.lp-float-messenger::before,
.lp-float-phone::before,
.lp-float-zalo::after,
.lp-float-messenger::after,
.lp-float-phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.lp-float-zalo::before,
.lp-float-zalo::after {
  color: rgba(0, 104, 255, 0.45);
}

.lp-float-messenger::before,
.lp-float-messenger::after {
  color: rgba(160, 51, 255, 0.4);
}

.lp-float-phone::before,
.lp-float-phone::after {
  color: rgba(22, 163, 74, 0.45);
}

.lp-float-zalo::before,
.lp-float-messenger::before,
.lp-float-phone::before {
  animation: lp-float-pulse 2.6s ease-out infinite;
}

.lp-float-zalo::after,
.lp-float-messenger::after,
.lp-float-phone::after {
  animation: lp-float-pulse 2.6s ease-out infinite;
}

.lp-float-zalo::before {
  animation-delay: 0.2s;
}

.lp-float-zalo::after {
  animation-delay: 1.5s;
}

.lp-float-messenger::before {
  animation-delay: 0.55s;
}

.lp-float-messenger::after {
  animation-delay: 1.85s;
}

.lp-float-phone::before {
  animation-delay: 0.9s;
}

.lp-float-phone::after {
  animation-delay: 2.2s;
}

@keyframes lp-float-in {
  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes lp-float-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes lp-float-pulse {
  0% {
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0.85;
  }
  70% {
    box-shadow: 0 0 0 16px transparent;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 575.98px) {
  .lp-float-btn {
    width: 3.1rem;
    height: 3.1rem;
  }

  .lp-float-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-float-btn,
  .lp-float-btn img,
  .lp-float-btn svg,
  .lp-float-zalo::before,
  .lp-float-zalo::after,
  .lp-float-messenger::before,
  .lp-float-messenger::after,
  .lp-float-phone::before,
  .lp-float-phone::after {
    animation: none !important;
  }

  .lp-float-btn {
    opacity: 1;
    translate: none;
    scale: none;
  }
}

.back-to-top {
  background: var(--brand) !important;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  right: max(0.85rem, env(safe-area-inset-right)) !important;
  bottom: calc(1.1rem + env(safe-area-inset-bottom)) !important;
}

body.has-sticky .back-to-top {
  bottom: calc(5.25rem + env(safe-area-inset-bottom)) !important;
}

.back-to-top.is-visible {
  display: inline-flex;
}

.lp-icon {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  vertical-align: -0.2em;
  flex-shrink: 0;
}

.lp-why-icon .lp-icon,
.back-to-top .lp-icon {
  width: 1.25em;
  height: 1.25em;
}

/* Features list icons */
.features .title,
.features h5.title {
  font-weight: 700;
}

img.rounded.shadow {
  box-shadow: var(--shadow) !important;
  border-radius: 16px !important;
}

/* Responsive */
@media (max-width: 991.98px) {
  .lp-hero {
    padding: 2.5rem 0 3rem;
    min-height: auto;
  }

  .lp-hero h1 {
    max-width: none;
  }

  .lp-hero-visual img {
    max-width: 100%;
  }

  .promise-stats {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .lp-hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .section {
    padding: 3.5rem 0;
  }
}
