:root {
  --font-heading: "Trebuchet MS", "Aptos Display", system-ui, sans-serif;
  --font-body: Arial, "Helvetica Neue", sans-serif;
  --violet: #4A00FF;
  --violet-dark: #3000A6;
  --violet-ink: #12002F;
  --violet-soft: #F3EFFF;
  --gold: #FFD166;
  --text-dark: #111827;
  --body-text: #374151;
  --white: #FFFFFF;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: var(--body-text);
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 20%, rgba(74, 0, 255, .12), transparent 28%), radial-gradient(circle at 92% 8%, rgba(255, 209, 102, .13), transparent 22%);
  z-index: -1;
}

h1, h2, h3, h4, .brand-name {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4.9rem);
  line-height: .96;
}

h2 {
  color: var(--text-dark);
  font-size: clamp(1.95rem, 3.4vw, 3.25rem);
  line-height: 1.05;
}

h3, h4 {
  color: var(--text-dark);
  font-size: 1.3rem;
  line-height: 1.2;
}

p, li {
  font-size: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: rgba(18, 0, 47, .92);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  color: var(--gold);
  box-shadow: 0 0 32px rgba(74, 0, 255, .55);
}

.brand-name {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.05;
}

.nav-link {
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}

.nav-link:hover {
  color: #FFFFFF;
  transform: translateY(-1px);
}

.desktop-nav, .desktop-header-call {
  display: none !important;
}

.mobile-menu-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, .08);
}

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #160038;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu .nav-link {
  display: block;
  padding: 14px 0;
}

.phone-button, .hero-phone, .sticky-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  white-space: nowrap;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.phone-button {
  min-height: 50px;
  padding: 0 22px;
  color: #111827;
  background: #FFFFFF;
}

.phone-button:hover, .hero-phone:hover, .sticky-call-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(74, 0, 255, .34);
}

.hero-phone {
  min-height: 58px;
  padding: 0 26px;
  color: #111827;
  background: var(--gold);
  box-shadow: 0 18px 42px rgba(255, 209, 102, .26);
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
  background: rgba(255, 255, 255, .08);
  transition: transform .22s ease, background .22s ease;
}

.secondary-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .16);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #12002F 0%, #3000A6 48%, #4A00FF 100%);
  color: #FFFFFF;
}

.hero-section::before, .hero-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
}

.hero-section::before {
  width: 420px;
  height: 420px;
  top: -140px;
  right: -110px;
  background: rgba(255, 209, 102, .22);
}

.hero-section::after {
  width: 360px;
  height: 360px;
  left: -130px;
  bottom: -130px;
  background: rgba(255, 255, 255, .11);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-section h1, .dark-section h2, .dark-section h3, .dark-card h3, .cta-band h2, .cta-band h3, footer h3 {
  color: #FFFFFF;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: .45rem .8rem;
  color: #FFFFFF;
  background: rgba(255, 255, 255, .08);
  font-size: .95rem;
  font-weight: 800;
}

.stars {
  color: var(--gold);
  letter-spacing: .14em;
  font-size: 1.35rem;
}

.hero-icon-row {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}

.hero-icon-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
}

.hero-icon-frame img {
  width: auto;
  height: 48px;
  max-width: 96px;
  object-fit: contain;
}

.hero-image-card {
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  padding: 14px;
  background: rgba(255, 255, 255, .11);
  box-shadow: 0 36px 80px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .2);
}

.hero-image-card img, .split-image img {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  object-fit: cover;
}

.trust-stat {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  padding: 18px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, .09);
}

.section-shell {
  padding: 82px 0;
}

.section-heading {
  max-width: 900px;
}

.h2-sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  box-shadow: 0 16px 32px rgba(74, 0, 255, .26);
}

.intro-card {
  margin-top: -34px;
  position: relative;
  z-index: 3;
  border: 1px solid rgba(74, 0, 255, .14);
  border-radius: 30px;
  padding: 30px;
  color: #111827;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 30px 80px rgba(18, 0, 47, .14);
}

