:root {
	--webpros-blue: #0057ff;
	--webpros-cyan: #00a6ff;
	--webpros-ink: #111827;
	--webpros-muted: #5d6678;
	--webpros-soft: #f4f7fb;
	--webpros-line: rgba(17, 24, 39, 0.1);
	--webpros-card: #ffffff;
	--webpros-radius: 28px;
	--webpros-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

.webpros-partner-page {
	background: #fff;
	color: var(--webpros-ink);
	font-family: inherit;
	overflow: hidden;
}

.webpros-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px;
}

.webpros-hero {
	position: relative;
	padding: 118px 0 96px;
	background:
		radial-gradient(circle at 12% 18%, rgba(0, 166, 255, 0.24), transparent 34%),
		radial-gradient(circle at 88% 8%, rgba(0, 87, 255, 0.25), transparent 30%),
		linear-gradient(135deg, #071225 0%, #0f2347 48%, #06111f 100%);
	color: #fff;
}

.webpros-hero::after {
	content: "";
	position: absolute;
	inset: auto -12% -34% 38%;
	height: 420px;
	background: rgba(0, 166, 255, 0.13);
	filter: blur(70px);
	transform: rotate(-8deg);
}

.webpros-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	gap: 70px;
	align-items: center;
}

.webpros-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #dff3ff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.webpros-eyebrow--dark {
	border-color: rgba(0, 87, 255, 0.16);
	background: rgba(0, 87, 255, 0.08);
	color: var(--webpros-blue);
}

.webpros-hero h1,
.webpros-section-heading h2,
.webpros-two-col h2,
.webpros-cta h2 {
	margin: 0;
	font-weight: 880;
	letter-spacing: -0.04em;
	line-height: 1.07;
	text-wrap: balance;
}

.webpros-hero h1 {
	max-width: 940px;
	color: #fff !important;
	font-size: clamp(42px, 5vw, 76px);
}

.webpros-hero__content p {
	max-width: 760px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	line-height: 1.78;
	text-wrap: pretty;
}

.webpros-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.webpros-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.webpros-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.webpros-btn--primary {
	background: linear-gradient(135deg, var(--webpros-blue), var(--webpros-cyan));
	color: #fff;
	box-shadow: 0 16px 36px rgba(0, 87, 255, 0.28);
}

.webpros-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.webpros-btn--light {
	background: #fff;
	color: var(--webpros-blue);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.webpros-hero__visual {
	display: grid;
	gap: 18px;
}

.webpros-logo-card,
.webpros-brand-card,
.webpros-logo-strip,
.webpros-solution-card,
.webpros-usecase-card,
.webpros-process-grid > div {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #fff;
	box-shadow: var(--webpros-shadow);
}

.webpros-brand-pair {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	align-items: center;
	justify-items: center;
}

.webpros-brand-card {
	display: flex;
	width: min(100%, 440px);
	min-height: 142px;
	padding: 28px;
	border-radius: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.webpros-brand-card img {
	max-width: 100%;
	max-height: 92px;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.webpros-brand-card--hitech img {
	max-width: 360px;
}

.webpros-brand-plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
}

.webpros-logo-card {
	padding: 40px;
	border-radius: 34px;
}

.webpros-logo-card span {
	display: block;
	margin-bottom: 18px;
	color: var(--webpros-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.webpros-logo-card img {
	display: block;
	max-width: 320px;
	width: 100%;
	height: auto;
}

.webpros-logo-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	padding: 18px;
	border-radius: 26px;
}

.webpros-logo-strip img {
	width: 100%;
	height: 74px;
	object-fit: contain;
	padding: 14px;
	border-radius: 18px;
	background: #fff;
}

.webpros-section {
	padding: 92px 0;
}

.webpros-intro {
	background: #fff;
}

.webpros-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 70px;
	align-items: start;
}

.webpros-two-col h2,
.webpros-section-heading h2 {
	font-size: clamp(34px, 4vw, 56px);
}

.webpros-two-col p,
.webpros-section-heading p,
.webpros-usecase-card p,
.webpros-process-grid p,
.webpros-solution-card p,
.webpros-cta p {
	color: var(--webpros-muted);
	font-size: 16px;
	line-height: 1.75;
}

.webpros-check-list {
	display: grid;
	gap: 13px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.webpros-check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--webpros-ink);
	font-weight: 700;
}

.webpros-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--webpros-blue);
	font-weight: 900;
}

