:root {
	--av-green-950: #092b20;
	--av-green-900: #004c27;
	--av-green-800: #005b2f;
	--av-green-700: #006634;
	--av-green-600: #007a3e;
	--av-green-100: #e8f4ec;
	--av-green-50: #f4f9f5;
	--av-gold: #fdd805;
	--av-red: #e30611;
	--av-earth: #9b6647;
	--av-ink: #17211c;
	--av-muted: #607168;
	--av-border: #dce7df;
	--av-white: #fff;
	--av-shadow: 0 24px 70px rgba(12, 56, 41, .12);
	--av-radius: 24px;
	--av-container: 1200px;
}

/* Agroverde 1.2 — identidad, navegación y portada editorial */
.agroverde-experience .site-header,
.agroverde-experience #masthead {
	display: none !important;
}

.agroverde-experience #breadcrumbs.bb-yoast-breadcrumbs,
.agroverde-experience .bb-yoast-breadcrumbs {
	display: none !important;
}

.av-brand-header {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid rgba(255,255,255,.14);
	background: #082c20;
}

.av-brand-header__inner {
	display: flex;
	align-items: center;
	gap: 34px;
	min-height: 82px;
}

.av-brand {
	display: flex;
	align-items: center;
	width: 210px;
}

.av-brand img {
	display: block;
	width: 100%;
	max-height: 54px;
	object-fit: contain;
	object-position: left center;
}

.av-brand-nav {
	display: flex;
	align-items: center;
	gap: 27px;
	margin-left: auto;
}

.av-brand-nav a {
	color: rgba(255,255,255,.82);
	font-size: 13px;
	font-weight: 700;
}

.av-brand-nav a:hover { color: white; }

.av-header-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 17px;
	border-radius: 999px;
	background: var(--av-gold);
	color: #17211c;
	font-size: 12px;
	font-weight: 800;
}

.av-menu-toggle { display: none; }

.av-hero {
	min-height: 720px;
	background: #082c20;
	color: white;
}

.av-hero::before {
	background: linear-gradient(90deg, rgba(5,31,23,.97) 0%, rgba(5,31,23,.76) 49%, rgba(5,31,23,.3) 100%);
	background-image: none;
	mask-image: none;
	z-index: 1;
}

.av-hero__media {
	position: absolute;
	inset: 0;
	background: url("https://agroverde.com.ec/wp-content/uploads/2025/01/tomatebanner3.png") center/cover no-repeat;
	animation: avHeroReveal 1.1s ease both;
}

.av-hero__grid {
	z-index: 2;
	grid-template-columns: 1fr 360px;
	gap: 90px;
}

.av-hero h1 {
	color: white;
	font-size: clamp(58px, 7.2vw, 96px);
}

.av-hero h1 em { color: #e7be5d; }
.av-hero__content > p { color: rgba(255,255,255,.78); }
.av-hero__proof { border-color: rgba(255,255,255,.2); }
.av-hero__proof strong { color: white; }
.av-hero__proof span { color: rgba(255,255,255,.6); }

.av-hero__discover {
	align-self: end;
	padding: 12px 0;
	border-block: 1px solid rgba(255,255,255,.32);
	backdrop-filter: blur(8px);
}

.av-hero__discover > span {
	display: block;
	padding: 12px 4px 16px;
	color: #d9b75f;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.av-hero__discover a {
	display: grid;
	grid-template-columns: 34px 1fr auto;
	gap: 13px;
	align-items: center;
	padding: 20px 4px;
	border-top: 1px solid rgba(255,255,255,.14);
	color: white;
	transition: padding .2s ease, background .2s ease;
}

.av-hero__discover a:hover {
	padding-inline: 12px;
	background: rgba(255,255,255,.07);
	color: white;
}

.av-hero__discover b { color: #d9b75f; font-size: 11px; }
.av-hero__discover strong { font-size: 14px; }

@keyframes avHeroReveal {
	from { opacity: .55; transform: scale(1.035); }
	to { opacity: 1; transform: scale(1); }
}

.av-category-stage { background: #f1f5f0; }

.av-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.av-category-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 290px;
	padding: 26px;
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(8,44,32,.04), rgba(8,44,32,.92)),
		var(--av-cat-image, linear-gradient(135deg,#2d7953,#0b3929)) center/cover no-repeat;
	color: white;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.av-category-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 55px rgba(8,44,32,.2);
	color: white;
}

.av-category-card__count {
	margin-bottom: auto;
	align-self: flex-start;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	backdrop-filter: blur(8px);
	font-size: 10px;
}

.av-category-card strong {
	margin-bottom: 12px;
	font-size: 23px;
	line-height: 1.05;
	text-transform: uppercase;
}

.av-category-card b {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #f2d182;
	font-size: 11px;
}

@media (max-width: 980px) {
	.av-brand-header__inner { min-height: 72px; }
	.av-brand { width: 180px; }
	.av-header-cta { margin-left: auto; }
	.av-menu-toggle {
		display: grid;
		gap: 4px;
		width: 38px;
		padding: 8px;
		border: 0;
		background: transparent;
	}
	.av-menu-toggle span { display: block; height: 2px; background: white; }
	.av-brand-nav {
		display: none;
		position: absolute;
		inset: 72px 20px auto;
		flex-direction: column;
		align-items: stretch;
		padding: 20px;
		border-radius: 14px;
		background: #082c20;
		box-shadow: var(--av-shadow);
	}
	.av-brand-header__inner.is-open .av-brand-nav { display: flex; }
	.av-hero__grid { grid-template-columns: 1fr; }
	.av-hero__discover { display: none; }
	.av-category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.av-header-cta { display: none; }
	.av-brand { width: 170px; }
	.av-hero { min-height: 650px; }
	.av-hero h1 { font-size: 52px; }
	.av-hero__proof { grid-template-columns: 1fr 1fr; }
	.av-hero__proof > div:last-child { display: none; }
	.av-category-grid { grid-template-columns: 1fr; }
	.av-category-card { min-height: 240px; }
}

.agroverde-experience .site-content,
.agroverde-experience .content-area,
.agroverde-experience .container,
.agroverde-experience .bb-grid,
.agroverde-experience #primary {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
}

.agroverde-experience article.page,
.agroverde-experience .entry-content {
	margin: 0 !important;
	padding: 0 !important;
}

.agroverde-experience .entry-header,
.agroverde-experience .page-title {
	display: none !important;
}

.av-site {
	color: var(--av-ink);
	font-family: inherit;
	overflow: hidden;
	background: var(--av-white);
}

.av-site *,
.av-site *::before,
.av-site *::after {
	box-sizing: border-box;
}

.av-site h1,
.av-site h2,
.av-site h3,
.av-site p {
	margin-top: 0;
}

.av-site a {
	text-decoration: none;
}

.av-container {
	width: min(calc(100% - 40px), var(--av-container));
	margin-inline: auto;
}

.av-icon {
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
}

.av-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 80% 20%, rgba(214, 166, 60, .16), transparent 28%),
		linear-gradient(135deg, #f6fbf7 0%, #eef7f1 58%, #e0efe5 100%);
}

.av-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(19,81,58,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(19,81,58,.035) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(90deg, black, transparent 80%);
}

.av-hero__glow {
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgba(35, 139, 86, .12);
	filter: blur(80px);
	right: -180px;
	bottom: -260px;
}

.av-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 72px;
	align-items: center;
	padding-block: 92px;
}

