/* ======================================================================
   Agrisolutions — Enterprise Landing Theme
   Brand: #31425a (slate), #067b4d (green), #f5f5f5 (bg)
   ====================================================================== */

/* ------------------------------
   1) Brand Tokens (Light / Dark)
   ------------------------------ */
html[data-bs-theme='light'] {
  --as-bg-page: #f5f5f5;
  --as-bg-card: #ffffff;
  --as-text-heading: #31425a;
  --as-text-body: #4b5b70;
  --as-text-muted: #7a889b;
  --as-primary: #067b4d;
  --as-primary-hover: #056a42;
  --as-border: #e1e5eb;

  --as-glass-bg: rgba(255, 255, 255, 0.7);
  --as-glass-border: rgba(225, 229, 235, 0.9);
  --as-shadow: 0 14px 34px rgba(16, 24, 40, 0.1);
}

html[data-bs-theme='dark'] {
  --as-bg-page: #0f1720;
  --as-bg-card: #16202b;
  --as-text-heading: #f1f5f9;
  --as-text-body: #cbd5e1;
  --as-text-muted: #94a3b8;
  --as-primary: #067b4d;
  --as-primary-hover: #089c63;
  --as-border: #263445;

  --as-glass-bg: rgba(22, 32, 43, 0.7);
  --as-glass-border: rgba(38, 52, 69, 0.9);
  --as-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
}

/* ------------------------------
   2) Base Page
   ------------------------------ */
body {
  background: var(--as-bg-page) !important;
  color: var(--as-text-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  color: var(--as-text-heading) !important;
}

.text-muted {
  color: var(--as-text-muted) !important;
}

.card {
  background: var(--as-bg-card) !important;
  border-color: var(--as-border) !important;
}

.btn-primary {
  background: var(--as-primary) !important;
  border-color: var(--as-primary) !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 22px rgba(6, 123, 77, 0.2) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--as-primary-hover) !important;
  border-color: var(--as-primary-hover) !important;
  transform: translateY(-1px);
}

/* ------------------------------
   4) Navbar — Enterprise + Glass on scroll
   ------------------------------ */
nav.layout-navbar {
  background: transparent !important;
  box-shadow: none !important;
}

/* Default navbar appearance (top of page) */
.landing-navbar {
  background: rgba(255, 255, 255, 0.55) !important; /* slightly glassy at top */
  border: 1px solid rgba(225, 229, 235, 0.7) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.25s ease;
}

/* Nav links */
.landing-navbar .nav-link {
  font-weight: 700 !important;
  letter-spacing: 0.2px;
  color: var(--as-text-heading) !important;
  padding: 10px 12px !important;
  border-radius: 12px;
  opacity: 0.92;
}

.landing-navbar .nav-link:hover {
  background: rgba(6, 123, 77, 0.1) !important;
  opacity: 1;
}

.landing-navbar .nav-link.active,
.landing-navbar .nav-link[aria-current='page'] {
  background: rgba(6, 123, 77, 0.14) !important;
  opacity: 1;
}

/* Brand */
.app-brand-text {
  font-weight: 900 !important;
  letter-spacing: 0.2px;
  color: var(--as-text-heading) !important;
}

.brand-logo-img {
  height: 28px;
  width: auto;
  display: block;
}

/* When scrolled add glass class to navbar */
.landing-navbar.is-scrolled {
  background: var(--as-glass-bg) !important;
  border: 1px solid var(--as-glass-border) !important;
  box-shadow: var(--as-shadow) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Dark mode navbar tuning */
html[data-bs-theme='dark'] .landing-navbar {
  background: rgba(22, 32, 43, 0.55) !important;
  border: 1px solid rgba(38, 52, 69, 0.7) !important;
}

html[data-bs-theme='dark'] .landing-navbar .nav-link:hover {
  background: rgba(77, 212, 163, 0.12) !important;
}

/* Hero description */
#landingHero .h6 {
  color: var(--as-text-body) !important;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7 !important;
}

/* Showcase area */
.hero-animation-img {
  margin-top: 2.5rem !important;
}

/* Frame the dashboard like a product screenshot */
.hero-dashboard-img {
  max-width: 1040px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(225, 229, 235, 0.95);
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-dashboard-img img {
  border-radius: 18px;
}

/* Dark mode hero */

html[data-bs-theme='dark'] .hero-dashboard-img {
  background: rgba(22, 32, 43, 0.72) !important;
  border: 1px solid rgba(38, 52, 69, 0.95) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45) !important;
}

/* ------------------------------
   6) Improve spacing for anchors
   ------------------------------ */
section {
  scroll-margin-top: 96px;
}

/* Main Heading */
#landingHero .hero-title {
  /* size & hierarchy */
  font-size: clamp(2.2rem, 3.6vw, 3.4rem) !important;
  font-weight: 950 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 18px !important;

  /* Brand gradient text */
  background: linear-gradient(90deg, #067b4d 0%, #31425a 70%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;

  /* keep width premium */
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================
   HERO SECTION – Agrisolutions
   ========================================= */

.hero-container {
  max-width: 1100px;
  margin: auto;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-actions .btn {
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
}

.btn-primary:hover {
  background: #056b44;
}

.btn-outline {
  border: 2px solid #067b4d;
  color: #067b4d;
  background: transparent;
}

.btn-outline:hover {
  background: rgba(6, 123, 77, 0.08);
}

/* =========================================================
   AGRISOLUTIONS HERO (Light/Dark Blend)
   ========================================================= */

.hero-section {
  /* background: var(--as-bg-page) !important; */
  padding: 120px 20px 100px;
  overflow: hidden;
}

/* Premium brand glow behind hero */
.hero-section::before {
  content: '';
  position: absolute;
  inset: -140px -140px auto -140px;
  height: 560px;
  z-index: 0;
  background:
    radial-gradient(720px 340px at 25% 18%, rgba(6, 123, 77, 0.14), rgba(6, 123, 77, 0) 60%),
    radial-gradient(720px 340px at 75% 28%, rgba(49, 66, 90, 0.12), rgba(49, 66, 90, 0) 60%);
}

/* Dark mode glow */
html[data-bs-theme='dark'] .hero-section::before {
  background:
    radial-gradient(720px 340px at 25% 18%, rgba(6, 123, 77, 0.22), rgba(6, 123, 77, 0) 60%),
    radial-gradient(720px 340px at 75% 28%, rgba(49, 66, 90, 0.2), rgba(49, 66, 90, 0) 60%);
}

.hero-container {
  max-width: 1100px;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 980px;
  margin: 0 auto;
}

/* Badge / Eyebrow */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 850;
  letter-spacing: 0.2px;
  font-size: 0.9rem;
  color: var(--as-text-heading);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.08);
  margin-bottom: 18px;
}

html[data-bs-theme='dark'] .hero-badge {
  background: rgba(22, 32, 43, 0.6);
  border: 1px solid rgba(38, 52, 69, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  color: var(--as-text-heading);
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--as-primary);
  box-shadow: 0 0 0 6px rgba(6, 123, 77, 0.14);
}

/* Title */
.hero-title {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;

  /* Brand gradient text */
  background: linear-gradient(90deg, #067b4d 0%, #31425a 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

/* Title gradient in dark */
html[data-bs-theme='dark'] .hero-title {
  background: linear-gradient(90deg, #4dd4a3 0%, #f1f5f9 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

/* Subtext */
.hero-subtext {
  max-width: 820px;
  margin: 0 auto 34px;
  font-size: 1.12rem;
  line-height: 1.8;
  color: var(--as-text-body) !important;
}

/* Actions */
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hero-actions .btn {
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 900;
}

.btn-outline {
  border: 2px solid var(--as-primary) !important;
  color: var(--as-primary) !important;
  background: transparent !important;
}

.btn-outline:hover {
  background: rgba(6, 123, 77, 0.1) !important;
}

/* Chips */
.hero-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

.hero-chip {
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--as-text-heading);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

html[data-bs-theme='dark'] .hero-chip {
  background: rgba(22, 32, 43, 0.6);
  border: 1px solid rgba(38, 52, 69, 0.9);
  color: var(--as-text-heading);
}

/* Full-page hero */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Vanta only inside hero */
.hero-vanta {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* Ensure hero content stays above Vanta */
.hero-container,
.hero-content {
  position: relative;
  z-index: 2;
}

/* Optional: soft fade at bottom so About feels premium */
.hero-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  z-index: 1;
  pointer-events: none;
}

/* Dark mode fade */
html[data-bs-theme='dark'] .hero-section::after {
  background: linear-gradient(to bottom, rgba(10, 20, 28, 0), rgba(10, 20, 28, 1));
}

html[data-bs-theme='dark'] #vanta-bg canvas {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.18)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.1));
  opacity: 0.7;
}

/* =========================================================
   VANTA: HERO ONLY + CONTENT ABOVE + SUBTLE LOOK
   ========================================================= */

/* Make hero full screen and CLIP the canvas to this section */
#landingHero.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden; /* <-- this is what stops Vanta from appearing in other sections */
}

/* Vanta layer stays inside hero only */
#landingHero #vanta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* Your hero content always above Vanta */
#landingHero .hero-container,
#landingHero .hero-content {
  position: relative;
  z-index: 2;
}

/* Make the network subtle (smaller impact) */
#landingHero #vanta-bg canvas {
  opacity: 0.25; /* reduce strength (tweak 0.12 - 0.25) */
}

