/**
 * Pflegeadler – Untätigkeitsklage
 * Eigenständiger Legal-Guidance-Seitentyp.
 */

.pa-delay-page {
    --pa-delay-primary: #2f628c;
    --pa-delay-primary-dark: #003556;
    --pa-delay-accent: #39afe4;
    --pa-delay-ink: #0b2f47;
    --pa-delay-muted: #5c7282;
    --pa-delay-soft: #f3f8fb;
    --pa-delay-soft-strong: #e8f3f9;
    --pa-delay-line: rgba(47, 98, 140, 0.16);
    --pa-delay-white: #fff;
    --pa-delay-shadow-sm: 0 12px 30px rgba(0, 53, 86, 0.08);
    --pa-delay-shadow-md: 0 24px 58px rgba(0, 53, 86, 0.14);
    --pa-delay-shadow-lg: 0 36px 90px rgba(0, 35, 58, 0.25);
    --pa-delay-radius-sm: 15px;
    --pa-delay-radius-md: 22px;
    --pa-delay-radius-lg: 30px;
    --pa-delay-container: 1180px;
    color: var(--pa-delay-ink);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

.pa-delay-page img,
.pa-delay-page svg {
    display: block;
    max-width: 100%;
}

.pa-delay-page a:focus-visible,
.pa-delay-page summary:focus-visible {
    outline: 3px solid rgba(57, 175, 228, 0.5);
    outline-offset: 3px;
}

.pa-delay-container {
    width: min(var(--pa-delay-container), calc(100% - 40px));
    margin-inline: auto;
}

.pa-delay-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 15px;
    color: var(--pa-delay-primary);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.pa-delay-eyebrow::before {
    width: 25px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.pa-delay-eyebrow-light {
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.09);
    letter-spacing: 0.025em;
    text-transform: none;
}

.pa-delay-eyebrow-light::before {
    display: none;
}

.pa-delay-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pa-delay-button:hover {
    transform: translateY(-2px);
}

.pa-delay-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pa-delay-button-primary {
    color: var(--pa-delay-white);
    background: var(--pa-delay-primary);
    box-shadow: 0 14px 30px rgba(47, 98, 140, 0.24);
}

.pa-delay-button-primary:hover {
    color: var(--pa-delay-white);
    background: #255777;
    box-shadow: 0 18px 36px rgba(47, 98, 140, 0.3);
}

.pa-delay-button-light {
    color: var(--pa-delay-primary-dark);
    background: var(--pa-delay-white);
    box-shadow: 0 14px 32px rgba(0, 25, 45, 0.2);
}

.pa-delay-button-light:hover {
    color: var(--pa-delay-primary-dark);
    background: #f2f9fd;
    box-shadow: 0 18px 38px rgba(0, 25, 45, 0.25);
}

.pa-delay-text-link,
.pa-delay-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--pa-delay-primary);
    font-weight: 800;
    text-decoration: none;
}

.pa-delay-text-link:hover,
.pa-delay-inline-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pa-delay-text-link-light {
    color: rgba(255, 255, 255, 0.92);
}

/* Hero */
.pa-delay-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(74px, 8vw, 104px) 0 112px;
    color: var(--pa-delay-white);
    background:
        radial-gradient(circle at 8% 8%, rgba(57, 175, 228, 0.28), transparent 32%),
        radial-gradient(circle at 94% 18%, rgba(255, 255, 255, 0.14), transparent 31%),
        linear-gradient(135deg, #003556 0%, #0e4a73 54%, #2f628c 100%);
}

.pa-delay-hero::before,
.pa-delay-hero::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.pa-delay-hero::before {
    right: -120px;
    bottom: -190px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(57, 175, 228, 0.08);
}

.pa-delay-hero::after {
    right: 170px;
    bottom: -230px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.pa-delay-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.07fr) minmax(370px, 0.83fr);
    align-items: center;
    gap: clamp(42px, 6vw, 74px);
}

.pa-delay-hero-copy {
    min-width: 0;
}

.pa-delay-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--pa-delay-white);
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.pa-delay-hero-lead {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(18px, 1.65vw, 21px);
    line-height: 1.6;
}

.pa-delay-hero-benefits {
    display: grid;
    gap: 11px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.pa-delay-hero-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15.5px;
    line-height: 1.45;
}

.pa-delay-hero-benefits li > span {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    margin-top: 1px;
    border-radius: 999px;
    color: var(--pa-delay-white);
    background: rgba(57, 175, 228, 0.26);
    font-size: 12px;
    font-weight: 900;
}

