:root {
  --navy: #10243f;
  --navy-2: #193b5f;
  --teal: #227985;
  --teal-dark: #155e68;
  --gold: #caa664;
  --cream: #f7f4ee;
  --ice: #edf6f6;
  --ink: #18212b;
  --muted: #5b6773;
  --line: #dce4e6;
  --white: #fff;
  --shadow: 0 18px 50px rgba(16, 36, 63, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
a { color: var(--teal-dark); }
img { max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: white; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.container { width: min(1060px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(740px, calc(100% - 40px)); margin-inline: auto; }

header { position: sticky; top: 0; z-index: 50; background: rgba(16,36,63,.97); box-shadow: 0 2px 18px rgba(0,0,0,.16); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 190px;
  padding: 7px 12px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 5px 16px rgba(0,0,0,.18);
  text-decoration: none;
  color: var(--navy);
}
.brand img { width: 174px; height: auto; display: block; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; }
.nav-links a { color: rgba(255,255,255,.88); text-decoration: none; font-size: .93rem; }
.nav-links a:hover, .nav-links a:focus-visible { color: white; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; padding: 9px 12px; border-radius: 8px; font: inherit; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border-radius: 8px; border: 2px solid transparent; background: var(--teal); color: white; text-decoration: none; font-weight: 700; cursor: pointer; }
.button:hover { background: var(--teal-dark); }
.button.gold { background: var(--gold); color: var(--navy); }
.button.gold:hover { background: #dab874; }
.button.outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.button.outline.light { color: white; border-color: rgba(255,255,255,.72); }
.button.small { min-height: 40px; padding: 7px 14px; font-size: .9rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero { background: linear-gradient(118deg, var(--navy) 0%, var(--navy-2) 66%, var(--teal-dark) 130%); color: white; padding: 92px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 48px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.21; color: var(--navy); font-weight: 700; }
h1 { margin: 0; font-size: clamp(2.55rem, 5.5vw, 4.45rem); line-height: 1.12; letter-spacing: -.018em; }
.hero h1 { color: white; }
.hero .lead { color: rgba(255,255,255,.84); font-size: 1.12rem; line-height: 1.72; max-width: 660px; }
.credential-card { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); padding: 30px; border-radius: var(--radius); backdrop-filter: blur(4px); }
.profile-photo { width: 148px; height: 148px; object-fit: cover; object-position: center top; display: block; border-radius: 50%; border: 4px solid rgba(255,255,255,.88); box-shadow: 0 10px 28px rgba(0,0,0,.2); margin: 0 0 22px; }
.profile-photo.about-photo { width: 100%; height: auto; max-width: 320px; aspect-ratio: 1 / 1; border-radius: 14px; border-color: var(--cream); margin: 0 auto 24px; }
.credential-card h2 { color: white; margin: 0 0 4px; font-size: 1.7rem; }
.credential-card p { color: rgba(255,255,255,.78); margin: 4px 0; }
.credential-list { list-style: none; margin: 22px 0 0; padding: 0; }
.credential-list li { padding: 11px 0 11px 28px; border-top: 1px solid rgba(255,255,255,.15); position: relative; }
.credential-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.trust-bar { background: var(--cream); border-bottom: 1px solid #e5dfd3; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { text-align: center; padding: 20px 12px; color: var(--navy); font-weight: 800; font-size: .9rem; border-right: 1px solid #ded8cb; }
.trust-item:last-child { border-right: 0; }

section { padding: 82px 0; }
.section-alt { background: var(--cream); }
.section-ice { background: var(--ice); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3rem); }
.section-head p { color: var(--muted); font-size: 1.03rem; line-height: 1.72; max-width: 68ch; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 7px 24px rgba(16,36,63,.06); }
.card h3 { margin: 0 0 10px; font-size: 1.45rem; }
.card p { color: var(--muted); }
.card .text-link { font-weight: 800; }
.audience-card { border-top: 5px solid var(--teal); }
.audience-card.professional { border-top-color: var(--gold); }
.service-tag { display: inline-block; color: var(--teal-dark); background: var(--ice); border-radius: 999px; padding: 5px 11px; font-size: .78rem; font-weight: 800; margin-bottom: 12px; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; }
.check-list li { position: relative; padding: 7px 0 7px 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.step { counter-increment: steps; padding: 26px; border-radius: 14px; background: white; border: 1px solid var(--line); }
.step::before { content: counter(steps); width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font-weight: 900; margin-bottom: 14px; }
.step h3 { margin: 0 0 8px; font-size: 1.2rem; }

.callout { padding: 35px; border-radius: var(--radius); background: var(--navy); color: white; box-shadow: var(--shadow); }
.callout h2, .callout h3 { color: white; margin-top: 0; }
.callout p { color: rgba(255,255,255,.8); }
.notice { border-left: 5px solid var(--gold); padding: 16px 18px; background: #fff9ed; color: #514634; border-radius: 8px; }

.page-hero { background: var(--navy); color: white; padding: 70px 0 60px; }
.page-hero h1 { color: white; font-size: clamp(2.4rem, 5vw, 4rem); }
.page-hero p { max-width: 760px; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.prose h2 { margin-top: 2.4rem; font-size: 2rem; }
.prose h3 { margin-top: 1.8rem; }
.prose p, .prose li { color: #3f4a55; }
.service-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.service-nav a { padding: 8px 12px; background: var(--ice); border-radius: 8px; text-decoration: none; font-weight: 700; font-size: .9rem; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: start; }
.contact-card { background: var(--navy); color: white; border-radius: var(--radius); padding: 30px; }
.contact-card h2, .contact-card h3 { color: white; }
.contact-card a { color: white; }
.form-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group.full { grid-column: 1 / -1; }
label, legend { display: block; margin-bottom: 7px; color: var(--navy); font-weight: 800; font-size: .93rem; }
fieldset { border: 0; padding: 0; margin: 0 0 18px; }
input, select, textarea { width: 100%; border: 1px solid #aebbc3; border-radius: 7px; padding: 12px 13px; font: inherit; color: var(--ink); background: white; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(34,121,133,.22); border-color: var(--teal); }
.choices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.choice { display: flex; gap: 9px; align-items: flex-start; color: #33404a; font-weight: 500; }
.choice input { width: auto; margin-top: 5px; }
.required { color: #a12828; }
.form-help { margin: 6px 0 0; color: var(--muted); font-size: .84rem; }
.honeypot { position: absolute !important; overflow: hidden; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; }
.status { margin-top: 14px; padding: 12px; border-radius: 8px; }
.status.error { background: #fff0f0; color: #8c1d1d; }

details { border-top: 1px solid var(--line); padding: 18px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; color: var(--navy); font-weight: 800; font-size: 1.05rem; }

footer { background: #091a2d; color: rgba(255,255,255,.7); padding: 50px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 42px; }
footer h2, footer h3 { color: white; font-size: 1.05rem; }
footer a { color: rgba(255,255,255,.82); }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin: 8px 0; }
.legal-line { border-top: 1px solid rgba(255,255,255,.13); margin-top: 34px; padding-top: 20px; font-size: .83rem; }

@media (max-width: 900px) {
  .hero-grid, .contact-layout { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--navy); padding: 18px 24px 26px; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-button { display: block; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 28px, 1120px); }
  .brand img { width: 148px; }
  .hero { padding: 66px 0 54px; }
  section { padding: 58px 0; }
  .grid-2, .grid-3, .steps, .form-grid, .choices, .footer-grid, .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid #ded8cb; }
  .trust-item:last-child { border-bottom: 0; }
  .form-card { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
