/*
Theme Name: Merci MB
Theme URI: https://mercimb.com
Author: OpenAI
Description: Modern B2B showcase theme for Merci MB.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Text Domain: merci-mb
*/

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #18181b;
}

* { box-sizing: border-box; }

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  background: radial-gradient(circle at 20% 20%, rgba(251,191,36,0.14), transparent 35%),
              radial-gradient(circle at 80% 30%, rgba(255,255,255,0.08), transparent 30%),
              #09090b;
  color: #fff;
  padding: 32px 0 120px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.logo {
  font-size: 32px;
  letter-spacing: 0.35em;
  font-weight: 300;
}

.tagline {
  font-size: 11px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #71717a;
  margin-top: 8px;
}

.pill {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
}

.hero-grid,
.two-col {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 20px;
}

.hero .eyebrow { color: #fcd34d; }

h1 {
  font-size: clamp(52px, 8vw, 112px);
  line-height: .95;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin: 0;
}

h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin: 0;
}

.lead {
  font-size: 22px;
  line-height: 1.8;
  color: #a1a1aa;
  max-width: 760px;
}

.section {
  padding: 110px 0;
}

.section.alt {
  background: #fafafa;
  border-top: 1px solid #e4e4e7;
  border-bottom: 1px solid #e4e4e7;
}

.stats,
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cards.three {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,.03);
}

.hero .card {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.1);
  color: #fff;
}

.stat-value {
  font-size: 52px;
  font-weight: 300;
}

.stat-label {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #a1a1aa;
}

p {
  color: #52525b;
  line-height: 1.9;
  font-size: 18px;
}

.dark {
  background: #09090b;
  color: #fff;
}

.dark p { color: #a1a1aa; }

.cta {
  text-align: center;
  border: 1px solid #e4e4e7;
  border-radius: 40px;
  padding: 80px;
  background: linear-gradient(135deg, #ffffff, #fafafa);
  box-shadow: 0 20px 80px rgba(0,0,0,.06);
}

.button {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 28px;
  background: #09090b;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
}

footer {
  border-top: 1px solid #e4e4e7;
  padding: 40px 0;
  color: #71717a;
}

@media (max-width: 900px) {
  .hero-grid, .two-col, .cards.three, .cards, .stats {
    grid-template-columns: 1fr;
  }
  .header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .cta { padding: 48px 32px; }
}
