:root {
    --navy-950: #020817;
    --navy-900: #071324;
    --navy-850: #0a1b31;
    --navy-800: #0d2742;
    --cyan: #00d4ff;
    --cyan-soft: rgba(0, 212, 255, .16);
    --gold: #ffe100;
    --gold-strong: #ffcc00;
    --green: #42d392;
    --white: #ffffff;
    --muted: #9db3c7;
    --line: rgba(148, 198, 255, .18);
    --glass: rgba(8, 22, 42, .74);
    --glass-strong: rgba(7, 17, 34, .92);
    --shadow: 0 28px 90px rgba(0, 0, 0, .45);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.landing-body {
    margin: 0;
    min-height: 100vh;
    color: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 78% 12%, rgba(0, 212, 255, .22), transparent 30%),
        radial-gradient(circle at 18% 78%, rgba(255, 225, 0, .10), transparent 28%),
        linear-gradient(135deg, #020817 0%, #061527 46%, #07101f 100%);
    overflow-x: hidden;
}

body.landing-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(255,255,255,.03) 0 1px, transparent 1px 100%),
        radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.32) 100%);
    background-size: 92px 92px, cover;
    opacity: .65;
    z-index: 0;
}

.landing-grid {
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(0,212,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,212,255,.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 80%);
    pointer-events: none;
    z-index: 0;
}

.landing-orb {
    position: fixed;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    filter: blur(70px);
    opacity: .36;
    pointer-events: none;
    z-index: 0;
}

.landing-orb-one {
    right: -120px;
    top: 20px;
    background: #009dff;
}

.landing-orb-two {
    left: -180px;
    bottom: 120px;
    background: #ffd400;
    opacity: .16;
}

.landing-header,
main,
.landing-footer {
    position: relative;
    z-index: 1;
}

.landing-header {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 28px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.brand-lockup a {
    display: inline-flex;
    line-height: 0;
    text-decoration: none;
}

/* Header: misma altura para AEGIS (blanco) y RYR (a color) */
.brand-lockup .brand-aegis,
.brand-lockup .brand-onko {
    display: block;
    height: 44px;
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.brand-aegis {
    filter: drop-shadow(0 0 14px rgba(0, 212, 255, .22));
}

.landing-nav {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(3, 12, 24, .56);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(0,0,0,.22);
}

.landing-nav a {
    color: #dbeafe;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 999px;
    transition: .22s ease;
}

.landing-nav a:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.landing-nav .nav-login {
    color: #06101e;
    font-weight: 800;
    background: linear-gradient(135deg, var(--gold), var(--gold-strong));
    box-shadow: 0 8px 26px rgba(255, 204, 0, .24);
}

.hero-section {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    min-height: 760px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 42px;
    align-items: center;
    padding: 58px 0 72px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c7f9ff;
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 14px;
    border: 1px solid rgba(0, 212, 255, .22);
    border-radius: 999px;
    background: rgba(0, 212, 255, .07);
}

.eyebrow-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 20px rgba(255, 225, 0, .85);
}

.hero-copy h1 {
    margin: 26px 0 22px;
    font-size: clamp(46px, 6.3vw, 88px);
    line-height: .92;
    letter-spacing: -.07em;
    font-weight: 950;
}

.hero-copy h1 span {
    display: block;
    color: var(--gold);
    text-shadow: 0 0 34px rgba(255, 225, 0, .15);
}

.hero-lead {
    max-width: 640px;
    color: #b8c7d8;
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 30px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.btn-primary-pro,
.btn-secondary-pro {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: -.01em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-primary-pro {
    color: #06101e;
    background: linear-gradient(135deg, var(--gold), var(--gold-strong));
    box-shadow: 0 18px 48px rgba(255, 204, 0, .25);
}

.btn-primary-pro:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 58px rgba(255, 204, 0, .34);
}

.btn-secondary-pro {
    color: #eaf6ff;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .06);
}

.btn-secondary-pro:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .1);
}

.btn-primary-pro.compact {
    white-space: nowrap;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 680px;
}

