:root {
	--webnic-blue: #0b63ce;
	--webnic-sky: #19a7ff;
	--webnic-navy: #08204a;
	--webnic-deep: #07162f;
	--webnic-ink: #0f172a;
	--webnic-text: #334155;
	--webnic-muted: #64748b;
	--webnic-border: #dbeafe;
	--webnic-bg: #eff6ff;
	--webnic-card: #ffffff;
}

.webnic-partner-page {
	background: #ffffff;
	color: var(--webnic-text);
	font-family: inherit;
	overflow: hidden;
}

.webnic-partner-page * {
	box-sizing: border-box;
}

.webnic-hero {
	position: relative;
	padding: 112px 0 96px;
	background:
		radial-gradient(circle at 14% 18%, rgba(25, 167, 255, 0.34), transparent 34%),
		radial-gradient(circle at 88% 10%, rgba(11, 99, 206, 0.28), transparent 31%),
		linear-gradient(135deg, #07162f 0%, #08204a 54%, #0b63ce 100%);
	color: #ffffff;
}

.webnic-hero::after {
	content: "";
	position: absolute;
	right: -160px;
	bottom: -220px;
	width: 480px;
	height: 480px;
	border-radius: 999px;
	background: rgba(25, 167, 255, 0.16);
}

.webnic-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.82fr);
	gap: 58px;
	align-items: center;
}

.webnic-eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	color: var(--webnic-blue);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.webnic-hero .webnic-eyebrow,
.webnic-cta .webnic-eyebrow {
	color: #b9e9ff;
}

