@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    color: #ffffff;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px),
        linear-gradient(-45deg, #050505, #2e1065, #000000, #4c1d95);
    background-size: 40px 40px, 40px 40px, 400% 400%;
    animation: gradientBG 15s ease infinite;
    min-height: 100vh;
    overflow-x: hidden;

    padding-top: 50px;

}

html {
    overflow-x: hidden;
}

.top-bar {
    background-color: #7c3aed;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    width: 100%;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    position: fixed;

    top: 0;
    left: 0;
    z-index: 1000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-container {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo {
    max-width: 320px;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .top-bar {
        font-size: 0.9rem;
        padding: 10px;
    }

    .logo {
        max-width: 220px;
    }
}

.hero-content {
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.hero-text {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.highlight {
    color: #7c3aed;
    font-weight: 700;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(124, 58, 237, 0.6);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(124, 58, 237, 0.6);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 40px;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    cursor: pointer;
}

.cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
}

.cta-buttons-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.social-proof {
    font-weight: 700;
    font-size: 1.1rem;
    color: #e0e0e0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button {
    background-color: #7c3aed;
    color: white;
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 16px 32px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.5);
    animation: pulse 2s infinite;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.7);
}

.cart-icon {
    width: 24px;
    height: 24px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(124, 58, 237, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(124, 58, 237, 0);
    }
}

.advantages-section {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 60px;
}

.section-title {
    text-align: center;
    font-size: 3rem;

    font-weight: 800;

    margin-bottom: 50px;
    text-transform: uppercase;
}


.cards-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.card {
    background-color: #0a0a0a;
    border: 1px solid #1f1f1f;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    position: relative;
    text-align: center;
    color: #e0e0e0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
    min-width: 0;
    flex: 1;
}

@media (max-width: 768px) {
    .cards-grid {
        gap: 10px;
    }

    .card {
        padding: 15px 10px;
        border-radius: 15px;
    }

    .icon-box {
        width: 45px;
        height: 45px;
        margin-top: -40px;
    }

    .icon-box svg {
        width: 24px;
        height: 24px;
    }

    .card h3 {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .card p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.2);
    border-color: #7c3aed;
}

.icon-box {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -60px auto 20px auto;
    box-shadow: 0 5px 15px rgba(124, 58, 237, 0.5);
    color: white;
}

.card h3 {
    color: #7c3aed;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #a0a0a0;
}

.flare-separator {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #7c3aed, transparent);
    box-shadow: 0 0 20px 2px rgba(124, 58, 237, 0.8);
    margin: 40px 0 60px 0;
    max-width: 800px;
}

.testimonials-section {
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
}

.carousel-container {
    width: 100%;
    overflow-x: auto;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    cursor: grab;
}

.carousel-container:active {
    cursor: grabbing;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

.carousel-track {
    display: flex;
    gap: 30px;
    padding: 0 20px;
    width: max-content;
    margin: 0 auto;

}

.testimonial-img {
    height: 500px;
    width: auto;
    border-radius: 20px;
    border: 3px solid #7c3aed;
    box-shadow: 0 5px 15px rgba(124, 58, 237, 0.3);
    transition: transform 0.3s;
    flex-shrink: 0;
    scroll-snap-align: center;
    user-select: none;
}

.testimonial-img:hover {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .testimonial-img {
        height: auto;
        width: 70vw;
    }

    .carousel-track {
        padding: 0 calc(50vw - 35vw);
    }
}

.notification-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0a0a0a;
    border: 2px solid #7c3aed;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 5px 20px rgba(124, 58, 237, 0.4);
    z-index: 10000;
    transform: translateX(120%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 300px;
}

.notification-toast.show {
    transform: translateX(0);
}

.notif-icon {
    width: 24px;
    height: 24px;
    color: #00ff88;
}

.notif-content {
    display: flex;
    flex-direction: column;
}

.notif-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.notif-desc {
    font-size: 0.8rem;
    color: #a0a0a0;
}


.products-section {
    width: 100%;
    padding-bottom: 60px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: stretch;
}

.product-outer-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card-wrapper {
    position: relative;
    border-radius: 20px;
    background: transparent;
    padding: 4px;
    overflow: hidden;
    height: 100%;
    display: flex;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}


.product-card-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, transparent, transparent, #7c3aed);
    animation: rotate 4s linear infinite;
    z-index: 0;
    opacity: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-card {
    background-color: #0a0a0a;
    background: linear-gradient(rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.9)), url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 17px;
    padding: 30px 15px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    height: 100%;
}

.product-logo {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 10px rgba(124, 58, 237, 0.5));
}

.product-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 5px 0 0 0;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px rgba(124, 58, 237, 0.6);
}

.product-subtitle {
    font-size: 0.9rem;
    color: #a78bfa;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
    display: block;
    opacity: 0.8;
}


.best-seller-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #7c3aed, #4c1d95);
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 20;
    white-space: nowrap;
    box-shadow: 0 0 15px rgba(124, 58, 237, 0.8);
    border: 1px solid #a78bfa;
}

.attr-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e0e0e0;
}

.attr-list p {
    font-size: 0.85rem;
    color: #d1d5db;
    line-height: 1.6;
    margin: 4px 0;
}