.av-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: var(--av-green-700);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.av-kicker span {
	display: block;
	width: 28px;
	height: 2px;
	background: var(--av-gold);
}

.av-kicker--light {
	color: #cde7d5;
}

.av-hero h1 {
	max-width: 760px;
	margin-bottom: 26px;
	color: var(--av-green-950);
	font-size: clamp(48px, 6.1vw, 78px);
	line-height: .99;
	letter-spacing: -.055em;
}

.av-hero h1 em {
	color: var(--av-green-600);
	font-family: Georgia, serif;
	font-weight: 500;
}

.av-hero__content > p {
	max-width: 650px;
	margin-bottom: 34px;
	color: #52665b;
	font-size: 19px;
	line-height: 1.7;
}

.av-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	align-items: center;
}

.av-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.av-button:hover {
	transform: translateY(-2px);
}

.av-button .av-icon,
.av-text-link .av-icon,
.av-solution b .av-icon {
	width: 17px;
	height: 17px;
}

.av-button--primary {
	background: var(--av-green-700);
	color: white;
	box-shadow: 0 12px 30px rgba(25,112,71,.23);
}

.av-button--primary:hover {
	background: var(--av-green-800);
	color: white;
}

.av-button--secondary {
	border-color: #b9ccbf;
	background: rgba(255,255,255,.65);
	color: var(--av-green-900);
	backdrop-filter: blur(10px);
}

.av-button--outline {
	border-color: var(--av-border);
	background: white;
	color: var(--av-green-800);
}

.av-button--light {
	background: white;
	color: var(--av-green-900);
}

.av-button--ghost {
	border-color: rgba(255,255,255,.35);
	color: white;
}

.av-hero__proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 52px;
	padding-top: 28px;
	border-top: 1px solid rgba(19,81,58,.15);
}

.av-hero__proof div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.av-hero__proof strong {
	color: var(--av-green-900);
	font-size: 14px;
}

.av-hero__proof span {
	color: var(--av-muted);
	font-size: 12px;
	line-height: 1.35;
}

.av-hero__visual {
	position: relative;
	aspect-ratio: .88;
	border-radius: 34px;
	background: var(--av-green-950);
	box-shadow: var(--av-shadow);
	isolation: isolate;
	overflow: visible;
}

.av-hero__visual::after {
	content: "";
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 24px;
	z-index: -1;
}

.av-hero__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	object-position: 55% center;
}

.av-hero__photo-shade {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, transparent 55%, rgba(9,43,32,.42));
}

.av-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(1px);
}

.av-hero__orb--one {
	width: 140px;
	height: 140px;
	top: 8%;
	right: -7%;
	background: rgba(214,166,60,.78);
}

.av-hero__orb--two {
	width: 80px;
	height: 80px;
	bottom: 12%;
	left: -8%;
	background: rgba(255,255,255,.22);
}

.av-float-card {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 190px;
	padding: 15px 17px;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 16px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 18px 50px rgba(9,43,32,.18);
	backdrop-filter: blur(12px);
}

.av-float-card > .av-icon {
	width: 32px;
	height: 32px;
	padding: 7px;
	border-radius: 10px;
	background: var(--av-green-100);
	color: var(--av-green-700);
}

.av-float-card div {
	display: flex;
	flex-direction: column;
}

.av-float-card strong {
	color: var(--av-green-950);
	font-size: 12px;
}

.av-float-card span {
	color: var(--av-muted);
	font-size: 10px;
}

.av-float-card--top {
	top: 16%;
	left: -16%;
}

.av-float-card--bottom {
	right: -12%;
	bottom: 15%;
}

.av-strip {
	border-block: 1px solid var(--av-border);
	background: white;
}

.av-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.av-strip__grid > div {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 88px;
	padding: 18px 24px;
	border-right: 1px solid var(--av-border);
	color: var(--av-muted);
	font-size: 12px;
	line-height: 1.4;
}

.av-strip__grid > div:last-child {
	border-right: 0;
}

.av-strip__grid .av-icon {
	width: 26px;
	height: 26px;
	color: var(--av-green-600);
}

.av-strip__grid strong {
	color: var(--av-ink);
}

.av-section {
	padding-block: 104px;
}

.av-section--soft {
	background: var(--av-green-50);
}

.av-heading {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 80px;
	align-items: end;
	margin-bottom: 48px;
}

.av-heading--compact {
	grid-template-columns: 1fr auto;
}

.av-heading h2,
.av-catalog-heading h2,
.av-contact-grid h2,
.av-inline-cta h2 {
	margin-bottom: 0;
	color: var(--av-green-950);
	font-size: clamp(34px, 4.1vw, 54px);
	line-height: 1.08;
	letter-spacing: -.04em;
}

.av-heading > p,
.av-catalog-heading > p {
	margin-bottom: 2px;
	color: var(--av-muted);
	font-size: 16px;
	line-height: 1.7;
}

.av-grid {
	display: grid;
	gap: 24px;
}

.av-grid--solutions,
.av-grid--benefits {
	grid-template-columns: repeat(3, 1fr);
}

.av-solution {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 22px;
	min-height: 320px;
	padding: 34px;
	border: 1px solid var(--av-border);
	border-radius: var(--av-radius);
	background: white;
	color: var(--av-ink);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.av-solution:hover {
	transform: translateY(-7px);
	box-shadow: var(--av-shadow);
	color: var(--av-ink);
}

.av-solution::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	right: -70px;
	bottom: -80px;
	border-radius: 50%;
	opacity: .1;
	background: currentColor;
}

