/*--------------------------------------------------------------
 * Pricing Page Styles
 * Styles specific to the page-pricing.php template.
 *
 * @package Thrive_Kids_GI_Care
 *--------------------------------------------------------------*/

/* ── Google Fonts (shared) ───────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap');

/* ── Hero Section ────────────────────────────────────────────── */
.pricing-hero {
    padding: 160px 24px 100px;
    text-align: center;
    background: linear-gradient(180deg, #f2f7ee 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.pricing-hero__inner {
    max-width: 760px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
}

/* Badge */
.pricing-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #276B5C;
    background-color: rgba(204, 255, 51, 0.25);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.pricing-hero__badge svg {
    flex-shrink: 0;
    color: #276B5C;
}

/* Title */
.pricing-hero__title {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-size: clamp(2.6rem, 5.5vw, 4rem);
    font-weight: 400;
    line-height: 1.12;
    color: #1a1a1a;
    margin: 0 0 28px;
    letter-spacing: -0.02em;
}

.pricing-hero__title em {
    font-style: italic;
    color: #1F4F46;
}

/* Subtitle */
.pricing-hero__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: #6b7b6b;
    max-width: 560px;
    margin: 0 auto 48px;
}

/* Animated divider line */
.pricing-hero__divider {
    width: 60px;
    height: 2px;
    background: #2F7D6B;
    margin: 0 auto;
    transform: scaleX(0);
    transform-origin: center;
}

/* ── Pricing Philosophy Section ──────────────────────────────── */
.pricing-philosophy {
    padding: 100px 24px;
    background-color: #ffffff;
}

.pricing-philosophy__inner {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

/* Label */
.pricing-philosophy__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #276B5C;
    background-color: rgba(204, 255, 51, 0.25);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
}

/* Title */
.pricing-philosophy__title {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    color: #1a1a1a;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.pricing-philosophy__title em {
    font-style: italic;
    color: #1F4F46;
}

/* Intro */
.pricing-philosophy__intro {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.75;
    color: #6b7b6b;
    max-width: 540px;
    margin: 0 auto 56px;
}

/* Card Grid */
.pricing-philosophy__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 66px;
    margin-bottom: 56px;
}

/* Card */
.pricing-philosophy__card {
    background: #fafdf5;
    border: 1px solid rgba(204, 255, 51, 0.15);
    border-left: 3px solid #2F7D6B;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-philosophy__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(31, 79, 70, 0.06);
}

/* Icon */
.pricing-philosophy__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(204, 255, 51, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d5a1e;
    margin-bottom: 20px;
}

/* Card Title */
.pricing-philosophy__card-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.3;
}

/* Card Text */
.pricing-philosophy__card-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.65;
    color: #6b7b6b;
    margin: 0;
}

/* Bottom line */
.pricing-philosophy__bottom-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #1F4F46;
    background: rgba(204, 255, 51, 0.08);
    border: 1px solid rgba(204, 255, 51, 0.18);
    border-radius: 50px;
    padding: 10px 24px;
}

.pricing-philosophy__bottom-line svg {
    flex-shrink: 0;
    color: #4e7e00;
}

/* ── Main Pricing Block ──────────────────────────────────────── */
.pricing-plans {
    padding: 100px 24px 120px;
    background: #f7f9f4;
}

.pricing-plans__inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

/* Section header */
.pricing-plans__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #276B5C;
    background-color: rgba(204, 255, 51, 0.25);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.pricing-plans__title {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 400;
    line-height: 1.15;
    color: #1a1a1a;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.pricing-plans__title em {
    font-style: italic;
    color: #1F4F46;
}

.pricing-plans__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    color: #6b7b6b;
    margin: 0 0 48px;
    line-height: 1.6;
}

/* ── Membership Card ─────────────────────────────────────────── */
.pricing-plans__card {
    background: #ffffff;
    border: 1px solid rgba(31, 79, 70, 0.06);
    border-radius: 20px;
    box-shadow:
        0 1px 3px rgba(31, 79, 70, 0.04),
        0 8px 32px rgba(31, 79, 70, 0.06);
    overflow: hidden;
    transition: box-shadow 0.4s ease;
}

.pricing-plans__card:hover {
    box-shadow:
        0 1px 3px rgba(31, 79, 70, 0.04),
        0 16px 56px rgba(31, 79, 70, 0.1);
}

