:root {
	--botta-color-ink: #1f3127;
	--botta-color-ink-soft: #496053;
	--botta-color-bg: #f5f1e6;
	--botta-color-panel: #fffdf8;
	--botta-color-accent: #b6d36b;
	--botta-color-accent-dark: #8cab3c;
	--botta-color-line: rgba(31, 49, 39, 0.12);
	--botta-color-dark-panel: #23352f;
	--botta-color-dark-copy: rgba(255, 255, 255, 0.8);
	--botta-font-stack: "Inter", "Helvetica Neue", Arial, sans-serif;
	--botta-max-width: 1180px;
	--botta-space-xs: 12px;
	--botta-space-sm: 20px;
	--botta-space-md: 32px;
	--botta-space-lg: 48px;
	--botta-space-xl: 72px;
	--botta-radius-lg: 32px;
	--botta-radius-md: 24px;
	--botta-radius-sm: 16px;
	--botta-shadow: 0 24px 80px rgba(31, 49, 39, 0.08);
}

.elementor-widget-botta-hero-banner,
.elementor-widget-botta-testimonial,
.elementor-widget-botta-cta-banner,
.elementor-widget-botta-logo-strip,
.elementor-widget-botta-image-text {
	font-family: var(--botta-font-stack);
	color: var(--botta-color-ink);
}

.botta-widget {
	padding: var(--botta-space-md) 0;
}

.botta-product-widget-notice {
	display: block;
	width: min(100%, 1080px);
	margin: 12px auto;
	padding: 22px 24px;
	border: 1px dashed rgba(31, 49, 39, 0.35);
	border-radius: 8px;
	background: #fbfbf6;
	color: var(--botta-color-ink);
	font-family: var(--botta-font-stack);
	font-size: 13px;
	line-height: 1.55;
	text-align: left;
}

.botta-product-widget-notice strong {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 800;
}

.botta-product-widget-notice--section {
	background: #f5f7ef;
}

.botta-product-widget-notice p {
	margin: 4px 0 0;
}

.botta-product-widget-notice__items {
	display: grid;
	gap: 6px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.botta-product-widget-notice__items li {
	padding: 8px 10px;
	border: 1px solid rgba(31, 49, 39, 0.1);
	border-radius: 6px;
	background: #fffdf8;
}

.botta-widget-shell {
	width: min(calc(100% - 32px), var(--botta-max-width));
	margin: 0 auto;
}

.botta-widget-eyebrow {
	margin: 0 0 var(--botta-space-xs);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--botta-color-ink-soft);
}

.botta-widget-title,
.botta-widget-heading {
	margin: 0;
	font-family: var(--botta-font-stack);
	font-size: clamp(2.2rem, 4vw, 4.6rem);
	font-weight: 700;
	line-height: 1.04;
	color: var(--botta-color-ink);
}

.botta-widget-heading {
	font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.botta-widget-heading--center {
	text-align: center;
}

.botta-widget-copy {
	margin: var(--botta-space-sm) 0 0;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--botta-color-ink-soft);
}

.botta-widget-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: var(--botta-space-md);
}

.botta-widget-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.botta-widget-button:hover,
.botta-widget-button:focus {
	transform: translateY(-1px);
}

.botta-widget-button--primary {
	background: var(--botta-color-ink);
	color: #fff;
}

.botta-widget-button--ghost {
	border-color: var(--botta-color-line);
	background: rgba(255, 255, 255, 0.72);
	color: var(--botta-color-ink);
}

.botta-widget-hero .botta-widget-shell,
.botta-widget-image-text .botta-widget-shell,
.botta-widget-cta .botta-widget-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
}

.botta-widget-hero__media,
.botta-widget-image-text__media {
	position: relative;
}

.botta-widget-hero__media img,
.botta-widget-image-text__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--botta-radius-lg);
	box-shadow: var(--botta-shadow);
}

.botta-widget-hero__badge {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 14px 18px;
	border-radius: 18px;
	background: rgba(255, 253, 248, 0.92);
	backdrop-filter: blur(14px);
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--botta-color-ink);
}

