
/* ==========================================================================
   General Home Page Styles
   ========================================================================== */

.home-page {
    overflow-x: hidden;
    position: relative;
    background-color: #f2f2f2;
}

/* Container for consistent spacing */
.container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.section-container {
    max-width: 1456px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   Hero Carousel Section
   ========================================================================== */

.hero-carousel {
    position: relative;
    width: 100%;
    height: 679px;
    background: #000;
}

.hero-carousel .carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-carousel .carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero-carousel .carousel-slide.active {
    opacity: 1;
}

.hero-carousel .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Carousel Navigation */
.hero-carousel .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.hero-carousel .carousel-nav:hover {
    background-color: #1FD3FF;
}

.hero-carousel .carousel-nav.prev {
    left: 71px;
}

.hero-carousel .carousel-nav.next {
    right: 85px;
}

/* Carousel Indicators */
.hero-carousel .carousel-indicators {
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
}

.hero-carousel .carousel-indicator {
    width: 37px;
    height: 4px;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-carousel .carousel-indicator.active {
    background: #1FD3FF;
}

/* ==========================================================================
   CTA Banner Section
   ========================================================================== */

.cta-banner {
    position: relative;
    margin-top: 50px;
}

.cta-banner-content {
    width: 100%;
    max-width: 1454px;
    height: 53px;
    margin: 0 auto;
    background: linear-gradient(270deg, #294AFF 0%, #1FD3FF 100%);
    border-radius: 6.7px 6.7px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28.3333px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

/* ==========================================================================
   Special Offers Section
   ========================================================================== */

.special-offers {
    position: relative;
    margin-top: 28px;
    padding-bottom: 60px;
}

.special-offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1454px;
    margin: 0 auto;
}

.special-offer-card {
    position: relative;
    width: 100%;
    height: 250.19px;
    background: #FFFFFF;
    border-radius: 6.70141px;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.special-offer-card.animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.special-offer-card:nth-child(2).animate-in {
    transition-delay: 0.2s;
}

.special-offer-card:nth-child(3).animate-in {
    transition-delay: 0.4s;
}

.special-offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.offer-image {
    width: 125.98px;
    height: 162.24px;
    margin-right: 20px;
    flex-shrink: 0;
}

.offer-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offer-content {
    flex: 1;
    position: relative;
}

.discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5.09617px 15px;
    background: #A3DEFF;
    border-radius: 76.4425px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11.1038px;
    line-height: 13px;
    color: #1B5A9B;
    margin-bottom: 15px;
}

.offer-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 26.5383px;
    line-height: 32px;
    color: #333333;
    margin: 0 0 10px 0;
}

.offer-product-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 26.5383px;
    line-height: 32px;
    color: #1B5A9B;
    margin: 0 0 20px 0;
}

.offer-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12.1798px;
    line-height: 15px;
    color: #1B5A9B;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.offer-link:hover {
    color: #294AFF;
}

.offer-link .arrow {
    margin-left: 2px;
    transition: transform 0.3s ease;
}

.offer-link:hover .arrow {
    transform: translateX(3px);
}

/* ==========================================================================
   Brands Section
   ========================================================================== */

.brands-section {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 60px;
}

.brands-header {
    text-align: center;
    margin-bottom: 40px;
}

.brands-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9.21925px 20px;
    background: #A3DEFF;
    border-radius: 138.289px;
    margin-bottom: 20px;
}

.brands-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15.3694px;
    line-height: 19px;
    color: #1B5A9B;
}

.brands-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 33.9817px;
    line-height: 41px;
    text-align: center;
    color: #1B5A9B;
    max-width: 918px;
    margin: 0 auto;
}

.brands-slider-wrapper {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 0;
    overflow: hidden;
}