.product-prive {
    margin-top: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.currency {
    color: #7c3aed;
    font-weight: 700;
    font-size: 1rem;
}

.amount {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.original-price {
    font-size: 1rem;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 600;
    margin-right: 8px;
}

.promo-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.product-btn {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #7c3aed;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    transition: all 0.3s;
    text-transform: uppercase;
    animation: pulse-purple 2s infinite;
}

.product-btn:hover {
    background-color: #7c3aed;
    box-shadow: 0 0 15px rgba(124, 58, 237, 0.5);
    animation: none;

}

@keyframes pulse-purple {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(124, 58, 237, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(124, 58, 237, 0);
    }
}

@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 8px;
        padding: 0 5px;
    }

    .product-outer-container {
        margin-top: 25px;
    }

    .product-card {
        padding: 15px 8px;
    }

    .product-logo {
        width: 42px;
    }

    .product-header h3 {
        font-size: 0.95rem;
        letter-spacing: 0.5px;
        margin: 2px 0 0 0;
    }

    .product-subtitle {
        font-size: 0.75rem;
        margin-bottom: 10px;
    }

    .attr-list p {
        font-size: 0.75rem;
    }

    .amount {
        font-size: 1.8rem;
    }

    .best-seller-badge {
        font-size: 0.65rem;
        padding: 5px 12px;
        top: -12px;
    }

    .product-card-wrapper::before {
        animation: rotate 3s linear infinite;
    }
}


.faq-section {
    width: 100%;
    padding-bottom: 60px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #0a0a0a;
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    border-color: #7c3aed;
    box-shadow: 0 0 15px rgba(124, 58, 237, 0.2);
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    font-family: 'Outfit', sans-serif;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #7c3aed;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.faq-answer p {
    color: #d1d5db;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}


.showcase-section {
    width: 100%;
    padding: 20px 20px 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
}

.showcase-text {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #e0e0e0;

    max-width: 800px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0;
}

.showcase-image-container {
    width: 100%;
    max-width: 700px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;

}



.showcase-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.showcase-image-container:hover .showcase-img {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .showcase-text {
        font-size: 1.1rem;
    }
}


.who-we-are-section {
    width: 100%;
    padding: 0 20px 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.who-we-are-content {
    background: #0a0a0a;

    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);

}

.who-we-are-content p {
    font-size: 1.1rem;
    color: #e0e0e0;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .who-we-are-content {
        padding: 20px;
    }

    .who-we-are-content p {
        font-size: 0.95rem;
    }
}


.reviews-section {
    width: 100%;
    padding: 20px 20px 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.reviews-summary {
    text-align: center;
    margin-bottom: 20px;
}



.reviews-summary p {
    font-size: 1.2rem;
    color: #e0e0e0;

    font-weight: 700;
}

.reviews-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 600px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.review-card {
    background: #0a0a0a;
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-name {
    font-weight: 700;
    color: white;
    font-size: 1rem;
}

.review-header .stars {
    color: #ffd700;
    font-size: 0.9rem;
}

.review-text {
    color: #ccc;
    font-size: 0.95rem;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
}


.header-compatibility {
    text-align: center;
    margin-top: -30px;

    margin-bottom: 40px;
}

.compat-text {
    font-size: 1.1rem;
    color: #e0e0e0;

    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.header-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

    flex-direction: row;

    width: 100%;
}

.header-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.header-icon-item img {
    width: 35px;
    height: auto;
    filter: drop-shadow(0 0 5px rgba(124, 58, 237, 0.4));
}

.header-icon-item span {
    color: #7c3aed;

    font-weight: 700;
    font-size: 0.9rem;
}


.panels-section {
    width: 100%;
    padding-bottom: 60px;
}

.panels-carousel .carousel-track {
    display: flex;

    align-items: stretch;

    padding: 20px 20px;
    gap: 20px;
}

.panels-carousel .product-outer-container {
    width: 320px;
    flex-shrink: 0;
    scroll-snap-align: center;
    display: flex;

    flex-direction: column;

    height: auto;

}

.panels-carousel .product-card-wrapper,
.panels-carousel .product-card {
    flex: 1;

    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 768px) {
    .panels-carousel .product-outer-container {
        width: 70vw;

    }

    .panels-carousel .carousel-track {

        padding: 20px calc(50% - 35vw);
        gap: 15px;
    }
}


.header-icon-item {
    cursor: pointer;
    transition: transform 0.3s, filter 0.3s;
}

.header-icon-item:hover {
    transform: translateY(-5px);
}

.header-icon-item.active img {
    filter: drop-shadow(0 0 8px #7c3aed);
    transform: scale(1.1);
}

.compat-explanation-box {
    margin-top: 25px;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 12px;
    padding: 0 20px;
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.compat-explanation-box.show {
    opacity: 1;
    max-height: 300px;
    padding: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .cta-buttons-wrapper {
        gap: 8px !important;
        flex-wrap: nowrap !important;
        width: 100%;
        justify-content: center;
    }

    .cta-button {
        padding: 10px 12px;
        font-size: 0.75rem;
        width: auto;
        white-space: nowrap;
        flex: 1;

        justify-content: center;
    }

    .cart-icon {
        width: 16px;
        height: 16px;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0 0, 0 0, 0% 50%;
    }

    50% {
        background-position: 0 0, 0 0, 100% 50%;
    }

    100% {
        background-position: 0 0, 0 0, 0% 50%;
    }
}