.nzt-menu-plan-section {
    margin-top: 8px;
}

.nzt-mobile-plan-card {
    width: 100%;
    margin-top: 10px;
    padding: 18px;
    border: 1px solid rgba(71, 245, 255, 0.18);
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(71, 245, 255, 0.10), transparent 38%),
        linear-gradient(180deg, rgba(10, 20, 36, 0.96), rgba(5, 13, 25, 0.94));
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.nzt-mobile-plan-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
}

.nzt-mobile-plan-title span {
    color: #facc15;
    font-size: 0.95rem;
    line-height: 1;
    text-shadow: 0 0 14px rgba(250, 204, 21, 0.25);
}

.nzt-mobile-plan-title strong {
    color: #f8fafc;
    font-size: 0.92rem;
    line-height: 1.15;
    font-weight: 900;
}

.nzt-mobile-plan-card p {
    margin: 0 0 18px;
    color: rgba(203, 213, 225, 0.86);
    font-size: 0.82rem;
    line-height: 1.45;
}

.nzt-mobile-plan-card p span {
    color: rgba(203, 213, 225, 0.82);
}

.nzt-mobile-plan-card p strong {
    display: inline-block;
    margin-top: 3px;
    color: #f8fafc;
    font-size: 0.86rem;
    font-weight: 900;
}

.nzt-mobile-plan-card button {
    width: 100%;
    min-height: 39px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 10px;
    background: rgba(3, 7, 18, 0.36);
    color: #f8fafc;
    font-size: 0.88rem;
    font-weight: 900;
    cursor: pointer;
}

.nzt-mobile-plan-card button:hover {
    border-color: rgba(71, 245, 255, 0.48);
    background: rgba(8, 47, 73, 0.28);
}