.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: all 1.5s ease-in-out;
}

body.loading .hero .hero-content,
body.loading .features,
body.loading .products,
body.loading .support,
body.loading .footer {
    display: none;
}

body.loading .hero {
    display: block;
    background: #000000;
    min-height: 100vh;
}

.loading-screen.hidden {
    opacity: 0;
    transform: scale(0.1) translateY(-50px);
    pointer-events: none;
}

.loading-screen.zooming {
    opacity: 0.8;
}

.loading-screen.zooming .loading-dots {
    position: relative;
    z-index: 10;
    transform: scale(1);
    animation: dotPulse 1.5s ease-in-out infinite, dotGlow 2s ease-in-out infinite;
}

@keyframes dotGlow {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
    }
}

.loading-logo {
    margin-bottom: 3rem;
    animation: logoFloat 2s ease-in-out infinite;
    position: relative;
    z-index: 5;
}

.loading-logo-image {
    max-width: 600px;
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
    transition: all 2s ease-in-out;
}

.loading-dots {
    display: flex;
    gap: 1rem;
    animation: dotPulse 1.5s ease-in-out infinite;
}

.dot {
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    animation: dotPulse 1.5s ease-in-out infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes logoFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes logoZoomIntoText {
    0% { transform: scale(1) translateY(0px); opacity: 1; }
    1.4% { transform: scale(1.2) translateY(0px); opacity: 0.99; }
    2.8% { transform: scale(1.5) translateY(0px); opacity: 0.98; }
    4.2% { transform: scale(1.8) translateY(0px); opacity: 0.97; }
    5.6% { transform: scale(2.2) translateY(0px); opacity: 0.96; }
    6.9% { transform: scale(2.7) translateY(0px); opacity: 0.95; }
    8.3% { transform: scale(3.3) translateY(0px); opacity: 0.94; }
    9.7% { transform: scale(4.0) translateY(0px); opacity: 0.93; }
    11.1% { transform: scale(4.8) translateY(0px); opacity: 0.92; }
    12.5% { transform: scale(5.8) translateY(0px); opacity: 0.91; }
    13.9% { transform: scale(7.0) translateY(0px); opacity: 0.90; }
    15.3% { transform: scale(8.5) translateY(0px); opacity: 0.89; }
    16.7% { transform: scale(10.2) translateY(0px); opacity: 0.88; }
    18.1% { transform: scale(12.3) translateY(0px); opacity: 0.87; }
    19.4% { transform: scale(14.8) translateY(0px); opacity: 0.86; }
    20.8% { transform: scale(17.8) translateY(0px); opacity: 0.85; }
    22.2% { transform: scale(21.4) translateY(0px); opacity: 0.84; }
    23.6% { transform: scale(25.7) translateY(0px); opacity: 0.83; }
    25% { transform: scale(30.9) translateY(0px); opacity: 0.82; }
    26.4% { transform: scale(37.1) translateY(0px); opacity: 0.81; }
    27.8% { transform: scale(44.5) translateY(0px); opacity: 0.80; }
    29.2% { transform: scale(53.4) translateY(0px); opacity: 0.79; }
    30.6% { transform: scale(64.1) translateY(0px); opacity: 0.78; }
    31.9% { transform: scale(76.9) translateY(0px); opacity: 0.77; }
    33.3% { transform: scale(92.3) translateY(0px); opacity: 0.76; }
    34.7% { transform: scale(110.8) translateY(0px); opacity: 0.75; }
    36.1% { transform: scale(133.0) translateY(0px); opacity: 0.74; }
    37.5% { transform: scale(159.6) translateY(0px); opacity: 0.73; }
    38.9% { transform: scale(191.5) translateY(0px); opacity: 0.72; }
    40.3% { transform: scale(229.8) translateY(0px); opacity: 0.71; }
    41.7% { transform: scale(275.8) translateY(0px); opacity: 0.70; }
    43.1% { transform: scale(330.9) translateY(0px); opacity: 0.69; }
    44.4% { transform: scale(397.1) translateY(0px); opacity: 0.68; }
    45.8% { transform: scale(476.5) translateY(0px); opacity: 0.67; }
    47.2% { transform: scale(571.8) translateY(0px); opacity: 0.66; }
    48.6% { transform: scale(686.2) translateY(0px); opacity: 0.65; }
    50% { transform: scale(823.4) translateY(0px); opacity: 0.64; }
    51.4% { transform: scale(988.1) translateY(0px); opacity: 0.63; }
    52.8% { transform: scale(1185.7) translateY(0px); opacity: 0.62; }
    54.2% { transform: scale(1422.8) translateY(0px); opacity: 0.61; }
    55.6% { transform: scale(1707.4) translateY(0px); opacity: 0.60; }
    56.9% { transform: scale(2048.9) translateY(0px); opacity: 0.59; }
    58.3% { transform: scale(2458.7) translateY(0px); opacity: 0.58; }
    59.7% { transform: scale(2950.4) translateY(0px); opacity: 0.57; }
    61.1% { transform: scale(3540.5) translateY(0px); opacity: 0.56; }
    62.5% { transform: scale(4248.6) translateY(0px); opacity: 0.55; }
    63.9% { transform: scale(5098.3) translateY(0px); opacity: 0.54; }
    65.3% { transform: scale(6118.0) translateY(0px); opacity: 0.53; }
    66.7% { transform: scale(7341.6) translateY(0px); opacity: 0.52; }
    68.1% { transform: scale(8810.0) translateY(0px); opacity: 0.51; }
    69.4% { transform: scale(10572.0) translateY(0px); opacity: 0.50; }
    70.8% { transform: scale(12686.4) translateY(0px); opacity: 0.49; }
    72.2% { transform: scale(15223.7) translateY(0px); opacity: 0.48; }
    73.6% { transform: scale(18268.4) translateY(0px); opacity: 0.47; }
    75% { transform: scale(21922.1) translateY(0px); opacity: 0.46; }
    76.4% { transform: scale(26286.5) translateY(0px); opacity: 0.45; }
    77.8% { transform: scale(31543.8) translateY(0px); opacity: 0.44; }
    79.2% { transform: scale(37852.6) translateY(0px); opacity: 0.43; }
    80.6% { transform: scale(45423.1) translateY(0px); opacity: 0.42; }
    81.9% { transform: scale(54507.7) translateY(0px); opacity: 0.41; }
    83.3% { transform: scale(65409.2) translateY(0px); opacity: 0.40; }
    84.7% { transform: scale(78491.0) translateY(0px); opacity: 0.39; }
    86.1% { transform: scale(94189.2) translateY(0px); opacity: 0.38; }
    87.5% { transform: scale(113027.0) translateY(0px); opacity: 0.37; }
    88.9% { transform: scale(135632.4) translateY(0px); opacity: 0.36; }
    90.3% { transform: scale(162758.9) translateY(0px); opacity: 0.35; }
    91.7% { transform: scale(195310.7) translateY(0px); opacity: 0.34; }
    93.1% { transform: scale(234372.8) translateY(0px); opacity: 0.33; }
    94.4% { transform: scale(281247.4) translateY(0px); opacity: 0.32; }
    95.8% { transform: scale(337496.9) translateY(0px); opacity: 0.31; }
    97.2% { transform: scale(404996.3) translateY(0px); opacity: 0.30; }
    98.6% { transform: scale(485995.6) translateY(0px); opacity: 0.29; }
    100% { transform: scale(583194.7) translateY(0px); opacity: 0.28; }
}

@keyframes dotPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .loading-logo-image {
        max-width: 400px;
    }
    
    .loading-logo {
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .loading-logo-image {
        max-width: 300px;
    }
}

#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #000000;
    z-index: 10001;
    transition: width 0.1s linear;
}