.av-solution > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 16px;
}

.av-solution--green > span { background: var(--av-green-100); color: var(--av-green-700); }
.av-solution--gold > span { background: #fbf2d9; color: #a87a16; }
.av-solution--earth > span { background: #f4e8e1; color: var(--av-earth); }

.av-solution small {
	color: #97a79e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
}

.av-solution h3 {
	margin: 20px 0 12px;
	color: var(--av-green-950);
	font-size: 23px;
}

.av-solution p {
	color: var(--av-muted);
	font-size: 14px;
	line-height: 1.7;
}

.av-solution b {
	position: absolute;
	left: 110px;
	bottom: 34px;
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--av-green-700);
	font-size: 12px;
}

.av-grid--products,
.av-grid--category-fallback {
	grid-template-columns: repeat(4, 1fr);
}

.av-product-card,
.av-course-card {
	border: 1px solid var(--av-border);
	border-radius: 20px;
	background: white;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.av-product-card:hover,
.av-course-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 50px rgba(12,56,41,.1);
}

.av-product-card__image,
.av-course-card__image {
	display: block;
	aspect-ratio: 1.18;
	background: #eef5f0;
	overflow: hidden;
}

.av-product-card__image img,
.av-course-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.av-product-card:hover img,
.av-course-card:hover img {
	transform: scale(1.04);
}

.av-product-card__body,
.av-course-card__body {
	padding: 23px;
}

.av-eyebrow {
	min-height: 17px;
	color: var(--av-green-600);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.av-eyebrow a {
	color: inherit;
}

.av-product-card h3,
.av-course-card h3 {
	margin: 9px 0 20px;
	font-size: 18px;
	line-height: 1.3;
}

.av-product-card h3 a,
.av-course-card h3 a {
	color: var(--av-green-950);
}

.av-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--av-green-700);
	font-size: 12px;
	font-weight: 750;
}

.av-grid--category-fallback > a {
	display: flex;
	flex-direction: column;
	min-height: 210px;
	padding: 28px;
	border: 1px solid var(--av-border);
	border-radius: 20px;
	background: white;
	color: var(--av-ink);
}

.av-grid--category-fallback > a span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 34px;
	border-radius: 14px;
	background: var(--av-green-100);
	color: var(--av-green-700);
}

.av-grid--category-fallback strong {
	margin-bottom: 6px;
	color: var(--av-green-950);
	font-size: 18px;
}

.av-grid--category-fallback small {
	color: var(--av-muted);
	line-height: 1.5;
}

.av-dual {
	padding-block: 0;
	background: var(--av-green-950);
	color: white;
}

.av-dual__grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
}

.av-dual__content {
	padding: 92px 80px 92px 0;
}

.av-dual__content h2 {
	margin-bottom: 22px;
	font-size: clamp(36px, 4.2vw, 58px);
	line-height: 1.06;
	letter-spacing: -.04em;
	color: white;
}

.av-dual__content > p {
	max-width: 650px;
	color: #bdd0c5;
	font-size: 16px;
	line-height: 1.75;
}

.av-dual__content ul {
	display: grid;
	gap: 12px;
	margin: 28px 0 35px;
	padding: 0;
	list-style: none;
}

.av-dual__content li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #e1eee6;
	font-size: 14px;
}

.av-dual__content li .av-icon {
	color: var(--av-gold);
}

.av-dual__campus {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 580px;
	padding: 58px;
	background:
		linear-gradient(180deg, rgba(7,36,27,.08), rgba(7,36,27,.94)),
		var(--av-campus-photo) center/cover no-repeat;
	overflow: hidden;
}

.av-map-section {
	line-height: 0;
	background: var(--av-green-950);
}

.av-map-section iframe {
	display: block;
	filter: saturate(.85) contrast(1.03);
}

.av-dual__campus::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	top: -80px;
	right: -80px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 50%;
	box-shadow: 0 0 0 60px rgba(255,255,255,.035), 0 0 0 120px rgba(255,255,255,.025);
}

.av-dual__badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
	margin-bottom: auto;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: #d8eee1;
	font-size: 12px;
}

.av-dual__campus h3 {
	max-width: 480px;
	margin-bottom: 16px;
	color: white;
	font-size: 40px;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.av-dual__campus p {
	max-width: 500px;
	color: #c3d9cc;
	line-height: 1.7;
}

.av-dual__campus > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: white;
	font-size: 14px;
	font-weight: 750;
}

.av-grid--courses {
	grid-template-columns: repeat(3, 1fr);
}

.av-course-card__placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	color: var(--av-green-600);
	background: linear-gradient(135deg, var(--av-green-100), #d6eadc);
}

.av-course-card__placeholder .av-icon {
	width: 70px;
	height: 70px;
}

.av-final-cta {
	padding-top: 20px;
}

.av-final-cta__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding: 62px;
	border-radius: 30px;
	background: linear-gradient(135deg, var(--av-green-700), var(--av-green-950));
	color: white;
	box-shadow: var(--av-shadow);
}

.av-final-cta h2 {
	margin-bottom: 10px;
	color: white;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.04;
	letter-spacing: -.04em;
	max-width: 760px;
}

.av-final-cta p {
	margin-bottom: 0;
	color: #cde1d4;
}

.av-page-hero {
	padding-block: 110px 95px;
	background:
		radial-gradient(circle at 85% 10%, rgba(214,166,60,.25), transparent 28%),
		linear-gradient(135deg, var(--av-green-800), var(--av-green-950));
	color: white;
}

.av-page-hero h1 {
	max-width: 850px;
	margin-bottom: 22px;
	color: white;
	font-size: clamp(48px, 6vw, 76px);
	line-height: 1;
	letter-spacing: -.05em;
}

.av-page-hero p {
	max-width: 700px;
	margin-bottom: 0;
	color: #d0e3d7;
	font-size: 18px;
	line-height: 1.7;
}

