.sk-mo {
	--sk-mo-accent: #7c3aed;
	--sk-mo-text: #1f1f1f;
	--sk-mo-muted: #686868;
	--sk-mo-border: #e6e2ee;
}
.sk-mo__offer {
	margin: 24px 0;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid var(--sk-mo-border);
	border-radius: 18px;
	background: linear-gradient(135deg, #faf7ff 0%, #fff 72%);
	box-shadow: 0 18px 50px rgba(38, 24, 64, .07);
}
.sk-mo__content { max-width: 720px; margin: 0 auto; }
.sk-mo__eyebrow { margin: 0 0 8px; color: var(--sk-mo-accent); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sk-mo h3 { margin: 0 0 10px; color: var(--sk-mo-text); font-size: clamp(24px, 3vw, 34px); line-height: 1.15; }
.sk-mo__content > p:not(.sk-mo__eyebrow) { color: var(--sk-mo-muted); }
.sk-mo__form { display: grid; gap: 12px; margin-top: 18px; }
.sk-mo__form input[type="email"] { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid var(--sk-mo-border); border-radius: 10px; background: #fff; }
.sk-mo__consent { display: flex; gap: 10px; align-items: flex-start; color: var(--sk-mo-muted); font-size: 14px; line-height: 1.45; }
.sk-mo__consent input { margin-top: 3px; }
.sk-mo__form button { min-height: 52px; padding: 0 22px; border: 0; border-radius: 10px; background: var(--sk-mo-accent); color: #fff; font-weight: 800; cursor: pointer; }
.sk-mo__form button:disabled { opacity: .6; cursor: wait; }
.sk-mo__fineprint { margin: 0; color: var(--sk-mo-muted); font-size: 12px; text-align: center; }
.sk-mo__status { min-height: 20px; font-size: 14px; }
.sk-mo__status--success { color: #08783d; }
.sk-mo__status--error { color: #b42318; }
.sk-mo__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.sk-mo__modal[hidden] { display: none; }
.sk-mo__modal { position: fixed; z-index: 100000; inset: 0; display: grid; place-items: center; padding: 20px; }
.sk-mo__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(18, 12, 29, .58); backdrop-filter: blur(3px); }
.sk-mo__dialog { position: relative; z-index: 1; width: min(560px, 100%); padding: clamp(26px, 5vw, 44px); border-radius: 20px; background: #fff; box-shadow: 0 28px 90px rgba(0, 0, 0, .25); }
.sk-mo__close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; border: 0; background: transparent; color: #777; font-size: 28px; cursor: pointer; }
.sk-mo-open { overflow: hidden; }
@media (min-width: 680px) {
	.sk-mo__form { grid-template-columns: minmax(0, 1fr) auto; }
	.sk-mo__consent, .sk-mo__fineprint, .sk-mo__status { grid-column: 1 / -1; }
}
@media (max-width: 679px) {
	.sk-mo__modal { display: none !important; }
}
