/*
 * GVD section styles.
 *
 * A direct port of the previous React/Tailwind design. Every value here came
 * from a Tailwind utility on the original components, so the rendered result
 * matches the old site rather than approximating it.
 *
 * Tokens used throughout:
 *   primary  #0B1B3D   accent  #2563EB   text  #1A1A2E
 *   muted    #6B7280   light   #F5F6F8   border rgba(229,231,235,.8)
 */

/* =========================================================== block gap == */
/*
 * WordPress gives every top-level block a 24px block gap (theme.json's
 * blockGap, applied by core's flow-layout rules). Our sections set their own
 * vertical rhythm with padding and are meant to sit flush against each other,
 * so that gap shows up as a stripe of page background between every band —
 * and between main and the footer.
 *
 * Selectors are class-qualified so they outrank core's `.is-layout-flow > *`.
 * Only our own <section> bands are targeted; prose inside post content keeps
 * its normal spacing.
 */
.wp-site-blocks > main.wp-block-group,
.wp-site-blocks > footer.wp-block-template-part,
.wp-site-blocks > header.wp-block-template-part,
main.wp-block-group > section,
main.wp-block-group > .wp-block-post-content > section,
.wp-block-post-content > section,
.wp-block-group > section.gvd-section,
.wp-block-group > section.gvd-hero {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* ================================================================ layout == */

/* max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 */
.gvd-container {
	width: 100%;
	max-width: 80rem;
	margin-inline: auto;
	padding-inline: 1rem;
}

@media (min-width: 640px) {
	.gvd-container { padding-inline: 1.5rem; }
}

@media (min-width: 1024px) {
	.gvd-container { padding-inline: 2rem; }
}

/* py-24 lg:py-32, scaled down for the compact density */
.gvd-section {
	position: relative;
	padding-block: 4.5rem;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.gvd-section { padding-block: 6rem; }
}

/* py-20 lg:py-28 */
.gvd-section--tight { padding-block: 3.75rem; }

@media (min-width: 1024px) {
	.gvd-section--tight { padding-block: 5.25rem; }
}

.gvd-section--light { background: #f5f6f8; }
.gvd-section--white { background: #fff; }
.gvd-section--dark  { background: #0b1b3d; }

/* ============================================================= backdrops == */

/* Layered dark backdrop: base gradient + radial accent glow + faint grid. */
.gvd-backdrop { position: absolute; inset: 0; pointer-events: none; }

.gvd-backdrop--gradient {
	background: linear-gradient(to bottom right, #0b1b3d, #0f2652, #1a3a6e);
}

.gvd-backdrop--gradient-v {
	background: linear-gradient(to bottom, #0b1b3d, #0d2247, #0b1b3d);
}

.gvd-backdrop--glow-tr {
	background: radial-gradient(ellipse at top right, rgba(37, 99, 235, 0.15) 0%, transparent 50%);
}

.gvd-backdrop--glow-top {
	background: radial-gradient(ellipse at top, rgba(37, 99, 235, 0.18) 0%, transparent 55%);
}

.gvd-backdrop--glow-bl {
	background: radial-gradient(ellipse at bottom left, rgba(37, 99, 235, 0.2) 0%, transparent 50%);
}

.gvd-backdrop--grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse at center, #000 25%, transparent 85%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 85%);
}

.gvd-backdrop--grid-56 {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, #000 25%, transparent 85%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 85%);
}

/* Light grid used on the "How it works" band. */
.gvd-backdrop--grid-light {
	opacity: 0.35;
	background-image:
		linear-gradient(to right, rgba(11, 27, 61, 0.04) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(11, 27, 61, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
}

/* Large blurred accent orb anchored to the right of the hero. */
.gvd-orb {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
	height: 500px;
	border-radius: 9999px;
	background: #2563eb;
	filter: blur(120px);
	opacity: 0.1;
	pointer-events: none;
}

.gvd-section > .gvd-container { position: relative; z-index: 1; }

/* ========================================================= section heads == */

.gvd-eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	background: rgba(37, 99, 235, 0.1);
	color: #2563eb;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1.5;
}

/* On dark surfaces the chip gains a border, as in the original. */
.gvd-section--dark .gvd-eyebrow,
.gvd-hero .gvd-eyebrow {
	background: rgba(37, 99, 235, 0.15);
	border: 1px solid rgba(37, 99, 235, 0.2);
}

.gvd-head {
	max-width: 48rem;
	margin-inline: auto;
	margin-bottom: 3rem;
	text-align: center;
}

.gvd-head--tight { margin-bottom: 2.5rem; }

/*
 * Left-aligned variant. Every section head being centred is what makes a page
 * read as one repeated template; this breaks the rhythm without changing the
 * type or spacing.
 */
.gvd-head--left {
	margin-inline: 0;
	max-width: 42rem;
	text-align: left;
}

/* text-3xl sm:text-4xl lg:text-[2.75rem] font-bold leading-[1.1] */
.gvd-h2 {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.625rem, 1.2rem + 1.9vw, 2.4rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #1a1a2e;
}

.gvd-section--dark .gvd-h2,
.gvd-hero .gvd-h2 { color: #fff; }

.gvd-accent { color: #2563eb; }

.gvd-lede {
	margin-top: 0.875rem;
	color: #6b7280;
	font-size: 0.9375rem;
	line-height: 1.65;
}

@media (min-width: 640px) {
	.gvd-lede { font-size: 1rem; }
}

.gvd-section--dark .gvd-lede { color: rgba(255, 255, 255, 0.55); }

/* =================================================================== hero == */

.gvd-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 75vh;
	background: #0b1b3d;
	overflow: hidden;
}

.gvd-hero__inner {
	position: relative;
	z-index: 1;
	padding-block: 4rem;
}

@media (min-width: 1024px) {
	.gvd-hero__inner { padding-block: 5rem; }
}

.gvd-hero__grid {
	display: grid;
	gap: 2.5rem;
	align-items: center;
}

@media (min-width: 1024px) {
	.gvd-hero__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.gvd-hero__copy { max-width: 48rem; }

/* text-4xl sm:text-5xl lg:text-[3.4rem] leading-[1.05] */
.gvd-hero__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2rem, 1.35rem + 2.8vw, 3rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.025em;
	color: #fff;
}

.gvd-hero__sub {
	max-width: 42rem;
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	line-height: 1.65;
}

@media (min-width: 640px) {
	.gvd-hero__sub { font-size: 1.125rem; }
}

.gvd-hero__note {
	margin-top: 0.5rem;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
}

.gvd-hero__footnote {
	margin-top: 1.25rem;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.75rem;
}

.gvd-hero__list {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.625rem;
}

.gvd-hero__list li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.875rem;
}

@media (min-width: 640px) {
	.gvd-hero__list li { font-size: 1rem; }
}

.gvd-tick {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 9999px;
	background: rgba(37, 99, 235, 0.2);
	color: #2563eb;
}

/* Hero media panel and its floating stat card. */
.gvd-hero__media { position: relative; display: none; }

@media (min-width: 1024px) {
	.gvd-hero__media { display: block; }
}

.gvd-hero__frame {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.2);
}

.gvd-hero__frame img { display: block; width: 100%; height: auto; }

.gvd-hero__stat {
	position: absolute;
	left: -1.5rem;
	bottom: -1.5rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem;
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.gvd-hero__stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	background: rgba(37, 99, 235, 0.1);
	color: #2563eb;
}

.gvd-hero__stat-value {
	font-size: 1.125rem;
	font-weight: 700;
	color: #1a1a2e;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
}

.gvd-hero__stat-label { font-size: 0.75rem; color: #6b7280; }

/* ================================================================ buttons == */

.gvd-actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

@media (min-width: 640px) {
	.gvd-actions { flex-direction: row; }
}

.gvd-actions--center {
	margin-top: 2.5rem;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.gvd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.625rem 1.25rem;
	border-radius: 0.5rem;
	border: 1px solid transparent;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gvd-btn:hover { text-decoration: none; }

.gvd-btn--accent { background: #2563eb; color: #fff; }
.gvd-btn--accent:hover { background: #1d4ed8; color: #fff; }

.gvd-btn--ghost-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.gvd-btn--ghost-light:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.gvd-btn--lg { padding: 0.75rem 1.625rem; font-size: 0.9375rem; }

/* ====================================================== trust indicators == */

.gvd-trust { padding-block: 3rem; background: #fff; border-bottom: 1px solid #f3f4f6; }

.gvd-trust__label {
	margin-bottom: 2.25rem;
	text-align: center;
	color: #6b7280;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* A single bordered panel divided into cells, as in the original. */
.gvd-trust__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid rgba(229, 231, 235, 0.8);
	border-radius: 1rem;
	background: #fff;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.gvd-trust__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.gvd-trust__cell {
	padding: 1.5rem;
	text-align: center;
	border-top: 1px solid rgba(229, 231, 235, 0.8);
	border-left: 1px solid rgba(229, 231, 235, 0.8);
}

/* Kill the outer edges so only the internal dividers show. */
.gvd-trust__cell:nth-child(-n + 2) { border-top: 0; }
.gvd-trust__cell:nth-child(odd) { border-left: 0; }

@media (min-width: 1024px) {
	.gvd-trust__cell { padding: 2rem; border-top: 0; }
	.gvd-trust__cell:nth-child(odd) { border-left: 1px solid rgba(229, 231, 235, 0.8); }
	.gvd-trust__cell:first-child { border-left: 0; }
}

.gvd-trust__value {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.625rem, 1.05rem + 2.1vw, 2.6rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #0b1b3d;
	font-variant-numeric: tabular-nums;
}

.gvd-trust__cell-label {
	margin-top: 0.5rem;
	color: #1a1a2e;
	font-size: 0.875rem;
	font-weight: 500;
}

@media (min-width: 640px) {
	.gvd-trust__cell-label { font-size: 1rem; }
}

.gvd-trust__cell-sub { margin-top: 0.25rem; color: #6b7280; font-size: 0.75rem; }

/* ================================================================== grids == */

.gvd-grid { display: grid; gap: 1.25rem; }

.gvd-grid--2 { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1.5rem; }
.gvd-grid--3 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.gvd-grid--4 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

@media (min-width: 640px) {
	.gvd-grid--3,
	.gvd-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
	.gvd-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
	.gvd-grid--2 { gap: 2rem; }
	.gvd-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.gvd-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ================================================================== cards == */

.gvd-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.25rem;
	border: 1px solid rgba(229, 231, 235, 0.8);
	border-radius: 0.875rem;
	background: #fff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
	text-decoration: none;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.gvd-card:hover {
	border-color: rgba(37, 99, 235, 0.4);
	box-shadow: 0 16px 48px -16px rgba(37, 99, 235, 0.2);
}

/* Larger padding + lift, used by the four solution cards. */
.gvd-card--lift { padding: 1.625rem; }

.gvd-card--lift:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 56px -20px rgba(37, 99, 235, 0.28);
}

.gvd-card__title {
	margin: 0 0 0.5rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1a1a2e;
	transition: color 0.3s ease;
}

.gvd-card--lift .gvd-card__title { font-size: 1.25rem; margin-bottom: 0.75rem; }
.gvd-card--lift:hover .gvd-card__title { color: #2563eb; }

.gvd-card__text { margin: 0; color: #6b7280; font-size: 0.875rem; line-height: 1.7; }
.gvd-card--lift .gvd-card__text { font-size: 1rem; margin-bottom: 1rem; }

/* Muted icon chip that turns accent on hover (pain points). */
.gvd-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 1rem;
	border-radius: 0.75rem;
	background: #f3f4f6;
	color: #6b7280;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.gvd-card:hover .gvd-chip { background: rgba(37, 99, 235, 0.1); color: #2563eb; }

/* Always-accent icon chip (solutions, capabilities). */
.gvd-chip--accent {
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1.25rem;
	border-radius: 1rem;
	background: rgba(37, 99, 235, 0.1);
	color: #2563eb;
}

.gvd-card:hover .gvd-chip--accent { background: rgba(37, 99, 235, 0.2); color: #2563eb; }

.gvd-more {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: auto;
	color: #2563eb;
	font-size: 0.875rem;
	font-weight: 500;
}

.gvd-more .gvd-svg { transition: transform 0.3s ease; }
.gvd-card:hover .gvd-more .gvd-svg { transform: translateX(4px); }

.gvd-note { margin-top: 3rem; text-align: center; color: #6b7280; font-size: 0.875rem; }
.gvd-note strong { color: #1a1a2e; }

/* =================================================== platform capability == */

.gvd-glass {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.gvd-glass:hover {
	border-color: rgba(37, 99, 235, 0.4);
	background: rgba(255, 255, 255, 0.06);
}

.gvd-glass__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.gvd-glass__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: rgba(37, 99, 235, 0.15);
	border: 1px solid rgba(37, 99, 235, 0.2);
	color: #2563eb;
	transition: background-color 0.3s ease;
}

.gvd-glass:hover .gvd-glass__icon { background: rgba(37, 99, 235, 0.25); }

.gvd-glass__num {
	font-size: 0.75rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.25);
	font-variant-numeric: tabular-nums;
}

.gvd-glass__title {
	margin: 0 0 0.5rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}

.gvd-glass__text { margin: 0; color: rgba(255, 255, 255, 0.55); font-size: 0.875rem; line-height: 1.7; }

/* ========================================================== how it works == */

.gvd-step {
	position: relative;
	height: 100%;
	padding: 1.5rem;
	border: 1px solid rgba(229, 231, 235, 0.8);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 1024px) {
	.gvd-step { padding: 1.75rem; }
}

.gvd-step:hover {
	transform: translateY(-6px);
	border-color: rgba(37, 99, 235, 0.4);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

/* Oversized ghost numeral behind the card content. */
.gvd-step__ghost {
	position: absolute;
	top: -0.75rem;
	right: 0.75rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 88px;
	font-weight: 700;
	line-height: 1;
	color: rgba(11, 27, 61, 0.05);
	user-select: none;
	transition: color 0.3s ease;
}

.gvd-step:hover .gvd-step__ghost { color: rgba(37, 99, 235, 0.1); }

/* Top rule that fills with accent on hover. */
.gvd-step__rule { position: absolute; inset-inline: 0; top: 0; height: 4px; background: #f3f4f6; }
.gvd-step__rule::after {
	content: "";
	display: block;
	height: 100%;
	width: 0;
	background: #2563eb;
	transition: width 0.5s ease;
}

.gvd-step:hover .gvd-step__rule::after { width: 100%; }

/* The icon occupies its own row above the tag, as in the original layout. */
.gvd-step__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1.5rem;
	border-radius: 0.75rem;
	background: #0b1b3d;
	color: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease;
}

.gvd-step:hover .gvd-step__icon { background: #2563eb; }

.gvd-step__tag {
	position: relative;
	display: inline-block;
	margin-bottom: 0.5rem;
	color: #2563eb;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gvd-step__title {
	position: relative;
	margin: 0 0 0.75rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1a1a2e;
}

.gvd-step__text { position: relative; margin: 0; color: #6b7280; font-size: 0.875rem; line-height: 1.7; }

/* Connector between steps, desktop only. */
.gvd-step__link {
	display: none;
	position: absolute;
	top: 50%;
	right: -26px;
	z-index: 10;
	width: 2rem;
	height: 2rem;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e7eb;
	border-radius: 9999px;
	background: #fff;
	color: #2563eb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1024px) {
	.gvd-step__link { display: flex; }
}

/* Outcome band beneath the steps. */
.gvd-band {
	position: relative;
	margin-top: 3.5rem;
	padding: 2rem 1.5rem;
	border-radius: 1rem;
	background: #0b1b3d;
	overflow: hidden;
}

@media (min-width: 640px) {
	.gvd-band { padding-inline: 2.5rem; }
}

@media (min-width: 1024px) {
	.gvd-band { margin-top: 4rem; }
}

.gvd-band::before {
	content: "";
	position: absolute;
	top: -6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 480px;
	height: 12rem;
	border-radius: 9999px;
	background: rgba(37, 99, 235, 0.2);
	filter: blur(48px);
}

.gvd-band__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

@media (min-width: 1024px) {
	.gvd-band__inner { flex-direction: row; }
}

.gvd-band__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.125rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

@media (min-width: 640px) { .gvd-band__title { font-size: 1.25rem; } }
@media (min-width: 1024px) { .gvd-band__title { text-align: left; } }

.gvd-band__items {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@media (min-width: 640px) {
	.gvd-band__items { flex-direction: row; gap: 2rem; }
}

.gvd-band__item { display: flex; align-items: center; gap: 0.625rem; }

.gvd-band__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.1);
	color: #2563eb;
}

.gvd-band__label { color: rgba(255, 255, 255, 0.85); font-size: 0.875rem; font-weight: 500; white-space: nowrap; }

/* ================================================================ why gvd == */

.gvd-split {
	display: grid;
	gap: 3rem;
	align-items: center;
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1024px) {
	.gvd-split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5rem; }
}

.gvd-split .gvd-head { text-align: left; margin: 0 0 1.5rem; max-width: none; }

.gvd-checklist { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }

.gvd-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid rgba(229, 231, 235, 0.8);
	border-radius: 0.75rem;
	background: #fff;
	color: #1a1a2e;
	font-weight: 500;
	transition: border-color 0.2s ease;
}

.gvd-checklist li:hover { border-color: rgba(37, 99, 235, 0.4); }

.gvd-checklist__tick {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.125rem;
	border-radius: 9999px;
	background: #2563eb;
	color: #fff;
}

/* ================================================================== bento == */

.gvd-bento {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr);
	grid-auto-rows: 13rem;
}

@media (min-width: 640px) {
	.gvd-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 11rem; gap: 1.25rem; }
}

@media (min-width: 768px) { .gvd-bento { grid-auto-rows: 13rem; } }

@media (min-width: 1024px) {
	.gvd-bento { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 15rem; }
}

.gvd-bento__item {
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.5rem;
	background: #111827;
	overflow: hidden;
	text-decoration: none;
}

.gvd-bento__item--hero { grid-row: span 2; }

@media (min-width: 640px) {
	.gvd-bento__item--hero { grid-column: span 2; grid-row: span 2; }
}

.gvd-bento__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
	transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.gvd-bento__item:hover .gvd-bento__img { transform: scale(1.1); }

.gvd-bento__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1));
}

.gvd-bento__chip {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.gvd-bento__body { position: absolute; inset-inline: 0; bottom: 0; padding: 1.25rem; }

@media (min-width: 1024px) { .gvd-bento__body { padding: 1.5rem; } }

.gvd-bento__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
}

@media (min-width: 1024px) { .gvd-bento__title { font-size: 1.125rem; } }

.gvd-bento__item--hero .gvd-bento__title { font-size: 1.5rem; }

@media (min-width: 1024px) {
	.gvd-bento__item--hero .gvd-bento__title { font-size: 1.875rem; }
}

.gvd-bento__text {
	max-width: 28rem;
	margin: 0.75rem 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gvd-bento__more {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.75rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (min-width: 1024px) {
	.gvd-bento__item:not(.gvd-bento__item--hero) .gvd-bento__more {
		opacity: 0;
		transform: translateY(4px);
	}
	.gvd-bento__item:hover .gvd-bento__more { opacity: 1; transform: none; }
}

.gvd-bento__item::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1.5rem;
	box-shadow: inset 0 0 0 2px transparent;
	transition: box-shadow 0.3s ease;
	pointer-events: none;
}

.gvd-bento__item:hover::after { box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.6); }

/* ==================================================== global presence map == */

.gvd-map-section { padding-block: 3rem; background: #f5f6f8; }

.gvd-map-section__intro { margin-bottom: 1.5rem; }

@media (min-width: 1024px) { .gvd-map-section { padding-block: 4rem; } }

.gvd-map {
	position: relative;
	width: 100%;
	max-width: 72rem;
	margin-inline: auto;
	aspect-ratio: 2.6 / 1;
	max-height: 26rem;
	background: #0b1b3d;
	border-block: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

@media (min-width: 640px) {
	.gvd-map { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 1rem; }
}

.gvd-map__glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.18) 0%, transparent 62%);
}

.gvd-map__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.18;
}

.gvd-marker { position: absolute; z-index: 10; transform: translate(-50%, -50%); }
.gvd-marker:hover { z-index: 20; }

/* A button so the hover card is keyboard reachable — stripped of UA chrome. */
.gvd-marker__anchor {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.gvd-marker__label {
	margin-bottom: 0.375rem;
	padding: 0.125rem 0.5rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

@media (min-width: 640px) { .gvd-marker__label { font-size: 0.75rem; } }

.gvd-marker:hover .gvd-marker__label { background: #2563eb; }

.gvd-marker__dot { position: relative; display: flex; width: 0.75rem; height: 0.75rem; }

.gvd-marker__dot::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 9999px;
	background: #2563eb;
	opacity: 0.75;
	animation: gvd-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.gvd-marker__dot::after {
	content: "";
	position: relative;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 9999px;
	background: #2563eb;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
	transition: transform 0.2s ease;
}

.gvd-marker:hover .gvd-marker__dot::after { transform: scale(1.25); }

@keyframes gvd-ping {
	75%, 100% { transform: scale(2); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.gvd-marker__dot::before { animation: none; }
}

/* Hover card. Also shown on keyboard focus so the content is reachable. */
.gvd-marker__card {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 14rem;
	margin-bottom: 0.75rem;
	padding: 1rem;
	transform: translate(-50%, 4px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.75rem;
	background: rgba(11, 27, 61, 0.95);
	backdrop-filter: blur(8px);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	text-align: left;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gvd-marker:hover .gvd-marker__card,
.gvd-marker:focus-within .gvd-marker__card {
	opacity: 1;
	transform: translate(-50%, 0);
}

/*
 * On a phone the hover card cannot work: hover never fires on touch, and
 * `position: fixed` would resolve against the marker rather than the viewport,
 * because the marker itself is transformed. So below the tablet breakpoint the
 * cards are dropped and the same offices are listed under the map instead —
 * reachable, and no positioning tricks.
 */
@media (max-width: 639px) {
	.gvd-marker__card { display: none; }
}

.gvd-map-offices { display: none; }

@media (max-width: 639px) {
	.gvd-map-offices {
		display: grid;
		gap: 0.75rem;
		margin-top: 1.25rem;
		padding: 0;
		list-style: none;
	}

	.gvd-map-offices__item {
		padding: 0.875rem 1rem;
		border: 1px solid rgba(229, 231, 235, 0.8);
		border-radius: 0.75rem;
		background: #fff;
	}

	.gvd-map-offices__name {
		font-family: var(--wp--preset--font-family--heading);
		font-size: 0.9375rem;
		font-weight: 600;
		color: #1a1a2e;
	}

	.gvd-map-offices__role {
		margin-top: 0.125rem;
		color: #2563eb;
		font-size: 0.75rem;
		font-weight: 500;
	}

	.gvd-map-offices__desc {
		margin: 0.375rem 0 0;
		color: #6b7280;
		font-size: 0.8125rem;
		line-height: 1.6;
	}
}

/* =================================================================== CTA === */

.gvd-cta { text-align: center; }
.gvd-cta .gvd-container { max-width: 56rem; }

.gvd-cta__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.625rem, 1.15rem + 2.2vw, 2.6rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #fff;
}

.gvd-cta__text {
	max-width: 42rem;
	margin: 1.5rem auto 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.125rem;
	line-height: 1.7;
}

/* ============================================================== marquee === */

.gvd-marquee {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.gvd-marquee__track {
	display: flex;
	align-items: center;
	gap: 3.5rem;
	width: max-content;
	animation: gvd-scroll 40s linear infinite;
}

.gvd-marquee:hover .gvd-marquee__track { animation-play-state: paused; }

.gvd-marquee img {
	height: 2.25rem;
	width: auto;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.55;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.gvd-marquee img:hover { filter: grayscale(0); opacity: 1; }

@keyframes gvd-scroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.gvd-marquee__track { animation: none; flex-wrap: wrap; justify-content: center; }
}

/* ========================================================= datasheet ==== */
/*
 * The request form shown in place of a download link. Datasheets are released
 * only after an administrator approves the request.
 */

.gvd-sheet {
	padding: 1.25rem;
	border: 1px solid rgba(229, 231, 235, 0.8);
	border-radius: 0.875rem;
	background: #f9fafb;
}

.gvd-sheet__intro {
	margin: 0 0 1rem;
	color: #6b7280;
	font-size: 0.875rem;
	line-height: 1.6;
}

.gvd-sheet__intro strong { color: #1a1a2e; }

.gvd-sheet__row {
	display: grid;
	gap: 0.875rem;
	grid-template-columns: 1fr;
}

@media (min-width: 560px) {
	.gvd-sheet__row { grid-template-columns: 1fr 1fr; }
}

.gvd-sheet__field { display: grid; gap: 0.35rem; margin: 0 0 0.875rem; }

.gvd-sheet__field label {
	color: #1a1a2e;
	font-size: 0.8125rem;
	font-weight: 500;
}

.gvd-sheet__field input {
	width: 100%;
	padding: 0.6rem 0.75rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.5rem;
	background: #fff;
	font: inherit;
	font-size: 0.875rem;
	color: #1a1a2e;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gvd-sheet__field input:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.gvd-sheet__actions { margin: 0.25rem 0 0; }
.gvd-sheet__actions .gvd-btn { width: 100%; }

/* Outcome panels replace the form once it has been submitted. */
.gvd-sheet--done,
.gvd-sheet--error { border-width: 1px; }

.gvd-sheet--done { background: #ecfdf5; border-color: #a7f3d0; }
.gvd-sheet--error { background: #fef2f2; border-color: #fecaca; }

.gvd-sheet__title {
	margin: 0 0 0.375rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.9375rem;
	font-weight: 700;
	color: #065f46;
}

.gvd-sheet__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #065f46;
}

.gvd-sheet--error .gvd-sheet__text { color: #991b1b; }
