.wordform-license-shell {
	margin: 18px 20px 0 2px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	font-family: "Segoe UI", "Roboto", sans-serif;
}

.wordform-license-hero-card,
.wordform-license-flow-card,
.wordform-license-form-card {
	background: #ffffff;
	border: 1px solid #d7dde5;
	border-radius: 22px;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.wordform-license-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(360px, 1fr);
	gap: 22px;
	padding: 28px;
	background: linear-gradient(135deg, #f8fbff 0%, #ffffff 52%, #f4f7fb 100%);
}

.wordform-license-hero-copy {
	max-width: 760px;
}

.wordform-license-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(13, 110, 253, 0.08);
	color: #175ea6;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.license-page-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0 12px;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.2;
	color: #122033;
}

.license-page-header i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	background: linear-gradient(135deg, #175ea6 0%, #2f80ed 100%);
	color: #ffffff;
	font-size: 21px;
}

.wordform-license-hero-text {
	max-width: 720px;
	margin: 0;
	color: #405164;
	font-size: 15px;
	line-height: 1.72;
}

.wordform-license-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.wordform-license-summary-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.wordform-license-summary-card,
.wordform-go-pro-card,
.wordform-go-pro-table,
.wordform-go-pro-cta {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #e3e9f1;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.wordform-license-summary-card {
	padding: 18px;
}

.wordform-license-summary-card strong {
	display: block;
	margin-bottom: 8px;
	color: #153766;
	font-size: 15px;
	line-height: 1.45;
}

.wordform-license-summary-card span {
	color: #52657c;
	font-size: 13px;
	line-height: 1.65;
}

.wordform-license-hero-actions .button.button-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 999px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
}

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

.wordform-license-stat-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid #e4e9f0;
	min-height: 138px;
}

.wordform-license-stat-label {
	color: #607080;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wordform-license-stat-value {
	color: #122033;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	word-break: break-word;
}

.wordform-license-stat-card small {
	color: #5f6f7f;
	font-size: 12px;
	line-height: 1.55;
}

.wordform-license-state-active {
	color: #0f7a44;
}

.wordform-license-state-expired {
	color: #c2410c;
}

.wordform-license-state-inactive {
	color: #175ea6;
}

.wordform-license-flow-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.25fr);
	gap: 22px;
	margin-top: 22px;
}

.wordform-license-flow-card,
.wordform-license-form-card {
	padding: 24px;
}

.wordform-license-flow-card h3,
.wordform-license-form-head h3 {
	margin: 0 0 10px;
	color: #122033;
	font-size: 22px;
	line-height: 1.3;
}

.wordform-license-form-head p {
	margin: 0;
	color: #556677;
	font-size: 14px;
	line-height: 1.7;
}

.wordform-license-step-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: wordform-license-step;
}

.wordform-license-step-list li {
	position: relative;
	display: block;
	padding-left: 52px;
	min-height: 38px;
}

.wordform-license-step-list li::before {
	counter-increment: wordform-license-step;
	content: counter(wordform-license-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: linear-gradient(135deg, #e7f0fb 0%, #dfeeff 100%);
	border: 1px solid #c8daef;
	color: #175ea6;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.wordform-license-step-list li + li {
	margin-top: 18px;
}

.wordform-license-step-list strong,
.wordform-license-step-list span {
	display: block;
}

.wordform-license-step-list strong {
	margin-bottom: 6px;
	color: #122033;
	font-size: 15px;
}

.wordform-license-step-list span {
	color: #556677;
	line-height: 1.7;
}

.sc-wordform-license-message-settings-info {
	display: none;
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid #d7dde5;
	background: #f8fafc;
	font-size: 13px;
	line-height: 1.6;
}

.sc-wordform-license-message-settings-info.active {
	display: block;
}

.wordform-license-field-block {
	display: grid;
	gap: 8px;
	margin-top: 18px;
}

.wordform-license-field-block label {
	color: #1d2a37;
	font-size: 14px;
	font-weight: 600;
}

.wordform-license-input-shell {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	padding: 0 18px;
	border: 1px solid #c9d3de;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.wordform-license-input-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	color: #175ea6;
	font-size: 15px;
}

.wordform-pro-license-key {
	width: 100% !important;
	min-height: 56px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 15px;
	box-shadow: none !important;
	outline: none !important;
	appearance: none;
}

.wordform-license-input-shell:focus-within {
	border-color: #2f80ed;
	box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.14);
}

.wordform-pro-license-key:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
	background: transparent !important;
}

.wordform-license-field-block small {
	color: #657588;
	font-size: 12px;
	line-height: 1.6;
}

.wordform-license-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.wordform-license-form-actions .button.button-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 999px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
}

.wordform-license-support-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #e3e8ef;
}

