.botta-iqrcode-page {
	--botta-iq-bg: #fbfaf5;
	--botta-iq-ink: #111d0f;
	--botta-iq-copy: #53604f;
	--botta-iq-line: #e0e5da;
	--botta-iq-olive: #10200f;
	--botta-iq-lime: #d8fb89;
	--botta-iq-sand: #d8b58f;
	--botta-iq-cream: #f4efe6;
	background: var(--botta-iq-bg);
	color: var(--botta-iq-ink);
	min-height: 100vh;
	padding-top: 96px;
}

.botta-iqrcode-page__elementor .elementor-widget-botta-iqrcode-section {
	margin-bottom: 0;
}

.botta-iqrcode-page--elementor-section {
	background: transparent;
	min-height: 0;
}

.botta-iqrcode-page--elementor-section .botta-iqrcode-page__inner {
	width: min(calc(100% - 48px), 1240px);
	padding: 0;
}

.botta-iqrcode-page a {
	color: inherit;
	text-decoration: none;
}

.botta-iqrcode-page .botta-fh-nav-cta,
.botta-iqrcode-page .botta-fh-button,
.botta-iqrcode-page .botta-fh-button:visited,
.botta-iqrcode-page .botta-fh-nav-cta:visited {
	color: #fff;
}

.botta-iqrcode-page .botta-fh-nav-cta:hover,
.botta-iqrcode-page .botta-fh-nav-cta:focus-visible,
.botta-iqrcode-page .botta-fh-button:hover,
.botta-iqrcode-page .botta-fh-button:focus-visible {
	color: #091306;
	background: #fcfcf7;
	border-color: #091306;
}

.botta-iqrcode-page__inner {
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
	padding: 46px 0 80px;
}

.botta-iqrcode-page .botta-fh-footer {
	width: min(calc(100% - 48px), 1240px);
	min-height: 0;
	padding-bottom: 56px;
}

.botta-iq-reveal-js .botta-iq-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.72s ease,
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--iq-reveal-delay, 0ms);
	will-change: opacity, transform;
}

.botta-iq-reveal.is-visible,
.botta-iq-reveal-js .botta-iq-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.botta-iq-reveal-js [data-iq-layer] {
	opacity: 0;
	transform: translate(
			var(--iq-layer-x, 0),
			var(--iq-layer-y, 24px)
		)
		scale(0.965);
	transition:
		opacity 0.72s ease,
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--iq-layer-delay, 0ms);
	will-change: opacity, transform;
}

.botta-iq-reveal.is-visible [data-iq-layer],
.botta-iq-reveal-js .botta-iq-reveal.is-visible [data-iq-layer] {
	opacity: 1;
	transform: none;
}

.botta-iqrcode-hero .botta-iq-hero-layer {
	opacity: 1;
	transform: none;
	transition:
		opacity 0.68s ease,
		transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--botta-iq-layer-delay, 0ms);
	will-change: opacity, transform;
}

.botta-iq-reveal-js .botta-iqrcode-hero .botta-iq-hero-layer {
	opacity: 0;
	transform: translate(
			var(--botta-iq-layer-x, 0),
			var(--botta-iq-layer-y, 20px)
		)
		scale(0.965);
}

.botta-iqrcode-hero.botta-iq-hero-ready .botta-iq-hero-layer,
.botta-iq-reveal-js .botta-iqrcode-hero.botta-iq-hero-ready .botta-iq-hero-layer {
	opacity: 1;
	transform: none;
}