/* Dark mode: subtle white glow without becoming messy */
html[data-bs-theme='dark'] #landingHero #vanta-bg canvas {
  opacity: 0.35;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.18));
}

/* Optional: only if you still feel text mixes with lines
   (very soft spotlight behind text - doesn't change the page design) */
#landingHero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    circle at 50% 35%,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.25) 35%,
    rgba(255, 255, 255, 0) 70%
  );
}
html[data-bs-theme='dark'] #landingHero::after {
  background: radial-gradient(circle at 50% 35%, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0) 75%);
}

/* =========================================
   ABOUT / OUR APPROACH – Agrisolutions
   ========================================= */

.as-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #067b4d;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.as-about-title {
  margin-top: 14px;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #31425a;
}

.as-about-text {
  margin-top: 14px;
  color: #4b5b70;
  font-size: 1.03rem;
  line-height: 1.75;
  max-width: 560px;
}

.as-about-points {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.as-point {
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(225, 229, 235, 0.95);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.as-point-title {
  font-weight: 950;
  color: #31425a;
}

.as-point-sub {
  margin-top: 4px;
  color: #7a889b;
  font-weight: 600;
}

/* Image block */
.as-about-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(225, 229, 235, 0.95);
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.12);
}

.as-about-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.as-about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(49, 66, 90, 0.05), rgba(49, 66, 90, 0.3));
}

/* Badge on image */
.as-about-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(225, 229, 235, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.1);
  font-weight: 850;
  color: #31425a;
  font-size: 0.85rem;
}

.as-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #067b4d;
  box-shadow: 0 0 0 6px rgba(6, 123, 77, 0.14);
}

/* Buttons reuse */
.as-btn {
  padding: 12px 18px !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  background: #067b4d !important;
  border-color: #067b4d !important;
}

.as-btn:hover {
  background: #056a42 !important;
  border-color: #056a42 !important;
  transform: translateY(-1px);
}

.as-btn-outline {
  padding: 12px 18px !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  border-color: rgba(49, 66, 90, 0.25) !important;
  color: #31425a !important;
  background: rgba(255, 255, 255, 0.55) !important;
}

.as-btn-outline:hover {
  border-color: rgba(49, 66, 90, 0.38) !important;
  background: rgba(255, 255, 255, 0.75) !important;
}

/* Dark mode */
/* html[data-bs-theme='dark'] .as-about {
  background: #0f1720;
} */

html[data-bs-theme='dark'] .as-point,
html[data-bs-theme='dark'] .as-about-media {
  background: rgba(22, 32, 43, 0.7);
  border-color: rgba(38, 52, 69, 0.9);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
}

html[data-bs-theme='dark'] .as-about-title {
  color: #f1f5f9;
}
html[data-bs-theme='dark'] .as-about-text {
  color: #cbd5e1;
}
html[data-bs-theme='dark'] .as-point-title {
  color: #f1f5f9;
}
html[data-bs-theme='dark'] .as-point-sub {
  color: #94a3b8;
}

html[data-bs-theme='dark'] .as-about-badge {
  background: rgba(22, 32, 43, 0.72);
  border-color: rgba(38, 52, 69, 0.9);
  color: #f1f5f9;
}

/* =========================================================
   AnimalTric Product Suite (NEXT SECTION)
   Uses your existing tokens:
   --as-bg-page, --as-bg-card, --as-text-heading, --as-text-body,
   --as-text-muted, --as-primary, --as-primary-hover, --as-border,
   --as-glass-bg, --as-glass-border, --as-shadow
   ========================================================= */

.as-products {
  background: var(--as-bg-page);
  position: relative;
  overflow: hidden;
}

/* subtle glow (matches hero) */
.as-products::before {
  content: '';
  position: absolute;
  inset: -140px -120px auto -120px;
  height: 520px;
  z-index: 0;
  /* background:
    radial-gradient(640px 300px at 20% 20%, rgba(6, 123, 77, 0.14), rgba(6, 123, 77, 0) 60%),
    radial-gradient(640px 300px at 80% 30%, rgba(49, 66, 90, 0.12), rgba(49, 66, 90, 0) 60%); */
  pointer-events: none;
}

.as-products .container {
  position: relative;
  z-index: 1;
}

/* Head area */
.as-products-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .as-products-head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.as-products-title {
  margin-top: 14px;
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--as-text-heading);
}

.as-products-sub {
  margin-top: 10px;
  max-width: 720px;
  color: var(--as-text-body);
  font-size: 1.05rem;
  line-height: 1.75;
}

.as-products-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Integration strip */
.as-integrations {
  padding: 16px 16px;
  border-radius: 18px;
  background: var(--as-glass-bg);
  border: 1px solid var(--as-glass-border);
  box-shadow: var(--as-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.as-integrations-title {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--as-text-muted);
  margin-bottom: 10px;
}

.as-integrations-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.as-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.9rem;
  color: var(--as-text-heading);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
}

html[data-bs-theme='dark'] .as-pill {
  background: rgba(22, 32, 43, 0.55);
  border-color: rgba(38, 52, 69, 0.85);
}

.as-link {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(6, 123, 77, 0.35);
}

/* Cards */
.as-product-card {
  display: block;
  height: 100%;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(225, 229, 235, 0.95);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.as-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(16, 24, 40, 0.14);
  border-color: rgba(6, 123, 77, 0.28);
}

html[data-bs-theme='dark'] .as-product-card {
  background: rgba(22, 32, 43, 0.72);
  border-color: rgba(38, 52, 69, 0.9);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.as-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.as-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 123, 77, 0.12);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: var(--as-primary);
  font-size: 22px;
}

html[data-bs-theme='dark'] .as-icon {
  background: rgba(77, 212, 163, 0.1);
  border-color: rgba(77, 212, 163, 0.18);
  color: #4dd4a3;
}

.as-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.as-tag {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: var(--as-primary);
}

.as-tag-muted {
  background: rgba(49, 66, 90, 0.08);
  border-color: rgba(49, 66, 90, 0.12);
  color: var(--as-text-heading);
  opacity: 0.9;
}

html[data-bs-theme='dark'] .as-tag-muted {
  background: rgba(241, 245, 249, 0.06);
  border-color: rgba(241, 245, 249, 0.1);
  color: var(--as-text-heading);
}

.as-product-title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 950;
  letter-spacing: -0.01em;
  color: var(--as-text-heading);
}

.as-product-desc {
  margin-top: 8px;
  margin-bottom: 14px;
  color: var(--as-text-body);
  line-height: 1.7;
  font-size: 0.98rem;
}

.as-product-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--as-text-muted);
  font-weight: 700;
  font-size: 0.85rem;
}

.as-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(49, 66, 90, 0.35);
}

/* Dark mode glow */
/* html[data-bs-theme='dark'] .as-products::before {
  background:
    radial-gradient(640px 300px at 20% 20%, rgba(6, 123, 77, 0.22), rgba(15, 23, 32, 0) 60%),
    radial-gradient(640px 300px at 80% 30%, rgba(49, 66, 90, 0.2), rgba(15, 23, 32, 0) 60%);
} */

/* =========================================================
   FLAGSHIP SPOTLIGHT — AnimalTric EWS
   ========================================================= */

.as-spotlight {
  background: var(--as-bg-page);
  position: relative;
  overflow: hidden;
  border-radius: 16px !important;
}

.as-spotlight::before {
  content: '';
  position: absolute;
  inset: -140px -120px auto -120px;
  height: 520px;
  z-index: 0;
  background:
    radial-gradient(640px 300px at 18% 18%, rgba(6, 123, 77, 0.12), rgba(6, 123, 77, 0) 60%),
    radial-gradient(640px 300px at 82% 30%, rgba(49, 66, 90, 0.1), rgba(49, 66, 90, 0) 60%);
  pointer-events: none;
  /* border-radius: 15px; */
}

html[data-bs-theme='dark'] .as-spotlight::before {
  background:
    radial-gradient(640px 300px at 18% 18%, rgba(6, 123, 77, 0.22), rgba(15, 23, 32, 0) 60%),
    radial-gradient(640px 300px at 82% 30%, rgba(49, 66, 90, 0.18), rgba(15, 23, 32, 0) 60%);
}

.as-spotlight .container {
  position: relative;
  z-index: 1;
}

.as-spotlight-title {
  margin-top: 14px;
  font-size: clamp(1.9rem, 2.9vw, 2.6rem);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--as-text-heading);
  max-width: 620px;
}

.as-spotlight-text {
  margin-top: 12px;
  color: var(--as-text-body);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 640px;
}

