/* ===================================
   FillSnap — Theme CSS
   =================================== */

/* Variables */
:root {
  --sage:      #7D9B76;
  --sage-dark: #5E7A58;
  --sage-light:#C8D9C5;
  --cream:     #F9F5EF;
  --cream-dark:#EDE8E0;
  --charcoal:  #1C1C1A;
  --warm-gray: #9A9490;
  --off-white: #FDFBF8;
  --divider:   #E5E0D8;
}

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

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Typography */
h1, h2, h3 { font-family: 'DM Serif Display', serif; line-height: 1.15; }

/* Hero */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 60px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -180px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--sage-light) 0%, transparent 70%);
  opacity: 0.35;
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  background: var(--sage-light);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.hero-headline {
  font-size: clamp(52px, 5vw, 78px);
  color: var(--charcoal);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.hero-lede {
  font-size: 18px;
  color: var(--warm-gray);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 48px;
  font-weight: 300;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
}

.stat {}

.stat-value {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 40px;
  color: var(--sage);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 12px;
  color: var(--warm-gray);
  font-weight: 400;
  line-height: 1.4;
  max-width: 140px;
  display: block;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: var(--divider);
}

/* Phone visual */
.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.phone-frame {
  position: relative;
}

.phone-svg {
  width: 240px;
  height: auto;
  filter: drop-shadow(0 24px 64px rgba(28, 28, 26, 0.18)) drop-shadow(0 8px 24px rgba(28, 28, 26, 0.1));
}

.phone-label {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 500;
  color: var(--warm-gray);
  letter-spacing: 0.06em;
  text-align: center;
}

/* Sections */
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
}

.section-headline {
  font-size: clamp(32px, 3.5vw, 52px);
  color: var(--charcoal);
  margin-bottom: 28px;
  letter-spacing: -0.015em;
}

/* How it works */
.how-it-works {
  padding: 120px 0;
  background: var(--off-white);
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
  margin-top: 64px;
}

.step {}

.step-number {
  font-family: 'DM Serif Display', serif;
  font-size: 52px;
  color: var(--sage-light);
  margin-bottom: 20px;
  line-height: 1;
}

.step-title {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: var(--charcoal);
  margin-bottom: 14px;
}

.step-body {
  font-size: 15px;
  color: var(--warm-gray);
  line-height: 1.7;
  font-weight: 300;
}

.step-connector {
  width: 40px;
  height: 1px;
  background: var(--divider);
  margin-top: 60px;
}

/* Why it matters */
.why-it-matters {
  padding: 120px 0;
  background: var(--charcoal);
  color: var(--cream);
}

.why-it-matters .section-label { color: var(--sage-light); }
.why-it-matters .section-headline { color: var(--cream); }

.why-left {
  max-width: 560px;
}

.body-large {
  font-size: 17px;
  color: var(--cream-dark);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 24px;
}

.why-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.revenue-card {
  background: rgba(125, 155, 118, 0.15);
  border: 1px solid rgba(125, 155, 118, 0.3);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.revenue-label {
  font-size: 12px;
  color: var(--sage-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
}

.revenue-figure {
  font-family: 'DM Serif Display', serif;
  font-size: 80px;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 16px;
}

.revenue-sub {
  font-size: 12px;
  color: var(--warm-gray);
  line-height: 1.5;
}

.comparison-block {
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 32px;
}

.comparison-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.comparison-row:last-child { border-bottom: none; }

.comparison-label {
  font-size: 14px;
  color: var(--cream-dark);
  font-weight: 300;
}

.comparison-val {
  font-size: 14px;
  font-weight: 600;
  font-family: 'DM Serif Display', serif;
}

.comparison-slow { color: #C07070; }
.comparison-fast { color: var(--sage); }

/* Pricing */
.pricing-model {
  padding: 120px 0;
  background: var(--cream);
}

.body-intro {
  font-size: 17px;
  color: var(--warm-gray);
  line-height: 1.75;
  font-weight: 300;
  max-width: 600px;
  margin-bottom: 56px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}

.pricing-card {
  background: var(--off-white);
  border: 1px solid var(--divider);
  border-radius: 24px;
  padding: 48px 40px;
}

.pricing-card--featured {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: var(--cream);
}

.pricing-card-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
}

.pricing-card--featured .pricing-card-label { color: var(--sage-light); }

.pricing-card-value {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 8px;
}

.pricing-card--featured .pricing-card-value { color: var(--cream); }

.pricing-card-value span {
  font-size: 28px;
  font-weight: 400;
}

.pricing-card-detail {
  font-size: 13px;
  color: var(--warm-gray);
  margin-bottom: 32px;
  font-weight: 300;
}

.pricing-card--featured .pricing-card-detail { color: var(--cream-dark); }

.pricing-card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card-features li {
  font-size: 14px;
  color: var(--warm-gray);
  font-weight: 300;
  padding-left: 20px;
  position: relative;
}

.pricing-card-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
  opacity: 0.5;
}

.pricing-card--featured .pricing-card-features li { color: var(--cream-dark); }

.pricing-note {
  font-size: 13px;
  color: var(--warm-gray);
  font-weight: 300;
}

/* Closing */
.closing {
  padding: 140px 0;
  background: var(--off-white);
}

.closing-content {
  margin-bottom: 64px;
}

.closing-headline {
  font-size: clamp(36px, 4vw, 60px);
  color: var(--charcoal);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.closing-body {
  font-size: 18px;
  color: var(--warm-gray);
  font-weight: 300;
  max-width: 560px;
  line-height: 1.7;
}

.closing-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.cta-phone-svg {
  width: 180px;
  filter: drop-shadow(0 16px 40px rgba(28,28,26,0.15));
}

.closing-vision {
  font-size: 15px;
  color: var(--warm-gray);
  font-weight: 400;
  font-style: italic;
}

/* Footer */
.site-footer {
  padding: 48px 60px;
  background: var(--charcoal);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  color: var(--cream);
  display: block;
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 13px;
  color: var(--warm-gray);
  font-weight: 300;
}

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

/* Responsive */
@media (max-width: 768px) {
  .hero { padding: 60px 24px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: none; }
  .steps-grid { grid-template-columns: 1fr; gap: 40px; }
  .step-connector { display: none; }
  .pricing-cards { grid-template-columns: 1fr; }
  .section-inner { padding: 0 24px; }
  .why-left { margin-bottom: 48px; }
  .revenue-figure { font-size: 60px; }
}