/* ===================== HERO ===================== */
.hero {
  position: relative;
  height: 795px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: var(--header-height);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.25);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #131313 0%, rgba(19,19,19,0.6) 50%, transparent 100%);
}
.hero .container { position: relative; z-index: 10; }
.hero-content { max-width: 720px; }

.hero-content .badge-live {
  margin-bottom: 24px;
  display: inline-flex;
}

.hero-title {
  font-size: clamp(3.5rem, 9vw, 7rem);
  margin-bottom: 32px;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: 1.2rem;
  color: var(--color-text-muted);
  max-width: 520px;
  margin-bottom: 48px;
  border-left: 4px solid var(--color-accent);
  padding-left: 24px;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ===================== FEATURES / BENTO GRID ===================== */
.features {
  padding: 96px 0;
  background-color: var(--color-surface-lowest);
}

.bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.bento-large {
  background-color: var(--color-surface);
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.bento-large:hover .bento-bg-icon { opacity: 0.2; }

.bento-number {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: var(--font-headline);
  color: var(--color-accent);
  opacity: 0.2;
  margin-bottom: 16px;
}

.bento-large h3 { font-size: 2.2rem; margin-bottom: 16px; }
.bento-large p  { color: var(--color-text-muted); max-width: 420px; font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-weight: 400; line-height: 1.6; }

.bento-bg-icon {
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 14rem !important;
  opacity: 0.08;
  color: var(--color-text-muted);
  transition: opacity var(--transition-med);
  pointer-events: none;
}

.bento-small {
  background-color: var(--color-surface);
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}
.bento-small h3 { font-size: 1.6rem; margin-bottom: 12px; }
.bento-small p  { color: var(--color-text-muted); font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-weight: 400; line-height: 1.6; }
.bento-feature-icon { font-size: 2.5rem !important; color: var(--color-accent); margin-bottom: 16px; }

.bento-green {
  background-color: var(--color-primary) !important;
}

.bento-wide {
  background-color: #1a1a1a;
  padding: 48px;
  min-height: 260px;
}

.bento-edge-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}
.bento-wide h3 { font-size: 1.6rem; margin-bottom: 16px; }

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-headline);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary-light);
}
.feature-list li .material-symbols-outlined { font-size: 1rem !important; }

.data-feed-box {
  height: 100px;
  background-color: var(--color-surface-highest);
  border: 1px solid var(--color-outline-variant);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: 900;
  opacity: 0.08;
  letter-spacing: -0.05em;
}

/* ===================== PRICING ===================== */
.pricing {
  padding: 96px 0;
  background-color: var(--color-bg);
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-header h2 { font-size: clamp(2rem, 5vw, 3rem); }

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background-color: rgba(54,124,43,0.2);
  max-width: 900px;
  margin: 0 auto;
}

.pricing-card {
  background-color: var(--color-surface);
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.pricing-card-alt { background-color: var(--color-surface-high); }

.pricing-popular-badge {
  position: absolute;
  top: 0; right: 0;
  background-color: var(--color-accent);
  color: var(--color-on-accent);
  padding: 8px 24px;
  font-family: var(--font-headline);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.pricing-card h3 { font-size: 1.8rem; margin-bottom: 8px; }

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 32px;
}
.price-amount {
  font-family: var(--font-headline);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--color-primary-light);
}
.price-flex { font-size: 3rem; color: var(--color-text); }
.price-period {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-muted);
  font-family: var(--font-headline);
}

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
}
.pricing-features li .material-symbols-outlined { color: var(--color-primary-light); }

/* ===================== CTA SECTION ===================== */
.cta-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background-color: var(--color-primary);
}
.cta-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}
.cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
}
.cta-title {
  font-size: clamp(3rem, 7vw, 6rem);
  color: #fff;
  margin-bottom: 32px;
}
.cta-sub {
  color: rgba(202, 255, 185, 0.9);
  font-size: 1.2rem;
  max-width: 560px;
  margin: 0 auto 48px;
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.6;
}
.cta-btn {
  font-size: 1.2rem;
  padding: 24px 48px;
  box-shadow: 10px 10px 0 #131313;
}

/* ===================== RESPONSIVE ===================== */
@media (min-width: 640px) {
  .hero-actions { flex-direction: row; }
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .bento-large { grid-column: span 8; }
  .bento-small { grid-column: span 4; }
  .bento-wide  { grid-column: span 12; }

  .bento-edge-content { flex-direction: row; align-items: center; }
  .bento-edge-content > * { flex: 1; }
  .data-feed-box { height: 130px; }

  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