.pa-delay-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}

.pa-delay-hero-note {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.45;
}

.pa-delay-status-panel {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 30px;
    color: var(--pa-delay-ink);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--pa-delay-shadow-lg);
}

.pa-delay-status-head {
    display: grid;
    gap: 6px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--pa-delay-line);
}

.pa-delay-status-head span {
    color: var(--pa-delay-primary);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.pa-delay-status-head strong {
    color: var(--pa-delay-primary-dark);
    font-size: clamp(24px, 2.5vw, 31px);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.pa-delay-status-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.pa-delay-status-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid var(--pa-delay-line);
    border-radius: 17px;
    background: var(--pa-delay-white);
}

.pa-delay-status-row-accent {
    border-color: rgba(57, 175, 228, 0.32);
    background: #eef9fd;
}

.pa-delay-status-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    color: var(--pa-delay-primary);
    background: var(--pa-delay-soft-strong);
}

.pa-delay-status-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pa-delay-status-row > span:last-child {
    display: grid;
    gap: 3px;
}

.pa-delay-status-row small {
    color: var(--pa-delay-muted);
    font-size: 12px;
    font-weight: 700;
}

.pa-delay-status-row strong {
    color: var(--pa-delay-primary-dark);
    font-size: 16px;
    line-height: 1.3;
}

.pa-delay-status-panel > p {
    margin: 17px 2px 0;
    color: var(--pa-delay-muted);
    font-size: 13.5px;
    line-height: 1.5;
}

/* Trust strip */
.pa-delay-trust-strip {
    position: relative;
    z-index: 3;
    margin-top: -54px;
    padding-bottom: 20px;
}

.pa-delay-trust-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--pa-delay-line);
    border-radius: 24px;
    background: var(--pa-delay-white);
    box-shadow: var(--pa-delay-shadow-sm);
}

.pa-delay-trust-panel article {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 18px;
}

.pa-delay-trust-panel article + article {
    border-left: 1px solid var(--pa-delay-line);
}

.pa-delay-trust-panel article > span {
    display: grid;
    width: 41px;
    height: 41px;
    flex: 0 0 41px;
    place-items: center;
    border-radius: 13px;
    color: var(--pa-delay-white);
    background: var(--pa-delay-primary);
    font-size: 12px;
    font-weight: 800;
}

.pa-delay-trust-panel article > div {
    display: grid;
    gap: 3px;
}

.pa-delay-trust-panel strong {
    color: var(--pa-delay-primary-dark);
    font-size: 14px;
    line-height: 1.25;
}

.pa-delay-trust-panel small {
    color: var(--pa-delay-muted);
    font-size: 12px;
    line-height: 1.35;
}

/* General sections */
.pa-delay-section {
    padding: clamp(76px, 8vw, 104px) 0;
}

.pa-delay-section-white {
    background: var(--pa-delay-white);
}

.pa-delay-section-soft {
    background: var(--pa-delay-soft);
}

.pa-delay-section-head {
    max-width: 820px;
    margin-bottom: 42px;
}

.pa-delay-section-head-center {
    margin-inline: auto;
    text-align: center;
}

.pa-delay-section-head h2,
.pa-delay-split h2,
.pa-delay-documents-grid h2,
.pa-delay-faq-intro h2,
.pa-delay-lawyer h2,
.pa-delay-final h2 {
    margin: 0;
    color: var(--pa-delay-primary-dark);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -0.04em;
}

.pa-delay-section-head > p,
.pa-delay-intro,
.pa-delay-faq-intro > p {
    margin: 15px auto 0;
    color: var(--pa-delay-muted);
    font-size: 18px;
    line-height: 1.6;
}

/* Situation cards */
.pa-delay-situation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.pa-delay-situation-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--pa-delay-line);
    border-radius: var(--pa-delay-radius-lg);
    background: var(--pa-delay-white);
    box-shadow: var(--pa-delay-shadow-sm);
}

.pa-delay-situation-card-strong {
    border-color: rgba(47, 98, 140, 0.24);
    background: linear-gradient(145deg, #ffffff 0%, #eef7fb 100%);
}

.pa-delay-card-number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(47, 98, 140, 0.08);
    font-size: 72px;
    font-weight: 850;
    line-height: 1;
}

.pa-delay-card-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 18px;
    color: var(--pa-delay-primary);
    background: var(--pa-delay-soft-strong);
}

