

@import "sunset-theme.css";

body.theme-kvmrun.pricing-page {
    display: block !important;
}

body.pricing-page h1,
body.pricing-page h2,
body.pricing-page h3,
body.pricing-page h4 { color: #FFF5EE !important; }

.pp-hero {
    padding-top: 8rem;
    padding-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}
@media(min-width:768px) {
    .pp-hero { padding-top: 9rem; padding-bottom: 3rem; }
}

.pp-hero-stage {
    text-align: center;
    max-width: 52rem;
    margin: 0 auto;
}

.pp-hero-eyebrow {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.pp-hero-display {
    margin: 0 0 1.5rem;
    line-height: 1.05;
    letter-spacing: -.05em;
}
.pp-hero-display__line {
    display: block;
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    font-weight: 900;
    color: rgba(255,245,238,.55);
    margin-bottom: .35rem;
}
.pp-hero-display__grad {
    display: block;
    font-size: clamp(2.75rem, 7vw, 5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #FF4E50 0%, #F9D423 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pp-hero-lead {
    font-size: 1.0625rem;
    color: rgba(255,245,238,.55);
    line-height: 1.8;
    margin: 0 auto 2.5rem;
    max-width: 40rem;
    font-weight: 400;
}

.pp-hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 56rem;
    margin: 0 auto;
}
@media(min-width:640px) {
    .pp-hero-metrics {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

.pp-hero-metric {
    padding: 1.5rem 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
}
@media(min-width:640px) {
    .pp-hero-metric { padding: 1.75rem 1.5rem; }
}

.pp-hero-metric__val {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
    color: #FFF5EE;
}
.pp-hero-metric--accent {
    border-color: rgba(255,78,80,.28);
    background: linear-gradient(145deg, rgba(255,78,80,.1) 0%, rgba(249,212,35,.05) 100%);
}
.pp-hero-metric--accent .pp-hero-metric__val {
    background: linear-gradient(135deg, #FF4E50, #F9D423);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pp-hero-metric__label {
    font-size: .9375rem;
    font-weight: 700;
    color: rgba(255,245,238,.85);
    letter-spacing: .02em;
}
.pp-hero-metric__hint {
    font-size: .8125rem;
    color: rgba(255,245,238,.38);
    line-height: 1.4;
}

.pp-pricing-deck {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 1;
}
@media(min-width:768px) { .pp-pricing-deck { padding-top: 3.5rem; padding-bottom: 6rem; } }

.pricing-deck {
    background: rgba(255,255,255,.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,.35);
}

.pricing-deck__toolbar {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    padding: 2.25rem 1.75rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    background: linear-gradient(135deg, rgba(255,78,80,.07) 0%, rgba(249,212,35,.03) 100%);
}
@media(min-width:900px) {
    .pricing-deck__toolbar {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 3.5rem;
        padding: 2.75rem 3rem;
    }
}

.pricing-deck__kicker {
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    color: rgba(255,245,238,.45);
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: .75rem;
}
.pricing-deck__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -.04em;
    color: #FFF5EE;
    margin: 0 0 .75rem;
    line-height: 1.15;
}
.pricing-deck__sub {
    font-size: 1.0625rem;
    color: rgba(255,245,238,.5);
    margin: 0;
    line-height: 1.7;
    max-width: 32rem;
}

.pricing-deck__billing-wrap {
    display: flex;
    flex-direction: column;
    gap: .875rem;
    flex-shrink: 0;
}
.pricing-deck__billing-label {
    font-size: .8125rem;
    font-weight: 700;
    color: rgba(255,245,238,.4);
    letter-spacing: .12em;
    text-transform: uppercase;
}
#billingCycleSelector,
.pricing-deck__billing { display: flex; margin-bottom: 0; }

body.pricing-page #billingCycleSelector .cycle-tabs__btn,
body.pricing-page #billingCycleSelector button {
    color: rgba(255,245,238,.45) !important;
    -webkit-text-fill-color: rgba(255,245,238,.45) !important;
    background: transparent !important;
}
body.pricing-page #billingCycleSelector .cycle-tabs__btn:hover,
body.pricing-page #billingCycleSelector button:hover {
    color: rgba(255,245,238,.85) !important;
    -webkit-text-fill-color: rgba(255,245,238,.85) !important;
}
body.pricing-page #billingCycleSelector .cycle-tabs__btn.active,
body.pricing-page #billingCycleSelector button.active,
body.pricing-page #billingCycleSelector button[data-active="true"] {
    color: #F9D423 !important;
    -webkit-text-fill-color: #F9D423 !important;
    background: transparent !important;
}

.cycle-tabs {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0;
    border-bottom: 2px solid rgba(255,255,255,.1);
}
.cycle-tabs__indicator {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(90deg, #FF4E50, #F9D423);
    box-shadow: 0 0 12px rgba(255,78,80,.5);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition:
        transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.32s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.15s ease;
}
.cycle-tabs__indicator.is-ready { opacity: 1; }
.cycle-tabs__btn {
    position: relative;
    z-index: 2;
    padding: 1rem 1.75rem;
    border: none;
    background: transparent;
    color: rgba(255,245,238,.45);
    font-size: 1.0625rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.2s ease;
    white-space: nowrap;
    min-height: 3rem;
}
.cycle-tabs__btn:hover { color: rgba(255,245,238,.85); }
.cycle-tabs__btn.active { color: #F9D423; }

.pricing-deck__plans {
    display: flex;
    flex-direction: column;
}

.plan-row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 2rem 1.75rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease;
    align-items: center;
}
.plan-row:last-child { border-bottom: none; }
.plan-row:hover {
    background: rgba(255,255,255,.03);
}
.plan-row--feat {
    background: linear-gradient(90deg, rgba(255,78,80,.08) 0%, rgba(249,212,35,.04) 100%);
    border-bottom-color: rgba(255,78,80,.12);
}
.plan-row--feat:hover {
    background: linear-gradient(90deg, rgba(255,78,80,.12) 0%, rgba(249,212,35,.06) 100%);
}

@media(min-width:900px) {
    .plan-row {
        grid-template-columns: minmax(17rem, 1.15fr) 1.5fr auto;
        gap: 3rem;
        padding: 2.5rem 3rem;
    }
}

.plan-row__ribbon {
    position: absolute;
    top: 0;
    right: 1.75rem;
    padding: .5rem 1.15rem;
    font-size: .8125rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #220B1F;
    background: linear-gradient(135deg, #FF4E50, #F9D423);
    border-radius: 0 0 10px 10px;
}
@media(min-width:900px) { .plan-row__ribbon { right: 3rem; } }

.plan-row__head {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    min-width: 0;
}
.plan-row__num {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
    color: rgba(255,255,255,.08);
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
    min-width: 3rem;
}
.plan-row--feat .plan-row__num {
    background: linear-gradient(135deg, rgba(255,78,80,.5), rgba(249,212,35,.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.plan-row__meta { min-width: 0; }
.plan-row__tier {
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,245,238,.4);
    margin-bottom: .4rem;
}
.plan-row--feat .plan-row__tier { color: rgba(249,212,35,.75); }
.plan-row__name {
    font-size: 1.5rem;
    font-weight: 800;
    color: #FFF5EE;
    margin: 0 0 .4rem;
    letter-spacing: -.02em;
    line-height: 1.2;
}
.plan-row--feat .plan-row__name {
    background: linear-gradient(135deg, #FF4E50, #F9D423);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.plan-row__desc {
    font-size: .9375rem;
    color: rgba(255,245,238,.45);
    margin: 0;
    line-height: 1.65;
}

.plan-row__specs {
    display: flex;
    flex-wrap: wrap;
    gap: .625rem;
    align-items: center;
}
.plan-row__chip {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: 10px;
    font-size: .9375rem;
    font-weight: 600;
    color: rgba(255,245,238,.8);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    white-space: nowrap;
    line-height: 1.3;
}
.plan-row__chip--muted {
    color: rgba(255,245,238,.45);
    background: transparent;
    border-color: rgba(255,255,255,.06);
}
.plan-row--feat .plan-row__chip:not(.plan-row__chip--muted) {
    border-color: rgba(255,78,80,.25);
    background: rgba(255,78,80,.1);
}

.plan-row__aside {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-shrink: 0;
    width: 100%;
}
@media(min-width:900px) {
    .plan-row__aside {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 1rem;
        min-width: 12rem;
        width: auto;
    }
}
.plan-row__price {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: -.04em;
    color: #FFF5EE;
    line-height: 1;
    white-space: nowrap;
}
.plan-row--feat .plan-row__price {
    font-size: 2.75rem;
    background: linear-gradient(135deg, #FF4E50, #F9D423);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.plan-row__unit {
    font-size: 1.0625rem;
    font-weight: 500;
    color: rgba(255,245,238,.4);
    -webkit-text-fill-color: rgba(255,245,238,.4);
}
.plan-row__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .9rem 2rem;
    border-radius: 9999px;
    font-weight: 800;
    font-size: .9375rem;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    min-height: 3rem;
    background: rgba(255,255,255,.06);
    color: #FFF5EE !important;
    border: 1.5px solid rgba(255,255,255,.18);
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.plan-row__btn:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.25);
}
.plan-row--feat .plan-row__btn {
    background: linear-gradient(135deg, #FF4E50, #F9D423) !important;
    color: #220B1F !important;
    border-color: transparent !important;
    box-shadow: 0 4px 24px rgba(255,78,80,.4);
}
.plan-row--feat .plan-row__btn:hover { filter: brightness(1.08); }

.pricing-deck .pricing-footnote {
    padding: 1.5rem 1.75rem;
    border-top: 1px solid rgba(255,255,255,.06);
    background: rgba(0,0,0,.2);
    margin-top: 0;
    font-size: .8125rem;
    line-height: 1.6;
}
@media(min-width:900px) { .pricing-deck .pricing-footnote { padding: 1.5rem 3rem; } }

.pricing-footnote {
    font-size: .8125rem;
    color: rgba(255,245,238,.32);
    text-align: center;
}

.pp-about-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 1px solid rgba(255,255,255,.05);
    background: rgba(0,0,0,.22);
    position: relative;
    z-index: 1;
}
.pp-about-panel { padding: 2.5rem; }
@media(min-width:768px) { .pp-about-panel { padding: 3rem; } }
.pp-about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}
@media(min-width:1024px) {
    .pp-about-grid { grid-template-columns: 1.2fr 0.8fr; gap: 3rem; }
}
.pp-about-heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -.04em;
    margin-bottom: 1.25rem;
    color: #FFF5EE;
}
.pp-about-prose p {
    font-size: 1rem;
    color: rgba(255,245,238,.55);
    line-height: 1.85;
    margin: 0;
}
.pp-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
}
@media(min-width:640px) { .pp-metrics { grid-template-columns: repeat(3, 1fr); } }
.pp-metric {
    padding: 1.25rem 1.1rem;
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    transition: border-color .2s, transform .2s;
}
.pp-metric:hover {
    border-color: rgba(249,212,35,.25);
    transform: translateY(-2px);
}
.pp-metric-icon {
    width: 1.125rem;
    height: 1.125rem;
    color: #FF4E50;
    margin-bottom: .5rem;
}
.pp-metric-val {
    font-size: 1.25rem;
    font-weight: 900;
    color: #FFF5EE;
    line-height: 1.1;
}
.pp-metric-label {
    font-size: .72rem;
    color: rgba(255,245,238,.4);
    margin-top: .2rem;
    letter-spacing: .02em;
}
.pp-metric--accent {
    background: linear-gradient(135deg, rgba(255,78,80,.12), rgba(249,212,35,.08));
    border-color: rgba(255,78,80,.25);
}
.pp-metric--accent .pp-metric-val { color: #F9D423; }
.pp-metric--accent .pp-metric-icon { color: #F9D423; }

.pp-cicd-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 1px solid rgba(255,255,255,.05);
    position: relative;
    z-index: 1;
}

.cicd-module {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media(min-width:768px) { .cicd-module { gap: 3rem; } }

.cicd-module__head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto;
}
.cicd-module__kicker {
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    color: rgba(255,245,238,.4);
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: .75rem;
}
.cicd-module__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -.04em;
    color: #FFF5EE;
    margin: 0 0 1rem;
    line-height: 1.15;
}
.cicd-module__lead {
    font-size: 1.0625rem;
    color: rgba(255,245,238,.5);
    line-height: 1.75;
    margin: 0;
}

.cicd-pipeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(0,0,0,.25);
}
@media(min-width:768px) {
    .cicd-pipeline {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cicd-pipeline__step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 1.25rem;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.cicd-pipeline__step:last-child { border-bottom: none; }
@media(min-width:768px) {
    .cicd-pipeline__step:last-child { border-bottom: none; }
}
@media(min-width:768px) {
    .cicd-pipeline__step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: .875rem;
        padding: 1.75rem 1rem;
        border-bottom: none;
        border-right: 1px solid rgba(255,255,255,.06);
    }
    .cicd-pipeline__step--end { border-right: none; }
}

.cicd-pipeline__dot {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: 900;
    color: #220B1F;
    background: linear-gradient(135deg, #FF4E50, #F9D423);
    box-shadow: 0 4px 16px rgba(255,78,80,.3);
}
.cicd-pipeline__body {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    min-width: 0;
}
.cicd-pipeline__body strong {
    font-size: .9375rem;
    font-weight: 800;
    color: #FFF5EE;
    line-height: 1.3;
}
.cicd-pipeline__body span {
    font-size: .8125rem;
    color: rgba(255,245,238,.42);
    line-height: 1.5;
}
@media(min-width:768px) {
    .cicd-pipeline__body strong { font-size: 1rem; }
    .cicd-pipeline__body span { font-size: .8125rem; }
}

.cicd-tools {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media(min-width:640px) {
    .cicd-tools { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}

.cicd-tool {
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    text-align: left;
}
@media(min-width:768px) { .cicd-tool { padding: 1.75rem; } }

.cicd-tool__ico {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .75rem;
    background: rgba(255,78,80,.12);
    color: #FF4E50;
    border: 1px solid rgba(255,78,80,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cicd-tool__ico svg { width: 1.25rem; height: 1.25rem; }
.cicd-tool__ico--gold {
    background: rgba(249,212,35,.1);
    color: #F9D423;
    border-color: rgba(249,212,35,.25);
}
.cicd-tool__name {
    font-size: 1.0625rem;
    font-weight: 800;
    color: #FFF5EE;
    margin: 0;
    letter-spacing: -.02em;
}
.cicd-tool__desc {
    font-size: .875rem;
    color: rgba(255,245,238,.48);
    line-height: 1.65;
    margin: 0;
}
.cicd-tool--feat {
    border-color: rgba(255,78,80,.28);
    background: linear-gradient(145deg, rgba(255,78,80,.08) 0%, rgba(249,212,35,.04) 100%);
}
.cicd-tool--feat .cicd-tool__name {
    color: #FFF5EE !important;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #FFF5EE;
    background-clip: unset;
}

.cicd-protip {
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border-color: rgba(249,212,35,.22);
    background: linear-gradient(135deg, rgba(249,212,35,.06) 0%, rgba(255,78,80,.04) 100%);
}
@media(min-width:768px) {
    .cicd-protip {
        flex-direction: row;
        align-items: flex-start;
        gap: 1.5rem;
        padding: 1.75rem 2rem;
    }
}
.cicd-protip__label {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #F9D423;
    flex-shrink: 0;
    white-space: nowrap;
}
.cicd-protip p {
    font-size: .9375rem;
    color: rgba(255,245,238,.58);
    line-height: 1.7;
    margin: 0;
}
.cicd-protip a {
    color: #F9D423;
    font-weight: 700;
    text-decoration: underline;
}

.pp-faq-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 1px solid rgba(255,255,255,.05);
    background: rgba(0,0,0,.22);
    position: relative;
    z-index: 1;
}

.pp-faq-head {
    text-align: center;
    margin: 0 auto 2.5rem;
}
@media(min-width:768px) { .pp-faq-head { margin-bottom: 3rem; } }

.pp-faq-kicker {
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    color: rgba(255,245,238,.4);
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: .75rem;
}
.pp-faq-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -.04em;
    color: #FFF5EE;
    margin: 0 0 .75rem;
    line-height: 1.15;
}
.pp-faq-lead {
    font-size: 1.0625rem;
    color: rgba(255,245,238,.48);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 40rem;
}

.pp-faq-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
@media(min-width:768px) { .pp-faq-stack { gap: 1.5rem; } }

.pp-faq-card {
    padding: 0;
    overflow: hidden;
    border-color: rgba(255,255,255,.08);
}
.pp-faq-card--accent {
    border-color: rgba(255,78,80,.25);
    background: linear-gradient(145deg, rgba(255,78,80,.07) 0%, rgba(249,212,35,.03) 100%);
}

.pp-faq-card__head {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem 1.5rem 0;
}
@media(min-width:768px) {
    .pp-faq-card__head {
        gap: 1.5rem;
        padding: 1.75rem 2rem 0;
    }
}

.pp-faq-card__num {
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
    min-width: 2.5rem;
    background: linear-gradient(135deg, rgba(255,78,80,.5), rgba(249,212,35,.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pp-faq-card--accent .pp-faq-card__num {
    background: linear-gradient(135deg, #FF4E50, #F9D423);
    -webkit-background-clip: text;
    background-clip: text;
}

.pp-faq-card__q {
    font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
    font-weight: 700;
    color: #FFF5EE;
    line-height: 1.45;
    margin: 0;
    letter-spacing: -.02em;
}
.pp-faq-card--accent .pp-faq-card__q {
    background: linear-gradient(135deg, #FF4E50, #F9D423);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pp-faq-card__body {
    padding: 1rem 1.5rem 1.5rem 4.75rem;
    border-top: 1px solid rgba(255,255,255,.05);
    margin-top: 1.25rem;
}
@media(min-width:768px) {
    .pp-faq-card__body {
        padding: 1.25rem 2rem 1.75rem 5.5rem;
        margin-top: 1.5rem;
    }
}
.pp-faq-card__body p {
    font-size: .9375rem;
    color: rgba(255,245,238,.55);
    line-height: 1.8;
    margin: 0;
}
.pp-faq-card__body a {
    color: #F9D423;
    font-weight: 700;
    text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
    .reveal, .plan-row { transition: none; animation: none; }
    .cycle-tabs__indicator { transition: none; }
}
