:root {
  --font-heading: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gold: #ffed7c;
  --gold-strong: #d09b20;
  --ink: #111827;
  --muted: #4b5563;
  --blue: #8196eb;
  --blue-soft: #eef2ff;
  --blue-line: rgba(129, 150, 235, .24);
  --shadow: 0 24px 80px rgba(31, 42, 96, .14);
  --radius-lg: 34px;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }

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

img { max-width: 100%; height: auto; }

a { transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease; }

h1, h2, h3, h4 { letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(35px, 6vw, 66px); }
h2 { font-size: clamp(28px, 4.5vw, 46px); }
h3, h4 { font-size: clamp(20px, 3vw, 25px); }
p, li { font-size: 16px; }

.site-shell { background: linear-gradient(180deg, #fbfcff 0%, #ffffff 44%, #f7f9ff 100%); }

.container-wide { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--blue-line);
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 900; font-size: 24px; line-height: 1; white-space: nowrap; }
.logo-icon { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 14px; }
.footer-logo .logo-icon { width: 40px; height: 40px; }

.desktop-nav { display: none; align-items: center; gap: 24px; }
.desktop-nav a { color: #1f2937; font-size: 18px; font-weight: 700; }
.desktop-nav a:hover { color: var(--primary-dark); }

.header-phone { display: none !important; }
.mobile-toggle { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--blue-line); border-radius: 16px; background: #fff; color: var(--ink); }
.mobile-menu { display: none; padding: 0 0 18px; border-top: 1px solid var(--blue-line); }
.mobile-menu.is-open { display: block; }
.mobile-menu a { display: block; padding: 13px 4px; color: var(--ink); font-size: 18px; font-weight: 800; }

.btn-phone, .btn-primary, .btn-secondary, .sticky-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.btn-phone { background: var(--ink); color: #fff !important; padding: 13px 20px; font-size: 18px; box-shadow: 0 16px 38px rgba(17, 24, 39, .18); }
.btn-phone:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(17, 24, 39, .24); }
.btn-primary { background: linear-gradient(135deg, #111827, #24305f); color: #fff !important; padding: 16px 24px; font-size: 18px; box-shadow: 0 0 0 6px rgba(255, 237, 124, .28), 0 20px 44px rgba(17, 24, 39, .22); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 0 0 8px rgba(255, 237, 124, .36), 0 26px 58px rgba(17, 24, 39, .28); }
.btn-secondary { background: #fff; color: var(--ink) !important; border: 1px solid var(--blue-line); padding: 16px 22px; font-size: 18px; }
.btn-secondary:hover { background: var(--blue-soft); transform: translateY(-2px); }

.hero {
  padding: 34px 0 46px;
  background: radial-gradient(circle at 20% 12%, rgba(255, 237, 124, .7), transparent 22%), linear-gradient(135deg, #eef2ff 0%, #fff7c8 58%, #ffffff 100%);
}

.hero-grid { display: grid; gap: 28px; align-items: stretch; }
.hero-copy, .hero-visual { min-height: 100%; }
.hero-copy { padding: 30px 20px; border-radius: var(--radius-lg); background: rgba(255, 255, 255, .7); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); }
.eyebrow { color: #26336e; font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.stars { color: var(--gold-strong); font-size: 24px; letter-spacing: .12em; margin: 18px 0 12px; }
.trust-icons { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 12px 0 20px; }
.trust-icons img { width: auto; height: 48px; object-fit: contain; border-radius: 16px; border: 1px solid var(--blue-line); background: #fff; padding: 6px 10px; box-shadow: 0 12px 30px rgba(31, 42, 96, .09); }
.hero-lead { color: #24305f; font-size: 18px; max-width: 660px; }
.hero-cta { margin-top: 24px; display: flex; gap: 14px; flex-wrap: wrap; }
.callout-line { margin-top: 22px; color: var(--ink); font-weight: 900; }
.hero-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1 / 1; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px; border-radius: 24px; background: rgba(17, 24, 39, .84); color: #fff; backdrop-filter: blur(10px); font-weight: 800; }

.section { padding: 68px 0; }
.section-tight { padding: 46px 0; }
.section-blue { background: linear-gradient(135deg, #eef2ff, #ffffff); }
.section-dark { background: radial-gradient(circle at 82% 10%, rgba(129, 150, 235, .34), transparent 28%), #111a3b; color: #eef2ff; }
.section-dark h2, .section-dark h3, .section-dark p, .section-dark li { color: #000000; }
.section-dark .muted-light { color: #dbe4ff; }
.section-title { max-width: 820px; margin-bottom: 28px; }
.section-title p { color: var(--muted); margin-top: 12px; }
.section-dark .section-title p { color: #dbe4ff; }

.intro-card { border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--blue-line); padding: 28px; box-shadow: var(--shadow); }

.split { display: grid; gap: 28px; align-items: center; }
.split .text-col { min-width: 0; }
.split .image-col img { border-radius: 30px; box-shadow: var(--shadow); width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

.services-grid { display: grid; gap: 18px; }
.service-card { background: #fff; border: 1px solid var(--blue-line); border-radius: 28px; padding: 24px; box-shadow: 0 18px 60px rgba(31, 42, 96, .08); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 26px 70px rgba(31, 42, 96, .13); }
.service-card ul, .issue-card ul { margin-top: 16px; display: grid; gap: 10px; }
.service-card li, .issue-card li { padding-left: 22px; position: relative; }
.service-card li::before, .issue-card li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 8px; border-radius: 999px; background: var(--gold-strong); }
.icon-pill { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; margin-bottom: 16px; background: linear-gradient(135deg, var(--blue-soft), #fff8c8); color: #26336e; border: 1px solid var(--blue-line); }
.icon-pill svg { width: 30px; height: 30px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }

.issue-card, .why-card, .payment-card, .faq-card { background: #fff; border-radius: 28px; padding: 24px; border: 1px solid var(--blue-line); box-shadow: 0 16px 50px rgba(31, 42, 96, .08); color: var(--text); }
.issues-grid, .why-grid, .payments-grid { display: grid; gap: 18px; }
.number-list { counter-reset: step; display: grid; gap: 18px; }
.process-step { counter-increment: step; background: #fff; color: var(--text); border-radius: 28px; padding: 24px 24px 24px 82px; position: relative; border: 1px solid var(--blue-line); box-shadow: 0 16px 50px rgba(0,0,0,.08); }
.process-step::before { content: counter(step); position: absolute; left: 24px; top: 24px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; background: var(--gold); color: var(--ink); font-weight: 900; }

.reviews-shell { position: relative; overflow: hidden; }
.reviews-track { display: flex; transition: transform .45s ease; }
.review-slide { flex: 0 0 100%; padding: 8px; }
.review-card { height: 100%; background: #fff; color: var(--text); border-radius: 28px; padding: 24px; border: 1px solid var(--blue-line); box-shadow: 0 18px 60px rgba(31, 42, 96, .1); }
.review-card .stars { font-size: 18px; margin: 0 0 10px; letter-spacing: .08em; }
.review-card strong { color: var(--ink); font-size: 18px; }
.review-controls { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }
.review-controls button { width: 46px; height: 46px; border-radius: 999px; border: 1px solid var(--blue-line); background: #fff; color: var(--ink); font-size: 22px; font-weight: 900; }

.cta-band { border-radius: var(--radius-lg); padding: 32px; background: linear-gradient(135deg, #111827, #26336e); color: #fff; box-shadow: var(--shadow); display: grid; gap: 18px; align-items: center; }
.cta-band h2, .cta-band p { color: #fff; }
.local-lists { display: grid; gap: 18px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; }
.pill-list span { display: inline-flex; border-radius: 999px; padding: 9px 14px; background: #fff; color: var(--ink); border: 1px solid var(--blue-line); font-weight: 800; }

.faq-list { display: grid; gap: 14px; }
.faq-card summary { cursor: pointer; color: var(--ink); font-size: 18px; font-weight: 900; }
.faq-card p { margin-top: 10px; }

.site-footer { background: #0c1430; color: #e5ecff; padding: 54px 0 34px; font-size: 14px; }
.site-footer a { color: #fff; }
.site-footer p, .site-footer li { color: #dbe4ff; font-size: 14px; }
.site-footer h3, .site-footer h4 { color: #fff; }
.footer-grid { display: grid; gap: 26px; }
.footer-logo { color: #fff; }
.footer-links { display: grid; gap: 8px; }
.copyright { border-top: 1px solid rgba(255,255,255,.16); margin-top: 28px; padding-top: 22px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  width: 100%;
  min-height: 62px;
  border-radius: 20px 20px 0 0;
  background: #111827;
  color: #fff !important;
  font-size: 16px;
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 -18px 45px rgba(17, 24, 39, .28);
}
.sticky-call.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-safe-space { padding-bottom: 76px; }

@media (min-width: 640px) {
  .services-grid, .issues-grid, .why-grid, .payments-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .header-phone { display: inline-flex !important; }
  .desktop-nav { display: flex !important; }
  .mobile-toggle, .mobile-menu, .sticky-call { display: none !important; }
  .hero { padding: 54px 0 72px; }
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); }
  .hero-copy { padding: 42px; }
  .split { grid-template-columns: minmax(0, 65fr) minmax(0, 35fr); }
  .split.reverse { grid-template-columns: minmax(0, 35fr) minmax(0, 65fr); }
  .split.reverse .image-col { order: 1; }
  .split.reverse .text-col { order: 2; }
  .review-slide { flex-basis: 50%; }
  .cta-band { grid-template-columns: 1fr auto; padding: 42px; }
  .local-lists, .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .mobile-safe-space { padding-bottom: 0; }
}

@media (min-width: 1024px) {
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .review-slide { flex-basis: 33.3333%; }
}

@media (max-width: 767px) {
  .header-inner { min-height: 72px; flex-wrap: wrap; gap: 10px; }
  .logo-link { font-size: 24px; max-width: calc(100vw - 104px); }
  .logo-text { white-space: normal; line-height: 1.05; }
  h1 { font-size: 35px; }
  h2 { font-size: 28px; }
  .section { padding: 52px 0; }
  .btn-primary, .btn-secondary { width: 100%; }
  .trust-icons img { height: 48px; max-width: 30%; }
  .process-step { padding-left: 24px; padding-top: 78px; }
}
