:root {
	--groibe-primary: #001f5b;
	--groibe-accent: #0097ff;
	--groibe-bg: #f8fafc;
	--groibe-surface: #ffffff;
	--groibe-text: #111827;
	--groibe-muted: #64748b;
	--groibe-line: #e2e8f0;
	--groibe-soft: #eef6ff;
	--groibe-green: #09c95f;
	--groibe-deep: #07152f;
	--groibe-radius: 12px;
	--groibe-card-radius: 18px;
	--groibe-container: 1680px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--groibe-bg);
	color: var(--groibe-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
}

body.groibe-menu-open {
	overflow: hidden;
}

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

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

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.groibe-container {
	width: min(100% - clamp(28px, 5vw, 96px), var(--groibe-container));
	margin-inline: auto;
}

.groibe-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	border-bottom: 1px solid transparent;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.groibe-header.is-scrolled,
.groibe-menu-open .groibe-header {
	background: rgba(248, 250, 252, 0.88);
	border-color: rgba(226, 232, 240, 0.9);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
	backdrop-filter: blur(18px);
}

.groibe-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
}

.groibe-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--groibe-primary);
	font-family: Sora, Inter, sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0;
}

.groibe-logo {
	width: 164px;
	height: auto;
}

.groibe-brand-tagline {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding-left: 14px;
	border-left: 1px solid rgba(0, 31, 91, 0.16);
	background: linear-gradient(90deg, var(--groibe-primary), var(--groibe-accent), var(--groibe-green), var(--groibe-primary));
	background-size: 260% auto;
	color: transparent;
	background-clip: text;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	animation: groibe-tagline-shine 7s ease-in-out infinite;
}

.groibe-brand-mark {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 12px;
	background: var(--groibe-primary);
	color: #fff;
	font-size: 1rem;
}

.groibe-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	color: #334155;
	font-size: 0.93rem;
	font-weight: 600;
}

.groibe-menu a {
	transition: color 160ms ease;
}

.groibe-menu a:hover {
	color: var(--groibe-accent);
}

.groibe-nav-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: var(--groibe-radius);
	background: #fff;
	color: var(--groibe-accent);
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

.groibe-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--groibe-line);
	border-radius: 12px;
	background: #fff;
}

.groibe-menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--groibe-primary);
	border-radius: 99px;
	transition: transform 160ms ease, opacity 160ms ease;
}

.groibe-menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.groibe-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.groibe-menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.groibe-hero {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	padding: 150px 0 86px;
	background:
		radial-gradient(circle at 86% 12%, rgba(9, 201, 95, 0.2), transparent 30%),
		radial-gradient(circle at 5% 22%, rgba(0, 151, 255, 0.18), transparent 30%),
		radial-gradient(circle at 54% 56%, rgba(0, 151, 255, 0.08), transparent 28%),
		linear-gradient(120deg, rgba(0, 151, 255, 0.08), rgba(9, 201, 95, 0.07) 42%, rgba(248, 250, 252, 0) 70%),
		var(--groibe-bg);
}

.groibe-hero::before,
.groibe-subhero::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(0, 151, 255, 0.12), transparent 18%, transparent 82%, rgba(9, 201, 95, 0.12)),
		repeating-linear-gradient(90deg, rgba(0, 31, 91, 0.035) 0 1px, transparent 1px 88px);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 82%);
	animation: groibe-grid-drift 18s linear infinite;
}

.groibe-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(100, 116, 139, 0.22), transparent);
}

.groibe-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, 0.82fr);
	gap: clamp(52px, 7vw, 132px);
	align-items: center;
	min-height: calc(100vh - 236px);
}

.groibe-kicker {
	margin: 0 0 18px;
	color: var(--groibe-accent);
	font-family: Sora, Inter, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	margin: 0;
	color: var(--groibe-primary);
	font-family: Sora, Inter, sans-serif;
	letter-spacing: 0;
	line-height: 1.08;
}

h1 {
	max-width: 920px;
	font-size: clamp(2.8rem, 6.7vw, 5.8rem);
}

h2 {
	font-size: clamp(1.9rem, 3.4vw, 3.6rem);
}

h3 {
	font-size: 1.25rem;
}

.groibe-hero-text {
	max-width: 680px;
	margin: 28px 0 0;
	color: #475569;
	font-size: clamp(1.06rem, 2vw, 1.25rem);
}

.groibe-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.groibe-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border-radius: var(--groibe-radius);
	font-weight: 800;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

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

.groibe-button-primary {
	background: var(--groibe-accent);
	color: #fff;
	box-shadow: 0 18px 36px rgba(37, 99, 235, 0.28);
}

