.so-home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 104px 0 92px;
    background: var(--so-azul-profundo);
    color: var(--so-branco);
}

.so-home-hero__fundo {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 138, 0, 0.16), transparent 28%),
        radial-gradient(circle at 78% 18%, rgba(47, 107, 255, 0.20), transparent 30%),
        linear-gradient(135deg, #000714 0%, #07162a 48%, #0b1f3a 100%);
}

.so-home-hero__fundo::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.8), transparent 92%);
}

.so-home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr);
    gap: 72px;
    align-items: center;
}

.so-home-hero__conteudo {
    max-width: 760px;
}

.so-home-hero__marca {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--so-laranja);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.so-home-hero__marca::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: var(--so-laranja);
}

.so-home-hero__titulo {
    max-width: 820px;
    margin: 0;
    color: var(--so-branco);
    font-size: clamp(42px, 5.4vw, 72px);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.so-home-hero__texto {
    max-width: 680px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.75;
}

.so-home-hero__acoes {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.so-botao-secundario-escuro {
    background: rgba(255, 255, 255, 0.08);
    color: var(--so-branco);
    border-color: rgba(255, 255, 255, 0.22);
}

.so-botao-secundario-escuro:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.36);
    color: var(--so-branco);
}

.so-home-hero__selos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.so-home-hero__selos a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.so-home-hero__selos a:hover {
    border-color: rgba(255, 138, 0, 0.72);
    background: rgba(255, 138, 0, 0.12);
    color: var(--so-branco);
    transform: translateY(-1px);
}

.so-home-hero__painel {
    position: relative;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
}

.so-home-hero__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 138, 0, 0.14), transparent 34%),
        rgba(0, 7, 20, 0.42);
    overflow: hidden;
}

.so-home-hero__logo {
    display: block;
    width: min(100%, 420px);
    height: auto;
    filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.34));
}

.so-home-hero__resumo {
    margin-top: 18px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(0, 7, 20, 0.48);
}

.so-home-hero__resumo span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--so-laranja);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.so-home-hero__resumo strong {
    display: block;
    color: var(--so-branco);
    font-size: 19px;
    line-height: 1.32;
}

.so-home-hero__resumo p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.62;
}

.so-home-hero__metricas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.so-home-hero__metricas div {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
}

.so-home-hero__metricas strong,
.so-home-hero__metricas span {
    display: block;
}

.so-home-hero__metricas strong {
    color: var(--so-branco);
    font-size: 16px;
    line-height: 1.2;
}

.so-home-hero__metricas span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.3;
}

@media (max-width: 1100px) {
    .so-home-hero {
        padding: 84px 0;
    }

    .so-home-hero__grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .so-home-hero__painel {
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .so-home-hero {
        padding: 64px 0 72px;
    }

    .so-home-hero__titulo {
        font-size: clamp(38px, 12vw, 52px);
        letter-spacing: -0.05em;
    }

    .so-home-hero__texto {
        margin-top: 22px;
        font-size: 16px;
    }

    .so-home-hero__acoes {
        flex-direction: column;
        align-items: stretch;
        margin-top: 30px;
    }

    .so-home-hero__acoes .so-botao {
        width: 100%;
    }

    .so-home-hero__painel {
        padding: 14px;
        border-radius: 24px;
    }

    .so-home-hero__logo-wrap {
        min-height: 250px;
        border-radius: 18px;
    }

    .so-home-hero__metricas {
        grid-template-columns: 1fr;
    }
}