.pa-delay-card-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pa-delay-card-kicker {
    margin: 0 0 8px;
    color: var(--pa-delay-primary);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pa-delay-situation-card h3,
.pa-delay-guidance-card h3,
.pa-delay-effect-card h3 {
    margin: 0;
    color: var(--pa-delay-primary-dark);
    font-size: clamp(23px, 2.4vw, 30px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.03em;
}

.pa-delay-situation-card > p:not(.pa-delay-card-kicker),
.pa-delay-guidance-card > p:not(.pa-delay-card-kicker) {
    margin: 13px 0 0;
    color: var(--pa-delay-muted);
    line-height: 1.6;
}

.pa-delay-situation-card ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 24px;
    padding: 0;
    list-style: none;
}

.pa-delay-situation-card li {
    position: relative;
    padding-left: 22px;
    color: var(--pa-delay-ink);
    font-size: 14.5px;
    line-height: 1.45;
}

.pa-delay-situation-card li::before {
    position: absolute;
    top: 0.42em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pa-delay-accent);
    content: "";
}

.pa-delay-situation-card .pa-delay-inline-link {
    margin-top: auto;
}

/* Deadline cards */
.pa-delay-deadline-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pa-delay-deadline-card {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--pa-delay-line);
    border-radius: var(--pa-delay-radius-md);
    background: var(--pa-delay-white);
    box-shadow: var(--pa-delay-shadow-sm);
}

