/* CFR About Page — synced to test server */
/* ============ KADENCE OVERRIDES ============ */
body.page-template-page-about,
body.page-template-page-about .site,
body.page-template-page-about .site-container,
body.page-template-page-about #wrapper,
body.page-template-page-about .content-wrap,
body.page-template-page-about .site-main,
body.page-template-page-about #main,
body.page-template-page-about .entry-content-wrap,
body.page-template-page-about .entry-content,
body.page-template-page-about .content-area,
body.page-template-page-about article {
    background: #0B1221 !important;
    color: #FFFFFF !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

/* Kill Kadence content container width limits */
body.page-template-page-about .site-main .entry-content > * {
    max-width: 100% !important;
}

/* Remove any Kadence title area */
body.page-template-page-about .entry-hero-container-inner,
body.page-template-page-about .hero-section-overlay,
body.page-template-page-about .entry-header {
    display: none !important;
}

/* Remove Kadence sidebar */
body.page-template-page-about .site-main {
    width: 100% !important;
    float: none !important;
}

/* ============ CONTAINER ============ */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ============ ABOUT PAGE ============ */
.about-hero {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
}
.about-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(45,212,168,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(99,102,241,0.03) 0%, transparent 50%);
  pointer-events: none;
}
.about-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.about-hero .container { position: relative; z-index: 2; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 100px;
  background: rgba(45,212,168,0.08); border: 1px solid rgba(45,212,168,0.15);
  font-size: 12px; font-weight: 600; color: var(--teal-400);
  margin-bottom: 24px; letter-spacing: 0.04em;
}
.hero-title {
  font-family: 'Instrument Serif', serif;
  font-size: 52px; line-height: 1.12; margin-bottom: 20px;
  max-width: 700px; color: #ffffff;
}
.hero-sub {
  font-size: 18px; color: var(--slate-400); line-height: 1.7;
  max-width: 640px;
}

/* ============ STATS BAR ============ */
.stats-bar {
  padding: 48px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  background: rgba(15,26,46,0.5);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.stat-number {
  font-family: 'Instrument Serif', serif;
  font-size: 48px; line-height: 1; color: var(--teal-400);
  margin-bottom: 6px;
}
.stat-label {
  font-size: 13px; color: var(--slate-400); font-weight: 500;
  letter-spacing: 0.02em;
}

/* ============ MISSION / VALUES ============ */
.mission-section {
  padding: 100px 0;
}
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.section-eyebrow {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--teal-400); margin-bottom: 16px;
}
.section-title {
  font-family: 'Instrument Serif', serif;
  font-size: 36px; line-height: 1.2; margin-bottom: 16px;
  color: #ffffff;
}
.section-text {
  font-size: 15px; color: var(--slate-400); line-height: 1.75;
  margin-bottom: 16px;
}
.coverage-tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;
}
.coverage-tag {
  padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  color: var(--slate-300);
}
.values-grid {
  display: grid; gap: 16px;
}
.value-card {
  padding: 24px; border-radius: 12px;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
  transition: border-color 0.2s;
}
.value-card:hover { border-color: rgba(45,212,168,0.2); }
.value-icon {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.value-icon-accuracy { background: rgba(45,212,168,0.1); }
.value-icon-independence { background: rgba(99,102,241,0.1); }
.value-icon-transparency { background: rgba(251,191,36,0.1); }
.value-title {
  font-size: 15px; font-weight: 700; margin-bottom: 6px;
}
.value-desc {
  font-size: 13px; color: var(--slate-400); line-height: 1.6;
}

/* ============ FOUNDER ============ */
.founder-section {
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.founder-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
  padding: 48px;
  border-radius: 20px;
  background: rgba(15,26,46,0.6);
  border: 1px solid rgba(255,255,255,0.06);
}
.founder-photo {
  width: 280px; height: 320px; border-radius: 16px;
  background: linear-gradient(135deg, var(--navy-700) 0%, var(--navy-800) 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}
.founder-photo-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--slate-500); font-size: 13px; gap: 8px;
}
.founder-photo-placeholder svg { opacity: 0.3; }
.founder-name {
  font-family: 'Instrument Serif', serif;
  font-size: 32px; line-height: 1.2; margin-bottom: 4px;
  color: #ffffff;
}
.founder-role {
  font-size: 14px; color: var(--teal-400); font-weight: 600;
  margin-bottom: 24px;
}
.founder-bio {
  font-size: 15px; color: var(--slate-400); line-height: 1.75;
  margin-bottom: 16px;
}
.founder-links {
  display: flex; gap: 12px; margin-top: 24px;
}
.founder-link {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--slate-400); text-decoration: none;
  transition: all 0.2s;
}
.founder-link:hover {
  background: rgba(45,212,168,0.1); border-color: rgba(45,212,168,0.2);
  color: var(--teal-400);
}

