:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f7f9fc;
  --text: #555555;
  --muted: #6f86aa;
  --primary: #7e95b8;
  --primary-deep: #6f86aa;
  --gold: #b08a4e;
  --gold-soft: #d2b06f;
  --gold-deep: #8e6b3d;
  --dark-pill: #6a6a6a;
  --border: rgba(111, 134, 170, 0.2);
  --shadow: 0 16px 42px rgba(111, 134, 170, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }
.fw-800 { font-weight: 800; }
.section-space { padding: 88px 0; }
.soft-section { background: linear-gradient(180deg, rgba(255,255,255,1), rgba(158,177,204,0.16)); }

.site-header {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(111, 134, 170, 0.22);
  box-shadow: 0 10px 24px rgba(111, 134, 170, 0.12);
}

.site-header .navbar {
  background: rgba(247, 250, 255, 0.72);
  border-radius: 16px;
  margin: 10px auto;
  border: 1px solid rgba(111, 134, 170, 0.14);
  box-shadow: 0 8px 20px rgba(111, 134, 170, 0.08);
}

.navbar-brand {
  color: var(--text);
  font-size: 1rem;
}
.navbar-brand small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--primary), #d6dde9);
  color: #fff;
  box-shadow: var(--shadow);
}
.nav-link {
  color: var(--text);
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 14px !important;
  transition: all .2s ease;
}
.nav-link:hover {
  color: var(--primary-deep);
  background: rgba(126, 149, 184, 0.12);
}
.nav-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--primary-deep);
}
.nav-contact-link i { color: var(--gold-deep); }
.btn {
  border: none;
  font-weight: 700;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(176, 138, 78, 0.35);
}
.btn-primary:hover { background: linear-gradient(135deg, var(--gold), var(--gold-deep)); }
.btn-light {
  background: rgba(255,255,255,0.85);
  color: var(--text);
  box-shadow: var(--shadow);
}
.btn-outline-primary {
  border: 1.5px solid rgba(142, 107, 61, 0.75);
  color: var(--primary-deep);
  background: rgba(255,255,255,0.92);
}
.btn-outline-primary:hover {
  background: rgba(176, 138, 78, 0.12);
  color: var(--gold-deep);
}

.hero-section {
  padding: 72px 0 48px;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(176, 138, 78, 0.14);
  color: var(--gold-deep);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: .02em;
}
.hero-text, .text-muted { color: var(--muted) !important; }
.metric-card,
.feature-card,
.info-panel,
.process-card,
.registration-side-card,
.form-shell,
.stats-item,
.trust-item,
.bottom-cta,
.cta-band,
.hero-slide-card,
.phone-frame,
.step-chip,
.custom-modal {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.metric-card {
  border-radius: var(--radius-md);
  padding: 18px;
  height: 100%;
}
.metric-card strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.metric-card span { color: var(--muted); font-size: .9rem; }

.hero-carousel { position: relative; }
.hero-slide-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  padding: 18px;
}
.hero-slide-card img {
  border-radius: 28px;
  width: min(100%, 370px);
  margin: 0 auto;
}
.slide-copy {
  padding: 10px 8px 18px;
  text-align: center;
}
.slide-copy h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.slide-copy p { color: var(--muted); margin-bottom: 0; }
.slide-badge {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold-deep);
  font-weight: 800;
}
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 46px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.85);
  border-radius: 50%;
  opacity: 1;
}
.hero-carousel .carousel-control-prev { left: -18px; }
.hero-carousel .carousel-control-next { right: -18px; }
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  filter: invert(24%) sepia(7%) saturate(780%) hue-rotate(178deg) brightness(90%) contrast(84%);
}
.hero-carousel .carousel-indicators { bottom: -44px; }
.hero-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(111, 134, 170, 0.3);
}
.hero-carousel .carousel-indicators .active { background: var(--gold); }

.trust-item {
  border-radius: 22px;
  padding: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.trust-item i { font-size: 1.3rem; color: var(--primary-deep); }
.trust-item span { font-weight: 700; }

.section-heading { max-width: 860px; margin-bottom: 26px; }
.section-heading h2 { font-weight: 800; margin-bottom: 14px; }
.section-heading p { color: var(--muted); }
.feature-card {
  border-radius: var(--radius-lg);
  padding: 28px;
}
.feature-card h3 { font-size: 1.2rem; margin: 18px 0 12px; }
.feature-card p { color: var(--muted); margin: 0; }
.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(126,149,184,0.2), rgba(176,138,78,0.2));
  color: var(--primary-deep);
  font-size: 1.4rem;
}