/* Feature list */
.as-spotlight-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.as-spot-item {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(225, 229, 235, 0.95);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

html[data-bs-theme='dark'] .as-spot-item {
  background: rgba(22, 32, 43, 0.72);
  border-color: rgba(38, 52, 69, 0.9);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
}

.as-spot-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 123, 77, 0.12);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: var(--as-primary);
  font-size: 22px;
  flex: 0 0 auto;
}

html[data-bs-theme='dark'] .as-spot-icon {
  background: rgba(77, 212, 163, 0.1);
  border-color: rgba(77, 212, 163, 0.18);
  color: #4dd4a3;
}

.as-spot-title {
  font-weight: 950;
  color: var(--as-text-heading);
  letter-spacing: -0.01em;
}

.as-spot-sub {
  margin-top: 3px;
  color: var(--as-text-muted);
  font-weight: 600;
  line-height: 1.6;
}

.as-spotlight-actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Media frame */
.as-spotlight-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(225, 229, 235, 0.95);
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  min-height: 420px;
}

html[data-bs-theme='dark'] .as-spotlight-media {
  background: rgba(22, 32, 43, 0.72);
  border-color: rgba(38, 52, 69, 0.9);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
}

.as-spotlight-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.as-spotlight-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(49, 66, 90, 0.04), rgba(49, 66, 90, 0.25));
}

/* KPI chips */
.as-kpis {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 575px) {
  .as-kpis {
    grid-template-columns: 1fr;
  }
  .as-spotlight-img {
    height: 380px;
  }
}

.as-kpi {
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(225, 229, 235, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

html[data-bs-theme='dark'] .as-kpi {
  background: rgba(22, 32, 43, 0.72);
  border-color: rgba(38, 52, 69, 0.9);
}

.as-kpi-label {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--as-text-muted);
}

.as-kpi-value {
  margin-top: 4px;
  font-weight: 950;
  color: var(--as-text-heading);
  letter-spacing: -0.01em;
}

/* Badge */
.as-spotlight-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(225, 229, 235, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 900;
  color: var(--as-text-heading);
  font-size: 0.86rem;
}

html[data-bs-theme='dark'] .as-spotlight-badge {
  background: rgba(22, 32, 43, 0.72);
  border-color: rgba(38, 52, 69, 0.9);
}

.as-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--as-primary);
  box-shadow: 0 0 0 6px rgba(6, 123, 77, 0.14);
}

/* =========================================================
   WHO IT’S FOR + OUTCOMES
   ========================================================= */

.as-audience {
  background: var(--as-bg-page);
  position: relative;
  overflow: hidden;
}

.as-audience-head {
  max-width: 880px;
  margin: 0 auto 18px;
}

.as-audience-title {
  margin-top: 14px;
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--as-text-heading);
}

.as-audience-sub {
  margin-top: 10px;
  color: var(--as-text-body);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Audience cards */
.as-aud-card {
  height: 100%;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(225, 229, 235, 0.95);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.as-aud-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(16, 24, 40, 0.12);
  border-color: rgba(6, 123, 77, 0.28);
}

html[data-bs-theme='dark'] .as-aud-card {
  background: rgba(22, 32, 43, 0.72);
  border-color: rgba(38, 52, 69, 0.9);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.as-aud-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 123, 77, 0.12);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: var(--as-primary);
  font-size: 22px;
  margin-bottom: 12px;
}

html[data-bs-theme='dark'] .as-aud-icon {
  background: rgba(77, 212, 163, 0.1);
  border-color: rgba(77, 212, 163, 0.18);
  color: #4dd4a3;
}

.as-aud-title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: -0.01em;
  color: var(--as-text-heading);
}

.as-aud-text {
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--as-text-body);
  line-height: 1.7;
  font-size: 0.98rem;
}

/* Outcomes panel */
.as-outcomes {
  height: 100%;
  padding: 18px 18px;
  border-radius: 22px;
  background: var(--as-glass-bg);
  border: 1px solid var(--as-glass-border);
  box-shadow: var(--as-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.as-outcomes-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.as-outcomes-kicker {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--as-text-muted);
}

.as-outcomes-title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.35rem;
  font-weight: 950;
  color: var(--as-text-heading);
  letter-spacing: -0.01em;
}

.as-outcomes-sub {
  margin-top: 10px;
  color: var(--as-text-body);
  line-height: 1.7;
  font-size: 0.98rem;
}

.as-outcomes-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(225, 229, 235, 0.85);
  font-weight: 900;
  color: var(--as-text-heading);
  font-size: 0.86rem;
}

html[data-bs-theme='dark'] .as-outcomes-badge {
  background: rgba(22, 32, 43, 0.6);
  border-color: rgba(38, 52, 69, 0.85);
}

.as-out-list {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.as-out-item {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
}

html[data-bs-theme='dark'] .as-out-item {
  background: rgba(22, 32, 43, 0.55);
  border-color: rgba(38, 52, 69, 0.85);
}

.as-out-item i {
  font-size: 22px;
  color: var(--as-primary);
  margin-top: 2px;
}

html[data-bs-theme='dark'] .as-out-item i {
  color: #4dd4a3;
}

.as-out-title {
  font-weight: 950;
  color: var(--as-text-heading);
  letter-spacing: -0.01em;
}

.as-out-text {
  margin-top: 4px;
  color: var(--as-text-muted);
  font-weight: 600;
  line-height: 1.6;
}

.as-out-cta {
  margin-top: 16px;
}

.as-out-note {
  margin-top: 10px;
  text-align: center;
  color: var(--as-text-muted);
  font-weight: 700;
  font-size: 0.9rem;
}

/* =========================================================
   PLATFORM CAPABILITIES SECTION
   ========================================================= */

.as-capabilities {
  padding: 100px 0;
  /* background: var(--as-bg-page); */
}

.as-cap-header {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.as-cap-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 900;
  color: var(--as-text-heading);
  margin-bottom: 14px;
}

.as-cap-sub {
  font-size: 1.05rem;
  color: var(--as-text-body);
  line-height: 1.7;
}

.as-cap-card {
  height: 100%;
  padding: 26px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(225, 229, 235, 0.9);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
  transition: all 0.25s ease;
}

.as-cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(16, 24, 40, 0.15);
}

.as-cap-card i {
  font-size: 34px;
  color: var(--as-primary);
  margin-bottom: 14px;
  display: inline-block;
}

.as-cap-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--as-text-heading);
}

.as-cap-card p {
  font-size: 0.95rem;
  color: var(--as-text-body);
  line-height: 1.6;
}

/* Dark mode */
html[data-bs-theme='dark'] .as-cap-card {
  background: rgba(22, 32, 43, 0.7);
  border-color: rgba(38, 52, 69, 0.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

/* =========================================================
   SECURITY & COMPLIANCE — Agrisolutions
   Uses your tokens: --as-bg-page, --as-bg-card, --as-border, etc.
   ========================================================= */

.as-security {
  background: var(--as-bg-page);
  position: relative;
}

.as-security-head {
  margin-bottom: 18px;
}

.as-security-title {
  margin-top: 14px;
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.as-security-sub {
  margin: 12px auto 0;
  max-width: 880px;
  color: var(--as-text-body);
  line-height: 1.75;
  font-size: 1.03rem;
}

/* Left Cards */
.as-sec-card {
  height: 100%;
  padding: 18px 18px;
  border-radius: 18px;
  background: var(--as-bg-card);
  border: 1px solid var(--as-border);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  position: relative;
  overflow: hidden;
}

.as-sec-card::before {
  content: '';
  position: absolute;
  inset: -60px -60px auto -60px;
  height: 180px;
  background:
    radial-gradient(320px 180px at 20% 30%, rgba(6, 123, 77, 0.12), rgba(6, 123, 77, 0) 60%),
    radial-gradient(320px 180px at 70% 20%, rgba(49, 66, 90, 0.1), rgba(49, 66, 90, 0) 60%);
  pointer-events: none;
}

.as-sec-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
  border-color: rgba(6, 123, 77, 0.25);
}

.as-sec-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: var(--as-primary);
  margin-bottom: 12px;
}

.as-sec-icon i {
  font-size: 22px;
}

.as-sec-title {
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.as-sec-text {
  color: var(--as-text-body);
  line-height: 1.7;
  margin-bottom: 12px;
}

.as-sec-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.as-chip {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--as-text-heading);
  background: rgba(49, 66, 90, 0.06);
  border: 1px solid rgba(49, 66, 90, 0.14);
  padding: 6px 10px;
  border-radius: 999px;
}

/* Right Panel */
.as-sec-panel {
  height: 100%;
  padding: 20px 20px;
  border-radius: 20px;
  background: var(--as-glass-bg);
  border: 1px solid var(--as-glass-border);
  box-shadow: var(--as-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.as-sec-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.as-sec-panel-kicker {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--as-primary);
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  display: inline-block;
}

.as-sec-panel-title {
  margin-top: 12px;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.as-sec-panel-sub {
  margin-top: 10px;
  color: var(--as-text-body);
  line-height: 1.75;
}

.as-sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
  font-weight: 900;
  color: var(--as-text-heading);
  font-size: 0.85rem;
  white-space: nowrap;
}

.as-sec-list {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.as-sec-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
}

.as-sec-item i {
  color: var(--as-primary);
  font-size: 20px;
  margin-top: 2px;
}

.as-sec-item-title {
  font-weight: 950;
  color: var(--as-text-heading);
}

.as-sec-item-sub {
  margin-top: 4px;
  color: var(--as-text-muted);
  font-weight: 600;
  line-height: 1.5;
}

.as-sec-panel-cta {
  margin-top: 14px;
}

.as-sec-note {
  margin-top: 10px;
  color: var(--as-text-muted);
  font-weight: 600;
  text-align: center;
}

/* Dark mode refinements */
html[data-bs-theme='dark'] .as-sec-card {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
}

html[data-bs-theme='dark'] .as-chip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--as-text-heading);
}

