:root {
    --bg: #041019;
    --bg-soft: #0a1722;
    --bg-deep: #020912;
    --panel: rgba(10, 19, 30, 0.8);
    --panel-strong: rgba(7, 14, 24, 0.92);
    --surface: rgba(255, 255, 255, 0.05);
    --surface-strong: rgba(255, 255, 255, 0.1);
    --line: rgba(110, 194, 255, 0.16);
    --line-strong: rgba(110, 194, 255, 0.3);
    --text: #f5fbff;
    --muted: #9db1c3;
    --primary: #58d5ff;
    --primary-strong: #17a8ff;
    --secondary: #89f0ff;
    --accent: #ff9d57;
    --accent-strong: #ff6b2c;
    --success: #62f29a;
    --danger: #ff6b7a;
    --shadow-lg: 0 34px 90px rgba(0, 0, 0, 0.48);
    --shadow-md: 0 20px 50px rgba(0, 0, 0, 0.32);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --container: 1240px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 10% 12%, rgba(88, 213, 255, 0.24), transparent 0 22%),
        radial-gradient(circle at 88% 14%, rgba(255, 157, 87, 0.2), transparent 0 18%),
        radial-gradient(circle at 52% 118%, rgba(23, 168, 255, 0.2), transparent 0 30%),
        radial-gradient(circle at 50% 48%, rgba(8, 43, 72, 0.52), transparent 0 42%),
        linear-gradient(145deg, #01060d 0%, #05111b 24%, #091a2a 56%, #06111b 78%, #01060d 100%);
    color: var(--text);
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.65;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: -2;
    will-change: transform, opacity;
}

body::before {
    top: -140px;
    right: -90px;
    width: 560px;
    height: 560px;
    background:
        radial-gradient(circle, rgba(88, 213, 255, 0.26), rgba(88, 213, 255, 0.08) 34%, transparent 70%);
    filter: blur(34px);
    animation: ambientFloatOne 18s ease-in-out infinite alternate;
}

body::after {
    bottom: -200px;
    left: -120px;
    width: 620px;
    height: 620px;
    background:
        radial-gradient(circle, rgba(255, 157, 87, 0.2), rgba(255, 107, 44, 0.08) 34%, transparent 70%);
    filter: blur(44px);
    animation: ambientFloatTwo 22s ease-in-out infinite alternate;
}

body > *:not(.video-bg):not(.video-overlay):not(.uiverse-midnight-sky):not(.scroll-progress) {
    position: relative;
    z-index: 1;
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    box-shadow: 0 0 18px rgba(88, 213, 255, 0.34);
    transform: scaleX(var(--scroll-progress, 0));
    transform-origin: left center;
    opacity: 0.94;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

body:not(.is-scrolling) .scroll-progress {
    opacity: 0.46;
}

body.is-scrolling .scroll-progress {
    opacity: 0.96;
}

button,
input,
a {
    font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.wrapper {
    width: min(var(--container), calc(100% - 48px));
    margin: 0 auto;
}

.video-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -4;
    opacity: 0.3;
    filter: saturate(0.84) contrast(1.18) brightness(0.44);
    transform: scale(1.04);
}

.video-overlay {
    position: fixed;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    pointer-events: none;
    --scene-0: #ffffff;
    --scene-1: #04070c;
    --scene-2: #12171f;
    --scene-3: #1c2530;
    --scene-4: #232d38;
    --scene-5: #c7b18d;
    --scene-6: #1590b7;
    --scene-7: #0f5f79;
    --scene-8: #ff9d57;
    --scene-9: #ff6b2c;
    background-color: var(--scene-1);
    background-image:
        linear-gradient(180deg, rgba(2, 7, 13, 0.28), rgba(2, 7, 13, 0.78)),
        linear-gradient(
            to top,
            var(--scene-2) 5%,
            var(--scene-1) 6%,
            var(--scene-1) 7%,
            transparent 7%
        ),
        linear-gradient(to bottom, var(--scene-1) 30%, transparent 80%),
        linear-gradient(to right, var(--scene-2), var(--scene-4) 5%, transparent 5%),
        linear-gradient(
            to right,
            transparent 6%,
            var(--scene-2) 6%,
            var(--scene-4) 9%,
            transparent 9%
        ),
        linear-gradient(
            to right,
            transparent 27%,
            var(--scene-2) 27%,
            var(--scene-4) 34%,
            transparent 34%
        ),
        linear-gradient(
            to right,
            transparent 51%,
            var(--scene-2) 51%,
            var(--scene-4) 57%,
            transparent 57%
        ),
        linear-gradient(to bottom, var(--scene-1) 35%, transparent 35%),
        linear-gradient(
            to right,
            transparent 42%,
            var(--scene-2) 42%,
            var(--scene-4) 44%,
            transparent 44%
        ),
        linear-gradient(
            to right,
            transparent 45%,
            var(--scene-2) 45%,
            var(--scene-4) 47%,
            transparent 47%
        ),
        linear-gradient(
            to right,
            transparent 48%,
            var(--scene-2) 48%,
            var(--scene-4) 50%,
            transparent 50%
        ),
        linear-gradient(
            to right,
            transparent 87%,
            var(--scene-2) 87%,
            var(--scene-4) 91%,
            transparent 91%
        ),
        linear-gradient(to bottom, var(--scene-1) 37.5%, transparent 37.5%),
        linear-gradient(
            to right,
            transparent 14%,
            var(--scene-2) 14%,
            var(--scene-4) 20%,
            transparent 20%
        ),
        linear-gradient(to bottom, var(--scene-1) 40%, transparent 40%),
        linear-gradient(
            to right,
            transparent 10%,
            var(--scene-2) 10%,
            var(--scene-4) 13%,
            transparent 13%
        ),
        linear-gradient(
            to right,
            transparent 21%,
            var(--scene-2) 21%,
            #171c24 25%,
            transparent 25%
        ),
        linear-gradient(
            to right,
            transparent 58%,
            var(--scene-2) 58%,
            var(--scene-4) 64%,
            transparent 64%
        ),
        linear-gradient(
            to right,
            transparent 92%,
            var(--scene-2) 92%,
            var(--scene-4) 95%,
            transparent 95%
        ),
        linear-gradient(to bottom, var(--scene-1) 48%, transparent 48%),
        linear-gradient(
            to right,
            transparent 96%,
            var(--scene-2) 96%,
            #171c24 99%,
            transparent 99%
        ),
        linear-gradient(
            to bottom,
            transparent 68.5%,
            transparent 76%,
            var(--scene-1) 76%,
            var(--scene-1) 77.5%,
            transparent 77.5%,
            transparent 86%,
            var(--scene-1) 86%,
            var(--scene-1) 87.5%,
            transparent 87.5%
        ),
        linear-gradient(
            to right,
            transparent 35%,
            var(--scene-2) 35%,
            var(--scene-4) 41%,
            transparent 41%
        ),
        linear-gradient(to bottom, var(--scene-1) 68%, transparent 68%),
        linear-gradient(
            to right,
            transparent 78%,
            var(--scene-3) 78%,
            var(--scene-3) 80%,
            transparent 80%,
            transparent 82%,
            var(--scene-3) 82%,
            var(--scene-3) 83%,
            transparent 83%
        ),
        linear-gradient(
            to right,
            transparent 66%,
            var(--scene-2) 66%,
            var(--scene-4) 85%,
            transparent 85%
        );
    background-size: 340px 170px;
    background-position: center bottom;
}

.bg-grid-overlay,
.bg-brand-aura,
.bg-noise-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bg-grid-overlay {
    background:
        linear-gradient(rgba(88, 213, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(88, 213, 255, 0.08) 1px, transparent 1px);
    background-size: 120px 120px;
    mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4) 16%, rgba(0, 0, 0, 0.92));
    opacity: 0.35;
    animation: gridDrift 26s linear infinite;
    will-change: transform;
}