.av-page-hero--campus {
	background: linear-gradient(135deg, #163f57, #092b20);
}

.av-campus-hero {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 60px;
	align-items: center;
}

.av-campus-hero .av-actions {
	margin-top: 32px;
}

.av-campus-hero__icon {
	display: grid;
	place-items: center;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 50%;
	background: rgba(255,255,255,.05);
	color: rgba(255,255,255,.85);
	box-shadow: 0 0 0 40px rgba(255,255,255,.025);
}

.av-campus-hero__icon .av-icon {
	width: 105px;
	height: 105px;
}

.av-grid--benefits > div {
	padding: 34px;
	border: 1px solid var(--av-border);
	border-radius: var(--av-radius);
	background: white;
}

.av-grid--benefits .av-icon {
	width: 42px;
	height: 42px;
	padding: 9px;
	border-radius: 13px;
	background: var(--av-green-100);
	color: var(--av-green-700);
}

.av-grid--benefits h3 {
	margin: 24px 0 10px;
	color: var(--av-green-950);
	font-size: 21px;
}

.av-grid--benefits p {
	margin-bottom: 0;
	color: var(--av-muted);
	font-size: 14px;
	line-height: 1.7;
}

.av-catalog-heading {
	display: grid;
	grid-template-columns: 1fr .65fr;
	gap: 70px;
	align-items: end;
	margin: 90px 0 42px;
}

.av-empty {
	padding: 60px 30px;
	border: 1px dashed #b9cfc0;
	border-radius: var(--av-radius);
	background: var(--av-green-50);
	text-align: center;
}

.av-empty > span {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	border-radius: 20px;
	background: var(--av-green-100);
	color: var(--av-green-700);
}

.av-empty .av-icon {
	width: 36px;
	height: 36px;
}

.av-empty h3 {
	margin-bottom: 10px;
	color: var(--av-green-950);
}

.av-empty p {
	margin-bottom: 0;
	color: var(--av-muted);
}

.av-inline-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.av-inline-cta h2 {
	font-size: clamp(30px, 3.8vw, 46px);
}

.av-inline-cta p {
	margin: 10px 0 0;
	color: var(--av-muted);
}

.av-inline-cta--border {
	margin-top: 60px;
	padding-top: 54px;
	border-top: 1px solid var(--av-border);
}

.av-contact-grid {
	display: grid;
	grid-template-columns: 1fr .85fr;
	gap: 90px;
	align-items: start;
}

.av-contact-grid > div > p {
	max-width: 580px;
	margin-top: 20px;
	color: var(--av-muted);
	font-size: 16px;
	line-height: 1.75;
}

.av-contact-list {
	display: grid;
	gap: 16px;
	margin-top: 34px;
}

.av-contact-list > * {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 16px 0;
	border-bottom: 1px solid var(--av-border);
	color: var(--av-ink);
}

.av-contact-list .av-icon {
	width: 24px;
	height: 24px;
	color: var(--av-green-600);
}

.av-contact-list span {
	display: flex;
	flex-direction: column;
}

.av-contact-list small {
	color: var(--av-muted);
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.av-contact-list strong {
	color: var(--av-green-950);
	font-size: 14px;
}

.av-contact-card {
	padding: 44px;
	border-radius: 28px;
	background: var(--av-green-50);
}

.av-contact-card__icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: 28px;
	border-radius: 18px;
	background: var(--av-green-700);
	color: white;
}

.av-contact-card__icon .av-icon {
	width: 30px;
	height: 30px;
}

.av-contact-card h3 {
	margin-bottom: 14px;
	color: var(--av-green-950);
	font-size: 30px;
}

.av-contact-card p {
	color: var(--av-muted);
	line-height: 1.7;
}

.av-contact-card .av-button {
	margin-top: 12px;
}

.av-contact-card__note {
	margin: 24px 0 0 !important;
	padding-top: 20px;
	border-top: 1px solid var(--av-border);
	font-size: 12px !important;
}

@media (max-width: 1000px) {
	.av-hero__grid,
	.av-heading,
	.av-dual__grid,
	.av-contact-grid {
		grid-template-columns: 1fr;
	}

	.av-hero__grid {
		gap: 40px;
		padding-block: 70px;
	}

	.av-hero__visual {
		width: min(620px, 88%);
		margin-inline: auto;
		aspect-ratio: 1.2;
	}

	.av-hero__plant {
		inset: 8% 28%;
	}

	.av-strip__grid,
	.av-grid--products,
	.av-grid--category-fallback {
		grid-template-columns: repeat(2, 1fr);
	}

	.av-grid--solutions,
	.av-grid--courses,
	.av-grid--benefits {
		grid-template-columns: repeat(2, 1fr);
	}

	.av-dual__content {
		padding: 80px 0;
	}

	.av-dual__campus {
		min-height: 480px;
		margin-inline: -20px;
		padding-inline: 40px;
	}

	.av-contact-grid {
		gap: 55px;
	}
}

@media (max-width: 720px) {
	.av-container {
		width: min(calc(100% - 28px), var(--av-container));
	}

	.av-hero {
		min-height: auto;
	}

	.av-hero h1 {
		font-size: clamp(43px, 13vw, 60px);
	}

	.av-hero__content > p {
		font-size: 16px;
	}

	.av-hero__proof {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.av-hero__proof div {
		display: grid;
		grid-template-columns: 110px 1fr;
	}

	.av-hero__visual {
		width: 100%;
		aspect-ratio: .95;
	}

	.av-float-card--top { left: -3%; }
	.av-float-card--bottom { right: -3%; }

	.av-strip__grid,
	.av-grid--solutions,
	.av-grid--products,
	.av-grid--courses,
	.av-grid--category-fallback,
	.av-grid--benefits,
	.av-campus-hero,
	.av-catalog-heading {
		grid-template-columns: 1fr;
	}

	.av-strip__grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--av-border);
	}

	.av-section {
		padding-block: 72px;
	}

	.av-heading,
	.av-catalog-heading {
		gap: 20px;
		margin-bottom: 34px;
	}

	.av-heading--compact {
		grid-template-columns: 1fr;
	}

	.av-heading h2,
	.av-catalog-heading h2,
	.av-contact-grid h2 {
		font-size: 38px;
	}

	.av-solution {
		min-height: 290px;
		padding: 28px;
	}

	.av-solution b {
		left: 104px;
		bottom: 28px;
	}

	.av-dual__content {
		padding-block: 68px;
	}

	.av-dual__campus {
		min-height: 460px;
		padding: 36px 28px;
	}

	.av-final-cta__box,
	.av-inline-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.av-final-cta__box {
		padding: 38px 28px;
	}

	.av-page-hero {
		padding-block: 80px 70px;
	}

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

	.av-campus-hero__icon {
		display: none;
	}

	.av-catalog-heading {
		margin-top: 65px;
	}

	.av-contact-card {
		padding: 32px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.av-site *,
	.av-site *::before,
	.av-site *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Final cascade for the editorial hero. */
.av-site .av-hero {
	min-height: 720px;
	background: #082c20;
	color: white;
}
.av-site .av-hero::before {
	background: linear-gradient(90deg, rgba(5,31,23,.97) 0%, rgba(5,31,23,.76) 49%, rgba(5,31,23,.3) 100%);
	background-image: none;
	mask-image: none;
	z-index: 1;
}
.av-site .av-hero__grid {
	z-index: 2;
	grid-template-columns: 1fr 360px;
	gap: 90px;
}
.av-site .av-hero h1 {
	color: white;
	font-size: clamp(58px, 7.2vw, 96px);
}
.av-site .av-hero h1 em { color: #e7be5d; }
.av-site .av-hero__content > p { color: rgba(255,255,255,.78); }
.av-site .av-hero__proof { border-color: rgba(255,255,255,.2); }
.av-site .av-hero__proof strong { color: white; }
.av-site .av-hero__proof span { color: rgba(255,255,255,.6); }

@media (max-width: 980px) {
	.av-site .av-hero__grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	.av-site .av-hero { min-height: 650px; }
	.av-site .av-hero h1 { font-size: 52px; }
}

/* Agroverde 1.3 — brand palette, readable hero and complete catalog. */
.av-site .av-hero::before {
	background:
		linear-gradient(90deg, rgba(0,41,21,.98) 0%, rgba(0,64,33,.92) 36%, rgba(0,45,24,.62) 68%, rgba(0,30,16,.38) 100%),
		linear-gradient(0deg, rgba(0,35,18,.55), transparent 52%);
}

.av-site .av-hero h1 em,
.av-hero__discover > span,
.av-hero__discover b,
.av-category-card b {
	color: var(--av-gold);
}

.av-kicker span { background: var(--av-red); }
.av-header-cta { background: var(--av-gold); color: #003d20; }
.av-button--primary { background: var(--av-green-700); }

.av-product-card__image {
	aspect-ratio: 2 / 3;
	padding: 12px;
	background: white;
}

.av-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.av-product-card:hover img { transform: scale(1.025); }

.av-catalog-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}

.av-catalog-sidebar {
	position: sticky;
	top: 24px;
	padding: 24px;
	border: 1px solid var(--av-border);
	border-radius: 18px;
	background: white;
	box-shadow: 0 14px 40px rgba(0,102,52,.07);
}

.av-catalog-sidebar__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--av-border);
	color: var(--av-green-700);
}

.av-catalog-sidebar__title .av-icon { width: 28px; height: 28px; }
.av-catalog-sidebar__title span { display: flex; flex-direction: column; }
.av-catalog-sidebar__title small { color: var(--av-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.av-catalog-sidebar__title strong { color: var(--av-green-950); font-size: 18px; }

.av-catalog-sidebar ul { margin: 0; padding: 0; list-style: none; }
.av-catalog-sidebar li { margin: 0; border-bottom: 1px solid #edf2ee; }
.av-catalog-sidebar li:last-child { border-bottom: 0; }
.av-catalog-sidebar li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 11px 0;
	color: #405149;
	font-size: 13px;
	font-weight: 650;
}
.av-catalog-sidebar li a small,
.av-woo-sidebar li a small { color: #8fa097; font-size: 11px; }
.av-catalog-sidebar .av-catalog-subcategories,
.av-woo-sidebar .av-catalog-subcategories {
	margin: 0 0 8px 12px;
	padding-left: 12px;
	border-left: 2px solid #dcece3;
}
.av-catalog-sidebar .av-catalog-subcategories li,
.av-woo-sidebar .av-catalog-subcategories li { border: 0; }
.av-catalog-sidebar .av-catalog-subcategories a,
.av-woo-sidebar .av-catalog-subcategories a {
	padding: 7px 0;
	color: #687a71;
	font-size: 12px;
}
.av-catalog-sidebar li a:hover { color: var(--av-red); }
.av-catalog-sidebar .count { float: right; padding: 11px 0; color: #8fa097; font-size: 11px; }
.av-catalog-products .av-grid--products { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.av-about-hero {
	background:
		linear-gradient(90deg, rgba(0,70,36,.96), rgba(0,70,36,.6)),
		url("https://agroverde.com.ec/wp-content/uploads/2025/01/la-empresa.jpg") center/cover no-repeat;
}

.av-about-intro {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 90px;
	align-items: start;
}

.av-about-intro h2 {
	color: var(--av-green-950);
	font-size: clamp(40px, 5vw, 66px);
	line-height: 1;
	letter-spacing: -.045em;
}

.av-about-intro p {
	color: var(--av-muted);
	font-size: 17px;
	line-height: 1.85;
}

.av-values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.av-values-grid article {
	padding: 36px;
	border-radius: 20px;
	background: white;
	border-top: 4px solid var(--av-green-700);
}

.av-values-grid article:nth-child(2) { border-color: var(--av-red); }
.av-values-grid article:nth-child(3) { border-color: var(--av-gold); }
.av-values-grid span { color: var(--av-red); font-size: 11px; font-weight: 850; }
.av-values-grid h3 { margin: 18px 0 12px; color: var(--av-green-950); font-size: 28px; }
.av-values-grid p { color: var(--av-muted); line-height: 1.7; }

.av-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 60px;
}

.av-timeline::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: var(--av-border);
}

.av-timeline article {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 16px;
	padding: 24px 0;
	border-bottom: 1px solid var(--av-border);
}

.av-timeline strong { color: var(--av-red); font-size: 20px; }
.av-timeline p { margin: 0; color: var(--av-muted); line-height: 1.65; }

.av-about-divisions { background: var(--av-green-700); color: white; }
.av-about-divisions .av-heading h2 { color: white; }
.av-about-divisions .av-grid--benefits > div { background: white; }

@media (max-width: 980px) {
	.av-catalog-layout { grid-template-columns: 1fr; }
	.av-catalog-sidebar { position: static; columns: 2; }
	.av-catalog-sidebar__title { column-span: all; }
	.av-catalog-products .av-grid--products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.av-about-intro { grid-template-columns: 1fr; gap: 30px; }
	.av-values-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	.av-catalog-sidebar { columns: 1; }
	.av-catalog-products .av-grid--products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.av-product-card__body { padding: 16px; }
	.av-product-card h3 { font-size: 14px; }
	.av-timeline { grid-template-columns: 1fr; }
	.av-timeline::before { display: none; }
}
.agroverde-woo aside#secondary,
.agroverde-woo #secondary.widget-area,
.agroverde-woo .bb-grid > .widget-area {
  display: none !important;
}

.agroverde-woo #primary,
.agroverde-woo .content-area {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.agroverde-woo .site-content .container,
.agroverde-woo .site-content .bb-grid {
  width: min(100% - 40px, 1380px);
  max-width: 1380px;
  margin-inline: auto;
}

.av-woo-shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 32px;
  clear: both;
  align-items: start;
  width: 100%;
}

.av-woo-sidebar {
  position: sticky;
  top: 110px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 102, 52, .16);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 70, 36, .07);
}

.av-woo-sidebar h2 {
  margin: 0 0 16px;
  color: #006634;
  font-size: 20px;
}

.av-woo-sidebar ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.av-woo-sidebar a {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  color: #006634;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.av-woo-sidebar a:hover,
.av-woo-sidebar .current-cat > a {
  color: #e30611;
}

.av-woo-products {
  min-width: 0;
}

.agroverde-woo ul.products li.product a img,
.agroverde-woo ul.products li.product .woocommerce-loop-product__link img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 2 / 3;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff;
}

.agroverde-woo.single-product .woocommerce-product-gallery img,
.agroverde-woo.single-product .woocommerce-product-gallery__image img,
.agroverde-woo.single-product img.wp-post-image {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 900px) {
  .av-woo-shop-layout {
    grid-template-columns: 1fr;
  }

  .av-woo-sidebar {
    position: static;
  }

  .av-woo-sidebar ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}

/* Agroverde 1.5.1 — persistent student access. */
.av-student-access {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(0, 102, 52, .24);
  border-radius: 999px;
  background: #f2f8f4;
  color: #006634;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.av-student-access:hover {
  background: #006634;
  color: #fff;
  transform: translateY(-1px);
}

.av-student-access .av-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 1180px) {
  .av-brand-header__inner {
    gap: 18px;
  }

  .av-brand-nav {
    gap: 18px;
  }

  .av-student-access span {
    display: none;
  }

  .av-student-access {
    padding: 11px;
  }
}

.av-page-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity .45s ease, visibility .45s ease;
}