/* Accent bar at top */
.pricing-plans__card-accent {
    height: 4px;
    background: linear-gradient(90deg, #1F4F46 0%, #2F7D6B 50%, #6cb87a 100%);
}

/* ── Membership Hero Zone ───────────────────────────────────── */
.pricing-plans__membership-hero {
    text-align: center;
    padding: 44px 40px 36px;
    background: linear-gradient(180deg, rgba(242, 247, 238, 0.5) 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(31, 79, 70, 0.06);
}

/* Badge */
.pricing-plans__membership-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2F7D6B;
    background: rgba(47, 125, 107, 0.08);
    border: 1px solid rgba(47, 125, 107, 0.12);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.pricing-plans__membership-badge svg {
    flex-shrink: 0;
    color: #2F7D6B;
}

/* Title */
.pricing-plans__membership-title {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* Price block */
.pricing-plans__membership-price-block {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1px;
    margin-bottom: 24px;
}

.pricing-plans__price-dollar {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F4F46;
    line-height: 1;
    position: relative;
    top: -0.6em;
}

.pricing-plans__price-amount {
    font-family: 'Inter', sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    color: #1F4F46;
    line-height: 1;
    letter-spacing: -0.03em;
}

.pricing-plans__price-period {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #6b7b6b;
    font-weight: 400;
    margin-left: 2px;
}

/* Maintenance-rate note (after 6 months) */
.pricing-plans__maintenance-rate {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.7;
    color: #6b7b6b;
    max-width: 520px;
    margin: 0 auto 10px;
}

.pricing-plans__maintenance-rate strong {
    font-weight: 700;
    color: #1F4F46;
}

.pricing-plans__maintenance-terms {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.6;
    color: #8a978a;
    max-width: 520px;
    margin: 0 auto 20px;
}

/* Description — subtle tinted card */
.pricing-plans__membership-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75;
    color: #6b7b6b;
    max-width: 520px;
    margin: 0 auto;
    padding: 16px 24px;
    background: rgba(242, 247, 238, 0.7);
    border: 1px solid rgba(31, 79, 70, 0.06);
    border-radius: 12px;
}

/* ── Card Body ──────────────────────────────────────────────── */
.pricing-plans__membership-body {
    padding: 36px 40px 8px;
    text-align: left;
}

/* Content sections */
.pricing-plans__section {
    margin-bottom: 8px;
    padding: 24px;
    background: #fafdf7;
    border: 1px solid rgba(31, 79, 70, 0.04);
    border-radius: 14px;
    transition: background 0.3s ease;
}

.pricing-plans__section:hover {
    background: #f5faf0;
}

.pricing-plans__section + .pricing-plans__section {
    margin-top: 0;
}

/* Section title with icon */
.pricing-plans__section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1F4F46;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pricing-plans__section-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(47, 125, 107, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2F7D6B;
    flex-shrink: 0;
}

/* Section text */
.pricing-plans__section-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.7;
    color: #6b7b6b;
    margin: 0 0 8px;
}

.pricing-plans__section-text:last-child {
    margin-bottom: 0;
}

/* Standard of care list */
.pricing-plans__standard-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Checklist */
.pricing-plans__includes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-plans__includes li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #3a3a3a;
    line-height: 1.55;
    padding: 4px 0;
}

.pricing-plans__includes li svg {
    flex-shrink: 0;
    color: #2F7D6B;
    margin-top: 3px;
}

/* Medication pricing cards */
.pricing-plans__med-lines {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.pricing-plans__med-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 20px 16px;
    background: #ffffff;
    border: 1px solid rgba(31, 79, 70, 0.06);
    border-radius: 12px;
    border-top: 3px solid #2F7D6B;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pricing-plans__med-line:hover {
    border-color: rgba(47, 125, 107, 0.2);
    border-top-color: #1F4F46;
    box-shadow: 0 4px 16px rgba(31, 79, 70, 0.06);
}

.pricing-plans__med-group-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2F7D6B;
}

.pricing-plans__med-name {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.pricing-plans__med-age {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6b7b6b;
    font-size: 0.74rem;
}

.pricing-plans__med-price {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1F4F46;
    white-space: nowrap;
    margin-top: 4px;
}

.pricing-plans__med-price small {
    font-weight: 400;
    font-size: 0.72rem;
    color: #6b7b6b;
}

/* Detailed medication list & pricing (ages 18–21) */
.pricing-plans__med-detail {
    margin-top: 14px;
    padding: 22px 22px 18px;
    background: #ffffff;
    border: 1px solid rgba(31, 79, 70, 0.06);
    border-radius: 12px;
}

.pricing-plans__med-detail-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1F4F46;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.pricing-plans__med-detail-intro {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 1.65;
    color: #6b7b6b;
    margin: 0 0 18px;
}

.pricing-plans__med-group + .pricing-plans__med-group {
    margin-top: 18px;
}

.pricing-plans__med-group-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2F7D6B;
    margin: 0 0 2px;
}