.pa-delay-deadline-card-primary {
    color: var(--pa-delay-white);
    border-color: transparent;
    background:
        radial-gradient(circle at 90% 10%, rgba(57, 175, 228, 0.25), transparent 34%),
        linear-gradient(145deg, #003556, #2f628c);
    box-shadow: var(--pa-delay-shadow-md);
}

.pa-delay-deadline-value {
    color: var(--pa-delay-primary);
    font-size: clamp(64px, 7vw, 92px);
    font-weight: 850;
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.pa-delay-deadline-card-primary .pa-delay-deadline-value {
    color: var(--pa-delay-white);
}

.pa-delay-deadline-unit {
    margin-top: 7px;
    color: var(--pa-delay-primary);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pa-delay-deadline-card-primary .pa-delay-deadline-unit {
    color: #bfe8f8;
}

.pa-delay-deadline-card h3 {
    margin: 24px 0 0;
    color: var(--pa-delay-primary-dark);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.pa-delay-deadline-card-primary h3 {
    color: var(--pa-delay-white);
}

.pa-delay-deadline-card p {
    margin: 12px 0 22px;
    color: var(--pa-delay-muted);
    line-height: 1.58;
}

.pa-delay-deadline-card-primary p {
    color: rgba(255, 255, 255, 0.82);
}

.pa-delay-deadline-label {
    display: inline-flex;
    align-self: flex-start;
    margin-top: auto;
    padding: 8px 11px;
    border-radius: 999px;
    color: var(--pa-delay-primary);
    background: var(--pa-delay-soft-strong);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.pa-delay-deadline-card-primary .pa-delay-deadline-label {
    color: var(--pa-delay-white);
    background: rgba(255, 255, 255, 0.12);
}

.pa-delay-legal-note {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    max-width: 940px;
    margin: 28px auto 0;
    padding: 18px 20px;
    border: 1px solid rgba(57, 175, 228, 0.28);
    border-radius: 17px;
    background: #eff9fd;
}

.pa-delay-legal-note > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--pa-delay-white);
    background: var(--pa-delay-primary);
    font-weight: 850;
}

.pa-delay-legal-note p {
    margin: 0;
    color: var(--pa-delay-muted);
    line-height: 1.55;
}

.pa-delay-legal-note strong {
    color: var(--pa-delay-primary-dark);
}

.pa-delay-legal-note .pa-delay-legal-links {
    margin-top: 8px;
    font-size: 13px;
}

.pa-delay-legal-note .pa-delay-legal-links a {
    color: var(--pa-delay-primary);
    font-weight: 800;
    text-underline-offset: 3px;
}

.pa-delay-legal-note .pa-delay-legal-links a:hover {
    color: var(--pa-delay-primary-dark);
}

.pa-delay-legal-note .pa-delay-legal-links a:focus-visible {
    border-radius: 3px;
    outline: 3px solid rgba(57, 175, 228, 0.35);
    outline-offset: 3px;
}

/* Requirements */
.pa-delay-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
    align-items: center;
    gap: clamp(44px, 7vw, 86px);
}

.pa-delay-requirement-list {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.pa-delay-requirement-list li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding: 17px 18px;
    border: 1px solid var(--pa-delay-line);
    border-radius: 17px;
    background: var(--pa-delay-white);
}

.pa-delay-requirement-list li > span {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 14px;
    color: var(--pa-delay-primary);
    background: var(--pa-delay-soft-strong);
    font-size: 14px;
    font-weight: 850;
}

.pa-delay-requirement-list h3 {
    margin: 0 0 4px;
    color: var(--pa-delay-primary-dark);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.pa-delay-requirement-list p {
    margin: 0;
    color: var(--pa-delay-muted);
    font-size: 14.5px;
    line-height: 1.5;
}

.pa-delay-guidance-card {
    padding: 32px;
    border: 1px solid rgba(47, 98, 140, 0.2);
    border-radius: var(--pa-delay-radius-lg);
    background: linear-gradient(145deg, #fff 0%, #eaf5fb 100%);
    box-shadow: var(--pa-delay-shadow-md);
}

.pa-delay-guidance-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 20px;
    color: var(--pa-delay-white);
    background: var(--pa-delay-primary-dark);
}

.pa-delay-guidance-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pa-delay-guidance-card .pa-delay-button {
    width: 100%;
    margin-top: 26px;
}

/* Effects */
.pa-delay-effect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.pa-delay-effect-card {
    position: relative;
    padding: 32px;
    overflow: hidden;
    border: 1px solid var(--pa-delay-line);
    border-radius: var(--pa-delay-radius-lg);
    background: var(--pa-delay-white);
    box-shadow: var(--pa-delay-shadow-sm);
}

.pa-delay-effect-card-positive {
    border-color: rgba(57, 175, 228, 0.28);
    background: linear-gradient(145deg, #fff 0%, #eff9fd 100%);
}

.pa-delay-effect-symbol {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 16px;
    color: var(--pa-delay-white);
    background: var(--pa-delay-primary);
    font-size: 21px;
    font-weight: 850;
}

.pa-delay-effect-card-neutral .pa-delay-effect-symbol {
    color: var(--pa-delay-primary);
    background: var(--pa-delay-soft-strong);
}

.pa-delay-effect-card ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.pa-delay-effect-card li {
    position: relative;
    padding-left: 22px;
    color: var(--pa-delay-muted);
    line-height: 1.5;
}

.pa-delay-effect-card li::before {
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pa-delay-accent);
    content: "";
}

.pa-delay-effect-card-neutral li::before {
    border: 2px solid rgba(47, 98, 140, 0.38);
    background: transparent;
}

/* Documents */
.pa-delay-documents-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    align-items: start;
    gap: clamp(42px, 6vw, 76px);
}

.pa-delay-document-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pa-delay-document-list li {
    display: grid;
    min-height: 98px;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid var(--pa-delay-line);
    border-radius: 17px;
    color: var(--pa-delay-ink);
    background: var(--pa-delay-white);
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 8px 22px rgba(0, 53, 86, 0.05);
}

.pa-delay-document-list li > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--pa-delay-primary);
    background: var(--pa-delay-soft-strong);
    font-size: 12px;
    font-weight: 850;
}

/* Process */
.pa-delay-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pa-delay-process-grid li {
    position: relative;
    min-height: 260px;
    padding: 27px 24px;
    border: 1px solid var(--pa-delay-line);
    border-radius: var(--pa-delay-radius-md);
    background: var(--pa-delay-white);
    box-shadow: var(--pa-delay-shadow-sm);
}

.pa-delay-process-grid li::after {
    position: absolute;
    top: 47px;
    right: -19px;
    z-index: 2;
    width: 20px;
    height: 2px;
    background: rgba(47, 98, 140, 0.25);
    content: "";
}

.pa-delay-process-grid li:last-child::after {
    display: none;
}

.pa-delay-process-number {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 15px;
    color: var(--pa-delay-white);
    background: var(--pa-delay-primary);
    font-size: 13px;
    font-weight: 850;
}

.pa-delay-process-grid h3 {
    margin: 0;
    color: var(--pa-delay-primary-dark);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.pa-delay-process-grid p {
    margin: 12px 0 0;
    color: var(--pa-delay-muted);
    font-size: 14.5px;
    line-height: 1.55;
}

/* Lawyer band */
.pa-delay-lawyer {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 8vw, 104px) 0;
    color: var(--pa-delay-white);
    background:
        radial-gradient(circle at 90% 5%, rgba(57, 175, 228, 0.22), transparent 32%),
        linear-gradient(135deg, #003556 0%, #0d4568 62%, #2f628c 100%);
}

.pa-delay-lawyer::after {
    position: absolute;
    right: -170px;
    bottom: -250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(57, 175, 228, 0.08);
    content: "";
}

.pa-delay-lawyer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(44px, 7vw, 88px);
}