.av-page-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.av-page-loader > div {
  display: grid;
  gap: 16px;
  place-items: center;
  color: #006634;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.av-page-loader img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  animation: avLoaderSpin 1.15s cubic-bezier(.55,.1,.45,.9) infinite;
}

@keyframes avLoaderSpin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .av-page-loader img { animation: none; }
}

/* Agroverde 1.7 — richer photography and moving social proof. */
.av-grid--solutions .av-solution {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 390px;
  background-position: center;
  background-size: cover;
}

.av-grid--solutions .av-solution::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(0,55,29,.18), rgba(0,48,25,.94));
}

.av-grid--solutions .av-solution:nth-child(1) {
  background-image: url("https://agroverde.com.ec/wp-content/uploads/2025/01/tomatebanner3.png");
}

.av-grid--solutions .av-solution:nth-child(2) {
  background-image: url("https://agroverde.com.ec/wp-content/uploads/2025/01/vivero_banner.png");
}

.av-grid--solutions .av-solution:nth-child(3) {
  background-image: url("https://agroverde.com.ec/wp-content/uploads/2025/11/IMG_2218-scaled.jpg");
}

.av-grid--solutions .av-solution h3,
.av-grid--solutions .av-solution p,
.av-grid--solutions .av-solution b,
.av-grid--solutions .av-solution small {
  color: #fff;
}

