/* ================================================================
   PRICING PAGE
================================================================ */

/* ── Hero ── */
.pricing-hero {
  position: relative;
  padding: calc(var(--space-xl) + 4.5rem) var(--space-md) var(--space-xl);
  overflow: hidden;
  text-align: center;
}

.pricing-hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(77, 170, 98, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 30% 20% at 50% 0%, rgba(77, 170, 98, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

/* Photo backdrop (uses image-04 — seedling) */
.pricing-hero__photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.pricing-hero__photo-bg picture,
.pricing-hero__photo-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 65%;
}

.pricing-hero__photo-bg img {
  filter: saturate(0.75) brightness(0.6) contrast(1.05);
  opacity: 0.35;
}

.pricing-hero__photo-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(var(--bg-base-rgb), 0.4), transparent 70%),
    linear-gradient(180deg, rgba(var(--bg-base-rgb), 0.5) 0%, rgba(var(--bg-base-rgb), 0.7) 60%, var(--bg-base) 100%);
}

.pricing-hero__inner {
  z-index: 1;
}

.pricing-hero__inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.pricing-hero__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.pricing-hero__breadcrumb a {
  color: var(--text-secondary);
  transition: color 0.2s;
}

.pricing-hero__breadcrumb a:hover {
  color: var(--green-soft);
}

.pricing-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  color: var(--green-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  opacity: 0.85;
}

.pricing-hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--green-primary);
  flex-shrink: 0;
}

.pricing-hero__heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.pricing-hero__heading em {
  font-style: italic;
  color: var(--green-soft);
}

.pricing-hero__sub {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.65;
  font-weight: 300;
  max-width: 58ch;
  margin: 0 auto 2.5rem;
}

.pricing-hero__actions {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-hero__note {
  margin: var(--space-md) auto 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.pricing-hero__note a {
  color: var(--green-primary);
  text-decoration: none;
  font-weight: 600;
}

.pricing-hero__note a:hover { text-decoration: underline; }

/* ── Trust Strip ── */
.pricing-trust {
  border-top: 1px solid var(--bg-border);
  border-bottom: 1px solid var(--bg-border);
  background-color: var(--bg-surface);
  padding: 0.9rem var(--space-md);
}

.pricing-trust__inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.pricing-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: var(--text-secondary);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.01em;
}

.pricing-trust__sep {
  color: var(--bg-border);
  font-size: 1.1rem;
  line-height: 1;
}

/* ── Plans Section ── */
.plans-section {
  padding: var(--space-xl) var(--space-md) calc(var(--space-xl) * 0.75);
}

.plans-section--org {
  padding-top: calc(var(--space-xl) * 0.75);
  background-color: var(--bg-surface);
  border-top: 1px solid var(--bg-border);
}

.plans-section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.plans-section__header {
  margin-bottom: var(--space-lg);
}

.plans-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  color: var(--green-primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  opacity: 0.85;
}

.plans-section__eyebrow--org {
  color: #5a9e72;
}

.plans-section__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--green-primary);
  flex-shrink: 0;
}

.plans-section__dot--org {
  background-color: #5a9e72;
}

.plans-section__heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 0.6rem;
  line-height: 1.2;
}

.plans-section__sub {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.65;
  font-weight: 300;
  max-width: 54ch;
}

.plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  align-items: start;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* The individual/advisor section carries three cards (Free · Pro · Advisor).
   Go straight from one column to three — never a two-column row, which would
   orphan the third card. Double-class selectors win over the 2-col base rule
   regardless of source order. */
.plans-grid.plans-grid--trio {
  max-width: 1120px;
}

