@font-face {
    font-family: 'Azena Premier';
    src: url('/media/site/fonts/AzenaPremier-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azena Premier';
    src: url('/media/site/fonts/AzenaPremier-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azena Premier';
    src: url('/media/site/fonts/AzenaPremier-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azena Premier';
    src: url('/media/site/fonts/AzenaPremier-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azena Premier';
    src: url('/media/site/fonts/AzenaPremier-Extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azena Premier';
    src: url('/media/site/fonts/AzenaPremier-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    scroll-behavior: smooth;
    font-size: 85%;
    background: #000;
 }

.background-layer {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: transparent;
    zoom: 104%;
}

nav,
main,
footer {
    position: relative;
    z-index: 10;
}

body {
    font-family: 'Azena Premier', sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header, nav {
    flex-shrink: 0;
}

footer {
    flex-shrink: 0;
    margin-top: auto;
}

main {
    flex: 1;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
}

main,
#main {
    overflow: visible !important;
}

section#main {
    flex: 1;
}

a {
    font-weight: 600;
}

#main .google-auto-placed,
#main ins.adsbygoogle,
#main ins.adsbygoogle-noablate {
    display: block !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    clear: both;
    position: relative;
    z-index: 1;
}

#main .ad-overflow-risk.ad-overflow-can-fix {
    overflow: visible !important;
}

#main .grid > .google-auto-placed,
#main .grid > ins.adsbygoogle,
#main .grid > ins.adsbygoogle-noablate,
#main [class*="col-span"] .google-auto-placed,
#main [class*="col-span"] ins.adsbygoogle,
#main [class*="col-span"] ins.adsbygoogle-noablate {
    min-width: 0;
}

#main .google-auto-placed,
#main ins.adsbygoogle:not([data-ad-format="fluid"]) {
    min-height: 120px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.google-auto-placed[data-ad-position="btm"],
ins.adsbygoogle[data-ad-position="btm"] {
    max-width: 100% !important;
}

iframe[id^="google_ads_iframe"],
iframe[id^="aswift_"] {
    max-width: 100% !important;
}

#main iframe[id^="google_ads_iframe"],
#main iframe[id^="aswift_"] {
    width: 100% !important;
}

strong, b {
    font-weight: 700;
}
p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 300;
}
li {
    font-size: 1.2rem;
    font-weight: 300;
}
#main p {
    text-align: justify;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 300;
}
h1 {
    margin-bottom: 3rem;
}
.pg {
    line-height: 1.4;
    font-weight: 300;
}
.pg p,
.pg li {
    font-weight: 300;
}
.pg strong,
.pg b {
    font-weight: 500;
}
.sbt {
    font-weight: 500;
}