.botta2026-elementor-preview .botta-iq-reveal,
.botta-iq-reveal-js .botta2026-elementor-preview .botta-iq-reveal,
.botta-iq-reveal-js .botta2026-elementor-preview [data-iq-layer],
.botta-iq-reveal-js .botta2026-elementor-preview .botta-iqrcode-hero .botta-iq-hero-layer,
.botta-iq-reveal-js .botta2026-elementor-preview .botta-iqrcode-preview__phone-frame {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

.botta-iq-reveal-js .botta2026-elementor-preview .botta-iqrcode-preview__phone {
	filter: blur(0) drop-shadow(0 28px 46px rgba(0, 0, 0, 0.34)) !important;
}

.botta2026-elementor-preview .botta-iqrcode-preview__stage::after {
	animation: none !important;
	opacity: 0 !important;
}

.botta-iqrcode-eyebrow {
	margin: 0 0 10px;
	color: #6b7768;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1;
	text-transform: uppercase;
}

.botta-iqrcode-eyebrow--light {
	color: rgba(255, 255, 255, 0.7);
}

.botta-iqrcode-hero,
.botta-iqrcode-explainer,
.botta-iqrcode-challenge,
.botta-iqrcode-passport,
.botta-iqrcode-impact,
.botta-iqrcode-preview,
.botta-iqrcode-benefits,
.botta-iqrcode-featured,
.botta-iqrcode-videos,
.botta-iqrcode-cta {
	margin-top: 72px;
}

.botta-iqrcode-hero {
	display: grid;
	gap: 42px;
}

.botta-iqrcode-hero__visual {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 420px;
	padding-bottom: 34px;
}

.botta-iqrcode-hero__visual-band {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 34px;
	height: 142px;
	border-radius: 24px;
	background: var(--botta-iq-sand);
}

.botta-iqrcode-hero__phone {
	position: relative;
	left: 14px;
	display: block;
	width: min(420px, 100%);
	margin: 0 auto;
	z-index: 4;
	filter: drop-shadow(0 20px 45px rgba(16, 32, 15, 0.18));
}

.botta-iqrcode-hero__card,
.botta-iqrcode-hero__icon {
	position: absolute;
	display: block;
	pointer-events: none;
	filter: drop-shadow(0 20px 35px rgba(16, 32, 15, 0.16));
}

.botta-iqrcode-hero__card {
	z-index: 3;
	width: min(188px, 28vw);
}

.botta-iqrcode-hero__card--recycling {
	z-index: 6;
	right: calc(40% - 160px);
	top: 18px;
}

.botta-iqrcode-hero__card--nutrition {
	left: calc(50% - 300px);
	bottom: 44px;
}

.botta-iqrcode-hero__icon {
	z-index: 5;
	width: 58px;
	height: 58px;
	border-radius: 12px;
}

.botta-iqrcode-hero__icon--document {
	z-index: 2;
	left: calc(50% - 350px);
	bottom: 236px;
	width: 88px;
	height: 88px;
}

.botta-iqrcode-hero__icon--eco {
	z-index: 7;
	right: calc(50% - 340px);
	bottom: 42px;
	width: 88px;
	height: 88px;
}

.botta-iqrcode-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.botta-iqrcode-hero__intro,
.botta-iqrcode-hero__aside {
	display: grid;
	align-content: start;
}

.botta-iqrcode-hero__intro {
	row-gap: 20px;
}

.botta-iqrcode-hero__aside {
	gap: 24px;
	padding-top: 24px;
}

.botta-iqrcode-hero__content h1,
.botta-iqrcode-copy-block h2,
.botta-iqrcode-impact h2,
.botta-iqrcode-benefits h2,
.botta-iqrcode-cta h2,
.botta-iqrcode-featured h2,
.botta-iqrcode-challenge__head h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.botta-iqrcode-hero__subtitle {
	margin: 12px 0 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	max-width: 320px;
}

.botta-iqrcode-hero__copy,
.botta-iqrcode-copy-block p,
.botta-iqrcode-cta__copy p:last-child {
	margin: 0;
	color: var(--botta-iq-copy);
	font-size: 14px;
	line-height: 1.62;
}

.botta-iqrcode-hero__button,
.botta-iqrcode-cta__button {
	width: fit-content;
	min-width: 132px;
	padding-inline: 30px;
}

.botta-iqrcode-hero__button {
	width: 100%;
	justify-content: center;
}

.botta-iqrcode-page .botta-iqrcode-hero__button:hover,
.botta-iqrcode-page .botta-iqrcode-hero__button:focus-visible,
.botta-iqrcode-page .botta-iqrcode-cta__button:hover,
.botta-iqrcode-page .botta-iqrcode-cta__button:focus-visible {
	color: #091306 !important;
	background: #fcfcf7 !important;
	border-color: #091306 !important;
}

.botta-iqrcode-explainer,
.botta-iqrcode-passport {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.botta-iqrcode-passport {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin-top: 96px;
}

.botta-iqrcode-copy-block {
	display: grid;
	align-content: start;
	row-gap: 20px;
	max-width: none;
}

.botta-iqrcode-copy-block h2 {
	font-size: clamp(30px, 3.2vw, 44px);
}

.botta-iqrcode-copy-block p + p {
	margin-top: 0;
}

.botta-iqrcode-explainer__visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.botta-iqrcode-feature-tile,
.botta-iqrcode-benefit-card {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 18px 16px;
	border: 1px solid var(--botta-iq-line);
	border-radius: 18px;
	background: #fff;
}

.botta-iqrcode-feature-tile span,
.botta-iqrcode-benefit-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #e4f1f0;
	color: #2f5f67;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.botta-iqrcode-feature-tile strong {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.botta-iqrcode-explainer__visual img {
	display: block;
	width: min(100%, 470px);
}

.botta-iqrcode-challenge {
	padding: 30px 36px 24px;
	border-radius: 34px;
	background: #091306;
	color: #fff;
}

.botta-iqrcode-challenge__head {
	margin-bottom: 20px;
}

.botta-iqrcode-challenge__head h2 {
	color: #fff;
	font-size: clamp(28px, 2.7vw, 40px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.botta-iqrcode-challenge__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.botta-iqrcode-challenge-card {
	display: flex;
	flex-direction: column;
	/* The number sits at the top of every card and the copy at the bottom. With flex-end and a
	   fixed 71px gap the number floated on the height of its own text, so the four numbers landed
	   at four different heights - and further apart again in German, where the titles run longer. */
	justify-content: space-between;
	align-items: flex-start;
	min-height: 360px;
	padding: 31px 30px 30px;
	border-radius: 20px;
	background: #597c49;
	gap: 24px;
}

.botta-iqrcode-challenge-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: #091306;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.botta-iqrcode-challenge-card__content {
	display: grid;
	gap: 10px;
}

.botta-iqrcode-challenge-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -0.03em;
}

.botta-iqrcode-challenge-card p,
.botta-iqrcode-impact-card small {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	line-height: 1.55;
}

.botta-iqrcode-challenge-card p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.botta-iqrcode-challenge__note {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.45;
}

.botta-iqrcode-passport__visual {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 0;
}

.botta-iqrcode-passport__panel {
	display: none;
	border-radius: 24px;
}

.botta-iqrcode-passport__panel--lime {
	left: 18px;
	top: 70px;
	width: 58%;
	height: 220px;
	background: var(--botta-iq-lime);
}

.botta-iqrcode-passport__panel--sand {
	right: 10px;
	bottom: 10px;
	width: 42%;
	height: 180px;
	background: var(--botta-iq-sand);
}

.botta-iqrcode-passport__visual img {
	display: block;
	width: min(100%, 620px);
	margin-left: auto;
}

.botta-iqrcode-impact__grid {
	display: grid;
	grid-template-columns: minmax(0, 220px) minmax(0, 1fr) minmax(0, 220px);
	gap: 18px;
	margin-top: 18px;
	align-items: center;
}

.botta-iqrcode-impact-card {
	display: grid;
	align-content: start;
	gap: 6px;
	padding: 20px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f5ede0 0%, #ecd0ab 100%);
}

.botta-iqrcode-impact-card--feature {
	gap: 0;
	padding: 14px;
	border-radius: 24px;
	background: #0f1910;
	color: #fff;
}

.botta-iqrcode-impact-card p,
.botta-iqrcode-impact-card span {
	margin: 0;
	color: #4b5a49;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.botta-iqrcode-impact-card p {
	max-width: 112px;
}

.botta-iqrcode-impact-card strong {
	font-size: clamp(42px, 5vw, 60px);
	font-weight: 700;
	line-height: .95;
	letter-spacing: -0.04em;
}

.botta-iqrcode-impact-card--feature p,
.botta-iqrcode-impact-card--feature span {
	color: inherit;
}

.botta-iqrcode-impact-card__image {
	display: block;
	width: 100%;
	border-radius: 18px;
}

.botta-iqrcode-preview {
	margin-top: 40px;
	margin-bottom: 34px;
}

.botta-iqrcode-preview__stage {
	--botta-iq-panel-top: 205px;
	--botta-iq-panel-height: 450px;
	--botta-iq-panel-bottom: calc(var(--botta-iq-panel-top) + var(--botta-iq-panel-height));
	--botta-iq-phone-rise: 420px;
	position: relative;
	min-height: 720px;
	overflow: visible;
}

.botta-iqrcode-preview__stage::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: var(--botta-iq-panel-bottom);
	z-index: 5;
	height: calc(var(--botta-iq-phone-rise) + 160px);
	background: var(--botta-iq-bg);
	opacity: 0;
	pointer-events: none;
}

