/*
 * Octonet PoE Switches product page.
 *
 * Every declaration here is the resolved value of a Tailwind utility that was
 * on the original React component (OctonetPage.js), so the rendered page
 * matches the old site rather than approximating it.
 *
 * Tailwind values used repeatedly:
 *   accent        #2563eb        accent-hover  #1d4ed8
 *   primary       #0b1b3d        text          #1a1a2e
 *   text-muted    #6b7280        gray-100      #f3f4f6
 *   gray-200      #e5e7eb        gray-50/70    #fbfcfc (over white)
 *   red-50/40     #fef5f5        red-100       #fee2e2
 *   red-400       #f87171        emerald-300   #6ee7b7
 *   emerald-400   #34d399        blue-400      #60a5fa
 *   blue-500      #3b82f6
 */

.gvd-octonet {
	background: #fff;
	color: #1a1a2e;
}

/* =============================================================== bands === */

/* py-20 lg:py-28 */
.gvd-octonet__band {
	position: relative;
	overflow: hidden;
	padding-block: 5rem;
}

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

.gvd-octonet__band--white { background: #fff; }
.gvd-octonet__band--tint  { background: #fbfcfc; }
.gvd-octonet__band--dark  { background: #0b1b3d; }
.gvd-octonet__band--cta   { background: #0b1b3d; }

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

/* max-w-4xl / max-w-5xl inside the shared container. */
.gvd-octonet__narrow { max-width: 56rem; }
.gvd-octonet__medium { max-width: 64rem; }
.gvd-octonet__center { text-align: center; }

/* mt-14 — the gap the original leaves between a heading and its content. */
.gvd-octonet__aftheading { margin-top: 3.5rem; }

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

/* The shared .gvd-eyebrow is reused; these are the product-page deltas
   (border, larger padding, semibold, no trailing margin). */
.gvd-octonet__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0;
	padding: 0.375rem 0.875rem;
	border: 1px solid rgba(37, 99, 235, 0.2);
	background: rgba(37, 99, 235, 0.1);
	font-weight: 600;
	letter-spacing: 0.05em;
}

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

/* text-3xl sm:text-4xl, leading-[1.12], tracking-tight */
.gvd-octonet__h2 {
	margin-top: 1.25rem;
	font-size: 1.875rem;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

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

.gvd-octonet__head--light .gvd-octonet__h2 { color: #fff; }

.gvd-octonet__lede {
	margin: 1.25rem 0 0;
	color: #6b7280;
	font-size: 1.125rem;
	line-height: 1.625;
}

.gvd-octonet__head--light .gvd-octonet__lede { color: rgba(255, 255, 255, 0.65); }

/* ====================================================== shared icon box === */

/* h-12 w-12 rounded-xl bg-accent/10 */
.gvd-octonet__iconbox {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 0.75rem;
	background: rgba(37, 99, 235, 0.1);
	color: #2563eb;
	transition: background-color 0.3s ease;
}

/* h-11 w-11 with a 20px glyph */
.gvd-octonet__iconbox--sm { width: 2.75rem; height: 2.75rem; }

/* bg-accent/15 ring-1 ring-accent/30 — the dark use-case band */
.gvd-octonet__iconbox--ring {
	background: rgba(37, 99, 235, 0.15);
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.3);
}

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

/* The Octonet wordmark, reversed out over the dark hero. */
.gvd-octonet__brand {
	display: block;
	width: auto;
	max-width: 100%;
	height: 2rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
	.gvd-octonet__brand { height: 2.5rem; }
}

/* py-24 lg:py-32 on #0B1B3D */
.gvd-octonet__hero {
	position: relative;
	overflow: hidden;
	padding-block: 6rem;
	background: #0b1b3d;
}

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

.gvd-octonet__herogradient {
	background: linear-gradient(to bottom right, #0b1b3d, #0e2a5e, #0b1b3d);
}

.gvd-octonet__herogrid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 75% 70% at 50% 0%, #000 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 0%, #000 30%, transparent 75%);
}

/* The two slowly drifting blurred orbs. */
.gvd-octonet__orb {
	position: absolute;
	border-radius: 9999px;
	pointer-events: none;
}

.gvd-octonet__orb--a {
	left: -6rem;
	top: 2.5rem;
	width: 18rem;
	height: 18rem;
	background: rgba(37, 99, 235, 0.25);
	filter: blur(110px);
	animation: gvd-on-drift-a 12s ease-in-out infinite;
}

.gvd-octonet__orb--b {
	right: 0;
	top: 33.333%;
	width: 20rem;
	height: 20rem;
	background: rgba(59, 130, 246, 0.2);
	filter: blur(130px);
	animation: gvd-on-drift-b 15s ease-in-out infinite;
}

@keyframes gvd-on-drift-a {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(30px, -20px); }
}

@keyframes gvd-on-drift-b {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-40px, 30px); }
}

.gvd-octonet__hairline {
	position: absolute;
	inset-inline: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(37, 99, 235, 0.6), transparent);
	pointer-events: none;
}

