:root {
  --bg-page: #F8FAFC;
  --surface-white: #FFFFFF;
  --primary-navy: #0F172A;
  --accent-blue: #2563EB;
  --accent-blue-hover: #1D4ED8;
  --text-muted: #475569;
  --border-light: #E2E8F0;
  --font-heading: 'Merriweather', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --shadow-soft: 0 20px 55px rgba(15, 23, 42, 0.09);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--primary-navy); background: var(--bg-page); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.utility-bar { background: var(--primary-navy); color: #CBD5E1; font-size: 0.78rem; letter-spacing: 0.02em; }
.utility-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar a { color: #fff; font-weight: 600; }
.utility-bar a:hover { color: #93C5FD; }
.utility-bar__details { display: flex; gap: 28px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.98); box-shadow: 0 1px 0 var(--border-light), 0 8px 25px rgba(15,23,42,0.04); }
.site-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-logo { display: inline-flex; align-items: center; gap: 11px; color: var(--primary-navy); font-family: var(--font-heading); font-size: 1rem; font-weight: 700; line-height: 1.2; }
.brand-logo strong { display: block; color: var(--accent-blue); }
.brand-logo__mark { width: 42px; height: 42px; flex: 0 0 auto; color: var(--accent-blue); }
.site-navigation { display: flex; align-items: center; gap: 25px; }
.site-navigation > a:not(.btn-primary) { position: relative; padding: 31px 0; color: #334155; font-size: 0.88rem; font-weight: 600; }
.site-navigation > a:not(.btn-primary)::after { content: ''; position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: var(--accent-blue); transform: scaleX(0); transition: transform .2s ease; }
.site-navigation > a:not(.btn-primary):hover::after { transform: scaleX(1); }
.mobile-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--border-light); border-radius: 6px; background: var(--surface-white); cursor: pointer; }
.mobile-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--primary-navy); transition: transform .2s ease, opacity .2s ease; }

