:root {
	--forest: #2d4b2f;
	--leaf: #597b5b;
	--sage: #afd096;
	--cream: #09110c;
	--mist: #111f15;
	--olive: #7f966d;
	--ink: #f4f9ee;
	--muted: #b7c8b1;
	--white: #ffffff;
	--panel: rgba(17, 31, 21, 0.72);
	--panel-strong: rgba(20, 35, 24, 0.92);
	--border: rgba(229, 237, 232, 0.14);
	--shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
	--radius: 22px;
	--max: 1180px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ink);
	background: var(--cream);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	background: var(--cream);
	color: var(--ink);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	transition: color 0.8s ease, background 0.8s ease;
}

body::selection {
	background: var(--sage);
	color: var(--forest);
}

a {
	color: inherit;
	text-decoration: none;
}

img,
video {
	display: block;
	max-width: 100%;
}

.site-bg {
	position: fixed;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 12% 12%, rgba(175, 208, 150, 0.18), transparent 30%),
		radial-gradient(circle at 86% 18%, rgba(89, 123, 91, 0.18), transparent 32%),
		linear-gradient(180deg, #07100b 0%, #0e1a12 52%, #172716 100%);
	transition: opacity 0.8s ease, background 0.8s ease;
}

.noise-overlay {
	position: fixed;
	inset: 0;
	z-index: 20;
	pointer-events: none;
	opacity: 0.035;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.site-header {
	position: sticky;
	top: 8px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	width: min(calc(100% - 32px), 1280px);
	margin: 8px auto 0;
	padding: 0.46rem 0.68rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: rgba(9, 17, 12, 0.76);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
}

.site-header.is-scrolled {
	background: rgba(9, 17, 12, 0.92);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.brand {
	display: inline-flex;
	align-items: center;
	min-width: clamp(8.6rem, 13vw, 12rem);
	padding: 0.18rem 0.42rem;
	border-radius: 999px;
	background: transparent;
}

.brand img {
	width: clamp(8.6rem, 13vw, 12rem);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.3));
}

.nav-links {
	display: flex;
	align-items: center;
	gap: clamp(0.8rem, 2vw, 1.8rem);
	color: var(--muted);
	font-size: 0.92rem;
	font-weight: 700;
}

.nav-links a {
	transition: color 0.25s ease;
}

.nav-links a:hover {
	color: var(--sage);
}

