:root {
  --navy: #0d3558;
  --navy-2: #174c76;
  --ink: #17324a;
  --muted: #60758a;
  --paper: #fbfaf7;
  --white: #ffffff;
  --line: #dce4ea;
  --soft: #eef4f7;
  --shadow: 0 18px 45px rgba(20, 49, 75, .12);
  --radius: 20px;
}
* { 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;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,228,234,.85);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1; color: var(--navy); letter-spacing: .15em; }
.brand-main { font-family: Georgia, "Times New Roman", serif; font-size: 34px; letter-spacing: .14em; }
.brand-sub { font-size: 11px; margin-top: 8px; font-weight: 700; }
.nav { display: flex; gap: 26px; align-items: center; }
.nav a { text-decoration: none; font-size: 15px; }
.nav > a:not(.button):hover { color: var(--navy-2); }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 24px; border-radius: 6px;
  background: var(--navy); color: white; text-decoration: none; font-weight: 700;
  border: 1px solid var(--navy); transition: .2s ease;
}
.button:hover { transform: translateY(-1px); background: var(--navy-2); }
.button-small { min-height: 42px; padding: 0 20px; }
.button-light { background: white; color: var(--navy); border-color: white; }
.button-light:hover { background: #f3f6f8; }

.hero {
  background: linear-gradient(125deg, #f9fbfc 0%, #eef5f9 58%, #e8f1f5 100%);
  padding: 74px 0 64px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.eyebrow { margin: 0 0 14px; font-size: 12px; letter-spacing: .2em; font-weight: 800; color: var(--navy-2); }
.eyebrow.light { color: #d8e8f3; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; color: var(--navy); }
h1 { font-size: clamp(48px, 6vw, 76px); line-height: 1.02; margin: 0 0 20px; letter-spacing: -.025em; }
h2 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.08; margin: 0 0 20px; }
h3 { color: var(--navy); margin: 12px 0 8px; font-size: 20px; line-height: 1.25; }
.hero-lead { font-size: 22px; margin: 0 0 12px; font-weight: 650; }
.hero-text { max-width: 630px; font-size: 17px; color: var(--muted); margin: 0 0 26px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 34px; }
.text-link { color: var(--navy); font-weight: 700; text-decoration: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 13px; color: var(--muted); }
.trust-row span::before { content: "•"; color: var(--navy-2); margin-right: 8px; }

.hero-photo-card {
  border-radius: 26px; overflow: hidden; box-shadow: var(--shadow);
  background: white; border: 1px solid rgba(255,255,255,.65);
}
.hero-photo-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 35%; }

.intro-section { padding: 78px 0; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.intro-grid p { margin-top: 0; font-size: 18px; color: var(--muted); max-width: 700px; }

.services-section { padding: 88px 0 96px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.service-card {
  padding: 28px; border: 1px solid var(--line); border-radius: var(--radius);
  background: white; min-height: 260px; transition: .2s ease;
}
.service-card:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(20,49,75,.08); }
.service-card p { color: var(--muted); margin-bottom: 0; }
.icon {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--soft); color: var(--navy); font-size: 13px; font-weight: 900; letter-spacing: .04em;
}

.about-section { padding: 92px 0; background: #f4f7f8; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.about-photo img { border-radius: 26px; box-shadow: var(--shadow); }
.about-copy p { color: var(--muted); font-size: 17px; }
.credential-list { margin-top: 28px; border-top: 1px solid var(--line); }
.credential-list > div { display: grid; grid-template-columns: 1fr 1.25fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.credential-list strong { color: var(--navy); }
.credential-list span { color: var(--muted); }

.cta-section {
  padding: 92px 0;
  background: linear-gradient(rgba(13,53,88,.94), rgba(13,53,88,.94)),
              radial-gradient(circle at 80% 20%, #3f7499, #0d3558);
  color: white; text-align: center;
}
.cta-inner { max-width: 760px; }
.cta-section h2 { color: white; }
.cta-section p { font-size: 18px; color: #dce7ef; }
.cta-section .button { margin-top: 12px; }
.contact-email { font-size: 14px !important; margin-top: 16px; }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 30px; align-items: start; }
.footer-brand { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.footer-brand span { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: .2em; margin-left: 7px; }
.site-footer p, .footer-links a { color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { text-decoration: none; }
.footer-note { text-align: right; }

@media (max-width: 900px) {
  .hero-grid, .intro-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-photo-card { max-width: 650px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-photo { max-width: 620px; }
}
@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 1140px); }
  .site-header { position: static; }
  .nav-wrap { min-height: auto; padding: 18px 0; align-items: flex-start; }
  .nav { gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
  .nav a:not(.button) { display: none; }
  .hero { padding-top: 48px; }
  h1 { font-size: 48px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .credential-list > div { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-note { text-align: left; }
}
