@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

html {
  scroll-behavior: smooth;
}

.home-v2-page {
  --home-v2-font-display: "Playfair Display", Georgia, serif;
  --home-v2-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --home-v2-bg: #F7F5FA;
  --home-v2-bg-soft: #F4F3F9;
  --home-v2-surface: #FFFFFF;
  --home-v2-surface-soft: #FBFAFF;
  --home-v2-text: #0A0B24;
  --home-v2-text-strong: #111657;
  --home-v2-text-muted: #4E4E6A;
  --home-v2-text-soft: #6A689A;
  --home-v2-border: #E5DFF3;
  --home-v2-border-purple: #C5B8E9;
  --home-v2-primary: #5B32D0;
  --home-v2-primary-dark: #4F2FAF;
  --home-v2-primary-light: #8B69DC;
  --home-v2-violet: #7252CC;
  --home-v2-lavender: #EEE8FF;
  --home-v2-lavender-strong: #C6B8ED;
  --home-v2-dark: #040930;
  --home-v2-dark-purple: #111657;
  --home-v2-deep-purple: #1D1852;
  --home-v2-dark-card: #17114A;
  --home-v2-whatsapp: #25D366;
  --home-v2-danger: #E6536A;
  --home-v2-gold: #F4B740;
  --home-v2-success: #16A874;

  --home-v2-gradient-primary: linear-gradient(135deg, #5B32D0 0%, #8B69DC 100%);
  --home-v2-gradient-dark: linear-gradient(135deg, #040930 0%, #1D1852 55%, #4F2FAF 100%);
  --home-v2-gradient-soft: radial-gradient(circle at top right, rgba(139, 105, 220, 0.22), transparent 38%);
  --home-v2-gradient-offer: linear-gradient(135deg, #040930 0%, #111657 45%, #2F2291 100%);

  --home-v2-shadow-xs: 0 8px 20px rgba(10, 11, 36, 0.05);
  --home-v2-shadow-sm: 0 14px 35px rgba(33, 20, 84, 0.08);
  --home-v2-shadow-md: 0 24px 70px rgba(63, 45, 138, 0.14);
  --home-v2-shadow-purple: 0 22px 45px rgba(91, 50, 208, 0.24);
  --home-v2-shadow-dark: 0 30px 80px rgba(4, 9, 48, 0.35);

  --home-v2-radius-sm: 12px;
  --home-v2-radius-md: 18px;
  --home-v2-radius-lg: 26px;
  --home-v2-radius-xl: 34px;
  --home-v2-radius-pill: 999px;

  --home-v2-container: 1200px;
  --home-v2-section-y: 110px;

  --motion-fast: 180ms;
  --motion-normal: 320ms;
  --motion-slow: 520ms;
  --motion-reveal: 920ms;
  --ease-premium: cubic-bezier(.16, 1, .3, 1);
}

.home-v2-page,
.home-v2-page * {
  box-sizing: border-box;
}

.home-v2-page {
  position: relative;
  width: auto;
  min-height: 100vh;
  margin: -8px;
  color: var(--home-v2-text);
  font-family: var(--home-v2-font-body);
  line-height: 1.5;
  background:
    radial-gradient(circle at 88% 8%, rgba(139, 105, 220, 0.18), transparent 30%),
    radial-gradient(circle at 8% 26%, rgba(255, 255, 255, 0.96), transparent 34%),
    var(--home-v2-bg);
  overflow-x: clip;
  overflow-y: visible;
}

.home-v2-main {
  width: 100%;
  overflow-x: clip;
}

#hero,
#plateforme,
#concours,
#methode,
#pricing,
#avis,
#faq {
  scroll-margin-top: 112px;
}

.home-v2-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity var(--motion-reveal) var(--ease-premium),
    transform var(--motion-reveal) var(--ease-premium);
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}

.home-v2-reveal-up {
  transform: translateY(40px);
}

.home-v2-reveal-left {
  transform: translateX(-36px);
}

.home-v2-reveal-right {
  transform: translateX(36px);
}

.home-v2-reveal-scale {
  transform: scale(.95);
}

.home-v2-reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.home-v2-delay-1 {
  --delay: 120ms;
}

.home-v2-delay-2 {
  --delay: 180ms;
}

.home-v2-delay-3 {
  --delay: 240ms;
}

.home-v2-delay-4 {
  --delay: 300ms;
}

.home-v2-delay-5 {
  --delay: 360ms;
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-reveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.home-v2-navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(176px, 220px) minmax(0, 1fr) minmax(342px, 398px);
  column-gap: clamp(24px, 2.8vw, 46px);
  align-items: center;
  width: 100%;
  height: clamp(82px, 7vw, 104px);
  margin: 0 auto;
  padding: 14px clamp(24px, 5.2vw, 72px);
  color: var(--home-v2-text-strong);
  background: rgba(247, 245, 250, 0.78);
  box-shadow: 0 14px 45px rgba(33, 20, 84, 0.05);
  backdrop-filter: blur(18px);
}

.home-v2-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.home-v2-brand-logo {
  display: block;
  width: clamp(136px, 10.2vw, 164px);
  height: clamp(36px, 3vw, 44px);
  object-fit: contain;
  object-position: left center;
}

.home-v2-brand-subtitle {
  margin-top: -6px;
  margin-left: clamp(32px, 2.6vw, 39px);
  color: rgba(78, 78, 106, 0.58);
  font-size: clamp(12px, 0.95vw, 15px);
  font-weight: 500;
  letter-spacing: 0;
}

.home-v2-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 48px);
  min-width: 0;
  font-size: clamp(13.5px, 0.98vw, 16px);
  font-weight: 700;
}

.home-v2-nav-item,
.home-v2-login-item {
  line-height: 1;
  white-space: nowrap;
}

.home-v2-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: #070B3D;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 280ms cubic-bezier(.22, .61, .36, 1),
    transform 280ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  border-radius: var(--home-v2-radius-pill);
  background: linear-gradient(90deg, #4F2EDB 0%, #6E43F3 50%, #9F7BFF 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-nav-item:hover,
.home-v2-nav-item:focus-visible {
  color: var(--home-v2-primary);
  transform: translateY(-2px);
}

.home-v2-nav-item:hover::after,
.home-v2-nav-item:focus-visible::after {
  transform: scaleX(1);
}

.home-v2-nav-item:focus-visible,
.home-v2-brand:focus-visible,
.home-v2-login-item:focus-visible,
.home-v2-primary-button:focus-visible {
  outline: 3px solid rgba(110, 67, 243, 0.28);
  outline-offset: 4px;
}

.home-v2-navbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.2vw, 18px);
}

.home-v2-login-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: var(--home-v2-radius-pill);
  color: var(--home-v2-primary);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 300ms cubic-bezier(.22, .61, .36, 1),
    background 300ms cubic-bezier(.22, .61, .36, 1),
    border-color 300ms cubic-bezier(.22, .61, .36, 1),
    box-shadow 300ms cubic-bezier(.22, .61, .36, 1),
    transform 300ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-login-icon {
  position: relative;
  display: grid;
  width: clamp(25px, 1.9vw, 29px);
  height: clamp(25px, 1.9vw, 29px);
  place-items: center;
  border-radius: 50%;
  background: rgba(110, 67, 243, 0.06);
}

.home-v2-login-icon::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 1px solid rgba(110, 67, 243, 0);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.85);
  transition:
    opacity 280ms cubic-bezier(.22, .61, .36, 1),
    border-color 300ms cubic-bezier(.22, .61, .36, 1),
    transform 300ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-login-item i {
  position: relative;
  z-index: 1;
  font-size: clamp(21px, 1.6vw, 25px);
  transition: transform 300ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-login-item:hover,
.home-v2-login-item:focus-visible {
  border-color: rgba(110, 67, 243, 0.2);
  color: #24106F;
  background: rgba(110, 67, 243, 0.08);
  box-shadow: 0 10px 24px rgba(110, 67, 243, 0.1);
  transform: translateY(-1px);
}

.home-v2-login-item:hover .home-v2-login-icon::after,
.home-v2-login-item:focus-visible .home-v2-login-icon::after {
  opacity: 1;
  border-color: rgba(110, 67, 243, 0.34);
  transform: scale(1);
}

.home-v2-login-item:hover i,
.home-v2-login-item:focus-visible i {
  transform: translate(1px, -1px);
}

.home-v2-navbar-separator {
  width: 1px;
  height: 36px;
  background: var(--home-v2-border-purple);
}

.home-v2-primary-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(208px, 14vw, 236px);
  height: clamp(44px, 3.5vw, 50px);
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  color: var(--home-v2-surface);
  font: 700 clamp(14px, 1.05vw, 16px)/1 var(--home-v2-font-body);
  text-decoration: none;
  background: linear-gradient(135deg, #4F2EDB 0%, #6E43F3 45%, #8B5CF6 100%);
  box-shadow: 0 18px 38px rgba(71, 39, 159, 0.34);
  cursor: pointer;
  transition:
    transform 300ms cubic-bezier(.22, .61, .36, 1),
    background 300ms cubic-bezier(.22, .61, .36, 1),
    box-shadow 300ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-primary-button::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -65%;
  z-index: 0;
  width: 44%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-18deg);
  transition: left 650ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-primary-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 1px;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(203, 190, 255, 0.24), rgba(139, 92, 246, 0.14));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 320ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-primary-button:hover,
.home-v2-primary-button:focus-visible {
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #3F1EB8 0%, #5B2BDE 46%, #7748EA 100%);
  box-shadow:
    0 18px 38px rgba(91, 37, 201, 0.22),
    0 12px 34px rgba(71, 39, 159, 0.16),
    0 0 42px rgba(139, 92, 246, 0.2),
    0 0 72px rgba(110, 67, 243, 0.1);
  transform: translateY(-2px);
}

.home-v2-primary-button:hover::before,
.home-v2-primary-button:focus-visible::before {
  left: 125%;
}

.home-v2-primary-button:hover::after,
.home-v2-primary-button:focus-visible::after {
  opacity: .36;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .home-v2-nav-item,
  .home-v2-nav-item::after,
  .home-v2-login-item,
  .home-v2-login-icon::after,
  .home-v2-login-item i,
  .home-v2-primary-button,
  .home-v2-primary-button::before,
  .home-v2-primary-button::after,
  .home-v2-hero-action,
  .home-v2-hero-action-primary::before,
  .home-v2-hero-action-primary::after {
    transition: none;
  }

  .home-v2-nav-item:hover,
  .home-v2-nav-item:focus-visible,
  .home-v2-login-item:hover,
  .home-v2-login-item:focus-visible,
  .home-v2-login-item:hover i,
  .home-v2-login-item:focus-visible i,
  .home-v2-login-item:hover .home-v2-login-icon::after,
  .home-v2-login-item:focus-visible .home-v2-login-icon::after,
  .home-v2-primary-button:hover,
  .home-v2-primary-button:focus-visible,
  .home-v2-hero-action-primary:hover,
  .home-v2-hero-action-primary:focus-visible,
  .home-v2-hero-action-secondary:hover,
  .home-v2-hero-action-secondary:focus-visible {
    transform: none;
  }

  .home-v2-primary-button:hover::before,
  .home-v2-primary-button:focus-visible::before,
  .home-v2-hero-action-primary:hover::before,
  .home-v2-hero-action-primary:focus-visible::before {
    left: -65%;
  }

  .home-v2-hero-action-secondary:hover,
  .home-v2-hero-action-secondary:focus-visible {
    color: var(--home-v2-primary-dark);
  }
}

.home-v2-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(590px, 650px) minmax(0, 1fr);
  column-gap: clamp(28px, 3vw, 48px);
  width: min(calc(100% - clamp(44px, 6vw, 112px)), 1440px);
  min-height: clamp(545px, 38vw, 620px);
  margin: 0 auto;
  padding-bottom: clamp(40px, 4.8vw, 72px);
}

.home-v2-hero-copy {
  position: relative;
  z-index: 2;
  padding-top: clamp(68px, 6vw, 90px);
  max-width: 650px;
}

.home-v2-eyebrow,
.home-v2-section-eyebrow {
  margin: 0;
  color: var(--home-v2-primary);
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.home-v2-hero-title {
  margin: clamp(18px, 1.8vw, 24px) 0 clamp(20px, 2vw, 28px);
  color: var(--home-v2-text);
  font-family: var(--home-v2-font-display);
  font-size: clamp(3.05rem, 3.85vw, 4.35rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-v2-hero-title span {
  display: block;
}

.home-v2-hero-title-accent {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: var(--home-v2-primary-dark);
}

.home-v2-hero-title-accent::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -10px;
  width: clamp(200px, 17vw, 238px);
  height: 14px;
  border: solid var(--home-v2-primary);
  border-width: 0 0 3px;
  border-radius: 50%;
  transform: rotate(-3deg);
}

.home-v2-hero-text,
.home-v2-hero-note {
  margin: 0;
  color: var(--home-v2-text-muted);
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 500;
  line-height: 1.65;
}

.home-v2-hero-note {
  margin-top: 14px;
}

.home-v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 31px 0 38px;
}

.home-v2-hero-action {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 28px;
  overflow: hidden;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 300ms cubic-bezier(.22, .61, .36, 1),
    border-color 300ms cubic-bezier(.22, .61, .36, 1),
    background 300ms cubic-bezier(.22, .61, .36, 1),
    box-shadow 300ms cubic-bezier(.22, .61, .36, 1),
    color 300ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-hero-action-primary {
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #4F2EDB 0%, #6E43F3 45%, #8B5CF6 100%);
  box-shadow: 0 18px 38px rgba(91, 50, 208, 0.24);
}

.home-v2-hero-action-primary::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -65%;
  z-index: 0;
  width: 44%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-18deg);
  transition: left 650ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-hero-action-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 1px;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(203, 190, 255, 0.24), rgba(139, 92, 246, 0.14));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 320ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-hero-action-primary span {
  position: relative;
  z-index: 2;
}

