:root {
    --ow-bg: #020817;
    --ow-bg-soft: #071328;
    --ow-panel: rgba(7, 19, 40, 0.82);
    --ow-line: rgba(0, 212, 255, 0.18);
    --ow-line-strong: rgba(0, 212, 255, 0.42);
    --ow-text: #f7fbff;
    --ow-muted: #aab8cf;
    --ow-blue: #0057ff;
    --ow-cyan: #00aeef;
    --ow-electric: #00d4ff;
    --ow-shadow: 0 28px 90px rgba(0, 87, 255, 0.22);
    --ow-nav-offset: 112px;
}

body:has(.ow-page) {
    background: var(--ow-bg);
}

.ow-page {
    min-height: 100vh;
    overflow: hidden;
    color: var(--ow-text);
    background:
        linear-gradient(180deg, #ffffff 0 42rem, transparent 42rem),
        radial-gradient(circle at 12% 8%, rgba(0, 87, 255, 0.12), transparent 30rem),
        radial-gradient(circle at 85% 12%, rgba(0, 212, 255, 0.18), transparent 30rem),
        linear-gradient(180deg, #020817 0%, #041026 48%, #020817 100%);
    font-family: "Manrope", "Inter", sans-serif;
}

.ow-page h1,
.ow-page h2,
.ow-page h3,
.ow-page strong {
    font-family: "Inter", "Manrope", sans-serif;
    letter-spacing: 0;
}

.ow-page p {
    color: var(--ow-muted);
    font-size: clamp(1.05rem, 1vw, 1.18rem);
    line-height: 1.75;
}

.ow-page .container-premium {
    max-width: 1440px;
    padding-inline: clamp(1.25rem, 4vw, 4rem);
}

.ow-nav {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(2, 8, 23, 0.06);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(24px) saturate(160%);
    transition: background 260ms ease, border-color 260ms ease, padding 260ms ease, box-shadow 260ms ease;
}

.ow-nav.is-scrolled,
.ow-nav:has(.navbar-collapse.show) {
    padding: 0.5rem 0;
    border-color: rgba(2, 8, 23, 0.1);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 54px rgba(2, 8, 23, 0.1);
}

.ow-nav .container-premium {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ow-brand img {
    width: 180px;
    height: auto;
    object-fit: contain;
    filter: none;
}

.ow-nav .navbar-collapse {
    align-items: center;
    gap: 1.25rem;
}

.ow-nav .navbar-nav {
    gap: 0.2rem;
    padding: 0.35rem;
    border: 1px solid rgba(2, 8, 23, 0.08);
    border-radius: 999px;
    background: rgba(247, 250, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.ow-nav .nav-link {
    position: relative;
    color: rgba(2, 8, 23, 0.7) !important;
    margin: 0;
    padding: 0.68rem 1rem !important;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ow-nav .nav-link:hover,
.ow-nav .nav-link:focus {
    color: #020817 !important;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(2, 8, 23, 0.08);
}

.ow-toggler {
    display: grid;
    place-items: center;
    color: #020817;
    border: 1px solid rgba(2, 8, 23, 0.14);
    border-radius: 999px;
    width: 48px;
    height: 48px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(2, 8, 23, 0.08);
}

.ow-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 87, 255, 0.12);
}

.ow-toggler i {
    font-size: 1.8rem;
    line-height: 1;
}

.ow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 54px;
    padding: 0.9rem 1.45rem;
    border-radius: 999px;
    font-weight: 900;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.ow-btn:hover {
    transform: translateY(-2px);
}

.ow-btn-primary {
    color: #ffffff;
    border: 1px solid rgba(0, 212, 255, 0.48);
    background: linear-gradient(135deg, var(--ow-blue), var(--ow-cyan) 70%, var(--ow-electric));
    box-shadow: 0 16px 45px rgba(0, 87, 255, 0.34), 0 0 32px rgba(0, 212, 255, 0.18);
}

.ow-nav .ow-btn-primary {
    min-height: 46px;
    margin-left: 0.75rem;
    padding: 0.75rem 1.2rem;
    font-size: 0.95rem;
    box-shadow: 0 12px 30px rgba(0, 87, 255, 0.22);
}

.ow-lang-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    margin-left: 0.75rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(2, 8, 23, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: rgba(2, 8, 23, 0.78);
    font-weight: 900;
    font-size: 0.86rem;
    line-height: 1;
    box-shadow: 0 10px 26px rgba(2, 8, 23, 0.08);
    transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ow-lang-toggle:hover,
.ow-lang-toggle:focus {
    transform: translateY(-2px);
    border-color: rgba(0, 87, 255, 0.22);
    color: var(--ow-blue);
    box-shadow: 0 14px 34px rgba(0, 87, 255, 0.12);
}

.ow-btn-primary:hover {
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 87, 255, 0.48), 0 0 42px rgba(0, 212, 255, 0.32);
}

.ow-btn-ghost {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.ow-btn-ghost:hover {
    color: #ffffff;
    border-color: rgba(0, 212, 255, 0.48);
    background: rgba(0, 174, 239, 0.16);
}

.ow-hero {
    position: relative;
    min-height: 100vh;
    isolation: isolate;
    color: var(--ow-text);
    background: #020817;
    overflow: hidden;
}

.ow-hero-bg,
.ow-hero-bg .carousel-inner,
.ow-hero-bg .carousel-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ow-hero-bg {
    z-index: 0;
}

.ow-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 94% center;
    filter: saturate(0.95) contrast(1.08);
    transform: scale(1.02);
}

.ow-hero-bg img.ow-hero-img-top {
    object-position: 94% 18%;
}

.ow-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(2, 8, 23, 0.92) 0%, rgba(2, 8, 23, 0.76) 42%, rgba(2, 8, 23, 0.38) 100%),
        linear-gradient(180deg, rgba(2, 8, 23, 0.34) 0%, rgba(2, 8, 23, 0.74) 100%),
        radial-gradient(circle at 28% 42%, rgba(0, 87, 255, 0.28), transparent 28rem),
        radial-gradient(circle at 72% 34%, rgba(0, 212, 255, 0.16), transparent 24rem);
}

.ow-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 212, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.07) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 75%);
}

