.sky-rob-wrap,
.sky-rob-wrap * {
    box-sizing: border-box;
}

.sky-rob-wrap {
    width: 100%;
}

.sky-rob-banner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: linear-gradient(105deg, #f4f7ff 0%, #f8f9f5 58%, #fff7c7 100%);
    border: 1px solid #e2e9f6;
    border-radius: 42px;
    padding: 48px 44px;
    min-height: 465px;
    isolation: isolate;
}

.sky-rob-banner::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -7%;
    bottom: -34%;
    width: 47%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 221, 74, .24) 0%, rgba(255, 221, 74, 0) 70%);
    pointer-events: none;
}

.sky-rob-content {
    position: relative;
    z-index: 2;
    width: 62%;
    min-width: 0;
}

.sky-rob-eyebrow {
    margin: 0 0 14px;
    color: #082780;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.sky-rob-heading {
    margin: 0 0 20px;
    max-width: 650px;
    color: #032052;
    font-family: Arial, sans-serif;
    font-size: 57px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -2px;
    overflow-wrap: anywhere;
}

.sky-rob-description {
    margin: 0 0 32px;
    max-width: 650px;
    color: #38527f;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.58;
    overflow-wrap: anywhere;
}

.sky-rob-description p {
    margin: 0;
    color: inherit;
    font: inherit;
}

.sky-rob-description p + p {
    margin-top: .75em;
}

.sky-rob-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sky-rob-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    padding: 17px 23px;
    color: #fff;
    background-color: #12349b;
    border: 2px solid #12349b;
    border-radius: 999px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    cursor: pointer;
}

.sky-rob-button:hover,
.sky-rob-button:focus,
.sky-rob-button:focus-visible {
    color: #12349b;
    background-color: #fff;
    border-color: #12349b;
    text-decoration: none;
    outline: none;
    transform: translateY(-3px);
}

.sky-rob-button:focus-visible {
    box-shadow: 0 0 0 4px rgba(18, 52, 155, .2);
}

.sky-rob-button-text {
    min-width: 0;
    overflow-wrap: anywhere;
}

.sky-rob-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
    transition: transform .25s ease;
}

.sky-rob-button-icon i,
.sky-rob-button-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    color: currentColor;
    fill: currentColor;
}

.sky-rob-button:hover .sky-rob-button-icon,
.sky-rob-button:focus-visible .sky-rob-button-icon {
    transform: translateX(3px);
}

.sky-rob-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32%;
    min-width: 0;
}

.sky-rob-badge-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sky-rob-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    max-width: 100%;
    aspect-ratio: 1;
    padding: 16px;
    color: #05269b;
    background-color: #ffd633;
    border-radius: 38px;
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    transform: rotate(-5deg);
    box-shadow: 0 22px 48px rgba(220, 184, 20, .14);
    transform-origin: center;
    overflow-wrap: anywhere;
}

.sky-rob-has-float .sky-rob-badge-wrap {
    animation: sky-rob-float 4s ease-in-out infinite;
}

@keyframes sky-rob-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -9px; }
}

@media (max-width: 1024px) {
    .sky-rob-banner {
        min-height: 420px;
        padding: 42px 34px;
    }

    .sky-rob-heading {
        font-size: 45px;
    }

    .sky-rob-badge {
        width: 150px;
        height: 150px;
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .sky-rob-banner {
        flex-direction: column;
        min-height: 0;
        padding: 34px 24px;
        row-gap: 34px;
        border-radius: 30px;
    }

    .sky-rob-content,
    .sky-rob-visual {
        width: 100% !important;
    }

    .sky-rob-heading {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .sky-rob-description {
        font-size: 17px;
        line-height: 1.55;
    }

    .sky-rob-visual {
        min-height: 145px;
    }

    .sky-rob-badge {
        width: 135px;
        height: 135px;
        font-size: 36px;
        border-radius: 30px;
    }

    .sky-rob-mobile-order-badge-first .sky-rob-visual {
        order: -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sky-rob-button,
    .sky-rob-button-icon,
    .sky-rob-badge-wrap {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    .sky-rob-button:hover,
    .sky-rob-button:focus-visible {
        transform: none !important;
    }
}