.home-v2-hero-action-secondary {
  border: 1px solid rgba(110, 67, 243, 0.24);
  color: var(--home-v2-primary);
  background: rgba(255, 255, 255, 0.72);
}

.home-v2-hero-action-text,
.home-v2-hero-action-arrow {
  position: relative;
  z-index: 2;
}

.home-v2-hero-action-primary:hover {
  background: linear-gradient(135deg, #3F1EB8 0%, #5B2BDE 46%, #7748EA 100%);
  box-shadow:
    0 18px 38px rgba(91, 37, 201, 0.22),
    0 12px 34px rgba(71, 39, 159, 0.16),
    0 0 42px rgba(139, 92, 246, 0.2),
    0 0 72px rgba(110, 67, 243, 0.1);
  transform: translateY(-2px);
}

.home-v2-hero-action-primary:hover::before,
.home-v2-hero-action-primary:focus-visible::before {
  left: 125%;
}

.home-v2-hero-action-primary:hover::after,
.home-v2-hero-action-primary:focus-visible::after {
  opacity: .36;
}

.home-v2-hero-action-primary:focus-visible {
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #3F1EB8 0%, #5B2BDE 46%, #7748EA 100%);
  box-shadow:
    0 18px 38px rgba(91, 37, 201, 0.22),
    0 12px 34px rgba(71, 39, 159, 0.16),
    0 0 42px rgba(139, 92, 246, 0.2),
    0 0 72px rgba(110, 67, 243, 0.1);
  transform: translateY(-2px);
}

.home-v2-hero-action-secondary:hover,
.home-v2-hero-action-secondary:focus-visible {
  border-color: rgba(110, 67, 243, 0.28);
  color: var(--home-v2-primary-dark);
  background: rgba(110, 67, 243, 0.08);
  box-shadow: 0 14px 28px rgba(110, 67, 243, 0.16);
  transform: translateY(-2px);
}

.home-v2-hero-action:focus-visible {
  outline: 3px solid rgba(110, 67, 243, 0.32);
  outline-offset: 3px;
}

.home-v2-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: clamp(380px, 34vw, 460px);
  min-height: 82px;
  margin-top: 0;
  padding: 16px 20px;
  border: 1px solid rgba(197, 184, 233, 0.46);
  border-radius: var(--home-v2-radius-md);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: var(--home-v2-shadow-xs);
  backdrop-filter: blur(18px);
}

.home-v2-stats.home-v2-reveal {
  transform: translateY(26px);
  transition:
    opacity 850ms cubic-bezier(.16, 1, .3, 1),
    transform 850ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-stats.home-v2-reveal.is-visible {
  box-shadow: 0 16px 34px rgba(91, 50, 208, 0.08);
}

.home-v2-stat {
  min-height: 72px;
  padding: 0 18px;
  border-right: 1px solid var(--home-v2-border);
  color: var(--home-v2-primary);
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 700ms cubic-bezier(.16, 1, .3, 1),
    transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-stats.home-v2-stats-active .home-v2-stat {
  opacity: 1;
  transform: translateY(0);
}

.home-v2-stats.home-v2-stats-active .home-v2-stat:nth-child(1) {
  transition-delay: 120ms;
}

.home-v2-stats.home-v2-stats-active .home-v2-stat:nth-child(2) {
  transition-delay: 220ms;
}

.home-v2-stats.home-v2-stats-active .home-v2-stat:nth-child(3) {
  transition-delay: 320ms;
}

.home-v2-stat:last-child {
  border-right: 0;
}

.home-v2-stat i {
  display: block;
  margin-bottom: 4px;
  font-size: 22px;
}

.home-v2-stat strong {
  display: block;
  font-family: var(--home-v2-font-display);
  font-size: clamp(28px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1;
}

.home-v2-stat span {
  display: block;
  margin-top: 3px;
  color: var(--home-v2-text-strong);
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-stats.home-v2-reveal,
  .home-v2-stats.home-v2-reveal.is-visible,
  .home-v2-stat {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.home-v2-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(535px, 41vw, 650px);
  overflow: visible;
  isolation: isolate;
}

.home-v2-hero-visual::before,
.home-v2-hero-visual::after {
  content: "";
  position: absolute;
  top: clamp(18px, 2vw, 34px);
  left: 50%;
  width: clamp(235px, 20vw, 325px);
  height: clamp(500px, 40vw, 635px);
  border-radius: 8px;
  background: linear-gradient(315deg, #3C0E9F, #813EED);
  transform: translateX(-38%) skewX(15deg);
  transition: 0.5s;
  z-index: -2;
}

.home-v2-hero-visual::after {
  filter: blur(30px);
  opacity: 0.72;
  z-index: -3;
}

.home-v2-hero-visual:hover::before,
.home-v2-hero-visual:hover::after {
  width: clamp(280px, 24vw, 380px);
  transform: translateX(-35%) skewX(0deg);
}

.home-v2-student-decor {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.home-v2-student-decor::before,
.home-v2-student-decor::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  animation: home-v2-student-float 2s ease-in-out infinite;
}

.home-v2-student-decor::after {
  right: 0;
  bottom: 0;
  background: rgba(113, 113, 113, 0.1);
  animation-delay: -1s;
}

.home-v2-hero-visual:hover .home-v2-student-decor::before {
  top: 175px;
  left: clamp(20px, 6vw, 90px);
  width: 100px;
  height: 100px;
  opacity: 1;
}

.home-v2-hero-visual:hover .home-v2-student-decor::after {
  right: clamp(0px, 1vw, 10px);
  bottom: 170px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.home-v2-student-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: min(100%, 660px);
}

.home-v2-student-img {
  display: block;
  width: clamp(490px, 40vw, 670px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 28px 36px rgba(36, 18, 72, 0.25));
  transform: translateX(clamp(-14px, -1vw, -6px));
}

@keyframes home-v2-student-float {
  0%,
  100% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.home-v2-benefits {
  position: relative;
  margin-top: 0;
  padding: 0 0 clamp(60px, 5.5vw, 84px);
  color: var(--home-v2-surface);
  background: var(--home-v2-gradient-dark);
}

.home-v2-benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 87% 10%, rgba(139, 105, 220, 0.5), transparent 26%),
    radial-gradient(circle at 26% 100%, rgba(91, 50, 208, 0.32), transparent 30%);
  pointer-events: none;
}

.home-v2-benefits-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, 300px) 1fr;
  gap: clamp(24px, 2.8vw, 40px);
  width: min(calc(100% - clamp(48px, 8vw, 128px)), 1440px);
  min-height: 330px;
  margin: 0 auto;
  padding-top: clamp(56px, 5.5vw, 76px);
}

.home-v2-benefits-copy {
  padding-top: 2px;
}

.home-v2-section-eyebrow {
  color: #BDA8FF;
  font-size: 11px;
}

.home-v2-section-title {
  margin: 19px 0 0;
  color: var(--home-v2-surface);
  font-family: var(--home-v2-font-display);
  font-size: clamp(24px, 2.1vw, 29px);
  font-weight: 700;
  line-height: 1.14;
}

.home-v2-section-text {
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  line-height: 1.75;
}

.home-v2-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(126px, 1fr));
  gap: clamp(10px, 1vw, 14px);
}

.home-v2-feature-card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(230px, 18vw, 265px);
  padding: clamp(20px, 1.8vw, 26px) clamp(16px, 1.45vw, 20px);
  border: 1px solid rgba(229, 223, 243, 0.8);
  border-radius: 12px;
  color: var(--home-v2-text-strong);
  background: var(--home-v2-surface);
  box-shadow: var(--home-v2-shadow-sm);
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 420ms cubic-bezier(.16, 1, .3, 1),
    border-color 420ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-feature-card::before,
.home-v2-feature-card::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-feature-card::before {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.12), rgba(184, 148, 255, 0.05) 20%, transparent 46%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%);
}

.home-v2-feature-card::after {
  inset: -1px;
  z-index: 0;
  background:
    radial-gradient(circle at 100% 100%, rgba(184, 148, 255, 0.22), rgba(110, 67, 243, 0.1) 30%, transparent 64%);
}

.home-v2-feature-card > * {
  position: relative;
  z-index: 2;
}

.home-v2-feature-card:hover,
.home-v2-feature-card:focus-within {
  border-color: rgba(139, 105, 220, 0.58);
  box-shadow: 0 22px 48px rgba(91, 37, 201, 0.14);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-6px);
}

.home-v2-feature-card:hover::before,
.home-v2-feature-card:focus-within::before {
  opacity: .36;
}

.home-v2-feature-card:hover::after,
.home-v2-feature-card:focus-within::after {
  opacity: .46;
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-feature-card {
    transform: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }

  .home-v2-feature-card:hover,
  .home-v2-feature-card:focus-within {
    border-color: rgba(139, 105, 220, 0.5);
    box-shadow: 0 16px 34px rgba(91, 37, 201, 0.12);
    transform: none;
  }

  .home-v2-feature-card::before,
  .home-v2-feature-card::after {
    opacity: 0;
    transition: none;
  }
}

.home-v2-feature-icon {
  display: grid;
  width: clamp(50px, 4.2vw, 60px);
  height: clamp(50px, 4.2vw, 60px);
  margin: 0 auto clamp(18px, 1.8vw, 22px);
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-primary);
  font-size: clamp(27px, 2.35vw, 32px);
  background: rgba(238, 232, 255, 0.76);
}

.home-v2-feature-card h3 {
  margin: 0 0 15px;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 800;
  line-height: 1.25;
}

.home-v2-feature-card p {
  margin: 0;
  color: var(--home-v2-text-soft);
  font-size: clamp(10.5px, 0.86vw, 12px);
  font-weight: 600;
  line-height: 1.65;
}

.home-v2-feature-card-muted {
  opacity: 0.68;
  background: linear-gradient(180deg, #F5F2FC 0%, #FFFFFF 100%);
  filter: grayscale(0.18);
  will-change: auto;
}

.home-v2-feature-card-muted:hover,
.home-v2-feature-card-muted:focus-within {
  border-color: rgba(229, 223, 243, 0.8);
  box-shadow: var(--home-v2-shadow-sm);
  transform: none;
}

.home-v2-feature-card-muted::before,
.home-v2-feature-card-muted::after,
.home-v2-feature-card-muted:hover::before,
.home-v2-feature-card-muted:hover::after,
.home-v2-feature-card-muted:focus-within::before,
.home-v2-feature-card-muted:focus-within::after {
  opacity: 0;
}

.home-v2-feature-card-muted h3 {
  color: var(--home-v2-text-muted);
}

.home-v2-feature-card-muted p {
  color: var(--home-v2-text-soft);
  font-weight: 800;
}

.home-v2-bottom-strip {
  display: flex;
  grid-column: 1 / 3;
  align-items: center;
  gap: 12px;
  width: min(640px, 100%);
  height: 40px;
  margin-top: clamp(22px, 2.2vw, 30px);
  padding: 0 21px;
  border: 1px solid rgba(139, 105, 220, 0.78);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  background: rgba(4, 9, 48, 0.2);
}

.home-v2-bottom-strip i {
  color: #D8CCFF;
  font-size: 22px;
}

.home-v2-benefits-note {
  position: absolute;
  right: clamp(-36px, -2vw, -18px);
  bottom: clamp(-20px, -1.1vw, -10px);
  z-index: 1;
  width: clamp(270px, 27vw, 410px);
  max-width: 34%;
  height: auto;
  pointer-events: none;
}

/* Home V2 concours and method section */
.home-v2-pathways {
  position: relative;
  padding: clamp(78px, 7vw, 108px) 0 clamp(66px, 6vw, 92px);
  scroll-margin-top: 118px;
  color: var(--home-v2-text);
  background:
    radial-gradient(circle at 85% 8%, rgba(139, 105, 220, 0.13), transparent 28%),
    radial-gradient(circle at 11% 29%, rgba(255, 255, 255, 0.94), transparent 30%),
    var(--home-v2-bg);
}

.home-v2-pathways-inner {
  width: min(calc(100% - clamp(86px, 9vw, 152px)), 1280px);
  margin: 0 auto;
}

.home-v2-pathways-top {
  display: grid;
  grid-template-columns: minmax(300px, 356px) minmax(690px, 1fr);
  gap: clamp(34px, 4.2vw, 58px);
  align-items: center;
}

.home-v2-pathways-eyebrow,
.home-v2-problem-eyebrow,
.home-v2-solution-eyebrow {
  margin: 0;
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.11em;
}

.home-v2-pathways-eyebrow,
.home-v2-solution-eyebrow {
  color: var(--home-v2-primary);
}

.home-v2-pathways-title,
.home-v2-problem-title,
.home-v2-solution-title {
  margin: clamp(19px, 2vw, 28px) 0 0;
  font-family: var(--home-v2-font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.home-v2-pathways-title {
  color: var(--home-v2-text);
  font-size: clamp(2.15rem, 2.65vw, 2.72rem);
  line-height: 1.04;
}

.home-v2-pathways-title span,
.home-v2-solution-title span,
.home-v2-reassurance span {
  position: relative;
  display: inline-block;
  color: var(--home-v2-primary);
}

.home-v2-pathways-title span::after,
.home-v2-solution-title span::after,
.home-v2-reassurance span::after {
  content: "";
  position: absolute;
  left: 2px;
  right: -4px;
  bottom: -7px;
  height: 12px;
  border: solid currentColor;
  border-width: 0 0 3px;
  border-radius: 50%;
  transform: rotate(-3deg);
}

.home-v2-pathways-text {
  margin: clamp(18px, 1.8vw, 25px) 0 0;
  color: var(--home-v2-text-muted);
  font-size: clamp(12.5px, 0.95vw, 14.5px);
  font-weight: 500;
  line-height: 1.72;
}

.home-v2-pathways-note {
  display: flex;
  align-items: center;
  gap: 15px;
  width: min(100%, 336px);
  min-height: 48px;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(197, 184, 233, 0.72);
  border-radius: 8px;
  color: var(--home-v2-text-soft);
  background: rgba(255, 255, 255, 0.38);
}

.home-v2-pathways-note i {
  display: grid;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 2px solid var(--home-v2-primary);
  border-radius: 50%;
  color: var(--home-v2-primary);
  font-size: 15px;
  font-weight: 800;
}

.home-v2-pathways-note p {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.home-v2-pathway-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(202px, 1fr));
  gap: clamp(22px, 2vw, 30px);
  align-items: start;
  align-self: center;
}

.home-v2-pathway-card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  display: flex;
  min-height: 318px;
  padding: 16px 20px 20px;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(229, 223, 243, 0.78);
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 60px rgba(33, 20, 84, 0.07);
  isolation: isolate;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 420ms cubic-bezier(.16, 1, .3, 1),
    border-color 420ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pathway-card::before,
.home-v2-pathway-card::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pathway-card::before {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.14), rgba(184, 148, 255, 0.06) 20%, transparent 44%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 42%);
}