@media (min-width: 600px) and (max-width: 899px) {
  .plans-grid.plans-grid--trio {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
}

@media (min-width: 900px) {
  .plans-grid.plans-grid--trio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ── Plan Card Base ── */
.plan-card {
  position: relative;
  background-color: var(--bg-surface);
  border: 1px solid var(--bg-border);
  border-radius: var(--radius-xl);
  padding: var(--space-lg) var(--space-md);
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
}

/* ── Featured (Growth) Card ── */
.plan-card--featured {
  background: linear-gradient(160deg, #162a1d 0%, #121a16 60%);
  border-color: var(--green-primary);
  box-shadow:
    0 0 0 1px rgba(77, 170, 98, 0.3),
    0 0 60px rgba(77, 170, 98, 0.08),
    0 24px 64px rgba(0, 0, 0, 0.35);
  padding-top: calc(var(--space-lg) + 8px);
}

@media (min-width: 900px) {
  .plan-card--featured {
    transform: translateY(-8px);
  }
  .plan-card--featured:hover {
    transform: translateY(-12px);
  }
}

/* ── Enterprise Card ── */
.plan-card--enterprise {
  background: linear-gradient(160deg, #141e1a 0%, #0f1712 60%);
  border-color: #2a3c32;
}

/* ── Badge ── */
.plan-card__badge {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--green-primary), #3d8a4e);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  padding: 0.25rem 0.9rem;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(77, 170, 98, 0.4);
}

/* ── Card Top ── */
.plan-card__top {
  margin-bottom: 1.25rem;
}

.plan-card__tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}

.plan-card__tag--enterprise {
  color: #4a7060;
}

.plan-card--featured .plan-card__tag {
  color: var(--green-primary);
  opacity: 0.9;
}

.plan-card__name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 0.6rem;
  line-height: 1;
}

.plan-card--featured .plan-card__name {
  font-size: 2rem;
  background: linear-gradient(135deg, #eaf2ec 0%, #7dcf8a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.plan-card__tagline {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
  font-weight: 300;
  max-width: 28ch;
}

/* ── Pricing Pill ── */
.plan-card__pricing {
  margin-bottom: 1.5rem;
}

.plan-card__price-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-family: 'JetBrains Mono', monospace;
  color: var(--green-soft);
  background-color: var(--green-muted);
  border: 1px solid rgba(77, 170, 98, 0.25);
  border-radius: var(--radius-pill);
  padding: 0.28rem 0.9rem;
  letter-spacing: 0.02em;
}

.plan-card__price-pill--enterprise {
  color: #5a8a6e;
  background-color: rgba(42, 82, 50, 0.4);
  border-color: rgba(77, 170, 98, 0.12);
}

/* ── Divider ── */
.plan-card__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bg-border), transparent);
  margin-bottom: 1.5rem;
}

.plan-card--featured .plan-card__divider {
  background: linear-gradient(90deg, transparent, rgba(77, 170, 98, 0.3), transparent);
}

/* ── Features List ── */
.plan-features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: var(--space-md);
}

.plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.plan-feature__icon {
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
}

