/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #0a0a0a;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Offer Banner */
.offer-banner {
    background: linear-gradient(90deg, #ff0000, #ff4444);
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 600;
    animation: pulse 2s infinite;
    position: relative;
    z-index: 1000;
    margin-top: 0;
}

/* Breadcrumb Navigation */
.breadcrumb {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    margin-top: 40px;
    border-bottom: 1px solid rgba(255, 0, 0, 0.2);
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.breadcrumb-item:not(:last-child)::after {
    content: "›";
    margin: 0 10px;
    color: #ff0000;
    font-weight: bold;
}

.breadcrumb-item a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ff0000;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

/* Navigation */
.navbar {
    background-color: rgba(10, 10, 10, 0.1);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 0, 0, 0.2);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 800;
    color: #ff0000;
}

.nav-logo i {
    font-size: 28px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #ff0000;
}

.contact-btn {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #ff0000;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    overflow: hidden;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ffffff, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #cccccc;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
}

.device-image {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.device-image img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
    transition: transform 0.3s ease;
    opacity: 1;
    filter: none;
}

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

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: 1;
    overflow: hidden;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 100px 0;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
}

.why-choose-us h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.feature-card {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 0, 0, 0.2);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #ff0000, #ff4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ff0000;
}

.feature-card p {
    color: #cccccc;
    line-height: 1.6;
}

/* Channel Partners Section */
.channel-partners {
    padding: 60px 0;
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 0, 0, 0.2);
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.logo-item {
    padding: 15px;
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 60px;
}

.logo-item img {
    max-width: 100px;
    max-height: 50px;
    width: auto;
    height: auto;
    filter: brightness(1);
    transition: all 0.3s ease;
    opacity: 1;
    object-fit: contain;
}

.logo-item:hover {
    border-color: #ff0000;
    transform: scale(1.05);
    background: rgba(255, 0, 0, 0.1);
}

.logo-item:hover img {
    filter: brightness(1.2);
}

/* Pricing Section */
.pricing {
    padding: 100px 0;
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
}

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

.pricing-badge {
    display: inline-block;
    background: rgba(255, 0, 0, 0.1);
    color: #ff0000;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 0, 0, 0.3);
}

.pricing h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.pricing-description {
    font-size: 1.1rem;
    color: #cccccc;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.pricing-category {
    margin-bottom: 80px;
}

.pricing-category h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff0000;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 0, 0, 0.3);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    border: 2px solid rgba(255, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 0, 0, 0.2);
}

.pricing-card.popular {
    border-color: #ff0000;
    background: rgba(255, 0, 0, 0.1);
    transform: scale(1.05);
}

.pricing-card.special {
    border-color: #ff0000;
    background: rgba(255, 0, 0, 0.1);
}

.popular-badge {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.popular-badge i {
    color: #ffd700;
}

.special-badge {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.special-badge i {
    color: #ffd700;
}

.pricing-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #cccccc;
    margin-bottom: 20px;
    font-style: italic;
}

.price {
    margin-bottom: 30px;
}

.amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ff0000;
    display: block;
}

.period {
    font-size: 1rem;
    color: #cccccc;
    font-weight: 500;
}

.discount-note {
    color: #ff0000;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.features-list {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.features-list li {
    padding: 8px 0;
    color: #cccccc;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.features-list i {
    color: #00ff00;
    font-size: 0.9rem;
    width: 15px;
}

.payment-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.paypal-btn {
    background: linear-gradient(45deg, #0070ba, #009cde);
    color: white;
    padding: 15px 25px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.paypal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 112, 186, 0.4);
}

.card-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 15px 25px;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid rgba(255, 0, 0, 0.3);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-btn:hover {
    background: rgba(255, 0, 0, 0.1);
    border-color: #ff0000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
}

.payment-note {
    font-size: 0.9rem;
    color: #666666;
    font-style: italic;
    margin-top: 15px;
}

.pricing-footer {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 0, 0, 0.2);
}

.footer-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cccccc;
    font-size: 0.9rem;
}

.footer-feature i {
    color: #ff0000;
    font-size: 1.1rem;
}

.footer-note {
    color: #666666;
    font-size: 0.9rem;
    font-style: italic;
}

/* Additional Features Section */
.additional-features {
    padding: 100px 0;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
}

/* How to Order Section */
.how-to-order {
    padding: 100px 0;
    background: #0a0a0a;
}

.how-to-order h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.step-card {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ff0000, #ff4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin: 0 auto 20px;
}