.home-v2-pathway-card::after {
  inset: -1px;
  z-index: 0;
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.14), rgba(184, 148, 255, 0.26) 24%, rgba(110, 67, 243, 0.12) 42%, transparent 66%);
}

.home-v2-pathway-card > * {
  position: relative;
  z-index: 2;
}

.home-v2-pathway-card:hover,
.home-v2-pathway-card:focus-within {
  border-color: rgba(139, 105, 220, 0.62);
  box-shadow: 0 24px 60px rgba(91, 37, 201, 0.2);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-6px);
}

.home-v2-pathway-card:hover::before,
.home-v2-pathway-card:focus-within::before {
  opacity: .42;
}

.home-v2-pathway-card:hover::after,
.home-v2-pathway-card:focus-within::after {
  opacity: .64;
}

.home-v2-pathway-card-featured {
  border-color: var(--home-v2-primary-light);
  box-shadow: 0 26px 76px rgba(91, 50, 208, 0.12);
}

.home-v2-pathway-card-muted {
  opacity: 0.86;
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-pathway-card {
    transform: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }

  .home-v2-pathway-card:hover,
  .home-v2-pathway-card:focus-within {
    border-color: rgba(139, 105, 220, 0.52);
    box-shadow: 0 18px 42px rgba(91, 37, 201, 0.14);
    transform: none;
  }

  .home-v2-pathway-card::before,
  .home-v2-pathway-card::after {
    opacity: 0;
    transition: none;
  }
}

.home-v2-pathway-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 13px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-primary);
  font-size: 30px;
  background: rgba(238, 232, 255, 0.9);
}

.home-v2-pathway-card-muted .home-v2-pathway-icon {
  color: rgba(78, 78, 106, 0.58);
  background: rgba(229, 223, 243, 0.58);
}

.home-v2-pathway-card h3 {
  margin: 0;
  color: var(--home-v2-text-strong);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.15;
}

.home-v2-pathway-subtitle {
  min-height: 33px;
  margin: 7px 0 0;
  color: var(--home-v2-text-soft);
  font-size: 10.8px;
  font-weight: 600;
  line-height: 1.45;
}

.home-v2-pathway-pills {
  display: flex;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin-top: 12px;
  flex-wrap: wrap;
}

.home-v2-pathway-pills span {
  display: inline-flex;
  min-height: 18px;
  padding: 4px 8px;
  align-items: center;
  border-radius: 7px;
  color: var(--home-v2-primary);
  font-size: 8px;
  font-weight: 700;
  background: var(--home-v2-lavender);
}

.home-v2-pathway-pills-muted span {
  color: rgba(78, 78, 106, 0.72);
  background: rgba(229, 223, 243, 0.65);
}

.home-v2-pathway-description {
  min-height: 38px;
  margin: 14px 0 0;
  color: var(--home-v2-text-muted);
  font-size: 10.8px;
  font-weight: 600;
  line-height: 1.55;
}

.home-v2-pathway-description-empty {
  flex: 1 1 auto;
}

.home-v2-pathway-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 36px;
  margin-top: auto;
  border-radius: 8px;
  font: 800 11.8px/1 var(--home-v2-font-body);
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 260ms cubic-bezier(.22, .61, .36, 1),
    border-color 260ms cubic-bezier(.22, .61, .36, 1),
    box-shadow 260ms cubic-bezier(.22, .61, .36, 1),
    background 260ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-pathway-button-outline {
  border: 1px solid var(--home-v2-primary-light);
  color: var(--home-v2-primary);
  background: rgba(255, 255, 255, 0.46);
}

.home-v2-pathway-button-filled {
  border: 0;
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #4F2FAF 0%, #5B32D0 55%, #744FE2 100%);
  box-shadow: var(--home-v2-shadow-purple);
}

.home-v2-pathway-button-filled:hover,
.home-v2-pathway-button-filled:focus-visible {
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #3F239C 0%, #542BC8 52%, #6E43E4 100%);
  box-shadow:
    0 16px 32px rgba(91, 50, 208, 0.26),
    0 0 0 1px rgba(210, 194, 255, 0.32) inset;
  transform: translateY(-2px);
}

.home-v2-pathway-button-filled i {
  transition: transform 260ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-pathway-button-filled:hover i,
.home-v2-pathway-button-filled:focus-visible i {
  transform: translateX(3px);
}

.home-v2-pathway-button-disabled {
  border: 1px solid rgba(10, 11, 36, 0.08);
  color: rgba(78, 78, 106, 0.7);
  background: linear-gradient(180deg, #F7F7FA 0%, #EFEFF4 100%);
  cursor: not-allowed;
}

.home-v2-course-lock-popup {
  position: fixed;
  top: calc(clamp(68px, 6vw, 84px) + 18px);
  left: 50%;
  z-index: 300;
  display: inline-flex;
  width: min(420px, calc(100% - 32px));
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(110, 67, 243, 0.2);
  border-radius: 8px;
  padding: 14px 18px;
  color: var(--home-v2-text);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(33, 20, 84, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -12px);
  transition:
    opacity 260ms cubic-bezier(.16, 1, .3, 1),
    transform 260ms cubic-bezier(.16, 1, .3, 1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.home-v2-course-lock-popup.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.home-v2-course-lock-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-primary);
  background: rgba(110, 67, 243, 0.1);
}

.home-v2-course-lock-icon i {
  font-size: 19px;
  line-height: 1;
}

.home-v2-course-lock-popup strong {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.home-v2-pricing-notice {
  position: fixed;
  top: calc(clamp(72px, 6vw, 88px) + 18px);
  left: 50%;
  z-index: 320;
  display: grid;
  grid-template-columns: auto 1fr;
  width: min(470px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(198, 184, 237, 0.42);
  border-radius: 18px;
  padding: 16px 18px;
  color: var(--home-v2-surface);
  background:
    linear-gradient(135deg, rgba(4, 9, 48, 0.94) 0%, rgba(29, 24, 82, 0.92) 54%, rgba(91, 50, 208, 0.9) 100%);
  box-shadow:
    0 28px 72px rgba(4, 9, 48, 0.3),
    0 0 34px rgba(139, 105, 220, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -14px) scale(.97);
  transform-origin: top center;
  transition:
    opacity 340ms var(--ease-premium),
    transform 340ms var(--ease-premium);
  overflow: hidden;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.home-v2-pricing-notice::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.2), transparent 34%),
    radial-gradient(circle at 100% 82%, rgba(244, 183, 64, 0.22), transparent 30%);
  pointer-events: none;
}

.home-v2-pricing-notice::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 183, 64, 0.72), transparent);
  pointer-events: none;
}

.home-v2-pricing-notice.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.home-v2-pricing-notice-icon,
.home-v2-pricing-notice-copy {
  position: relative;
  z-index: 1;
}

.home-v2-pricing-notice-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  color: #F7D37C;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.home-v2-pricing-notice-icon i {
  font-size: 22px;
  line-height: 1;
}

.home-v2-pricing-notice-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.home-v2-pricing-notice-label {
  width: fit-content;
  border: 1px solid rgba(244, 183, 64, 0.32);
  border-radius: 8px;
  padding: 4px 8px;
  color: #F7D37C;
  background: rgba(244, 183, 64, 0.1);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.home-v2-pricing-notice strong {
  color: var(--home-v2-surface);
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 800;
  line-height: 1.2;
}

.home-v2-pricing-notice-copy > span:last-child {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42;
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-pathway-button {
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  }

  .home-v2-pathway-button-filled:hover,
  .home-v2-pathway-button-filled:focus-visible,
  .home-v2-pathway-button-filled:hover i,
  .home-v2-pathway-button-filled:focus-visible i {
    transform: none;
  }

  .home-v2-pricing-notice {
    transition: opacity 180ms ease;
    transform: translate(-50%, 0) scale(1);
  }

  .home-v2-pricing-notice.is-visible {
    transform: translate(-50%, 0) scale(1);
  }
}

.home-v2-pathway-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  display: inline-flex;
  min-height: 28px;
  padding: 0 15px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  color: var(--home-v2-surface);
  font-size: 11px;
  font-weight: 800;
  background: linear-gradient(135deg, #4F2FAF 0%, #5B32D0 60%, #764EE1 100%);
  box-shadow: 0 15px 35px rgba(91, 50, 208, 0.32);
  transform: translateX(-50%);
}

.home-v2-pathway-badge i {
  font-size: 14px;
}

.home-v2-pathways-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 22px 0 30px;
  color: var(--home-v2-text-muted);
  font-size: 12px;
  font-weight: 600;
}

.home-v2-pathways-more i {
  color: var(--home-v2-gold);
  font-size: 17px;
}

.home-v2-method-block {
  position: relative;
  display: grid;
  grid-template-columns: 0.96fr 1.12fr;
  min-height: 350px;
  border: 1px solid rgba(197, 184, 233, 0.74);
  border-radius: 16px;
  background: var(--home-v2-surface);
  box-shadow: 0 26px 90px rgba(33, 20, 84, 0.07);
  isolation: isolate;
  overflow: visible;
}

.home-v2-method-block::before,
.home-v2-method-block::after {
  content: "";
  position: absolute;
  top: -24px;
  bottom: -24px;
  z-index: 0;
  border-radius: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms cubic-bezier(.22, .61, .36, 1);
}

.home-v2-method-block::before {
  display: none;
}

.home-v2-method-block::after {
  display: none;
}

.home-v2-method-block:has(.home-v2-problem-panel:hover)::before {
  opacity: 0;
}

.home-v2-method-block:has(.home-v2-solution-panel:hover)::after {
  opacity: 0;
}

