:root {
	--gp-night: #020706;
	--gp-panel: #07100f;
	--gp-line: rgba(214, 255, 0, .16);
	--gp-yellow: #dcff00;
	--gp-cyan: #22d3ee;
	--gp-muted: #8d9895;
}

.gp-trusted,
.gp-productivity,
.gp-faq {
	box-sizing: border-box;
	font-family: Inter, Arial, sans-serif;
}

.gp-trusted *,
.gp-productivity *,
.gp-faq * { box-sizing: border-box; }

.gp-trusted {
	position: relative;
	overflow: hidden;
	padding: 72px 0 82px;
	background: #010604;
	border-top: 1px solid rgba(255,255,255,.04);
	border-bottom: 1px solid rgba(255,255,255,.05);
}

.gp-trusted::before {
	content: "";
	position: absolute;
	left: 50%; top: -210px;
	width: 780px; height: 320px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(220,255,0,.09), transparent 66%);
	pointer-events: none;
}

.gp-trusted__inner { position: relative; width: 100%; }
.gp-trusted__title {
	margin: 0 auto 42px;
	padding: 0 24px;
	color: rgba(255,255,255,.82);
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}

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

.gp-marquee__track {
	display: flex;
	width: max-content;
	animation: gp-marquee-slide 38s linear infinite;
}

.gp-marquee:hover .gp-marquee__track { animation-play-state: paused; }
.gp-marquee__group { display: flex; align-items: center; gap: 68px; padding-right: 68px; }
.gp-marquee__group img {
	display: block;
	width: auto;
	height: 50px;
	max-width: 210px;
	object-fit: contain;
	filter: saturate(.92) brightness(1.12);
}

@keyframes gp-marquee-slide { to { transform: translateX(-50%); } }

.gp-productivity {
	position: relative;
	overflow: hidden;
	padding: 136px max(28px, calc((100vw - 1460px) / 2)) 144px;
	color: #f7faf9;
	background:
		radial-gradient(circle at 50% 28%, rgba(34,211,238,.07), transparent 33%),
		linear-gradient(180deg, #010604, #030807 48%, #010403);
}

.gp-productivity::before {
	content: "";
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(220,255,0,.16) .7px, transparent .7px);
	background-size: 22px 22px;
	mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 82%, transparent);
	opacity: .32;
	pointer-events: none;
}

.gp-section-heading { position: relative; z-index: 1; max-width: 860px; margin: 0 auto 76px; text-align: center; }
.gp-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	margin-bottom: 22px;
	padding: 8px 14px;
	border: 1px solid rgba(34,211,238,.3);
	border-radius: 999px;
	color: #92eef7;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	background: rgba(4,18,18,.7);
}
.gp-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--gp-yellow); box-shadow: 0 0 14px var(--gp-yellow); }
.gp-section-heading h2,
.gp-faq h2 { margin: 0; font-size: clamp(42px, 5vw, 74px); line-height: .98; letter-spacing: -.055em; color: #fff; }
.gp-section-heading h2 span,
.gp-faq h2 span { color: var(--gp-yellow); }
.gp-section-heading > p { max-width: 690px; margin: 24px auto 0; color: var(--gp-muted); font-size: 18px; line-height: 1.65; }

.gp-feature-grid {
	position: relative; z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.gp-feature-column { display: grid; align-content: start; gap: 20px; }
.gp-feature-card {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 28px;
	background: linear-gradient(150deg, rgba(8,18,17,.96), rgba(3,8,7,.98));
	box-shadow: inset 0 1px rgba(255,255,255,.025), 0 26px 80px rgba(0,0,0,.22);
	transition: transform .4s ease, border-color .4s ease;
}
.gp-feature-card:hover { transform: translateY(-5px); border-color: rgba(220,255,0,.3); }
.gp-feature-card::before {
	content: "";
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.12) .7px, transparent .7px);
	background-size: 14px 14px;
	opacity: .22;
	pointer-events: none;
}
.gp-feature-copy { position: relative; z-index: 3; padding: 38px 38px 16px; }
.gp-feature-copy--center { text-align: center; }
.gp-card-number { display: block; margin-bottom: 14px; color: var(--gp-yellow); font: 600 11px/1 monospace; letter-spacing: .15em; }
.gp-feature-copy h3 { margin: 0; color: white; font-size: clamp(23px, 2vw, 31px); line-height: 1.12; letter-spacing: -.035em; }
.gp-feature-copy p { margin: 14px 0 0; color: #929b99; font-size: 15px; line-height: 1.55; }

.gp-feature-card--speed { min-height: 520px; }
.gp-speed-viz { position: absolute; left: 50%; bottom: 38px; width: 310px; height: 270px; transform: translateX(-50%); }
.gp-speed-ring {
	position: absolute; left: 50%; top: 50%; z-index: 2;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	width: 150px; height: 150px;
	transform: translate(-50%,-50%);
	border: 1px solid rgba(220,255,0,.5); border-radius: 50%;
	background: radial-gradient(circle, rgba(220,255,0,.13), rgba(4,10,9,.96) 65%);
	box-shadow: 0 0 55px rgba(220,255,0,.15), inset 0 0 28px rgba(220,255,0,.08);
}
.gp-speed-ring::before,
.gp-speed-ring::after { content:""; position:absolute; border:1px solid rgba(34,211,238,.18); border-radius:50%; animation:gp-ring 3s ease-out infinite; }
.gp-speed-ring::before { inset:-34px; }
.gp-speed-ring::after { inset:-72px; animation-delay:1.5s; }
.gp-speed-ring strong { font-size: 48px; line-height: .9; color: white; }
.gp-speed-ring span { margin-top: 9px; color: var(--gp-cyan); font: 700 11px/1 monospace; letter-spacing: .18em; text-transform: uppercase; }
.gp-node { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gp-cyan); box-shadow: 0 0 16px var(--gp-cyan); }
.gp-node--one { left: 20px; top: 44px; }.gp-node--two { right: 18px; top: 92px; }.gp-node--three { left: 55px; bottom: 18px; background:var(--gp-yellow); box-shadow:0 0 16px var(--gp-yellow); }
@keyframes gp-ring { 0% { transform:scale(.82); opacity:0; } 28% { opacity:1; } 100% { transform:scale(1.13); opacity:0; } }

