:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --border: #e2e8f0;
  --primary: #0b5fff;
  --primary-hover: #084bcc;
  --focus: #93c5fd;
  --font: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); }
.wrap { width: min(1120px, 92vw); margin: 0 auto; }
.narrow { width: min(840px, 92vw); }
.topbar { position: sticky; top: 0; z-index: 40; background: #ffffffd9; backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; gap: 16px; padding: 12px 0; }
.brand { font-weight: 800; text-decoration: none; color: var(--text); margin-right: 8px; }
nav { display: flex; gap: 12px; flex-wrap: wrap; flex: 1; }
nav a { text-decoration: none; color: var(--muted); font-weight: 600; padding: 6px 8px; border-radius: 8px; }
nav a.active, nav a:hover { color: var(--text); background: #eff4ff; }
.btn { display: inline-block; border: 1px solid var(--border); border-radius: 12px; padding: 11px 16px; font-weight: 700; text-decoration: none; color: var(--text); background: #fff; }
.btn.primary { background: var(--primary); border-color: var(--primary); color: #fff; }
.btn.primary:hover { background: var(--primary-hover); border-color: var(--primary-hover); }
.nav-cta { white-space: nowrap; }
.hero { padding: 84px 0 56px; background: linear-gradient(180deg,#f8fbff,#f2f6ff); border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 28px; align-items: start; }
.eyebrow { text-transform: uppercase; letter-spacing: .1em; color: #215fdb; font-size: .76rem; font-weight: 700; }
h1 { font-size: clamp(2.1rem,5vw,4.1rem); line-height: 1.08; margin: 10px 0; }
.lede { color: var(--muted); font-size: 1.1rem; line-height: 1.7; max-width: 66ch; }
.cta-row { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-credential {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(2, 6, 23, .06);
  max-width: 260px;
  margin-left: auto;
}
.hero-credential img {
  width: 100%;
  max-width: 210px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 12px;
  border: 1px solid #dbe4ff;
  display: block;
  margin: 0 auto 10px;
}
.cred-copy strong {
  display: block;
  font-size: .98rem;
  color: var(--text);
}
.cred-copy span,
.cred-copy small {
  display: block;
  color: var(--muted);
  line-height: 1.4;
}
.cred-copy small { font-size: .86rem; margin-top: 4px; }
.stat-row { margin-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.stat-row div { border: 1px solid var(--border); background: #fff; border-radius: 12px; padding: 12px; }
.stat-row strong { display: block; font-size: 1.1rem; }
.stat-row span { color: var(--muted); font-size: .9rem; }
.section { padding: 84px 0; }
.section.alt { background: #ffffff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
h2 { margin: 0 0 14px; font-size: clamp(1.5rem, 3vw, 2.2rem); }
p { line-height: 1.72; color: var(--muted); }
.cards { display: grid; gap: 14px; }
.cards.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 16px; box-shadow: 0 1px 2px rgba(2,6,23,.03); }
.card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.center-cta { text-align: center; margin-top: 18px; }
.timeline { display: grid; gap: 10px; }
.timeline article { border-left: 3px solid #c7dafc; padding: 8px 0 8px 14px; }
.timeline h3 { margin: 0 0 6px; font-size: 1.02rem; }
.contact-form { margin-top: 14px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 14px; }
label { display: grid; gap: 6px; font-weight: 600; color: #334155; margin-bottom: 10px; }
input, textarea, select { width: 100%; border: 1px solid #cbd5e1; border-radius: 10px; padding: 10px 11px; font: inherit; color: #0f172a; background: #fff; }
input:focus, textarea:focus, select:focus { outline: 2px solid var(--focus); border-color: #8bb2ff; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.submit-row { margin-top: 8px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.submit-row a { color: #2563eb; text-decoration: none; font-weight: 600; }
.submit-row a:hover { text-decoration: underline; }
.footer { border-top: 1px solid var(--border); padding: 18px 0 30px; }
.footer-inner { display: flex; justify-content: space-between; gap: 8px; color: #64748b; font-size: .92rem; flex-wrap: wrap; }
.footer-inner a { color: #2563eb; text-decoration: none; }
.footer-inner a:hover { text-decoration: underline; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cards.three { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .hero-credential { margin: 8px 0 0; max-width: 320px; }
}
@media (max-width: 780px) {
  .nav-cta { display: none; }
  .grid2 { grid-template-columns: 1fr; }
}

/* Option 2 preview layout */
.option2 .hero-grid { grid-template-columns: 1fr; }
.option2 .lede { max-width: 72ch; }
.option2 .about-grid-v2 {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
}
.option2 .about-photo-v2 img {
  width: min(280px, 100%);
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(2,6,23,.08);
}
@media (max-width: 980px) {
  .option2 .about-grid-v2 { grid-template-columns: 1fr; }
}

/* Option 3 preview layout */
.option3 .hero-grid { grid-template-columns: 1fr; }
.option3 .advisor-inline {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.option3 .advisor-inline img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 18%;
  border: 2px solid #dbe4ff;
}
.option3 .advisor-inline p { margin: 0; color: var(--muted); }
.option3 .trust-strip {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.option3 .trust-strip span {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 600;
  color: #334155;
}