.pricing-plans__med-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-plans__med-detail-list li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(31, 79, 70, 0.1);
}

.pricing-plans__med-detail-list li:last-child {
    border-bottom: none;
    padding-bottom: 4px;
}

.pricing-plans__med-detail-name {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.pricing-plans__med-detail-name small {
    font-weight: 400;
    font-size: 0.74rem;
    color: #6b7b6b;
    margin-left: 4px;
}

.pricing-plans__med-detail-note {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.74rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7b6b;
    margin-top: 2px;
}

.pricing-plans__med-detail-price {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1F4F46;
    white-space: nowrap;
}

.pricing-plans__med-detail-price small {
    font-weight: 400;
    font-size: 0.72rem;
    color: #6b7b6b;
}

.pricing-plans__med-detail-price--muted {
    font-weight: 600;
    font-size: 0.78rem;
    color: #6b7b6b;
}

.pricing-plans__med-detail-fineprint {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.7;
    color: #6b7b6b;
    margin: 16px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(31, 79, 70, 0.06);
}

/* ── Card Footer ────────────────────────────────────────────── */
.pricing-plans__card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 40px 36px;
    border-top: 1px solid rgba(31, 79, 70, 0.06);
    margin-top: 28px;
}

/* Footnote — prominent 3-month minimum notice */
.pricing-plans__footnote {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1F4F46;
    background: rgba(47, 125, 107, 0.08);
    border: 1px solid rgba(47, 125, 107, 0.15);
    border-radius: 8px;
    padding: 10px 20px;
    margin: 8px 0 0;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

/* CTA Button — matches theme pattern */
.pricing-plans__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2F7D6B;
    text-decoration: none;
    background-color: #1F4F46;
    border: 1.5px solid #1F4F46;
    border-radius: 50px;
    padding: 10px 10px 10px 22px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.pricing-plans__cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #2F7D6B;
    border-radius: 50px;
    transform: translateX(-105%);
    transition: transform 0.4s ease;
    z-index: -1;
}

.pricing-plans__cta-btn:hover {
    color: #1F4F46;
    border-color: #1F4F46;
}

.pricing-plans__cta-btn:hover::before {
    transform: translateX(0);
}

.pricing-plans__cta-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #2F7D6B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1F4F46;
    flex-shrink: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pricing-plans__cta-btn:hover .pricing-plans__cta-arrow {
    background-color: #2F7D6B;
    color: #ffffff;
}

.pricing-plans__cta-reassurance {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    color: #6b7b6b;
    margin: 0;
}

/* ── Value Reinforcement Section ─────────────────────────────── */
.pricing-value {
    padding: 100px 24px 120px;
    background: #ffffff;
}

.pricing-value__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-value__header {
    text-align: center;
    margin-bottom: 64px;
}

.pricing-value__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #276B5C;
    background-color: rgba(204, 255, 51, 0.25);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.pricing-value__title {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -0.02em;
}

.pricing-value__title em {
    font-style: italic;
    color: #1F4F46;
}

.pricing-value__list {
    display: flex;
    flex-direction: column;
}

.pricing-value__row {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 44px 0;
    border-top: 1px solid rgba(31, 79, 70, 0.08);
    position: relative;
    cursor: default;
}

.pricing-value__row:last-child {
    border-bottom: 1px solid rgba(31, 79, 70, 0.08);
}

/* Hover highlight */
.pricing-value__row::before {
    content: '';
    position: absolute;
    top: 0;
    left: -24px;
    right: -24px;
    bottom: 0;
    background-color: rgba(204, 255, 51, 0.08);
    opacity: 0;
    border-radius: 12px;
    transform: scale(0.98);
    transition: all 0.4s ease;
    z-index: 0;
}

.pricing-value__row:hover::before {
    opacity: 1;
    transform: scale(1);
}

.pricing-value__row>* {
    position: relative;
    z-index: 1;
}

.pricing-value__row-num {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: rgba(31, 79, 70, 0.2);
    width: 60px;
    flex-shrink: 0;
    transition: color 0.4s ease, transform 0.4s ease;
}

.pricing-value__row:hover .pricing-value__row-num {
    color: #4e7e00;
    transform: translateX(6px);
}

.pricing-value__row-title {
    width: 250px;
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    transition: transform 0.4s ease;
}