.mobile-nav-login {
	display: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.language-switcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	min-height: 44px;
	padding: 0.24rem;
	border: 1px solid rgba(245, 250, 233, 0.18);
	border-radius: 999px;
	background:
		linear-gradient(145deg, rgba(245, 250, 233, 0.13), rgba(245, 250, 233, 0.04)),
		rgba(9, 17, 12, 0.54);
	box-shadow:
		0 14px 34px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	color: var(--white);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.language-switcher-label {
	padding-left: 0.55rem;
	color: var(--muted);
}

.language-select {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
	padding: 0;
}

.language-button {
	display: inline-flex;
	align-items: center;
	gap: 0.48rem;
	min-height: 34px;
	padding: 0 0.72rem 0 0.58rem;
	border: 1px solid rgba(245, 250, 233, 0.14);
	border-radius: 999px;
	background:
		linear-gradient(145deg, rgba(245, 250, 233, 0.15), rgba(245, 250, 233, 0.045)),
		rgba(7, 16, 9, 0.76);
	color: var(--white);
	cursor: pointer;
	outline: none;
	font: inherit;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.language-button:hover,
.language-button:focus-visible {
	border-color: rgba(175, 208, 150, 0.55);
	background:
		linear-gradient(145deg, rgba(175, 208, 150, 0.18), rgba(245, 250, 233, 0.06)),
		rgba(7, 16, 9, 0.86);
}

.language-button:active {
	transform: translateY(1px);
}

.language-current-code {
	min-width: 2ch;
}

.language-chevron {
	width: 0.45rem;
	height: 0.45rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-0.12rem) rotate(45deg);
	opacity: 0.72;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.language-switcher.is-open .language-chevron {
	transform: translateY(0.1rem) rotate(225deg);
	opacity: 1;
}

.language-menu {
	position: absolute;
	top: calc(100% + 0.65rem);
	right: 0;
	z-index: 80;
	display: grid;
	gap: 0.22rem;
	min-width: 13.2rem;
	padding: 0.48rem;
	border: 1px solid rgba(245, 250, 233, 0.16);
	border-radius: 20px;
	background:
		linear-gradient(145deg, rgba(245, 250, 233, 0.1), rgba(245, 250, 233, 0.035)),
		rgba(8, 17, 11, 0.94);
	box-shadow:
		0 24px 55px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-7px) scale(0.98);
	transform-origin: top right;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.language-switcher.is-open .language-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.language-option {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	min-height: 40px;
	padding: 0.52rem 0.62rem;
	border: 0;
	border-radius: 14px;
	background: transparent;
	color: rgba(245, 250, 233, 0.82);
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-align: left;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.language-option:hover,
.language-option:focus-visible,
.language-option.is-active {
	background: rgba(175, 208, 150, 0.16);
	color: var(--white);
	outline: none;
}

.language-option:active {
	transform: translateY(1px);
}

.language-option-code {
	width: 2.2rem;
	color: var(--sage);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
}

.language-option-name {
	flex: 1;
	text-transform: none;
	letter-spacing: 0;
}

.language-button:focus-visible,
.language-option:focus-visible {
	box-shadow: 0 0 0 2px rgba(175, 208, 150, 0.7);
}

.flag-icon {
	position: relative;
	flex: 0 0 24px;
	width: 24px;
	height: 16px;
	overflow: hidden;
	border-radius: 4px;
	background: #dce8d4;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.22),
		0 3px 8px rgba(0, 0, 0, 0.18);
}

.flag-el {
	background: linear-gradient(to bottom, #0d5eaf 0 11%, #fff 11% 22%, #0d5eaf 22% 33%, #fff 33% 44%, #0d5eaf 44% 55%, #fff 55% 66%, #0d5eaf 66% 77%, #fff 77% 88%, #0d5eaf 88% 100%);
}

.flag-el::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 43%;
	height: 55%;
	background:
		linear-gradient(to right, transparent 37%, #fff 37% 59%, transparent 59%),
		linear-gradient(to bottom, transparent 33%, #fff 33% 58%, transparent 58%),
		#0d5eaf;
}

.flag-bg { background: linear-gradient(to bottom, #fff 0 33.33%, #00966e 33.33% 66.66%, #d62612 66.66% 100%); }
.flag-ro { background: linear-gradient(to right, #002b7f 0 33.33%, #fcd116 33.33% 66.66%, #ce1126 66.66% 100%); }
.flag-nl { background: linear-gradient(to bottom, #ae1c28 0 33.33%, #fff 33.33% 66.66%, #21468b 66.66% 100%); }
.flag-fr { background: linear-gradient(to right, #0055a4 0 33.33%, #fff 33.33% 66.66%, #ef4135 66.66% 100%); }
.flag-es { background: linear-gradient(to bottom, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%); }
.flag-it { background: linear-gradient(to right, #009246 0 33.33%, #fff 33.33% 66.66%, #ce2b37 66.66% 100%); }

.flag-sq {
	background: #e41f26;
}

.flag-sq::before {
	content: "";
	position: absolute;
	inset: 4px 7px;
	background: #111;
	clip-path: polygon(50% 0, 64% 31%, 100% 23%, 73% 50%, 95% 82%, 56% 68%, 50% 100%, 44% 68%, 5% 82%, 27% 50%, 0 23%, 36% 31%);
}

.flag-tr {
	background:
		radial-gradient(circle at 45% 50%, #e30a17 0 17%, transparent 18%),
		radial-gradient(circle at 36% 50%, #fff 0 23%, transparent 24%),
		#e30a17;
}

.flag-tr::after {
	content: "";
	position: absolute;
	left: 15px;
	top: 6px;
	width: 4px;
	height: 4px;
	background: #fff;
	clip-path: polygon(50% 0, 61% 36%, 100% 36%, 68% 57%, 79% 94%, 50% 72%, 21% 94%, 32% 57%, 0 36%, 39% 36%);
}

.contact-language-switcher {
	position: relative;
	z-index: 10;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	border: 1px solid rgba(245, 250, 233, 0.24);
	border-radius: 999px;
	background: rgba(245, 250, 233, 0.08);
	color: var(--white);
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
	background: rgba(245, 250, 233, 0.14);
	border-color: rgba(245, 250, 233, 0.42);
}

.menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 99px;
	background: currentColor;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.nav-open .menu-toggle span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.site-header.nav-open .menu-toggle span:nth-child(2) {
	opacity: 0;
}

.site-header.nav-open .menu-toggle span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.9rem 1.4rem;
	border-radius: 999px;
	border: 2px solid transparent;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-align: center;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

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

.btn-primary {
	background: var(--sage);
	border-color: var(--sage);
	color: var(--forest);
}

.btn-primary:hover {
	background: #c9ddbf;
	border-color: #c9ddbf;
}

.btn-login {
	background: rgba(175, 208, 150, 0.96);
	border-color: rgba(175, 208, 150, 0.96);
	color: var(--forest);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.btn-login:hover,
.btn-login:focus-visible {
	background: #c9ddbf;
	border-color: #c9ddbf;
}

.btn-outline,
.btn-ghost {
	background: transparent;
	border-color: rgba(245, 250, 233, 0.34);
	color: var(--white);
}

.btn-small {
	min-height: 36px;
	padding: 0.5rem 0.9rem;
	font-size: 0.86rem;
}

.full-width {
	width: 100%;
}

main {
	overflow: hidden;
}

.hero-section {
	position: relative;
	min-height: calc(100vh - 32px);
	display: grid;
	align-items: end;
	margin-top: -68px;
	padding: clamp(6.4rem, 10vw, 8.8rem) clamp(1.2rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem);
	color: var(--white);
	overflow: hidden;
	isolation: isolate;
}

.hero-video,
.hero-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-video {
	z-index: -2;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.05);
}

.hero-overlay {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 14, 7, 0.9) 0%, rgba(5, 14, 7, 0.54) 48%, rgba(5, 14, 7, 0.04) 100%),
		linear-gradient(180deg, rgba(5, 14, 7, 0) 0%, rgba(5, 14, 7, 0) 26%, rgba(5, 14, 7, 0.72) 100%);
}

.hero-content {
	position: relative;
	z-index: 4;
	width: min(920px, 100%);
}

.eyebrow {
	color: var(--sage);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.hero-section h2 {
	max-width: 860px;
	font-size: clamp(2.25rem, 4.7vw, 4.9rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: 0;
	color: var(--white);
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.34);
	text-wrap: balance;
}

.hero-blob-frame {
	position: absolute;
	top: clamp(4.2rem, 8vw, 5.8rem);
	right: clamp(-0.8rem, 1vw, 1.5rem);
	z-index: 1;
	width: min(48vw, 640px);
	aspect-ratio: 1;
	border: 0;
	background: transparent;
	pointer-events: none;
	opacity: 0.78;
	mix-blend-mode: screen;
	filter: drop-shadow(0 0 34px rgba(255, 255, 255, 0.24));
}

.hero-lede {
	max-width: 760px;
	margin-top: 1.4rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.05rem, 1.55vw, 1.28rem);
	font-weight: 500;
	line-height: 1.75;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.hero-section .btn-ghost {
	border-color: rgba(255, 255, 255, 0.45);
	color: var(--white);
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
	margin-top: 2rem;
}

.hero-proof li {
	padding: 0.55rem 0.82rem;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.88rem;
	font-weight: 700;
}

.intro-band,
.section-shell,
.split-feature,
.proof-section,
.solution-strip,
.faq-section,
.final-cta {
	width: min(calc(100% - 32px), var(--max));
	margin: clamp(4rem, 8vw, 7rem) auto;
}

.intro-band {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(1.5rem, 5vw, 4rem);
	align-items: end;
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--panel);
	box-shadow: var(--shadow);
}

.intro-band h2,
.section-heading h2,
.split-copy h2,
.solution-copy h2,
.final-cta h2 {
	font-size: clamp(2.1rem, 4.5vw, 4rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: 0;
	text-wrap: balance;
}

.intro-band h2,
.section-heading h2,
.split-copy h2,
.solution-copy h2,
.final-cta h2,
.application-card h3,
.plan-card h3,
.faq-grid summary {
	color: #f8fff2;
}

.intro-band > p,
.split-copy > p,
.section-heading p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
	color: var(--muted);
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	font-weight: 500;
	line-height: 1.8;
}

.section-heading {
	max-width: 850px;
	margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.application-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.application-card,
.metric-card,
.plan-card,
.faq-grid details {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: rgba(19, 34, 23, 0.9);
	border-color: rgba(229, 237, 232, 0.18);
	box-shadow: var(--shadow);
}

.split-copy,
.intro-band {
	background: rgba(19, 34, 23, 0.9);
	border-color: rgba(229, 237, 232, 0.18);
}

.application-card {
	position: relative;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.35rem;
	overflow: hidden;
	transition: transform 0.3s ease, background 0.3s ease;
}

.application-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 0%, rgba(45, 75, 47, 0.08) 48%, rgba(45, 75, 47, 0.22) 100%),
		radial-gradient(circle at 20% 0%, rgba(175, 208, 150, 0.35), transparent 35%);
	pointer-events: none;
}

.application-card:hover {
	transform: translateY(-8px);
}

.application-card > * {
	position: relative;
	z-index: 1;
}

.card-number {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	color: rgba(175, 208, 150, 0.14);
	font-size: 3.8rem;
	font-weight: 800;
	line-height: 1;
}

.application-card h3 {
	max-width: 10ch;
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 0.85rem;
}

.application-card p {
	color: var(--muted);
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1rem;
}

.application-card p,
.stack-list p,
.faq-grid p,
.plan-card ul,
.metric-card span,
.intro-band > p,
.split-copy > p {
	color: #cddbc7;
}

.application-card a {
	color: var(--sage);
	font-weight: 800;
}

.split-feature {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	min-height: 660px;
	align-items: center;
	border-radius: calc(var(--radius) + 12px);
	box-shadow: var(--shadow);
	overflow: hidden;
	isolation: isolate;
}

.split-media,
.split-copy {
	grid-area: 1 / 1;
}

.split-media {
	position: absolute;
	inset: 0;
	min-height: 0;
	height: auto;
	border-radius: inherit;
	overflow: hidden;
	box-shadow: none;
}

.split-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 14, 7, 0.18), rgba(5, 14, 7, 0.74)),
		linear-gradient(180deg, rgba(5, 14, 7, 0.02), rgba(5, 14, 7, 0.58));
	pointer-events: none;
}

.split-media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.88) contrast(1.06);
}

.split-copy {
	position: relative;
	z-index: 2;
	justify-self: end;
	width: min(610px, calc(100% - clamp(2rem, 8vw, 6rem)));
	margin: clamp(1.3rem, 4vw, 3rem);
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 1px solid var(--border);
	border-radius: calc(var(--radius) + 8px);
	background: rgba(13, 27, 17, 0.78);
	backdrop-filter: blur(18px) saturate(1.08);
	-webkit-backdrop-filter: blur(18px) saturate(1.08);
	box-shadow: var(--shadow);
}

.stack-list {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

.stack-list div {
	padding: 1.1rem;
	border: 1px solid var(--border);
	border-radius: 16px;
	background: rgba(175, 208, 150, 0.12);
}

.stack-list span {
	color: var(--sage);
	font-size: 0.85rem;
	font-weight: 800;
}

.stack-list h3 {
	margin: 0.2rem 0 0.35rem;
	font-size: 1.15rem;
}

.stack-list p {
	color: var(--muted);
	font-size: 0.96rem;
	font-weight: 500;
}

.metric-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.metric-card {
	padding: clamp(1.4rem, 4vw, 2.3rem);
}

.metric-card strong {
	display: block;
	color: var(--sage);
	font-size: clamp(3rem, 6vw, 5rem);
	font-weight: 800;
	line-height: 1;
}

.metric-card span {
	display: block;
	max-width: 18ch;
	margin-top: 0.8rem;
	color: var(--muted);
	font-weight: 700;
}

.solution-strip {
	position: relative;
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(1.5rem, 5vw, 4rem);
	align-items: center;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: calc(var(--radius) + 12px);
	background: rgba(8, 18, 11, 0.9);
	color: var(--white);
	box-shadow: var(--shadow);
	overflow: hidden;
	isolation: isolate;
}

.solution-strip-video,
.solution-strip-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.solution-strip-video {
	z-index: -2;
	object-fit: cover;
	filter: saturate(0.82) contrast(1.08);
}

.solution-strip-shade {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 14, 7, 0.9), rgba(5, 14, 7, 0.48)),
		radial-gradient(circle at 78% 18%, rgba(175, 208, 150, 0.25), transparent 30%);
}

.solution-strip > :not(.solution-strip-video):not(.solution-strip-shade) {
	position: relative;
	z-index: 1;
}

.solution-strip h2,
.final-cta h2 {
	color: var(--white);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.solution-strip .eyebrow,
.final-cta .eyebrow {
	color: rgba(245, 250, 233, 0.78);
}

.solution-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.solution-list a {
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	font-weight: 800;
	transition: background 0.25s ease, transform 0.25s ease;
}

.solution-list a:hover {
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(-3px);
}

.plans-section {
	position: relative;
	width: 100%;
	margin: clamp(4rem, 8vw, 7rem) auto;
	padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
	overflow: hidden;
	color: #f7fbf2;
}

.plans-bg-video,
.plans-bg-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.plans-bg-video {
	z-index: -2;
	object-fit: cover;
	filter: saturate(0.82) contrast(1.08);
}

.plans-bg-shade {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(5, 14, 7, 0.5), rgba(5, 14, 7, 0.74)),
		radial-gradient(circle at 18% 18%, rgba(175, 208, 150, 0.18), transparent 30%),
		radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.12), transparent 26%);
}

.plans-inner {
	width: min(100%, 1480px);
	margin: 0 auto;
}

.plans-section .section-heading {
	max-width: 1180px;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.plans-section .section-heading h2,
.plans-section .section-heading .eyebrow {
	color: var(--white);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.plans-section .plan-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 2rem);
	align-items: stretch;
}

.plans-section .plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: clamp(560px, 58vw, 650px);
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(246, 251, 240, 0.24);
	border-radius: 24px;
	background: rgba(19, 31, 22, 0.58);
	backdrop-filter: blur(18px) saturate(1.08);
	-webkit-backdrop-filter: blur(18px) saturate(1.08);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
	color: #f7fbf2;
}

.plans-section .plan-card::before {
	content: none;
}

.plans-section .plan-card.featured {
	background: rgba(19, 31, 22, 0.58);
	border-color: rgba(246, 251, 240, 0.24);
	box-shadow: 0 0 30px rgba(175, 208, 150, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.plans-section .plan-card-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: blur(3px);
	pointer-events: none;
	border-radius: inherit;
	clip-path: inset(0 round 24px);
}

.plans-section .plan-bg-growth {
	right: 0;
	background-image: url("media/beginner.png");
	background-position: right center;
}

.plans-section .plan-bg-elite {
	left: 0;
	background-image: url("media/ifloraph.png");
	background-position: left center;
}

.plans-section .plan-bg-pro {
	left: 0;
	background-image: url("media/pro.png");
	background-position: left center;
}

.plans-section .card-shine {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, transparent 42%, rgba(255, 255, 255, 0.05) 100%);
	opacity: 0.45;
	pointer-events: none;
}

.plans-section .plan-zone-top {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	padding: clamp(1.6rem, 3vw, 2.4rem);
	background: transparent;
}

.plans-section .plan-zone-bottom {
	position: relative;
	z-index: 2;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: clamp(1.3rem, 2.5vw, 2rem);
	background: rgba(10, 18, 12, 0.16);
}

.plans-section .luxury-title {
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
	margin: 0 0 0.7rem;
	color: var(--white);
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
	font-weight: 500;
	line-height: 1.15;
	max-width: none;
}

.plans-section .luxury-title strong {
	font-weight: 800;
	color: var(--white);
}

.plans-section .luxury-title span {
	font-weight: 400;
	color: rgba(245, 250, 233, 0.9);
}

.plans-section .price-layout {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5rem;
	color: var(--sage);
	text-shadow: 0 0 24px rgba(175, 208, 150, 0.18);
}

.plans-section .price-layout .currency {
	margin-top: 0.6rem;
	margin-right: 0.2rem;
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 700;
	color: var(--sage);
}

.plans-section .price-layout .amount {
	font-size: clamp(4rem, 6vw, 5.8rem);
	font-weight: 800;
	line-height: 1;
	color: var(--sage);
}

.plans-section .price-layout .period {
	margin-top: auto;
	margin-bottom: 0.6rem;
	margin-left: 0.2rem;
	color: rgba(245, 250, 233, 0.86);
	font-size: clamp(1rem, 1.6vw, 1.3rem);
	font-weight: 600;
}

.plans-section .subtext {
	min-height: 2rem;
	margin-bottom: 1.5rem;
	color: rgba(245, 250, 233, 0.82);
	font-size: clamp(1rem, 1.35vw, 1.14rem);
	font-weight: 600;
	line-height: 1.65;
}

.plans-section .btn-primary.full-width {
	width: 100%;
	min-height: 70px;
	margin-top: auto;
	background: #dce8d4;
	border-color: #dce8d4;
	color: var(--forest);
	font-size: clamp(0.95rem, 1.2vw, 1.12rem);
	box-shadow: none;
	text-shadow: none;
}

.plans-section .btn-primary.full-width:hover {
	background: #c9ddbf;
	border-color: #c9ddbf;
}

.plans-section .plan-card ul {
	display: grid;
	gap: 0.85rem;
	list-style: none;
	margin: 0;
	color: rgba(245, 250, 233, 0.9);
	font-size: clamp(0.92rem, 1.1vw, 1.05rem);
	font-weight: 700;
	line-height: 1.45;
}

.plans-section .plan-card li {
	position: relative;
	padding-left: 1.55rem;
}

.plans-section .plan-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--sage);
	font-weight: 800;
}

.plans-section .plan-card li.disabled {
	color: rgba(245, 250, 233, 0.4);
	text-decoration: line-through;
}

.plans-section .plan-card li.disabled::before {
	content: "-";
	color: rgba(245, 250, 233, 0.4);
	font-weight: 900;
	font-size: 1.2em;
	line-height: 1;
	top: 0.1em;
}

.plans-notes {
	margin-top: 3rem;
	text-align: left;
	color: rgba(245, 250, 233, 0.78);
	font-size: 0.9rem;
	line-height: 1.6;
	max-width: 1000px;
	margin-inline: auto;
	display: grid;
	gap: 0.55rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid rgba(245, 250, 233, 0.12);
	border-radius: 16px;
	background: rgba(7, 22, 13, 0.38);
	backdrop-filter: blur(8px);
}

.discount-programs {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin: clamp(2.5rem, 5vw, 4.5rem) auto 0;
	max-width: 1180px;
	padding: clamp(1.35rem, 2.8vw, 2rem);
	border: 1px solid rgba(197, 235, 150, 0.28);
	border-radius: 22px;
	background:
		radial-gradient(circle at 92% 18%, rgba(216, 239, 25, 0.18), transparent 18%),
		linear-gradient(180deg, rgba(31, 74, 38, 0.42), rgba(7, 29, 13, 0.66)),
		rgba(5, 22, 9, 0.78);
	box-shadow:
		0 22px 58px rgba(0, 0, 0, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		inset 0 0 0 1px rgba(13, 44, 19, 0.64);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.discount-programs::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 34%),
		radial-gradient(circle at 12% 112%, rgba(175, 208, 150, 0.12), transparent 30%);
	pointer-events: none;
}

.discount-programs-heading {
	position: relative;
	z-index: 2;
	max-width: 820px;
	margin-bottom: clamp(1.2rem, 2.5vw, 1.7rem);
}

.discount-programs-heading .eyebrow {
	margin-bottom: 0.42rem;
	color: #cfea7a;
	text-shadow: 0 0 24px rgba(216, 239, 25, 0.16);
}

.discount-programs-heading h3 {
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	line-height: 1.05;
	letter-spacing: -0.01em;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.discount-programs-heading > p:not(.future-motto) {
	max-width: 830px;
	margin-top: 0.55rem;
	color: rgba(245, 250, 233, 0.84);
	font-size: clamp(0.95rem, 1.5vw, 1.08rem);
	line-height: 1.5;
}

.discount-programs-heading .future-motto {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-top: 0.75rem;
	padding-left: 0;
	border-left: 0;
	color: #f5fae9;
	font-size: 0.96rem;
	font-weight: 800;
}

.discount-programs-heading .future-motto::before {
	content: "";
	width: 0.32rem;
	height: 2.1rem;
	border-radius: 99px;
	background: #d8ef19;
	box-shadow: 0 0 18px rgba(216, 239, 25, 0.34);
}

.future-graphic {
	position: absolute;
	z-index: 1;
	top: 0.2rem;
	right: 0.2rem;
	width: min(42%, 480px);
	height: 250px;
	overflow: hidden;
	opacity: 0.84;
	pointer-events: none;
}

.future-graphic::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 31, 13, 0.98), rgba(8, 31, 13, 0.44) 42%, transparent 78%),
		linear-gradient(0deg, rgba(7, 24, 12, 0.86), transparent 66%);
}

.future-sun {
	position: absolute;
	top: 42px;
	right: 76px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #d8ef19;
	box-shadow: 0 0 54px rgba(216, 239, 25, 0.62);
}

.future-field {
	position: absolute;
	left: -5%;
	width: 132%;
	height: 150px;
	border: 2px solid rgba(197, 235, 150, 0.52);
	border-radius: 50%;
	transform: rotate(-6deg);
}

.field-one { bottom: -84px; }
.field-two { bottom: -45px; }
.field-three { bottom: -6px; }

.future-sprout {
	position: absolute;
	z-index: 1;
	bottom: 56px;
	width: 5px;
	height: 54px;
	border-radius: 4px;
	background: #eaf5df;
	transform-origin: bottom;
	filter: drop-shadow(0 0 8px rgba(245, 250, 233, 0.28));
}

.future-sprout::before,
.future-sprout::after,
.future-sprout i::before,
.future-sprout i::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 12px;
	background: #dce8d4;
}