.ow-hero-bg .carousel-indicators {
    right: auto;
    bottom: clamp(2rem, 5vw, 4rem);
    left: clamp(1.25rem, 4vw, 4rem);
    z-index: 4;
    justify-content: flex-start;
    margin: 0;
}

.ow-hero-bg .carousel-indicators [data-bs-target] {
    width: 42px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background-color: #ffffff;
    opacity: 0.45;
}

.ow-hero-bg .carousel-indicators .active {
    background-color: var(--ow-electric);
    opacity: 1;
}

.ow-hero-content {
    position: relative;
    z-index: 3;
}

.ow-hero-content .row {
    min-height: 100svh;
    padding-top: calc(var(--ow-nav-offset) + clamp(2.5rem, 7vh, 4.5rem));
    padding-bottom: clamp(6rem, 10vh, 8rem);
}

.ow-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    color: var(--ow-electric);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ow-kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, var(--ow-blue), var(--ow-electric));
    box-shadow: 0 0 18px rgba(0, 212, 255, 0.72);
}

.ow-hero-title {
    max-width: 820px;
    margin-bottom: 1.45rem;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 5.6rem);
    line-height: 0.98;
    font-weight: 900;
}

.ow-hero-copy {
    max-width: 650px;
    margin-bottom: 2.15rem;
    color: #d8e5f8;
    font-size: clamp(1.08rem, 1.2vw, 1.32rem);
}

.ow-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ow-section {
    position: relative;
    padding: clamp(5rem, 9vw, 9rem) 0;
}

.ow-section::before {
    content: "";
    position: absolute;
    inset: auto -12rem 8% auto;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    background: rgba(0, 87, 255, 0.12);
    filter: blur(100px);
    pointer-events: none;
}

.ow-section-head {
    max-width: 820px;
    margin-bottom: clamp(2rem, 5vw, 4rem);
}

.ow-section-head-wide {
    max-width: 1040px;
}

.ow-section-head h2,
.ow-why h2,
.ow-contact-copy h2 {
    color: var(--ow-text);
    font-size: clamp(2rem, 3.2vw, 3.7rem);
    line-height: 1.08;
    font-weight: 900;
}

.ow-section-head p,
.ow-why p,
.ow-contact-copy p {
    max-width: 780px;
    margin-top: 1.35rem;
}

.ow-clients {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 7vw, 6.5rem) 0;
    background:
        radial-gradient(circle at 14% 0%, rgba(0, 87, 255, 0.1), transparent 28rem),
        radial-gradient(circle at 86% 18%, rgba(0, 212, 255, 0.1), transparent 24rem),
        linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.ow-clients::before {
    display: none;
}

.ow-clients-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.ow-clients-head h2 {
    max-width: 740px;
    margin: 0;
    color: #020817;
    font-size: clamp(2rem, 3.5vw, 4rem);
    line-height: 1.04;
    font-weight: 900;
}

.ow-clients-copy p {
    margin: 0;
    color: #5c6a82;
    font-size: 1.08rem;
    line-height: 1.7;
    font-weight: 700;
}

.ow-clients-copy {
    padding: 1.25rem;
    border: 1px solid rgba(0, 87, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 48px rgba(2, 8, 23, 0.06);
    backdrop-filter: blur(16px);
}

.ow-clients-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 1.15rem;
}

.ow-clients-proof span {
    display: grid;
    gap: 0.2rem;
    min-height: 74px;
    padding: 0.8rem;
    border: 1px solid rgba(0, 87, 255, 0.08);
    border-radius: 16px;
    background: #ffffff;
}

.ow-clients-proof strong {
    color: #06142c;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 900;
}

.ow-clients-proof small {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.ow-clients .ow-kicker {
    color: var(--ow-blue);
}

.ow-logo-marquee {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 1rem 0;
    border: 1px solid rgba(0, 87, 255, 0.1);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.92)),
        #ffffff;
    box-shadow: 0 28px 80px rgba(2, 8, 23, 0.09);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.ow-logo-marquee::before,
.ow-logo-marquee::after {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    z-index: 2;
    width: 6rem;
    pointer-events: none;
}

.ow-logo-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
}

.ow-logo-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff, transparent);
}

.ow-logo-track {
    display: flex;
    gap: 1rem;
    padding-inline: 1rem;
    width: max-content;
    animation: ow-marquee 42s linear infinite;
}

