/* ============================================================
   ClaimParity — Shared Stylesheet
   claimparity.com
   Prometheus Technology Systems Corp
   ============================================================ */

/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1e293b;
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }

/* TOKENS */
:root {
  --navy: #0f2744;
  --navy-dark: #0a1e38;
  --teal: #00c2a8;
  --teal-mid: #00a090;
  --teal-light: #e1f9f6;
  --text: #1e293b;
  --text-mid: #64748b;
  --text-light: #94a3b8;
  --border: #e2e8f0;
  --bg-light: #f8fafc;
  --red: #c0392b;
  --amber: #b97300;
}

/* NAV */
nav {
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-logo { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color 0.15s; }
.nav-links a:hover { color: #fff; }
.nav-burger {
  display: none; background: none; border: none; cursor: pointer;
  padding: 6px; border-radius: 7px; line-height: 0; color: #fff;
}
.nav-burger:hover { background: rgba(255,255,255,0.1); }
.nav-cta {
  background: var(--teal);
  color: #04342c !important;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 7px;
}

/* HERO */
.hero {
  background: var(--navy);
  padding: 96px 48px 88px;
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,194,168,0.12);
  border: 0.5px solid rgba(0,194,168,0.3);
  color: var(--teal);
  font-size: 12px;
  font-weight: 500;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 32px;
  letter-spacing: 0.4px;
}
.hero h1 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1.5px;
  max-width: 720px;
  margin: 0 auto 24px;
}
.hero h1 em { color: var(--teal); font-style: normal; }
.hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.58);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.hero-btns { display: flex; align-items: center; justify-content: center; gap: 14px; }

/* BUTTONS */
.btn-primary {
  background: var(--teal);
  color: #04342c;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 30px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}
.btn-primary:hover { background: #00d4b8; }
.btn-ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 0.5px solid rgba(255,255,255,0.2);
  font-size: 15px;
  font-weight: 500;
  padding: 13px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.14); }
.btn-teal {
  background: var(--teal);
  color: #04342c;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

/* STATS BAR */
.stats-bar {
  background: var(--navy-dark);
  border-top: 0.5px solid rgba(255,255,255,0.07);
  display: flex;
  justify-content: center;
}
.stat {
  text-align: center;
  padding: 28px 52px;
  border-right: 0.5px solid rgba(255,255,255,0.08);
}
.stat:last-child { border-right: none; }
.stat-val { font-size: 32px; font-weight: 500; color: #fff; letter-spacing: -0.5px; }
.stat-val span { color: var(--teal); }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.38); margin-top: 4px; max-width: 160px; }