.future-sprout::before,
.future-sprout i::before {
	right: 3px;
	border-radius: 18px 3px 18px 3px;
	transform: rotate(16deg);
}

.future-sprout::after,
.future-sprout i::after {
	left: 3px;
	border-radius: 3px 18px 3px 18px;
	transform: rotate(-16deg);
}

.future-sprout::before,
.future-sprout::after { top: 12px; }
.future-sprout i::before,
.future-sprout i::after { top: 30px; }
.sprout-one { right: 224px; transform: scale(0.7); }
.sprout-two { right: 152px; height: 68px; transform: scale(1.05); }
.sprout-three { right: 76px; transform: scale(0.78); }

.discount-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.65rem, 1.4vw, 1rem);
}

.discount-card {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(1rem, 2vw, 1.45rem);
	overflow: hidden;
	border: 1px solid rgba(197, 235, 150, 0.32);
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgba(138, 180, 92, 0.36), rgba(56, 99, 48, 0.28)),
		rgba(62, 106, 49, 0.5);
	box-shadow:
		0 14px 34px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.discount-card::before {
	content: "";
	position: absolute;
	inset: -24% -14% auto 54%;
	height: 62%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(216, 239, 25, 0.16), transparent 68%);
	pointer-events: none;
}

.discount-card.nextgen {
	background:
		linear-gradient(145deg, rgba(148, 190, 91, 0.4), rgba(54, 96, 45, 0.3)),
		rgba(62, 106, 49, 0.52);
}

