/* #region Truebase Inlined — replaces external truebase.css dependency */

/* #region Site-wide tokens */
:root {
    --site-max-w: 1400px;
}
/* #endregion */

/* Critical resets */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    line-height: 1.7;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

input, button {
    border: 0;
}

a {
    text-decoration: none;
}

p a {
    word-break: break-word;
}

a, button {
    transition: all 0.3s;
    display: inline-block;
    cursor: pointer;
}

button {
    background-color: transparent;
}

ul, ol {
    margin-left: 2rem;
}

ul li:not(:last-of-type), ol li:not(:last-of-type) {
    margin-bottom: 1rem;
}

sup {
    line-height: 0;
    font-size: .75rem !important;
}

table {
    border-collapse: collapse;
}

/* Layout utilities */
.rel { position: relative; }
.hidden { display: none !important; }

.boxbox {
    max-width: var(--site-max-w);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Flex utilities */
.flex { display: flex; }
.col { flex-direction: column; }
.wrap { flex-wrap: wrap; }
.between { justify-content: space-between; }
.justcenter { justify-content: center; }
.center { align-items: center; }
.grow { flex-grow: 1; min-width: 0; }
.nosh, .noshrink { flex-shrink: 0; }

/* Gap utilities */
.rowgap { row-gap: 2rem; }
.colgap { column-gap: 2rem; }
.colgapmini { column-gap: 1rem; }
.colgapmicro { column-gap: 0.5rem; }

/* Spacer utilities */
.spacerbig > *:not(:last-child) { margin-bottom: 2rem; }
.spacersmall > *:not(:last-child) { margin-bottom: 1rem; }
.spacermini > *:not(:last-child) { margin-bottom: 0.5rem; }

/* Padding utilities */
.pad    { padding: 3rem; }
.padhalf { padding: 2rem; }
.padmini { padding: 0.3rem; }

.padtop     { padding-top: 3rem;  padding-bottom: 3rem; }
.padtophalf { padding-top: 2rem;  padding-bottom: 2rem; }
.padtopmini { padding-top: 0.3rem; padding-bottom: 0.3rem; }

.padonlytop  { padding-top: 3rem; }
.padonlytop2 { padding-top: 6rem; }
.padonlybot  { padding-bottom: 3rem; }

/* Rounding */
.rounded    { border-radius: 1rem; }
.roundedmini { border-radius: 0.5rem; }
.rounded2   { border-radius: 2rem; }

/* Image shadows */
.imgshadow img  { box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }
.imgshadow2 img { box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }

/* Misc utilities */
.mainlink { cursor: pointer; }

/* Honeypot / form spam protection */
.firstnameform {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    opacity: 0.01;
    pointer-events: none;
    padding: 0 !important;
    margin: 0 !important;
}

/* Font icons */
@font-face {
    font-family: 'fa-brands';
    src: url('https://www.midobi.com/mods/fonts/awesome/fa-brands-400.woff');
}

@font-face {
    font-family: 'la-solid';
    src: url('https://www.midobi.com/mods/fonts/line/la-solid-900.woff');
}

.fa-brands {
    font-family: 'fa-brands' !important;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
}

.la-solid {
    font-family: 'la-solid' !important;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
}

/* Scroll animations (driven by scrollcheck.js) */
.scrollme {
    transition: all 1s cubic-bezier(.9, 0, .1, 1) !important;
    position: relative;
    transform: translate(0, 0) !important;
}

.SCAfadeleft {
    transform: translateX(3rem) !important;
    opacity: 0 !important;
}

.SCAfaderight {
    transform: translateX(-3rem) !important;
    opacity: 0 !important;
}

.SCAfadeup {
    transform: translateY(3rem) !important;
    opacity: 0 !important;
}

.SCAfadedown {
    transform: translateY(-3rem) !important;
    opacity: 0 !important;
}

.SCAzoomin {
    transform: scale(1.2) !important;
    opacity: 0 !important;
}

/* #endregion */

/* ─── Ni3Fe-specific overrides below ─── */

.boxbox {
    max-width:700px;
}

.hero .boxbox {
    max-width: var(--site-max-w);
    transform:none;
}

h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

h1 {
    color:#111;
}

h1, h1 span {
    font-size:2.25rem;
    font-weight:600;
}

h3 {
    text-transform:uppercase;
}

h1 sub {
    font-size:1.5rem;
    color:#111;
}

header .boxbox {
    max-width: var(--site-max-w);
    transform:none;
}

.landerbox h2 {
    font-size:2.5rem;
    font-weight:bold;
    color:#111;
    text-transform:uppercase;
}

.landerbox h3, .landerbox h3 span {
    font-size:2rem;
    font-weight:bold;
    color:#111;
    line-height:1.25;
}

.landerbox h3 b {
    font-weight:700;
}

.landerbox h4 {
    font-size:1.25rem;
}

.landerbox h5 {
    background-color:#1a88c2;
    color:#fff;
    padding:0.5rem 1rem;
    border-radius:0.5rem;
    font-size:2rem;
    font-weight:600;
    margin:0 auto 0.75rem;
    text-align:center;
}

@media only screen and (max-width: 500px) {
    .landerbox h5 {
        font-size: 2rem;
    }
}

.landerbox .problemtitle {
    background-color:#8B0000;
}

.landerbox .solutiontitle {
    background-color:#1278b0;
}
.landerbox p, .landerbox ol li, .landerbox ul li {
    font-size:1.125rem;
}

.landerbox .highlights .item {
    background-color:#fff;
    padding:2rem;
    border-radius:0.5rem;
    width: 100%;
    box-shadow:0 0 25px 0 rgba(0,0,0,0.025);
}

.landerbox .highlights .item p {
    font-size:1.25rem;
}

.landerbox .figures {
    background-color:#1278b0;
    color:#fff;
    padding:3rem;
    border-radius:1rem;
}

.landerbox .figures p {
    font-size:1.25rem;
}

.landerbox .figures:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url('images/bg_batteries.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:1;
    opacity:0.25;
    border-radius:1rem;
}

.landerbox .figures h3 {
    color:#fff;
    text-align:center;
}

.landerbox .figures h4 {
    border-bottom:2px solid rgba(255,255,255,0.5);
    padding-bottom:1rem;
    margin-bottom:1rem;
    color:#fff;
}

.landerbox img {
    width:100%;
}

.landerbox figcaption {
    background-color:#354872;
    color:#fff;
    border-radius:0.25rem;
    padding:0.5rem;
    font-size:1rem;
    font-weight:bold;
    font-style:italic;
    margin-left:0.5rem;
    margin-right:0.5rem;
    margin-top:-1.5rem;
    z-index:2;
    position:relative;
    text-align:center;
}

.landerbox .quote {
    border-top:1px solid #1a88c2;
    border-bottom:1px solid #1a88c2;
    padding:2rem;
    font-size:1.25rem;
}

.landerbox .quote img {
    width:auto;
    height:3rem;
    margin-left:auto;
    display:block;
}

.landerbox .magflex {
    flex-direction: column !important;
}

.landerbox .magmap {
    width: 100%;
    max-width: 80%;
}

.landerbox .doe-chart {
    max-width: 80%;
    display: block;
}

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

.landerbox ol li {
    background-color:#fff;
    padding:1rem 2rem;
    padding-left:3rem;
    border-radius:0.5rem;
    box-shadow:0 0 25px 0 rgba(0,0,0,0.025);
    counter-increment: list-counter;
    position: relative;
}

.landerbox ol li:before {
    content: counter(list-counter) '.';
    position: absolute;
    left: 1rem; /* Adjust as necessary */
    font-weight: bold;
}

.landerbox ol li:not(:last-child) {
    margin-bottom:1rem;
}

.landerbox .pagebreak {
    position:relative;
    height:60vh;
    /* Add inset shadow at top and bottom with 3rem spread, 10% opacity */
    box-shadow: 
        inset 0 3rem 3rem -3rem rgba(0,0,0,0.25),
        inset 0 -3rem 3rem -3rem rgba(0,0,0,0.25);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.landerbox .pagebreak h5 {
    display:table;
    position:absolute;
    left:50%;
    transform:translateX(-50%) translateY(50%);
    bottom:0;
    max-width:1000px;
    margin:0 auto;
    text-align:center;
}

.landerbox {
    display: grid;
    grid-template-columns: 1fr minmax(0, 40rem) 1fr;
    column-gap: 2rem;
    justify-content: center;
    box-sizing: border-box;
    align-items: start;
    max-width: var(--site-max-w);
    margin-left: auto;
    margin-right: auto;
}

.landerbox .toc-sidebar {
    grid-column: 1;
    position: sticky;
    top: calc(var(--header-h, 5.625rem) + 2rem);
    margin-top: 2rem;
    align-self: start;
    height: fit-content;
}

.landerbox .toc-sidebar li {
    list-style: none;
    margin-bottom: 0;
    line-height: 1.1;
}

.landerbox .main-col {
    grid-column: 2;
    min-width: 0;
    padding-bottom:3rem;
}

.landerbox .main-col .boxbox {
    transform: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.landerbox .sidebar {
    grid-column: 3;
    align-self: start;
    margin-top: 2rem;
    width: 100%;
    transform: none;
    pointer-events: all;
    z-index: 5;
}

.landerbox .sidebar .mainlink {
    width:100%;
    justify-content:center;
}

.landerbox .sidebar .sidebartop {
    padding:1rem;
}

.landerbox .sidebar .sidebarinner {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    max-width: 100%;
    pointer-events: all;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.landerbox .sidebar .vimpre {
    margin-top:1rem;
    cursor:pointer;
}

.landerbox .sidebar .vimpre:hover {
    opacity:0.5;
}

.landerbox .sidebar .sidebar-newslink {
    display:flex;
    flex-direction:column;
    gap:0.75rem;
    margin-top:1.5rem;
    padding:1.25rem 1.5rem;
    border-radius:0.75rem;
    background:linear-gradient(135deg, #1a88c2, #1278b0);
    color:#ffffff;
    border:0.1rem solid rgba(255,255,255,0.35);
    box-shadow:0 1.75rem 3.5rem rgba(18,120,176,0.25);
    text-decoration:none;
    transform:translateY(0);
    transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.landerbox .sidebar .sidebar-newslink span {
    display:block;
    font-size:1rem;
    color:rgba(255,255,255,0.85);
}

.landerbox .sidebar .sidebar-newslink span strong {
    display:block;
    margin-top:0.25rem;
    font-size:1.25rem;
    color:#ffffff;
    font-weight:600;
}

.landerbox .sidebar .sidebar-newslink .flex {
    align-items:center;
    justify-content:space-between;
    color:#ffffff;
    font-size:1.05rem;
    font-weight:600;
}

.landerbox .sidebar .sidebar-newslink .flex span {
    color:#ffffff;
}

.landerbox .sidebar .sidebar-newslink:hover {
    transform:translateY(-0.1rem);
    box-shadow:0 2rem 3.5rem rgba(18,120,176,0.32);
}

.landerbox .sidebar .sidebar-newslink:focus-visible {
    outline:none;
    box-shadow:0 0 0 0.2rem rgba(255,255,255,0.4), 0 1.75rem 3.5rem rgba(18,120,176,0.25);
}

.landerbox .sidebar .sidebar-brokers {
    padding:1.5rem;
    display:flex;
    flex-direction:column;
    gap:1rem;
}

.landerbox .sidebar .sidebar-brokers__title {
    text-transform:uppercase;
    text-align:center;
    font-size:1rem;
    color:#111111;
}

.landerbox .sidebar .sidebar-brokers__list {
    display:flex;
    flex-direction:column;
    gap:1rem;
}

.landerbox .sidebar .sidebar-brokers__link {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0.75rem;
    background-color:#ffffff;
    border-radius:0.75rem;
    border:0.1rem solid rgba(17,17,17,0.08);
    transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.landerbox .sidebar .sidebar-brokers__link:hover,
.landerbox .sidebar .sidebar-brokers__link:focus-visible {
    outline:none;
    transform:translateY(-0.1rem);
    box-shadow:0 1.25rem 2.5rem rgba(18,120,176,0.25);
}

.landerbox .sidebar .sidebar-brokers__image {
    max-height:3.5rem;
    width:auto;
    display:block;
}

.landerbox .sidebar .sidebarinner .sidebox {
    background-color:#fff;
    border-radius:1rem;
    box-shadow:0 1.75rem 3.5rem rgba(18,120,176,0.18);
    border:0.15rem solid rgba(18,120,176,0.12);
    display:flex;
    flex-direction:column;
    pointer-events:auto;
    overflow:hidden;
}

.landerbox .sidebar .sidebarinner p {
    font-size:1rem;
    margin-bottom:1rem;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__media {
    position:relative;
    overflow:hidden;
    box-shadow:0 1.25rem 2.5rem rgba(0,0,0,0.15);
}

.landerbox .sidebar .sidebarinner .sidebar-cta__media img {
    display:block;
    width:100%;
    height:auto;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__title {
    font-weight:600;
    text-align:center;
    color:#111;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__form {
    display:flex;
    flex-direction:column;
    gap:1rem;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__label {
    position:absolute;
    width:0.0625rem;
    height:0.0625rem;
    padding:0;
    margin:-0.0625rem;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__form input[type="email"],
.landerbox .sidebar .sidebarinner .sidebar-cta__form input[type="text"],
.landerbox .sidebar .sidebarinner .sidebar-cta__form input[type="tel"] {
    background-color:#f2f6fa;
    border:0.1rem solid rgba(17,17,17,0.08);
    border-radius:0.75rem;
    padding:0.75rem 1rem;
    font-size:1rem;
    font-family:inherit;
    transition:border-color 0.2s ease, box-shadow 0.2s ease;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__form input[type="email"]:focus,
.landerbox .sidebar .sidebarinner .sidebar-cta__form input[type="text"]:focus,
.landerbox .sidebar .sidebarinner .sidebar-cta__form input[type="tel"]:focus {
    outline:none;
    border-color:#1a88c2;
    box-shadow:0 0 0 0.2rem rgba(26,136,194,0.15);
}

.landerbox .sidebar .sidebarinner .sidebar-cta__checkbox {
    display:flex;
    align-items:center;
    gap:0.75rem;
    font-size:1rem;
    line-height:1.5;
    color:#3c3c3c;
    cursor:pointer;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__checkbox input {
    width:1.5rem;
    height:1.5rem;
    border:0.15rem solid rgba(17,17,17,0.3);
    border-radius:0.25rem;
    background-color:#ffffff;
    accent-color:#1a88c2;
    transition:border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    cursor:pointer;
    flex-shrink:0;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__checkbox input:focus {
    outline:none;
    box-shadow:0 0 0 0.25rem rgba(26,136,194,0.25);
    border-color:#1a88c2;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__checkbox input:hover {
    border-color:#1a88c2;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__submit {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:linear-gradient(135deg, #1a88c2, #1278b0);
    color:#fff;
    border:none;
    border-radius:0.75rem;
    padding:1rem 1.25rem;
    font-size:1.1rem;
    font-weight:600;
    cursor:pointer;
    transition:transform 0.2s ease, box-shadow 0.2s ease;
    text-transform:none;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__submit:hover {
    transform:translateY(-0.1rem);
    box-shadow:0 1rem 2rem rgba(26,136,194,0.25);
}

.landerbox .sidebar .sidebarinner .sidebar-cta__submit:focus {
    outline:none;
    box-shadow:0 0 0 0.25rem rgba(26,136,194,0.3);
}

.landerbox .sidebar .sidebarinner .sidebar-cta__watchlist {
    border-top:0.1rem solid rgba(17,17,17,0.07);
    padding-top:1.5rem;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__watchlist h5 {
    font-size:1.1rem;
    font-weight:600;
    text-align:center;
    margin-bottom:1.25rem;
    color:#111;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__watchlist-logos {
    display:flex;
    justify-content:space-between;
    gap:1rem;
}

.landerbox .sidebar .sidebarinner .sidebar-cta__logo {
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#f2f6fa;
    border:0.1rem solid rgba(26,136,194,0.15);
    border-radius:0.75rem;
    padding:1rem;
    font-size:0.95rem;
    font-weight:600;
    text-align:center;
    color:#1278b0;
}

/* #region DEPRECATED - Old Sticky CTA Bottom (replaced with popup modal) */
/*
.cta-bottom {
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background-color:#ffffff;
    box-shadow:0 -0.75rem 2.5rem rgba(17,17,17,0.12);
    border-top:0.1rem solid rgba(26,136,194,0.15);
    transform:translateY(100%);
    opacity:0;
    transition:transform 0.4s ease, opacity 0.4s ease;
    z-index:20;
    pointer-events:none;
}

.cta-bottom .mainlink {
    justify-content:center;
    width:100%;
}

.cta-bottom.is-visible {
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
}

.cta-bottom .boxbox {
    transform:none;
    width: var(--site-max-w);
    max-width:unset !important;
    padding:0.5rem 0;
}

.cta-bottom__form {
    display:flex;
    align-items:center;
    justify-content:space-between;
    column-gap:1.5rem;
    row-gap:0.25rem;
    flex-wrap:wrap;
}

.cta-bottom__segment {
    display:flex;
    flex-direction:column;
}

.cta-bottom__segment--copy {
    flex:1 1 18rem;
    max-width:26rem;
}

.cta-bottom__segment--copy h4 {
    font-size:1.5rem;
    font-weight:600;
    color:#111111;
}

.cta-bottom__segment--copy p {
    margin:0;
    font-size:1.1rem;
    color:#2a2a2a;
}

.cta-bottom__segment--email {
    flex:1 1 18rem;
}

.cta-bottom__segment--phone {
    flex:0 1 12rem;
}

.cta-bottom__segment--consent {
    flex:1 1 100%;
    min-width:0;
    width:100%;
}

.cta-bottom__label {
    position:absolute;
    width:0.0625rem;
    height:0.0625rem;
    padding:0;
    margin:-0.0625rem;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0;
}

.cta-bottom__input {
    width:100%;
    background-color:#f2f6fa;
    border:0.1rem solid rgba(17,17,17,0.12);
    border-radius:0.75rem;
    padding:0.5rem 1rem;
    font-size:1.05rem;
    font-family:inherit;
    transition:border-color 0.2s ease, box-shadow 0.2s ease;
}

.cta-bottom__input:focus {
    outline:none;
    border-color:#1a88c2;
    box-shadow:0 0 0 0.25rem rgba(26,136,194,0.2);
}

.cta-bottom__checkbox {
    display:flex;
    align-items:flex-start;
    gap:0.5rem;
    font-size:0.75rem;
    line-height:1.5;
    color:#3c3c3c;
    cursor:pointer;
}

.cta-bottom__checkbox .consent-disclaimer {
    min-width:0;
    flex:1 1 auto;
}

.cta-bottom__checkbox input {
    width:1rem;
    height:1rem;
    border:0.15rem solid rgba(17,17,17,0.3);
    border-radius:0.25rem;
    background-color:#ffffff;
    accent-color:#1a88c2;
    transition:border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    cursor:pointer;
    flex-shrink:0;
}

.cta-bottom__checkbox input:focus {
    outline:none;
    box-shadow:0 0 0 0.25rem rgba(26,136,194,0.25);
    border-color:#1a88c2;
}

.cta-bottom__checkbox input:hover {
    border-color:#1a88c2;
}

.cta-bottom__actions {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:0.25rem;
}

.cta-bottom__submit {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0.9rem 1.75rem;
    border-radius:0.75rem;
    background:linear-gradient(135deg, #1a88c2, #1278b0);
    color:#ffffff;
    font-size:1.05rem;
    font-weight:600;
    border:none;
    cursor:pointer;
    transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-bottom__submit:hover {
    transform:translateY(-0.1rem);
    box-shadow:0 1rem 2rem rgba(18,120,176,0.25);
}

.cta-bottom__submit:focus {
    outline:none;
    box-shadow:0 0 0 0.25rem rgba(26,136,194,0.3);
}
*/
/* #endregion */

header .logo span {
    font-size:0.8rem;
    text-align:center;
    color:#354872;
    margin-bottom:0.5rem;
}

@media only screen and (max-width:1600px) {
    .boxbox {
        max-width:800px;
    }

    .hero .boxbox {
        max-width:1200px;
        transform:none;
    }

    header .boxbox {
        max-width:1200px;
    }

    .landerbox h2 {
        font-size:2rem;
    }

    .landerbox h3, .landerbox h3 span {
        font-size:1.75rem;
    }

    .landerbox p, .landerbox ol li, .landerbox ul li {
        font-size:1.25rem;
    }

    .landerbox .highlights .item p {
        font-size:1rem;
    }

    /* DEPRECATED - moved to popup modal
    .cta-bottom .boxbox {
        max-width:1200px;
        width:90vw;
    }

    .cta-bottom__checkbox {
        font-size:0.75rem;
    }
    */
}

@media only screen and (max-width: 1400px) {
    .header .subheader .contact a:last-of-type {
        display:flex;
    }
}

/* Compact TOC on laptop */
@media (min-width: 1351px) and (max-width: 1600px) {
    .landerbox .main-col .boxbox {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .landerbox .toc-nav__link {
        font-size: 0.8125rem;
        padding: 0.3125rem 0.75rem;
    }

    .landerbox .toc-nav__title {
        font-size: 0.6875rem;
        margin-bottom: 0.5rem;
    }

    .toc-ir-contact {
        margin-top: 1rem;
        padding: 0.625rem;
    }

    .toc-ir-contact p {
        font-size: 0.6875rem;
    }

    .toc-ir-contact h4 {
        font-size: 0.875rem;
    }

    .toc-ir-contact .mainlink {
        font-size: 0.75rem;
        padding: 0.3125rem 0.5rem;
    }
}

/* Hide TOC at narrower viewports, collapse grid */
@media (max-width: 1350px) {
    .landerbox {
        grid-template-columns: minmax(0, 1fr) 22rem;
    }

    .landerbox .toc-sidebar {
        display: none;
    }

    .landerbox .main-col {
        grid-column: 1;
    }

    .landerbox .sidebar {
        grid-column: 2;
    }
}

/* Collapse sidebar below content at narrow widths */
@media (max-width: 1100px) {
    .landerbox {
        grid-template-columns: minmax(0, 44rem);
    }

    .landerbox .sidebar {
        grid-column: 1;
        position: static;
        max-height: none;
        overflow-y: visible;
        width: 90vw;
        max-width: 44rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }

    .landerbox .sidebar .sidebarinner {
        gap: 2rem;
    }

    .landerbox .sidebar .sidebartop,
    .landerbox .sidebar .sidebox {
        background-color:#ffffff;
        border-radius:1rem;
        border:0.1rem solid rgba(18,120,176,0.12);
        box-shadow:0 1.5rem 3rem rgba(18,120,176,0.12);
        padding:1.5rem;
    }

    .landerbox .sidebar .sidebartop {
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:1rem;
    }

    .landerbox .sidebar .sidebartop img {
        max-width:14rem;
        width:100%;
        height:auto;
    }

    .landerbox .sidebar .sidebartop p {
        margin-bottom:0;
        font-size:1.1rem;
    }

    .landerbox .sidebar .sidebartop h4 {
        margin-bottom:0.5rem;
    }

    .landerbox .sidebar .mainlink {
        width:100%;
        justify-content:center;
    }

    .landerbox .sidebar .sidebar-cta__form {
        padding:1rem;
        background-color:#ffffff;
        border-radius:1rem;
        border:0.1rem solid rgba(18,120,176,0.12);
        box-shadow:0 1.5rem 3rem rgba(18,120,176,0.12);
    }

    .landerbox .sidebar .vimpre,
    .landerbox .sidebar .sidebar-brokers,
    .landerbox .sidebar .vidwatch {
        display:none;
    }

    .boxbox {
        max-width:100%;
    }

    header .boxbox {
        max-width:1000px;
    }

    .landerbox .pagebreak h5 {
        left:50%;
    }
}

header .subheader {
    background:linear-gradient(45deg, #1f519f, #1f84bd)
}

@media only screen and (max-width: 1200px) {
    .header .subheader .symbol:last-of-type {
        display: block !important;
    }
}

/* DEPRECATED - moved to popup modal
@media (max-width: 1050px) {
    .cta-bottom__segment--copy {
        display:none;
    }
}
*/

/* DEPRECATED - moved to popup modal
@media (max-width: 700px) {
    .cta-bottom__form {
        justify-content:center;
    }

    .cta-bottom__segment--email,
    .cta-bottom__segment--copy,
    .cta-bottom__segment--consent {
        width:100%;
    }

    .cta-bottom__actions {
        align-items:center;
    }

    .cta-bottom__checkbox {
        justify-content:center;
        text-align:center;
    }
}
*/

@media (max-width: 500px) {
    /* DEPRECATED - moved to popup modal
    .cta-bottom__segment,
    .cta-bottom__actions {
        width:100%;
    }

    .cta-bottom__actions {
        flex-direction:column;
        align-items:center;
        gap:0.75rem;
    }

    .cta-bottom__submit {
        width:auto;
        min-width:12rem;
        justify-content:center;
    }
    */

    .landerbox .sidebar .sidebartop,
    .landerbox .sidebar .sidebox,
    .landerbox .sidebar .sidebar-cta__form {
        padding:1rem;
    }

    .landerbox .sidebar .sidebartop img {
        max-width:10rem;
    }

    .landerbox .sidebar .sidebartop p {
        font-size:1rem;
    }

    .landerbox p, .landerbox ol li, .landerbox ul li {
        font-size:1rem;
    }
}

@media only screen and (max-width: 900px) {
    .landerbox .pagebreak h5 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 750px) {
    .header .subheader .quote {
        margin-left:auto;
        margin-right:auto;
    }

    .landerbox .quote img {
        margin-right:auto;
    }

    .landerbox .pagebreak h5 {
        font-size: 2rem;
        padding: 0.375rem 0.75rem;
    }

    .landerbox .magflex .highlights .item {
        transform:none !important;
    }

    .landerbox .magmap {
        height: auto;
        width: 100%;
    }

    .landerbox .sidebar .sidebarinner {
        gap:1.5rem;
    }

    .landerbox .sidebar .sidebartop,
    .landerbox .sidebar .sidebox,
    .landerbox .sidebar .sidebar-cta__form {
        padding:1.25rem;
    }

    .landerbox .sidebar .sidebartop img {
        max-width:12rem;
    }

    h1, h1 span {
        font-size:2rem;
    }
    
    .landerbox h2 {
        font-size:1.75rem;
    }

    .landerbox h3, .landerbox h3 span {
        font-size:1.5rem;
    }
}

@media only screen and (max-width: 600px) {
    .landerbox .pagebreak h5 {
        font-size: 1.5rem;
        padding: 0.25rem 0.5rem;
    }
}

@media only screen and (max-width: 500px) {
    .header .subheader .quote {
        padding-top:0;
    }

    .landerbox .magmap {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    h1, h1 span {
        font-size:1.5rem;
    }

    .header .subheader .quote .symbol:last-of-type {
        display:none;
    }

    .header .subheader .quote .chart:last-of-type {
        display:none;
    }

    .header .subheader .quote .symbol:first-of-type {
        padding-right:0;
        margin-right:0;
        border-right:none;
    }
}

@media only screen and (max-width: 350px) {
    .header .subheader .chart {
        display:block;
    }
}

.landerbox .brokerages {
    padding:2rem;
    background-color:#fff;
    border-radius:1rem;
    box-shadow:0 0 25px 0 rgba(0,0,0,0.025);
}

.brokers img {
    max-height:6rem;
    max-width:20rem;
    transition:all 0.3s;
}

@media (max-width:600px) {
    .brokers img {
        max-width:100%;
    }

    form .symbols {
        flex-direction:column;
        row-gap:0.5rem;
    }
}

.brokers:hover img {
    opacity: 0.5;
}

.brokers img:hover {
    opacity: 1;
}

.advertorial {
    text-align:center;
    color:#fff;
}

.herounder {
    background-image:url('images/fan_header.jpg');
}

.scrolled .logo img {
    margin-bottom:0;
    margin-top:0;
    height:4rem;
}

/* #region Header Overrides */
.header {
    box-shadow: 0 4px 20px 0 rgba(31, 81, 159, 0.12);
}

/* Prevent FAN.css scrolled-state from resizing the header */
.scrolled .logo img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.scrolled .mainheader {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.header .subheader {
    padding:0;
}

.header .subheader .contact {
    padding-right: 0 !important;
}

.header .mainheader {
    border-bottom: none;
    padding-bottom:1rem;
    padding-top:1rem;
}

.header .mainheader .boxbox {
    justify-content: center;
}

.header .mainheader .logo {
    align-items: center;
}

.header .stockbar {
    background: linear-gradient(45deg, #1f519f, #1f84bd);
    padding: 0.5rem 0;
}

.header .stockbar .quote {
    color: #fff;
    padding: 0;
}

.header .stockbar .quote a {
    color: #fff;
    font-weight: bold;
}

.header .stockbar .chart {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    background-color: #fff;
    -webkit-mask: url("/images/svg/chart.svg") no-repeat center / contain;
    mask: url("/images/svg/chart.svg") no-repeat center / contain;
}

.header .stockbar .symbol {
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: center left;
    padding-right: 1rem;
    color: #fff;
}

.header .stockbar .symbol:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 1rem;
}

@media only screen and (max-width: 750px) {
    .header .stockbar .quote {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .header .stockbar .symbol:last-of-type {
        display: none;
    }

    .header .stockbar .chart:last-of-type {
        display: none;
    }

    .header .stockbar .symbol:first-of-type {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
}
/* #endregion */

.landerbox .titlebox {
    max-width:1400px;
    transform:unset;
}

/* #region Section & Paragraph Spacing */
.landerbox .main-col > div {
    padding-top: 2.5rem;
    padding-bottom: 0;
}

.landerbox .main-col > div:first-child {
    padding-top: 0;
}


.landerbox p {
    margin-bottom: 1rem;
}

.landerbox p:last-child {
    margin-bottom: 0;
}

.landerbox figure {
    margin: 1.5rem 0;
}

.landerbox h2 {
    margin-bottom: 1.25rem;
}

.landerbox h3 {
    margin-bottom: 1.25rem;
}

.landerbox ol, .landerbox ul {
    margin-top: 1rem;
}

.landerbox ol li, .landerbox ul li {
    margin-bottom: 0.75rem;
}
/* #endregion */

/*
 * Ni3Fe-us.css
 * Editorial overrides for the US landing page (offline.php / ni3fe-us lander).
 * Loads AFTER Ni3Fe.css — wins via specificity or !important where needed.
 * Design direction: NYT/WSJ editorial register, FAN brand blues retained.
 */

/* =====================================================
   GOOGLE FONTS — loaded in PHP head, referenced here
   Playfair Display  → headlines
   Source Serif 4    → body copy
   Montserrat        → UI / labels (already in FAN stack)
===================================================== */

:root {
    --us-blue-dark:   #0e2a4a;
    --us-blue-mid:    #1278b0;
    --us-blue-light:  #1a88c2;
    --us-blue-faint:  #e8f2fa;
    --us-ink:         #1a1a1a;
    --us-ink-mid:     #2d2d2d;
    --us-ink-light:   #555555;
    --us-ink-faint:   #888888;
    --us-paper:       #faf9f7;
    --us-paper-mid:   #f2f0ec;
    --us-paper-rule:  #d8d3cc;
    --us-rule:        1px solid var(--us-paper-rule);
    --us-rule-heavy:  2px solid var(--us-ink);
    --us-rule-blue:   3px solid var(--us-blue-mid);
    --us-font-head:   'Playfair Display', Georgia, 'Times New Roman', serif;
    --us-font-body:   'Source Serif 4', Georgia, 'Times New Roman', serif;
    --us-font-sans:   'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

/* =====================================================
   BODY & BASE
===================================================== */
body {
    background-color: var(--us-paper) !important;
    font-family: var(--us-font-body) !important;
    color: var(--us-ink) !important;
    font-size: 1.0625rem !important;
    line-height: 1.75 !important;
}

/* #region Footnote superscripts */
sup.fn {
    font-size: 0.6rem;
    font-family: var(--us-font-sans);
    font-style: normal;
    font-weight: 400;
    vertical-align: super;
    color: var(--us-ink-faint);
    letter-spacing: 0;
    line-height: 0;
    margin-left: 0.1rem;
}
/* #endregion */

/* =====================================================
   LANDERBOX — LAYOUT & PADDING
===================================================== */

/* #region Landerbox padding */
.landerbox {
    padding-left:  clamp(1rem, 4vw, 2.5rem) !important;
    padding-right: clamp(1rem, 4vw, 2.5rem) !important;
}
/* #endregion */

/* =====================================================
   LANDERBOX TYPOGRAPHY
===================================================== */

/* H1 */
.landerbox h1,
.landerbox h1 span {
    font-family: var(--us-font-head) !important;
    font-size: 2.375rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: var(--us-ink) !important;
    letter-spacing: -0.01em;
}

@media only screen and (max-width: 750px) {
    .landerbox h1,
    .landerbox h1 span {
        font-size: 1.875rem !important;
    }
}

@media only screen and (max-width: 400px) {
    .landerbox h1,
    .landerbox h1 span {
        font-size: 1.5rem !important;
    }
}

/* H2 */
.landerbox h2 {
    font-family: var(--us-font-head) !important;
    font-size: 1.625rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: var(--us-ink) !important;
    text-transform: none !important;
    border-top: var(--us-rule-heavy);
    padding-top: 0.625rem;
    margin-top: 0;
    margin-bottom: 1.125rem !important;
    letter-spacing: -0.005em;
}

@media only screen and (max-width: 750px) {
    .landerbox h2 {
        font-size: 1.375rem !important;
    }
}

/* H3 */
.landerbox h3,
.landerbox h3 span {
    font-family: var(--us-font-head) !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: var(--us-ink-mid) !important;
    text-transform: none !important;
    line-height: 1.45 !important;
    letter-spacing: 0;
}

/* H4 */
.landerbox h4 {
    font-family: var(--us-font-sans) !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: var(--us-ink) !important;
}

/* H5 — section labels (problem/solution banners) */
.landerbox h5 {
    font-family: var(--us-font-sans) !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    background-color: var(--us-ink) !important;
    color: #fff !important;
    padding: 0.3rem 0.875rem !important;
    border-radius: 0 !important;
    margin: 0 0 0.75rem 0 !important;
    display: inline-block !important;
    text-align: left !important;
    font-style: normal !important;
    line-height: 1.5 !important;
}

.landerbox .problemtitle {
    background-color: #7a1515 !important;
}

.landerbox .solutiontitle {
    background-color: var(--us-blue-mid) !important;
}

/* Body text */
.landerbox p,
.landerbox ol li,
.landerbox ul li {
    font-family: var(--us-font-body) !important;
    font-size: 1.25rem !important;
    line-height: 1.75 !important;
    color: var(--us-ink-mid) !important;
}

.landerbox b,
.landerbox strong {
    font-family: inherit !important;
}

.landerbox p b,
.landerbox p strong,
.landerbox li b,
.landerbox li strong {
    color: var(--us-ink) !important;
    font-weight: 700 !important;
}

/* =====================================================
   FIGCAPTION — editorial style, not dark blue box
===================================================== */
.landerbox figcaption {
    background-color: transparent !important;
    color: var(--us-ink-faint) !important;
    border-radius: 0 !important;
    padding: 0.4rem 0 0 0 !important;
    margin: 0 !important;
    margin-top: 0.5rem !important;
    font-family: var(--us-font-sans) !important;
    font-size: 0.675rem !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    text-align: left !important;
    border-top: var(--us-rule) !important;
    line-height: 1.45 !important;
    position: static !important;
    z-index: auto !important;
    box-shadow: none !important;
}

/* =====================================================
   PULL QUOTES
===================================================== */
.landerbox .quote {
    border-top: none !important;
    border-bottom: none !important;
    border-left: var(--us-rule-blue) !important;
    border-right: none !important;
    background: none !important;
    padding: 0.75rem 0 0.75rem 1.25rem !important;
    margin: 1.75rem 0 !important;
}

.landerbox .quote p {
    font-family: var(--us-font-body) !important;
    font-size: 1.2rem !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--us-ink) !important;
    margin-bottom: 0.375rem !important;
}

.landerbox .quote img {
    width: auto !important;
    height: auto !important;
    max-height: 8rem !important;
    max-width: 20rem !important;
    opacity: 1;
    margin-top: 0 !important;
    margin-bottom: 0.625rem !important;
    margin-left: 0 !important;
    display: block !important;
}

.landerbox .quote img.quote-logo--sm {
    max-height: 4rem !important;
}

.landerbox .quote .attribution,
.landerbox .quote p:last-child:not(:first-child) {
    font-family: var(--us-font-sans) !important;
    font-size: 0.7rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: var(--us-ink-faint) !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
}

/* =====================================================
   ORDERED LIST — editorial numbered style
===================================================== */
.landerbox ol {
    list-style: none !important;
    counter-reset: list-counter !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.landerbox ol li {
    background-color: #fff !important;
    border: var(--us-rule) !important;
    border-left: 3px solid var(--us-blue-mid) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0.875rem 1.25rem 0.875rem 3rem !important;
    counter-increment: list-counter !important;
    position: relative !important;
    margin-bottom: 0.5rem !important;
}

.landerbox ol li:before {
    content: counter(list-counter) !important;
    position: absolute !important;
    left: 0.875rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-family: var(--us-font-head) !important;
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: var(--us-blue-mid) !important;
    line-height: 1 !important;
}

/* =====================================================
   UNORDERED LIST — clean editorial bullets
===================================================== */
.landerbox .main-col ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.landerbox .main-col ul li {
    padding-left: 1.25rem !important;
    position: relative !important;
    border-bottom: var(--us-rule) !important;
    padding-bottom: 0.625rem !important;
    margin-bottom: 0.625rem !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    list-style-type:none !important;
}

.landerbox .main-col ul li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.landerbox .main-col ul li::before {
    content: '—' !important;
    position: absolute !important;
    left: 0 !important;
    color: var(--us-blue-mid) !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    top: 0.25rem !important;
}

/* =====================================================
   KEY TAKEAWAYS BOX
===================================================== */
.key-takeaways {
    border: var(--us-rule) !important;
    border-top: 2px solid var(--us-blue-mid) !important;
    padding: 1.375rem 1.625rem !important;
    margin: 1.5rem 0 !important;
    background: var(--us-paper-mid) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.key-takeaways__title {
    font-family: var(--us-font-sans) !important;
    font-size: 0.6rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: var(--us-ink-faint) !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: var(--us-rule) !important;
    display: block !important;
    background: none !important;
    padding-top: 0 !important;
    border-radius: 0 !important;
}

.key-takeaways ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.key-takeaways ul li {
    list-style-type: none !important;
    padding-left: 0 !important;
    position: relative !important;
    font-family: var(--us-font-body) !important;
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    color: var(--us-ink-mid) !important;
    border-bottom: var(--us-rule) !important;
    padding-bottom: 0.625rem !important;
    margin-bottom: 0.625rem !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.key-takeaways ul li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.key-takeaways ul li::before {
    content: none !important;
}

/* =====================================================
   STAT CALLOUT BOXES
===================================================== */
.stat-callouts-row {
    display: flex;
    gap: 0;
    margin: 1.5rem 0;
    border: var(--us-rule);
    border-radius: 0;
    box-shadow: none;
}

.stat-callout {
    flex: 1;
    padding: 1.25rem 1rem;
    border-right: var(--us-rule);
    text-align: center;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.stat-callout:last-child {
    border-right: none;
}

.stat-callout__number {
    font-family: var(--us-font-head) !important;
    font-size: 2.125rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: var(--us-blue-mid) !important;
    display: block;
}

.stat-callout__label {
    font-family: var(--us-font-sans) !important;
    font-size: 0.625rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    color: var(--us-ink-faint) !important;
    margin-top: 0.375rem;
    line-height: 1.4;
    display: block;
}

@media only screen and (max-width: 600px) {
    .stat-callouts-row {
        flex-direction: column;
    }
    .stat-callout {
        border-right: none;
        border-bottom: var(--us-rule);
    }
    .stat-callout:last-child {
        border-bottom: none;
    }
    .stat-callout__number {
        font-size: 1.75rem !important;
    }
}

/* =====================================================
   COMPARISON TABLE
===================================================== */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.875rem;
    border: var(--us-rule);
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.comparison-table thead tr {
    border-bottom: var(--us-rule-heavy);
}

.comparison-table th {
    padding: 0.625rem 0.875rem;
    font-family: var(--us-font-sans) !important;
    font-size: 0.625rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    text-align: left;
    background: var(--us-paper-mid);
    color: var(--us-ink);
    border-right: var(--us-rule);
}

.comparison-table th:last-child {
    border-right: none;
}

.comparison-table th.col-awaruite {
    background: var(--us-blue-dark);
    color: #fff;
}

.comparison-table td {
    padding: 0.625rem 0.875rem;
    border-bottom: var(--us-rule);
    border-right: var(--us-rule);
    vertical-align: top;
    font-family: var(--us-font-body) !important;
    font-size: 0.875rem !important;
    color: var(--us-ink-mid) !important;
    line-height: 1.5;
    background: none;
}

.comparison-table td:last-child {
    border-right: none;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table td:first-child {
    font-family: var(--us-font-sans) !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: var(--us-ink-faint) !important;
    background: var(--us-paper-mid) !important;
}

.comparison-table td.col-awaruite {
    background: var(--us-blue-faint) !important;
    color: var(--us-blue-dark) !important;
    font-weight: 600 !important;
}

@media only screen and (max-width: 600px) {
    .comparison-table th,
    .comparison-table td {
        padding: 0.5rem 0.5rem;
        font-size: 0.8rem !important;
    }
}

/* =====================================================
   INLINE ACTIONS — override existing header-btn inside article
===================================================== */
.inline-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    margin: 1.75rem 0 !important;
    border-top: var(--us-rule) !important;
    border-bottom: var(--us-rule) !important;
    padding: 1rem 0 !important;
}

/* =====================================================
   HIGHLIGHTS (magflex items) — checkmark card style
===================================================== */
.landerbox .highlights .item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 0.125rem 0.75rem rgba(0,0,0,0.08) !important;
    background: #fff !important;
    padding: 1.25rem 1.5rem !important;
}

.landerbox .highlights .item::before {
    content: '✓';
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 2rem !important;
    width: 2rem !important;
    height: 2rem !important;
    background-color: var(--us-blue-mid) !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
    font-family: var(--us-font-sans) !important;
    margin-top: 0.1rem !important;
}

.landerbox .highlights .item p {
    font-family: var(--us-font-sans) !important;
    font-size: 1rem !important;
    color: var(--us-ink) !important;
    margin: 0 !important;
}

/* =====================================================
   FIGURES BOX (if used)
===================================================== */
.landerbox .figures {
    background-color: var(--us-blue-dark) !important;
    border-radius: 0 !important;
}

/* =====================================================
   BROKERAGES
===================================================== */
.landerbox .brokerages {
    border-radius: 0 !important;
    border: var(--us-rule) !important;
    border-top: 2px solid var(--us-blue-mid) !important;
    box-shadow: none !important;
    background-color: #fff !important;
    position: relative !important;
    padding-top: 2.5rem !important;
}

.brokerages__flag {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 4rem !important;
    max-width: 4rem !important;
    height: auto !important;
    border-radius: 0.25rem !important;
    object-fit: cover !important;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15) !important;
}

.brokerages-section-title {
    font-family: var(--us-font-head) !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: var(--us-ink) !important;
    letter-spacing: -0.005em;
}

.brokerages p {
    font-family: var(--us-font-sans) !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--us-ink-light) !important;
    font-weight: 700 !important;
}

.brokers img {
    max-height: 4rem !important;
    max-width: 10rem !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0.25rem !important;
}

@media only screen and (max-width: 600px) {
    .brokers img {
        max-height: 3.5rem !important;
        max-width: 8rem !important;
    }
}

/* =====================================================
   SIDEBAR — keep existing blue shadow style, just tighten typography
===================================================== */

/* #region News release card */
.landerbox .sidebar .sidebar-newslink span {
    font-size: 0.75rem !important;
}

.landerbox .sidebar .sidebar-newslink span strong {
    font-size: 0.9rem !important;
}

.landerbox .sidebar .sidebar-newslink .flex {
    font-size: 0.8rem !important;
}
/* #endregion */

.landerbox .sidebar .sidebarinner .sidebar-cta__title {
    font-family: var(--us-font-head) !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: var(--us-ink) !important;
    text-align: left !important;
}

.landerbox .sidebar .sidebarinner p {
    font-family: var(--us-font-body) !important;
    font-size: 0.9375rem !important;
    color: var(--us-ink-mid) !important;
}

.landerbox .sidebar h4 {
    font-family: var(--us-font-sans) !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: var(--us-ink) !important;
}

/* =====================================================
   TOC SIDEBAR
===================================================== */
.toc-nav__title {
    font-family: var(--us-font-sans) !important;
    font-size: 0.6rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: var(--us-ink-faint) !important;
    border-bottom: var(--us-rule) !important;
    padding-bottom: 0.25rem !important;
    margin-bottom: 0.375rem !important;
}

.toc-nav__link {
    font-family: var(--us-font-sans) !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: var(--us-ink-light) !important;
    padding: 0 0.625rem !important;
    border-left: 2px solid transparent !important;
    line-height: 1.35 !important;
}

.toc-nav__link:hover {
    color: var(--us-blue-mid) !important;
    border-left-color: rgba(18, 120, 176, 0.3) !important;
    background-color: var(--us-blue-faint) !important;
}

.toc-nav__link.is-active {
    color: var(--us-blue-mid) !important;
    border-left-color: var(--us-blue-mid) !important;
    font-weight: 700 !important;
    background-color: var(--us-blue-faint) !important;
}

/* =====================================================
   SCROLL PROGRESS BAR
===================================================== */
#scroll-progress-bar {
    height: 2px !important;
    background: linear-gradient(to right, var(--us-blue-dark), var(--us-blue-light)) !important;
}

/* =====================================================
   TOC SIDEBAR — CONTACT
===================================================== */

/* #region TOC contact */
.toc-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin-top: 0.625rem !important;
    padding-top: 0.625rem !important;
    border-top: var(--us-rule) !important;
}

.toc-contact__heading {
    display: block !important;
    font-family: var(--us-font-sans) !important;
    font-size: 0.6rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: var(--us-ink-faint) !important;
    padding: 0 0.625rem 0.25rem !important;
}

.toc-contact__link {
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    padding: 0.125rem 0.625rem !important;
    font-family: var(--us-font-sans) !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: var(--us-blue-mid) !important;
    border-radius: 0.375rem !important;
    transition: background-color 0.2s ease !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.toc-contact__link:hover {
    background-color: var(--us-blue-faint) !important;
    color: var(--us-blue-dark) !important;
}

.toc-contact__link .icon-tel,
.toc-contact__link .icon-mail {
    width: 0.875rem !important;
    height: 0.875rem !important;
    flex-shrink: 0 !important;
}
/* #endregion */

/* =====================================================
   TOC SIDEBAR — STOCK & BROKERS
===================================================== */

/* #region TOC sidebar brokers */
.toc-sidebar-brokers {
    margin-top: 0.5rem !important;
    padding: 0.5rem 0.75rem !important;
    border-top: var(--us-rule) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

.toc-sidebar-brokers .sidebar-brokers__title {
    font-family: var(--us-font-sans) !important;
    font-size: 0.6rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: var(--us-ink-faint) !important;
    text-align: left !important;
    margin: 0 0 0.25rem !important;
}

.toc-brokers__symbols {
    font-family: var(--us-font-sans) !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: var(--us-blue-mid) !important;
    margin: 0 0 0.25rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    flex-wrap: wrap !important;
}

.sym-flag {
    height: 1rem !important;
    width: auto !important;
    border-radius: 0.125rem !important;
    vertical-align: middle !important;
}

.toc-sidebar-brokers .sidebar-brokers__list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
}

.toc-sidebar-brokers .sidebar-brokers__link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.375rem 0.5rem !important;
    background-color: #fff !important;
    border-radius: 0.375rem !important;
    border: 0.0625rem solid rgba(17, 17, 17, 0.08) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.toc-sidebar-brokers .sidebar-brokers__link:hover {
    transform: translateY(-0.0625rem) !important;
    box-shadow: 0 0.5rem 1.25rem rgba(18, 120, 176, 0.18) !important;
}

.toc-sidebar-brokers .sidebar-brokers__image {
    max-height: 1.75rem !important;
    width: auto !important;
    display: block !important;
}
/* #endregion */

/* =====================================================
   HEADER — all breakpoints
===================================================== */

/* #region Header base */
.header {
    box-shadow: 0 2px 16px rgba(14, 42, 74, 0.14) !important;
    background: var(--us-paper) !important;
}

/* Every .boxbox inside the header: full-width, no transform, matching landerbox side padding */
.header .subheader .boxbox,
.header .mainheader .boxbox {
    width: 100% !important;
    max-width: var(--site-max-w) !important;
    transform: none !important;
    padding-left:  clamp(1rem, 4vw, 2.5rem) !important;
    padding-right: clamp(1rem, 4vw, 2.5rem) !important;
}

/* Subheader */
header .subheader {
    background: linear-gradient(45deg, #1f519f, #1f84bd) !important;
    padding: 0 !important;                /* FAN.css adds padding-top:3.25rem at ≤900px — kill it */
}

.stock-symbol-label,
.header .subheader .contact .ir {
    font-family: var(--us-font-sans) !important;
    font-size: 0.575rem !important;
    letter-spacing: 0.14em !important;
}

/* Mainheader */
.mainheader {
    background: var(--us-paper) !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.header .mainheader {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.header .mainheader .boxbox {
    justify-content: space-between !important;
}

/* Prevent FAN.css scrolled state from resizing the logo */
.scrolled .logo img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.scrolled .mainheader {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
/* #endregion */

/* #region Header responsive breakpoints */

/* FAN.css hides second contact link at ≤1400px and ≤1000px — restore */
@media only screen and (max-width: 1400px) {
    .header .subheader .contact a:last-of-type {
        display: flex !important;
    }
}

/* FAN.css hides OTC symbol (last-of-type) at ≤1200px — always restore */
.header .subheader .quote .symbol:last-of-type {
    display: block !important;
}

/* At ≤850px: wrap quote and contact to separate full-width centred rows */
@media only screen and (max-width: 850px) {
    .header .subheader .boxbox {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .header .subheader .quote,
    .header .subheader .contact {
        width: 100% !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }
    .header .subheader .contact {
        padding-bottom: 0.25rem !important;
    }
}

/* FAN.css flips subheader to column-reverse at ≤525px — restore row layout;
   also reduce contact link size on small mobile */
@media only screen and (max-width: 525px) {
    .header .subheader .boxbox {
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
    .header .subheader .contact a {
        font-size: 0.7rem !important;
    }
    .header .subheader .contact a span {
        width: 0.875rem !important;
        height: 0.875rem !important;
    }
}

/* At very small screens: keep both stock symbols, reduce sizes */
@media only screen and (max-width: 400px) {
    .header .subheader .quote {
        font-size: 0.7rem !important;
    }
    .header .subheader .quote .chart {
        width: 0.875rem !important;
        height: 0.875rem !important;
    }
    .header .subheader .contact a {
        font-size: 0.625rem !important;
    }
}

@media only screen and (max-width: 700px) {
    .header .mainheader .boxbox {
        justify-content: center !important;
    }
}
/* #endregion */

.paid-advertisement {
    font-family: var(--us-font-sans) !important;
    font-size: 0.5rem !important;
    letter-spacing: 0.1em !important;
    color: var(--us-ink-faint) !important;
    text-transform: uppercase !important;
}

/* =====================================================
   HEADER ACTION BUTTONS
===================================================== */

/* #region Header action container */
.header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}
/* #endregion */

/* #region Base button */
.header-btn {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0.25rem !important;
    padding-right: 1.25rem !important;
    background: #fff !important;
    color: #1278b0 !important;
    border: 0.125rem solid #e0e0e0 !important;
    border-radius: 3rem !important;
    font-family: var(--us-font-sans) !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: 0.05em !important;
    text-transform: none !important;
    cursor: pointer !important;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
    text-decoration: none !important;
}

.header-btn:hover {
    transform: translateY(-0.125rem) !important;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
    border-color: #1278b0 !important;
}

.header-btn__icon-circle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2rem !important;
    height: 2rem !important;
    background: #1278b0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    margin-right: 0.5rem !important;
    flex-shrink: 0 !important;
}

.header-btn__icon-circle svg {
    width: 1rem !important;
    height: 1rem !important;
}

.header-btn__text {
    letter-spacing: 0.05em !important;
}
/* #endregion */

/* #region Subscribe echo animation */
.header-subscribe__echo {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 3rem !important;
    pointer-events: none !important;
}

.header-subscribe__echo::before,
.header-subscribe__echo::after,
.header-subscribe__echo span {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 3rem !important;
    border: 0.125rem solid #1278b0 !important;
    opacity: 0 !important;
}

.header-btn--animated .header-subscribe__echo::before {
    animation: header-subscribe-echo 4s ease-out infinite !important;
}

.header-btn--animated .header-subscribe__echo::after {
    animation: header-subscribe-echo 4s ease-out 0.2s infinite !important;
}

.header-btn--animated .header-subscribe__echo span {
    animation: header-subscribe-echo 4s ease-out 0.4s infinite !important;
}

@keyframes header-subscribe-echo {
    0%           { transform: scale(1);    opacity: 0.6; }
    15%          { transform: scale(1.25); opacity: 0;   }
    15.01%, 100% { transform: scale(1);    opacity: 0;   }
}
/* #endregion */

/* #region Button colour variants */
.header-btn--invest { color: #1d8f53 !important; }
.header-btn--invest:hover { border-color: #1d8f53 !important; }
.header-btn--invest .header-btn__icon-circle { background: #1d8f53 !important; }

.header-btn--print { color: #8a7a2a !important; }
.header-btn--print:hover { border-color: #8a7a2a !important; }
.header-btn--print .header-btn__icon-circle { background: #8a7a2a !important; }

.header-btn--video { color: #c0392b !important; }
.header-btn--video:hover { border-color: #c0392b !important; }
.header-btn--video .header-btn__icon-circle { background: #c0392b !important; }
/* #endregion */

/* #region Responsive button sizing */
@media only screen and (max-width: 900px) {
    .header-actions { gap: 0.5rem !important; }
    .header-btn { font-size: 0.75rem !important; padding-right: 1rem !important; }
    .header-btn__icon-circle { width: 1.75rem !important; height: 1.75rem !important; }
    .header-btn__icon-circle svg { width: 0.875rem !important; height: 0.875rem !important; }
}

@media only screen and (max-width: 800px) {
    .header-actions .landerprint { display: none !important; }
}

@media only screen and (max-width: 700px) {
    .header-actions { display: none !important; }
}
/* #endregion */

/* =====================================================
   MOBILE BOTTOM MENU
===================================================== */

/* #region Mobile bottom menu */
.mobile-bottom-menu {
    display: none !important;
    background: linear-gradient(45deg, #1f519f, #1f84bd) !important;
}

@media only screen and (max-width: 700px) {
    .mobile-bottom-menu {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 900 !important;
    }

    .mobile-bottom-menu__actions {
        display: flex !important;
        flex-direction: row !important;
        gap: 0.5rem !important;
        padding: 0.625rem 0.75rem !important;
    }
}

.mobile-bottom-menu .header-btn {
    width: calc(50% - 0.375rem) !important;
    max-width: none !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.mobile-bottom-menu .header-btn__icon-circle {
    background: rgba(255, 255, 255, 0.15) !important;
}

.mobile-bottom-menu .header-btn--invest {
    color: #7acf9a !important;
}

.mobile-bottom-menu .header-btn--invest .header-btn__icon-circle {
    background: #1d6b3a !important;
}
/* #endregion */

/* =====================================================
   SUBSCRIBE MODAL — keep blues
===================================================== */
.subscribe-form-modal__dialog {
    border-top: 3px solid var(--us-blue-mid) !important;
    border-radius: 0 !important;
}

.subscribe-form-modal__body h3 {
    font-family: var(--us-font-head) !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    border-bottom: var(--us-rule) !important;
    padding-bottom: 0.75rem !important;
    color: var(--us-ink) !important;
}

.subscribe-form-modal__intro {
    font-family: var(--us-font-body) !important;
    font-size: 0.9375rem !important;
    color: var(--us-ink-mid) !important;
}

.subscribe-form-modal__label {
    font-family: var(--us-font-sans) !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.field-note {
    font-family: var(--us-font-sans) !important;
    font-size: 0.575rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

.consent-disclaimer {
    font-family: var(--us-font-sans) !important;
    font-size: 0.65rem !important;
    line-height: 1.45 !important;
    color: #555 !important;
}

/* #region Subscribe success modal — base + overrides */
.subscribe-modal {
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.5rem !important;
    z-index: 4000 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.25s ease, visibility 0.25s ease !important;
}

.subscribe-modal.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.subscribe-modal__backdrop {
    position: absolute !important;
    inset: 0 !important;
    background-color: rgba(5, 22, 12, 0.55) !important;
    backdrop-filter: blur(0.25rem) !important;
    -webkit-backdrop-filter: blur(0.25rem) !important;
    opacity: 0 !important;
    transition: opacity 0.25s ease !important;
}

.subscribe-modal.is-visible .subscribe-modal__backdrop {
    opacity: 1 !important;
}

.subscribe-modal__dialog {
    position: relative !important;
    background-color: #fff !important;
    color: #111 !important;
    padding: 2.75rem 2.5rem 2.25rem !important;
    border-top: none !important;
    border-radius: 1.25rem !important;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.18), 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08) !important;
    max-width: 25rem !important;
    width: 100% !important;
    text-align: center !important;
    transform: scale(0.93) translateY(1.5rem) !important;
    opacity: 0 !important;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease !important;
}

.subscribe-modal.is-visible .subscribe-modal__dialog {
    transform: scale(1) translateY(0) !important;
    opacity: 1 !important;
}

.subscribe-modal__body {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: center !important;
}

.subscribe-modal__icon {
    width: 5rem !important;
    height: 5rem !important;
    margin-bottom: 1.25rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #1a8f52, #13703e) !important;
    color: #fff !important;
    font-size: 0 !important;
    box-shadow: 0 0.5rem 1.5rem rgba(19, 112, 62, 0.4) !important;
}

.subscribe-modal__icon svg {
    width: 1.875rem !important;
    height: 1.875rem !important;
    stroke: #fff !important;
    display: block !important;
}

.subscribe-modal__text {
    margin-bottom: 1.5rem !important;
}

.subscribe-modal__text h3,
#subscribe-modal-title {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #0d1f12 !important;
    margin: 0 0 0.625rem !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
}

.subscribe-modal__text p {
    font-size: 0.9375rem !important;
    color: #596a61 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.subscribe-modal__close {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    width: 2rem !important;
    height: 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f1f5f2 !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #6b7a70 !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}

.subscribe-modal__close:hover {
    background: #e2ebe4 !important;
    color: #0d1f12 !important;
}

.subscribe-modal__action {
    display: inline-block !important;
    padding: 0.75rem 2.5rem !important;
    background: #13703e !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0.5rem !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    cursor: pointer !important;
    transition: background 0.15s ease !important;
    margin-top: 0 !important;
    text-decoration: none !important;
}

.subscribe-modal__action:hover {
    background: #0d5530 !important;
    color: #fff !important;
}
/* #endregion */

/* =====================================================
   DISCLAIMER SECTION
===================================================== */
.disclaimer-section {
    background-color: var(--us-paper-mid) !important;
    border-top: var(--us-rule-heavy) !important;
}


.disclaimer-section__content {
    font-family: var(--us-font-sans) !important;
    font-size: 0.5625rem !important;
    color: var(--us-ink-light) !important;
}

.disclaimer-section__title {
    font-family: var(--us-font-sans) !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--us-ink-mid) !important;
}

.disclaimer-section .boxbox {
    max-width: var(--site-max-w) !important;
}

.disclaimer-section__sources {
    columns: 2 !important;
    column-gap: 3rem !important;
    break-inside: avoid-column !important;
}

.disclaimer-section__sources li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.4 !important;
    break-inside: avoid !important;
}

@media (max-width: 600px) {
    .disclaimer-section__sources {
        columns: 1 !important;
    }
}

/* =====================================================
   FOOTER TYPOGRAPHY
===================================================== */
.footer h5 {
    font-family: var(--us-font-sans) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    background: none !important;
    color: inherit !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0.75rem !important;
    display: block !important;
    text-align: left !important;
}

/* #region SUBFOOTER */
.subfooter .boxbox {
    justify-content: center !important;
}

.subfooter .subleft {
    text-align: center !important;
}
/* #endregion */

/* #region FOOTER LOGO ROW */
.footer__logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer__logo-row .logo {
    max-height: 3rem;
    width: auto;
}
/* #endregion */

/* #region CONTENT CONTACT BAR */
.content-contact-bar {
    border-top: 1px solid var(--rule-color, #e0e0e0);
    margin-top: 1.5rem;
}

.content-contact-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    border: 1px solid var(--rule-color, #e0e0e0);
    border-radius: 0.5rem;
    padding: 1.5rem;
    background: var(--surface-alt, #f8f8f8);
}

/* Row 1: symbols (left) + socials (right) */
.content-contact-bar__symbols {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--us-font-sans, sans-serif);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--ink, #111);
    flex: 1;
    order: 1;
}

.content-contact-bar__socials {
    flex-shrink: 0;
    order: 2;
}

/* Row 2: contact full width */
.content-contact-bar__contact {
    width: 100%;
    order: 3;
    border-top: 1px solid var(--rule-color, #e0e0e0);
    padding-top: 1rem;
}

.content-contact-bar__sym b {
    color: var(--accent, #1a5faf);
}

.content-contact-bar__divider {
    color: var(--ink-faint, #aaa);
    font-weight: 300;
}

.content-contact-bar__heading {
    font-family: var(--us-font-sans, sans-serif) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: var(--ink-faint, #888) !important;
    margin-bottom: 0.5rem !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: block !important;
}

.content-contact-bar__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}

.content-contact-bar__links a,
.content-contact-bar__social-links a {
    font-family: var(--us-font-sans, sans-serif);
    font-size: 1.125rem;
    color: var(--ink, #111);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    transition: color 0.2s;
}

.content-contact-bar__links a:hover {
    color: var(--accent, #1a5faf);
}

.content-contact-bar__social-links {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.content-contact-bar__social-links a {
    font-size: 2.5rem;
    color: var(--ink-mid, #444);
    transition: color 0.2s;
    line-height: 1;
}

.content-contact-bar__social-links a:hover {
    color: var(--accent, #1a5faf);
}

@media (max-width: 600px) {
    .content-contact-bar__symbols {
        width: 100%;
        flex: none;
        justify-content: center;
    }

    .content-contact-bar__socials {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .content-contact-bar__contact {
        text-align: left;
    }
}
/* #endregion */

/* #region Push Live Banner */
#push-live-banner {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9000;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #1a1a1a;
    border: 0.125rem solid #e8b84b;
    border-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.5);
}

#push-live-banner span {
    color: #e8b84b;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

#push-live-btn {
    background: #e8b84b;
    color: #1a1a1a;
    border: none;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

#push-live-btn:hover {
    background: #f5cc6a;
}

#push-live-btn:active {
    transform: scale(0.97);
}

#push-live-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

#push-live-overlay.active {
    opacity: 1;
    pointer-events: all;
}

#push-live-modal {
    background: #1a1a1a;
    border: 0.125rem solid #e8b84b;
    border-radius: 0.75rem;
    padding: 2rem 2.5rem;
    max-width: 26rem;
    width: 90%;
    text-align: center;
    transform: translateY(1rem);
    transition: transform 0.2s;
}

#push-live-overlay.active #push-live-modal {
    transform: translateY(0);
}

#push-live-modal h3 {
    color: #e8b84b;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#push-live-modal p {
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 1.75rem;
}

#push-live-modal p strong {
    color: #fff;
}

.push-live-modal-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

#push-live-confirm {
    background: #e8b84b;
    color: #1a1a1a;
    border: none;
    border-radius: 0.375rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
}

#push-live-confirm:hover {
    background: #f5cc6a;
}

#push-live-confirm:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#push-live-cancel {
    background: transparent;
    color: #aaa;
    border: 0.0625rem solid #555;
    border-radius: 0.375rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

#push-live-cancel:hover {
    border-color: #aaa;
    color: #fff;
}

#push-live-status {
    margin-top: 1rem;
    font-size: 0.8125rem;
    font-family: 'Montserrat', sans-serif;
    min-height: 1.25rem;
    color: #e8b84b;
}
/* #endregion */

#newslist1, #newslist2, #newslist3 {
    opacity:unset;
}