html[data-bs-theme='dark'] .as-sec-badge,
html[data-bs-theme='dark'] .as-sec-item {
  background: rgba(22, 32, 43, 0.55);
  border-color: rgba(38, 52, 69, 0.85);
}

/* =========================================================
   IMPACT & RESULTS — Agrisolutions / AnimalTric
   ========================================================= */

.as-impact {
  background: var(--as-bg-page);
  position: relative;
}

.as-impact-title {
  margin-top: 14px;
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.as-impact-sub {
  margin: 12px auto 0;
  max-width: 920px;
  color: var(--as-text-body);
  line-height: 1.75;
  font-size: 1.03rem;
}

/* KPI Cards */
.as-kpi-card {
  height: 100%;
  padding: 18px 18px;
  border-radius: 18px;
  background: var(--as-bg-card);
  border: 1px solid var(--as-border);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  position: relative;
  overflow: hidden;
}

.as-kpi-card::before {
  content: '';
  position: absolute;
  inset: -70px -70px auto -70px;
  height: 200px;
  background:
    radial-gradient(360px 190px at 20% 30%, rgba(6, 123, 77, 0.12), rgba(6, 123, 77, 0) 60%),
    radial-gradient(360px 190px at 75% 25%, rgba(49, 66, 90, 0.1), rgba(49, 66, 90, 0) 60%);
  pointer-events: none;
}

.as-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
  border-color: rgba(6, 123, 77, 0.25);
}

.as-kpi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.as-kpi-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: var(--as-primary);
}

.as-kpi-icon i {
  font-size: 22px;
}

