/* ==========================================
   THEME.CSS — Move IT Education v4.0
   
   Об'єднано з: typography.css, buttons.css,
   animations.css, decorations.css, components.css
   ========================================== */


/* ==========================================
   TYPOGRAPHY
   ========================================== */

.subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.4rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
    font-weight: 500;
    text-shadow: 0 0 40px rgba(255, 229, 153, 0.8);
}

.title {
    font-size: 5.2rem;
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: -2px;
    margin-bottom: 10px;
    color: var(--color-dark-beige);
    text-shadow: 2px 4px 20px rgba(232, 49, 0, 0.4);
    padding-top: 2.5rem;
}

.title-cursive {
    font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
    font-style: italic;
    font-weight: normal;
    color: var(--color-light-beige);
    font-size: 4.8rem;
    display: inline-block;
    text-shadow: 0 0 40px rgba(255, 229, 153, 0.8);
    margin-top: 1rem;
}

.comment-text {
    font-size: 0.9rem;
    letter-spacing: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 32px;
    margin-top: 1.5rem;
}

.section-title {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5rem;
    color: var(--color-white);
    background:
        radial-gradient(ellipse at top, rgba(223, 143, 100, 0.808), transparent),
        radial-gradient(ellipse at bottom, rgba(223, 143, 100, 0.397), transparent);
    padding: 16px 60px;
    border-radius: var(--radius-xl);
    border: 3px solid rgba(255, 165, 112, 0.4);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 229, 153, 0.1);
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.section-title-post {
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.2rem;
    color: var(--color-white);
    background: linear-gradient(135deg,
        rgba(230, 139, 86, 0.4) 0%,
        rgba(232, 170, 135, 0.3) 50%,
        rgba(206, 141, 115, 0.2) 100%);
    padding: 16px 60px;
    border-radius: var(--radius-xl);
    border: 3px solid rgba(255, 165, 112, 0.4);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 229, 153, 0.1);
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    margin-bottom: 25px;
}

.width-alignment {
    text-align: justify;
    text-indent: 2rem;
    font-size: 0.9rem !important;
    padding: 1rem !important;
}

h2 { font-size: 1.2rem; }
h3 { font-size: 0.9rem; }


/* ==========================================
   BUTTONS
   ========================================== */

.buttons {
    display: flex;
    gap: 13px;
}

.btn {
    padding: 13px 33px;
    border: none;
    border-radius: 32px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all var(--transition-fast);
    box-shadow: var(--shadow-sm);
}

.btn-transparent {
    background: rgba(255, 165, 112, 0.35);
    color: white;
    border: 2px solid rgba(255, 229, 153, 0.4);
}

.btn-transparent:hover {
    background: rgba(255, 165, 112, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.4);
}

.btn-active {
    background: rgba(255, 105, 51, 0.6);
    color: white;
}

.btn-active:hover {
    background: rgba(255, 105, 51, 0.8);
    transform: translateY(-3px);
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.4);
}

.btn-solid {
    background: rgba(255, 105, 51, 0.7);
    border: none;
    padding: 12px 24px;
    border-radius: 22px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all var(--transition-fast);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-solid svg { width: 18px; height: 18px; }

.btn-solid:hover {
    background: rgba(255, 105, 51, 0.9);
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.scroll-btn-wrapper {
    text-align: center;
    margin-top: 35px;
}

.scroll-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: rgba(255, 165, 112, 0.5);
    border: none;
    padding: 20px 50px;
    border-radius: 28px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all var(--transition-fast);
    letter-spacing: 2.5px;
    box-shadow: var(--shadow-md);
}

.scroll-btn svg { width: 26px; height: 26px; animation: bounceArrow 2.5s infinite; }

.scroll-btn:hover {
    background: rgba(255, 165, 112, 0.7);
    transform: translateY(-3px);
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.5);
}