/* grid gap-14 lg:grid-cols-[1.05fr_0.95fr] items-center */
.gvd-octonet__heroinner {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	gap: 3.5rem;
}

@media (min-width: 1024px) {
	.gvd-octonet__heroinner { grid-template-columns: 1.05fr 0.95fr; }
}

.gvd-octonet__herocopy { min-width: 0; }

/* text-4xl sm:text-5xl lg:text-[3.1rem], leading-[1.06], tracking-tight */
.gvd-octonet__herotitle {
	margin: 1.25rem 0 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.025em;
	color: #fff;
}

@media (min-width: 640px) { .gvd-octonet__herotitle { font-size: 3rem; } }
@media (min-width: 1024px) { .gvd-octonet__herotitle { font-size: 3.1rem; } }

.gvd-octonet__herolede {
	max-width: 36rem;
	margin: 1.5rem 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 1.125rem;
	line-height: 1.625;
}

/* mt-7 flex flex-wrap gap-2 */
.gvd-octonet__herochips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.75rem;
}

.gvd-octonet__herochip {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.375rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
}

.gvd-octonet__herochipicon { flex: none; color: #2563eb; }

/* mt-9 */
.gvd-octonet__heroactions { margin-top: 2.25rem; }

/* =============================================== hero product stage ==== */

.gvd-octonet__heromedia { position: relative; min-width: 0; }

/* Accent bloom behind the stage, kept inside the column so it can never
   widen the document on a narrow viewport. */
.gvd-octonet__stage::before {
	content: "";
	position: absolute;
	inset: -1.25rem -0.75rem;
	border-radius: 2.5rem;
	background: radial-gradient(60% 55% at 50% 45%, rgba(37, 99, 235, 0.38), transparent 72%);
	filter: blur(46px);
	pointer-events: none;
}

/*
 * The hardware is dark navy and grey, so — as on the model pages — it sits on
 * a near-white stage rather than straight on the midnight hero.
 */
.gvd-octonet__stage {
	position: relative;
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 30px 60px -18px rgba(0, 0, 0, 0.6);
}

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

/* The flagship switch leads; the rail beneath shows the other form factors. */
.gvd-octonet__lead {
	margin: 0 0 1rem;
	text-align: center;
}

.gvd-octonet__lead img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.22));
}

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

/*
 * These four are wildly different shapes — a tall DIN-rail unit, a bulky
 * cabinet, a flat module. A fixed-height stage with `contain` lines them up
 * without distorting any of them.
 */
.gvd-octonet__railshot {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6rem;
	padding: 0.25rem;
	border-radius: 0.5rem;
	background: #f7f8fa;
}

@media (min-width: 1024px) {
	.gvd-octonet__railshot { height: 6.5rem; }
}

