/* ========================================
   Home V2 - Modern Hosting Landing Page
   Inspired by JagoanHosting & Hostinger
   ======================================== */

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/* SweetAlert2 Custom Styles */
.swal2-popup {
    border-radius: 20px !important;
    padding: 2rem !important;
}

.swal2-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
}

.swal2-html-container {
    font-size: 1rem !important;
    color: #6c757d !important;
}

.btn-rounded-pill {
    border-radius: 50px !important;
    padding: 0.75rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.swal2-confirm {
    box-shadow: 0 4px 15px rgba(46, 92, 255, 0.3) !important;
}

.swal2-cancel {
    border: 2px solid #6c757d !important;
}

/* SweetAlert2 Toast Styles */
.swal2-toast {
    border-radius: 15px !important;
    padding: 1rem 1.5rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.swal2-popup.swal2-toast .swal2-icon {
    margin: 0 !important;
}

/* Hero Section */
.hero-section {
    padding: 0;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 650px;
    max-height: 750px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: -90px;
}

@media (max-width: 991px) {
    .hero-section {
        min-height: 600px;
        max-height: 700px;
        height: auto;
        padding: 120px 0 80px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 550px;
        max-height: 650px;
        height: auto;
        padding: 100px 0 60px;
    }

    /* Hide only cloud on mobile */
    .hero-cloud {
        display: none !important;
    }

    .hero-visuals {
        height: 350px;
        margin-top: 1rem;
        position: relative;
    }

    .hero-model {
        position: absolute;
        width: 130%;
        max-width: 380px;
        left: 65%;
        bottom: 60px;
        display: block;
        filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.4));
        z-index: 4;
        transform: translateX(-50%);
    }

    .hero-server {
        position: absolute;
        width: 68%;
        max-width: 260px;
        left: 0;
        top: 26%;
        z-index: 2;
        animation: float 8s ease-in-out infinite reverse;
    }

    .hero-discount-badge {
        position: absolute;
        top: 5%;
        right: 20%;
        z-index: 5;
        animation: floatBadge 3s ease-in-out infinite;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: scale(1.3);
    }

    .discount-badge-image {
        width: 50%;
        filter: drop-shadow(0 10px 25px rgba(255, 215, 0, 0.6));
    }

    .discount-badge-text {
        width: 90%;
    }

    .discount-title {
        font-size: 1.6rem;
    }

    .discount-subtitle {
        font-size: 0.7rem;
    }
}

@media (max-width: 575px) {
    .hero-section {
        min-height: 500px;
        max-height: 600px;
        height: auto;
        padding: 80px 0 50px;
    }

    .hero-visuals {
        height: 300px;
    }

    .hero-model {
        width: 130%;
        max-width: 380px;
        left: 65%;
        bottom: 60px;
    }

    .hero-server {
        width: 68%;
        max-width: 260px;
        top: 26%;
    }

    .hero-discount-badge {
        right: 20%;
    }

    .discount-badge-image {
        width: 48%;
    }

    .discount-title {
        font-size: 1.4rem;
    }

    .discount-subtitle {
        font-size: 0.65rem;
    }
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.92) 0%, rgba(0, 64, 128, 0.88) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #66B2FF;
}

.text-highlight {
    color: #66B2FF;
    font-weight: 600;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.feature-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}

.cta-subtext {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.arrow {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.cta-subtext:hover .arrow {
    transform: translateX(5px);
}

/* Hero Visuals */
.hero-visuals {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-cloud {
    position: absolute;
    top: 5%;
    right: -5%;
    width: 70%;
    max-width: 100%;
    height: auto;
    z-index: 3;
    animation: float 6s ease-in-out infinite;
}

.hero-server {
    position: absolute;
    top: 30%;
    left: -10%;
    width: 85%;
    max-width: 100%;
    height: auto;
    z-index: 2;
    animation: float 8s ease-in-out infinite reverse;
}

.hero-model {
    position: absolute;
    bottom: -25px;
    left: 15%;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 4;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}

.hero-discount-badge {
    position: absolute;
    top: 5%;
    right: 8%;
    z-index: 5;
    animation: floatBadge 3s ease-in-out infinite;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-discount-badge::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    animation: sparkle 2s ease-in-out infinite;
    pointer-events: none;
}

.hero-discount-badge::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.6) 0%, transparent 70%);
    border-radius: 50%;
    animation: sparkle 2.5s ease-in-out infinite 0.5s;
    pointer-events: none;
}