.webnic-hero h1 {
	max-width: 900px;
	margin: 0 0 22px;
	color: #ffffff;
	font-size: clamp(38px, 5.2vw, 66px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.webnic-hero p {
	max-width: 780px;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.75;
}

.webnic-hero__actions,
.webnic-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.webnic-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.webnic-btn--primary {
	background: linear-gradient(135deg, #7dd3fc, var(--webnic-sky));
	box-shadow: 0 16px 34px rgba(25, 167, 255, 0.3);
	color: var(--webnic-deep);
}

.webnic-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.webnic-btn--light {
	background: #ffffff;
	color: var(--webnic-navy);
}

.webnic-hero__logos {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	justify-items: center;
}

.webnic-logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 440px);
	min-height: 150px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.webnic-logo-card img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

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

.webnic-logo-card--webnic {
	flex-direction: column;
	gap: 14px;
	background: #ffffff;
}

.webnic-logo-card--webnic span {
	color: var(--webnic-blue);
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.webnic-section {
	padding: 90px 0;
}

.webnic-intro,
.webnic-tlds,
.webnic-process {
	background: #ffffff;
}

.webnic-solutions,
.webnic-why,
.webnic-fit {
	background: var(--webnic-bg);
}

.webnic-two-col {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.webnic-section-heading h2 {
	margin: 0;
	color: var(--webnic-ink);
	font-size: clamp(30px, 3.7vw, 48px);
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: -0.04em;
}

.webnic-section-heading p {
	max-width: 840px;
	margin: 18px auto 0;
	color: var(--webnic-muted);
	font-size: 17px;
	line-height: 1.72;
}

.webnic-center {
	margin: 0 auto 44px;
	text-align: center;
}

.webnic-rich-text p {
	margin: 0 0 18px;
	color: var(--webnic-text);
	font-size: 17px;
	line-height: 1.82;
}

.webnic-solution-grid,
.webnic-fit-grid,
.webnic-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.webnic-solution-card,
.webnic-fit-card,
.webnic-process-card,
.webnic-tld-card {
	position: relative;
	height: 100%;
	padding: 28px;
	border: 1px solid var(--webnic-border);
	border-radius: 28px;
	background: var(--webnic-card);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.webnic-solution-card:hover,
.webnic-fit-card:hover,
.webnic-process-card:hover,
.webnic-tld-card:hover {
	border-color: rgba(25, 167, 255, 0.42);
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
	transform: translateY(-6px);
}

.webnic-solution-card--featured {
	background: linear-gradient(160deg, #08204a, #0b63ce);
	color: #ffffff;
}

.webnic-solution-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: rgba(25, 167, 255, 0.13);
	color: var(--webnic-blue);
	font-size: 15px;
	font-weight: 900;
}

.webnic-solution-card--featured .webnic-solution-icon {
	background: rgba(255, 255, 255, 0.16);
	color: #b9e9ff;
}

.webnic-solution-card h3,
.webnic-fit-card h3,
.webnic-process-card h3 {
	margin: 0 0 12px;
	color: var(--webnic-ink);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.25;
}

.webnic-solution-card--featured h3 {
	color: #ffffff;
}

.webnic-solution-card p,
.webnic-fit-card p,
.webnic-process-card p,
.webnic-tld-card span {
	margin: 0;
	color: var(--webnic-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

.webnic-solution-card--featured p {
	color: rgba(255, 255, 255, 0.82);
}

.webnic-why__grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
	gap: 58px;
	align-items: center;
}

.webnic-why__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
}

.webnic-stack-card {
	display: grid;
	gap: 14px;
	width: min(100%, 340px);
	padding: 28px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(8, 32, 74, 0.16);
}

.webnic-stack-card strong,
.webnic-stack-card span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border-radius: 18px;
	font-size: 18px;
	font-weight: 900;
}

.webnic-stack-card strong {
	background: linear-gradient(135deg, #08204a, #0b63ce);
	color: #ffffff;
}

.webnic-stack-card span {
	background: var(--webnic-bg);
	color: var(--webnic-navy);
}

.webnic-check-list {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.webnic-check-list li {
	position: relative;
	padding-left: 34px;
	color: var(--webnic-text);
	font-size: 16px;
	line-height: 1.65;
}

.webnic-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--webnic-sky);
	color: var(--webnic-deep);
	font-size: 14px;
	font-weight: 950;
}

.webnic-tld-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.webnic-tld-card strong {
	display: block;
	margin-bottom: 8px;
	color: var(--webnic-navy);
	font-size: 19px;
	font-weight: 900;
}

.webnic-fit-card strong,
.webnic-process-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: rgba(25, 167, 255, 0.13);
	color: var(--webnic-blue);
	font-size: 15px;
	font-weight: 950;
}

.webnic-cta {
	background:
		radial-gradient(circle at 10% 20%, rgba(125, 211, 252, 0.22), transparent 35%),
		linear-gradient(135deg, #07162f, #0b63ce);
	color: #ffffff;
}

.webnic-cta__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.webnic-cta h2 {
	max-width: 850px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 3.8vw, 48px);
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: -0.04em;
}

.webnic-cta p {
	max-width: 780px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.72;
}

@media (max-width: 1180px) {
	.webnic-solution-grid,
	.webnic-fit-grid,
	.webnic-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.webnic-hero {
		padding: 86px 0 72px;
	}

	.webnic-hero__grid,
	.webnic-two-col,
	.webnic-why__grid,
	.webnic-cta__box {
		grid-template-columns: 1fr;
	}

	.webnic-tld-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webnic-cta__actions {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.webnic-hero h1 {
		font-size: 36px;
	}

	.webnic-section {
		padding: 64px 0;
	}

	.webnic-solution-grid,
	.webnic-fit-grid,
	.webnic-process-grid,
	.webnic-tld-grid {
		grid-template-columns: 1fr;
	}

	.webnic-logo-card {
		min-height: 120px;
		padding: 22px;
		border-radius: 24px;
	}

	.webnic-cta__box {
		padding: 28px;
		border-radius: 26px;
	}

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

@media (max-width: 920px) {
	.webnic-hero__logos {
		order: -1;
		width: min(100%, 640px);
		margin: 0 auto;
	}

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

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

	.webnic-hero__actions {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.webnic-hero {
		padding-top: 72px;
	}

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

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

	.webnic-logo-card img {
		max-height: 50px;
	}

	.webnic-logo-plus {
		width: 32px;
		height: 32px;
		font-size: 22px;
	}

	.webnic-logo-card--webnic span {
		display: none;
	}
}