.av-grid--solutions .av-solution > span {
  background: rgba(255,255,255,.92);
}

.av-trust-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,.72) 100%),
    url("https://agroverde.com.ec/wp-content/uploads/2025/01/vivero_banner.png") right center / 58% auto no-repeat;
}

.av-brand-wall > div {
  min-height: 155px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
}

.av-reviews-section {
  background:
    linear-gradient(90deg, rgba(0,102,52,.98), rgba(0,78,40,.9)),
    url("https://agroverde.com.ec/wp-content/uploads/2025/01/tomatebanner3.png") center / cover;
}

.av-review-cards {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 14px 0 20px;
}

.av-review-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: avReviewCarousel 32s linear infinite alternate;
}

.av-review-track:hover {
  animation-play-state: paused;
}

.av-review-cards article {
  width: 285px;
  flex: 0 0 285px;
}

@keyframes avReviewCarousel {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% + 860px)); }
}

@media (prefers-reduced-motion: reduce) {
  .av-review-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
}

@media (max-width: 760px) {
  .av-review-track {
    animation-duration: 24s;
  }

  .av-review-cards article {
    width: 260px;
    flex-basis: 260px;
  }
}

/* Agroverde 1.8 — news and photographic gallery. */
.av-nav-dropdown--about .av-nav-dropdown__menu {
  width: 210px;
}

.av-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.av-news-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0,102,52,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(0,70,36,.07);
  transition: transform .3s ease, box-shadow .3s ease;
}

.av-news-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0,70,36,.13);
}

.av-news-image {
  display: block;
  min-height: 220px;
  background-position: center;
  background-size: cover;
  transition: transform .45s ease;
}

.av-news-featured {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: 1.25fr 1fr;
}

.av-news-featured .av-news-image {
  min-height: 430px;
}

.av-news-grid article > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.av-news-featured > div:last-child {
  justify-content: center;
  padding: clamp(34px,5vw,70px);
  background: linear-gradient(145deg,#fff,#f2f8f4);
}

.av-news-grid small {
  color: #e30611;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.av-news-grid h2 {
  margin: 10px 0;
  color: #073b25;
  font-size: 23px;
  line-height: 1.18;
}

.av-news-grid h2 a {
  color: inherit;
}

.av-news-featured h2 {
  max-width: 620px;
  font-size: clamp(30px,3.1vw,48px);
  letter-spacing: -.035em;
}

.av-news-grid p {
  margin: 0 0 22px;
  color: #63756c;
  font-size: 15px;
  line-height: 1.65;
}

.av-news-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 46px;
}

.av-news-intro span {
  color: #e30611;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.av-news-intro h2 {
  max-width: 750px;
  margin: 12px 0 0;
  color: #073b25;
  font-size: clamp(38px,4.5vw,66px);
  line-height: .98;
  letter-spacing: -.05em;
}