.bg-brand-aura {
    inset: 8% 8% 4%;
    background:
        radial-gradient(circle at 50% 40%, rgba(88, 213, 255, 0.18), transparent 28%),
        radial-gradient(circle at 50% 62%, rgba(255, 157, 87, 0.12), transparent 26%),
        url("apexlogo.png") center 34% / min(520px, 42vw) no-repeat;
    mix-blend-mode: screen;
    opacity: 0.16;
    filter: saturate(1.12) drop-shadow(0 0 30px rgba(88, 213, 255, 0.12));
    animation: brandAuraFloat 18s ease-in-out infinite alternate;
    will-change: transform, opacity;
}

.bg-noise-overlay {
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px),
        radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px);
    background-size: 180px 180px, 220px 220px, 260px 260px;
    opacity: 0.24;
    mix-blend-mode: screen;
}

.video-overlay::before,
.video-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
}

.video-overlay::before {
    background-color: transparent;
    background-image:
        linear-gradient(
            to top,
            var(--scene-5) 5%,
            var(--scene-1) 6%,
            var(--scene-1) 7%,
            transparent 7%
        ),
        linear-gradient(to bottom, var(--scene-1) 30%, transparent 30%),
        linear-gradient(to right, var(--scene-6), var(--scene-7) 5%, transparent 5%),
        linear-gradient(
            to right,
            transparent 6%,
            var(--scene-8) 6%,
            var(--scene-9) 9%,
            transparent 9%
        ),
        linear-gradient(
            to right,
            transparent 27%,
            #4d6330 27%,
            #33411f 34%,
            transparent 34%
        ),
        linear-gradient(
            to right,
            transparent 51%,
            #ff8c7a 51%,
            #ff6954 57%,
            transparent 57%
        ),
        linear-gradient(to bottom, var(--scene-1) 35%, transparent 35%),
        linear-gradient(
            to right,
            transparent 42%,
            #0b7f88 42%,
            #064c52 44%,
            transparent 44%
        ),
        linear-gradient(
            to right,
            transparent 45%,
            #0b7f88 45%,
            #064c52 47%,
            transparent 47%
        ),
        linear-gradient(
            to right,
            transparent 48%,
            #0b7f88 48%,
            #064c52 50%,
            transparent 50%
        ),
        linear-gradient(
            to right,
            transparent 87%,
            #7b8ea1 87%,
            #536273 91%,
            transparent 91%
        ),
        linear-gradient(to bottom, var(--scene-1) 37.5%, transparent 37.5%),
        linear-gradient(
            to right,
            transparent 14%,
            #b8b66d 14%,
            #8e8b45 20%,
            transparent 20%
        ),
        linear-gradient(to bottom, var(--scene-1) 40%, transparent 40%),
        linear-gradient(
            to right,
            transparent 10%,
            #7d8610 10%,
            #4a4f06 13%,
            transparent 13%
        ),
        linear-gradient(
            to right,
            transparent 21%,
            #6f4622 21%,
            #472b11 25%,
            transparent 25%
        ),
        linear-gradient(
            to right,
            transparent 58%,
            #6f4622 58%,
            #472b11 64%,
            transparent 64%
        ),
        linear-gradient(
            to right,
            transparent 92%,
            #295255 92%,
            #173032 95%,
            transparent 95%
        ),
        linear-gradient(to bottom, var(--scene-1) 48%, transparent 48%),
        linear-gradient(
            to right,
            transparent 96%,
            #295255 96%,
            #173032 99%,
            transparent 99%
        ),
        linear-gradient(
            to bottom,
            transparent 68.5%,
            transparent 76%,
            var(--scene-1) 76%,
            var(--scene-1) 77.5%,
            transparent 77.5%,
            transparent 86%,
            var(--scene-1) 86%,
            var(--scene-1) 87.5%,
            transparent 87.5%
        ),
        linear-gradient(
            to right,
            transparent 35%,
            #cd6c69 35%,
            #ae3b37 41%,
            transparent 41%
        ),
        linear-gradient(to bottom, var(--scene-1) 68%, transparent 68%),
        linear-gradient(
            to right,
            transparent 78%,
            #bc8f8f 78%,
            #bc8f8f 80%,
            transparent 80%,
            transparent 82%,
            #bc8f8f 82%,
            #bc8f8f 83%,
            transparent 83%
        ),
        linear-gradient(
            to right,
            transparent 66%,
            #8b2f2f 66%,
            #642020 85%,
            transparent 85%
        );
    background-size: 340px 170px;
    background-position: center bottom;
    clip-path: circle(170px at center center);
    animation: flashlight 20s ease-in-out infinite;
    opacity: 0.85;
}