.groibe-button-secondary {
	border: 1px solid var(--groibe-line);
	background: #fff;
	color: var(--groibe-primary);
}

.groibe-network-wrap {
	position: relative;
	overflow: hidden;
	padding: clamp(18px, 2vw, 32px);
	border: 1px solid rgba(226, 232, 240, 0.88);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.1);
	backdrop-filter: blur(18px);
	transform-style: preserve-3d;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.groibe-network-wrap::before {
	position: absolute;
	inset: 12%;
	content: "";
	border-radius: 999px;
	background: conic-gradient(from 120deg, rgba(0, 151, 255, 0.2), rgba(9, 201, 95, 0.18), rgba(0, 31, 91, 0.12), rgba(0, 151, 255, 0.2));
	filter: blur(26px);
	opacity: 0.56;
	animation: groibe-slow-spin 18s linear infinite;
}

.groibe-network {
	position: relative;
	width: 100%;
	animation: groibe-float 6s ease-in-out infinite;
}

.groibe-network-wrap.is-tilting {
	box-shadow: 0 38px 110px rgba(0, 31, 91, 0.16);
}

.groibe-trust {
	padding: 28px 0;
	background: #fff;
	border-bottom: 1px solid var(--groibe-line);
}

.groibe-proof-strip {
	padding: 34px 0;
	background: var(--groibe-deep);
	color: #fff;
}

.groibe-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.groibe-proof-item {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
}

.groibe-proof-item strong {
	display: block;
	color: #fff;
	font-family: Sora, Inter, sans-serif;
	font-size: 1.9rem;
	line-height: 1;
}

.groibe-proof-item span {
	display: block;
	margin-top: 8px;
	color: #cbd5e1;
	font-size: 0.9rem;
	font-weight: 700;
}

.groibe-trust .groibe-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.groibe-trust p {
	margin: 0;
	color: var(--groibe-muted);
	font-size: 0.86rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.groibe-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.groibe-trust-row span {
	padding: 8px 13px;
	border: 1px solid var(--groibe-line);
	border-radius: 999px;
	color: #475569;
	font-size: 0.9rem;
	font-weight: 700;
}

.groibe-section {
	position: relative;
	overflow: hidden;
	padding: 112px 0;
}

.groibe-band {
	background:
		radial-gradient(circle at 8% 0%, rgba(0, 151, 255, 0.07), transparent 24%),
		radial-gradient(circle at 90% 20%, rgba(9, 201, 95, 0.07), transparent 26%),
		#fff;
	border-block: 1px solid var(--groibe-line);
}

.groibe-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
	gap: 72px;
	align-items: start;
}

.groibe-lead-stack p,
.groibe-event p,
.groibe-waitlist p,
.groibe-card p,
.groibe-process p,
.groibe-faq p {
	margin: 0;
	color: var(--groibe-muted);
	font-size: 1rem;
}

.groibe-lead-stack {
	display: grid;
	gap: 20px;
	padding-top: 16px;
}

.groibe-lead-stack p {
	font-size: 1.2rem;
}

.groibe-section-head {
	max-width: 820px;
	margin-bottom: 42px;
}

.groibe-flywheel {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
}

.groibe-wheel-item {
	position: relative;
	overflow: hidden;
	min-height: 152px;
	padding: 20px;
	border: 1px solid var(--groibe-line);
	border-radius: var(--groibe-card-radius);
	background: linear-gradient(180deg, #fff, #f8fafc);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.groibe-wheel-item::after,
.groibe-card::after {
	position: absolute;
	inset: auto 18px 18px auto;
	width: 42px;
	height: 42px;
	content: "";
	border-radius: 999px;
	background: radial-gradient(circle, rgba(0, 151, 255, 0.14), transparent 70%);
	opacity: 0;
	transition: opacity 220ms ease, transform 220ms ease;
}

.groibe-wheel-item:hover,
.groibe-card:hover {
	transform: translateY(-7px);
	border-color: rgba(0, 151, 255, 0.28);
	box-shadow: 0 28px 70px rgba(0, 31, 91, 0.09);
}

.groibe-wheel-item:hover::after,
.groibe-card:hover::after {
	opacity: 1;
	transform: scale(1.6);
}

.groibe-wheel-item span {
	display: block;
	margin-bottom: 34px;
	color: var(--groibe-accent);
	font-size: 0.78rem;
	font-weight: 900;
}

.groibe-wheel-item strong {
	display: block;
	color: var(--groibe-primary);
	font-family: Sora, Inter, sans-serif;
	line-height: 1.25;
}

.groibe-card-grid {
	display: grid;
	gap: 18px;
}

.groibe-card-grid.three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.groibe-card-grid.four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.groibe-card {
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 218px;
	padding: 30px;
	border: 1px solid var(--groibe-line);
	border-radius: var(--groibe-card-radius);
	background: #fff;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.groibe-card.compact {
	min-height: 172px;
}

.groibe-card h3 {
	margin-bottom: 16px;
}

.groibe-label {
	margin-bottom: 18px !important;
	color: var(--groibe-green) !important;
	font-size: 0.78rem !important;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.groibe-solution-list {
	display: grid;
	gap: 16px;
}

.groibe-solution-list div {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--groibe-line);
	border-radius: 16px;
	background: #fff;
}

.groibe-solution-list span {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--groibe-accent);
	box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.1);
}