.ow-logo-item {
    display: grid;
    place-items: center;
    min-width: 230px;
    height: 132px;
    padding: 1.2rem 2.1rem;
    border: 1px solid rgba(2, 8, 23, 0.06);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 14px 36px rgba(2, 8, 23, 0.055);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ow-logo-item img {
    max-width: 172px;
    max-height: 68px;
    object-fit: contain;
    filter: none;
    opacity: 0.92;
    transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.ow-logo-item:hover img {
    opacity: 1;
    transform: translateY(-4px) scale(1.03);
}

.ow-logo-item:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 255, 0.16);
    box-shadow: 0 20px 46px rgba(0, 87, 255, 0.09);
}

@keyframes ow-marquee {
    to {
        transform: translateX(-50%);
    }
}

.ow-service-areas {
    display: grid;
    gap: 1.25rem;
}

.ow-service-area {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1.1fr) minmax(240px, 0.78fr);
    gap: clamp(1rem, 2.4vw, 2.25rem);
    padding: clamp(1.5rem, 3vw, 2.35rem);
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.ow-service-area::after {
    content: "";
    position: absolute;
    inset: auto -12% -45% 35%;
    height: 12rem;
    background: rgba(0, 212, 255, 0.14);
    filter: blur(70px);
    opacity: 0;
    transition: opacity 220ms ease;
}

.ow-service-area:hover {
    transform: translateY(-4px);
    border-color: var(--ow-line-strong);
    background:
        linear-gradient(135deg, rgba(0, 87, 255, 0.18), rgba(0, 212, 255, 0.035)),
        rgba(7, 19, 40, 0.9);
    box-shadow: var(--ow-shadow);
}

.ow-service-area:hover::after {
    opacity: 1;
}

.ow-service-area-main {
    position: relative;
    z-index: 1;
}

.ow-service-area-main > span {
    display: inline-flex;
    margin-bottom: 1.1rem;
    color: var(--ow-electric);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ow-service-area-main i {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 1.35rem;
    color: var(--ow-electric);
    border: 1px solid var(--ow-line);
    background: rgba(0, 212, 255, 0.05);
    font-size: 1.65rem;
}

.ow-service-area-main h3 {
    margin-bottom: 0.85rem;
    color: var(--ow-text);
    font-size: clamp(1.65rem, 2.2vw, 2.35rem);
    font-weight: 900;
}

.ow-service-area-main p {
    margin: 0;
    max-width: 520px;
    font-size: 1.04rem;
}

.ow-service-area-items {
    position: relative;
    z-index: 1;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.ow-service-area-items span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    min-height: 42px;
    padding: 0.62rem 0.9rem 0.62rem 0.68rem;
    border: 1px solid rgba(0, 212, 255, 0.16);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
        rgba(255, 255, 255, 0.04);
    color: #dce9fb;
    font-size: 0.94rem;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 28px rgba(0, 0, 0, 0.12);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ow-service-area-items span::before {
    content: "\F26E";
    display: inline-grid;
    flex: 0 0 24px;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 212, 255, 0.26);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.22), transparent 42%),
        rgba(0, 212, 255, 0.09);
    color: var(--ow-electric);
    font-family: "bootstrap-icons";
    font-size: 0.78rem;
    font-weight: 900;
}

.ow-service-area-items span:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 212, 255, 0.36);
    background:
        linear-gradient(135deg, rgba(0, 87, 255, 0.2), rgba(0, 212, 255, 0.08)),
        rgba(0, 174, 239, 0.12);
    color: #ffffff;
    box-shadow: 0 16px 36px rgba(0, 87, 255, 0.16);
}

.ow-service-area-items span:hover::before {
    border-color: rgba(0, 212, 255, 0.5);
    background: linear-gradient(135deg, var(--ow-blue), var(--ow-electric));
    color: #ffffff;
}

.ow-service-area-media {
    position: relative;
    z-index: 1;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid rgba(0, 212, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 55px rgba(0, 0, 0, 0.18);
}

.ow-service-area-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 8, 23, 0.04), rgba(2, 8, 23, 0.48)),
        radial-gradient(circle at 25% 25%, rgba(0, 212, 255, 0.18), transparent 45%);
    pointer-events: none;
}

.ow-service-area-media img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    transform: scale(1.02);
    filter: saturate(0.95) contrast(1.05);
    transition: transform 320ms ease, filter 320ms ease;
}

.ow-service-area-media img.ow-service-area-img-sap {
    object-position: 72% center;
}

.ow-service-area:hover .ow-service-area-media img {
    transform: scale(1.07);
    filter: saturate(1.05) contrast(1.08);
}

.ow-why {
    position: relative;
    overflow: hidden;
    color: #06142c;
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 87, 255, 0.09), transparent 28rem),
        radial-gradient(circle at 86% 8%, rgba(0, 212, 255, 0.11), transparent 26rem),
        linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.ow-why::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 87, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 87, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
    pointer-events: none;
}

.ow-why .row {
    position: relative;
    z-index: 1;
}

.ow-why .ow-kicker {
    color: var(--ow-blue);
}

.ow-why h2 {
    max-width: 720px;
    color: #06142c;
}

.ow-why p {
    max-width: 650px;
    color: #526070;
}

.ow-why-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.85rem;
}