.av-news-intro > p {
  color: #63756c;
  font-size: 17px;
  line-height: 1.65;
}

.av-news-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #006634 !important;
  font-weight: 800;
}

.av-news-link .av-icon {
  width: 18px;
}

.av-brand-footer {
  position: relative;
  z-index: 2;
  padding: 76px 0 0;
  color: rgba(255,255,255,.74);
  background:
    radial-gradient(circle at 82% 20%,rgba(253,216,5,.12),transparent 25%),
    linear-gradient(135deg,#003d21,#006634);
}

body:has(.av-brand-footer) > footer.footer-bottom,
body:has(.av-brand-footer) footer.footer-bottom.bb-footer {
  display: none !important;
}

body.single-sfwd-courses #wpadminbar,
body.single-sfwd-courses #masthead,
body.single-sfwd-courses .bb-mobile-header,
body.single-sfwd-courses #breadcrumbs {
  display: none !important;
}

html:has(body.single-sfwd-courses) {
  margin-top: 0 !important;
}

body.single-sfwd-courses .site-content {
  padding-top: 0 !important;
}

body.single-sfwd-courses .av-course-brand-header {
  position: relative;
  z-index: 100;
}

body.single-sfwd-courses .bb-course-banner-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

body.single-sfwd-courses .bb-course-banner-info {
  background: linear-gradient(135deg,#003d21,#006634) !important;
}

body.single-sfwd-courses .bb-course-banner-inner h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(38px,4vw,64px);
  line-height: 1;
  letter-spacing: -.045em;
}

body.single-sfwd-courses .bb-course-preview-wrap {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,40,22,.25);
}

body.single-sfwd-courses .bb-thumbnail-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.woocommerce-page:has(.av-store-brand-header) #wpadminbar,
body.woocommerce-page:has(.av-store-brand-header) #masthead,
body.woocommerce-page:has(.av-store-brand-header) .bb-mobile-header,
body.woocommerce-page:has(.av-store-brand-header) #breadcrumbs,
body.woocommerce-page:has(.av-store-brand-header) .bb-yoast-breadcrumbs {
  display: none !important;
}

html:has(body.woocommerce-page .av-store-brand-header) {
  margin-top: 0 !important;
}

body.woocommerce-page:has(.av-store-brand-header) .site-content {
  padding-top: 0 !important;
}

.av-store-brand-header {
  position: relative;
  z-index: 100;
}

.av-brand-footer__grid {
  display: grid;
  grid-template-columns: 1.45fr .7fr .85fr 1.1fr;
  gap: 56px;
  padding-bottom: 58px;
}

.av-brand-footer__identity img {
  width: 210px;
  max-height: 84px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
}

.av-brand-footer__identity p {
  max-width: 320px;
  margin-top: 22px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.6;
}

.av-brand-footer h2 {
  margin: 4px 0 22px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.av-brand-footer__grid > div:not(:first-child) > a {
  display: table;
  margin: 0 0 13px;
  color: rgba(255,255,255,.74);
  font-size: 14px;
}

.av-brand-footer__grid a:hover {
  color: #fdd805 !important;
}

.av-brand-footer__contact p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.7;
}

.av-brand-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.av-brand-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: 12px;
}

.av-brand-footer__bottom div {
  display: flex;
  gap: 24px;
}

.av-brand-footer__bottom a {
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

.av-gallery-grid {
  display: grid;
  grid-auto-rows: 260px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.av-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #eaf3ed;
}

.av-gallery-grid figure.is-wide {
  grid-column: span 2;
}

.av-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.av-gallery-grid figure:hover img {
  transform: scale(1.055);
}

@media (max-width: 900px) {
  .av-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .av-news-featured {
    grid-template-columns: 1fr;
  }

  .av-news-featured .av-news-image {
    min-height: 320px;
  }

  .av-news-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .av-brand-footer__grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 620px) {
  .av-news-grid,
  .av-gallery-grid {
    grid-template-columns: 1fr;
  }

  .av-gallery-grid figure.is-wide {
    grid-column: auto;
  }

  .av-news-featured {
    grid-column: auto;
  }

  .av-news-featured .av-news-image {
    min-height: 240px;
  }

  .av-brand-footer {
    padding-top: 52px;
  }

  .av-brand-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .av-brand-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .av-student-access {
    margin-left: auto;
  }

  .av-header-cta {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .av-student-access span {
    display: inline;
  }
}

@media (max-width: 430px) {
  .av-student-access span {
    display: none;
  }
}

.av-language-switcher .trp-language-switcher {
  width: 44px !important;
  height: auto;
}

.av-language-switcher .trp-shortcode-switcher__wrapper {
  width: 44px !important;
  min-width: 44px !important;
  --border-radius: 999px !important;
  --flag-size: 21px !important;
}

.av-language-switcher .trp-language-switcher a {
  justify-content: center;
  padding: 9px;
  color: #006634;
  font-size: 11px;
  font-weight: 850;
}

.av-language-switcher .trp-language-item {
  justify-content: center;
  min-height: 40px;
  padding: 9px !important;
}

.av-language-switcher .trp-language-item-name,
.av-language-switcher .trp-shortcode-arrow {
  display: none !important;
}

.av-language-switcher .trp-shortcode-overlay {
  min-width: 44px !important;
}

@media (max-width: 1180px) {
  .av-language-switcher {
    display: none;
  }
}

/* Agroverde 1.5 — searchable catalog and rotating photographic hero. */
.av-site .av-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 46, 24, .78) 0%, rgba(0, 58, 30, .58) 38%, rgba(0, 45, 23, .25) 70%, rgba(0, 30, 16, .08) 100%),
    linear-gradient(0deg, rgba(0, 35, 18, .28), transparent 48%);
}

.av-hero__media {
  overflow: hidden;
  background: #064526;
  animation: none;
}

.av-hero__media span {
  position: absolute;
  inset: 0;
  background: var(--av-hero-image) center / cover no-repeat;
  opacity: 0;
  transform: scale(1.035);
  animation: avHeroRotation 28s infinite;
}

.av-hero__media span:nth-child(2) {
  animation-delay: 7s;
}

.av-hero__media span:nth-child(3) {
  animation-delay: 14s;
}

.av-hero__media span:nth-child(4) {
  animation-delay: 21s;
}

@keyframes avHeroRotation {
  0% { opacity: 0; transform: scale(1.035); }
  4%, 22% { opacity: 1; }
  27%, 100% { opacity: 0; transform: scale(1.09); }
}

