/* ===========================
   SOFTWARES GRID - MODERN SECTION
   =========================== */

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 107, 53, 0.4); }
    50% { box-shadow: 0 0 40px rgba(255, 107, 53, 0.6); }
}

@keyframes slideRight {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.softwares-modern-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
    position: relative;
    overflow: hidden;
}

.softwares-modern-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.15) 0%, transparent 70%);
    pointer-events: none;
    animation: float 8s ease-in-out infinite;
}

.softwares-modern-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(229, 90, 43, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.softwares-modern-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Softwares Header */
.softwares-header {
    text-align: center;
    margin-bottom: 100px;
    padding: 80px 50px;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.15) 0%, rgba(229, 90, 43, 0.1) 100%);
    border-radius: 40px;
    border: 3px solid rgba(255, 107, 53, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(255, 107, 53, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-direction: column;
}

.softwares-title {
    font-size: 4rem;
    font-weight: 950;
    background: linear-gradient(135deg, #FF8C42 0%, #FFB347 50%, #FF6B35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    letter-spacing: -2px;
    line-height: 1.05;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    text-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
    filter: drop-shadow(0 0 30px rgba(255, 107, 53, 0.3));
}

.softwares-title i {
    color: #FFB347;
    font-size: 4rem;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 0 30px rgba(255, 107, 53, 0.6));
    text-shadow: 0 0 40px rgba(255, 107, 53, 0.5);
}

.softwares-subtitle {
    font-size: 1.35rem;
    color: #e0e0e0;
    margin: 0 0 40px 0;
    line-height: 1.9;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.header-divider {
    width: 150px;
    height: 6px;
    background: linear-gradient(90deg, #FFB347 0%, #FF8C42 50%, #FF6B35 100%);
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.5), 0 0 60px rgba(255, 107, 53, 0.3);
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}

.carousel-btn {
    width: 56px;
    height: 56px;
    border: 3px solid #FF6B35;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF6B35;
    font-size: 1.4rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 800;
}

.carousel-btn:hover {
    background: linear-gradient(135deg, #FF6B35 0%, #FFB347 100%);
    color: white;
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 0 40px rgba(255, 107, 53, 0.6), 0 12px 40px rgba(255, 107, 53, 0.3);
    border-color: #FFB347;
}

/* Software Carousel */
.softwares-carousel-wrapper {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.softwares-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
}

.softwares-carousel::-webkit-scrollbar {
    display: none;
}

/* Software Card Base */
.software-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid rgba(255, 107, 53, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 107, 53, 0.1);
    animation: slideInUp 0.7s ease-out forwards;
    min-width: calc(25% - 18px);
    flex-shrink: 0;
}

.software-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #FFB347 0%, #FF8C42 50%, #FF6B35 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.software-card:hover::after {
    transform: scaleX(1);
}

.software-card:hover {
    transform: translateY(-18px) scale(1.05) rotateY(2deg);
    border-color: #FF6B35;
    box-shadow: 0 30px 80px rgba(255, 107, 53, 0.4), 0 0 50px rgba(255, 107, 53, 0.2), inset 0 0 30px rgba(255, 107, 53, 0.1);
}

.software-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #FFB347 0%, #FF8C42 50%, #FF6B35 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 1px;
    z-index: 10;
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.5), 0 8px 25px rgba(255, 107, 53, 0.3);
    text-transform: uppercase;
    animation: float 3s ease-in-out infinite;
}

/* Software Image */
.software-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.software-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.15) 0%, rgba(229, 90, 43, 0.08) 100%);
    z-index: 1;
}

.software-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.3) 100%);
    z-index: 2;
}

.software-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 1;
    filter: brightness(0.95);
}

.software-card:hover .software-image img {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1.1);
}

/* Software Content */
.software-content {
    flex: 1;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.02) 0%, transparent 100%);
}

.software-title {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 14px 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.software-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}

.software-tags .tag {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2) 0%, rgba(255, 140, 66, 0.15) 100%);
    color: #FFB347;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 800;
    border: 1.5px solid rgba(255, 107, 53, 0.4);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.software-features {
    flex: 1;
}