.ow-why-points button {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 42px;
    padding: 0.7rem 0.95rem;
    border: 1px solid rgba(0, 87, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #16304f;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 36px rgba(0, 87, 255, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ow-why-points button:hover,
.ow-why-points button:focus {
    transform: translateY(-2px);
    border-color: rgba(0, 87, 255, 0.3);
    box-shadow: 0 18px 42px rgba(0, 87, 255, 0.14);
}

.ow-why-points i {
    color: var(--ow-blue);
}

.ow-info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.ow-info-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.72rem 1.05rem;
    border: 1px solid rgba(0, 87, 255, 0.16);
    border-radius: 999px;
    background: #071328;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(2, 8, 23, 0.12);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ow-info-actions button:hover,
.ow-info-actions button:focus {
    transform: translateY(-2px);
    border-color: rgba(0, 212, 255, 0.42);
    box-shadow: 0 18px 44px rgba(0, 87, 255, 0.16);
}

.ow-info-actions i {
    color: var(--ow-electric);
}

.ow-swal-section-icon {
    width: 74px;
    height: 74px;
    margin: 1.45rem auto 0.7rem;
    border: 1px solid rgba(0, 212, 255, 0.28);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(0, 87, 255, 0.24), rgba(0, 212, 255, 0.12));
    color: #00d4ff;
    box-shadow: 0 20px 54px rgba(0, 87, 255, 0.22);
}

.ow-swal-section-icon .swal2-icon-content,
.ow-swal-section-icon i {
    font-size: 2rem;
    line-height: 1;
}

.ow-swal-check-list {
    display: grid;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.ow-swal-check-list li {
    position: relative;
    padding-left: 2.25rem;
    color: rgba(247, 251, 255, 0.88);
    line-height: 1.55;
}

.ow-swal-check-list li::before {
    content: "\F26A";
    position: absolute;
    left: 0;
    top: 0.1rem;
    display: inline-grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.13);
    color: #00d4ff;
    font-family: "bootstrap-icons";
    font-size: 0.86rem;
    line-height: 1;
}

.ow-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 2.3rem;
}

.ow-proof {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 0.95rem;
    min-height: 82px;
    padding: 1rem;
    border: 1px solid rgba(0, 87, 255, 0.1);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.92)),
        #ffffff;
    box-shadow: 0 18px 48px rgba(2, 8, 23, 0.08);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ow-proof::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 18px 0 0 18px;
    background: linear-gradient(180deg, var(--ow-blue), var(--ow-electric));
}

.ow-proof:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 255, 0.22);
    box-shadow: 0 22px 60px rgba(0, 87, 255, 0.12);
}

.ow-proof-number,
.ow-proof span {
    position: relative;
    z-index: 1;
}

.ow-proof-number {
    display: inline-flex;
    align-items: baseline;
    color: #06142c;
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.ow-proof-suffix {
    margin-left: 0.08rem;
    color: var(--ow-blue);
    font-size: 1.45rem;
    font-weight: 900;
}

.ow-proof span {
    display: block;
    margin-top: 0;
    color: #526070;
    font-size: 0.88rem;
    line-height: 1.25;
    font-weight: 900;
}

.ow-image-module {
    position: relative;
    min-height: 580px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border: 1px solid rgba(0, 87, 255, 0.14);
    border-radius: 28px;
    box-shadow: 0 34px 100px rgba(2, 8, 23, 0.16);
}

.ow-image-module::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 8, 23, 0.18), rgba(2, 8, 23, 0.84)),
        linear-gradient(90deg, rgba(0, 87, 255, 0.34), transparent 62%);
}

.ow-image-module::after {
    content: "";
    position: absolute;
    inset: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    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: 54px 54px;
    mask-image: linear-gradient(180deg, #000, transparent 76%);
    pointer-events: none;
}

.ow-image-module-ops {
    background-image: url("../img/optimized/solucion-cloud.jpg");
}

.ow-status-card {
    position: absolute;
    right: 1.4rem;
    bottom: 1.4rem;
    z-index: 1;
    max-width: 360px;
    padding: 1.35rem;
    border: 1px solid rgba(0, 212, 255, 0.34);
    border-radius: 18px;
    background: rgba(2, 8, 23, 0.86);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.ow-image-module-panel {
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    z-index: 1;
    max-width: 360px;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(2, 8, 23, 0.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.ow-image-module-panel span {
    color: var(--ow-electric);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ow-image-module-panel strong {
    display: block;
    margin-top: 0.5rem;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.15;
}

.ow-status-card span {
    color: var(--ow-electric);
    font-weight: 900;
    text-transform: uppercase;
}

.ow-status-card strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--ow-text);
    font-size: 1.45rem;
}

.ow-ops-stack {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: grid;
    width: min(420px, calc(100% - 3rem));
    gap: 0.85rem;
    transform: translate(-50%, -50%);
}

.ow-ops-stack div {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    column-gap: 0.9rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.ow-ops-stack div:nth-child(2) {
    margin-left: 2.5rem;
}

.ow-ops-stack i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ow-blue), var(--ow-electric));
    color: #ffffff;
    font-size: 1.2rem;
}

.ow-ops-stack span {
    color: var(--ow-electric);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ow-ops-stack strong {
    color: #ffffff;
    font-size: 1.08rem;
}

.ow-tech {
    overflow: hidden;
}

.ow-tech-showcase {
    position: relative;
    display: grid;
    gap: 1.1rem;
    padding: 1.25rem 0;
}

.ow-tech-showcase::before {
    content: "";
    position: absolute;
    inset: -4rem 8% auto;
    height: 14rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 87, 255, 0.28), rgba(0, 212, 255, 0.16));
    filter: blur(80px);
    pointer-events: none;
}

