:root {
  --blue: #0767ef;
  --blue-deep: #0b3178;
  --blue-ink: #08265b;
  --sky: #eaf6ff;
  --aqua: #17a99e;
  --white: #ffffff;
  --ink: #122442;
  --muted: #61718c;
  --line: #cfe2f6;
  --shadow: 0 18px 42px rgba(11, 49, 120, .11);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; background: var(--blue-deep); color: #fff; padding: 10px 14px; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 255, 255, .97); border-bottom: 1px solid #e6eff8; backdrop-filter: blur(10px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; min-width: 0; align-items: center; gap: 11px; color: var(--blue-ink); text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; mix-blend-mode: multiply; }
.brand-copy { min-width: 0; display: grid; line-height: 1.2; }
.brand-copy strong { font-size: 16px; letter-spacing: .12em; }
.brand-copy small { color: var(--muted); font-size: 11px; font-weight: 700; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 23px; font-size: 13px; font-weight: 800; }
.main-nav > a:not(.header-cta) { color: #283a59; text-decoration: none; }
.main-nav > a:not(.header-cta):hover { color: var(--blue); }
.header-cta, .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.header-cta { min-height: 42px; background: var(--blue); color: #fff; box-shadow: 0 9px 20px rgba(7, 103, 239, .18); }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: #fff; color: var(--blue-deep); border: 1px solid var(--line); border-radius: 5px; font-size: 18px; }

.hero { position: relative; min-height: 625px; isolation: isolate; overflow: hidden; background: var(--blue-deep); }
.hero-photo { position: absolute; inset: 0; z-index: -2; background: #eaf6ff url("assets/hero-back-1.jpg") center right / cover no-repeat; }
.hero::after { position: absolute; content: ""; inset: 0; z-index: -1; background: rgba(7, 37, 92, .72); }
.hero-panel { width: min(630px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - 1180px) / 2)); padding: 100px 0 88px; color: #fff; }
.eyebrow { margin: 0 0 13px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-light { color: #a8d4ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; line-height: 1.06; }
h1 { max-width: 605px; margin-bottom: 22px; font-size: clamp(49px, 5.5vw, 78px); }
h1 em, h2 em { color: var(--blue); font-style: italic; }
.hero h1 em { color: #8ed1ff; }
.hero-text { max-width: 510px; margin-bottom: 30px; color: #e6f2ff; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button-light { background: #fff; color: var(--blue-deep); }
.button-dark { background: var(--blue-ink); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-deep); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--blue); }
.text-link-light { color: #fff; }
.hero-note { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 90px; display: flex; align-items: center; gap: 12px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.hero-note i { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; color: #a8d4ff; }

.contact-ribbon { position: relative; z-index: 2; margin-top: -42px; }
.ribbon-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: #fff; border: 1px solid #d7e8f8; border-radius: 7px; box-shadow: var(--shadow); }
.ribbon-grid a { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 21px 26px; color: var(--blue-ink); text-decoration: none; }
.ribbon-grid a + a { border-left: 1px solid var(--line); }
.ribbon-grid i { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: 18px; }
.ribbon-grid span { display: grid; min-width: 0; }
.ribbon-grid strong { overflow-wrap: anywhere; font-size: 14px; }
.ribbon-grid small { overflow-wrap: anywhere; color: var(--muted); font-size: 11px; font-weight: 700; }

.section { padding: 112px 0; }
.intro-section { padding-bottom: 96px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 90px; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(39px, 4.1vw, 57px); }
.intro-grid h2 { max-width: 720px; }
.intro-copy { border-left: 2px solid #b8ddff; padding-left: 25px; }
.intro-copy p, .section-heading > p, .assurance-copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; }

.services-section { background: var(--sky); }
.section-heading { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 670px; }
.section-heading > p { max-width: 350px; margin-bottom: 4px; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 312px; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid #d8e8f7; border-radius: 7px; box-shadow: 0 8px 22px rgba(17, 57, 121, .055); }
.service-card-featured { background: var(--blue-deep); border-color: var(--blue-deep); color: #fff; }
.service-icon { display: grid; width: 53px; height: 53px; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: 22px; }
.service-card-featured .service-icon { background: rgba(255, 255, 255, .13); color: #a8d4ff; }
.service-card h3 { margin-bottom: 12px; font-size: 19px; line-height: 1.25; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card-featured p { color: #d6eaff; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.service-card-featured a { color: #a8d4ff; }

.journey-section { padding: 0; background: var(--blue-deep); color: #fff; }
.journey-layout { display: grid; grid-template-columns: .78fr 1.22fr; }
.journey-lead { padding: 100px 70px 100px 0; }
.journey-lead h2 { margin-bottom: 32px; font-size: clamp(39px, 3.8vw, 52px); }
.journey-list { margin: 0; padding: 70px 0 70px 64px; list-style: none; border-left: 1px solid rgba(191, 222, 255, .35); }
.journey-list li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 22px 0; }
.journey-list li + li { border-top: 1px solid rgba(191, 222, 255, .2); }
.journey-number { color: #8ed1ff; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.journey-list i { color: #8ed1ff; font-size: 19px; }
.journey-list h3 { margin: 9px 0 7px; font-size: 19px; }
.journey-list p { margin-bottom: 0; color: #d7e9ff; font-size: 14px; }

.assurance-grid { display: grid; grid-template-columns: 140px minmax(0, .88fr) minmax(310px, .85fr); gap: 58px; align-items: center; }
.assurance-mark { display: grid; width: 120px; height: 120px; place-items: center; border: 1px solid #a8d4ff; border-radius: 50%; color: var(--blue); font-size: 44px; }
.assurance-copy { padding-left: 30px; border-left: 1px solid var(--line); }
.assurance-points { display: flex; flex-wrap: wrap; gap: 12px 19px; margin-top: 24px; }
.assurance-points span { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-ink); font-size: 12px; font-weight: 800; }
.assurance-points i { color: var(--aqua); }

.appointment-section { background: var(--blue); color: #fff; }
.appointment-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding: 78px 0; }
.appointment-layout h2 { max-width: 650px; margin-bottom: 17px; }
.appointment-layout > div > p:last-child { max-width: 570px; margin-bottom: 0; color: #e5f3ff; font-size: 16px; }
.appointment-actions { display: grid; justify-items: start; gap: 19px; }
.appointment-actions .button { min-width: 235px; }
.email-link { color: #fff; font-size: 14px; font-weight: 700; overflow-wrap: anywhere; text-decoration: none; }
.email-link i { margin-right: 8px; }

.site-footer { background: #071b42; color: #d7e9ff; padding: 68px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .95fr 1.15fr; gap: 42px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 86px; height: 86px; border-radius: 50%; object-fit: contain; mix-blend-mode: screen; }
.footer-brand p { margin-bottom: 0; color: #e7f3ff; font-size: 14px; font-weight: 700; line-height: 1.5; }
.footer-grid h2 { margin-bottom: 13px; color: #8ed1ff; font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; color: #d7e9ff; font-size: 13px; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: #fff; }
.footer-cta { border-left: 1px solid rgba(191, 222, 255, .28); padding-left: 35px; }
.footer-cta p { color: #fff; font-family: var(--serif); font-size: 27px; line-height: 1.1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 19px; border-top: 1px solid rgba(191, 222, 255, .2); color: #99bde5; font-size: 11px; font-weight: 700; }

:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; font-size: 12px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 275px; }
  .assurance-grid { grid-template-columns: 100px 1fr; gap: 34px; }
  .assurance-copy { grid-column: 2; }
  .assurance-mark { width: 90px; height: 90px; font-size: 34px; }
}
@media (max-width: 820px) {
  :root { --shell: min(100% - 36px, 680px); }
  .header-inner { min-height: 76px; }
  .brand img { width: 50px; height: 50px; }
  .brand-copy strong { font-size: 14px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 32px rgba(17, 57, 121, .12); }
  .main-nav.is-open { display: grid; }
  .main-nav > a { min-height: 43px; display: flex; align-items: center; padding: 7px 9px; }
  .main-nav .header-cta { justify-content: center; margin-top: 5px; }
  .hero { min-height: 620px; }
  .hero::after { background: rgba(7, 37, 92, .82); }
  .hero-panel { padding: 95px 0 145px; }
  .hero-note { right: 24px; bottom: 31px; }
  .ribbon-grid { grid-template-columns: 1fr; }
  .ribbon-grid a + a { border-top: 1px solid var(--line); border-left: 0; }
  .ribbon-grid a { padding: 17px 20px; }
  .contact-ribbon { margin-top: -25px; }
  .section { padding: 76px 0; }
  .intro-grid, .section-heading, .appointment-layout { grid-template-columns: 1fr; display: grid; gap: 28px; }
  .section-heading { align-items: start; }
  .journey-layout { grid-template-columns: 1fr; }
  .journey-lead { padding: 76px 0 44px; }
  .journey-list { padding: 20px 0 65px; border-top: 1px solid rgba(191, 222, 255, .35); border-left: 0; }
  .assurance-grid { grid-template-columns: 80px 1fr; gap: 24px; }
  .assurance-copy { grid-column: 1 / -1; padding: 26px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
  .footer-cta { border-top: 1px solid rgba(191, 222, 255, .28); border-left: 0; padding: 27px 0 0; }
}
@media (max-width: 520px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 15px; }
  .brand-copy small { display: none; }
  .hero { min-height: 655px; }
  .hero-photo { background-position: 62% center; }
  .hero::after { background: rgba(7, 37, 92, .88); }
  .hero-panel { width: calc(100% - 28px); margin-left: 14px; padding: 70px 0 154px; }
  h1 { font-size: clamp(44px, 13.5vw, 60px); }
  h2 { font-size: clamp(37px, 11vw, 47px); }
  .hero-text { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-note { left: 14px; right: auto; bottom: 28px; }
  .ribbon-grid a { gap: 11px; }
  .ribbon-grid i { width: 38px; height: 38px; font-size: 16px; }
  .intro-copy { padding-left: 18px; }
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { min-height: 0; padding: 25px; }
  .service-icon { margin-bottom: 22px; }
  .journey-list li { grid-template-columns: 37px 1fr; gap: 13px; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-mark { width: 75px; height: 75px; }
  .assurance-copy { grid-column: auto; }
  .appointment-layout { padding: 64px 0; }
  .appointment-actions { width: 100%; }
  .appointment-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .footer-brand, .footer-cta { grid-column: auto; }
  .footer-bottom { display: grid; margin-top: 35px; }
}
