﻿.spellbytes-banner * {
    box-sizing: border-box
}

html, body {
    height: 100%
}

body {
    margin: 0;
    background: #0b0e13;
    font-family: ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,'Apple Color Emoji','Segoe UI Emoji'
}
.spellbytes-banner {
    margin-top:90px;
    padding: 0;
    margin-bottom: 0;
    --primary-bg: linear-gradient(135deg, #1a0b2e 0%, #16213e 30%, #0f3460 60%, #1a5490 100%);
    --secondary-bg: #10151f;
    --text-primary: #f7fafc;
    --text-muted: #c3ccd6;
    --accent-orange: #ff9500;
    --accent-yellow: #ffd34d;
    --accent-orange-dark: #ff6a00;
    --accent-alpha: rgba(255,149,0,.22);
    --white-soft: rgba(255,255,255,.06);
    --white-medium: rgba(255,255,255,.10);
    --white-bright: rgba(255,255,255,.12);
    --hero-bg: url("https://images.unsplash.com/photo-1519455953755-af066f52f1ea?q=80&w=1600&auto=format&fit=crop");
    --bg-opacity: .12;
    --bg-blur: 1.2px;
    --bg-contrast: 108%;
    --bg-saturate: 110%;
    --honey-primary: #ffcc55;
    --honey-accent: #b9801f;
    color: var(--text-primary);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: var(--primary-bg);
}

    .spellbytes-banner + * {
        margin-top: 0 !important;
    }

@media (prefers-reduced-motion:reduce) {
    .spellbytes-banner * {
        animation: none !important;
        transition: none !important;
    }
}

.spellbytes-banner .banner-container {
    position: relative;
    overflow: hidden;
    padding-block: clamp(64px,6vw,120px);
    padding-bottom: clamp(80px,8vw,120px);
    background: var(--primary-bg);
    isolation: isolate;
}

.spellbytes-banner .achievement-badges {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
    z-index: 15;
}

.spellbytes-banner .badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    animation: banner-badge-bounce 2s ease-in-out infinite;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    font-weight: bold;
}

.spellbytes-banner .badge-trophy {
    background: linear-gradient(135deg, #ffd700, #ffb347);
}

.spellbytes-banner .badge-medal {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    animation-delay: 0.3s;
}

.spellbytes-banner .badge-crown {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    animation-delay: 0.6s;
}

@keyframes banner-badge-bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.spellbytes-banner .space-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.spellbytes-banner .background-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
    background-repeat: repeat;
    background-size: 20px 20px;
    animation: banner-dot-zoom 8s ease-in-out infinite;
    z-index: 0;
}

@keyframes banner-dot-zoom {
    0% {
        background-size: 15px 15px;
        opacity: 0.6;
    }

    50% {
        background-size: 30px 30px;
        opacity: 1;
    }

    100% {
        background-size: 15px 15px;
        opacity: 0.6;
    }
}

.spellbytes-banner .english-letters {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.spellbytes-banner .letter {
    position: absolute;
    font-family: 'Impact', 'Arial Black', Gadget, sans-serif;
    font-weight: 900;
    color: rgba(255, 149, 0, 0.08);
    user-select: none;
    pointer-events: none;
    text-shadow: 0 0 20px rgba(255, 149, 0, 0.1);
    animation: banner-letter-float 12s ease-in-out infinite;
}

.spellbytes-banner .letter-a {
    top: 15%;
    left: 8%;
    font-size: 140px;
    animation-delay: 0s;
}

.spellbytes-banner .letter-b {
    top: 25%;
    right: 12%;
    font-size: 110px;
    animation-delay: 3s;
}

.spellbytes-banner .letter-c {
    bottom: 45%;
    left: 20%;
    font-size: 120px;
    animation-delay: 6s;
}

.spellbytes-banner .letter-d {
    top: 60%;
    right: 18%;
    font-size: 100px;
    animation-delay: 9s;
}

.spellbytes-banner .letter-e {
    top: 45%;
    left: 5%;
    font-size: 90px;
    animation-delay: 2s;
}

.spellbytes-banner .letter-s {
    bottom: 25%;
    right: 8%;
    font-size: 95px;
    animation-delay: 7s;
}

.spellbytes-banner .letter-p {
    top: 35%;
    left: 35%;
    font-size: 85px;
    animation-delay: 4s;
}

.spellbytes-banner .letter-l {
    bottom: 35%;
    right: 35%;
    font-size: 105px;
    animation-delay: 8s;
}

.spellbytes-banner .letter-y {
    top: 50%;
    right: 45%;
    font-size: 80px;
    animation-delay: 5s;
}

.spellbytes-banner .letter-t {
    bottom: 50%;
    left: 50%;
    font-size: 88px;
    animation-delay: 1s;
}

@keyframes banner-letter-float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.06;
    }

    25% {
        transform: translateY(-15px) rotate(2deg);
        opacity: 0.12;
    }

    50% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.08;
    }

    75% {
        transform: translateY(10px) rotate(-2deg);
        opacity: 0.10;
    }
}

.spellbytes-banner .planet {
    position: absolute;
    border-radius: 50%;
    animation: banner-planet-orbit 20s ease-in-out infinite;
}

.spellbytes-banner .planet-1 {
    top: 15%;
    left: 10%;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    box-shadow: inset -10px -10px 20px rgba(0,0,0,0.3), 0 0 30px rgba(255,107,107,0.3);
    animation-delay: 0s;
}

.spellbytes-banner .planet-2 {
    top: 25%;
    right: 15%;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    box-shadow: inset -8px -8px 16px rgba(0,0,0,0.3), 0 0 25px rgba(78,205,196,0.3);
    animation-delay: -5s;
}

.spellbytes-banner .planet-3 {
    bottom: 40%;
    left: 20%;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f7971e, #ffd200);
    box-shadow: inset -6px -6px 12px rgba(0,0,0,0.3), 0 0 20px rgba(247,151,30,0.3);
    animation-delay: -10s;
}

.spellbytes-banner .planet-4 {
    top: 60%;
    right: 8%;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    box-shadow: inset -9px -9px 18px rgba(0,0,0,0.3), 0 0 28px rgba(102,126,234,0.3);
    animation-delay: -15s;
}

.spellbytes-banner .shooting-star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
}

    .spellbytes-banner .shooting-star::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 100%;
        width: 30px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #fff);
        transform: translateY(-50%);
    }

.spellbytes-banner .star-1 {
    top: 20%;
    right: 30%;
    animation: banner-shooting-star 3s linear infinite;
    animation-delay: 1s;
}

.spellbytes-banner .star-2 {
    top: 40%;
    right: 60%;
    animation: banner-shooting-star 4s linear infinite;
    animation-delay: 3s;
}

.spellbytes-banner .star-3 {
    top: 70%;
    right: 20%;
    animation: banner-shooting-star 3.5s linear infinite;
    animation-delay: 5s;
}

.spellbytes-banner .geo-shape {
    position: absolute;
    opacity: 0.15;
    animation: banner-geo-float 15s ease-in-out infinite;
}

.spellbytes-banner .hex-shape {
    top: 35%;
    left: 5%;
    width: 40px;
    height: 40px;
    background: var(--accent-orange);
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    animation-delay: 0s;
}

.spellbytes-banner .triangle-shape {
    top: 15%;
    right: 25%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid var(--accent-yellow);
    animation-delay: -3s;
}

.spellbytes-banner .diamond-shape {
    bottom: 30%;
    left: 15%;
    width: 30px;
    height: 30px;
    background: var(--accent-orange);
    transform: rotate(45deg);
    animation-delay: -6s;
}

.spellbytes-banner .stars {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(1px 1px at 20px 30px, #fff, transparent), radial-gradient(1px 1px at 40px 70px, #fff, transparent), radial-gradient(1px 1px at 90px 40px, #fff, transparent), radial-gradient(1px 1px at 130px 80px, #fff, transparent), radial-gradient(1px 1px at 160px 30px, #fff, transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: banner-star-twinkle 4s ease-in-out infinite alternate;
    opacity: 0.6;
}

@keyframes banner-planet-orbit {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-20px) rotate(90deg);
    }

    50% {
        transform: translateY(0px) rotate(180deg);
    }

    75% {
        transform: translateY(20px) rotate(270deg);
    }
}

@keyframes banner-shooting-star {
    0% {
        transform: translateX(100vw) translateY(-100px) rotate(-45deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-100px) translateY(100px) rotate(-45deg);
        opacity: 0;
    }
}

@keyframes banner-geo-float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.1;
    }

    50% {
        transform: translateY(-15px) rotate(180deg);
        opacity: 0.2;
    }
}

@keyframes banner-star-twinkle {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.8;
    }
}

.spellbytes-banner .background-layer {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.spellbytes-banner .background-image {
    position: absolute;
    inset: 0;
    background: var(--hero-bg) center/cover no-repeat;
    opacity: var(--bg-opacity);
    filter: contrast(var(--bg-contrast)) saturate(var(--bg-saturate)) blur(var(--bg-blur));
    transform: scale(1.04);
    animation: banner-bg-pan 26s ease-in-out infinite alternate;
}

@keyframes banner-bg-pan {
    0% {
        transform: translate3d(0,0,0) scale(1.04)
    }

    100% {
        transform: translate3d(-1.5%,-1.5%,0) scale(1.06)
    }
}

.spellbytes-banner .background-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(26,11,46,.1),rgba(26,11,46,.85) 56%,rgba(26,11,46,.95))
}

.spellbytes-banner .content-container {
    width: min(1180px,94vw);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(24px,4vw,56px);
    align-items: center;
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
}

.spellbytes-banner .content-section > * {
    opacity: 0;
    transform: translateY(15px);
    animation: banner-content-fade 0.8s ease forwards
}

.spellbytes-banner .content-eyebrow {
    animation-delay: .05s
}

.spellbytes-banner .content-title {
    animation-delay: .18s
}

.spellbytes-banner .content-subtitle {
    animation-delay: .30s
}

.spellbytes-banner .action-buttons {
    animation-delay: .42s
}

.spellbytes-banner .achievement-badges {
    animation-delay: .60s
}