.benefit-card, .service-card, .review-card, .faq-card, .payment-card {
  border: 1px solid rgba(74, 0, 255, .12);
  border-radius: 28px;
  background: #FFFFFF;
  color: #374151;
  box-shadow: 0 18px 50px rgba(18, 0, 47, .08);
}

.benefit-card {
  padding: 24px;
}

.mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
}

.dark-section {
  position: relative;
  overflow: hidden;
  color: #F9FAFB;
  background: #12002F;
}

.dark-section p, .dark-section li {
  color: #EDE9FE;
}

.dark-card {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 30px;
  padding: 26px;
  color: #F9FAFB;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13);
}

.service-card {
  padding: 26px;
  height: 100%;
}

.dark-section .service-card h3 {
  color: #111827;
}

.dark-section .service-card p {
  color: #374151;
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.split-panel {
  display: grid;
  gap: 28px;
  align-items: stretch;
  margin-top: 34px;
}

.split-text {
  border-radius: 32px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 18px 50px rgba(18, 0, 47, .08);
}

.split-image {
  min-height: 290px;
  border-radius: 32px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(74, 0, 255, .2), rgba(255, 209, 102, .32));
}

.timeline-step {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  background: #FFFFFF;
  color: #374151;
}

.timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: #111827;
  background: var(--gold);
  font-weight: 900;
}

.review-toolbar button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: #FFFFFF;
  background: var(--violet-dark);
  transition: transform .2s ease, background .2s ease;
}

.review-toolbar button:hover {
  transform: translateY(-2px);
  background: var(--violet);
}

.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 32%);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 0 28px;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  scroll-snap-align: start;
  padding: 26px;
}

.area-pill {
  display: inline-flex;
  margin: 5px;
  border-radius: 999px;
  padding: 8px 14px;
  color: #111827;
  background: #F3EFFF;
  font-weight: 800;
}

.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 42px;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--violet-dark), var(--violet));
  box-shadow: 0 30px 80px rgba(74, 0, 255, .25);
}

.faq-card, .payment-card {
  padding: 24px;
}

.site-footer {
  color: #EDE9FE;
  background: #12002F;
}

.site-footer a {
  color: #FFFFFF;
}

.footer-text {
  color: #EDE9FE;
  font-size: 14px;
}

.mobile-sticky-call {
  display: none !important;
}

.sticky-call-button {
  width: calc(100vw - 24px);
  min-height: 58px;
  color: #111827;
  background: var(--gold);
}

@media (min-width: 768px) {
  .desktop-nav, .desktop-header-call {
    display: flex !important;
  }

  .mobile-menu-button, .mobile-menu, .mobile-sticky-call {
    display: none !important;
  }

  .split-panel {
    grid-template-columns: minmax(0, 65%) minmax(260px, 35%);
  }

  .split-panel.reverse .split-image {
    order: -1;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(2.2rem, 11vw, 3.05rem);
  }

  h2 {
    font-size: clamp(1.85rem, 8vw, 2.3rem);
  }

  .brand-name {
    font-size: 1.35rem;
  }

  .hero-section {
    padding-bottom: 36px;
  }

  .hero-icon-frame {
    height: 58px;
    padding: 6px 10px;
  }

  .hero-icon-frame img {
    height: 44px;
    max-width: 82px;
  }

  .section-shell {
    padding: 58px 0;
  }

  .intro-card, .cta-band, .split-text {
    padding: 24px;
    border-radius: 24px;
  }

  .review-track {
    grid-auto-columns: minmax(286px, 88vw);
  }

  .mobile-sticky-call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: flex !important;
    justify-content: center;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(18, 0, 47, .92);
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
  }

  .mobile-sticky-call.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  body {
    padding-bottom: 74px;
  }
}