.gp-feature-card--usage { min-height: 420px; }
.gp-usage-panel { position:absolute; z-index:2; left:30px; right:30px; bottom:34px; padding:24px; border:1px solid rgba(34,211,238,.17); border-radius:20px; background:rgba(9,25,22,.88); box-shadow:0 0 46px rgba(34,211,238,.08); }
.gp-usage-panel div { display:flex; justify-content:space-between; color:#aab4b1; font-size:12px; }
.gp-usage-panel div b { color:#effff8; font-weight:600; }
.gp-usage-panel i { display:block; position:relative; height:9px; margin:10px 0 21px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.07); }
.gp-usage-panel i:last-child { margin-bottom:0; }
.gp-usage-panel i::after { content:""; display:block; width:var(--gp-bar); height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--gp-cyan),var(--gp-yellow)); box-shadow:0 0 16px rgba(34,211,238,.55); animation:gp-bar-grow 2.2s ease both; transform-origin:left; }
@keyframes gp-bar-grow { from { transform:scaleX(.08); } }

.gp-feature-card--platform { min-height: 440px; }
.gp-dashboard { position:absolute; left:34px; right:34px; bottom:-14px; z-index:2; display:flex; height:215px; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:18px 18px 0 0; background:#07100f; box-shadow:0 0 58px rgba(220,255,0,.07); transform:perspective(800px) rotateX(3deg); }
.gp-dashboard__rail { width:62px; padding:16px 13px; border-right:1px solid rgba(255,255,255,.07); }
.gp-dashboard__rail img { width:28px; height:28px; object-fit:contain; margin-bottom:24px; }
.gp-dashboard__rail i { display:block; height:7px; margin:14px 0; border-radius:5px; background:rgba(255,255,255,.1); }
.gp-dashboard__main { flex:1; padding:18px; color:#d7dfdd; font-size:12px; }
.gp-dashboard__stats { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:16px; }
.gp-dashboard__stats b { padding:14px; border:1px solid rgba(255,255,255,.08); border-radius:12px; color:#b8c2bf; font-size:10px; background:rgba(255,255,255,.025); }
.gp-dashboard__stats small { display:block; margin-top:7px; color:white; font-size:17px; }
.gp-dashboard__line { position:relative; height:56px; margin-top:16px; overflow:hidden; border-radius:10px; background:linear-gradient(180deg,rgba(34,211,238,.1),transparent); }
.gp-dashboard__line::after { content:""; position:absolute; left:-20%; top:35px; width:140%; height:2px; background:linear-gradient(90deg,transparent,var(--gp-cyan),var(--gp-yellow),transparent); transform:rotate(-7deg); animation:gp-chart-glow 3s ease-in-out infinite alternate; }

.gp-feature-card--security { min-height: 545px; }
.gp-security-orbit { position:absolute; left:50%; bottom:24px; width:330px; height:305px; transform:translateX(-50%); }
.gp-orbit { position:absolute; left:50%; top:51%; border:1px solid rgba(34,211,238,.22); border-radius:50%; transform:translate(-50%,-50%) rotate(-18deg); }
.gp-orbit--one { width:280px; height:150px; animation:gp-orbit 12s linear infinite; }
.gp-orbit--two { width:185px; height:285px; border-color:rgba(220,255,0,.16); animation:gp-orbit 16s linear infinite reverse; }
.gp-security-logo { position:absolute; left:50%; top:50%; display:grid; place-items:center; width:122px; height:122px; transform:translate(-50%,-50%); border:1px solid rgba(220,255,0,.4); border-radius:30px; background:linear-gradient(145deg,rgba(220,255,0,.14),rgba(4,12,10,.98)); box-shadow:0 0 65px rgba(220,255,0,.2), inset 0 0 26px rgba(34,211,238,.1); }
.gp-security-logo img { width:68px; height:68px; object-fit:contain; }
.gp-security-dot { position:absolute; width:10px; height:10px; border-radius:50%; background:var(--gp-cyan); box-shadow:0 0 16px var(--gp-cyan); }
.gp-security-dot--one { left:18px; top:94px; }.gp-security-dot--two { right:18px; bottom:74px; background:var(--gp-yellow); box-shadow:0 0 16px var(--gp-yellow); }
@keyframes gp-orbit { to { transform:translate(-50%,-50%) rotate(342deg); } }

.gp-feature-card--pool { min-height: 540px; }
.gp-pool-chart { position:absolute; z-index:2; left:28px; right:28px; bottom:28px; height:280px; overflow:hidden; border:1px solid rgba(34,211,238,.15); border-radius:22px; background:linear-gradient(160deg,rgba(10,31,27,.92),rgba(3,10,9,.96)); }
.gp-pool-chart__top { position:absolute; z-index:2; left:24px; top:22px; display:flex; flex-direction:column; color:#87918e; font-size:12px; }
.gp-pool-chart__top strong { margin-top:7px; color:white; font-size:42px; line-height:1; letter-spacing:-.04em; }
.gp-pool-chart svg { position:absolute; left:0; right:0; bottom:0; width:100%; height:190px; }
.gp-chart-area { fill:url(#gpChartFill); }.gp-chart-line { fill:none; stroke:var(--gp-cyan); stroke-width:3; filter:drop-shadow(0 0 7px var(--gp-cyan)); stroke-dasharray:900; stroke-dashoffset:900; animation:gp-draw 4s ease forwards; }
.gp-chart-pin { position:absolute; right:7px; bottom:158px; width:13px; height:13px; border-radius:50%; background:var(--gp-yellow); box-shadow:0 0 20px var(--gp-yellow); animation:gp-pin 1.8s ease-in-out infinite; }
@keyframes gp-draw { to { stroke-dashoffset:0; } } @keyframes gp-pin { 50% { transform:scale(1.5); } }

.gp-feature-card--activity { min-height: 420px; }
.gp-activity { position:absolute; z-index:2; left:26px; right:26px; bottom:30px; display:grid; gap:10px; }
.gp-activity > div { display:grid; grid-template-columns:42px 1fr auto; align-items:center; gap:12px; padding:13px 15px; border:1px solid rgba(255,255,255,.08); border-radius:16px; background:rgba(9,24,21,.92); box-shadow:0 10px 28px rgba(0,0,0,.2); }
.gp-activity > div:nth-child(2) { transform:translateX(14px); }.gp-activity > div:nth-child(3) { transform:translateX(5px); }
.gp-activity i { display:grid; place-items:center; width:37px; height:37px; border-radius:50%; color:#06100d; background:linear-gradient(135deg,var(--gp-yellow),var(--gp-cyan)); font:800 10px/1 monospace; }
.gp-activity span { color:#e4eeeb; font-size:12px; }.gp-activity small { display:block; margin-top:4px; color:#77817e; font-size:10px; }
.gp-activity b { color:#78e9c0; font:700 9px/1 monospace; letter-spacing:.1em; }

@keyframes gp-chart-glow { to { transform:translateY(-14px) rotate(4deg); filter:brightness(1.5); } }

.gp-faq {
	display:grid;
	grid-template-columns:minmax(320px,.78fr) minmax(520px,1.22fr);
	gap:90px;
	padding:140px max(34px, calc((100vw - 1460px) / 2));
	color:#f7faf9;
	background:radial-gradient(circle at 22% 55%,rgba(220,255,0,.055),transparent 30%),#010403;
	border-top:1px solid rgba(255,255,255,.05);
}
.gp-faq__intro { position:sticky; top:120px; align-self:start; }
.gp-faq__intro h2 { font-size:clamp(48px,5.5vw,80px); }
.gp-faq__intro > p { max-width:520px; margin:30px 0; color:var(--gp-muted); font-size:17px; line-height:1.65; }
.gp-faq__intro > a { display:inline-flex; align-items:center; gap:12px; color:#efffb2; font-size:14px; font-weight:700; text-decoration:none; }
.gp-faq__intro > a span { display:grid; place-items:center; width:34px; height:34px; border:1px solid rgba(220,255,0,.3); border-radius:50%; transition:.25s ease; }
.gp-faq__intro > a:hover span { transform:translate(3px,-3px); background:var(--gp-yellow); color:#06100a; }
.gp-faq__list { display:grid; align-content:start; gap:14px; }
.gp-faq__item { overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:20px; background:rgba(6,12,11,.7); transition:border-color .3s ease,background .3s ease; }
.gp-faq__item:hover,.gp-faq__item.is-open { border-color:rgba(220,255,0,.34); background:rgba(10,19,17,.85); }
.gp-faq__item button { display:flex; align-items:center; justify-content:space-between; gap:24px; width:100%; padding:27px 28px; border:0; color:#f5f8f7; background:none; font:600 19px/1.35 Inter,Arial,sans-serif; text-align:left; cursor:pointer; }
.gp-faq__item button i { position:relative; flex:0 0 24px; width:24px; height:24px; }
.gp-faq__item button i::before,.gp-faq__item button i::after { content:""; position:absolute; left:2px; top:11px; width:20px; height:2px; background:currentColor; transition:transform .3s ease; }
.gp-faq__item button i::after { transform:rotate(90deg); }.gp-faq__item.is-open button i::after { transform:rotate(0); }
.gp-faq__answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .35s ease; }
.gp-faq__answer > p { min-height:0; overflow:hidden; margin:0; padding:0 28px; color:#98a29f; font-size:15px; line-height:1.7; transition:padding .35s ease; }
.gp-faq__item.is-open .gp-faq__answer { grid-template-rows:1fr; }.gp-faq__item.is-open .gp-faq__answer > p { padding:0 28px 27px; }

.gp-reveal { opacity:0; transform:translateY(26px); transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1); }
.gp-reveal.is-visible { opacity:1; transform:none; }

@media (max-width:1100px) {
	.gp-feature-grid { grid-template-columns:1fr 1fr; }
	.gp-feature-column:last-child { grid-column:1 / -1; grid-template-columns:1fr 1fr; }
	.gp-faq { gap:50px; grid-template-columns:.8fr 1.2fr; }
}

@media (max-width:760px) {
	.gp-trusted { padding:56px 0 62px; }
	.gp-trusted__title { margin-bottom:30px; font-size:15px; }
	.gp-marquee__group { gap:44px; padding-right:44px; }
	.gp-marquee__group img { height:37px; max-width:155px; }
	.gp-productivity { padding:96px 18px 100px; }
	.gp-section-heading { margin-bottom:50px; }
	.gp-section-heading h2 { font-size:42px; }
	.gp-section-heading > p { font-size:16px; }
	.gp-feature-grid,.gp-feature-column,.gp-feature-column:last-child { display:grid; grid-template-columns:1fr; gap:16px; }
	.gp-feature-card { min-height:400px; border-radius:22px; }
	.gp-feature-copy { padding:30px 26px 14px; }
	.gp-feature-card--speed,.gp-feature-card--security,.gp-feature-card--pool { min-height:500px; }
	.gp-dashboard { left:22px; right:22px; }
	.gp-faq { display:block; padding:100px 18px; }
	.gp-faq__intro { position:static; margin-bottom:52px; }
	.gp-faq__intro h2 { font-size:48px; }
	.gp-faq__item button { padding:23px 20px; font-size:16px; }
	.gp-faq__answer > p { padding-left:20px; padding-right:20px; }.gp-faq__item.is-open .gp-faq__answer > p { padding:0 20px 23px; }
}

@media (prefers-reduced-motion: reduce) {
	.gp-marquee__track,.gp-speed-ring::before,.gp-speed-ring::after,.gp-orbit,.gp-chart-line,.gp-chart-pin { animation:none !important; }
	.gp-reveal { opacity:1; transform:none; }
}

/* Mirrored feature composition: scoped to the downloaded landing-page section. */
.gp-source-productivity {
	padding: 146px max(32px, calc((100vw - 1360px) / 2)) 150px;
	background: #010502;
}

.gp-source-productivity::before {
	background-image:
		radial-gradient(rgba(255,255,255,.11) .7px, transparent .7px),
		linear-gradient(180deg, transparent, rgba(16,43,29,.2), transparent);
	background-size: 15px 15px, 100% 100%;
	mask-image: linear-gradient(to bottom, transparent 2%, #000 18%, #000 92%, transparent);
	opacity: .26;
}

.gp-source-heading {
	position: relative;
	z-index: 2;
	max-width: 850px;
	margin: 0 auto 78px;
	text-align: center;
}

.gp-source-heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(44px, 4.7vw, 72px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -.045em;
}

.gp-source-heading p {
	max-width: 760px;
	margin: 24px auto 0;
	color: rgba(255,255,255,.56);
	font-size: 18px;
	line-height: 1.65;
}

.gp-source-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.gp-source-column {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.gp-source-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 510px;
	border: 1px solid rgba(255,255,255,.19);
	border-radius: 30px;
	background-color: rgba(255,255,255,.018);
	background-image: radial-gradient(rgba(255,255,255,.17) .75px, transparent .75px);
	background-position: 50%;
	background-size: 14px 14px;
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	box-shadow: inset 0 1px rgba(255,255,255,.025);
	transition: border-color .35s ease, transform .35s ease;
}

.gp-source-card:hover {
	transform: translateY(-4px);
	border-color: rgba(220,255,0,.36);
}

.gp-source-card--platform,
.gp-source-card--raw { height: 256px; }
.gp-source-card--security { height: 484px; }
.gp-source-card--pool,
.gp-source-card--partners { height: 380px; }
.gp-source-card--profiles { height: 236px; }

.gp-source-copy {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 40px 32px 0;
	text-align: center;
}

.gp-source-card--platform .gp-source-copy,
.gp-source-card--profiles .gp-source-copy { padding-top: 22px; }

.gp-source-copy h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.32;
	letter-spacing: -.025em;
}

.gp-source-copy p {
	margin: 0;
	color: rgba(255,255,255,.68);
	font-size: 16px;
	line-height: 1.5;
}

.gp-mini-marquee {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	display: grid;
	gap: 15px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.gp-mini-marquee > div {
	display: flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	animation: gp-mini-slide 18s linear infinite;
}

.gp-mini-marquee > .gp-mini-marquee__reverse { animation-direction: reverse; animation-duration: 21s; }
.gp-mini-marquee img {
	width: 78px;
	height: 58px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 13px;
	background: rgba(255,255,255,.94);
	object-fit: contain;
}

@keyframes gp-mini-slide { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
	.gp-source-grid { grid-template-columns: 1fr 1fr; }
	.gp-source-column:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
	.gp-source-card--partners { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	.gp-source-productivity { padding: 96px 16px 104px; }
	.gp-source-heading { margin-bottom: 52px; }
	.gp-source-heading h2 { font-size: 42px; }
	.gp-source-heading p { font-size: 16px; }
	.gp-source-grid,
	.gp-source-column:last-child { display: grid; grid-template-columns: 1fr; gap: 18px; }
	.gp-source-column { gap: 18px; }
	.gp-source-column:last-child { grid-column: auto; }
	.gp-source-card,
	.gp-source-card--platform,
	.gp-source-card--raw,
	.gp-source-card--security,
	.gp-source-card--pool,
	.gp-source-card--profiles,
	.gp-source-card--partners { height: auto; min-height: 420px; border-radius: 24px; }
	.gp-source-card--platform,
	.gp-source-card--raw,
	.gp-source-card--profiles { min-height: 330px; }
	.gp-source-copy { padding: 30px 24px 0; }
}

@media (prefers-reduced-motion: reduce) {
	.gp-mini-marquee > div { animation: none; }
}

/* Gateproxies-native feature system: no third-party media or video controls. */
.gp-source-productivity {
	--gp-blue: #21d4fd;
	--gp-blue-deep: #1677ff;
	--gp-violet: #8b5cf6;
	background:
		radial-gradient(circle at 16% 18%, rgba(33,212,253,.08), transparent 27%),
		radial-gradient(circle at 80% 52%, rgba(139,92,246,.06), transparent 30%),
		#020508;
}

.gp-source-kicker,
.gp-card-index {
	display: block;
	color: var(--gp-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.gp-source-heading h2 {
	margin-top: 16px;
	background: linear-gradient(110deg, #fff 28%, #bceeff 58%, #b99cff 92%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.gp-source-grid { gap: 22px; align-items: start; }
.gp-source-column { gap: 22px; }
.gp-source-column--network { padding-top: 72px; }
.gp-source-column--trust { padding-top: 0; }
.gp-source-column--insight { padding-top: 126px; }

.gp-source-card {
	border-color: rgba(124,188,221,.19);
	background-color: rgba(5,12,18,.78);
	background-image:
		radial-gradient(rgba(67,178,224,.18) .7px, transparent .7px),
		linear-gradient(145deg, rgba(20,44,59,.16), transparent 56%);
	box-shadow: inset 0 1px rgba(255,255,255,.035), 0 24px 70px rgba(0,0,0,.23);
}

.gp-source-card::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(120deg, transparent 30%, rgba(33,212,253,.035), transparent 70%);
	transform: translateX(-100%);
	animation: gp-card-sheen 9s ease-in-out infinite;
}

.gp-source-card:hover { border-color: rgba(33,212,253,.42); }
.gp-source-copy { align-items: flex-start; padding: 34px 32px 0; text-align: left; }
.gp-source-copy h3 { font-size: 26px; font-weight: 540; }
.gp-source-copy p { max-width: 38ch; color: rgba(225,238,246,.62); }

.gp-source-card--pool { height: 540px; }
.gp-source-card--workspace { height: 300px; }
.gp-source-card--security { height: 570px; }
.gp-source-card--utilization { height: 390px; }
.gp-source-card--routing { height: 310px; }
.gp-source-card--performance { height: 530px; }
.gp-source-card--metrics { height: 360px; }
.gp-source-card--partners { height: 350px; }

.gp-pool-visual {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 330px;
	overflow: hidden;
	background: linear-gradient(180deg, transparent, rgba(5,33,42,.7));
}

.gp-pool-stat { position: absolute; z-index: 2; top: 34px; left: 32px; display: grid; gap: 5px; }
.gp-pool-stat small { color: rgba(226,240,247,.52); font-size: 13px; }
.gp-pool-stat strong { color: #fff; font-size: 42px; font-weight: 500; letter-spacing: -.05em; }
.gp-pool-stat span { position: absolute; top: 24px; left: 140px; display: flex; align-items: center; gap: 7px; color: #7ceeff; font-size: 12px; }
.gp-pool-stat i { width: 7px; height: 7px; border-radius: 50%; background: #32f1c0; box-shadow: 0 0 14px #32f1c0; animation: gp-pulse 1.8s ease-in-out infinite; }
.gp-pool-visual svg { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 235px; }
.gp-pool-area { fill: url(#gpPoolFill); }
.gp-pool-line { fill: none; stroke: var(--gp-blue); stroke-width: 3; filter: drop-shadow(0 0 8px rgba(33,212,253,.8)); stroke-dasharray: 800; stroke-dashoffset: 800; animation: gp-draw-line 4.8s ease-in-out infinite alternate; }
.gp-pool-pin { position: absolute; z-index: 3; width: 10px; height: 10px; border: 2px solid #d9fbff; border-radius: 50%; background: var(--gp-blue); box-shadow: 0 0 0 8px rgba(33,212,253,.11), 0 0 24px var(--gp-blue); animation: gp-pulse 2s ease-in-out infinite; }
.gp-pool-pin--one { left: 20%; bottom: 109px; }
.gp-pool-pin--two { left: 55%; bottom: 139px; animation-delay: -.7s; }
.gp-pool-pin--three { right: 4%; bottom: 190px; animation-delay: -1.2s; }

.gp-workspace {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: -2px;
	height: 146px;
	overflow: hidden;
	border: 1px solid rgba(33,212,253,.18);
	border-radius: 18px 18px 0 0;
	background: #071017;
	box-shadow: 0 -20px 60px rgba(33,212,253,.05);
}
.gp-workspace-head { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
.gp-workspace-head .gp-brand-mark { margin-right: auto; }
.gp-workspace-head i { width: 5px; height: 5px; border-radius: 50%; background: #29414d; }
.gp-brand-mark { display: grid; place-items: center; }
.gp-brand-mark img { width: 20px; height: 20px; object-fit: contain; }
.gp-workspace-body { display: grid; grid-template-columns: 48px 1fr; height: 112px; }
.gp-workspace-nav { display: grid; align-content: start; gap: 10px; padding: 16px 13px; border-right: 1px solid rgba(255,255,255,.06); }
.gp-workspace-nav b { width: 21px; height: 4px; border-radius: 4px; background: #253842; }
.gp-workspace-main { position: relative; padding: 17px 20px; }
.gp-workspace-main span { color: #40e2fa; font-size: 8px; letter-spacing: .13em; }
.gp-workspace-main strong { display: block; margin-top: 5px; color: #fff; font-size: 22px; font-weight: 500; }
.gp-workspace-line { position: absolute; left: 20px; right: 20px; bottom: 18px; height: 30px; border-bottom: 2px solid var(--gp-blue); transform: skewY(-5deg); filter: drop-shadow(0 0 7px var(--gp-blue)); }

.gp-security-visual { position: absolute; left: 50%; bottom: 30px; width: 330px; height: 330px; transform: translateX(-50%); }
.gp-security-visual::before { content: ""; position: absolute; inset: 60px; border-radius: 50%; background: radial-gradient(circle, rgba(33,212,253,.19), rgba(139,92,246,.07) 48%, transparent 72%); filter: blur(10px); animation: gp-breathe 3.2s ease-in-out infinite; }
.gp-security-orbit { position: absolute; inset: 35px; border: 1px solid rgba(33,212,253,.24); border-radius: 43% 57% 55% 45%; animation: gp-orbit-spin 10s linear infinite; }
.gp-security-orbit::after { content: ""; position: absolute; top: 14%; left: 8%; width: 8px; height: 8px; border-radius: 50%; background: var(--gp-blue); box-shadow: 0 0 16px var(--gp-blue); }
.gp-security-orbit--two { inset: 58px; border-color: rgba(139,92,246,.3); animation-direction: reverse; animation-duration: 8s; }
.gp-security-shield { position: absolute; inset: 72px 50px 58px; display: grid; place-items: center; clip-path: polygon(50% 0, 91% 18%, 86% 72%, 50% 100%, 14% 72%, 9% 18%); background: linear-gradient(145deg, rgba(33,212,253,.8), rgba(139,92,246,.58)); padding: 2px; filter: drop-shadow(0 0 22px rgba(33,212,253,.28)); }
.gp-security-shield::before { content: ""; position: absolute; inset: 2px; clip-path: inherit; background: linear-gradient(145deg, #07151d, #090a16); }
.gp-brand-lockup { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; color: #effcff; font-size: 18px; font-weight: 650; letter-spacing: -.03em; }
.gp-brand-lockup img { width: 39px; height: 39px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(33,212,253,.4)); }
.gp-security-node { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #c8f8ff; box-shadow: 0 0 15px var(--gp-blue); animation: gp-pulse 2.4s ease-in-out infinite; }
.gp-security-node--one { top: 36px; right: 83px; }
.gp-security-node--two { bottom: 68px; left: 34px; animation-delay: -.8s; }
.gp-security-node--three { bottom: 28px; right: 72px; animation-delay: -1.5s; }

.gp-gauge { position: absolute; left: 0; right: 0; bottom: 22px; display: grid; justify-items: center; gap: 10px; }
.gp-gauge-ring { width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(from 218deg, var(--gp-blue) 0 38%, #8b5cf6 55%, #17242b 56% 100%); animation: gp-gauge-glow 3s ease-in-out infinite; }
.gp-gauge-ring::before { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: #071016; box-shadow: inset 0 0 24px rgba(33,212,253,.08); }
.gp-gauge-ring > div { position: relative; z-index: 2; display: grid; justify-items: center; }
.gp-gauge-ring strong { color: #fff; font-size: 42px; font-weight: 500; letter-spacing: -.05em; }
.gp-gauge-ring span { color: #55dff7; font-size: 9px; letter-spacing: .2em; }
.gp-gauge small { color: rgba(230,243,249,.48); font-size: 12px; }

.gp-route-map { position: absolute; left: 26px; right: 26px; bottom: 18px; height: 130px; border-radius: 18px; background: radial-gradient(circle at 50% 50%, rgba(33,212,253,.12), transparent 58%); }
.gp-route-hub,.gp-route-node { position: absolute; z-index: 2; border-radius: 50%; }
.gp-route-hub { left: 50%; top: 50%; width: 22px; height: 22px; transform: translate(-50%,-50%); border: 5px solid rgba(33,212,253,.2); background: var(--gp-blue); box-shadow: 0 0 24px var(--gp-blue); }
.gp-route-node { width: 9px; height: 9px; background: #c8f8ff; box-shadow: 0 0 12px var(--gp-blue); }
.gp-route-node--a { left: 10%; top: 28%; }.gp-route-node--b { right: 8%; top: 18%; }.gp-route-node--c { right: 18%; bottom: 12%; }
.gp-route-line { position: absolute; z-index: 1; left: 50%; top: 50%; height: 1px; transform-origin: 0 50%; background: linear-gradient(90deg, var(--gp-blue), transparent); animation: gp-route-flow 2.2s ease-in-out infinite; }
.gp-route-line--a { width: 40%; transform: rotate(198deg); }.gp-route-line--b { width: 43%; transform: rotate(-22deg); animation-delay: -.7s; }.gp-route-line--c { width: 35%; transform: rotate(28deg); animation-delay: -1.3s; }

.gp-traffic { position: absolute; left: 26px; right: 26px; bottom: 28px; padding: 22px; border: 1px solid rgba(33,212,253,.13); border-radius: 22px; background: linear-gradient(145deg, rgba(8,24,31,.92), rgba(7,13,19,.84)); }
.gp-traffic-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 25px; }
.gp-traffic-head span { color: #41dff7; font-size: 9px; letter-spacing: .16em; }
.gp-traffic-head strong { color: #fff; font-size: 27px; font-weight: 500; }
.gp-traffic-row { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 13px; margin-top: 21px; padding-bottom: 13px; color: rgba(231,243,249,.65); font-size: 12px; }
.gp-traffic-row b { color: #e8fbff; font-weight: 500; }
.gp-traffic-row i { position: absolute; left: 0; bottom: 0; width: var(--value); height: 5px; border-radius: 8px; background: linear-gradient(90deg, var(--gp-blue), #79f1ff, #8b5cf6); box-shadow: 0 0 14px rgba(33,212,253,.36); transform-origin: left; animation: gp-bar-grow 4s ease-in-out infinite alternate; }

.gp-metrics { position: absolute; left: 28px; right: 28px; bottom: 24px; display: grid; grid-template-columns: 1fr 1.25fr; align-items: end; gap: 18px; height: 150px; }
.gp-metrics-total { align-self: center; display: grid; gap: 5px; }
.gp-metrics-total span { color: rgba(230,243,249,.5); font-size: 11px; }
.gp-metrics-total strong { color: #fff; font-size: 27px; font-weight: 500; letter-spacing: -.04em; }
.gp-metrics-total b { width: max-content; padding: 4px 7px; border-radius: 6px; color: #43efba; background: rgba(67,239,186,.08); font-size: 10px; }
.gp-metrics-bars { display: flex; align-items: end; gap: 8px; height: 115px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.1); }
.gp-metrics-bars i { flex: 1; height: var(--h); min-width: 7px; border-radius: 6px 6px 1px 1px; background: linear-gradient(180deg, var(--gp-blue), rgba(22,119,255,.32)); box-shadow: 0 0 12px rgba(33,212,253,.24); transform-origin: bottom; animation: gp-metric-rise 3.8s ease-in-out infinite alternate; }
.gp-metrics-bars i:nth-child(2n) { animation-delay: -.8s; }.gp-metrics-bars i:nth-child(3n) { animation-delay: -1.5s; }

.gp-source-card--partners .gp-mini-marquee { bottom: 22px; }
.gp-source-card--partners .gp-mini-marquee img { border-color: rgba(33,212,253,.15); background: rgba(240,251,255,.94); }

@keyframes gp-card-sheen { 0%,65% { transform: translateX(-100%); } 82%,100% { transform: translateX(100%); } }
@keyframes gp-draw-line { to { stroke-dashoffset: 0; } }
@keyframes gp-pulse { 50% { opacity: .45; transform: scale(.72); } }
@keyframes gp-breathe { 50% { transform: scale(1.13); opacity: .7; } }
@keyframes gp-orbit-spin { to { transform: rotate(360deg); } }
@keyframes gp-gauge-glow { 50% { filter: drop-shadow(0 0 18px rgba(33,212,253,.24)); } }
@keyframes gp-route-flow { 50% { opacity: .35; filter: drop-shadow(0 0 6px var(--gp-blue)); } }
@keyframes gp-bar-grow { from { transform: scaleX(.24); opacity: .6; } to { transform: scaleX(1); opacity: 1; } }
@keyframes gp-metric-rise { from { transform: scaleY(.42); opacity: .55; } to { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1100px) {
	.gp-source-column--network,.gp-source-column--trust,.gp-source-column--insight { padding-top: 0; }
	.gp-source-column--insight { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
	.gp-source-card--partners { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	.gp-source-column--insight { display: grid; grid-template-columns: 1fr; }
	.gp-source-copy { padding: 28px 24px 0; }
	.gp-source-copy h3 { font-size: 23px; }
	.gp-source-card--pool { min-height: 510px; }
	.gp-source-card--workspace { min-height: 300px; }
	.gp-source-card--security { min-height: 520px; }
	.gp-source-card--utilization { min-height: 390px; }
	.gp-source-card--routing { min-height: 310px; }
	.gp-source-card--performance { min-height: 500px; }
	.gp-source-card--metrics { min-height: 350px; }
	.gp-source-card--partners { min-height: 340px; }
	.gp-security-visual { width: 300px; height: 300px; bottom: 18px; }
	.gp-security-shield { inset: 66px 46px 52px; }
	.gp-brand-lockup { font-size: 16px; }
	.gp-brand-lockup img { width: 34px; height: 34px; }
	.gp-pool-stat { left: 24px; }
	.gp-traffic { left: 18px; right: 18px; padding: 19px; }
}

@media (prefers-reduced-motion: reduce) {
	.gp-source-card::after,.gp-pool-line,.gp-pool-pin,.gp-security-visual::before,.gp-security-orbit,.gp-security-node,.gp-gauge-ring,.gp-route-line,.gp-traffic-row i,.gp-metrics-bars i { animation: none !important; }
}
