.igor-hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    padding-top: var(--igor-header-height);
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 28%, rgba(196, 27, 27, 0.22), transparent 34%),
        linear-gradient(120deg, #000 0%, #080808 42%, #140606 100%);
}

.igor-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
    opacity: 0.36;
}

.igor-hero::after {
    display: none !important;
    content: none !important;
}

.igor-hero__bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
}

.igor-hero__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.74) 36%, rgba(0,0,0,0.28) 70%, rgba(0,0,0,0.82) 100%),
        linear-gradient(0deg, rgba(0,0,0,0.84), transparent 52%);
}

.igor-hero__red-orb {
    position: absolute;
    right: -140px;
    top: 18%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(196, 27, 27, 0.22);
    filter: blur(100px);
    opacity: 0.75;
}

.igor-hero__slash {
    position: absolute;
    right: 6vw;
    top: 8%;
    bottom: 4%;
    width: min(22vw, 280px);
    opacity: 0.3;
    background: linear-gradient(180deg, transparent, rgba(196, 27, 27, 0.72), transparent);
    transform: skewX(-12deg);
    filter: blur(0.4px);
}

.igor-hero__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
    align-items: stretch;
    gap: clamp(28px, 5vw, 70px);
    width: min(var(--igor-container-fluid, 90%), var(--igor-container, 1180px));
    max-width: var(--igor-container, 1180px);
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100vh - var(--igor-header-height));
    padding-top: 58px;
    padding-bottom: 0;
}

.igor-hero__content {
    position: relative;
    z-index: 5;
    max-width: 720px;
    align-self: center;
    padding-bottom: calc(var(--igor-diagonal-size) + 58px);
}

.igor-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: var(--igor-radius-full);
    color: var(--igor-red-3);
    background: rgba(196, 27, 27, 0.12);
    border: 1px solid rgba(196, 27, 27, 0.28);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.igor-hero__kicker i {
    font-size: 13px;
}

/*
|--------------------------------------------------------------------------
| Título principal
|--------------------------------------------------------------------------
*/

