:root {
  --blue: #344ff7;
  --blue-2: #8e9dfb;
  --ink: #111827;
  --muted: #4b5563;
  --soft: #f5f7ff;
  --line: #dfe5ff;
  --gold: #f5b301;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfcff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4, .brand-name {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 { font-size: clamp(35px, 7.8vw, 68px); }
h2 { font-size: clamp(28px, 5.6vw, 46px); }
h3 { font-size: clamp(20px, 3.5vw, 26px); }
h4 { font-size: 20px; }
p, li { font-size: 16px; }

@media (max-width: 767px) {
  h1 { font-size: 35px; }
  h2 { font-size: 28px; }
}

.container-site { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.nav-link { font-size: 18px; color: #1f2937; font-weight: 700; transition: color .2s ease; }
.nav-link:hover { color: var(--blue); }
.glass-header { background: rgba(255,255,255,.9); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(52,79,247,.12); }
.logo-icon { width: 42px; height: 42px; }
.brand-name { font-size: 24px; font-weight: 900; }
.phone-btn, .primary-btn, .secondary-btn {
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.phone-btn { background: #111827; color: #fff; padding: 12px 18px; box-shadow: 0 14px 32px rgba(17,24,39,.18); }
.phone-btn:hover, .primary-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(52,79,247,.34); }
.primary-btn { background: linear-gradient(135deg, var(--blue), #263ed2); color: #fff; padding: 16px 24px; box-shadow: 0 16px 36px rgba(52,79,247,.28); }
.secondary-btn { background: #fff; color: #111827; border: 1px solid var(--line); padding: 16px 24px; }
.secondary-btn:hover { transform: translateY(-2px); border-color: var(--blue-2); }

.hero-shell {
  background: radial-gradient(circle at top left, rgba(142,157,251,.42), transparent 34%), linear-gradient(135deg, #eef2ff 0%, #ffffff 48%, #e9edff 100%);
  border: 1px solid rgba(52,79,247,.12);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(52,79,247,.14);
  overflow: hidden;
}
.hero-image { aspect-ratio: 1 / 1; object-fit: cover; min-height: 100%; }
.stars { color: var(--gold); letter-spacing: .12em; font-size: 22px; }
.trust-badge-img { width: auto; height: 48px; max-width: 100%; object-fit: contain; border-radius: 14px; background: #fff; border: 1px solid rgba(52,79,247,.15); padding: 4px; box-shadow: 0 12px 26px rgba(17,24,39,.08); }
.section-pad { padding: 72px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); background: #eef2ff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; font-weight: 900; }
.title-sticker { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; box-shadow: 0 14px 32px rgba(52,79,247,.24); flex: 0 0 auto; }
.card { background: #fff; border: 1px solid rgba(52,79,247,.11); border-radius: 28px; box-shadow: 0 22px 58px rgba(29,38,113,.09); }
.soft-card { background: linear-gradient(180deg, #fff, #f8faff); border: 1px solid rgba(52,79,247,.12); border-radius: 30px; box-shadow: 0 20px 54px rgba(52,79,247,.10); }
.two-col { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
@media (min-width: 900px) { .two-col { grid-template-columns: 65fr 35fr; } .two-col.reverse { grid-template-columns: 35fr 65fr; } }
.feature-img { width: 100%; border-radius: 28px; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: 0 22px 64px rgba(17,24,39,.15); }
.service-card { position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: linear-gradient(90deg, var(--blue), var(--blue-2)); }
.issue-pill { display: inline-block; margin: 5px 5px 0 0; padding: 7px 10px; border-radius: 999px; background: #eef2ff; color: #1f2fb3; font-weight: 800; font-size: 14px; }
.review-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 10px 2px 28px; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 88%; scroll-snap-align: start; }
@media (min-width: 768px) { .review-card { flex-basis: calc((100% - 36px) / 3); } }
.step-num { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 18px; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.cta-panel { background: linear-gradient(135deg, #111827, #1c2ca5 58%, #344ff7); color: #fff; border-radius: 34px; overflow: hidden; position: relative; }
.cta-panel h2, .cta-panel p { color: #fff; }
.footer { background: #091020; color: #e5e7eb; }
.footer h3, .footer .brand-name { color: #fff; }
.footer a { color: #fff; }
.mobile-menu { display: none; }
.mobile-menu.open { display: block; }
.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
}
.sticky-call.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
@media (min-width: 768px) { .sticky-call { display: none !important; } }
.fade-up { animation: fadeUp .7s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