.video-overlay::after {
    width: 28px;
    height: 12px;
    inset: auto;
    left: calc(50% + 58px);
    bottom: 92px;
    background-repeat: no-repeat;
    background-image:
        radial-gradient(circle, var(--scene-0) 50%, transparent 50%),
        radial-gradient(circle, var(--scene-0) 50%, transparent 50%);
    background-size: 11px 11px;
    background-position: left center, right center;
    animation: eyes 20s ease-in-out infinite;
    opacity: 0;
}

.handmade-header.neat {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100% - 32px));
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(10, 18, 28, 0.62), rgba(7, 14, 24, 0.5));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
    z-index: 999;
    animation: headerReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.handmade-header.neat.scrolled {
    padding: 14px 20px;
    background: linear-gradient(180deg, rgba(9, 17, 28, 0.9), rgba(6, 12, 22, 0.84));
    border-color: rgba(110, 194, 255, 0.18);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

.handmade-header .logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--text);
    white-space: nowrap;
    min-width: 0;
}

.logo-mark {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    padding: 4px;
    border-radius: 19px;
    background:
        radial-gradient(circle at 28% 26%, rgba(88, 213, 255, 0.34), transparent 40%),
        radial-gradient(circle at 72% 74%, rgba(255, 157, 87, 0.16), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
        rgba(6, 12, 22, 0.9);
    border: 1px solid rgba(110, 194, 255, 0.28);
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(88, 213, 255, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
    overflow: hidden;
}

.logo-mark::before {
    content: "";
    position: absolute;
    inset: -35%;
    background: radial-gradient(circle, rgba(88, 213, 255, 0.28), transparent 62%);
    opacity: 0.7;
    animation: logoSoftPulse 6s ease-in-out infinite;
}

.logo-mark::after {
    content: "";
    position: absolute;
    inset: 4px;
    z-index: 2;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 18px rgba(88, 213, 255, 0.08);
    pointer-events: none;
}

.logo-mark img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.18);
    filter:
        contrast(1.08)
        saturate(1.08)
        drop-shadow(0 0 14px rgba(88, 213, 255, 0.28));
}

.logo-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    line-height: 0.98;
}

.logo-copy small {
    color: #8fe0ff;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.logo-copy span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: 0.075em;
}

.logo-copy span i {
    font-size: 0.92em;
}

.handmade-header .nav-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.audio-volume-controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.volume-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(110, 194, 255, 0.16);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(7, 14, 24, 0.74);
    color: var(--text);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.volume-btn:hover,
.volume-btn:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(110, 194, 255, 0.34);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(88, 213, 255, 0.08);
    outline: none;
}

.volume-btn i {
    color: var(--primary);
    font-size: 0.95rem;
}

.header-visitor-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: auto;
    min-height: 54px;
    padding: 10px 14px;
    border: 1px solid rgba(110, 194, 255, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(7, 14, 24, 0.74);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    pointer-events: none;
    cursor: default;
}