.creative-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: linear-gradient(135deg,
        rgba(255, 105, 51, 0.9) 0%,
        rgba(232, 49, 0, 0.9) 100%);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-bounce);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}
.move-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: linear-gradient(135deg,
        rgba(255, 105, 51, 0.9) 0%,
        rgba(232, 49, 0, 0.9) 100%);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-bounce);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.creative-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left var(--transition-medium);
}

.creative-btn:hover::before { left: 100%; }

.creative-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(232, 49, 0, 0.5);
}

.creative-btn svg { width: 18px; height: 18px; transition: transform var(--transition-fast); }
.creative-btn:hover svg { transform: translateX(5px); }
.creative-btn:active { transform: translateY(-1px); }

.creative-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.creative-btn:active::after { width: 300px; height: 300px; opacity: 0; transition: 0s; }

.gallery-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 52px;
    height: 52px;
    background: rgba(255, 105, 51, 0.95);
    border: none;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

.gallery-btn svg { width: 26px; height: 26px; color: white; }

.gallery-btn:hover {
    background: rgba(255, 105, 51, 1);
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.gallery-btn-add {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 70px;
    height: 70px;
    background: rgba(255, 105, 51, 0.95);
    border: none;
    border-radius: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.gallery-btn-add svg { width: 36px; height: 36px; color: white; }

.gallery-btn-add:hover {
    background: rgba(255, 105, 51, 1);
    transform: scale(1.12);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}


/* ==========================================
   ANIMATIONS
   ========================================== */

@keyframes floatBubble1 {
    0%, 100% { transform: translate(0, 0); }
    33% { transform: translate(-8px, -12px); }
    66% { transform: translate(5px, -8px); }
}

@keyframes floatBubble2 {
    0%, 100% { transform: translate(0, 0); }
    33% { transform: translate(10px, 15px); }
    66% { transform: translate(-6px, 10px); }
}

@keyframes floatBubble3 {
    0%, 100% { transform: translate(0, 0); }
    33% { transform: translate(-12px, 8px); }
    66% { transform: translate(8px, -15px); }
}

@keyframes pulseBubble {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.08); opacity: 0.65; }
}

@keyframes floatCreative1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-15px, -20px) rotate(5deg); }
    50% { transform: translate(-8px, -35px) rotate(-3deg); }
    75% { transform: translate(10px, -20px) rotate(4deg); }
}

@keyframes floatCreative2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(20px, 15px) rotate(-6deg); }
    66% { transform: translate(-10px, 25px) rotate(5deg); }
}

@keyframes floatCreative3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-15px, 20px) scale(1.08); }
}

@keyframes floatDeco1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-20px, -30px) rotate(180deg); }
}

@keyframes floatDeco2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(25px, -20px) scale(1.2); }
}

@keyframes floatDeco3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-15px, 25px) rotate(-180deg); }
}

@keyframes floatDeco4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, 30px) scale(1.3); }
}

@keyframes floatSlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}

@keyframes floatIsland {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-15px) rotate(1deg); }
    50% { transform: translateY(-25px) rotate(-1deg); }
    75% { transform: translateY(-15px) rotate(0.5deg); }
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.15); }
}

@keyframes blobMorph {
    0%, 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    25% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    50% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
    75% { border-radius: 70% 30% 40% 60% / 40% 70% 60% 30%; }
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0) scale(0); opacity: 0; }
    50% { transform: translateY(-10px) scale(1); opacity: 1; }
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-10px) scale(1.1); }
}

@keyframes bounceArrow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