.as-kpi-pill {
  font-size: 0.82rem;
  font-weight: 900;
  color: var(--as-text-heading);
  background: rgba(49, 66, 90, 0.06);
  border: 1px solid rgba(49, 66, 90, 0.14);
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.as-kpi-value {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: var(--as-text-heading);
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.as-kpi-text {
  color: var(--as-text-body);
  line-height: 1.7;
}

/* Impact panel */
.as-impact-panel {
  height: 100%;
  padding: 20px 20px;
  border-radius: 20px;
  background: var(--as-glass-bg);
  border: 1px solid var(--as-glass-border);
  box-shadow: var(--as-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.as-impact-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.as-impact-kicker {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--as-primary);
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  display: inline-block;
}

.as-impact-panel-title {
  margin-top: 12px;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.as-impact-panel-sub {
  margin-top: 10px;
  color: var(--as-text-body);
  line-height: 1.75;
}

.as-impact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
  font-weight: 900;
  color: var(--as-text-heading);
  font-size: 0.85rem;
  white-space: nowrap;
}

.as-impact-steps {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.as-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
}

.as-step-no {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  color: var(--as-primary);
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  flex: 0 0 auto;
}

.as-step-title {
  font-weight: 950;
  color: var(--as-text-heading);
}

.as-step-sub {
  margin-top: 4px;
  color: var(--as-text-muted);
  font-weight: 600;
  line-height: 1.5;
}

.as-impact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

/* Proof panel */
.as-proof {
  height: 100%;
  padding: 20px 20px;
  border-radius: 20px;
  background: var(--as-bg-card);
  border: 1px solid var(--as-border);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.as-proof-kicker {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--as-primary);
}

.as-proof-title {
  margin-top: 10px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.as-proof-sub {
  margin-top: 10px;
  color: var(--as-text-body);
  line-height: 1.75;
}

.as-proof-list {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.as-proof-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(49, 66, 90, 0.04);
  border: 1px solid rgba(49, 66, 90, 0.12);
}

.as-proof-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: var(--as-primary);
  flex: 0 0 auto;
}

.as-proof-item-title {
  font-weight: 950;
  color: var(--as-text-heading);
}

.as-proof-item-sub {
  margin-top: 4px;
  color: var(--as-text-muted);
  font-weight: 600;
  line-height: 1.5;
}

.as-proof-cta {
  margin-top: 14px;
}

.as-proof-note {
  margin-top: 10px;
  color: var(--as-text-muted);
  font-weight: 600;
  text-align: center;
}

/* Dark mode refinements */
html[data-bs-theme='dark'] .as-kpi-card,
html[data-bs-theme='dark'] .as-proof {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
}

html[data-bs-theme='dark'] .as-kpi-pill {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--as-text-heading);
}

html[data-bs-theme='dark'] .as-impact-badge,
html[data-bs-theme='dark'] .as-step {
  background: rgba(22, 32, 43, 0.55);
  border-color: rgba(38, 52, 69, 0.85);
}

html[data-bs-theme='dark'] .as-proof-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

/* =========================================================
   OUR VISION — Agrisolutions
   ========================================================= */

.as-vision {
  background: var(--as-bg-page);
  position: relative;
}

.as-vision-card {
  padding: 34px 20px;
  border-radius: 22px;
  background: var(--as-glass-bg);
  border: 1px solid var(--as-glass-border);
  box-shadow: var(--as-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  position: relative;
}

.as-vision-card::before {
  content: '';
  position: absolute;
  inset: -120px -120px auto -120px;
  height: 380px;
  background:
    radial-gradient(560px 260px at 25% 25%, rgba(6, 123, 77, 0.18), rgba(6, 123, 77, 0) 60%),
    radial-gradient(560px 260px at 75% 35%, rgba(49, 66, 90, 0.16), rgba(49, 66, 90, 0) 60%);
  pointer-events: none;
}

.as-vision-title {
  margin-top: 14px;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.15;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;

  /* premium brand gradient */
  background: linear-gradient(90deg, #067b4d 0%, #31425a 72%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.as-vision-text {
  margin: 12px auto 0;
  max-width: 820px;
  color: var(--as-text-body);
  font-size: 1.08rem;
  line-height: 1.8;
}

.as-vision-chips {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.as-vision-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  color: var(--as-text-heading);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
}

.as-vision-chip i {
  color: var(--as-primary);
  font-size: 18px;
}

/* Dark mode */
html[data-bs-theme='dark'] .as-vision-card::before {
  background:
    radial-gradient(560px 260px at 25% 25%, rgba(6, 123, 77, 0.22), rgba(6, 123, 77, 0) 60%),
    radial-gradient(560px 260px at 75% 35%, rgba(49, 66, 90, 0.2), rgba(49, 66, 90, 0) 60%);
}

html[data-bs-theme='dark'] .as-vision-chip {
  background: rgba(22, 32, 43, 0.55);
  border-color: rgba(38, 52, 69, 0.85);
  color: var(--as-text-heading);
}

html[data-bs-theme='dark'] .as-vision-title {
  background: linear-gradient(90deg, #4dd4a3 0%, #f1f5f9 72%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

/* =========================================================
   FINAL CTA — Agrisolutions
   ========================================================= */
.as-final-cta {
  background: var(--as-bg-page);
}

.as-final-card {
  position: relative;
  padding: 34px 22px;
  border-radius: 24px;
  background: var(--as-glass-bg);
  border: 1px solid var(--as-glass-border);
  box-shadow: var(--as-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.as-final-glow {
  position: absolute;
  inset: -140px -140px auto -140px;
  height: 420px;
  background:
    radial-gradient(620px 280px at 25% 25%, rgba(6, 123, 77, 0.2), rgba(6, 123, 77, 0) 60%),
    radial-gradient(620px 280px at 75% 35%, rgba(49, 66, 90, 0.16), rgba(49, 66, 90, 0) 60%);
  pointer-events: none;
}

.as-final-title {
  margin-top: 12px;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.15;
  max-width: 820px;
}

.as-final-text {
  margin-top: 10px;
  color: var(--as-text-body);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 860px;
}

.as-final-points {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.as-final-point {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  color: var(--as-text-heading);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
  border-radius: 14px;
  padding: 10px 12px;
  width: fit-content;
}

.as-final-point i {
  color: var(--as-primary);
  font-size: 18px;
}

.as-final-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.as-final-note {
  margin-top: 4px;
  color: var(--as-text-muted);
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
}
.as-final-note a {
  color: var(--as-primary);
  font-weight: 900;
  text-decoration: none;
}
.as-final-note a:hover {
  text-decoration: underline;
}

/* Dark mode */
html[data-bs-theme='dark'] .as-final-glow {
  background:
    radial-gradient(620px 280px at 25% 25%, rgba(6, 123, 77, 0.24), rgba(6, 123, 77, 0) 60%),
    radial-gradient(620px 280px at 75% 35%, rgba(49, 66, 90, 0.2), rgba(49, 66, 90, 0) 60%);
}

html[data-bs-theme='dark'] .as-final-point {
  background: rgba(22, 32, 43, 0.55);
  border-color: rgba(38, 52, 69, 0.85);
  color: var(--as-text-heading);
}

/* =========================================================
   CONTACT — Agrisolutions
   ========================================================= */
.as-contact {
  background: var(--as-bg-page);
}

.as-contact-head {
  max-width: 860px;
  margin: 0 auto;
}

.as-contact-title {
  margin-top: 12px;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.as-contact-sub {
  margin-top: 10px;
  color: var(--as-text-body);
  font-size: 1.05rem;
  line-height: 1.8;
}

.as-contact-panel {
  height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: var(--as-glass-bg);
  border: 1px solid var(--as-glass-border);
  box-shadow: var(--as-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.as-contact-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(225, 229, 235, 0.85);
}
.as-contact-card + .as-contact-card {
  margin-top: 12px;
}

.as-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: var(--as-primary);
}
.as-contact-icon i {
  font-size: 18px;
}

.as-contact-label {
  font-weight: 900;
  color: var(--as-text-heading);
  font-size: 0.92rem;
}

.as-contact-value {
  display: inline-block;
  margin-top: 2px;
  color: var(--as-text-body);
  font-weight: 800;
  text-decoration: none;
}
.as-contact-value:hover {
  color: var(--as-primary);
  text-decoration: underline;
}

.as-contact-mini {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(225, 229, 235, 0.7);
}

.as-mini-title {
  font-weight: 950;
  color: var(--as-text-heading);
  margin-bottom: 10px;
}

.as-mini-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.as-mini-pills .as-pill {
  font-weight: 850;
  color: var(--as-text-heading);
  background: rgba(6, 123, 77, 0.08);
  border: 1px solid rgba(6, 123, 77, 0.16);
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.as-contact-form {
  height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: var(--as-bg-card);
  border: 1px solid var(--as-border);
  box-shadow: 0 20px 55px rgba(16, 24, 40, 0.1);
}

.as-label {
  font-weight: 900;
  color: var(--as-text-heading);
}

.as-input {
  border-radius: 14px !important;
  border-color: var(--as-border) !important;
  background: rgba(255, 255, 255, 0.85);
  color: var(--as-text-body) !important;
  padding: 12px 12px;
}
.as-input:focus {
  box-shadow: 0 0 0 4px rgba(6, 123, 77, 0.12) !important;
  border-color: rgba(6, 123, 77, 0.45) !important;
}

.as-contact-note {
  color: var(--as-text-muted);
  font-weight: 700;
  font-size: 0.92rem;
}

/* Dark mode */
html[data-bs-theme='dark'] .as-contact-card {
  background: rgba(22, 32, 43, 0.55);
  border-color: rgba(38, 52, 69, 0.85);
}

html[data-bs-theme='dark'] .as-contact-mini {
  border-top-color: rgba(38, 52, 69, 0.85);
}

html[data-bs-theme='dark'] .as-contact-form {
  background: rgba(22, 32, 43, 0.72);
  border-color: rgba(38, 52, 69, 0.9);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
}

html[data-bs-theme='dark'] .as-input {
  background: rgba(15, 23, 32, 0.85);
  border-color: rgba(38, 52, 69, 0.9) !important;
}

/* =========================================================
   FOOTER — Agrisolutions
   ========================================================= */

/* LIGHT MODE footer gradient */
html[data-bs-theme='light'] .as-footer {
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(6, 123, 77, 0.28), rgba(6, 123, 77, 0) 60%),
    radial-gradient(900px 420px at 82% 10%, rgba(49, 66, 90, 0.2), rgba(49, 66, 90, 0) 60%),
    linear-gradient(135deg, #064c36 0%, #067b4d 35%, #173a42 70%, #31425a 100%);
  /* border-top: 1px solid rgba(255, 255, 255, 0.14); */
  padding: 44px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* DARK MODE footer gradient (deeper + cleaner) */
html[data-bs-theme='dark'] .as-footer {
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(6, 123, 77, 0.22), rgba(6, 123, 77, 0) 60%),
    radial-gradient(900px 420px at 82% 10%, rgba(49, 66, 90, 0.22), rgba(49, 66, 90, 0) 60%),
    linear-gradient(135deg, #050a10 0%, #063a2a 35%, #0b1b22 70%, #0b1220 100%);
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  padding: 44px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.as-footer-name,
.as-footer-title {
  color: #f1f5f9 !important;
}

.as-footer-text {
  color: rgba(241, 245, 249, 0.78) !important;
}

.as-footer-tag,
.as-footer-bottom,
.as-footer-mini a {
  color: rgba(241, 245, 249, 0.58) !important;
}

.as-footer-links a {
  color: rgba(241, 245, 249, 0.78) !important;
}
.as-footer-links a:hover {
  color: #4dd4a3 !important;
}

.as-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.as-footer-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.as-footer-logo {
  height: 34px;
  width: auto;
  display: block;
}

.as-footer-name {
  font-weight: 950;
  color: var(--as-text-heading);
  letter-spacing: -0.01em;
}

.as-footer-tag {
  margin-top: 2px;
  color: var(--as-text-muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.as-footer-text {
  margin-top: 14px;
  color: var(--as-text-body);
  line-height: 1.75;
  max-width: 420px;
}

.as-footer-title {
  font-weight: 950;
  color: var(--as-text-heading);
  margin-bottom: 10px;
}

.as-footer-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.as-footer-links a {
  color: var(--as-text-body);
  text-decoration: none;
  font-weight: 750;
}
.as-footer-links a:hover {
  color: var(--as-primary);
}

.as-footer-bottom {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid var(--as-border);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  color: var(--as-text-muted);
  font-weight: 700;
}

.as-footer-mini a {
  color: var(--as-text-muted);
  text-decoration: none;
  font-weight: 800;
}
.as-footer-mini a:hover {
  color: var(--as-primary);
}

.as-footer-sep {
  margin: 0 8px;
  opacity: 0.65;
}

/* ================================
   Product Popup / Drawer Toggle
================================ */
.as-product-popup {
  margin-top: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}

.as-product-popup-inner {
  padding: 18px 18px 10px;
}

.as-product-popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 6px 2px;
}

.as-product-popup-close {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.as-product-popup-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.95);
}

.as-product-card.is-active {
  outline: 2px solid rgba(22, 163, 74, 0.22);
  box-shadow: 0 18px 50px rgba(22, 163, 74, 0.12);
}

/* nicer entrance for inner sections */
.as-product-popup.is-open .as-spotlight,
.as-product-popup.is-open .as-audience,
.as-product-popup.is-open .as-capabilities {
  animation: asPopIn 420ms ease both;
}

@keyframes asPopIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   PRODUCT POPUP — Spacing + Layout Upgrade
   (Drop-in overrides)
   ========================================================= */

/* popup shell */
.as-product-popup {
  border-radius: 22px;
  overflow: hidden;
  background: color-mix(in srgb, var(--as-bg-card) 92%, transparent);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.16);

  /* JS will animate height. Keep this minimal. */
  height: 0;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  will-change: height, opacity, transform;
}

/* state */
.as-product-popup.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* inner padding */
.as-product-popup-inner {
  padding: 22px 22px 18px;
}

@media (max-width: 767px) {
  .as-product-popup-inner {
    padding: 16px 14px 14px;
  }
}

/* header */
.as-product-popup-head {
  padding: 10px 10px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--as-glass-bg) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--as-glass-border) 85%, transparent);
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.08);
  margin-bottom: 16px;
}

/* close button */
.as-product-popup-close {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.75);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}
.as-product-popup-close:hover {
  transform: translateY(-1px) scale(1.02);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.12);
}

/* =========================
   Spotlight section spacing
   ========================= */

.as-spotlight .container {
  padding: 8px 0 0;
}

/* add a real two-column layout inside the popup spotlight */
.as-spotlight .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 1.5rem;
}

/* Title + text breathing */
.as-spotlight-title {
  margin-top: 10px;
  max-width: 700px;
  line-height: 1.12;
}

.as-spotlight-text {
  margin-top: 12px;
  font-size: 1.06rem;
  line-height: 1.85;
  max-width: 720px;
  color: var(--as-text-body);
}

/* feature list: less cramped */
.as-spotlight-list {
  margin-top: 18px;
  gap: 14px;
}

/* feature item cards */
.as-spot-item {
  padding: 16px 16px;
  border-radius: 18px;
  gap: 14px;
}

.as-spot-title {
  font-size: 1.02rem;
  line-height: 1.25;
}

.as-spot-sub {
  margin-top: 6px;
  line-height: 1.7;
}

/* icon box slightly bigger */
.as-spot-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  font-size: 24px;
}

/* image frame feels less tight */
.as-spotlight-media {
  border-radius: 24px;
  min-height: 460px;
}

/* ensure screenshot looks premium */
.as-spotlight-img {
  height: 500px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .as-spotlight-media {
    min-height: 380px;
  }
  .as-spotlight-img {
    height: 420px;
  }
}

/* badge: more elegant */
.as-spotlight-badge {
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.1);
}

/* KPI chips: more spacing + readable */
.as-kpis {
  left: 16px;
  right: 16px;
  bottom: 16px;
  gap: 12px;
}

.as-kpi {
  padding: 14px 14px;
  border-radius: 18px;
}

.as-kpi-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.as-kpi-value {
  margin-top: 6px;
  font-size: 1.05rem;
}

/* =========================
   Audience + other sections
   ========================= */

.as-audience-head,
.as-cap-header,
.as-security-head,
.as-impact-head,
.as-contact-head {
  margin-bottom: 24px;
}

/* section separators inside the popup (subtle, premium) */
.as-spotlight,
.as-audience,
.as-capabilities {
  padding: 18px 0;
}

.as-audience {
  /* border-top: 1px solid color-mix(in srgb, var(--as-border) 70%, transparent); */
  margin-top: 0px;
}

.as-capabilities {
  /* border-top: 1px solid color-mix(in srgb, var(--as-border) 70%, transparent); */
  margin-top: 0px;
}

/* prevent overall “busy” feel: soften text */
.as-audience-sub,
.as-cap-sub {
  line-height: 1.85;
}

/* active card highlight more refined */
.as-product-card.is-active {
  outline: none;
  border-color: rgba(6, 123, 77, 0.34);
  box-shadow: 0 22px 70px rgba(6, 123, 77, 0.16);
  transform: translateY(-2px);
}

/* Subtle glow only in dark mode */
/* html[data-bs-theme='dark'] #vanta-bg canvas {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.22)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.1));
  opacity: 0.75;
} */

/* =========================================================
   FIX: Navbar overlaps hero — keep navbar unchanged
   ========================================================= */

/* Just ensure navbar sits above hero/vanta layers */
nav.layout-navbar,
.landing-navbar {
  z-index: 2000 !important;
}

/* Push hero content down by the navbar height (no layout change to navbar) */
#landingHero.hero-section {
  padding-top: calc(120px + var(--as-nav-offset, 0px)) !important;
  /* keep your original 120px + dynamic navbar height */
}

/* If you use hero overlays/Vanta, keep them under navbar */
#landingHero::before,
#landingHero::after,
#landingHero #vanta-bg,
#landingHero .hero-vanta {
  z-index: 0 !important;
}

#landingHero .hero-container,
#landingHero .hero-content {
  z-index: 2 !important;
}

