.pricing-page {
    --pc-ink: #1f254b;
    --pc-muted: #5b6478;
    --pc-accent: #49c3b3;
    --pc-accent-dark: #0f766e;
    --pc-line: rgba(148, 163, 184, 0.24);
    overflow: hidden;
    color: var(--pc-ink);
    background: #ffffff;
}

.pricing-page *,
.pricing-page *::before,
.pricing-page *::after {
    box-sizing: border-box;
}

.pc-offer {
    padding: clamp(34px, 5vw, 64px) 0 clamp(72px, 8vw, 112px);
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 48%),
        linear-gradient(145deg, rgba(73, 195, 179, 0.17), rgba(31, 37, 75, 0.07) 58%, #ffffff 100%);
}

.pc-offer__inner {
    max-width: 1180px;
}

.pc-offer__intro {
    text-align: center;
}

.pc-offer h1,
.pc-section-heading h2,
.pc-included h2,
.pc-admin h2,
.pc-final h2 {
    color: var(--pc-ink);
    letter-spacing: -0.035em;
}

.pc-offer h1 {
    max-width: 880px;
    margin: 0 auto;
    font-size: clamp(2.55rem, 5.4vw, 4.75rem);
    line-height: 1.02;
}

.pc-offer__subtitle {
    max-width: 900px;
    margin: 18px auto 0;
    color: #455067;
    font-family: 'Merriweather', serif;
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.6;
}

.pc-button {
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(15, 118, 110, 0.2);
    font-size: 1rem;
    font-weight: 800;
}

.pc-faq {
    padding: clamp(72px, 8vw, 112px) 0;
}

.pc-faq__inner {
    max-width: 1040px;
}

.pc-section-heading {
    margin-bottom: 36px;
    text-align: center;
}

.pc-section-heading h2,
.pc-included h2,
.pc-admin h2,
.pc-final h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.12;
}

.pc-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    align-items: stretch;
    gap: 24px;
    max-width: 1180px;
    margin: clamp(26px, 4vw, 40px) auto 0;
}

.pc-plan-grid[data-tier-count="1"] {
    max-width: 540px;
}

.pc-plan-card {
    display: flex;
    min-width: 0;
    min-height: 304px;
    flex-direction: column;
    padding: clamp(26px, 3.2vw, 36px);
    border: 1px solid var(--pc-line);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.07);
}

.pc-plan-card--featured {
    border: 2px solid rgba(73, 195, 179, 0.8);
    background: linear-gradient(145deg, #effcf9 0%, #ffffff 76%);
    box-shadow: 0 24px 60px rgba(15, 118, 110, 0.13);
}

.pc-plan-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pc-plan-card h3 {
    margin: 0;
    color: var(--pc-ink);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
}

.pc-plan-card__badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    color: #334155;
    background: #eef2f6;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.pc-plan-card--featured .pc-plan-card__badge {
    color: #ffffff;
    background: var(--pc-accent-dark);
}

.pc-price {
    margin-top: 26px;
}

.pricing-page .price-main {
    color: var(--pc-ink);
    font-size: clamp(2.25rem, 3.7vw, 3.3rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.pricing-page .price-qualifier {
    margin-top: 10px;
    color: #64748b;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
}

.pc-plan-card__helper {
    min-height: 3.2em;
    margin: 18px 0 22px;
    color: var(--pc-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.pc-plan-card__cta {
    width: 100%;
    margin-top: auto;
}

.pc-tax-note {
    margin: 16px 0 0;
    color: #64748b;
    text-align: center;
    font-size: 0.92rem;
}

.pc-included {
    margin-top: clamp(64px, 8vw, 96px);
    padding: clamp(30px, 5vw, 52px);
    border: 1px solid var(--pc-line);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.pc-included h2 {
    font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.pc-included__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 30px;
    margin: 30px 0 0;
}

.pc-included__grid li {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 12px;
    color: #354056;
    line-height: 1.55;
}

.pc-included__icon {
    display: inline-flex;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--pc-accent-dark);
    background: rgba(73, 195, 179, 0.14);
}

.pc-included__icon svg {
    width: 16px;
    height: 16px;
}

.pc-included__closing {
    margin: 30px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--pc-line);
    color: var(--pc-ink);
    font-family: 'Lora', serif;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 700;
}

.pc-admin {
    padding: clamp(74px, 8vw, 112px) 0;
    background: #1f254b;
}

.pc-admin__card {
    max-width: 1000px;
    margin: 0 auto;
    padding: clamp(32px, 6vw, 66px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 10%, rgba(73, 195, 179, 0.22), transparent 44%),
        rgba(255, 255, 255, 0.035);
}

.pc-admin h2 {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

.pc-admin__toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 680px;
    margin: 30px auto 0;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(7, 12, 36, 0.34);
}

.pc-admin__option {
    min-height: 48px;
    padding: 10px 18px;
    border: 0;
    border-radius: 12px;
    color: #dbe3f0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.pc-admin__option:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.pc-admin__option:focus-visible {
    outline: 2px solid #70d7ca;
    outline-offset: 3px;
}

.pc-admin__option.is-active {
    color: #123b3a;
    background: #dff8f4;
    box-shadow: 0 8px 22px rgba(2, 8, 23, 0.2);
}

.pc-admin__panels {
    display: grid;
    max-width: 780px;
    margin: 34px auto 0;
}

.pc-admin__panel {
    grid-area: 1 / 1;
    margin: 0;
    color: #dbe3f0;
    font-family: 'Merriweather', serif;
    font-size: clamp(1rem, 1.7vw, 1.12rem);
    line-height: 1.75;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 200ms;
}

.pc-admin__panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

.pc-admin__link {
    display: inline-block;
    margin-top: 12px;
    color: #7de0d1;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    text-underline-offset: 3px;
}

.pc-faq {
    background: #ffffff;
}

.pc-faq__list {
    max-width: 840px;
    margin: 0 auto;
    border-top: 1px solid var(--pc-line);
}

.pc-faq__item {
    border-bottom: 1px solid var(--pc-line);
}

.pc-faq__item summary {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 4px;
    color: var(--pc-ink);
    cursor: pointer;
    font-size: clamp(1rem, 2vw, 1.14rem);
    font-weight: 900;
    list-style: none;
}

.pc-faq__item summary::-webkit-details-marker {
    display: none;
}

.pc-faq__item summary:focus-visible {
    outline: 2px solid rgba(73, 195, 179, 0.65);
    outline-offset: 4px;
    border-radius: 8px;
}

.pc-faq__icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    transition: transform 240ms ease;
}

.pc-faq__icon::before,
.pc-faq__icon::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: var(--pc-accent-dark);
    transition: transform 180ms ease;
}

.pc-faq__icon::after {
    transform: rotate(90deg);
}

.pc-faq__item[open]:not([data-closing]) .pc-faq__icon {
    transform: rotate(180deg);
}

.pc-faq__item[open]:not([data-closing]) .pc-faq__icon::after {
    transform: rotate(0deg);
}

.pc-faq__answer {
    max-width: 720px;
}

.pc-faq__answer-inner {
    padding: 0 44px 24px 4px;
}

.pc-faq__answer p {
    margin: 0;
    color: var(--pc-muted);
    line-height: 1.75;
}

.pc-founder {
    padding: 0 0 clamp(64px, 8vw, 96px);
    background: #ffffff;
}

.pc-founder__link {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto 22px;
    align-items: center;
    gap: 18px;
    max-width: 840px;
    margin: 0 auto;
    padding: 14px 18px;
    border: 1px solid var(--pc-line);
    border-radius: 22px;
    background: #f8fafc;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.pc-founder__link:hover {
    border-color: rgba(73, 195, 179, 0.72);
    transform: translateY(-2px);
}

.pc-founder__link:focus-visible {
    outline: 2px solid rgba(73, 195, 179, 0.65);
    outline-offset: 4px;
}

.pc-founder__link img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: cover;
}