@keyframes ripple {
    0% { transform: scale(0); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}


/* ==========================================
   DECORATIONS — Bubble System
   ========================================== */

.bubble {
    position: absolute;
    border-radius: var(--radius-round);
    background: var(--glass-bubble);
    box-shadow: var(--shadow-bubble);
    backdrop-filter: var(--blur-strong);
    z-index: var(--z-bubble);
    animation: pulseBubble 8s ease-in-out infinite;
}

.bubble--light  { background: var(--glass-bubble-light); backdrop-filter: var(--blur-light); }
.bubble--medium { background: var(--glass-bubble-medium); }
.bubble--strong { background: var(--glass-bubble-strong); }
.bubble--beige  { background: var(--glass-beige); }
.bubble--glow   { box-shadow: var(--shadow-bubble), inset 0 0 2.5rem rgba(255, 229, 153, 0.1); }

.bubble--xs  { width: 3.75rem;  height: 3.75rem; }
.bubble--sm  { width: 5rem;     height: 5rem; }
.bubble--md  { width: 6.25rem;  height: 6.25rem; }
.bubble--lg  { width: 9.375rem; height: 9.375rem; }
.bubble--xl  { width: 12.5rem;  height: 12.5rem; }
.bubble--xxl { width: 17.5rem;  height: 17.5rem; }

.bubble--float-1 { animation: floatBubble1 8s ease-in-out infinite; }
.bubble--float-2 { animation: floatBubble2 10s ease-in-out infinite; }
.bubble--float-3 { animation: floatBubble3 7s ease-in-out infinite; }
.bubble--pulse   { animation: pulseBubble 6s ease-in-out infinite; }

.bubble--delay-1 { animation-delay: 1s; }
.bubble--delay-2 { animation-delay: 2s; }
.bubble--delay-3 { animation-delay: 3s; }
.bubble--delay-4 { animation-delay: 4s; }

.bubble-group {
    position: absolute;
    right: 1.25rem;
    top: 40%;
    z-index: var(--z-bubble);
}

.bubble-group__circle {
    position: absolute;
    background: var(--glass-bubble-medium);
    border-radius: var(--radius-round);
    box-shadow: var(--shadow-card);
}

.bubble-group__circle--1 { width: 5.9375rem; height: 5.9375rem; right: -1.5625rem; top: -8.75rem; animation: floatBubble1 8s ease-in-out infinite; }
.bubble-group__circle--2 { width: 8.125rem; height: 8.125rem; right: -2.8125rem; top: 3.75rem; animation: floatBubble2 10s ease-in-out infinite; }
.bubble-group__circle--3 { width: 4.375rem; height: 4.375rem; right: 0.625rem; top: 13.75rem; animation: floatBubble3 7s ease-in-out infinite; }

.decoration { position: absolute; z-index: var(--z-decoration); }
.decoration img { width: 100%; height: 100%; object-fit: contain; }

.decoration--robot { right: 0.9375rem; top: -4.0625rem; width: 13.125rem; height: 13.125rem; z-index: var(--z-decoration-top); }
.decoration--robot img { filter: var(--drop-shadow-lg); }

.decoration--rocket { left: 2.5rem; top: 3.75rem; width: 8.125rem; height: 8.125rem; z-index: var(--z-decoration); }
.decoration--rocket img { width: 9.375rem; height: 9.375rem; filter: var(--drop-shadow-md); animation: floatSlow 7s ease-in-out infinite; }

.emoji-deco { position: absolute; font-size: 2.5rem; opacity: 0.7; filter: var(--drop-shadow-sm); z-index: var(--z-nav); }
.emoji  { width: 10rem; height: auto; }
.icon3d { width: 6.25rem; height: auto; }
.mobile-icon { width: 2rem; height: 2rem; }

/* Legacy */
.bubble-left-1,
.bubble-left-2 { width: 16.25rem; height: 16.25rem; left: -6.25rem; top: 4.375rem; animation: pulseBubble 8s ease-in-out infinite; }

.bubble-circle { position: absolute; background: var(--glass-bubble-medium); border-radius: var(--radius-round); box-shadow: var(--shadow-card); }
.bubble-circle-1 { width: 5.9375rem; height: 5.9375rem; right: -1.5625rem; top: -8.75rem; animation: floatBubble1 8s ease-in-out infinite; }
.bubble-circle-2 { width: 8.125rem; height: 8.125rem; right: -2.8125rem; top: 3.75rem; animation: floatBubble2 10s ease-in-out infinite; }
.bubble-circle-3 { width: 4.375rem; height: 4.375rem; right: 0.625rem; top: 13.75rem; animation: floatBubble3 7s ease-in-out infinite; }

.decoration-1 { position: absolute; right: 0.9375rem; top: -4.0625rem; width: 13.125rem; height: 13.125rem; z-index: var(--z-decoration-top); }
.decoration-1 img { width: 100%; height: 100%; object-fit: contain; filter: var(--drop-shadow-lg); }

.decoration-2 { position: absolute; left: 2.5rem; top: 3.75rem; width: 8.125rem; height: 8.125rem; z-index: 5; }
.decoration-2 img { width: 9.375rem; height: 9.375rem; object-fit: contain; filter: var(--drop-shadow-md); animation: floatSlow 7s ease-in-out infinite; }

.decoration-4 { position: absolute; right: -70px; bottom: 150px; width: 210px; height: 210px; z-index: 4; }
.decoration-4 img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4)); animation: floatSlow 8s ease-in-out infinite; }