.discount-card-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.discount-icon {
	position: relative;
	display: grid;
	place-items: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background:
		linear-gradient(145deg, #eef7d6, #d8ef19);
	color: var(--forest);
	font-size: 0.96rem;
	font-weight: 950;
	box-shadow:
		0 8px 22px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.discount-icon::before {
	content: "";
	position: absolute;
	inset: 7px;
	border: 1px solid rgba(36, 74, 44, 0.24);
	border-radius: inherit;
}

.discount-icon span {
	position: relative;
	z-index: 1;
	letter-spacing: 0.04em;
}

.discount-icon-student::after {
	content: "";
	position: absolute;
	right: 9px;
	bottom: 10px;
	width: 17px;
	height: 9px;
	border-radius: 2px 16px 2px 16px;
	background: rgba(36, 74, 44, 0.28);
	transform: rotate(-18deg);
}

.discount-icon-nextgen::after {
	content: "";
	position: absolute;
	left: 9px;
	bottom: 10px;
	width: 17px;
	height: 9px;
	border-radius: 16px 2px 16px 2px;
	background: rgba(36, 74, 44, 0.28);
	transform: rotate(18deg);
}

.discount-label {
	color: #e7fb5b;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.discount-card h4 {
	font-size: clamp(1.05rem, 1.55vw, 1.32rem);
	line-height: 1.1;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.discount-card-motto {
	position: relative;
	z-index: 1;
	margin-top: 1rem;
	color: #f3faef;
	font-size: clamp(0.86rem, 1.1vw, 0.98rem);
	font-style: italic;
	font-weight: 800;
	line-height: 1.5;
}

.discount-duration {
	position: relative;
	z-index: 1;
	margin: 0.45rem 0 1rem;
	min-height: 2.8em;
	color: rgba(245, 250, 233, 0.78);
	font-size: 0.82rem;
	line-height: 1.45;
}

.discount-rates {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	margin-top: auto;
}

.discount-rates span {
	display: grid;
	gap: 0.2rem;
	padding: 0.72rem 0.5rem;
	border: 1px solid rgba(245, 250, 233, 0.08);
	border-radius: 9px;
	background: rgba(7, 24, 12, 0.72);
	text-align: center;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 8px 16px rgba(0, 0, 0, 0.12);
}

.discount-rates small {
	color: rgba(245, 250, 233, 0.68);
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.02em;
}

.discount-rates strong {
	color: #e7fb5b;
	font-size: clamp(1.14rem, 2vw, 1.5rem);
	line-height: 1;
	text-shadow: 0 0 14px rgba(216, 239, 25, 0.2);
}

.discount-action {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: clamp(1rem, 2vw, 1.45rem);
	padding-top: clamp(0.9rem, 2vw, 1.25rem);
	border-top: 1px solid rgba(197, 235, 150, 0.2);
	background: transparent;
}

.discount-action::before {
	content: none;
}

.discount-action > div {
	display: grid;
	gap: 0.24rem;
}

.discount-action strong {
	color: var(--white);
	font-size: clamp(0.9rem, 1.45vw, 1.04rem);
	line-height: 1.35;
}

.discount-action span {
	color: rgba(245, 250, 233, 0.72);
	font-size: 0.82rem;
	line-height: 1.5;
}

.discount-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: min(100%, 210px);
	min-height: 54px;
	padding: 0.95rem 1.65rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background:
		linear-gradient(145deg, #edf8cf, #d8ef19);
	color: #34543a;
	font-size: 0.88rem;
	font-weight: 850;
	box-shadow:
		0 14px 30px rgba(0, 0, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.58);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.discount-cta:hover,
.discount-cta:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.03);
	box-shadow:
		0 18px 38px rgba(0, 0, 0, 0.2),
		0 0 24px rgba(216, 239, 25, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.64);
	outline: none;
}

.plans-notes p {
	display: grid;
	grid-template-columns: 0.8rem minmax(0, 1fr);
	gap: 0.45rem;
	margin: 0;
}

.plans-notes p > span:first-child {
	color: #b8e35f;
	font-weight: 800;
	line-height: 1.6;
}

.keyword {
	color: #b8e35f;
	font-weight: 750;
}

.faq-grid {
	display: grid;
	gap: 0.9rem;
}

.faq-grid details {
	padding: 1.2rem 1.35rem;
}

.faq-grid summary {
	cursor: pointer;
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	font-weight: 800;
}

.faq-grid p {
	max-width: 75ch;
	margin-top: 0.8rem;
	color: var(--muted);
	font-weight: 500;
}

.final-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: calc(var(--radius) + 12px);
	background:
		linear-gradient(90deg, rgba(5, 14, 7, 0.92), rgba(45, 75, 47, 0.78)),
		url("media/iflorabh.png") center / cover;
	color: var(--white);
}

.final-cta h2 {
	max-width: 780px;
}

.site-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	padding: 2rem 1rem 3rem;
	color: var(--muted);
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
}

