/* Scoped styles for SoftOrbits-style landing blocks under RawWorkflow header/footer */
.rw-ai-landing {
    font-size: 1rem;
    line-height: 1.6;
    color: #18181b;
}

.rw-ai-landing .bg-gradient {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #0f172a 100%);
}

.rw-ai-landing .section.header-slider {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.rw-ai-landing .header-slider .lft,
.rw-ai-landing .header-slider .rgt {
    flex: 1 1 100%;
    max-width: 640px;
}

@media (min-width: 1200px) {
    .rw-ai-landing .header-slider .container-wide {
        max-width: 1200px;
    }
    .rw-ai-landing .header-slider .lft {
        max-width: 520px;
    }
}

.rw-ai-landing .img-text-cont .img-cont img,
.rw-ai-landing .img-text-cont .img-cont video {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
}

.rw-ai-landing .bg-dark2 {
    background: #0f172a;
}

.rw-ai-landing .par {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.rw-ai-landing .hvrbox {
    position: relative;
    overflow: hidden;
}

.rw-ai-landing .hvrbox-layer_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.rw-ai-landing .hvrbox:hover .hvrbox-layer_top {
    opacity: 1;
}

.rw-ai-landing .hvrbox-layer_slideup {
    transform: translateY(100%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.rw-ai-landing .hvrbox:hover .hvrbox-layer_slideup {
    transform: translateY(0);
}

.rw-ai-landing .border-bg {
    border: 1px solid #e4e4e7;
    border-radius: 0.75rem;
    padding: 1rem;
    background: #fff;
}

.rw-ai-landing .shadow-xxl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.rw-ai-landing .benefits-header .box {
    background: #fafafa;
    border-radius: 1rem;
    padding: 1rem;
}

.rw-ai-landing .card.white {
    background: #fff;
}

.rw-ai-landing .v-list {
    list-style: disc;
    padding-left: 1.25rem;
}

.rw-ai-landing .bold {
    font-weight: 600;
}

.rw-ai-landing .AI-Prowered {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.15);
    color: #ea580c;
}

/* Bootstrap Reboot uses font-size: inherit on headings; restore scale for legacy landing blocks */
.rw-ai-landing .container h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.rw-ai-landing .container h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
}

.rw-ai-landing .container h3 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.35;
}

.rw-ai-landing .display-4 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .rw-ai-landing .display-4 {
        font-size: 2.75rem;
    }
}

.rw-ai-landing .lead {
    font-size: 1.125rem;
    font-weight: 400;
}
