*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
--black: #080808;
--charcoal: #292728;
--card-bg: #161719;
--surface: #1c1e21;
--border: #2a2c30;
--border-light: #383b40;
--orange: #f05822;
--orange-dim: #cc4400;
--red: #e8150c;
--blue: #0ea5e9;
--blue-dim: #0284c7;
--silver: #a8adb8;
--silver-light: #d0d4de;
--white: #ffffff;
--off-white: #f5f6f8;
--text-muted: #6b7280;
--text-dim: #4b5563;
--gradient-orange: linear-gradient(135deg, #ff5500, #e8150c);
--gradient-blue: linear-gradient(135deg, #0ea5e9, #6366f1);
--gradient-silver: linear-gradient(135deg, #d0d4de, #a8adb8);
--gradient-dark: linear-gradient(135deg, #1c1e21, #111214);
--gunmetal: #1c1e21;
--dark-grey: #2a2c30;
--font-head: "Agdasima";
--font-subheadsemi: "Jost";
--font-subheadmedium: "Jost";
--font-body: "Jost";
--section-pad: 80px;

}

@font-face {
/*font-family: 'Agdasima';*/
/*src: url('../fonts/Agdasima-Bold.ttf') format('truetype');*/
/*font-family: 'JostSemiBold';*/
/*src: url('../fonts/Jost-SemiBold.ttf') format('truetype');*/
/*font-family: 'JostMedium';*/
/*src: url('../fonts/Jost-Medium.ttf') format('truetype');*/
/*font-family: 'JostBody';*/
/*src: url('../fonts/Jost-Light.ttf') format('truetype');*/
font-family: "Jost", sans-serif;
font-family: "Agdasima", sans-serif;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
h1 {
font-family: "Agdasima", sans-serif;
font-weight: 700;
}

h2 {
font-family: "Jost", sans-serif;
font-weight: 600;
}

h3,span {
font-family: "Jost", sans-serif;
font-weight: 500;
}

h4 {
font-family: "Jost", sans-serif;
font-weight: 400;
}

body,
p {
font-family: "Jost", sans-serif;
font-weight: 300;
}


ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: var(--black);
    color: var(--white);
    font-family: var(--font-body);
    overflow-x: hidden;
}

.container-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}

/* LAYOUT */
.page-layout-main {
    background: var(--off-white);
    padding: var(--section-pad) 0;
}

.toc-title {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--charcoal);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, .07)
}

.toc-links {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.toc-link {
    display: block;
    padding: 9px 12px;
    border-radius: 7px;
    font-family: var(--font-accent);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--text-muted);
    text-decoration: none;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    transition: background .2s, color .2s;
    width: 100%
}

.toc-link:hover {
    background: rgba(255, 85, 0, .06);
    color: var(--orange)
}

.toc-link.active {
    background: rgba(255, 85, 0, .08);
    color: var(--orange)
}

.toc-divider {
    height: 1px;
    background: rgba(0, 0, 0, .07);
    margin: 10px 0
}

.toc-update {
    margin-top: 16px;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 10px;
    font-family: var(--font-accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    color: var(--text-muted);
    line-height: 1.5
}

.toc-update strong {
    color: var(--charcoal);
    font-weight: 700
}

/* CONTENT */
.legal-content {
    min-width: 0
}

.legal-intro {
    margin-bottom: 40px;
    padding: 24px 28px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-left: 4px solid var(--orange);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04)
}

.legal-intro p {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 15px;
    color: var(--text-dim);
    line-height: 1.75
}

.legal-intro strong {
    color: var(--charcoal);
    font-family: var(--font-body);
    font-weight: 300;
}

.legal-section,
.legal-content {
    margin-bottom: 25px;
}

.ls-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.ls-header span {
    font-family: var(--font-body);
    font-size: 28px;
    font-weight: 500;
    color: var(--orange);
    letter-spacing: -1px;
    line-height: 1;
    flex-shrink: 0;
    width: 40px
}

.ls-header p {
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: var(--charcoal);
    line-height: 1
}

.ls-body {

    font-size: 15px;
    color: var(--text-dim);
    line-height: 1.85
}

.ls-body p {
       font-family: var(--font-body);
    font-weight: 300;
    margin-bottom: 14px;
}

.ls-body p:last-child {
    margin-bottom: 0;
}

.ls-body strong {
    color: var(--charcoal);
    font-weight: 300;
}

.ls-body a {
       font-family: var(--font-body);
    font-weight: 300;
    color: var(--orange);
    text-decoration: none
}

.ls-body a:hover {
    text-decoration: underline
}

.ls-body ul {
    margin: 10px 0 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.ls-body ul li {
    font-size: 15px;
    color: var(--text-dim);
    line-height: 1.65
}

.ls-body ul li::marker {
    color: var(--orange)
}

.ls-body ol {
    margin: 10px 0 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    list-style: decimal
}

.ls-body ol li {
    font-size: 15px;
    color: var(--text-dim)
}

/* Highlight box */
.highlight-box {
    margin: 16px 0;
    padding: 18px 22px;
    background: rgba(255, 85, 0, .05);
    border: 1px solid rgba(255, 85, 0, .15);
    border-radius: 10px
}

.highlight-box p {
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.7;
    margin: 0
}

.highlight-box strong {
    color: var(--charcoal)
}





/* RESPONSIVE */

@media (max-width: 1440px) {
    .container-main {
        padding: 0 80px;
    }


}

@media (max-width: 1200px) {

    .container-main {
        padding: 0 60px;

    }

    .ls-header span {
        font-size: 24px;
    }

    .ls-header p {
        font-size: 22px;
    }

}

@media (max-width: 1024px) {}

@media (max-width: 991px) {

    .mob-header {
        display: block;
    }



    .mob-header-logo img {
        max-width: 220px;
    }

    .mob-header .navbar {
        background: var(--white-color);
        padding: 16px 0px;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
    }

    .container-fluid {
        padding: 0 40px;
    }

    .mob-header .collapse {
        visibility: unset;
    }

    .mob-header .navbar-nav {
        padding-bottom: 600px;
        padding-top: 20px;
    }

    .mob-header .navbar-toggler {
        padding: 0;
    }

    .mob-header .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: var(--black-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .navbar-collapse ul li a:hover {
        color: var(--white-color);
    }


    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .mob-header .navbar-toggler-icon {
        background-image: url(../images/menu-icon.webp);
        background-repeat: no-repeat;
        width: 27px;
        height: 27px;
    }

    body.menu-open .mob-header .navbar-toggler-icon {
        background-image: url(../images/close-iconicon.webp);
        height: 27px;
        width: 27px;
    }



    /* MOBILE MENU */

    .header-links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: var(--bg-white);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s ease;
        z-index: 999;
        padding: 80px 20px;
    }

    .header-links.nav-open {
        left: 0;
    }

    .header-links ul {
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .header-links ul li a {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .mobile-nav-btn {
        margin-top: 10px;
    }

    .mobile-nav-btn .nav-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 14px 24px;
    }

    /* HIDE DESKTOP CTA */

    .header-cta {
        display: none;
    }

    body.menu-open {
        overflow: hidden;
    }
}

@media (max-width: 850px) {}

@media (max-width: 768px) {
    .container-main {
        padding: 0 20px;
    }

}

@media (max-width: 600px) {
    .container-fluid {
        padding: 0 20px;
    }

    .ls-header span,
    .ls-header p {
        font-size: 18px;
    }
}

@media (max-width: 390px) {}