.trust-strip div {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
    backdrop-filter: blur(18px);
}

.trust-strip strong {
    display: block;
    color: #fff;
    font-size: 16px;
}

.trust-strip span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
}

.hero-visual {
    position: relative;
    min-height: 560px;
}

.system-window {
    position: relative;
    border: 1px solid rgba(132, 195, 255, .26);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(12, 31, 56, .94), rgba(4, 12, 24, .94)),
        radial-gradient(circle at 20% 0%, rgba(0,212,255,.16), transparent 40%);
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
    overflow: hidden;
    transform: perspective(1200px) rotateY(-7deg) rotateX(3deg);
}

.system-window::before {
    content: "";
    position: absolute;
    inset: -1px;
    background:
        linear-gradient(120deg, transparent, rgba(0,212,255,.20), transparent 42%),
        linear-gradient(300deg, transparent, rgba(255,225,0,.16), transparent 55%);
    pointer-events: none;
}

.window-topbar {
    height: 58px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 22px;
    border-bottom: 1px solid var(--line);
    background: rgba(1, 8, 17, .48);
}

.window-topbar span {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
}

.window-topbar span:nth-child(1) { background: #ff5f57; }
.window-topbar span:nth-child(2) { background: #ffbd2e; }
.window-topbar span:nth-child(3) { background: #28c840; }

.window-topbar p {
    margin: 0 0 0 12px;
    color: #bcd4ea;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dashboard-preview {
    padding: 30px;
}

.preview-header {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: flex-start;
    margin-bottom: 26px;
}

.preview-header small,
.equipment-card small {
    display: block;
    color: var(--cyan);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.preview-header h2 {
    margin: 5px 0 0;
    font-size: 34px;
    letter-spacing: -.04em;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #caffdf;
    padding: 10px 13px;
    border-radius: 999px;
    border: 1px solid rgba(66,211,146,.32);
    background: rgba(66,211,146,.10);
    font-weight: 800;
    font-size: 13px;
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.metric-row article {
    min-height: 132px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid var(--line);
}

.metric-row i {
    color: var(--gold);
    font-size: 25px;
}

.metric-row strong {
    display: block;
    margin-top: 15px;
    font-size: 31px;
    letter-spacing: -.04em;
}

.metric-row span {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.equipment-card {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(0, 212, 255, .24);
    background:
        radial-gradient(circle at 0% 50%, rgba(0,212,255,.16), transparent 38%),
        rgba(255,255,255,.055);
}

.equipment-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 19px;
    color: #06101e;
    background: var(--gold);
    font-size: 28px;
    box-shadow: 0 14px 32px rgba(255,225,0,.18);
}

.equipment-card h3 {
    margin: 3px 0 4px;
    font-size: 20px;
}

.equipment-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.signal-bars {
    display: flex;
    align-items: end;
    gap: 5px;
    height: 44px;
}

.signal-bars span {
    width: 8px;
    border-radius: 999px;
    background: linear-gradient(to top, var(--gold), var(--cyan));
}

.signal-bars span:nth-child(1) { height: 18px; }
.signal-bars span:nth-child(2) { height: 28px; }
.signal-bars span:nth-child(3) { height: 36px; }
.signal-bars span:nth-child(4) { height: 44px; }

.timeline-panel {
    position: relative;
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.timeline-line {
    position: absolute;
    top: 24px;
    left: 16%;
    right: 16%;
    height: 1px;
    background: linear-gradient(90deg, var(--cyan), var(--gold));
    opacity: .45;
}

.timeline-item {
    position: relative;
    display: grid;
    place-items: center;
    gap: 8px;
    color: #bad1e6;
    font-weight: 800;
    font-size: 13px;
}

.timeline-item i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--glass-strong);
    color: var(--gold);
    font-size: 20px;
}

.timeline-item.active i {
    color: #06101e;
    background: var(--gold);
}

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 270px;
    padding: 16px;
    border: 1px solid rgba(132,195,255,.24);
    border-radius: 20px;
    background: rgba(3, 12, 24, .74);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 60px rgba(0,0,0,.36);
}

.floating-card i {
    color: var(--gold);
    font-size: 30px;
}

.floating-card strong {
    display: block;
    font-size: 14px;
}

.floating-card span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.floating-card-one {
    left: -8px;
    bottom: 56px;
}

.floating-card-two {
    right: -12px;
    top: 90px;
}

.logos-section,
.feature-section,
.control-section {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.logos-section {
    padding: 30px 0 76px;
}

.logos-section p {
    color: var(--muted);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .13em;
    font-size: 12px;
    margin: 0 0 18px;
}

.logo-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(28px, 4vw, 56px);
    flex-wrap: wrap;
}

/* Ecosistema: misma altura visual; el ancho lo marca cada PNG */
.logo-panel .eco-logo {
    display: block;
    flex: 0 0 auto;
    width: auto;
    height: 48px;
    max-height: 48px;
    object-fit: contain;
    object-position: center;
}

.feature-section {
    padding: 52px 0 74px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 30px;
}

.section-heading span,
.control-card span {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 13px;
}

.section-heading h2,
.control-card h2 {
    margin: 12px 0 12px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -.055em;
}

.section-heading p,
.control-card p {
    color: #b8c7d8;
    font-size: 17px;
    line-height: 1.72;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.feature-card {
    min-height: 250px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.032));
    box-shadow: 0 16px 50px rgba(0,0,0,.22);
}

.feature-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #06101e;
    background: linear-gradient(135deg, var(--gold), var(--gold-strong));
    font-size: 26px;
    margin-bottom: 18px;
}

.feature-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    letter-spacing: -.025em;
}

