:root {
  --ink: #111827;
  --muted: #5b6472;
  --paper: #f7f8fa;
  --white: #ffffff;
  --blue: #184e77;
  --blue-deep: #0b2c44;
  --blue-soft: #eaf2f7;
  --line: #dce2e8;
  --accent: #d9a441;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(11, 44, 68, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
h1, h2, h3, .brand, .button, .eyebrow, .price {
  font-family: "Manrope", sans-serif;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 850px;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}
h2 {
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}
h3 { font-size: 1.35rem; line-height: 1.25; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 105px 0; }
.eyebrow {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light { color: #9fd2f1; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; }
.skip-link:focus { left: 8px; background: white; padding: 10px 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220,226,232,.8);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  letter-spacing: .1em;
}
.brand-mark {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-deep);
  color: white;
  font-weight: 800;
}
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-size: 1rem; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .55rem; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: .95rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover { color: var(--blue); }
.nav-cta {
  padding: 11px 17px;
  border-radius: 999px;
  background: var(--blue-deep);
  color: white !important;
}
.menu-toggle { display: none; }

.hero {
  overflow: hidden;
  padding: 105px 0 90px;
  background:
    radial-gradient(circle at 85% 15%, rgba(24,78,119,.12), transparent 34%),
    linear-gradient(180deg, #fff, #f4f7f9);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 70px;
  align-items: center;
}
.hero-lede {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.25rem;
}
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button.primary { background: var(--blue); color: white; }
.button.primary:hover { background: var(--blue-deep); }
.button.secondary { border-color: var(--line); background: white; color: var(--ink); }
.button.secondary:hover { border-color: var(--blue); color: var(--blue); }
.button.full { width: 100%; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-family: "Manrope"; font-size: .95rem; }
.trust-row span { color: var(--muted); font-size: .85rem; }
.hero-panel {
  padding: 36px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: var(--blue-deep);
  box-shadow: var(--shadow);
  color: white;
}
.panel-label { color: #9fd2f1; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.hero-panel h2 { font-size: 2rem; letter-spacing: -.03em; }
.status-list { display: grid; gap: 6px; margin-top: 30px; }
.status-list > div { display: flex; gap: 14px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.status-list p { margin: 0; color: #dbe8f0; font-size: .95rem; }
.status-list strong { color: white; }
.status-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 8px; border-radius: 50%; background: var(--accent); }

.proof-strip { border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 30px 24px; border-left: 1px solid var(--line); }
.proof-grid div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-family: "Manrope"; font-size: 1rem; }
.proof-grid span { color: var(--muted); font-size: .84rem; }

.section-heading { max-width: 810px; margin-bottom: 55px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.15rem; }
.section-heading.compact { margin-inline: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card {
  min-height: 320px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--blue-soft); border-color: #c7dce8; }
.service-number { color: var(--blue); font-family: "Manrope"; font-size: .75rem; font-weight: 800; }
.service-card h3 { margin-top: 50px; font-size: 1.7rem; }
.service-card p { color: var(--muted); }
.service-card a, .text-link { color: var(--blue); font-weight: 700; text-decoration: none; }

.section-dark { background: var(--blue-deep); color: white; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.large-copy { color: #ccdae3; font-size: 1.22rem; }
.light-link { color: white; }
.reason-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.reason-list article { padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.04); }
.reason-list h3 { margin-bottom: 8px; }
.reason-list p { margin: 0; color: #c2d2dc; font-size: .95rem; }

.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.problem-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.problem-list li { padding: 20px 24px; border-left: 4px solid var(--accent); background: white; box-shadow: 0 8px 22px rgba(17,24,39,.05); }
.centered-cta { margin-top: 55px; text-align: center; }
.centered-cta p { font-size: 1.2rem; font-weight: 600; }

.plans-section { background: white; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.plan-card.popular { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.popular-label {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: .74rem;
  font-weight: 800;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.plan-name { margin-bottom: 8px; font-family: "Manrope"; font-weight: 800; }
.price { margin-bottom: 14px; font-size: 3rem; font-weight: 800; letter-spacing: -.05em; }
.price span { font-size: 1.3rem; vertical-align: top; }
.price small { color: var(--muted); font-family: "Source Sans 3"; font-size: .9rem; font-weight: 500; letter-spacing: 0; }
.plan-card > p:nth-of-type(3) { color: var(--muted); min-height: 86px; }
.plan-card ul { flex: 1; margin: 8px 0 30px; padding-left: 20px; }
.plan-card li { margin-bottom: 10px; }
.pricing-note { margin-top: 30px; color: var(--muted); text-align: center; }

.founder-section { background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 75px; align-items: center; }
.portrait-placeholder {
  display: grid;
  min-height: 430px;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #c9d9e4, #edf3f6);
  color: var(--blue-deep);
  text-align: center;
  font-family: "Manrope";
  font-weight: 800;
}
.signature { margin-top: 28px; font-weight: 700; }

.home-section { border-top: 1px solid var(--line); }
.home-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; }
.home-callout { padding: 32px; border-radius: var(--radius); background: var(--blue-soft); }
.home-callout p { margin-bottom: 5px; }
.home-callout strong { font-family: "Manrope"; font-size: 2rem; }
.home-callout .small { margin: 18px 0; color: var(--muted); font-size: .9rem; }

.contact-section { background: var(--blue-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-section p { color: #c9dae4; }
.contact-details { display: grid; gap: 8px; margin-top: 30px; }
.contact-details a { color: white; font-size: 1.15rem; font-weight: 700; text-decoration: none; }
.contact-details span { color: #9eb6c5; }
.contact-form { padding: 32px; border-radius: 20px; background: white; color: var(--ink); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-weight: 700; font-size: .9rem; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(24,78,119,.18); border-color: var(--blue); }
.form-note { margin: 12px 0 0; color: var(--muted) !important; font-size: .78rem; text-align: center; }

.site-footer { padding: 45px 0; background: #071d2c; color: white; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr .8fr; gap: 30px; align-items: center; }
.footer-grid p { margin: 0; color: #a8bdca; font-size: .85rem; }
.footer-brand .brand-mark { background: white; color: var(--blue-deep); }
.footer-brand small { color: #a8bdca; }

@media (max-width: 900px) {
  .site-nav {
    display: none;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: white;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle { display: block; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: white; }
  .hero-grid, .split, .problem-grid, .founder-grid, .home-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card > p:nth-of-type(3) { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .section { padding: 78px 0; }
  .hero { padding-top: 75px; }
  h1 { font-size: 2.65rem; }
  .service-grid, .reason-list, .trust-row, .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div, .proof-grid div:last-child { border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-panel, .service-card, .plan-card, .contact-form { padding: 25px; }
}
.founder-photo {
  display: block;
  width: 100%;
  height: 450px;
  #aspect-ratio: 4 / 5; 
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
}
