.obot-hero-v2 {
    box-sizing: border-box;
    position: relative;
    isolation: isolate;
    display: flex;
    width: 100vw;
    max-width: none !important;
    min-height: 556px;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 64px 28px 72px;
    background: #03060d;
    color: #f4f7fc;
    text-align: center;
}

.obot-hero-v2.alignfull {
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

body .is-layout-constrained > .wp-block-oboto-hero-v2.obot-hero-v2,
body .is-layout-flow > .wp-block-oboto-hero-v2.obot-hero-v2,
body .wp-site-blocks .wp-block-post-content > .wp-block-oboto-hero-v2.obot-hero-v2 {
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

.obot-hero-v2 *,
.obot-hero-v2 *::before,
.obot-hero-v2 *::after {
    box-sizing: border-box;
}

.obot-hero-v2__rain {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.obot-hero-v2__rain::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 22%, rgba(3, 6, 13, 0.16) 72%, rgba(3, 6, 13, 0.5) 100%);
}

.obot-hero-v2__rain-lines,
.obot-hero-v2__rain-line,
.obot-hero-v2__rain-label {
    position: absolute;
    top: 0;
    left: 0;
}

.obot-hero-v2__rain-lines {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.obot-hero-v2__rain-line {
    display: block;
    border-radius: 999px;
    transform-origin: center top;
    will-change: transform, opacity;
}

.obot-hero-v2__rain-label {
    color: #ff4d4d;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
    will-change: transform, opacity;
}

.obot-hero-v2__inner {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    max-width: 760px;
    flex-direction: column;
    align-items: center;
}

.obot-hero-v2__eyebrow {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    padding: 7px 14px;
    border: 1px solid rgba(91, 155, 255, 0.35);
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.1);
    color: #a9c4ff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.obot-hero-v2__eyebrow-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #5b9bff;
    box-shadow: 0 0 8px rgba(91, 155, 255, 0.78);
}

.obot-hero-v2__title {
    width: 100%;
    max-width: 760px;
    margin: 0;
    color: #f4f7fc;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.obot-hero-v2__text {
    width: 100%;
    max-width: 590px;
    margin: 22px 0 0;
    color: #a0aec0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.obot-hero-v2__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}

.obot-hero-v2__button {
    display: inline-flex;
    min-height: 48px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.obot-hero-v2__button--primary {
    padding-right: 26px;
    padding-left: 26px;
    background: linear-gradient(135deg, #3b82f6, #5468f5);
    box-shadow: 0 12px 32px rgba(59, 130, 246, 0.4);
    color: #ffffff;
    font-weight: 700;
}

.obot-hero-v2__button--secondary {
    border-color: rgba(255, 255, 255, 0.18);
    background: #c8d2e6;
    color: #101729;
}

.obot-hero-v2__button:hover,
.obot-hero-v2__button:focus-visible {
    transform: translateY(-2px);
}

.obot-hero-v2__button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.obot-hero-v2__button--primary:hover,
.obot-hero-v2__button--primary:focus-visible {
    box-shadow: 0 16px 40px rgba(59, 130, 246, 0.5);
}

.obot-hero-v2__button--secondary:hover,
.obot-hero-v2__button--secondary:focus-visible {
    border-color: rgba(255, 255, 255, 0.35);
    background: #e0e7f3;
}

.obot-hero-v2__button-arrow {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    transition: transform 200ms ease;
}

.obot-hero-v2__button-arrow::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    width: 11px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.obot-hero-v2__button-arrow::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 2px;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.obot-hero-v2__button:hover .obot-hero-v2__button-arrow,
.obot-hero-v2__button:focus-visible .obot-hero-v2__button-arrow {
    transform: translateX(3px);
}

.obot-hero-v2__placeholder {
    display: flex;
    width: 100%;
    max-width: 760px;
    min-height: 140px;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px dashed rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 960px) {
    .obot-hero-v2 {
        min-height: 540px;
        padding-top: 60px;
        padding-bottom: 64px;
    }

    .obot-hero-v2__title {
        max-width: 680px;
        font-size: 50px;
        line-height: 1.08;
    }
}

@media (max-width: 680px) {
    .obot-hero-v2 {
        min-height: 520px;
        padding: 56px 18px 60px;
    }

    .obot-hero-v2__eyebrow {
        margin-bottom: 24px;
        font-size: 12px;
    }

    .obot-hero-v2__title {
        font-size: 36px;
        line-height: 1.12;
    }

    .obot-hero-v2__text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.55;
    }

    .obot-hero-v2__actions {
        width: 100%;
        max-width: 320px;
        flex-direction: column;
        margin-top: 30px;
    }

    .obot-hero-v2__button {
        width: 100%;
    }

    .obot-hero-v2__rain-label {
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .obot-hero-v2__button,
    .obot-hero-v2__button-arrow {
        transition-duration: 0s;
    }
}