/* SECTIONS */
.section { padding: 80px 48px; max-width: 960px; margin: 0 auto; }
.section-label {
  font-size: 11px;
  font-weight: 500;
  color: var(--teal-mid);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section h2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-sub {
  font-size: 17px;
  color: var(--text-mid);
  max-width: 580px;
  line-height: 1.75;
  margin-bottom: 52px;
}
.divider { height: 0.5px; background: var(--border); margin: 0 48px; }

/* PROBLEM SECTION */
.problem-section { background: var(--bg-light); padding: 80px 48px; }
.problem-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.problem-section h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.4px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.problem-section p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 16px;
}
.problem-stat {
  background: #fff;
  border: 0.5px solid var(--border);
  border-radius: 10px;
  padding: 22px 26px;
  margin-bottom: 14px;
}
.problem-stat-val { font-size: 30px; font-weight: 500; color: var(--red); letter-spacing: -0.5px; }
.problem-stat-label { font-size: 13px; color: var(--text-mid); margin-top: 5px; }
.finding {
  background: #fff;
  border: 0.5px solid var(--border);
  border-left: 3px solid var(--teal);
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  margin-bottom: 12px;
}
.finding-title { font-size: 13px; font-weight: 500; color: var(--navy); margin-bottom: 5px; }
.finding-desc { font-size: 12px; color: var(--text-mid); line-height: 1.65; }
.finding-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  background: #fde8e8;
  color: #a32d2d;
  padding: 2px 10px;
  border-radius: 10px;
  margin-top: 8px;
}
.finding-tag.amber { background: #fef3dc; color: #7a4f00; }

/* CARDS */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.card {
  border: 0.5px solid var(--border);
  border-radius: 10px;
  padding: 26px;
}
.card-num {
  width: 34px;
  height: 34px;
  background: var(--teal-light);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #0a6b61;
  margin-bottom: 18px;
}
.card-icon { font-size: 24px; color: var(--teal-mid); margin-bottom: 16px; }
.card h3 { font-size: 15px; font-weight: 500; color: var(--navy); margin-bottom: 10px; }
.card p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

/* CTA BAND */
.cta-band {
  background: var(--navy);
  padding: 80px 48px;
  text-align: center;
}
.cta-band h2 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}
.cta-band p { font-size: 16px; color: rgba(255,255,255,0.5); margin-bottom: 36px; }
.cta-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 460px;
  margin: 0 auto;
}
.cta-form input {
  flex: 1;
  background: rgba(255,255,255,0.08);
  border: 0.5px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  color: #fff;
  font-family: inherit;
  outline: none;
  min-width: 0;
}
.cta-form input::placeholder { color: rgba(255,255,255,0.32); }
.cta-form input:focus { border-color: rgba(0,194,168,0.5); }
.cta-form button {
  background: var(--teal);
  color: #04342c;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.cta-note { font-size: 12px; color: rgba(255,255,255,0.28); margin-top: 18px; }

/* FOOTER */
footer {
  background: var(--navy-dark);
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid rgba(255,255,255,0.06);
}
.footer-logo { font-size: 16px; font-weight: 500; color: #fff; }
.footer-logo span { color: var(--teal); }
.footer-links { display: flex; gap: 24px; align-items: center; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,0.35); transition: color 0.15s; }
.footer-links a:hover { color: rgba(255,255,255,0.7); }
.footer-family { font-size: 11px; color: rgba(255,255,255,0.22); }
.footer-family a { color: rgba(255,255,255,0.38); }
.footer-family a:hover { color: rgba(255,255,255,0.6); }

/* INNER PAGE HERO (for Terms, Privacy, Contact) */
.page-hero {
  background: var(--navy);
  padding: 56px 48px 48px;
  text-align: center;
}
.page-hero h1 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.page-hero p {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
}

/* INNER PAGE CONTENT */
.page-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 48px 80px;
}
.page-content h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--navy);
  margin: 36px 0 12px;
  letter-spacing: -0.2px;
}
.page-content h2:first-child { margin-top: 0; }
.page-content p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 14px;
}
.page-content ul {
  margin: 0 0 14px 20px;
}
.page-content ul li {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 6px;
}
.page-content a { color: var(--teal-mid); text-decoration: underline; }
.page-date {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid var(--border);
}

/* CONTACT SPECIFIC */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 48px 80px;
}
.contact-form-wrap {}
.contact-form-wrap h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 8px;
}
.contact-form-wrap p {
  font-size: 14px;
  color: var(--text-mid);
  margin-bottom: 28px;
  line-height: 1.7;
}
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #fff;
  border: 0.5px solid var(--border);
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 14px;
  color: var(--text);
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  background: var(--teal);
  color: #04342c;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  margin-top: 8px;
}
.contact-info {}
.contact-info h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 8px;
}
.contact-info p {
  font-size: 14px;
  color: var(--text-mid);
  margin-bottom: 28px;
  line-height: 1.7;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.contact-detail-icon {
  width: 40px;
  height: 40px;
  background: var(--teal-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-detail-icon i { font-size: 18px; color: var(--teal-mid); }
.contact-detail-label { font-size: 12px; color: var(--text-light); margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.6px; }
.contact-detail-val { font-size: 14px; color: var(--navy); font-weight: 500; line-height: 1.5; }
.contact-map {
  margin-top: 28px;
  border: 0.5px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-light);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.contact-map i { font-size: 32px; color: var(--teal-mid); opacity: 0.5; }
.contact-map p { font-size: 12px; color: var(--text-light); }

/* RESPONSIVE */
@media (max-width: 768px) {
  nav { padding: 14px 20px; }
  .nav-burger { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--navy); border-top: 1px solid rgba(255,255,255,0.08);
    padding: 8px 20px 16px;
  }
  nav.open .nav-links { display: flex; }
  .nav-links a { padding: 13px 4px; font-size: 15px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { padding: 64px 24px; }
  .hero h1 { font-size: 36px; }
  .stats-bar { flex-wrap: wrap; }
  .stat { padding: 20px 28px; min-width: 50%; }
  .problem-inner { grid-template-columns: 1fr; gap: 32px; }
  .three-col { grid-template-columns: 1fr; }
  .section { padding: 56px 24px; }
  .divider { margin: 0 24px; }
  .problem-section { padding: 56px 24px; }
  .cta-band { padding: 56px 24px; }
  .cta-form { flex-direction: column; }
  footer { flex-direction: column; gap: 16px; text-align: center; padding: 24px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .page-content { padding: 40px 24px 60px; }
  .page-hero { padding: 40px 24px 36px; }
  .contact-grid { grid-template-columns: 1fr; padding: 40px 24px 60px; gap: 32px; }
}