.discount-badge-image {
    width: 45%;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 20px rgba(255, 215, 0, 0.4));
    position: relative;
    z-index: 1;
}

.discount-badge-text {
    position: absolute;
    top: 45%;
    left: 47%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 85%;
    padding: 0;
    z-index: 2;
    pointer-events: none;
}

.discount-title {
    display: block;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.8),
        0 0 15px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.3);
    letter-spacing: -1px;
    margin-bottom: 18%;
}

.discount-subtitle {
    display: block;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow:
        1px 1px 3px rgba(0, 0, 0, 0.9),
        0 0 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 2%;
}

@keyframes sparkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes floatBadge {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-8px) rotate(2deg);
    }
    50% {
        transform: translateY(-12px) rotate(0deg);
    }
    75% {
        transform: translateY(-8px) rotate(-2deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Stats Cards */
.stats-section {
    margin-top: -60px;
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
}

/* Services Overview Section */
.services-overview-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-overview-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-overview-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(46, 92, 255, 0.15);
    border-color: #2E5CFF;
}

.service-overview-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-overview-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

.service-overview-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.service-overview-link {
    color: #2E5CFF;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    background: none;
    border: none;
    padding: 0;
    font-size: 1rem;
    width: 100%;
}

.service-overview-link:hover {
    color: #1a4acc;
    gap: 0.75rem;
}

.service-overview-link i {
    transition: transform 0.3s ease;
}

.service-overview-link:hover i {
    transform: translateX(3px);
}


.stat-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(46, 92, 255, 0.2);
}

.stat-card:hover .stat-icon {
    transform: rotate(5deg) scale(1.1);
}

.stat-icon {
    transition: transform 0.3s ease;
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2E5CFF 0%, #1a3fcc 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
}

.stat-icon > img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2E5CFF;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #6c757d;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

/* Service Section */
.service-section {
    padding: 80px 0;
}

/* Section specific backgrounds */
.shared-hosting-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.vps-section {
    background: #ffffff;
}

