.package-page .p-package {
    min-height: calc(100vh - 115px);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.package-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-header {
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.package-card:nth-child(1) .package-header {
    background: linear-gradient(135deg, #b565a7 0%, #8e44ad 100%);
}

.package-card:nth-child(2) .package-header {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
}

.package-card:nth-child(3) .package-header {
    background: linear-gradient(135deg, #fd79a8 0%, #e84393 100%);
}

.package-card:nth-child(4) .package-header {
    background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
}

.package-price {
    background: white;
    padding: 25px 20px 15px;
    text-align: center;
    min-height: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.price-main {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #1f1f1f;
}

.price-original {
    color: #9e1e6a;
    text-decoration: line-through;
    font-size: 1.5rem;
    font-weight: 600;
}

.package-card:nth-child(1) .price-main {
    color: #e74c3c;
}

.price-duration {
    font-size: 1rem;
    color: #7f8c8d;
    font-weight: 600;
}

.package-features {
    padding: 0 20px 20px;
    background: white;
}

.features-box {
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    padding: 20px;
    min-height: 208px;
}

.features-list {
    list-style: none;
}

.features-list li {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #2c3e50;
    position: relative;
    padding-left: 10px;
}

.features-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.register-btn {
    margin: 0 20px 25px;
    background: linear-gradient(135deg, #ff7675 0%, #fd79a8 100%);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.package-card:nth-child(1) .register-btn {
    background: linear-gradient(135deg, #b565a7 0%, #8e44ad 100%);
}

.package-card:nth-child(2) .register-btn {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
}

.package-card:nth-child(3) .register-btn {
    background: linear-gradient(135deg, #fd79a8 0%, #e84393 100%);
}

.package-card:nth-child(4) .register-btn {
    background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
}

.register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cursor-icon {
    width: 16px;
    height: 16px;
    fill: white;
}

.p-package {
    padding: 20px 0px;
    padding-bottom: 0px;
}

.package-heading {
    margin-bottom: 24px;
    text-align: center;
}

.package-heading h1 {
    font-weight: 600;
    font-size: 2.5rem;
    font-family: "Quicksand";
}

.package-heading p {
    font-size: 16px;
}

.form-register-package {
    display: flex;
    justify-content: center;
    align-items: center;
}

#buy-package .packages-grid {
    grid-template-columns: repeat(2, 1fr);
}

/* Notify Zalo Section - Bright Orange for Attention */
.notify-zalo {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.notify-title,
.notify-content {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.notify-title {
    font-size: 1.1rem;
}

.notify-content {
    font-size: 1.4rem;
}

.trial-member-section {
    max-width: 100%;
    margin: 0;
    background: #0a243c;
    border-radius: 0;
    padding: 60px 0px;
    box-shadow: none;
    border: none;
    margin-top: 20px;
}

.trial-instructions-section {
    background: #0e2e4e;
    padding: 40px 0;
}

.trial-heading {
    text-align: center;
    margin-bottom: 40px;
}

.trial-heading h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.trial-heading p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 300;
}

.trial-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
    align-items: start;
}

.trial-benefits {
    padding-right: 40px;
}

.trial-benefits h3 {
    color: #7cfefe;
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.trial-features-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.trial-features-list li {
    color: white;
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.trial-features-list li i {
    color: #5eead4;
    margin-right: 12px;
    font-size: 1rem;
    margin-top: 2px;
    min-width: 20px;
}

.trial-features-list li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.trial-features-list li .icon-check {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #60c8ce;
    border-bottom: 1px solid #60c8ce;
    border-left: 1px solid #275b6d;
    border-top: 1px solid #275b6d;
    border-radius: 3px;
    position: relative;
}

.trial-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 60px;
}

.trial-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
}

.trial-info i {
    display: none;
}

.trial-text h4 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.trial-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.trial-btn {
    background: #7cfefe;
    color: #0a243c;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: none;
    width: 100%;
}

.trial-btn:hover {
    background: #2dd4bf;
    transform: translateY(-2px);
}

.trial-btn i {
    display: none;
}

.trial-instructions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
}

.instruction-item {
    text-align: center;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    transition: none;
}

.instruction-item:hover {
    transform: none;
}

.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #5eead4;
    color: #1e3a8a;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    box-shadow: none;
}

.instruction-item p {
    color: white;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .trial-heading h2,.package-heading h1{
        font-size: 1.5rem;
    }
    .trial-content{
        grid-template-columns: repeat(1,1fr);
        margin-bottom: 0px;
    }
    .trial-benefits{
        padding-right: 0;
    }
    .trial-features-list,.trial-instructions{
        grid-template-columns: repeat(1,1fr);
    }
}

@media (max-width: 768px) {
    .packages-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .trial-member-section{
        padding: 30px 0;
    }
}
