:root {
	--sectigo-green: #4fb948;
	--sectigo-lime: #9bdc4a;
	--sectigo-blue: #1f73d4;
	--sectigo-navy: #081b33;
	--sectigo-deep: #061527;
	--sectigo-ink: #101828;
	--sectigo-text: #344054;
	--sectigo-muted: #667085;
	--sectigo-border: #dcefd9;
	--sectigo-bg: #f5fbf3;
	--sectigo-card: #ffffff;
}

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

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

.sectigo-hero {
	position: relative;
	padding: 112px 0 96px;
	background:
		radial-gradient(circle at 14% 18%, rgba(79, 185, 72, 0.36), transparent 34%),
		radial-gradient(circle at 88% 10%, rgba(31, 115, 212, 0.24), transparent 31%),
		linear-gradient(135deg, #061527 0%, #081b33 56%, #1f6f3d 100%);
	color: #ffffff;
}

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

.sectigo-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;
}

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

.sectigo-hero .sectigo-eyebrow,
.sectigo-cta .sectigo-eyebrow {
	color: #d8ffbd;
}

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

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

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

.sectigo-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;
}

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

.sectigo-btn--primary {
	background: linear-gradient(135deg, #d8ffbd, var(--sectigo-lime));
	box-shadow: 0 16px 34px rgba(79, 185, 72, 0.28);
	color: var(--sectigo-deep);
}

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

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

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

.sectigo-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: #ffffff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

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

.sectigo-logo-card--partner img {
	image-rendering: auto;
}

.sectigo-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;
}

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

.sectigo-intro,
.sectigo-stats,
.sectigo-usecases {
	background: #ffffff;
}

.sectigo-products,
.sectigo-partner {
	background: var(--sectigo-bg);
}

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

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

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

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

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

.sectigo-stat-grid,
.sectigo-usecase-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.sectigo-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sectigo-product-card,
.sectigo-usecase-card,
.sectigo-stat-card {
	position: relative;
	height: 100%;
	padding: 28px;
	border: 1px solid var(--sectigo-border);
	border-radius: 28px;
	background: var(--sectigo-card);
	box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sectigo-product-card:hover,
.sectigo-usecase-card:hover,
.sectigo-stat-card:hover {
	border-color: rgba(79, 185, 72, 0.42);
	box-shadow: 0 24px 56px rgba(16, 24, 40, 0.1);
	transform: translateY(-6px);
}

.sectigo-product-card--featured {
	background: linear-gradient(160deg, #081b33, #1f6f3d);
	color: #ffffff;
}

.sectigo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	height: 58px;
	margin-bottom: 22px;
	padding: 0 16px;
	border-radius: 18px;
	background: rgba(79, 185, 72, 0.13);
	color: var(--sectigo-green);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.sectigo-product-card--featured .sectigo-icon {
	background: rgba(255, 255, 255, 0.16);
	color: #d8ffbd;
}

.sectigo-product-card h3,
.sectigo-feature-list h3 {
	margin: 0 0 12px;
	color: var(--sectigo-ink);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.25;
}

.sectigo-product-card--featured h3 {
	color: #ffffff;
}

.sectigo-product-card p,
.sectigo-feature-list p,
.sectigo-usecase-card p {
	margin: 0;
	color: var(--sectigo-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

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

.sectigo-stat-card strong {
	display: block;
	margin-bottom: 8px;
	background: linear-gradient(135deg, var(--sectigo-green), var(--sectigo-blue));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 950;
	line-height: 1;
}

.sectigo-stat-card span,
.sectigo-usecase-card strong {
	color: var(--sectigo-ink);
	font-size: 18px;
	font-weight: 900;
}

.sectigo-usecase-card strong {
	display: block;
	margin-bottom: 12px;
}

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

.sectigo-partner-card {
	display: grid;
	gap: 14px;
	width: min(100%, 340px);
	padding: 28px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(8, 27, 51, 0.14);
}

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

.sectigo-partner-card strong {
	background: linear-gradient(135deg, #081b33, #1f6f3d);
	color: #ffffff;
}

.sectigo-partner-card span {
	background: var(--sectigo-bg);
	color: var(--sectigo-green);
}

.sectigo-feature-list {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.sectigo-feature-list > div {
	padding: 24px;
	border: 1px solid var(--sectigo-border);
	border-radius: 24px;
	background: #ffffff;
}

.sectigo-cta {
	padding: 86px 0;
	background: linear-gradient(135deg, #061527, #1f6f3d);
	color: #ffffff;
}

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

.sectigo-cta h2 {
	max-width: 860px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

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

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

	.sectigo-stat-grid,
	.sectigo-usecase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.sectigo-hero__grid,
	.sectigo-two-col,
	.sectigo-partner__grid,
	.sectigo-cta__box {
		grid-template-columns: 1fr;
	}

	.sectigo-hero {
		padding: 90px 0 72px;
	}

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

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

@media (max-width: 640px) {
	.sectigo-hero {
		padding: 72px 0 60px;
	}

	.sectigo-hero h1 {
		font-size: 38px;
	}

	.sectigo-logo-card {
		min-height: 118px;
		padding: 22px;
	}

	.sectigo-product-grid,
	.sectigo-stat-grid,
	.sectigo-usecase-grid {
		grid-template-columns: 1fr;
	}

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

.sectigo-logo-card--partner {
	flex-direction: column;
	gap: 12px;
}

.sectigo-logo-card--partner span {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(79, 185, 72, 0.12);
	color: var(--sectigo-green);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

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

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

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

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

@media (max-width: 640px) {
	.sectigo-hero__logos {
		grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
		gap: 10px;
		align-items: center;
	}

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

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

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

	.sectigo-logo-card--partner span {
		display: none;
	}
}