.vpn-section {
    background: linear-gradient(135deg, #f0f4ff 0%, #e6eeff 100%);
}

.installation-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Service Badge */
.service-badge {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 1rem;
    animation: float 3s ease-in-out infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-badge > img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

/* Pricing Toggle */
.pricing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.pricing-toggle {
    display: inline-flex;
    background: white;
    border-radius: 50px;
    padding: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.toggle-btn {
    padding: 0.75rem 2rem;
    border: none;
    background: transparent;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.toggle-btn:hover {
    color: #2E5CFF;
}

.toggle-btn.active {
    background: linear-gradient(135deg, #2E5CFF 0%, #1a4acc 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(46, 92, 255, 0.3);
}

.discount-badge {
    background: linear-gradient(135deg, #ff4d4f, #ff7875);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(255, 77, 79, 0.3);
}

.service-card .discount-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #ff4d4f, #ff7875);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(255, 77, 79, 0.4);
    z-index: 5;
}

/* Popular Badge */
.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FFA500, #FF8C00);
    color: #fff;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(255, 165, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 4px 12px rgba(255, 165, 0, 0.4);
    }
    50% {
        transform: translateX(-50%) scale(1.05);
        box-shadow: 0 6px 16px rgba(255, 165, 0, 0.6);
    }
}

.popular-badge i {
    font-size: 14px;
}

.service-card.popular-card {
    position: relative;
    border: 2px solid #FFA500;
    transform: scale(1.02);
    z-index: 1;
    overflow: visible !important;
    margin-top: 12px;
}

.service-card.popular-card:hover {
    transform: translateY(-8px) scale(1.04);
    border-color: #FF8C00;
    box-shadow: 0 20px 50px rgba(255, 165, 0, 0.2);
}

.service-card.popular-card::before {
    display: none !important;
}

.service-card.popular-card:hover::before {
    display: none !important;
    opacity: 0 !important;
}

.col-lg-4 .popular-card {
    overflow: visible !important;
}

.price-currency {
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
}

/* Pricing Container */
.service-price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.price-currency {
    font-size: 1rem;
    color: #2E5CFF;
    font-weight: 600;
}

.price-amount {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2E5CFF;
    line-height: 1;
}

.price-original {
    display: none;
    font-size: 0.95rem;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
}

.price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.price-wrapper.show-discount {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.price-wrapper.show-discount .price-original {
    display: inline;
}

.price-wrapper.show-discount .price-amount {
    font-size: 2rem;
}

.price-discount-info {
    font-size: 0.85rem;
    color: #48bb78;
    font-weight: 600;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: rgba(72, 187, 120, 0.1);
    border-radius: 4px;
    display: inline-block;
}

.price-period-text {
    font-size: 0.95rem;
    color: #6c757d;
    font-weight: 400;
}

@media (max-width: 767px) {
    .price-amount {
        font-size: 1.75rem;
    }

    .price-wrapper.show-discount .price-amount {
        font-size: 1.5rem;
    }

    .price-discount-info {
        font-size: 0.8rem;
    }

    .popular-badge {
        font-size: 10px;
        padding: 4px 12px;
        top: -10px;
    }

    .popular-badge i {
        font-size: 12px;
    }

    .service-card.popular-card {
        transform: scale(1);
    }

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

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2d3748;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #2E5CFF 0%, #1a3fcc 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(46, 92, 255, 0.15);
    border-color: #2E5CFF;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2E5CFF 0%, #1a3fcc 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.service-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.service-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-features li {
    padding: 0.65rem 0;
    color: #4a5568;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.service-features li:last-child {
    border-bottom: none;
}

.service-features li::before {
    content: '✓';
    color: #48bb78;
    font-weight: bold;
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

/* Service Card Buttons */
.service-card-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
}

.service-card-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-card-buttons .btn i {
    font-size: 1rem;
}

.service-card-buttons .btn-add-cart {
    background: white;
    border: 2px solid #2E5CFF;
    color: #2E5CFF;
}

.service-card-buttons .btn-add-cart:hover {
    background: #2E5CFF;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 92, 255, 0.3);
}

.service-card-buttons .btn-buy-now {
    background: linear-gradient(135deg, #2E5CFF 0%, #1a4acc 100%);
    border: none;
    color: white;
}

.service-card-buttons .btn-buy-now:hover {
    background: linear-gradient(135deg, #3d6bff 0%, #2E5CFF 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 92, 255, 0.4);
}

/* Add to Cart Button States */
.service-card-buttons .btn-success {
    background: #48bb78 !important;
    border-color: #48bb78 !important;
    color: white !important;
}

.service-card-buttons .btn-danger {
    background: #f56565 !important;
    border-color: #f56565 !important;
    color: white !important;
}

/* Features Section */
.features-section {
    padding: 100px 0;
}

.feature-card {
    text-align: center;
    padding: 2rem 1rem;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2E5CFF 0%, #1a3fcc 100%);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(46, 92, 255, 0.3);
    transition: transform 0.3s ease;
}

.service-badge > img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(10deg);
}

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

.feature-card {
    transition: all 0.3s ease;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2d3748;
}

.feature-description {
    color: #6c757d;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2E5CFF 0%, #1a3fcc 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
    opacity: 0.3;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-custom-primary {
    background: white;
    color: #2E5CFF;
    border: none;
    padding: 16px 45px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-custom-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2E5CFF;
    transition: width 0.4s ease;
    z-index: 0;
}

.btn-custom-primary:hover::before {
    width: 100%;
}

.btn-custom-primary:hover {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid white;
    padding: 14px 43px;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(46, 92, 255, 0.35);
    font-weight: 700;
}

.btn-custom-primary span {
    position: relative;
    z-index: 2;
}

.btn-custom-primary:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 30px rgba(46, 92, 255, 0.3);
}

.btn-custom-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 14px 43px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-custom-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: white;
    transition: width 0.4s ease;
    z-index: -1;
}

.btn-custom-secondary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s ease;
    z-index: 0;
}

.btn-custom-secondary:hover::after {
    left: 100%;
}

.btn-custom-secondary:hover {
    color: #2E5CFF;
    border-color: white;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(255,255,255,0.35);
    font-weight: 700;
}

.btn-custom-secondary:hover::before {
    width: 100%;
}

.btn-custom-secondary:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

/* Outline Primary Button Style */
.btn-outline-primary {
    background: transparent;
    color: #2E5CFF;
    border: 2px solid #2E5CFF;
    padding: 14px 40px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-outline-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #2E5CFF 0%, #1a4acc 100%);
    transition: width 0.4s ease;
    z-index: -1;
}

.btn-outline-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.5s ease;
    z-index: 0;
}

.btn-outline-primary:hover::after {
    left: 100%;
}

.btn-outline-primary:hover {
    color: white;
    border-color: #2E5CFF;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 40px rgba(46, 92, 255, 0.3);
    font-weight: 700;
}

.btn-outline-primary:hover::before {
    width: 100%;
}

.btn-outline-primary:active {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 8px 25px rgba(46, 92, 255, 0.25);
}

.btn-outline-primary:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(46, 92, 255, 0.3);
    transform: scale(1.02);
}

/* Primary Button Style (Bootstrap override) */
.btn-primary {
    background: linear-gradient(135deg, #2E5CFF 0%, #1a4acc 100%);
    color: white;
    border: none;
    padding: 14px 35px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(46, 92, 255, 0.3);
    z-index: 1;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s ease;
    z-index: -1;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #3d6bff 0%, #2E5CFF 100%);
    color: white;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 40px rgba(46, 92, 255, 0.4);
    font-weight: 700;
}

.btn-primary:active {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 8px 25px rgba(46, 92, 255, 0.3);
}

.btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(46, 92, 255, 0.4);
    transform: scale(1.02);
}

/* Focus states for accessibility */
.btn-custom-primary:focus,
.btn-custom-secondary:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(46, 92, 255, 0.4);
    transform: scale(1.03);
}