.feature-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.62;
    font-size: 14px;
}

.control-section {
    padding: 10px 0 76px;
}

.control-card {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    padding: 38px;
    border-radius: 30px;
    border: 1px solid rgba(255,225,0,.22);
    background:
        radial-gradient(circle at 82% 12%, rgba(255,225,0,.14), transparent 34%),
        linear-gradient(135deg, rgba(12,31,56,.96), rgba(3,12,24,.96));
    box-shadow: var(--shadow);
}

.control-card > div {
    max-width: 760px;
}

.landing-footer {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 26px 0 36px;
    color: #7890a8;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid var(--line);
    font-size: 13px;
}

@media (max-width: 980px) {
    .landing-header {
        align-items: flex-start;
        gap: 18px;
        flex-direction: column;
    }

    .landing-nav {
        width: 100%;
        justify-content: space-between;
        overflow-x: auto;
    }

    .hero-section {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .system-window {
        transform: none;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .logo-panel {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 24px;
    }

    .control-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-footer {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .landing-nav a:not(.nav-login) {
        display: none;
    }

    .hero-section {
        padding-top: 38px;
    }

    .hero-copy h1 {
        font-size: 42px;
    }

    .trust-strip,
    .metric-row,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-preview {
        padding: 20px;
    }

    .equipment-card {
        grid-template-columns: 1fr;
    }

    .floating-card {
        position: relative;
        inset: auto;
        margin-top: 14px;
    }

    .control-card {
        padding: 26px;
    }
}


/* ==========================================================
   FIX PRO: PROPORCION Y JERARQUIA DE LOGOS LANDING
   ========================================================== */

.logos-section {
    padding: 28px 0 72px;
}

.logos-section p {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.logo-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 18px;
}

.logo-tile {
    min-height: 118px !important;
    height: 118px !important;
    padding: 18px 22px !important;
    border-radius: 22px !important;
    overflow: hidden;
}

.logo-tile img {
    display: block;
    width: auto !important;
    object-fit: contain !important;
    object-position: center !important;
}

/* AEGIS original viene muy alto/oscuro: se controla por altura, no por ancho */
.aegis-tile {
    background:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,.08), transparent 42%),
        #020202 !important;
}

.aegis-tile img {
    max-height: 78px !important;
    max-width: 170px !important;
    filter: contrast(1.2) brightness(1.35) drop-shadow(0 0 16px rgba(0, 212, 255, .16)) !important;
}

/* RYR es horizontal-ancho: debe respirar sin ocupar toda la tarjeta */
.mxaib-tile img {
    max-height: 72px !important;
    max-width: 280px !important;
}

/* RYR es horizontal y bajo: se equilibra visualmente */
.onko-tile img {
    max-height: 56px !important;
    max-width: 240px !important;
}

/* Header: AEGIS discreto, no gigante */
.brand-aegis {
    width: 92px !important;
    max-height: 46px !important;
    object-fit: contain !important;
    opacity: .92;
}

/* Responsive limpio */
@media (max-width: 980px) {
    .logo-panel {
        grid-template-columns: 1fr !important;
    }

    .logo-tile {
        height: 112px !important;
        min-height: 112px !important;
    }

    .aegis-tile img {
        max-height: 72px !important;
        max-width: 160px !important;
    }

    .mxaib-tile img {
        max-height: 66px !important;
        max-width: 260px !important;
    }

    .onko-tile img {
        max-height: 52px !important;
        max-width: 230px !important;
    }
}

@media (max-width: 640px) {
    .logo-tile {
        height: 104px !important;
        min-height: 104px !important;
        padding: 16px !important;
    }

    .mxaib-tile img {
        max-width: 230px !important;
    }

    .onko-tile img {
        max-width: 210px !important;
    }
}


/* ==========================================================
   FIX REAL: LOGOS ECOSISTEMA ACTUAL (.eco-logo)
   El HTML actual NO usa .logo-tile. Usa img.eco-logo directamente.
   ========================================================== */

.logos-section {
    padding: 22px 0 70px !important;
}

.logos-section p {
    text-align: center !important;
    max-width: 900px !important;
    margin: 0 auto 24px !important;
    color: rgba(219, 234, 254, .72) !important;
    letter-spacing: .14em !important;
}

.logo-panel {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(30px, 5vw, 72px) !important;
    flex-wrap: wrap !important;
    padding: 24px 30px !important;
    border: 1px solid rgba(148, 198, 255, .16) !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 212, 255, .10), transparent 45%),
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28) !important;
    backdrop-filter: blur(18px) !important;
}