.pa-delay-lawyer-visual {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--pa-delay-radius-lg);
    background: var(--pa-delay-white);
    box-shadow: var(--pa-delay-shadow-lg);
}

.pa-delay-lawyer-visual img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 22%;
}

.pa-delay-lawyer-visual > div {
    display: grid;
    gap: 3px;
    padding: 20px 23px;
    color: var(--pa-delay-ink);
}

.pa-delay-lawyer-visual span {
    color: var(--pa-delay-primary);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pa-delay-lawyer-visual strong {
    color: var(--pa-delay-primary-dark);
    font-size: 20px;
}

.pa-delay-lawyer h2 {
    color: var(--pa-delay-white);
}

.pa-delay-lawyer-copy > p {
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.6;
}

.pa-delay-lawyer-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.pa-delay-lawyer-copy li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14.5px;
    line-height: 1.45;
}

.pa-delay-lawyer-copy li > span {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    border-radius: 50%;
    background: rgba(57, 175, 228, 0.24);
    font-size: 11px;
    font-weight: 850;
}

.pa-delay-cost-note {
    display: grid;
    gap: 5px;
    margin: 24px 0;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
}

.pa-delay-cost-note strong {
    color: var(--pa-delay-white);
    font-size: 14px;
}

.pa-delay-cost-note span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13.5px;
    line-height: 1.5;
}

/* FAQ */
.pa-delay-faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(42px, 7vw, 82px);
}

.pa-delay-faq-intro {
    position: sticky;
    top: 112px;
}

.pa-delay-faq-intro .pa-delay-inline-link {
    margin-top: 22px;
}

.pa-delay-faq-list {
    display: grid;
    gap: 12px;
}

.pa-delay-faq-item {
    overflow: hidden;
    border: 1px solid var(--pa-delay-line);
    border-radius: 17px;
    background: var(--pa-delay-white);
    box-shadow: 0 9px 24px rgba(0, 53, 86, 0.06);
}

.pa-delay-faq-item summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    color: var(--pa-delay-primary-dark);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.pa-delay-faq-item summary::-webkit-details-marker {
    display: none;
}

.pa-delay-faq-item summary svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    fill: none;
    stroke: var(--pa-delay-primary);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.pa-delay-faq-item[open] summary svg {
    transform: rotate(180deg);
}

.pa-delay-faq-item > div {
    padding: 0 22px 22px;
    color: var(--pa-delay-muted);
    line-height: 1.65;
}

/* Final CTA */
.pa-delay-final {
    padding: 76px 0 42px;
    background: var(--pa-delay-white);
}

.pa-delay-final-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    padding: clamp(34px, 5vw, 56px);
    border-radius: var(--pa-delay-radius-lg);
    color: var(--pa-delay-white);
    background:
        radial-gradient(circle at 92% 20%, rgba(57, 175, 228, 0.23), transparent 32%),
        linear-gradient(135deg, #003556 0%, #2f628c 100%);
    box-shadow: var(--pa-delay-shadow-md);
}

.pa-delay-final h2 {
    color: var(--pa-delay-white);
}

.pa-delay-final-card p {
    max-width: 720px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.55;
}