.software-features p {
    margin: 0 0 12px 0;
    font-size: 0.95rem;
    color: #d0d0d0;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.software-features i {
    background: linear-gradient(135deg, #FF8C42 0%, #FF6B35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
    filter: drop-shadow(0 0 8px rgba(255, 107, 53, 0.4));
}

/* Software Footer */
.software-footer {
    padding: 22px 24px;
    border-top: 2px solid rgba(255, 107, 53, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(229, 90, 43, 0.05) 100%);
}

.software-price {
    flex-shrink: 0;
    text-align: right;
}

.price-label {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 3px;
}

.price-value {
    font-size: 1.65rem;
    font-weight: 950;
    background: linear-gradient(135deg, #FFB347 0%, #FF8C42 50%, #FF6B35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: baseline;
    gap: 6px;
    text-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
    filter: drop-shadow(0 0 15px rgba(255, 107, 53, 0.3));
}

.price-value .currency {
    font-size: 0.9rem;
    font-weight: 800;
}

.software-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.btn-detail,
.btn-cart {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.btn-detail {
    display: none;
}

.btn-cart {
    background: linear-gradient(135deg, #FFB347 0%, #FF8C42 50%, #FF6B35 100%);
    color: white;
    flex: 1;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cart:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 50px rgba(255, 107, 53, 0.5), 0 0 30px rgba(255, 107, 53, 0.3);
}

/* Softwares Footer */
.softwares-footer {
    text-align: center;
    padding: 50px 20px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 50px;
    background: linear-gradient(135deg, #FFB347 0%, #FF8C42 50%, #FF6B35 100%);
    color: white;
    text-decoration: none;
    border-radius: 35px;
    font-weight: 900;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.4), 0 0 30px rgba(255, 107, 53, 0.2);
    border: 3px solid transparent;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.view-all-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    transition: left 0.6s ease;
}

.view-all-btn:hover::before {
    left: 100%;
}

.view-all-btn:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 20px 60px rgba(255, 107, 53, 0.6), 0 0 50px rgba(255, 107, 53, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.view-all-btn i {
    transition: transform 0.2s ease;
}

.view-all-btn:hover i {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .softwares-modern-section {
        padding: 80px 0;
    }

    .softwares-header {
        margin-bottom: 60px;
        padding: 50px 30px;
    }

    .softwares-title {
        font-size: 3rem;
    }

    .softwares-title i {
        font-size: 3rem;
    }

    .softwares-subtitle {
        font-size: 1.1rem;
    }

    .software-card {
        min-width: calc(50% - 12px);
    }

    .carousel-btn {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .softwares-modern-section {
        padding: 60px 0;
    }

    .softwares-header {
        margin-bottom: 50px;
        padding: 40px 20px;
        border-radius: 20px;
    }

    .softwares-title {
        font-size: 2.2rem;
        gap: 15px;
    }

    .softwares-title i {
        font-size: 2.2rem;
    }

    .softwares-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .header-divider {
        width: 80px;
        height: 4px;
    }

    .carousel-controls {
        width: 100%;
        justify-content: center;
        gap: 12px;
        margin-top: 30px;
    }

    .carousel-btn {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .softwares-carousel {
        gap: 18px;
    }

    .software-card {
        min-width: calc(50% - 9px);
        border-radius: 14px;
    }

    .software-image {
        height: 160px;
    }

    .software-content {
        padding: 18px 16px;
    }

    .software-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .software-features p {
        font-size: 0.85rem;
        margin-bottom: 8px;
        gap: 8px;
    }

    .software-features i {
        font-size: 0.85rem;
    }

    .software-footer {
        padding: 14px 16px;
        gap: 10px;
    }

    .price-value {
        font-size: 1.25rem;
    }

    .price-value .currency {
        font-size: 0.85rem;
    }

    .btn-detail,
    .btn-cart {
        font-size: 0.8rem;
        padding: 8px 12px;
    }

    .view-all-btn {
        padding: 14px 36px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .softwares-modern-section {
        padding: 40px 0;
    }

    .softwares-header {
        margin-bottom: 35px;
        padding: 30px 15px;
        border-radius: 15px;
    }

    .softwares-title {
        font-size: 1.6rem;
        gap: 10px;
        margin-bottom: 10px;
    }

    .softwares-title i {
        font-size: 1.6rem;
    }

    .softwares-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .header-divider {
        width: 70px;
        height: 3px;
    }

    .carousel-controls {
        width: 100%;
        justify-content: center;
        gap: 10px;
        margin-top: 25px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .softwares-carousel {
        gap: 16px;
    }

    .software-card {
        min-width: calc(100% - 0px);
        border-radius: 12px;
    }

    .software-image {
        height: 140px;
    }

    .software-content {
        padding: 14px 12px;
    }

    .software-title {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .software-tags .tag {
        font-size: 0.7rem;
        padding: 3px 8px;
    }

    .software-features p {
        font-size: 0.8rem;
        margin-bottom: 6px;
        gap: 6px;
    }

    .software-features i {
        font-size: 0.8rem;
    }

    .software-footer {
        padding: 12px 12px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .software-price {
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
    }

    .price-label {
        font-size: 0.65rem;
        margin-bottom: 2px;
    }

    .price-value {
        font-size: 1.1rem;
    }

    .price-value .currency {
        font-size: 0.75rem;
    }

    .software-actions {
        width: 100%;
        justify-content: stretch;
    }

    .btn-detail,
    .btn-cart {
        font-size: 0.75rem;
        padding: 8px 10px;
        flex: 1;
    }

    .btn-cart i {
        display: none;
    }

    .softwares-footer {
        padding: 35px 15px;
        margin-top: 35px;
    }

    .view-all-btn {
        padding: 12px 30px;
        font-size: 0.85rem;
        gap: 6px;
    }

    .view-all-btn i {
        display: none;
    }
}

/* ===========================
   HOSTING PACKAGES SECTION
   =========================== */

.hosting-packages-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.hosting-packages-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hosting-header {
    text-align: center;
    margin-bottom: 50px;
}

.hosting-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.hosting-title i {
    color: #FF6B35;
    font-size: 2.8rem;
}

.hosting-subtitle {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.hosting-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.hosting-card {
    background: white;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 30px 25px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hosting-card:hover {
    transform: translateY(-8px);
    border-color: #FF6B35;
    box-shadow: 0 12px 32px rgba(255, 107, 53, 0.15);
}

.hosting-card.hosting-popular {
    border-color: #FF6B35;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.12);
    transform: translateY(-8px);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF6B35;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.package-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    text-align: center;
}

.package-price {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.package-price .currency {
    font-size: 1rem;
    color: #FF6B35;
    font-weight: 600;
}

.package-price .amount {
    font-size: 2rem;
    font-weight: 800;
    color: #FF6B35;
    margin: 0 5px;
}

.package-price .period {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
}

.package-features {
    flex: 1;
    margin-bottom: 25px;
}

.package-features p {
    font-size: 0.9rem;
    color: #555;
    margin: 0 0 12px 0;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-features i {
    color: #FF6B35;
    font-size: 0.85rem;
    flex-shrink: 0;
    width: 16px;
}

.hosting-btn {
    width: 100%;
    padding: 12px 20px;
    background: #f5f5f5;
    color: #1a1a1a;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hosting-btn:hover {
    border-color: #FF6B35;
    color: #FF6B35;
}

.hosting-btn-primary {
    background: #FF6B35;
    color: white;
    border-color: #FF6B35;
}

.hosting-btn-primary:hover {
    background: #E55A2B;
    border-color: #E55A2B;
}

/* Responsive */
@media (max-width: 1024px) {
    .hosting-packages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .hosting-title {
        font-size: 2.2rem;
    }

    .package-price .amount {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .hosting-packages-section {
        padding: 50px 0;
    }

    .hosting-header {
        margin-bottom: 35px;
    }

    .hosting-title {
        font-size: 1.8rem;
    }

    .hosting-packages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hosting-card {
        padding: 20px;
    }

    .package-name {
        font-size: 1.15rem;
    }

    .package-price .amount {
        font-size: 1.6rem;
    }

    .package-features p {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .popular-badge {
        top: -12px;
        font-size: 0.7rem;
        padding: 5px 12px;
    }
}

@media (max-width: 480px) {
    .hosting-packages-section {
        padding: 40px 0;
    }

    .hosting-header {
        margin-bottom: 25px;
    }

    .hosting-title {
        font-size: 1.4rem;
        gap: 10px;
    }

    .hosting-title i {
        font-size: 1.4rem;
    }

    .hosting-subtitle {
        font-size: 0.9rem;
    }

    .hosting-card {
        padding: 15px;
    }

    .package-name {
        font-size: 1.05rem;
        margin-bottom: 12px;
    }

    .package-price {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .package-price .amount {
        font-size: 1.5rem;
    }

    .package-features p {
        font-size: 0.8rem;
        margin-bottom: 8px;
        gap: 8px;
    }

    .package-features i {
        font-size: 0.75rem;
    }

    .hosting-btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .popular-badge {
        top: -10px;
        font-size: 0.65rem;
        padding: 4px 10px;
    }
}