.home-v2-method-block .home-v2-problem-panel {
  opacity: 0;
  transform: translateX(-26px) translateY(12px);
  transition:
    opacity 1000ms cubic-bezier(.16, 1, .3, 1),
    transform 1000ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 360ms cubic-bezier(.22, .61, .36, 1);
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.home-v2-method-block .home-v2-method-arrow {
  opacity: 0;
  transform: translateY(-50%) scale(.88);
  transition:
    opacity 720ms cubic-bezier(.16, 1, .3, 1),
    transform 720ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 720ms cubic-bezier(.16, 1, .3, 1);
  transition-delay: 560ms;
  will-change: opacity, transform;
}

.home-v2-method-block .home-v2-solution-panel {
  opacity: 0;
  transform: translateX(26px) translateY(12px);
  transition:
    opacity 1000ms cubic-bezier(.16, 1, .3, 1),
    transform 1000ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 360ms cubic-bezier(.22, .61, .36, 1);
  transition-delay: 960ms;
  will-change: opacity, transform;
}

.home-v2-method-block .home-v2-problem-list li,
.home-v2-method-block .home-v2-solution-list li,
.home-v2-method-block .home-v2-plan-card,
.home-v2-method-block .home-v2-progress-mini-card {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 620ms cubic-bezier(.16, 1, .3, 1),
    transform 620ms cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}

.home-v2-method-story-active .home-v2-problem-panel,
.home-v2-method-story-active .home-v2-solution-panel {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.home-v2-method-story-active .home-v2-method-arrow {
  opacity: 1;
  box-shadow: 0 20px 42px rgba(79, 47, 175, 0.42);
  transform: translateY(-50%) scale(1);
  will-change: auto;
}

.home-v2-method-story-active .home-v2-problem-list li,
.home-v2-method-story-active .home-v2-solution-list li,
.home-v2-method-story-active .home-v2-plan-card,
.home-v2-method-story-active .home-v2-progress-mini-card {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.home-v2-method-story-active .home-v2-problem-list li:nth-child(1) { transition-delay: 420ms; }
.home-v2-method-story-active .home-v2-problem-list li:nth-child(2) { transition-delay: 500ms; }
.home-v2-method-story-active .home-v2-problem-list li:nth-child(3) { transition-delay: 580ms; }
.home-v2-method-story-active .home-v2-problem-list li:nth-child(4) { transition-delay: 660ms; }
.home-v2-method-story-active .home-v2-problem-list li:nth-child(5) { transition-delay: 740ms; }
.home-v2-method-story-active .home-v2-solution-list li:nth-child(1) { transition-delay: 1260ms; }
.home-v2-method-story-active .home-v2-solution-list li:nth-child(2) { transition-delay: 1340ms; }
.home-v2-method-story-active .home-v2-solution-list li:nth-child(3) { transition-delay: 1420ms; }
.home-v2-method-story-active .home-v2-solution-list li:nth-child(4) { transition-delay: 1500ms; }
.home-v2-method-story-active .home-v2-solution-list li:nth-child(5) { transition-delay: 1580ms; }
.home-v2-method-story-active .home-v2-plan-card { transition-delay: 1320ms; }
.home-v2-method-story-active .home-v2-progress-mini-card { transition-delay: 1440ms; }

@media (prefers-reduced-motion: reduce) {
  .home-v2-method-block::before,
  .home-v2-method-block::after {
    transition: none;
  }

  .home-v2-method-block .home-v2-problem-panel,
  .home-v2-method-block .home-v2-method-arrow,
  .home-v2-method-block .home-v2-solution-panel,
  .home-v2-method-block .home-v2-problem-list li,
  .home-v2-method-block .home-v2-solution-list li,
  .home-v2-method-block .home-v2-plan-card,
  .home-v2-method-block .home-v2-progress-mini-card {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
    will-change: auto;
  }

  .home-v2-method-block .home-v2-method-arrow {
    transform: translateY(-50%);
  }

  .home-v2-progress-mini-track span {
    width: 72%;
    transition: none;
  }
}

.home-v2-problem-panel,
.home-v2-solution-panel {
  position: relative;
  z-index: 1;
  min-height: 350px;
}

.home-v2-problem-panel {
  border-radius: 16px 0 0 16px;
  color: var(--home-v2-surface);
  background:
    radial-gradient(circle at 77% 36%, rgba(91, 50, 208, 0.22), transparent 33%),
    radial-gradient(circle at 22% 86%, rgba(28, 18, 86, 0.42), transparent 34%),
    linear-gradient(135deg, #030828 0%, #070C31 52%, #121044 100%);
  overflow: hidden;
}

.home-v2-problem-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.35;
}

.home-v2-problem-content {
  position: relative;
  z-index: 2;
  max-width: 515px;
  padding: 30px clamp(27px, 2.8vw, 36px) 30px;
}

.home-v2-problem-eyebrow {
  color: #FF5B73;
}

.home-v2-problem-title {
  color: var(--home-v2-surface);
  font-size: clamp(1.65rem, 1.95vw, 2.18rem);
  line-height: 1.1;
}

.home-v2-problem-title span {
  display: block;
}

.home-v2-problem-title span:last-child {
  position: relative;
  display: inline-block;
  color: #FF5B73;
}

.home-v2-problem-title span:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: -10px;
  bottom: -7px;
  height: 12px;
  border: solid #FF5B73;
  border-width: 0 0 3px;
  border-radius: 50%;
  transform: rotate(-3deg);
}

.home-v2-problem-intro {
  margin: 24px 0 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11.2px;
  font-weight: 700;
}

.home-v2-problem-list,
.home-v2-solution-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-v2-problem-list li,
.home-v2-solution-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
}

.home-v2-problem-list span,
.home-v2-solution-list span {
  display: grid;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
}

.home-v2-problem-list span {
  color: #FF5B73;
  background: rgba(255, 91, 115, 0.18);
}

.home-v2-problem-list i {
  font-size: 13px;
}

.home-v2-problem-decor {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.home-v2-problem-tile,
.home-v2-problem-symbol,
.home-v2-problem-paper,
.home-v2-problem-arrow {
  position: absolute;
  opacity: 0.72;
}

.home-v2-problem-tile {
  display: grid;
  width: 52px;
  height: 52px;
  opacity: 0.58;
  place-items: center;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.74);
  background: linear-gradient(145deg, rgba(238, 232, 255, 0.28), rgba(91, 50, 208, 0.22));
  box-shadow: 18px 22px 40px rgba(0, 0, 0, 0.28);
  transform: rotate(-9deg);
}

.home-v2-problem-tile-video {
  top: 91px;
  right: 104px;
  color: #FF5268;
  font-size: 25px;
}

.home-v2-problem-tile-pdf {
  top: 115px;
  right: 32px;
  font-size: 16px;
  font-weight: 800;
  transform: rotate(9deg);
}

.home-v2-problem-symbol {
  color: rgba(198, 184, 237, 0.22);
  font-size: 30px;
}

.home-v2-problem-symbol-cap {
  top: 43px;
  right: 145px;
}

.home-v2-problem-symbol-bolt {
  top: 42px;
  right: 43px;
}

.home-v2-problem-symbol-question {
  right: 78px;
  bottom: 104px;
  font-size: 36px;
}

.home-v2-problem-arrow {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 31px solid rgba(139, 105, 220, 0.22);
}

.home-v2-problem-arrow-one {
  top: 166px;
  right: 116px;
  transform: rotate(90deg);
}

.home-v2-problem-arrow-two {
  right: 27px;
  bottom: 111px;
}

.home-v2-problem-paper {
  border-radius: 10px;
  color: var(--home-v2-text-muted);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 46px rgba(4, 9, 48, 0.34);
}

.home-v2-problem-paper-correction {
  right: 50px;
  bottom: 86px;
  width: 132px;
  height: 86px;
  padding: 13px;
  opacity: 0.58;
  transform: rotate(8deg);
}

.home-v2-problem-paper-correction strong {
  display: block;
  margin-bottom: 14px;
  color: var(--home-v2-text);
  font-size: 9.5px;
}

.home-v2-problem-paper-correction span {
  display: block;
  width: 74%;
  height: 2px;
  margin-top: 10px;
  background: rgba(106, 104, 154, 0.28);
}

.home-v2-problem-paper-correction i {
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #FF5B73;
  font-size: 30px;
}

.home-v2-problem-paper-question {
  right: 11px;
  bottom: 34px;
  width: 143px;
  height: 54px;
  padding: 13px 17px;
  opacity: 0.58;
  transform: rotate(5deg);
}

.home-v2-problem-paper-question p {
  margin: 0 0 9px;
  font-size: 9.5px;
  font-weight: 700;
}

.home-v2-method-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: calc(46.15% - 22px);
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-surface);
  font-size: 24px;
  background: linear-gradient(135deg, #4F2FAF 0%, #5B32D0 55%, #7B58E9 100%);
  box-shadow: 0 18px 38px rgba(79, 47, 175, 0.36);
  transform: translateY(-50%);
}

.home-v2-solution-panel {
  display: grid;
  grid-template-columns: minmax(330px, 1fr) 188px;
  gap: 23px;
  border-radius: 16px;
  color: var(--home-v2-text);
  background:
    radial-gradient(circle at 70% 12%, rgba(238, 232, 255, 0.6), transparent 28%),
    rgba(255, 255, 255, 0.86);
}

.home-v2-solution-content {
  padding: 30px 0 30px clamp(40px, 3.6vw, 52px);
}

.home-v2-solution-title {
  color: var(--home-v2-text);
  max-width: 440px;
  font-size: clamp(1.55rem, 1.48vw, 1.86rem);
  line-height: 1.16;
}

.home-v2-solution-intro {
  margin: 19px 0 19px;
  color: var(--home-v2-text-muted);
  font-size: 10.8px;
  font-weight: 600;
}

.home-v2-solution-list {
  gap: 14px;
}

.home-v2-solution-list li {
  color: var(--home-v2-text-muted);
  font-size: 10px;
  font-weight: 600;
}

.home-v2-solution-list span {
  border: 2px solid var(--home-v2-primary);
  color: var(--home-v2-primary);
  background: rgba(238, 232, 255, 0.55);
  box-shadow: 0 8px 18px rgba(91, 50, 208, 0.14);
}

.home-v2-solution-list i {
  font-size: 12px;
  font-weight: 800;
}

.home-v2-solution-aside {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 21px 18px 21px 0;
}

.home-v2-plan-card,
.home-v2-progress-mini-card {
  border: 1px solid rgba(229, 223, 243, 0.6);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--home-v2-shadow-sm);
}

.home-v2-plan-card {
  padding: 14px 13px;
}

.home-v2-plan-card h3 {
  margin: 0 0 12px;
  color: var(--home-v2-text-strong);
  font-size: 10.8px;
  font-weight: 800;
}

.home-v2-plan-step {
  position: relative;
  display: flex;
  gap: 9px;
  padding-bottom: 8px;
}

.home-v2-plan-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 27px;
  bottom: 0;
  width: 1px;
  background: var(--home-v2-border);
}

.home-v2-plan-step span {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-primary);
  font-size: 11px;
  background: var(--home-v2-lavender);
}

.home-v2-plan-step p {
  margin: 0;
  color: var(--home-v2-text-soft);
  font-size: 7.8px;
  font-weight: 600;
  line-height: 1.35;
}

.home-v2-plan-step strong {
  color: var(--home-v2-text-strong);
  font-size: 8.3px;
  font-weight: 800;
}

.home-v2-progress-mini-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  gap: 12px;
  align-items: end;
  width: calc(100% + 14px);
  min-height: 94px;
  margin-left: -7px;
  padding: 16px;
}

.home-v2-progress-mini-card p {
  margin: 0 0 9px;
  color: var(--home-v2-text-soft);
  font-size: 10.4px;
  font-weight: 800;
}

.home-v2-progress-mini-card strong {
  display: block;
  margin-bottom: 13px;
  color: var(--home-v2-text);
  font-size: 22px;
  font-weight: 800;
}

.home-v2-progress-mini-track {
  display: block;
  width: 82px;
  height: 7px;
  border-radius: var(--home-v2-radius-pill);
  background: var(--home-v2-lavender);
}

.home-v2-progress-mini-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-color: #E6536A;
  transition:
    width 1100ms cubic-bezier(.16, 1, .3, 1),
    background-color 1100ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-method-story-active .home-v2-progress-mini-track span {
  width: 72%;
  background-color: var(--home-v2-primary);
  transition-delay: 1560ms;
}

.home-v2-progress-chart {
  width: 68px;
  height: 50px;
}

.home-v2-reassurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 31px;
  color: var(--home-v2-text-muted);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 600;
}

.home-v2-reassurance i {
  color: var(--home-v2-primary);
  font-size: 30px;
}

.home-v2-reassurance p {
  margin: 0;
}

/* Home V2 icons use Phosphor Icons for the isolated homepage UI. */

/* Home V2 steps and pricing section */
.home-v2-pricing-flow {
  color: var(--home-v2-text);
  background:
    radial-gradient(circle at 82% 4%, rgba(139, 105, 220, 0.12), transparent 26%),
    linear-gradient(180deg, #FBFAFF 0%, #F8F6FD 45%, #FFFFFF 45%, #FFFFFF 100%);
  overflow-x: clip;
}

.home-v2-pricing-flow-inner {
  width: min(calc(100% - clamp(80px, 8vw, 128px)), 1320px);
  margin: 0 auto;
}

.home-v2-how {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 365px) minmax(0, 1fr);
  gap: clamp(46px, 4.7vw, 74px);
  align-items: center;
  padding: clamp(82px, 7vw, 108px) 0 clamp(66px, 5.8vw, 88px);
}

.home-v2-how::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 67, 243, 0.18), transparent);
  box-shadow: 0 0 24px rgba(110, 67, 243, 0.12);
  pointer-events: none;
}

