.sofcep-pc-gate {
	--sofcep-navy: #17324d;
	--sofcep-blue: #087eae;
	--sofcep-pale: #eef7fa;
	--sofcep-border: #d8e3e8;
	font-family: inherit;
	font-size: 18px !important;
	max-width: 800px;
	margin: 3rem auto;
}

.sofcep-pc-card {
	background: #fff;
	border: 1px solid var(--sofcep-border);
	border-radius: 14px;
	box-shadow: 0 12px 36px rgba(23, 50, 77, .10);
	font-size: 18px !important;
	line-height: 1.6 !important;
	padding: clamp(1.5rem, 5vw, 3rem);
}

.sofcep-pc-card h2 {
	color: var(--sofcep-navy);
	font-size: clamp(30px, 4vw, 38px) !important;
	line-height: 1.2 !important;
	margin: .3rem 0 1rem;
}

.sofcep-pc-eyebrow {
	color: var(--sofcep-blue);
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: .11em;
	margin: 0;
	text-transform: uppercase;
}

.sofcep-pc-form {
	margin-top: 1.5rem;
}

.sofcep-pc-intro {
	font-size: 19px !important;
	line-height: 1.6 !important;
}

.sofcep-pc-intro a {
	color: var(--sofcep-blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.sofcep-pc-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.sofcep-pc-form label:not(.sofcep-pc-consent) {
	display: block;
	font-size: 16px !important;
	font-weight: 650;
	margin: .9rem 0 .35rem;
}

.sofcep-pc-form input[type="text"],
.sofcep-pc-form input[type="email"] {
	background: #fff;
	border: 1px solid #9bacb6;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: inherit !important;
	font-size: 18px !important;
	line-height: 1.35 !important;
	min-height: 52px;
	padding: .65rem .75rem;
	width: 100%;
}

.sofcep-pc-form input:focus {
	border-color: var(--sofcep-blue);
	box-shadow: 0 0 0 3px rgba(8, 126, 174, .18);
	outline: 0;
}

.sofcep-pc-consent {
	align-items: flex-start;
	display: flex;
	font-size: 15px !important;
	gap: .55rem;
	line-height: 1.45;
	margin: 1.2rem 0;
}

.sofcep-pc-consent input {
	flex: 0 0 auto;
	margin-top: .2rem;
}

.sofcep-pc-form button {
	background: var(--sofcep-blue);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: inherit !important;
	font-size: 18px !important;
	font-weight: 700;
	min-height: 54px;
	padding: .7rem 1.4rem;
	width: 100%;
}

.sofcep-pc-form button:hover,
.sofcep-pc-form button:focus {
	background: var(--sofcep-navy);
}

.sofcep-pc-member {
	align-items: center;
	background: var(--sofcep-pale);
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding: 1rem;
	font-size: 17px !important;
}

.sofcep-pc-member a,
.sofcep-pc-links a {
	color: var(--sofcep-blue);
	font-weight: 700;
}

.sofcep-pc-notice {
	border-left: 4px solid;
	margin: 1.2rem 0;
	padding: .8rem 1rem;
}

.sofcep-pc-notice--success { background: #effaf2; border-color: #298846; }
.sofcep-pc-notice--error { background: #fff3f2; border-color: #bd2c22; }
.sofcep-pc-privacy, .sofcep-pc-links { font-size: 14px !important; text-align: center; }
.sofcep-pc-hp { left: -10000px; position: absolute; }

@media (max-width: 540px) {
	.sofcep-pc-gate { font-size: 17px !important; }
	.sofcep-pc-card { padding: 1.4rem; }
	.sofcep-pc-card h2 { font-size: 28px !important; }
	.sofcep-pc-intro { font-size: 18px !important; }
	.sofcep-pc-grid { grid-template-columns: 1fr; gap: 0; }
	.sofcep-pc-member { align-items: flex-start; flex-direction: column; gap: .45rem; }
}