.site-footer img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.footer-copy {
	display: grid;
	gap: 0.35rem;
}

.footer-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
	font-size: 0.88rem;
}

.footer-contact a {
	color: var(--sage);
	transition: color 0.2s ease;
}

.footer-contact a:hover {
	color: var(--white);
}

.contact-page-footer {
	padding: 1rem 1rem 2rem;
}

.legal-main {
	width: min(calc(100% - 32px), 980px);
	margin: 0 auto;
	padding: clamp(4rem, 8vw, 7rem) 0 3rem;
}

.legal-hero {
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid var(--border);
	border-radius: calc(var(--radius) + 10px);
	background: linear-gradient(135deg, rgba(17, 31, 21, 0.86), rgba(45, 75, 47, 0.56));
	box-shadow: var(--shadow);
}

.legal-hero h1 {
	max-width: 860px;
	margin-top: 0.8rem;
	font-size: clamp(2.3rem, 5.6vw, 5.4rem);
	line-height: 0.98;
	letter-spacing: 0;
	color: var(--white);
}

.legal-hero p {
	max-width: 820px;
	margin-top: 1.1rem;
	color: rgba(244, 249, 238, 0.82);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.legal-updated {
	color: var(--sage) !important;
	font-weight: 800;
}

.legal-content {
	margin-top: 1.2rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: rgba(17, 31, 21, 0.72);
}

.legal-content h2 {
	margin-top: 2.2rem;
	color: var(--white);
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	line-height: 1.22;
}

.legal-content h2:first-child {
	margin-top: 0;
}

.legal-content p,
.legal-content li {
	color: var(--muted);
	font-size: 1rem;
	font-weight: 500;
}

.legal-content p {
	margin-top: 0.85rem;
}

.legal-content ul {
	display: grid;
	gap: 0.65rem;
	margin-top: 0.9rem;
	padding-left: 1.2rem;
}

.legal-content a {
	color: var(--sage);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(175, 208, 150, 0.35);
	text-underline-offset: 0.18em;
}

.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1040px) {
	.nav-links {
		position: absolute;
		top: calc(100% + 0.6rem);
		right: 0.25rem;
		display: flex;
		width: min(290px, calc(100vw - 2rem));
		flex-direction: column;
		align-items: stretch;
		gap: 0.15rem;
		padding: 0.55rem;
		border: 1px solid rgba(245, 250, 233, 0.16);
		border-radius: 20px;
		background: rgba(9, 17, 12, 0.96);
		box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-8px) scale(0.98);
		transform-origin: top right;
		transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
		z-index: 30;
	}

	.site-header.nav-open .nav-links {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0) scale(1);
	}

	.nav-links a {
		display: flex;
		min-height: 44px;
		align-items: center;
		padding: 0.72rem 0.9rem;
		border-radius: 14px;
		color: var(--white);
	}

	.nav-links a:hover,
	.nav-links a:focus-visible {
		background: rgba(245, 250, 233, 0.1);
	}

	.nav-links .mobile-nav-login {
		display: flex;
		margin-top: 0.2rem;
		background: var(--sage);
		color: var(--forest);
	}

	.nav-links .mobile-nav-login:hover,
	.nav-links .mobile-nav-login:focus-visible {
		background: #c9ddbf;
		color: var(--forest);
	}

	.menu-toggle {
		display: inline-flex;
	}

	.application-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.split-feature,
	.solution-strip,
	.intro-band {
		grid-template-columns: 1fr;
	}

	.split-feature {
		min-height: 620px;
	}

	.split-copy {
		justify-self: stretch;
		width: auto;
		margin: 1.2rem;
	}

	.plans-section .plan-grid {
		grid-template-columns: 1fr;
		max-width: 640px;
		margin: 0 auto;
	}

	.plans-section .plan-card.featured {
		transform: none;
	}
}