.logo-panel .eco-logo {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    opacity: .96 !important;
    transition: transform .22s ease, opacity .22s ease, filter .22s ease !important;
}

.logo-panel .eco-logo:hover {
    transform: translateY(-2px) scale(1.025) !important;
    opacity: 1 !important;
}

/* AEGIS es vertical: si se iguala por alto, se ve enorme.
   Debe ser más contenido que los horizontales. */
.logo-panel .eco-aegis {
    height: 64px !important;
    max-height: 64px !important;
    max-width: 90px !important;
    filter:
        brightness(1.55)
        contrast(1.12)
        drop-shadow(0 0 18px rgba(0, 212, 255, .18)) !important;
}

/* RYR es ancho y alto: se controla por ancho y altura máxima */
.logo-panel .eco-mxaib {
    height: auto !important;
    max-height: 58px !important;
    max-width: 300px !important;
    filter:
        brightness(1.04)
        contrast(1.04)
        drop-shadow(0 10px 24px rgba(0, 0, 0, .16)) !important;
}

/* RYR es muy horizontal: debe verse amplio pero no gigante */
.logo-panel .eco-onko {
    height: auto !important;
    max-height: 42px !important;
    max-width: 250px !important;
    filter:
        brightness(1.06)
        contrast(1.04)
        drop-shadow(0 10px 24px rgba(0, 0, 0, .14)) !important;
}

/* Header logos */
.brand-lockup .brand-aegis,
.brand-lockup .brand-onko {
    height: 38px !important;
    max-height: 38px !important;
    width: auto !important;
    object-fit: contain !important;
}

.brand-lockup .brand-aegis {
    max-width: 78px !important;
    filter: brightness(1.42) contrast(1.08) drop-shadow(0 0 14px rgba(0, 212, 255, .18)) !important;
}

.brand-lockup .brand-onko {
    max-width: 150px !important;
}

