:root{
    --neon-cyan:#30e6ff;
    --neon-blue:#4f8cff;
    --neon-violet:#9a63ff;
    --neon-magenta:#d96fff;
    --neon-mint:#5df0c1;
    --panel:#0c1220;
    --panel-2:#11182a;
    --panel-border:rgba(132,166,255,.20);
    --muted:#9da9c4;
    --soft:#cdd5e8;
}

body{
    background:
        radial-gradient(circle at 14% 5%,rgba(105,65,255,.22),transparent 27%),
        radial-gradient(circle at 86% 9%,rgba(0,216,255,.17),transparent 28%),
        radial-gradient(circle at 50% 110%,rgba(77,76,255,.10),transparent 36%),
        linear-gradient(180deg,#030712 0%,#050811 45%,#05070d 100%);
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    opacity:.16;
    background-image:
        linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
    background-size:42px 42px;
    mask-image:linear-gradient(to bottom,black,transparent 85%);
}

.site-header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(3,7,18,.78);
    backdrop-filter:blur(20px) saturate(140%);
    border-bottom:1px solid rgba(86,137,255,.16);
    box-shadow:0 16px 60px rgba(0,0,0,.16);
}

.neon-nav{
    min-height:72px;
}

.brand{
    display:flex;
    align-items:center;
    gap:12px;
}