@media (max-width: 720px) {
	.site-header {
		top: 8px;
		width: min(calc(100% - 20px), 1280px);
		border-radius: 24px;
		gap: 0.55rem;
		padding: 0.42rem 0.52rem;
	}

	.brand {
		min-width: auto;
		padding-inline: 0.15rem;
	}

	.brand img {
		width: 8rem;
	}

	.header-actions .btn-outline {
		display: none;
	}

	.language-switcher {
		gap: 0.25rem;
		min-height: 38px;
		padding: 0.18rem;
	}

	.language-switcher-label {
		display: none;
	}

	.language-button {
		min-height: 32px;
		padding-inline: 0.48rem 0.58rem;
		gap: 0.38rem;
	}

	.language-menu {
		right: -0.35rem;
		min-width: 12.2rem;
	}

	.flag-icon {
		flex-basis: 22px;
		width: 22px;
		height: 15px;
	}

	.hero-section {
		min-height: 94svh;
		margin-top: -72px;
		padding: 7.25rem 1rem 2.2rem;
	}

	.hero-section h2 {
		max-width: 15ch;
		font-size: 2rem;
		line-height: 1.07;
	}

	.hero-blob-frame {
		top: 4.6rem;
		right: -2rem;
		width: min(74vw, 430px);
		min-height: min(74vw, 430px);
		opacity: 0.72;
	}

	.hero-lede {
		max-width: 32rem;
		margin-top: 1rem;
		font-size: 0.98rem;
		line-height: 1.62;
	}

	.eyebrow {
		font-size: 0.68rem;
		letter-spacing: 0.18em;
	}

	.hero-actions,
	.final-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-actions .btn,
	.final-cta .btn {
		width: 100%;
	}

	.application-grid,
	.metric-grid,
	.plan-grid,
	.solution-list {
		grid-template-columns: 1fr;
	}

	.application-card {
		min-height: 310px;
	}

	.intro-band,
	.split-copy,
	.solution-strip,
	.final-cta {
		padding: 1.35rem;
	}

	.site-footer {
		flex-direction: column;
		padding-inline: 1.25rem;
	}

	.footer-contact {
		line-height: 1.7;
	}

	.legal-main {
		width: min(calc(100% - 20px), 980px);
		padding-top: 2.75rem;
	}

	.legal-hero,
	.legal-content {
		border-radius: 18px;
	}

	.split-feature {
		min-height: 760px;
	}

	.split-copy {
		align-self: end;
		margin: 0.9rem;
		padding: 1.1rem;
		border-radius: 22px;
	}

	.split-copy h2 {
		font-size: 1.9rem;
		line-height: 1.08;
	}

	.split-copy > p {
		font-size: 0.94rem;
		line-height: 1.58;
	}

	.stack-list {
		gap: 0.7rem;
		margin-top: 1rem;
	}

	.stack-list div {
		padding: 0.85rem;
		border-radius: 14px;
	}

	.stack-list h3 {
		font-size: 1rem;
	}

	.stack-list p {
		font-size: 0.86rem;
		line-height: 1.45;
	}

	.plans-section {
		margin: 3rem auto;
		padding: 3rem 0.75rem;
	}

	.plans-section .section-heading {
		margin-bottom: 1.5rem;
	}

	.plans-section .section-heading h2 {
		font-size: 2.2rem;
		line-height: 1.08;
	}

	.plans-section .plan-card {
		min-height: auto;
		border-radius: 22px;
	}

	.plans-section .plan-card-bg {
		opacity: 0.34;
		background-size: auto 92%;
	}

	.plans-section .plan-zone-top {
		padding: 1.25rem;
	}

	.plans-section .plan-zone-bottom {
		padding: 1.05rem 1.25rem 1.35rem;
	}

	.plans-section .luxury-title {
		flex-wrap: wrap;
		gap: 0.15rem 0.4rem;
		margin-bottom: 0.45rem;
		font-size: 1.9rem;
	}

	.plans-section .price-layout {
		margin-bottom: 0.25rem;
	}

	.plans-section .price-layout .currency {
		margin-top: 0.45rem;
		font-size: 1.15rem;
	}

	.plans-section .price-layout .amount {
		font-size: 4.15rem;
	}

	.plans-section .price-layout .period {
		margin-bottom: 0.45rem;
		font-size: 1rem;
	}

	.plans-section .subtext {
		min-height: 0;
		margin-bottom: 1rem;
		font-size: 0.95rem;
		line-height: 1.45;
	}

	.plans-section .btn-primary.full-width {
		min-height: 54px;
		padding: 0.7rem 1rem;
		font-size: 0.92rem;
		line-height: 1.25;
		white-space: normal;
	}

	.plans-section .plan-card ul {
		gap: 0.62rem;
		font-size: 0.92rem;
		line-height: 1.35;
	}

	.plans-section .plan-card li {
		padding-left: 1.35rem;
	}

	.discount-grid { grid-template-columns: 1fr; }
	.discount-duration { min-height: 0; }
	.future-graphic { width: 90%; opacity: 0.3; }
	.discount-programs-heading { max-width: 100%; }
	.discount-action {
		align-items: stretch;
		flex-direction: column;
	}
	.discount-cta {
		width: 100%;
		min-width: 0;
		min-height: 50px;
	}
}

@media (max-width: 420px) {
	.hero-section h2 {
		font-size: 1.78rem;
	}

	.hero-blob-frame {
		width: min(78vw, 350px);
		min-height: min(78vw, 350px);
		opacity: 0.68;
	}

	.plans-section .price-layout .amount {
		font-size: 3.65rem;
	}

	.plans-section .luxury-title {
		font-size: 1.65rem;
	}

	.discount-rates {
		gap: 0.38rem;
	}

	.discount-rates span {
		padding: 0.62rem 0.35rem;
	}

	.discount-rates small {
		font-size: 0.58rem;
	}

	.discount-rates strong {
		font-size: 1.1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
