/* ── LeadLocal Theme ── */
:root {
  --green-deep:   #16302B;
  --green-mid:    #1E4A3A;
  --green-light:  #2D6A4F;
  --amber:        #E8913A;
  --amber-light:  #F5A952;
  --cream:        #FDFAF6;
  --cream-dark:   #F5EFE6;
  --text-dark:    #16302B;
  --text-mid:     #3D5A4E;
  --text-light:   #6B8478;
  --white:        #FFFFFF;
  --border:       #E2D9C8;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--green-deep);
  color: var(--cream);
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232,145,58,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  flex: 1.1;
  max-width: 600px;
}
.hero-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  border: 1px solid rgba(232,145,58,0.4);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.hero-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 24px;
}
.hero-headline em {
  color: var(--amber);
  font-style: italic;
}
.hero-sub {
  font-size: 18px;
  color: rgba(253,250,246,0.75);
  max-width: 500px;
  line-height: 1.65;
  margin-bottom: 48px;
}
.hero-proof {
  display: flex;
  gap: 40px;
}
.proof-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.proof-number {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: var(--amber);
}
.proof-label {
  font-size: 12px;
  color: rgba(253,250,246,0.55);
  line-height: 1.4;
}
/* hero visual */
.hero-visual {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-left: 60px;
}
.visual-card {
  background: rgba(253,250,246,0.06);
  border: 1px solid rgba(253,250,246,0.15);
  border-radius: 16px;
  padding: 24px 28px;
  width: 100%;
  max-width: 320px;
  backdrop-filter: blur(8px);
}
.visual-card.secondary { opacity: 0.65; }
.card-label { font-size: 11px; color: rgba(253,250,246,0.5); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.card-metric { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.card-big { font-family: 'DM Serif Display', serif; font-size: 48px; color: var(--cream); line-height: 1; }
.card-small { font-size: 13px; color: rgba(253,250,246,0.5); }
.card-bar { height: 4px; background: rgba(253,250,246,0.12); border-radius: 2px; margin-bottom: 14px; }
.card-bar-fill { height: 100%; background: var(--amber); border-radius: 2px; }
.card-footer { display: flex; justify-content: space-between; font-size: 12px; color: rgba(253,250,246,0.5); }
.card-revenue { color: var(--amber-light); font-weight: 600; }
.visual-connector { display: flex; align-items: center; gap: 12px; color: rgba(253,250,246,0.3); font-size: 12px; }
.connector-arrow { width: 24px; height: 1px; background: rgba(253,250,246,0.2); position: relative; }
.connector-arrow::after { content: ''; position: absolute; right: 0; top: -3px; border: 3px solid transparent; border-left: 6px solid rgba(253,250,246,0.3); }
.connector-label { white-space: nowrap; }

/* ── Shared Section Styles ── */
.section-inner { max-width: 1100px; margin: 0 auto; padding: 80px 60px; }
.section-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; }
.section-headline { font-family: 'DM Serif Display', serif; font-size: clamp(28px, 3.5vw, 48px); line-height: 1.15; color: var(--text-dark); margin-bottom: 20px; }
.section-intro { font-size: 18px; color: var(--text-mid); max-width: 560px; line-height: 1.65; margin-bottom: 48px; }

/* ── How It Works ── */
.how-it-works { background: var(--cream-dark); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 48px; }
.step-number { font-family: 'DM Serif Display', serif; font-size: 48px; color: var(--amber); margin-bottom: 16px; }
.step h3 { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--text-dark); margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--text-mid); line-height: 1.65; }
.hiw-aside { border-left: 3px solid var(--amber); padding-left: 28px; }
.aside-quote p { font-family: 'DM Serif Display', serif; font-size: 18px; font-style: italic; color: var(--text-dark); line-height: 1.55; margin-bottom: 8px; }
.aside-quote span { font-size: 12px; color: var(--text-light); }

/* ── Niches ── */
.niches { background: var(--cream); }
.niche-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.niche-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.niche-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(22,48,43,0.1);
}
.niche-icon { color: var(--green-light); margin-bottom: 16px; }
.niche-card h4 { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--text-dark); margin-bottom: 8px; }
.niche-card p { font-size: 14px; color: var(--text-mid); line-height: 1.55; margin-bottom: 12px; }
.niche-stat { font-size: 13px; font-weight: 600; color: var(--amber); background: rgba(232,145,58,0.1); padding: 4px 10px; border-radius: 20px; }