.brands-slider {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.brands-track {
    display: flex;
    align-items: center;
    gap: 80px;
    animation: scroll-brands 30s linear infinite;
}

@keyframes scroll-brands {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.brand-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    padding: 0 20px;
    transition: transform 0.3s ease;
}

.brand-item:hover {
    transform: scale(1.1);
}

.brand-item img {
    max-height: 54px;
    max-width: 232px;
    width: auto;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.brand-item:hover img {
    filter: grayscale(0%);
}

/* ==========================================================================
   Gaming Banner Section
   ========================================================================== */

.gaming-banner {
    position: relative;
    width: 100%;
    height: 736px;
    overflow: hidden;
}

.gaming-banner-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
}

.gaming-banner-overlay {
    display: none;
}

.gaming-banner-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.gaming-banner-text-box {
    box-sizing: border-box;
    position: absolute;
    width: 652px;
    height: 344px;
    left: 232px;
    top: 50%;
    transform: translateY(-50%);
    padding: 60px 75px;
    background: rgba(33, 33, 33, 0.16);
    backdrop-filter: blur(7.35px);
    -webkit-backdrop-filter: blur(7.35px);
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.gaming-banner-text-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, #66666600 0%, #666666C7 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.gaming-banner-text-box.animate-in {
    opacity: 1;
}

.gaming-banner-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    margin: 0 0 40px 0;
    max-width: 474px;
}

.gaming-banner-link {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 5px;
    position: relative;
    width: 498px;
    height: 39px;
    border-radius: 150px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-decoration: none;
    background: transparent;
    transition: gap 0.3s ease;
    background-clip: padding-box;
}

.gaming-banner-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 150px;
    padding: 1px; /* Border thickness */
    background: linear-gradient(135deg, #000000, #1FD3FF);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.gaming-banner-link::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 149px;
    background: rgba(0, 0, 0, 0.1); /* Semi-transparent background inside the border */
    backdrop-filter: blur(5px);
    z-index: -1;
}

.gaming-banner-link span {
    width: 436px;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-align: center;
}

.gaming-banner-link svg {
    width: 21px;
    height: 21px;
    flex: none;
    order: 1;
    flex-grow: 0;
    transition: transform 0.3s ease;
}

.gaming-banner-link:hover {
    gap: 10px;
}


/* Alternative gradient border method if the above doesn't work in all browsers */
.gaming-banner-link-alt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 23px; /* Reduced by 1px to account for border */
    gap: 5px;
    position: relative;
    width: 498px;
    height: 39px;
    border-radius: 150px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
                      linear-gradient(135deg, #1FD3FF, #00A8CC, #1FD3FF);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: gap 0.3s ease;
}

/* ==========================================================================
   Benefits Section
   ========================================================================== */

.benefits-section {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 60px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 632px 395px 395px;
    gap: 20px;
    max-width: 1456px;
    margin: 0 auto;
    align-items: start;
    justify-content: center;
}

.benefits-main {
    position: relative;
    width: 632px;
    height: 443px;
    background: #FFFFFF;
    border-radius: 6.02px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    grid-row: span 2;
}

.benefits-image {
    position: absolute;
    width: 693px;
    height: 474px;
    left: -30px;
    top: -15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.benefits-overlay {
    display: none;
}

.benefits-question {
    position: relative;
    width: 395px;
    height: 211px;
    background: linear-gradient(78.64deg, #162057 2.45%, #22AFFF 97.55%);
    border-radius: 6.02px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    box-sizing: border-box;
}

.benefits-question h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 31.23px;
    line-height: 38px;
    color: #F2F2F2;
    margin: 0;
    text-align: center;
    max-width: 262px;
}

.benefits-cards {
    display: contents;
}

.benefit-card {
    background: #FFFFFF;
    border-radius: 6.02px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 395px;
    height: 211px;
    box-sizing: border-box;
    justify-content: left;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.benefit-card:nth-child(1),
.benefit-card:nth-child(1) {
    grid-column: 2;
    grid-row: 2;
}

.benefit-card:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.benefit-card:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: #A3DEFF;
    border-radius: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.benefit-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24.86px;
    line-height: 26px;
    color: #1B5A9B;
    margin: 0 0 10px 0;
}

.benefit-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16.05px;
    line-height: 18px;
    color: #666666;
    margin: 0;
}

/* ==========================================================================
   Products Section
   ========================================================================== */

.products-section {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 80px;
}

.products-header {
    text-align: center;
    margin-bottom: 50px;
}

.products-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9.22px 20px;
    background: #A3DEFF;
    border-radius: 138.29px;
    margin-bottom: 20px;
}

