:root {
    --af-primary: #0269D0;
    --af-accent: #F80A62;
    --af-dark: #07111f;
    --af-light: #f5f8ff;
    --af-ink: #142033;
    --af-muted: #61708a;
    --af-line: #dce4f2;
    --af-warm: #ffb84d;
    --af-white: #ffffff;
    --af-radius: 8px;
    --af-shadow: 0 18px 60px rgba(11, 35, 72, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--af-white);
    color: var(--af-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--af-primary);
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    left: 24px;
    top: 24px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    z-index: 999;
    background: var(--af-dark);
    color: var(--af-white);
    border-radius: 4px;
}

.af-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.af-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(220, 228, 242, 0.78);
}

.af-site-header__inner {
    min-height: 78px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
}

.af-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 800;
    color: var(--af-dark);
}

.af-brand img {
    max-height: 42px;
    width: auto;
}

.af-brand__mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--af-primary), var(--af-accent));
    color: var(--af-white);
}

.af-brand__text {
    font-size: 1.05rem;
}

.af-main-nav {
    justify-self: end;
}

.af-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.af-menu li {
    position: relative;
}

.af-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 700;
    color: #26364d;
}

.af-menu a:hover,
.af-menu .current-menu-item > a {
    background: var(--af-light);
    color: var(--af-primary);
}

.af-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: var(--af-white);
    border: 1px solid var(--af-line);
    border-radius: var(--af-radius);
    box-shadow: var(--af-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 160ms ease;
}

.af-menu li:hover > .sub-menu,
.af-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.af-header-actions {
    display: flex;
    justify-content: flex-end;
}

.af-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--af-line);
    border-radius: 6px;
    background: var(--af-white);
    padding: 10px;
}

.af-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--af-dark);
}

.af-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.2;
    transition: 160ms ease;
}

.af-button--primary {
    background: var(--af-primary);
    color: var(--af-white);
    box-shadow: 0 10px 24px rgba(11, 92, 255, 0.22);
}

.af-button--primary:hover {
    background: #0649d0;
    color: var(--af-white);
}

.af-button--ghost {
    background: var(--af-white);
    color: var(--af-dark);
    border-color: var(--af-line);
}

.af-button--ghost:hover {
    border-color: var(--af-primary);
}

.af-button--text {
    padding-inline: 0;
    color: var(--af-primary);
    background: transparent;
}

.af-button--light {
    background: var(--af-white);
    color: var(--af-dark);
}

.af-button--outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--af-white);
}

.af-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--af-primary);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.af-eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--af-accent);
}

.af-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(24, 198, 167, 0.18), transparent 28%),
        linear-gradient(180deg, #fafdff 0%, #eef5ff 100%);
}

.af-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 54px;
    align-items: center;
    min-height: 680px;
    padding: 72px 0 56px;
}

.af-hero h1 {
    margin: 14px 0 18px;
    color: var(--af-dark);
    font-size: 5.6rem;
    line-height: 0.95;
    max-width: 800px;
}

.af-hero h1 span {
    display: block;
    color: var(--af-primary);
}

.af-hero__content > p {
    margin: 0 0 28px;
    max-width: 660px;
    color: var(--af-muted);
    font-size: 1.12rem;
}

.af-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.af-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #334661;
}

.af-hero__proof span {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(220, 228, 242, 0.9);
    border-radius: 6px;
    font-weight: 700;
}

.af-hero__visual {
    position: relative;
}

.af-hero__visual img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--af-shadow);
}

.af-floating-panel {
    position: absolute;
    display: grid;
    gap: 2px;
    width: 158px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--af-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(13, 34, 64, 0.16);
}

.af-floating-panel strong {
    color: var(--af-dark);
    font-size: 1.5rem;
    line-height: 1;
}

.af-floating-panel span {
    color: var(--af-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.af-floating-panel--top {
    top: 26px;
    right: -22px;
}

.af-floating-panel--bottom {
    bottom: 34px;
    left: -24px;
}

.af-section {
    padding: 88px 0;
}

.af-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.af-section-head h2,
.af-story__grid h2,
.af-product h2,
.af-cta h2,
.af-page-hero h1 {
    margin: 12px 0 14px;
    color: var(--af-dark);
    font-size: 3.4rem;
    line-height: 1.04;
}

.af-section-head p,
.af-story__grid p,
.af-product p,
.af-cta p,
.af-page-hero p {
    margin: 0;
    color: var(--af-muted);
    font-size: 1.05rem;
}

.af-story {
    background: var(--af-white);
}

.af-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: -44px;
    margin-bottom: 70px;
}

.af-stat {
    min-height: 132px;
    padding: 22px;
    background: var(--af-white);
    border: 1px solid var(--af-line);
    border-radius: var(--af-radius);
    box-shadow: 0 14px 42px rgba(8, 27, 58, 0.08);
}

.af-stat strong {
    display: block;
    color: var(--af-primary);
    font-size: 2.2rem;
    line-height: 1;
}

.af-stat span {
    display: block;
    margin-top: 8px;
    color: var(--af-muted);
    font-weight: 800;
}

.af-story__grid,
.af-product__grid,
.af-contact-grid,
.af-page-hero__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: center;
}

.af-services,
.af-cases,
.af-blog {
    background: var(--af-light);
}

.af-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.af-service-card,
.af-case-card,
.af-blog-card,
.af-testimonial,
.af-contact-card,
.af-contact-sidebar {
    background: var(--af-white);
    border: 1px solid var(--af-line);
    border-radius: var(--af-radius);
    box-shadow: 0 14px 44px rgba(13, 34, 64, 0.07);
}

.af-service-card {
    min-height: 260px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.af-service-card__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #eaf8f5;
    color: #097965;
    font-weight: 900;
    font-size: 0.82rem;
}

.af-service-card h3,
.af-service-card h2,
.af-case-card h3,
.af-case-card h2,
.af-blog-card h3,
.af-blog-card h2,
.af-workflow-step h3,
.af-list-panel h3,
.af-contact-card h2,
.af-contact-sidebar h2 {
    margin: 0 0 10px;
    color: var(--af-dark);
    font-size: 1.18rem;
    line-height: 1.25;
}

.af-service-card p,
.af-case-card p,
.af-blog-card p,
.af-workflow-step p,
.af-list-panel li {
    color: var(--af-muted);
}

.af-inline-link {
    margin-top: auto;
    color: var(--af-primary);
    font-weight: 900;
}

.af-workflow {
    background: #fff9ed;
}

.af-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    counter-reset: workflow;
}

.af-workflow-step {
    min-height: 280px;
    padding: 24px;
    border: 1px solid rgba(255, 184, 77, 0.5);
    border-radius: var(--af-radius);
    background: var(--af-white);
}

.af-workflow-step span {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
    border-radius: 8px;
    background: var(--af-warm);
    color: #3c2500;
    font-weight: 900;
}

.af-product {
    background: var(--af-dark);
    color: var(--af-white);
}

.af-product h2,
.af-product p {
    color: var(--af-white);
}

.af-product .af-eyebrow {
    color: var(--af-accent);
}

.af-product__panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.af-list-panel {
    min-height: 360px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--af-radius);
    background: rgba(255, 255, 255, 0.08);
}

.af-list-panel h3 {
    color: var(--af-white);
}

.af-list-panel ul {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.af-list-panel li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.78);
}

.af-list-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--af-warm);
}

.af-list-panel--solution li::before {
    background: var(--af-accent);
}

.af-case-grid,
.af-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.af-case-card,
.af-blog-card {
    overflow: hidden;
}

.af-case-card__image,
.af-blog-card__image {
    display: block;
    aspect-ratio: 1.4 / 1;
    overflow: hidden;
    background: #eaf0fb;
}

.af-case-card__image img,
.af-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.af-card-visual {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(11, 92, 255, 0.14), rgba(24, 198, 167, 0.2)),
        #f7fbff;
}

.af-card-visual span {
    display: block;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(220, 228, 242, 0.9);
}

.af-card-visual span:first-child {
    grid-row: span 2;
}

.af-card-visual span:last-child {
    background: var(--af-warm);
    opacity: 0.65;
}

.af-case-card__body,
.af-blog-card__body {
    padding: 22px;
}

.af-case-card__result {
    margin-top: 0;
    color: var(--af-primary);
    font-weight: 900;
}

.af-blog-card time {
    display: block;
    margin-bottom: 10px;
    color: var(--af-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.af-section-action {
    margin-top: 28px;
}

.af-testimonial-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.af-testimonial {
    padding: 26px;
}

.af-rating {
    color: var(--af-warm);
    font-size: 1rem;
}

.af-testimonial blockquote {
    margin: 16px 0 22px;
    color: var(--af-ink);
}

.af-testimonial footer {
    display: grid;
    gap: 2px;
}

.af-testimonial footer span {
    color: var(--af-muted);
}

.af-cta {
    padding: 0 0 88px;
    background: var(--af-light);
}

.af-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--af-primary), #0e2f83);
    color: var(--af-white);
}