.btn.btn-primary {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.btn.btn-primary::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #ff00f2 0%,
        #db00d0 25%,
        #500049 50%,
        #2c002a 75%,
        #000000 100%
    );
    border-radius: 8px;
    z-index: -1;
    opacity: 0.6;
    animation: buttonPearlShimmer 3s ease-in-out infinite;
}

.btn.btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    width: 40%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255,255,255,0.0), rgba(255,255,255,0.6), rgba(255,255,255,0.0));
    transform: translateX(-100%) rotate(20deg);
}

.btn.btn-primary:hover::after {
    animation: buttonShine 800ms ease-in-out;
}

.btn.btn-primary:hover::before {
    opacity: 1;
    animation: buttonPearlShimmer 1s ease-in-out infinite;
}

@keyframes buttonShine { 
    to { transform: translateX(300%) rotate(20deg); } 
}

@keyframes buttonPearlShimmer {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.feature-card { transform: translateY(0); }
.feature-card:hover { transform: translateY(-6px); }

.section-header { 
    opacity: 0; 
    transform: translateY(20px); 
    transition: all .6s ease; 
    position: relative;
    z-index: 10;
    padding: 2rem;
    background: linear-gradient(135deg, 
        rgba(255, 0, 179, 0.1) 0%,
        rgba(129, 0, 101, 0.1) 50%,
        rgba(36, 0, 31, 0.1) 100%
    );
    border-radius: 20px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.section-header.is-visible { opacity: 1; transform: translateY(0); }

.section-header::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #ff00ff 0%,
        #cd00d4 25%,
        #7e0077 50%,
        #44003e 75%,
        #000000 100%
    );
    border-radius: 22px;
    z-index: -1;
    opacity: 0.4;
    animation: pearlShimmer 5s ease-in-out infinite;
}

