:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --line: rgba(16, 59, 121, 0.14);
  --shadow: 0 24px 70px rgba(5, 35, 79, 0.13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
body.sticky-call-visible { padding-bottom: 0; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
p { font-size: 16px; }
h1, h2, h3, h4 { line-height: 1.1; margin: 0 0 18px; letter-spacing: -0.02em; }
h1 { font-size: clamp(35px, 5vw, 66px); }
h2 { font-size: clamp(28px, 3.6vw, 46px); }
h3, h4 { font-size: 20px; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.94); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: #111827; font-family: var(--font-heading); font-weight: 800; font-size: 24px; white-space: nowrap; }
.logo img { width: 42px; height: 42px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 22px; }
.desktop-nav a { color: #111827; font-size: 18px; font-weight: 700; }
.desktop-nav a:hover { color: var(--primary); }
.phone-btn, .cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); font-weight: 900; font-size: 16px; box-shadow: 0 14px 26px rgba(16, 59, 121, 0.24); transition: transform .22s ease, box-shadow .22s ease, background .22s ease; white-space: nowrap; }
.phone-btn:hover, .cta-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 36px rgba(16, 59, 121, 0.34); }
.cta-btn.gold { color: #111827; background: linear-gradient(135deg, #F2C66D, var(--accent)); }
.mobile-toggle { display: none; width: 48px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: #111827; font-size: 24px; }
.mobile-phone-row, .mobile-menu { display: none; }
.mobile-menu a { display: block; padding: 13px 0; color: #111827; font-size: 18px; font-weight: 800; border-top: 1px solid var(--line); }

.hero { background: radial-gradient(circle at 18% 20%, rgba(217, 164, 65, 0.16), transparent 28%), linear-gradient(135deg, #F8FBFF 0%, #EAF1FA 52%, #DCE8F7 100%); padding: 56px 0 42px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 42px 0 auto auto; width: 48%; height: 1px; background: linear-gradient(90deg, transparent, rgba(16, 59, 121, 0.36)); }
.hero-grid { display: grid; grid-template-columns: 1fr 0.82fr; gap: 44px; align-items: stretch; }
.hero-copy, .hero-media { border-radius: var(--radius); }
.hero-copy { padding: clamp(28px, 5vw, 58px); background: rgba(255,255,255,0.78); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,0.7); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--primary); font-weight: 900; }
.stars { color: var(--accent); font-size: 24px; letter-spacing: 3px; margin: 0 0 14px; }
.hero-icons { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 22px; }
.hero-icons img { width: auto; height: 48px; object-fit: contain; border: 1px solid rgba(16,59,121,.18); border-radius: 14px; background: #fff; padding: 6px; }
.hero-copy p { max-width: 700px; }
.hero-cta-text { font-weight: 900; color: #111827; font-size: 18px; margin: 24px 0 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.trust-line { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 24px; color: #111827; font-weight: 800; }
.trust-line span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.hero-media { min-height: 100%; overflow: hidden; position: relative; background: var(--primary-dark); box-shadow: var(--shadow); }
.hero-media img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.hero-media-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px; border-radius: 22px; background: rgba(5, 35, 79, 0.88); color: #fff; font-weight: 900; backdrop-filter: blur(8px); }

.section { padding: 78px 0; }
.section.alt { background: var(--surface-alt); }
.section.dark { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section-head { max-width: 820px; margin-bottom: 34px; }
.h2-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.h2-icon { flex: 0 0 46px; width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: 16px; background: #EAF1FA; color: var(--primary); border: 1px solid var(--line); }
.section.dark .h2-icon { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.22); }
.split { display: grid; grid-template-columns: 65fr 35fr; gap: 34px; align-items: center; }
.split.reverse { grid-template-columns: 35fr 65fr; }
.split-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow); color: var(--text); }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 310px; background: #DCE8F7; }
.split-media img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.lead { font-size: 18px; color: #243447; }

.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 26px; box-shadow: 0 16px 42px rgba(5,35,79,.08); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(5,35,79,.14); }
.service-top { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.line-icon { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 18px; background: #EAF1FA; color: var(--primary); display: grid; place-items: center; border: 1px solid var(--line); }
.service-card ul { margin: 0; padding-left: 20px; }
.service-card li { margin: 12px 0; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 16px; }
th, td { padding: 17px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: #111827; background: #F4F7FB; }
.area-lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 22px 0; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.pill-list li { padding: 8px 12px; border-radius: 999px; background: #EAF1FA; color: #111827; font-weight: 800; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: process; }
.process-card { position: relative; padding: 28px; border-radius: 24px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff; }
.process-card::before { counter-increment: process; content: counter(process); width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--accent); color: #111827; font-weight: 900; margin-bottom: 18px; }
.reviews-shell { position: relative; overflow: hidden; }
.reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3); gap: 22px; transition: transform .45s ease; }
.review { background: #fff; color: var(--text); border: 1px solid var(--line); border-radius: 24px; padding: 26px; box-shadow: 0 18px 45px rgba(5,35,79,.09); min-height: 270px; }
.review strong { color: #111827; font-size: 18px; display: block; margin: 12px 0 8px; }
.review-stars { color: var(--accent); letter-spacing: 2px; font-size: 18px; }
.carousel-controls { display: flex; gap: 12px; justify-content: flex-end; margin-top: 22px; }
.carousel-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: #111827; font-size: 22px; cursor: pointer; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 24px; }
.cta-band { border-radius: 32px; padding: clamp(28px, 5vw, 56px); background: radial-gradient(circle at 80% 20%, rgba(217,164,65,.32), transparent 30%), linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.cta-band h2, .cta-band p { color: #fff; margin-bottom: 10px; }

.footer { background: #031A3B; color: #E8F0FA; padding: 54px 0 28px; font-size: 14px; }
.footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; align-items: start; margin-bottom: 30px; }
.footer .logo { color: #fff; margin-bottom: 16px; }
.footer p, .footer li { font-size: 14px; color: #D9E6F7; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; }

.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }
.sticky-call { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(5,35,79,.96); transform: translateY(110%); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.sticky-call a { width: 100%; min-height: 52px; border-radius: 16px; background: var(--accent); color: #111827; font-size: 16px; font-weight: 1000; display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.sticky-call.show { transform: translateY(0); opacity: 1; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: 16px; }
  .header-inner { gap: 16px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body.sticky-call-visible { padding-bottom: 76px; }
  h1 { font-size: clamp(35px, 9.8vw, 46px); }
  h2 { font-size: clamp(28px, 8vw, 34px); }
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: sticky; }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .logo { font-size: 24px; min-width: 0; }
  .logo span { overflow: hidden; text-overflow: ellipsis; }
  .desktop-nav, .header-inner > .phone-btn { display: none; }
  .mobile-toggle { display: inline-grid; place-items: center; }
  .mobile-phone-row { display: block; padding: 0 0 12px; }
  .mobile-phone-row .phone-btn { width: 100%; min-height: 46px; font-size: 16px; }
  .mobile-menu.open { display: block; padding-bottom: 12px; }
  .hero { padding: 26px 0 32px; }
  .hero-grid, .split, .split.reverse, .cta-band { grid-template-columns: 1fr; }
  .hero-copy { padding: 24px; }
  .hero-media img { min-height: 300px; }
  .hero-icons img { height: 44px; }
  .section { padding: 54px 0; }
  .services-grid, .faq-grid, .area-lists, .footer-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .reviews-track { grid-auto-columns: 100%; }
  .carousel-controls { justify-content: center; }
  .sticky-call { display: block; }
}

@media (min-width: 768px) {
  .sticky-call { display: none !important; }
}