.af-cta h2,
.af-cta p,
.af-cta .af-eyebrow {
    color: var(--af-white);
}

.af-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.af-site-footer {
    background: #050b14;
    color: rgba(255, 255, 255, 0.76);
    padding: 70px 0 28px;
}

.af-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
    gap: 36px;
}

.af-site-footer .af-brand {
    color: var(--af-white);
}

.af-footer-about p {
    max-width: 360px;
}

.af-site-footer h2 {
    margin: 0 0 16px;
    color: var(--af-white);
    font-size: 1rem;
}

.af-footer-links,
.af-contact-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.af-footer-links a,
.af-contact-list a,
.af-socials a,
.af-footer-bottom a {
    color: rgba(255, 255, 255, 0.76);
}

.af-footer-links a:hover,
.af-contact-list a:hover,
.af-socials a:hover,
.af-footer-bottom a:hover {
    color: var(--af-accent);
}

.af-contact-list span {
    display: block;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.af-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.af-socials a {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
}

.af-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 44px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.af-page-hero {
    padding: 92px 0 58px;
    background: linear-gradient(180deg, #fafdff 0%, var(--af-light) 100%);
}

.af-page-hero--split {
    padding-bottom: 72px;
}

.af-page-hero__visual .af-card-visual {
    min-height: 320px;
    border-radius: 8px;
    box-shadow: var(--af-shadow);
}

.af-entry {
    max-width: 840px;
    padding: 52px 0 92px;
}

.af-entry > *:first-child {
    margin-top: 0;
}

.af-entry h2,
.af-entry h3 {
    color: var(--af-dark);
    line-height: 1.2;
}

.af-entry a {
    color: var(--af-primary);
    font-weight: 800;
}

.af-featured-image {
    margin-bottom: 28px;
}

.af-featured-image img {
    width: 100%;
    border-radius: 8px;
}

.af-case-facts {
    background: var(--af-white);
    border-bottom: 1px solid var(--af-line);
}

.af-case-facts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding: 22px 0;
}

.af-case-facts span {
    display: block;
    color: var(--af-muted);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.af-case-facts strong {
    color: var(--af-dark);
}

.af-contact-grid {
    align-items: start;
}

.af-contact-card,
.af-contact-sidebar {
    padding: 28px;
}

.af-contact-sidebar .af-contact-list span {
    color: var(--af-muted);
}

.af-contact-sidebar .af-contact-list a {
    color: var(--af-primary);
}

.af-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.af-field {
    display: grid;
    gap: 8px;
    margin: 0;
}

.af-field--full,
.af-contact-form .af-button,
.af-field--hidden {
    grid-column: 1 / -1;
}

.af-field--hidden {
    position: absolute;
    left: -9999px;
}

.af-field label {
    color: var(--af-dark);
    font-weight: 800;
}

.af-field input,
.af-field textarea {
    width: 100%;
    border: 1px solid var(--af-line);
    border-radius: 6px;
    padding: 12px 14px;
    font: inherit;
}

.af-field input:focus,
.af-field textarea:focus {
    outline: 3px solid rgba(11, 92, 255, 0.16);
    border-color: var(--af-primary);
}

.af-form-status {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 6px;
    font-weight: 800;
}

.af-form-status--success {
    background: #eaf8f5;
    color: #097965;
}

.af-form-status--error {
    background: #fff1ed;
    color: #a63514;
}

@media (max-width: 1040px) {
    .af-site-header__inner {
        grid-template-columns: auto auto;
    }

    .af-menu-toggle {
        display: block;
        justify-self: end;
    }

    .af-main-nav {
        display: none;
        grid-column: 1 / -1;
        justify-self: stretch;
        padding-bottom: 16px;
    }

    .af-main-nav.is-open {
        display: block;
    }

    .af-menu,
    .af-menu .sub-menu {
        position: static;
        display: grid;
        gap: 4px;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        padding: 0;
        background: transparent;
    }

    .af-menu .sub-menu {
        margin-left: 14px;
    }

    .af-header-actions {
        display: none;
    }

    .af-hero__grid,
    .af-story__grid,
    .af-product__grid,
    .af-contact-grid,
    .af-page-hero__grid,
    .af-cta__inner {
        grid-template-columns: 1fr;
    }

    .af-hero__grid {
        min-height: auto;
        padding-top: 58px;
    }

    .af-hero h1 {
        font-size: 4rem;
    }

    .af-section-head h2,
    .af-story__grid h2,
    .af-product h2,
    .af-cta h2,
    .af-page-hero h1 {
        font-size: 2.6rem;
    }

    .af-service-grid,
    .af-workflow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .af-case-grid,
    .af-blog-grid,
    .af-testimonial-track,
    .af-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .af-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .af-container {
        width: min(100% - 28px, 1180px);
    }

    .af-site-header__inner {
        min-height: 68px;
    }

    .af-hero__grid,
    .af-section,
    .af-page-hero {
        padding-block: 52px;
    }

    .af-hero h1 {
        font-size: 2.8rem;
    }

    .af-section-head h2,
    .af-story__grid h2,
    .af-product h2,
    .af-cta h2,
    .af-page-hero h1 {
        font-size: 2.05rem;
    }

    .af-floating-panel {
        position: static;
        width: auto;
        margin-top: 10px;
    }

    .af-stats,
    .af-service-grid,
    .af-workflow-grid,
    .af-product__panels,
    .af-case-grid,
    .af-blog-grid,
    .af-testimonial-track,
    .af-footer-grid,
    .af-case-facts__grid,
    .af-contact-form {
        grid-template-columns: 1fr;
    }

    .af-stats {
        margin-top: 0;
        margin-bottom: 42px;
    }

    .af-service-card,
    .af-workflow-step,
    .af-list-panel {
        min-height: auto;
    }

    .af-cta {
        padding-bottom: 52px;
    }

    .af-cta__inner {
        padding: 28px;
    }

    .af-footer-bottom {
        flex-direction: column;
    }
}

/* =================================================================
   OVELITHUB DESIGN TOKENS — consolidated single source of truth
   Added 2026-08-02 (Implementation Phase 1: Design System Foundation)
   Additive only: defines the canonical --ov-* token vocabulary.
   Nothing consumes these yet — there is NO visual change from this block.
   Later phases migrate components onto these tokens and retire hardcoded
   values, off-brand colors, duplicate breakpoints and !important overrides.
   ================================================================= */
:root {
    /* Brand */
    --ov-primary: #0269D0;
    --ov-primary-600: #0356AE;
    --ov-primary-050: #EAF3FF;
    --ov-accent: #F80A62;
    --ov-accent-600: #D0044F;
    --ov-accent-050: #FFF0F5;
    /* Neutrals / surfaces */
    --ov-ink: #142033;
    --ov-muted: #5B6C86;
    --ov-line: #DCE4F2;
    --ov-dark: #061528;
    --ov-dark-2: #0B2A4A;
    --ov-surface: #FFFFFF;
    --ov-surface-alt: #F4F8FF;
    /* Semantic */
    --ov-success: #1E874B;
    --ov-warning: #B8860B;
    --ov-error: #C0143C;
    /* One brand gradient */
    --ov-gradient-brand: linear-gradient(90deg, #0269D0 0%, #F80A62 100%);
    /* Typography */
    --ov-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ov-text-xs: 0.75rem;
    --ov-text-sm: 0.875rem;
    --ov-text-base: 1rem;
    --ov-text-lg: 1.125rem;
    --ov-text-xl: 1.375rem;
    --ov-text-2xl: 1.75rem;
    --ov-text-3xl: 2.25rem;
    --ov-text-4xl: 3rem;
    --ov-text-5xl: clamp(2.75rem, 5vw, 4.5rem);
    --ov-fw-regular: 400;
    --ov-fw-medium: 500;
    --ov-fw-semibold: 600;
    --ov-fw-bold: 700;
    --ov-fw-display: 800;
    --ov-lh-tight: 1.1;
    --ov-lh-snug: 1.3;
    --ov-lh-normal: 1.6;
    /* Spacing (8-pt scale) */
    --ov-space-1: 4px;
    --ov-space-2: 8px;
    --ov-space-3: 12px;
    --ov-space-4: 16px;
    --ov-space-5: 24px;
    --ov-space-6: 32px;
    --ov-space-7: 48px;
    --ov-space-8: 64px;
    --ov-space-9: 96px;
    /* Layout / container (fixes home 1747 vs inner 1680 once adopted) */
    --ov-container: 1280px;
    --ov-container-wide: 1680px;
    --ov-container-text: 760px;
    --ov-container-pad: clamp(16px, 4vw, 40px);
    /* Radius */
    --ov-radius-sm: 6px;
    --ov-radius-md: 8px;
    --ov-radius-lg: 16px;
    --ov-radius-pill: 999px;
    --ov-radius-circle: 50%;
    /* Elevation */
    --ov-shadow-sm: 0 1px 2px rgba(6, 21, 40, 0.06);
    --ov-shadow-md: 0 8px 24px rgba(6, 21, 40, 0.10);
    --ov-shadow-lg: 0 18px 60px rgba(11, 35, 72, 0.14);
    --ov-shadow-xl: 0 30px 80px rgba(6, 21, 40, 0.20);
    /* Motion */
    --ov-dur-fast: 150ms;
    --ov-dur-base: 240ms;
    --ov-dur-slow: 360ms;
    --ov-ease-standard: cubic-bezier(0.2, 0.75, 0.25, 1);
    --ov-ease-out: cubic-bezier(0, 0, 0.2, 1);
    /* Z-index scale */
    --ov-z-header: 100;
    --ov-z-dropdown: 200;
    --ov-z-overlay: 900;
    --ov-z-modal: 1000;
    --ov-z-toast: 1100;
}

/* Accessibility (2026-08-02, Impl Phase 8): visible keyboard focus + reduced motion. Additive; consumes --ov tokens. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
.af-button:focus-visible,
.ovh-btn:focus-visible,
.af-menu a:focus-visible,
.wpcf7-form :focus-visible {
    outline: 3px solid var(--ov-primary) !important;
    outline-offset: 2px !important;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    html { scroll-behavior: auto !important; }
}


/* OVELITHUB modern team cards + clickable-card animations */
.o21-team-grid.is-single{grid-template-columns:minmax(0,620px);justify-content:center;}
.o21-tcard .o21-tcard-media{background:linear-gradient(135deg,#0269D0,#F80A62);padding:3px;border-radius:50%;display:inline-flex;line-height:0;}
.o21-tcard .o21-tcard-media img{width:104px;height:104px;object-fit:cover;border-radius:50%;border:3px solid #fff;display:block;}
.o21-tcard.is-large .o21-tcard-media img{width:132px;height:132px;}
.o21-tcard .o21-tcard-ring{display:none;}
.o21-tcard .o21-tcard-role{display:inline-block;margin-bottom:6px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;color:#0269D0;background:rgba(2,105,208,.10);}
.o21-tcard .o21-tcard-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;}
.o21-tcard .o21-tcard-link .dashicons{transition:transform .25s ease;}
body.o21-anim .o21-icon-card,body.o21-anim .o21-case-card,body.o21-anim .o21-blog-card,body.o21-anim .o21-team-card,body.o21-anim .o21-number-card,body.o21-anim .o21-value-grid>article,body.o21-anim .o21-service-grid>article{transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s ease,border-color .3s ease;}
body.o21-anim .o21-icon-card:hover,body.o21-anim .o21-case-card:hover,body.o21-anim .o21-blog-card:hover,body.o21-anim .o21-team-card:hover,body.o21-anim .o21-number-card:hover,body.o21-anim .o21-value-grid>article:hover,body.o21-anim .o21-service-grid>article:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(6,21,40,.14);}
body.o21-anim .o21-case-media img,body.o21-anim .o21-blog-img img{transition:transform .5s ease;}
body.o21-anim .o21-case-card:hover .o21-case-media img,body.o21-anim .o21-blog-card:hover .o21-blog-img img{transform:scale(1.05);}
body.o21-anim .o21-text-link:hover .dashicons,body.o21-anim .o21-tcard-link:hover .dashicons,body.o21-anim .o21-inline-link:hover .dashicons{transform:translateX(4px);}
body.o21-anim .o21-icon-card,body.o21-anim .o21-case-card,body.o21-anim .o21-blog-card,body.o21-anim .o21-number-card{animation:o21rise .6s cubic-bezier(.2,.7,.2,1) both;}
@keyframes o21rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){body.o21-anim *{animation:none!important;transition:none!important;}}
/* OVELITHUB header logo consistency (home vs inner pages) */
body.ovh-home-reference-v1-body .af-site-header .af-brand img,
.af-site-header .af-brand img{height:44px !important;max-height:44px !important;width:auto !important;object-fit:contain !important;}

/* OVELITHUB new hero illustration */
.ovh-hero__visual .ovh-hero-illustration{display:block;width:100%;height:auto;max-width:640px;margin-left:auto;filter:drop-shadow(0 24px 60px rgba(3,10,26,.45));}
@media (max-width:980px){.ovh-hero__visual .ovh-hero-illustration{margin:0 auto;}}

/* OVELITHUB trusted-logos marquee - CSS only (no main-thread rAF) */
.ovh-logo-viewport{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);}
.ovh-trust .ovh-logo-row.ovh-logo-marquee{flex-wrap:nowrap !important;justify-content:flex-start !important;width:max-content !important;max-width:none !important;overflow:visible !important;gap:44px !important;animation:ovhLogoMarquee 45s linear infinite;}
.ovh-trust .ovh-logo-row.ovh-logo-marquee:hover{animation-play-state:paused;}
.ovh-logo-viewport .ovh-logo-item{flex:0 0 auto !important;}
@keyframes ovhLogoMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.ovh-trust .ovh-logo-row.ovh-logo-marquee{animation:none;}}

/* OVELITHUB About Mission/Vision fix - 2 cols + visible cards */
.o21-story-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:26px !important;align-items:stretch !important;}
.o21-story-grid > article{background:#fff;border:1px solid rgba(6,21,40,.08);border-radius:18px;box-shadow:0 18px 46px rgba(6,21,40,.07);}
.o21-story-grid .o21-icon-card{border:0 !important;box-shadow:none !important;background:transparent !important;height:100%;}
@media (max-width:768px){.o21-story-grid{grid-template-columns:1fr !important;}}

/* OVELITHUB Services conversion - fix button overlapping the outcomes card */
.o21-conversion-grid > article{display:flex !important;flex-direction:column;align-items:flex-start;gap:22px;}
.o21-conversion-grid > article .o21-icon-card{height:auto !important;width:100%;}
.o21-conversion-grid > article .o21-btn,.o21-conversion-grid > article a[class*=btn]{align-self:flex-start;}

/* mission/vision card visibility v2 */
.o21-story-grid > article{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;}
.o21-story-grid .o21-icon-card{background:#fff !important;border:1px solid rgba(6,21,40,.10) !important;border-radius:18px !important;box-shadow:0 20px 48px rgba(6,21,40,.10) !important;height:100% !important;padding:32px 30px !important;}

/* OVELITHUB team card social icons */
.o21-tcard-social{display:flex;gap:8px;margin:14px 0 2px;flex-wrap:wrap;}
.o21-tcard-social-link{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:9px;background:rgba(2,105,208,.08);color:#0269d0 !important;transition:transform .2s ease,background .2s ease,color .2s ease;text-decoration:none;}
.o21-tcard-social-link:hover{background:linear-gradient(135deg,#0269d0,#f80a62);color:#fff !important;transform:translateY(-2px);}
.o21-tcard-social-link .dashicons{font-size:18px;width:18px;height:18px;line-height:18px;}

/* OVELITHUB team detail portrait hero */
.o21-team-hero .o21-hero-grid{align-items:center;}
.o21-team-hero-social{display:flex;gap:10px;margin:4px 0 22px;flex-wrap:wrap;}
.o21-team-hero-social .o21-tcard-social-link{background:rgba(255,255,255,.10);color:#fff !important;}
.o21-team-hero-social .o21-tcard-social-link:hover{background:linear-gradient(135deg,#38a8ff,#ff3d9a);color:#fff !important;}
.o21-team-portrait{position:relative;display:flex;justify-content:center;padding:20px 10px;}
.o21-portrait-glow{position:absolute;inset:-10px 0;border-radius:40px;background:radial-gradient(circle at 55% 42%,rgba(123,92,255,.42),rgba(255,61,154,.18) 55%,transparent 72%);z-index:0;}
.o21-portrait-frame{position:relative;z-index:1;padding:7px;border-radius:26px;background:linear-gradient(145deg,#38a8ff,#7b5cff 55%,#ff3d9a);box-shadow:0 40px 90px rgba(2,10,30,.5);max-width:440px;width:100%;}
.o21-portrait-frame img{display:block;width:100%;height:auto;border-radius:20px;object-fit:cover;aspect-ratio:4/5;}
.o21-portrait-badge{position:absolute;left:-8px;bottom:34px;z-index:2;display:inline-flex;align-items:center;gap:8px;background:#0d1c37;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:11px 15px;font-weight:600;font-size:.9rem;box-shadow:0 18px 44px rgba(0,0,0,.42);}
.o21-portrait-badge .dashicons{color:#3ddc84;font-size:20px;width:20px;height:20px;}
@media (max-width:900px){.o21-portrait-frame{max-width:320px;margin:0 auto;}.o21-portrait-badge{left:0;}}

/* OVELITHUB trusted logos static (no animation, LCP-safe) */
.ovh-logo-row.ovh-logo-static{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;align-items:center !important;gap:20px 42px !important;width:auto !important;max-width:100% !important;overflow:visible !important;animation:none !important;transform:none !important;}
.ovh-logo-row.ovh-logo-static .ovh-logo-item{flex:0 0 auto !important;}

/* OVELITHUB blog post cover hero */
.o21-post-hero .o21-hero-grid{align-items:center;}
.o21-post-hero-meta{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.72);font-size:.92rem;margin:2px 0 22px;}
.o21-post-hero-meta span{display:inline-flex;align-items:center;gap:6px;}
.o21-post-hero-meta .dashicons{font-size:17px;width:17px;height:17px;opacity:.85;}
.o21-post-hero-meta .o21-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.4);}
.o21-post-cover{position:relative;display:flex;justify-content:center;padding:16px 8px;}
.o21-post-cover-glow{position:absolute;inset:6px 0;border-radius:34px;background:radial-gradient(circle at 60% 40%,rgba(56,168,255,.4),rgba(255,61,154,.2) 55%,transparent 72%);z-index:0;}
.o21-post-cover-frame{position:relative;z-index:1;padding:6px;border-radius:22px;background:linear-gradient(145deg,#38a8ff,#7b5cff 55%,#ff3d9a);box-shadow:0 40px 90px rgba(2,10,30,.5);width:100%;max-width:560px;}
.o21-post-cover-frame img{display:block;width:100%;height:auto;border-radius:16px;object-fit:cover;aspect-ratio:16/10;}
.o21-post-cover-badge{position:absolute;top:16px;left:16px;background:rgba(13,28,55,.82);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:7px 13px;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.6px;}
@media (max-width:900px){.o21-post-cover-frame{max-width:100%;}}

/* OVELITHUB hero illustration as background (LCP: let H1 text be LCP) */
.ovh-hero__visual div.ovh-hero-illustration{display:block;width:100%;max-width:640px;aspect-ratio:640/580;height:auto !important;margin-left:auto;background-repeat:no-repeat;background-position:center;background-size:contain;}
@media (max-width:980px){.ovh-hero__visual div.ovh-hero-illustration{margin:0 auto;}}

/* hero illustration LCP filter fix - filter can exclude the img from LCP */
.ovh-hero__visual .ovh-hero-illustration, .ovh-hero__visual img.ovh-hero-illustration{filter:none !important;}

/* o21 home trust band */
.o21-trust-band{padding:30px 0 6px !important;}
.o21-trust-label{text-align:center;letter-spacing:1.2px;font-size:.78rem;color:var(--o21-muted);text-transform:uppercase;font-weight:700;margin:0 0 20px;}

/* o21 logo marquee (trusted logos, auto-scroll) */
.o21-trust-band{padding:36px 0 !important;}
.o21-logo-viewport{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);}
.o21-logo-track{display:flex;align-items:center;gap:60px;width:max-content;animation:o21LogoScroll 38s linear infinite;}
.o21-logo-track:hover{animation-play-state:paused;}
.o21-logo-item{flex:0 0 auto;display:flex;align-items:center;}
.o21-logo-item img{height:40px;width:auto;max-width:170px;object-fit:contain;opacity:.9;transition:opacity .2s ease;}
.o21-logo-item img:hover{opacity:1;}
@keyframes o21LogoScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.o21-logo-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto;}}

/* o21 home hero proof stats */
.o21-home-hero .o21-hero-copy .ovh-hero__proof{display:grid;grid-template-columns:repeat(4,auto);gap:20px 32px;margin-top:30px;justify-content:start;}
.o21-home-hero .ovh-proof-item{display:flex;flex-direction:column;gap:2px;}
.o21-home-hero .ovh-proof-item .dashicons{color:#ff3d9a;font-size:22px;width:22px;height:22px;margin-bottom:4px;}
.o21-home-hero .ovh-proof-item strong{font-size:1.55rem;color:#fff;font-weight:800;line-height:1;}
.o21-home-hero .ovh-proof-item small{color:rgba(255,255,255,.72);font-size:.82rem;}
@media(max-width:640px){.o21-home-hero .o21-hero-copy .ovh-hero__proof{grid-template-columns:repeat(2,1fr);}}
/* trusted logos auto-scroll marquee */
.ovh-logo-viewport{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);}
.ovh-trust .ovh-logo-row.ovh-logo-marquee{display:flex !important;flex-wrap:nowrap !important;justify-content:flex-start !important;width:max-content !important;max-width:none !important;gap:60px !important;overflow:visible !important;animation:ovhLogoMarquee 38s linear infinite;}
.ovh-trust .ovh-logo-row.ovh-logo-marquee:hover{animation-play-state:paused;}
.ovh-logo-viewport .ovh-logo-item{flex:0 0 auto !important;display:flex;align-items:center;justify-content:center;}
.ovh-logo-viewport .ovh-logo-item img{height:40px;width:auto;max-width:170px;object-fit:contain;display:block;}
@keyframes ovhLogoMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.ovh-trust .ovh-logo-row.ovh-logo-marquee{animation:none;}}

/* o21 home testimonials one-line carousel */
.o21-testimonials .o21-testi-viewport{overflow:hidden;margin-top:36px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.o21-testimonials .o21-testi-track{display:flex;gap:22px;width:max-content;animation:o21TestiMarquee 55s linear infinite}
.o21-testimonials .o21-testi-viewport:hover .o21-testi-track{animation-play-state:paused}
@keyframes o21TestiMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.o21-testimonials .o21-testi-track{animation:none}}
.o21-testi-card{background:#fff;border:1px solid #e6ebf3;border-radius:16px;padding:26px;box-shadow:0 14px 44px rgba(13,34,64,.07);display:flex;flex-direction:column;gap:14px}
.o21-testimonials .o21-testi-track .o21-testi-card{flex:0 0 360px;width:360px;box-sizing:border-box}
@media(max-width:600px){.o21-testimonials .o21-testi-track .o21-testi-card{flex-basis:290px;width:290px;padding:22px}}
.o21-testi-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.o21-testi-brand{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#334155}
.o21-testi-stars{color:#f5a623;letter-spacing:2px;font-size:14px}
.o21-testi-card blockquote{margin:0;color:#1f2a44;font-size:15px;line-height:1.7}
.o21-testi-card footer{display:flex;flex-direction:column;gap:2px;margin-top:auto}
.o21-testi-card footer strong{color:#0d2240;font-size:15px}
.o21-testi-card footer span{color:#64748b;font-size:13px}

/* o21 service-detail SEO sections */
.o21-service-detail .o21-svc-lead{font-size:20px;line-height:1.7;color:#1f2a44;max-width:900px;margin:0 auto;text-align:center;font-weight:500}
.o21-service-detail .o21-svc-split{display:grid;grid-template-columns:0.85fr 1.15fr;gap:32px;align-items:start;margin-top:30px}
@media(max-width:820px){.o21-service-detail .o21-svc-split{grid-template-columns:1fr;gap:18px}}
.o21-service-detail .o21-svc-split>p{color:#475569;font-size:16px;line-height:1.75;margin:0}
.o21-svc-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.o21-svc-list li{position:relative;padding-left:34px;color:#1f2a44;font-size:15.5px;line-height:1.6}
.o21-svc-list li::before{position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;font-family:dashicons;content:'\f147'}
.o21-svc-list.is-problem li::before{content:'\f335';background:#fdecec;color:#dc2626}
.o21-svc-list.is-deliver li::before{content:'\f147';background:#e8f0fe;color:#2563eb}
.o21-svc-list.is-win li::before{content:'\f147';background:#e7f7ee;color:#059669}
.o21-svc-audience{max-width:820px;margin:0 auto;text-align:center}
.o21-svc-audience p{color:#334155;font-size:17px;line-height:1.75;margin:10px 0 0}
.o21-svc-faq .o21-faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}
@media(max-width:820px){.o21-svc-faq .o21-faq-list{grid-template-columns:1fr}}
.o21-faq-item{background:#fff;border:1px solid #e6ebf3;border-radius:14px;padding:22px 24px;box-shadow:0 10px 30px rgba(13,34,64,.05)}
.o21-faq-item h3{margin:0 0 8px;font-size:16.5px;color:#0d2240;line-height:1.45}
.o21-faq-item p{margin:0;color:#475569;font-size:15px;line-height:1.7}

/* o21 service card grids */
.o21-service-detail .o21-section-head p{max-width:760px;margin-left:auto;margin-right:auto}
.o21-svc-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:36px}
@media(max-width:900px){.o21-svc-cards{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.o21-svc-cards{grid-template-columns:1fr}}
.o21-svc-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #e6ebf3;border-radius:14px;padding:20px;box-shadow:0 10px 30px rgba(13,34,64,.05);transition:transform .18s ease,box-shadow .18s ease}
.o21-svc-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(13,34,64,.10)}
.o21-svc-card p{margin:0;color:#1f2a44;font-size:15px;line-height:1.55;font-weight:500}
.o21-svc-ic{flex:0 0 auto;width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}
.o21-svc-ic .dashicons{font-size:21px;width:21px;height:21px;line-height:1}
.o21-svc-card.is-problem .o21-svc-ic{background:#fdecec;color:#dc2626}
.o21-svc-card.is-deliver .o21-svc-ic{background:#e8f0fe;color:#2563eb}
.o21-svc-card.is-win .o21-svc-ic{background:#e7f7ee;color:#059669}
.o21-svc-card.is-why .o21-svc-ic{background:#f3ecfe;color:#7c3aed}
.o21-service-detail .o21-svc-intro{padding-top:56px;padding-bottom:4px}
.o21-service-detail .o21-svc-audience-band{padding-top:40px;padding-bottom:40px}

/* o21 service audience tags */
.o21-svc-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:24px auto 0;max-width:760px}
.o21-svc-tag{padding:9px 18px;border-radius:999px;background:#fff;border:1px solid #e6ebf3;color:#334155;font-size:14px;font-weight:600;box-shadow:0 4px 14px rgba(13,34,64,.05)}
.o21-svc-card.is-why{align-items:center}

/* o21 service v22 redesign */
.o21-service-detail .o21-svc-hero-visual{display:block}
.o21-service-detail .o21-svc-hero-visual svg{width:100%;height:auto;max-width:none;display:block;margin:0;filter:none}
.o21-service-detail .o21-head.center p{max-width:760px;margin-left:auto;margin-right:auto}
/* feature strip (below hero) */
.o21-svc-feature{position:relative;z-index:3;margin-top:-34px}
.o21-svc-feature .o21-svc-feature-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;background:#fff;border:1px solid #e6ebf3;border-radius:18px;padding:22px 24px;box-shadow:0 24px 60px rgba(13,34,64,.14)}
.o21-svc-feature-item{display:flex;gap:13px;align-items:center}
.o21-svc-fic{flex:0 0 auto;width:46px;height:46px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(2,105,208,.14),rgba(248,10,98,.14));color:#0269D0}
.o21-svc-fic .dashicons{font-size:23px;width:23px;height:23px;line-height:1}
.o21-svc-feature-item strong{display:block;color:#0d2240;font-size:15px;line-height:1.2}
.o21-svc-feature-item span{display:block;color:#64748b;font-size:12.5px;margin-top:3px}
@media(max-width:900px){.o21-svc-feature{margin-top:18px}.o21-svc-feature .o21-svc-feature-row{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.o21-svc-feature .o21-svc-feature-row{grid-template-columns:1fr}}
/* process timeline (one line, carousel on small) */
.o21-svc-process .o21-svc-timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:44px}
.o21-svc-tl-step{position:relative;padding:0 12px;text-align:center}
.o21-svc-tl-step::before{content:'';position:absolute;top:27px;left:50%;right:-50%;height:3px;background:linear-gradient(90deg,rgba(2,105,208,.35),rgba(248,10,98,.35))}
.o21-svc-tl-step:last-child::before{display:none}
.o21-svc-tl-num{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#0269D0,#F80A62);color:#fff;font-weight:800;font-size:18px;box-shadow:0 12px 26px rgba(2,105,208,.30)}
.o21-svc-tl-step h3{margin:18px 0 7px;font-size:16px;color:#0d2240}
.o21-svc-tl-step p{margin:0;font-size:13.5px;color:#64748b;line-height:1.55}
@media(max-width:1000px){.o21-svc-process .o21-svc-timeline{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:14px}.o21-svc-tl-step{flex:0 0 210px;scroll-snap-align:start}.o21-svc-tl-step::before{display:none}}
/* dark outcomes band */
.o21-svc-dark{background:linear-gradient(135deg,#0b1f3a,#132c50)}
.o21-svc-dark .o21-kicker{color:#8fd0ff}
.o21-svc-dark .o21-head h2{color:#ffffff}
.o21-svc-dark .o21-head p{color:#c7d3e6}
.o21-svc-dark .o21-svc-card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.13);box-shadow:none}
.o21-svc-dark .o21-svc-card p{color:#e9eef7}
.o21-svc-dark .o21-svc-card.is-win .o21-svc-ic{background:rgba(55,225,160,.16);color:#37e0a0}
/* ovh home 4 solutions + blog/team fixes */
.ovh-svc4-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}
@media(max-width:980px){.ovh-svc4-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.ovh-svc4-grid{grid-template-columns:1fr!important}}
.ovh-svc4-card{display:flex!important;flex-direction:column;align-items:flex-start;gap:13px;padding:30px 26px!important;min-height:auto!important;text-align:left;border-radius:16px!important}
.ovh-svc4-ic{width:58px;height:58px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0269D0,#F80A62);color:#fff;box-shadow:0 12px 26px rgba(2,105,208,.24)}
.ovh-svc4-ic .dashicons{font-size:28px;width:28px;height:28px;line-height:1}
.ovh-svc4-card h3{margin:4px 0 0!important;font-size:1.16rem!important;line-height:1.25!important}
.ovh-svc4-card h3 a{color:var(--ovh-navy);text-decoration:none}
.ovh-svc4-card h3 a:hover{color:#0269D0}
.ovh-svc4-card p{margin:0!important;color:var(--ovh-muted);font-size:.95rem;line-height:1.6}
.ovh-svc4-link{margin-top:auto;display:inline-flex;align-items:center;gap:5px;color:#0269D0;font-weight:800;text-decoration:none;font-size:.9rem}
.ovh-svc4-link .dashicons{font-size:16px;width:16px;height:16px;transition:transform .2s ease}
.ovh-svc4-card:hover .ovh-svc4-link .dashicons{transform:translateX(4px)}
/* blog detail hero: show full thumbnail, no crop */
.o21-post-hero .o21-post-cover-frame img{object-fit:contain!important;aspect-ratio:auto!important;height:auto!important;background:#0b1f3a}
/* team detail hero: ringed circular photo like team cards */
.o21-team-hero .o21-portrait-frame{border-radius:50%!important;padding:11px!important;max-width:360px!important;aspect-ratio:1/1;margin:0 auto;display:flex;align-items:center;justify-content:center}
.o21-team-hero .o21-portrait-frame img{aspect-ratio:1/1!important;border-radius:50%!important;object-fit:cover!important;border:6px solid #fff;width:100%;height:100%}
.o21-team-hero .o21-portrait-glow{border-radius:50%!important;inset:-8px 20px!important}
.o21-team-hero .o21-portrait-badge{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);z-index:3;background:#fff;color:#0d2240;border:1px solid #e6ebf3;border-radius:999px;padding:9px 18px;font-weight:700;font-size:13px;box-shadow:0 12px 28px rgba(13,34,64,.16);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.o21-team-hero .o21-portrait-badge .dashicons{color:#0269D0;font-size:16px;width:16px;height:16px}
/* remove rectangular hero shadows */
.o21-post-hero .o21-post-cover-glow{display:none!important}
.o21-post-hero .o21-post-cover-frame{box-shadow:none!important}
.o21-team-hero .o21-team-portrait{box-shadow:none!important}
.o21-team-hero .o21-portrait-glow{display:block!important;position:absolute;width:440px;height:440px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%!important;inset:auto!important;background:radial-gradient(circle,rgba(123,92,255,.42),rgba(255,61,154,.16) 55%,transparent 72%)!important;z-index:0;filter:blur(6px)}
.o21-team-hero .o21-portrait-frame{box-shadow:0 22px 55px rgba(2,10,30,.35)!important}
/* feature strip colorful centered */
.o21-svc-feature .o21-svc-feature-item{flex-direction:column;align-items:center;text-align:center;gap:10px}
.o21-svc-feature .o21-svc-fic{background:linear-gradient(135deg,#0269D0,#F80A62)!important;color:#fff!important;box-shadow:0 10px 24px rgba(2,105,208,.26)}
.o21-svc-feature .o21-svc-fic .dashicons{color:#fff}

/* feature icon glyph gradient v2 */
.o21-svc-feature .o21-svc-fic{background:none!important;box-shadow:none!important;width:auto!important;height:auto!important;border-radius:0!important;margin-bottom:2px}
.o21-svc-feature .o21-svc-fic .dashicons{font-size:44px!important;width:44px!important;height:44px!important;line-height:1;background:linear-gradient(135deg,#0269D0 0%,#7c3aed 50%,#F80A62 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.o21-svc-feature .o21-svc-feature-item{flex-direction:column;align-items:center;text-align:center;gap:8px}

/* refinements batch 2 */
.o21-post-hero .o21-post-cover{box-shadow:none!important}
.o21-svc-dark .o21-kicker{background:linear-gradient(135deg,rgba(2,105,208,.28),rgba(248,10,98,.28))!important;border:1px solid rgba(255,255,255,.20)!important;color:#EAF2FF!important}
/* service inquiry left column */
.o21-inquiry-points{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:13px}
.o21-inquiry-points li{display:flex;align-items:center;gap:11px;color:#334155;font-size:15.5px}
.o21-inquiry-points li .dashicons{color:#12A979;font-size:21px;width:21px;height:21px;flex:0 0 auto}
.o21-inquiry-contact{margin-top:28px;display:flex;flex-direction:column;gap:14px;padding-top:22px;border-top:1px solid #e6ebf3}
.o21-inquiry-contact a{display:flex;align-items:center;gap:11px;color:#0269D0;font-weight:700;text-decoration:none;font-size:15.5px}
.o21-inquiry-contact a .dashicons{font-size:19px;width:19px;height:19px}
.o21-inquiry-contact a:hover{color:#F80A62}
/* blog archive infinite grid */
.o21-blog-sentinel{height:1px;width:100%}
/* service inquiry slab fill */
.o21-service-detail .o21-contact-slab{grid-template-columns:minmax(0,0.82fr) minmax(0,1.18fr)!important;width:100%}
.o21-service-detail .o21-form-card{width:100%}

/* soften feature strip shadow */
.o21-svc-feature .o21-svc-feature-row{box-shadow:0 12px 34px rgba(13,34,64,.07)!important}

/* section svg figures + blog card corners */
.o21-svg-figure svg{width:100%;height:auto;display:block;border-radius:20px;box-shadow:0 20px 50px rgba(2,10,30,.14)}
.o21-blog-card{overflow:hidden}
.o21-blog-card .o21-blog-img{border-top-left-radius:inherit;border-top-right-radius:inherit}

/* service inquiry mobile collapse */
@media(max-width:900px){.o21-service-detail .o21-contact-slab{grid-template-columns:1fr!important}}

/* testimonial avatar + team hero decorations */
.o21-testi-card footer{flex-direction:row!important;align-items:center;gap:12px}
.o21-testi-ava{flex:0 0 auto;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#0269D0,#F80A62);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:19px;box-shadow:0 8px 20px rgba(2,105,208,.28)}
.o21-testi-meta{display:flex;flex-direction:column;gap:2px;min-width:0}
.o21-team-hero .o21-portrait-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:390px;height:390px;border-radius:50%;border:2px dashed rgba(143,208,255,.35);z-index:1;pointer-events:none;animation:o21RingSpin 26s linear infinite}
@keyframes o21RingSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.o21-team-hero .o21-portrait-dot{position:absolute;border-radius:50%;z-index:2;pointer-events:none;background:linear-gradient(135deg,#0269D0,#F80A62);box-shadow:0 6px 16px rgba(2,105,208,.4)}
.o21-team-hero .o21-portrait-dot.d1{width:18px;height:18px;top:12%;right:15%;animation:o21Float 5s ease-in-out infinite}
.o21-team-hero .o21-portrait-dot.d2{width:12px;height:12px;bottom:16%;left:11%;animation:o21Float 6s ease-in-out infinite reverse}
.o21-team-hero .o21-portrait-dot.d3{width:10px;height:10px;top:44%;left:3%;background:#8FD0FF;animation:o21Float 7s ease-in-out infinite}
@keyframes o21Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@media(prefers-reduced-motion:reduce){.o21-team-hero .o21-portrait-ring,.o21-team-hero .o21-portrait-dot{animation:none}}
@media(max-width:600px){.o21-team-hero .o21-portrait-ring{width:300px;height:300px}}
/* services dropdown */
.af-menu li{position:relative}
.af-menu .sub-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(8px);min-width:250px;background:#fff;border:1px solid #e6ebf3;border-radius:14px;box-shadow:0 24px 60px rgba(13,34,64,.18);padding:10px;margin:0;list-style:none;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease;z-index:200}
.af-menu .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.af-menu .sub-menu::before{content:'';position:absolute;top:-7px;left:50%;transform:translateX(-50%) rotate(45deg);width:14px;height:14px;background:#fff;border-left:1px solid #e6ebf3;border-top:1px solid #e6ebf3}
.af-menu .sub-menu li{display:block;margin:0}
.af-menu .sub-menu a{display:block;padding:11px 15px;border-radius:9px;color:#1f2a44!important;white-space:nowrap;font-size:14.5px;font-weight:600;text-decoration:none;transition:background .15s ease,color .15s ease}
.af-menu .sub-menu a:hover{background:linear-gradient(135deg,rgba(2,105,208,.09),rgba(248,10,98,.09));color:#0269D0!important}
.af-menu .menu-item-has-children>a::after{content:' \25BE';font-size:.7em;opacity:.75}
/* dropdown link color override */
.af-main-nav .af-menu .sub-menu a{color:#1f2a44!important;background:transparent!important;font-weight:600!important;min-height:auto!important;width:auto!important}
.af-main-nav .af-menu .sub-menu a:hover{background:linear-gradient(135deg,rgba(2,105,208,.09),rgba(248,10,98,.09))!important;color:#0269D0!important}

/* testi avatar image */
.o21-testi-ava.has-img{background:linear-gradient(135deg,#0269D0,#F80A62);padding:2px;overflow:hidden}
.o21-testi-ava img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;border:2px solid #fff}

/* dropdown fixes v2 */
.af-menu .sub-menu{top:100%!important}
.af-menu .menu-item-has-children>.sub-menu::before{top:-6px}
.af-site-header .af-main-nav .af-menu .sub-menu a{color:#1f2a44!important}
.af-site-header .af-main-nav .af-menu .sub-menu a:hover{color:#0269D0!important}
/* mobile: expand submenu inline in the open mobile menu */
.af-site-header.o16-menu-open .af-menu .sub-menu{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:none!important;border:none!important;background:transparent!important;padding:2px 0 8px 20px!important;min-width:0!important}
.af-site-header.o16-menu-open .af-menu .sub-menu::before{display:none!important}
.af-site-header.o16-menu-open .af-main-nav .af-menu .sub-menu a{color:rgba(255,255,255,.82)!important;background:transparent!important;padding:10px 12px!important;font-weight:600!important}
.af-site-header.o16-menu-open .af-main-nav .af-menu .sub-menu a:hover{color:#fff!important}
/* center testimonials head */
.o21-testimonials .o21-section-head{text-align:center;max-width:820px;margin-left:auto;margin-right:auto}
.o21-testimonials .o21-section-head .o21-kicker{display:inline-flex}
.o21-testimonials .o21-section-head p{margin-left:auto;margin-right:auto;max-width:700px}

/* team glow subtle v2 */
.o21-team-hero .o21-portrait-glow{position:absolute!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:380px!important;height:380px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(123,92,255,.16),rgba(255,61,154,.06) 55%,transparent 68%)!important;filter:blur(6px)!important;z-index:0!important}

/* industries 2col mobile */
.ovh-industries-process .ovh-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
@media(max-width:420px){.ovh-industries-process .ovh-industry-grid{gap:8px!important}.ovh-industry-chip{padding:12px 10px!important;font-size:.86rem!important}}

/* join open roles */
.o21-join-roles .o21-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:36px}
@media(max-width:820px){.o21-join-roles .o21-role-grid{grid-template-columns:1fr}}
.o21-role-card{background:#fff;border:1px solid #e6ebf3;border-radius:16px;padding:26px 28px;box-shadow:0 12px 34px rgba(13,34,64,.06);display:flex;flex-direction:column;gap:12px;transition:transform .18s ease,box-shadow .18s ease}
.o21-role-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(13,34,64,.1)}
.o21-role-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.o21-role-top h3{margin:0;font-size:1.2rem;color:#0d2240}
.o21-role-type{background:linear-gradient(135deg,rgba(2,105,208,.12),rgba(248,10,98,.12));color:#0269D0;border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:700;white-space:nowrap}
.o21-role-card p{margin:0;color:#475569;font-size:.98rem;line-height:1.65}
.o21-role-apply{display:inline-flex;align-items:center;gap:6px;color:#0269D0;font-weight:700;text-decoration:none;font-size:.92rem;margin-top:auto}
.o21-role-apply .dashicons{transition:transform .2s ease}
.o21-role-card:hover .o21-role-apply .dashicons{transform:translateX(4px)}
/* ==== feature strip premium redesign v3 ==== */
.o21-svc-feature{margin-top:-46px!important;position:relative;z-index:5}
.o21-svc-feature .o21-svc-feature-row{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  padding:24px 6px!important;
  border-radius:20px!important;
  border:1px solid #e9edf5!important;
  background:#fff!important;
  box-shadow:0 22px 50px rgba(13,34,64,.12)!important;
  overflow:hidden;
}
.o21-svc-feature .o21-svc-feature-item{
  position:relative;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center;
  gap:12px!important;
  padding:8px 22px!important;
}
.o21-svc-feature .o21-svc-feature-item + .o21-svc-feature-item::before{
  content:'';position:absolute;left:0;top:14%;height:72%;width:1px;
  background:linear-gradient(180deg,transparent,#e6ebf3 22%,#e6ebf3 78%,transparent);
}
.o21-svc-feature .o21-svc-fic{
  width:58px!important;height:58px!important;border-radius:16px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(135deg,rgba(2,105,208,.12),rgba(124,58,237,.10) 50%,rgba(248,10,98,.11))!important;
  border:1px solid rgba(2,105,208,.16)!important;
  box-shadow:0 8px 20px rgba(2,105,208,.10)!important;
  transition:transform .25s ease,box-shadow .25s ease;
}
.o21-svc-feature .o21-svc-fic .dashicons{
  font-size:30px!important;width:30px!important;height:30px!important;line-height:30px!important;
  background:linear-gradient(135deg,#0269D0 0%,#7c3aed 50%,#F80A62 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
}
.o21-svc-feature .o21-svc-feature-item strong{font-size:1.02rem!important;color:#0f1e38!important;display:block;margin-bottom:3px;line-height:1.2}
.o21-svc-feature .o21-svc-feature-item span{color:#5b6b86!important;font-size:.85rem!important;line-height:1.35}
.o21-svc-feature .o21-svc-feature-item:hover .o21-svc-fic{transform:translateY(-4px);box-shadow:0 14px 26px rgba(2,105,208,.18)!important}
@media(max-width:760px){
  .o21-svc-feature{margin-top:-30px!important}
  .o21-svc-feature .o21-svc-feature-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 0!important;padding:20px 6px!important}
  .o21-svc-feature .o21-svc-feature-item{padding:10px 12px!important}
  .o21-svc-feature .o21-svc-feature-item + .o21-svc-feature-item::before{display:none!important}
  .o21-svc-feature .o21-svc-feature-item:nth-child(2)::before,
  .o21-svc-feature .o21-svc-feature-item:nth-child(4)::before{display:block!important;top:12%;height:76%}
}
/* ==== active submenu item visible ==== */
.af-site-header .af-main-nav .af-menu .sub-menu .current-menu-item>a,
.af-site-header .af-main-nav .af-menu .sub-menu li.current-menu-item>a,
.af-site-header .af-main-nav .af-menu .sub-menu .current_page_item>a,
.af-site-header .af-main-nav .af-menu .sub-menu .current-menu-ancestor>a{
  color:#0269D0!important;
  background:rgba(2,105,208,.08)!important;
  font-weight:700!important;
}
.af-site-header.o16-menu-open .af-main-nav .af-menu .sub-menu .current-menu-item>a{
  color:#fff!important;background:rgba(255,255,255,.14)!important;
}

/* ==== feature strip cards redesign v4 ==== */
.o21-svc-feature{margin-top:-38px!important;position:relative;z-index:5}
.o21-svc-feature .o21-svc-feature-row{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  gap:18px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  overflow:visible!important;
}
.o21-svc-feature .o21-svc-feature-item{
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
  gap:12px!important;
  padding:26px 20px!important;
  background:#fff!important;
  border:1px solid #e9edf5!important;
  border-radius:18px!important;
  box-shadow:0 16px 38px rgba(13,34,64,.12)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.o21-svc-feature .o21-svc-feature-item::before{display:none!important}
.o21-svc-feature .o21-svc-feature-item:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(13,34,64,.18)!important;border-color:rgba(2,105,208,.28)!important}
.o21-svc-feature .o21-svc-fic{
  width:56px!important;height:56px!important;border-radius:16px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(135deg,rgba(2,105,208,.17),rgba(124,58,237,.15) 50%,rgba(248,10,98,.16))!important;
  border:1px solid rgba(2,105,208,.22)!important;
  box-shadow:0 8px 18px rgba(2,105,208,.12)!important;
  transition:transform .25s ease;
}
.o21-svc-feature .o21-svc-feature-item:hover .o21-svc-fic{transform:translateY(-3px) scale(1.05)}
.o21-svc-feature .o21-svc-fic .dashicons{
  font-size:28px!important;width:28px!important;height:28px!important;line-height:28px!important;
  background:linear-gradient(135deg,#0269D0 0%,#7c3aed 50%,#F80A62 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
}
.o21-svc-feature .o21-svc-feature-item strong{font-size:1rem!important;color:#0f1e38!important;display:block;margin-bottom:3px;line-height:1.2}
.o21-svc-feature .o21-svc-feature-item span{color:#5b6b86!important;font-size:.82rem!important;line-height:1.35}
@media(max-width:760px){
  .o21-svc-feature{margin-top:-24px!important}
  .o21-svc-feature .o21-svc-feature-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .o21-svc-feature .o21-svc-feature-item{padding:20px 12px!important}
}
/* ==== feature strip minimal inline v5 ==== */
.o21-svc-feature{
  margin-top:0!important;
  background:linear-gradient(135deg,#061528 0%,#0a2a54 58%,#2a0c26 100%)!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
  padding:24px 0!important;
  position:relative;z-index:2;
}
.o21-svc-feature .o21-svc-feature-row{
  background:transparent!important;border:0!important;box-shadow:none!important;
  padding:0!important;gap:0!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;overflow:visible!important;
}
.o21-svc-feature .o21-svc-feature-item{
  flex-direction:row!important;align-items:center!important;justify-content:center!important;
  text-align:left!important;gap:13px!important;padding:6px 20px!important;
  background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;
  position:relative;transform:none!important;
}
.o21-svc-feature .o21-svc-feature-item:hover{transform:none!important;box-shadow:none!important;border:0!important}
.o21-svc-feature .o21-svc-feature-item + .o21-svc-feature-item::before{
  content:''!important;display:block!important;position:absolute;left:0;top:50%;transform:translateY(-50%);
  height:44px;width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.18) 25%,rgba(255,255,255,.18) 75%,transparent)!important;
}
.o21-svc-feature .o21-svc-fic{
  flex:0 0 auto;width:auto!important;height:auto!important;border-radius:0!important;
  background:none!important;border:0!important;box-shadow:none!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;transform:none!important;
}
.o21-svc-feature .o21-svc-feature-item:hover .o21-svc-fic{transform:none!important}
.o21-svc-feature .o21-svc-fic .dashicons{
  font-size:32px!important;width:32px!important;height:32px!important;line-height:32px!important;
  background:linear-gradient(135deg,#3aa0ff 0%,#a78bfa 50%,#ff5ea0 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
}
.o21-svc-feature .o21-svc-feature-item strong{font-size:.98rem!important;color:#fff!important;display:block;margin-bottom:2px;line-height:1.2}
.o21-svc-feature .o21-svc-feature-item span{color:rgba(255,255,255,.6)!important;font-size:.8rem!important;line-height:1.3}
@media(max-width:760px){
  .o21-svc-feature{padding:18px 0!important}
  .o21-svc-feature .o21-svc-feature-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 0!important}
  .o21-svc-feature .o21-svc-feature-item{padding:8px 12px!important}
  .o21-svc-feature .o21-svc-feature-item + .o21-svc-feature-item::before{display:none!important}
  .o21-svc-feature .o21-svc-feature-item:nth-child(2)::before,
  .o21-svc-feature .o21-svc-feature-item:nth-child(4)::before{display:block!important}
}
/* ==== proof strip -> minimal dark band (inner pages) v5 ==== */
.o21-proof-strip{
  margin-top:0!important;
  background:linear-gradient(135deg,#061528 0%,#0a2a54 58%,#2a0c26 100%)!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
  padding:26px 0!important;
  box-shadow:none!important;
}
.o21-proof-strip .o21-shell{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;align-items:center;
}
.o21-proof-strip article{
  position:relative;text-align:center;padding:6px 20px!important;
  background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;
}
.o21-proof-strip article + article::before{
  content:''!important;display:block!important;position:absolute;left:0;top:50%;transform:translateY(-50%);
  height:46px;width:1px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.18) 25%,rgba(255,255,255,.18) 75%,transparent)!important;
}
.o21-proof-strip article strong{
  display:block!important;font-size:2rem!important;line-height:1!important;font-weight:800!important;
  background:linear-gradient(135deg,#3aa0ff 0%,#a78bfa 50%,#ff5ea0 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
  margin-bottom:7px!important;
}
.o21-proof-strip article span{color:rgba(255,255,255,.66)!important;font-size:.86rem!important;line-height:1.3}
@media(max-width:760px){
  .o21-proof-strip{padding:20px 0!important}
  .o21-proof-strip .o21-shell{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 0!important}
  .o21-proof-strip article strong{font-size:1.7rem!important}
  .o21-proof-strip article + article::before{display:none!important}
  .o21-proof-strip article:nth-child(2)::before,
  .o21-proof-strip article:nth-child(4)::before{display:block!important}
}
/* ==== logo consistency + mobile alignment v6 ==== */
img[src*="ovelithub-updated-logo"]{height:58px!important;max-height:58px!important;width:auto!important}

@media(max-width:760px){
  /* home: industries + process links aligned left */
  .ovh-industries-process .ovh-text-link{align-self:flex-start!important;justify-content:flex-start!important;margin-left:0!important}
  /* service listing enterprise-ready checklist + inquiry points left aligned */
  .o21-checklist,.o21-checklist li{text-align:left!important}
  .o21-inquiry-points,.o21-inquiry-points li{text-align:left!important}
  /* service detail: hide hero image */
  .o21-svc-hero-visual{display:none!important}
  /* case cards: outcome + view case study side by side, smaller */
  .o21-case-card footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important}
  .o21-case-card footer strong{font-size:.82rem!important;line-height:1.25}
  .o21-case-card footer a{font-size:.82rem!important;white-space:nowrap}
  /* contact: form above, Get in Touch below */
  .o21-contact-page-grid{display:flex!important;flex-direction:column!important}
  .o21-contact-page-grid .o21-form-card{order:1!important}
  .o21-contact-page-grid .o21-contact-info{order:2!important}
}
/* ==== header logo specificity fix v6b ==== */
html body .af-site-header img[src*="ovelithub-updated-logo"],
html body .af-site-header a img[src*="ovelithub-updated-logo"],
html body header img[src*="ovelithub-updated-logo"]{height:58px!important;max-height:58px!important;width:auto!important}
/* ==== job apply modal v26 ==== */
.o21-role-apply{cursor:pointer;font:inherit}
button.o21-role-apply{border:0;background:transparent}
.ovh-apply-overlay{position:fixed;inset:0;background:rgba(6,14,30,.62);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:99999;display:none;align-items:flex-start;justify-content:center;padding:44px 16px;overflow:auto}
.ovh-apply-overlay.is-open{display:flex}
.ovh-apply-modal{position:relative;background:#fff;border-radius:20px;max-width:520px;width:100%;padding:30px 28px;box-shadow:0 30px 80px rgba(6,14,30,.4);animation:ovhApplyIn .25s ease}
@keyframes ovhApplyIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.ovh-apply-close{position:absolute;top:12px;right:16px;border:0;background:transparent;font-size:26px;line-height:1;color:#5b6b86;cursor:pointer}
.ovh-apply-close:hover{color:#0f1e38}
.ovh-apply-head{margin-bottom:18px}
.ovh-apply-kicker{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0269D0;background:rgba(2,105,208,.08);padding:5px 12px;border-radius:999px;margin-bottom:10px}
.ovh-apply-head h3{margin:0 0 6px;font-size:1.4rem;color:#0f1e38;font-weight:800}
.ovh-apply-role{background:linear-gradient(135deg,#0269D0,#7c3aed 50%,#F80A62);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.ovh-apply-head p{margin:0;color:#5b6b86;font-size:.9rem}
.ovh-apply-form{display:flex;flex-direction:column;gap:12px}
.ovh-apply-form label{display:flex;flex-direction:column;gap:5px;font-size:.82rem;font-weight:600;color:#2a3a57}
.ovh-apply-form label span{color:#8a97ad;font-weight:500}
.ovh-apply-form input,.ovh-apply-form textarea{border:1px solid #d9e0ec;border-radius:10px;padding:11px 13px;font:inherit;font-size:.9rem;color:#0f1e38;background:#f8fafc;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box}
.ovh-apply-form input:focus,.ovh-apply-form textarea:focus{outline:0;border-color:#0269D0;box-shadow:0 0 0 3px rgba(2,105,208,.14);background:#fff}
.ovh-apply-form textarea{resize:vertical;min-height:90px}
.ovh-apply-submit{margin-top:6px;border:0;border-radius:999px;padding:13px 20px;font-weight:700;font-size:.92rem;color:#fff;cursor:pointer;background:linear-gradient(135deg,#0269D0,#F80A62);transition:transform .2s,box-shadow .2s}
.ovh-apply-submit:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(2,105,208,.28)}
.ovh-apply-submit:disabled{opacity:.7;cursor:default;transform:none;box-shadow:none}
.ovh-apply-status{font-size:.86rem;min-height:1.1em;font-weight:600}
.ovh-apply-status.is-ok{color:#0a7d40}
.ovh-apply-status.is-err{color:#d61f4a}
/* ==== industries links centered on mobile v6c ==== */
@media(max-width:760px){
  .ovh-industries-process .ovh-text-link{align-self:center!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}
}
/* ==== footer social round brand icons v28 ==== */
.af-socials{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px}
.af-socials a.af-social{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0269D0,#F80A62);color:#fff;padding:0;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}
.af-socials a.af-social:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(2,105,208,.4)}
.af-socials a.af-social svg{width:19px;height:19px;fill:#fff;display:block}
/* ==== footer social icons override v28b ==== */
.af-site-footer .af-socials a.af-social,
.af-footer-about .af-socials a.af-social,
.af-socials a.af-social{background:linear-gradient(135deg,#0269D0,#F80A62)!important;background-color:transparent!important;border:0!important;width:40px!important;height:40px!important;border-radius:50%!important;padding:0!important;color:#fff!important}
.af-site-footer .af-socials a.af-social:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(2,105,208,.4)!important}
.af-socials a.af-social svg{width:19px!important;height:19px!important;fill:#fff!important;display:block}
/* ==== footer logo optical left align v29 ==== */
.af-footer-about .af-brand{margin-left:-4px!important}
.af-footer-about .af-brand img{display:block}
/* ==== footer logo size match v29b ==== */
.af-footer-about .af-brand img{height:58px!important;max-height:58px!important;width:auto!important;max-width:none!important}
/* ==== footer logo size force high-specificity v29c ==== */
html body .af-site-footer .af-footer-about .af-brand img,
body.ovh-home-reference-v1-body .af-site-footer .af-footer-about .af-brand img{height:58px!important;max-height:58px!important;width:auto!important;max-width:none!important}
/* ==== testimonials card shadow un-clip v30 ==== */
.o21-testimonials .o21-testi-viewport{padding-top:14px!important;padding-bottom:40px!important;margin-top:-8px;margin-bottom:-16px}
/* ==== contact slab fill on all detail pages (team + service) v31 ==== */
.o21-contact-slab{grid-template-columns:minmax(0,0.82fr) minmax(0,1.18fr)!important;width:100%}
@media(max-width:900px){.o21-contact-slab{grid-template-columns:1fr!important}}
/* ==== contact slab left column vertical center v32 ==== */
@media(min-width:901px){.o21-contact-slab{align-items:center!important}}
/* ==== team portrait role badge premium v35 ==== */
.o21-team-hero .o21-portrait-badge,
.o21-team-portrait .o21-portrait-badge,
.o21-portrait-badge{
  background:linear-gradient(#fff,#fff) padding-box, linear-gradient(135deg,#0269D0,#7c3aed 50%,#F80A62) border-box!important;
  border:2px solid transparent!important;
  box-shadow:0 14px 32px rgba(2,105,208,.22)!important;
  padding:10px 20px!important;
  font-weight:700!important;
  color:#0f1e38!important;
  letter-spacing:.2px;
  gap:7px;
}
.o21-portrait-badge .dashicons{
  background:linear-gradient(135deg,#0269D0,#F80A62);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent!important;
}
/* ==== testimonial platform round logo v39 ==== */
.o21-testi-brand .o21-testi-logo{width:34px;height:34px;border-radius:50%;object-fit:cover;display:inline-block;vertical-align:middle;box-shadow:0 2px 8px rgba(13,34,64,.14);background:#fff}