.section-header::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, 
        rgba(255, 0, 179, 0.2) 0%,
        rgba(126, 0, 131, 0.2) 30%,
        rgba(66, 0, 57, 0.2) 60%,
        rgba(0, 0, 0, 0.2) 100%
    );
    border-radius: 21px;
    z-index: -1;
    opacity: 0.3;
    animation: pearlShimmer 5s ease-in-out infinite reverse;
}

@keyframes pearlShimmer {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.product-badge { position: absolute; overflow: hidden; }
.product-badge::after {
    content: '';
    position: absolute; inset: 0; transform: translateX(-120%);
    background: linear-gradient(120deg, rgba(255,255,255,0), rgba(255,255,255,.7), rgba(255,255,255,0));
}
.product-card:hover .product-badge::after { animation: shimmer 1.2s ease; }
@keyframes shimmer { to { transform: translateX(120%); } }

.product-image { perspective: 600px; }
.product-img { transition: transform 200ms ease; transform-style: preserve-3d; }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    background: #000000;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #000000;
    color: #ff00b3;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #92008b;
    z-index: 10000;
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
}

.brand-icon {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.brand-text {
    color: #ffffff;
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
}

.nav-link:hover {
    color: #9900a7;
    border-bottom-color: #54005f;
}

.nav-icon {
    width: 18px;
    height: 18px;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #e400b2;
    font-size: 1.5rem;
    cursor: pointer;
}

.nav-toggle-icon {
    width: 24px;
    height: 24px;
}

@keyframes dotGridMove {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 15px 15px;
    }
}

@keyframes dotGridPulse {
    0%, 100% {
        background-image: radial-gradient(circle, #000000 0.5px, transparent 0.5px);
    }
    50% {
        background-image: radial-gradient(circle, #000000 0.3px, transparent 0.3px);
    }
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #000000;
    position: relative;
    overflow: hidden;
}






.variant-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.variant-modal.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


.variant-modal-content {
    background: #000000;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(255, 255, 255, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    border: 2px solid #ff00c8;
}

.variant-modal-header {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #ff00d4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.variant-modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff00aa;
    margin: 0;
}

.variant-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.variant-modal-close:hover {
    background: #333333;
}

.close-icon {
    width: 20px;
    height: 20px;
    color: #ffffff;
}

.variant-modal-body {
    padding: 2rem;
}

.variant-modal-description {
    color: #c900ae;
    margin-bottom: 1.5rem;
    text-align: center;
}

.variant-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.variant-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border: 2px solid #ff00ea;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: #000000;
}

.variant-option:hover {
    border-color: #ff00ea;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
    background: #111111;
}

.variant-option.selected {
    border-color: #ff00d4;
    background: #222222;
}

.variant-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.variant-name {
    font-weight: bold;
    color: #ec00ec;
    font-size: 1.1rem;
}

.variant-desc {
    color: #cccccc;
    font-size: 0.9rem;
}

.variant-price {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.2rem;
}

.variant-badge {
    position: absolute;
    top: -8px;
    right: 1rem;
    background: #00ff00;
    color: #000000;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.variant-badge.premium {
    background: #000000;
    color: #ffffff;
}


.content-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #000000;
}


.hero-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 10;
    flex: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #667eea;
    animation: typing 1.8s steps(18, end), blink-caret 0.75s step-end 1.8s, show-text 0.1s 1.8s forwards;
    width: 0;
}

.hero-title::before,
.hero-title::after {
    opacity: 1;
    animation: pearlShimmer 3s ease-in-out infinite;
}

