.ke-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.ke-panel {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
	border: 1px solid #d9dee7;
	border-radius: 14px;
	box-shadow: 0 12px 36px rgba(14, 35, 61, 0.08);
	margin: 20px 0;
	padding: 24px;
}

.ke-auth-heading h1 {
	color: #132a4b;
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1.08;
	margin: 0 0 10px;
}

.ke-auth-layout {
	align-items: stretch;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.ke-auth-layout .ke-panel {
	margin: 20px 0;
}

.ke-auth-card {
	display: flex;
	flex-direction: column;
}

.ke-auth-form {
	align-content: start;
	display: grid;
	gap: 16px;
}

.ke-auth-form--login,
.ke-auth-form--register {
	grid-template-rows: repeat(3, minmax(88px, auto)) minmax(60px, auto);
}

.ke-auth-form > p {
	margin: 0;
}

.ke-auth-form--login .login-username,
.ke-auth-form--login .login-password,
.ke-auth-form--register > p:not(.ke-auth-submit-row) {
	align-content: start;
	display: grid;
	gap: 6px;
	grid-template-rows: auto 1fr;
}

.ke-auth-separator {
	align-items: center;
	color: #5f7187;
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.08em;
	min-width: 38px;
	position: relative;
	text-transform: uppercase;
}

.ke-auth-separator::before,
.ke-auth-separator::after {
	background: #d9dee7;
	content: '';
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
}

.ke-auth-separator::before {
	bottom: calc(50% + 20px);
	top: 20px;
}

.ke-auth-separator::after {
	bottom: 20px;
	top: calc(50% + 20px);
}

.ke-auth-separator span {
	background: #fff;
	border: 1px solid #d9dee7;
	border-radius: 999px;
	padding: 7px 9px;
	position: relative;
	z-index: 1;
}

.ke-product-page [hidden],
.ke-checkout [hidden],
.ke-auth [hidden],
.ke-panel [hidden] {
	display: none !important;
}

.ke-button {
	background: #0f5ef7;
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 12px 18px;
	text-decoration: none;
}

.ke-button:hover {
	background: #0949c9;
	color: #fff;
}

.ke-button--secondary {
	background: #e8f0ff;
	color: #0f5ef7;
}

.ke-button--secondary:hover {
	background: #d9e6ff;
	color: #0b4bd0;
}

.ke-button--renew {
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
	box-shadow: 0 10px 22px rgba(249, 115, 22, 0.2);
	color: #fff;
}

.ke-button--renew:hover {
	background: linear-gradient(135deg, #d97706 0%, #ea580c 100%);
	color: #fff;
}

.ke-auth input,
.ke-product-page input,
.ke-checkout input,
.ke-auth textarea,
.ke-product-page textarea {
	border: 1px solid #c7d0dd;
	border-radius: 8px;
	padding: 8px 12px;
	width: 100%;
}

.ke-auth input[type="checkbox"] {
	margin: 0;
	padding: 0;
	width: auto;
}

.ke-auth .login-remember {
	align-items: center;
	display: flex;
	margin: 0;
	padding: 0;
}

.ke-auth .login-remember label {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	line-height: 1.3;
	margin: 0;
}

.ke-auth .login-submit,
.ke-auth-submit-row {
	margin-bottom: 0;
	padding-top: 0;
}

.ke-auth .login-submit input[type="submit"],
.ke-auth .login-submit .ke-auth-submit,
.ke-auth-submit {
	align-items: center;
	appearance: none;
	background: #0f5ef7;
	border: 0;
	border-radius: 999px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 52px;
	max-width: 100%;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	width: 240px;
}

.ke-auth .login-submit input[type="submit"]:hover,
.ke-auth .login-submit .ke-auth-submit:hover,
.ke-auth-submit:hover {
	background: #0949c9;
	color: #fff;
}

.ke-notice {
	border-radius: 10px;
	margin-bottom: 14px;
	padding: 12px 14px;
}

.ke-notice.is-error {
	background: #fde8e8;
	color: #8f1d1d;
}

.ke-notice.is-success {
	background: #e7f7ed;
	color: #155724;
}

.ke-account-cards {
	display: grid;
	gap: 18px;
}

.ke-account-layout {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
}

.ke-account-main,
.ke-account-profile {
	margin: 0;
}

.ke-account-locked {
	margin: 24px auto;
	max-width: 760px;
}

.ke-account-card {
	background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
	border: 1px solid #dbe6f7;
	border-radius: 18px;
	box-shadow: 0 16px 34px rgba(15, 50, 99, 0.08);
	overflow: hidden;
}

.ke-account-card.is-highlighted {
	border-color: #b8dbbe;
	box-shadow: 0 18px 36px rgba(28, 126, 72, 0.12);
}

.ke-account-card__header {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 22px 24px 16px;
}

.ke-account-card__identity h3 {
	color: #163053;
	font-size: 1.5rem;
	line-height: 1.08;
	margin: 0;
}

.ke-account-card__binding {
	color: #5f7187;
	margin: 10px 0 0;
}

.ke-account-card__binding strong {
	color: #1f3552;
}

.ke-account-card__dates {
	color: #5f7187;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 10px 0 0;
}

.ke-account-card__dates span {
	background: #f4f7fb;
	border: 1px solid #d7e0ee;
	color: #5f7187;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 7px 11px;
}

.ke-account-card__dates .ke-account-card__date-pill--soon {
	background: #fff7db;
	border-color: #f6d36f;
	color: #76510c;
}

.ke-account-card__dates .ke-account-card__date-pill--today,
.ke-account-card__dates .ke-account-card__date-pill--expired {
	background: #fff0f0;
	border-color: #f3a8a8;
	color: #9f1d1d;
}

.ke-account-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.ke-license-key {
	background: #f4f7fb;
	border: 1px solid #d7e0ee;
	border-radius: 12px;
	color: #18314f;
	display: block;
	font-family: Consolas, Monaco, monospace;
	font-size: 0.83rem;
	line-height: 1.55;
	overflow-wrap: anywhere;
	padding: 12px 14px;
	white-space: pre-wrap;
	word-break: break-word;
}

.ke-account-card__body {
	border-top: 1px solid #e4ebf6;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr);
	padding: 18px 24px 24px;
}

.ke-account-card__key-block {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.ke-account-card__copy-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
	padding-top: 2px;
}

.ke-account-card__copy-row .ke-button {
	padding: 10px 16px;
}

.ke-account-card__label {
	color: #264260;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ke-account-profile {
	display: grid;
	gap: 18px;
}

.ke-account-profile__summary {
	display: grid;
	gap: 14px;
}

.ke-account-profile__item {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
	border: 1px solid #dbe6f7;
	border-radius: 14px;
	display: grid;
	gap: 6px;
	padding: 14px 16px;
}

.ke-account-profile__label {
	color: #58708d;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ke-account-profile__value {
	color: #18314f;
	font-size: 1rem;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.ke-account-profile__actions {
	display: grid;
	gap: 10px;
}

.ke-account-profile__actions .ke-button {
	max-width: none;
	width: 100%;
}

.ke-account-profile__toggle.is-active {
	background: linear-gradient(135deg, #13396f 0%, #0f5ef7 100%);
	color: #fff;
}

.ke-account-profile__toggle.is-active:hover {
	color: #fff;
}

.ke-account-profile__managed-note {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid #dbe6f7;
	border-radius: 16px;
	display: grid;
	gap: 14px;
	padding: 18px;
}

.ke-account-profile__managed-note p {
	margin: 0;
}

.ke-account-profile__managed-action .ke-button {
	max-width: none;
	width: 100%;
}

.ke-profile-form {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid #dbe6f7;
	border-radius: 16px;
	display: grid;
	gap: 16px;
	padding: 18px;
}

.ke-profile-form p {
	margin: 0;
}

.ke-profile-form label {
	color: #20364f;
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ke-profile-form input {
	background: #fff;
	border: 1px solid #cad7e7;
	border-radius: 12px;
	box-shadow: inset 0 1px 2px rgba(14, 35, 61, 0.04);
	padding: 12px 14px;
}

.ke-profile-form__actions {
	padding-top: 4px;
}

.ke-profile-form__actions .ke-button {
	max-width: none;
	width: 100%;
}

.ke-product-page {
	color: #163053;
}

.ke-product-page .ke-panel {
	background: #fff;
	border: 1px solid #dfe7f2;
	border-radius: 18px;
	box-shadow: 0 20px 44px rgba(18, 42, 76, 0.08);
}

.ke-sales-shell {
	padding: 28px;
}

.ke-sales-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 390px);
	transition: grid-template-columns 0.22s ease, gap 0.22s ease;
}

.ke-sales-main {
	min-width: 0;
	transition: opacity 0.18s ease, transform 0.18s ease, max-height 0.22s ease;
}

.ke-sales-hero {
	margin-bottom: 30px;
}

.ke-sales-hero__top {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: auto minmax(0, 1fr);
}

.ke-sales-hero__logo {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
	border: 1px solid #dce6f3;
	border-radius: 20px;
	box-shadow: 0 12px 28px rgba(19, 46, 83, 0.08);
	display: inline-flex;
	justify-content: center;
	min-height: 112px;
	min-width: 112px;
	padding: 16px;
}

.ke-sales-hero__copy {
	min-width: 0;
}

.ke-sales-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.ke-sales-pill {
	background: #edf4ff;
	border: 1px solid #d8e5fa;
	border-radius: 999px;
	color: #1e4683;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 7px 12px;
	text-transform: uppercase;
}

.ke-sales-pill--primary {
	background: linear-gradient(135deg, #13396f 0%, #0f5ef7 100%);
	border-color: transparent;
	color: #fff;
}

.ke-product-page h1 {
	color: #132a4b;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.96;
	margin: 0 0 16px;
}

.ke-sales-summary {
	color: #52657b;
	font-size: 1.04rem;
	line-height: 1.75;
	margin: 20px 0 0;
	max-width: none;
}

.ke-feature-table-card {
	background: #fff;
	border: 1px solid #dbe4f2;
	border-radius: 22px;
	box-shadow: 0 18px 38px rgba(16, 38, 69, 0.07);
	margin-top: 30px;
	overflow: hidden;
}

.ke-feature-table-card__title {
	background: linear-gradient(135deg, #163862 0%, #214f86 100%);
	border-bottom: 0;
	color: #fff;
	font-size: 1.26rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 22px 26px 20px;
	text-align: center;
}

.ke-feature-table {
	border-collapse: collapse;
	width: 100%;
}

.ke-feature-table tr:nth-child(odd) {
	background: #ffffff;
}

.ke-feature-table tr:nth-child(even) {
	background: #f7faff;
}

.ke-feature-table tr + tr {
	border-top: 1px solid #e7edf7;
}

.ke-feature-table__icon {
	padding: 16px 0 16px 24px;
	vertical-align: middle;
	width: 72px;
}

.ke-feature-check {
	align-items: center;
	background: linear-gradient(135deg, #1b72ff 0%, #184ecb 100%);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(24, 78, 203, 0.22);
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.ke-feature-table__text {
	color: #163053;
	font-size: 1.06rem;
	font-weight: 600;
	line-height: 1.62;
	padding: 18px 26px 18px 0;
}

.ke-sales-aside {
	min-width: 0;
	position: relative;
	transition: max-width 0.22s ease, width 0.22s ease;
}

.ke-offer-card {
	background: #fff;
	border: 1px solid #d9e3f1;
	border-radius: 26px;
	box-shadow: 0 22px 44px rgba(13, 35, 68, 0.12);
	overflow: hidden;
	position: sticky;
	top: 28px;
	transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.ke-offer-card__accent {
	background: linear-gradient(90deg, #163862 0%, #0f5ef7 55%, #5ea0ff 100%);
	height: 10px;
}

.ke-offer-card__inner {
	padding: 24px 24px 26px;
}

.ke-offer-card__eyebrow {
	color: #2d5d9a;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ke-offer-card__trustmark {
	margin: -2px 0 16px;
}

.ke-offer-card__trustmark img {
	display: block;
	height: 22px;
	max-width: 180px;
	width: auto;
}

.ke-offer-card__title {
	color: #132a4b;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0 0 12px;
}

.ke-product-logo img {
	max-height: 120px;
	width: auto;
}

.ke-price {
	color: #14355e;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.ke-price-stack {
	margin: 0 0 20px;
}

.ke-price-stack__regular {
	align-items: baseline;
	color: #64758a;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 8px;
}

.ke-price-stack__regular-label {
	font-size: 0.98rem;
	font-weight: 700;
}

.ke-price-stack__regular-value {
	color: #cb3b49;
	font-size: 1.28rem;
	font-weight: 800;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.ke-price-stack__current {
	color: #14355e;
	font-size: clamp(2.25rem, 4vw, 3.15rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.98;
	margin: 0;
}

.ke-price-stack__current.is-free {
	color: #18a957;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.ke-price-stack__badge {
	background: #eaf5e6;
	border-radius: 10px;
	color: #2f7c2e;
	display: inline-block;
	font-size: 0.86rem;
	font-weight: 800;
	margin: 14px 0 0;
	padding: 7px 10px;
	text-transform: uppercase;
}

.ke-term-selector {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
}

.ke-term-selector label {
	color: #20364f;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ke-term-selector select {
	background: #fdfefe;
	border: 1px solid #cad7e7;
	border-radius: 14px;
	box-shadow: inset 0 1px 2px rgba(14, 35, 61, 0.04);
	color: #163053;
	font-size: 1rem;
	font-weight: 700;
	padding: 14px 15px;
	width: 100%;
}

.ke-coupon-box {
	background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
	border: 1px solid #d6e3f5;
	border-radius: 16px;
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
	padding: 14px;
}

.ke-coupon-box label {
	color: #20364f;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ke-coupon-box__row {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto auto;
}

.ke-coupon-box input {
	background: #fff;
	border: 1px solid #cad7e7;
	border-radius: 999px;
	font-weight: 700;
	padding: 11px 14px;
	width: 100%;
}

.ke-coupon-box .ke-button {
	padding: 10px 16px;
}

.ke-coupon-box__clear {
	background: transparent;
	border: 0;
	color: #45627f;
	cursor: pointer;
	font-weight: 800;
	padding: 8px 2px;
}

.ke-coupon-box__clear:hover {
	color: #0f5ef7;
}

.ke-coupon-box__status {
	border-radius: 10px;
	font-size: 0.88rem;
	font-weight: 700;
	margin: 0;
	padding: 9px 11px;
}

.ke-coupon-box__status.is-success {
	background: #eefaf2;
	color: #126337;
}

.ke-coupon-box__status.is-error {
	background: #fff1f1;
	color: #8f1d1d;
}

.ke-free-claim-row {
	margin: 0 0 14px;
}

.ke-muted {
	color: #62758c;
	font-size: 0.94rem;
	line-height: 1.6;
}

.ke-purchase-form {
	display: grid;
	gap: 14px;
	margin-top: 10px;
	max-width: none;
}

.ke-payment-choices {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.ke-payment-choices[hidden] {
	display: none;
}

.ke-wallet-buttons {
	display: grid;
	gap: 12px;
}

.ke-wallet-buttons__slot[hidden] {
	display: none;
}

.ke-card-choice {
	display: grid;
	gap: 10px;
}

.ke-card-choice__button {
	align-items: center;
	background: #2f3032;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 8px 18px rgba(20, 27, 40, 0.12);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 40px;
	padding: 10px 14px;
	text-align: center;
	transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
	width: 100%;
}

.ke-card-choice__button:hover {
	background: #26272a;
	box-shadow: 0 10px 20px rgba(20, 27, 40, 0.15);
	transform: translateY(-1px);
}

.ke-card-choice__button:focus-visible {
	outline: 3px solid rgba(15, 94, 247, 0.28);
	outline-offset: 2px;
}

.ke-card-choice__label {
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	justify-content: center;
	width: 100%;
}

.ke-card-choice__trustmark {
	margin: 0;
	text-align: center;
}

.ke-card-choice__trustmark img {
	display: inline-block;
	height: 22px;
	max-width: 180px;
	width: auto;
}

.ke-card-choice__trustmark--popup {
	margin-top: 4px;
}

.ke-purchase-form label {
	color: #20364f;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ke-purchase-form input {
	background: #fdfefe;
	border: 1px solid #cad7e7;
	border-radius: 14px;
	box-shadow: inset 0 1px 2px rgba(14, 35, 61, 0.04);
	padding: 14px 15px;
}

.ke-purchase-summary {
	background: #f7faff;
	border: 1px solid #dbe6f5;
	border-radius: 16px;
	margin: 4px 0 0;
	padding: 16px 18px;
}

.ke-purchase-warning {
	color: #c1121f;
	font-size: 1rem;
	margin: 0;
}

.ke-button {
	background: linear-gradient(135deg, #13396f 0%, #0f5ef7 100%);
	border: 0;
	border-radius: 14px;
	box-shadow: 0 16px 28px rgba(15, 94, 247, 0.2);
	color: #fff;
	display: inline-block;
	font-weight: 800;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
	transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
}

.ke-button:hover {
	background: linear-gradient(135deg, #0e2e59 0%, #0d4dda 100%);
	box-shadow: 0 18px 30px rgba(13, 77, 218, 0.24);
	color: #fff;
	transform: translateY(-1px);
}

.ke-purchase-form .ke-button,
.ke-offer-card .ke-button,
.ke-inline-checkout .ke-button {
	width: 100%;
}

.ke-inline-checkout {
	margin-top: 18px;
}

.ke-inline-checkout[hidden] {
	display: none;
}

.ke-inline-checkout.is-ready {
	animation: keFadeIn 0.2s ease-out;
}

.ke-inline-checkout-login {
	background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
	border-color: #d5e2f7;
	box-shadow: none;
}

.ke-inline-checkout-login p {
	margin-top: 0;
}

.ke-auth .login-submit input[type="submit"],
.ke-auth .login-submit .ke-auth-submit,
.ke-auth button.ke-auth-submit,
.ke-auth .ke-auth-submit {
	align-items: center;
	appearance: none;
	background: linear-gradient(135deg, #13396f 0%, #0f5ef7 100%);
	border: 0;
	border-radius: 14px;
	box-shadow: 0 16px 28px rgba(15, 94, 247, 0.2);
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	max-width: 300px;
	min-height: 60px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
	width: min(300px, 100%);
}

.ke-auth .login-submit input[type="submit"]:hover,
.ke-auth .login-submit .ke-auth-submit:hover,
.ke-auth button.ke-auth-submit:hover,
.ke-auth .ke-auth-submit:hover {
	background: linear-gradient(135deg, #0e2e59 0%, #0d4dda 100%);
	box-shadow: 0 18px 30px rgba(13, 77, 218, 0.24);
	color: #fff;
	transform: translateY(-1px);
}

.ke-inline-checkout--compact {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-top: 18px;
	padding: 0;
}

.ke-inline-checkout--popup {
	margin: 0 auto;
	max-width: 680px;
}

.ke-inline-checkout--compact .ke-paypal-button {
	margin-top: 10px;
}

.ke-payment-lockup {
	align-items: center;
	background: #eef4ff;
	border: 1px solid #d6e4fb;
	border-radius: 999px;
	color: #15345f;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 8px 12px;
}

.ke-stripe-checkout {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.ke-stripe-checkout__button {
	max-width: none;
	width: 100%;
}

.ke-stripe-checkout__trust {
	color: #65758f;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.ke-paypal-checkout {
	margin-top: 12px;
}

.ke-card-fields-checkout {
	display: grid;
	gap: 16px;
	margin-top: 10px;
}

.ke-card-fields-checkout.is-fallback .ke-card-fields-checkout__grid,
.ke-card-fields-checkout.is-fallback .ke-card-fields-submit {
	display: none;
}

.ke-card-fields-checkout__eyebrow {
	color: #20364f;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.ke-card-fields-checkout__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ke-card-field {
	display: grid;
	gap: 6px;
}

.ke-card-field--number {
	grid-column: 1 / -1;
}

.ke-card-field label {
	color: #20364f;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.ke-card-field__host {
	background: #fff;
	border: 1px solid #cad7e7;
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(14, 35, 61, 0.04);
	min-height: 50px;
	padding: 0 14px;
}

.ke-card-field__host iframe {
	width: 100% !important;
}

.ke-paypal-button--card-fallback[hidden] {
	display: none;
}

.ke-card-fields-submit {
	background: linear-gradient(135deg, #13396f 0%, #0f5ef7 100%);
	border: 0;
	border-radius: 10px;
	box-shadow: 0 16px 28px rgba(15, 94, 247, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 800;
	padding: 14px 20px;
	text-align: center;
	transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
	width: 100%;
}

.ke-card-fields-submit:hover {
	background: linear-gradient(135deg, #0e2e59 0%, #0d4dda 100%);
	box-shadow: 0 18px 30px rgba(13, 77, 218, 0.24);
	transform: translateY(-1px);
}

.ke-card-fields-submit:disabled {
	cursor: wait;
	opacity: 0.78;
	transform: none;
}

.ke-sales-layout--card-mode {
	gap: 0;
	grid-template-columns: minmax(0, 1fr);
}

.ke-sales-layout--card-mode .ke-sales-main {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translateX(-18px);
}

.ke-sales-layout--card-mode .ke-sales-aside {
	margin: 0 auto;
	max-width: 860px;
	width: 100%;
}

.ke-sales-layout--card-mode .ke-offer-card {
	border-color: #cbdcf4;
	box-shadow: 0 28px 52px rgba(11, 34, 66, 0.14);
	position: static;
}

.ke-sales-layout--card-mode .ke-offer-card__inner {
	padding: 28px 30px 30px;
}

.ke-sales-layout--card-mode .ke-inline-checkout--compact {
	margin-top: 22px;
}

.ke-sales-layout--card-mode .ke-inline-checkout--compact .ke-paypal-button {
	margin-top: 14px;
}

.ke-inline-error[hidden] {
	display: none;
}

.ke-checkout-subject-row {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.ke-checkout-subject {
	background: #eef4ff;
	border: 1px solid #d7e3f8;
	border-radius: 999px;
	color: #20447a;
	display: inline-block;
	font-family: Consolas, Monaco, monospace;
	font-size: 0.86rem;
	padding: 7px 12px;
}

@keyframes keFadeIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 700px) {
	.ke-auth-layout {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.ke-auth-layout .ke-panel {
		margin: 10px 0;
	}

	.ke-auth-form > p {
		margin-bottom: 0;
	}

	.ke-auth-form--login,
	.ke-auth-form--register {
		grid-template-rows: repeat(3, minmax(84px, auto)) minmax(60px, auto);
	}

	.ke-auth .login-submit,
	.ke-auth-submit-row {
		padding-top: 0;
	}

	.ke-auth-separator {
		min-height: 38px;
	}

	.ke-auth-separator::before,
	.ke-auth-separator::after {
		height: 1px;
		top: 50%;
		transform: translateY(-50%);
		width: calc(50% - 28px);
	}

	.ke-auth-separator::before {
		bottom: auto;
		left: 0;
	}

	.ke-auth-separator::after {
		bottom: auto;
		left: auto;
		right: 0;
	}

	.ke-card-fields-checkout__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ke-coupon-box__row {
		align-items: stretch;
		grid-template-columns: minmax(0, 1fr);
	}

	.ke-card-field--number {
		grid-column: auto;
	}

	.ke-sales-shell {
		padding: 20px 18px;
	}

	.ke-product-page h1 {
		font-size: clamp(1.9rem, 9vw, 2.7rem);
		line-height: 0.98;
	}

	.ke-sales-layout {
		grid-template-columns: 1fr;
	}

	.ke-account-layout {
		grid-template-columns: 1fr;
	}

	.ke-sales-hero__top {
		grid-template-columns: 1fr;
	}

	.ke-sales-hero__logo {
		min-width: 0;
		width: fit-content;
	}

	.ke-offer-card {
		position: static;
	}

	.ke-offer-card__inner {
		padding: 20px 18px 22px;
	}

	.ke-feature-table__icon {
		padding-left: 18px;
		width: 56px;
	}

	.ke-feature-table__text {
		font-size: 0.98rem;
		padding-right: 18px;
	}

	.ke-account-card__header {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ke-account-card__body {
		grid-template-columns: 1fr;
		padding-left: 18px;
		padding-right: 18px;
	}

	.ke-account-card__meta {
		justify-content: flex-start;
	}

	.ke-account-card__copy-row {
		min-width: 0;
	}
}