.pc-founder__caption {
    color: var(--pc-ink);
    font-weight: 900;
}

.pc-founder__cta {
    color: var(--pc-accent-dark);
    font-weight: 800;
}

.pc-founder__link > svg {
    width: 22px;
    height: 22px;
    color: var(--pc-accent-dark);
}

.pc-final {
    padding: clamp(72px, 8vw, 104px) 0;
    background: linear-gradient(180deg, #f5fbfa 0%, #eef8f7 100%);
}

.pc-final__card {
    max-width: 940px;
    margin: 0 auto;
    padding: clamp(42px, 7vw, 76px) 24px;
    border-radius: 32px;
    text-align: center;
    background:
        radial-gradient(circle at 80% 10%, rgba(73, 195, 179, 0.26), transparent 42%),
        #1f254b;
    box-shadow: 0 28px 68px rgba(15, 23, 42, 0.2);
}

.pc-final h2 {
    color: #ffffff;
}

.pc-final p {
    max-width: 580px;
    margin: 18px auto 0;
    color: #dbe3f0;
    font-family: 'Merriweather', serif;
    font-size: 1.05rem;
    line-height: 1.7;
}

.pc-final__cta {
    margin-top: 30px;
}

@media (max-width: 760px) {
    .pc-offer {
        padding: 30px 0 72px;
    }

    .pc-offer h1 {
        font-size: clamp(2.4rem, 11vw, 3.25rem);
    }

    .pc-offer__subtitle {
        margin-top: 16px;
        line-height: 1.55;
    }

    .pc-plan-grid,
    .pc-included__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pc-plan-grid {
        gap: 18px;
        margin-top: 24px;
    }

    .pc-plan-card {
        min-height: 0;
        padding: 28px 24px;
    }

    .pc-plan-card__helper {
        min-height: 0;
    }

    .pc-included {
        padding: 28px 22px;
    }

    .pc-admin__card {
        padding: 34px 24px;
    }

    .pc-admin__toggle {
        margin-top: 24px;
    }

    .pc-admin__panels {
        margin-top: 28px;
    }

    .pc-founder__link {
        grid-template-columns: 54px minmax(0, 1fr) 20px;
        gap: 14px;
    }

    .pc-founder__link img {
        width: 54px;
        height: 54px;
        border-radius: 14px;
    }

    .pc-founder__cta {
        display: none;
    }

    .pc-founder__link > svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 420px) {
    .pricing-page .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .pc-button {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .pc-plan-card__topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .pricing-page .price-main {
        font-size: clamp(2.2rem, 11vw, 2.75rem);
    }

    .pc-faq__item summary {
        gap: 14px;
    }

    .pc-faq__answer-inner {
        padding-right: 4px;
    }

    .pc-admin__option {
        min-height: 58px;
        padding: 9px 10px;
        font-size: 0.9rem;
        line-height: 1.25;
    }

    .pc-founder__caption {
        font-size: 0.92rem;
        line-height: 1.35;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pc-admin__option,
    .pc-admin__panel,
    .pc-faq__icon,
    .pc-faq__icon::before,
    .pc-faq__icon::after,
    .pc-founder__link {
        transition: none;
    }
}
