:root {
  --navy: #12385b;
  --navy-deep: #0b2944;
  --blue: #256da4;
  --green: #63a872;
  --green-dark: #367849;
  --mint: #e8f4ec;
  --sky: #eef7fb;
  --ink: #183044;
  --muted: #5c6c78;
  --white: #fff;
  --line: #dbe6eb;
  --shadow: 0 22px 60px rgba(18, 56, 91, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--navy); color: #fff; padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(219,230,235,.8); }
.nav-wrap { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; color: var(--navy); line-height: 1; }
.brand-logo { width: 270px; height: auto; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { text-decoration: none; font-weight: 600; font-size: .94rem; }
nav a:not(.nav-call):hover { color: var(--green-dark); }
.nav-call { color: #fff; background: var(--navy); padding: .72rem 1.1rem; border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; color: var(--navy); border-radius: .5rem; padding: .55rem .75rem; font: inherit; font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: 76px 0 92px; background: radial-gradient(circle at 12% 10%, var(--mint), transparent 34%), linear-gradient(120deg, #fff 30%, var(--sky)); }
.hero::after { content: ""; position: absolute; right: -140px; bottom: -180px; width: 480px; height: 480px; border: 1px solid rgba(37,109,164,.14); border-radius: 50%; box-shadow: 0 0 0 48px rgba(37,109,164,.035), 0 0 0 96px rgba(99,168,114,.035); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .76fr; align-items: center; gap: 7vw; }
.eyebrow { margin: 0 0 1rem; color: var(--green-dark); font-size: .77rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Newsreader", serif; line-height: 1.08; color: var(--navy-deep); }
h1 { max-width: 720px; margin-bottom: 1.35rem; font-size: clamp(3rem, 6vw, 5.4rem); letter-spacing: -.045em; }
h2 { margin-bottom: 1rem; font-size: clamp(2.2rem, 4.4vw, 3.75rem); letter-spacing: -.035em; }
h3 { margin-bottom: .75rem; font-size: 1.72rem; }
.hero-text { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 2rem 0 1.4rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .72rem 1.45rem; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(18,56,91,.14); }
.primary { color: #fff; background: var(--green-dark); }
.secondary { color: var(--navy); background: #fff; border: 1px solid var(--line); }
.licensed { color: var(--navy); font-size: .9rem; font-weight: 600; }
.hero-visual { position: relative; width: min(420px, 100%); aspect-ratio: 1 / 1; margin-inline: auto; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; border-radius: 50%; box-shadow: var(--shadow); background: #d9e8ed; }
.trust-card { position: absolute; left: -48px; bottom: 30px; display: flex; align-items: center; gap: .85rem; min-width: 240px; padding: 1rem 1.15rem; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.trust-card span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--green); font-weight: 700; }
.trust-card p { margin: 0; font-size: .86rem; line-height: 1.4; }

.services { padding: 100px 0; }
.section-heading { max-width: 680px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); border-radius: 22px; overflow: hidden; }
.service-grid.two-services { grid-template-columns: repeat(2, 1fr); }
.service-grid.three-services { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 305px; padding: 2rem 1.5rem; background: #fff; }
.service-card:hover { background: var(--sky); }
.service-number { display: block; margin-bottom: 3.2rem; color: var(--green-dark); font-size: .78rem; font-weight: 700; letter-spacing: .16em; }
.service-card p { margin: 0; color: var(--muted); }

.about { padding: 100px 0; color: #fff; background: var(--navy-deep); }
.about-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 9vw; align-items: center; }
.about h2 { color: #fff; }
.about .eyebrow { color: #9bd0a7; }
.about-copy > p { margin-top: 0; color: #d8e5ed; font-size: 1.12rem; }
.check-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; }
.check-list span { color: #9bd0a7; font-weight: 700; }

.contact { padding: 88px 0; background: var(--mint); }
.contact-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: center; }
.contact-panel > div:first-child > p:last-child { color: var(--muted); }
.contact-links { display: grid; gap: .75rem; }
.contact-links a { display: flex; flex-direction: column; padding: 1.15rem 1.3rem; color: var(--navy); background: #fff; border: 1px solid rgba(54,120,73,.18); border-radius: 14px; text-decoration: none; box-shadow: 0 8px 25px rgba(18,56,91,.06); }
.contact-links span { color: var(--green-dark); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { overflow-wrap: anywhere; font-size: 1.05rem; }

footer { padding: 52px 0; color: #cddbe4; background: #071e31; }
.footer-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 4rem; }
.footer-brand { color: #fff; }
.footer-logo { width: 310px; padding: .65rem; border-radius: 12px; background: #fff; }
.footer-grid > div:first-child > p { color: #9fb3c0; }
.footer-meta { font-size: .79rem; line-height: 1.55; }
.footer-meta p { margin: 0 0 .65rem; }

@media (max-width: 900px) {
  .hero-grid, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(380px, 88%); margin: 1rem auto 0; }
  .service-grid, .service-grid.three-services { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 260px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 82px; }
  .brand-logo { width: 220px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 1.2rem 20px 1.5rem; align-items: stretch; flex-direction: column; gap: .8rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 28px rgba(18,56,91,.1); }
  nav.open { display: flex; }
  nav a { padding: .3rem 0; }
  .nav-call { text-align: center; padding: .8rem; }
  .hero { padding: 54px 0 70px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-text { font-size: 1.05rem; }
  .hero-actions .button { flex: 1 1 140px; }
  .trust-card { left: -8px; bottom: 18px; min-width: 220px; }
  .services, .about { padding: 72px 0; }
  .service-grid, .service-grid.two-services, .service-grid.three-services, .check-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 2rem; }
  .contact { padding: 68px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
