.scis-pricing-page {
	background: #f7f8fb;
	color: #17212f;
	margin: -1rem 0 0;
	padding: 24px 0 56px;
}

.scis-pricing-page section {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
}

.scis-pricing-head {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	min-height: 420px;
}

.scis-kicker {
	color: #00856f;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.scis-pricing-copy h1 {
	font-size: clamp(3.2rem, 7vw, 5.8rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 18px;
}

.scis-lead {
	color: #4d5b6d;
	font-size: 1.1rem;
	line-height: 1.75;
	margin: 0;
	max-width: 620px;
}

.scis-launch-note {
	background: #ecfdf5;
	border: 1px solid #99f6e4;
	border-radius: 8px;
	color: #134e4a;
	font-weight: 700;
	line-height: 1.6;
	margin: 14px 0 0;
	max-width: 620px;
	padding: 10px 12px;
}

.scis-head-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.scis-primary-action,
.scis-secondary-action,
.scis-select-plan,
.scis-submit,
.scis-plan-actions a {
	align-items: center;
	border: 1px solid #cbd3de;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	text-decoration: none;
}

.scis-primary-action,
.scis-select-plan,
.scis-submit {
	background: #0f766e;
	border-color: #0f766e;
	color: #fff;
}

.scis-secondary-action,
.scis-plan-actions a {
	background: #fff;
	color: #29384b;
}

.scis-product-preview {
	background: #202936;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	box-shadow: 0 22px 50px rgba(34, 48, 71, 0.18);
	overflow: hidden;
}

.scis-product-preview img {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.scis-selling-grid {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 380px;
}

.scis-module-builder {
	margin-bottom: 26px !important;
}

.scis-module-copy {
	margin-bottom: 14px;
	max-width: 760px;
}

.scis-module-copy h2 {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 10px;
}

.scis-module-copy p {
	color: #4d5b6d;
	line-height: 1.7;
	margin: 0;
}

.scis-module-shell {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) 330px;
}

.scis-module-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scis-module-option {
	align-items: start;
	background: #fff;
	border: 1px solid #dfe5ee;
	border-radius: 8px;
	cursor: pointer;
	display: grid;
	gap: 10px;
	grid-template-columns: 22px minmax(0, 1fr);
	min-height: 124px;
	padding: 14px;
	position: relative;
}

.scis-module-option input {
	inline-size: 1px;
	opacity: 0;
	position: absolute;
}

.scis-module-mark {
	align-items: center;
	background: #fff;
	border: 2px solid #94a3b8;
	border-radius: 6px;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	margin-top: 2px;
	width: 22px;
}

.scis-module-mark::after {
	color: #fff;
	content: "✓";
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	opacity: 0;
}

.scis-module-option:has(input:checked) {
	border-color: #0f766e;
	box-shadow: 0 10px 24px rgba(15, 118, 110, 0.12);
}

.scis-module-option:has(input:checked) .scis-module-mark {
	background: #0f766e;
	border-color: #0f766e;
}

.scis-module-option:has(input:checked) .scis-module-mark::after {
	opacity: 1;
}

.scis-module-text {
	display: grid;
	gap: 6px;
	grid-column: 2;
	grid-row: 1;
}

.scis-module-text strong {
	color: #17212f;
	font-size: 0.98rem;
	line-height: 1.25;
}

.scis-module-text small {
	color: #627085;
	font-size: 0.82rem;
	line-height: 1.55;
}

.scis-module-option em {
	color: #8a4b00;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	grid-column: 2;
	grid-row: 2;
	justify-self: start;
	line-height: 1.3;
}

.scis-module-summary {
	background: #17212f;
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 12px;
	padding: 18px;
	position: sticky;
	top: 20px;
}

.scis-module-summary > span,
.scis-module-total span {
	color: #d6e0ea;
	font-size: 0.82rem;
	font-weight: 700;
}

.scis-module-summary > strong,
.scis-module-total strong {
	font-size: 1.45rem;
	line-height: 1.1;
}

.scis-module-summary p {
	color: #d6e0ea;
	font-size: 0.88rem;
	line-height: 1.6;
	margin: 0;
}

.scis-module-total {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	display: grid;
	gap: 6px;
	padding: 12px;
}

.scis-module-summary ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.scis-module-summary li {
	color: #eef6ff;
	font-size: 0.86rem;
	line-height: 1.5;
}

.scis-use-modules {
	background: #fbbf24;
	border: 1px solid #fbbf24;
	border-radius: 8px;
	color: #17212f;
	cursor: pointer;
	font-weight: 900;
	min-height: 42px;
	padding: 10px 14px;
}

.scis-plans {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scis-plan,
.scis-request-panel {
	background: #fff;
	border: 1px solid #dfe5ee;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(24, 35, 51, 0.06);
}

.scis-plan {
	padding: 18px;
}

.scis-plan.is-coming-soon {
	background: #fbfcfe;
	border-style: dashed;
}

.scis-plan.is-coming-soon .scis-select-plan:disabled {
	background: #cbd5e1;
	border-color: #cbd5e1;
	color: #475569;
	cursor: not-allowed;
}

.scis-plan-top {
	align-items: start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.scis-plan-tier {
	color: #b15f00;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.scis-plan h2,
.scis-request-panel h2 {
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.scis-price {
	text-align: right;
}

.scis-coming-soon-badge {
	background: #fef3c7;
	border: 1px solid #fbbf24;
	border-radius: 999px;
	color: #854d0e;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	margin-bottom: 6px;
	padding: 5px 8px;
}

.scis-price strong {
	display: block;
	font-size: 1.9rem;
	line-height: 1;
}

.scis-price span,
.scis-annual,
.scis-plan-note,
.scis-plan-help,
.scis-request-help {
	color: #627085;
	font-size: 0.88rem;
}

.scis-plan-note,
.scis-plan-help,
.scis-request-help {
	line-height: 1.55;
}

.scis-plan-note {
	min-height: 66px;
}

.scis-plan-help {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin: 12px 0;
	padding: 10px;
}

.scis-request-help {
	margin: 10px 0 0;
}

.scis-plan-meta {
	color: #38475a;
	display: grid;
	font-size: 0.9rem;
	gap: 6px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 16px 0;
	padding: 0;
}

.scis-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 64px;
}

.scis-feature-list span {
	background: #eef6f3;
	border: 1px solid #cce7df;
	border-radius: 999px;
	color: #165c50;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 6px 9px;
}

.scis-plan-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.scis-plan-actions button {
	cursor: pointer;
}

.scis-annual {
	margin: 12px 0 0;
}

.scis-request-panel {
	padding: 20px;
	position: sticky;
	top: 20px;
}

#scis-subscription-request {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

#scis-subscription-request label {
	display: grid;
	gap: 6px;
	margin: 0;
}

#scis-subscription-request span {
	color: #475569;
	font-size: 0.84rem;
	font-weight: 700;
}

#scis-subscription-request input,
#scis-subscription-request select,
#scis-subscription-request textarea {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	color: #162033;
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}

#scis-subscription-request textarea {
	resize: vertical;
}

