.theme-price {
    --ink: #191919;
    --muted: #666;
    --line: #dedede;
    --surface: #f2f2f2;
    --accent: #ef3124;
}

.price-hero { background: radial-gradient(circle at 105% 10%, rgba(239, 49, 36, .15), transparent 30%), #f3f3f3; }
.price-hero .hero__content { padding: 32px 0 48px; }
.price-hero h1 { max-width: 12ch; margin-bottom: 16px; font-size: clamp(1.9rem, 8.8vw, 2.55rem); }
.price-hero__value { margin: 0 0 16px; color: var(--ink); font-size: clamp(2.7rem, 13vw, 3.8rem); font-weight: 860; letter-spacing: -.065em; line-height: .95; }
.price-hero__value small { display: block; margin-top: 9px; color: var(--accent); font-size: .92rem; font-weight: 780; letter-spacing: 0; }
.price-hero .hero__subtitle { margin-bottom: 24px; font-size: .94rem; }
.price-hero .hero__actions { display: grid; gap: var(--space-grid); }
.price-hero .hero-phone { display: flex; min-height: 48px; align-items: center; justify-content: center; color: #333; font-size: .86rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.price-hero .hero__trust { margin-top: 24px; }

.theme-price .consultation { background: #fff; }
.theme-price .quiz-progress span { transform: scaleX(.125); }
.price-expenses { background: var(--surface); }
.price-card-grid { display: grid; gap: var(--space-grid); }
.price-card-grid article { min-height: 208px; padding: var(--space-card); border-radius: 18px; background: #fff; }
.price-card-grid article > span { color: var(--accent); font-size: .75rem; font-weight: 820; }
.price-card-grid h3 { margin: 32px 0 8px; font-size: 1.25rem; }
.price-card-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.price-included { background: #fff; }
.price-payment { color: #fff; background: #303236; }
.price-payment .section-kicker { color: #ff756c; }
.price-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.price-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.price-steps li:first-child { padding-top: 0; }
.price-steps span { color: #ff756c; font-size: .75rem; font-weight: 820; }
.price-steps h3 { margin-bottom: 7px; font-size: 1.16rem; }
.price-steps p { margin: 0; color: #c7c7c7; font-size: .9rem; }

.price-factors { background: #fff; }
.factor-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.factor-cloud span { display: flex; min-height: 46px; align-items: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: #f5f5f5; font-size: .85rem; font-weight: 650; }
.theme-price .reviews { background: var(--surface); }
.theme-price .review-card { background: #fff; }
.theme-price .faq { background: #fff; }
.theme-price .closing-zone { display: flow-root; background: var(--surface); }
.theme-price .final-cta { background: var(--surface); }
.theme-price .final-cta__card { background: #fff; }
.theme-price .legal-warning { background: #fff; }

@media (min-width: 768px) {
    .price-hero { min-height: 760px; }
    .price-hero .hero__content { max-width: 780px; padding: 40px 0 64px; }
    .price-hero h1 { max-width: 15ch; font-size: 3.55rem; }
    .price-hero__value { font-size: 4.6rem; }
    .price-hero__value small { display: inline; margin-left: 10px; }
    .price-hero .hero__actions { display: flex; align-items: center; }
    .price-hero .hero__actions .button { min-width: 240px; }
    .price-hero .hero__trust { max-width: 560px; }
    .price-card-grid { grid-template-columns: repeat(3, 1fr); }
    .price-card-grid article { min-height: 256px; padding: 32px; }
    .price-steps { grid-template-columns: repeat(3, 1fr); gap: 0; }
    .price-steps li { display: block; padding: 0 32px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
    .price-steps li:first-child { padding-left: 0; }
    .price-steps li:last-child { padding-right: 0; border-right: 0; }
    .price-steps span { display: block; margin-bottom: 40px; }
    .factor-cloud { max-width: 900px; }
}

@media (min-width: 1024px) {
    .price-hero .hero__content { max-width: 760px; }
    .price-hero h1 { max-width: 14ch; font-size: 4rem; }
    .price-hero .hero__subtitle { max-width: 39rem; }
    .price-hero__value { font-size: 5.2rem; }
    .price-card-grid h3 { font-size: 1.4rem; }
}