/* =========================================================
   FINAL: VANTA full-page (no seam) but visible ONLY in HERO
   ========================================================= */

/* Vanta stays full page to avoid the top seam */
#vanta-bg {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* Canvas fill */
#vanta-bg canvas {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.28;
}

/* Navbar above everything */
nav.layout-navbar,
.landing-navbar {
  position: relative;
  z-index: 2000 !important;
}

/* HERO is "open" so Vanta shows */
#landingHero {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

/* Everything AFTER hero must be opaque so Vanta can't be seen */
#landingHero ~ section,
#landingHero ~ div {
  position: relative;
  z-index: 2;
  background: var(--as-bg-page) !important;
}

/* Keep site wrappers above Vanta too */
.layout-page,
.content-wrapper,
.scrollspy-example {
  position: relative;
  z-index: 2;
  background: var(--as-bg-page) !important;
}

/* Only remove hero overlays (they cause band/seam) */
#landingHero::before,
#landingHero::after,
.hero-section::before,
.hero-section::after {
  display: none !important;
}

/* =========================================================
   POPUP FIX (NUCLEAR OVERRIDE) — paste at VERY END
   ========================================================= */

/* 1) Popup shell */
.as-product-popup {
  border-radius: 22px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.16) !important;
  margin-top: 18px !important;
}

html[data-bs-theme='dark'] .as-product-popup {
  background: rgba(22, 32, 43, 0.82) !important;
  border-color: rgba(38, 52, 69, 0.9) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5) !important;
}

/* 2) Inner spacing (this is what stops “touching borders”) */
.as-product-popup .as-product-popup-inner {
  padding: 22px 22px 26px !important;
}

@media (max-width: 767px) {
  .as-product-popup .as-product-popup-inner {
    padding: 16px 14px 16px !important;
  }
}

/* 3) Header card */
.as-product-popup .as-product-popup-head {
  padding: 14px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  margin-bottom: 16px !important;
}

html[data-bs-theme='dark'] .as-product-popup .as-product-popup-head {
  background: rgba(22, 32, 43, 0.55) !important;
  border-color: rgba(38, 52, 69, 0.85) !important;
}

/* 4) Close button */
.as-product-popup .as-product-popup-close {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
html[data-bs-theme='dark'] .as-product-popup .as-product-popup-close {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

/* 5) Stop any “section padding” inside popup from messing spacing */
.as-product-popup .as-spotlight,
.as-product-popup .as-audience,
.as-product-popup .as-capabilities {
  padding: 15px !important;
  margin: 0 !important;
}

/* 6) Make columns breathe (Bootstrap row gutters) */
.as-product-popup .row {
  --bs-gutter-x: 2rem !important;
  --bs-gutter-y: 1.5rem !important;
}

/* 7) Feature cards spacing */
.as-product-popup .as-spotlight-list {
  gap: 14px !important;
  margin-top: 14px !important;
}
.as-product-popup .as-spot-item {
  padding: 16px !important;
  border-radius: 18px !important;
  gap: 14px !important;
}

/* 8) The BIG one: media card needs INNER padding so overlays don’t touch */
.as-product-popup .as-spotlight-media {
  padding: 12px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

/* Make the image sit inside that padding cleanly */
.as-product-popup .as-spotlight-img {
  border-radius: 18px !important;
  transform: none !important; /* your scale(1.02) can cause “touching” feel */
}

/* Overlay should align to inner image area */
.as-product-popup .as-spotlight-overlay {
  inset: 12px !important;
  border-radius: 18px !important;
}

/* 9) KPI chips: keep them away from edges */
.as-product-popup .as-kpis {
  left: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  gap: 10px !important;
}
.as-product-popup .as-kpi {
  border-radius: 16px !important;
  padding: 12px 12px !important;
}

/* 10) If JS is setting inline height/opacity weirdly, at least keep it visible when open */
.as-product-popup.is-open {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

/* Bootstrap 5.3+ uses these CSS variables */
:root {
  --bs-tooltip-zindex: 3005;
  --bs-popover-zindex: 3005;
}

/* Safety override (works even if vars are ignored) */
.tooltip,
.popover {
  z-index: 3005 !important;
}

/* If any dropdown hover labels are used */
.dropdown-menu {
  z-index: 3005 !important;
}

/* =========================================================
   Product Popup — Video Slot (tight + enterprise)
   ========================================================= */

/* Reduce top spacing (your HTML uses mt-4) */
#asProductPopup .mt-4 {
  margin-top: 14px !important; /* was ~1.5rem */
}

/* Video label tighter */
#asProductPopup .as-eyebrow.mb-2 {
  margin-bottom: 8px !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.12em !important;
  opacity: 0.9;
}

/* Enterprise frame for the video */
#asProductPopup .ratio.ratio-16x9 {
  border-radius: 18px !important;
  overflow: hidden !important;

  /* premium “card” surface */
  background: color-mix(in srgb, var(--as-bg-card) 92%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--as-border) 85%, transparent) !important;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.1) !important;

  /* reduce visual height slightly without breaking 16:9 */
  max-width: 820px; /* keeps it compact */
  margin-left: 0; /* align to content */
}

/* The actual video element */
#asProductPopup .ratio.ratio-16x9 video {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 16px !important;
  background: #000 !important; /* clean while loading */
}

/* Optional: make it even tighter on desktop */
@media (min-width: 992px) {
  #asProductPopup .ratio.ratio-16x9 {
    max-width: 760px;
  }
}
/* Center the Product Video block inside the popup */
#asProductPopup .mt-4 {
  margin-top: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; /* centers children horizontally */
}

/* Keep the "Product Video" eyebrow aligned with the video width */
#asProductPopup .mt-4 > .as-eyebrow {
  width: min(760px, 100%) !important;
  align-self: center !important;
}

/* Center the video frame and give left/right breathing room */
#asProductPopup .mt-4 > .ratio.ratio-16x9 {
  width: min(760px, 100%) !important; /* fixed max width */
  margin-left: auto !important;
  margin-right: auto !important; /* centers the box */
}

/* Optional: make it a bit smaller on large screens */
@media (min-width: 1200px) {
  #asProductPopup .mt-4 > .ratio.ratio-16x9,
  #asProductPopup .mt-4 > .as-eyebrow {
    width: 700px !important;
  }
}

