.legal2-main {
    color: var(--home2-dark-text);
    background: var(--home2-stone-soft);
}

.legal2-hero {
    padding: 42px 0 34px;
}

.legal2-hero__panel {
    position: relative;
    overflow: hidden;
    padding: clamp(36px, 6vw, 72px);
    border-radius: var(--home2-radius-xl);
    color: var(--home2-text);
    background:
        radial-gradient(circle at 88% 28%, rgba(255, 62, 62, 0.34), transparent 22%),
        radial-gradient(circle at 10% 110%, rgba(255, 102, 92, 0.2), transparent 32%),
        linear-gradient(135deg, #15171d 0%, #221214 100%);
    box-shadow: var(--home2-shadow);
}

.legal2-hero__panel::after {
    content: "";
    position: absolute;
    right: -62px;
    bottom: -118px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 32, 32, 0.28), transparent 68%);
    pointer-events: none;
}

.legal2-eyebrow {
    margin: 0 0 16px;
    color: var(--home2-accent-soft);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.legal2-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 12ch;
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(3rem, 8vw, 6.4rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
}

.legal2-hero__lead {
    position: relative;
    z-index: 1;
    max-width: 690px;
    margin: 24px 0 0;
    color: var(--home2-muted);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 1.7;
}

.legal2-hero__lead strong {
    color: var(--home2-text);
}

.legal2-updated {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-top: 24px;
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--home2-text);
    font-size: 0.76rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
}

.legal2-content {
    padding: 32px 0 96px;
}

.legal2-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.legal2-aside {
    position: sticky;
    top: calc(var(--home2-header-offset) + 20px);
    display: grid;
    gap: 18px;
}

.legal2-summary,
.legal2-contact,
.legal2-section {
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(42, 24, 18, 0.08);
}

.legal2-summary,
.legal2-contact {
    padding: 24px;
    border-radius: var(--home2-radius-md);
}

.legal2-summary {
    display: grid;
    gap: 4px;
}

.legal2-summary h2 {
    margin: 0 0 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.08rem;
}

.legal2-summary a {
    position: relative;
    padding: 8px 0 8px 16px;
    color: #625853;
    font-size: 0.86rem;
    line-height: 1.35;
    transition: color 180ms ease, transform 180ms ease;
}

.legal2-summary a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(238, 49, 49, 0.34);
    transition: background 180ms ease, transform 180ms ease;
}

.legal2-summary a:hover,
.legal2-summary a:focus-visible {
    color: #c91d1d;
    outline: none;
    transform: translateX(3px);
}

.legal2-summary a:hover::before,
.legal2-summary a:focus-visible::before {
    background: var(--home2-accent);
    transform: scale(1.25);
}

.legal2-contact {
    display: grid;
    gap: 10px;
}

.legal2-contact p {
    margin: 0;
    color: #6b605b;
    font-size: 0.86rem;
    line-height: 1.55;
}

.legal2-contact .legal2-contact__label {
    color: var(--home2-dark-text);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.legal2-contact a,
.legal2-section a {
    color: #c91d1d;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(201, 29, 29, 0.3);
    text-underline-offset: 3px;
}

.legal2-contact a:hover,
.legal2-contact a:focus-visible,
.legal2-section a:hover,
.legal2-section a:focus-visible {
    color: #9f1111;
    text-decoration-color: currentColor;
    outline: none;
}

.legal2-sections {
    display: grid;
    gap: 18px;
}

.legal2-section {
    position: relative;
    scroll-margin-top: calc(var(--home2-header-offset) + 22px);
    padding: clamp(26px, 4vw, 42px);
    border-radius: var(--home2-radius-lg);
}

.legal2-section__index {
    margin: 0 0 10px;
    color: #d82b2b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.legal2-section h2 {
    margin: 0 0 16px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.45rem, 3vw, 2.05rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.legal2-section p,
.legal2-reference-list {
    margin: 0;
    color: #625853;
    font-size: 0.96rem;
    line-height: 1.72;
}

.legal2-section p + p,
.legal2-section p + .legal2-reference-list,
.legal2-section p + .legal2-document-links {
    margin-top: 14px;
}

.legal2-section strong {
    color: #2d2825;
}

.legal2-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
}

.legal2-facts div {
    min-width: 0;
    padding: 18px;
    border-radius: var(--home2-radius-md);
    background: var(--home2-stone-soft);
    box-shadow: inset 0 0 0 1px rgba(71, 49, 42, 0.06);
}

.legal2-facts dt {
    margin-bottom: 7px;
    color: #8c7770;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.legal2-facts dd {
    margin: 0;
    color: #2d2825;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.legal2-document-links {
    display: grid;
    gap: 8px;
}

.legal2-document-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-radius: var(--home2-radius-md);
    color: #2d2825;
    text-decoration: none;
    background: var(--home2-stone-soft);
    transition: background 180ms ease, transform 180ms ease;
}

.legal2-document-links a:hover,
.legal2-document-links a:focus-visible {
    color: #2d2825;
    background: #efe3d6;
    transform: translateX(3px);
}

.legal2-document-links a > span:first-child {
    display: grid;
    gap: 3px;
}

.legal2-document-links strong {
    font-size: 0.92rem;
}

.legal2-document-links small {
    color: #796a64;
    font-size: 0.76rem;
    font-weight: 500;
}

.legal2-document-links a > span:last-child {
    flex: 0 0 auto;
    padding: 7px 9px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    background: #c91d1d;
}

.legal2-reference-list {
    display: grid;
    gap: 8px;
    padding-left: 20px;
}

.legal2-reference-list li::marker {
    color: var(--home2-accent);
}

.legal2-cta {
    padding: 0 0 96px;
}

.legal2-cta__panel {
    padding: clamp(34px, 6vw, 66px);
    border-radius: var(--home2-radius-xl);
    color: var(--home2-text);
    text-align: center;
    background:
        radial-gradient(circle at 18% 100%, rgba(255, 52, 52, 0.2), transparent 28%),
        linear-gradient(135deg, #15171d, #241416);
    box-shadow: var(--home2-shadow);
}

.legal2-cta__panel h2 {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 5vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.legal2-cta__panel > p:not(.legal2-eyebrow) {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--home2-muted);
    line-height: 1.7;
}

.legal2-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 920px) {
    .legal2-layout {
        grid-template-columns: 1fr;
    }

    .legal2-aside {
        position: static;
        grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
    }

    .legal2-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .legal2-summary h2 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .legal2-hero {
        padding: 22px 0 24px;
    }

    .legal2-hero__panel,
    .legal2-cta__panel {
        border-radius: var(--home2-radius-lg);
    }

    .legal2-content {
        padding: 18px 0 72px;
    }

    .legal2-aside,
    .legal2-summary,
    .legal2-facts {
        grid-template-columns: 1fr;
    }

    .legal2-summary h2 {
        grid-column: auto;
    }

    .legal2-summary a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .legal2-summary a::before {
        top: 12px;
    }

    .legal2-section {
        border-radius: var(--home2-radius-md);
    }

    .legal2-document-links a {
        align-items: flex-start;
    }

    .legal2-actions {
        display: grid;
    }

    .legal2-actions .home2-button {
        width: 100%;
    }

    .legal2-cta {
        padding-bottom: 72px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .legal2-summary a,
    .legal2-document-links a {
        transition: none;
    }
}