.header-visitor-badge .visitor-prefix {
    color: var(--muted);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-visitor-badge .visitor-number {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
}

.handmade-header .nav-links a {
    position: relative;
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 500;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.handmade-header .nav-links a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 7px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.handmade-header .nav-links a:hover,
.handmade-header .nav-links a:focus-visible {
    color: var(--text);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
}

.handmade-header .nav-links a:hover::after,
.handmade-header .nav-links a:focus-visible::after {
    transform: scaleX(1);
}

.mobile-menu-btn {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.audio-controls {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    min-width: 168px;
    padding: 10px 14px;
    border: 1px solid rgba(110, 194, 255, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(7, 14, 24, 0.74);
    color: var(--text);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.audio-controls:hover,
.audio-controls:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(110, 194, 255, 0.34);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(88, 213, 255, 0.08);
    outline: none;
}

.audio-controls .audio-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(88, 213, 255, 0.22), rgba(23, 168, 255, 0.08));
    color: var(--primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.audio-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.audio-copy strong {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.audio-copy small {
    color: var(--muted);
    font-size: 0.8rem;
}

.audio-controls.is-playing {
    border-color: rgba(98, 242, 154, 0.34);
    background:
        linear-gradient(180deg, rgba(98, 242, 154, 0.12), rgba(255, 255, 255, 0.03)),
        rgba(7, 14, 24, 0.82);
}

.audio-controls.is-playing .audio-icon {
    background: linear-gradient(135deg, rgba(98, 242, 154, 0.28), rgba(88, 213, 255, 0.18));
    color: var(--success);
}

.audio-controls.is-muted,
.audio-controls.is-idle {
    border-color: rgba(110, 194, 255, 0.18);
}

.audio-controls.is-idle .audio-icon {
    animation: musicPrompt 1.8s ease-in-out infinite;
}

.mobile-menu-btn span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero-section {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: 70px;
    padding-top: 138px;
    padding-bottom: 72px;
    min-height: 100vh;
}

.hero-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
    max-width: 620px;
}

.visitor-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    min-height: 48px;
    padding: 10px 20px;
    border: 1px solid rgba(110, 194, 255, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 30%, rgba(88, 213, 255, 0.28), transparent 62%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
        rgba(7, 14, 24, 0.86);
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(88, 213, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    align-self: flex-start;
    margin-top: 10px;
}

.visitor-number {
    color: var(--text);
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-shadow: 0 0 24px rgba(88, 213, 255, 0.22);
}

.trust-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    border: 1px solid rgba(110, 194, 255, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(8, 16, 26, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    animation: trustPulse 6s ease-in-out infinite;
}

.trust-item:nth-child(2) {
    animation-delay: 1.3s;
}

.trust-item:nth-child(3) {
    animation-delay: 2.6s;
}

.trust-value {
    color: var(--text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.trust-label {
    color: var(--muted);
    font-size: 0.84rem;
}

.hero-content {
    max-width: 700px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border: 1px solid rgba(69, 212, 255, 0.2);
    border-radius: 999px;
    background: rgba(69, 212, 255, 0.1);
    color: #9fe9ff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    animation: badgeDrift 5.8s ease-in-out infinite;
}

.clean-title {
    margin-top: 24px;
    font-size: clamp(3rem, 6vw, 5.45rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-wrap: balance;
    background: linear-gradient(180deg, #ffffff 0%, #dff8ff 58%, #a8dff2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.subtitle {
    margin-top: 24px;
    max-width: 60ch;
    font-size: 1.08rem;
    color: var(--muted);
}

.subtitle strong {
    color: var(--text);
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.feat {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: #d8e7f4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    animation: chipFloat 6s ease-in-out infinite;
}

.feat:nth-child(2) {
    animation-delay: 1.2s;
}

.feat:nth-child(3) {
    animation-delay: 2.4s;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 38px;
}

.hero-visuals {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
}

.hero-visuals::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(88, 213, 255, 0.22), rgba(88, 213, 255, 0.08) 34%, transparent 64%),
        radial-gradient(circle at 30% 30%, rgba(255, 157, 87, 0.18), transparent 42%),
        radial-gradient(circle at 60% 70%, rgba(23, 168, 255, 0.12), transparent 30%);
    filter: blur(10px);
    animation: haloFloat 9s ease-in-out infinite alternate;
}

.ff-radar-card {
    position: relative;
    width: min(100%, 410px);
    padding: 26px;
    border: 1px solid rgba(110, 194, 255, 0.18);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(14, 26, 40, 0.92) 0%, rgba(7, 15, 24, 0.96) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
    z-index: 1;
    transform-style: preserve-3d;
    animation: radarCardGlow 5.8s ease-in-out infinite alternate;
}

.ff-radar-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(140deg, rgba(88, 213, 255, 0.14), transparent 35%),
        linear-gradient(325deg, rgba(255, 157, 87, 0.12), transparent 28%);
    pointer-events: none;
}

.ff-radar-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.ff-radar-card .radar-screen::after {
    animation: screenPulse 4.6s ease-in-out infinite;
}

.radar-header,
.radar-screen,
.radar-stats {
    position: relative;
    z-index: 1;
}

.radar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 1.15rem;
    font-weight: 700;
}

.radar-header i {
    color: var(--primary);
}

.radar-screen {
    position: relative;
    display: grid;
    place-items: center;
    height: 230px;
    border: 1px solid rgba(69, 212, 255, 0.18);
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(69, 212, 255, 0.08), transparent 56%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        linear-gradient(transparent 96%, rgba(255, 255, 255, 0.04) 100%);
}

.radar-screen::before,
.radar-screen::after {
    content: "";
    position: absolute;
    inset: 0;
}

.radar-screen::before {
    background-image:
        linear-gradient(rgba(69, 212, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(69, 212, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.55;
}

.radar-screen::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.04));
}

.crosshair-spin {
    position: absolute;
    width: 170px;
    height: 170px;
    border: 2px dashed rgba(69, 212, 255, 0.42);
    border-radius: 50%;
    animation: spin 12s linear infinite;
}

.crosshair-spin::before,
.crosshair-spin::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(69, 212, 255, 0.75), transparent);
}

.crosshair-spin::before {
    top: 50%;
    left: -18px;
    right: -18px;
    height: 1px;
}

.crosshair-spin::after {
    left: 50%;
    top: -18px;
    bottom: -18px;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, rgba(69, 212, 255, 0.75), transparent);
}

.radar-scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 56px;
    background: linear-gradient(180deg, transparent, rgba(69, 212, 255, 0.22), transparent);
    filter: blur(2px);
    animation: scan 3.4s linear infinite;
}

.target-locked {
    position: relative;
    display: grid;
    place-items: center;
    gap: 12px;
    color: #ffb0b8;
    text-align: center;
}

.target-locked i {
    font-size: 3.2rem;
    color: var(--danger);
    filter: drop-shadow(0 0 18px rgba(255, 107, 122, 0.3));
}

.target-locked span {
    padding: 8px 14px;
    border: 1px solid rgba(255, 107, 122, 0.24);
    border-radius: 999px;
    background: rgba(255, 107, 122, 0.1);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.radar-stats {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.r-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
}

.r-stat .label {
    color: var(--muted);
    font-size: 0.93rem;
}

.r-stat .value.safe {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--success);
    font-size: 0.92rem;
    font-weight: 700;
}

.holo-projector {
    position: absolute;
    bottom: 28px;
    width: 280px;
    height: 50px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(69, 212, 255, 0.35), rgba(69, 212, 255, 0.08) 42%, transparent 70%);
    filter: blur(2px);
    opacity: 0.9;
    animation: projectorPulse 4.2s ease-in-out infinite;
}

.holo-projector::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: -200px;
    height: 220px;
    background: linear-gradient(180deg, rgba(69, 212, 255, 0.02), rgba(69, 212, 255, 0.15), transparent);
    clip-path: polygon(18% 100%, 82% 100%, 64% 0, 36% 0);
    filter: blur(1px);
    opacity: 0.75;
    animation: beamBreath 3.2s ease-in-out infinite;
}

.products-section,
.manager-section,
#contact {
    padding-bottom: 88px;
}