.groibe-solution-list p {
	margin: 0;
	color: #334155;
	font-weight: 700;
}

.groibe-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	counter-reset: process;
}

.groibe-process div {
	position: relative;
	min-height: 230px;
	padding: 30px;
	border: 1px solid var(--groibe-line);
	border-radius: var(--groibe-card-radius);
	background: #fff;
}

.groibe-process div::before {
	counter-increment: process;
	content: "0" counter(process);
	display: grid;
	width: 40px;
	height: 40px;
	margin-bottom: 42px;
	place-items: center;
	border-radius: 12px;
	background: var(--groibe-soft);
	color: var(--groibe-accent);
	font-size: 0.82rem;
	font-weight: 900;
}

.groibe-process strong {
	display: block;
	margin-bottom: 12px;
	color: var(--groibe-primary);
	font-family: Sora, Inter, sans-serif;
	font-size: 1.05rem;
	line-height: 1.3;
}

.groibe-event {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
	gap: 64px;
	align-items: end;
}

.groibe-event > p {
	font-size: 1.18rem;
}

.groibe-faq {
	display: grid;
	gap: 12px;
}

.groibe-faq details {
	border: 1px solid var(--groibe-line);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

.groibe-faq summary {
	cursor: pointer;
	padding: 20px 22px;
	color: var(--groibe-primary);
	font-family: Sora, Inter, sans-serif;
	font-weight: 800;
	list-style: none;
}

.groibe-faq summary::-webkit-details-marker {
	display: none;
}

.groibe-faq summary::after {
	content: "+";
	float: right;
	color: var(--groibe-accent);
}

.groibe-faq details[open] summary::after {
	content: "-";
}

.groibe-faq p {
	padding: 0 22px 22px;
}

.groibe-waitlist {
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.92)),
		var(--groibe-primary);
	color: #fff;
}

.groibe-waitlist-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
	gap: 64px;
	align-items: center;
}

.groibe-waitlist h2,
.groibe-waitlist .groibe-kicker {
	color: #fff;
}

.groibe-waitlist p {
	color: #cbd5e1;
	font-size: 1.12rem;
}

.groibe-waitlist form,
.groibe-waitlist .fluentform {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--groibe-card-radius);
	background: rgba(255, 255, 255, 0.08);
}

.groibe-form-note {
	margin-top: -46px !important;
	font-size: 0.82rem !important;
}

.groibe-footer {
	padding: 72px 0 28px;
	background: #080d18;
	color: #cbd5e1;
}

.groibe-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	gap: 40px;
}

.groibe-footer-brand {
	width: fit-content;
	padding: 8px 10px;
	border-radius: 14px;
	background: #fff;
	color: #fff;
}

.groibe-footer p {
	max-width: 280px;
	margin: 18px 0 0;
	color: #94a3b8;
}

.groibe-footer h2 {
	margin-bottom: 14px;
	color: #fff;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.groibe-footer a {
	display: block;
	margin-top: 10px;
	color: #94a3b8;
	font-weight: 600;
}

.groibe-footer a:hover {
	color: #fff;
}

.groibe-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 64px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #64748b;
	font-size: 0.9rem;
}

.groibe-page {
	padding: 150px 0 96px;
}

.groibe-subhero {
	position: relative;
	overflow: hidden;
	min-height: 78vh;
	padding: 150px 0 92px;
	background:
		radial-gradient(circle at 88% 10%, rgba(9, 201, 95, 0.16), transparent 30%),
		radial-gradient(circle at 5% 24%, rgba(0, 151, 255, 0.14), transparent 30%),
		linear-gradient(120deg, rgba(0, 151, 255, 0.08), rgba(16, 185, 129, 0.08) 44%, rgba(248, 250, 252, 0) 72%),
		var(--groibe-bg);
	border-bottom: 1px solid var(--groibe-line);
}

.groibe-subhero-dark {
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.92)),
		var(--groibe-primary);
}

.groibe-subhero-dark h1,
.groibe-subhero-dark .groibe-hero-text {
	color: #fff;
}