.ow-tech-marquee {
    position: relative;
    overflow: hidden;
    padding: 0.35rem 0;
    mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.ow-tech-track {
    display: flex;
    width: max-content;
    gap: 1rem;
    animation: ow-tech-scroll 38s linear infinite;
}

.ow-tech-marquee-reverse .ow-tech-track {
    animation-direction: reverse;
    animation-duration: 44s;
}

.ow-tech-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 220px;
    min-height: 92px;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(0, 212, 255, 0.14);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
        rgba(7, 19, 40, 0.74);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.ow-tech-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.ow-tech-item:hover {
    transform: translateY(-5px);
    border-color: var(--ow-line-strong);
    background:
        linear-gradient(135deg, rgba(0, 87, 255, 0.18), rgba(0, 212, 255, 0.06)),
        rgba(7, 19, 40, 0.88);
    box-shadow: 0 24px 70px rgba(0, 87, 255, 0.18);
}

.ow-tech-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex: 0 0 auto;
    padding: 0.38rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    filter: grayscale(0.2) saturate(0.95);
    transition: filter 220ms ease, transform 220ms ease;
}

.ow-tech-item img.ow-tech-logo-wide {
    width: 88px;
    height: 48px;
    padding: 0.45rem 0.55rem;
}

.ow-tech-item:hover img {
    filter: none;
    transform: scale(1.08);
}

.ow-tech-item span {
    color: var(--ow-text);
    font-weight: 900;
    font-size: 1.02rem;
    white-space: nowrap;
}

@keyframes ow-tech-scroll {
    to {
        transform: translateX(-50%);
    }
}

.ow-case-bento {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    grid-template-rows: repeat(2, minmax(260px, auto));
    gap: 1.2rem;
}

.ow-case-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid rgba(0, 212, 255, 0.14);
    background: rgba(7, 19, 40, 0.78);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.ow-case-card-featured {
    grid-row: span 2;
    min-height: 620px;
}

.ow-case-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 212, 255, 0.42);
    box-shadow: var(--ow-shadow);
}

.ow-case-media {
    position: absolute;
    inset: 0;
}

.ow-case-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.95) contrast(1.08);
    transform: scale(1.02);
    transition: transform 420ms ease, filter 420ms ease;
}

.ow-case-card:hover .ow-case-media img {
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.1);
}

.ow-case-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 8, 23, 0.18), rgba(2, 8, 23, 0.92)),
        linear-gradient(90deg, rgba(0, 87, 255, 0.28), transparent 64%);
}

.ow-case-content {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(1.5rem, 3vw, 2.3rem);
}

.ow-case-topline {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    left: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ow-case-topline span,
.ow-case-topline small,
.ow-case-metric small {
    color: var(--ow-electric);
    font-weight: 900;
    text-transform: uppercase;
}

.ow-case-topline span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(0, 212, 255, 0.2);
    background: rgba(2, 8, 23, 0.58);
    backdrop-filter: blur(14px);
    font-size: 0.8rem;
}

.ow-case-topline span i {
    font-size: 1rem;
}

.ow-case-topline small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.1rem;
}

.ow-case-card h3 {
    max-width: 760px;
    margin: 0 0 1rem;
    color: var(--ow-text);
    font-size: clamp(1.7rem, 2.5vw, 3.35rem);
    line-height: 1.02;
    font-weight: 900;
}

.ow-case-card:not(.ow-case-card-featured) h3 {
    font-size: clamp(1.35rem, 1.7vw, 1.9rem);
}

.ow-case-card p {
    max-width: 700px;
    margin-bottom: 1.4rem;
    color: #c7d5ea;
}

.ow-case-card:not(.ow-case-card-featured) p {
    font-size: 1rem;
    line-height: 1.55;
}

.ow-case-metric {
    display: inline-flex;
    align-items: end;
    gap: 0.75rem;
}

.ow-case-metric strong {
    display: block;
    color: #ffffff;
    font-size: clamp(2.35rem, 4vw, 4.8rem);
    line-height: 0.9;
    font-weight: 900;
}

.ow-case-card:not(.ow-case-card-featured) .ow-case-metric strong {
    font-size: clamp(2rem, 3vw, 3rem);
}

.ow-case-metric small {
    padding-bottom: 0.25rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.ow-timeline {
    position: relative;
    display: grid;
    gap: 0;
    padding: 1rem 0;
}

.ow-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--ow-electric), rgba(0, 212, 255, 0.12), transparent);
    box-shadow: 0 0 24px rgba(0, 212, 255, 0.35);
}

.ow-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
    align-items: center;
    min-height: 180px;
    padding: 0.75rem 0;
}

.ow-timeline-item:nth-child(odd) .ow-timeline-card {
    grid-column: 1;
    text-align: right;
}

.ow-timeline-item:nth-child(even) .ow-timeline-card {
    grid-column: 3;
}

.ow-timeline-marker {
    grid-column: 2;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 2;
}

