.elementor-76743 .elementor-element.elementor-element-6813adf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0a8beec *//* ===== FONT IMPORTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Mono:wght@400;500;600&family=Nunito:wght@400;500;600;700&display=swap');

/* ===== ROOT VARIABLES ===== */
:root {
    --navy: #0b1d3a;
    --navy-2: #091732;
    --navy-3: #13294c;
    --navy-line: #22365c;
    --gold: #c8972a;
    --gold-bright: #e6bd5c;
    --cream: #f6f3ec;
    --steel: #9fb0c8;
    --steel-dim: #6f819c;
    --ink: #14223c;
    --ink-soft: #3c4a63;
    --maxw: 1180px;
}

/* ===== RESET & BASE ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--cream);
    color: var(--ink);
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 32px;
}

/* ===== TERMS CONTENT ===== */
#disclaimer {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 32px;
    background: var(--cream);
    color: var(--ink);
}

#disclaimer p {
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

#disclaimer p strong {
    color: var(--ink);
    font-weight: 700;
}

#disclaimer h1 {
    font-family: 'Bodoni Moda', serif;
    font-weight: 700;
    font-size: 36px;
    color: var(--navy);
    margin: 30px 0 24px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

#disclaimer h2 {
    font-family: 'Bodoni Moda', serif;
    font-weight: 700;
    font-size: 28px;
    color: var(--navy);
    margin: 40px 0 18px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

#disclaimer h2:first-of-type {
    margin-top: 0;
}

#disclaimer ul {
    margin: 10px 0 20px 30px;
}

#disclaimer li {
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

#disclaimer ol {
    margin: 10px 0 20px 30px;
}

#disclaimer ol li {
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

#disclaimer ol ol {
    margin: 8px 0 8px 25px;
}

#disclaimer ol ol li {
    font-size: 15px;
}

#disclaimer a {
    color: var(--navy);
    text-decoration: underline;
    transition: color 0.2s ease;
}

#disclaimer a:hover {
    color: var(--gold);
}

#disclaimer strong {
    color: var(--ink);
    font-weight: 700;
}

#disclaimer u {
    text-decoration: underline;
}

/* Add to your existing CSS */

/* ===== FOOTER WIDTH FIX ===== */
footer {
    background: var(--navy-2);
    padding: 58px 0 38px;
    border-top: none;
    margin: 0;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 22.4px;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    letter-spacing: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: var(--cream);
    width: 100%;
    max-width: 100%;
}

footer .wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
    box-sizing: border-box;
}

.foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--navy-line);
    width: 100%;
    box-sizing: border-box;
}

.foot-brand {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.foot-brand .logo {
    font-family: 'Bodoni Moda', serif;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.3px;
    color: var(--cream);
    margin: 0;
    padding: 0;
}

.foot-brand .logo .ai {
    color: var(--gold);
    font-style: italic;
}

.foot-brand p {
    color: var(--steel-dim);
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 0;
    max-width: 320px;
    line-height: 1.65;
}

.foot-col {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.foot-col h5 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 14px 0;
    padding: 0;
}

.foot-col .line {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: var(--steel);
    line-height: 1.95;
    margin: 0;
    padding: 0;
}

.foot-col a {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: var(--steel);
    text-decoration: none;
    display: block;
    line-height: 2;
    margin: 0;
    padding: 0;
    transition: color 0.2s ease;
}

.foot-col a:hover {
    color: var(--gold-bright);
}

.disc {
    color: var(--steel-dim);
    font-size: 12.5px;
    line-height: 1.7;
    margin-top: 26px;
    margin-bottom: 0;
    max-width: 980px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.foot-legal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    margin-bottom: 0;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--steel-dim);
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.foot-legal a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.foot-legal a:hover {
    color: var(--gold-bright);
}

/* ===== FORCE RESET ANY THEME STYLES ===== */
footer p,
footer h5,
footer div,
footer a {
    margin: 0;
    padding: 0;
}

footer .foot-brand p {
    margin-top: 14px;
}

footer .foot-col h5 {
    margin-bottom: 14px;
}

footer .disc {
    margin-top: 26px;
}

footer .foot-legal {
    margin-top: 22px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 820px) {
    #disclaimer {
        padding: 40px 24px;
    }
    
    #disclaimer h1 {
        font-size: 28px;
    }
    
    #disclaimer h2 {
        font-size: 24px;
    }
    
    .foot-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 28px;
    }
    
    footer {
        padding: 48px 0 32px;
    }
    
    footer .wrap {
        padding: 0 24px;
    }
}

@media (max-width: 480px) {
    #disclaimer {
        padding: 30px 16px;
    }
    
    #disclaimer h1 {
        font-size: 24px;
    }
    
    #disclaimer h2 {
        font-size: 20px;
    }
    
    #disclaimer p,
    #disclaimer li {
        font-size: 15px;
    }
    
    #disclaimer ol {
        margin-left: 20px;
    }
    
    #disclaimer ul {
        margin-left: 20px;
    }
    
    .foot-grid {
        gap: 24px;
        padding-bottom: 24px;
    }
    
    footer {
        padding: 38px 0 28px;
    }
    
    footer .wrap {
        padding: 0 16px;
    }
    
    .foot-brand .logo {
        font-size: 18px;
    }
    
    .foot-brand p {
        font-size: 13px;
        max-width: 100%;
    }
    
    .foot-col .line,
    .foot-col a {
        font-size: 12px;
    }
    
    .disc {
        font-size: 11.5px;
        margin-top: 20px;
    }
    
    .foot-legal {
        font-size: 10px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
}

/* Add to your existing CSS */

/* ===== FIX FOR SPECIAL CHARACTERS ===== */
#disclaimer {
    /* Ensure proper character rendering */
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Fix for smart quotes and special characters */
#disclaimer p,
#disclaimer li {
    font-feature-settings: "liga" 1, "dlig" 1;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga" 1, "dlig" 1;
}

/* Ensure proper display of special characters like � */
#disclaimer * {
    font-variant-ligatures: common-ligatures;
    -webkit-font-variant-ligatures: common-ligatures;
}

/* Fix for the specific smart quote character */
#disclaimer p strong,
#disclaimer li strong {
    font-weight: 700;
    color: var(--ink);
}/* End custom CSS */