/* ============================================
   VERITECH ADVISORS — Shared Styles
   Navy + teal · verification / trust identity
   ============================================ */

:root {
  --navy:        #16244a;
  --navy-800:    #1d2f5c;
  --navy-700:    #274179;
  --teal:        #17a08c;
  --teal-bright: #22b89f;
  --teal-soft:   #e7f4f1;
  --sand:        #f7f6f3;
  --sand-deep:   #edeae4;
  --ink:         #1b2437;
  --muted:       #5a6473;
  --line:        #dcd8d0;
  --white:       #ffffff;
  --danger:      #c0392b;
  --warn:        #d99512;
  --good:        #17a08c;

  --shadow-sm: 0 1px 3px rgba(22,36,74,.08), 0 1px 2px rgba(22,36,74,.06);
  --shadow-md: 0 8px 30px rgba(22,36,74,.10);
  --shadow-lg: 0 20px 60px rgba(22,36,74,.16);

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --wrap: 1140px;
  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; color: var(--navy); letter-spacing: -.01em; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-bright); }

.eyebrow {
  font-size: .74rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--teal); display: inline-block;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,246,243,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; }
.brand img { height: 46px; width: auto; display: block; }

.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { color: var(--muted); font-size: .95rem; font-weight: 500; position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 2px; background: var(--teal);
}
.nav-cta {
  background: var(--teal); color: var(--white) !important;
  padding: 10px 20px; border-radius: var(--radius);
  font-weight: 600; font-size: .92rem; transition: background .2s;
}
.nav-cta:hover { background: var(--teal-bright); color: var(--white) !important; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-weight: 600; font-size: 1rem;
  padding: 14px 30px; border-radius: var(--radius);
  cursor: pointer; border: 0; transition: all .2s; font-family: var(--font-body);
}
.btn-primary { background: var(--teal); color: var(--white); }
.btn-primary:hover { background: var(--teal-bright); color: var(--white); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: var(--white); color: var(--white); background: rgba(255,255,255,.06); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-700); color: var(--white); transform: translateY(-1px); }

/* ---------- Sections ---------- */
.section { padding: 92px 0; }
.section-title { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin: 14px 0 0; }
.section-lead { font-size: 1.15rem; color: var(--muted); max-width: 640px; margin-top: 18px; }
.center { text-align: center; }
.center .section-lead { margin-left: auto; margin-right: auto; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.footer-brand img { height: 46px; margin-bottom: 18px; }
.site-footer h4 { color: var(--white); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; font-family: var(--font-body); font-weight: 700; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.7); font-size: .95rem; }
.site-footer a:hover { color: var(--teal-bright); }
.footer-note { color: rgba(255,255,255,.5); font-size: .88rem; max-width: 340px; }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: .84rem; color: rgba(255,255,255,.5);
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 880px) {
  .nav-links {
    position: fixed; inset: 78px 0 auto 0;
    background: var(--sand); flex-direction: column; gap: 0;
    padding: 12px 0; align-items: stretch;
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform .3s;
    box-shadow: var(--shadow-md);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 28px; }
  .nav-links a.active::after { display: none; }
  .nav-cta { margin: 8px 28px; text-align: center; }
  .nav-toggle { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 64px 0; }
}