.scis-pricing-mode {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 6px;
}

.scis-pricing-mode label {
	align-items: center;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 7px;
	cursor: pointer;
	display: flex !important;
	gap: 8px !important;
	justify-content: center;
	min-height: 38px;
	padding: 8px;
}

.scis-pricing-mode label:has(input:checked) {
	border-color: #0f766e;
	box-shadow: inset 0 0 0 1px #0f766e;
}

.scis-pricing-mode input {
	height: 16px !important;
	min-height: 16px !important;
	padding: 0 !important;
	width: 16px !important;
}

.scis-form-row {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scis-submit {
	cursor: pointer;
	width: 100%;
}

.scis-submit:disabled {
	background: #94a3b8;
	border-color: #94a3b8;
	cursor: progress;
}

.scis-form-message {
	color: #0f766e;
	font-weight: 700;
	margin: 0;
	min-height: 22px;
}

.scis-form-message.is-error {
	color: #b42318;
}

.scis-handoff {
	background: #ecfdf5;
	border: 1px solid #99f6e4;
	border-radius: 8px;
	color: #134e4a;
	display: grid;
	gap: 8px;
	padding: 12px;
}

.scis-handoff[hidden] {
	display: none;
}

.scis-handoff strong {
	font-size: 1rem;
}

.scis-handoff p {
	margin: 0;
}

.scis-handoff ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.scis-handoff a {
	background: #fff;
	border: 1px solid #99f6e4;
	border-radius: 8px;
	color: #0f766e;
	display: flex;
	font-weight: 800;
	justify-content: center;
	padding: 9px 10px;
	text-decoration: none;
}

.scis-handoff a.scis-handoff-primary {
	background: #0f766e;
	border-color: #0f766e;
	color: #fff;
}

.scis-hp {
	display: none;
}

.scis-checkout-panel {
	background: #fff;
	border: 1px solid #dfe5ee;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(24, 35, 51, 0.06);
	display: grid;
	gap: 14px;
	margin: 48px auto !important;
	max-width: 620px !important;
	padding: 24px !important;
}

.scis-checkout-panel h1 {
	font-size: 2rem;
	letter-spacing: 0;
	margin: 0;
}

.scis-checkout-message {
	color: #475569;
	line-height: 1.7;
	margin: 0;
}

.scis-checkout-message.is-error {
	color: #b91c1c;
	font-weight: 800;
}

.scis-checkout-summary {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: grid;
	gap: 6px;
	padding: 14px;
}

.scis-checkout-summary strong {
	color: #17212f;
	font-size: 1.1rem;
}

.scis-checkout-summary span,
.scis-checkout-summary em {
	color: #526174;
	font-style: normal;
}

.scis-checkout-next {
	align-items: center;
	background: #ecfdf5;
	border: 1px solid #99f6e4;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px;
}

.scis-checkout-next span {
	color: #0f766e;
	font-size: 0.92rem;
	font-weight: 800;
}

.scis-sales-steps {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px !important;
}

.scis-sales-steps div {
	align-items: center;
	background: #17212f;
	border-radius: 8px;
	color: #fff;
	display: flex;
	gap: 12px;
	min-height: 78px;
	padding: 16px;
}

.scis-sales-steps strong {
	align-items: center;
	background: #fbbf24;
	border-radius: 50%;
	color: #17212f;
	display: inline-flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

@media (max-width: 980px) {
	.scis-pricing-head,
	.scis-selling-grid,
	.scis-module-shell {
		grid-template-columns: 1fr;
	}

	.scis-request-panel,
	.scis-module-summary {
		position: static;
	}
}

@media (max-width: 720px) {
	.scis-pricing-page {
		padding-top: 12px;
	}

	.scis-plans,
	.scis-module-list,
	.scis-sales-steps,
	.scis-form-row,
	.scis-pricing-mode {
		grid-template-columns: 1fr;
	}

	.scis-plan-top {
		display: grid;
	}

	.scis-price {
		text-align: left;
	}

}
