/* ══════════════════════════════════════════════
   Deatherage Financial — Clean Professional
   ══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:       #0f1117;
  --bg-card:  #161b24;
  --teal:     #2dd4bf;
  --teal-mid: #0d9488;
  --teal-dim: #0f766e;
  --text:     #e2e8f0;
  --text-dim: #64748b;
  --border:   rgba(255,255,255,0.07);
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── Nav ── */
.nav-bar {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; gap: 32px;
  padding: 0 40px; height: 64px;
  background: rgba(15,17,23,0.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

.logo-main {
  font-size: 17px; font-weight: 800;
  color: var(--teal); letter-spacing: -0.3px;
}

.logo-sub {
  display: block; font-size: 10px;
  color: var(--text-dim); margin-top: 1px;
}

.nav-links { display: flex; gap: 4px; margin-left: auto; }

.nav-link {
  font-size: 13px; font-weight: 500;
  padding: 8px 14px; color: var(--text-dim);
  text-decoration: none; border-radius: 5px;
  transition: all 0.15s;
}
.nav-link:hover { color: var(--text); background: rgba(255,255,255,0.05); }

.nav-cta {
  font-size: 13px; font-weight: 600;
  padding: 8px 18px;
  background: var(--teal-dim); color: #ccfbf1;
  text-decoration: none; border-radius: 6px;
  transition: background 0.15s;
}
.nav-cta:hover { background: var(--teal-mid); }

/* ── Hero ── */
.hero {
  padding: 100px 40px 80px;
  max-width: 900px; margin: 0 auto;
  text-align: center;
}

.hero-badge {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--teal); background: rgba(45,212,191,0.1);
  border: 1px solid rgba(45,212,191,0.25);
  padding: 5px 14px; border-radius: 20px;
  margin-bottom: 24px;
}

.hero-name {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800; color: var(--text);
  letter-spacing: -1px; line-height: 1.1;
  margin-bottom: 20px;
}

.hero-tagline {
  font-size: 18px; color: var(--text-dim);
  max-width: 600px; margin: 0 auto 36px;
  line-height: 1.6;
}

.hero-actions { display: flex; gap: 12px; justify-content: center; margin-bottom: 60px; }

.hero-btn {
  font-size: 14px; font-weight: 600;
  padding: 12px 28px; border-radius: 6px;
  background: var(--teal-dim); color: #ccfbf1;
  text-decoration: none; transition: background 0.15s;
}
.hero-btn:hover { background: var(--teal-mid); }

.hero-btn-ghost {
  font-size: 14px; font-weight: 600;
  padding: 12px 28px; border-radius: 6px;
  background: transparent; color: var(--teal);
  text-decoration: none; border: 1px solid rgba(45,212,191,0.35);
  transition: all 0.15s;
}
.hero-btn-ghost:hover { background: rgba(45,212,191,0.08); }

.hero-stats {
  display: flex; align-items: center;
  justify-content: center; gap: 0;
  background: var(--bg-card);
  border: 1px solid var(--border); border-radius: 8px;
  overflow: hidden;
}

.stat-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 16px 32px; gap: 4px;
}
.stat-val { font-size: 20px; font-weight: 700; color: var(--teal); }
.stat-lbl { font-size: 11px; color: var(--text-dim); font-weight: 500; }
.stat-div { width: 1px; height: 40px; background: var(--border); }

/* ── Sections ── */
.page-section { padding: 80px 40px; }
.alt-section { background: rgba(22,27,36,0.5); }

.section-inner { max-width: 960px; margin: 0 auto; }

.section-label {
  font-size: 11px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--teal);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800; color: var(--text);
  letter-spacing: -0.5px; margin-bottom: 32px;
}

.section-intro {
  font-size: 16px; color: var(--text-dim);
  max-width: 750px; line-height: 1.7;
  margin-bottom: 40px;
}

/* ── About ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

.about-bio p {
  color: var(--text-dim); margin-bottom: 16px; font-size: 15px;
}

.section-cta {
  display: inline-block; margin-top: 8px;
  font-size: 14px; font-weight: 600; color: var(--teal);
  text-decoration: none;
  border-bottom: 1px solid rgba(45,212,191,0.4);
  padding-bottom: 2px;
}

.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.info-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px; padding: 16px;
}
.info-card-icon { font-size: 20px; margin-bottom: 8px; }
.info-card-label { font-size: 10px; font-weight: 600; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.info-card-val { font-size: 14px; font-weight: 600; color: var(--text); }

/* ── Services ── */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-top: 2px solid var(--teal-dim);
  border-radius: 8px; padding: 24px;
}
.service-icon { font-size: 24px; margin-bottom: 12px; }
.service-card h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.service-card p { font-size: 13px; color: var(--text-dim); line-height: 1.6; }

/* ── Content ── */
.content-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }

.content-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px; padding: 20px;
}
.content-platform {
  display: inline-block;
  font-size: 10px; font-weight: 700;
  color: var(--teal); background: rgba(45,212,191,0.1);
  border: 1px solid rgba(45,212,191,0.25);
  padding: 3px 8px; border-radius: 4px;
  margin-bottom: 10px; letter-spacing: 0.5px;
}
.content-card h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.content-card p { font-size: 13px; color: var(--text-dim); line-height: 1.6; }

.content-platform-note {
  background: var(--bg-card);
  border: 1px solid rgba(45,212,191,0.2);
  border-left: 3px solid var(--teal);
  border-radius: 8px; padding: 20px 24px;
}
.content-platform-note p { font-size: 14px; color: var(--text-dim); line-height: 1.7; }

/* ── Legal ── */
.legal-block { max-width: 780px; }
.legal-effective { font-size: 13px; color: var(--text-dim); margin-bottom: 28px; }
.legal-item { margin-bottom: 24px; }
.legal-item h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.legal-item p { font-size: 14px; color: var(--text-dim); line-height: 1.7; }
.legal-item ul { margin: 8px 0 0 20px; }
.legal-item li { font-size: 14px; color: var(--text-dim); line-height: 1.7; margin-bottom: 4px; }
.legal-link { color: var(--teal); text-decoration: none; }
.legal-link:hover { text-decoration: underline; }

/* ── Footer ── */
.site-footer {
  background: #0a0d12;
  border-top: 1px solid var(--border);
  padding: 40px;
}

.footer-inner {
  max-width: 960px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 20px; align-items: center;
  text-align: center;
}

.footer-name { font-size: 16px; font-weight: 700; color: var(--teal); }
.footer-title { font-size: 12px; color: var(--text-dim); margin-top: 2px; }

.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-link { font-size: 13px; color: var(--text-dim); text-decoration: none; transition: color 0.15s; }
.footer-link:hover { color: var(--teal); }

.footer-copy { font-size: 12px; color: var(--text-dim); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { flex-wrap: wrap; }
}