/* Per-section bubble sizes */
.about-bubble { position: absolute; background: var(--glass-bubble); border-radius: var(--radius-round); box-shadow: var(--shadow-bubble); backdrop-filter: var(--blur-strong); z-index: var(--z-bubble); }
.about-bubble-1 { width: 15rem; height: 15rem; left: -5.625rem; top: 3.75rem; animation: pulseBubble 9s ease-in-out infinite; }
.about-bubble-2 { width: 11.25rem; height: 11.25rem; right: -4.375rem; top: 9.375rem; animation: floatBubble2 11s ease-in-out infinite; }

.carousel-bubble { position: absolute; background: var(--glass-bubble-light); border-radius: var(--radius-round); box-shadow: var(--shadow-bubble); backdrop-filter: var(--blur-medium); z-index: var(--z-bubble); }
.carousel-bubble-1 { width: 12.5rem; height: 12.5rem; left: -5rem; top: 6.25rem; animation: floatCreative1 12s ease-in-out infinite; }
.carousel-bubble-2 { width: 9.375rem; height: 9.375rem; right: -3.75rem; top: 18.75rem; animation: floatCreative2 15s ease-in-out infinite; }
.carousel-bubble-3 { width: 7.5rem; height: 7.5rem; left: -2.5rem; bottom: 9.375rem; animation: floatCreative3 10s ease-in-out infinite; }

.island-deco { position: absolute; z-index: var(--z-nav); }
.island-deco img { width: 9rem; height: 9rem; filter: var(--drop-shadow-sm); }
.island-deco-1 { top: 3.125rem; left: -1.875rem; animation: floatDeco1 8s ease-in-out infinite; }
.island-deco-2 { top: 12.5rem; right: -2.5rem; animation: floatDeco2 10s ease-in-out infinite; }
.island-deco-3 { bottom: 0.625rem; left: -1.25rem; animation: floatDeco3 9s ease-in-out infinite; }
.island-deco-4 { bottom: 9.375rem; right: -1.875rem; animation: floatDeco4 11s ease-in-out infinite; }

.island-bubble { position: absolute; background: var(--glass-bubble-light); border-radius: var(--radius-round); box-shadow: 0 1.25rem 3.125rem rgba(0,0,0,0.3), inset 0 0 1.875rem rgba(255,229,153,0.1); backdrop-filter: var(--blur-light); z-index: var(--z-background); }
.island-bubble-1 { width: 11.25rem; height: 11.25rem; top: 6.25rem; left: -4.375rem; animation: pulseBubble 7s ease-in-out infinite; }
.island-bubble-2 { width: 8.75rem; height: 8.75rem; top: 18.75rem; right: -3.75rem; animation: pulseBubble 9s ease-in-out infinite; animation-delay: 2s; }
.island-bubble-3 { width: 6.25rem; height: 6.25rem; bottom: 6.25rem; left: -2.5rem; animation: pulseBubble 8s ease-in-out infinite; animation-delay: 4s; }