.step-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ff0000;
}

.step-card p {
    color: #cccccc;
    line-height: 1.6;
}

/* FAQ Section */
.faq {
    padding: 100px 0;
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
}

.faq h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}

.faq-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: rgba(255, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 0, 0, 0.3);
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 0, 0, 0.2);
}

.faq-question span {
    font-weight: 600;
    color: #ffffff;
}

.faq-question i {
    color: #ff0000;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 20px;
}

.faq-answer p {
    color: #cccccc;
    line-height: 1.6;
}

.online-assistance {
    display: flex;
    justify-content: center;
}

.assistance-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid rgba(255, 0, 0, 0.2);
    max-width: 300px;
}

.assistance-card i {
    font-size: 3rem;
    color: #ff0000;
    margin-bottom: 20px;
}

.assistance-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.assistance-card p {
    color: #cccccc;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* WhatsApp Reviews Section */
.whatsapp-reviews {
    padding: 100px 0;
    background: #0a0a0a;
}

.whatsapp-reviews h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.reviews-subtitle {
    text-align: center;
    color: #cccccc;
    margin-bottom: 60px;
    font-size: 1.1rem;
}

.reviews-carousel {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.carousel-container {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(255, 0, 0, 0.2);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    animation: autoScroll 20s infinite linear;
}

.review-item {
    flex: 0 0 33.333%;
    padding: 20px;
    box-sizing: border-box;
}

.review-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.review-item:hover img {
    transform: scale(1.05);
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.carousel-btn {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.carousel-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
}

.carousel-btn:active {
    transform: scale(0.95);
}

@keyframes autoScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

/* Pause animation on hover */
.carousel-track:hover {
    animation-play-state: paused;
}

/* Checkout Section */
.checkout-section {
    min-height: 100vh;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.checkout-container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

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

.checkout-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.checkout-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
}

.selected-package {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #ff0000;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}

.selected-package h3 {
    color: #ff0000;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.package-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-details h4 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.package-details p {
    color: #cccccc;
    font-size: 1rem;
}

.package-price {
    font-size: 2rem;
    font-weight: 800;
    color: #ff0000;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group label {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group label i {
    color: #ff0000;
    width: 20px;
}

.form-group input,
.form-group select {
    padding: 15px 20px;
    border: 2px solid rgba(255, 0, 0, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #ff0000;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

.form-group input::placeholder {
    color: #666666;
}

.form-group select {
    cursor: pointer;
}

.form-group select option {
    background: #1a1a1a;
    color: #ffffff;
}

.devices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.device-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
    border: 2px solid rgba(255, 0, 0, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.device-btn i {
    font-size: 1.5rem;
    color: #ff0000;
}

.device-btn:hover {
    border-color: #ff0000;
    background: rgba(255, 0, 0, 0.1);
    transform: translateY(-2px);
}

.device-btn.selected {
    border-color: #ff0000;
    background: rgba(255, 0, 0, 0.2);
    color: #ff0000;
}

.device-btn.selected i {
    color: #ffffff;
}

.checkbox-group {
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-size: 1rem;
    color: #cccccc;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 0, 0, 0.3);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #ff0000;
    border-color: #ff0000;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

.checkout-btn {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white;
    padding: 20px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.checkout-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
}

.checkout-btn:active {
    transform: translateY(-1px);
}

/* Footer */
.footer {
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    padding: 80px 0 30px;
    border-top: 1px solid rgba(255, 0, 0, 0.2);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo .nav-logo {
    margin-bottom: 20px;
}

.footer-logo p {
    color: #cccccc;
    line-height: 1.6;
    max-width: 400px;
}

.footer-section h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff0000;
}

.contact-info p {
    color: #cccccc;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    color: #ff0000;
    width: 20px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

/* Contact Page Styles */
.contact-section {
    min-height: 100vh;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

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

.contact-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-header p {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info-section h2,
.contact-form-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 30px;
}

.contact-details {
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ff0000, #ff4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.5rem;
    color: white;
}

.contact-text h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.contact-text p {
    color: #cccccc;
    font-size: 1rem;
}

.whatsapp-contact {
    text-align: center;
}

.whatsapp-btn-large {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #25D366;
    color: white;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.whatsapp-btn-large:hover {
    background: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn-large i {
    font-size: 1.3rem;
}

.contact-form {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid rgba(255, 0, 0, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #ff0000;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #666666;
}

.contact-form select {
    cursor: pointer;
}

.contact-form select option {
    background: #1a1a1a;
    color: #ffffff;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white;
    padding: 20px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
}

.submit-btn:active {
    transform: translateY(-1px);
}

/* Responsive Design for Contact Page */
@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-header h1 {
        font-size: 2rem;
    }
    
    .contact-header p {
        font-size: 1rem;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .contact-item {
        padding: 15px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-icon i {
        font-size: 1.2rem;
    }
    
    .whatsapp-btn-large {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

/* Legal Pages Styles */
.legal-section {
    min-height: 100vh;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

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

.legal-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.legal-header p {
    font-size: 1.1rem;
    color: #cccccc;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

.legal-section-content {
    margin-bottom: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.legal-section-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 0, 0, 0.3);
}

.legal-section-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 25px;
}

.legal-section-content p {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 15px;
}

.legal-section-content ul,
.legal-section-content ol {
    color: #cccccc;
    margin-bottom: 15px;
    padding-left: 20px;
}

.legal-section-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.legal-section-content strong {
    color: #ffffff;
    font-weight: 600;
}

/* About Page Specific Styles */
.about-section {
    min-height: 100vh;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

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

.about-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.about-header p {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-intro,
.about-mission,
.about-team,
.about-contact {
    margin-bottom: 50px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.about-intro h2,
.about-mission h2,
.about-team h2,
.about-contact h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 25px;
}

.about-intro p,
.about-mission p,
.about-team p,
.about-contact p {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.value-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.value-item:hover {
    transform: translateY(-5px);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #ff0000, #ff4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.value-icon i {
    font-size: 2rem;
    color: white;
}

.value-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.value-item p {
    color: #cccccc;
    line-height: 1.6;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ff0000;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    color: #cccccc;
    font-weight: 500;
}

.contact-btn-large {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}

.contact-btn-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
}

/* Responsive Design for Legal Pages */
@media (max-width: 768px) {
    .legal-header h1 {
        font-size: 2rem;
    }
    
    .legal-section-content {
        padding: 20px;
    }
    
    .legal-section-content h2 {
        font-size: 1.3rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .about-intro,
    .about-mission,
    .about-team,
    .about-contact {
        padding: 30px 20px;
    }
    
    .contact-btn-large {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-form input {
    padding: 12px 15px;
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 1rem;
}

.newsletter-form input::placeholder {
    color: #666666;
}

.newsletter-form button {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.newsletter-form button:hover {
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 0, 0, 0.2);
}

.copyright p {
    color: #666666;
}

.payment-methods {
    display: flex;
    gap: 15px;
}

.payment-methods i {
    font-size: 1.5rem;
    color: #666666;
    transition: color 0.3s ease;
}

.payment-methods i:hover {
    color: #ff0000;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #ff0000;
    color: white;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 100px;
        flex-direction: column;
        background-color: rgba(10, 10, 10, 0.95);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 20px 0;
        backdrop-filter: blur(10px);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .device-image img {
        max-width: 300px;
        background: transparent !important;
        border-radius: 0 !important;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .limited-offer-timer {
        gap: 15px;
    }
    
    .timer-item {
        min-width: 60px;
        padding: 15px;
    }
    
    .timer-number {
        font-size: 1.5rem;
    }
    
    .faq-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .partners-logos {
        gap: 20px;
    }
    
    .logo-item {
        font-size: 1rem;
        padding: 8px 15px;
    }
    
    .review-item {
        flex: 0 0 50%;
        padding: 0 10px;
    }
    
    .reviews-carousel {
        padding: 0 20px;
    }
    
    .review-item img {
        height: 300px;
        width: 100%;
        object-fit: contain;
        border-radius: 15px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .checkout-container {
        padding: 20px;
        margin: 20px;
    }
    
    .checkout-header h1 {
        font-size: 2rem;
    }
    
    .devices-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }
    
    .device-btn {
        padding: 15px 10px;
        font-size: 0.8rem;
    }
    
    .device-btn i {
        font-size: 1.2rem;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pricing-category h3 {
        font-size: 1.5rem;
    }
    
    .pricing-card.popular {
        transform: none;
    }
    
    .footer-features {
        gap: 20px;
    }
    
    .payment-buttons {
        gap: 10px;
    }
    
    .paypal-btn, .card-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .cta-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .device-image img {
        max-width: 250px;
        background: transparent !important;
        border-radius: 0 !important;
    }
    
    .checkout-container {
        padding: 15px;
        margin: 10px;
    }
    
    .checkout-header h1 {
        font-size: 1.8rem;
    }
    
    .checkout-subtitle {
        font-size: 1rem;
    }
    
    .devices-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .device-btn {
        padding: 15px;
        font-size: 0.9rem;
    }
    
    .checkout-btn {
        padding: 15px 20px;
        font-size: 1rem;
    }
    
    .pricing-header h2 {
        font-size: 2rem;
    }
    
    .pricing-description {
        font-size: 1rem;
    }
    
    .pricing-category h3 {
        font-size: 1.3rem;
    }
    
    .pricing-card {
        padding: 20px;
    }
    
    .amount {
        font-size: 2rem;
    }
    
    .footer-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .reviews-carousel {
        padding: 0 10px;
    }
    
    .review-item {
        flex: 0 0 100%;
        padding: 0 5px;
    }
    
    .review-item img {
        height: 250px;
        width: 100%;
        object-fit: contain;
        border-radius: 15px;
    }
}
    
    .limited-offer-timer {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .timer-item {
        min-width: 50px;
        padding: 10px;
    }
    
    .timer-number {
        font-size: 1.2rem;
    }
    
    .timer-label {
        font-size: 0.8rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card,
.pricing-card,
.step-card,
.testimonial-item {
    animation: fadeInUp 0.6s ease-out;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: #ff0000;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff4444;
}

/* Trending Section */
.trending-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.trending-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ff0000" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.trending-section .container {
    position: relative;
    z-index: 2;
}

.trending-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ffffff, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #cccccc;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.trending-carousel-container {
    margin-bottom: 60px;
}

.trending-carousel-container h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center;
}

.carousel-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.carousel {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
    padding: 20px;
}

.carousel-item {
    flex: 0 0 200px;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.carousel-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 0, 0, 0.2);
}

.carousel-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.carousel-item:hover img {
    transform: scale(1.05);
}

.carousel-item-info {
    padding: 15px;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
}

.carousel-item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-item-year {
    font-size: 0.9rem;
    color: #ff0000;
    font-weight: 500;
}

.carousel-item-rating {
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 5px;
}

.carousel-item-rating .stars {
    color: #ffd700;
    font-size: 0.9rem;
}

.carousel-item-rating .rating-text {
    font-size: 0.8rem;
    color: #cccccc;
    margin-left: 5px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 0, 0, 0.8);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.carousel-btn:hover {
    background: rgba(255, 0, 0, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
}

.carousel-btn.prev-btn {
    left: -25px;
}

.carousel-btn.next-btn {
    right: -25px;
}

.carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: translateY(-50%);
}

.carousel-btn:disabled:hover {
    transform: translateY(-50%);
    background: rgba(255, 0, 0, 0.8);
}

/* Loading State */
.carousel-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    color: #cccccc;
    font-size: 1.1rem;
}

.carousel-loading i {
    margin-right: 10px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design for Trending Section */
@media (max-width: 768px) {
    .trending-section h2 {
        font-size: 2rem;
    }
    
    .trending-carousel-container h3 {
        font-size: 1.5rem;
    }
    
    .carousel-item {
        flex: 0 0 160px;
    }
    
    .carousel-item img {
        height: 220px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .carousel-btn.prev-btn {
        left: -20px;
    }
    
    .carousel-btn.next-btn {
        right: -20px;
    }
}

@media (max-width: 480px) {
    .carousel-item {
        flex: 0 0 140px;
    }
    
    .carousel-item img {
        height: 200px;
    }
    
    .carousel-track {
        gap: 15px;
        padding: 15px;
    }
}

/* Mobile-specific fixes */
@media (max-width: 768px) {
    /* Ensure protection messages are hidden on mobile */
    .protection-message {
        display: none !important;
    }
    
    /* Fix promotion bar positioning */
    .offer-banner {
        position: relative;
        z-index: 1001;
        margin-top: 0;
    }
    
    /* Ensure navbar doesn't overlap promotion bar */
    .navbar {
        top: 40px;
        z-index: 999;
    }
    
    /* Fix device image background and border radius */
    .device-image img {
        background: transparent !important;
        border-radius: 0 !important;
        background-color: transparent !important;
    }
    
    /* Make WhatsApp screenshots fully responsive */
    .reviews-carousel {
        padding: 0 10px;
    }
    
    .review-item {
        flex: 0 0 100%;
        padding: 0 5px;
    }
    
    .review-item img {
        height: 250px;
        width: 100%;
        object-fit: contain;
        border-radius: 15px;
    }
}