.home-v2-how-eyebrow,
.home-v2-packs-eyebrow {
  margin: 0;
  color: var(--home-v2-primary);
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.home-v2-how-title,
.home-v2-packs-title {
  margin: clamp(17px, 1.7vw, 23px) 0 0;
  color: var(--home-v2-text);
  font-family: var(--home-v2-font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.home-v2-how-title {
  max-width: 355px;
  font-size: clamp(2.05rem, 2.9vw, 3.15rem);
  line-height: 1.03;
}

.home-v2-how-title span,
.home-v2-packs-title span {
  position: relative;
  display: inline-block;
  color: var(--home-v2-primary);
}

.home-v2-how-title span::after,
.home-v2-packs-title span::after {
  content: "";
  position: absolute;
  left: 2px;
  right: -6px;
  bottom: -9px;
  height: 13px;
  border: solid currentColor;
  border-width: 0 0 3px;
  border-radius: 50%;
  transform: rotate(-3deg);
}

.home-v2-how-text {
  max-width: 360px;
  margin: clamp(25px, 2.4vw, 34px) 0 0;
  color: var(--home-v2-text-muted);
  font-size: clamp(13.5px, 1.06vw, 16px);
  font-weight: 500;
  line-height: 1.68;
}

.home-v2-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: clamp(20px, 2.4vw, 38px);
  align-items: start;
}

.home-v2-steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: clamp(54px, 5vw, 70px);
  right: 8%;
  left: 8%;
  height: clamp(66px, 5.4vw, 86px);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 110' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 64 C112 18 188 18 276 64 S440 110 528 64 S692 18 876 64' fill='none' stroke='%236E43F3' stroke-opacity='.22' stroke-width='2.2' stroke-linecap='round' stroke-dasharray='7 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}

.home-v2-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-v2-step-number {
  position: absolute;
  top: -18px;
  left: calc(50% - 58px);
  z-index: 2;
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-primary);
  font-size: 18px;
  font-weight: 800;
  background: #EEE8FF;
  box-shadow: 0 10px 22px rgba(91, 50, 208, 0.09);
}

.home-v2-step-icon {
  display: grid;
  width: clamp(118px, 9.5vw, 136px);
  height: clamp(118px, 9.5vw, 136px);
  place-items: center;
  border: 1px solid rgba(229, 223, 243, 0.74);
  border-radius: 13px;
  color: var(--home-v2-primary);
  font-size: clamp(45px, 4.1vw, 58px);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(33, 20, 84, 0.08);
}

.home-v2-step h3 {
  margin: clamp(19px, 1.9vw, 25px) 0 0;
  color: var(--home-v2-text-strong);
  font-size: clamp(13.5px, 1.05vw, 16px);
  font-weight: 800;
  line-height: 1.25;
}

.home-v2-step p {
  margin: 10px 0 0;
  color: var(--home-v2-text-soft);
  font-size: clamp(11px, 0.88vw, 13px);
  font-weight: 500;
  line-height: 1.58;
}

.home-v2-pricing-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 67, 243, 0.16), transparent);
  box-shadow: 0 0 24px rgba(110, 67, 243, 0.1);
}

.home-v2-packs {
  padding: clamp(54px, 5vw, 72px) 0 clamp(58px, 5vw, 76px);
  background:
    radial-gradient(circle at 78% 28%, rgba(139, 105, 220, 0.09), transparent 30%),
    radial-gradient(circle at 18% 76%, rgba(110, 67, 243, 0.055), transparent 28%),
    #FEFDFF;
}

.home-v2-packs-heading {
  text-align: center;
}

.home-v2-packs-title {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.1rem, 3vw, 3.12rem);
  line-height: 1.08;
}

.home-v2-pack-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(228px, 1fr) minmax(258px, 1.16fr) minmax(228px, 1fr);
  gap: clamp(20px, 2.1vw, 28px);
  align-items: end;
  margin-top: clamp(30px, 3.2vw, 42px);
}

.home-v2-pack-card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 365px;
  padding: 22px 20px 20px;
  flex-direction: column;
  border: 1px solid rgba(229, 223, 243, 0.82);
  border-radius: 13px;
  color: var(--home-v2-text-strong);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 62px rgba(33, 20, 84, 0.08);
  overflow: hidden;
  transform-style: preserve-3d;
  transition:
    transform 440ms cubic-bezier(.16, 1, .3, 1),
    border-color 440ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 440ms cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.home-v2-pack-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  opacity: 0;
  transition: opacity 420ms cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.home-v2-pack-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06) 20%, transparent 46%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%);
  pointer-events: none;
  transition: opacity 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pack-card:hover::after,
.home-v2-pack-card:focus-within::after {
  opacity: .36;
}

.home-v2-pack-card > * {
  position: relative;
  z-index: 2;
}

.home-v2-pack-card.home-v2-reveal {
  transform: translateY(36px);
  transition-duration: 940ms;
}

.home-v2-pack-card.home-v2-reveal-scale {
  transform: translateY(36px);
}

.home-v2-pack-card.home-v2-reveal.is-visible {
  transform: translateY(0);
}

.home-v2-pack-card-free {
  --delay: 0ms;
}

.home-v2-pack-card-ensa {
  --delay: 120ms;
}

.home-v2-pack-card-complete {
  --delay: 220ms;
}

.home-v2-pack-card-med {
  --delay: 320ms;
}

.home-v2-pack-card h3 {
  margin: 0;
  color: var(--home-v2-text-strong);
  font-size: clamp(14px, 1.02vw, 16px);
  font-weight: 800;
  line-height: 1.24;
}

.home-v2-pack-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  margin-bottom: 3px;
  text-align: left;
}

.home-v2-pack-icon {
  display: grid;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-surface);
  font-size: 25px;
  transition:
    transform 420ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pack-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.home-v2-pack-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-top: -10px;
  color: var(--home-v2-primary);
  text-align: center;
}

.home-v2-pack-price strong {
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.05rem, 2.55vw, 2.55rem);
  font-weight: 700;
  line-height: 1;
}

.home-v2-pack-price span {
  font-family: var(--home-v2-font-display);
  font-size: 18px;
  font-weight: 700;
}

