.agro-page {
  min-height: 100vh;
  background: #f4f8f1;
  color: #061323;
  font-family: Arial, Helvetica, sans-serif;
}

.agro-hero {
  position: relative;
  overflow: hidden;
  padding: 18px 20px 34px;
  background:
    linear-gradient(90deg, rgba(244, 248, 241, 0.97) 0%, rgba(244, 248, 241, 0.9) 46%, rgba(244, 248, 241, 0.22) 68%),
    url("/agro-field.svg") right center / cover no-repeat;
  border-bottom: 1px solid #d8e4d5;
}

.agro-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1220px;
  margin: 0 auto 46px;
}

.agro-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #042f24;
  text-decoration: none;
}

.agro-brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  background: #ffffff;
  color: #0a4b35;
  box-shadow: 0 14px 28px rgba(7, 35, 23, 0.12);
}

.agro-brand-small,
.agro-brand-kicker {
  display: block;
  color: #007a50;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agro-brand-name {
  display: block;
  color: #061323;
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}

.agro-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 800;
  position: relative;
}

.agro-nav-panel {
  display: flex;
  align-items: center;
  gap: 18px;
}

.agro-nav a {
  color: #061323;
  text-decoration: none;
}

.agro-login-link {
  padding: 12px 20px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(7, 35, 23, 0.1);
}

.agro-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(6, 19, 35, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(7, 35, 23, 0.1);
  cursor: pointer;
}

.agro-menu-line {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #061323;
  transition: opacity 160ms ease, transform 160ms ease;
}

.agro-nav-open .agro-menu-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.agro-nav-open .agro-menu-line:nth-child(2) {
  opacity: 0;
}

.agro-nav-open .agro-menu-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.agro-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 34px;
  max-width: 1220px;
  margin: 0 auto;
  align-items: center;
}

.agro-eyebrow {
  margin: 0 0 18px;
  color: #034c38;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.agro-hero h1 {
  max-width: 650px;
  margin: 0 0 18px;
  color: #073b28;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

.agro-hero-text {
  max-width: 680px;
  color: #006146;
  font-size: 22px;
  line-height: 1.35;
}

.agro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.agro-action,
.agro-primary-action,
.agro-secondary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  border: 1px solid #061323;
  color: #061323;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffffff;
}

.agro-action-primary,
.agro-primary-action {
  border-color: #f6cf2f;
  background: #f6cf2f;
  color: #073b28;
}

.agro-secondary-action {
  background: rgba(255, 255, 255, 0.82);
}

.agro-farm-visual {
  min-height: 420px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(3, 38, 26, 0) 40%, rgba(3, 38, 26, 0.88) 100%),
    url("/products/direct-from-farm.png") center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(7, 35, 23, 0.16);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.agro-farm-caption {
  color: #ffffff;
}

.agro-farm-caption strong {
  display: block;
  color: #f6cf2f;
  font-size: 24px;
}

.agro-main {
  max-width: 1220px;
  margin: 0 auto;
  padding: 34px 20px 0;
}

.agro-content-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
}

.agro-services-card,
.agro-products-card,
.agro-empowerment,
.agro-principles,
.agro-contact-card,
.agro-farmer-card,
.agro-tomorrow-card {
  border: 1px solid rgba(5, 61, 38, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(7, 35, 23, 0.08);
}

.agro-services-card {
  background: linear-gradient(160deg, #16834b, #045634);
  color: #ffffff;
  padding: 26px;
}

.agro-services-heading,
.agro-section-title {
  margin: 0 0 18px;
  color: inherit;
  font-size: 26px;
  font-weight: 950;
  text-transform: uppercase;
}

.agro-services-card h2 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 950;
  text-transform: uppercase;
}

.agro-service,
.agro-service-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.agro-service:first-of-type,
.agro-service-item:first-child {
  border-top: 0;
}

.agro-service-icon,
.agro-service-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #f7f2c8;
  color: #0c6a3a;
}

.agro-service h3,
.agro-service-item h3,
.agro-product h3,
.agro-principle h3,
.agro-principles h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.agro-service p,
.agro-service-item p,
.agro-product p,
.agro-principle p,
.agro-principles p {
  margin: 0 auto;
  line-height: 1.35;
  max-width: 15rem;
  text-align: center;
}

.agro-products-card {
  padding: 26px;
}

.agro-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0b4c31;
  text-align: center;
}

.agro-section-title h2 {
  margin: 0;
  font-size: 26px;
}

.agro-small-leaf {
  color: #0c6a3a;
}

.agro-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.agro-product {
  overflow: hidden;
  border: 1px solid #e3dd9b;
  border-radius: 8px;
  background: #fffef3;
}

