: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;
  --blue: #304CBF;
  --blue-bright: #4065FF;
  --blue-dark: #0B122A;
  --ink: #111827;
  --body: #374151;
  --muted: #5B6474;
  --line: #E3E8F7;
  --soft: #F7F9FF;
  --gold: #F59E0B;
  --radius: 26px;
}

html { scroll-behavior: smooth; }
body { color: var(--body); background: #fff; font-size: 16px; line-height: 1.7; }
h1, h2, h3, h4 { color: var(--ink); letter-spacing: -0.035em; font-weight: 800; line-height: 1.08; }
h1 { font-size: clamp(2.45rem, 6vw, 4.7rem); }
h2 { font-size: clamp(1.95rem, 4vw, 3rem); }
h3, h4 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p, li, td, th { font-size: 16px; }
a { transition: color .2s ease, transform .2s ease, background-color .2s ease, border-color .2s ease; }
.container-page { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(227,232,247,.95); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 24px; font-weight: 850; letter-spacing: -0.04em; white-space: nowrap; }
.logo:hover { color: var(--blue); }
.logo-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-bright)); box-shadow: 0 16px 34px rgba(48,76,191,.22); }
.desktop-nav { display: none !important; align-items: center; gap: 22px; }
.desktop-nav a { color: #1F2937; font-size: 18px; font-weight: 650; }
.desktop-nav a:hover { color: var(--blue); transform: translateY(-1px); }
.header-phone { display: none !important; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 999px; color: #fff !important; background: var(--blue); font-size: 18px; font-weight: 800; white-space: nowrap; box-shadow: 0 16px 30px rgba(48,76,191,.25); }
.header-phone:hover { background: var(--blue-dark); transform: translateY(-2px); }
.mobile-toggle { display: inline-flex !important; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: #fff; }
.mobile-menu { display: none; padding: 0 0 20px; border-top: 1px solid var(--line); }
.mobile-menu.is-open { display: block; }
.mobile-menu a { display: block; color: var(--ink); font-size: 18px; font-weight: 750; padding: 13px 0; }
.mobile-menu .mobile-menu-phone { margin-top: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 14px 16px; border-radius: 18px; background: var(--blue); color: #fff !important; white-space: nowrap; font-weight: 850; }
.btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 15px 24px; border-radius: 18px; font-size: 18px; font-weight: 850; white-space: nowrap; }
.btn-primary { background: var(--blue); color: #fff !important; box-shadow: 0 18px 36px rgba(48,76,191,.26); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 24px 44px rgba(48,76,191,.34); }
.btn-secondary { background: #fff; color: var(--ink) !important; border: 1px solid var(--line); }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue) !important; transform: translateY(-2px); }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 8%, rgba(64,101,255,.18), transparent 30%), linear-gradient(135deg, #F8FAFF 0%, #ECF1FF 100%); }
.hero::after { content: ""; position: absolute; inset: auto -12% -30% 38%; height: 380px; border-radius: 999px; background: rgba(64,101,255,.11); filter: blur(18px); transform: rotate(-8deg); }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; align-items: center; grid-template-columns: 1.02fr .98fr; gap: 52px; padding: 76px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(64,101,255,.22); border-radius: 999px; background: rgba(255,255,255,.78); color: #243A9B; font-weight: 850; }
.stars { color: var(--gold); font-size: 24px; letter-spacing: 4px; margin: 22px 0 14px; }
.gallery-badges { display: flex; gap: 12px; flex-wrap: wrap; margin: 14px 0 24px; }
.gallery-badges img { width: auto; height: 48px; max-width: 120px; object-fit: contain; border-radius: 14px; padding: 6px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(15,23,42,.08); }
.hero-copy { max-width: 680px; }
.hero-copy .lead { color: #263247; font-size: 20px; line-height: 1.75; margin-top: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-card { position: relative; aspect-ratio: 1 / 1; min-height: 480px; border-radius: 42px; padding: 18px; background: linear-gradient(135deg, rgba(48,76,191,.14), rgba(64,101,255,.06)); box-shadow: 0 34px 80px rgba(11,18,42,.16); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; }
.floating-proof { position: absolute; left: -26px; bottom: 34px; width: min(300px, 72%); padding: 18px; border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 22px 46px rgba(11,18,42,.16); border: 1px solid #fff; }
.floating-proof strong { display: block; color: var(--ink); font-size: 18px; }
.section { padding: 92px 0; }
.section-alt { background: var(--soft); }
.section-dark { background: radial-gradient(circle at 10% 10%, rgba(64,101,255,.28), transparent 34%), linear-gradient(135deg, #0B122A 0%, #111B3D 100%); color: #EAF0FF; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p, .section-dark li { color: #D9E2FF; }
.section-title { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.section-sticker { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 17px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-bright)); box-shadow: 0 16px 30px rgba(48,76,191,.22); }
.section-intro { max-width: 780px; color: var(--muted); font-size: 18px; margin-bottom: 34px; }
.split-grid { display: grid; grid-template-columns: 65fr 35fr; gap: 38px; align-items: center; }
.image-panel { border-radius: 34px; overflow: hidden; box-shadow: 0 26px 64px rgba(11,18,42,.13); background: #fff; border: 1px solid var(--line); }
.image-panel img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.why-table { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 22px 50px rgba(11,18,42,.08); }
.why-row { display: grid; grid-template-columns: .9fr 1.45fr; }
.why-row + .why-row { border-top: 1px solid var(--line); }
.why-cell { padding: 22px; color: var(--body); }
.why-cell:first-child { color: var(--ink); font-weight: 850; background: #F8FAFF; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .step-card, .review-card, .payment-card, .faq-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: 0 18px 42px rgba(11,18,42,.06); }
.service-card { min-height: 100%; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(64,101,255,.42); box-shadow: 0 26px 54px rgba(48,76,191,.13); }
.icon-box { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; color: var(--blue); background: #EEF2FF; margin-bottom: 17px; }
.service-card h3 { margin-bottom: 12px; }
.service-card p + p { margin-top: 12px; }
.cta-band { border-radius: 34px; padding: 36px; background: linear-gradient(135deg, var(--blue), var(--blue-bright)); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 28px; box-shadow: 0 28px 64px rgba(48,76,191,.25); }
.cta-band h2, .cta-band p { color: #fff; }
.cta-band p { font-size: 18px; margin-top: 8px; }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: var(--blue); font-weight: 900; margin-bottom: 16px; }
.reviews-shell { position: relative; }
.reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 18px; }
.reviews-track::-webkit-scrollbar { display: none; }
.review-card { scroll-snap-align: start; min-height: 330px; }
.review-card .stars { margin: 0 0 12px; font-size: 18px; letter-spacing: 2px; }
.review-card h3 { margin-bottom: 8px; }
.carousel-controls { display: flex; gap: 10px; justify-content: flex-end; margin-top: 12px; }
.carousel-btn { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--ink); }
.carousel-btn:hover { background: var(--blue); color: #fff; }
.area-pills, .payment-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; border: 1px solid var(--line); padding: 10px 14px; color: var(--ink); background: #fff; font-weight: 750; }
.payment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.payment-card { text-align: center; color: var(--ink); font-weight: 850; }
.about-card { padding: 32px; border-radius: 34px; background: #fff; border: 1px solid rgba(255,255,255,.18); color: var(--body); }
.section-dark .about-card h3 { color: var(--ink); }
.section-dark .about-card p { color: var(--body); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faq-card h3 { margin-bottom: 10px; }
.site-footer { background: #070D20; color: #D9E2FF; padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .85fr .9fr; gap: 32px; align-items: start; }
.site-footer .logo { color: #fff; }
.site-footer h3 { color: #fff; }
.site-footer p, .site-footer a, .site-footer li { color: #D9E2FF; font-size: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(217,226,255,.16); font-size: 14px; color: #B9C5E6; }
.mobile-sticky-call { display: none !important; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; transform: translateY(110%); opacity: 0; transition: transform .25s ease, opacity .25s ease; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-top: 1px solid var(--line); }
.mobile-sticky-call a { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 54px; border-radius: 16px; background: var(--blue); color: #fff !important; font-size: 16px; font-weight: 900; white-space: nowrap; box-shadow: 0 16px 34px rgba(48,76,191,.32); }
.mobile-sticky-call.is-visible { transform: translateY(0); opacity: 1; }
.fade-up { opacity: 0; transform: translateY(18px); animation: fadeUp .7s ease forwards; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .24s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

@media (min-width: 768px) {
  .desktop-nav { display: flex !important; }
  .header-phone { display: inline-flex !important; }
  .mobile-toggle, .mobile-menu, .mobile-sticky-call { display: none !important; }
}

@media (max-width: 1024px) {
  .hero-grid, .split-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 380px; max-width: 620px; width: 100%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-track { grid-auto-columns: calc((100% - 20px) / 2); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  body { padding-bottom: 82px; }
  h1 { font-size: clamp(2.05rem, 10vw, 3.3rem); }
  h2 { font-size: clamp(1.65rem, 8vw, 2.25rem); }
  .header-inner { min-height: 74px; }
  .logo { font-size: 24px; }
  .logo-mark { width: 40px; height: 40px; }
  .hero-grid { min-height: auto; padding: 48px 0 58px; gap: 32px; }
  .hero-copy .lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; font-size: 16px; }
  .floating-proof { left: 16px; bottom: 18px; }
  .section { padding: 64px 0; }
  .why-row, .services-grid, .payment-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 26px; flex-direction: column; align-items: flex-start; }
  .reviews-track { grid-auto-columns: 88%; }
  .mobile-sticky-call { display: block !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
