@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
    --bg: #070a13;
    --bg-soft: #0c1222;
    --card: rgba(17, 24, 39, 0.86);
    --card-solid: #111827;
    --line: rgba(148, 163, 184, 0.16);
    --text: #f8fafc;
    --muted: #94a3b8;
    --primary: #7c3aed;
    --primary-2: #4f46e5;
    --cyan: #22d3ee;
    --success: #22c55e;
    --warning: #f59e0b;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.custom-navbar {
    padding: 18px 0;
    background: transparent;
    transition: all .3s ease;
    z-index: 1030;
}

.custom-navbar.scrolled {
    padding: 10px 0;
    background: rgba(7, 10, 19, .9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.navbar-brand {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.navbar-brand:hover {
    color: #fff;
}

.brand-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--cyan));
    box-shadow: 0 12px 35px rgba(124, 58, 237, .4);
}

.nav-link {
    color: #cbd5e1;
    font-size: .94rem;
    font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff;
}

.btn-primary {
    border: 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: 0 12px 28px rgba(79, 70, 229, .3);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    transform: translateY(-1px);
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 20%, rgba(124, 58, 237, .25), transparent 34%),
        radial-gradient(circle at 85% 20%, rgba(34, 211, 238, .16), transparent 30%),
        linear-gradient(180deg, #070a13 0%, #090d1a 100%);
    overflow: hidden;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-badge,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(124, 58, 237, .35);
    border-radius: 999px;
    background: rgba(124, 58, 237, .12);
    color: #c4b5fd;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hero-title,
.section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -.035em;
}

.hero-title {
    max-width: 760px;
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    line-height: .98;
    background: linear-gradient(135deg, #fff 10%, #c4b5fd 55%, #67e8f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    max-width: 680px;
    color: #aebbd0;
    font-size: 1.08rem;
    line-height: 1.8;
}

.hero-stats {
    max-width: 520px;
}

.stat-card {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .035);
    backdrop-filter: blur(10px);
}

.stat-card strong,
.stat-card span {
    display: block;
}

.stat-card strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.45rem;
}

.stat-card span {
    margin-top: 3px;
    color: var(--muted);
    font-size: .82rem;
}

.hero-visual {
    position: relative;
    width: 470px;
    height: 470px;
    margin-left: auto;
}

.visual-orbit {
    position: absolute;
    border: 1px solid rgba(129, 140, 248, .2);
    border-radius: 50%;
}

.orbit-one {
    inset: 35px;
}

.orbit-two {
    inset: 85px;
    border-style: dashed;
}

.gamepad-card {
    position: absolute;
    inset: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 42px;
    background: linear-gradient(145deg, rgba(124, 58, 237, .85), rgba(34, 211, 238, .45));
    box-shadow: 0 30px 80px rgba(79, 70, 229, .35);
    transform: rotate(-5deg);
}

.gamepad-card i {
    font-size: 6rem;
}

.gamepad-card span {
    margin-top: 8px;
    font-weight: 800;
}

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(15, 23, 42, .85);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .3);
    backdrop-filter: blur(14px);
    font-size: .88rem;
    font-weight: 700;
}

.floating-card i {
    color: #67e8f9;
    font-size: 1.2rem;
}

.floating-card-one {
    top: 55px;
    left: 20px;
}

.floating-card-two {
    right: 0;
    top: 150px;
}

.floating-card-three {
    left: 70px;
    bottom: 35px;
}

.products-section,
.faq-section {
    background: #090d1a;
}

.features-section {
    background:
        radial-gradient(circle at 50% 50%, rgba(79, 70, 229, .12), transparent 45%),
        #070a13;
}

.section-heading {
    max-width: 720px;
}

.section-title {
    margin-top: 18px;
    font-size: clamp(2rem, 5vw, 3.4rem);
}

.section-description {
    color: var(--muted);
    line-height: 1.8;
}

.filter-panel {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(15, 23, 42, .76);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.search-group .input-group-text,
.search-group .form-control,
.category-select {
    min-height: 52px;
    border-color: var(--line);
    background: rgba(2, 6, 23, .55);
    color: #fff;
}

.search-group .input-group-text {
    border-right: 0;
    color: #8b5cf6;
}

.search-group .form-control {
    border-left: 0;
}

.search-group .form-control:focus,
.category-select:focus {
    border-color: rgba(124, 58, 237, .65);
    box-shadow: 0 0 0 .25rem rgba(124, 58, 237, .12);
}

.form-control::placeholder {
    color: #64748b;
}

.category-select option {
    background: #0f172a;
}

.product-card {
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(17, 24, 39, .95), rgba(10, 15, 28, .95));
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(124, 58, 237, .55);
    box-shadow: 0 30px 70px rgba(79, 70, 229, .16);
}

