/* =============================================
   FIELD FLOW — CUSTOM STYLES
   ============================================= */

:root {
  --bg: #f9f7f2;
  --bg-alt: #f0ede4;
  --green-deep: #1a2e1a;
  --green-mid: #2d4a2d;
  --green-light: #4a6b4a;
  --amber: #d4730e;
  --amber-light: #f5e6d0;
  --text: #1a1a1a;
  --text-muted: #6b6b5e;
  --white: #ffffff;
  --border: #e0dbd0;
}

/* --- Typography --- */
body {
  font-family: 'Manrope', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: 'Syne', sans-serif;
  line-height: 1.15;
  font-weight: 700;
}

/* --- Site Header --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249, 247, 242, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--green-deep);
  text-decoration: none;
  letter-spacing: -0.5px;
}

.nav-links {
  display: flex;
  gap: 32px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--text);
}

/* --- Hero --- */
.hero {
  background: var(--green-deep);
  padding: 0;
  overflow: hidden;
}

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

.hero-text {
  color: var(--white);
}

.hero-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 20px;
}

.hero-headline {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  color: var(--white);
  margin: 0 0 24px;
  line-height: 1.1;
}

.hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
  margin: 0 0 28px;
  max-width: 440px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #4ade80;
}

/* --- Call Window (Hero Visual) --- */
.call-window {
  background: #0f1f0f;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 32px 64px rgba(0,0,0,0.4);
}

.call-window-header {
  background: rgba(255,255,255,0.04);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.call-window-dots {
  display: flex;
  gap: 6px;
}

.call-window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}

.call-window-title {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
}

.call-body {
  padding: 24px 20px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.call-name {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  margin: 0 0 4px;
}

.call-reason {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.call-actions {
  padding: 0 20px 20px;
  display: flex;
  gap: 10px;
}

.call-action {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.call-action.accept {
  background: #22c55e;
  color: white;
}

.call-action.schedule {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.1);
}

.call-footer {
  padding: 12px 20px 16px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.call-note {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  margin: 0;
  font-style: italic;
}

/* --- Problem Section --- */
.problem {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.problem-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: start;
}

.problem-stat {
  padding: 0 40px;
}

.problem-stat:first-child {
  padding-left: 0;
}

.stat-number {
  font-family: 'Syne', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: var(--amber);
  display: block;
  margin-bottom: 12px;
}

.stat-label {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

.problem-divider {
  width: 1px;
  background: var(--border);
  align-self: stretch;
  margin: 0 0;
}

/* --- Section Labels --- */
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 16px;
}

.section-headline {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: var(--green-deep);
  margin: 0 0 48px;
}

/* --- How It Works --- */
.how-it-works {
  background: var(--bg);
  padding: 80px 0;
}

.hiw-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  position: relative;
}

.steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 80px;
  right: 80px;
  height: 1px;
  background: linear-gradient(90deg, var(--border) 0%, var(--amber) 50%, var(--border) 100%);
}

.step {
  padding-top: 0;
  position: relative;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-deep);
  color: var(--white);
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.step h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--green-deep);
  margin: 0 0 12px;
}

.step p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* --- Features --- */
.features {
  background: var(--bg-alt);
  padding: 80px 0;
  border-top: 1px solid var(--border);
}

.features-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.feature-card {
  background: var(--bg);
  padding: 36px 32px;
  transition: background 0.2s;
}

.feature-card:hover {
  background: var(--white);
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--amber-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--green-deep);
  margin: 0 0 10px;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* --- Closing --- */
.closing {
  background: var(--green-deep);
  padding: 80px 0;
}

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

.closing-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 16px;
}

.closing-headline {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  color: var(--white);
  margin: 0 0 20px;
  line-height: 1.15;
}

.closing-body {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  margin: 0 0 32px;
}

.price-main {
  font-family: 'Syne', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--white);
  display: block;
  margin-bottom: 8px;
}

.price-period {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
}

.price-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  display: block;
}

.closing-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stat-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}

.sc-big {
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--white);
  display: block;
  margin-bottom: 6px;
}

.sc-label {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Footer --- */
.site-footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.footer-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--green-deep);
  display: block;
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 48px;
}

.footer-col p,
.footer-col a {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0 0 10px;
  text-decoration: none;
}

.footer-col-head {
  font-weight: 700;
  color: var(--text) !important;
  margin-bottom: 14px !important;
}

.footer-col a:hover {
  color: var(--text);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 32px 32px;
  border-top: 1px solid var(--border);
}

.footer-bottom p {
  font-size: 12px;
  color: var(--text-muted);
  margin: 0;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 56px 24px;
  }

  .problem-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 24px;
  }

  .problem-divider {
    display: none;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps::before {
    display: none;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .closing-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .header-inner {
    padding: 14px 24px;
  }

  .nav-links {
    display: none;
  }
}

@media (max-width: 480px) {
  .closing-visual {
    grid-template-columns: 1fr 1fr;
  }

  .hero-inner {
    padding: 40px 20px;
  }
}