.pricing-value__row:hover .pricing-value__row-title {
    transform: translateX(4px);
}

.pricing-value__row-text {
    flex-grow: 1;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
    color: #6b7b6b;
    margin: 0;
    padding-right: 20px;
}

.pricing-value__row-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #4e7e00;
    opacity: 0;
    transform: translateX(-16px);
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-value__row:hover .pricing-value__row-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */

@media screen and (max-width: 1024px) {
    .pricing-philosophy__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .pricing-hero {
        padding: 120px 20px 80px;
    }

    .pricing-hero__title {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .pricing-hero__subtitle {
        font-size: 0.92rem;
    }

    .pricing-philosophy {
        padding: 80px 20px;
    }

    .pricing-philosophy__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pricing-plans {
        padding: 80px 16px;
    }

    .pricing-plans__membership-hero {
        padding: 32px 24px 28px;
    }

    .pricing-plans__membership-title {
        font-size: 1.4rem;
    }

    .pricing-plans__price-amount {
        font-size: 3rem;
    }

    .pricing-plans__price-dollar {
        font-size: 1.3rem;
    }

    .pricing-plans__membership-body {
        padding: 28px 24px 8px;
    }

    .pricing-plans__section {
        padding: 20px;
    }

    .pricing-plans__card-footer {
        padding: 28px 24px 32px;
    }

    .pricing-value {
        padding: 80px 20px;
    }

    .pricing-value__header {
        margin-bottom: 48px;
    }

    .pricing-value__row {
        flex-wrap: wrap;
        gap: 8px 20px;
        padding: 32px 0;
    }

    .pricing-value__row-num {
        width: 40px;
        font-size: 1.8rem;
    }

    .pricing-value__row-title {
        width: calc(100% - 60px);
    }

    .pricing-value__row-text {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 4px;
    }

    .pricing-value__row-arrow {
        display: none;
    }

    .pricing-value__row::before {
        left: -16px;
        right: -16px;
    }
}

@media screen and (max-width: 480px) {
    .pricing-hero {
        padding: 100px 16px 60px;
    }

    .pricing-hero__title {
        font-size: 2rem;
    }

    .pricing-hero__badge {
        font-size: 0.74rem;
        padding: 6px 16px;
    }

    .pricing-hero__subtitle {
        font-size: 0.88rem;
        margin-bottom: 36px;
    }

    .pricing-philosophy {
        padding: 60px 16px;
    }

    .pricing-philosophy__title {
        font-size: 1.8rem;
    }

    .pricing-philosophy__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pricing-philosophy__card {
        padding: 24px 20px;
    }

    .pricing-philosophy__intro {
        font-size: 0.88rem;
    }

    .pricing-plans__membership-hero {
        padding: 28px 20px 24px;
    }

    .pricing-plans__membership-desc {
        padding: 14px 16px;
    }

    .pricing-plans__membership-title {
        font-size: 1.25rem;
    }

    .pricing-plans__price-amount {
        font-size: 2.6rem;
    }

    .pricing-plans__price-dollar {
        font-size: 1.1rem;
    }

    .pricing-plans__membership-body {
        padding: 20px 16px 4px;
    }

    .pricing-plans__section {
        padding: 16px;
        border-radius: 12px;
    }

    .pricing-plans__section-title {
        font-size: 0.76rem;
    }

    .pricing-plans__section-icon {
        width: 28px;
        height: 28px;
    }

    .pricing-plans__med-lines {
        grid-template-columns: 1fr;
    }

    .pricing-plans__med-line {
        padding: 16px 14px;
    }

    .pricing-plans__med-detail {
        padding: 16px 14px;
    }

    .pricing-plans__med-detail-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .pricing-plans__med-detail-price {
        white-space: normal;
    }

    .pricing-plans__card-footer {
        padding: 24px 16px 28px;
    }

    .pricing-plans__cta-btn {
        font-size: 0.74rem;
    }

    .pricing-value {
        padding: 60px 16px;
    }

    .pricing-value__header {
        margin-bottom: 40px;
    }

    .pricing-value__title {
        font-size: 1.8rem;
    }

    .pricing-value__row-num {
        width: 32px;
        font-size: 1.5rem;
    }

    .pricing-value__row-title {
        width: calc(100% - 48px);
        font-size: 1.05rem;
    }

    .pricing-value__row-text {
        padding-left: 0;
        font-size: 0.9rem;
    }

    .pricing-value__row::before {
        left: -12px;
        right: -12px;
    }
}