.botta-iq-reveal.is-visible .botta-iqrcode-preview__stage::after,
.botta-iq-reveal-js .botta-iq-reveal.is-visible .botta-iqrcode-preview__stage::after {
	animation: botta-iq-panel-edge-mask 1.18s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes botta-iq-panel-edge-mask {
	0%,
	99% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.botta-iqrcode-preview__panel {
	position: absolute;
	z-index: 1;
}

.botta-iqrcode-preview__panel--dark {
	left: 0;
	right: 0;
	top: var(--botta-iq-panel-top);
	height: var(--botta-iq-panel-height);
	border-radius: 42px;
	background: #041303;
}

.botta-iqrcode-preview__strip {
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 2;
	width: 100%;
	height: 182px;
	overflow: hidden;
	border-radius: 34px;
	background: linear-gradient(180deg, #d6d7d2 0%, #d0d0cb 100%);
	box-shadow: 0 12px 28px rgba(17, 29, 15, 0.06);
	transition:
		opacity 0.92s ease,
		transform 0.92s cubic-bezier(0.22, 1, 0.36, 1);
}

.botta-iqrcode-preview__strip img {
	position: absolute;
	left: 50%;
	top: 10px;
	display: block;
	width: min(330px, calc(100% - 180px));
	opacity: 0.52;
	filter: blur(2.2px) drop-shadow(0 10px 20px rgba(17, 29, 15, 0.12));
	transform: translateX(-50%);
}

.botta-iq-reveal.is-visible .botta-iqrcode-preview__strip,
.botta-iq-reveal-js .botta-iq-reveal.is-visible .botta-iqrcode-preview__strip {
	opacity: 0;
	transform: translateX(-56px);
	pointer-events: none;
}

.botta-iqrcode-preview__phone-frame {
	--botta-iq-phone-final-bottom: calc(100% - var(--botta-iq-panel-bottom));
	position: absolute;
	left: 42%;
	top: auto;
	bottom: var(--botta-iq-phone-final-bottom);
	translate: -50% 0;
	z-index: 4;
	width: min(456px, 42vw);
	height: auto;
	aspect-ratio: 511 / 902;
	overflow: visible;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transition:
		opacity 0.92s ease,
		transform 0.92s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--iq-layer-delay, 0ms);
}

.botta-iqrcode-preview__phone {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1;
	filter: blur(0) drop-shadow(0 28px 46px rgba(0, 0, 0, 0.34));
	transform: none;
	transition:
		filter 0.92s ease,
		opacity 0.92s ease;
	transition-delay: var(--iq-layer-delay, 0ms);
}

.botta-iq-reveal-js .botta-iqrcode-preview__phone-frame {
	opacity: 0.16;
	transform: translateY(var(--botta-iq-phone-rise, 420px));
}

.botta-iq-reveal-js .botta-iqrcode-preview__phone {
	filter: blur(6px) drop-shadow(0 18px 30px rgba(0, 0, 0, 0.16));
}

.botta-iq-reveal.is-visible .botta-iqrcode-preview__phone-frame,
.botta-iq-reveal-js .botta-iq-reveal.is-visible .botta-iqrcode-preview__phone-frame {
	opacity: 1;
	transform: none;
}

.botta-iq-reveal.is-visible .botta-iqrcode-preview__phone,
.botta-iq-reveal-js .botta-iq-reveal.is-visible .botta-iqrcode-preview__phone {
	opacity: 1;
	filter: blur(0) drop-shadow(0 28px 46px rgba(0, 0, 0, 0.34));
}

.botta-iqrcode-preview__label {
	position: absolute;
	left: 38px;
	top: 235px;
	z-index: 6;
	margin: 0;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.botta-iqrcode-preview__copy {
	position: absolute;
	right: 4%;
	top: 282px;
	z-index: 6;
	width: min(330px, 28vw);
	color: #fff;
}

.botta-iqrcode-preview__copy p {
	margin: 0;
	color: inherit;
	font-size: clamp(16px, 1.25vw, 21px);
	line-height: 1.28;
	letter-spacing: 0;
}

.botta-iqrcode-preview__icon {
	position: absolute;
	z-index: 6;
	filter: drop-shadow(0 16px 22px rgba(7, 21, 10, 0.16));
}

.botta-iqrcode-preview__icon--circle {
	width: var(--iq-icon-size);
	height: var(--iq-icon-size);
	box-sizing: border-box;
	padding: calc(var(--iq-icon-size) * 0.12);
	border: calc(var(--iq-icon-size) * 0.04) solid #d3fa99;
	border-radius: 50%;
	background: #d3fa99;
	clip-path: circle(50% at 50% 50%);
	object-fit: contain;
	object-position: center;
	overflow: hidden;
}

.botta-iqrcode-preview__icon--food {
	left: calc(42% - 300px);
	top: 338px;
	width: min(148px, 14vw);
}

.botta-iqrcode-preview__icon--furniture {
	left: calc(42% + 176px);
	top: 64px;
	--iq-icon-size: min(106px, 9.4vw);
}

.botta-iqrcode-preview__icon--textile {
	left: calc(42% + 166px);
	bottom: 60px;
	--iq-icon-size: min(124px, 10.8vw);
}

.botta-iqrcode-benefits {
	display: grid;
	grid-template-columns: 214px minmax(0, 1fr);
	gap: 0;
	align-items: start;
	margin-bottom: 568px;
}

.botta-iqrcode-benefits__intro {
	padding-right: 28px;
}

.botta-iqrcode-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	align-items: start;
}

.botta-iqrcode-benefit-card h3 {
	margin: 0;
	font-size: clamp(22px, 2.1vw, 26px);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.botta-iqrcode-benefit-card {
	min-height: 330px;
	padding: 4px 16px 18px 16px;
	border: 0;
	border-left: 1px solid rgba(17, 29, 15, 0.28);
	border-radius: 0;
	background: transparent;
}

.botta-iqrcode-benefit-card:nth-child(4),
.botta-iqrcode-benefit-card:nth-child(5) {
	margin-top: 38px;
}

.botta-iqrcode-benefit-card span {
	width: 72px;
	height: 72px;
	margin-bottom: 48px;
	border-radius: 999px;
	background: #efeee8;
	color: #1d2a1d;
	font-size: 18px;
	letter-spacing: 0;
}

.botta-iqrcode-benefit-card p {
	margin: 42px 0 0;
	color: var(--botta-iq-copy);
	font-size: 12px;
	line-height: 1.35;
}

.botta-iqrcode-featured {
	margin-top: 0;
}

.botta-iqrcode-featured h2 {
	margin-bottom: 20px;
	font-size: clamp(24px, 2.1vw, 32px);
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.botta-iqrcode-featured__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 16px;
}

.botta-iqrcode-featured__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 168px;
	min-height: 78px;
	padding: 14px 18px;
	border: 1px solid var(--botta-iq-line);
	border-radius: 20px;
	background: linear-gradient(180deg, #fff 0%, #f6f3eb 100%);
	box-shadow: 0 12px 28px rgba(17, 29, 15, 0.06);
}

.botta-iqrcode-featured__logo img {
	display: block;
	max-width: 100%;
	max-height: 46px;
}

.botta-iqrcode-featured__logo span {
	color: #50624b;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
}

.botta-iqrcode-videos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 32px;
	margin-bottom: 22px;
}

.botta-iqrcode-video-card {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 274px;
	border: 1px solid rgba(16, 32, 15, 0.08);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(11, 21, 11, 0.12) 100%),
		#d9ded4;
	box-shadow: 0 20px 44px rgba(17, 29, 15, 0.14);
	isolation: isolate;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.botta-iqrcode-video-card:hover,
.botta-iqrcode-video-card:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 28px 54px rgba(17, 29, 15, 0.18);
}

.botta-iqrcode-video-card img {
	display: block;
	width: 100%;
	height: 274px;
	object-fit: cover;
	transform: scale(1.01);
}

.botta-iqrcode-video-card__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 14, 7, 0.02) 0%, rgba(8, 14, 7, 0.16) 38%, rgba(8, 14, 7, 0.72) 100%);
	z-index: 1;
}