.agro-product-media,
.agro-product-image {
  min-height: 118px;
  background: linear-gradient(135deg, #0d6b3d, #f6cf2f);
  position: relative;
  overflow: hidden;
}

.agro-product-image img {
  object-fit: cover;
  transition: transform 180ms ease;
}

.agro-product:hover .agro-product-image img {
  transform: scale(1.04);
}

.agro-product:nth-child(2n) .agro-product-media,
.agro-product:nth-child(2n) .agro-product-image {
  background: linear-gradient(135deg, #8b5e2a, #f5d891);
}

.agro-product:nth-child(3n) .agro-product-media,
.agro-product:nth-child(3n) .agro-product-image {
  background: linear-gradient(135deg, #4f9b39, #d9ef9f);
}

.agro-product h3 {
  padding: 10px 12px;
  color: #0b4c31;
  text-align: center;
}

.agro-quality-strip {
  margin-top: 14px;
  border-radius: 8px;
  padding: 14px;
  background: #045634;
  color: #ffffff;
  text-align: center;
}

.agro-quality-strip strong {
  color: #f6cf2f;
}

.agro-empowerment {
  display: grid;
  grid-template-columns: 240px 1fr 220px;
  gap: 22px;
  margin-top: 22px;
  padding: 22px;
  background: linear-gradient(90deg, #f8da3f, #f5e766);
  color: #083c2a;
}

.agro-empowerment-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.agro-empowerment-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agro-empowerment-list li,
.agro-empowerment-list p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.agro-community,
.agro-community-card {
  border-radius: 8px;
  padding: 16px;
  background: #075532;
  color: #ffffff;
  font-weight: 800;
}

.agro-community strong,
.agro-community-card span {
  color: #f6cf2f;
}

.agro-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 22px;
  padding: 22px;
}

.agro-principle,
.agro-principles article {
  padding: 12px 18px;
  text-align: center;
  border-left: 1px solid #bfd2bd;
}

.agro-principle:first-child,
.agro-principles article:first-child {
  border-left: 0;
}

.agro-principle-icon {
  margin: 0 auto 10px;
  color: #0c6a3a;
}

.agro-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}

.agro-contact-card,
.agro-tomorrow-card {
  padding: 22px;
  background: #075532;
  color: #ffffff;
}

.agro-contact-card h2,
.agro-tomorrow-card h2 {
  margin: 0 0 12px;
  color: #f6cf2f;
}

.agro-phone {
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  text-decoration: none;
}

.agro-contact-card address {
  font-style: normal;
  line-height: 1.35;
}

.agro-social {
  margin-top: 10px;
  font-weight: 800;
}

.agro-farmer-card {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(5, 83, 51, 0), rgba(5, 83, 51, 0.24)),
    url("/products/farm-landscape.png") center / cover no-repeat;
}

.agro-tomorrow-card strong {
  color: #f6cf2f;
}

.agro-footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 26px;
  padding: 18px;
  background: #075532;
  color: #ffffff;
  font-weight: 800;
}

@media (max-width: 900px) {
  .agro-hero-grid,
  .agro-content-grid,
  .agro-empowerment,
  .agro-contact-grid {
    grid-template-columns: 1fr;
  }

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

  .agro-principle {
    border-left: 0;
    border-top: 1px solid #bfd2bd;
  }

  .agro-principle:first-child {
    border-top: 0;
  }
}

@media (max-width: 620px) {
  .agro-hero {
    padding: 14px 14px 28px;
  }

  .agro-header {
    align-items: center;
    margin-bottom: 28px;
    width: 100%;
  }

  .agro-nav {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .agro-brand {
    min-width: 0;
  }

  .agro-menu-toggle {
    display: inline-flex;
  }

  .agro-nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 20;
    display: none;
    min-width: 210px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(6, 19, 35, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 22px 48px rgba(7, 35, 23, 0.16);
  }

  .agro-nav-open .agro-nav-panel {
    display: flex;
    animation: agro-menu-in 160ms ease both;
  }

  .agro-nav-panel a,
  .agro-login-link {
    display: flex;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f5f8f1;
  }

  .agro-nav-panel .agro-login-link {
    background: #075532;
    color: #ffffff;
  }

  .agro-brand-name {
    font-size: 18px;
  }

  .agro-hero h1 {
    font-size: 48px;
  }

  .agro-hero-text {
    font-size: 18px;
  }

  .agro-farm-visual {
    min-height: 260px;
  }

  .agro-product-grid,
  .agro-principles {
    grid-template-columns: 1fr;
  }

  .agro-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@keyframes agro-menu-in {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