/* Keep the "Product Video" title pill compact (like before) but centered */
#asProductPopup .mt-4 > .as-eyebrow {
  width: auto !important; /* don't stretch */
  display: inline-flex !important; /* pill wraps text */
  align-self: center !important; /* centered */
  padding: 6px 12px !important; /* enterprise tight spacing */
  border-radius: 999px !important; /* pill */
}

/* Keep only the video frame constrained + centered */
#asProductPopup .mt-4 > .ratio.ratio-16x9 {
  width: min(760px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* =========================
   EWS SECTION LAYOUT
========================= */
.as-ews .as-ews-head {
  margin-bottom: 22px;
  max-width: 900px;
}

.as-ews .as-ews-title {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 8px 0;
}

.as-ews .as-ews-sub {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.75);
  margin: 0;
}

/* right column */
.as-ews .as-ews-right {
  padding-left: 6px;
}

.as-ews .as-ews-h3 {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
}

.as-ews .as-ews-text {
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.78);
  margin-bottom: 14px;
  max-width: 62ch;
}

/* header row above cards */
.as-ews .as-cap-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 12px;
}

.as-ews .as-cap-title {
  font-size: 13px;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.85);
}

.as-ews .as-cap-pill {
  font-size: 12px;
  font-weight: 800;
  color: rgba(49, 66, 90, 0.9);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(49, 66, 90, 0.06);
  border: 1px solid rgba(49, 66, 90, 0.1);
}

/* capabilities grid */
.as-ews .as-ews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 991px) {
  .as-ews .as-ews-grid {
    grid-template-columns: 1fr;
  }
}

/* capability card */
.as-ews .as-cap-card {
  border-radius: 14px;
  padding: 14px 14px 14px 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
  position: relative;
  overflow: hidden;
}

.as-ews .as-cap-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 123, 77, 0.95), rgba(49, 66, 90, 0.95));
  opacity: 0.55;
}

.as-ews .as-cap-card:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 123, 77, 0.25);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.09);
}

.as-ews .as-cap-card-title {
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 6px;
}

.as-ews .as-cap-card-sub {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.72);
}

/* buttons */
.as-ews .as-btn--ews,
.as-ews .as-btn-outline--ews {
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 800;
}

.as-ews .as-btn--ews {
  box-shadow: 0 12px 26px rgba(6, 123, 77, 0.18);
}

/* =========================
   SCREENSHOT - CLASSY GRAPHICS
========================= */
.as-about-media--ews {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.as-about-media--ews .as-media-glow {
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(circle at 25% 40%, rgba(6, 123, 77, 0.22), rgba(6, 123, 77, 0) 55%),
    radial-gradient(circle at 70% 60%, rgba(49, 66, 90, 0.18), rgba(49, 66, 90, 0) 55%);
  pointer-events: none;
  z-index: 1;
}

.as-about-media--ews .as-media-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.18;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}

.as-about-media--ews .as-media-ring {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(6, 123, 77, 0.14);
  pointer-events: none;
  z-index: 2;
}

.as-about-media--ews .as-media-ring--1 {
  top: -110px;
  left: -110px;
}
.as-about-media--ews .as-media-ring--2 {
  bottom: -130px;
  right: -130px;
}

.as-about-media--ews .as-float-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.12);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.8);
  z-index: 5;
}

.as-about-media--ews .as-float-chip--top {
  top: 16px;
  left: 16px;
}
.as-about-media--ews .as-float-chip--bottom {
  bottom: 16px;
  right: 16px;
}

.as-about-media--ews .as-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(6, 123, 77, 0.9);
  box-shadow: 0 0 0 4px rgba(6, 123, 77, 0.16);
}

/* =========================
   WIDE ADVANTAGE STRIP
========================= */
.as-ews .as-advantage {
  margin-top: 26px;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(90deg, rgba(6, 123, 77, 0.1), rgba(49, 66, 90, 0.06), rgba(255, 255, 255, 0.85));
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.as-ews .as-advantage-kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(6, 123, 77, 0.95);
  margin-bottom: 6px;
}

.as-ews .as-advantage-title {
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 6px;
}

.as-ews .as-advantage-sub {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.75);
  max-width: 78ch;
}

.as-ews .as-advantage-right {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.as-ews .as-adv-metric {
  min-width: 150px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.as-ews .as-adv-metric-val {
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
}

.as-ews .as-adv-metric-lbl {
  font-size: 12.5px;
  color: rgba(15, 23, 42, 0.7);
}

@media (max-width: 991px) {
  .as-ews .as-advantage {
    flex-direction: column;
    align-items: flex-start;
  }
  .as-ews .as-advantage-right {
    width: 100%;
    justify-content: flex-start;
  }
}

.as-spot-p {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.78);
}

.as-spot-p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   OUR MISSION
========================================================= */
.as-mission .as-mission-card {
  position: relative;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.1);
  padding: clamp(22px, 3.2vw, 38px);
  overflow: hidden;
}

[data-bs-theme='dark'] .as-mission .as-mission-card {
  background: rgba(17, 24, 39, 0.72);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.as-mission-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 10px 0 10px;
  color: #31425a;
  font-size: clamp(26px, 2.3vw, 40px);
  line-height: 1.12;
}

[data-bs-theme='dark'] .as-mission-title {
  color: rgba(255, 255, 255, 0.92);
}

.as-mission-text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(49, 66, 90, 0.86);
  max-width: 60ch;
}

[data-bs-theme='dark'] .as-mission-text {
  color: rgba(255, 255, 255, 0.72);
}

.as-mission-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.as-mission-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(6, 123, 77, 0.08);
  border: 1px solid rgba(6, 123, 77, 0.18);
  color: #31425a;
  font-weight: 600;
  font-size: 13px;
}

[data-bs-theme='dark'] .as-mission-chip {
  background: rgba(6, 123, 77, 0.14);
  border-color: rgba(6, 123, 77, 0.22);
  color: rgba(255, 255, 255, 0.86);
}

.as-mission-pills {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.as-mission-pill {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

[data-bs-theme='dark'] .as-mission-pill {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.as-mission-pill-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  flex: 0 0 auto;
}

.as-mission-pill-icon i {
  font-size: 18px;
  color: #067b4d;
}

.as-mission-pill-title {
  font-weight: 800;
  color: #31425a;
  margin-bottom: 2px;
  font-size: 14px;
}

[data-bs-theme='dark'] .as-mission-pill-title {
  color: rgba(255, 255, 255, 0.9);
}

.as-mission-pill-sub {
  color: rgba(49, 66, 90, 0.78);
  font-size: 13.5px;
  line-height: 1.55;
}

[data-bs-theme='dark'] .as-mission-pill-sub {
  color: rgba(255, 255, 255, 0.7);
}

/* subtle premium decor */
.as-mission-glow {
  position: absolute;
  inset: auto -120px -160px auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at center, rgba(6, 123, 77, 0.2), rgba(6, 123, 77, 0.06), rgba(6, 123, 77, 0) 70%);
  filter: blur(6px);
  pointer-events: none;
}

.as-mission-grid {
  position: absolute;
  inset: -2px;
  background:
    linear-gradient(to right, rgba(6, 123, 77, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(6, 123, 77, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.14;
  pointer-events: none;
  mask-image: radial-gradient(circle at 20% 0%, black 0%, transparent 58%);
}

/* =========================================
   ABOUT US — Premium Enterprise Styling
========================================= */
.as-aboutus--premium {
  position: relative;
  overflow: hidden;
}

/* Head */
.as-aboutus-title {
  font-weight: 900;
  letter-spacing: -0.03em;
  max-width: 980px;
  margin: 10px auto 0;
}
.as-aboutus-sub {
  max-width: 980px;
  margin: 10px auto 0;
  opacity: 0.85;
  line-height: 1.75;
}

/* Signal strip */
.as-aboutus-signal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(12px);
}
[data-bs-theme='dark'] .as-aboutus-signal {
  background: rgba(17, 24, 39, 0.55);
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}
.as-sig {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.01em;
  background: rgba(6, 123, 77, 0.08);
  border: 1px solid rgba(6, 123, 77, 0.18);
}
.as-sig i {
  font-size: 14px;
  color: #0b6b4f;
}
[data-bs-theme='dark'] .as-sig {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.18);
}
[data-bs-theme='dark'] .as-sig i {
  color: rgba(134, 239, 172, 0.95);
}

/* Left story card */
.as-aboutus-story {
  position: relative;
  border-radius: 22px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.62));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 70px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(14px);
  overflow: hidden;
}
[data-bs-theme='dark'] .as-aboutus-story {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.72), rgba(17, 24, 39, 0.48));
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.as-story-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.as-story-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12.5px;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
}
[data-bs-theme='dark'] .as-story-badge {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.18);
}
.as-story-badge .as-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0b6b4f;
  box-shadow: 0 0 0 6px rgba(11, 107, 79, 0.12);
}

