.drak-static-hero {
    background: #f7fbfd;
    border-bottom: 1px solid #e4eef4;
    color: #102033;
    overflow: hidden;
    width: 100%;
}

.drak-static-hero *,
.drak-video-link * {
    box-sizing: border-box;
}

.drak-static-hero__inner {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
    margin: 0 auto;
    max-width: 1180px;
    min-height: 320px;
    padding: 28px 24px 0;
}

.drak-static-hero__copy {
    min-width: 0;
    padding-bottom: 26px;
}

.drak-static-hero__eyebrow {
    color: #0f766e;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.drak-static-hero h1 {
    color: #0f3f69;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.drak-static-hero__lead {
    color: #25384b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    margin: 14px 0 22px;
    max-width: 720px;
}

.drak-static-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.drak-static-hero__button {
    align-items: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 13px 17px;
    text-decoration: none;
}

.drak-static-hero__button--primary {
    background: #e11d48;
    color: #fff;
}

.drak-static-hero__button--whatsapp {
    background: #128c7e;
    color: #fff;
}

.drak-static-hero__button--call {
    background: #0f3f69;
    color: #fff;
}

.drak-static-hero__button:hover,
.drak-static-hero__button:focus {
    color: #fff;
    filter: brightness(0.94);
}

.drak-static-hero__media {
    align-items: end;
    display: flex;
    justify-content: center;
    min-height: 300px;
}

.drak-static-hero__media img {
    display: block;
    height: auto;
    max-height: 320px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.drak-video-link {
    margin: 0 auto;
    max-width: 800px;
    padding: 18px 12px;
    text-align: center;
}

.drak-video-link a {
    background: #0f3f69;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    padding: 13px 17px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .drak-static-hero__inner {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) 118px;
        min-height: 190px;
        padding: 18px 14px 0;
    }

    .drak-static-hero__copy {
        padding-bottom: 18px;
    }

    .drak-static-hero__eyebrow {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .drak-static-hero h1 {
        font-size: 24px;
        line-height: 1.1;
    }

    .drak-static-hero__lead {
        font-size: 13px;
        line-height: 1.35;
        margin: 8px 0 11px;
    }

    .drak-static-hero__actions {
        gap: 7px;
    }

    .drak-static-hero__button {
        font-size: 11px;
        min-height: 34px;
        padding: 9px 10px;
    }

    .drak-static-hero__media {
        min-height: 170px;
    }

    .drak-static-hero__media img {
        max-height: 170px;
    }
}