.hero-subtitle {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #667eea;
    animation: typing 1.2s steps(15, end) 2s, blink-caret 0.75s step-end 3.2s, show-text 0.1s 3.2s forwards;
    animation-fill-mode: both;
    width: 0;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes show-text {
    to { 
        width: 100%; 
        overflow: visible;
        white-space: normal;
        border-right: none;
    }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #667eea; }
}

.hero-title::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(45deg, 
        #ff00ea 0%,
        #d400a6 25%,
        #7c0076 50%,
        #3d003d 75%,
        #000000 100%
    );
    border-radius: 12px;
    z-index: -1;
    opacity: 0.4;
    animation: pearlShimmer 6s ease-in-out infinite;
}

.hero-title::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, 
        rgba(255, 0, 255, 0.2) 0%,
        rgba(108, 0, 122, 0.2) 30%,
        rgba(56, 0, 51, 0.2) 60%,
        rgba(0, 0, 0, 0.2) 100%
    );
    border-radius: 10px;
    z-index: -1;
    opacity: 0.3;
    animation: pearlShimmer 6s ease-in-out infinite reverse;
}


.hero-subtitle {
    display: block;
    font-size: 2rem;
    color: #bd00b3;
    margin-top: 0.5rem;
    opacity: 0.8;
}

.hero-description {
    font-size: 1.25rem;
    color: #d100c7;
    margin-bottom: 2rem;
    line-height: 1.6;
    opacity: 0.9;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}


.hero-card {
    background: #000000;
    border: 2px solid #ffffff;
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
}

.hero-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
}

.hero-card-icon {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.hero-card-status {
    background: #ffffff;
    color: #000000;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.code-line {
    margin-bottom: 0.5rem;
    font-family: 'Fira Code', 'Monaco', 'Consolas', monospace;
    font-size: 0.9rem;
}

.code-comment {
    color: #ffffff;
    opacity: 0.6;
}

.code-keyword {
    color: #ffffff;
}

.code-success {
    color: #ffffff;
}

.code-value {
    color: #ffffff;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-icon {
    width: 18px;
    height: 18px;
}

.btn-primary {
    background: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
}

.btn-primary:hover {
    background: #000000;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #FFFFFF 0%,
        #E0E0E0 25%,
        #808080 50%,
        #404040 75%,
        #000000 100%
    );
    border-radius: 8px;
    z-index: -1;
    opacity: 0.3;
    animation: buttonPearlShimmer 4s ease-in-out infinite;
}

.btn-secondary:hover {
    background: #ffffff;
    color: #000000;
}

.btn-secondary:hover::before {
    opacity: 0.8;
    animation: buttonPearlShimmer 1.5s ease-in-out infinite;
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
}

.btn-outline::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #FFFFFF 0%,
        #E0E0E0 25%,
        #808080 50%,
        #404040 75%,
        #000000 100%
    );
    border-radius: 8px;
    z-index: -1;
    opacity: 0.2;
    animation: buttonPearlShimmer 5s ease-in-out infinite;
}

.btn-outline:hover {
    background: #ffffff;
    color: #000000;
}

.btn-outline:hover::before {
    opacity: 0.7;
    animation: buttonPearlShimmer 2s ease-in-out infinite;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    animation: slideInUpScale 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: 0.2s;
}

.section-title::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, 
        #FFFFFF 0%,
        #E0E0E0 25%,
        #808080 50%,
        #404040 75%,
        #000000 100%
    );
    border-radius: 8px;
    z-index: -1;
    opacity: 0.3;
    animation: pearlShimmer 4s ease-in-out infinite;
}

.section-title::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%,
        rgba(128, 128, 128, 0.15) 30%,
        rgba(64, 64, 64, 0.15) 60%,
        rgba(0, 0, 0, 0.15) 100%
    );
    border-radius: 6px;
    z-index: -1;
    opacity: 0.2;
    animation: pearlShimmer 4s ease-in-out infinite reverse;
}

.section-description {
    font-size: 1.25rem;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.8;
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUpFade 1s ease-out forwards;
    animation-delay: 0.5s;
}

.products {
    padding: 6rem 0;
    background: #000000;
}

.products-pyramid {
    max-width: 1200px;
    margin: 0 auto;
}

.pyramid-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.pyramid-row.top-row {
    max-width: 900px;
    margin: 0 auto 40px;
}

.pyramid-row.bottom-row {
    max-width: 1400px;
}

.product-card {
    background: #000000;
    border: 2px solid #ffffff;
    border-radius: 16px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    flex: 1;
    max-width: 420px;
    min-width: 350px;
    z-index: 10;
    transform-style: preserve-3d;
    perspective: 1000px;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-top: 10px;
}