.products-section {
    padding-top: 28px;
}

.section-title.clean-text {
    position: relative;
    margin-bottom: 54px;
    text-align: center;
    font-size: clamp(2.1rem, 3.6vw, 3.35rem);
    font-weight: 700;
    color: var(--text);
    text-shadow: 0 0 28px rgba(88, 213, 255, 0.08);
}

.section-title.clean-text::after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    box-shadow: 0 12px 30px rgba(69, 212, 255, 0.18);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.products-section,
.manager-section,
#contact {
    position: relative;
    --section-glow: 0;
}

.products-section::before,
.manager-section::before,
#contact::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
        linear-gradient(120deg, rgba(88, 213, 255, 0.045), transparent 35%, transparent 70%, rgba(255, 157, 87, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
    z-index: -1;
}

.products-section::after,
.manager-section::after,
#contact::after {
    content: "";
    position: absolute;
    inset: -86px -42px;
    z-index: -2;
    pointer-events: none;
    opacity: var(--section-glow, 0);
    background:
        radial-gradient(circle at 50% 12%, rgba(88, 213, 255, 0.16), transparent 0 34%),
        radial-gradient(circle at 78% 70%, rgba(255, 157, 87, 0.1), transparent 0 32%);
    filter: blur(4px);
    transform: translateY(calc((1 - var(--section-glow, 0)) * 24px));
}

.glow-card {
    position: relative;
    min-height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(11, 24, 37, 0.94), rgba(6, 14, 23, 0.98));
    border: 1px solid rgba(110, 194, 255, 0.12);
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    contain: layout paint;
}

.glow-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(88, 213, 255, 0.16), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 157, 87, 0.14), transparent 26%),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.08));
    opacity: 0.9;
    pointer-events: none;
}

.glow-card::after {
    content: "";
    position: absolute;
    top: -30%;
    left: -120%;
    width: 70%;
    height: 160%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    transform: rotate(18deg);
    pointer-events: none;
    opacity: 0;
}

.glow-card:hover::after {
    animation: cardSweep 1.2s ease-out 1;
}

.glow-card:hover {
    transform: translateY(-8px);
    border-color: rgba(88, 213, 255, 0.28);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(88, 213, 255, 0.08);
}

.glow-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 24px 24px;
}

.card-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.card-subtitle {
    min-height: 68px;
    color: var(--muted);
    font-size: 0.98rem;
}

.card-divider {
    margin: 22px 0 18px;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(69, 212, 255, 0.38), rgba(255, 255, 255, 0.05));
}

.card-features {
    display: grid;
    gap: 12px;
    list-style: none;
    margin-bottom: 26px;
    color: #dbe8f4;
}

.card-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
}

.card-features i {
    margin-top: 3px;
    color: var(--primary);
    filter: drop-shadow(0 0 8px rgba(88, 213, 255, 0.3));
}

.glow-card .cta-button {
    margin-top: auto;
}

.team-profiles-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.glassmorphism,
.team-profile,
.support-banner {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
        rgba(8, 16, 26, 0.8);
    border: 1px solid rgba(110, 194, 255, 0.12);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.team-profile {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 28px;
    border-radius: 28px;
    contain: layout paint;
}

.team-profile:hover {
    border-color: rgba(110, 194, 255, 0.2);
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(88, 213, 255, 0.06);
}

.profile-image {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.profile-image::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: conic-gradient(from 180deg, rgba(69, 212, 255, 0.65), rgba(255, 138, 61, 0.2), rgba(69, 212, 255, 0.65));
    filter: blur(8px);
    opacity: 0.8;
    animation: orbitGlow 8s linear infinite;
}

.profile-image::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(69, 212, 255, 0.3);
    border-radius: 50%;
}

.profile-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-info h3 {
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 1;
}

.profile-role {
    color: #9fe9ff;
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.profile-info p {
    color: var(--muted);
}

.profile-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 11px 18px;
    border: 1px solid rgba(88, 101, 242, 0.28);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.18), rgba(88, 101, 242, 0.08));
    color: #eef2ff;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 24px rgba(24, 32, 72, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.social-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.28), rgba(88, 101, 242, 0.12));
    border-color: rgba(88, 101, 242, 0.46);
    box-shadow: 0 18px 30px rgba(24, 32, 72, 0.28), 0 0 0 1px rgba(88, 101, 242, 0.08);
}

.support-banner {
    padding: 40px 34px;
    border-radius: 30px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        linear-gradient(130deg, rgba(88, 213, 255, 0.08), transparent 38%, transparent 70%, rgba(255, 157, 87, 0.08)),
        rgba(7, 15, 24, 0.88);
}

.support-banner h3 {
    font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.support-banner p {
    max-width: 720px;
    margin: 12px auto 0;
    color: var(--muted);
}

.support-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
}

.cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    isolation: isolate;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
    overflow: hidden;
}

.cta-button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
    opacity: 0.75;
    pointer-events: none;
}

.cta-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 38%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: skewX(-24deg);
    transition: left 0.45s ease;
    pointer-events: none;
}

