.feature-plan-wrapper .feature-plan-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: flex-start;
}

.plain_left_images {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}

.plan-top-header {
    position: relative;
    z-index: 1;
}

.feature-plan-wrapper:after {
    content: "";
    background: linear-gradient(174.79deg, #1A237E 31.26%, rgba(26, 35, 126, 0) 101.28%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.feature-plan-wrapper {
    background: linear-gradient(135deg, #0f1d5e 0%, #1a3a7a 100%);
    padding: 130px 0 60px;
    position: relative;
}

/* LEFT SECTION */
.feature-plan-wrapper .left-section {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-plan-wrapper .left-section h1 {
    font-size: clamp(2.5rem, 6vw, 3.8rem);
    font-weight: 700;
    color: #d4ff00;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.feature-plan-wrapper .left-section p {
    font-size: clamp(0.95rem, 2vw, 1.6rem);
    font-weight: 400;
    color: #e0e8ff;
    line-height: 1.2;
}

/* RIGHT SECTION - CARD */
.feature-plan-wrapper .feature-plan-card {
    background: white;
    border-radius: 20px;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
}

.feature-plan-wrapper .card-header {
    margin-bottom: clamp(1rem, 3vw, 1.75rem);
}

.feature-plan-wrapper .card-header h2 {
    font-size: clamp(1.4rem, 4vw, 2.9rem);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.feature-plan-wrapper .card-header p {
    font-size: clamp(0.8rem, 1.5vw, 1.1rem);
    color: #000000;
}

/* FEATURES SECTION */
.feature-plan-wrapper .features-section {
    display: flex;
    gap: clamp(1rem, 3vw, 1.5rem);
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
    align-items: flex-start;
}

.feature-plan-wrapper .features-list {
    flex: 1;
}

.feature-plan-wrapper .feature-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: clamp(0.6rem, 1.5vw, 0.9rem);
}

.feature-plan-wrapper .feature-check {
    color: #7cb342;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: bold;
    flex-shrink: 0;
    margin-top: -2px;
}

.feature-plan-wrapper .feature-text {
    color: #555;
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
    line-height: 1.5;
    font-weight: 400;
}

.feature-plan-wrapper .food-image {
    flex-shrink: 0;
    width: clamp(100px, 20vw, 150px);
    height: clamp(100px, 20vw, 150px);
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

/* PLANS GRID */
.feature-plan-wrapper .plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(0.75rem, 2vw, 1.2rem);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.feature-plan-wrapper .plan-card {
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 28px 26.9px 0px #00000012;
    position: relative;
}

.feature-plan-wrapper .plan-card.active {
    border-color: #1a3a7a;
    background-color: #f8f9fc;
}

.feature-plan-wrapper .plan-header {
    display: flex;
    justify-content: end;
    align-items: end;
}
.feature-plan-wrapper .plan-title {
    color: #000;
    margin: 0;
    font-family: Arial;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: clamp(0.5rem, 2vw, 0.7rem);
}

.feature-plan-wrapper .radio-button {
width: 25px;
    height: 25px;
    border: 1.5px solid #1a3a7a;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 25px;
    /* rdaio hide */
}
.feature-plan-wrapper .radio-button.active {
    background: #CCFF00;
}

.feature-plan-wrapper .radio-button.active::after {
    content: '';
    background-image: url(../image/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.feature-plan-wrapper .radio-button.inactive {
    border-color: #ccc;
}

.feature-plan-wrapper .plan-price {
    margin-bottom: clamp(0.8rem, 2vw, 1.3rem);
}

.feature-plan-wrapper .price-amount, .feature-plan-wrapper .extra-price {
    color: #1a1a1a;
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1;
}

.feature-plan-wrapper .extra-label {
    text-align: right;
    font-size: clamp(0.7rem, 1.5vw, 0.85rem);
    color: #000000;
    font-weight: 500;
    margin-top: 0.2rem;
}

.feature-plan-wrapper .price-extra {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
}


.feature-plan-wrapper .extra-label {
    text-align: right;
    font-size: clamp(0.7rem, 1.5vw, 0.85rem);
    color: #000000;
    font-weight: 500;
    margin-top: 0.2rem;
}

/* COUNTER SECTION */
.feature-plan-wrapper .counter-row {
    display: flex;
    gap: clamp(0.5rem, 1.5vw, 0.8rem);
    margin-bottom: clamp(0.6rem, 1.5vw, 0.9rem);
    margin-top: auto;
}

.feature-plan-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    background: #1a1a1a;
    border-radius: 5px;
    padding: 5px;
}
.feature-plan-wrapper .counter-btn {
    background: none;
    border: none;
    color: #d4ff00;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 800;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #171E63;
    min-width: 32px;
    border-radius: 5px;
}
.feature-plan-wrapper .counter-btn:hover {
    background: #d4ff00;
    color: #171E63;
}
.feature-plan-wrapper .counter-btn svg {
    color: #fff;
    width: 15px;
}

.feature-plan-wrapper .counter-btn svg path {
    fill: #fff;
}

.feature-plan-wrapper .counter-btn:hover svg path {
    fill: #1a237e;
}
.feature-plan-wrapper .counter-value {
    color: white;
    font-size: clamp(0.75rem, 1.5vw, 0.9rem);
    font-weight: 700;
    min-width: 16px;
    text-align: center;
}
.plan-price-button {
    margin-bottom: clamp(0.6rem, 1.5vw, 0.9rem);
}
/* BUTTONS */
.feature-plan-wrapper .buy-btn {
    width: 100%;
    background: #CCFF00;
    color: #000;
    border: none;
    padding: clamp(0.6rem, 1.5vw, 0.8rem);
    border-radius: 6px;
    font-size: clamp(0.8rem, 1.5vw, 0.95rem);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    height: 60px;
}
.counter-row {
    border: 1px solid #CCFF00;
    background: #CCFF00;
    height: 60px;
    opacity: 1;
    border-width: 1px;
    border-radius: 6.37px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 14px;
    margin-bottom: clamp(0.6rem, 1.5vw, 0.9rem);
}

.counter-row .counter-row_button {
    flex: 1;
}

.counter-row .counter-row_button button.buy-btnright {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 16px 0;
    font-size: clamp(0.8rem, 1.5vw, 0.95rem);
    font-weight: 700;
    color: #1A237E;
    cursor: pointer;
    transition: all 0.2s;
}
.feature-plan-wrapper .buy-btn:hover {
    background: #c2f700;
    transform: translateY(-2px);
}
.feature-plan-wrapper .plan-description {
    color: #000000;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    vertical-align: bottom;
}

.feature-plan-wrapper .submit-btn {
    width: 100%;
    background: #1A237E;
    color: white;
    border: none;
    padding: clamp(0.85rem, 2vw, 1.1rem);
    border-radius: 8px;
    font-size: clamp(0.85rem, 2vw, 1rem);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    letter-spacing: 0.5px;
}

.feature-plan-wrapper .submit-btn:hover {
    background: #0f1d5e;
    transform: translateY(-2px);
}

.feature-plan-wrapper .badge {
    position: absolute;
    top: 0;
    left: 28px;
    background: #c62e2e;
    color: white;
    padding: 5px 26px;
    border-radius: 0 0 10px 10px;
    font-size: clamp(0.6rem, 1.2vw, 0.72rem);
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

.features-plan-image {
    flex: 1;
}

.features-plan_inner {
    flex: 1.7;
}

ul.features-list_items {
    list-style-type: none;
}

ul.features-list_items li.features-list-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 10px;
}

ul.features-list_items li.features-list-content span.plan_list_icon {
    border: 1px solid #1A237E;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CCFF00;
}

ul.features-list_items li.features-list-content span.plan_list_icon svg {
    width: 12px;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .feature-plan-wrapper .feature-plan-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-plan-wrapper .left-section {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .feature-plan-wrapper .features-section {
        flex-direction: column;
        align-items: center;
    }

    .feature-plan-wrapper .food-image {
        order: -1;
    }

    .feature-plan-wrapper .plans-grid {
        grid-template-columns: 1fr;
    }
}