/* ========================
   CROPWARE LANDING v4
   Interactive Overlays
   ======================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --brand-light: #48b583;
  --brand: #3b9f73;
  --brand-dark: #2d8660;
  --green-900: #1b4d38;
  --green-800: #24654a;
  --green-700: #2d8660;
  --green-600: #3b9f73;
  --green-500: #48b583;
  --green-400: #66c799;
  --green-300: #8ed8b3;
  --green-200: #b5e8ce;
  --green-100: #dcf3e5;
  --green-50: #f0faf4;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --white: #ffffff;
  --gradient-brand: linear-gradient(135deg, var(--brand-light), var(--brand));
  --gradient-dark: linear-gradient(135deg, #0f2b1f, #1b4d38);
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.06);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.08);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.12);
  --max-width: 1200px;
  --font: 'Fira Sans Condensed', -apple-system, BlinkMacSystemFont, sans-serif;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); color: var(--slate-700); background: var(--white); line-height: 1.7; font-size: 16px; overflow-x: hidden; transition: background 0.4s, color 0.4s; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

/* ========== DARK MODE TOGGLE ========== */
.dark-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--slate-200);
  background: transparent;
  cursor: pointer;
  color: var(--slate-500);
  transition: all 0.3s;
}
.dark-toggle:hover { color: var(--brand); border-color: var(--brand); }
.dark-toggle .icon-moon { display: none; }
[data-theme="dark"] .dark-toggle .icon-sun { display: none; }
[data-theme="dark"] .dark-toggle .icon-moon { display: block; }