.groibe-subhero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.5fr);
	gap: clamp(52px, 7vw, 132px);
	align-items: center;
}

.groibe-side-panel {
	padding: 30px;
	border: 1px solid rgba(226, 232, 240, 0.88);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(16px);
}

.groibe-side-panel.dark {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
}

.groibe-side-panel.dark strong,
.groibe-side-panel.dark .groibe-label {
	color: #fff !important;
}

.groibe-side-panel h3 {
	margin-bottom: 12px;
}

.groibe-side-panel p {
	margin: 0;
	color: var(--groibe-muted);
}

.groibe-clean-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding-left: 20px;
	color: var(--groibe-primary);
	font-weight: 800;
}

.groibe-clean-list li::marker {
	color: var(--groibe-accent);
}

.groibe-metric-grid,
.groibe-path-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.groibe-metric-grid strong,
.groibe-path-grid span,
.groibe-tag-cloud span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--groibe-line);
	border-radius: 14px;
	background: #fff;
	color: var(--groibe-primary);
	font-weight: 800;
	text-align: center;
}

.groibe-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.groibe-form-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.7fr);
	gap: 72px;
	align-items: start;
}

.groibe-form-shell > div > p {
	color: var(--groibe-muted);
	font-size: 1.12rem;
}

.groibe-form-card {
	padding: 28px;
	border: 1px solid var(--groibe-line);
	border-radius: var(--groibe-card-radius);
	background: #fff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.groibe-content {
	max-width: 860px;
}

.groibe-content h1 {
	margin-bottom: 28px;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.groibe-content p {
	color: var(--groibe-muted);
	font-size: 1.08rem;
}

.groibe-error {
	text-align: center;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes groibe-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes groibe-tagline-shine {
	0%,
	100% {
		background-position: 0% center;
	}
	50% {
		background-position: 100% center;
	}
}

@keyframes groibe-slow-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes groibe-grid-drift {
	0% {
		background-position: 0 0, 0 0;
	}
	100% {
		background-position: 0 0, 176px 0;
	}
}

@media (min-width: 1440px) {
	.groibe-menu {
		gap: 36px;
	}

	.groibe-network-wrap {
		max-width: 760px;
		justify-self: end;
	}
}

@media (max-width: 1080px) {
	.groibe-hero-grid,
	.groibe-two-col,
	.groibe-event,
	.groibe-waitlist-inner,
	.groibe-subhero-grid,
	.groibe-form-shell {
		grid-template-columns: 1fr;
	}

	.groibe-flywheel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.groibe-process,
	.groibe-card-grid.three,
	.groibe-card-grid.four,
	.groibe-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.groibe-network-wrap {
		max-width: 680px;
	}

	.groibe-hero,
	.groibe-subhero {
		min-height: auto;
	}
}

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

	.groibe-nav {
		min-height: 72px;
	}

	.groibe-menu-toggle {
		display: block;
	}

	.groibe-menu {
		position: fixed;
		top: 72px;
		left: 14px;
		right: 14px;
		display: grid;
		gap: 8px;
		padding: 18px;
		border: 1px solid var(--groibe-line);
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity 160ms ease, transform 160ms ease;
		backdrop-filter: blur(18px);
	}

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

	.groibe-menu a {
		padding: 12px;
		border-radius: 10px;
	}

	.groibe-nav-cta {
		margin-top: 6px;
		background: var(--groibe-accent);
		color: #fff;
	}

	.groibe-hero {
		padding: 126px 0 62px;
	}

	.groibe-subhero {
		padding: 118px 0 70px;
	}

	h1 {
		font-size: clamp(2.55rem, 12vw, 4.2rem);
	}

	.groibe-brand-tagline {
		display: none;
	}

	.groibe-trust .groibe-container {
		align-items: flex-start;
		flex-direction: column;
	}

	.groibe-trust-row {
		justify-content: flex-start;
	}

	.groibe-section {
		padding: 78px 0;
	}

	.groibe-card-grid.three,
	.groibe-card-grid.four,
	.groibe-proof-grid,
	.groibe-process,
	.groibe-flywheel,
	.groibe-footer-grid {
		grid-template-columns: 1fr;
	}

	.groibe-wheel-item,
	.groibe-process div,
	.groibe-card {
		min-height: auto;
	}

	.groibe-form-note {
		margin-top: -44px !important;
	}

	.groibe-footer-bottom {
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.groibe-actions {
		display: grid;
	}

	.groibe-button {
		width: 100%;
	}

	.groibe-network-wrap {
		padding: 12px;
		border-radius: 20px;
	}

	.groibe-logo {
		width: 142px;
	}

	.groibe-card,
	.groibe-process div,
	.groibe-side-panel,
	.groibe-form-card {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
