﻿:root {
    --smx-blue: #1B3A6B;
    --smx-blue-dark: #122a52;
    --smx-blue-mid: #2E5CA8;
    --smx-blue-lt: #EEF2F8;
    --smx-green: #2E8B4A;
    --smx-border: #E0E0E0;
    --smx-light: #F6F6F4;
    --smx-muted: #777;
    --smx-orange: #e8a020;
    --smx-dark: #1C1C1C;
    --bs-primary: #1B3A6B;
}

/* ── HERO FULL WIDTH ── */
.hero-full {
    position: relative;
    min-height: 52vh;
    display: flex;
    align-items: center;
    background: var(--smx-dark);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(105deg, rgba(18,42,82,.97) 0%, rgba(27,58,107,.85) 45%, rgba(0,0,0,.4) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title-xl {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: .92;
    letter-spacing: -1px;
}

    .hero-title-xl em {
        color: #7EB3FF;
        font-style: normal;
        display: block;
    }

    .hero-title-xl span {
        color: var(--smx-orange);
    }

.hero-sub-xl {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
    line-height: 1.8;
    max-width: 520px;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}

    .hero-trust-item::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #7EB3FF;
        flex-shrink: 0;
    }

.hero-scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.4);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: bounce 2s infinite;
    z-index: 1;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

#DataList_1,
#DataList_1 > tbody,
#DataList_1 > tbody > tr,
#DataList_1 > tbody > tr > td {
    display: contents;
}