:root {
  --emporia-ink: #0f172a;
  --emporia-soft: #5b6476;
  --emporia-accent: #1d4ed8;
  --emporia-accent-2: #0ea5e9;
  --emporia-surface: #f5f8ff;
  --emporia-border: rgba(15, 23, 42, 0.08);
}

body {
  color: var(--emporia-ink);
  background: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-text {
  font-weight: 700;
  color: var(--emporia-ink);
}

.min-vh-75 {
  min-height: 75vh;
}

.hero-section {
  padding: 4rem 0 3rem;
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(29, 78, 216, 0.14), transparent 35%),
    linear-gradient(180deg, #eef5ff 0%, #ffffff 72%);
}

.hero-gradient {
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 85%);
}

.eyebrow,
.section-kicker,
.metric-label,
.product-badge,
.founder-label {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.eyebrow,
.section-kicker,
.metric-label {
  color: var(--emporia-accent);
}

.hero-panel,
.value-card,
.product-card,
.approach-card,
.founder-bio-card {
  border: 1px solid var(--emporia-border);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
}

.hero-panel {
  padding: 2rem;
}

.panel-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: var(--emporia-accent);
  font-weight: 600;
}

.metric-list {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

.metric-item {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: var(--emporia-surface);
}

.metric-item p,
.value-card p,
.product-card p,
.approach-card p,
.cta-banner p,
.site-footer p {
  color: var(--emporia-soft);
}

.section-space {
  padding: 5rem 0;
}

.section-alt {
  background: #0f172a;
}

.section-alt .display-5,
.section-alt .display-6 {
  color: #fff;
}

.section-copy {
  max-width: 760px;
  margin: 0 auto;
}

.value-card,
.approach-card {
  height: 100%;
  padding: 1.6rem;
}

.value-card i {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: var(--emporia-accent);
  font-size: 1.4rem;
}

.value-card h3,
.product-card h3,
.approach-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.product-card {
  height: 100%;
  padding: 2rem;
  background: #ffffff;
}

.product-card-dark {
  background: linear-gradient(180deg, #13203f 0%, #0b1327 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.product-card-dark h3,
.product-card-dark .product-lead,
.product-card-dark .product-list li,
.product-card-dark .product-badge {
  color: #ffffff;
}

.product-card-dark .product-list li::marker {
  color: rgba(255, 255, 255, 0.75);
}

.product-lead {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.product-list {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
}

.product-list li {
  margin-bottom: 0.75rem;
}

.founder-section {
  background:
    linear-gradient(180deg, rgba(238, 245, 255, 0.5), rgba(255, 255, 255, 0)),
    #ffffff;
}

.founder-bio-card {
  padding: 2rem;
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  color: #fff;
}

.founder-role {
  color: rgba(255, 255, 255, 0.78);
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #1d4ed8 0%, #0f172a 100%);
}

.cta-actions {
  flex-shrink: 0;
}

.site-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

@media (max-width: 991.98px) {
  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