.gvd-octonet__railshot img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 4px 8px rgba(15, 23, 42, 0.18));
}

/* Four across is too tight on a phone. */
@media (max-width: 559px) {
	.gvd-octonet__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
	.gvd-octonet__stage::before { filter: blur(46px); }
}

/* ======================================================== core message === */

/* text-3xl sm:text-4xl lg:text-[2.75rem] */
.gvd-octonet__statement {
	margin: 1.5rem 0 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a2e;
}

@media (min-width: 640px) { .gvd-octonet__statement { font-size: 2.25rem; } }
@media (min-width: 1024px) { .gvd-octonet__statement { font-size: 2.75rem; } }

/* mt-12 grid-cols-2 lg:grid-cols-4 gap-4 */
.gvd-octonet__coregrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 3rem;
}

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

.gvd-octonet__coregrid > .gvd-reveal { display: flex; }

.gvd-octonet__coretile {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	padding: 1.5rem;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: rgba(249, 250, 251, 0.6);
	text-align: center;
}

.gvd-octonet__coretilelabel {
	color: #1a1a2e;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3;
}

/* ========================================================= why octonet === */

/* lg:grid-cols-2 lg:items-center gap-12 */
.gvd-octonet__split {
	display: grid;
	gap: 3rem;
}

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

.gvd-octonet__whylist { display: grid; gap: 0.75rem; }

