/* AXIOM AVIATION SGU L.L.C. — Legal stylesheet (loaded only on privacy/terms) */
/* Theme carries the SAME palette as the homepage for brand consistency. */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}

body {
    font-size: 16px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    background-color: #F5EFE3;
    color: #4E4133;
    line-height: 1.7;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    color: #2E5E7E;
}

a:hover {
    text-decoration: underline;
}

/* Scope isolation: content sections must never carry stray backgrounds */
.legal-page .legal-content section {
    background-color: transparent !important;
}

/* Shared container shell with centered max-width content */
.legal-shell {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Legal header */
.legal-header {
    background-color: #242A2E;
    border-top: 4px solid #C57B3A;
    padding: 46px 0 40px;
}

.legal-header .crumb {
    color: #C57B3A;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}

.legal-header .crumb a {
    color: #C8D4DC;
    text-decoration: none;
}

.legal-header .crumb a:hover {
    color: #FCF8F0;
    text-decoration: underline;
}

.legal-header h1 {
    color: #FCF8F0;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 12px;
}

.legal-header .updated {
    color: #C8D4DC;
    font-size: 15px;
}

.legal-header .updated a {
    color: #C8D4DC;
}

/* TOC */
.legal-toc {
    margin: 42px 0 8px;
    background-color: #FCF8F0;
    border: 1px solid #242A2E;
    border-left: 6px solid #C57B3A;
    padding: 26px 28px;
}

.legal-toc h2 {
    color: #33261C;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.legal-toc ol {
    list-style: none;
    counter-reset: toc;
}

.legal-toc li {
    counter-increment: toc;
    margin-bottom: 7px;
    font-size: 15px;
}

.legal-toc li a {
    color: #2E5E7E;
    text-decoration: none;
    font-weight: 600;
}

.legal-toc li a:hover {
    text-decoration: underline;
    color: #33261C;
}

/* Body content */
.legal-body {
    padding: 10px 0 20px;
}

.legal-body section {
    background-color: transparent;
}

.legal-intro {
    margin: 26px 0 10px;
    color: #33261C;
    font-size: 17px;
}

.legal-intro p {
    margin-bottom: 16px;
    color: #33261C;
}

.legal-body .company-block {
    background-color: #FCF8F0;
    border: 1px solid #242A2E;
    border-radius: 4px;
    padding: 18px 22px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #33261C;
}

.legal-body .company-block strong {
    color: #2E5E7E;
}

.legal-content section {
    margin-bottom: 26px;
}

.legal-content h2 {
    color: #33261C;
    font-size: 26px;
    font-weight: 800;
    margin: 34px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #C57B3A;
    scroll-margin-top: 20px;
}

.legal-content .secnum {
    color: #C57B3A;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.legal-content h3 {
    color: #2E5E7E;
    font-size: 19px;
    font-weight: 700;
    margin: 20px 0 8px;
}

.legal-content p {
    color: #33261C;
    margin-bottom: 14px;
    font-size: 16px;
}

.legal-content ul,
.legal-content ol {
    margin: 0 0 18px 26px;
    color: #33261C;
}

.legal-content li {
    margin-bottom: 8px;
    font-size: 16px;
}

.legal-content .note {
    background-color: #FCF8F0;
    border-left: 4px solid #2E5E7E;
    padding: 14px 18px;
    margin: 18px 0;
    font-size: 15px;
}

.legal-content .note strong {
    color: #2E5E7E;
}

.legal-content address {
    font-style: normal;
    color: #33261C;
    background-color: #FCF8F0;
    border: 1px solid #242A2E;
    padding: 14px 18px;
    margin-bottom: 18px;
}

/* Page footer */
.legal-footer {
    margin-top: 30px;
    background-color: #10151A;
    padding: 34px 0 26px;
    position: relative;
    z-index: 1;
}

.legal-footer .footer-inner {
    text-align: center;
}

.legal-footer .home-link {
    color: #FCF8F0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.legal-footer .home-link:hover {
    color: #FCF8F0;
    text-decoration: underline;
    border-bottom: 1px solid #C57B3A;
}

.legal-footer .footer-meta {
    color: #C8D4DC;
    font-size: 13px;
    margin-top: 12px;
    line-height: 1.7;
}

.legal-footer .footer-meta a {
    color: #C8D4DC;
    text-decoration: none;
}

.legal-footer .footer-meta a:hover {
    color: #FCF8F0;
    text-decoration: underline;
}

/* strong contrast on all interactive text */
@media (max-width: 640px) {
    .legal-header h1 {
        font-size: 30px;
    }

    .legal-content h2 {
        font-size: 22px;
    }
}