@keyframes banner-content-fade {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.spellbytes-banner .content-eyebrow {
    display: inline-block;
    font-size: .85rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #1b1b1b;
    background: linear-gradient(90deg,var(--accent-yellow),var(--accent-orange));
    padding: 8px 12px;
    border-radius: 999px;
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
    box-shadow: 0 8px 24px var(--accent-alpha);
    font-weight: 600;
}

.spellbytes-banner .content-title {
    margin: 16px 0 20px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .2px;
    font-size: clamp(2rem,1.3rem + 3vw,3.6rem);
    background: linear-gradient(90deg,#ffffff,#eaf6ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
}

.spellbytes-banner .title-highlight {
    background: linear-gradient(90deg,var(--accent-orange),var(--accent-yellow));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.spellbytes-banner .content-subtitle {
    margin: 12px 0 24px;
    color: var(--text-muted);
    font-size: clamp(1rem,.9rem + .4vw,1.2rem);
    line-height: 1.6;
    max-width: 56ch;
    font-weight: 500;
}

.spellbytes-banner .action-buttons {
    display: flex;
    gap: 12px;
    margin: 18px 0 0;
    flex-wrap: wrap;
}

.spellbytes-banner .action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
    will-change: transform,box-shadow;
    font-size: 0.9rem;
}

    .spellbytes-banner .action-btn:hover {
        transform: translateY(-2px) scale(1.02)
    }

.spellbytes-banner .action-btn--primary {
    background: linear-gradient(180deg,#fff7ed,#ffe8c7);
    color: #1f2937;
    box-shadow: 0 10px 30px var(--accent-alpha);
    border: 1px solid var(--accent-alpha);
}

    .spellbytes-banner .action-btn--primary:hover {
        background: linear-gradient(180deg,#ffffff,#fff0d6);
        box-shadow: 0 0 18px rgba(255,149,0,.4),0 14px 40px rgba(255,149,0,.35);
    }

.spellbytes-banner .action-btn--secondary {
    background: var(--white-soft);
    border: 1px solid var(--white-bright);
    color: var(--text-primary);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 22px rgba(0,0,0,.25);
}

    .spellbytes-banner .action-btn--secondary:hover {
        background: var(--white-medium);
        border-color: var(--white-bright)
    }

.spellbytes-banner .action-btn--tertiary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #ffffff;
    border: 1px solid rgba(102,126,234,0.3);
    box-shadow: 0 8px 25px rgba(102,126,234,0.3);
}

    .spellbytes-banner .action-btn--tertiary:hover {
        background: linear-gradient(135deg, #764ba2, #667eea);
        box-shadow: 0 0 18px rgba(102,126,234,.5),0 12px 35px rgba(102,126,234,.4);
    }

.spellbytes-banner .visual-section {
    display: grid;
    place-items: center;
    position: relative
}

.spellbytes-banner .avatar-container {
    position: relative;
    width: clamp(220px, 40vw, 520px);
    max-width: 520px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #0e1218;
    transition: transform .4s ease;
    box-shadow: 0 0 0 4px #ff9500, 0 0 0 8px #ffcc55, 0 0 0 12px #ff6a00, 0 0 0 16px rgba(255, 149, 0, 0.6), 0 0 0 20px rgba(255, 204, 85, 0.4), 0 0 30px rgba(255, 149, 0, 0.3), 0 0 50px rgba(255, 149, 0, 0.2);
    animation: banner-avatar-border 4s ease-in-out infinite;
    overflow: hidden;
}

@keyframes banner-avatar-border {
    0%, 100% {
        box-shadow: 0 0 0 4px #ff9500, 0 0 0 8px #ffcc55, 0 0 0 12px #ff6a00, 0 0 0 16px rgba(255, 149, 0, 0.6), 0 0 0 20px rgba(255, 204, 85, 0.4), 0 0 30px rgba(255, 149, 0, 0.3), 0 0 50px rgba(255, 149, 0, 0.2);
        filter: hue-rotate(0deg) brightness(1);
    }

    33% {
        box-shadow: 0 0 0 4px #ffcc55, 0 0 0 8px #ffd34d, 0 0 0 12px #ffb703, 0 0 0 16px rgba(255, 204, 85, 0.7), 0 0 0 20px rgba(255, 212, 77, 0.5), 0 0 35px rgba(255, 204, 85, 0.4), 0 0 55px rgba(255, 204, 85, 0.25);
        filter: hue-rotate(15deg) brightness(1.1);
    }

    66% {
        box-shadow: 0 0 0 4px #ff6a00, 0 0 0 8px #ff9500, 0 0 0 12px #ffd34d, 0 0 0 16px rgba(255, 106, 0, 0.6), 0 0 0 20px rgba(255, 149, 0, 0.4), 0 0 28px rgba(255, 106, 0, 0.35), 0 0 45px rgba(255, 106, 0, 0.2);
        filter: hue-rotate(-10deg) brightness(1.05);
    }
}

.spellbytes-banner .avatar-container:hover {
    animation: banner-avatar-border 1.5s ease-in-out infinite;
    transform: scale(1.02);
}

.spellbytes-banner .avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
    transform: translateZ(0);
    transition: transform .45s ease;
    display: block;
}

.spellbytes-banner .avatar-container:hover .avatar-image {
    transform: scale(1.04)
}

.spellbytes-banner .avatar-ring {
    position: absolute;
    inset: -15%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(255,149,0,.15), rgba(255,217,119,.12), rgba(89,199,255,.10), rgba(183,166,255,.12), rgba(255,149,0,.15));
    filter: blur(18px) saturate(115%);
    opacity: .6;
    mix-blend-mode: screen;
    pointer-events: none;
    animation: banner-ring-rotate 28s linear infinite;
    z-index: -1;
}

@keyframes banner-ring-rotate {
    to {
        transform: rotate(360deg)
    }
}

@media (max-width:980px) {
    .spellbytes-banner .content-container {
        grid-template-columns: 1fr
    }

    .spellbytes-banner .visual-section {
        order: -1;
        margin-bottom: 28px
    }

    .spellbytes-banner .avatar-container {
        box-shadow: 0 0 0 3px #ff9500, 0 0 0 6px #ffcc55, 0 0 0 9px #ff6a00, 0 0 0 12px rgba(255, 149, 0, 0.6), 0 0 0 15px rgba(255, 204, 85, 0.4), 0 0 25px rgba(255, 149, 0, 0.3), 0 0 40px rgba(255, 149, 0, 0.2);
    }

    .spellbytes-banner .action-buttons {
        gap: 10px;
    }

    .spellbytes-banner .planet-3,
    .spellbytes-banner .planet-4 {
        display: none;
    }

    .spellbytes-banner .letter-p,
    .spellbytes-banner .letter-y,
    .spellbytes-banner .letter-t {
        display: none;
    }
}

@media (max-width:560px) {
    .spellbytes-banner .content-title {
        font-size: clamp(1.8rem,6.4vw,2.3rem);
        line-height: 1.2;
    }

    .spellbytes-banner .content-eyebrow {
        padding: 6px 10px;
        font-size: .8rem
    }

    .spellbytes-banner .action-btn {
        padding: 12px 16px;
        font-size: 0.85rem;
    }

    .spellbytes-banner .avatar-container {
        box-shadow: 0 0 0 2px #ff9500, 0 0 0 4px #ffcc55, 0 0 0 6px #ff6a00, 0 0 0 8px rgba(255, 149, 0, 0.6), 0 0 0 10px rgba(255, 204, 85, 0.4), 0 0 20px rgba(255, 149, 0, 0.3), 0 0 35px rgba(255, 149, 0, 0.2);
    }

    .spellbytes-banner .action-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .spellbytes-banner .badge {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .spellbytes-banner .geo-shape,
    .spellbytes-banner .shooting-star {
        display: none;
    }

    .spellbytes-banner .letter {
        font-size: 60px !important;
    }
}
.word-challenge-section{ padding:0;}
.word-challenge-section .main-section {
    position: relative;
    padding-block: clamp(56px, 6vw, 96px);
    padding-inline: clamp(16px, 4vw, 40px);
    color: #0b0e13;
    background: linear-gradient(180deg, #fffdf8, #f5f7fb);
    border-top: 1px solid rgba(0,0,0,.06);
    font-family: "Baloo 2","Fredoka",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;
    overflow: clip;
    isolation: isolate;
}

    .word-challenge-section .main-section::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-image: radial-gradient(6px 6px at 20% 30%, rgba(255,149,0,.22) 50%, transparent 51%), radial-gradient(6px 6px at 70% 60%, rgba(255,211,77,.20) 50%, transparent 51%), radial-gradient(6px 6px at 45% 80%, rgba(110,203,255,.18) 50%, transparent 51%), repeating-radial-gradient(circle at 0 0, rgba(255,149,0,.11) 0 2px, transparent 3px 32px), repeating-radial-gradient(circle at 100% 100%, rgba(155,140,255,.10) 0 2px, transparent 3px 36px), repeating-radial-gradient(circle, rgba(0,0,0,.045) 0 1px, transparent 2px 28px);
        background-size: 100% 100%,100% 100%,100% 100%,280px 280px,320px 320px,360px 360px;
        background-repeat: no-repeat,no-repeat,no-repeat,repeat,repeat,repeat;
        background-position: 0% 0%,100% 20%,50% 100%,0% 0%,100% 100%,50% 50%;
        opacity: .38;
        animation: background-move-near 22s linear infinite, background-move-mid 34s linear infinite, background-move-far 48s linear infinite;
    }

.word-challenge-section .container {
    position: relative;
    z-index: 1;
    width: min(1120px, 92vw);
    margin-inline: auto;
    backdrop-filter: saturate(112%);
}

.word-challenge-section .section-header {
    text-align: center;
    margin: 0 auto clamp(18px, 3.6vw, 40px);
}

.word-challenge-section .hero-element {
    position: relative;
    display: inline-grid;
    place-items: center;
    margin-bottom: 8px;
    animation: float-animation 6s ease-in-out infinite;
}

.word-challenge-section .trophy-icon {
    font-size: clamp(2.6rem, 2rem + 2.6vw, 3.6rem);
    filter: drop-shadow(0 10px 22px rgba(255,149,0,.25));
    z-index: 1;
}

.word-challenge-section .glow-rings {
    position: absolute;
    inset: -28px -32px -24px -32px;
    background: conic-gradient(from 0deg, rgba(255,149,0,.18), rgba(255,211,77,.18), rgba(110,203,255,.18), rgba(155,140,255,.18), rgba(255,149,0,.18));
    filter: blur(32px) saturate(115%);
    border-radius: 50%;
    z-index: 0;
    animation: ring-rotation 18s linear infinite;
    transform-origin: 50% 50%;
}

.word-challenge-section .sparkle-effect {
    position: absolute;
    inset: -40px;
    background-image: radial-gradient(2px 2px at 20px 30px, #fff, transparent), radial-gradient(2px 2px at 40px 70px, rgba(255,211,77,0.8), transparent), radial-gradient(1px 1px at 90px 40px, rgba(110,203,255,0.8), transparent), radial-gradient(1px 1px at 130px 80px, #fff, transparent);
    animation: sparkle-twinkle 4s ease-in-out infinite;
    z-index: -1;
}

.word-challenge-section .main-title {
    position: relative;
    margin-top: 4px;
    font-weight: 900;
    letter-spacing: .3px;
    line-height: 1.1;
    font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3rem);
    color: #1a1f2a;
}

.word-challenge-section .year-badge {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    position: relative;
}

    .word-challenge-section .year-badge::before {
        content: "✨";
        position: absolute;
        left: -24px;
        top: -2px;
        font-size: 0.7em;
        animation: twinkle-effect 2s ease-in-out infinite;
    }

.word-challenge-section .title-accent {
    background: linear-gradient(90deg, #ff8c37, #ffd34d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.word-challenge-section .subtitle {
    margin-top: 6px;
    color: #374151;
    font-size: clamp(1rem, .95rem + .3vw, 1.125rem);
    font-weight: 500;
}

.word-challenge-section .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 2vw, 18px);
    margin-top: clamp(22px, 3vw, 36px);
}

.word-challenge-section .feature-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #fffaf2) padding-box, linear-gradient(180deg, rgba(255,149,0,.28), rgba(255,211,77,.18)) border-box;
    border: 1px solid transparent;
    border-radius: 18px;
    padding: 18px 16px 20px;
    min-height: 156px;
    display: grid;
    justify-items: center;
    box-shadow: 0 6px 14px rgba(0,0,0,.06), 0 1px 0 rgba(255,255,255,.8) inset, 0 0 0 1px rgba(255,255,255,.4) inset;
    transition: all .18s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    transform-style: preserve-3d;
    cursor: pointer;
}

    .word-challenge-section .feature-card::before {
        content: "";
        position: absolute;
        top: -40%;
        left: -60%;
        width: 50%;
        height: 180%;
        transform: rotate(25deg);
        background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.25), rgba(255,255,255,0));
        opacity: 0;
        transition: opacity .25s ease, left .6s ease;
    }

    .word-challenge-section .feature-card::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        pointer-events: none;
        background: radial-gradient(180px 80px at 50% 0%, rgba(255,214,120,.28), transparent 60%);
        opacity: 0;
        transition: opacity .25s ease;
    }

    .word-challenge-section .feature-card:hover {
        transform: translateY(-4px) rotateX(0.6deg) scale(1.02);
        box-shadow: 0 18px 34px rgba(0,0,0,.14), 0 2px 0 rgba(255,255,255,.8) inset, 0 0 0 1px rgba(255,149,0,.3) inset;
    }

        .word-challenge-section .feature-card:hover::before {
            opacity: .9;
            left: 120%;
        }

        .word-challenge-section .feature-card:hover::after {
            opacity: .9;
        }

