body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #141C2A;
    margin: 0;
    padding: 0;
  }

/* ===== HERO SECTION FiveM ===== */
.fivem-hero-section {
    background: transparent;
    padding: 3.5rem 0 2.5rem 0;
    color: #000000;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.fivem-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.fivem-hero-text {
    flex: 1 1 400px;
    min-width: 320px;
    max-width: 600px;
}

.fivem-hero-rating {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
}
.fivem-rating-value {
    color: #cacbd2;
}
.fivem-rating-reviews {
    color: #cacbd2;
}
.fivem-stars i {
    color: #00B479;
}
.fivem-trustpilot {
    color: #00B479;
    font-weight: 600;
}

.fivem-hero-title {
    font-size: 2.8rem;
    color: #cacbd2;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 0.7rem;
}

.fivem-hero-desc {
    font-size: 1.18rem;
    color: #cacbd2;
    margin-bottom: 1.3rem;
    line-height: 1.4;
}

.fivem-hero-features {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem 2.1rem;
    color: #cacbd2;
}
.fivem-hero-features li {
    font-size: 1.04rem;
    color: #cacbd2;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.1rem;
}
.fivem-hero-features i {
    background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
-webkit-background-clip: text;
color: transparent;

    font-size: 1.12em;
    border-radius: 50%;
    margin-right: 0.2em;
}

.fivem-hero-image {
    flex: 1 1 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    max-width: 420px;
}
.fivem-img-wrapper img {
    width: 600px;
    height: auto;
    max-width: 110%;
    max-height: 700px;
    background: transparent;
}

/* Planes */
.plans-section {
    padding: 3rem 0 2rem 0;
}

.plans-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.8rem;
    max-width: 1200px;
    margin: 0 auto;
}

.plan-card {
    background: #44AFC215;
    border-radius: 16px;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.plan-card {
    border: 2px solid #44AFC2;
}

.plan-card.featured {
    transform: scale(1.03);
    border: 2px solid #44AFC2;
    box-shadow: 0 8px 30px #44AFC234;
}

.plan-header {
    text-align: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.plan-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    border-radius: 3px;
}
.plan-header::after {
    background: #44AFC2;
}

.plan-header h3 {
    font-size: 1.4rem;
    color: #cacbd2;
    margin: 0.5rem 0 0.5rem 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.plan-header h3 img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.plan-badge {
    position: absolute;
    top: -40px;
    background-color: #44AFC2;
    right: -85px;
    color: #cacbd2;
    padding: 0.5rem 0;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(45deg);
    transform-origin: left center;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 200px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.plan-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(-45deg);
    z-index: -1;
}

.plan-badge span {
    display: inline-block;
    transform: translateX(-10px);
}

.plan-specs {
    margin: 0.5rem 0 0.75rem;
    flex-grow: 1;
    padding: 0.25rem;
}
.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.spec-item {
    background: transparent;
    border-radius: 8px;
    padding: 0.8rem 0.7rem;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    
    
    position: relative;
    overflow: hidden;
}

.spec-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.spec-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.spec-item:hover::before {
    opacity: 1;
}

.spec-item i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #44AFC2;
    color: #cacbd2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.spec-item::before {
    background: #44AFC2e5;
}

.spec-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.spec-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #cacbd2;
}
.spec-label {
    font-size: 0.65rem;
    color: #cacbd2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    opacity: 0.9;
}
.price {
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    line-height: 1;
    margin: 0.3rem 0 1rem;
    position: relative;
}

.price-original-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.2rem;
}

.price-original {
    text-decoration: line-through;
    color: #cacbd2;
    font-size: 1rem;
    line-height: 1.2;
}
.price-discount {
    background: #ff6b6b;
    color: #cacbd2;
    padding: 0.2rem 0.6rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: -1px;
}
.price-final {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.1rem;
    width: 100%;
}

.amount {
    font-size: 1.5rem;
    font-weight: 800;
    color: #44AFC2;
}
.period {
    font-size: 1rem;
    color: #cacbd2;
    margin-left: 0.2rem;
}
.btn-select {
    width: 100%;
    padding: 0.7rem;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    margin-top: 0.25rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #44AFC2;
    box-shadow: 0 3px 10px #44AFC234;
}
.btn-select:hover {
    background: #328fa0;
}
@media (max-width: 1050px) {
    .fivem-hero-content {
        flex-direction: column;
        gap: 2.5rem;
        align-items: flex-start;
    }
    .fivem-hero-image {
        align-self: center;
    }
}
@media (max-width: 600px) {
    .fivem-hero-section {
        padding: 2rem 0 1.2rem 0;
    }
    .fivem-hero-title {
        font-size: 2.1rem;
    }
    .fivem-hero-content {
        gap: 1.2rem;
    }
    .fivem-img-wrapper img {
        width: 90vw;
        height: auto;
        min-width: 180px;
        max-width: 99vw;
    }
}
/* ===== END HERO SECTION FiveM ===== */


    @media (max-width: 1325px) {
        .fivem-hero-content {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 2.5rem;
        }
        
        .fivem-hero-text {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 800px;
        }
        
        .fivem-hero-features {
            justify-content: center;
        }

        
        .fivem-img-wrapper img {
            display: none;
        }

        .plans-container {
            margin-left: 2%;
            margin-right: 2%;
        }
    }