.botta-iqrcode-video-card__meta {
	position: absolute;
	left: 22px;
	right: 92px;
	bottom: 22px;
	display: grid;
	gap: 6px;
	z-index: 2;
}

.botta-iqrcode-video-card__eyebrow {
	color: rgba(255, 255, 255, 0.74);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1;
	text-transform: uppercase;
}

.botta-iqrcode-video-card__title {
	color: #fff;
	font-size: clamp(20px, 1.7vw, 26px);
	font-weight: 700;
	line-height: 1.08;
	text-wrap: balance;
}

.botta-iqrcode-video-card__play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 62px;
	height: 62px;
	border-radius: 999px;
	background: rgba(194, 245, 92, 0.94);
	box-shadow: 0 16px 30px rgba(11, 21, 11, 0.28);
	z-index: 2;
	backdrop-filter: blur(10px);
	transform: translate(-50%, -50%);
}

.botta-iqrcode-video-card__play::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 19px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 16px solid #16311a;
}

.botta-iqrcode-cta {
	display: grid;
	justify-items: center;
	gap: 18px;
	padding-top: 0;
	text-align: center;
}

.botta-iqrcode-cta__copy {
	max-width: 640px;
}

.botta-iqrcode-cta__copy p:last-child {
	margin-top: 12px;
}