.word-challenge-section .feature-icon {
    position: relative;
    width: 56px;
    height: 56px;
    font-size: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(120% 120% at 70% 30%, #fff7ec, #fff3df);
    border: 2px solid rgba(255,149,0,.30);
    box-shadow: 0 5px 12px rgba(255,149,0,.16), inset 0 1px 0 rgba(255,255,255,.9), inset 0 -1px 0 rgba(255,149,0,.1);
    margin-bottom: 6px;
    transition: transform .2s ease;
}

.word-challenge-section .feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.word-challenge-section .gold-tier .feature-icon {
    border-color: #f1c40f;
    background: linear-gradient(135deg, #fff8d6, #ffeb8b);
    box-shadow: 0 5px 12px rgba(241,196,15,.22), inset 0 1px 0 rgba(255,255,255,.9);
}

.word-challenge-section .silver-tier .feature-icon {
    border-color: #c0c6d4;
    background: linear-gradient(135deg, #f5f7fb, #e2e8f0);
    box-shadow: 0 5px 12px rgba(192,198,212,.20), inset 0 1px 0 rgba(255,255,255,.9);
}

.word-challenge-section .bronze-tier .feature-icon {
    border-color: #d39b6a;
    background: linear-gradient(135deg, #fff0e3, #f4d1ae);
    box-shadow: 0 5px 12px rgba(211,155,106,.20), inset 0 1px 0 rgba(255,255,255,.9);
}

.word-challenge-section .feature-icon::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(255,149,0,.25), rgba(255,211,77,.18), rgba(110,203,255,.18), rgba(155,140,255,.18), rgba(255,149,0,.25));
    filter: blur(10px);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: -1;
}

.word-challenge-section .feature-card:hover .feature-icon::after {
    opacity: .8;
}

.word-challenge-section .card-title {
    margin: 2px 0 2px;
    font-weight: 900;
    font-size: 1.03rem;
    letter-spacing: .2px;
    text-align: center;
    color: #1a1f2a;
}

.word-challenge-section .card-description {
    color: #374151;
    text-align: center;
    margin-top: 4px;
    line-height: 1.55;
    font-size: .97rem;
    font-weight: 500;
}

.word-challenge-section .action-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: clamp(24px, 4vw, 40px);
}

.word-challenge-section .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid transparent;
    color: #0b0e13;
    transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
    position: relative;
    overflow: hidden;
}

    .word-challenge-section .btn::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(45deg, transparent, rgba(255,255,255,.2), transparent);
        transform: translateX(-100%);
        transition: transform .6s ease;
    }

    .word-challenge-section .btn:hover::before {
        transform: translateX(100%);
    }

    .word-challenge-section .btn:hover {
        transform: translateY(-2px) scale(1.02);
    }

    .word-challenge-section .btn:active {
        transform: translateY(1px) scale(0.98);
    }

    .word-challenge-section .btn:focus-visible {
        outline: 2px solid #ff9500;
        outline-offset: 2px;
        box-shadow: 0 0 0 6px rgba(255,149,0,.18);
    }

.word-challenge-section .btn-primary {
    background: linear-gradient(135deg, #ffd77a, #ffb657);
    color: #1a1f2a;
    border-color: rgba(255,149,0,.35);
    box-shadow: 0 12px 24px rgba(255,149,0,.20);
}

    .word-challenge-section .btn-primary:hover {
        background: linear-gradient(135deg, #ffe28f, #ffc26d);
        box-shadow: 0 16px 32px rgba(255,149,0,.25);
    }

.word-challenge-section .btn-secondary {
    background: rgba(255,255,255,.9);
    border-color: rgba(0,0,0,.12);
    backdrop-filter: blur(10px);
}

    .word-challenge-section .btn-secondary:hover {
        background: rgba(246,248,250,.95);
        border-color: rgba(0,0,0,.16);
        box-shadow: 0 8px 16px rgba(0,0,0,.08);
    }

@keyframes float-animation {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }
}

@keyframes ring-rotation {
    0% {
        transform: rotate(0deg) scale(1.02)
    }

    100% {
        transform: rotate(360deg) scale(1.02)
    }
}

@keyframes sparkle-twinkle {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

@keyframes twinkle-effect {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(-5deg) scale(1.1);
    }

    75% {
        transform: rotate(5deg) scale(0.9);
    }
}

@keyframes background-move-near {
    0% {
        background-position: 0% 0%,100% 20%,50% 100%,0% 0%,100% 100%,50% 50%;
    }

    100% {
        background-position: 0% -6%,100% 14%,50% 94%,0% 0%,100% 100%,50% 50%;
    }
}

@keyframes background-move-mid {
    0% {
        background-position: 0% 0%,100% 20%,50% 100%,0% 0%,100% 100%,50% 50%;
    }

    100% {
        background-position: 0% 0%,100% 20%,50% 100%,-6% -6%,106% 106%,50% 50%;
    }
}

@keyframes background-move-far {
    0% {
        background-position: 0% 0%,100% 20%,50% 100%,0% 0%,100% 100%,50% 50%;
    }

    100% {
        background-position: 0% 0%,100% 20%,50% 100%,0% 0%,100% 100%,48% 52%;
    }
}

@media (max-width: 980px) {
    .word-challenge-section .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .word-challenge-section .features-grid {
        grid-template-columns: 1fr;
    }

    .word-challenge-section .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .word-challenge-section .btn {
        min-width: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .word-challenge-section .main-section::before,
    .word-challenge-section .hero-element,
    .word-challenge-section .glow-rings,
    .word-challenge-section .sparkle-effect,
    .word-challenge-section .year-badge::before,
    .word-challenge-section .feature-icon {
        animation: none !important;
        transition: none !important;
    }
}




.spellbytes-addon {
    --ink: #fff;
    --text: #e2e8f0;
    --muted: #94a3b8;
    --bg-1: #1e293b;
    --bg-2: #0f172a;
    --gold: #ffbe4d;
    --sky: #6fd3ff;
    --vio: #a694ff;
    --mint: #7aefc6;
    --shadow-xl: 0 28px 72px rgba(0,0,0,.25);
    --shadow-lg: 0 18px 56px rgba(0,0,0,.20);
    --shadow-md: 0 12px 28px rgba(0,0,0,.25);
    --shadow-sm: 0 8px 18px rgba(0,0,0,.15);
    position: relative;
    isolation: isolate;
    background: radial-gradient(1100px 640px at 14% -6%, rgba(255,190,77,.08), transparent 60%), radial-gradient(900px 560px at 86% -8%, rgba(111,211,255,.06), transparent 62%), linear-gradient(180deg,#0f172a,#1e293b 58%,#0f172a);
}

.spellbytes-addon__bg {
    position: absolute;
    inset: -8%;
    z-index: 1;
    pointer-events: none;
    overflow: clip;
}

.spellbytes-addon__aur {
    position: absolute;
    height: 54%;
    filter: blur(30px) saturate(115%);
    opacity: .35;
    animation: aur 22s ease-in-out infinite alternate;
}

.spellbytes-addon__aur--top {
    inset: -18% -10% auto -10%;
    background: conic-gradient(from 180deg at 40% 40%,rgba(255,190,77,.08),rgba(111,211,255,.06),rgba(166,148,255,.06),rgba(255,190,77,.08));
}

.spellbytes-addon__aur--bot {
    inset: auto -10% -20% -10%;
    background: conic-gradient(from 0deg at 60% 60%,rgba(111,211,255,.07),rgba(166,148,255,.06),rgba(255,190,77,.07),rgba(111,211,255,.07));
    animation-duration: 26s;
    animation-delay: 1.4s;
}

.spellbytes-addon__orb {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    filter: blur(18px);
    opacity: .18;
    animation: float 12s ease-in-out infinite;
}

.spellbytes-addon__orb--l {
    top: -6%;
    left: -4%;
    background: radial-gradient(circle at 40% 40%,rgba(255,190,77,.25),rgba(255,190,77,.12),transparent 70%);
}

.spellbytes-addon__orb--r {
    bottom: -8%;
    right: 6%;
    background: radial-gradient(circle at 40% 40%,rgba(111,211,255,.22),rgba(166,148,255,.14),transparent 72%);
    animation-delay: .9s;
}

.spellbytes-addon__beams {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: linear-gradient(95deg,rgba(255,190,77,.18) 0%,transparent 25%),linear-gradient(275deg,rgba(111,211,255,.18) 0%,transparent 28%),linear-gradient(185deg,rgba(166,148,255,.18) 0%,transparent 22%);
    background-size: 40% 100%,40% 100%,30% 100%;
    animation: beams 16s linear infinite;
}

.spellbytes-addon__wrap {
    position: relative;
    z-index: 2;
    width: min(1140px,92vw);
    margin: auto;
    padding: clamp(56px,7.2vw,100px) clamp(16px,4vw,24px);
}

.spellbytes-addon__head {
    text-align: center;
    margin-bottom: clamp(18px,3.6vw,36px);
}

.spellbytes-addon__title {
    color: var(--ink);
    font-weight: 900;
    font-size: clamp(1.9rem,1.1rem + 2.8vw,3rem);
    line-height: 1.06;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: .06em .5em .12em;
    border-radius: 12px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

    .spellbytes-addon__title::after {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: -6px;
        height: 6px;
        background: linear-gradient(90deg,rgba(255,190,77,.6),rgba(111,211,255,.5),rgba(166,148,255,.5));
        filter: blur(8px);
        border-radius: 999px;
        opacity: .85;
        transform: translateY(2px);
    }

.spellbytes-addon__sub {
    color: var(--muted);
    margin: 12px auto 0;
    font-size: clamp(1rem,.95rem + .25vw,1.08rem);
    max-width: 68ch;
}

.spellbytes-addon__hero {
    position: relative;
    margin: clamp(18px,3vw,28px) auto;
    max-width: 920px;
    aspect-ratio: 16/9;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    background: #111;
}

    .spellbytes-addon__hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(1.05) contrast(1.04);
    }

.spellbytes-addon__hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 50% 50%,rgba(0,0,0,.22),rgba(0,0,0,.45));
}

.spellbytes-addon__hero-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    cursor: pointer;
    background: none;
    border: 0;
}