.pa-delay-related {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.pa-delay-related a {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid var(--pa-delay-line);
    border-radius: 16px;
    color: var(--pa-delay-primary-dark);
    background: var(--pa-delay-soft);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pa-delay-related a:hover {
    transform: translateY(-2px);
    border-color: rgba(47, 98, 140, 0.32);
    background: var(--pa-delay-white);
}

.pa-delay-disclaimer {
    margin: 22px auto 0;
    color: #748794;
    font-size: 12.5px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 1040px) {
    .pa-delay-hero-grid,
    .pa-delay-split,
    .pa-delay-lawyer-grid {
        grid-template-columns: 1fr;
    }

    .pa-delay-status-panel,
    .pa-delay-guidance-card,
    .pa-delay-lawyer-visual {
        width: min(100%, 650px);
    }

    .pa-delay-deadline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pa-delay-deadline-card:last-child {
        grid-column: 1 / -1;
        min-height: 300px;
    }

    .pa-delay-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pa-delay-process-grid li:nth-child(2)::after,
    .pa-delay-process-grid li:last-child::after {
        display: none;
    }
}

@media (max-width: 820px) {
    .pa-delay-trust-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pa-delay-trust-panel article + article {
        border-left: 0;
    }

    .pa-delay-trust-panel article:nth-child(even) {
        border-left: 1px solid var(--pa-delay-line);
    }

    .pa-delay-trust-panel article:nth-child(n + 3) {
        border-top: 1px solid var(--pa-delay-line);
    }

    .pa-delay-situation-grid,
    .pa-delay-effect-grid,
    .pa-delay-documents-grid,
    .pa-delay-faq-layout {
        grid-template-columns: 1fr;
    }

    .pa-delay-faq-intro {
        position: static;
    }

    .pa-delay-document-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pa-delay-lawyer-copy ul {
        grid-template-columns: 1fr;
    }

    .pa-delay-final-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pa-delay-final-card .pa-delay-button {
        justify-self: center;
    }
}

@media (max-width: 640px) {
    .pa-delay-container {
        width: min(var(--pa-delay-container), calc(100% - 24px));
    }

    .pa-delay-hero {
        padding: 56px 0 92px;
    }

    .pa-delay-hero h1 {
        font-size: clamp(36px, 11vw, 46px);
        line-height: 1.07;
    }

    .pa-delay-hero-lead {
        font-size: 17px;
    }

    .pa-delay-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pa-delay-hero-actions .pa-delay-button,
    .pa-delay-hero-actions .pa-delay-text-link {
        width: 100%;
        justify-content: center;
    }

    .pa-delay-status-panel {
        padding: 20px;
        border-radius: 24px;
    }

    .pa-delay-status-row {
        grid-template-columns: 43px 1fr;
        padding: 12px;
    }

    .pa-delay-status-icon {
        width: 43px;
        height: 43px;
    }

    .pa-delay-trust-strip {
        margin-top: -48px;
    }

    .pa-delay-trust-panel {
        grid-template-columns: 1fr;
    }

    .pa-delay-trust-panel article:nth-child(even) {
        border-left: 0;
    }

    .pa-delay-trust-panel article + article,
    .pa-delay-trust-panel article:nth-child(n + 3) {
        border-top: 1px solid var(--pa-delay-line);
    }

    .pa-delay-section {
        padding: 68px 0;
    }

    .pa-delay-section-head {
        margin-bottom: 30px;
    }

    .pa-delay-section-head h2,
    .pa-delay-split h2,
    .pa-delay-documents-grid h2,
    .pa-delay-faq-intro h2,
    .pa-delay-lawyer h2,
    .pa-delay-final h2 {
        font-size: clamp(29px, 9vw, 39px);
    }

    .pa-delay-section-head > p,
    .pa-delay-intro,
    .pa-delay-faq-intro > p,
    .pa-delay-lawyer-copy > p {
        font-size: 16px;
    }

    .pa-delay-situation-card,
    .pa-delay-guidance-card,
    .pa-delay-effect-card {
        padding: 23px;
        border-radius: 23px;
    }

    .pa-delay-deadline-grid,
    .pa-delay-process-grid,
    .pa-delay-document-list,
    .pa-delay-related {
        grid-template-columns: 1fr;
    }

    .pa-delay-deadline-card,
    .pa-delay-deadline-card:last-child {
        min-height: 0;
        grid-column: auto;
    }

    .pa-delay-legal-note {
        grid-template-columns: 1fr;
    }

    .pa-delay-requirement-list li {
        grid-template-columns: 42px 1fr;
        padding: 14px;
    }

    .pa-delay-requirement-list li > span {
        width: 42px;
        height: 42px;
    }

    .pa-delay-process-grid li {
        min-height: 0;
    }

    .pa-delay-process-grid li::after {
        display: none;
    }

    .pa-delay-lawyer {
        padding: 68px 0;
    }

    .pa-delay-lawyer-visual {
        border-radius: 24px;
    }

    .pa-delay-faq-item summary {
        min-height: 64px;
        padding: 18px;
        font-size: 15px;
    }

    .pa-delay-faq-item > div {
        padding: 0 18px 18px;
    }

    .pa-delay-final {
        padding: 60px 0 34px;
    }

    .pa-delay-final-card {
        padding: 32px 21px;
        border-radius: 24px;
    }

    .pa-delay-final-card .pa-delay-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pa-delay-page *,
    .pa-delay-page *::before,
    .pa-delay-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