.courses-bubble { position: absolute; background: var(--glass-bubble-light); border-radius: var(--radius-round); box-shadow: var(--shadow-bubble), inset 0 0 2.5rem rgba(255,229,153,0.1); backdrop-filter: var(--blur-medium); z-index: var(--z-bubble); }
.courses-bubble-1 { width: 12.5rem; height: 12.5rem; left: -5rem; top: 6.25rem; animation: floatCreative1 12s ease-in-out infinite; }
.courses-bubble-2 { width: 9.375rem; height: 9.375rem; right: -3.75rem; top: 18.75rem; animation: floatCreative2 15s ease-in-out infinite; }
.courses-bubble-3 { width: 7.5rem; height: 7.5rem; left: -2.5rem; bottom: 9.375rem; animation: floatCreative3 10s ease-in-out infinite; }

@media (max-width: 768px) {
    .bubble--xxl { width: 12.5rem; height: 12.5rem; }
    .bubble--xl  { width: 10rem; height: 10rem; }
    .bubble--lg  { width: 7.5rem; height: 7.5rem; }
    .decoration--robot { width: 10rem; height: 10rem; right: 0.625rem; top: -3.125rem; }
}

@media (max-width: 480px) {
    .bubble--xxl { width: 9.375rem; height: 9.375rem; }
    .bubble--xl  { width: 7.5rem; height: 7.5rem; }
    .bubble--lg  { width: 5.625rem; height: 5.625rem; }
    .bubble--xs,
    .bubble--sm  { display: none; }
}


/* ==========================================
   COMPONENTS — Shared Visual Patterns
   ========================================== */

/* Glassmorphism outer card */
.block-card,
.gallery-card,
.carousel-main-card,
.courses-creative-card,
.islands-main-card,
.about-main-card,
.contacts-main-card {
    position: relative;
    background: var(--color-card-bg);
    border-radius: var(--radius-xl);
    box-shadow:
        var(--shadow-lg),
        inset 0 2px 0 var(--color-glow-soft);
    backdrop-filter: var(--blur-strong);
    -webkit-backdrop-filter: var(--blur-strong);
    border: 1px solid var(--color-card-border);
    overflow: visible;
}

/* Dark inner card */
.info-card,
.carousel-card-inner,
.course-creative-inner,
.timeline-text,
.format-card,
.mission-block,
.contact-item,
.location-card {
    background: linear-gradient(145deg,
        var(--color-inner-bg-dark)   0%,
        var(--color-inner-bg-medium) 100%);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 var(--color-glow-border);
    border: 1px solid var(--color-inner-border);
}

/* Hover state */
.carousel-card.active .carousel-card-inner,
.course-creative-item:hover .course-creative-inner,
.island-item:hover {
    box-shadow:
        0 30px 80px rgba(232, 49, 0, 0.4),
        inset 0 1px 0 rgba(255, 229, 153, 0.2);
    border-color: var(--color-card-hover-border);
}

/* Hover glow effect */
.course-creative-item,
.island-item {
    position: relative;
}

.course-creative-item::before,
.island-item::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg,
        rgba(255, 165, 112, 0.4),
        rgba(250, 208, 116, 0.4));
    border-radius: inherit;
    opacity: 0;
    transition: opacity var(--transition-medium);
    z-index: -1;
    filter: blur(10px);
    pointer-events: none;
}

.course-creative-item:hover::before,
.island-item:hover::after {
    opacity: 1;
}

/* Glass details block */
.glass-details {
    background: rgba(255, 165, 112, 0.15);
    border: 1px solid rgba(255, 165, 112, 0.3);
    border-radius: var(--radius-sm);
    padding: 20px 25px;
    backdrop-filter: var(--blur-medium);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 var(--color-glow-border);
}