.wordform-license-support-copy {
	display: grid;
	gap: 6px;
	max-width: 640px;
}

.wordform-license-support-copy strong {
	color: #132033;
	font-size: 14px;
}

.wordform-license-support-copy span {
	color: #5a6a7b;
	font-size: 13px;
	line-height: 1.65;
}

.wordform-license-support-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wordform-license-support-links a {
	color: #175ea6;
	font-weight: 600;
	text-decoration: none;
}

.wordform-license-support-links a:hover,
.wordform-license-support-links a:focus {
	color: #0f4b86;
	text-decoration: underline;
}

.wordform-license-feature-grid {
	margin-top: 22px;
}

.wordform-go-pro-grid,
.wordform-go-pro-limits-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.wordform-go-pro-card {
	padding: 20px;
}

.wordform-go-pro-card h3,
.wordform-go-pro-table h2,
.wordform-go-pro-limits h2,
.wordform-go-pro-cta h2 {
	margin: 0 0 10px;
	color: #153766;
}

.wordform-go-pro-card p,
.wordform-go-pro-limits p,
.wordform-go-pro-cta p {
	margin: 0;
	color: #53657f;
	line-height: 1.7;
}

.wordform-go-pro-table {
	margin-top: 24px;
	padding: 20px;
}

.wordform-go-pro-table table {
	width: 100%;
	border-collapse: collapse;
}

.wordform-go-pro-table th,
.wordform-go-pro-table td {
	padding: 12px 10px;
	border-bottom: 1px solid #edf1f6;
	text-align: left;
	vertical-align: top;
}

.wordform-go-pro-table th {
	color: #26456f;
}

.wordform-go-pro-table tr:last-child td {
	border-bottom: none;
}

.wordform-go-pro-group-row td {
	background: #f8fbff;
	font-weight: 600;
	color: #163864;
}

.wordform-go-pro-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.wordform-go-pro-status-badge.is-full {
	background: #e6f7ef;
	color: #0d7a43;
}

.wordform-go-pro-status-badge.is-limited {
	background: #fff7e5;
	color: #996500;
}

.wordform-go-pro-status-badge.is-pro {
	background: #eef2ff;
	color: #3557d5;
}

.wordform-go-pro-limits {
	margin-top: 24px;
}

.wordform-go-pro-cta {
	margin-top: 24px;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.wordform-go-pro-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wordform-license-shell-free .wordform-license-form-actions .button.button-large {
	min-width: min(100%, 240px);
}

.sc-wordform-license-info-refresh-btn-text .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
}

.text-success {
	color: #0f7a44;
	font-weight: 700;
}

.text-error {
	color: #b91c1c;
	font-weight: 700;
}

.text-warning {
	color: #b45309;
	font-weight: 700;
}

.sc-wordform-license-message-settings-info.active.text-error {
	color: #b91c1c;
	border-color: #fecaca;
	background: #fff1f2;
}

.sc-wordform-license-message-settings-info.active.text-warning {
	color: #92400e;
	border-color: #fde68a;
	background: #fffbeb;
}

.sc-wordform-license-message-settings-info.active.text-success {
	color: #047857;
	border-color: #a7f3d0;
	background: #ecfdf5;
}

@media (max-width: 1280px) {
	.wordform-license-hero-card,
	.wordform-license-flow-grid,
	.wordform-go-pro-grid,
	.wordform-go-pro-limits-grid,
	.wordform-go-pro-cta {
		grid-template-columns: 1fr;
	}

	.wordform-license-status-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.wordform-license-shell {
		margin-right: 10px;
	}

	.wordform-license-hero-card,
	.wordform-license-flow-card,
	.wordform-license-form-card {
		padding: 18px;
		border-radius: 18px;
	}

	.wordform-license-status-grid {
		grid-template-columns: 1fr;
	}

	.wordform-license-form-actions,
	.wordform-license-support-panel,
	.wordform-license-hero-actions,
	.wordform-go-pro-cta,
	.wordform-go-pro-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.wordform-license-form-actions .button.button-large,
	.wordform-license-hero-actions .button.button-large,
	.wordform-go-pro-actions .button.button-large {
		width: 100%;
	}

	.wordform-license-input-shell {
		padding-right: 12px;
	}

	.license-page-header {
		font-size: 26px;
	}
}

#scWordFormLicenseKey .wordform-license-input-shell {
	border-radius: 999px !important;
	background: #ffffff !important;
}

#scWordFormLicenseKey .wordform-license-input-shell .wordform-pro-license-key,
#scWordFormLicenseKey .wordform-license-input-shell .wordform-pro-license-key:hover,
#scWordFormLicenseKey .wordform-license-input-shell .wordform-pro-license-key:focus {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}