.botta-iqrcode-cta__sdgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.botta-iqrcode-cta__sdgs img {
	width: 54px;
	height: 54px;
	border-radius: 14px;
}

@media (max-width: 1100px) {
	.botta-iqrcode-challenge__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.botta-iqrcode-impact__grid {
		grid-template-columns: 1fr;
	}

	.botta-iqrcode-preview__stage {
		min-height: 650px;
	}

	.botta-iqrcode-preview__phone-frame,
	.botta-iq-reveal.is-visible .botta-iqrcode-preview__phone-frame,
	.botta-iq-reveal-js .botta-iq-reveal.is-visible .botta-iqrcode-preview__phone-frame {
		left: 38%;
		width: min(340px, 40vw);
	}

	.botta-iqrcode-preview__copy {
		right: 4%;
		top: 270px;
		width: min(300px, 34vw);
	}

	.botta-iqrcode-preview__copy p {
		font-size: clamp(13px, 1.35vw, 16px);
		line-height: 1.32;
	}

	.botta-iqrcode-preview__icon--food {
		left: calc(38% - 228px);
	}

	.botta-iqrcode-preview__icon--furniture,
	.botta-iqrcode-preview__icon--textile {
		left: calc(38% + 122px);
	}

	.botta-iqrcode-benefits {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 568px; 
	}

	.botta-iqrcode-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 0;
	}

	.botta-iqrcode-benefit-card:nth-child(2n + 1) {
		border-left: 0;
	}

	.botta-iqrcode-benefit-card:nth-child(4),
	.botta-iqrcode-benefit-card:nth-child(5) {
		margin-top: 0;
	}
}