.av-product-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  margin: 0 0 42px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(0, 102, 52, .18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 70, 36, .07);
}

.av-product-search > span {
  display: grid;
  color: #006634;
  place-items: center;
}

.av-product-search .av-icon {
  width: 22px;
  height: 22px;
}

.av-product-search input {
  width: 100%;
  min-width: 0;
  padding: 13px 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #073b25;
  font-size: 16px;
}

.av-product-search button {
  padding: 13px 25px;
  border: 0;
  border-radius: 12px;
  background: #006634;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.av-product-search > a {
  padding: 10px;
  color: #e30611;
  font-size: 12px;
  font-weight: 800;
}

.av-product-search + .av-catalog-heading {
  margin-top: 0;
}

@media (max-width: 600px) {
  .av-site .av-hero::before {
    background: linear-gradient(90deg, rgba(0, 46, 24, .78), rgba(0, 45, 23, .38));
  }

  .av-product-search {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .av-product-search button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .agroverde-woo .site-content .container,
  .agroverde-woo .site-content .bb-grid {
    width: min(100% - 24px, 1380px);
  }

  .av-woo-sidebar ul {
    grid-template-columns: 1fr;
  }
}

/* Agroverde 1.4 — product navigation, partner brands and Google reviews. */
.av-nav-dropdown {
  position: relative;
}

.av-brand-nav .av-nav-dropdown__trigger {
  display: flex;
  align-items: center;
  gap: 6px;
}

.av-nav-dropdown__trigger span {
  font-size: 16px;
  transition: transform .2s ease;
}

.av-nav-dropdown__menu {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 100;
  display: grid;
  width: 275px;
  padding: 10px;
  border: 1px solid rgba(0, 102, 52, .12);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 44, 23, .22);
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.av-nav-dropdown__menu::before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 22px;
  content: "";
}

.av-brand-nav .av-nav-dropdown__menu a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #006634;
  font-size: 12px;
  line-height: 1.25;
}

.av-brand-nav .av-nav-dropdown__menu a:hover {
  background: #f0f7f3;
  color: #e30611;
}

.av-brand-nav .av-nav-dropdown__menu .av-nav-dropdown__child {
  position: relative;
  margin-left: 13px;
  width: calc(100% - 13px);
  padding-top: 6px;
  padding-bottom: 6px;
  color: #587267;
  font-size: 11px;
}

.av-brand-nav .av-nav-dropdown__menu .av-nav-dropdown__child::before {
  content: "↳";
  margin-right: 3px;
  color: #e30611;
}

.av-nav-dropdown__menu a small {
  color: #789087;
  font-weight: 700;
}

.av-brand-nav .av-nav-dropdown__menu .av-nav-dropdown__all {
  margin-bottom: 5px;
  background: #006634;
  color: #fff;
}

.av-nav-dropdown:hover .av-nav-dropdown__menu,
.av-nav-dropdown:focus-within .av-nav-dropdown__menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.av-nav-dropdown:hover .av-nav-dropdown__trigger span {
  transform: rotate(180deg);
}

.av-trust-section {
  background: #fff;
}

.av-brand-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.av-brand-wall > div {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 30px;
  border: 1px solid rgba(0, 102, 52, .12);
  border-radius: 20px;
  background: #fbfdfb;
  transition: transform .25s ease, box-shadow .25s ease;
}

.av-brand-wall > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 70, 36, .09);
}

.av-brand-wall img {
  width: 100%;
  max-width: 220px;
  max-height: 115px;
  object-fit: contain;
}

.av-reviews-section {
  overflow: hidden;
  background: #006634;
  color: #fff;
}

.av-reviews-layout {
  display: grid;
  grid-template-columns: .75fr 1.7fr;
  gap: 48px;
  align-items: center;
}

.av-review-summary h2 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
}

.av-review-summary > p {
  margin: 5px 0 28px;
  color: rgba(255,255,255,.75);
}

.av-review-score {
  display: flex;
  align-items: center;
  gap: 16px;
}

.av-review-score strong {
  font-size: 48px;
}

.av-review-score span,
.av-stars {
  color: #fdd805;
  letter-spacing: 3px;
}

.av-review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.av-review-cards article {
  min-height: 220px;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  color: #073b25;
  box-shadow: 0 18px 50px rgba(0, 35, 18, .18);
}

.av-review-card__head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  margin-bottom: 20px;
}

.av-review-card__head > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #e7f3eb;
  color: #006634;
  font-weight: 900;
}

.av-review-card__head strong,
.av-review-card__head small {
  display: block;
}

.av-review-card__head strong {
  font-size: 13px;
  line-height: 1.25;
}

.av-review-card__head small {
  margin-top: 3px;
  color: #718078;
  font-size: 10px;
}

.av-review-card__head b {
  color: #4285f4;
  font: 900 18px Arial, sans-serif;
}

.av-review-cards article p {
  margin: 18px 0 0;
  color: #42574c;
  font-size: 14px;
}

@media (max-width: 1050px) {
  .av-reviews-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .av-nav-dropdown {
    display: grid;
  }

  .av-nav-dropdown__menu {
    visibility: visible;
    position: static;
    display: grid;
    width: 100%;
    max-height: 0;
    padding: 0 0 0 14px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    overflow: hidden;
    transform: none;
  }

  .av-nav-dropdown:hover .av-nav-dropdown__menu,
  .av-nav-dropdown:focus-within .av-nav-dropdown__menu {
    max-height: 700px;
    padding-top: 8px;
    transform: none;
  }
}

@media (max-width: 760px) {
  .av-brand-wall,
  .av-review-cards {
    grid-template-columns: 1fr;
  }

  .av-brand-wall > div {
    min-height: 145px;
  }
}

/* Agroverde 1.4.2 — light corporate header. */
.av-brand-header {
  border-bottom: 1px solid rgba(0, 102, 52, .12);
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 55, 28, .07);
}

.av-brand-nav a,
.av-brand-nav .av-nav-dropdown__trigger {
  color: #006634;
}

.av-brand-nav a:hover,
.av-brand-nav .av-nav-dropdown__trigger:hover {
  color: #e30611;
}

.av-menu-toggle span {
  background: #006634;
}

@media (max-width: 980px) {
  .av-brand-nav {
    border: 1px solid rgba(0, 102, 52, .12);
    background: #fff;
  }
}