.igor-hero__title {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    max-width: 760px;
    margin-top: 28px;
    font-family: var(--igor-font-title);
    font-size: clamp(58px, 8vw, 112px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.igor-hero__title-line {
    display: block;
    width: 100%;
    color: rgba(255,255,255,0.96);
    text-shadow: 0 24px 80px rgba(0,0,0,0.46);
}

.igor-hero__title-line--name {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: clamp(12px, 1.6vw, 22px);
    width: 100%;
    white-space: normal;
}

.igor-hero__title-line--name span {
    display: inline-block;
}

.igor-hero__title .is-red {
    color: var(--igor-red-3);
    text-shadow: 0 18px 60px rgba(196, 27, 27, 0.28);
}

.igor-hero__text {
    max-width: 580px;
    margin-top: 26px;
    color: var(--igor-muted);
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.75;
}

.igor-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

/*
|--------------------------------------------------------------------------
| Imagem desktop
|--------------------------------------------------------------------------
*/

.igor-hero__media {
    position: relative;
    align-self: stretch;
    min-height: 100%;
}

.igor-hero__image-wrap {
    position: absolute;
    right: -48px;
    top: -24px;
    bottom: 0;
    width: min(48vw, 660px);
    overflow: visible;
}

.igor-hero__image-wrap picture {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 112%;
}

.igor-hero__image {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    filter:
        contrast(1.08)
        saturate(0.86)
        drop-shadow(0 34px 90px rgba(0, 0, 0, 0.8));
    transform: scale(1.14);
    transform-origin: bottom center;
}

.igor-hero__image-glow {
    position: absolute;
    right: 2%;
    bottom: 4%;
    width: 86%;
    height: 92%;
    border-radius: 50%;
    background: rgba(196, 27, 27, 0.2);
    filter: blur(82px);
    z-index: -1;
}

@media (min-width: 1200px) {
    .igor-hero__image-wrap {
        right: -82px;
        top: -34px;
        bottom: 0;
        width: min(49vw, 730px);
    }

    .igor-hero__image-wrap picture {
        height: 120%;
    }

    .igor-hero__image {
        transform: scale(1.18);
    }
}

@media (min-width: 1500px) {
    .igor-hero__image-wrap {
        right: -112px;
        top: -48px;
        bottom: 0;
        width: min(49vw, 790px);
    }

    .igor-hero__image-wrap picture {
        height: 126%;
    }

    .igor-hero__image {
        transform: scale(1.2);
    }
}

@media (min-width: 1800px) {
    .igor-hero__image-wrap {
        right: -140px;
        top: -58px;
        bottom: 0;
        width: min(48vw, 840px);
    }

    .igor-hero__image-wrap picture {
        height: 132%;
    }

    .igor-hero__image {
        transform: scale(1.22);
    }
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {
    .igor-hero {
        min-height: auto;
        padding-top: var(--igor-header-height);
    }

    .igor-hero__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 90%;
        max-width: 90%;
        min-height: auto;
        gap: 0;
        padding-top: 16px;
        padding-bottom: 84px;
        text-align: center;
    }

    .igor-hero__content {
        width: 100%;
        max-width: 680px;
        align-self: center;
        padding-bottom: 0;
        text-align: center;
    }

    .igor-hero__kicker {
        justify-content: center;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .igor-hero__title {
        max-width: 100%;
        justify-items: center;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(50px, 13vw, 92px);
        line-height: 0.92;
        letter-spacing: 0.01em;
        text-align: center;
    }

    .igor-hero__title-line {
        text-align: center;
    }

    .igor-hero__title-line--name {
        justify-content: center;
        gap: clamp(10px, 2.4vw, 18px);
        white-space: normal;
    }

    .igor-hero__text {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .igor-hero__actions {
        justify-content: center;
    }

    .igor-hero__media {
        order: -1;
        width: 100%;
        min-height: clamp(410px, 60vw, 540px);
        margin-bottom: -2px;
    }

    .igor-hero__image-wrap {
        position: absolute;
        inset: -28px auto 0 50%;
        width: min(86vw, 530px);
        height: 100%;
        min-height: 0;
        max-height: none;
        overflow: visible;
        transform: translateX(-50%);
    }

    .igor-hero__image-wrap picture {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .igor-hero__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom center;
        transform: scale(1.04);
    }

    .igor-hero__image-glow {
        right: 50%;
        bottom: 4%;
        width: 72%;
        height: 76%;
        transform: translateX(50%);
        filter: blur(64px);
    }
}

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {
    .igor-hero__container {
        width: 90%;
        max-width: 90%;
        padding-top: 8px;
        padding-bottom: 72px;
        text-align: center;
    }

    .igor-hero__media {
        min-height: clamp(350px, 102vw, 460px);
        margin-bottom: 2px;
    }

    .igor-hero__image-wrap {
        inset: -34px auto 0 50%;
        width: min(90vw, 430px);
    }

    .igor-hero__image {
        transform: scale(1.04);
    }

    .igor-hero__kicker {
        gap: 9px;
        min-height: 34px;
        padding: 0 12px;
        font-size: 9px;
        letter-spacing: 0.14em;
    }

    .igor-hero__kicker i {
        font-size: 11px;
    }

    .igor-hero__title {
        gap: 4px;
        margin-top: 18px;
        font-size: clamp(44px, 13.2vw, 64px);
        line-height: 0.94;
        letter-spacing: 0.006em;
        text-align: center;
    }

    .igor-hero__title-line--name {
        gap: 10px;
        justify-content: center;
        white-space: normal;
    }

    .igor-hero__text {
        margin-top: 22px;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.65;
        text-align: center;
    }

    .igor-hero__actions {
        width: 100%;
        justify-content: center;
        margin-top: 26px;
    }
}

@media (max-width: 480px) {
    .igor-hero__media {
        min-height: clamp(320px, 100vw, 420px);
        margin-bottom: 4px;
    }

    .igor-hero__image-wrap {
        inset: -30px auto 0 50%;
        width: min(90vw, 390px);
    }

    .igor-hero__image {
        transform: scale(1.03);
    }

    .igor-hero__title {
        font-size: clamp(40px, 12.6vw, 56px);
    }

    .igor-hero__title-line--name {
        gap: 8px;
    }
}

@media (max-width: 380px) {
    .igor-hero__media {
        min-height: clamp(300px, 96vw, 380px);
    }

    .igor-hero__image-wrap {
        inset: -24px auto 0 50%;
        width: min(88vw, 350px);
    }

    .igor-hero__image {
        transform: scale(1.02);
    }

    .igor-hero__title {
        font-size: clamp(36px, 12vw, 50px);
    }

    .igor-hero__title-line--name {
        gap: 7px;
    }

    .igor-hero__kicker {
        font-size: 8px;
        letter-spacing: 0.11em;
    }
}