﻿/* LUNARA — lavender night + herbal green + warm ginger gold */

.agro-content {
  background: #F5F2ED;
  overflow: hidden;
}

.agro-section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: #222;
}

.agro-section-title span {
  display: block;
  color: #6B5B95;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.agro-section-title.white {
  color: #fff;
}

.agro-section-title.white span {
  color: #F5F2ED;
}

/* Benefits grid */
.agro-benefits {
  padding: 28px 16px 24px;
  background: linear-gradient(180deg, #EDE8E0 0%, #F5F2ED 100%);
}

.agro-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.agro-benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px 12px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(107, 91, 149, 0.1);
  border: 1px solid rgba(107, 91, 149, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.agro-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(107, 91, 149, 0.18);
}

.agro-benefit-card .icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2A2048, #6B5B95);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

.agro-benefit-card:nth-child(1) .icon {
  background: linear-gradient(135deg, #A8892E, #D4B84A);
}

.agro-benefit-card:nth-child(2) .icon {
  background: linear-gradient(135deg, #3D3258, #5A4778);
}

.agro-benefit-card:nth-child(3) .icon {
  background: linear-gradient(135deg, #2A2048, #6B5B95);
}

.benef-emoji {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.agro-benefit-card p {
  font-size: 13px;
  line-height: 1.35;
  color: #333;
  margin: 0;
  font-weight: 500;
}

.agro-stock {
  text-align: center;
  padding: 14px 18px;
  background: linear-gradient(135deg, #2A2048, #6B5B95);
  border-radius: 14px;
  color: #F5F2ED;
  font-size: 15px;
  font-weight: 600;
}

.agro-stock b {
  display: inline-block;
  margin: 0 4px;
  padding: 2px 10px;
  background: #fff;
  color: #6B5B95;
  border-radius: 8px;
  font-weight: 800;
}

/* Intro */
.agro-intro {
  position: relative;
  margin: 0 16px 28px;
  padding: 28px 22px 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(107, 91, 149, 0.12);
  border: 2px solid rgba(196, 160, 53, 0.35);
  overflow: hidden;
}

.agro-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #D4B84A, #5A4778, #6B5B95);
}

.agro-badge {
  display: inline-block;
  padding: 5px 14px;
  background: linear-gradient(135deg, #7A6248, #C4A035);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 14px;
}

.agro-headline {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: #222;
  margin: 0 0 8px;
}

.agro-subheadline {
  font-size: 15px;
  font-weight: 600;
  color: #6B5B95;
  margin: 0 0 16px;
  letter-spacing: 1px;
}

.agro-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #333;
  margin: 0 0 20px;
}

/* Showcase */
.agro-showcase {
  padding: 8px 16px 32px;
}

.agro-showcase-item {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(107, 91, 149, 0.08);
  border: 1px solid rgba(107, 91, 149, 0.12);
}

.agro-showcase-item:last-child {
  margin-bottom: 0;
}

.agro-showcase-num {
  position: absolute;
  top: 14px;
  right: 14px;
  left: auto;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #A8892E, #D4B84A);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(196, 160, 53, 0.45);
}

.agro-showcase-img img {
  display: block;
  width: 100%;
  height: auto;
}

.agro-showcase-body {
  padding: 18px 20px 22px;
  border-top: 3px solid #D4B84A;
}

.agro-showcase-body h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 8px;
  line-height: 1.3;
}

.agro-showcase-body p {
  font-size: 17px;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

.agro-showcase-item:nth-child(1) .agro-showcase-body {
  border-top-color: #D4B84A;
}

.agro-showcase-item:nth-child(1) .agro-showcase-num {
  background: linear-gradient(135deg, #A8892E, #D4B84A);
  box-shadow: 0 4px 12px rgba(196, 160, 53, 0.45);
}

.agro-showcase-item:nth-child(2) .agro-showcase-body {
  border-top-color: #5A4778;
}

.agro-showcase-item:nth-child(2) .agro-showcase-num {
  background: linear-gradient(135deg, #3D3258, #5A4778);
  box-shadow: 0 4px 12px rgba(90, 71, 120, 0.45);
}

.agro-showcase-item:nth-child(3) .agro-showcase-body {
  border-top-color: #6B5B95;
}

.agro-showcase-item:nth-child(3) .agro-showcase-num {
  background: linear-gradient(135deg, #2A2048, #6B5B95);
  box-shadow: 0 4px 12px rgba(107, 91, 149, 0.45);
}

.agro-showcase-item:nth-child(4) .agro-showcase-body {
  border-top-color: #C4A035;
}

.agro-showcase-item:nth-child(4) .agro-showcase-num {
  background: linear-gradient(135deg, #7A6248, #C4A035);
  box-shadow: 0 4px 12px rgba(196, 160, 53, 0.45);
}

/* Specs */
.agro-specs {
  padding: 36px 16px 32px;
  background: linear-gradient(160deg, #2A2048 0%, #6B5B95 50%, #9B8EC4 100%);
}

.agro-specs-hero {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.agro-specs-hero img {
  display: block;
  width: 100%;
}

.agro-specs-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.agro-spec-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
}

.agro-spec-row .spec-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border-radius: 12px;
  font-size: 22px;
  line-height: 1;
}

.agro-spec-row .spec-emoji {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.agro-spec-row .spec-text b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.agro-spec-row .spec-text span {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  color: #333;
}

/* Reviews */
.agro-reviews-men {
  padding: 36px 16px 32px;
  background: #fff;
}

.agro-reviews-sub {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin: -12px 0 28px;
  line-height: 1.45;
}

.agro-men-review {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  margin-bottom: 16px;
  background: #F5F2ED;
  border: 1px solid rgba(107, 91, 149, 0.2);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(107, 91, 149, 0.08);
}

.agro-men-review:last-of-type {
  margin-bottom: 24px;
}

.agro-men-review--highlight {
  background: linear-gradient(135deg, #EDE8E0 0%, #F5F2ED 100%);
  border: 2px solid #6B5B95;
  box-shadow: 0 6px 28px rgba(107, 91, 149, 0.15);
}

.agro-men-review-photo {
  flex-shrink: 0;
  position: relative;
  width: 96px;
}

.agro-men-review-photo img {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 16px;
  object-fit: cover;
  border: 3px solid #6B5B95;
  box-shadow: 0 4px 14px rgba(107, 91, 149, 0.25);
}

.agro-men-avatar {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #6B5B95;
  box-shadow: 0 4px 14px rgba(107, 91, 149, 0.25);
  background: #2a4a48;
}

.agro-men-avatar__blur {
  position: absolute;
  inset: -25%;
  background:
    radial-gradient(ellipse 45% 55% at 50% 32%, #f0dcc8 0%, transparent 68%),
    radial-gradient(ellipse 55% 35% at 50% 78%, #1a3533 0%, transparent 62%),
    radial-gradient(circle at 38% 38%, #d4b89a 0%, transparent 28%),
    radial-gradient(circle at 62% 38%, #d4b89a 0%, transparent 28%);
  filter: blur(7px);
  transform: scale(1.15);
}

.agro-men-avatar__blur--2 {
  background:
    radial-gradient(ellipse 50% 50% at 48% 30%, #e8cdb5 0%, transparent 65%),
    radial-gradient(ellipse 60% 38% at 52% 80%, #243d3b 0%, transparent 60%),
    radial-gradient(circle at 35% 40%, #c4a088 0%, transparent 26%),
    radial-gradient(circle at 65% 40%, #c4a088 0%, transparent 26%);
  filter: blur(8px);
}

.agro-men-avatar__blur--3 {
  background:
    radial-gradient(ellipse 42% 52% at 50% 34%, #f5e6d8 0%, transparent 70%),
    radial-gradient(ellipse 58% 36% at 50% 76%, #1e3331 0%, transparent 58%),
    radial-gradient(circle at 40% 36%, #d8b8a0 0%, transparent 30%),
    radial-gradient(circle at 60% 36%, #d8b8a0 0%, transparent 30%);
  filter: blur(6px);
}

.agro-men-avatar__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(107, 91, 149, 0.12) 0%,
    rgba(42, 74, 72, 0.5) 100%
  );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.agro-men-avatar__initial {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  color: rgba(245, 242, 237, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  letter-spacing: -1px;
}

.agro-men-badge {
  display: block;
  margin-top: 8px;
  padding: 5px 6px;
  background: #6B5B95;
  color: #F5F2ED;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  line-height: 1.2;
}

.agro-men-review-content {
  flex: 1;
  min-width: 0;
}

.agro-men-review-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.agro-men-review-head h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 3px;
  line-height: 1.2;
}

.agro-men-review-head small {
  font-size: 14px;
  color: #888;
}

.agro-men-stars {
  flex-shrink: 0;
  color: #C4A035;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 2px;
}

.agro-men-quote {
  font-size: 17px;
  line-height: 1.55;
  color: #333;
  margin: 0;
  font-style: italic;
}

.agro-reviews-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #2A2048, #6B5B95);
  border-radius: 18px;
  color: #F5F2ED;
}

.agro-reviews-score {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 800;
  color: #6B5B95;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.agro-reviews-summary strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.agro-reviews-summary p {
  margin: 0;
  font-size: 13px;
  opacity: 0.85;
}

/* Order steps */
.agro-steps {
  padding: 32px 16px 40px;
  background: linear-gradient(180deg, #F5F2ED 0%, #EDE8E0 100%);
}

.agro-steps-row {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.agro-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 0 28px 0;
}

.agro-step:last-child {
  padding-bottom: 0;
}

.agro-step::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #6B5B95, #9B8EC4);
}

.agro-step:last-child::before {
  display: none;
}

.agro-step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2A2048, #6B5B95);
  color: #F5F2ED;
  font-size: 20px;
  font-weight: 800;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(107, 91, 149, 0.35);
  z-index: 1;
}

.agro-step-body {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 4px 16px rgba(107, 91, 149, 0.08);
  border-left: 4px solid #6B5B95;
}

.agro-step-body h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
}

.agro-step-body p {
  font-size: 17px;
  line-height: 1.45;
  color: #555;
  margin: 0;
}

.agro-cta-wrap {
  text-align: center;
  padding: 0 16px 8px;
}

.agro-cta-wrap .button {
  margin-top: 0;
}

.order_form select.field[name="count"] {
  margin-top: 25px;
  padding-left: 20px;
  background-image: none;
  cursor: pointer;
  appearance: auto;
}

.order_form select.field[name="contact"] {
  padding-left: 20px;
  background-image: none;
  cursor: pointer;
  appearance: auto;
  font-size: 16px;
  color: #555;
}

/* Promo pricing + benefits block */
.agro-promo-block {
  padding: 24px 16px 8px;
}

.agro-promo-card {
  position: relative;
  background: #1c1c1c;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.agro-promo-header {
  padding: 18px 16px 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.agro-promo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  background: #2a2a2a;
}

.agro-promo-row--highlight {
  background: #333;
}

.agro-promo-qty {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.agro-promo-price {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.agro-promo-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #e74c3c;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.agro-promo-hit {
  position: absolute;
  right: -28px;
  bottom: 18px;
  z-index: 2;
  width: 100px;
  padding: 6px 0;
  background: #C4A035;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.agro-promo-tagline {
  margin: 16px 0 4px;
  padding: 12px 14px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  background: linear-gradient(135deg, #EDE8E0 0%, #fff 100%);
  border-radius: 12px;
  border: 1px solid rgba(107, 91, 149, 0.2);
}

.agro-promo-tagline b {
  color: #6B5B95;
}

.agro-promo-benefits {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.agro-promo-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.agro-promo-benefit:last-child {
  margin-bottom: 0;
}

.agro-promo-check {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5A8F6B;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

.agro-promo-benefit strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #4A7A58;
  margin-bottom: 4px;
}

.agro-promo-benefit p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  color: #555;
}

/* Purchase toast notifications */
.purchase-toast {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 9999;
  width: calc(100% - 24px);
  max-width: 440px;
  transform: translate(-50%, -120%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}

.purchase-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.purchase-toast__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(107, 91, 149, 0.15);
}

.purchase-toast__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5A8F6B;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.purchase-toast__text {
  flex: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #333;
}

.purchase-toast__text strong {
  color: #6B5B95;
  font-weight: 700;
}

.purchase-toast__text b {
  color: #222;
  font-weight: 700;
}

.purchase-toast__close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #f0f0f0;
  color: #666;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.purchase-toast__close:hover {
  background: #e0e0e0;
  color: #333;
}

/* Sticky buy button */
.sticky-buy-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
  background: #222;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
  pointer-events: none;
}

.sticky-buy-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sticky-buy-bar__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
}

.sticky-buy-bar__price {
  grid-column: 1;
  justify-self: start;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.sticky-buy-bar__side {
  display: none;
}

.sticky-buy-bar__value {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.3px;
}

.sticky-buy-bar__promo {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #8BC99A;
}

.sticky-buy-bar__btn {
  grid-column: 2;
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 48px;
  margin: 0 !important;
  padding: 0 28px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #4A3F72, #6B5B95);
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(107, 91, 149, 0.45);
  transition: background 0.2s ease, transform 0.2s ease;
}

.sticky-buy-bar__btn:active {
  transform: scale(0.98);
  background: linear-gradient(135deg, #3D3258, #5A4778);
}

body.has-sticky-buy .wrap {
  padding-bottom: 76px;
}