/* ── Why Exclusive ── */
.why-exclusive { background: var(--green-deep); }
.why-exclusive .section-headline { color: var(--cream); }
.why-exclusive .section-tag { color: var(--amber-light); }
.why-text p { font-size: 16px; color: rgba(253,250,246,0.7); line-height: 1.7; margin-bottom: 20px; }
.why-exclusive .section-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.comp-col h5 { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.comp-col.negative h5 { color: rgba(253,250,246,0.4); }
.comp-col.positive h5 { color: var(--amber); }
.comp-col ul { list-style: none; }
.comp-col li { font-size: 14px; color: rgba(253,250,246,0.65); padding: 6px 0; border-bottom: 1px solid rgba(253,250,246,0.08); }
.comp-col.positive li { color: var(--cream); }
/* diagram */
.excl-diagram { background: rgba(253,250,246,0.04); border: 1px solid rgba(253,250,246,0.1); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 20px; }
.diagram-source { text-align: center; }
.source-label { font-size: 11px; color: rgba(253,250,246,0.4); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.source-query { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--cream); background: rgba(253,250,246,0.08); border-radius: 8px; padding: 12px 20px; display: inline-block; }
.diagram-arrow-down { width: 2px; height: 32px; background: rgba(253,250,246,0.15); margin: 0 auto; }
.diagram-branch { display: flex; flex-direction: column; gap: 12px; }
.branch-path { display: flex; flex-direction: column; gap: 4px; padding: 16px; border-radius: 10px; }
.path-shared { background: rgba(220,80,80,0.1); border: 1px solid rgba(220,80,80,0.2); }
.path-exclusive { background: rgba(45,106,79,0.2); border: 1px solid rgba(45,106,79,0.4); }
.branch-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.path-shared .branch-label { color: rgba(255,150,150,0.7); }
.path-exclusive .branch-label { color: var(--amber); }
.branch-result { font-size: 15px; font-weight: 600; }
.path-shared .branch-result { color: rgba(253,250,246,0.6); }
.path-exclusive .branch-result { color: var(--cream); }

/* ── Closing ── */
.closing { background: var(--cream-dark); border-top: 1px solid var(--border); }
.closing-headline { font-family: 'DM Serif Display', serif; font-size: clamp(28px, 3.5vw, 44px); line-height: 1.2; color: var(--text-dark); margin-bottom: 24px; }
.closing-body { font-size: 17px; color: var(--text-mid); line-height: 1.7; max-width: 620px; margin-bottom: 20px; }
.closing-stats { display: flex; gap: 48px; padding-top: 48px; border-top: 1px solid var(--border); margin-top: 48px; }
.c-stat { display: flex; flex-direction: column; gap: 6px; }
.c-big { font-family: 'DM Serif Display', serif; font-size: 36px; color: var(--green-mid); }
.c-label { font-size: 13px; color: var(--text-light); }

/* ── Footer ── */
footer { background: var(--green-deep); color: rgba(253,250,246,0.4); padding: 48px 60px 24px; }
.footer-inner { display: flex; justify-content: space-between; align-items: start; padding-bottom: 32px; border-bottom: 1px solid rgba(253,250,246,0.1); margin-bottom: 24px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.footer-logo { font-family: 'DM Serif Display', serif; font-size: 24px; color: var(--cream); display: block; margin-bottom: 8px; }
.footer-brand p { font-size: 14px; color: rgba(253,250,246,0.4); max-width: 280px; }
.footer-links { font-size: 13px; color: rgba(253,250,246,0.3); }
.footer-bottom { font-size: 12px; text-align: center; max-width: 1100px; margin: 0 auto; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero { flex-direction: column; padding: 60px 32px; min-height: auto; }
  .hero-visual { padding-left: 0; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }
  .visual-card { max-width: 260px; }
  .hero-proof { gap: 24px; flex-wrap: wrap; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .niche-grid { grid-template-columns: repeat(2, 1fr); }
  .why-exclusive .section-inner { grid-template-columns: 1fr; }
  .comparison { grid-template-columns: 1fr; }
  .closing-stats { flex-wrap: wrap; gap: 28px; }
  .section-inner { padding: 60px 32px; }
  footer { padding: 48px 32px 24px; }
  .footer-inner { flex-direction: column; gap: 20px; }
}
@media (max-width: 600px) {
  .niche-grid { grid-template-columns: 1fr; }
  .proof-stat { min-width: 100px; }
}
/* ── Lead Form ── */
.lead-form-section { background: var(--cream); }
.lf-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.lf-copy .section-headline { font-size: clamp(24px, 3vw, 38px); }
.lf-benefits { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.lf-benefits li { display: flex; align-items: center; gap: 12px; font-size: 16px; color: var(--text-mid); }
.lf-benefits li svg { color: var(--green-light); flex-shrink: 0; }

/* form card */
.lf-form-container { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 40px; box-shadow: 0 8px 32px rgba(22,48,43,0.06); }
.form-headline { font-family: 'DM Serif Display', serif; font-size: 24px; color: var(--text-dark); margin-bottom: 6px; }
.form-sub { font-size: 14px; color: var(--text-light); margin-bottom: 28px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text-mid); margin-bottom: 6px; letter-spacing: 0.02em; }
.form-group input,
.form-group select {
  width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--text-dark);
  background: var(--cream); transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none; -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus {
  outline: none; border-color: var(--green-light); box-shadow: 0 0 0 3px rgba(45,106,79,0.1);
}
.form-group input::placeholder { color: var(--text-light); }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B8478' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; cursor: pointer; }
.form-submit {
  width: 100%; padding: 14px; background: var(--green-mid); color: var(--cream); border: none;
  border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 600;
  cursor: pointer; transition: background 0.2s, transform 0.1s; margin-top: 8px;
}
.form-submit:hover { background: var(--green-deep); }
.form-submit:active { transform: scale(0.98); }
.form-submit:disabled { background: var(--text-light); cursor: not-allowed; }
.form-note {
  display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-light);
  margin-top: 16px; justify-content: center;
}
.form-note svg { flex-shrink: 0; }
.form-error { background: rgba(220,80,80,0.1); border: 1px solid rgba(220,80,80,0.3); color: #c0392b; padding: 10px 14px; border-radius: 8px; font-size: 14px; margin-top: 12px; }
.form-success { flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 20px; color: var(--green-mid); }
.form-success svg { color: var(--green-light); }
.form-success p { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--text-dark); }
.form-success small { font-size: 14px; color: var(--text-mid); }

/* hero CTA */
.hero-cta { display: inline-block; margin-top: 36px; padding: 14px 32px; background: var(--amber); color: var(--green-deep); font-weight: 700; font-size: 16px; border-radius: 10px; text-decoration: none; transition: background 0.2s, transform 0.1s; }
.hero-cta:hover { background: var(--amber-light); }
.hero-cta:active { transform: scale(0.98); }

/* ── Responsive for form ── */
@media (max-width: 900px) {
  .lf-wrapper { grid-template-columns: 1fr; gap: 48px; }
  .lf-form-container { padding: 28px 24px; }
}
