
			:root {
--ssk-header-offset: 110px;
--ssk-purple: #c7a8f8;
--ssk-purple-dark: #8b5cf6;
--ssk-teal: #21d4c6;
--ssk-teal-dark: #10b3a7;
--ssk-pink: #ff4fd8;
--ssk-ivory: #f6f1e8;
--ssk-plum: #1a1022;
--ssk-line: rgba(26, 16, 34, 0.1);
--ssk-glass: rgba(255, 255, 255, 0.78);
--ssk-glass-2: rgba(255, 255, 255, 0.6);
--ssk-shadow: 0 18px 60px rgba(26, 16, 34, 0.14);
--ssk-shadow-2: 0 12px 30px rgba(26, 16, 34, 0.10);
			}

			:where(h1, h2, h3, h4, h5, h6, [id]) {
scroll-margin-top: var(--ssk-header-offset);
			}

			.ssk-theme {
font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
color: var(--ssk-plum);
			}

			.ssk-theme h1,
			.ssk-theme h2,
			.ssk-theme h3,
			.ssk-theme .ssk-logo-text {
font-family: "Lobster Two", "Inter", system-ui, sans-serif;
letter-spacing: 0.3px;
			}

			.ssk-theme-bg {
position: relative;
			}

			.ssk-theme-bg::before {
content: "";
position: absolute;
inset: -40px;
z-index: -2;
background:
radial-gradient(700px 420px at 12% 10%, rgba(199, 168, 248, 0.55), transparent 60%),
radial-gradient(680px 420px at 90% 18%, rgba(33, 212, 198, 0.45), transparent 60%),
radial-gradient(620px 420px at 75% 92%, rgba(255, 79, 216, 0.2), transparent 58%),
linear-gradient(135deg, rgba(246, 241, 232, 0.6), rgba(246, 241, 232, 0.2));
filter: saturate(1.05);
pointer-events: none;
			}

			.ssk-theme a {
color: var(--ssk-purple-dark);
text-decoration-thickness: 2px;
text-underline-offset: 3px;
			}

			.ssk-theme a:hover {
color: var(--ssk-teal-dark);
			}

			.ssk-theme .wp-block-buttons {
gap: 0.75rem;
			}

			.ssk-theme .wp-block-button__link {
border-radius: 999px;
padding: 0.65rem 1.2rem;
font-weight: 700;
background: linear-gradient(120deg, var(--ssk-purple-dark), var(--ssk-teal));
color: #fff;
border: 1px solid rgba(0, 0, 0, 0.08);
			}

			.ssk-theme .wp-block-button.is-style-outline .wp-block-button__link {
background: transparent;
color: var(--ssk-plum);
border: 1px solid rgba(0, 0, 0, 0.25);
			}

			.ssk-theme .wp-block-image img {
border-radius: 16px;
			}

			.ssk-theme .wp-block-columns {
gap: clamp(1rem, 2vw, 2rem);
			}

			.ssk-section {
position: relative;
padding-block: clamp(2rem, 4vw, 4.5rem);
			}

			.ssk-tight {
padding-block: clamp(1.25rem, 2.4vw, 3rem);
			}

			.ssk-hero {
padding-top: clamp(1.25rem, 2.4vw, 2.75rem);
padding-bottom: clamp(2rem, 4vw, 4rem);
			}

			.ssk-hotspot {
position: relative;
z-index: 1;
			}

			.ssk-hotspot::before,
			.ssk-hotspot::after {
content: "";
position: absolute;
inset: -12% auto auto -6%;
width: 56%;
height: 140%;
background: radial-gradient(circle at 30% 40%, rgba(255, 169, 104, 0.32), transparent 65%);
filter: blur(6px);
z-index: -1;
pointer-events: none;
			}

			.ssk-hotspot::after {
inset: auto -6% -20% auto;
width: 48%;
height: 110%;
background: radial-gradient(circle at 70% 60%, rgba(107, 92, 255, 0.22), transparent 65%);
			}

			.ssk-separator::before {
content: "";
position: absolute;
left: 8%;
right: 8%;
top: -1.25rem;
height: 28px;
background: radial-gradient(50% 100% at 50% 0%, rgba(255, 169, 104, 0.38), transparent 70%);
filter: blur(10px);
pointer-events: none;
			}

			.ssk-hero-frame {
border-radius: 22px;
border: 1px solid var(--ssk-line);
background: linear-gradient(180deg, var(--ssk-glass), var(--ssk-glass-2));
box-shadow: var(--ssk-shadow);
position: relative;
overflow: hidden;
			}

			.ssk-hero-frame::before {
content: "";
position: absolute;
inset: -70px;
background: conic-gradient(from 210deg, rgba(199, 168, 248, 0.22), rgba(33, 212, 198, 0.18), rgba(255, 79, 216, 0.12), rgba(199, 168, 248, 0.22));
filter: blur(22px);
opacity: 0.85;
z-index: 0;
			}

			.ssk-hero-frame > * {
position: relative;
z-index: 1;
			}

			.ssk-featured-card {
position: relative;
border-radius: 18px;
border: 1px solid rgba(0, 0, 0, 0.08);
box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
background: #fff;
transform: translateY(-4px);
padding: 1rem;
			}

			.ssk-featured-card::before {
content: "";
position: absolute;
inset: -10px;
border-radius: 22px;
background: radial-gradient(circle at 20% 20%, rgba(255, 164, 116, 0.35), transparent 60%);
z-index: -1;
			}

			.ssk-badge {
display: inline-flex;
align-items: center;
gap: 0.35rem;
padding: 0.25rem 0.6rem;
border-radius: 999px;
border: 1px solid rgba(0, 0, 0, 0.15);
background: #fff7f3;
color: var(--ssk-plum);
font-size: 0.72rem;
letter-spacing: 0.04em;
text-transform: uppercase;
font-weight: 700;
line-height: 1;
			}

			.ssk-badge::before {
content: "+";
font-weight: 900;
			}

			.ssk-compact-card {
padding: 1.25rem;
border-radius: 16px;
background: rgba(255, 255, 255, 0.92);
box-shadow: var(--ssk-shadow-2);
border: 1px solid rgba(199, 168, 248, 0.25);
position: relative;
overflow: hidden;
			}

			.ssk-card-hover {
transition: transform 0.25s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.25s ease;
			}

			.ssk-card-hover:hover {
transform: translateY(-6px) rotate(-0.15deg);
box-shadow: var(--ssk-shadow);
			}

			.ssk-fade-up {
animation: ssk-fade-up 700ms ease-out both;
			}

			@keyframes ssk-fade-up {
from {
opacity: 0;
transform: translateY(18px);
}
to {
opacity: 1;
transform: translateY(0);
}
			}

			.ssk-embed {
position: relative;
padding-top: 56.25%;
border-radius: 16px;
overflow: hidden;
background: #f7f3f0;
			}

			.ssk-embed iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
			}

			.ssk-support-band {
background: linear-gradient(120deg, rgba(255, 169, 104, 0.18), rgba(107, 92, 255, 0.12));
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 20px;
padding: clamp(1.5rem, 3vw, 2.5rem);
			}

			.ssk-card {
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: clamp(1rem, 2.4vw, 1.75rem);
box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
			}

			.ssk-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
			}

			@media (min-width: 640px) {
.ssk-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
			}

			@media (min-width: 1024px) {
.ssk-grid {
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
			}

			.ssk-scratch-container {
position: relative;
overflow: hidden;
border-radius: 12px;
			}

			.ssk-scratch-overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, #d1d5db, #9ca3af);
z-index: 2;
clip-path: inset(0 0 0 0);
transition: clip-path 0.12s linear;
			}

			.ssk-scratch-revealed {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 1.25rem;
min-height: 160px;
			}

			.ssk-backtotop {
position: fixed;
bottom: 24px;
right: 24px;
width: 44px;
height: 44px;
border-radius: 999px;
background: linear-gradient(135deg, var(--ssk-purple-dark), var(--ssk-teal));
color: #fff;
display: none;
align-items: center;
justify-content: center;
box-shadow: 0 12px 30px rgba(26, 16, 34, 0.2);
z-index: 1000;
			}

			:where(a, button, [tabindex]):focus-visible {
outline: 3px solid rgba(255, 122, 89, 0.45);
outline-offset: 3px;
			}

			@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.ssk-hero-frame::before {
animation: none !important;
}
.ssk-fade-up {
animation: none !important;
transform: none !important;
}
			}