.spellbytes-addon__hero-btn {
    width: clamp(64px,12vw,86px);
    height: clamp(64px,12vw,86px);
    border-radius: 999px;
    background: linear-gradient(white,white) padding-box,linear-gradient(90deg,var(--gold),var(--sky),var(--vio)) border-box;
    border: 3px solid transparent;
    box-shadow: 0 14px 34px rgba(0,0,0,.35);
    display: grid;
    place-items: center;
    transition: transform .2s ease,box-shadow .25s ease;
}

    .spellbytes-addon__hero-btn:hover {
        transform: scale(1.04);
        box-shadow: var(--shadow-xl);
    }

.spellbytes-addon__hero-icon {
    width: 30px;
    height: 30px;
    background: #0b1222;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M8 5v14l11-7z'/></svg>") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M8 5v14l11-7z'/></svg>") no-repeat center/contain;
}

.spellbytes-addon__features {
    display: grid;
    gap: clamp(14px,2.2vw,22px);
    grid-template-columns: 1fr;
    margin-top: clamp(10px,1.8vw,18px);
}

@media(min-width:640px) {
    .spellbytes-addon__features {
        grid-template-columns: repeat(3,1fr);
    }
}

@media(min-width:900px) {
    .spellbytes-addon__features {
        grid-template-columns: repeat(3,1fr);
        gap: clamp(18px,3vw,28px);
    }
}

.spellbytes-addon__card {
    border-radius: 16px;
    border: 2px solid transparent;
    background: linear-gradient(180deg,rgba(30,41,59,.9),rgba(15,23,42,.9)) padding-box,linear-gradient(180deg,var(--sky),var(--vio)) border-box;
    box-shadow: var(--shadow-sm);
    padding: 16px;
    transition: transform .2s ease,box-shadow .25s ease;
}

    .spellbytes-addon__card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-xl);
    }

.spellbytes-addon__ico {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.spellbytes-addon__ico--custom {
    background: var(--gold);
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C13.1 2 14 2.9 14 4C14 5.1 13.1 6 12 6C10.9 6 10 5.1 10 4C10 2.9 10.9 2 12 2ZM21 9V7L15 7V9C15 10.1 14.1 11 13 11V14H16V21A2 2 0 0 1 14 23H10A2 2 0 0 1 8 21V14H11V11C9.9 11 9 10.1 9 9V7H3V9H5V20A1 1 0 0 0 6 21H8C8 21 8 20.9 8 20.8V14.2H16V20.8C16 20.9 16 21 16 21H18A1 1 0 0 0 19 20V9H21Z' stroke='black' stroke-width='0.5'/></svg>") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C13.1 2 14 2.9 14 4C14 5.1 13.1 6 12 6C10.9 6 10 5.1 10 4C10 2.9 10.9 2 12 2ZM21 9V7L15 7V9C15 10.1 14.1 11 13 11V14H16V21A2 2 0 0 1 14 23H10A2 2 0 0 1 8 21V14H11V11C9.9 11 9 10.1 9 9V7H3V9H5V20A1 1 0 0 0 6 21H8C8 21 8 20.9 8 20.8V14.2H16V20.8C16 20.9 16 21 16 21H18A1 1 0 0 0 19 20V9H21Z' stroke='black' stroke-width='0.5'/></svg>") no-repeat center/contain;
}

.spellbytes-addon__ico--interactive {
    background: var(--sky);
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8.5 12c-.83 0-1.5-.67-1.5-1.5S7.67 9 8.5 9s1.5.67 1.5 1.5S9.33 12 8.5 12zm7 0c-.83 0-1.5-.67-1.5-1.5S14.67 9 15.5 9s1.5.67 1.5 1.5S16.33 12 15.5 12zm-3.5 3c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5z' stroke='black' stroke-width='0.5'/></svg>") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8.5 12c-.83 0-1.5-.67-1.5-1.5S7.67 9 8.5 9s1.5.67 1.5 1.5S9.33 12 8.5 12zm7 0c-.83 0-1.5-.67-1.5-1.5S14.67 9 15.5 9s1.5.67 1.5 1.5S16.33 12 15.5 12zm-3.5 3c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5z' stroke='black' stroke-width='0.5'/></svg>") no-repeat center/contain;
}

.spellbytes-addon__ico--gamified {
    background: var(--vio);
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6 8h12a3 3 0 013 3v5a3 3 0 01-3 3h-1.5l-2-2h-5l-2 2H6a3 3 0 01-3-3v-5a3 3 0 013-3z'/><circle cx='8.5' cy='12.5' r='1.5'/><circle cx='15.5' cy='12.5' r='1'/></svg>") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6 8h12a3 3 0 013 3v5a3 3 0 01-3 3h-1.5l-2-2h-5l-2 2H6a3 3 0 01-3-3v-5a3 3 0 013-3z'/><circle cx='8.5' cy='12.5' r='1.5'/><circle cx='15.5' cy='12.5' r='1'/></svg>") no-repeat center/contain;
}

.spellbytes-addon__ttl {
    font-weight: 900;
    color: var(--ink);
    font-size: clamp(1rem,.95rem + .25vw,1.12rem);
}

.spellbytes-addon__txt {
    margin-top: 6px;
    line-height: 1.72;
    color: var(--text);
    font-size: clamp(.96rem,.94rem + .2vw,1.02rem);
}

.spellbytes-addon__cta {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 10px;
    margin-top: clamp(18px,2.6vw,24px);
}

.spellbytes-addon__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .2px;
    background: linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.9)) padding-box,linear-gradient(90deg,var(--gold),var(--sky),var(--vio)) border-box;
    border: 2px solid transparent;
    color: #0b1222;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    transition: transform .18s ease,box-shadow .25s ease;
}

    .spellbytes-addon__btn:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-xl);
    }

.spellbytes-addon__btn-chev {
    width: 18px;
    height: 18px;
    background: currentColor;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 6l6 6-6 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 6l6 6-6 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") no-repeat center/contain;
}

.spellbytes-addon__modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

    .spellbytes-addon__modal.is-open {
        display: flex;
    }

.spellbytes-addon__modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.75);
    backdrop-filter: blur(2px);
}

.spellbytes-addon__modal-dialog {
    position: relative;
    width: min(1024px,92vw);
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.spellbytes-addon__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:520px) {
    .spellbytes-addon__modal-dialog {
        width: 92vw;
    }
}

@keyframes aur {
    0% {
        transform: translateY(-2%) scale(1)
    }

    50% {
        transform: translateY(2%) scale(1.02)
    }

    100% {
        transform: translateY(-1%) scale(1.01)
    }
}

@keyframes float {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(12px)
    }
}

@keyframes beams {
    0% {
        background-position: -30% 0,130% 0,60% 0
    }

    50% {
        background-position: -5% 0,105% 0,45% 0
    }

    100% {
        background-position: -30% 0,130% 0,60% 0
    }
}

@media (prefers-reduced-motion: reduce) {
    .spellbytes-addon * {
        animation: none !important;
        transition: none !important;
    }
}







