.theme-bankruptcy { --ink: #191919; --accent: #ef3124; --surface: #f2f2f2; }
.hero { overflow: hidden; background: radial-gradient(circle at 108% 8%, rgba(239, 49, 36, .13), transparent 28%), #f4f4f4; }
.hero > .shell { position: relative; }
.hero__portrait { display: none; }
.hero__content { padding: 32px 0 48px; }
.hero h1 { max-width: 13ch; margin-bottom: 22px; font-size: clamp(2rem, 9.2vw, 2.65rem); }
.hero__subtitle { max-width: 38rem; margin: 0 0 24px; color: #5d5d5d; font-size: 1rem; line-height: 1.55; }
.hero__actions { display: grid; gap: var(--space-grid); }
.hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid #d8d8d8; list-style: none; }
.hero__trust li { display: grid; gap: 3px; }
.hero__trust strong { font-size: .9rem; }
.hero__trust span { color: #737373; font-size: .75rem; line-height: 1.35; }
.section { padding-block: var(--space-section); }
.section h2 { max-width: 15ch; margin-bottom: var(--space-block); }
.situations { background: #fff; }
.situations h2 { max-width: 14ch; }
.situation-grid { display: grid; gap: var(--space-grid); }
.situation-grid article { padding: var(--space-card); border: 0; border-radius: 18px; background: #f3f3f3; box-shadow: none; }
.situation-grid article > span { color: var(--accent); font-size: .75rem; font-weight: 800; }
.situation-grid h3 { margin: 28px 0 8px; font-size: 1.25rem; }
.situation-grid p { margin: 0; color: #686868; font-size: .92rem; }
.consultation { scroll-margin-top: 20px; background: var(--surface); }
.quiz-card { overflow: hidden; padding: 32px 24px; border-radius: 22px; color: #fff; background: #303236; box-shadow: none; }
.quiz-card .section-kicker { color: #ff756c; }
.quiz-card h2 { max-width: 12ch; margin-bottom: 16px; }
.quiz-card__header > p:not(.section-kicker) { margin-bottom: 22px; color: #c7c7c7; font-size: .92rem; }
.quiz-progress { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.14); }
.quiz-progress span { display: block; width: 100%; height: 100%; transform: scaleX(.1428); transform-origin: left; border-radius: inherit; background: #ef3124; transition: transform 180ms var(--ease-out); }
.quiz-counter { margin: 8px 0 22px; color: #aaa; font-size: .75rem; }
.quiz-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.quiz-step legend { width: 100%; margin-bottom: 18px; padding: 0; font-size: 1.24rem; font-weight: 760; line-height: 1.25; letter-spacing: -.02em; }
.choice-list { display: grid; gap: var(--space-grid); }
.choice-list label { position: relative; display: block; cursor: pointer; }
.choice-list input { position: absolute; opacity: 0; pointer-events: none; }
.choice-list span { display: flex; min-height: 52px; align-items: center; padding: 12px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: #ededed; background: rgba(255,255,255,.055); transition: transform 150ms var(--ease-out), border-color 150ms ease, background-color 150ms ease; }
.choice-list input:checked + span { border-color: #ff756c; color: #fff; background: rgba(239, 49, 36, .22); box-shadow: inset 0 0 0 1px #ff756c; }
.choice-list input:focus-visible + span { outline: 3px solid #ff756c; outline-offset: 2px; }
.choice-list span:active { transform: scale(.98); }
.text-input { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; outline: 0; color: #fff; background: rgba(255,255,255,.08); }
.text-input::placeholder { color: #aaa; }
.text-input:focus { border-color: #ff756c; box-shadow: 0 0 0 3px rgba(239,49,36,.2); }
.contact-fields { display: grid; gap: 14px; }
.contact-field { display: grid; gap: 7px; color: #ddd; font-size: .86rem; font-weight: 650; }
.field-hint { margin: 10px 0 0; color: #aaa; font-size: .78rem; }
.field-error { margin: 8px 0 0; color: #ffb7b7; font-size: .8rem; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: #bbb; font-size: .78rem; cursor: pointer; }
.consent input { width: 20px; height: 20px; flex: 0 0 auto; margin: 0; accent-color: #ef3124; }
.honeypot { position: absolute; left: -10000px; }
.quiz-actions { display: grid; grid-template-columns: auto 1fr; gap: var(--space-grid); margin-top: 24px; }
.quiz-actions .button { width: 100%; }
.quiz-error { margin: 16px 0 0; padding: 12px; border-radius: 10px; color: #ffe4e4; background: rgba(192, 47, 47, .28); font-size: .82rem; }
.quiz-success { padding-block: 22px 8px; text-align: center; }
.quiz-success > span { display: grid; width: 54px; height: 54px; margin: 0 auto 20px; place-items: center; border-radius: 50%; color: #fff; background: #ef3124; font-size: 1.5rem; font-weight: 900; }
.quiz-success > span .icon { width: 24px; height: 24px; }
.quiz-success h3 { margin-bottom: 12px; font-size: 1.8rem; }
.quiz-success p { color: #c7c7c7; }
.quiz-success a { display: inline-flex; min-height: 44px; align-items: center; margin-top: 8px; color: #fff; font-weight: 750; }
.checks { background: #fff; }
.check-list { display: grid; gap: var(--space-grid); margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 16px 20px 16px 48px; border: 0; border-radius: 16px; background: #f3f3f3; font-weight: 650; }
.check-list li::before { position: absolute; top: 16px; left: 24px; width: 7px; height: 12px; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); content: ""; transform: rotate(45deg); }
.process { background: var(--surface); }
.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding-bottom: 32px; }
.process-list li:not(:last-child)::after { position: absolute; top: 30px; bottom: 3px; left: 15px; width: 1px; content: ""; background: #d2d2d2; }
.process-list span { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: .68rem; font-weight: 800; }
.process-list h3 { margin: 2px 0 7px; font-size: 1.12rem; }
.process-list p { margin: 0; color: #686868; font-size: .9rem; }
.pricing { padding-block: var(--space-section-compact); background: #303236; }
.pricing__card { color: #fff; }
.pricing .section-kicker { color: #ff756c; }
.pricing h2 { margin-bottom: 16px; }
.pricing__value { margin: 0 0 14px; color: #fff; font-size: clamp(2.4rem, 12vw, 3.4rem); font-weight: 850; letter-spacing: -.055em; line-height: 1; }
.pricing__value small { display: block; margin-top: 8px; color: #aaa; font-size: .9rem; letter-spacing: 0; }
.pricing__card > p:not(.section-kicker):not(.pricing__value) { color: #c7c7c7; }
.pricing .button { width: 100%; margin-top: 14px; }
.reviews { overflow: hidden; background: #fff; }
.reviews__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: var(--space-block); }
.reviews__heading h2 { margin-bottom: 0; }
.reviews__controls { display: flex; flex: 0 0 auto; gap: 8px; }
.reviews__controls button { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid #d8d8d8; border-radius: 50%; color: #242424; background: #fff; cursor: pointer; transition: transform 150ms var(--ease-out), border-color 150ms ease, background-color 150ms ease; }
.reviews__controls button:active { transform: scale(.95); }
.reviews__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reviews__viewport::-webkit-scrollbar { display: none; }
.reviews__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 88%); gap: var(--space-grid); }
.review-card { display: flex; min-height: 280px; flex-direction: column; padding: var(--space-card); scroll-snap-align: start; border-radius: 18px; background: #f3f3f3; }
.review-card blockquote { margin: 0; }
.review-card blockquote p { margin: 0; color: #242424; font-size: 1.28rem; font-weight: 720; line-height: 1.3; letter-spacing: -.025em; }
.review-card footer { display: grid; gap: 2px; margin-top: auto; padding-top: 32px; }
.review-card footer strong { font-size: .92rem; }
.review-card footer span { color: #707070; font-size: .8rem; }
.review-card a { display: inline-flex; min-height: 44px; align-items: center; margin-top: 10px; color: #353535; font-size: .82rem; font-weight: 720; text-underline-offset: 3px; }
.faq { background: var(--surface); }
.faq-list { display: grid; gap: var(--space-grid); }
.faq details { border: 1px solid #ddd; border-radius: 14px; background: #fff; transition: border-color 160ms ease; }
.faq details[open] { border-color: #c8c8c8; }
.faq summary { position: relative; min-height: 56px; padding: 16px 48px 16px 20px; font-weight: 720; line-height: 1.3; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 50%; right: 17px; content: "+"; color: var(--accent); font-size: 1.4rem; transform: translateY(-50%); transition: transform 160ms var(--ease-out); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { margin: 0; padding: 0 20px 20px; color: #666; font-size: .9rem; }
.section.final-cta { padding-bottom: 40px; background: #fff; }
.final-cta__card { padding: 32px 24px; border-radius: 22px; background: #f0f0f0; }
.final-cta__card p:not(.section-kicker) { color: #666; }
.final-cta__card .button { width: 100%; margin-top: 12px; }
.final-cta__phone { display: flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 8px; color: #444; font-size: .84rem; font-weight: 680; }
.legal-warning { margin-block: 0 40px; padding: var(--space-card); border-left: 3px solid var(--accent); background: #f3f3f3; }
.legal-warning h2 { margin-bottom: 10px; font-size: 1.2rem; }
.legal-warning p { margin: 0; color: #666; font-size: .9rem; }

@media (min-width: 420px) {
    .hero__actions { grid-template-columns: 1.2fr 1fr; }
}

@media (hover: hover) and (pointer: fine) {
    .choice-list label:hover span { border-color: rgba(255,117,108,.75); background: rgba(255,255,255,.09); }
    .reviews__controls button:hover { border-color: #bdbdbd; background: #f3f3f3; }
}

@media (min-width: 768px) {
    .hero { min-height: 720px; }
    .hero__content { max-width: 720px; padding: 40px 0 64px; }
    .hero h1 { max-width: 14ch; font-size: 3.6rem; }
    .hero__subtitle { font-size: 1.08rem; }
    .hero__actions { display: flex; }
    .hero__actions .button { min-width: 230px; }
    .hero__trust { max-width: 520px; }
    .section { padding-block: var(--space-section); }
    .pricing { padding-block: var(--space-section-compact); }
    .section h2 { font-size: 2.8rem; }
    .situation-grid { grid-template-columns: repeat(3, 1fr); }
    .situation-grid article { min-height: 245px; }
    .consultation .shell { max-width: 800px; }
    .quiz-card { padding: 48px; }
    .quiz-card h2 { font-size: 2.6rem; }
    .choice-list { grid-template-columns: 1fr 1fr; }
    .choice-list label:last-child:nth-child(odd) { grid-column: 1 / -1; }
    .quiz-actions { max-width: 460px; }
    .check-list { grid-template-columns: 1fr 1fr; }
    .process-list { grid-template-columns: repeat(5, 1fr); gap: 24px; }
    .process-list li { display: block; padding-bottom: 0; }
    .process-list li:not(:last-child)::after { top: 15px; right: -24px; bottom: auto; left: 31px; width: auto; height: 1px; }
    .process-list span { margin-bottom: 20px; }
    .process-list h3 { font-size: 1rem; }
    .pricing__card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 48px; align-items: start; }
    .pricing__card .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
    .pricing__card h2 { grid-column: 1; grid-row: 2; margin-bottom: 0; align-self: end; }
    .pricing__value { grid-column: 1; grid-row: 3; margin-bottom: 0; }
    .pricing__card > p:not(.section-kicker):not(.pricing__value) { grid-column: 2; grid-row: 2; max-width: 32rem; margin: 0; align-self: end; }
    .pricing .button { grid-column: 2; grid-row: 3; width: auto; margin-top: 0; justify-self: start; align-self: start; }
    .reviews__track { grid-auto-columns: calc((100% - 24px) / 3); }
    .faq .shell { max-width: 860px; }
    .final-cta__card { display: grid; grid-template-columns: 1fr auto; gap: 8px 40px; align-items: center; padding: 48px; }
    .final-cta__card .section-kicker, .final-cta__card h2, .final-cta__card p { grid-column: 1; }
    .final-cta__card .button, .final-cta__phone { grid-column: 2; }
    .final-cta__card .button { grid-row: 1 / span 2; min-width: 240px; }
    .final-cta__phone { grid-row: 3; }
    .section.final-cta { padding-bottom: 48px; }
    .legal-warning { margin-block: 0 48px; }
}

@media (min-width: 1024px) {
    .hero__portrait { position: absolute; right: -24px; bottom: 0; display: block; width: clamp(400px, 33.333vw, 500px); height: auto; pointer-events: none; user-select: none; }
    .hero .site-header, .hero__content { position: relative; z-index: 1; }
    .hero { background: radial-gradient(circle at 90% 34%, rgba(239, 49, 36, .15), transparent 29%), #f4f4f4; }
    .hero__content { max-width: 760px; padding-top: 40px; }
    .hero h1 { max-width: 15ch; font-size: 4.15rem; }
    .hero__subtitle { max-width: 39rem; }
    .section h2 { font-size: 3.15rem; }
    .section > .shell > h2 { max-width: 860px; }
    .situation-grid article { padding: 28px; }
}

@media (min-width: 1280px) {
    .hero h1 { font-size: 4.35rem; }
}