/* ============ MEDIA / AS SEEN IN ============ */
.media-section {
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.media-header {
  text-align: center; margin-bottom: 48px;
}
.media-logos {
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap;
  margin-bottom: 48px;
}
.media-logo {
  font-weight: 700; color: var(--slate-500); opacity: 0.5;
  letter-spacing: -0.02em; transition: opacity 0.2s;
  white-space: nowrap; font-size: 18px;
}
.media-logo:hover { opacity: 0.8; }
.media-logo.wsj { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 22px; }
.media-logo.bloomberg { font-weight: 800; letter-spacing: -0.03em; font-size: 20px; }
.media-logo.forbes { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 20px; }
.media-logo.barrons { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 20px; }
.media-logo.coindesk { font-weight: 800; font-size: 17px; }
.media-logo.bi { font-weight: 800; font-size: 17px; }
.media-logo.marketwatch { font-weight: 800; font-size: 16px; letter-spacing: -0.01em; }
.media-logo.ft { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 20px; font-style: normal; }
.media-logo.thestreet { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 18px; font-style: italic; }

.media-mentions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mention-card {
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.mention-card:hover {
  border-color: rgba(255,255,255,0.14);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.mention-screenshot {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f8f8f8;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.mention-screenshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
}
.mention-body {
  padding: 20px 24px 24px;
}
.mention-source {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--slate-500); margin-bottom: 8px;
}
.mention-headline {
  font-size: 15px; font-weight: 600; line-height: 1.45;
  color: var(--slate-200); margin-bottom: 8px;
}
.mention-meta {
  font-size: 12px; color: var(--slate-600); margin-bottom: 12px;
}
.mention-link-row {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: var(--teal-400);
  transition: gap 0.2s;
}
.mention-card:hover .mention-link-row { gap: 10px; }
.mention-link-row svg { flex-shrink: 0; }

/* ============ PRODUCTS ============ */
.products-section {
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.products-header {
  text-align: center; margin-bottom: 48px;
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-card {
  padding: 36px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(15,26,46,0.6);
  transition: all 0.3s;
  display: flex; flex-direction: column;
}
.product-card:hover {
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.product-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.product-icon-list { background: rgba(99,102,241,0.12); color: var(--indigo-500); }
.product-icon-db { background: rgba(45,212,168,0.12); color: var(--teal-400); }
.product-badge {
  display: inline-block; padding: 4px 10px; border-radius: 6px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.04em; margin-bottom: 14px; width: fit-content;
}
.badge-list { background: rgba(99,102,241,0.1); color: var(--indigo-500); }
.badge-db { background: rgba(45,212,168,0.1); color: var(--teal-400); }
.product-name {
  font-size: 20px; font-weight: 700; margin-bottom: 8px;
}
.product-desc {
  font-size: 14px; color: var(--slate-400); line-height: 1.65;
  margin-bottom: 20px; flex: 1;
}
.product-price {
  font-size: 13px; color: var(--slate-500); font-weight: 600;
  margin-bottom: 16px;
}
.product-price strong {
  font-size: 24px; color: var(--white); font-weight: 700;
}
.product-cta {
  display: inline-block; padding: 10px 24px; border-radius: 8px;
  font-size: 13px; font-weight: 700; text-decoration: none;
  text-align: center; transition: all 0.2s; width: 100%;
}
.cta-list {
  background: var(--indigo-500); color: var(--white);
}
.cta-list:hover { background: var(--indigo-600); }
.cta-db {
  background: var(--teal-400); color: var(--navy-950);
}
.cta-db:hover { background: var(--teal-300); }

/* ============ CTA SECTION ============ */
.cta-section {
  padding: 100px 0 120px;
  text-align: center;
}
.cta-section .section-title {
  font-size: 40px; margin-bottom: 14px;
}
.cta-section .section-text {
  max-width: 500px; margin: 0 auto 32px;
}
.cta-buttons {
  display: flex; gap: 16px; justify-content: center;
}
.btn-primary {
  padding: 12px 28px; background: var(--teal-400); color: var(--navy-950);
  font-size: 14px; font-weight: 700; border-radius: 8px;
  text-decoration: none; transition: all 0.2s;
}
.btn-primary:hover { background: var(--teal-300); }
.btn-secondary {
  padding: 12px 28px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white); font-size: 14px; font-weight: 600;
  border-radius: 8px; text-decoration: none; transition: all 0.2s;
}
.btn-secondary:hover { background: rgba(255,255,255,0.1); }

/* ============ ANIMATIONS ============ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up {
  animation: fadeUp 0.6s ease-out forwards;
  opacity: 0;
}
.fade-up-d1 { animation-delay: 0.1s; }
.fade-up-d2 { animation-delay: 0.2s; }
.fade-up-d3 { animation-delay: 0.3s; }
.fade-up-d4 { animation-delay: 0.4s; }

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
  .about-hero { padding: 110px 0 60px; }
  .hero-title { font-size: 36px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .mission-grid { grid-template-columns: 1fr; gap: 48px; }
  .founder-card { grid-template-columns: 1fr; gap: 32px; }
  .founder-photo { width: 100%; height: 280px; }
  .media-mentions-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .cta-buttons { flex-direction: column; align-items: center; }
}
