:root {
    --yes-primary: #0f527f;
    --yes-primary-dark: #08344f;
    --yes-primary-light: #eaf4fb;
    --yes-secondary: #1685ad;
    --yes-accent: #d4a439;
    --yes-text: #20364a;
    --yes-muted: #718397;
}

.yes-hero {
    position: relative;
    display: flex;
    min-height: 620px;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(
            circle at 85% 22%,
            rgba(28, 145, 181, 0.28),
            transparent 26%
        ),
        radial-gradient(
            circle at 16% 78%,
            rgba(212, 164, 57, 0.15),
            transparent 24%
        ),
        linear-gradient(
            125deg,
            #062b43 0%,
            #0b4b72 52%,
            #0d6489 100%
        );
}

.yes-hero::before,
.yes-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 50%;
}

.yes-hero::before {
    top: -210px;
    left: -150px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 0 0 70px rgba(255, 255, 255, 0.025),
        0 0 0 140px rgba(255, 255, 255, 0.018);
}

.yes-hero::after {
    right: -170px;
    bottom: -250px;
    width: 520px;
    height: 520px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.yes-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.13;
    pointer-events: none;
    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: 46px 46px;
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000,
        transparent 96%
    );
    mask-image: linear-gradient(
        to bottom,
        #000,
        transparent 96%
    );
}

.yes-hero-container {
    position: relative;
    z-index: 2;
    padding-top: 52px;
    padding-bottom: 52px;
}

.yes-hero-content {
    max-width: 675px;
}

.yes-hero-eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 19px;
    padding: 9px 15px;
    color: #f8dc8c;
    font-size: 0.87rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(9px);
}

.yes-hero h1 {
    max-width: 720px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.45rem, 5vw, 4.55rem);
    font-weight: 900;
    line-height: 1.17;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.yes-hero h1 span {
    display: block;
    margin-top: 4px;
    color: #f3c85e;
}

.yes-hero-content > p {
    max-width: 640px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 2;
}

.yes-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.yes-hero-primary,
.yes-hero-secondary {
    display: inline-flex;
    min-height: 53px;
    gap: 9px;
    align-items: center;
    justify-content: center;
    padding: 13px 21px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 14px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.yes-hero-primary {
    color: var(--yes-primary-dark);
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 13px 30px rgba(3, 20, 32, 0.24);
}

.yes-hero-primary:hover {
    color: var(--yes-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(3, 20, 32, 0.30);
}

.yes-hero-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8px);
}

.yes-hero-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.yes-hero-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.86rem;
}

.yes-hero-assurance span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.yes-hero-assurance i {
    color: #f3c85e;
}

.yes-hero-visual {
    position: relative;
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}

.yes-hero-glow {
    position: absolute;
    width: min(430px, 84%);
    aspect-ratio: 1;
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.13),
            rgba(255, 255, 255, 0.035) 58%,
            transparent 70%
        );
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(255, 255, 255, 0.025),
        0 0 90px rgba(33, 166, 204, 0.18);
}

.yes-hero-orbit {
    position: absolute;
    width: min(480px, 93%);
    aspect-ratio: 1;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.yes-hero-image {
    position: relative;
    z-index: 2;
    width: min(100%, 630px);
    height: auto;
    max-height: 535px;
    object-fit: contain;
    filter: drop-shadow(0 29px 36px rgba(0, 0, 0, 0.26));
    animation: yesHeroFloat 5.8s ease-in-out infinite;
}

.yes-hero-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 15px;
    color: var(--yes-text);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 15px;
    box-shadow: 0 15px 34px rgba(1, 21, 34, 0.22);
    backdrop-filter: blur(10px);
}

.yes-hero-floating-card > span {
    display: inline-flex;
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: var(--yes-primary);
    font-size: 1.05rem;
    background: var(--yes-primary-light);
    border-radius: 12px;
}

.yes-hero-floating-card small,
.yes-hero-floating-card strong {
    display: block;
}

.yes-hero-floating-card small {
    color: var(--yes-muted);
    font-size: 0.71rem;
}

.yes-hero-floating-card strong {
    margin-top: 1px;
    font-size: 0.86rem;
}

.yes-hero-card-membership {
    top: 62px;
    left: 3px;
}

.yes-hero-card-training {
    right: 8px;
    bottom: 64px;
}

@keyframes yesHeroFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 991.98px) {
    .yes-hero {
        min-height: auto;
        text-align: center;
    }

    .yes-hero-container {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .yes-hero-content {
        max-width: 760px;
        margin-inline: auto;
    }

    .yes-hero-content > p {
        margin-inline: auto;
    }

    .yes-hero-actions,
    .yes-hero-assurance {
        justify-content: center;
    }

    .yes-hero-visual {
        min-height: 420px;
    }

    .yes-hero-card-membership {
        left: 8%;
    }

    .yes-hero-card-training {
        right: 8%;
    }
}

@media (max-width: 767.98px) {
    .yes-hero-container {
        padding-top: 42px;
        padding-bottom: 45px;
    }

    .yes-hero h1 {
        font-size: 2.25rem;
    }

    .yes-hero-content > p {
        font-size: 0.96rem;
        line-height: 1.9;
    }

    .yes-hero-actions {
        display: grid;
    }

    .yes-hero-primary,
    .yes-hero-secondary {
        width: 100%;
    }

    .yes-hero-assurance {
        gap: 8px 12px;
        font-size: 0.75rem;
    }

    .yes-hero-visual {
        min-height: 330px;
        margin-top: 14px;
    }

    .yes-hero-image {
        max-height: 365px;
    }

    .yes-hero-glow {
        width: 300px;
    }

    .yes-hero-orbit {
        width: 330px;
    }

    .yes-hero-floating-card {
        display: none;
    }
}

@media (max-width: 480px) {
    .yes-hero h1 {
        font-size: 2rem;
    }

    .yes-hero-eyebrow {
        font-size: 0.78rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yes-hero-image {
        animation: none;
    }
}
