.gw-pricing-switcher__tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 2.5rem;
    padding: 0;
}

.gw-pricing-switcher__tab-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.gw-pricing-switcher__tab-badge {
    position: absolute;
    top: -0.6rem;
    background: #000;
    color: #fff;
    font-size: 0.85rem !important;
    line-height: 1em;
    padding: 0.2rem 0.5rem;
    font-weight: 600;
    white-space: nowrap;
    z-index: 2;
}

.gw-pricing-switcher__tab {
    padding: 1rem 1.25rem !important;
    font-size: 1rem !important;
    background: #fff !important;
    color: #000 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gw-pricing-switcher__tab:hover,
.gw-pricing-switcher__tab--active {
    background: #B2EDB2 !important;
}

.gw-pricing-switcher__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.gw-pricing-switcher__card {
    position: relative;
    background: white;
    border: 1px solid #eaeaea;
    padding: 2.5rem;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
}

.gw-pricing-switcher__card:hover {
    border-color: transparent;
    box-shadow: 0 0 0 2px #B2EDB2;
}

.gw-pricing-switcher__card-badge {
    position: absolute;
    top: -0.8rem;
    left: 5rem;
    transform: translateX(-50%);
    background: #B2EDB2;
    font-size: 0.85rem;
    padding: 0.2rem 0.6rem;
    font-weight: 600;
    z-index: 3;
    white-space: nowrap;
}

.gw-pricing-switcher__card-title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
    color: #000;
    display: inline-flex;
    gap: 20px;
    width: 100%;
    font-family: "DM Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.2em;
    align-items: center;
}

.gw-pricing-switcher__card-icon {
    width: 64px;
}

.gw-pricing-switcher__inline {
    display: flex;
    align-items: baseline;
}

.gw-pricing-switcher__price-crossed {
    margin-right: 0.25rem;
    text-decoration: line-through;
    color: #00000080;
    font-size: 1.25rem;
}

.gw-pricing-switcher__price-main {
    font-size: 2rem;
    line-height: 0.8em;
    font-weight: 700;
    color: #5F8C4B;
}

.gw-pricing-switcher__price-unit {
    font-size: 0.85rem;
    font-weight: 400;
    color: #000;
    margin-left: 0.25rem;
}

.gw-pricing-switcher__price-total {
    font-size: 0.75rem;
    color: #00000080;
    font-style: italic;
}

.gw-pricing-switcher__price-saving {
    font-size: 0.85rem;
    color: #000;
    margin: 0.675rem 0 0 0;
    text-align: center;
}

.gw-pricing-switcher__features-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eaeaea;
}

.gw-pricing-switcher__features-section-title {
    font-weight: 500;
    margin-bottom: 1rem;
}

.gw-pricing-switcher__features-section ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0;
}

.gw-pricing-switcher__button {
    display: block;
    width: max-content;
    margin: 1.5rem auto 0 auto;
    background: #B2EDB2;
    color: #000;
    padding: 0.8rem 1.2rem;
    font-weight: 500;
    font-size: 1rem;
    transition: background 0.3s ease;
    text-align: center;
}


.gw-pricing-switcher__button:hover {
    background: #96f796;
    color: #000;
}