/*
 * ALBARON OPTIONS
 * BRAND + HERO V31
 *
 * Visual presentation only.
 * No trading / API / application logic.
 */

/* =========================================================
   REAL ALBARON LOGO
   ========================================================= */

.brand-icon {
    width: 48px !important;
    height: 48px !important;

    flex: 0 0 48px !important;

    padding: 0 !important;

    overflow: hidden !important;

    border-radius: 14px !important;

    background: #060a13 !important;

    border:
        1px solid
        rgba(234, 195, 111, .30) !important;

    box-shadow:
        0 9px 28px rgba(0, 0, 0, .30),
        inset 0 0 18px rgba(234, 195, 111, .05) !important;
}

.brand-icon .albaron-options-brand-logo {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    border: 0 !important;
}

/* =========================================================
   HERO — SAME ALBARON AI LANGUAGE
   ========================================================= */

.hero h1 {
    max-width: 860px !important;

    line-height: 1.10 !important;

    letter-spacing: -1.6px !important;
}

.hero h1 .hero-prefix {
    color: #f4f7fb !important;
}

.hero h1 .hero-brand-main {
    color: #f4f7fb !important;

    white-space: nowrap;
}

.hero h1 .hero-brand-ai {
    color: var(--gold) !important;

    white-space: nowrap;
}

.hero h1 .hero-smart-line {
    display: block !important;

    margin-top: 7px !important;

    color: var(--blue) !important;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .brand-icon {
        width: 42px !important;
        height: 42px !important;

        flex-basis: 42px !important;

        border-radius: 12px !important;
    }

    .brand-icon .albaron-options-brand-logo {
        width: 100% !important;
        height: 100% !important;
    }

    .hero h1 {
        font-size:
            clamp(
                34px,
                9.5vw,
                43px
            ) !important;

        line-height: 1.12 !important;

        letter-spacing: -1px !important;
    }

    .hero h1 .hero-smart-line {
        margin-top: 5px !important;
    }
}

@media (max-width: 390px) {

    .brand-icon {
        width: 40px !important;
        height: 40px !important;

        flex-basis: 40px !important;
    }

    .hero h1 {
        font-size: 33px !important;
    }
}