.product-top,
.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.product-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(124, 58, 237, .28), rgba(34, 211, 238, .18));
    color: #c4b5fd;
    font-size: 1.7rem;
}

.product-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 8px;
}

.badge-category,
.badge-status {
    padding: 8px 10px;
    border-radius: 999px;
    font-size: .68rem;
    letter-spacing: .04em;
}

.badge-category {
    background: rgba(34, 211, 238, .12);
    color: #67e8f9;
}

.badge-status {
    background: rgba(34, 197, 94, .12);
    color: #86efac;
}

.product-body {
    flex: 1;
    padding: 26px 0;
}

.product-platform {
    color: #818cf8;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.product-body h3 {
    margin: 9px 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.55rem;
}

.product-body p {
    min-height: 76px;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.7;
}

.feature-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #dbeafe;
    font-size: .88rem;
}

.feature-list i {
    margin-top: 2px;
    color: var(--success);
}

.product-footer {
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.price-wrap span,
.price-wrap strong {
    display: block;
}

.old-price {
    color: #64748b;
    font-size: .75rem;
    text-decoration: line-through;
}

.price-wrap strong {
    margin-top: 2px;
    font-size: 1.02rem;
}

.btn-product {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(124, 58, 237, .35);
    border-radius: 14px;
    background: rgba(124, 58, 237, .12);
    color: #ddd6fe;
    font-size: .86rem;
    font-weight: 700;
}

.btn-product:hover {
    background: var(--primary);
    color: #fff;
}

.info-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(15, 23, 42, .72);
}

.info-card i {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: rgba(124, 58, 237, .16);
    color: #c4b5fd;
    font-size: 1.6rem;
}

.info-card h4 {
    margin: 22px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
}

.info-card p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.7;
}

.custom-accordion .accordion-item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(15, 23, 42, .72);
}

.custom-accordion .accordion-button,
.custom-accordion .accordion-body {
    background: transparent;
    color: #fff;
}

.custom-accordion .accordion-button {
    font-weight: 700;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    filter: invert(1);
}

.custom-accordion .accordion-body {
    color: var(--muted);
    line-height: 1.7;
}

.empty-state {
    padding: 55px 20px;
    border: 1px dashed rgba(148, 163, 184, .25);
    border-radius: 26px;
    background: rgba(15, 23, 42, .6);
}

.empty-state i {
    color: #8b5cf6;
    font-size: 3rem;
}

.empty-state p {
    color: var(--muted);
}

.footer-section {
    padding: 60px 0 28px;
    border-top: 1px solid var(--line);
    background: #050812;
}

.footer-text,
.footer-bottom {
    color: var(--muted);
    font-size: .85rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a {
    color: #cbd5e1;
    font-size: .88rem;
}

.footer-links a:hover {
    color: #fff;
}

.social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: rgba(255, 255, 255, .035);
    color: #fff;
}

.social-link:hover {
    border-color: rgba(124, 58, 237, .6);
    background: rgba(124, 58, 237, .18);
    color: #fff;
}

.footer-line {
    margin: 34px 0 22px;
    border-color: var(--line);
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1020;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    box-shadow: 0 16px 35px rgba(34, 197, 94, .34);
    font-size: 1.7rem;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 991.98px) {
    .custom-navbar {
        background: rgba(7, 10, 19, .92);
        backdrop-filter: blur(18px);
    }

    .navbar-collapse {
        padding: 18px 0 4px;
    }

    .nav-link {
        padding: 10px 0;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-title {
        margin-top: 12px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2.65rem;
    }

    .hero-description {
        font-size: .98rem;
    }

    .stat-card {
        padding: 13px 10px;
        text-align: center;
    }

    .product-footer {
        align-items: flex-end;
    }

    .btn-product span {
        display: none;
    }

    .btn-product {
        width: 44px;
        height: 44px;
        justify-content: center;
        padding: 0;
    }

    .footer-links {
        gap: 12px;
    }
}