.product-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.product-card.tilt-effect {
    transition: transform 0.15s ease-out, box-shadow 0.3s ease;
}

.product-card.tilt-effect:hover {
    transition: box-shadow 0.3s ease;
}

.product-card.tilt-effect:not(:hover) {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease;
}

@media (max-width: 768px), (hover: none) {
    .product-card.tilt-effect {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .product-card.tilt-effect:hover {
        transform: translateY(-10px);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
}

.product-card.featured {
    border: 4px solid #ffffff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.product-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-bottom: 2px solid #ffffff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
    z-index: 1;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    animation-play-state: running;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.product-card:hover .product-img {
    transform: scale(1.1);
}

.gif-optimized {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    animation-play-state: running;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    filter: contrast(1.1) brightness(1.05);
    -webkit-filter: contrast(1.1) brightness(1.05);
}

.gif-fast {
    animation-duration: 0.2s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
    animation-direction: normal !important;
    animation-play-state: running !important;
}

.gif-smooth {
    animation-duration: 0.4s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
    animation-direction: alternate !important;
    animation-play-state: running !important;
}

.gif-performance {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    animation-play-state: running;
    animation-duration: 0.25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    filter: contrast(1.1) brightness(1.05);
    -webkit-filter: contrast(1.1) brightness(1.05);
    transition: all 0.2s ease;
}

.gif-performance:hover {
    animation-duration: 0.15s !important;
    filter: contrast(1.2) brightness(1.1) saturate(1.1);
    -webkit-filter: contrast(1.2) brightness(1.1) saturate(1.1);
    transform: scale(1.05) translateZ(0);
    -webkit-transform: scale(1.05) translateZ(0);
}

.gif-performance:active {
    animation-duration: 0.1s !important;
    filter: contrast(1.3) brightness(1.15) saturate(1.2);
    -webkit-filter: contrast(1.3) brightness(1.15) saturate(1.2);
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
}

.product-content {
    padding: 25px;
    background: #000000;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
    z-index: 1;
}

.product-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.product-description {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.product-price {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.product-btn {
    width: 100%;
    margin-top: auto;
}

.product-badge {
    position: absolute;
    top: -8px;
    right: 15px;
    background: #ffffff;
    color: #000000;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 10;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
}

.badge-icon {
    width: 14px;
    height: 14px;
}

@media (max-width: 1024px) {
    .pyramid-row.bottom-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .product-card {
        max-width: 300px;
    }
}

.product-card.fly-left,
.product-card.fly-right,
.product-card.fly-up,
.product-card.fly-up-left,
.product-card.fly-up-right,
.feature-card.fly-left,
.feature-card.fly-right,
.feature-card.fly-up,
.feature-card.fly-up-left,
.feature-card.fly-up-right {
    opacity: 0;
    will-change: transform, opacity, scale;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    cursor: default;
}


@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .pyramid-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .product-card {
        max-width: 100%;
        width: 100%;
    }
    
    .discord-button-large {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 2rem;
        gap: 1rem;
    }
    
    .discord-content {
        text-align: center;
    }
}

    .product-card.featured {
        border: 4px solid #ffffff;
        transform: scale(1.05);
    }

.product-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.product-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #ffffff;
    color: #000000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    border: 2px solid #ffffff;
}

.badge-icon {
    width: 14px;
    height: 14px;
}

.product-header {
    text-align: center;
    margin-bottom: 2rem;
}

.product-icon {
    width: 48px;
    height: 48px;
    color: #ffffff;
    margin-bottom: 1rem;
}

.product-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.product-price {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.product-features {
    margin-bottom: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.feature-icon {
    width: 18px;
    height: 18px;
    color: #ffffff;
    flex-shrink: 0;
}

.product-btn {
    width: 100%;
    justify-content: center;
}

.features {
    padding: 6rem 0;
    background: #000000;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.feature-card {
    text-align: center;
    padding: 2rem;
    background: #000000;
    border: 2px solid #ffffff;
    border-radius: 16px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 10;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-card-icon {
    width: 36px;
    height: 36px;
    color: #000000;
}

.feature-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-card-description {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
}

.support {
    padding: 6rem 0;
    background: #000000;
}

#dot-canvas {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 1;
}

.support-content-center {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.support-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ff00dd;
    position: relative;
    display: inline-block;
}

.support-title::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, 
        #ea00ff 0%,
        #d1007a 25%,
        #74005a 50%,
        #36002f 75%,
        #000000 100%
    );
    border-radius: 8px;
    z-index: -1;
    opacity: 0.3;
    animation: pearlShimmer 4s ease-in-out infinite;
}

.support-title::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%,
        rgba(128, 128, 128, 0.15) 30%,
        rgba(64, 64, 64, 0.15) 60%,
        rgba(0, 0, 0, 0.15) 100%
    );
    border-radius: 6px;
    z-index: -1;
    opacity: 0.2;
    animation: pearlShimmer 4s ease-in-out infinite reverse;
}

.support-description {
    font-size: 1.125rem;
    color: #ffffff;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.discord-button-large {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #5865F2;
    color: #ffffff;
    text-decoration: none;
    padding: 2rem 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(88, 101, 242, 0.3);
    transition: all 0.3s ease;
    max-width: 500px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}

.discord-button-large:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(88, 101, 242, 0.4);
    background: #4752C4;
    color: #ffffff;
    text-decoration: none;
}