.botta-widget-testimonial .botta-widget-shell {
	padding: clamp(28px, 4vw, 48px);
	border-radius: var(--botta-radius-lg);
	background: linear-gradient(135deg, #f8f4e9 0%, #fffdf8 100%);
	box-shadow: var(--botta-shadow);
}

.botta-widget-quote-mark {
	font-size: 5rem;
	line-height: 0.85;
	color: rgba(182, 211, 107, 0.7);
}

.botta-widget-testimonial__quote {
	margin: 8px 0 var(--botta-space-md);
	font-size: clamp(1.3rem, 2vw, 1.8rem);
	line-height: 1.5;
	color: var(--botta-color-ink);
}

.botta-widget-testimonial__meta {
	display: flex;
	align-items: center;
	gap: 16px;
}

.botta-widget-testimonial__avatar {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	object-fit: cover;
}

.botta-widget-testimonial__name {
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	color: var(--botta-color-ink);
}

.botta-widget-testimonial__role {
	margin: 6px 0 0;
	font-size: 0.95rem;
	color: var(--botta-color-ink-soft);
}

.botta-widget-cta .botta-widget-shell {
	padding: clamp(28px, 4vw, 48px);
	border-radius: var(--botta-radius-lg);
}

.botta-widget-cta--sage .botta-widget-shell {
	background: linear-gradient(135deg, #edf5d7 0%, #dce8bd 100%);
}

.botta-widget-cta--dark .botta-widget-shell {
	background: linear-gradient(135deg, #24352f 0%, #31463e 100%);
}

.botta-widget-cta--dark .botta-widget-eyebrow,
.botta-widget-cta--dark .botta-widget-heading,
.botta-widget-cta--dark .botta-widget-copy {
	color: #fff;
}

.botta-widget-cta--dark .botta-widget-copy {
	color: var(--botta-color-dark-copy);
}

.botta-widget-logo-strip .botta-widget-shell {
	padding: clamp(24px, 4vw, 40px) 0;
}

.botta-widget-logo-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: var(--botta-space-md);
}

.botta-widget-logo-strip__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 18px;
	border: 1px solid var(--botta-color-line);
	border-radius: var(--botta-radius-md);
	background: var(--botta-color-panel);
}

.botta-widget-logo-strip__item img {
	max-width: 100%;
	max-height: 48px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.botta-widget-image-text--image-left .botta-widget-shell {
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.botta-widget-image-text--image-left .botta-widget-image-text__media {
	order: 1;
}

.botta-widget-image-text--image-left .botta-widget-image-text__copy {
	order: 2;
}

.botta-widget-list {
	margin: var(--botta-space-sm) 0 0;
	padding: 0;
	list-style: none;
}

.botta-widget-list li {
	position: relative;
	margin: 0;
	padding: 0 0 0 22px;
	font-size: 0.98rem;
	line-height: 1.7;
	color: var(--botta-color-ink);
}

.botta-widget-list li + li {
	margin-top: 10px;
}

.botta-widget-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--botta-color-accent-dark);
}

@media (max-width: 1024px) {
	.botta-widget-logo-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.botta-widget {
		padding: 24px 0;
	}

	.botta-widget-hero .botta-widget-shell,
	.botta-widget-image-text .botta-widget-shell,
	.botta-widget-cta .botta-widget-shell {
		grid-template-columns: 1fr;
	}

	.botta-widget-hero__media,
	.botta-widget-image-text__media {
		order: -1;
	}

	.botta-widget-title {
		font-size: clamp(2rem, 9vw, 3rem);
	}

	.botta-widget-cta .botta-widget-shell,
	.botta-widget-testimonial .botta-widget-shell {
		padding: 24px;
	}

	.botta-widget-logo-strip__grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}

@media (max-width: 520px) {
	.botta-widget-logo-strip__grid {
		grid-template-columns: 1fr;
	}
}

.botta-fh-request-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 18px;
	border-radius: 999px;
	background: #091306;
	color: #fcfcf7;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.botta-fh-request-quote:hover,
.botta-fh-request-quote:focus-visible {
	background: #d3fa99;
	color: #091306;
}

.botta-fh-nav-spacer {
	min-width: 12px;
}

.botta-fh-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.botta-fh-product-card {
	display: grid;
	grid-template-rows: auto 220px auto auto;
	gap: 12px;
	min-height: 420px;
	padding: 18px;
	border-radius: 24px;
	background: #fcfcf7;
	color: #091306;
}

.botta-fh-product-tag {
	display: inline-flex;
	width: fit-content;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(28, 58, 19, 0.08);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.botta-fh-product-card img {
	width: 100%;
	height: 220px;
	object-fit: contain;
}

.botta-fh-product-card h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1.1;
}

.botta-fh-product-card a {
	color: #091306;
	font-weight: 700;
	text-decoration: none;
}

.botta-fh-logo-panel-track {
	overflow: hidden;
}

.botta-fh-logo-panel-marquee {
	display: flex;
	align-items: center;
	gap: 24px;
}

.botta-fh-logo-panel-marquee img {
	width: auto;
	height: 46px;
	object-fit: contain;
}

.botta-fh-footer {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr 1fr 1.2fr 1fr;
	grid-template-areas: "brand social contacts enquiries main" "brand social contacts enquiries legals";
	gap: 32px 28px;
	min-height: 280px;
	padding: 70px 0 84px;
}

.botta-fh-footer h2 {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.2;
}

.botta-fh-footer p,
.botta-fh-footer a {
	margin: 0;
	color: #2b3332;
	font-size: 15px;
	line-height: 1.6;
	text-decoration: none;
}

.botta-fh-footer a + a,
.botta-fh-footer p + p {
	margin-top: 8px;
}

.botta-fh-footer-brand {
	grid-area: brand;
}

.botta-fh-footer-brand img {
	width: 140px;
	height: auto;
}

.botta-fh-footer-social {
	grid-area: social;
}

.botta-fh-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.botta-fh-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 0;
	border-radius: 999px;
	background: #091306;
}

.botta-fh-socials a + a {
	margin-top: 0;
}

.botta-fh-socials img {
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
}

.botta-fh-footer-contacts {
	grid-area: contacts;
}

.botta-fh-footer-enquiries {
	grid-area: enquiries;
}

.botta-fh-footer-main {
	grid-area: main;
	display: grid;
	align-content: start;
}

.botta-fh-footer-legals {
	grid-area: legals;
}

@media (max-width: 1280px) {
	.botta-fh-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.botta-fh-footer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"brand contacts"
			"social contacts"
			"enquiries main"
			"enquiries legals";
	}
}

@media (max-width: 767px) {
	.botta-fh-product-grid,
	.botta-fh-footer {
		grid-template-columns: 1fr;
	}

	.botta-fh-footer {
		grid-template-areas:
			"brand"
			"social"
			"contacts"
			"enquiries"
			"main"
			"legals";
		padding: 48px 20px 56px;
	}

	.botta-fh-request-quote {
		display: none;
	}
}