.btn-primary, .btn-secondary { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 5px; padding: 13px 24px; font-size: 0.9rem; font-weight: 700; line-height: 1.2; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.btn-primary { color: #fff; background: var(--accent-blue); box-shadow: 0 8px 20px rgba(37,99,235,.18); }
.btn-primary:hover { background: var(--accent-blue-hover); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(37,99,235,.25); }
.btn-primary--nav { min-height: 42px; padding: 11px 17px; font-size: .82rem; }
.btn-secondary { color: var(--accent-blue); border-color: #BFDBFE; background: #EFF6FF; }
.btn-secondary:hover { color: #fff; border-color: var(--accent-blue); background: var(--accent-blue); }

.hero-section { overflow: hidden; padding: 88px 0 92px; background: linear-gradient(105deg, #F8FAFC 0%, #F8FAFC 56%, #EFF6FF 56%, #E8F1FC 100%); }
.hero-section__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 17px; color: var(--accent-blue); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-heading); line-height: 1.22; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(2.65rem, 5vw, 4.65rem); letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.3vw, 3rem); letter-spacing: -.025em; }
h3 { font-size: 1.08rem; }
.hero-section__summary { max-width: 620px; margin: 0 0 32px; color: var(--text-muted); font-size: 1.15rem; }
.hero-section__assurance { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: #64748B; font-size: .82rem; font-weight: 600; }
.hero-section__assurance span { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: #fff; background: #16A34A; font-size: .7rem; }
.hero-section__visual { position: relative; }
.hero-section__visual::before { content: ''; position: absolute; width: 160px; height: 160px; top: -24px; right: -25px; border: 1px solid #93C5FD; border-radius: 50%; opacity: .55; }
.hero-section__visual img { position: relative; width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 8px solid #fff; border-radius: 8px; box-shadow: 0 28px 60px rgba(15,23,42,.2); }
.hero-section__badge { position: absolute; right: -24px; bottom: -25px; min-width: 170px; padding: 19px 22px; border-left: 4px solid var(--accent-blue); border-radius: 4px; background: #fff; box-shadow: var(--shadow-soft); }
.hero-section__badge strong, .hero-section__badge span { display: block; }
.hero-section__badge strong { font-family: var(--font-heading); font-size: 1.15rem; }
.hero-section__badge span { color: var(--text-muted); font-size: .76rem; }

.trust-banner { border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); background: #fff; }
.trust-banner__items { min-height: 118px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-banner__item { display: flex; align-items: center; justify-content: center; gap: 14px; color: #334155; font-size: .78rem; font-weight: 700; line-height: 1.35; letter-spacing: .03em; text-transform: uppercase; }
.trust-banner__item + .trust-banner__item { border-left: 1px solid var(--border-light); }
.trust-banner__seal { display: grid; width: 52px; height: 52px; place-items: center; border: 2px solid #94A3B8; border-radius: 50%; color: #334155; font-family: var(--font-heading); font-size: .67rem; letter-spacing: 0; }

.services-section { padding: 110px 0; }
.section-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-heading > p:last-child { color: var(--text-muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 32px; border: 1px solid var(--border-light); border-radius: 7px; background: var(--surface-white); box-shadow: 0 5px 18px rgba(15,23,42,.03); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #BFDBFE; box-shadow: var(--shadow-soft); }
.service-card svg { width: 44px; height: 44px; margin-bottom: 25px; padding: 9px; border-radius: 5px; color: var(--accent-blue); background: #EFF6FF; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { min-height: 104px; margin: 0 0 20px; color: var(--text-muted); font-size: .9rem; }
.service-card a { color: var(--accent-blue); font-size: .82rem; font-weight: 800; }
.service-card a span { margin-left: 5px; }

.about-section { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--primary-navy); }
.about-section::after { content: ''; position: absolute; width: 420px; height: 420px; right: -160px; top: -210px; border: 1px solid rgba(147,197,253,.18); border-radius: 50%; box-shadow: 0 0 0 65px rgba(147,197,253,.035), 0 0 0 130px rgba(147,197,253,.025); }
.about-section__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.eyebrow--light { color: #93C5FD; }
.about-section__content p:not(.eyebrow) { color: #CBD5E1; }
.text-link-light { display: inline-block; margin-top: 15px; color: #93C5FD; font-size: .87rem; font-weight: 700; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.stat { padding: 35px 18px; text-align: center; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.17); }
.stat strong, .stat span { display: block; }
.stat strong { font-family: var(--font-heading); font-size: clamp(1.8rem, 3vw, 2.8rem); }
.stat span { margin-top: 8px; color: #94A3B8; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.resources-section { padding: 72px 0; background: #EFF6FF; }
.resources-section__inner { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 50px; }
.resources-section h2 { margin-bottom: 0; font-size: 1.75rem; }
.resources-section p { margin: 0; color: var(--text-muted); }

.contact-section { padding: 110px 0; background: #fff; }
.contact-section__container { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; padding: 65px; border: 1px solid var(--border-light); border-radius: 9px; background: var(--surface-white); box-shadow: var(--shadow-soft); }
.contact-section__intro > p:not(.eyebrow) { color: var(--text-muted); }
.contact-detail { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--border-light); }
.contact-detail strong, .contact-detail a { display: block; }
.contact-detail a { margin-top: 6px; color: var(--accent-blue); font-family: var(--font-heading); font-size: 1.2rem; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.form-field { position: relative; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; color: #334155; font-size: .8rem; font-weight: 700; }
.form-field label span { color: #DC2626; }
.form-field label em { color: #94A3B8; font-size: .72rem; font-style: normal; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #CBD5E1; border-radius: 4px; padding: 12px 13px; color: var(--primary-navy); background: #fff; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field input, .form-field select { height: 48px; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--accent-blue); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }
.form-field .is-invalid { border-color: #DC2626; }
.field-error { display: block; min-height: 16px; margin-top: 3px; color: #B91C1C; font-size: .7rem; }
.form-actions { display: flex; align-items: center; gap: 18px; }
.form-note { margin: 0; color: #64748B; font-size: .72rem; }
.form-success { padding: 15px 18px; border: 1px solid #86EFAC; border-radius: 5px; color: #166534; background: #F0FDF4; font-size: .88rem; font-weight: 600; }

.site-footer { color: #475569; background: #F1F5F9; }
.site-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 42px; padding-top: 68px; padding-bottom: 62px; }
.site-footer__brand p { max-width: 265px; margin-top: 18px; font-size: .84rem; }
.site-footer h3 { margin-bottom: 16px; color: var(--primary-navy); font-family: var(--font-body); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer address, .site-footer li { font-size: .8rem; font-style: normal; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a:hover { color: var(--accent-blue); }
.site-footer__bottom { padding: 22px 0; border-top: 1px solid #CBD5E1; font-size: .72rem; }
.site-footer__bottom span { margin: 0 6px; }

@media (max-width: 1020px) {
  .site-navigation { gap: 15px; }
  .site-navigation > a:not(.btn-primary) { font-size: .79rem; }
  .hero-section__grid { gap: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-section__grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-section__container { gap: 40px; padding: 45px; }
  .site-footer__grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .utility-bar__details span { display: none; }
  .site-header__inner { min-height: 72px; }
  .mobile-toggle { display: block; }
  .mobile-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 15px 20px 22px; border-top: 1px solid var(--border-light); background: #fff; box-shadow: 0 15px 25px rgba(15,23,42,.1); }
  .site-navigation.is-open { display: flex; flex-direction: column; }
  .site-navigation > a:not(.btn-primary) { padding: 12px 4px; }
  .site-navigation > a:not(.btn-primary)::after { display: none; }
  .site-navigation .btn-primary { margin-top: 10px; }
  .hero-section { padding: 62px 0 75px; background: linear-gradient(180deg, #F8FAFC 0%, #F8FAFC 58%, #EFF6FF 58%); }
  .hero-section__grid { grid-template-columns: 1fr; }
  .hero-section__content { max-width: 650px; }
  .hero-section__visual { margin: 10px 18px 0 0; }
  .resources-section__inner { grid-template-columns: 1fr; gap: 22px; }
  .contact-section__container { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-bar__inner { min-height: 35px; font-size: .68rem; }
  .brand-logo { font-size: .85rem; }
  .brand-logo__mark { width: 36px; height: 36px; }
  .hero-section { padding-top: 48px; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .hero-section__badge { right: -9px; bottom: -24px; min-width: 145px; }
  .trust-banner__items { grid-template-columns: 1fr; padding: 18px 0; }
  .trust-banner__item { justify-content: flex-start; padding: 13px 22px; }
  .trust-banner__item + .trust-banner__item { border-top: 1px solid var(--border-light); border-left: 0; }
  .services-section, .about-section, .contact-section { padding: 78px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card p { min-height: 0; }
  .stats-row { grid-template-columns: 1fr; }
  .stat + .stat { border-top: 1px solid rgba(255,255,255,.17); border-left: 0; }
  .contact-section__container { width: min(calc(100% - 28px), var(--container)); padding: 29px 20px; }
  .lead-form { grid-template-columns: 1fr; }
  .form-field { grid-column: 1 / -1; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 25px; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__bottom { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}