.home-v2-pack-description {
  min-height: 41px;
  margin: 11px 0 16px;
  color: var(--home-v2-text-soft);
  font-size: 10.6px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

.home-v2-pack-features {
  display: grid;
  gap: 17px;
  margin: 0 0 24px;
  padding: 15px 0 0;
  border-top: 1px solid rgba(197, 184, 233, 0.48);
  list-style: none;
  text-align: left;
}

.home-v2-pack-features li {
  display: flex;
  gap: 9px;
  color: var(--home-v2-text-muted);
  font-size: 10.2px;
  font-weight: 600;
  line-height: 1.25;
}

.home-v2-pack-features i {
  flex: 0 0 auto;
  color: var(--home-v2-primary);
  font-size: 12px;
  font-weight: 800;
}

.home-v2-pack-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  border-radius: 7px;
  font: 800 11.8px/1 var(--home-v2-font-body);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 420ms cubic-bezier(.16, 1, .3, 1),
    border-color 420ms cubic-bezier(.16, 1, .3, 1),
    color 420ms cubic-bezier(.16, 1, .3, 1),
    background 420ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pack-button::before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -75%;
  z-index: 0;
  width: 42%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  transition:
    left 650ms cubic-bezier(.22, .61, .36, 1),
    opacity 420ms cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.home-v2-pack-button i {
  transition: transform 320ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pack-button:hover i,
.home-v2-pack-button:focus-visible i {
  transform: translateX(4px);
}

.home-v2-pack-button-outline,
.home-v2-pack-button-purple {
  border: 1px solid var(--home-v2-primary-light);
  color: var(--home-v2-primary);
  background: rgba(255, 255, 255, 0.76);
}

.home-v2-pack-card-free {
  min-height: 352px;
  align-self: end;
  padding-top: 30px;
  border-color: rgba(197, 184, 233, 0.58);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 45px rgba(33, 20, 84, 0.06);
}

.home-v2-pack-card-free h3 {
  text-align: center;
}

.home-v2-pack-card-free .home-v2-pack-price {
  justify-content: center;
  margin-top: 18px;
}

.home-v2-pack-card-free .home-v2-pack-description {
  text-align: center;
}

.home-v2-pack-card-ensa::before {
  opacity: 1;
  background: var(--home-v2-gradient-primary);
}

.home-v2-pack-card-ensa {
  border-color: rgba(139, 105, 220, 0.42);
}

.home-v2-pack-card-ensa .home-v2-pack-header,
.home-v2-pack-card-complete .home-v2-pack-header,
.home-v2-pack-card-med .home-v2-pack-header {
  justify-content: flex-start;
}

.home-v2-pack-card-ensa .home-v2-pack-icon {
  background: var(--home-v2-gradient-primary);
  box-shadow: 0 14px 32px rgba(91, 50, 208, 0.18);
}

.home-v2-pack-card-complete {
  min-height: 408px;
  padding: 31px 22px 22px;
  border-color: rgba(242, 195, 91, 0.82);
  color: var(--home-v2-surface);
  background:
    radial-gradient(circle at 8% 24%, rgba(242, 195, 91, 0.18), transparent 16%),
    radial-gradient(circle at 100% 85%, rgba(242, 195, 91, 0.22), transparent 15%),
    linear-gradient(160deg, #1E1248 0%, #33156F 47%, #5B25C9 100%);
  box-shadow:
    0 26px 70px rgba(33, 20, 84, 0.18),
    0 0 0 1px rgba(212, 169, 58, 0.26) inset;
  overflow: visible;
}

.home-v2-pack-card-complete::before {
  inset: 0;
  height: auto;
  border-radius: inherit;
  opacity: 1;
  background:
    linear-gradient(112deg, transparent 0%, transparent 40%, rgba(255, 236, 171, 0.15) 48%, transparent 58%, transparent 100%),
    linear-gradient(180deg, rgba(242, 195, 91, 0.24), transparent 24%);
  pointer-events: none;
}

.home-v2-pack-best-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  min-height: 31px;
  padding: 0 15px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(242, 195, 91, 0.88);
  border-radius: var(--home-v2-radius-pill);
  color: #FFF3BF;
  font-size: 11px;
  font-weight: 800;
  background: linear-gradient(135deg, #2C185D 0%, #4F2FAF 100%);
  box-shadow: 0 12px 26px rgba(4, 9, 48, 0.26);
  transform: translateX(-50%);
  transition: box-shadow 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pack-best-badge svg {
  color: #F6D676;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
}

.home-v2-pack-card-complete .home-v2-pack-icon {
  width: 56px;
  height: 56px;
  border: 1.5px solid rgba(242, 195, 91, 0.96);
  color: #F2C35B;
  background: rgba(30, 18, 72, 0.92);
  box-shadow: 0 0 28px rgba(242, 195, 91, 0.22);
}

.home-v2-pack-card-complete .home-v2-pack-icon svg {
  width: 32px;
  height: 32px;
}

.home-v2-pack-card-complete h3,
.home-v2-pack-card-complete .home-v2-pack-description,
.home-v2-pack-card-complete .home-v2-pack-features li {
  color: var(--home-v2-surface);
}

.home-v2-pack-card-complete .home-v2-pack-price {
  color: #F6D676;
}

.home-v2-pack-card-complete .home-v2-pack-old-price {
  margin: -1px 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10.3px;
  font-weight: 700;
  text-align: center;
}

.home-v2-pack-card-complete .home-v2-pack-description {
  min-height: 35px;
  margin-top: 0px;
  margin-bottom: 16px;
}

.home-v2-pack-card-complete .home-v2-pack-features {
  border-top-color: rgba(242, 195, 91, 0.5);
}

.home-v2-pack-card-complete .home-v2-pack-features i {
  color: #F6D676;
}

.home-v2-pack-button-gold {
  border: 0;
  color: #241442;
  background: linear-gradient(135deg, #F6D676 0%, #E6B94E 55%, #C89224 100%);
  box-shadow: 0 16px 34px rgba(212, 169, 58, 0.26);
}

.home-v2-pack-card-med::before {
  opacity: 1;
  background: linear-gradient(135deg, #168B9A 0%, #1AA67A 100%);
}

.home-v2-pack-card-med {
  border-color: rgba(22, 139, 154, 0.34);
}

.home-v2-pack-card-med .home-v2-pack-icon {
  background: linear-gradient(135deg, #168B9A 0%, #1AA67A 100%);
  box-shadow: 0 14px 32px rgba(22, 139, 154, 0.16);
}

.home-v2-pack-card-med .home-v2-pack-price,
.home-v2-pack-card-med .home-v2-pack-features i {
  color: #168B9A;
}

.home-v2-pack-button-teal {
  border: 1px solid #168B9A;
  color: #168B9A;
  background: rgba(234, 248, 245, 0.36);
}

.home-v2-pack-card.home-v2-reveal.is-visible {
  transition:
    transform 440ms cubic-bezier(.16, 1, .3, 1),
    border-color 440ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 440ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pack-card-complete.home-v2-reveal-scale {
  transform: translateY(36px) scale(.96);
}

.home-v2-pack-card-complete.home-v2-reveal.is-visible {
  transform: translateY(0) scale(1);
  animation: home-v2-pack-complete-bloom 1200ms cubic-bezier(.16, 1, .3, 1) 220ms backwards;
}

.home-v2-pack-card:hover,
.home-v2-pack-card:focus-within {
  border-color: rgba(139, 105, 220, 0.56);
  box-shadow: 0 20px 52px rgba(33, 20, 84, 0.1);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
}

.home-v2-pack-card-free:hover,
.home-v2-pack-card-free:focus-within,
.home-v2-pack-card-ensa:hover,
.home-v2-pack-card-ensa:focus-within {
  box-shadow: 0 20px 52px rgba(33, 20, 84, 0.1);
}

.home-v2-pack-card-med:hover,
.home-v2-pack-card-med:focus-within {
  border-color: rgba(19, 165, 141, 0.46);
  box-shadow: 0 20px 52px rgba(20, 160, 145, 0.1);
}

.home-v2-pack-card-complete:hover,
.home-v2-pack-card-complete:focus-within {
  border-color: rgba(246, 214, 118, 0.95);
  box-shadow:
    0 24px 58px rgba(33, 20, 84, 0.18),
    0 0 30px rgba(242, 195, 91, 0.12),
    0 0 0 1px rgba(242, 195, 91, 0.32) inset;
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
}

.home-v2-pack-card-complete::before {
  background-size: 220% 100%, 100% 100%;
  background-position: -120% 0, 0 0;
  transition:
    background-position 760ms cubic-bezier(.22, .61, .36, 1),
    opacity 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-pack-card-complete:hover::before,
.home-v2-pack-card-complete:focus-within::before {
  background-position: 120% 0, 0 0;
}

.home-v2-pack-card:hover .home-v2-pack-icon,
.home-v2-pack-card:focus-within .home-v2-pack-icon {
  transform: none;
}

.home-v2-pack-card-ensa:hover .home-v2-pack-icon,
.home-v2-pack-card-ensa:focus-within .home-v2-pack-icon {
  box-shadow:
    0 0 0 8px rgba(110, 67, 243, 0.08),
    0 18px 36px rgba(91, 50, 208, 0.22);
}

.home-v2-pack-card-med:hover .home-v2-pack-icon,
.home-v2-pack-card-med:focus-within .home-v2-pack-icon {
  box-shadow:
    0 0 0 8px rgba(19, 165, 141, 0.08),
    0 18px 36px rgba(20, 160, 145, 0.18);
}

.home-v2-pack-card-complete:hover .home-v2-pack-icon,
.home-v2-pack-card-complete:focus-within .home-v2-pack-icon {
  box-shadow:
    0 0 0 8px rgba(242, 195, 91, 0.08),
    0 18px 36px rgba(242, 195, 91, 0.2);
}

.home-v2-pack-card-complete:hover .home-v2-pack-best-badge,
.home-v2-pack-card-complete:focus-within .home-v2-pack-best-badge {
  box-shadow:
    0 14px 30px rgba(4, 9, 48, 0.3),
    0 0 22px rgba(242, 195, 91, 0.16);
}

.home-v2-pack-button-outline:hover,
.home-v2-pack-button-outline:focus-visible {
  border-color: rgba(110, 67, 243, 0.32);
  color: var(--home-v2-primary);
  background: rgba(110, 67, 243, 0.07);
  box-shadow: 0 12px 26px rgba(110, 67, 243, 0.12);
  transform: translateY(-2px);
}

.home-v2-pack-button-purple:hover,
.home-v2-pack-button-purple:focus-visible {
  border-color: transparent;
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #4F2EDB 0%, #6E43F3 48%, #8B5CF6 100%);
  box-shadow: 0 16px 32px rgba(110, 67, 243, 0.22);
  transform: translateY(-2px);
}

.home-v2-pack-button-teal:hover,
.home-v2-pack-button-teal:focus-visible {
  border-color: transparent;
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #0F8F8D 0%, #13A58D 48%, #25C99A 100%);
  box-shadow: 0 16px 32px rgba(19, 165, 141, 0.22);
  transform: translateY(-2px);
}

.home-v2-pack-button-gold:hover,
.home-v2-pack-button-gold:focus-visible {
  color: #241442;
  background: linear-gradient(135deg, #F8DE83 0%, #EEC65B 52%, #D7A334 100%);
  box-shadow: 0 18px 38px rgba(242, 195, 91, 0.26);
  transform: translateY(-2px);
}

.home-v2-pack-button:hover::before,
.home-v2-pack-button:focus-visible::before {
  left: 120%;
  opacity: 1;
}

@keyframes home-v2-pack-complete-bloom {
  0% {
    box-shadow:
      0 26px 64px rgba(33, 20, 84, 0.2),
      0 0 34px rgba(242, 195, 91, 0.14),
      0 0 0 1px rgba(212, 169, 58, 0.26) inset;
  }

  100% {
    box-shadow:
      0 26px 70px rgba(33, 20, 84, 0.18),
      0 0 0 1px rgba(212, 169, 58, 0.26) inset;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-pack-card,
  .home-v2-pack-card.home-v2-reveal,
  .home-v2-pack-card.home-v2-reveal-scale,
  .home-v2-pack-card-complete.home-v2-reveal-scale,
  .home-v2-pack-card.home-v2-reveal.is-visible,
  .home-v2-pack-card-complete.home-v2-reveal.is-visible,
  .home-v2-pack-card:hover,
  .home-v2-pack-card:focus-within,
  .home-v2-pack-card-complete:hover,
  .home-v2-pack-card-complete:focus-within {
    transform: none;
    animation: none;
  }

  .home-v2-pack-button:hover,
  .home-v2-pack-button:focus-visible,
  .home-v2-pack-button-outline:hover,
  .home-v2-pack-button-outline:focus-visible,
  .home-v2-pack-button-purple:hover,
  .home-v2-pack-button-purple:focus-visible,
  .home-v2-pack-button-teal:hover,
  .home-v2-pack-button-teal:focus-visible,
  .home-v2-pack-button-gold:hover,
  .home-v2-pack-button-gold:focus-visible,
  .home-v2-pack-button:hover i,
  .home-v2-pack-button:focus-visible i {
    transform: none;
  }

  .home-v2-pack-button::before,
  .home-v2-pack-button:hover::before,
  .home-v2-pack-button:focus-visible::before {
    left: -75%;
    opacity: 0;
    transition: none;
  }

  .home-v2-pack-card::after,
  .home-v2-pack-card:hover::after,
  .home-v2-pack-card:focus-within::after {
    opacity: 0;
    transition: none;
  }
}

.home-v2-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(32px, 3vw, 44px) auto 0;
  border: 1px solid rgba(229, 223, 243, 0.82);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(33, 20, 84, 0.07);
  overflow: hidden;
}

.home-v2-trust-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 14px clamp(17px, 1.8vw, 28px);
  border-right: 1px solid rgba(229, 223, 243, 0.82);
}

.home-v2-trust-item:last-child {
  border-right: 0;
}

.home-v2-trust-item i {
  flex: 0 0 auto;
  color: var(--home-v2-primary);
  font-size: 29px;
}

.home-v2-trust-item p {
  margin: 0;
  min-width: 0;
}

.home-v2-trust-item strong,
.home-v2-trust-item span {
  display: block;
}

.home-v2-trust-item strong {
  color: var(--home-v2-text-strong);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.24;
}

.home-v2-trust-item span {
  margin-top: 4px;
  color: var(--home-v2-text-soft);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

/* Final offer section */
.home-v2-final-offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 0.98fr) minmax(0, 0.92fr);
  gap: clamp(20px, 3vw, 42px);
  width: min(calc(100% - clamp(48px, 7vw, 112px)), 1440px);
  min-height: clamp(360px, 28vw, 430px);
  margin: clamp(88px, 7.4vw, 116px) auto 0;
  padding: clamp(28px, 3vw, 44px) clamp(34px, 4vw, 66px);
  align-items: center;
  border: 1px solid rgba(197, 184, 233, 0.18);
  border-radius: 20px;
  color: var(--home-v2-surface);
  background:
    radial-gradient(circle at 74% 42%, rgba(122, 77, 255, 0.38), transparent 31%),
    radial-gradient(circle at 13% 45%, rgba(89, 61, 206, 0.3), transparent 26%),
    linear-gradient(135deg, #050824 0%, #090B34 38%, #160B4F 70%, #24106F 100%);
  box-shadow: 0 32px 90px rgba(4, 9, 48, 0.22);
  overflow: hidden;
}

.home-v2-packs .home-v2-final-offer {
  width: 100%;
  margin: clamp(56px, 5vw, 78px) auto 0;
}

.home-v2-final-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 32%),
    radial-gradient(circle at 96% 12%, rgba(255, 255, 255, 0.08), transparent 18%);
  pointer-events: none;
}

.home-v2-final-offer-copy,
.home-v2-final-offer-visual {
  position: relative;
  z-index: 1;
}

.home-v2-final-offer-badge {
  display: inline-flex;
  min-height: 33px;
  margin: 0;
  padding: 0 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(112, 70, 255, 0.35);
}

.home-v2-final-offer-title {
  margin: clamp(12px, 1.5vw, 18px) 0 0;
  color: var(--home-v2-surface);
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: visible;
}

.home-v2-final-offer-title span {
  display: block;
  width: fit-content;
  margin-bottom: -4px;
  padding: 0.04em 0 0.02em;
  color: transparent;
  font-size: clamp(4.2rem, 6.4vw, 6.7rem);
  line-height: 1;
  background: linear-gradient(135deg, #FFFFFF 0%, #B587FF 40%, #6E43F3 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-v2-final-offer-text {
  margin: clamp(18px, 1.9vw, 26px) 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 1.62;
}

.home-v2-final-offer-actions {
  display: flex;
  gap: 18px;
  margin-top: clamp(24px, 2.4vw, 34px);
  flex-wrap: wrap;
}

.home-v2-final-offer-primary,
.home-v2-final-offer-secondary,
.home-v2-final-cta-primary,
.home-v2-final-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  border-radius: 8px;
  font: 800 14px/1 var(--home-v2-font-body);
  text-decoration: none;
}

.home-v2-final-offer-primary,
.home-v2-final-offer-secondary {
  position: relative;
  cursor: pointer;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 420ms cubic-bezier(.16, 1, .3, 1),
    border-color 420ms cubic-bezier(.16, 1, .3, 1),
    color 420ms cubic-bezier(.16, 1, .3, 1),
    background 420ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-final-offer-primary::before,
.home-v2-final-offer-secondary::before {
  content: "";
  position: absolute;
  top: -42%;
  bottom: -42%;
  left: -72%;
  z-index: 0;
  width: 42%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  transition:
    left 650ms cubic-bezier(.22, .61, .36, 1),
    opacity 420ms cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.home-v2-final-offer-primary i,
.home-v2-final-offer-secondary i {
  transition: transform 320ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-final-offer-primary {
  min-width: 310px;
  border: 0;
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #7A4DFF 0%, #5B32D0 100%);
  box-shadow: 0 18px 42px rgba(91, 50, 208, 0.36);
}

.home-v2-final-offer-secondary {
  min-width: 178px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--home-v2-surface);
  background: rgba(255, 255, 255, 0.02);
}

.home-v2-final-offer-primary:hover,
.home-v2-final-offer-primary:focus-visible {
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #8A5BFF 0%, #6E43F3 48%, #4F2FAF 100%);
  box-shadow:
    0 18px 38px rgba(91, 37, 201, 0.24),
    0 0 0 1px rgba(210, 194, 255, 0.2) inset;
  transform: translateY(-2px);
}

.home-v2-final-offer-secondary:hover,
.home-v2-final-offer-secondary:focus-visible {
  border-color: rgba(210, 194, 255, 0.5);
  color: var(--home-v2-surface);
  background: rgba(110, 67, 243, 0.16);
  box-shadow: 0 12px 28px rgba(91, 37, 201, 0.14);
  transform: translateY(-2px);
}

.home-v2-final-offer-primary:hover::before,
.home-v2-final-offer-primary:focus-visible::before,
.home-v2-final-offer-secondary:hover::before,
.home-v2-final-offer-secondary:focus-visible::before {
  left: 120%;
  opacity: 1;
}

.home-v2-final-offer-primary:hover i,
.home-v2-final-offer-primary:focus-visible i,
.home-v2-final-offer-secondary:hover i,
.home-v2-final-offer-secondary:focus-visible i {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-final-offer-primary:hover,
  .home-v2-final-offer-primary:focus-visible,
  .home-v2-final-offer-secondary:hover,
  .home-v2-final-offer-secondary:focus-visible,
  .home-v2-final-offer-primary:hover i,
  .home-v2-final-offer-primary:focus-visible i,
  .home-v2-final-offer-secondary:hover i,
  .home-v2-final-offer-secondary:focus-visible i {
    transform: none;
  }

  .home-v2-final-offer-primary::before,
  .home-v2-final-offer-secondary::before,
  .home-v2-final-offer-primary:hover::before,
  .home-v2-final-offer-primary:focus-visible::before,
  .home-v2-final-offer-secondary:hover::before,
  .home-v2-final-offer-secondary:focus-visible::before {
    left: -72%;
    opacity: 0;
    transition: none;
  }
}

.home-v2-final-offer-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
}

.home-v2-final-offer-note i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  font-size: 11px;
}

.home-v2-final-offer-visual {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
}

.home-v2-final-offer-visual img {
  display: block;
  width: min(100%, 620px);
  max-height: 330px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.28));
}

/* Testimonials section */
.home-v2-testimonials {
  padding: clamp(62px, 6vw, 88px) 0 0;
  color: var(--home-v2-text);
  background: #FBFAFF;
}

.home-v2-final-inner {
  width: min(calc(100% - clamp(48px, 7vw, 112px)), 1320px);
  margin: 0 auto;
}

.home-v2-testimonials-heading {
  text-align: center;
}

.home-v2-testimonials-heading h2 {
  margin: 0;
  color: var(--home-v2-primary);
  font-family: var(--home-v2-font-display);
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.07em;
}

.home-v2-testimonials-heading p {
  margin: 5px 0 0;
  color: var(--home-v2-text-muted);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 600;
}

.home-v2-testimonials-exact {
  margin-top: 3rem;
  overflow: hidden;
  --first-color: hsl(265, 75%, 48%);
  --second-color: hsl(18, 88%, 58%);
  --title-color: hsl(220, 20%, 8%);
  --text-color: hsl(220, 8%, 35%);
  --white-color: hsl(0, 0%, 100%);
  --container-color: hsl(0, 0%, 100%);
  --body-font: var(--home-v2-font-body);
  --second-font: var(--home-v2-font-display);
  --h1-font-size: 1.5rem;
  --h3-font-size: 1rem;
  --normal-font-size: .938rem;
  --font-regular: 400;
  --font-semi-bold: 600;
}

.home-v2-testimonials-exact .container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

.home-v2-testimonials-exact .testimonial__swiper {
  padding-bottom: 7rem;
  margin-inline: auto;
}

.home-v2-testimonials-exact .testimonial__card {
  width: 280px;
  background-color: var(--container-color);
  box-shadow: 0 8px 16px hsla(265, 75%, 4%, .1);
  padding: 2rem 1.5rem 3rem;
  border-radius: 1.5rem;
  text-align: center;
}

.home-v2-testimonials-exact .testimonial__img {
  width: 100px;
  height: 100px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 4px solid var(--first-color);
  margin: 0 auto .5rem;
  box-shadow:
    0 12px 26px rgba(102, 31, 240, 0.16),
    0 0 0 7px rgba(124, 58, 237, 0.08);
}

.home-v2-testimonials-exact .testimonial__name {
  font-family: var(--second-font);
  color: var(--title-color);
  font-size: var(--h3-font-size);
  margin-bottom: 2rem;
}

.home-v2-testimonials-exact .testimonial__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: .75rem;
}

.home-v2-testimonials-exact .testimonial__stars {
  display: flex;
  align-items: center;
  column-gap: .25rem;
}

.home-v2-testimonials-exact .testimonial__stars i {
  font-style: normal;
  line-height: 1;
  font-size: 1rem;
  color: var(--second-color);
}

.home-v2-testimonials-exact .swiper-button-prev i,
.home-v2-testimonials-exact .swiper-button-next i {
  font-style: normal;
  line-height: 1;
}

.home-v2-testimonials-exact .ri-star-fill::before {
  content: "★";
}

.home-v2-testimonials-exact .ri-arrow-left-long-line::before {
  content: "←";
}

.home-v2-testimonials-exact .ri-arrow-right-long-line::before {
  content: "→";
}

.home-v2-testimonials-exact .testimonial__number {
  font-family: var(--second-font);
  color: var(--title-color);
  font-size: var(--h3-font-size);
}

.home-v2-testimonials-exact .testimonial__description {
  font-family: var(--body-font);
  color: var(--text-color);
  font-size: var(--normal-font-size);
  line-height: 1.6;
}

.home-v2-testimonials-exact .swiper-pagination-bullets {
  bottom: 4rem;
}

.home-v2-testimonials-exact .swiper-pagination-bullet {
  background-color: var(--first-color);
  transition: opacity .4s;
}

.home-v2-testimonials-exact .swiper-button-prev {
  left: calc(50% - 3rem);
}

.home-v2-testimonials-exact .swiper-button-next {
  right: calc(50% - 3rem);
}

.home-v2-testimonials-exact .swiper-button-prev::after,
.home-v2-testimonials-exact .swiper-button-next::after {
  content: "";
}

.home-v2-testimonials-exact :is(.swiper-button-prev, .swiper-button-next) {
  top: initial;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--first-color);
  color: var(--white-color);
  border-radius: 50%;
  font-size: 1.5rem;
}

@media screen and (max-width: 300px) {
  .home-v2-testimonials-exact .testimonial__card {
    width: 240px;
    padding-inline: 1rem;
  }
}

@media screen and (min-width: 640px) {
  .home-v2-testimonials-exact .testimonial__swiper {
    max-width: 640px;
  }
}

@media screen and (min-width: 1150px) {
  .home-v2-testimonials-exact {
    margin-top: 4rem;
    --h1-font-size: 2.25rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
  }

  .home-v2-testimonials-exact .testimonial__swiper {
    max-width: 760px;
  }

  .home-v2-testimonials-exact .testimonial__card {
    width: 330px;
    padding: 3rem 2rem 4rem;
    border-radius: 2rem;
  }

  .home-v2-testimonials-exact .testimonial__number {
    font-size: var(--normal-font-size);
  }
}

/* FAQ section */
.home-v2-final-faq {
  padding: clamp(64px, 6vw, 92px) 0 0;
  background: #FBFAFF;
}

.home-v2-final-faq .home-v2-final-inner {
  width: min(calc(100% - clamp(48px, 7vw, 112px)), 1120px);
}

.home-v2-final-faq-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0 0 24px;
  color: var(--home-v2-primary);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
}

.home-v2-final-faq-title i {
  font-size: 20px;
}

.home-v2-final-faq-list {
  display: grid;
  gap: clamp(12px, 1.5vw, 16px);
  max-width: 980px;
  margin-inline: auto;
}

.home-v2-final-faq-item {
  overflow: hidden;
  border: 1px solid rgba(139, 105, 220, 0.16);
  border-radius: 18px;
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #140A4A 0%, #21006E 48%, #2D0C88 100%);
  box-shadow: 0 18px 48px rgba(33, 20, 84, 0.1);
  transition: border-color 280ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-final-faq-item.is-open {
  border-color: rgba(203, 190, 255, 0.34);
  box-shadow: 0 20px 54px rgba(33, 20, 84, 0.14);
}

.home-v2-final-faq-row {
  display: grid;
  grid-template-columns: 40px 1fr 22px;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: clamp(58px, 4.6vw, 70px);
  padding: 16px 24px;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.home-v2-final-faq-row:focus-visible {
  outline: 3px solid rgba(203, 190, 255, 0.56);
  outline-offset: -6px;
}

.home-v2-final-faq-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-surface);
  font-size: 17px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.home-v2-final-faq-question {
  color: var(--home-v2-surface);
  font-family: var(--home-v2-font-body);
  font-size: clamp(0.88rem, 1.05vw, 1rem);
  font-weight: 650;
  line-height: 1.28;
}

.home-v2-final-faq-chevron {
  justify-self: end;
  color: var(--home-v2-surface);
  font-size: 18px;
  transition: transform 280ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-final-faq-item.is-open .home-v2-final-faq-chevron {
  transform: rotate(180deg);
}

.home-v2-final-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height 420ms cubic-bezier(.16, 1, .3, 1),
    opacity 260ms ease,
    transform 320ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-final-faq-item.is-open .home-v2-final-faq-answer {
  max-height: 420px;
  opacity: 1;
  transform: translateY(0);
}

.home-v2-final-faq-answer p {
  margin: -2px 64px 20px 80px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--home-v2-font-body);
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  font-weight: 500;
  line-height: 1.65;
}

.home-v2-final-faq .home-v2-reveal {
  transform: translateY(28px);
  transition:
    opacity 960ms cubic-bezier(.16, 1, .3, 1),
    transform 960ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-final-faq .home-v2-reveal.is-visible {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-final-faq .home-v2-reveal,
  .home-v2-final-faq-item,
  .home-v2-final-faq-answer,
  .home-v2-final-faq-chevron {
    transition-duration: 1ms;
  }
}

/* Final CTA */
.home-v2-final-cta {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 22px;
  align-items: center;
  width: min(calc(100% - clamp(48px, 7vw, 112px)), 1320px);
  min-height: 76px;
  margin: clamp(52px, 5vw, 74px) auto clamp(34px, 4vw, 52px);
  padding: 13px 20px;
  border: 1px solid rgba(197, 184, 233, 0.78);
  border-radius: 12px;
  background:
    radial-gradient(circle at 11% 50%, rgba(139, 105, 220, 0.16), transparent 16%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(33, 20, 84, 0.06);
}

.home-v2-final-cta-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-v2-primary);
  font-size: 31px;
  background: var(--home-v2-lavender);
}

.home-v2-final-cta-copy h2 {
  margin: 0;
  color: var(--home-v2-text-strong);
  font-family: var(--home-v2-font-display);
  font-size: clamp(1.25rem, 1.85vw, 1.9rem);
  font-weight: 700;
  line-height: 1.1;
}

.home-v2-final-cta-copy p {
  margin: 6px 0 0;
  color: var(--home-v2-text-muted);
  font-size: 11px;
  font-weight: 600;
}

.home-v2-final-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.home-v2-final-cta-primary,
.home-v2-final-cta-secondary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 40px;
  padding: 0 24px;
  border-radius: 7px;
  font-size: 12px;
  cursor: pointer;
  transition:
    transform 280ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 280ms cubic-bezier(.16, 1, .3, 1),
    border-color 280ms cubic-bezier(.16, 1, .3, 1),
    color 280ms cubic-bezier(.16, 1, .3, 1),
    background 280ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-final-cta-primary::before,
.home-v2-final-cta-secondary::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  transform: translateX(-105%);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-final-cta-primary:hover,
.home-v2-final-cta-primary:focus-visible,
.home-v2-final-cta-secondary:hover,
.home-v2-final-cta-secondary:focus-visible {
  transform: translateY(-2px);
}

.home-v2-final-cta-primary {
  min-width: 184px;
  border: 0;
  color: var(--home-v2-surface);
  background: linear-gradient(135deg, #4F2FAF 0%, #6E43F3 100%);
  box-shadow: 0 14px 28px rgba(91, 50, 208, 0.24);
}

.home-v2-final-cta-primary::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 38%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(135deg, #6E43F3 0%, #8B69DC 100%);
}

.home-v2-final-cta-primary:hover,
.home-v2-final-cta-primary:focus-visible {
  box-shadow: 0 18px 34px rgba(91, 50, 208, 0.3);
}

.home-v2-final-cta-primary:hover::before,
.home-v2-final-cta-primary:focus-visible::before,
.home-v2-final-cta-secondary:hover::before,
.home-v2-final-cta-secondary:focus-visible::before {
  transform: translateX(0);
}

.home-v2-final-cta-secondary {
  min-width: 220px;
  border: 1px solid rgba(37, 211, 102, 0.36);
  color: #128C4A;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.08);
}

.home-v2-final-cta-secondary::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 38%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(135deg, #25D366 0%, #128C4A 100%);
}

.home-v2-final-cta-secondary:hover,
.home-v2-final-cta-secondary:focus-visible {
  border-color: rgba(37, 211, 102, 0.58);
  color: var(--home-v2-surface);
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.2);
}

.home-v2-final-cta-secondary i {
  font-size: 18px;
}

/* Footer */
.home-v2-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 90% 10%, rgba(91, 50, 208, 0.44), transparent 30%),
    radial-gradient(circle at 18% 105%, rgba(37, 211, 102, 0.08), transparent 24%),
    linear-gradient(135deg, #020A2A 0%, #07123B 46%, #1D0D5F 100%);
}

.home-v2-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, .78fr)) minmax(230px, 1fr);
  gap: clamp(28px, 3.5vw, 50px);
  width: min(calc(100% - clamp(48px, 7vw, 112px)), 1320px);
  margin: 0 auto;
  padding: clamp(64px, 6vw, 88px) 0 46px;
}