/* ========== DARK MODE ========== */
[data-theme="dark"] {
  --white: #0f172a;
  --slate-50: #1e293b;
  --slate-100: #1e293b;
  --slate-200: #334155;
  --slate-300: #475569;
  --slate-400: #94a3b8;
  --slate-500: #94a3b8;
  --slate-600: #cbd5e1;
  --slate-700: #e2e8f0;
  --slate-800: #f1f5f9;
  --slate-900: #f8fafc;
}
[data-theme="dark"] body { background: #0f172a; color: #e2e8f0; }
[data-theme="dark"] .navbar { background: rgba(15,23,42,0.9); border-bottom-color: rgba(255,255,255,0.06); }
[data-theme="dark"] .navbar.scrolled { background: rgba(15,23,42,0.95); box-shadow: 0 1px 12px rgba(0,0,0,0.3); }
[data-theme="dark"] .hamburger span { background: #e2e8f0; }
[data-theme="dark"] .dark-toggle { border-color: #475569; color: #94a3b8; }
[data-theme="dark"] .dark-toggle:hover { color: var(--brand); border-color: var(--brand); }
[data-theme="dark"] .section-white { background: #0f172a; }
[data-theme="dark"] .section-light { background: #1e293b; }
[data-theme="dark"] .section h2 { color: #f1f5f9; }
[data-theme="dark"] .section-desc { color: #94a3b8; }
[data-theme="dark"] .glass-card { background: rgba(30,41,59,0.8); border-color: rgba(255,255,255,0.06); }
[data-theme="dark"] .glass-card-dark { background: rgba(30,41,59,0.8); border-color: rgba(255,255,255,0.08); }
[data-theme="dark"] .problem-card p { color: #cbd5e1; }
[data-theme="dark"] .problem-icon { background: rgba(72,181,131,0.15); }
[data-theme="dark"] .benefit-number { color: var(--brand); }
[data-theme="dark"] .benefit-card h3 { color: #f1f5f9; }
[data-theme="dark"] .benefit-card p { color: #94a3b8; }
[data-theme="dark"] .pricing-card { background: #1e293b; border-color: #334155; }
[data-theme="dark"] .pricing-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
[data-theme="dark"] .pricing-popular { border-color: var(--brand); }
[data-theme="dark"] .pricing-header h3 { color: #f1f5f9; }
[data-theme="dark"] .pricing-price { border-bottom-color: #334155; }
[data-theme="dark"] .price-amount, [data-theme="dark"] .price-cents { color: #f1f5f9; }
[data-theme="dark"] .pricing-features li { color: #cbd5e1; }
[data-theme="dark"] .faq-question { color: #e2e8f0; }
[data-theme="dark"] .faq-item { border-color: #334155; }
[data-theme="dark"] .faq-answer { color: #94a3b8; }
[data-theme="dark"] .social-proof-inner { background: #1e293b; border-color: rgba(255,255,255,0.04); }
[data-theme="dark"] .counter-card p { color: #94a3b8; }
[data-theme="dark"] .counter-divider { background: #334155; }
[data-theme="dark"] .hero-bg-pattern { background-image: radial-gradient(circle,rgba(255,255,255,0.02) 1px,transparent 1px); }
[data-theme="dark"] .sticky-cta { background: rgba(15,23,42,0.95); border-top-color: rgba(255,255,255,0.06); }
[data-theme="dark"] .sticky-cta-text { color: #94a3b8; }
[data-theme="dark"] .footer { background: #0a0f1a; }
[data-theme="dark"] .footer-brand img { filter: brightness(0) invert(1); }
[data-theme="dark"] .mobile-menu { background: #0f172a; border-color: rgba(255,255,255,0.06); }
[data-theme="dark"] .mobile-menu a { color: #e2e8f0; }
[data-theme="dark"] .splash { background: #0f172a; }
[data-theme="dark"] .scroll-arrow { background: rgba(30,41,59,0.7); }
[data-theme="dark"] .feature-badge { background: rgba(30,41,59,0.8); color: #cbd5e1; }
[data-theme="dark"] .module-card h3 { color: #f1f5f9; }
[data-theme="dark"] .module-card p { color: #94a3b8; }
[data-theme="dark"] .btn-ghost { color: #e2e8f0; border-color: #475569; }
[data-theme="dark"] .btn-ghost:hover { background: #334155; }

/* ========== REVEAL & STAGGER ========== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: 0.15s; }
.stagger { transition-delay: calc(var(--stagger-delay, 0) * 0.1s); }

/* ========== NAVBAR ========== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.9); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid rgba(0,0,0,0.04); transition: box-shadow 0.3s, background 0.3s; }
.navbar.scrolled { box-shadow: 0 1px 12px rgba(0,0,0,0.06); background: rgba(255,255,255,0.95); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.navbar-logo { display: flex; align-items: center; }
.navbar-logo img { height: 28px; width: auto; }
.navbar-links { display: flex; gap: 32px; }
.navbar-links a { font-size: 14px; font-weight: 500; color: var(--slate-500); transition: color 0.2s; position: relative; }
.navbar-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--gradient-brand); border-radius: 1px; transition: width 0.3s; }
.navbar-links a:hover { color: var(--brand); }
.navbar-links a:hover::after { width: 100%; }
.navbar-right { display: flex; align-items: center; gap: 12px; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { width: 22px; height: 2px; background: var(--slate-700); border-radius: 2px; transition: all 0.3s; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; flex-direction: column; padding: 16px 24px 24px; border-top: 1px solid var(--slate-100); background: rgba(255,255,255,0.98); }
.mobile-menu.active { display: flex; }
.mobile-menu a { padding: 12px 0; font-size: 15px; font-weight: 500; color: var(--slate-700); border-bottom: 1px solid var(--slate-100); }

/* Sticky CTA */
.sticky-cta { position: fixed; bottom: -80px; left: 0; right: 0; z-index: 90; background: rgba(255,255,255,0.95); backdrop-filter: blur(16px); border-top: 1px solid var(--slate-200); box-shadow: 0 -4px 20px rgba(0,0,0,0.06); transition: bottom 0.4s cubic-bezier(0.16,1,0.3,1); padding: 12px 0; }
.sticky-cta.visible { bottom: 0; }
.sticky-cta-inner { display: flex; align-items: center; justify-content: space-between; }
.sticky-cta-text { font-size: 14px; font-weight: 500; color: var(--slate-600); }

/* ========== BUTTONS ========== */
.btn { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font); font-weight: 600; border: none; cursor: pointer; border-radius: var(--radius); transition: all 0.25s cubic-bezier(0.16,1,0.3,1); white-space: nowrap; }
.btn-sm { padding: 8px 18px; font-size: 13px; }
.btn-lg { padding: 14px 32px; font-size: 16px; border-radius: 12px; }
.btn-primary { background: var(--gradient-brand); color: var(--white); box-shadow: 0 2px 8px rgba(59,159,115,0.3); }
.btn-primary:hover { box-shadow: 0 4px 24px rgba(59,159,115,0.5); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--slate-600); border: 1.5px solid var(--slate-200); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn-white { background: var(--white); color: var(--brand); font-weight: 700; box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
.btn-white:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,0.15); }

/* Badge */
.badge { display: inline-block; padding: 6px 16px; font-size: 13px; font-weight: 600; color: var(--brand); background: rgba(59,159,115,0.08); border: 1px solid rgba(59,159,115,0.15); border-radius: 100px; letter-spacing: 0.02em; }

/* ========== HERO ========== */
.hero { position: relative; padding-top: 140px; padding-bottom: 80px; background: var(--slate-50); overflow: hidden; }
.hero-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(59,159,115,0.12) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-content h1 { font-size: clamp(36px,5vw,56px); font-weight: 700; color: var(--slate-900); line-height: 1.1; letter-spacing: -1.5px; margin-top: 20px; }
.hero-subtitle { font-size: 18px; color: var(--slate-600); margin-top: 20px; line-height: 1.6; max-width: 520px; }
.hero-buttons { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }

/* Typewriter */
.typewriter { background: var(--gradient-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.typewriter::after { content: '|'; -webkit-text-fill-color: var(--brand); animation: blink 1s step-end infinite; margin-left: 2px; font-weight: 300; }
@keyframes blink { 50% { opacity: 0; } }

/* ===================================================
   SCENE CONTAINER — Photo + interactive overlays
   =================================================== */
.scene-section { margin-top: 48px; }
.section-split .scene-section { margin-top: 0; }

.scene-container {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.scene-container.scene-wide {
  max-width: 960px;
  margin: 0 auto;
}
.scene-bg {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ========== LIQUID GLASS FLOAT CARD ========== */
.glass-float {
  /* Ultra-transparent base — lets the photo bleed through */
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(24px) saturate(200%) brightness(1.1);
  -webkit-backdrop-filter: blur(24px) saturate(200%) brightness(1.1);

  /* Luminous border — catches light like glass edge */
  border: 1px solid rgba(255,255,255,0.35);
  border-top-color: rgba(255,255,255,0.6);
  border-left-color: rgba(255,255,255,0.45);

  /* Depth: outer shadow + inner light */
  box-shadow:
    0 8px 32px rgba(0,0,0,0.18),
    0 2px 8px rgba(0,0,0,0.08),
    inset 0 1px 1px rgba(255,255,255,0.4),
    inset 0 -1px 1px rgba(0,0,0,0.04);

  /* Text readability on transparent glass */
  color: var(--white);
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* Specular highlight — the "shine" that makes it look liquid */
.glass-float::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.35) 0%,
    rgba(255,255,255,0.08) 40%,
    transparent 60%,
    rgba(255,255,255,0.05) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Animated light sweep — subtle movement like light passing over glass */
.glass-float::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255,255,255,0.12) 45%,
    rgba(255,255,255,0.2) 50%,
    rgba(255,255,255,0.12) 55%,
    transparent 60%
  );
  animation: lightSweep 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes lightSweep {
  0% { transform: translateX(-80%) rotate(0deg); }
  100% { transform: translateX(80%) rotate(0deg); }
}

.float-card {
  position: absolute;
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 12px;
  color: var(--white);
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

/* Floating animation */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes floatY2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes floatY3 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* ========== FLOAT CARD INNER ELEMENTS ========== */
.fc-header { display: flex; align-items: center; gap: 6px; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: rgba(255,255,255,0.85); margin-bottom: 8px; position: relative; z-index: 3; }
.fc-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; position: relative; z-index: 3; }
.fc-dot.green { background: var(--brand); }
.fc-dot.amber { background: #f59e0b; }
.fc-dot.red { background: #ef4444; }
.fc-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 3px 0; position: relative; z-index: 3; }
.fc-label { font-size: 11px; color: rgba(255,255,255,0.6); }
.fc-value { font-size: 12px; font-weight: 600; color: var(--white); }
.fc-icon-row { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--white); position: relative; z-index: 3; }

/* NDVI bar */
.fc-bar { flex: 1; height: 6px; background: rgba(255,255,255,0.2); border-radius: 3px; overflow: hidden; position: relative; z-index: 3; }
.fc-bar-fill { height: 100%; border-radius: 3px; background: var(--gradient-brand); animation: barGrow 2s ease-out forwards; transform-origin: left; }
@keyframes barGrow { from { width: 0; } }

/* Notification */
.fc-notif { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: var(--white); position: relative; z-index: 3; }

/* Weather */
.fc-weather { display: flex; gap: 16px; }
.fc-weather-day { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.fc-day { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.6); text-transform: uppercase; }
.fc-temp { font-size: 13px; font-weight: 700; color: var(--white); }

/* ========== HERO FLOAT CARD POSITIONS ========== */
.fc-1 { top: 10%; right: 5%; min-width: 180px; animation: floatY 4s ease-in-out infinite; }
.fc-2 { bottom: 28%; right: 4%; animation: floatY2 5s ease-in-out infinite 0.5s; }
.fc-3 { bottom: 6%; left: 5%; animation: floatY3 6s ease-in-out infinite 1s; }

/* ========== PRODUCT SECTION — MAP PINS ========== */
.map-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand);
  z-index: 3;
  cursor: default;
}
.pulse-ring::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--brand);
  animation: pulseRing 2s ease-out infinite;
}
@keyframes pulseRing {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2.2); opacity: 0; }
}
.pin-label {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--white);
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  overflow: hidden;
  z-index: 4;
}
.pin-label span,
.pin-label .fc-dot { position: relative; z-index: 3; }

/* Contained light sweep for small cards */
.pin-label::before,
.fc-ndvi::before { animation-duration: 8s; }
.pin-1 { top: 35%; left: 30%; }
.pin-2 { top: 55%; left: 60%; }
.pin-3 { top: 25%; left: 70%; }

/* Pin 2 amber dot */
.pin-2 { background: #f59e0b; }
.pin-2::before { border-color: #f59e0b; }

/* NDVI Legend */
.fc-ndvi { bottom: 12%; right: 5%; min-width: 160px; animation: floatY 5s ease-in-out infinite; }
.ndvi-scale { margin-top: 4px; }
.ndvi-bar { height: 8px; border-radius: 4px; background: linear-gradient(to right, #d73027, #fee08b, #1a9850); }
.ndvi-labels { display: flex; justify-content: space-between; margin-top: 3px; font-size: 9px; color: rgba(255,255,255,0.6); font-weight: 500; position: relative; z-index: 3; }

/* ========== SOLUTION — CASCADE CARDS ========== */
.fc-cascade { right: 8%; left: auto; min-width: 220px; }
.fc-c1 { top: 8%; animation: floatY 4s ease-in-out infinite; }
.fc-c2 { top: 36%; animation: floatY2 5s ease-in-out infinite 0.3s; }
.fc-c3 { top: 62%; animation: floatY3 6s ease-in-out infinite 0.6s; }

/* ========== DASHBOARD — CHART ========== */
.fc-chart { top: 8%; right: 5%; min-width: 200px; animation: floatY 5s ease-in-out infinite; }
.mini-chart { display: flex; align-items: flex-end; gap: 6px; height: 80px; margin-top: 4px; }
.chart-bar { flex: 1; background: rgba(255,255,255,0.2); border-radius: 4px 4px 0 0; height: var(--h); display: flex; align-items: flex-start; justify-content: center; padding-top: 4px; transition: height 1s ease-out; animation: barAppear 1.5s ease-out forwards; position: relative; z-index: 3; }
.chart-bar span { font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.7); }
.chart-bar.highlight { background: var(--gradient-brand); }
.chart-bar.highlight span { color: var(--white); }
@keyframes barAppear { from { height: 0; } to { height: var(--h); } }
.chart-labels { display: flex; gap: 6px; margin-top: 4px; }
.chart-labels span { flex: 1; text-align: center; font-size: 9px; color: rgba(255,255,255,0.5); font-weight: 500; position: relative; z-index: 3; }

/* Stats */
.fc-stats { bottom: 8%; left: 5%; display: flex; align-items: center; gap: 12px; animation: floatY2 6s ease-in-out infinite 0.3s; }
.stat-item { display: flex; flex-direction: column; align-items: center; }
.stat-value { font-size: 18px; font-weight: 700; color: var(--white); }
.stat-label { font-size: 10px; color: rgba(255,255,255,0.6); font-weight: 500; }
.stat-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.2); }

/* ========== FIELD — OFFLINE/GPS/OBS ========== */
.fc-offline { top: 8%; right: 5%; display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 12px; color: #fef3c7; background: rgba(245,158,11,0.2); border-color: rgba(253,230,138,0.3); animation: floatY 4s ease-in-out infinite; }
.offline-dot { width: 8px; height: 8px; border-radius: 50%; background: #f59e0b; animation: offlinePulse 1.5s ease-in-out infinite; }
@keyframes offlinePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.fc-gps { top: 8%; left: 5%; display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; color: var(--white); animation: floatY2 5s ease-in-out infinite 0.5s; }

.fc-obs { bottom: 8%; right: 5%; max-width: 240px; animation: floatY3 6s ease-in-out infinite 1s; }
.obs-typing { font-size: 12px; color: rgba(255,255,255,0.85); line-height: 1.5; margin-top: 4px; position: relative; z-index: 3; }
.typing-cursor { color: var(--brand); animation: blink 0.8s step-end infinite; font-weight: 300; }

.fc-sync { bottom: 8%; left: 5%; display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 500; color: var(--white); animation: floatY 5s ease-in-out infinite 0.8s; }
.sync-spinner { width: 14px; height: 14px; border: 2px solid rgba(255,255,255,0.2); border-top-color: var(--brand); border-radius: 50%; animation: spin 1s linear infinite; position: relative; z-index: 3; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ========== SECTIONS ========== */
.section { padding: 100px 0; }
.section-light { background: var(--slate-50); }
.section-white { background: var(--white); }
.section-dark { background: var(--green-900); color: var(--white); position: relative; overflow: hidden; }
.section-dark::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.section-label { display: inline-block; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--brand); margin-bottom: 12px; }
.section-label-light { color: var(--green-400); }
.section-center { text-align: center; }
.section h2 { font-size: clamp(28px,4vw,42px); font-weight: 700; color: var(--slate-900); line-height: 1.2; letter-spacing: -0.8px; }
.section-dark h2 { color: var(--white); }
.section-desc { font-size: 17px; color: var(--slate-500); margin-top: 16px; max-width: 600px; line-height: 1.65; }
.section-center .section-desc { margin-left: auto; margin-right: auto; }
.section-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.section-split-reverse { direction: rtl; }
.section-split-reverse > * { direction: ltr; }

/* ========== GLASS CARD (hover spotlight) ========== */
.glass-card { position: relative; overflow: hidden; }
.glass-card::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), rgba(59,159,115,0.06), transparent 60%); pointer-events: none; opacity: 0; transition: opacity 0.3s; }
.glass-card:hover::before { opacity: 1; }
.glass-card-dark { position: relative; overflow: hidden; }
.glass-card-dark::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), rgba(255,255,255,0.06), transparent 60%); pointer-events: none; opacity: 0; transition: opacity 0.3s; }
.glass-card-dark:hover::before { opacity: 1; }

/* ========== PROBLEMS ========== */
.problems-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.problem-card { display: flex; align-items: flex-start; gap: 14px; padding: 20px; background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--radius); transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; }
.problem-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(59,159,115,0.2); }
.problem-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(59,159,115,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.problem-icon svg { width: 20px; height: 20px; stroke: var(--brand); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.problem-card p { font-size: 14px; color: var(--slate-600); line-height: 1.5; }

/* ========== FEATURE BADGES ========== */
.feature-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.feature-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; font-size: 13px; font-weight: 500; color: var(--slate-700); background: var(--white); border: 1px solid var(--slate-200); border-radius: 100px; transition: border-color 0.2s, transform 0.2s; }
.feature-badge:hover { border-color: rgba(59,159,115,0.3); transform: translateY(-1px); }
.feature-badge svg { width: 16px; height: 16px; stroke: var(--brand); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ========== MODULES ========== */
.modules-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; position: relative; z-index: 1; }
.module-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg); padding: 32px; text-align: left; transition: transform 0.3s, background 0.3s, border-color 0.3s; }
.module-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); }
.module-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.module-icon svg { width: 24px; height: 24px; stroke: var(--white); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.module-card h3 { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.module-card p { font-size: 14px; color: var(--slate-400); line-height: 1.6; }

/* ========== BENEFITS ========== */
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
.benefit-card { padding: 32px; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); background: var(--white); transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); border-color: rgba(59,159,115,0.2); }
.benefit-number { font-size: 32px; font-weight: 700; background: var(--gradient-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 16px; }
.benefit-card h3 { font-size: 17px; font-weight: 700; color: var(--slate-800); margin-bottom: 8px; }
.benefit-card p { font-size: 14px; color: var(--slate-500); line-height: 1.6; }

/* ========== CTA ========== */
.cta-section { position: relative; background: var(--gradient-dark); padding: 120px 0; overflow: hidden; }
.cta-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(72,181,131,0.25), transparent 70%); bottom: -200px; left: 50%; transform: translateX(-50%); pointer-events: none; animation: ctaPulse 4s ease-in-out infinite; }
@keyframes ctaPulse { 0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.05); } }
.cta-section h2 { color: var(--white); font-size: clamp(30px,4vw,44px); }
.cta-desc { font-size: 17px; color: var(--slate-400); margin-top: 16px; margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }
.text-white { color: var(--white) !important; }

/* ========== SOCIAL PROOF ========== */
.social-proof { padding: 40px 0; background: var(--white); border-bottom: 1px solid var(--slate-100); }
.social-proof-inner { display: flex; align-items: center; justify-content: center; }
.counter-card { display: flex; flex-direction: column; align-items: center; padding: 0 48px; }
.counter-card .counter { font-size: 40px; font-weight: 700; color: var(--slate-900); line-height: 1; font-variant-numeric: tabular-nums; }
.counter-suffix { font-size: 40px; font-weight: 700; color: var(--brand); line-height: 1; }
.counter-card p { font-size: 13px; color: var(--slate-500); margin-top: 6px; font-weight: 500; }
.counter-divider { width: 1px; height: 40px; background: var(--slate-200); flex-shrink: 0; }

/* ========== FOOTER ========== */
.footer { padding: 32px 0; background: var(--green-900); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-brand { display: flex; align-items: center; }
.footer-brand img { height: 22px; width: auto; filter: brightness(0) invert(1); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 13px; color: var(--slate-400); transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: 12px; color: var(--slate-500); }

/* ========== RESPONSIVE ========== */
/* ========== SPLASH SCREEN ========== */
.splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.splash.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.splash-logo {
  width: 80px;
  height: 80px;
  animation: splashPulse 1.2s ease-in-out;
}
@keyframes splashPulse {
  0% { transform: scale(0.5); opacity: 0; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

/* ========== SCROLL ARROW ========== */
.scroll-arrow {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  animation: arrowBounce 2s ease-in-out infinite;
  cursor: pointer;
  z-index: 3;
  transition: opacity 0.3s;
}
.scroll-arrow.hidden { opacity: 0; pointer-events: none; }
@keyframes arrowBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ========== PRICING ========== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; align-items: start; }
.pricing-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pricing-popular {
  border: 2px solid var(--brand);
  box-shadow: 0 0 0 4px rgba(59,159,115,0.08);
}
.pricing-popular:hover { box-shadow: 0 0 0 4px rgba(59,159,115,0.12), var(--shadow-lg); }
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-brand);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
.pricing-header h3 { font-size: 20px; font-weight: 700; color: var(--slate-900); margin-bottom: 4px; }
.pricing-desc { font-size: 13px; color: var(--slate-500); line-height: 1.5; }
.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin: 24px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--slate-100);
}
.price-currency { font-size: 18px; font-weight: 600; color: var(--slate-500); }
.price-amount { font-size: 48px; font-weight: 700; color: var(--slate-900); line-height: 1; letter-spacing: -2px; }
.price-cents { font-size: 20px; font-weight: 700; color: var(--slate-900); }
.price-period { font-size: 14px; font-weight: 400; color: var(--slate-400); margin-left: 4px; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--slate-600); }
.pricing-btn { width: 100%; }

/* ========== FAQ ========== */
.faq-list { margin-top: 48px; display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--slate-200);
}
.faq-item:first-child { border-top: 1px solid var(--slate-200); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--slate-800);
  cursor: pointer;
  list-style: none;
  transition: color 0.2s;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { content: ''; }
.faq-question:hover { color: var(--brand); }
.faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: var(--slate-400);
  transition: transform 0.3s;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-item[open] .faq-question { color: var(--brand); }
.faq-answer {
  padding: 0 4px 20px;
  font-size: 15px;
  color: var(--slate-500);
  line-height: 1.7;
  animation: faqSlide 0.3s ease;
}
@keyframes faqSlide {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 80;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.35);
  transition: transform 0.3s, box-shadow 0.3s;
  animation: whatsappPulse 3s ease-in-out infinite;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,0.5); animation: none; }
@keyframes whatsappPulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(37,211,102,0.35); }
  50% { box-shadow: 0 4px 24px rgba(37,211,102,0.55), 0 0 0 8px rgba(37,211,102,0.1); }
}

/* ========== LGPD COOKIE BANNER ========== */
.cookie-banner {
  position: fixed;
  bottom: -120px;
  left: 0;
  right: 0;
  z-index: 95;
  background: var(--slate-900);
  border-top: 1px solid var(--slate-700);
  padding: 16px 0;
  transition: bottom 0.5s cubic-bezier(0.16,1,0.3,1);
}
.cookie-banner.visible { bottom: 0; }
.cookie-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cookie-content p { font-size: 13px; color: var(--slate-400); line-height: 1.5; }
.cookie-content a { color: var(--brand-light); text-decoration: underline; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-subtitle { max-width: 100%; }
  .hero-buttons { justify-content: center; }
  .section-split { grid-template-columns: 1fr; gap: 40px; }
  .section-split-reverse { direction: ltr; }
  .modules-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .counter-card { padding: 0 32px; }
  .float-card { transform: scale(0.85); }
  .fc-1 { top: 5%; right: 2%; }
  .fc-3 { bottom: 3%; left: 2%; }
}

@media (max-width: 768px) {
  .navbar-links { display: none; }
  .hamburger { display: flex; }
  .navbar-right .btn { display: none; }
  .hero { padding-top: 110px; padding-bottom: 60px; }
  .section { padding: 64px 0; }
  .problems-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .feature-badges { justify-content: center; }
  .cta-section { padding: 80px 0; }
  .social-proof-inner { flex-wrap: wrap; gap: 24px; }
  .counter-divider { display: none; }
  .counter-card { padding: 12px 24px; }
  .counter-card .counter, .counter-suffix { font-size: 32px; }
  .sticky-cta-text { display: none; }
  .sticky-cta-inner { justify-content: center; }
  .fc-2, .fc-3, .fc-ndvi, .fc-gps, .fc-sync, .pin-label { display: none; }
  .float-card { transform: scale(0.8); }
  .whatsapp-float { bottom: 16px; left: 16px; width: 48px; height: 48px; }
  .cookie-content { flex-direction: column; text-align: center; gap: 12px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-content h1 { font-size: 32px; }
  .btn-lg { width: 100%; justify-content: center; }
  .hero-buttons { flex-direction: column; }
  .social-proof-inner { gap: 16px; }
  .counter-card { padding: 8px 16px; }
  .counter-card .counter, .counter-suffix { font-size: 28px; }
  .float-card { display: none; }
  .map-pin { display: none; }
  .price-amount { font-size: 40px; }
}