/* KPI mini tiles */
.as-story-kpis {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.as-skp {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.08);
  min-width: 140px;
}
[data-bs-theme='dark'] .as-skp {
  background: rgba(2, 6, 23, 0.25);
  border-color: rgba(148, 163, 184, 0.14);
}
.as-skp-val {
  font-weight: 900;
  letter-spacing: -0.02em;
}
.as-skp-lbl {
  font-size: 12.5px;
  opacity: 0.8;
  margin-top: 2px;
}

/* Text + quote */
.as-story-text {
  font-size: 15.6px;
  line-height: 1.85;
  opacity: 0.9;
  margin: 0 0 14px;
}
.as-story-quote {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 18px;
  margin: 14px 0;
  background: linear-gradient(135deg, rgba(6, 123, 77, 0.12), rgba(49, 66, 90, 0.1));
  border: 1px solid rgba(6, 123, 77, 0.18);
}
[data-bs-theme='dark'] .as-story-quote {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(96, 165, 250, 0.1));
  border-color: rgba(148, 163, 184, 0.16);
}
.as-story-quote i {
  font-size: 18px;
  color: #0b6b4f;
  margin-top: 2px;
}
[data-bs-theme='dark'] .as-story-quote i {
  color: rgba(134, 239, 172, 0.95);
}
.as-quote-title {
  font-weight: 900;
  letter-spacing: -0.02em;
}
.as-quote-sub {
  opacity: 0.86;
  margin-top: 2px;
  line-height: 1.6;
}

/* Bottom */
.as-story-bottom {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.as-story-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.as-story-footnote {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 12.5px;
  opacity: 0.85;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
[data-bs-theme='dark'] .as-story-footnote {
  background: rgba(2, 6, 23, 0.25);
  border-color: rgba(148, 163, 184, 0.14);
}

/* Decorative overlays */
.as-story-glow {
  position: absolute;
  inset: -40% -35% auto auto;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(6, 123, 77, 0.18), transparent 60%);
  pointer-events: none;
}
[data-bs-theme='dark'] .as-story-glow {
  background: radial-gradient(circle at center, rgba(34, 197, 94, 0.18), transparent 60%);
}
.as-story-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 20% 10%, rgba(0, 0, 0, 0.55), transparent 55%);
  opacity: 0.65;
  pointer-events: none;
}
[data-bs-theme='dark'] .as-story-grid {
  background-image:
    linear-gradient(to right, rgba(148, 163, 184, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(148, 163, 184, 0.1) 1px, transparent 1px);
  opacity: 0.45;
}

/* Right pillar cards */
.as-aboutus-pillarWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.as-pillarCard {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 52px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(12px);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.as-pillarCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
  border-color: rgba(6, 123, 77, 0.22);
}
[data-bs-theme='dark'] .as-pillarCard {
  background: rgba(17, 24, 39, 0.55);
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.35);
}
.as-pillarIcon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(6, 123, 77, 0.1);
  border: 1px solid rgba(6, 123, 77, 0.18);
  flex: 0 0 auto;
}
.as-pillarIcon i {
  font-size: 18px;
  color: #0b6b4f;
}
[data-bs-theme='dark'] .as-pillarIcon {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.18);
}
[data-bs-theme='dark'] .as-pillarIcon i {
  color: rgba(134, 239, 172, 0.95);
}

.as-pillarTitle {
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.as-pillarSub {
  font-size: 13.9px;
  line-height: 1.65;
  opacity: 0.84;
}

/* Accent strip */
.as-aboutus-accent {
  margin-top: auto;
  padding: 18px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(6, 123, 77, 0.14), rgba(49, 66, 90, 0.12));
  border: 1px solid rgba(6, 123, 77, 0.18);
  box-shadow: 0 24px 74px rgba(16, 24, 40, 0.1);
}
[data-bs-theme='dark'] .as-aboutus-accent {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(96, 165, 250, 0.1));
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.42);
}
.as-accentTitle {
  font-weight: 950;
  letter-spacing: -0.02em;
}
.as-accentSub {
  margin-top: 6px;
  opacity: 0.88;
  line-height: 1.7;
}

.as-aboutus--premium::before {
  content: '';
  position: absolute;
  inset: -140px -140px;
  background:
    radial-gradient(closest-side at 20% 20%, rgba(6, 123, 77, 0.1), transparent 60%),
    radial-gradient(closest-side at 80% 40%, rgba(49, 66, 90, 0.08), transparent 60%),
    radial-gradient(closest-side at 40% 90%, rgba(6, 123, 77, 0.08), transparent 60%);
  pointer-events: none;
}
[data-bs-theme='dark'] .as-aboutus--premium::before {
  background:
    radial-gradient(closest-side at 20% 20%, rgba(34, 197, 94, 0.1), transparent 60%),
    radial-gradient(closest-side at 80% 40%, rgba(96, 165, 250, 0.08), transparent 60%),
    radial-gradient(closest-side at 40% 90%, rgba(34, 197, 94, 0.08), transparent 60%);
}

/* =========================================================
   HERO TEXT COLORS — DARK MODE ONLY
   Add at VERY END of agrisolutions-custom.css
   ========================================================= */

html[data-bs-theme='dark'] #landingHero .hero-content,
html[data-bs-theme='dark'] #landingHero .hero-content * {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Title brighter */
html[data-bs-theme='dark'] #landingHero .hero-title {
  color: rgba(255, 255, 255, 0.98) !important;
}

/* Paragraph/subtext slightly softer */
html[data-bs-theme='dark'] #landingHero .hero-subtext {
  color: rgba(226, 232, 240, 0.82) !important;
}

/* Badge + chips */
html[data-bs-theme='dark'] #landingHero .hero-badge,
html[data-bs-theme='dark'] #landingHero .hero-chip {
  color: rgba(241, 245, 249, 0.92) !important;
}

/* Buttons: keep readable in dark */
html[data-bs-theme='dark'] #landingHero .btn-outline,
html[data-bs-theme='dark'] #landingHero .btn-outline-primary {
  color: rgba(241, 245, 249, 0.92) !important;
  border-color: rgba(241, 245, 249, 0.38) !important;
}

html[data-bs-theme='dark'] #landingHero {
  --bs-body-color: rgba(241, 245, 249, 0.92);
  --bs-heading-color: rgba(255, 255, 255, 0.98);
  --bs-secondary-color: rgba(226, 232, 240, 0.82);
}

/* BIGGER HERO BADGE */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  /* ⬆️ bigger overall size */
  padding: 14px 18px;
  border-radius: 999px;

  /* stronger glass */
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* more contrast */
  border: 1px solid rgba(11, 107, 79, 0.24);

  /* more “premium pop” */
  box-shadow:
    0 18px 55px rgba(2, 22, 14, 0.16),
    0 2px 10px rgba(2, 22, 14, 0.06);

  position: relative;
  isolation: isolate;
}

/* Gradient ring a bit stronger */
.hero-badge::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, rgba(11, 107, 79, 0.7), rgba(11, 107, 79, 0.14), rgba(11, 107, 79, 0.7));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  pointer-events: none;
}

/* Dot bigger + more “signal” */
.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #0b6b4f;
  box-shadow: 0 0 0 8px rgba(11, 107, 79, 0.14);
  animation: heroPulse 1.6s ease-in-out infinite;
}

@keyframes heroPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(11, 107, 79, 0.22);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 16px rgba(11, 107, 79, 0);
  }
}

/* ⬆️ Bigger text + stronger weight */
.hero-badge-text {
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #0f2d23;

  /* ⬆️ increased for visibility */
  font-size: 15px;
  line-height: 1.05;
  white-space: nowrap;
}

.hero-badge-text strong {
  font-weight: 900;
  color: #0b6b4f;
}

.hero-sep {
  margin: 0 7px;
  opacity: 0.6;
}

/* ⬆️ Bigger chip */
.hero-mini {
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11, 107, 79, 0.12);
  border: 1px solid rgba(11, 107, 79, 0.22);
  color: #0b6b4f;
}

/* Make it even more visible on large screens */
@media (min-width: 1100px) {
  .hero-badge {
    padding: 16px 22px;
    gap: 14px;
  }
  .hero-badge-text {
    font-size: 16px;
  }
  .hero-dot {
    width: 13px;
    height: 13px;
  }
  .hero-mini {
    font-size: 12.5px;
    padding: 8px 12px;
  }
}

/* Mobile: allow wrap if needed */
@media (max-width: 480px) {
  .hero-badge {
    padding: 12px 14px;
    gap: 10px;
    max-width: 92vw;
    white-space: normal;
  }
  .hero-badge-text {
    font-size: 13px;
    white-space: normal;
    line-height: 1.15;
  }
}

.as-product-card {
  position: relative;
}

.as-open-row {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  opacity: 0.85;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.as-open-text {
  font-weight: 600;
  font-size: 0.9rem;
}

.as-open-icon {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.as-product-card:hover .as-open-row {
  opacity: 1;
}

.as-product-card:hover .as-open-icon {
  transform: translateX(4px);
}

.as-products-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-weight: 600;
  font-size: 0.92rem;
}