.brand-mark{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:11px;
    font-size:24px;
    line-height:1;
    font-weight:1000;
    font-style:italic;
    color:white;
    background:
        linear-gradient(145deg,rgba(255,255,255,.16),transparent 35%),
        linear-gradient(135deg,var(--neon-violet),#6167ff 48%,var(--neon-cyan));
    box-shadow:
        0 0 22px rgba(114,97,255,.42),
        inset 0 1px 0 rgba(255,255,255,.34);
}

.brand-text{
    font-size:25px;
    font-weight:950;
    letter-spacing:-1.1px;
}

.brand-text span{
    background:linear-gradient(90deg,#fff 0%,#8ab1ff 48%,#47efff 100%);
    -webkit-background-clip:text;
    color:transparent;
}

.neon-search{
    position:relative;
    overflow:visible;
    border:1px solid rgba(130,157,255,.26);
    background:linear-gradient(180deg,rgba(16,24,42,.92),rgba(8,13,25,.94));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.035),
        0 0 0 1px rgba(67,104,255,.03),
        0 12px 28px rgba(0,0,0,.16);
}

.neon-search:focus-within{
    border-color:rgba(75,216,255,.58);
    box-shadow:
        0 0 0 3px rgba(48,230,255,.08),
        0 0 24px rgba(65,128,255,.12);
}

.search-icon{
    display:grid;
    place-items:center;
    width:48px;
    flex:0 0 48px;
    color:#b9c5df;
    font-size:25px;
}

.neon-search input{
    color:#eef4ff;
}

.neon-search input::placeholder{
    color:#727e98;
}

.neon-search button{
    min-width:108px;
    margin:6px;
    border-radius:11px;
    color:#06101b;
    background:linear-gradient(100deg,#b068ff 0%,#7d7cff 42%,#25e8f6 100%);
    box-shadow:
        0 0 20px rgba(65,208,255,.20),
        inset 0 1px 0 rgba(255,255,255,.4);
    transition:transform .2s ease,box-shadow .2s ease;
}

.neon-search button:hover{
    transform:translateY(-1px);
    box-shadow:0 0 30px rgba(74,214,255,.30);
}

.neon-top-nav a{
    display:flex;
    align-items:center;
    gap:8px;
    padding:12px 4px;
    color:#e8edfa;
    font-weight:700;
}

.catalog-grid{
    color:var(--neon-cyan);
    font-size:20px;
    text-shadow:0 0 14px rgba(48,230,255,.55);
}

.hero-neon{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:38px 0 30px;
    border-bottom:1px solid rgba(102,122,255,.08);
}

.hero-neon::before{
    content:"";
    position:absolute;
    width:760px;
    height:760px;
    right:-260px;
    top:-430px;
    border:1px solid rgba(55,187,255,.26);
    border-radius:50%;
    box-shadow:
        0 0 80px rgba(0,171,255,.10),
        inset 0 0 80px rgba(82,62,255,.06);
    z-index:-1;
}

.hero-neon::after{
    content:"";
    position:absolute;
    width:540px;
    height:540px;
    left:-300px;
    top:-120px;
    background:radial-gradient(circle,rgba(94,44,255,.23),transparent 68%);
    z-index:-1;
}

.hero-layout{
    display:grid;
    grid-template-columns:minmax(0,1.03fr) minmax(440px,.97fr);
    gap:40px;
    align-items:center;
    min-height:510px;
}

.hero-copy{
    position:relative;
    z-index:3;
    padding:42px 0 34px;
}

.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:18px;
    padding:7px 11px;
    border-radius:999px;
    color:#b8c7e9;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    border:1px solid rgba(122,151,255,.18);
    background:rgba(17,25,45,.56);
}

.hero-copy h1{
    margin:0;
    max-width:690px;
    font-size:clamp(48px,5.25vw,76px);
    line-height:.98;
    letter-spacing:-3.2px;
    text-align:left;
}

.hero-copy .gradient{
    display:inline-block;
    background:linear-gradient(90deg,#4fd8ff 0%,#6d91ff 35%,#a26dff 67%,#46edf0 100%);
    background-size:180% 100%;
    -webkit-background-clip:text;
    color:transparent;
    filter:drop-shadow(0 0 22px rgba(94,116,255,.16));
}

.hero-copy>p{
    max-width:655px;
    margin:22px 0 0;
    color:#b9c2d7;
    font-size:18px;
    line-height:1.55;
}

.hero-search-wide{
    max-width:650px;
    margin:26px 0 0;
}

.hero-benefits{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:22px;
}

.benefit-chip{
    min-width:155px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 13px;
    border:1px solid rgba(109,134,218,.15);
    border-radius:14px;
    background:linear-gradient(180deg,rgba(15,23,41,.65),rgba(7,12,22,.55));
}

.benefit-icon{
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    border-radius:10px;
    color:var(--neon-cyan);
    border:1px solid rgba(48,230,255,.22);
    box-shadow:inset 0 0 16px rgba(48,230,255,.05);
}

.benefit-chip strong,
.benefit-chip small{
    display:block;
}

.benefit-chip strong{
    color:#e9effc;
    font-size:12px;
}

.benefit-chip small{
    margin-top:2px;
    color:#7f8aa5;
    font-size:11px;
}

.hero-visual{
    position:relative;
    min-height:500px;
    overflow:hidden;
}

.hero-glow{
    position:absolute;
    left:50%;
    top:47%;
    width:430px;
    height:430px;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:
        radial-gradient(circle,rgba(43,217,255,.19) 0%,rgba(94,62,255,.13) 38%,transparent 67%);
    filter:blur(2px);
}

.hero-orbit{
    position:absolute;
    left:50%;
    top:46%;
    border-radius:50%;
    border:1px solid rgba(63,175,255,.20);
    box-shadow:0 0 30px rgba(45,158,255,.06);
}

.orbit-one{
    width:430px;
    height:430px;
    transform:translate(-50%,-50%) rotate(-18deg);
}

.orbit-two{
    width:330px;
    height:330px;
    transform:translate(-50%,-50%) rotate(18deg);
    border-color:rgba(158,84,255,.22);
}

.hero-stage{
    position:absolute;
    left:50%;
    bottom:44px;
    width:380px;
    height:84px;
    transform:translateX(-50%);
    border-radius:50%;
    background:linear-gradient(180deg,#132039,#070b14);
    border:1px solid rgba(98,183,255,.22);
    box-shadow:
        0 -10px 40px rgba(80,73,255,.18),
        0 0 0 2px rgba(39,196,255,.03),
        0 36px 65px rgba(0,0,0,.4);
}

.hero-stage::before{
    content:"";
    position:absolute;
    inset:-2px 18px auto;
    height:2px;
    background:linear-gradient(90deg,transparent,#725cff,#3cecff,transparent);
    box-shadow:0 0 18px rgba(53,224,255,.75);
}

.hero-product-stack{
    position:absolute;
    inset:0;
}

.hero-product-card{
    position:absolute;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(255,255,255,.30);
    box-shadow:
        0 28px 70px rgba(0,0,0,.48),
        0 0 32px rgba(87,96,255,.16);
    transition:transform .25s ease,box-shadow .25s ease;
}

.hero-product-card:hover{
    z-index:8;
    box-shadow:
        0 34px 90px rgba(0,0,0,.58),
        0 0 42px rgba(56,207,255,.24);
}

.hero-product-card img{
    width:100%;
    height:100%;
    object-fit:contain;
    background:white;
}

.hero-product-1{
    width:220px;
    height:290px;
    left:50%;
    top:84px;
    transform:translateX(-30%);
    border-radius:34px;
}

.hero-product-1:hover{
    transform:translateX(-30%) translateY(-5px);
}

.hero-product-2{
    width:145px;
    height:180px;
    left:10%;
    top:210px;
    transform:rotate(-8deg);
    border-radius:25px;
}

.hero-product-2:hover{transform:rotate(-4deg) translateY(-5px)}

.hero-product-3{
    width:138px;
    height:170px;
    right:4%;
    top:188px;
    transform:rotate(8deg);
    border-radius:24px;
}

.hero-product-3:hover{transform:rotate(4deg) translateY(-5px)}

.hero-product-fallback{
    display:grid;
    place-items:center;
    width:100%;
    height:100%;
    font-size:78px;
    font-weight:1000;
    font-style:italic;
    color:#e8ecff;
    background:radial-gradient(circle at 40% 30%,#3a5ca8,#101526 62%);
}

.hero-proof{
    position:absolute;
    right:0;
    display:flex;
    align-items:center;
    gap:8px;
    color:#a7b2cb;
    font-size:11px;
    line-height:1.3;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.hero-proof span{
    color:var(--neon-cyan);
    font-size:20px;
    text-shadow:0 0 18px rgba(48,230,255,.65);
}

.proof-one{top:94px}
.proof-two{top:160px}
.proof-three{top:226px}

.neon-section{
    position:relative;
}

.neon-section .section-head{
    margin-bottom:18px;
}

.neon-section h2{
    font-size:26px;
    letter-spacing:-.5px;
}

.neon-section .sub{
    color:#8490aa;
    font-size:14px;
}

.view-all{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#6fc7ff;
    font-weight:700;
}

.view-all span{
    transition:transform .2s ease;
}

.view-all:hover span{transform:translateX(3px)}

.neon-category-grid{
    gap:13px;
}

.neon-category-tile{
    min-height:118px;
    grid-template-columns:76px 1fr 24px;
    gap:14px;
    padding:16px 18px;
    border-radius:16px;
    border:1px solid var(--panel-border);
    background:
        linear-gradient(135deg,rgba(17,26,46,.88),rgba(8,13,24,.93)),
        var(--panel);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.025),
        0 12px 28px rgba(0,0,0,.12);
}

.neon-category-tile:hover{
    transform:translateY(-3px);
    border-color:rgba(72,211,255,.38);
    box-shadow:
        0 18px 38px rgba(0,0,0,.22),
        0 0 28px rgba(73,112,255,.08);
}

.neon-category-tile .category-icon{
    width:64px;
    height:64px;
}

.neon-category-tile .category-icon svg{
    width:54px;
    height:54px;
    filter:
        drop-shadow(0 0 6px currentColor)
        drop-shadow(0 0 16px rgba(91,92,255,.16));
}

.neon-category-tile .category-body h3{
    margin-bottom:5px;
    font-size:17px;
}

.neon-category-tile .category-body p{
    color:#8f9ab4;
    font-size:13px;
}

.neon-category-tile .category-arrow{
    font-size:29px;
    color:#dce7ff;
}

.section-deals{
    padding-top:36px;
}

.real-deal-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:13px;
}

.real-deal-card{
    position:relative;
    min-width:0;
    display:flex;
    flex-direction:column;
    min-height:315px;
    padding:12px;
    overflow:hidden;
    border-radius:17px;
    color:#f5f7ff;
    border:1px solid rgba(122,149,232,.19);
    background:
        linear-gradient(180deg,rgba(20,29,50,.95),rgba(8,13,24,.97));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.025),
        0 14px 30px rgba(0,0,0,.16);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.real-deal-card:hover{
    transform:translateY(-4px);
    border-color:rgba(66,212,255,.40);
    box-shadow:
        0 22px 46px rgba(0,0,0,.28),
        0 0 30px rgba(67,105,255,.10);
}

.real-deal-topline{
    position:absolute;
    left:12px;
    right:12px;
    top:12px;
    z-index:3;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:8px;
}

.market-badge{
    max-width:70%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:5px 8px;
    border-radius:999px;
    font-size:10px;
    font-weight:900;
    letter-spacing:.03em;
    color:white;
    border:1px solid rgba(104,188,255,.24);
    background:linear-gradient(90deg,#2569ff,#7357ff);
    box-shadow:0 0 18px rgba(75,107,255,.16);
}

.real-deal-card .deal-fav{
    position:static;
    width:27px;
    height:27px;
    flex:0 0 27px;
    border:1px solid rgba(255,255,255,.17);
    color:#d8e4ff;
    background:rgba(6,10,18,.62);
}

.real-deal-image{
    height:178px;
    display:grid;
    place-items:center;
    margin:-12px -12px 11px;
    overflow:hidden;
    background:
        radial-gradient(circle at 50% 72%,rgba(65,105,255,.12),transparent 38%),
        #e9edf5;
}

.real-deal-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    background:#fff;
    transition:transform .28s ease;
}

.real-deal-card:hover .real-deal-image img{
    transform:scale(1.025);
}

.real-deal-image>span{
    font-size:64px;
    font-style:italic;
    font-weight:1000;
    color:#596b9e;
}

.real-deal-category{
    margin-bottom:6px;
    color:#6fc7ff;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.real-deal-title{
    min-height:48px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:#edf2ff;
    font-size:14px;
    line-height:1.35;
}

.real-deal-prices{
    display:flex;
    align-items:baseline;
    gap:8px;
    margin-top:auto;
    padding-top:13px;
}

.real-deal-prices strong{
    color:#fff;
    font-size:20px;
    letter-spacing:-.5px;
}

.real-deal-prices span{
    color:#77829b;
    font-size:12px;
    text-decoration:line-through;
}

.empty-neon-card{
    grid-column:1/-1;
    padding:30px;
    border:1px dashed rgba(111,151,255,.24);
    border-radius:18px;
    color:#8f9bb5;
    text-align:center;
}

.footer-inner{
    display:grid;
    grid-template-columns:1fr 1.3fr;
    gap:40px;
    color:#8c97b0;
}

.footer-inner strong{
    color:#dce6ff;
}

.footer-note{
    text-align:right;
}

@media (max-width: 1180px){
    .hero-layout{
        grid-template-columns:minmax(0,1fr) 430px;
        gap:18px;
    }
    .hero-proof{display:none}
    .real-deal-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
    .real-deal-card:nth-child(n+5){display:none}
}

@media (max-width: 900px){
    .neon-nav{
        min-height:66px;
        gap:12px;
    }
    .brand-text{font-size:22px}
    .top-search{display:none}
    .hero-neon{padding-top:14px}
    .hero-layout{
        grid-template-columns:1fr;
        min-height:0;
    }
    .hero-copy{
        padding:34px 0 10px;
        text-align:center;
    }
    .hero-copy h1{
        max-width:760px;
        margin:auto;
        text-align:center;
    }
    .hero-copy>p,
    .hero-search-wide{
        margin-left:auto;
        margin-right:auto;
    }
    .hero-benefits{justify-content:center}
    .hero-visual{
        min-height:430px;
        max-width:650px;
        width:100%;
        margin:auto;
    }
    .category-grid,
    .neon-category-grid{grid-template-columns:repeat(2,1fr)}
    .real-deal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .real-deal-card:nth-child(n+4){display:none}
}

@media (max-width: 640px){
    .container{width:min(100% - 22px,1280px)}
    .neon-top-nav a{font-size:14px}
    .catalog-grid{display:none}
    .hero-copy h1{
        font-size:clamp(42px,13vw,58px);
        letter-spacing:-2px;
    }
    .hero-copy>p{
        font-size:16px;
    }
    .hero-search-wide .search-icon{display:none}
    .hero-search-wide button{
        min-width:88px;
    }
    .benefit-chip{
        min-width:calc(50% - 8px);
        flex:1;
    }
    .hero-visual{min-height:365px}
    .hero-product-1{
        width:174px;
        height:230px;
        top:60px;
    }
    .hero-product-2{
        width:112px;
        height:145px;
        left:4%;
        top:170px;
    }
    .hero-product-3{
        width:108px;
        height:140px;
        right:2%;
        top:160px;
    }
    .hero-stage{
        width:300px;
        bottom:36px;
    }
    .orbit-one{width:340px;height:340px}
    .orbit-two{width:260px;height:260px}
    .section-head{
        align-items:flex-start;
    }
    .section-head .view-all{
        font-size:13px;
        white-space:nowrap;
    }
    .category-grid,
    .neon-category-grid{grid-template-columns:1fr}
    .neon-category-tile{
        min-height:104px;
    }
    .real-deal-grid{
        display:flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        padding-bottom:8px;
    }
    .real-deal-card,
    .real-deal-card:nth-child(n){
        display:flex;
        min-width:74vw;
        scroll-snap-align:start;
    }
    .footer-inner{
        grid-template-columns:1fr;
        gap:14px;
    }
    .footer-note{text-align:left}
}