.discord-icon-wrapper {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.discord-icon {
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.discord-content {
    flex: 1;
    text-align: left;
}

.discord-title {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    color: #ffffff;
}

.discord-subtitle {
    display: block;
    font-size: 1rem;
    opacity: 0.8;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUpFade 0.8s ease-out forwards;
    animation-delay: 0.3s;
}

.discord-arrow {
    flex-shrink: 0;
}

.arrow-icon {
    width: 24px;
    height: 24px;
    color: #ffffff;
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.discord-button-large:hover .arrow-icon {
    transform: translateX(5px);
    opacity: 1;
}

.support-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.support-method {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #000000;
    border: 2px solid #ffffff;
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.support-method:hover {
    transform: translateX(5px);
    background: #ffffff;
    color: #000000;
}

.support-icon {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.support-method-title {
    font-weight: 600;
    display: block;
}

.support-method-desc {
    color: inherit;
    font-size: 0.9rem;
    opacity: 0.8;
}

.support-visual {
    display: flex;
    justify-content: center;
}

.support-stats {
    background: #000000;
    border: 2px solid #ffffff;
    border-radius: 16px;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}

.stat {
    padding: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #ffffff;
    font-size: 0.9rem;
    opacity: 0.8;
}


.sellsn-embed-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sellsn-embed-container {
    max-width: 1000px !important;
    width: 95vw !important;
    max-height: 90vh !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
    position: relative !important;
}

[id*="sellsn"], [class*="sellsn"], [data-sellsn] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 95vw !important;
    max-width: 1000px !important;
    height: 90vh !important;
    max-height: 750px !important;
    z-index: 999999 !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    border: 2px solid #000000 !important;
}

.sellsn-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 999998 !important;
}

iframe[src*="sellsn"], iframe[src*="pay.sellsn.io"] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 95vw !important;
    max-width: 1000px !important;
    height: 90vh !important;
    max-height: 750px !important;
    z-index: 999999 !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    border: 2px solid #000000 !important;
}

div[style*="position: fixed"] iframe[src*="sellsn"] {
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 768px) {
    [id*="sellsn"], [class*="sellsn"], iframe[src*="sellsn"] {
        width: 95vw !important;
        height: 85vh !important;
        max-height: 500px !important;
        border-radius: 15px !important;
    }
}

@media (max-width: 768px) {
        .nav-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.95);
            backdrop-filter: blur(10px);
            border-top: 1px solid #ffffff;
            flex-direction: column;
            padding: 2rem;
            gap: 1rem;
        }

    .nav-menu.active {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    .hero-container {
        max-width: 600px;
        padding: 0 1rem;
    }


    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    .hero-actions {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-card.featured {
        transform: none;
    }

    .product-card.featured:hover {
        transform: translateY(-5px);
    }

    .features-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: 100%;
    }

    .support-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }


    .container {
        padding: 0 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .support-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .product-card {
        padding: 1.5rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content {
    animation: fadeInUp 0.8s ease-out;
}


@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.btn:focus,
.nav-link:focus {
    outline: 2px solid #000000;
    outline-offset: 3px;
}

@media (prefers-contrast: high) {
    .btn-primary {
        background: #ffffff;
        color: #000000;
        border: 2px solid #ffffff;
    }
    
    .btn-secondary,
    .btn-outline {
        border-color: #ffffff;
    }
}

@keyframes slideInUpScale {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes slideInUpFade {
    from {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(3px);
    }
    to {
        opacity: 0.8;
        transform: translateY(0);
        filter: blur(0);
    }
}