.ow-timeline-marker span {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    color: #ffffff;
    border: 1px solid rgba(0, 212, 255, 0.42);
    background:
        radial-gradient(circle at 35% 20%, rgba(0, 212, 255, 0.35), transparent 45%),
        linear-gradient(135deg, var(--ow-blue), #06142f);
    box-shadow: 0 0 34px rgba(0, 87, 255, 0.42), 0 0 18px rgba(0, 212, 255, 0.22);
    font-weight: 900;
    font-size: 1rem;
}

.ow-timeline-card {
    position: relative;
    padding: 1.65rem;
    border: 1px solid rgba(0, 212, 255, 0.14);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
        rgba(7, 19, 40, 0.78);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ow-timeline-card::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 42px;
    height: 1px;
    background: rgba(0, 212, 255, 0.35);
}

.ow-timeline-item:nth-child(odd) .ow-timeline-card::before {
    right: -42px;
}

.ow-timeline-item:nth-child(even) .ow-timeline-card::before {
    left: -42px;
}

.ow-timeline-item:hover .ow-timeline-card {
    transform: translateY(-4px);
    border-color: var(--ow-line-strong);
    box-shadow: var(--ow-shadow);
}

.ow-timeline-item h3 {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
    color: var(--ow-text);
    font-size: clamp(1.3rem, 1.8vw, 1.75rem);
    font-weight: 900;
}

.ow-timeline-item h3 i {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    color: var(--ow-electric);
    border: 1px solid rgba(0, 212, 255, 0.24);
    background: rgba(0, 212, 255, 0.07);
    font-size: 1.1rem;
}

.ow-timeline-item:nth-child(odd) h3 {
    flex-direction: row-reverse;
}

.ow-timeline-item p {
    margin: 0;
}

.ow-contact-shell {
    position: relative;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ow-contact {
    background: #f5f5f7;
}

.ow-contact::before {
    display: none;
}

.ow-contact-shell::before {
    display: none;
}

.ow-contact-shell::after {
    display: none;
}

.ow-contact-copy,
.ow-contact-form {
    position: relative;
    z-index: 1;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.ow-contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #06142c;
    background: transparent;
}

.ow-contact-copy .ow-kicker {
    color: var(--ow-blue);
}

.ow-contact-copy h2 {
    max-width: 620px;
    color: #06142c;
    font-size: clamp(2.2rem, 3.6vw, 4rem);
    line-height: 1.03;
}

.ow-contact-copy p {
    max-width: 620px;
    color: #526070;
}

.ow-contact-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 2.2rem 0 1.25rem;
}

.ow-contact-tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 42px;
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    background: #ffffff;
    color: #1d1d1f;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.ow-contact-tags span:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.ow-contact-tags i {
    color: var(--ow-blue);
}

.ow-contact-line {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    max-width: 420px;
    min-height: 54px;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(2, 8, 23, 0.06);
    border-radius: 14px;
    background: #ffffff;
    color: #1d1d1f;
    font-size: 1rem;
    font-weight: 800;
    backdrop-filter: blur(16px);
}

.ow-contact-line i {
    display: grid;
    flex: 0 0 34px;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(0, 87, 255, 0.08);
    color: var(--ow-blue);
}

.ow-contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(2, 8, 23, 0.06);
    border-radius: 30px;
    background: #ffffff;
    padding: clamp(2rem, 4vw, 3rem);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
}

.ow-form-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(2, 8, 23, 0.08);
}

.ow-form-head span {
    color: var(--ow-blue);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ow-form-head h3 {
    margin-top: 0.35rem;
    color: #06142c;
    font-size: clamp(1.55rem, 2.2vw, 2.25rem);
    font-weight: 900;
}

.ow-form-head > i {
    display: grid;
    flex: 0 0 48px;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 87, 255, 0.12);
    border-radius: 16px;
    background: #eef5ff;
    color: var(--ow-blue);
    font-size: 1.25rem;
}

.ow-contact-form .form-label {
    color: #1d1d1f;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.ow-contact-feedback .alert {
    margin-bottom: 1rem;
}

.ow-contact-form .form-control {
    min-height: 58px;
    color: #1d1d1f;
    border: 1px solid #e6eaf2;
    border-radius: 14px;
    background: #f5f7fb;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ow-contact-form .form-control::placeholder {
    color: transparent;
}

.ow-contact-form .form-control:focus {
    border-color: var(--ow-blue);
    background: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(0, 87, 255, 0.08);
}

.ow-contact-form .form-floating > label {
    color: #6a7484;
    font-weight: 700;
}

.ow-contact-form .ow-required-label {
    color: #273244;
}