@media (max-width: 900px) {
	.botta-iqrcode-explainer,
	.botta-iqrcode-passport {
		grid-template-columns: 1fr;
	}

	.botta-iqrcode-hero__content {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.botta-iqrcode-hero__aside {
		padding-top: 0;
	}

	.botta-iqrcode-copy-block {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.botta-iqrcode-page {
		padding-top: 92px;
	}

	.botta-iqrcode-page__inner,
	.botta-iqrcode-page .botta-fh-footer {
		width: min(calc(100% - 28px), 1240px);
	}

	.botta-iqrcode-page__inner {
		padding: 34px 0 44px;
	}

	.botta-iqrcode-hero,
	.botta-iqrcode-explainer,
	.botta-iqrcode-passport,
	.botta-iqrcode-videos {
		gap: 22px;
	}

	.botta-iqrcode-hero,
	.botta-iqrcode-explainer,
	.botta-iqrcode-challenge,
	.botta-iqrcode-passport,
	.botta-iqrcode-impact,
	.botta-iqrcode-preview,
	.botta-iqrcode-benefits,
	.botta-iqrcode-featured,
	.botta-iqrcode-videos,
	.botta-iqrcode-cta {
		margin-top: 40px;
	}

	.botta-iqrcode-hero__visual {
		min-height: 320px;
	}

	.botta-iqrcode-hero__visual-band {
		left: 0;
		right: 0;
		bottom: 20px;
		height: 108px;
	}

	.botta-iqrcode-hero__phone {
		width: min(280px, 82%);
	}

	.botta-iqrcode-hero__card {
		width: min(118px, 34vw);
	}

	.botta-iqrcode-hero__card--recycling {
		right: calc(50% - 250px);
		top: 20px;
	}

	.botta-iqrcode-hero__card--nutrition {
		left: calc(50% - 200px);
		bottom: 34px;
	}

	.botta-iqrcode-hero__icon {
		width: 42px;
		height: 42px;
	}

	.botta-iqrcode-hero__icon--document {
		left: calc(50% - 236px);
		bottom: 182px;
	}

	.botta-iqrcode-hero__icon--eco {
		right: calc(50% - 272px);
		bottom: 82px;
	}

	.botta-iqrcode-feature-grid,
	.botta-iqrcode-challenge__grid,
	.botta-iqrcode-benefits__grid {
		grid-template-columns: 1fr;
	}

	.botta-iqrcode-featured__logos {
		gap: 10px;
	}

	.botta-iqrcode-featured__logo {
		flex-basis: calc(50% - 5px);
		min-height: 72px;
		padding: 12px 14px;
	}

	.botta-iqrcode-featured__logo img {
		max-height: 42px;
	}

	.botta-iqrcode-challenge-card {
		border-radius: 12px;
	}

	.botta-iqrcode-challenge__note {
		font-size: 10px;
	}

	.botta-iqrcode-benefit-card {
		min-height: 0;
		padding: 16px 0 0;
		border-left: 0;
		border-top: 1px solid rgba(17, 29, 15, 0.18);
	}

	.botta-iqrcode-benefit-card span {
		width: 56px;
		height: 56px;
		margin-bottom: 24px;
		font-size: 14px;
	}

	.botta-iqrcode-benefit-card p {
		margin-top: 20px;
	}

	.botta-iqrcode-explainer__visual {
		grid-template-columns: 1fr;
	}

	.botta-iqrcode-impact-card strong {
		font-size: 44px;
	}

	.botta-iqrcode-preview__stage {
		--botta-iq-panel-top: 128px;
		--botta-iq-panel-height: 770px;
		min-height: 940px;
	}

	.botta-iqrcode-preview__panel--dark {
		border-radius: 30px;
	}

	.botta-iqrcode-preview__stage::after {
		height: 520px;
	}

	.botta-iqrcode-preview__label {
		left: 22px;
		top: 154px;
		font-size: 15px;
	}

	.botta-iqrcode-preview__phone-frame,
	.botta-iq-reveal.is-visible .botta-iqrcode-preview__phone-frame,
	.botta-iq-reveal-js .botta-iq-reveal.is-visible .botta-iqrcode-preview__phone-frame {
		left: 50%;
		top: 0;
		bottom: auto;
		width: min(300px, 78vw);
	}

	.botta-iqrcode-preview__copy {
		left: 28px;
		right: 28px;
		top: 620px;
		width: auto;
	}

	.botta-iqrcode-preview__copy p {
		font-size: 16px;
		line-height: 1.28;
	}

	.botta-iqrcode-preview__icon--furniture {
		left: calc(50% + 110px);
		right: auto;
		top: 78px;
		--iq-icon-size: 78px;
	}

	.botta-iqrcode-preview__icon--food {
		left: calc(50% - 196px);
		top: 260px;
		width: 92px;
	}

	.botta-iqrcode-preview__icon--textile {
		left: calc(50% + 108px);
		right: auto;
		top: 502px;
		bottom: auto;
		--iq-icon-size: 84px;
	}

	.botta-iqrcode-videos {
		grid-template-columns: 1fr;
	}

	.botta-iqrcode-video-card,
	.botta-iqrcode-video-card img {
		min-height: 220px;
		height: 220px;
	}

	.botta-iqrcode-video-card__meta {
		left: 16px;
		right: 78px;
		bottom: 16px;
	}

	.botta-iqrcode-video-card__title {
		font-size: 18px;
	}

	.botta-iqrcode-video-card__play {
		left: 50%;
		top: 50%;
		width: 54px;
		height: 54px;
	}

	.botta-iqrcode-video-card__play::before {
		left: 22px;
		top: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.botta-iq-reveal-js .botta-iq-reveal,
	.botta-iq-reveal-js .botta-iqrcode-hero .botta-iq-hero-layer,
	.botta-iq-reveal-js [data-iq-layer] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.botta-iq-reveal.is-visible .botta-iqrcode-preview__stage::after,
	.botta-iq-reveal-js .botta-iq-reveal.is-visible .botta-iqrcode-preview__stage::after {
		animation: none;
		opacity: 0;
	}
}