.home-v2-footer-logo {
  display: inline-flex;
  align-items: center;
}

.home-v2-footer-logo img {
  width: clamp(132px, 11vw, 168px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 26px rgba(91, 50, 208, 0.34));
}

.home-v2-footer-brand p,
.home-v2-footer-column a,
.home-v2-footer-bottom a,
.home-v2-footer-bottom span {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.home-v2-footer-brand > p {
  max-width: 330px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.home-v2-footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.home-v2-footer-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(169, 140, 255, 0.38);
  border-radius: 50%;
  color: var(--home-v2-surface);
  font-size: 21px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 30px rgba(91, 50, 208, 0.16);
  transition:
    transform 280ms cubic-bezier(.16, 1, .3, 1),
    border-color 280ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 280ms cubic-bezier(.16, 1, .3, 1),
    color 280ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-footer-socials a:hover,
.home-v2-footer-socials a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(169, 140, 255, 0.72);
  color: #CBBEFF;
  box-shadow: 0 18px 34px rgba(91, 50, 208, 0.28);
}

.home-v2-footer-column,
.home-v2-footer-contact {
  padding-left: clamp(22px, 2.2vw, 36px);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.home-v2-footer-column h3,
.home-v2-footer-contact h3 {
  margin: 0 0 24px;
  color: #A98CFF;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-v2-footer-column {
  display: flex;
  flex-direction: column;
}

.home-v2-footer-column a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin-top: 18px;
  text-decoration: none;
  transition:
    color 260ms cubic-bezier(.16, 1, .3, 1),
    transform 260ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-footer-column a:first-of-type {
  margin-top: 0;
}

.home-v2-footer-column a i {
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
}

.home-v2-footer-column a:hover,
.home-v2-footer-column a:focus-visible,
.home-v2-footer-bottom a:hover,
.home-v2-footer-bottom a:focus-visible {
  color: #CBBEFF;
  transform: translateX(3px);
}

.home-v2-footer-whatsapp-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  width: min(100%, 294px);
  min-height: 164px;
  align-items: center;
  column-gap: 22px;
  row-gap: 12px;
  padding: 30px 26px;
  border: 1px solid rgba(169, 140, 255, 0.28);
  border-radius: 20px;
  color: var(--home-v2-surface);
  text-decoration: none;
  background:
    radial-gradient(circle at 74% 0%, rgba(139, 92, 246, 0.28), transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(31, 20, 86, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 44px rgba(91, 50, 208, 0.22),
    0 0 34px rgba(124, 58, 237, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 280ms cubic-bezier(.16, 1, .3, 1),
    border-color 280ms cubic-bezier(.16, 1, .3, 1),
    background 280ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 280ms cubic-bezier(.16, 1, .3, 1);
}

.home-v2-footer-whatsapp-card > i {
  color: #25D366;
  font-size: 54px;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(37, 211, 102, 0.26));
}

.home-v2-footer-whatsapp-card strong,
.home-v2-footer-whatsapp-card small,
.home-v2-footer-whatsapp-card em {
  display: block;
  font-style: normal;
}

.home-v2-footer-whatsapp-card strong {
  margin-bottom: 14px;
  color: var(--home-v2-surface);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
}

.home-v2-footer-whatsapp-card small {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.home-v2-footer-whatsapp-card small b {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-right: 0;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 12px rgba(37, 211, 102, 0.58);
}

.home-v2-footer-whatsapp-card em {
  margin-top: 24px;
  color: rgba(226, 218, 255, 0.78);
  font-size: 15px;
  line-height: 1.35;
  white-space: nowrap;
}

.home-v2-footer-whatsapp-card:hover,
.home-v2-footer-whatsapp-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(169, 140, 255, 0.5);
  background:
    radial-gradient(circle at 74% 0%, rgba(139, 92, 246, 0.38), transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)),
    rgba(31, 20, 86, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 26px 58px rgba(91, 50, 208, 0.3),
    0 0 42px rgba(124, 58, 237, 0.16);
}

.home-v2-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(calc(100% - clamp(48px, 7vw, 112px)), 1320px);
  margin: 0 auto;
  padding: 28px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  flex-wrap: wrap;
}

.home-v2-footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.home-v2-footer-bottom a i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1180px) {
  .home-v2-pricing-flow-inner {
    width: min(calc(100% - 48px), 1040px);
  }

  .home-v2-how {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .home-v2-steps {
    gap: 20px;
  }

  .home-v2-pack-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    align-items: stretch;
  }

  .home-v2-pack-card-free,
  .home-v2-pack-card-complete {
    min-height: 365px;
  }

  .home-v2-trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-v2-trust-item:nth-child(2) {
    border-right: 0;
  }

  .home-v2-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(229, 223, 243, 0.82);
  }

  .home-v2-final-offer {
    grid-template-columns: 1fr;
  }

  .home-v2-final-offer-visual {
    justify-content: center;
  }

  .home-v2-final-cta {
    grid-template-columns: 64px 1fr;
  }

  .home-v2-final-cta-actions {
    grid-column: 1 / 3;
    justify-content: flex-start;
  }

  .home-v2-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-footer-brand {
    grid-column: 1 / 3;
  }

  .home-v2-footer-contact {
    grid-column: 1 / 3;
  }
}