.ow-contact-form [data-field-error] {
    min-height: 1.15rem;
    margin-top: 0.32rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.ow-contact-form textarea.form-control {
    min-height: 132px;
}

.ow-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.ow-solution-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.ow-solution-choice {
    cursor: pointer;
}

.ow-solution-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ow-solution-choice span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.72rem 0.9rem;
    border: 2px solid #f0f2f6;
    border-radius: 12px;
    background: #f5f7fb;
    color: #526070;
    font-size: 0.86rem;
    font-weight: 800;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.ow-solution-choice span i {
    color: var(--ow-blue);
}

.ow-solution-choice input:checked + span {
    border-color: var(--ow-blue);
    background: #ffffff;
    color: var(--ow-blue);
    box-shadow: 0 8px 20px rgba(0, 87, 255, 0.09);
}

.ow-solution-choice:hover span {
    transform: translateY(-2px);
    border-color: rgba(0, 87, 255, 0.24);
}

.ow-solution-picker.is-invalid .ow-solution-choice span,
.ow-contact-methods.is-invalid .ow-contact-method span {
    border-color: #dc3545;
    background: #fff5f6;
}

.ow-contact-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.ow-contact-method {
    cursor: pointer;
}

.ow-contact-method input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ow-contact-method span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 54px;
    padding: 0.8rem;
    border: 2px solid #f0f2f6;
    border-radius: 14px;
    background: #f5f7fb;
    color: #526070;
    font-weight: 900;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ow-contact-method span i {
    color: var(--ow-blue);
}

.ow-contact-method input:checked + span {
    border-color: var(--ow-blue);
    background: #ffffff;
    color: var(--ow-blue);
    box-shadow: 0 8px 20px rgba(0, 87, 255, 0.1);
}

.ow-contact-method:hover span {
    transform: translateY(-2px);
    border-color: rgba(0, 87, 255, 0.24);
}

.ow-footer {
    position: relative;
    overflow: hidden;
    padding: 2rem 0 1.35rem;
    background:
        linear-gradient(135deg, rgba(0, 87, 255, 0.12), rgba(0, 212, 255, 0.04) 34%, rgba(2, 8, 23, 0.98)),
        #041026;
    border-top: 1px solid var(--ow-line);
}

.ow-footer::before {
    display: none;
}

.ow-footer .container-premium {
    position: relative;
    z-index: 1;
}

.ow-footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.ow-footer-brand > span {
    color: var(--ow-electric);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ow-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.ow-footer a {
    display: inline-flex;
    margin-top: 0;
    color: var(--ow-muted);
    font-weight: 800;
    font-size: 0.92rem;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.ow-footer a:hover {
    color: var(--ow-electric);
    transform: translateX(4px);
}

.ow-socials {
    display: flex;
    gap: 0.55rem;
}

.ow-socials a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-top: 0;
    border: 1px solid var(--ow-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ow-socials a:hover {
    transform: translateY(-3px);
    border-color: var(--ow-line-strong);
}

.ow-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--ow-muted);
    font-size: 0.9rem;
    font-weight: 800;
}

.ow-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 720ms ease, transform 720ms ease;
}

.ow-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    :root {
        --ow-nav-offset: 104px;
    }

    .ow-nav {
        padding: 0.55rem 0;
    }

    .ow-nav.is-scrolled,
    .ow-nav:has(.navbar-collapse.show) {
        padding: 0.45rem 0;
    }

    .ow-nav .container-premium {
        display: grid;
        grid-template-columns: auto 48px;
        gap: 0.65rem;
        align-items: center;
    }

    .ow-brand {
        min-width: 0;
    }

    .ow-brand img {
        width: 180px;
        height: auto;
    }

    .ow-toggler {
        justify-self: end;
        width: 44px;
        height: 44px;
        box-shadow: 0 8px 22px rgba(2, 8, 23, 0.08);
    }

    .ow-toggler i {
        font-size: 1.55rem;
    }

    .ow-nav .navbar-collapse {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 0.45rem;
        padding: 0.65rem;
        border: 1px solid rgba(2, 8, 23, 0.1);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 18px 44px rgba(2, 8, 23, 0.12);
    }

    .ow-nav .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        width: 100%;
        padding: 0.15rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .ow-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 38px;
        margin: 0;
        padding: 0.62rem 0.75rem !important;
        border: 0;
        border-radius: 11px;
        background: transparent;
        font-size: 0.95rem;
        color: rgba(2, 8, 23, 0.78) !important;
        text-align: left;
    }

    .ow-nav .nav-link:hover,
    .ow-nav .nav-link:focus {
        color: var(--ow-blue) !important;
        background: #f2f6ff;
        box-shadow: none;
    }

    .ow-nav .ow-btn-primary {
        width: calc(62% - 0.25rem);
        margin-left: 0;
        margin-top: 0.6rem;
        min-height: 42px;
        padding-inline: 0.85rem;
        font-size: 0.9rem;
    }

    .ow-lang-toggle {
        width: calc(38% - 0.25rem);
        margin-left: 0;
        margin-right: 0.5rem;
        margin-top: 0.6rem;
        min-height: 42px;
        padding-inline: 0.75rem;
    }

    .ow-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ow-service-area {
        grid-template-columns: 1fr 1fr;
    }

    .ow-clients-head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ow-service-area-main {
        grid-column: 1 / -1;
    }

    .ow-service-area-media {
        min-height: 220px;
    }

    .ow-image-module {
        min-height: 480px;
    }

    .ow-image-module-panel,
    .ow-status-card {
        max-width: calc(100% - 2rem);
    }

    .ow-timeline::before {
        left: 2rem;
    }

    .ow-timeline-item {
        grid-template-columns: 4rem 1fr;
        min-height: auto;
        padding: 0.7rem 0;
    }

    .ow-timeline-marker {
        grid-column: 1;
        align-self: start;
        padding-top: 0.25rem;
    }

    .ow-timeline-marker span {
        width: 48px;
        height: 48px;
    }

    .ow-timeline-item:nth-child(odd) .ow-timeline-card,
    .ow-timeline-item:nth-child(even) .ow-timeline-card {
        grid-column: 2;
        text-align: left;
    }

    .ow-timeline-item:nth-child(odd) h3 {
        flex-direction: row;
    }

    .ow-timeline-card::before {
        display: none;
    }

    .ow-case-bento {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .ow-case-card-featured {
        grid-row: auto;
        min-height: 460px;
    }

    .ow-contact-copy {
        min-height: auto;
    }

    .ow-contact-form {
        margin-top: 1.5rem;
    }

    .ow-footer-main {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    :root {
        --ow-nav-offset: 118px;
    }

    .ow-brand img {
        width: 180px;
        height: auto;
    }

    .ow-hero-content .row {
        align-items: flex-start !important;
        min-height: 100svh;
        padding-top: calc(var(--ow-nav-offset) + 3rem);
        padding-bottom: 6rem;
    }

    .ow-hero-title {
        font-size: clamp(2.05rem, 9.8vw, 3.4rem);
    }

    .ow-hero-copy {
        font-size: 1.05rem;
    }

    .ow-hero-actions,
    .ow-footer-bottom {
        flex-direction: column;
    }

    .ow-hero-actions {
        gap: 0.75rem;
    }

    .ow-btn {
        width: 100%;
    }

    .ow-nav .ow-btn-primary {
        width: calc(62% - 0.25rem);
    }

    .ow-nav .ow-lang-toggle {
        width: calc(38% - 0.25rem);
    }

    .ow-proof-grid {
        grid-template-columns: 1fr;
    }

    .ow-proof,
    .ow-proof:nth-child(2n) {
        border: 1px solid rgba(0, 87, 255, 0.1);
    }

    .ow-proof:last-child {
        border-bottom: 1px solid rgba(0, 87, 255, 0.1);
    }

    .ow-service-area {
        grid-template-columns: 1fr;
        padding: 1.25rem;
    }

    .ow-service-area-main {
        grid-column: auto;
    }

    .ow-service-area-items {
        gap: 0.55rem;
    }

    .ow-service-area-items span {
        min-height: 38px;
        padding: 0.55rem 0.72rem;
        font-size: 0.86rem;
        white-space: normal;
    }

    .ow-service-area-media,
    .ow-service-area-media img {
        min-height: 190px;
    }

    .ow-tech-showcase {
        gap: 0.75rem;
    }

    .ow-tech-track {
        gap: 0.75rem;
    }

    .ow-tech-item {
        min-width: 185px;
        min-height: 82px;
        padding: 0.85rem 1rem;
    }

    .ow-tech-item img {
        width: 42px;
        height: 42px;
    }

    .ow-tech-item img.ow-tech-logo-wide {
        width: 76px;
        height: 42px;
    }

    .ow-logo-item {
        min-width: 180px;
        height: 112px;
        padding: 1rem 1.45rem;
    }

    .ow-logo-item img {
        max-width: 140px;
        max-height: 58px;
    }

    .ow-clients-proof {
        grid-template-columns: 1fr;
    }

    .ow-case-card,
    .ow-case-card-featured {
        min-height: 420px;
    }

    .ow-case-content {
        padding: 1.25rem;
    }

    .ow-case-topline {
        top: 1rem;
        right: 1rem;
        left: 1rem;
    }

    .ow-case-metric {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .ow-section-head h2,
    .ow-why h2,
    .ow-contact-copy h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .ow-timeline::before {
        left: 2rem;
    }

    .ow-timeline-item {
        grid-template-columns: 4rem 1fr;
        min-height: auto;
        padding: 0.7rem 0;
    }

    .ow-timeline-marker {
        grid-column: 1;
        align-self: start;
        padding-top: 0.25rem;
    }

    .ow-timeline-marker span {
        width: 48px;
        height: 48px;
        font-size: 0.85rem;
    }

    .ow-timeline-item:nth-child(odd) .ow-timeline-card,
    .ow-timeline-item:nth-child(even) .ow-timeline-card {
        grid-column: 2;
        text-align: left;
    }

    .ow-timeline-card {
        padding: 1.15rem;
    }

    .ow-timeline-card::before {
        display: none;
    }

    .ow-image-module {
        min-height: 380px;
    }

    .ow-image-module-panel,
    .ow-status-card {
        right: 1rem;
        left: 1rem;
        padding: 1rem;
    }

    .ow-image-module-panel {
        top: 1rem;
    }

    .ow-status-card {
        bottom: 1rem;
    }

    .ow-image-module-panel strong,
    .ow-status-card strong {
        font-size: 1.05rem;
    }

    .ow-contact-shell {
        border-radius: 22px;
    }

    .ow-contact-shell::after {
        inset: 0.65rem;
        border-radius: 17px;
    }

    .ow-contact-copy,
    .ow-contact-form {
        padding: 2rem 1.25rem;
    }

    .ow-contact-copy {
        min-height: auto;
    }

    .ow-contact-line {
        align-items: flex-start;
        max-width: none;
        font-size: 0.95rem;
    }

    .ow-form-head {
        align-items: center;
    }

    .ow-form-head > i {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    .ow-contact-methods {
        grid-template-columns: 1fr;
    }

    .ow-contact-method span {
        justify-content: flex-start;
    }

    .ow-footer {
        padding: 1.75rem 0 1.25rem;
    }

    .ow-footer-main {
        flex-direction: column;
        gap: 1rem;
    }

    .ow-footer-links {
        gap: 0.85rem;
    }

    .ow-socials a {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    :root {
        --ow-nav-offset: 112px;
    }

    .ow-hero-content .row {
        padding-top: calc(var(--ow-nav-offset) + 2.5rem);
        padding-bottom: 5.25rem;
    }

    .ow-kicker {
        margin-bottom: 1rem;
        font-size: 0.78rem;
    }

    .ow-hero-title {
        margin-bottom: 1.15rem;
        font-size: clamp(1.95rem, 11vw, 2.85rem);
        line-height: 1.04;
    }

    .ow-hero-copy {
        margin-bottom: 1.55rem;
        font-size: 0.98rem;
        line-height: 1.62;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ow-logo-track,
    .ow-tech-track,
    .ow-reveal,
    .ow-btn,
    .ow-service-area,
    .ow-tech-item {
        animation: none;
        transition: none;
    }
}