.participation-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

    .participation-wrapper .sx-hero {
        position: relative;
        isolation: isolate;
        min-height: auto;
        padding: clamp(32px,4vw,56px) 0;
        overflow: hidden;
        background: radial-gradient(1200px 600px at 15% 15%, rgba(255,214,102,.12), transparent 60%), radial-gradient(1000px 700px at 85% 85%, rgba(111,211,255,.12), transparent 65%), linear-gradient(135deg,#ffffff 0%,#f7f9fc 50%,#f3f6fa 100%);
    }

        .participation-wrapper .sx-hero::before {
            content: "";
            position: absolute;
            inset: -10%;
            background: linear-gradient(115deg,rgba(255,255,255,.85) 0 44%,rgba(255,255,255,.65) 52%,rgba(255,255,255,.9) 100%), url("https://images.unsplash.com/photo-1544716278-ca5e3f4abd8c?q=80&w=2000&auto=format&fit=crop") center/cover no-repeat;
            filter: brightness(1.05) contrast(.95) saturate(1.05);
            z-index: 0;
        }

    .participation-wrapper .sx-grid {
        position: absolute;
        inset: -2px;
        background-image: linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);
        background-size: 44px 44px,44px 44px;
        mask-image: radial-gradient(70% 70% at 50% 50%,black,transparent 80%);
        -webkit-mask-image: radial-gradient(70% 70% at 50% 50%,black,transparent 80%);
        opacity: .18;
        z-index: 1;
        animation: gridFloat 20s ease-in-out infinite;
    }


    .participation-wrapper .sx-title .highlight {
        background: linear-gradient(90deg,#ff9500,#ffbe4d,#6fd3ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

@keyframes gridFloat {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.participation-wrapper .sx-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(28px) saturate(120%);
    opacity: .35;
    z-index: 1;
}

.participation-wrapper .sx-blob--tl {
    width: 520px;
    height: 520px;
    top: -12%;
    left: -8%;
    background: radial-gradient(circle at 40% 40%,rgba(255,214,102,.45),rgba(255,190,77,.15),transparent 70%);
    animation: floaty 16s ease-in-out infinite;
}

.participation-wrapper .sx-blob--br {
    width: 520px;
    height: 520px;
    right: -10%;
    bottom: -14%;
    background: radial-gradient(circle at 60% 60%,rgba(111,211,255,.35),rgba(166,148,255,.15),transparent 70%);
    animation: floaty 18s ease-in-out infinite reverse;
}

@keyframes floaty {
    0%,100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-12px) scale(1.05)
    }
}

.participation-wrapper .sx-wrap {
    position: relative;
    z-index: 2;
    width: min(1240px,92vw);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: clamp(20px,4vw,56px);
}

@media (max-width:1024px) {
    .participation-wrapper .sx-wrap {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

.participation-wrapper .sx-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: .8rem;
    letter-spacing: .08em;
    color: #0b1222;
    background: linear-gradient(180deg,#fff,#fff) padding-box, linear-gradient(90deg,#ffbe4d,#6fd3ff,#a694ff) border-box;
    border: 2px solid transparent;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.participation-wrapper .sx-title {
    margin: 14px 0 10px;
    font: 900 clamp(2.4rem,1.2rem + 3.8vw,4.2rem)/1.04 Inter,ui-sans-serif,system-ui;
    letter-spacing: .2px;
    color: #10131f;
}

.participation-wrapper .sx-lead {
    margin: 10px 0 0;
    color: #333d4d;
    max-width: 70ch;
    font-size: clamp(1.02rem,.9rem + .5vw,1.28rem);
    line-height: 1.9;
}

    .participation-wrapper .sx-lead .sx-link {
        background: linear-gradient(90deg,#ff9500,#6fd3ff,#a694ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        text-decoration: underline 2px;
        text-underline-offset: 3px;
    }

.participation-wrapper .sx-bullets {
    display: grid;
    gap: 10px;
    margin-top: clamp(14px,2.6vw,24px);
    list-style: none;
    padding: 0;
}

.participation-wrapper .sx-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333d4d;
    font-size: clamp(.98rem,.9rem + .22vw,1.06rem);
}

.participation-wrapper .sx-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(180deg,#ffbe4d,#ffd666);
    color: #0b1222;
    font-weight: 900;
    font-size: .82rem;
    box-shadow: 0 4px 12px rgba(255,193,64,.28);
    flex: 0 0 28px;
}

.participation-wrapper .sx-card {
    position: relative;
    border-radius: 22px;
    padding: clamp(22px,3.2vw,32px);
    background: linear-gradient(0deg,rgba(255,255,255,.75),rgba(255,255,255,.75)) padding-box, linear-gradient(180deg,#fefefe,#f8faff) padding-box, linear-gradient(180deg,#ffbe4d,#ffd666) border-box;
    border: 2px solid transparent;
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    box-shadow: 0 18px 36px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.9);
    overflow: hidden;
}

    .participation-wrapper .sx-card::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(120% 60% at 50% -10%,rgba(255,255,255,.15),transparent 40%), radial-gradient(80% 40% at 100% 0%,rgba(255,214,102,.06),transparent 50%), radial-gradient(70% 50% at 0% 100%,rgba(111,211,255,.05),transparent 60%);
        mix-blend-mode: screen;
    }

.participation-wrapper .sx-h3 {
    margin: 0 0 10px;
    color: #10131f;
    font-weight: 900;
    letter-spacing: .2px;
    font-size: clamp(1.26rem,1rem + .8vw,1.6rem);
}

.participation-wrapper .sx-text {
    color: #333d4d;
    max-width: 70ch;
    line-height: 1.9;
    font-size: clamp(1rem,.98rem + .24vw,1.12rem);
    margin: 12px 0 0;
}

    .participation-wrapper .sx-text strong {
        color: #10131f;
        font-weight: 500; 
    }

.participation-wrapper .sx-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: clamp(16px,2.2vw,22px);
}

.participation-wrapper .sx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 14px;
    font-weight: 900;
    letter-spacing: .2px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .15s ease,box-shadow .25s ease,background .2s ease,color .2s ease;
}

.participation-wrapper .sx-btn--primary {
    background: linear-gradient(90deg,#ff9500,#ffd666);
    color: #10131f;
    border-color: rgba(255,149,0,.35);
    box-shadow: 0 6px 16px rgba(255,193,64,.32);
}

    .participation-wrapper .sx-btn--primary:hover {
        transform: translateY(-1px);
    }

.participation-wrapper .sx-btn--ghost {
    background: rgba(0,0,0,.05);
    color: #10131f;
    border-color: rgba(0,0,0,.12);
}

    .participation-wrapper .sx-btn--ghost:hover {
        background: rgba(0,0,0,.08);
    }

.participation-wrapper .sx-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(255,214,102,.4),0 0 12px rgba(255,149,0,.3);
}

@media (max-width:640px) {
    .participation-wrapper .sx-blob {
        opacity: .26;
        filter: blur(24px);
    }

    .participation-wrapper .sx-title {
        line-height: 1.08;
    }

    .participation-wrapper .sx-card {
        padding: 18px;
        border-radius: 20px;
    }
}

@media (prefers-reduced-motion:reduce) {
    .participation-wrapper .sx-grid,
    .participation-wrapper .sx-blob,
    .participation-wrapper .sx-hero::before {
        animation: none !important;
    }
}






.sio-journey {
    --ink: #0c1020;
    --muted: #8b94a6;
    --card: rgba(20,28,54,.88);
    --glass-bd: rgba(255,255,255,.22);
    --beam1: #ff8c37;
    --beam2: #ffd34d;
    --beam3: #6ecbff;
    --beam4: #9b8cff;
    --bg-a: #0b1126;
    --bg-b: #0a0f21;
    color: #f1f5ff;
    background: radial-gradient(1200px 700px at 12% -5%, rgba(255,193,64,.22), transparent 60%), radial-gradient(1000px 600px at 88% -8%, rgba(255,214,102,.18), transparent 62%), linear-gradient(180deg, rgba(255,208,91,.10), rgba(255,208,91,0) 22%), linear-gradient(135deg, rgba(255,181,67,.14) 0%, rgba(255,181,67,0) 38%), linear-gradient(225deg, rgba(255,232,140,.12) 0%, rgba(255,232,140,0) 42%), linear-gradient(180deg,var(--bg-a),var(--bg-b));
    padding-block: clamp(66px,7vw,110px);
    overflow: clip;
    position: relative;
}

.sio-journey__bg {
    position: absolute;
    inset: -10% -10% -10% -10%;
    pointer-events: none;
    z-index: 0;
    opacity: .75;
    background: conic-gradient(from 0deg at 24% 12%, rgba(255,181,67,.28), rgba(255,214,102,.20), rgba(255,241,170,.18), rgba(110,203,255,.10), rgba(155,140,255,.10), rgba(255,181,67,.28)), radial-gradient(900px 520px at 50% 115%, rgba(255,224,130,.20), transparent 62%);
    filter: blur(28px) saturate(112%);
}

.sio-journey__container {
    position: relative;
    z-index: 1;
    width: min(1120px,92vw);
    margin-inline: auto;
    padding-inline: clamp(16px,4vw,40px);
}

.sio-journey__header {
    text-align: center;
    margin-bottom: clamp(26px,4.4vw,48px);
}

.sio-journey__title {
    font-weight: 900;
    letter-spacing: .3px;
    font-size: clamp(1.8rem,1.2rem + 2.6vw,3rem);
    line-height: 1.1;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

    .sio-journey__title .grad {
        display: block;
        margin-top: 8px;
        font-weight: 800;
        background: linear-gradient(90deg,var(--beam1),var(--beam2),var(--beam3),var(--beam4));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.sio-journey__layout {
    display: grid;
    grid-template-columns: minmax(280px,440px) 1fr;
    gap: clamp(18px,3.6vw,40px);
    align-items: start;
}

.sio-journey__figure {
    position: sticky;
    top: calc(72px + 2vh);
    width: min(42vw,440px);
    max-width: 440px;
    align-self: start;
    border-radius: 28px;
    overflow: hidden;
    background: radial-gradient(120% 120% at 60% 30%, rgba(255,140,55,.18), rgba(255,211,77,.12), transparent 70%), #0e1328;
    box-shadow: 0 24px 48px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.10) inset;
}

.sio-journey__figure-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
    filter: contrast(106%) saturate(112%);
    transition: transform .35s ease, filter .35s ease;
}

@media (hover:hover) and (pointer:fine) {
    .sio-journey__figure-img:hover {
        transform: scale(1.03);
        filter: contrast(108%) saturate(118%) brightness(1.04);
    }
}

@media (max-width:480px) {
    .sio-journey__figure-img {
        max-height: 70vh;
    }
}

.sio-journey__timeline {
    position: relative;
}

.sio-journey__spine {
    position: relative;
    height: 10px;
    width: 100%;
    margin: 0 0 clamp(22px,3.6vw,32px);
    background: linear-gradient(90deg, rgba(255,236,170,.32), rgba(255,214,102,.14));
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255,249,209,.45), inset 0 -1px 0 rgba(0,0,0,.25);
}