.cta-button.primary {
    border: 1px solid rgba(88, 213, 255, 0.28);
    background:
        linear-gradient(135deg, rgba(88, 213, 255, 0.28), rgba(23, 168, 255, 0.16) 56%, rgba(255, 157, 87, 0.12));
    color: var(--text);
    box-shadow: 0 20px 34px rgba(23, 168, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cta-button.primary:hover {
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(88, 213, 255, 0.46);
    background:
        linear-gradient(135deg, rgba(88, 213, 255, 0.38), rgba(23, 168, 255, 0.2) 52%, rgba(255, 157, 87, 0.24));
    box-shadow: 0 26px 44px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(88, 213, 255, 0.08);
}

.cta-button:hover::after {
    left: 115%;
}

.cta-button.primary:active {
    transform: translateY(0) scale(0.985);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.24);
}

.cta-button:focus-visible,
.social-btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(3, 9, 16, 0.95),
        0 0 0 5px rgba(88, 213, 255, 0.34),
        0 18px 34px rgba(0, 0, 0, 0.24);
}

.cta-button.small {
    min-height: 46px;
    padding: 11px 18px;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.blur-btn {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background:
        linear-gradient(135deg, rgba(88, 213, 255, 0.22), rgba(23, 168, 255, 0.14) 55%, rgba(255, 157, 87, 0.1));
    box-shadow: 0 16px 28px rgba(6, 17, 30, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-discord {
    border-color: rgba(88, 101, 242, 0.34);
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.34), rgba(88, 101, 242, 0.14));
    box-shadow: 0 20px 34px rgba(88, 101, 242, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.btn-whatsapp {
    border-color: rgba(37, 211, 102, 0.34);
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.3), rgba(18, 140, 126, 0.12));
    box-shadow: 0 20px 34px rgba(37, 211, 102, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.btn-youtube {
    border-color: rgba(255, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.28), rgba(204, 0, 0, 0.14));
    box-shadow: 0 20px 34px rgba(255, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.btn-telegram {
    border-color: rgba(0, 136, 204, 0.32);
    background: linear-gradient(135deg, rgba(0, 136, 204, 0.28), rgba(0, 102, 153, 0.12));
    box-shadow: 0 20px 34px rgba(0, 136, 204, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.btn-facebook {
    border-color: rgba(24, 119, 242, 0.32);
    background: linear-gradient(135deg, rgba(24, 119, 242, 0.3), rgba(15, 98, 204, 0.14));
    box-shadow: 0 20px 34px rgba(24, 119, 242, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fade-up,
.fade-in,
.glow-card,
.team-profile,
.review-box,
.stat-card {
    opacity: 0;
}

.review-card,
.review-box,
.stat-card {
    display: none;
}

.custom-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: min(360px, calc(100% - 32px));
    padding: 14px 18px;
    border: 1px solid rgba(69, 212, 255, 0.18);
    border-left: 4px solid var(--primary);
    border-radius: 16px;
    background: rgba(8, 16, 26, 0.92);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateY(14px);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
    z-index: 10000;
}

.custom-toast.show {
    transform: translateY(0);
    opacity: 1;
}

.custom-toast i {
    color: var(--primary);
}

.custom-toast.error {
    border-left-color: var(--danger);
}

.custom-toast.error i {
    color: var(--danger);
}

.custom-toast.success {
    border-left-color: var(--success);
}

.custom-toast.success i {
    color: var(--success);
}

.fa-anim-2s {
    --fa-animation-duration: 2s;
}

.fa-anim-3s {
    --fa-animation-duration: 3s;
}

.fa-anim-4s {
    --fa-animation-duration: 4s;
}

.fa-anim-6s {
    --fa-animation-duration: 6s;
}

.mr-5 {
    margin-right: 5px;
}

.mr-8 {
    margin-right: 8px;
}

.text-primary {
    color: var(--primary);
}

.img-cover {
    object-fit: cover !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes logoSoftPulse {
    0%,
    100% {
        transform: scale(0.94);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.82;
    }
}

@keyframes trustPulse {
    0%,
    100% {
        border-color: rgba(110, 194, 255, 0.12);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }
    50% {
        border-color: rgba(110, 194, 255, 0.26);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 24px rgba(88, 213, 255, 0.08);
    }
}

@keyframes headerReveal {
    0% {
        opacity: 0;
        transform: translate(-50%, -18px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}

@keyframes badgeDrift {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 10px 24px rgba(88, 213, 255, 0.08);
    }
    50% {
        transform: translateY(-6px);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 30px rgba(88, 213, 255, 0.14);
    }
}

@keyframes chipFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes scan {
    0% {
        top: -56px;
        opacity: 0;
    }
    10%,
    90% {
        opacity: 1;
    }
    100% {
        top: calc(100% + 10px);
        opacity: 0;
    }
}

@keyframes radarCardGlow {
    0% {
        box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.06);
        border-color: rgba(110, 194, 255, 0.18);
    }
    100% {
        box-shadow: 0 36px 90px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(88, 213, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08);
        border-color: rgba(110, 194, 255, 0.28);
    }
}

@keyframes screenPulse {
    0%,
    100% {
        opacity: 0.72;
    }
    50% {
        opacity: 1;
    }
}

@keyframes haloFloat {
    0% {
        transform: translate3d(-10px, -8px, 0) scale(0.98);
    }
    100% {
        transform: translate3d(18px, 18px, 0) scale(1.04);
    }
}

@keyframes projectorPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.82;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes beamBreath {
    0%,
    100% {
        opacity: 0.45;
    }
    50% {
        opacity: 0.82;
    }
}

@keyframes sectionGlowShift {
    0% {
        opacity: 0.72;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(8px);
    }
}

@keyframes cardSweep {
    0%,
    100% {
        left: -120%;
        opacity: 0;
    }
    18% {
        opacity: 0;
    }
    45% {
        left: 140%;
        opacity: 0.55;
    }
    60% {
        opacity: 0;
    }
}

@keyframes profileCardGlow {
    0% {
        box-shadow: var(--shadow-md);
        border-color: rgba(110, 194, 255, 0.12);
    }
    100% {
        box-shadow: 0 28px 58px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(88, 213, 255, 0.06);
        border-color: rgba(110, 194, 255, 0.2);
    }
}

@keyframes orbitGlow {
    to {
        transform: rotate(360deg);
    }
}

@keyframes supportPulse {
    0%,
    100% {
        box-shadow: var(--shadow-md);
    }
    50% {
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(88, 213, 255, 0.06);
    }
}

@keyframes ambientFloatOne {
    0% {
        transform: translate3d(
            calc(var(--bg-x, 0px) - 12px),
            calc(var(--bg-y, 0px) - 10px + (var(--bg-scroll, 0) * 14px)),
            0
        ) scale(0.98);
    }
    100% {
        transform: translate3d(
            calc(var(--bg-x, 0px) + 18px),
            calc(var(--bg-y, 0px) + 22px + (var(--bg-scroll, 0) * 18px)),
            0
        ) scale(1.06);
    }
}

@keyframes ambientFloatTwo {
    0% {
        transform: translate3d(
            calc(var(--bg-x, 0px) + 10px),
            calc(var(--bg-y, 0px) + 12px - (var(--bg-scroll, 0) * 12px)),
            0
        ) scale(1);
    }
    100% {
        transform: translate3d(
            calc(var(--bg-x, 0px) - 24px),
            calc(var(--bg-y, 0px) - 18px - (var(--bg-scroll, 0) * 16px)),
            0
        ) scale(1.08);
    }
}

@keyframes gridDrift {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(60px, 40px, 0);
    }
}

@keyframes brandAuraFloat {
    0% {
        transform: translate3d(
            calc(var(--bg-x, 0px) * 0.35),
            calc(var(--bg-y, 0px) * 0.35 + (var(--bg-scroll, 0) * 12px)),
            0
        ) scale(1);
        opacity: 0.14;
    }
    100% {
        transform: translate3d(
            calc(var(--bg-x, 0px) * -0.35),
            calc(var(--bg-y, 0px) * -0.2 + 16px + (var(--bg-scroll, 0) * 16px)),
            0
        ) scale(1.05);
        opacity: 0.22;
    }
}

@keyframes musicPrompt {
    0%,
    100% {
        transform: scale(1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }
    50% {
        transform: scale(1.08);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 0 8px rgba(88, 213, 255, 0.08);
    }
}

@keyframes flashlight {
    0% {
        clip-path: circle(170px at -25% 10%);
    }
    38% {
        clip-path: circle(170px at 60% 20%);
    }
    39% {
        opacity: 0.85;
        clip-path: circle(170px at 60% 86%);
    }
    40% {
        opacity: 0;
        clip-path: circle(170px at 60% 86%);
    }
    41% {
        opacity: 0.85;
        clip-path: circle(170px at 60% 86%);
    }
    42% {
        opacity: 0;
        clip-path: circle(170px at 60% 86%);
    }
    54% {
        opacity: 0;
        clip-path: circle(170px at 60% 86%);
    }
    55% {
        opacity: 0.85;
        clip-path: circle(170px at 60% 86%);
    }
    59% {
        opacity: 0.85;
        clip-path: circle(170px at 60% 86%);
    }
    64% {
        clip-path: circle(170px at 45% 78%);
    }
    68% {
        clip-path: circle(170px at 85% 89%);
    }
    72% {
        clip-path: circle(170px at 60% 86%);
    }
    74% {
        clip-path: circle(170px at 60% 86%);
    }
    100% {
        clip-path: circle(170px at 150% 50%);
    }
}

@keyframes eyes {
    0%,
    38% {
        opacity: 0;
    }
    39%,
    41% {
        opacity: 1;
        transform: scaleY(1);
    }
    40% {
        transform: scaleY(0);
        filter: none;
        background-image:
            radial-gradient(circle, var(--scene-0) 50%, transparent 50%),
            radial-gradient(circle, var(--scene-0) 50%, transparent 50%);
    }
    41% {
        transform: scaleY(1);
        background-image:
            radial-gradient(circle, #ff2d2d 50%, transparent 50%),
            radial-gradient(circle, #ff2d2d 50%, transparent 50%);
        filter: drop-shadow(0 0 4px rgba(255, 134, 134, 0.95));
    }
    42%,
    100% {
        opacity: 0;
    }
}

@media (max-width: 1100px) {
    .hero-section {
        grid-template-columns: 1fr;
        gap: 44px;
        padding-top: 132px;
    }

    .hero-content {
        max-width: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .subtitle {
        max-width: 62ch;
    }

    .features-list,
    .hero-actions {
        justify-content: center;
    }

    .hero-visuals {
        min-height: 460px;
    }

    .team-profiles-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .wrapper {
        width: min(var(--container), calc(100% - 30px));
    }

    .handmade-header.neat,
    .handmade-header.neat.scrolled {
        top: 12px;
        width: calc(100% - 20px);
        padding: 12px 14px;
        border-radius: 18px;
    }

    .handmade-header .logo {
        min-width: 0;
    }

    .mobile-menu-btn {
        display: inline-flex;
        flex-shrink: 0;
    }

    .logo-mark {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        padding: 3px;
        border-radius: 16px;
    }

    .logo-mark::after,
    .logo-mark img {
        border-radius: 13px;
    }

    .logo-copy span {
        font-size: 1.02rem;
        letter-spacing: 0.06em;
    }

    .logo-copy small {
        font-size: 0.62rem;
        letter-spacing: 0.16em;
    }

    .header-actions {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .audio-volume-controls {
        gap: 6px;
    }

    .volume-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .header-visitor-badge {
        min-height: 48px;
        padding: 9px 12px;
        border-radius: 16px;
    }

    .header-visitor-badge .visitor-prefix {
        font-size: 0.72rem;
    }

    .header-visitor-badge .visitor-number {
        font-size: 1.05rem;
    }

    .audio-controls {
        min-width: 0;
        padding: 10px 12px;
    }

    .audio-volume-controls {
        order: 3;
    }

    .handmade-header .nav-links {
        position: fixed;
        top: 76px;
        left: 10px;
        right: 10px;
        display: grid;
        gap: 10px;
        padding: 16px;
        border: 1px solid rgba(130, 190, 255, 0.14);
        border-radius: 22px;
        background: rgba(8, 15, 24, 0.94);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: 0 24px 45px rgba(0, 0, 0, 0.32);
        transform: translateY(-18px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }

    .handmade-header .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .handmade-header .nav-links a {
        padding: 14px 16px;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 14px;
    }

    .handmade-header .nav-links a::after {
        display: none;
    }
}

@media (max-width: 720px) {
    .handmade-header.neat,
    .handmade-header.neat.scrolled {
        padding: 10px 12px;
        gap: 12px;
    }

    .header-actions {
        gap: 8px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .header-visitor-badge {
        display: none;
    }

    .audio-volume-controls {
        display: none;
    }

    .audio-controls {
        min-height: 46px;
        min-width: 0;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .audio-controls .audio-icon {
        width: 30px;
        height: 30px;
    }

    .mobile-menu-btn {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .hero-section {
        gap: 22px;
        padding-top: 104px;
        padding-bottom: 42px;
        min-height: auto;
    }

    .hero-content {
        gap: 6px;
        width: 100%;
    }

    .clean-title {
        font-size: clamp(2.2rem, 10.5vw, 3.4rem);
        line-height: 1.02;
    }

    .subtitle {
        font-size: 0.94rem;
    }

    .badge {
        max-width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 0.78rem;
        padding: 9px 14px;
    }

    .features-list {
        gap: 10px;
        margin-top: 24px;
    }

    .feat {
        width: 100%;
        justify-content: flex-start;
        padding: 11px 14px;
        border-radius: 16px;
        font-size: 0.92rem;
    }

    .feat,
    .hero-actions .cta-button,
    .support-actions .cta-button {
        width: 100%;
    }

    .hero-actions,
    .support-actions {
        flex-direction: column;
    }

    .hero-visuals {
        display: none;
    }

    .hero-trust-strip {
        width: 100%;
        max-width: 420px;
        grid-template-columns: 1fr;
    }

    .trust-item {
        padding: 14px 16px;
    }

    .ff-radar-card {
        width: min(100%, 420px);
        padding: 20px;
    }

    .radar-header {
        font-size: 1rem;
    }

    .radar-screen {
        height: 200px;
    }

    .crosshair-spin {
        width: 146px;
        height: 146px;
    }

    .target-locked i {
        font-size: 2.7rem;
    }

    .target-locked span {
        font-size: 0.8rem;
    }

    .r-stat {
        padding: 12px 14px;
    }

    .audio-controls {
        min-width: 48px;
        width: 48px;
        height: 48px;
        min-height: 48px;
        padding: 0;
        justify-content: center;
        border-radius: 14px;
    }

    .audio-controls .audio-icon {
        width: 32px;
        height: 32px;
    }

    .audio-copy {
        display: none;
    }

    .header-visitor-badge {
        min-height: 44px;
        padding: 8px 10px;
        gap: 8px;
    }

    .header-visitor-badge .visitor-prefix {
        font-size: 0.68rem;
    }

    .header-visitor-badge .visitor-number {
        font-size: 0.98rem;
    }

    .team-profile {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 20px;
    }

    .visitor-section {
        padding-top: 10px;
        padding-bottom: 54px;
    }

    .visitor-badge {
        min-width: 80px;
        min-height: 42px;
        padding: 8px 16px;
    }

    .visitor-number {
        font-size: clamp(1.15rem, 7vw, 1.5rem);
    }

    .profile-socials {
        justify-content: center;
    }

    .support-banner {
        padding: 30px 20px;
    }

    .products-section,
    .manager-section,
    #contact,
    .visitor-section {
        padding-bottom: 54px;
    }

    .section-title.clean-text {
        margin-bottom: 26px;
        font-size: clamp(1.6rem, 7.2vw, 2.25rem);
    }

    .glow-card-content,
    .support-banner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .card-title {
        font-size: 1.3rem;
    }

    .card-subtitle,
    .profile-info p,
    .support-banner p {
        font-size: 0.9rem;
    }

    .team-profile {
        gap: 16px;
    }

    .profile-info h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .wrapper {
        width: calc(100% - 24px);
    }

    .bg-brand-aura {
        background-size: 260px;
        opacity: 0.12;
    }

    .badge {
        font-size: 0.82rem;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .glow-card-content {
        padding: 16px 12px 14px;
    }

    .card-title {
        font-size: 1.05rem;
    }

    .card-subtitle {
        font-size: 0.8rem;
        min-height: 0;
    }

    .card-features {
        gap: 6px;
        margin-bottom: 14px;
    }

    .card-features li {
        font-size: 0.74rem;
        gap: 6px;
    }

    .glow-card .cta-button {
        min-height: 40px;
        padding: 9px 10px;
        font-size: 0.72rem;
    }

    .hero-section {
        gap: 24px;
    }

    .hero-visuals {
        min-height: 286px;
    }

    .hero-visuals::before {
        width: 290px;
        height: 290px;
    }

    .ff-radar-card {
        padding: 18px;
    }

    .radar-screen {
        height: 182px;
    }

    .crosshair-spin {
        width: 130px;
        height: 130px;
    }

    .profile-image {
        width: 150px;
        height: 150px;
    }

    .custom-toast {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