@media (min-width: 1181px) {
  .home-v2-packs-title {
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .home-v2-pricing-flow-inner {
    width: min(calc(100% - 28px), 560px);
  }

  .home-v2-hero {
    padding-bottom: 44px;
  }

  .home-v2-benefits {
    padding-bottom: 52px;
  }

  .home-v2-benefits-inner {
    padding-top: 48px;
  }

  .home-v2-pathways {
    padding: 58px 0 54px;
  }

  .home-v2-how {
    padding: 58px 0 54px;
  }

  .home-v2-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-steps::before {
    display: none;
  }

  .home-v2-hero-actions {
    gap: 12px;
    margin: 28px 0 34px;
  }

  .home-v2-hero-action {
    width: 100%;
    min-height: 54px;
  }

  .home-v2-step-number {
    left: calc(50% - 48px);
  }

  .home-v2-pack-grid,
  .home-v2-trust-row {
    grid-template-columns: 1fr;
  }

  .home-v2-trust-item,
  .home-v2-trust-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(229, 223, 243, 0.82);
  }

  .home-v2-trust-item:last-child {
    border-bottom: 0;
  }

  .home-v2-final-offer,
  .home-v2-final-inner,
  .home-v2-final-cta,
  .home-v2-footer-inner,
  .home-v2-footer-bottom {
    width: min(calc(100% - 28px), 560px);
  }

  .home-v2-final-offer {
    margin-top: 48px;
    padding: 30px 20px;
  }

  .home-v2-packs .home-v2-final-offer {
    margin-top: 48px;
  }

  .home-v2-packs {
    padding: 48px 0 46px;
  }

  .home-v2-testimonials {
    padding-top: 52px;
  }

  .home-v2-final-faq {
    padding-top: 50px;
  }

  .home-v2-final-offer-title {
    white-space: normal;
  }

  .home-v2-final-offer-actions,
  .home-v2-final-cta-actions {
    flex-direction: column;
  }

  .home-v2-final-offer-primary,
  .home-v2-final-offer-secondary,
  .home-v2-final-cta-primary,
  .home-v2-final-cta-secondary {
    width: 100%;
    min-width: 0;
  }

  .home-v2-final-faq-row {
    grid-template-columns: 34px 1fr 18px;
    gap: 12px;
    min-height: 62px;
    padding: 14px 16px;
  }

  .home-v2-final-faq-item {
    border-radius: 16px;
  }

  .home-v2-final-faq-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .home-v2-final-faq-question {
    font-size: clamp(0.82rem, 3.8vw, 0.94rem);
    font-weight: 600;
  }

  .home-v2-final-faq-chevron {
    font-size: 17px;
  }

  .home-v2-final-faq-answer p {
    margin: -1px 16px 18px 62px;
    font-size: 0.82rem;
    line-height: 1.58;
  }

  .home-v2-final-faq-item.is-open .home-v2-final-faq-answer {
    max-height: 620px;
  }

  .home-v2-final-cta {
    grid-template-columns: 1fr;
    margin: 42px auto 30px;
    padding: 18px;
  }

  .home-v2-final-cta-actions {
    grid-column: auto;
  }

  .home-v2-footer-inner {
    grid-template-columns: 1fr;
    padding-top: 48px;
    gap: 32px;
  }

  .home-v2-footer-brand,
  .home-v2-footer-contact {
    grid-column: auto;
  }

  .home-v2-footer-column,
  .home-v2-footer-contact {
    padding-left: 0;
    border-left: 0;
  }

  .home-v2-footer-whatsapp-card {
    width: min(100%, 320px);
  }

  .home-v2-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
  }
}

@media (max-width: 380px) {
  .home-v2-footer-whatsapp-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 26px 20px;
  }

  .home-v2-footer-whatsapp-card small {
    justify-content: center;
    white-space: normal;
  }

  .home-v2-footer-whatsapp-card em {
    white-space: normal;
  }
}

/* Responsive Fixes */
.home-v2-mobile-menu-btn {
  display: none;
}

@media (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
  }

  /* Navbar */
  .home-v2-navbar {
    grid-template-columns: auto 1fr auto;
    padding: 12px 24px;
    height: auto;
    min-height: 72px;
    width: 100%;
    box-sizing: border-box;
  }
  .home-v2-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(18px);
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    box-shadow: 0 14px 45px rgba(33, 20, 84, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--home-v2-border);
  }
  .home-v2-navbar.is-menu-open .home-v2-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .home-v2-nav-item {
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    justify-content: flex-start;
  }
  .home-v2-login-item {
    width: 100%;
    justify-content: center;
    background: rgba(110, 67, 243, 0.08);
    margin-top: 8px;
  }
  .home-v2-navbar-separator {
    display: none;
  }
  .home-v2-mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--home-v2-text-strong);
    cursor: pointer;
    padding: 4px;
    margin-left: 12px;
  }
  .home-v2-navbar-actions {
    gap: 0;
  }

  .home-v2-pricing-notice {
    top: 88px;
  }

  /* Hero */
  .home-v2-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .home-v2-hero-copy {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .home-v2-hero-title-accent::after {
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
  }
  .home-v2-hero-actions {
    justify-content: center;
  }
  .home-v2-stats {
    width: 100%;
    max-width: 480px;
  }
  .home-v2-hero-visual {
    margin-top: 40px;
  }

  /* Feature Cards (Benefits) */
  .home-v2-benefits-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .home-v2-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-v2-benefits-note {
    display: none;
  }
  .home-v2-bottom-strip {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Concours Cards */
  .home-v2-pathways-top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .home-v2-pathway-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Method/Problem */
  .home-v2-method-block {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .home-v2-problem-panel {
    border-radius: 16px 16px 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  .home-v2-problem-content {
    max-width: 100%;
    box-sizing: border-box;
  }
  .home-v2-problem-decor {
    display: none;
  }
  .home-v2-method-arrow {
    position: relative;
    top: auto;
    left: auto;
    margin: -23px auto;
    transform: rotate(90deg) scale(1) !important;
  }
  .home-v2-solution-panel {
    grid-template-columns: 1fr;
    width: 100%;
    border-radius: 0 0 16px 16px;
    box-sizing: border-box;
  }
  .home-v2-solution-aside {
    padding: 0 18px 21px 18px;
    width: 100%;
    box-sizing: border-box;
  }
  .home-v2-progress-mini-card {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .home-v2-brand-subtitle {
    display: none;
  }
  .home-v2-primary-button {
    min-width: 0;
    padding: 0 16px;
    font-size: 13px;
    height: 40px;
  }
  .home-v2-login-item {
    font-size: 15px;
  }
  
  .home-v2-hero-title {
    font-size: clamp(2.4rem, 8vw, 3rem);
  }
  .home-v2-stats {
    padding: 12px;
    gap: 8px;
  }
  .home-v2-stat {
    padding: 0 8px;
  }
  .home-v2-stat strong {
    font-size: 24px;
  }

  .home-v2-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-v2-feature-card {
    padding: 24px;
  }
  .home-v2-feature-icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  .home-v2-feature-card h3 {
    font-size: 18px;
  }

  .home-v2-pathway-cards {
    grid-template-columns: 1fr;
  }
  
  .home-v2-steps {
    grid-template-columns: 1fr;
  }
  
  .home-v2-final-faq-row {
    grid-template-columns: auto 1fr auto;
  }
}

@media (max-width: 640px) {
  .home-v2-hero-visual {
    display: none !important;
  }
  .home-v2-hero {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .home-v2-pricing-notice {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 15px 16px;
    text-align: center;
  }

  .home-v2-pricing-notice-label {
    justify-self: center;
  }

  .home-v2-hero-title {
    font-size: clamp(2rem, 7vw, 2.3rem);
    text-wrap: balance;
  }
  .home-v2-hero-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-v2-hero-actions {
    gap: 12px;
  }
  .home-v2-hero-action {
    width: 100%;
    min-height: 52px;
  }
  .home-v2-stats {
    padding: 12px 10px;
    column-gap: 8px;
    row-gap: 8px;
  }
  .home-v2-stat {
    padding: 0 6px;
  }
  .home-v2-stat strong {
    font-size: 20px;
  }
  .home-v2-stat span {
    white-space: normal;
    font-size: 9px;
  }
}

@media (max-width: 380px) {
  .home-v2-hero-title {
    font-size: 1.9rem;
    line-height: 1.05;
    word-break: normal;
    overflow-wrap: normal;
  }
  .home-v2-eyebrow {
    font-size: 10px;
    max-width: 100%;
    white-space: normal;
  }
  .home-v2-primary-button {
    font-size: 11.5px;
    padding: 8px 10px;
    height: auto;
    min-height: 34px;
    max-width: 140px;
    border-radius: 10px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }
  .home-v2-navbar {
    padding: 12px 14px;
    gap: 6px;
  }
  .home-v2-mobile-menu-btn {
    margin-left: 6px;
    font-size: 24px;
  }
  .home-v2-brand-logo {
    width: 90px;
  }
  .home-v2-stats {
    padding: 12px 8px;
    column-gap: 4px;
  }
  .home-v2-stat {
    padding: 0 4px;
  }
  .home-v2-stat strong {
    font-size: 18px;
  }
  .home-v2-stat span {
    font-size: 8px;
  }
}

@media (hover: none) {
  .home-v2-pathway-card, 
  .home-v2-feature-card, 
  .home-v2-pack-card {
    transform: none !important;
    --rx: 0deg !important;
    --ry: 0deg !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-final-cta-primary,
  .home-v2-final-cta-secondary,
  .home-v2-final-cta-primary::before,
  .home-v2-final-cta-secondary::before,
  .home-v2-footer-column a,
  .home-v2-footer-socials a,
  .home-v2-footer-whatsapp-card,
  .home-v2-footer-bottom a {
    transition-duration: 1ms;
  }

  .home-v2-final-cta-primary:hover,
  .home-v2-final-cta-primary:focus-visible,
  .home-v2-final-cta-secondary:hover,
  .home-v2-final-cta-secondary:focus-visible,
  .home-v2-footer-column a:hover,
  .home-v2-footer-column a:focus-visible,
  .home-v2-footer-socials a:hover,
  .home-v2-footer-socials a:focus-visible,
  .home-v2-footer-whatsapp-card:hover,
  .home-v2-footer-whatsapp-card:focus-visible,
  .home-v2-footer-bottom a:hover,
  .home-v2-footer-bottom a:focus-visible {
    transform: none;
  }
}