.btn-custom-primary:focus {
    box-shadow: 0 0 0 4px rgba(46, 92, 255, 0.4), 0 5px 20px rgba(0,0,0,0.15);
}

.btn-custom-secondary:focus {
    box-shadow: 0 0 0 4px rgba(255,255,255,0.4), 0 10px 30px rgba(0,0,0,0.2);
}

/* Support Section */
.support-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.support-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.support-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(46, 92, 255, 0.15);
    border-color: #2E5CFF;
}

.support-card:hover .support-icon {
    transform: scale(1.1) rotate(5deg);
}

.support-icon {
    transition: transform 0.3s ease;
}

.support-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #2E5CFF 0%, #1a3fcc 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(46, 92, 255, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.75rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .hero-features li {
        font-size: 1rem;
    }

    .hero-visuals {
        height: 500px;
        margin-top: 2rem;
    }

    .hero-cloud {
        width: 70%;
        max-width: 400px;
        right: -8%;
        top: 0;
    }

    .hero-server {
        width: 80%;
        max-width: 450px;
        left: -12%;
        top: 25%;
    }

    .hero-model {
        width: 90%;
        max-width: 480px;
        bottom: 0;
        right: -8%;
    }

    .hero-discount-badge {
        top: 3%;
        right: 3%;
    }

    .discount-badge-image {
        width: 100px;
    }

    .discount-badge-text {
        width: 80%;
        top: 51%;
    }

    .discount-title {
        font-size: 1.1rem;
    }

    .discount-subtitle {
        font-size: 0.5rem;
        letter-spacing: 0.6px;
    }

    .section-title {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
        text-align: center;
    }

    .hero-subtitle {
        font-size: 1.15rem;
        line-height: 1.6;
        text-align: center;
    }

    .hero-features {
        align-items: center;
        text-align: left;
        gap: 0.75rem;
    }

    .hero-features li {
        font-size: 0.95rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
    }

    .feature-icon {
        font-size: 1.75rem;
    }

    .hero-buttons {
        align-items: center;
        width: 100%;
    }

    .cta-subtext {
        justify-content: center;
        font-size: 0.9rem;
    }

    .hero-visuals {
        height: 400px;
        margin-top: 1.5rem;
    }

    .hero-cloud {
        width: 75%;
        max-width: 320px;
        right: -10%;
        top: 8%;
    }

    .hero-server {
        width: 85%;
        max-width: 360px;
        left: -15%;
        top: 30%;
    }

    .hero-model {
        width: 95%;
        max-width: 380px;
        bottom: 0;
        right: -10%;
    }

    .stats-section {
        margin-top: -30px;
        padding-bottom: 40px;
    }

    .stat-card {
        padding: 1.5rem 1rem;
    }

    .stat-icon {
        width: 55px;
        height: 55px;
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .stat-number {
        font-size: 1.75rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .service-section {
        padding: 60px 0;
    }

    .service-card {
        padding: 2rem 1.5rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .service-title {
        font-size: 1.15rem;
    }

    .service-price {
        font-size: 1.75rem;
    }

    .service-features li {
        font-size: 0.875rem;
    }

    .features-section {
        padding: 60px 0;
    }

    .feature-card {
        padding: 1.5rem 1rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .feature-title {
        font-size: 1.1rem;
    }

    .feature-description {
        font-size: 0.9rem;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-buttons {
        flex-direction: row;
        gap: 0.75rem;
    }

    .cta-buttons .btn-custom-primary,
    .cta-buttons .btn-custom-secondary {
        width: auto;
    }

    .support-section {
        padding: 60px 0;
    }

    .support-card {
        padding: 2rem 1.5rem;
    }

    .support-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-visuals {
        height: 350px;
    }

    .hero-cloud {
        width: 85%;
        right: -15%;
        top: 5%;
    }

    .hero-server {
        width: 95%;
        left: -20%;
        top: 30%;
    }

    .hero-model {
        width: 100%;
    }
}

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-features li {
        font-size: 0.9rem;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-buttons .btn-custom-primary,
    .cta-buttons .btn-custom-secondary {
        width: 100%;
        text-align: center;
    }

    .hero-visuals {
        height: 300px;
        margin-top: 1rem;
        position: relative;
    }

    .hero-cloud {
        display: none !important;
    }

    .hero-model {
        position: absolute;
        width: 130%;
        max-width: 380px;
        left: 65%;
        bottom: 60px;
        display: block;
        filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.4));
        z-index: 4;
        transform: translateX(-50%);
    }

    .hero-server {
        position: absolute;
        width: 68%;
        max-width: 260px;
        left: 0;
        top: 26%;
        z-index: 2;
        animation: float 8s ease-in-out infinite reverse;
    }

    .hero-discount-badge {
        position: absolute;
        top: 3%;
        right: 20%;
        z-index: 5;
        animation: floatBadge 3s ease-in-out infinite;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: scale(1.2);
    }

    .discount-badge-image {
        width: 48%;
        filter: drop-shadow(0 10px 25px rgba(255, 215, 0, 0.6));
    }

    .discount-badge-text {
        width: 90%;
    }

    .discount-title {
        font-size: 1.4rem;
    }

    .discount-subtitle {
        font-size: 0.65rem;
    }

    .stat-card {
        padding: 1.25rem 0.75rem;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .section-header {
        margin-bottom: 3rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .service-card {
        padding: 1.75rem 1.25rem;
    }

    .service-card-header {
        flex-direction: column;
        text-align: center;
    }

    .service-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .btn-custom-primary,
    .btn-custom-secondary {
        padding: 14px 35px;
        font-size: 1rem;
    }

    .feature-card {
        padding: 1.25rem 0.75rem;
    }

    .support-card {
        padding: 1.75rem 1.25rem;
    }

    .support-icon {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }

    .faq-section {
        padding: 60px 0;
    }

    .faq-button {
        padding: 1.25rem 1.5rem;
    }

    .faq-button span {
        font-size: 1rem;
    }

    .faq-content {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .faq-content p {
        font-size: 0.95rem;
    }

    /* Reduce animation on mobile for better performance */
    .btn-custom-primary:hover {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 15px 40px rgba(46, 92, 255, 0.35);
    }

    .btn-custom-secondary:hover {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 15px 40px rgba(255,255,255,0.35);
    }

    .service-card:hover {
        transform: translateY(-5px) scale(1.01);
    }

    .stat-card:hover {
        transform: translateY(-5px) scale(1.01);
    }

    .support-card:hover {
        transform: translateY(-3px) scale(1.01);
    }

    .faq-item:hover {
        transform: translateY(-2px);
    }

    .btn-outline-primary:hover {
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 12px 35px rgba(46, 92, 255, 0.25);
    }

    .btn-primary:hover {
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 12px 35px rgba(46, 92, 255, 0.35);
    }
}

/* Landscape orientation for mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-title {
        font-size: 1.75rem;
    }

    .hero-visuals {
        height: 260px;
        margin-top: 1rem;
    }

    .hero-cloud {
        width: 85%;
        max-width: 280px;
        right: -15%;
        top: 8%;
    }

    .hero-server {
        width: 95%;
        max-width: 320px;
        left: -20%;
        top: 38%;
    }

    .hero-model {
        width: 100%;
        max-width: 340px;
        bottom: 0;
        right: -15%;
    }

    .stats-section {
        margin-top: -20px;
    }

    .section-title {
        font-size: 1.5rem;
    }
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(46, 92, 255, 0.15);
    border-color: #2E5CFF;
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2E5CFF 0%, #1a4acc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.contact-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

.contact-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: #ffffff;
}

.faq-item {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #2E5CFF;
    box-shadow: 0 8px 25px rgba(46, 92, 255, 0.15);
}

.faq-title {
    margin: 0;
}

.faq-button {
    width: 100%;
    padding: 1.5rem 1.75rem;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-button span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.5;
}

.faq-button:hover span {
    color: #2E5CFF;
}

.faq-icon {
    font-size: 0.9rem;
    color: #2E5CFF;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-button:not(.collapsed) .faq-icon {
    transform: rotate(180deg);
}

.faq-content {
    padding: 0 1.75rem 1.75rem 1.75rem;
}

.faq-content p {
    color: #6c757d;
    line-height: 1.8;
    margin: 0;
    font-size: 1rem;
}

.faq-content .collapse {
    transition: all 0.35s ease;
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Utility Classes */
.text-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-light-gradient {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Modal Styles */
.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 2rem);
    margin: 1rem auto;
}

.modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, #2E5CFF 0%, #1a4acc 100%);
    color: white;
    border-bottom: none;
    padding: 1.5rem 2rem;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-body {
    padding: 2rem;
    background: #f8f9fa;
}

.modal .form-label {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.modal .form-control,
.modal .form-select {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: white;
}

.modal .form-control:focus,
.modal .form-select:focus {
    border-color: #2E5CFF;
    box-shadow: 0 0 0 4px rgba(46, 92, 255, 0.1);
}

.modal .form-control::placeholder {
    color: #a0aec0;
}

.modal .btn-gradient {
    background: linear-gradient(135deg, #2E5CFF 0%, #1a4acc 100%);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(46, 92, 255, 0.3);
}

.modal .btn-gradient:hover {
    background: linear-gradient(135deg, #3d6bff 0%, #2E5CFF 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(46, 92, 255, 0.4);
}

.modal .btn-secondary {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    color: #6c757d;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.modal .btn-secondary:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.modal .alert-info {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border: none;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
}

.modal .alert-info small {
    color: #1976d2;
}

.modal textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

/* Modal responsive */
@media (max-width: 575px) {
    .modal-dialog {
        margin: 1rem;
    }

    .modal-body {
        padding: 1.5rem;
    }

    .modal .form-control,
    .modal .form-select {
        font-size: 0.9rem;
        padding: 0.65rem 0.85rem;
    }

    .modal .btn-gradient {
        padding: 0.65rem 1.5rem;
        font-size: 0.9rem;
    }
}

