:root {
    --fazea-navy: #071120;
    --fazea-navy-soft: #14213d;
    --fazea-gold: #b88a35;
    --fazea-gold-dark: #8f6723;
    --fazea-ivory: #fbfaf7;
    --fazea-surface: #ffffff;
    --fazea-text: #263247;
    --fazea-muted: #626a76;
    --fazea-border: rgba(7, 17, 32, 0.10);
    --fazea-border-strong: rgba(7, 17, 32, 0.16);
    --fazea-shadow: 0 16px 42px rgba(7, 17, 32, 0.07);
}

.legal-page {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    color: #071120;
}

.legal-page svg {
    display: inline-block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.legal-content {
    padding: 44px 0 74px;
}

.legal-container {
    width: min(100%, 1620px);
    margin: 0 auto;
    padding-left: clamp(42px, 5.5vw, 110px);
    padding-right: clamp(42px, 5.5vw, 110px);
}

.legal-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    color: #6e7480;
    font-size: 14px;
    font-weight: 800;
}

.legal-breadcrumb a {
    color: #6e7480;
    text-decoration: none;
}

.legal-breadcrumb span {
    color: #9a9b98;
}

.legal-breadcrumb strong {
    color: #6e7480;
}

.legal-header {
    max-width: 1120px;
}

.legal-header h1 {
    margin: 0;
    color: #071120;
    font-size: clamp(38px, 3.4vw, 56px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.legal-header p {
    max-width: 980px;
    margin-top: 22px;
    color: #59616c;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 750;
}

.legal-separator {
    width: 100%;
    height: 1px;
    margin: 38px 0 0;
    background: rgba(7, 17, 32, 0.10);
}

.legal-list {
    width: min(100%, 1240px);
    margin: 0 auto;
}

.legal-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 42px;
    padding: 42px 0;
    border-bottom: 1px solid rgba(7, 17, 32, 0.10);
}

.legal-icon {
    width: 96px;
    height: 96px;
    border-radius: 14px;
    background: #f8f6f0;
    color: #b88a35;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legal-icon svg {
    width: 52px;
    height: 52px;
}

.legal-item h2 {
    margin: 0 0 16px;
    color: #071120;
    font-size: clamp(22px, 1.7vw, 30px);
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.legal-item p {
    margin: 0;
    color: #071120;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 650;
}

.legal-item p + p {
    margin-top: 8px;
}

.legal-download {
    display: flex;
    justify-content: center;
    padding: 34px 0 34px;
}

.legal-download-btn {
    min-height: 58px;
    padding: 0 34px;
    border: 2px solid #b88a35;
    border-radius: 8px;
    background: #ffffff;
    color: #b88a35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 950;
    transition: 0.2s ease;
}

.legal-download-btn:hover {
    background: #f8f6f0;
    transform: translateY(-2px);
}

.legal-download-btn svg {
    width: 20px;
    height: 20px;
}

.legal-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(7, 17, 32, 0.10);
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f1eb 100%);
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(7, 17, 32, 0.04);
}

.legal-benefits article {
    min-height: 170px;
    padding: 30px 24px;
    color: #b88a35;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.legal-benefits article:not(:last-child) {
    border-right: 1px solid rgba(7, 17, 32, 0.10);
}

.legal-benefits svg {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
}

.legal-benefits h3 {
    margin: 0;
    color: #071120;
    font-size: 18px;
    font-weight: 950;
}

.legal-benefits p {
    margin-top: 10px;
    color: #59616c;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 650;
}

@media (max-width: 1180px) {
    .legal-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .legal-benefits article:nth-child(2) {
        border-right: 0;
    }

    .legal-benefits article:nth-child(1),
    .legal-benefits article:nth-child(2) {
        border-bottom: 1px solid rgba(7, 17, 32, 0.10);
    }
}

@media (max-width: 900px) {
    .legal-container {
        padding-left: 6%;
        padding-right: 6%;
    }

    .legal-content {
        padding-top: 34px;
    }

    .legal-header p {
        font-size: 16px;
    }

    .legal-item {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 34px 0;
    }
}

@media (max-width: 620px) {
    .legal-benefits {
        grid-template-columns: 1fr;
    }

    .legal-benefits article {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(7, 17, 32, 0.10);
    }

    .legal-benefits article:last-child {
        border-bottom: 0;
    }

    .legal-download-btn {
        width: 100%;
    }
}
.legal-page {
    background:
        radial-gradient(circle at 8% 0%, rgba(184, 138, 53, 0.07), transparent 26%),
        var(--fazea-ivory);
}

.legal-icon {
    border: 1px solid rgba(184, 138, 53, 0.18);
    background: #f8f6f0;
    color: var(--fazea-gold);
}

.legal-download-btn {
    border-color: var(--fazea-navy);
    color: var(--fazea-navy);
}

.legal-download-btn:hover {
    border-color: var(--fazea-gold);
    color: var(--fazea-gold-dark);
    background: #ffffff;
}

.legal-benefits article {
    color: var(--fazea-gold);
}