.sio-journey__dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255,223,122,.18), 0 10px 22px rgba(0,0,0,.45), 0 0 26px rgba(255,208,91,.35);
}

    .sio-journey__dot.step1 {
        left: 6%;
        background: radial-gradient(circle at 32% 32%, #fff, #ffe08b 55%, #ffb543 60%);
    }

    .sio-journey__dot.step2 {
        left: 33%;
        background: radial-gradient(circle at 32% 32%, #fff, #fff1a6 55%, #ffd666 60%);
    }

    .sio-journey__dot.step3 {
        left: 66%;
        background: radial-gradient(circle at 32% 32%, #fff, #ffeaa3 55%, #ffc95e 60%);
    }

    .sio-journey__dot.step4 {
        left: 94%;
        background: radial-gradient(circle at 32% 32%, #fff, #fff1b3 55%, #ffd666 60%);
    }

.sio-journey__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: clamp(16px,2.6vw,26px);
}

.sio-journey__step {
    display: block;
}

.sio-journey__card {
    position: relative;
    width: min(680px,100%);
    background: linear-gradient(180deg, rgba(255,247,230,.04), rgba(255,247,230,0)) padding-box, linear-gradient(180deg, rgba(255,193,64,.30), rgba(255,214,102,.18)) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 18px 18px 20px;
    -webkit-backdrop-filter: blur(8px) saturate(115%);
    backdrop-filter: blur(8px) saturate(115%);
    box-shadow: 0 18px 36px rgba(0,0,0,.38), 0 0 0 6px rgba(255,255,255,.02) inset;
}

    .sio-journey__card::before {
        content: "";
        position: absolute;
        left: -38px;
        top: 50%;
        width: 34px;
        height: 2px;
        transform: translateY(-50%);
        background: linear-gradient(90deg, rgba(255,255,255,.35), rgba(255,255,255,.08));
        opacity: .8;
    }

.sio-journey__tag {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    font-size: .8rem;
    background: linear-gradient(90deg, rgba(255,255,255,.92), #ffffff);
    border: 1px solid rgba(0,0,0,.08);
    color: #0d1324;
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

.sio-journey__label {
    margin: 10px 0 4px;
    font-weight: 900;
    letter-spacing: .25px;
    font-size: 1.15rem;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.sio-journey__desc {
    color: #e3e9f8;
    line-height: 1.6;
}

.sio-journey__chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .sio-journey__chips .chip {
        padding: 6px 10px;
        border-radius: 999px;
        font-weight: 700;
        font-size: .85rem;
        background: #111a39;
        border: 1px solid rgba(255,255,255,.22);
        color: #f2f6ff;
        text-shadow: 0 1px 1px rgba(0,0,0,.35);
    }

.sio-journey__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.sio-journey__btn--primary {
    background: linear-gradient(180deg,#ffe38f,#ffc766);
    color: #0b0f1c;
    border-color: rgba(255,149,0,.35);
    box-shadow: 0 14px 28px rgba(255,193,64,.30);
}

    .sio-journey__btn--primary:hover {
        background: linear-gradient(180deg,#ffec9f,#ffd27b);
    }

.sio-journey__btn--ghost {
    background: #0f1836;
    color: #f5f9ff;
    border-color: rgba(255,255,255,.28);
}

    .sio-journey__btn--ghost:hover {
        background: #152045;
    }

.sio-journey__cta {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-top: clamp(22px,3.4vw,32px);
}

.sio-journey__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none;
    border: 1px solid transparent;
    transition: .2s ease;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.sio-journey__cta-btn--primary {
    background: linear-gradient(180deg,#ffe38f,#ffc766);
    color: #10131f;
    border-color: rgba(255,149,0,.35);
    box-shadow: 0 12px 24px rgba(255,193,64,.24);
}

    .sio-journey__cta-btn--primary:hover {
        background: linear-gradient(180deg,#ffec9f,#ffd27b);
    }

.sio-journey__cta-btn--ghost {
    background: rgba(255,255,255,.12);
    color: #fff;
    border-color: rgba(255,255,255,.28);
}

    .sio-journey__cta-btn--ghost:hover {
        background: rgba(255,255,255,.18);
    }

.sio-journey__steps .sio-journey__card:focus-visible,
.sio-journey__btn:focus-visible,
.sio-journey__cta-btn:focus-visible {
    outline: 2px solid var(--beam1);
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(255,140,55,.22);
}

@media (max-width:1000px) {
    .sio-journey__layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sio-journey__figure {
        position: relative;
        top: auto;
        width: min(72vw,480px);
        max-width: 480px;
        margin-inline: auto;
    }

    .sio-journey__cta {
        justify-content: center;
    }

    .sio-journey__card::before {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sio-journey * {
        transition: none !important;
        animation: none !important;
    }
}




.edu-age-section-wrapper .page-section {
    background: radial-gradient(1600px 700px at 15% -10%, rgba(255,214,102,.12), transparent 60%), radial-gradient(1200px 800px at 100% 0%, rgba(110,203,255,.10), transparent 60%);
  
    overflow: hidden;
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.edu-age-section-wrapper .theme-sky.theme-light {
    --text: #0b1222;
    --ink: #091126;
    --muted: #4a5872;
    --accent-gold: #FFBE4D;
    --accent-melon: #FF8FA3;
    --accent-mint: #7AEFC6;
    --accent-cyan: #6FD3FF;
    --accent-violet: #A694FF;
    --card-warm-a: #FFF8EC;
    --card-warm-b: #FFF2D8;
    --card-cool-a: #F7FDFF;
    --card-cool-b: #EAF9FF;
    --card-vio-a: #FBF8FF;
    --card-vio-b: #F1ECFF;
    --grad-warm-a: #FFBE4D;
    --grad-warm-b: #FFD666;
    --grad-cool-a: #6FD3FF;
    --grad-cool-b: #A0E4FF;
    --grad-vio-a: #A694FF;
    --grad-vio-b: #D0C3FF;
    color: var(--text);
    border-radius: 22px;
    background: radial-gradient(1200px 700px at 12% -6%, rgba(255,214,102,.18), transparent 60%), radial-gradient(1000px 620px at 88% -10%, rgba(110,203,255,.13), transparent 62%), linear-gradient(180deg, #fffefd, #ffffff 60%, #fbfdff);
    box-shadow: 0 18px 56px rgba(9,17,38,.08);
    position: relative;
    isolation: isolate;
}

.edu-age-section-wrapper .section {
    position: relative;
    overflow: clip;
    padding-block: clamp(64px, 8.2vw, 120px);
}

.edu-age-section-wrapper .section__container {
    width: min(1160px,92vw);
    margin-inline: auto;
    position: relative;
    z-index: 3;
}

.edu-age-section-wrapper .section__header {
    text-align: center;
    margin-bottom: clamp(28px, 4.4vw, 52px);
}

.edu-age-section-wrapper .section__title {
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.06;
    font-size: clamp(2rem, 1.1rem + 3vw, 3.2rem);
    color: var(--ink);
    display: inline-block;
    position: relative;
    padding: .06em .4em;
    background: linear-gradient(180deg, transparent 58%, rgba(255,214,102,.58) 0);
    border-radius: 12px;
    text-shadow: 0 1px 0 #fff;
}

    .edu-age-section-wrapper .section__title::before {
        content: "";
        position: absolute;
        inset: -18px -26px -18px -26px;
        background: radial-gradient(720px 260px at 50% 60%, rgba(255,214,102,.18), rgba(110,203,255,.14), rgba(166,148,255,.12), transparent 72%);
        filter: blur(18px);
        z-index: -1;
        border-radius: 30px;
        pointer-events: none;
    }

.edu-age-section-wrapper .section__subtitle {
    color: var(--muted);
    margin-top: 14px;
}

.edu-age-section-wrapper .bg {
    position: absolute;
    inset: -8% -8% -8% -8%;
    z-index: 1;
    pointer-events: none;
}

.edu-age-section-wrapper .bg-aurora {
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 60%;
    background: conic-gradient(from 180deg at 40% 40%, rgba(255,214,102,.14), rgba(111,211,255,.10), rgba(166,148,255,.10), rgba(255,214,102,.14));
    filter: blur(30px) saturate(115%);
    opacity: .45;
    animation: auroraFlow 26s ease-in-out infinite alternate;
    will-change: transform;
}

.edu-age-section-wrapper .bg-aurora--alt {
    inset: auto -10% -22% -10%;
    height: 58%;
    background: conic-gradient(from 0deg at 60% 60%, rgba(111,211,255,.12), rgba(166,148,255,.10), rgba(255,214,102,.12), rgba(111,211,255,.12));
    animation-duration: 30s;
    animation-delay: 2s;
    opacity: .42;
}

@keyframes auroraFlow {
    0% {
        transform: translateY(-2%) scale(1) rotate(0deg)
    }

    50% {
        transform: translateY(2%) scale(1.02) rotate(1deg)
    }

    100% {
        transform: translateY(-1%) scale(1.01) rotate(-1deg)
    }
}

.edu-age-section-wrapper .bg-orb {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(255,222,140,.48), rgba(255,190,77,.20), transparent 70%);
    filter: blur(18px);
    opacity: .36;
    animation: floatY 14s ease-in-out infinite;
    will-change: transform;
}

.edu-age-section-wrapper .bg-orb--one {
    top: -6%;
    left: -4%;
    animation-delay: .2s;
}

.edu-age-section-wrapper .bg-orb--two {
    top: -10%;
    right: -6%;
    background: radial-gradient(circle at 40% 40%, rgba(111,211,255,.42), rgba(166,148,255,.22), transparent 72%);
    animation-delay: 1.2s;
}

.edu-age-section-wrapper .bg-orb--three {
    bottom: -8%;
    left: 12%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at 40% 40%, rgba(122,239,198,.38), rgba(111,211,255,.20), transparent 72%);
    animation-delay: .9s;
}

@keyframes floatY {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }
}

.edu-age-section-wrapper .bg-beams {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .16;
    z-index: 2;
    background-image: linear-gradient(95deg, rgba(255,190,77,.35) 0%, transparent 25%), linear-gradient(275deg, rgba(111,211,255,.35) 0%, transparent 28%), linear-gradient(185deg, rgba(166,148,255,.35) 0%, transparent 22%);
    background-size: 40% 100%, 40% 100%, 30% 100%;
    background-position: -20% 0, 120% 0, 50% 0;
    animation: beamsSlide 18s linear infinite;
    will-change: background-position;
}

@keyframes beamsSlide {
    0% {
        background-position: -30% 0, 130% 0, 60% 0
    }

    50% {
        background-position: -5% 0, 105% 0, 45% 0
    }

    100% {
        background-position: -30% 0, 130% 0, 60% 0
    }
}

.edu-age-section-wrapper .bg-twinkle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ffd666;
    opacity: .82;
    animation: twinkle 3.2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(255,214,102,.55);
    will-change: transform, opacity;
}

.edu-age-section-wrapper .bg-twinkle--1 {
    top: 12%;
    left: 18%;
    animation-delay: .2s;
}

.edu-age-section-wrapper .bg-twinkle--2 {
    top: 8%;
    right: 22%;
    animation-delay: .9s;
}

.edu-age-section-wrapper .bg-twinkle--3 {
    top: 22%;
    left: 52%;
    animation-delay: 1.6s;
}

.edu-age-section-wrapper .bg-twinkle--4 {
    top: 30%;
    right: 14%;
    animation-delay: .45s;
}

.edu-age-section-wrapper .bg-twinkle--5 {
    top: 18%;
    left: 8%;
    animation-delay: 1.1s;
}

@keyframes twinkle {
    0%,100% {
        transform: scale(.8);
        opacity: .6
    }

    50% {
        transform: scale(1.7);
        opacity: 1
    }
}

.edu-age-section-wrapper .bg-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    background-repeat: repeat;
    opacity: .20;
    animation: driftUp 32s linear infinite;
    will-change: transform;
}

.edu-age-section-wrapper .bg-particles--warm {
    background-image: radial-gradient(3px 3px at 20% 30%, rgba(255,190,77,.55) 50%, transparent 52%), radial-gradient(3px 3px at 70% 60%, rgba(111,211,255,.52) 50%, transparent 52%), radial-gradient(3px 3px at 45% 80%, rgba(166,148,255,.50) 50%, transparent 52%);
}

.edu-age-section-wrapper .bg-particles--grid {
    background-image: radial-gradient(circle at 0 0, rgba(9,17,38,.045) 1px, transparent 2px);
    background-size: 320px 320px;
    opacity: .10;
    animation-direction: reverse;
    animation-duration: 42s;
}

@keyframes driftUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-6%)
    }
}

.edu-age-section-wrapper .bg-shooting-star {
    position: absolute;
    top: 9%;
    left: -12%;
    width: 220px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,214,102,.95), rgba(255,255,255,0));
    filter: drop-shadow(0 0 8px rgba(255,214,102,.6));
    animation: shoot 7.2s linear infinite;
    opacity: .9;
    will-change: transform, opacity;
}

@keyframes shoot {
    0% {
        transform: translateX(0) translateY(0) rotate(6deg);
        opacity: .0
    }

    12% {
        opacity: .95
    }

    65% {
        transform: translateX(135vw) translateY(9vh) rotate(6deg);
        opacity: .85
    }

    100% {
        transform: translateX(160vw) translateY(11vh) rotate(6deg);
        opacity: .0
    }
}

.edu-age-section-wrapper .orbit {
    position: absolute;
    inset: auto 0 18% 0;
    height: 260px;
    z-index: 2;
    pointer-events: none;
}

.edu-age-section-wrapper .orbit__node {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, #fff, #ffeaa1 60%, #ffbe4d 62%);
    box-shadow: 0 0 24px rgba(255,214,102,.35), 0 0 0 10px rgba(255,236,170,.18);
}

.edu-age-section-wrapper .orbit__node--a {
    left: 8%;
    top: 42%;
}

.edu-age-section-wrapper .orbit__node--b {
    left: 50%;
    top: 18%;
    transform: translateX(-50%);
}

.edu-age-section-wrapper .orbit__node--c {
    right: 8%;
    bottom: 10%;
}

.edu-age-section-wrapper .orbit__dash {
    position: absolute;
    height: 3px;
    border-radius: 3px;
    background: repeating-linear-gradient(90deg, rgba(255,191,71,.9) 0 12px, rgba(255,191,71,0) 12px 26px);
    filter: drop-shadow(0 0 8px rgba(255,236,170,.45));
    transform-origin: left center;
    animation: orbitTrail 7s linear infinite;
    will-change: opacity;
}

.edu-age-section-wrapper .orbit__dash--1 {
    left: 12%;
    top: 34%;
    width: 34vw;
    transform: rotate(-9deg);
}

.edu-age-section-wrapper .orbit__dash--2 {
    left: 54%;
    top: 30%;
    width: 34vw;
    transform: rotate(24deg);
}

@keyframes orbitTrail {
    0% {
        opacity: .55
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .55
    }
}

.edu-age-section-wrapper .grid-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: clamp(18px, 3vw, 28px);
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 3;
    contain: layout style;
}

@media (max-width: 980px) {
    .edu-age-section-wrapper .grid-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 880px) and (min-width: 681px) {
    .edu-age-section-wrapper .grid-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.edu-age-section-wrapper .card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    padding: clamp(16px, 2vw, 24px);
    -webkit-backdrop-filter: blur(8px) saturate(114%);
    backdrop-filter: blur(8px) saturate(114%);
    border: 2px solid transparent;
    transition: transform .22s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    box-shadow: 0 12px 28px rgba(9,17,38,.10), 0 0 0 10px rgba(255,255,255,.02) inset;
    isolation: isolate;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .edu-age-section-wrapper .card {
        background-color: #fff;
        border-color: rgba(0,0,0,.04);
    }
}

.edu-age-section-wrapper .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 52px rgba(9,17,38,.16), 0 0 0 10px rgba(255,255,255,.02) inset;
    border-color: rgba(9,17,38,.12);
}

.edu-age-section-wrapper .card--warm {
    background: linear-gradient(180deg, var(--card-warm-a), var(--card-warm-b)) padding-box, linear-gradient(180deg, var(--grad-warm-a), var(--grad-warm-b)) border-box;
    border: 2px solid transparent;
}

.edu-age-section-wrapper .card--cool {
    background: linear-gradient(180deg, var(--card-cool-a), var(--card-cool-b)) padding-box, linear-gradient(180deg, var(--grad-cool-a), var(--grad-cool-b)) border-box;
    border: 2px solid transparent;
}

.edu-age-section-wrapper .card--violet {
    background: linear-gradient(180deg, var(--card-vio-a), var(--card-vio-b)) padding-box, linear-gradient(180deg, var(--grad-vio-a), var(--grad-vio-b)) border-box;
    border: 2px solid transparent;
}

.edu-age-section-wrapper .card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
    background: linear-gradient(90deg, #FFBE4D, #A0E4FF, #D0C3FF);
    opacity: .85;
}

.edu-age-section-wrapper .card--warm::before {
    background: linear-gradient(90deg, #FFBE4D, #FFD666);
}

.edu-age-section-wrapper .card--cool::before {
    background: linear-gradient(90deg, #6FD3FF, #A0E4FF);
}

.edu-age-section-wrapper .card--violet::before {
    background: linear-gradient(90deg, #A694FF, #D0C3FF);
}

.edu-age-section-wrapper .card__tint {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: .14;
    background-repeat: repeat;
    background-size: 220px 220px;
    animation: tintPan 22s linear infinite;
    will-change: transform;
}

.edu-age-section-wrapper .card--warm .card__tint {
    background-image: radial-gradient(6px 6px at 20% 30%, rgba(255,190,77,.55) 50%, transparent 52%), radial-gradient(6px 6px at 60% 70%, rgba(255,214,102,.50) 50%, transparent 52%);
}

.edu-age-section-wrapper .card--cool .card__tint {
    background-image: radial-gradient(6px 6px at 30% 40%, rgba(111,211,255,.52) 50%, transparent 52%), radial-gradient(6px 6px at 70% 25%, rgba(160,228,255,.50) 50%, transparent 52%);
}

.edu-age-section-wrapper .card--violet .card__tint {
    background-image: radial-gradient(6px 6px at 35% 60%, rgba(166,148,255,.50) 50%, transparent 52%), radial-gradient(6px 6px at 65% 35%, rgba(208,195,255,.48) 50%, transparent 52%);
}

@keyframes tintPan {
    0% {
        transform: translate3d(0,0,0)
    }

    50% {
        transform: translate3d(-2%, -2%, 0)
    }

    100% {
        transform: translate3d(0,0,0)
    }
}

.edu-age-section-wrapper .media {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 16px;
    aspect-ratio: 16 / 9;
    background: #fff;
    box-shadow: 0 8px 18px rgba(9,17,38,.08);
    border: 1px solid rgba(0,0,0,.04);
    z-index: 1;
}

    .edu-age-section-wrapper .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform .35s ease;
        will-change: transform;
    }

.edu-age-section-wrapper .card:hover .media img {
    transform: scale(1.045);
}

.edu-age-section-wrapper .card__header {
    display: grid;
    gap: 6px;
    padding-right: 50px;
    position: relative;
    z-index: 2;
}

.edu-age-section-wrapper .card__title {
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.15;
    color: var(--ink);
    font-size: clamp(1.12rem, .9rem + .7vw, 1.28rem);
    display: flex;
    align-items: center;
    gap: 10px;
}

.edu-age-section-wrapper .card__age {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .2px;
    color: var(--ink);
    font-size: 1.02rem;
    background: linear-gradient(180deg, #fff, #fff) padding-box, linear-gradient(90deg, var(--grad-warm-a), var(--grad-warm-b), var(--grad-cool-a), var(--grad-vio-a)) border-box;
    border: 2px solid transparent;
    border-radius: 999px;
    padding: 8px 14px;
    width: fit-content;
    box-shadow: 0 8px 16px rgba(9,17,38,.06);
}

.edu-age-section-wrapper .card__desc {
    color: #27354a;
    line-height: 1.75;
    font-size: 1rem;
    z-index: 2;
    position: relative;
}

.edu-age-section-wrapper .card__spark {
    pointer-events: none;
    position: absolute;
    inset: -2px -2px auto auto;
    width: 140px;
    height: 140px;
    background: conic-gradient(from 0deg, rgba(255,193,64,.22), rgba(255,214,102,.22), rgba(111,211,255,.18), rgba(166,148,255,.18), rgba(255,193,64,.22));
    filter: blur(22px);
    opacity: .0;
    border-top-right-radius: 22px;
    transition: opacity .25s ease;
}

.edu-age-section-wrapper .card:hover .card__spark {
    opacity: .85;
}

.edu-age-section-wrapper .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -3px;
    background: currentColor;
    border-radius: 50%;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.edu-age-section-wrapper .icon--star {
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 14.9 8.1 22 9.3 17 14 18.1 21.1 12 17.8 5.9 21.1 7 14 2 9.3 9.1 8.1 12 2" fill="%23000"/></svg>');
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 24 24\\"><polygon points=\\"12 2 14.9 8.1 22 9.3 17 14 18.1 21.1 12 17.8 5.9 21.1 7 14 2 9.3 9.1 8.1 12 2\\" fill=\\"%23000\\"/></svg>");
    border-radius: 0;
}

@media (prefers-reduced-motion: reduce) {
    .edu-age-section-wrapper .bg-aurora,
    .edu-age-section-wrapper .bg-orb,
    .edu-age-section-wrapper .bg-beams,
    .edu-age-section-wrapper .bg-twinkle,
    .edu-age-section-wrapper .bg-particles,
    .edu-age-section-wrapper .bg-shooting-star,
    .edu-age-section-wrapper .card,
    .edu-age-section-wrapper .media img,
    .edu-age-section-wrapper .card__spark,
    .edu-age-section-wrapper .card__tint {
        animation: none !important;
        transition: none !important;
    }
}

@supports not (overflow: clip) {
    .edu-age-section-wrapper .section {
        overflow: hidden;
    }
}


.spellbytes-faq-wrapper .faqs {
    --ink: #0b1222;
    --text: #1b2942;
    --muted: #556482;
    --bg-1: #ffffff;
    --bg-2: #fbfdff;
    --gold: #ffbe4d;
    --sky: #6fd3ff;
    --vio: #a694ff;
    --ring-1a: #ffbe4d;
    --ring-1b: #ffd666;
    --ring-2a: #6fd3ff;
    --ring-2b: #a0e4ff;
    --ring-3a: #a694ff;
    --ring-3b: #d0c3ff;
    --card-1a: #fff8ec;
    --card-1b: #fff2d8;
    --card-2a: #f7fdff;
    --card-2b: #eaf9ff;
    --shadow-xl: 0 24px 64px rgba(9,17,38,.10);
    --shadow-lg: 0 18px 56px rgba(9,17,38,.08);
    --shadow-md: 0 12px 28px rgba(9,17,38,.10);
    --shadow-sm: 0 8px 18px rgba(9,17,38,.08);
    position: relative;
    color: var(--text);
    background: radial-gradient(1100px 640px at 14% -6%, rgba(255,214,102,.18), transparent 60%), radial-gradient(900px 560px at 86% -8%, rgba(111,211,255,.13), transparent 62%), linear-gradient(180deg, var(--bg-2), var(--bg-1) 58%, var(--bg-2));
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    overflow: clip;
    isolation: isolate;
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__container {
    width: min(1100px, 92vw);
    margin-inline: auto;
    padding: clamp(56px, 7.5vw, 100px) clamp(16px, 4vw, 22px);
    position: relative;
    z-index: 2;
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__header {
    text-align: center;
    margin-bottom: clamp(18px, 3.6vw, 36px);
    padding-bottom: 8px;
    background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.65));
    backdrop-filter: blur(6px);
    z-index: 3;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__title {
    color: var(--ink);
    font: 900 clamp(1.9rem, 1.1rem + 2.8vw, 3rem)/1.06 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: .06em .5em .12em;
    border-radius: 12px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
}

    .spellbytes-faq-wrapper .faqs--enhanced .faqs__title::after {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: -6px;
        height: 6px;
        background: linear-gradient(90deg, rgba(255,190,77,.8), rgba(111,211,255,.7), rgba(166,148,255,.7));
        filter: blur(8px);
        border-radius: 999px;
        opacity: .85;
        transform: translateY(2px);
    }

.spellbytes-faq-wrapper .faqs--enhanced .faqs__subtitle {
    color: var(--muted);
    margin: 12px auto 0;
    font-size: clamp(1rem, .95rem + .25vw, 1.08rem);
    max-width: 60ch;
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__intro {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: clamp(14px, 2.2vw, 20px) 0 clamp(10px, 1.8vw, 16px);
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__tag {
    --ringA: var(--ring-1a);
    --ringB: var(--ring-1b);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff, #fff) padding-box, linear-gradient(180deg, var(--ringA), var(--ringB)) border-box;
    border: 2px solid transparent;
    color: var(--ink);
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: 0 8px 16px rgba(9,17,38,.06);
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__tag--sky {
    --ringA: var(--ring-2a);
    --ringB: var(--ring-2b);
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__tag--violet {
    --ringA: var(--ring-3a);
    --ringB: var(--ring-3b);
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,190,77,.35), rgba(111,211,255,.35), rgba(166,148,255,.35));
    margin: 6px 0 14px;
    opacity: .9;
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__bg {
    position: absolute;
    inset: -8% -8% -8% -8%;
    z-index: 1;
    pointer-events: none;
}

.spellbytes-faq-wrapper .faqs--enhanced .bg-aurora {
    position: absolute;
    height: 55%;
    filter: blur(30px) saturate(115%);
    opacity: .55;
    animation: auroraFlow 22s ease-in-out infinite alternate;
}

.spellbytes-faq-wrapper .faqs--enhanced .bg-aurora--top {
    inset: -18% -10% auto -10%;
    background: conic-gradient(from 180deg at 40% 40%, rgba(255,214,102,.14), rgba(111,211,255,.10), rgba(166,148,255,.10), rgba(255,214,102,.14));
}

.spellbytes-faq-wrapper .faqs--enhanced .bg-aurora--bottom {
    inset: auto -10% -20% -10%;
    background: conic-gradient(from 0deg at 60% 60%, rgba(111,211,255,.12), rgba(166,148,255,.10), rgba(255,214,102,.12), rgba(111,211,255,.12));
    animation-duration: 26s;
    animation-delay: 1.6s;
}

.spellbytes-faq-wrapper .faqs--enhanced .bg-orb {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(18px);
    opacity: .32;
    animation: floatY 12s ease-in-out infinite;
}

.spellbytes-faq-wrapper .faqs--enhanced .bg-orb--left {
    top: -6%;
    left: -4%;
    background: radial-gradient(circle at 40% 40%, rgba(255,222,140,.48), rgba(255,190,77,.22), transparent 70%);
}

.spellbytes-faq-wrapper .faqs--enhanced .bg-orb--right {
    bottom: -8%;
    right: 6%;
    background: radial-gradient(circle at 40% 40%, rgba(111,211,255,.42), rgba(166,148,255,.24), transparent 72%);
    animation-delay: .9s;
}

.spellbytes-faq-wrapper .faqs--enhanced .bg-beams {
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: linear-gradient(95deg, rgba(255,190,77,.32) 0%, transparent 25%), linear-gradient(275deg, rgba(111,211,255,.32) 0%, transparent 28%), linear-gradient(185deg, rgba(166,148,255,.32) 0%, transparent 22%);
    background-size: 40% 100%, 40% 100%, 30% 100%;
    background-position: -20% 0, 120% 0, 50% 0;
    animation: beamsSlide 16s linear infinite;
}

.spellbytes-faq-wrapper .faqs--enhanced .faqs__grid {
    display: grid;
    gap: clamp(14px, 2.2vw, 22px);
    grid-template-columns: 1fr;
    margin-top: clamp(14px, 2vw, 20px);
}

@media (min-width: 880px) {
    .spellbytes-faq-wrapper .faqs--enhanced .faqs__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.spellbytes-faq-wrapper .faqs--enhanced .faq {
    border-radius: 18px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, var(--card-2a), var(--card-2b)) padding-box, linear-gradient(180deg, var(--ring-2a), var(--ring-2b)) border-box;
    box-shadow: var(--shadow-md);
    overflow: clip;
    transition: box-shadow .25s ease, transform .2s ease, background .25s ease, border-color .25s ease;
}

    .spellbytes-faq-wrapper .faqs--enhanced .faq:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-xl);
    }

    .spellbytes-faq-wrapper .faqs--enhanced .faq[open] {
        background: linear-gradient(180deg, var(--card-1a), var(--card-1b)) padding-box, linear-gradient(180deg, var(--ring-1a), var(--ring-1b)) border-box;
    }

.spellbytes-faq-wrapper .faqs--enhanced .faq__question {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 18px 18px 14px 18px;
    color: var(--ink);
    font-weight: 900;
    letter-spacing: .2px;
    font-size: clamp(1.02rem, .98rem + .3vw, 1.14rem);
    position: relative;
}

    .spellbytes-faq-wrapper .faqs--enhanced .faq__question::-webkit-details-marker {
        display: none;
    }

    .spellbytes-faq-wrapper .faqs--enhanced .faq__question::before {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(255,190,77,.35), rgba(111,211,255,.35), rgba(166,148,255,.35));
        opacity: .9;
    }

.spellbytes-faq-wrapper .faqs--enhanced .faq__chevron {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: currentColor;
    color: var(--ink);
    opacity: .75;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
    transition: transform .22s ease, opacity .22s ease;
}

.spellbytes-faq-wrapper .faqs--enhanced .faq[open] .faq__chevron {
    transform: rotate(180deg);
    opacity: 1;
}

.spellbytes-faq-wrapper .faqs--enhanced .faq__answer {
    padding: 14px 18px 18px 18px;
    color: var(--text);
    line-height: 1.78;
    font-size: clamp(1rem, .98rem + .2vw, 1.06rem);
}

.spellbytes-faq-wrapper .faqs--enhanced .faq__list {
    margin: 10px 0 0 18px;
}

    .spellbytes-faq-wrapper .faqs--enhanced .faq__list li {
        margin: 6px 0;
    }

.spellbytes-faq-wrapper .icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: currentColor;
    vertical-align: -3px;
    border-radius: 50%;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.spellbytes-faq-wrapper .icon--star {
    color: var(--gold);
    border-radius: 0;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polygon points='12 2 14.9 8.1 22 9.3 17 14 18.1 21.1 12 17.8 5.9 21.1 7 14 2 9.3 9.1 8.1 12 2' fill='%23000'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polygon points='12 2 14.9 8.1 22 9.3 17 14 18.1 21.1 12 17.8 5.9 21.1 7 14 2 9.3 9.1 8.1 12 2' fill='%23000'/></svg>");
}

@keyframes auroraFlow {
    0% {
        transform: translateY(-2%) scale(1) rotate(0deg)
    }

    50% {
        transform: translateY(2%) scale(1.02) rotate(1deg)
    }

    100% {
        transform: translateY(-1%) scale(1.01) rotate(-1deg)
    }
}

@keyframes floatY {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(12px)
    }
}

@keyframes beamsSlide {
    0% {
        background-position: -30% 0, 130% 0, 60% 0
    }

    50% {
        background-position: -5% 0, 105% 0, 45% 0
    }

    100% {
        background-position: -30% 0, 130% 0, 60% 0
    }
}

@media (prefers-reduced-motion: reduce) {
    .spellbytes-faq-wrapper .faqs * {
        animation: none !important;
        transition: none !important;
    }
}
