@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,700&display=swap');

:root {
  --navy: #063a82;
  --blue: #075ac8;
  --teal: #087f8f;
  --teal-dark: #056574;
  --yellow: #ffbf00;
  --pink: #ec3e74;
  --ink: #10243e;
  --muted: #62748a;
  --line: #dce8f0;
  --pale: #eef9fb;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: 'DM Sans', Arial, sans-serif; }
a { color: inherit; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.site-header { max-width: 1240px; margin: 0 auto; min-height: 96px; padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { position: relative; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--blue); border: 3px solid var(--yellow); border-radius: 17px; box-shadow: 0 7px 18px rgba(7, 90, 200, .2); }
.brand-mark b { font-family: Georgia, serif; font-size: 26px; font-style: italic; }
.brand-mark span { position: absolute; right: 5px; top: 2px; font-weight: 800; color: var(--yellow); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 30px; color: var(--blue); font-weight: 600; letter-spacing: .02em; }
.brand-copy small { margin-top: 7px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .27em; }
.header-status { color: var(--muted); font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 9px; }
.header-status span { width: 9px; height: 9px; border-radius: 50%; background: #16a167; box-shadow: 0 0 0 5px rgba(22, 161, 103, .12); }

.hero { position: relative; overflow: hidden; max-width: 1240px; min-height: 620px; margin: 0 auto; padding: 68px 60px 64px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; background: var(--pale); border: 1px solid #d8edf1; border-radius: 32px; }
.hero::before { content: ''; position: absolute; width: 330px; height: 330px; border: 62px solid rgba(7, 90, 200, .05); border-radius: 50%; left: -145px; top: -180px; }
.hero::after { content: '+'; position: absolute; right: 47%; bottom: 20px; color: rgba(8, 127, 143, .09); font-weight: 700; font-size: 120px; transform: rotate(10deg); }
.hero-copy, .service-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--teal-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow span { width: 28px; height: 3px; background: var(--yellow); }
h1 { margin: 0; max-width: 670px; color: var(--navy); font-size: clamp(52px, 5.8vw, 82px); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
h1 em { color: var(--teal); font-family: 'Playfair Display', Georgia, serif; font-weight: 700; }
.hero-lead { max-width: 670px; margin: 27px 0 31px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.progress-wrap { max-width: 590px; }
.progress-label { margin-bottom: 9px; display: flex; justify-content: space-between; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.progress-label span { color: var(--muted); font-weight: 700; }
.progress-label strong { color: var(--teal); }
.progress-track { height: 8px; overflow: hidden; background: #d6e8eb; border-radius: 20px; }
.progress-track span { display: block; width: 82%; height: 100%; background: var(--teal); border-radius: inherit; animation: load 1.2s ease-out; }
@keyframes load { from { width: 0; } }
.hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; text-decoration: none; font-size: 15px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 22px rgba(7, 90, 200, .2); }
.button-primary:hover { background: var(--navy); }
.button-secondary { color: var(--teal-dark); background: #fff; border: 1px solid #bcdde2; }
.button-secondary:hover { box-shadow: 0 9px 18px rgba(16, 36, 62, .08); }
.secondary-contact { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.secondary-contact a { color: var(--navy); font-weight: 800; text-decoration: none; }

.service-card { padding: 28px; color: #fff; background: var(--navy); border-radius: 24px; box-shadow: 0 24px 55px rgba(6, 58, 130, .22); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #bfd5ee; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.open-pill { padding: 7px 10px; display: flex; align-items: center; gap: 7px; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 50px; font-size: 10px; letter-spacing: .08em; }
.open-pill i { width: 7px; height: 7px; border-radius: 50%; background: #52dd9b; }
.open-pill.is-closed i { background: var(--yellow); }
.service-card h2 { margin: 24px 0 25px; font-size: 31px; line-height: 1.1; letter-spacing: -.03em; }
.service-list { display: grid; gap: 6px; }
.service-item { padding: 13px 0; display: grid; grid-template-columns: 45px 1fr; gap: 13px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); }
.service-item:last-child { border-bottom: 0; }
.service-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--yellow); background: rgba(255,255,255,.09); border-radius: 12px; font-family: Georgia, serif; font-size: 18px; font-weight: 700; }
.service-item h3 { margin: 0 0 4px; font-size: 15px; }
.service-item p { margin: 0; color: #bed0e6; font-size: 12px; line-height: 1.4; }
.care-note { margin-top: 20px; padding: 15px 17px; display: flex; align-items: center; gap: 12px; background: #fff; color: var(--navy); border-radius: 14px; }
.care-note > span { color: var(--pink); font-size: 26px; }
.care-note div { display: grid; gap: 3px; }
.care-note small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.care-note strong { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 17px; }

.trust-strip { max-width: 1120px; margin: -1px auto 0; padding: 24px 36px; display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--yellow); border-radius: 0 0 20px 20px; box-shadow: 0 14px 35px rgba(16, 36, 62, .07); }
.trust-strip article { min-height: 56px; padding: 0 28px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--teal); background: #eaf7f9; border-radius: 50%; }
.trust-strip article div { display: grid; gap: 3px; }
.trust-strip strong { color: var(--navy); font-size: 14px; }
.trust-strip small { color: var(--muted); font-size: 12px; }

.banner-section { max-width: 1120px; margin: 95px auto 100px; }
.banner-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.banner-heading p { margin: 0; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.banner-heading h2 { margin: 0; color: var(--navy); font-size: clamp(28px, 4vw, 44px); letter-spacing: -.04em; }
.banner-section img { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 44px rgba(6, 58, 130, .13); }

footer { padding: 36px max(32px, calc((100vw - 1120px) / 2)); min-height: 125px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #c9d8e9; background: #082b58; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.mini-mark { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--blue); border: 2px solid var(--yellow); border-radius: 12px; font-family: Georgia, serif; font-style: italic; font-weight: 700; }
.footer-brand div { display: grid; gap: 3px; }
.footer-brand strong { color: #fff; font-family: Georgia, serif; font-size: 17px; }
.footer-brand small { font-size: 11px; }
footer p { margin: 0; font-size: 12px; text-align: center; }
.footer-links { justify-self: end; display: flex; gap: 9px; color: #fff; font-size: 13px; font-weight: 700; }
.footer-links a { text-decoration: none; }
.mobile-actions { display: none; }

@media (max-width: 1000px) {
  .hero { margin: 0 20px; padding: 55px 38px; grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { max-width: 720px; }
  .service-card { max-width: 720px; }
  .trust-strip { margin-left: 42px; margin-right: 42px; }
  .trust-strip article { padding: 0 14px; }
  .banner-section { margin-left: 42px; margin-right: 42px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { display: none; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .site-header { min-height: 80px; padding: 14px 20px; }
  .brand-mark { width: 45px; height: 45px; border-radius: 14px; }
  .brand-copy strong { font-size: 24px; }
  .brand-copy small { font-size: 9px; }
  .header-status { display: none; }
  .hero { min-height: 0; margin: 0; padding: 49px 22px 34px; border-radius: 0; border-left: 0; border-right: 0; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .service-card { padding: 22px 18px; border-radius: 19px; }
  .card-top > span:first-child { display: none; }
  .card-top { justify-content: flex-end; }
  .service-card h2 { font-size: 27px; }
  .trust-strip { margin: 0; padding: 20px 22px; grid-template-columns: 1fr; border-radius: 0; box-shadow: none; }
  .trust-strip article { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip article:last-child { border-bottom: 0; }
  .banner-section { margin: 62px 20px 68px; }
  .banner-heading { align-items: start; flex-direction: column; gap: 9px; }
  .banner-section img { border-radius: 13px; }
  footer { padding: 30px 22px; display: flex; align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-links { justify-self: start; }
  .mobile-actions { position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -10px 25px rgba(16, 36, 62, .11); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--blue); text-decoration: none; font-size: 13px; font-weight: 800; }
  .mobile-actions a:last-child { background: var(--teal); }
}

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

.js [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
