/* =========================================================
   TurfShift marketing site
   Brand greens: #1B5E20 (dark) · #2E7D32 (primary) · #66BB6A (light)
   Accent gold: #F9A825
   Text: #1F2A24 · Body bg: #FAFBF8 · Card bg: #FFFFFF
   ========================================================= */

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

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
               Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 17px;
  line-height: 1.6;
  color: #1F2A24;
  background: #FAFBF8;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: #1B5E20; text-decoration: none; transition: color 0.15s ease; }
a:hover { color: #2E7D32; }

h1, h2, h3 {
  color: #1F2A24;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 700;
}

h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; font-weight: 600; }

p { color: #3F4F46; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========== Buttons =========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 8px 16px; font-size: 0.92rem; }
.btn-lg { padding: 15px 30px; font-size: 1.05rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: linear-gradient(140deg, #1B5E20 0%, #2E7D32 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(27, 94, 32, 0.25);
}
.btn-primary:hover {
  color: #fff;
  box-shadow: 0 4px 20px rgba(27, 94, 32, 0.35);
}

.btn-ghost {
  background: transparent;
  color: #1B5E20;
  border-color: #C8E0C2;
}
.btn-ghost:hover {
  background: #F0F5EE;
  color: #1B5E20;
}

/* =========== Nav =========== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 251, 248, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid #E5EAE2;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.15rem;
  color: #1B5E20;
}
.nav-brand img { height: 32px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  color: #3F4F46;
  font-weight: 500;
  font-size: 0.95rem;
}
.nav-links a:hover { color: #1B5E20; }
.nav-login { font-weight: 600 !important; color: #1B5E20 !important; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #1B5E20;
  cursor: pointer;
}

/* =========== Hero =========== */
.hero {
  padding: 80px 0 100px;
  background:
    radial-gradient(circle at 90% 10%, rgba(102, 187, 106, 0.10), transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(27, 94, 32, 0.06), transparent 50%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.hero-copy .kicker {
  display: inline-block;
  padding: 5px 12px;
  background: #E8F5E9;
  color: #1B5E20;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 999px;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.hero-copy h1 {
  margin-bottom: 20px;
  background: linear-gradient(135deg, #1F2A24 0%, #1B5E20 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lede {
  font-size: 1.18rem;
  color: #3F4F46;
  margin-bottom: 30px;
  max-width: 540px;
}
.hero-cta { display: flex; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.hero-fineprint { font-size: 0.88rem; color: #758278; }

/* Hero visual — stacked dashboard preview cards */
.hero-visual {
  position: relative;
  height: 380px;
}
.hero-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 12px 40px rgba(27, 94, 32, 0.12), 0 2px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #ECEFEA;
  width: 340px;
}
.hero-card-1 { top: 0; left: 0; transform: rotate(-1.5deg); }
.hero-card-2 { bottom: 0; right: 0; width: 280px; transform: rotate(2deg); }
.hero-card-label {
  font-size: 0.75rem;
  color: #758278;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-card-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.92rem;
  color: #1F2A24;
  border-bottom: 1px solid #F0F3EE;
}
.hero-card-row:last-child { border-bottom: none; }
.hero-card-row strong { flex: 1; font-weight: 500; }
.hero-card-time {
  font-size: 0.85rem;
  color: #1B5E20;
  font-weight: 600;
}
.hero-card-meta { color: #758278; font-size: 0.85rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-green { background: #2E7D32; }
.dot-amber { background: #F9A825; }
.hero-amount {
  font-size: 2rem;
  font-weight: 700;
  color: #1B5E20;
  margin: 4px 0 8px;
}
.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
}
.badge-green { background: #E8F5E9; color: #1B5E20; }

/* =========== Section headers =========== */
.section-header {
  text-align: center;
  margin: 0 auto 56px;
  max-width: 720px;
}
.section-header h2 { margin-bottom: 14px; }
.section-header p { font-size: 1.1rem; color: #3F4F46; }

/* =========== Features =========== */
.features { padding: 100px 0; background: #fff; border-top: 1px solid #ECEFEA; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
}
.feature-card {
  background: #FAFBF8;
  border: 1px solid #ECEFEA;
  border-radius: 14px;
  padding: 28px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(27, 94, 32, 0.08);
  border-color: #C8E0C2;
}
.feature-icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: #E8F5E9;
  border-radius: 12px;
}
.feature-card h3 { margin-bottom: 10px; color: #1F2A24; }
.feature-card p { color: #3F4F46; font-size: 0.96rem; }

/* =========== Pricing =========== */
.pricing { padding: 100px 0; background: #FAFBF8; }
.pricing-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
}
.toggle-btn {
  background: #fff;
  border: 1px solid #D8E0D2;
  padding: 10px 24px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  color: #3F4F46;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.toggle-btn:first-child { border-radius: 10px 0 0 10px; }
.toggle-btn:last-child { border-radius: 0 10px 10px 0; border-left: none; }
.toggle-btn.active {
  background: #1B5E20;
  color: #fff;
  border-color: #1B5E20;
}
.save-badge {
  background: #F9A825;
  color: #1F2A24;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.toggle-btn.active .save-badge { background: #FBC02D; }

.pricing-card {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ECEFEA;
  border-radius: 18px;
  padding: 44px 40px 36px;
  text-align: center;
  position: relative;
  box-shadow: 0 12px 40px rgba(27, 94, 32, 0.08);
}
.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(140deg, #1B5E20, #2E7D32);
  color: #fff;
  padding: 6px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.pricing-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 14px;
}
.price-symbol { font-size: 1.6rem; color: #1B5E20; font-weight: 600; }
.price-value {
  font-size: 4.5rem;
  font-weight: 700;
  color: #1F2A24;
  line-height: 1;
  letter-spacing: -0.02em;
}
.price-period { font-size: 1.1rem; color: #758278; margin-left: 4px; }
.pricing-sub { margin: 8px 0 28px; color: #758278; font-size: 0.95rem; }

.pricing-features {
  list-style: none;
  text-align: left;
  margin-bottom: 28px;
}
.pricing-features li {
  padding: 9px 0 9px 32px;
  position: relative;
  font-size: 0.97rem;
  color: #1F2A24;
}
.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  color: #2E7D32;
  font-weight: 700;
  font-size: 1.1rem;
}
.pricing-fineprint {
  font-size: 0.82rem;
  color: #758278;
  margin-top: 16px;
  line-height: 1.45;
}

/* =========== Support =========== */
.support { padding: 90px 0; background: #fff; border-top: 1px solid #ECEFEA; }
.support-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.support h2 { margin-bottom: 12px; }
.support p { font-size: 1.05rem; }
.support-cta { text-align: center; }
.phone {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1B5E20;
  letter-spacing: -0.01em;
  padding: 16px 28px;
  background: #E8F5E9;
  border-radius: 14px;
  border: 2px solid #C8E0C2;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(27, 94, 32, 0.15);
  color: #1B5E20;
}
.support-hours { color: #758278; font-size: 0.9rem; margin-top: 12px; }

/* =========== Final CTA =========== */
.final-cta {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(140deg, #1B5E20 0%, #2E7D32 60%, #66BB6A 100%);
  color: #fff;
}
.final-cta h2 { color: #fff; margin-bottom: 12px; }
.final-cta p { color: #E8F5E9; font-size: 1.1rem; margin-bottom: 28px; }
.final-cta .btn-primary {
  background: #fff;
  color: #1B5E20;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.final-cta .btn-primary:hover { color: #1B5E20; transform: translateY(-1px); }

/* =========== Footer =========== */
.footer {
  background: #1F2A24;
  color: #B8C2BB;
  padding: 50px 0 32px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #fff;
}
.footer-brand img { height: 26px; width: auto; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links a { color: #B8C2BB; font-size: 0.9rem; }
.footer-links a:hover { color: #fff; }
.footer-copyright { text-align: right; font-size: 0.85rem; color: #758278; }

/* =========== Responsive =========== */
@media (max-width: 880px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 16px 24px; gap: 14px;
    border-bottom: 1px solid #ECEFEA; box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }

  .hero { padding: 60px 0 80px; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { height: 320px; margin-top: 20px; }
  .hero-card { width: 90%; max-width: 340px; }
  .hero-card-2 { width: 75%; }

  .features, .pricing, .support, .final-cta { padding: 70px 0; }
  .support-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .phone { font-size: 2rem; }

  .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .footer-copyright { text-align: center; }
}

@media (max-width: 480px) {
  .pricing-card { padding: 36px 24px 28px; }
  .price-value { font-size: 3.5rem; }
}