.plan-feature span:last-child {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

.plan-card--featured .plan-feature span:last-child {
  color: #a8c8b2;
}

/* ── Card Footer ── */
.plan-card__footer {
  margin-top: auto;
}

.plan-card__cta {
  width: 100%;
  justify-content: center;
}

/* ── Glow Effect on Featured ── */
.plan-card__glow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background: radial-gradient(ellipse, rgba(77, 170, 98, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Philosophy Section ── */
.pricing-philosophy {
  background-color: var(--bg-surface);
  border-top: 1px solid var(--bg-border);
  border-bottom: 1px solid var(--bg-border);
  padding: var(--space-xl) var(--space-md);
}

.pricing-philosophy__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-philosophy__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  color: var(--green-primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
  opacity: 0.85;
}

.pricing-philosophy__heading {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  max-width: 20ch;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.pricing-philosophy__sub {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.65;
  font-weight: 300;
  max-width: 54ch;
  margin-bottom: var(--space-lg);
}

.pricing-philosophy__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
}

@media (min-width: 560px) {
  .pricing-philosophy__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .pricing-philosophy__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1100px) {
  .pricing-philosophy__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pricing-philosophy__item {
  padding: var(--space-md);
  border: 1px solid var(--bg-border);
  border-radius: var(--radius-lg);
  background-color: var(--bg-elevated);
  transition: border-color 0.2s ease;
}

.pricing-philosophy__item:hover {
  border-color: rgba(77, 170, 98, 0.3);
}

.pricing-philosophy__item-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  color: var(--green-muted);
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.pricing-philosophy__item-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.pricing-philosophy__item-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.55;
  font-weight: 300;
}

/* ── Comparison Section ── */
.compare-section {
  padding: var(--space-xl) var(--space-md);
}

.compare-section__inner {
  max-width: 900px;
  margin: 0 auto;
}

.compare-section__header {
  margin-bottom: var(--space-lg);
}

.compare-section__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  color: var(--green-primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  opacity: 0.85;
}

.compare-section__heading {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.compare-table {
  border: 1px solid var(--bg-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.compare-table__head,
.compare-table__row {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
}

.compare-table__head {
  background-color: var(--bg-elevated);
  border-bottom: 1px solid var(--bg-border);
}

.compare-table__row {
  border-bottom: 1px solid var(--bg-border-subtle);
  transition: background-color 0.15s ease;
}

.compare-table__row:last-child {
  border-bottom: none;
}

.compare-table__row:hover {
  background-color: rgba(77, 170, 98, 0.02);
}

.compare-col {
  padding: 0.9rem 1.1rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  border-right: 1px solid var(--bg-border-subtle);
}

.compare-col:last-child {
  border-right: none;
}

.compare-col--label {
  color: var(--text-primary);
  font-weight: 500;
  font-size: 0.82rem;
}

.compare-col__name {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-align: center;
}

.compare-col__badge {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green-primary);
  text-align: center;
  margin-bottom: 0.2rem;
}

.compare-col__price {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 0.2rem;
  opacity: 0.7;
}

.compare-col--active .compare-col__price {
  color: var(--green-primary);
  opacity: 0.8;
}

.compare-col--active {
  background-color: rgba(77, 170, 98, 0.04);
  border-right-color: rgba(77, 170, 98, 0.15);
  border-left: 1px solid rgba(77, 170, 98, 0.15);
}

.compare-col--active .compare-col__name {
  color: var(--green-soft);
}

.compare-table__row .compare-col--active {
  color: #a8c8b2;
}

.compare-col--plus,
.compare-col--team,
.compare-col--business {
  background-color: transparent;
}

@media (max-width: 1000px) {
  .compare-table {
    overflow-x: auto;
  }
  .compare-table__head,
  .compare-table__row {
    min-width: 1000px;
  }
}

/* ── FAQ Section ── */
/* ── Request Pricing / Contact Sales ── */
.request-pricing {
  padding: var(--space-xl) var(--space-md);
  border-top: 1px solid var(--bg-border);
}

.request-pricing__inner {
  max-width: 760px;
  margin: 0 auto;
}

.request-pricing__header {
  text-align: center;
  margin-bottom: var(--space-lg);
}

.request-pricing__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--green-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.request-pricing__heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 0.75rem;
}

.request-pricing__sub {
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
}

.request-pricing__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.request-pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

.request-pricing__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.request-pricing__field--full {
  grid-column: 1 / -1;
}

.request-pricing__field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.request-pricing__field input,
.request-pricing__field textarea {
  padding: 0.7rem 1rem;
  background-color: var(--bg-elevated);
  border: 1px solid var(--bg-border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.request-pricing__field input:focus,
.request-pricing__field textarea:focus {
  border-color: var(--green-primary);
  box-shadow: 0 0 0 3px rgba(77, 170, 98, 0.15);
}

.request-pricing__actions {
  text-align: center;
}

.request-pricing__error,
.request-pricing__success {
  text-align: center;
  margin-top: 0.75rem;
}

@media (max-width: 639px) {
  .request-pricing__grid {
    grid-template-columns: 1fr;
  }
}

.pricing-faq {
  background-color: var(--bg-surface);
  border-top: 1px solid var(--bg-border);
  padding: var(--space-xl) var(--space-md);
}

.pricing-faq__inner {
  max-width: 720px;
  margin: 0 auto;
}

.pricing-faq__header {
  margin-bottom: var(--space-lg);
}

.pricing-faq__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  color: var(--green-primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  opacity: 0.85;
}

.pricing-faq__heading {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ── Final CTA ── */
.pricing-cta {
  position: relative;
  overflow: hidden;
  padding: var(--space-xl) var(--space-md);
  background: linear-gradient(160deg, #0f1d14 0%, var(--bg-base) 60%);
  border-top: 1px solid var(--bg-border);
  text-align: center;
}

.pricing-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse at 50% 0%, rgba(77, 170, 98, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.pricing-cta__inner {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.pricing-cta__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  color: var(--green-primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
  opacity: 0.85;
}

.pricing-cta__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--green-primary);
  box-shadow: 0 0 8px var(--green-primary);
}

.pricing-cta__heading {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
}

.pricing-cta__heading em {
  font-style: italic;
  color: var(--green-soft);
}

.pricing-cta__sub {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.pricing-cta__actions {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
  justify-content: center;
}

/* ================================================================
   LIGHT THEME OVERRIDES — pricing hero photo backdrop
================================================================ */
:root[data-theme="light"] .pricing-hero__photo-bg img {
  filter: saturate(0.7) brightness(1.05) contrast(0.95);
  opacity: 0.2;
}

:root[data-theme="light"] .pricing-hero__photo-bg::after {
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(var(--bg-base-rgb), 0.3), transparent 70%),
    linear-gradient(180deg, rgba(var(--bg-base-rgb), 0.35) 0%, rgba(var(--bg-base-rgb), 0.55) 60%, var(--bg-base) 100%);
}

/* ── Featured (Pro) plan card ── */
:root[data-theme="light"] .plan-card--featured {
  background: linear-gradient(160deg, #e8f3eb 0%, var(--bg-elevated) 60%);
  box-shadow:
    0 0 0 1px rgba(61, 138, 82, 0.25),
    0 0 60px rgba(61, 138, 82, 0.06),
    0 24px 64px rgba(20, 40, 26, 0.08);
}

:root[data-theme="light"] .plan-card--featured .plan-card__name {
  background: linear-gradient(135deg, var(--text-primary) 0%, var(--green-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Enterprise plan card ── */
:root[data-theme="light"] .plan-card--enterprise {
  background: linear-gradient(160deg, #eef2ef 0%, var(--bg-elevated) 60%);
  border-color: #c8d6cd;
}

/* ── Pricing CTA section ── */
:root[data-theme="light"] .pricing-cta {
  background: linear-gradient(160deg, #e6f1ea 0%, var(--bg-base) 60%);
}

:root[data-theme="light"] .pricing-cta::before {
  background: radial-gradient(ellipse at 50% 0%, rgba(61, 138, 82, 0.12) 0%, transparent 70%);
}