.phone-frame {
  border-radius: 40px;
  padding: 14px;
  height: 100%;
}
.phone-frame img {
  border-radius: 30px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.slider-btn {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.info-panel,
.process-card,
.cta-band,
.form-shell,
.registration-side-card,
.bottom-cta,
.custom-modal {
  border-radius: var(--radius-xl);
  padding: 34px;
}
.accent-panel {
  background: linear-gradient(145deg, rgba(126,149,184,0.16), rgba(255,255,255,1));
}
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 14px;
}
.benefits-list li {
  display: flex;
  gap: 12px;
  color: var(--text);
  align-items: flex-start;
}
.benefits-list i {
  color: var(--primary-deep);
  margin-top: 2px;
}
.small-label {
  color: var(--gold-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .8rem;
}
.cta-band {
  background: linear-gradient(135deg, rgba(255,255,255,1), rgba(158,177,204,0.24));
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.stats-item {
  border-radius: 24px;
  padding: 24px;
}
.stats-item strong {
  display: block;
  font-size: 2rem;
  color: var(--primary-deep);
  margin-bottom: 8px;
}
.stats-item span { color: var(--muted); font-weight: 600; }

.faq-accordion .accordion-item {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  margin-bottom: 14px;
}
.faq-accordion .accordion-button {
  font-weight: 700;
  padding: 22px 26px;
  background: var(--surface);
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--text);
  background: rgba(142,162,198,0.08);
  box-shadow: none;
}
.faq-accordion .accordion-body { color: var(--muted); padding: 0 26px 24px; }

.bottom-cta {
  background: linear-gradient(135deg, rgba(111,134,170,0.98), rgba(126,149,184,0.95));
  color: #fff;
}
.bottom-cta .eyebrow {
  background: rgba(255,255,255,0.16);
  color: #fff;
}
.bottom-cta p { color: rgba(255,255,255,0.86); max-width: 760px; margin: 0 auto 24px; }

.site-footer {
  padding: 28px 0 44px;
}
.site-footer a { color: var(--muted); font-weight: 700; }
.site-footer a:hover { color: var(--primary-deep); }

.files-band {
  width: 100%;
  background: linear-gradient(135deg, rgba(126,149,184,0.1), rgba(255,255,255,1));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 42px 0;
}
.files-note {
  color: var(--muted);
  max-width: 520px;
}
.file-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.file-link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 700;
  transition: all .2s ease;
}
.file-link-card i {
  font-size: 1.25rem;
  color: var(--primary-deep);
}
.file-link-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  color: var(--primary-deep);
}

.footer-main {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}
.footer-meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.inner-page-bg { background: #ffffff; }
.inner-hero { padding-top: 56px; }
.mini-steps .step-chip,
.step-chip {
  border-radius: 22px;
  padding: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.step-chip strong {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(176, 138, 78, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-deep);
}
.step-chip span { font-weight: 700; }
.form-shell-head { margin-bottom: 24px; }
.form-control,
.form-select {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(111,134,170,0.25);
  background: #ffffff;
  padding: 14px 18px;
}
.form-control:focus,
.form-select:focus {
  border-color: rgba(176,138,78,0.7);
  box-shadow: 0 0 0 .25rem rgba(176,138,78,0.18);
}
textarea.form-control { min-height: 140px; }
.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.option-check {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(111,134,170,0.2);
  font-weight: 600;
}
.option-check input { margin-top: 2px; }
.process-list {
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--muted);
}
.sticky-sidebar { position: sticky; top: 104px; }
.accent-card {
  background: linear-gradient(145deg, rgba(126,149,184,0.14), rgba(255,255,255,1));
}
.success-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(176, 138, 78, 0.2);
  color: var(--primary-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  .section-space { padding: 72px 0; }
  .nav-contact-item .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    display: none;
  }
  .sticky-sidebar { position: static; }
}

@media (max-width: 767.98px) {
  .hero-section { padding-top: 36px; }
  .section-space { padding: 58px 0; }
  .display-5 { font-size: 2.25rem; }
  .metric-card,
  .feature-card,
  .info-panel,
  .process-card,
  .registration-side-card,
  .form-shell,
  .bottom-cta,
  .cta-band,
  .custom-modal {
    padding: 24px;
    border-radius: 24px;
  }
  .hero-slide-card { border-radius: 24px; padding: 14px; }
  .hero-slide-card img { border-radius: 22px; }
  .trust-item {
    justify-content: flex-start;
    min-height: auto;
  }
  .stats-grid,
  .option-grid {
    grid-template-columns: 1fr;
  }
  .navbar .btn { width: 100%; }
}
