.plants-page {
  background:
    radial-gradient(circle at 82% 14%, rgba(122, 212, 159, 0.12), transparent 28%),
    linear-gradient(180deg, #06070b 0%, #0f1220 100%);
}

.plants-hero {
  min-height: calc(82vh - 110px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 32px 64px;
}

.plants-hero-copy {
  max-width: 760px;
}

.plants-hero h1 {
  font-size: clamp(3.1rem, 5vw, 5.4rem);
}

.plants-lead {
  max-width: 650px;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.85;
}

.plants-hero-visual {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.plants-bloom {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 212, 159, 0.22), rgba(255, 255, 255, 0.025) 58%);
  border: 1px solid rgba(122, 212, 159, 0.18);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
}

.plants-bloom span {
  position: absolute;
  width: 42%;
  height: 42%;
  border-radius: 60% 40% 60% 40%;
  background: linear-gradient(135deg, #dff7ea, #7ad49f);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

.plants-bloom span:nth-child(1) {
  top: 16%;
  left: 29%;
  transform: rotate(45deg);
}

.plants-bloom span:nth-child(2) {
  top: 38%;
  right: 15%;
  transform: rotate(135deg);
}

.plants-bloom span:nth-child(3) {
  bottom: 16%;
  left: 29%;
  transform: rotate(225deg);
}

.plants-bloom span:nth-child(4) {
  top: 38%;
  left: 15%;
  transform: rotate(315deg);
}

.plants-gallery {
  padding: 90px 32px;
  background: #050712;
}

.plants-section-header {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.plants-section-header h2 {
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
  line-height: 1.05;
}

.plant-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.indian-plant-card {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  min-height: 360px;
}

.indian-plant-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.indian-plant-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.plant-art {
  position: relative;
  width: 100%;
  aspect-ratio: 1.1;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(122, 212, 159, 0.12), rgba(255, 255, 255, 0.03));
}

.plant-art::before,
.plant-art::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.plant-art::before {
  bottom: 28px;
  width: 8px;
  height: 76px;
  border-radius: 999px;
  background: #7ad49f;
}

.plant-art::after {
  bottom: 88px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #b8e8c7;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.plant-art.tulsi::after {
  border-radius: 55% 45% 55% 45%;
  background: linear-gradient(135deg, #b8e8c7, #4fa86f);
}

.plant-art.jasmine::after {
  width: 112px;
  height: 112px;
  background:
    radial-gradient(circle at 50% 50%, #f7fff9 0 18%, transparent 19%),
    conic-gradient(from 20deg, #f7fff9 0 14%, transparent 14% 20%, #f7fff9 20% 34%, transparent 34% 40%, #f7fff9 40% 54%, transparent 54% 60%, #f7fff9 60% 74%, transparent 74% 80%, #f7fff9 80% 94%, transparent 94%);
}

.plant-art.marigold::after {
  background:
    radial-gradient(circle, #7f4a10 0 18%, transparent 19%),
    repeating-conic-gradient(#f6b83f 0 9deg, #e98225 9deg 18deg);
}

.plant-art.lotus::after {
  width: 124px;
  height: 88px;
  border-radius: 70% 70% 42% 42%;
  background: linear-gradient(135deg, #f2c6d9, #d9719b);
}

.plant-art.hibiscus::after {
  background:
    radial-gradient(circle, #f8d27a 0 10%, transparent 11%),
    repeating-conic-gradient(#d9475f 0 18deg, #f07d90 18deg 36deg);
}

.plant-art.neem::after {
  width: 132px;
  height: 98px;
  border-radius: 55%;
  background: radial-gradient(circle at 25% 30%, #b8e8c7 0 10%, transparent 11%), linear-gradient(135deg, #6bbf7b, #2f7c48);
}

.plant-art.curry-leaf::after {
  width: 126px;
  height: 80px;
  border-radius: 999px;
  background: repeating-radial-gradient(circle at 20% 50%, #b8e8c7 0 8px, #438c58 9px 17px);
}

.plant-art.aparajita::after {
  background: radial-gradient(circle at 50% 50%, #edf4ff 0 13%, transparent 14%), linear-gradient(135deg, #5f8df7, #2b49b8);
  border-radius: 68% 32% 64% 36%;
}

.plants-care {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: start;
  max-width: 1040px;
  margin: 64px auto;
  padding: 50px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}

.plants-care h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.plants-care p:last-child {
  color: var(--muted);
  line-height: 1.85;
}

@media (max-width: 1100px) {
  .plant-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 900px) {
  .plants-hero,
  .plants-care {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .plants-hero,
  .plants-gallery,
  .plants-care {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plants-hero {
    min-height: auto;
    gap: 32px;
  }

  .plants-hero h1 {
    font-size: 2.8rem;
  }

  .plants-hero-visual {
    min-height: 300px;
  }

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

  .indian-plant-card {
    min-height: auto;
  }
}