.webpros-products,
.webpros-process {
	background: var(--webpros-soft);
}

.webpros-section-heading {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.webpros-solution-grid,
.webpros-usecase-grid,
.webpros-process-grid {
	display: grid;
	gap: 22px;
}

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

.webpros-solution-card {
	position: relative;
	padding: 30px;
	border-color: var(--webpros-line);
	border-radius: var(--webpros-radius);
	background: #fff;
}

.webpros-solution-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 82px;
	margin-bottom: 22px;
	padding: 16px;
	border: 1px solid var(--webpros-line);
	border-radius: 22px;
	background: #fff;
}

.webpros-solution-card__logo img {
	max-width: 190px;
	max-height: 50px;
	object-fit: contain;
}

.webpros-solution-card span {
	color: var(--webpros-blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.webpros-solution-card h3,
.webpros-usecase-card strong,
.webpros-process-grid h3 {
	margin: 12px 0 10px;
	font-size: 22px;
	line-height: 1.22;
}

.webpros-usecase-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.webpros-usecase-card,
.webpros-process-grid > div {
	border-color: var(--webpros-line);
	border-radius: 24px;
	background: #fff;
}

.webpros-usecase-card {
	padding: 26px;
}

.webpros-usecase-card strong {
	display: block;
}

.webpros-process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.webpros-process-grid > div {
	padding: 28px;
}

.webpros-process-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--webpros-blue), var(--webpros-cyan));
	color: #fff;
	font-weight: 900;
}

.webpros-cta {
	padding: 86px 0;
	background: linear-gradient(135deg, var(--webpros-blue), #081a3a);
	color: #fff;
}

.webpros-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
}

.webpros-cta h2 {
	max-width: 820px;
	font-size: clamp(34px, 4vw, 58px);
}

.webpros-cta p {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1100px) {
	.webpros-hero__grid,
	.webpros-two-col,
	.webpros-cta__inner {
		grid-template-columns: 1fr;
	}

	.webpros-hero__visual {
		order: -1;
		width: min(100%, 640px);
		margin: 0 auto;
	}

	.webpros-hero__content {
		order: 1;
		text-align: center;
	}

	.webpros-hero h1,
	.webpros-hero__content p {
		margin-left: auto;
		margin-right: auto;
	}

	.webpros-actions {
		justify-content: center;
	}

	.webpros-solution-grid,
	.webpros-usecase-grid,
	.webpros-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.webpros-container {
		padding: 0 20px;
	}

	.webpros-hero {
		padding: 86px 0 70px;
	}

	.webpros-logo-strip,
	.webpros-solution-grid,
	.webpros-usecase-grid,
	.webpros-process-grid {
		grid-template-columns: 1fr;
	}

	.webpros-brand-pair {
		grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
		gap: 10px;
		align-items: center;
	}

	.webpros-brand-card {
		width: 100%;
		min-width: 0;
		min-height: 88px;
		padding: 14px;
		border-radius: 18px;
	}

	.webpros-brand-card img {
		max-height: 50px;
	}

	.webpros-brand-card--hitech img {
		max-width: 100%;
	}

	.webpros-brand-plus {
		justify-self: center;
		width: 32px;
		height: 32px;
		font-size: 22px;
	}

	.webpros-section {
		padding: 70px 0;
	}

	.webpros-logo-card,
	.webpros-solution-card,
	.webpros-usecase-card,
	.webpros-process-grid > div,
	.webpros-cta__inner {
		padding: 24px;
		border-radius: 24px;
	}

	.webpros-actions {
		flex-direction: column;
	}

	.webpros-btn {
		width: 100%;
	}
}
