* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "DM Sans", sans-serif;
    background: #f4f1eb;
    color: #111
}

a {
    text-decoration: none;
    color: inherit
}

.legal-container {
    max-width: 1450px;
    margin: auto
}

.legal-hero-label em {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #b8ff5a
}

.legal-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    padding: 0 5%;
    background: rgba(11, 17, 16, .94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.legal-header-container {
    max-width: 1450px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.legal-logo {
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #fff
}

.legal-logo span,
.legal-footer-logo span {
    color: #b8ff5a
}

.legal-back {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    color: #fff
}

.legal-back i {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    transition: .4s
}

.legal-back:hover i {
    background: #b8ff5a;
    border-color: #b8ff5a;
    color: #111;
    transform: rotate(45deg)
}

.legal-hero {
    background: #0b1110;
    color: #fff;
    padding: 165px 5% 100px
}

.legal-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 80px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #626964
}

.legal-breadcrumb a {
    transition: .3s
}

.legal-breadcrumb a:hover {
    color: #b8ff5a
}

.legal-hero-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px
}

.legal-hero-label>span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b8ff5a
}

.legal-hero-label>span::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    margin-left: 15px;
    vertical-align: middle;
    background: #b8ff5a;
}

.legal-hero-label p {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666d68
}

.legal-hero h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(65px, 10vw, 115px);
    font-weight: 500;
    line-height: .82;
    letter-spacing: -2px
}

.legal-hero h1 span {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #b8ff5a;
}

.legal-hero-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 80px;
    margin-top: 70px
}

.legal-hero-bottom p {
    max-width: 430px;
    font-size: 15px;
    line-height: 1.8;
    color: #8a918c
}

.legal-hero-bottom>span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #555c57
}

.legal-content-section {
    padding: 120px 5%
}

.legal-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 10%
}

.legal-sidebar-inner {
    position: sticky;
    top: 125px
}

.legal-sidebar-title {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #cbc8c1;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #88847d
}

.legal-navigation {
    display: flex;
    flex-direction: column
}

.legal-navigation a {
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: center;
    min-height: 47px;
    border-bottom: 1px solid #d7d4cd;
    font-size: 11px;
    color: #8b8780;
    transition: .3s
}

.legal-navigation a span {
    font-size: 8px;
    color: #aaa69f
}

.legal-navigation a:hover,
.legal-navigation a.active {
    color: #111;
    padding-left: 8px
}

.legal-navigation a.active span {
    color: #6c9f2d
}

.legal-content {
    max-width: 900px
}

.legal-introduction {
    padding-bottom: 70px
}

.legal-introduction>span {
    display: block;
    margin-bottom: 25px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6c9f2d
}

.legal-introduction>p {
    font-family: "Manrope", sans-serif;
    font-size: clamp(30px, 3.5vw, 48px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2.5px
}

.legal-article {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 30px;
    padding: 60px 0;
    border-top: 1px solid #cbc8c1;
    scroll-margin-top: 110px
}

.legal-article-number {
    padding-top: 8px;
    font-size: 9px;
    color: #88847d
}

.legal-article-content h2 {
    margin-bottom: 25px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 500;
    letter-spacing: -2px
}

.legal-article-content p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.9;
    color: #6f6b65
}

.legal-article-content ul {
    margin: 30px 0 10px;
    list-style: none
}

.legal-article-content li {
    position: relative;
    padding: 15px 0 15px 28px;
    border-top: 1px solid #d8d5ce;
    font-size: 14px;
    line-height: 1.6;
    color: #6f6b65
}

.legal-article-content li:last-child {
    border-bottom: 1px solid #d8d5ce
}

.legal-article-content li::before {
    content: "↗";
    position: absolute;
    left: 0;
    color: #6c9f2d
}

.legal-contact-link {
    width: 100%;
    margin-top: 35px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cbc8c1;
    border-bottom: 1px solid #cbc8c1;
    font-family: "Manrope", sans-serif;
    font-size: 18px
}

.legal-contact-link i {
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    transition: .4s
}

.legal-contact-link:hover i {
    background: #b8ff5a;
    border-color: #b8ff5a;
    transform: rotate(45deg)
}

.legal-footer {
    background: #0b1110;
    color: #fff;
    padding: 80px 5% 25px
}

.legal-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 70px
}

.legal-footer-logo {
    font-family: "Manrope", sans-serif;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -2px
}

.legal-footer-links {
    display: flex;
    gap: 35px
}

.legal-footer-links a {
    font-size: 11px;
    color: #747b76;
    transition: .3s
}

.legal-footer-links a:hover {
    color: #fff
}

.legal-footer-wordmark {
    height: clamp(130px, 19vw, 280px);
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-family: "Manrope", sans-serif;
    font-size: clamp(170px, 26vw, 390px);
    font-weight: 600;
    line-height: .7;
    letter-spacing: -25px
}

.legal-footer-bottom {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.legal-footer-bottom p,
.legal-footer-bottom a {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #606762
}

.legal-footer-bottom a {
    transition: .3s
}

.legal-footer-bottom a:hover {
    color: #b8ff5a
}

@media(max-width:950px) {
    .legal-layout {
        grid-template-columns: 1fr
    }

    .legal-sidebar {
        display: none
    }

    .legal-content {
        max-width: 100%
    }

    .legal-hero h1 {
        letter-spacing: -7px
    }
}

@media(max-width:650px) {
    .legal-header {
        height: 75px;
        padding: 0 6%
    }

    .legal-back span {
        display: none
    }

    .legal-hero {
        padding: 135px 6% 75px
    }

    .legal-breadcrumb {
        margin-bottom: 55px
    }

    .legal-hero h1 {
        font-size: 65px;
        letter-spacing: -5px
    }

    .legal-hero-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        margin-top: 50px
    }

    .legal-content-section {
        padding: 75px 6%
    }

    .legal-introduction {
        padding-bottom: 50px
    }

    .legal-introduction>p {
        font-size: 30px;
        letter-spacing: -2px
    }

    .legal-article {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 45px 0
    }

    .legal-article-content h2 {
        font-size: 28px
    }

    .legal-article-content p {
        font-size: 14px
    }

    .legal-footer {
        padding: 60px 6% 20px
    }

    .legal-footer-top {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 55px
    }

    .legal-footer-links {
        flex-direction: column;
        gap: 15px
    }

    .legal-footer-wordmark {
        height: 120px;
        font-size: 31vw;
        letter-spacing: -10px
    }
}


.legal-effective-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #cbc8c1;
    border-bottom: 1px solid #cbc8c1
}

.legal-effective-date span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #88847d
}

.legal-effective-date p {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500
}

.legal-opening {
    padding: 50px 0 70px
}

.legal-opening p {
    max-width: 850px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.9;
    color: #6f6b65
}

.legal-company-details {
    margin-top: 30px;
    padding: 25px;
    border-left: 2px solid #b8ff5a;
    background: #ebe8e1
}

.legal-company-details p {
    margin-bottom: 5px
}

.legal-company-details p:last-child {
    margin-bottom: 0
}

.legal-company-details strong {
    color: #111
}