/* Responsive */
@media (max-width: 980px) {
    .logo-panel {
        gap: 28px !important;
        padding: 22px !important;
    }

    .logo-panel .eco-aegis {
        max-height: 58px !important;
        max-width: 82px !important;
    }

    .logo-panel .eco-mxaib {
        max-height: 52px !important;
        max-width: 270px !important;
    }

    .logo-panel .eco-onko {
        max-height: 38px !important;
        max-width: 230px !important;
    }
}

@media (max-width: 640px) {
    .logo-panel {
        flex-direction: column !important;
        gap: 22px !important;
        padding: 24px 18px !important;
    }

    .logo-panel .eco-aegis {
        max-height: 54px !important;
        max-width: 76px !important;
    }

    .logo-panel .eco-mxaib {
        max-height: 48px !important;
        max-width: 250px !important;
    }

    .logo-panel .eco-onko {
        max-height: 36px !important;
        max-width: 215px !important;
    }
}


/* ==========================================================
   RYR BRANDING: SOLO AEGIS + RYR BLANCO
   ========================================================== */

.brand-onko,
.eco-mxaib,
.eco-onko,
.mxaib-tile,
.onko-tile {
    display: none !important;
}

.brand-lockup-ryr {
    gap: 22px !important;
}

.brand-ryr {
    display: block;
    height: 46px;
    max-height: 46px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(0, 212, 255, .18));
}

.logo-panel-ryr {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(36px, 6vw, 84px) !important;
}

.logo-panel .eco-ryr {
    display: block !important;
    width: auto !important;
    max-height: 74px !important;
    max-width: 300px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .22)) !important;
}

@media (max-width: 640px) {
    .brand-ryr {
        max-width: 170px;
        max-height: 40px;
    }

    .logo-panel .eco-ryr {
        max-width: 230px !important;
        max-height: 58px !important;
    }
}


/* ==========================================================
   RYR WORDMARK: RESEARCH & DEVELOPMENT
   ========================================================== */

.ryr-wordmark {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1;
}

.ryr-wordmark img {
    display: block;
    object-fit: contain;
}

.ryr-wordmark span {
    color: rgba(234, 246, 255, .86);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 0 14px rgba(0, 212, 255, .20);
}

.ryr-wordmark-header {
    align-items: flex-start;
}

.ryr-wordmark-header span {
    margin-left: 2px;
    font-size: 9px;
    letter-spacing: .16em;
}

.ryr-wordmark-ecosystem span {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .82);
}

.logo-panel-ryr .ryr-wordmark {
    padding: 10px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(148, 198, 255, .13);
}

@media (max-width: 640px) {
    .ryr-wordmark span {
        font-size: 9px;
        letter-spacing: .14em;
    }
}


/* ==========================================================
   RYR PURGA TOTAL: SOLO AEGIS + RYR RESEARCH & DEVELOPMENT
   ========================================================== */

.brand-onko,
.eco-mxaib,
.eco-onko,
.mxaib-tile,
.onko-tile {
    display: none !important;
}

.brand-lockup-ryr {
    gap: 22px !important;
}

.ryr-wordmark {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1;
}

.ryr-wordmark img {
    display: block;
    object-fit: contain;
}

.ryr-wordmark span {
    color: rgba(234, 246, 255, .86);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 0 14px rgba(0, 212, 255, .24);
}

.ryr-wordmark-header {
    align-items: flex-start;
}

.ryr-wordmark-header span {
    margin-left: 2px;
    font-size: 9px;
    letter-spacing: .16em;
}

.brand-ryr {
    display: block;
    height: 46px;
    max-height: 46px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(0, 212, 255, .18));
}

.logo-panel-ryr {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(36px, 6vw, 84px) !important;
}

.logo-panel .eco-ryr {
    display: block !important;
    width: auto !important;
    max-height: 74px !important;
    max-width: 300px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .22)) !important;
}

.ryr-wordmark-ecosystem {
    padding: 10px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(148, 198, 255, .13);
}

.ryr-wordmark-ecosystem span {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .82);
}
