:root {
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-size: 16px;
}

body.mobile-menu-open {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(117, 119, 167, 0.18);
  backdrop-filter: blur(18px);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.04em;
}

.brand-logo:hover {
  color: #111827;
}

.brand-logo img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

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

.mobile-menu-toggle {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #24264f;
  border: 1px solid rgba(36, 38, 79, 0.18);
  border-radius: 999px;
  background: #ffffff;
}

.mobile-panel {
  display: none;
  position: fixed;
  inset: 72px 16px auto 16px;
  z-index: 70;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(117, 119, 167, 0.24);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(36, 38, 79, 0.22);
}

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

.mobile-panel a:not(.btn-primary) {
  display: block;
  padding: 14px 10px;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid rgba(117, 119, 167, 0.14);
}

.btn-primary,
.btn-secondary,
.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.btn-primary {
  color: #ffffff !important;
  background: #24264f;
  box-shadow: 0 18px 38px rgba(36, 38, 79, 0.28);
}

.btn-primary:hover {
  color: #ffffff !important;
  background: #171935;
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(36, 38, 79, 0.34);
}

.btn-secondary {
  color: #111827 !important;
  background: #ffffff;
  border: 1px solid rgba(36, 38, 79, 0.2);
}

.btn-secondary:hover {
  color: #111827 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(36, 38, 79, 0.12);
}

.btn-light {
  color: #24264f !important;
  background: #ffffff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 16%, rgba(117, 119, 167, 0.18), transparent 28%), linear-gradient(135deg, #f6f6fb 0%, #ffffff 50%, #f1f0fb 100%);
}

.dot-field::before,
.dot-field::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(rgba(117, 119, 167, 0.42) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: 0.55;
}

.dot-field::before {
  width: 190px;
  height: 190px;
  top: 80px;
  right: -40px;
}

.dot-field::after {
  width: 150px;
  height: 150px;
  bottom: 40px;
  left: -42px;
}

.hero-card {
  position: relative;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(117, 119, 167, 0.2);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(36, 38, 79, 0.14);
}

.hero-image-wrap {
  min-height: 100%;
  background: #24264f;
  border-radius: 30px;
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 28px 58px rgba(36, 38, 79, 0.24);
}

.hero-image-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
}

.eyebrow {
  color: #24264f;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  font-size: 35px;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

h3,
h4 {
  font-size: 20px;
  line-height: 1.25;
}

p,
li,
summary,
dd,
dt {
  font-size: 16px;
}

.stars {
  color: #f7b84b;
  font-size: 22px;
  letter-spacing: 0.11em;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges img {
  width: auto;
  height: 48px;
  max-width: 132px;
  object-fit: contain;
  padding: 6px 9px;
  background: #ffffff;
  border: 1px solid rgba(117, 119, 167, 0.24);
  border-radius: 15px;
}

.info-split {
  display: grid;
  gap: 26px;
  align-items: center;
}

.info-split .text-col,
.info-split .image-col {
  min-width: 0;
}

.panel {
  background: #ffffff;
  border: 1px solid rgba(117, 119, 167, 0.18);
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(36, 38, 79, 0.08);
}

.section-soft {
  background: #f6f6fb;
}

.section-dark-custom {
  background: radial-gradient(circle at 15% 20%, rgba(117, 119, 167, 0.36), transparent 30%), #24264f;
  color: #ffffff;
}

.section-dark-custom h2,
.section-dark-custom h3,
.section-dark-custom p,
.section-dark-custom li {
  color: #ffffff;
}

.feature-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.65rem 0;
  color: #374151;
}

.check-dot {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: #24264f;
  background: #f7b84b;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.service-icon {
  width: 48px;
  height: 48px;
  color: #24264f;
}

.icon-card {
  background: #ffffff;
  border: 1px solid rgba(117, 119, 167, 0.18);
  border-radius: 24px;
  padding: 18px;
}

.review-carousel {
  position: relative;
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 360ms ease;
}

.review-slide {
  flex: 0 0 100%;
  display: grid;
  gap: 18px;
}

.review-card {
  min-height: 100%;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(117, 119, 167, 0.18);
  border-radius: 26px;
  color: #374151;
  box-shadow: 0 16px 42px rgba(36, 38, 79, 0.08);
}

.review-card p,
.review-card strong {
  color: #374151;
}

.carousel-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #24264f;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.faq-item {
  border: 1px solid rgba(117, 119, 167, 0.18);
  border-radius: 22px;
  background: #ffffff;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #111827;
  font-weight: 800;
}

.faq-item p {
  padding: 0 20px 20px;
  color: #374151;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-sticky-call {
  display: flex !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 13px 12px calc(13px + env(safe-area-inset-bottom));
  color: #ffffff !important;
  background: #24264f;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 -18px 42px rgba(36, 38, 79, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition: opacity 220ms ease, transform 220ms ease;
}

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

.footer-main {
  background: #171935;
  color: #ffffff;
  font-size: 14px;
}

.footer-main p,
.footer-main a,
.footer-main li {
  color: #ffffff;
  font-size: 14px;
}

.footer-main h3,
.footer-main h4 {
  color: #ffffff;
}

.footer-main .brand-logo {
  color: #ffffff;
}

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

  .header-phone-desktop {
    display: inline-flex !important;
  }

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

  .desktop-nav a {
    color: #111827;
    font-size: 18px;
    font-weight: 750;
  }

  h1 {
    font-size: clamp(52px, 5vw, 76px);
  }

  h2 {
    font-size: clamp(36px, 3.2vw, 48px);
  }

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

  .info-split.reverse {
    grid-template-columns: minmax(0, 35%) minmax(0, 65%);
  }

  .info-split.reverse .image-col {
    order: 1;
  }

  .info-split.reverse .text-col {
    order: 2;
  }

  .review-slide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  main {
    padding-bottom: 74px;
  }

  .hero-card {
    border-radius: 26px;
  }

  .hero-badges img {
    height: 44px;
    max-width: 31%;
  }

  .btn-primary,
  .btn-secondary,
  .btn-light {
    width: 100%;
  }
}
