/* ========= GLOBAL ========= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    color: #1A1A1A;
    font-family: "Inter", Arial, sans-serif;
}

body.modal-open {
    overflow: hidden;
}


/* ========= SHARED ========= */

.content {
    width: 100%;
    max-width: 980px;
}

section {
    width: 100%;
    padding: 145px 96px;
    display: flex;
    justify-content: center;
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #800000;
    font-weight: 600;
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

section h2 {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.018em;
    margin-bottom: 24px;
}

section p {
    max-width: 790px;
    font-size: 18px;
    line-height: 1.72;
    color: #444444;
    margin-bottom: 22px;
}

ul {
    max-width: 790px;
    margin: 34px 0 0 0;
    padding-left: 22px;
}

li {
    font-size: 18px;
    line-height: 1.72;
    color: #333333;
    margin-bottom: 14px;
}


/* ========= ACCESS MODAL ========= */

.access-modal,
.update-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.modal-hidden {
    display: none !important;
}

.access-modal-backdrop,
.update-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 7, 7, 0.82);
}

.access-modal-panel,
.update-modal-panel {
    position: relative;
    width: 100%;
    max-width: 720px;
    background: #171717;
    color: #F1F1F1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 48px 52px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.access-modal-mark {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #B8B8B8;
    font-weight: 600;
    margin-bottom: 18px;
}

.access-modal-panel h2,
.update-modal-panel h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.access-modal-panel p,
.update-modal-panel p {
    font-size: 15px;
    line-height: 1.75;
    color: #D4D4D4;
    margin-bottom: 18px;
}

.access-modal-panel strong {
    color: #FFFFFF;
    font-weight: 700;
}

.access-modal-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.modal-btn {
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 24px;
    min-height: 46px;
    letter-spacing: 0.02em;
    transition: all 0.15s ease;
}

.modal-btn-primary {
    background: #FFFFFF;
    color: #111111;
    border: 1px solid #FFFFFF;
}

.modal-btn-primary:hover {
    background: #EAEAEA;
}

.modal-btn-secondary {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.modal-btn-secondary:hover {
    border-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.08);
}


/* ========= UPDATE MODAL FORM ========= */

.update-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: transparent;
    color: #FFFFFF;
    border: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

.update-form {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.update-form label {
    display: grid;
    gap: 7px;
    font-size: 13px;
    color: #D0D0D0;
    letter-spacing: 0.01em;
}

.update-form input,
.update-form select {
    width: 100%;
    background: #FFFFFF;
    color: #111111;
    border: 1px solid #D5D5D5;
    padding: 13px 12px;
    font-family: inherit;
    font-size: 15px;
}

.form-note {
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #AFAFAF !important;
    margin: 6px 0 0 0 !important;
}

.update-confirmation {
    margin-top: 28px;
}


/* ========= HEADER ========= */

.header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 34px 80px 0 80px;
}

.logo {
    height: 42px;
    width: auto;
}


/* ========= HERO ========= */

.hero {
    padding-top: 170px;
    padding-bottom: 135px;
}

.hero h1 {
    max-width: 980px;
    font-size: 56px;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -0.035em;
    margin-bottom: 28px;
}

.hero p {
    max-width: 780px;
    font-size: 22px;
    line-height: 1.62;
    color: #444444;
    margin-bottom: 36px;
}

.cta {
    display: inline-block;
    padding: 14px 28px;
    background: #800000;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}

.cta:hover {
    background: #640000;
}


/* ========= STRUCTURE ========= */

.our-structure {
    background: #FAFAFA;
    padding-top: 180px;
    padding-bottom: 180px;
}

.our-structure h2 {
    font-size: 42px;
}

.structure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 46px 0 40px 0;
}

.structure-card {
    border: 1px solid #E1E1E1;
    background: #FFFFFF;
    padding: 28px;
    min-height: 210px;
}

.structure-card span {
    display: block;
    color: #800000;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 28px;
}

.structure-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.structure-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #555555;
    margin-bottom: 0;
}


/* ========= STAKEHOLDERS ========= */

.stakeholders {
    background: #FFFFFF;
    padding-top: 130px;
    padding-bottom: 130px;
}

.stakeholder-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.stakeholder-list span {
    border: 1px solid #D8D8D8;
    padding: 10px 14px;
    font-size: 14px;
    color: #333333;
    background: #FFFFFF;
}


/* ========= UPDATE SECTION ========= */

.update-section {
    background: #111111;
    color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 120px;
}

.update-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.update-section h2 {
    color: #FFFFFF;
}

.update-section p {
    color: #CFCFCF;
}

.update-section-button {
    appearance: none;
    cursor: pointer;
    background: #FFFFFF;
    color: #111111;
    border: 1px solid #FFFFFF;
    padding: 15px 24px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.update-section-button:hover {
    background: #EAEAEA;
}


/* ========= FOOTER ========= */

.footer {
    width: 100%;
    background: #0F0F0F;
    color: #EEEEEE;
    padding: 92px 80px 48px 80px;
    display: flex;
    justify-content: center;
}

.footer-inner {
    width: 100%;
    max-width: 980px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    margin-bottom: 48px;
}

.footer-left {
    max-width: 460px;
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-text {
    font-size: 16px;
    line-height: 1.65;
    color: #CCCCCC;
    margin-bottom: 22px;
}

.footer-address {
    font-size: 13px;
    line-height: 1.65;
    color: #9A9A9A;
    margin-bottom: 0;
}

.footer-right {
    text-align: right;
}

.footer-link {
    font-size: 15px;
    color: #BBBBBB;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer-link:hover {
    color: #FFFFFF;
}

.footer-bottom {
    border-top: 1px solid #2A2A2A;
    padding-top: 32px;
}

.compliance-text {
    font-size: 13px;
    line-height: 1.65;
    color: #A8A8A8;
    margin-bottom: 18px;
}

.institutional-disclaimer {
    font-size: 13px;
    line-height: 1.65;
    color: #8A8A8A;
    margin-bottom: 20px;
}

.copyright {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
}


/* ========= RESPONSIVE ========= */

@media (max-width: 900px) {
    .header {
        padding: 24px 28px 0 28px;
    }

    .logo {
        height: 44px;
    }

    section {
        padding: 96px 30px;
    }

    .hero {
        padding-top: 120px;
        padding-bottom: 96px;
    }

    .hero h1 {
        font-size: 36px;
        line-height: 1.25;
    }

    .hero p {
        font-size: 18px;
    }

    section h2 {
        font-size: 29px;
    }

    section p,
    li {
        font-size: 16px;
    }

    .structure-grid {
        grid-template-columns: 1fr;
    }

    .update-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .update-section-button {
        width: 100%;
    }

    .access-modal,
    .update-modal {
        padding: 20px;
    }

    .access-modal-panel,
    .update-modal-panel {
        padding: 36px 28px;
    }

    .access-modal-panel h2,
    .update-modal-panel h2 {
        font-size: 24px;
    }

    .access-modal-actions {
        flex-direction: column;
    }

    .modal-btn {
        width: 100%;
    }

    .footer {
        padding: 66px 30px 36px 30px;
    }

    .footer-content {
        flex-direction: column;
        gap: 34px;
    }

    .footer-right {
        text-align: left;
    }
}