.video-container {
    position: relative;
    margin: 2rem auto;
    border-radius: 2px;
    overflow: hidden;
    border: 4px solid #000;
    background-color: #000;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.language-selector {
    display: inline-flex;
    align-items: center;
}
.language-select {
    padding: 0.35rem 0.4rem;
    border: 1px solid rgba(255,255,255,0.08);
    background: white;
    color: black;
    font-size: 0.95rem;
    -webkit-appearance: none;
    appearance: none;
}
.language-selector { position: relative; }
.language-select { padding-right: 2rem; }
.language-select::after { content: ''; }
.language-select option { font-size: 0.95rem; background: #111; color: #fff; }
.language-select:focus { outline: 2px solid rgba(255,255,255,0.12); }

.language-selector { background: transparent; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@keyframes rotateArrow {
    0% {
        transform: rotate(var(--base-rot, 0deg));
    }
    25% {
        transform: rotate(calc(var(--base-rot, 0deg) + 2deg));
    }
    50% {
        transform: rotate(var(--base-rot, 0deg));
    }
    75% {
        transform: rotate(calc(var(--base-rot, 0deg) - 2deg));
    }
    100% {
        transform: rotate(var(--base-rot, 0deg));
    }
}

.bg-anim {
    animation: rotateArrow 8s ease-in-out infinite;
}

.bg-anim.t1 {
    animation-duration: 10s;
    animation-delay: -2s;
}

.bg-anim.t2 {
    animation-duration: 12s;
    animation-delay: -4s;
}

.carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.carousel-viewport {
    overflow: hidden;
    border: 4px solid #000;
    background: #fff;
    flex: 1;
    min-width: 0;
}

.carousel-track {
    display: flex;
    gap: 1.5rem;
    padding: 1rem;
    will-change: transform;
    transition: transform 0.4s ease;
}

.carousel-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    min-width: 130px;
    height: auto;
    padding: 0.5rem 0.75rem;
    background: #fff;
    filter: grayscale(100%); opacity: 0.85;
}

.carousel-item:hover {
    transform: scale(1.03);
    z-index: 2;
    filter: grayscale(0%);
    opacity: 1;
}


.carousel-item img {
    width: auto;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.carousel-btn {
    border: 3px solid #000;
    background: #EE0000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    user-select: none;
}

.carousel-btn:hover { background: #DD0000; }
.carousel-btn:active { background: #CC0000; }

.countdown-card {
    max-width: 1200px;
    margin: 1.5rem auto;
    background: #fff;
    padding: 1rem 1.25rem;
    margin-bottom: 0.4rem;
}

.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    align-items: stretch;
}

.countdown-segment {
    border: 4px solid #000;
    background: #EE0000;
    color: #fff;
    text-align: center;
    padding: 0.75rem 0.5rem;
}

.countdown-value {
    font-family: "Azena Premier", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1;
}

.countdown-label {
    font-size: 0.95rem;
    color: #ffe2e2;
}

.home-section-panel,
.home-section--mission {
    position: relative;
    overflow: hidden;
}

.home-section-panel::before,
.home-section--mission::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 11rem;
    height: 11rem;
    pointer-events: none;
}

.home-section-head {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.home-section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    border: 2px solid #000;
    background: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-section-summary {
    margin: 0;
    max-width: 56rem;
    font-size: 1rem;
    color: #4a4a4a;
}

.home-section-shell {
    position: relative;
    z-index: 1;
}

.home-section-panel .home-section-grid,
.home-section--mission .home-section-grid {
    align-items: start;
}

.home-section-panel .home-section-col,
.home-section--mission .home-section-col {
    background: #fff;
    min-height: 100%;
}

.home-section-panel .home-section-col--2,
.home-section--mission .home-section-col--2 {
    background: #ffffff;
}

.home-section-panel .home-section-title,
.home-section--mission .home-section-title {
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 0.8rem;
}

.home-section-panel .home-section-text,
.home-section--mission .home-section-text,
#main .home-section-panel p,
#main .home-section-panel li,
#main .home-section--mission p,
#main .home-section--mission li {
    text-align: left;
    line-height: 1.65;
    margin-bottom: 0.85rem;
}

.home-section-panel .home-cta-button,
.home-section--mission .home-cta-button {
    display: block;
    width: 100%;
    max-width: 22rem;
    min-width: 0;
    text-align: center;
    margin-bottom: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.home-embed-card {
    background: #fff;
    border: 3px solid #000;
    padding: 0.9rem;
}

.home-html-block {
    display: block;
}

.home-section-panel .home-list-block,
.home-section--mission .home-list-block {
    border: 3px solid #000;
    background: #fff;
    padding: 0.9rem 1rem;
}

.home-section-panel .home-list-title,
.home-section--mission .home-list-title {
    color: #222;
    font-weight: 700;
    font-size: 1.05rem;
}

.home-section-panel .home-list-block .space-y-2 > p,
.home-section--mission .home-list-block .space-y-2 > p {
    position: relative;
    padding-left: 1.1rem;
    text-align: left !important;
    margin-bottom: 0.35rem !important;
}

.home-section-panel .home-list-block .space-y-2 > p::before,
.home-section--mission .home-list-block .space-y-2 > p::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.home-section--join_team .home-section-kicker {
    background: #ee0000;
    color: #fff;
}

.home-section--join_team .home-section-col {
    background: #fffdf8;
}

.home-section--partners_founding {
    color: #fff;
}

.home-section--partners_founding .home-section-kicker {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.home-section--partners_founding .home-section-summary,
.home-section--partners_founding .home-section-title,
.home-section--partners_founding .home-section-text,
.home-section--partners_founding p,
.home-section--partners_founding li {
    color: #f4f1f1;
}

.home-section--partners_founding .home-section-shell {
    background: rgba(24, 0, 0, 0.72);
    border-color: #fff;
}

.home-section--partners_founding .home-section-col {
    background: #1f0000;
    color: #fff;
    border-color: #fff;
}

.home-section--partners_founding .home-cta-button {
    border-color: #fff !important;
}

.home-section--dna .home-section-kicker {
    background: #111;
    color: #fff;
}

.home-section--dna .home-section-col {
    background: #fff;
}


@media (min-width: 1024px) {
    .home-section--mission .home-section-grid {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.8fr) minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    #main .google-auto-placed,
    #main ins.adsbygoogle:not([data-ad-format="fluid"]) {
        min-height: 100px;
    }

    .home-section-panel,
    .home-section--mission {
        padding: 1rem;
    }

    .home-section-shell {
        padding: 0.85rem;
    }

    .home-section-panel .home-section-col,
    .home-section--mission .home-section-col {
        padding: 0.9rem;
    }

    .home-section-panel .home-cta-button,
    .home-section--mission .home-cta-button {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .home-embed-card {
        box-shadow: none;
    }

    .countdown-grid { grid-template-columns: repeat(2, 1fr); }
    .countdown-value { font-size: 2.1rem; }
}

@media (min-width: 1024px) {
    #main .google-auto-placed,
    #main ins.adsbygoogle:not([data-ad-format="fluid"]) {
        min-height: 180px;
    }
}

@media (max-width: 420px) {
    .countdown-grid { grid-template-columns: 1fr 1fr; }
    .countdown-value { font-size: 1.9rem; }
}

@media (max-width: 768px) {
    .background-layer {
        display: none !important;
    }
    
    nav {
        z-index: 100 !important;
    }
    
    section#main {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 4px solid #000 !important;
        border-bottom: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        min-height: 100vh !important;
        position: relative !important;
        z-index: 10 !important;
    }
    
    html, body {
        background: #000 !important;
        max-width: 100%;
        overflow-x: hidden !important;
    }
    
    main {
        background: #fff !important;
        min-height: 100vh;
        position: relative;
        z-index: 10;
        max-width: 100%;
        overflow-x: clip;
    }

    section#main,
    #main,
    #main img,
    #main video,
    #main iframe {
        max-width: 100% !important;
    }
}

iframe[src*="chatango.com"], 
iframe[id^="cid"] {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    iframe[src*="chatango.com"],
    iframe[id^="cid"] {
        width: min(100vw - 8px, 484px) !important;
        max-width: calc(100vw - 8px) !important;
        left: auto !important;
        right: 0 !important;
    }
}