.products-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15.37px;
    line-height: 19px;
    color: #1B5A9B;
}

.products-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 33.98px;
    line-height: 41px;
    text-align: center;
    color: #1B5A9B;
    margin: 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1456px;
    margin: 0 auto;
    position: relative;
}

.products-grid::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, #F8FBFF 0%, #E8F4FF 100%);
    border-radius: 20px;
    z-index: -1;
}

.products-grid[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
}

.products-grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
}

.product-card {
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    min-width: 280px;
    max-width: 340px;
    margin: 0;
    box-sizing: border-box;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.product-card-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 480px;
}

.product-discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FF4757;
    color: #FFFFFF;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    z-index: 2;
}

.product-image {
    width: 200px;
    height: 240px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 0 25px 25px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.product-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1B5A9B;
    margin: 0 0 15px 0;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title a {
    color: inherit;
    text-decoration: none;
}

.product-title a:hover {
    color: #294AFF;
}

.product-prices {
    margin-bottom: 10px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.regular-price {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    text-decoration: line-through;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.sale-price {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1B5A9B;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-height: 38px;
}

.product-payment-info {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 20px;
    min-height: 32px;
}

.btn-buy,
.btn-out-of-stock {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 2px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.btn-buy {
    background: linear-gradient(135deg, #1FD3FF 0%, #294AFF 100%);
    color: #FFFFFF;
}

.btn-buy:hover {
    background: linear-gradient(135deg #1ab8db 0%, #1e3acc 100%);
    transform: translateY(-2px);
}

.btn-out-of-stock {
    background: #E0E0E0;
    color: #999999;
    cursor: not-allowed;
}

.cart-icon {
    width: 18px;
    height: 18px;
}

.products-footer {
    text-align: center;
    margin-top: 50px;
}

.view-all-products {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1B5A9B;
    text-decoration: none;
    padding: 15px 30px;
    border: 2px solid #1B5A9B;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.view-all-products:hover {
    background: #1B5A9B;
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* ==========================================================================
   Build PC Section
   ========================================================================== */

.build-pc-section {
    position: relative;
    width: 100%;
    margin-top: 120px;
    padding-bottom: 80px;
    overflow: visible;
}

.build-pc-wrapper {
    max-width: 1455px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.build-pc-content {
    position: relative;
    height: 478px;
    background: #FFFFFF;
    border-radius: 17.08px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.build-pc-circle {
    position: absolute;
    width: 482px;
    height: 482px;
    left: 49px;
    top: -45px;
    background: linear-gradient(270deg, #294AFF 0%, #1FD3FF 100%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.build-pc-image {
    position: absolute;
    width: 415px;
    height: 478px;
    left: 126px;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    pointer-events: none;
}

.build-pc-image img {
    width: 110%;
    height: 110%;
    object-fit: contain;
    transform: scale(1.2);
}

.build-pc-text {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    max-width: 711px;
}

.build-pc-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 51.24px;
    line-height: 62px;
    color: #1B5A9B;
    margin: 0 0 40px 0;
}

.build-pc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10.68px 20px;
    background: linear-gradient(270deg, #294AFF 0%, #1FD3FF 100%);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16.01px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 201px;
    height: 46px;
}

.build-pc-button:hover {
    background: linear-gradient(270deg, #1e3acc 0%, #1ab8db 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(41, 74, 255, 0.3);
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */

.testimonials-section {
    position: relative;
    width: 100%;
    margin-top: 120px;
    padding-bottom: 80px;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9.22px 20px;
    background: #A3DEFF;
    border-radius: 138.29px;
    margin-bottom: 20px;
}

.testimonials-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15.37px;
    line-height: 19px;
    color: #1B5A9B;
}

.testimonials-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 33.98px;
    line-height: 41px;
    text-align: center;
    color: #1B5A9B;
    margin: 0;
    max-width: 524px;
    margin: 0 auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1456px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-card {
    background: #FFFFFF;
    border-radius: 5.996px;
    padding: 30px 25px 25px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 335.77px;
    height: 332.77px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card::before {
    display: none;
}

.testimonial-quote {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 95.934px;
    line-height: 116px;
    color: #1B5A9B;
    margin: -10px 0 -20px 0;
    text-align: left;
    opacity: 1;
}

.testimonial-content {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15.24px;
    line-height: 18px;
    color: #333333;
    margin: 0 0 20px 0;
    font-style: normal;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-divider {
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    margin: 0 0 15px 0;
    border-radius: 0;
}

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

.testimonial-author-image {
    width: 43.88px;
    height: 43.88px;
    border-radius: 50%;
    object-fit: cover;
    background: #D9D9D9;
    border: none;
    flex-shrink: 0;
}

.testimonial-author-info {
    flex: 1;
}

.testimonial-author-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16.25px;
    line-height: 20px;
    color: #1B5A9B;
    margin: 0 0 2px 0;
    text-align: left;
}

.testimonial-author-role {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 9.21px;
    line-height: 11px;
    color: #1B5A9B;
    margin: 0;
    text-align: left;
}

.testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.testimonial-nav-btn {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #E8F4FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #1B5A9B;
}

.testimonial-nav-btn:hover {
    background: #1B5A9B;
    color: #FFFFFF;
    border-color: #1B5A9B;
    transform: translateY(-2px);
}

.testimonial-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 1920px) {
    .section-container {
        padding: 0 40px;
    }
    
    .hero-carousel {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .section-container {
        max-width: 1200px;
    }
    
    .hero-carousel .carousel-content {
        left: 60px;
    }
}

@media (max-width: 1024px) {
    .hero-carousel {
        height: 500px;
        top: 100px;
    }
    
    .hero-carousel .carousel-indicators {
        top: auto;
        bottom: 20px;
    }
    
    .hero-carousel .carousel-title {
        font-size: 36px;
        line-height: 44px;
    }
    
    .hero-carousel .carousel-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    
    .cta-banner-text {
        font-size: 20px;
    }
    
    .special-offers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .offer-title,
    .offer-product-name {
        font-size: 22px;
        line-height: 28px;
    }
    
    .brands-title {
        font-size: 28px;
        line-height: 36px;
        padding: 0 20px;
    }
    
    .brands-track {
        gap: 60px;
    }
    
    .gaming-banner {
        height: 600px;
    }
    
    .gaming-banner-overlay {
        width: 100%;
        left: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
    }
    
    .gaming-banner-text-box {
        width: calc(100% - 80px);
        margin: 0 40px;
        padding: 40px;
    }
    
    .gaming-banner-title {
        font-size: 36px;
        line-height: 44px;
    }
    
    .gaming-banner-link {
        font-size: 20px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .benefits-main {
        width: 100%;
        height: 300px;
        margin: 0 auto;
    }
    
    .benefits-image {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    
    .benefits-question {
        width: 100%;
        height: auto;
        min-height: 150px;
        margin: 20px 0;
    }
    
    .benefits-question h2 {
        font-size: 22px;
        line-height: 28px;
        max-width: 100%;
    }
    
    .benefits-cards {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        gap: 20px;
        grid-column: 1;
    }
    
    .benefit-card {
        height: auto;
        min-height: 180px;
        padding: 25px 20px;
    }
    
    .benefit-card:nth-child(1),
    .benefit-card:nth-child(2),
    .benefit-card:nth-child(3) {
        grid-column: auto;
        grid-row: auto;
    }
    
    .benefit-title {
        font-size: 18px;
        line-height: 24px;
    }
    
    .benefit-description {
        font-size: 13px;
        line-height: 17px;
    }
    
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .build-pc-section {
        margin-top: 60px;
        padding-bottom: 60px;
    }
    
    .build-pc-circle {
        width: 350px;
        height: 350px;
        left: 30px;
        top: -30px;
    }
    
    .build-pc-image {
        width: 300px;
        height: 350px;
        left: 80px;
    }
    
    .build-pc-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
    }
    
    .build-pc-button {
        font-size: 14px;
        padding: 12px 30px;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 20px;
    }
    
    .testimonial-card {
        padding: 25px;
        height: auto;
        min-height: 300px;
    }
    
    .testimonial-quote {
        font-size: 60px;
        line-height: 80px;
        margin: -5px 0 -15px 0;
    }
    
    .testimonial-content {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px;
    }
    
    .testimonials-title {
        font-size: 28px;
        line-height: 36px;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .hero-carousel {
        height: 400px;
        top: 80px;
    }
    
    .hero-carousel .carousel-nav {
        width: 24px;
        height: 24px;
    }
    
    .hero-carousel .carousel-nav svg {
        width: 24px;
        height: 24px;
    }
    
    .hero-carousel .carousel-nav.prev {
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .hero-carousel .carousel-nav.next {
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .hero-carousel .carousel-content {
        left: 30px;
        bottom: 60px;
    }
    
    .hero-carousel .carousel-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .hero-carousel .carousel-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    
    .hero-carousel .carousel-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
    
    .hero-carousel .carousel-indicators {
        width: 200px;
    }
    
    .hero-carousel .carousel-indicator {
        width: 30px;
        height: 3px;
    }
    
    .cta-banner-content {
        left: 0;
        transform: translateX(0);
        border-radius: 0;
    }
    
    .cta-banner-text {
        font-size: 16px;
        padding: 0 20px;
    }
    
    .special-offer-card {
        height: auto;
        min-height: 220px;
        padding: 25px 20px;
    }
    
    .offer-image {
        width: 100px;
        height: 130px;
    }
    
    .offer-title,
    .offer-product-name {
        font-size: 20px;
        line-height: 26px;
    }
    
    .discount-badge {
        font-size: 10px;
        padding: 4px 12px;
    }
    
    .brands-badge {
        padding: 6px 15px;
    }
    
    .brands-badge span {
        font-size: 13px;
    }
    
    .brands-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .brands-slider-wrapper {
        padding: 30px 0;
    }
    
    .brands-track {
        gap: 40px;
    }
    
    .brand-item {
        height: 50px;
        padding: 0 15px;
    }
    
    .brand-item img {
        max-height: 40px;
        max-width: 150px;
    }
    
    .gaming-banner {
        height: 500px;
        margin-top: 60px;
    }
    
    .gaming-banner-overlay {
        background: rgba(0, 0, 0, 0.7);
    }
    
    .gaming-banner-text-box {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 30px 20px;
    }
    
    .gaming-banner-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    
    .gaming-banner-link {
        font-size: 18px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .product-image {
        width: 150px;
        height: 190px;
        margin: 15px auto;
    }
    
    .product-title {
        font-size: 16px;
        line-height: 22px;
        min-height: auto;
    }
    
    .sale-price {
        font-size: 24px;
        line-height: 30px;
    }
    
    .product-payment-info {
        font-size: 11px;
        min-height: auto;
    }
    
    .build-pc-content {
        flex-direction: column;
        height: auto;
        text-align: center;
        padding: 40px 20px;
    }
    
    .build-pc-circle {
        position: relative;
        width: 280px;
        height: 280px;
        left: 0;
        top: 0;
        margin: 0 auto 20px;
    }
    
    .build-pc-image {
        position: relative;
        width: 250px;
        height: 300px;
        left: 0;
        top: 0;
        margin: 0 auto 30px;
    }
    
    .build-pc-text {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        max-width: 100%;
    }
    
    .build-pc-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 25px;
        padding: 0 20px;
    }
    
    .build-pc-button {
        font-size: 14px;
        padding: 10px 25px;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
    
    .testimonial-card {
        height: auto;
        min-height: 280px;
    }
}

@media (max-width: 480px) {
    .hero-carousel {
        height: 300px;
    }
    
    .hero-carousel .carousel-content {
        left: 20px;
        bottom: 40px;
        right: 20px;
    }
    
    .hero-carousel .carousel-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .hero-carousel .carousel-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    
    .cta-banner-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .special-offer-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .offer-image {
        margin: 0 0 20px 0;
    }
    
    .offer-title {
        font-size: 18px;
        line-height: 24px;
    }
    
    .offer-product-name {
        font-size: 18px;
        line-height: 24px;
    }
    
    .brands-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .brands-track {
        gap: 30px;
        animation-duration: 20s;
    }
    
    .brand-item img {
        max-height: 35px;
        max-width: 120px;
    }
    
    .gaming-banner {
        height: 400px;
    }
    
    .gaming-banner-text-box {
        padding: 25px 20px;
        background: rgba(33, 33, 33, 0.8);
    }
    
    .gaming-banner-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    
    .gaming-banner-link {
        font-size: 16px;
        line-height: 24px;
    }
    
    .gaming-banner-link .arrow-icon {
        width: 18px;
        height: 18px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-card {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .product-image {
        width: 150px;
        height: 190px;
    }
    
    .product-title {
        font-size: 20px;
        line-height: 26px;
        min-height: auto;
    }
    
    .sale-price {
        font-size: 26px;
        line-height: 32px;
    }
    
    .product-payment-info {
        font-size: 14px;
        min-height: auto;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 20px;
    }
    
    .benefits-main {
        width: 100%;
        height: 250px;
    }
    
    .benefits-question {
        width: 100%;
        height: auto;
        min-height: 120px;
        padding: 20px 15px;
    }
    
    .benefits-question h2 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .benefits-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .benefit-card {
        height: auto;
        min-height: 150px;
        padding: 20px 15px;
    }
    
    .benefit-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
    
    .benefit-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    
    .benefit-description {
        font-size: 12px;
        line-height: 16px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .testimonial-card {
        padding: 20px;
        height: auto;
        min-height: 260px;
    }
    
    .testimonial-quote {
        font-size: 50px;
        line-height: 60px;
        margin: -5px 0 -10px 0;
    }
    
    .testimonial-content {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    
    .testimonials-title {
        font-size: 24px;
        line-height: 32px;
        padding: 0 15px;
    }
    
    .testimonial-author-name {
        font-size: 15px;
        line-height: 18px;
    }
    
    .testimonial-author-role {
        font-size: 8px;
        line-height: 10px;
    }
}

/* ==========================================================================
   Enhanced Responsive Design Fixes
   For Gaming Banner, Products Section, Benefits Section, and Build PC Section
   ========================================================================== */

/* Gaming Banner Section - Enhanced Mobile Responsiveness */
@media (max-width: 1024px) {
    .gaming-banner {
        height: 500px;
        margin-top: 40px;
    }
    
    .gaming-banner-text-box {
        width: 500px;
        height: auto;
        left: 50px;
        padding: 40px 30px;
    }
    
    .gaming-banner-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
    }
    
    .gaming-banner-link {
        width: 400px;
        font-size: 20px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .gaming-banner {
        height: 400px;
        margin-top: 30px;
    }
    
    .gaming-banner-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
        z-index: 1;
    }
    
    .gaming-banner-text-box {
        width: calc(100% - 40px);
        height: auto;
        left: 20px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        padding: 30px 25px;
        z-index: 3;
    }
    
    .gaming-banner-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    
    .gaming-banner-link {
        width: 100%;
        max-width: 320px;
        font-size: 18px;
        padding: 12px 20px;
        height: auto;
        min-height: 44px;
    }
    
    .gaming-banner-link span {
        width: auto;
        flex: 1;
    }
}

@media (max-width: 480px) {
    .gaming-banner {
        height: 350px;
    }
    
    .gaming-banner-text-box {
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        padding: 25px 20px;
    }
    
    .gaming-banner-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .gaming-banner-link {
        font-size: 16px;
        padding: 12px 16px;
        gap: 8px;
    }
    
    .gaming-banner-link svg {
        width: 18px;
        height: 18px;
    }
}

/* Products Section - Enhanced Mobile Responsiveness */
@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        max-width: 1200px;
    }
    
    .product-card {
        max-width: 360px;
    }
}

@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 800px;
    }
    
    .product-card {
        max-width: 380px;
        margin: 0 auto;
    }
    
    .product-image {
        width: 180px;
        height: 220px;
        margin: 20px auto;
    }
    
    .product-info {
        padding: 0 20px 20px 20px;
    }
    
    .product-title {
        font-size: 17px;
        line-height: 23px;
        min-height: 46px;
    }
    
    .sale-price {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    .products-section {
        margin-top: 60px;
        padding-bottom: 60px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 600px;
        padding: 0 15px;
    }
    
    .products-grid::before {
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
        border-radius: 15px;
    }
    
    .product-card {
        max-width: 100%;
        min-width: 260px;
    }
    
    .product-card-inner {
        min-height: 400px;
    }
    
    .product-image {
        width: 160px;
        height: 200px;
        margin: 15px auto;
    }
    
    .product-info {
        padding: 0 15px 15px 15px;
        min-height: 160px;
    }
    
    .product-title {
        font-size: 16px;
        line-height: 22px;
        min-height: 44px;
        margin-bottom: 10px;
    }
    
    .product-prices {
        min-height: 50px;
        margin-bottom: 8px;
    }
    
    .regular-price {
        font-size: 13px;
        line-height: 16px;
    }
    
    .sale-price {
        font-size: 24px;
        line-height: 30px;
        min-height: 30px;
    }
    
    .product-payment-info {
        font-size: 11px;
        line-height: 14px;
        min-height: 28px;
        margin-bottom: 15px;
    }
    
    .btn-buy,
    .btn-out-of-stock {
        padding: 12px 15px;
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }
    
    .product-card {
        max-width: 350px;
        margin: 0 auto;
    }
    
    .product-card-inner {
        min-height: 450px;
    }
    
    .product-image {
        width: 180px;
        height: 220px;
        margin: 20px auto;
    }
    
    .product-info {
        padding: 0 20px 20px 20px;
        min-height: 180px;
    }
    
    .product-title {
        font-size: 18px;
        line-height: 24px;
        min-height: 48px;
        margin-bottom: 15px;
    }
    
    .product-prices {
        min-height: 55px;
        margin-bottom: 10px;
    }
    
    .sale-price {
        font-size: 28px;
        line-height: 34px;
        min-height: 34px;
    }
    
    .product-payment-info {
        font-size: 12px;
        line-height: 16px;
        min-height: 32px;
        margin-bottom: 20px;
    }
    
    .btn-buy,
    .btn-out-of-stock {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 18px;
    }
}

/* Benefits Section - Enhanced Mobile Responsiveness */
@media (max-width: 1200px) {
    .benefits-grid {
        grid-template-columns: 600px 380px;
        gap: 20px;
        justify-content: center;
    }
    
    .benefits-main {
        width: 600px;
        height: 400px;
    }
    
    .benefits-image {
        width: 630px;
        height: 430px;
        left: -15px;
        top: -15px;
    }
    
    .benefit-card,
    .benefits-question {
        width: 380px;
        height: 190px;
    }
    
    .benefits-question h2 {
        font-size: 26px;
        line-height: 32px;
        max-width: 220px;
    }
}

@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 800px;
    }
    
    .benefits-main {
        width: 100%;
        height: 300px;
        grid-row: 1;
    }
    
    .benefits-image {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    
    .benefits-question {
        width: 100%;
        height: auto;
        min-height: 120px;
        grid-row: 2;
        grid-column: 1;
    }
    
    .benefits-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        grid-column: 1;
        grid-row: 3;
    }
    
    .benefit-card {
        width: 100%;
        height: auto;
        min-height: 160px;
        padding: 20px;
    }
    
    .benefit-card:nth-child(1),
    .benefit-card:nth-child(2),
    .benefit-card:nth-child(3) {
        grid-column: auto;
        grid-row: auto;
    }
    
    .benefit-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .benefit-description {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 768px) {
    .benefits-section {
        margin-top: 60px;
        padding-bottom: 40px;
    }
    
    .benefits-grid {
        gap: 15px;
        max-width: 600px;
        padding: 0 15px;
    }
    
    .benefits-main {
        height: 250px;
    }
    
    .benefits-question {
        min-height: 100px;
        padding: 20px;
    }
    
    .benefits-question h2 {
        font-size: 22px;
        line-height: 28px;
        max-width: 100%;
    }
    
    .benefits-cards {
        gap: 15px;
    }
    
    .benefit-card {
        min-height: 140px;
        padding: 18px 15px;
    }
    
    .benefit-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
    
    .benefit-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    
    .benefit-description {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 480px) {
    .benefits-grid {
        gap: 15px;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .benefits-main {
        height: 200px;
    }
    
    .benefits-question {
        min-height: 80px;
        padding: 15px;
    }
    
    .benefits-question h2 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .benefits-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .benefit-card {
        min-height: 120px;
        padding: 15px;
    }
    
    .benefit-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
    }
    
    .benefit-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    
    .benefit-description {
        font-size: 12px;
        line-height: 15px;
    }
}

/* Build PC Section - Enhanced Mobile Responsiveness */

@media (max-width: 1440px) {
    .build-pc-text {
        right: 45px;
        max-width: 470px;
    }
}

@media (max-width: 1200px) {
    .build-pc-content {
        height: 400px;
    }
    
    .build-pc-circle {
        width: 400px;
        height: 400px;
        left: 40px;
        top: -40px;
    }
    
    .build-pc-image {
        width: 350px;
        height: 400px;
        left: 100px;
    }
    
    .build-pc-text {
        right: 30px;
        max-width: 400px;
    }
    
    .build-pc-title {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 1024px) {
    .build-pc-section {
        margin-top: 80px;
        padding-bottom: 60px;
    }
    
    .build-pc-content {
        height: 350px;
    }
    
    .build-pc-circle {
        width: 350px;
        height: 350px;
        left: 30px;
        top: -30px;
    }
    
    .build-pc-image {
        width: 300px;
        height: 350px;
        left: 80px;
    }
    
    .build-pc-text {
        right: 20px;
        max-width: 350px;
    }
    
    .build-pc-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
    }
    
    .build-pc-button {
        font-size: 14px;
        padding: 12px 25px;
        min-width: 180px;
        height: 42px;
    }
}

@media (max-width: 900px) {
    .build-pc-content {
        height: 320px;
    }
    
    .build-pc-circle {
        width: 320px;
        height: 320px;
        left: 20px;
        top: -20px;
    }
    
    .build-pc-image {
        width: 280px;
        height: 320px;
        left: 60px;
    }
    
    .build-pc-text {
        right: 20px;
        max-width: 300px;
    }
    
    .build-pc-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 768px) {
    .build-pc-section {
        margin-top: 60px;
        padding-bottom: 50px;
    }
    
    .build-pc-wrapper {
        padding: 0 15px;
    }
    
    .build-pc-content {
        flex-direction: column;
        height: auto;
        padding: 40px 20px;
        text-align: center;
        align-items: center;
        position: relative;
    }
    
    .build-pc-circle {
        position: relative;
        width: 280px;
        height: 280px;
        margin: 0 auto 40px;
        flex-shrink: 0;
    }
    
    .build-pc-image {
        position: absolute;
        width: 250px;
        height: 280px;
        left: 50%;
        top: 15px;
        transform: translateX(-50%);
        z-index: 2;
    }
    
    .build-pc-text {
        position: relative;
        max-width: 100%;
        order: 2;
    }
    
    .build-pc-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    
    .build-pc-button {
        font-size: 14px;
        padding: 12px 30px;
        min-width: 160px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .build-pc-content {
        padding: 30px 15px;
    }
    
    .build-pc-circle {
        width: 240px;
        height: 240px;
        margin-bottom: 30px;
    }
    
    .build-pc-image {
        width: 220px;
        height: 240px;
        top: 0;
    }
    
    .build-pc-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    
    .build-pc-button {
        font-size: 13px;
        padding: 10px 25px;
        min-width: 140px;
        height: 38px;
    }
}

/* Additional Mobile Optimizations */
@media (max-width: 480px) {
    .section-container {
        padding: 0 15px;
    }
    
    .container {
        max-width: 100%;
    }
    
    /* Ensure text remains readable on small screens */
    body {
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* Prevent horizontal scrolling */
    .home-page {
        overflow-x: hidden;
        width: 100%;
    }
}

/* Touch-friendly improvements for mobile */
@media (hover: none) and (pointer: coarse) {
    .btn-buy,
    .btn-out-of-stock,
    .build-pc-button,
    .gaming-banner-link {
        min-height: 44px; /* Apple's recommended minimum touch target */
        min-width: 44px;
    }
    
    .product-card:hover,
    .benefit-card:hover,
    .special-offer-card:hover {
        transform: none; /* Disable hover effects on touch devices */
    }
}