.gvd-octonet__whyrow {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.gvd-octonet__whylabel { color: #1a1a2e; font-weight: 500; }

/* ========================================================== comparison === */

.gvd-octonet__compare {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1px;
	border: 1px solid #e5e7eb;
	border-radius: 1.5rem;
	background: #e5e7eb;
	overflow: hidden;
}

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

.gvd-octonet__comparehead {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1.5rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.125rem;
	font-weight: 600;
}

.gvd-octonet__comparehead--legacy { background: #f9fafb; color: #6b7280; }
.gvd-octonet__comparehead--octonet { background: #0b1b3d; color: #fff; }
.gvd-octonet__compareheadicon { color: #2563eb; }

.gvd-octonet__comparecell {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 1.25rem;
	font-size: 0.875rem;
}

.gvd-octonet__comparecell--legacy { background: #fff; color: #6b7280; }
.gvd-octonet__comparecell--octonet { background: rgba(11, 27, 61, 0.02); color: #1a1a2e; font-weight: 500; }

.gvd-octonet__comparex { flex: none; margin-top: 0.125rem; color: #f87171; }
.gvd-octonet__comparecheck { flex: none; margin-top: 0.125rem; color: #2563eb; }

/* ================================================== differentiators === */

/* The shared .gvd-grid--3 supplies the columns; the original uses gap-6. */
.gvd-octonet__cards { gap: 1.5rem; }
.gvd-octonet__cards > .gvd-reveal { display: flex; }

.gvd-octonet__feature {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.75rem;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.gvd-octonet__feature:hover {
	transform: translateY(-4px);
	border-color: rgba(37, 99, 235, 0.3);
	box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -4px rgba(15, 23, 42, 0.1);
}

.gvd-octonet__feature:hover .gvd-octonet__iconbox {
	background: rgba(37, 99, 235, 0.2);
}

.gvd-octonet__feature .gvd-octonet__iconbox { align-self: flex-start; }

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

.gvd-octonet__featuretext {
	margin: 0.5rem 0 0;
	color: #6b7280;
	font-size: 0.875rem;
	line-height: 1.625;
}

.gvd-octonet__rangecta { margin-top: 2.5rem; text-align: center; }

/* ========================================================== catalogue === */

/* --- range filter -------------------------------------------------------- */

/* Plain links resolved on the server, so the filter works with JS off. */
.gvd-octonet__filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 2.5rem;
}

.gvd-octonet__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.4375rem;
	padding: 0.5rem 0.875rem;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #1a1a2e;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.gvd-octonet__chip:hover,
.gvd-octonet__chip:focus-visible {
	border-color: rgba(37, 99, 235, 0.4);
	color: #2563eb;
	text-decoration: none;
}

.gvd-octonet__chip.is-active {
	border-color: #2563eb;
	background: #2563eb;
	color: #fff;
}

.gvd-octonet__chipn {
	display: inline-block;
	min-width: 1.375rem;
	padding: 0.0625rem 0.375rem;
	border-radius: 999px;
	background: #f3f4f6;
	color: #6b7280;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.gvd-octonet__chip.is-active .gvd-octonet__chipn {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.gvd-octonet__filternote {
	margin: 1rem 0 0;
	color: #6b7280;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
}

/* --- the grid ------------------------------------------------------------ */

/* One grid for the whole catalogue. Every cell is the same height, so a row
   that is not full still reads as part of the grid. */
.gvd-octonet__models {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 2.25rem 0 0;
	padding: 0;
	list-style: none;
}

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

.gvd-octonet__modelitem { display: flex; min-width: 0; }

.gvd-octonet__model {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #eef1f6;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	color: inherit;
	text-decoration: none;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.gvd-octonet__model:hover,
.gvd-octonet__model:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(37, 99, 235, 0.3);
	box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -4px rgba(15, 23, 42, 0.1);
	text-decoration: none;
}

.gvd-octonet__model:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 3px;
}

/* The photograph is the reason anyone is on this page, so it takes the tile.
   Padding is tight and the shot scales up to the stage, with object-fit
   keeping every chassis in proportion. */
.gvd-octonet__modelmedia {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 8rem;
	padding: 0.5rem 0.25rem;
	background: linear-gradient(180deg, #fbfcfe 0%, #f2f5fa 100%);
}

@media (min-width: 1024px) {
	.gvd-octonet__modelmedia { height: 8.75rem; }
}

.gvd-octonet__modelshot {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 6px 8px rgba(15, 23, 42, 0.16));
}

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

/* The range, which used to be a section header, now rides on the card. */
.gvd-octonet__modelbadge {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	max-width: calc(100% - 1rem);
	overflow: hidden;
	padding: 0.1875rem 0.5rem;
	border-radius: 999px;
	background: rgba(11, 27, 61, 0.82);
	color: #fff;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gvd-octonet__modelbody {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.875rem 1rem 1.125rem;
	border-top: 1px solid #eef1f6;
}

/* The primary line: it is what buyers scan for. */
.gvd-octonet__modelno {
	display: block;
	overflow-wrap: anywhere;
	color: #1a1a2e;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
}

/* Two lines, always — so every card in the row is the same height. */
.gvd-octonet__modelname {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	min-height: 2.5rem;
	color: #6b7280;
	font-size: 0.8125rem;
	line-height: 1.4;
}

@media (max-width: 479px) {
	.gvd-octonet__models { grid-template-columns: minmax(0, 1fr); }
	.gvd-octonet__modelmedia { height: 10rem; }
}

/* An outline button in gray-200, hovering to accent — not in sections.css. */
.gvd-octonet__btnoutline {
	border-color: #e5e7eb;
	background: transparent;
	color: #1a1a2e;
	font-weight: 500;
}

.gvd-octonet__btnoutline:hover {
	border-color: rgba(37, 99, 235, 0.4);
	color: #2563eb;
}

/* =========================================================== use cases === */

.gvd-octonet__darkgrid {
	opacity: 0.6;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 70%);
	-webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 70%);
}

/* grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-4 */
.gvd-octonet__usecases {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

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

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

.gvd-octonet__usecases > .gvd-reveal { display: flex; }

.gvd-octonet__usecase {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	padding: 1.5rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(12px);
	text-align: center;
	transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.gvd-octonet__usecase:hover {
	transform: translateY(-4px);
	border-color: rgba(37, 99, 235, 0.4);
	background: rgba(255, 255, 255, 0.08);
}

.gvd-octonet__usecaselabel {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3;
}

/* ================================================== problem → solution === */

/* lg:grid-cols-2 gap-6 */
.gvd-octonet__panels {
	display: grid;
	gap: 1.5rem;
}

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

.gvd-octonet__panels > .gvd-reveal { display: flex; }

.gvd-octonet__panel {
	flex: 1;
	padding: 2rem;
	border-radius: 1.5rem;
}

.gvd-octonet__panel--problem {
	border: 1px solid #fee2e2;
	background: rgba(254, 242, 242, 0.4);
}

.gvd-octonet__panel--solution {
	border: 1px solid rgba(37, 99, 235, 0.2);
	background: #0b1b3d;
}

.gvd-octonet__paneltitle {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.125rem;
	font-weight: 600;
	color: #1a1a2e;
}

.gvd-octonet__panel--solution .gvd-octonet__paneltitle { color: #fff; }

.gvd-octonet__panellist {
	display: grid;
	gap: 0.75rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.gvd-octonet__panellist li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin: 0;
	color: #6b7280;
	font-size: 0.875rem;
	line-height: 1.5;
}

.gvd-octonet__panel--solution .gvd-octonet__panellist li {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
}

.gvd-octonet__panelx { flex: none; margin-top: 0.125rem; color: #f87171; }
.gvd-octonet__panelcheck { flex: none; margin-top: 0.125rem; color: #2563eb; }

.gvd-octonet__paneltitle .gvd-octonet__panelx,
.gvd-octonet__paneltitle .gvd-octonet__panelcheck { margin-top: 0; }

/* =================================================== trust + ecosystem === */

/* lg:grid-cols-2 gap-14 */
.gvd-octonet__duo {
	display: grid;
	gap: 3.5rem;
}

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

.gvd-octonet__trustlist { display: grid; gap: 0.75rem; margin-top: 2rem; }

.gvd-octonet__trustrow {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid #f3f4f6;
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	color: #1a1a2e;
}

.gvd-octonet__trusticon { flex: none; color: #2563eb; }

.gvd-octonet__ecolist { display: grid; gap: 1rem; margin-top: 2rem; }

.gvd-octonet__ecorow {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

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

.gvd-octonet__econote {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	padding: 1.25rem;
	border-radius: 1rem;
	background: rgba(37, 99, 235, 0.1);
	color: #2563eb;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
}

.gvd-octonet__econote .gvd-svg { flex: none; }

/* ================================================================= cta === */

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

.gvd-octonet__ctaglow {
	background: radial-gradient(ellipse at bottom, rgba(37, 99, 235, 0.25) 0%, transparent 55%);
}

.gvd-octonet__ctainner { max-width: 48rem; text-align: center; }

/* text-3xl sm:text-4xl lg:text-5xl leading-[1.1] */
.gvd-octonet__ctatitle {
	margin: 1.5rem 0 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.025em;
	color: #fff;
}

@media (min-width: 640px) { .gvd-octonet__ctatitle { font-size: 2.25rem; } }
@media (min-width: 1024px) { .gvd-octonet__ctatitle { font-size: 3rem; } }

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

.gvd-octonet__ctaactions { margin-top: 2.5rem; flex-wrap: wrap; }
.gvd-octonet__btnwide { padding-inline: 2rem; }

/* The third action is a bare text link, not a button. */
.gvd-octonet__ctalink {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9375rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.gvd-octonet__ctalink:hover { color: #fff; text-decoration: none; }

/* ==================================================== reduced motion ==== */

@media (prefers-reduced-motion: reduce) {
	.gvd-octonet__orb--a,
	.gvd-octonet__orb--b,
	.gvd-octonet__rackitem { animation: none; }

	.gvd-octonet__feature:hover,
	.gvd-octonet__model:hover,
	.gvd-octonet__usecase:hover { transform: none; }
}
