.ivn-home-2026-page {
    --ivn-home-2026-navy: #032b5d;
    --ivn-home-2026-blue: #0755a3;
    --ivn-home-2026-red: #ed1c24;
    --ivn-home-2026-ink: #10213a;
    --ivn-home-2026-muted: #5a6778;
    --ivn-home-2026-line: #dce4ee;
    margin: 0;
    background: #fff;
    color: var(--ivn-home-2026-ink);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.ivn-home-2026-page * {
    box-sizing: border-box;
}

.ivn-home-2026-page a {
    color: inherit;
    text-decoration: none;
}

.ivn-home-2026-page img {
    display: block;
    max-width: 100%;
}

.ivn-home-2026-shell {
    width: min(1380px, calc(100% - 48px));
    margin-inline: auto;
}

.ivn-home-2026-preview-note {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 50;
    padding: 9px 12px;
    border-radius: 6px;
    background: rgba(237, 28, 36, .94);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .22);
}

.ivn-home-2026-topbar {
    min-height: 38px;
    background: var(--ivn-home-2026-navy);
    color: #fff;
}

.ivn-home-2026-topbar-inner,
.ivn-home-2026-contact-list,
.ivn-home-2026-languages,
.ivn-home-2026-navbar-inner,
.ivn-home-2026-actions,
.ivn-home-2026-projects-head,
.ivn-home-2026-footer-inner {
    display: flex;
    align-items: center;
}

.ivn-home-2026-topbar-inner {
    min-height: 38px;
    justify-content: space-between;
    gap: 24px;
    font-size: 13px;
}

.ivn-home-2026-contact-list {
    gap: 28px;
}

.ivn-home-2026-contact-list a:hover,
.ivn-home-2026-languages a:hover {
    color: #ffccce;
}

.ivn-home-2026-languages {
    gap: 12px;
    font-weight: 800;
}

.ivn-home-2026-navbar {
    border-bottom: 1px solid #e9edf2;
    background: rgba(255, 255, 255, .98);
}

.ivn-home-2026-navbar-inner {
    min-height: 106px;
    gap: 30px;
}

.ivn-home-2026-logo {
    flex: 0 0 210px;
}

.ivn-home-2026-logo img {
    width: 190px;
    height: auto;
}

.ivn-home-2026-mobile-menu {
    display: none;
}

.ivn-home-2026-nav {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.65vw, 30px);
}

.ivn-home-2026-nav a {
    position: relative;
    padding: 42px 0 38px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.ivn-home-2026-nav a:hover,
.ivn-home-2026-nav-active {
    color: var(--ivn-home-2026-red) !important;
}

.ivn-home-2026-nav-active::after {
    position: absolute;
    right: 0;
    bottom: 26px;
    left: 0;
    height: 2px;
    background: var(--ivn-home-2026-red);
    content: "";
}

.ivn-home-2026-header-cta,
.ivn-home-2026-action-primary,
.ivn-home-2026-action-secondary,
.ivn-home-2026-projects-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.ivn-home-2026-header-cta {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 20px;
    background: var(--ivn-home-2026-red);
    color: #fff !important;
    font-size: 12px;
}

.ivn-home-2026-header-cta:hover,
.ivn-home-2026-action-primary:hover {
    background: #c90f17;
    transform: translateY(-2px);
}

.ivn-home-2026-hero {
    position: relative;
    overflow: hidden;
    background: var(--ivn-home-2026-navy);
    color: #fff;
}

.ivn-home-2026-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ivn-home-2026-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 31, 70, .96) 0%, rgba(1, 31, 70, .87) 42%, rgba(1, 31, 70, .28) 72%, rgba(1, 31, 70, .12) 100%);
    content: "";
    pointer-events: none;
}

.ivn-home-2026-hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(118deg, transparent 0 52%, rgba(22, 108, 197, .14) 52% 68%, transparent 68%);
    content: "";
    pointer-events: none;
}

.ivn-home-2026-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 560px;
    align-items: center;
    padding-block: 72px 118px;
}

.ivn-home-2026-hero-copy {
    width: min(690px, 61%);
}

.ivn-home-2026-eyebrow {
    margin: 0 0 8px;
    font-size: clamp(38px, 4.7vw, 72px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.035em;
}

.ivn-home-2026-title {
    max-width: 660px;
    margin: 0;
    font-size: clamp(30px, 3.35vw, 52px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.ivn-home-2026-title span {
    display: block;
    margin-top: 5px;
    color: #ff3038;
}

.ivn-home-2026-lead {
    max-width: 650px;
    margin: 27px 0 0;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.7;
}

.ivn-home-2026-actions {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.ivn-home-2026-action-primary,
.ivn-home-2026-action-secondary {
    min-height: 52px;
    padding: 0 22px;
    font-size: 12px;
}

.ivn-home-2026-action-primary {
    background: var(--ivn-home-2026-red);
    color: #fff !important;
}

.ivn-home-2026-action-secondary {
    border: 1px solid rgba(255, 255, 255, .68);
    color: #fff !important;
}

.ivn-home-2026-action-secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .12);
    transform: translateY(-2px);
}

.ivn-home-2026-trust-strip {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: rgba(1, 30, 66, .86);
    backdrop-filter: blur(6px);
}

.ivn-home-2026-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ivn-home-2026-trust-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 16px 25px;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.ivn-home-2026-trust-item::before {
    display: inline-flex;
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    content: "✓";
}

.ivn-home-2026-trust-item:nth-child(2)::before { content: "⚙"; }
.ivn-home-2026-trust-item:nth-child(3)::before { content: "◷"; }
.ivn-home-2026-trust-item:nth-child(4)::before { content: "↔"; }

.ivn-home-2026-trust-item:first-child {
    padding-left: 0;
}

.ivn-home-2026-trust-item:last-child {
    border-right: 0;
}

.ivn-home-2026-trust-item strong,
.ivn-home-2026-trust-item span {
    display: block;
}

.ivn-home-2026-trust-item strong {
    margin-bottom: 4px;
    font-size: 14px;
}

.ivn-home-2026-trust-item span {
    color: #c9d8eb;
    font-size: 11px;
}

.ivn-home-2026-pillars,
.ivn-home-2026-projects {
    padding: 72px 0 78px;
}

.ivn-home-2026-pillars {
    padding: 24px 0 20px;
}

.ivn-home-2026-pillars .ivn-home-2026-section-heading {
    display: none;
}

.ivn-home-2026-stats {
    border-top: 1px solid #e3eaf2;
    border-bottom: 1px solid #e3eaf2;
    background: #f5f8fc;
}

.ivn-home-2026-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ivn-home-2026-stat {
    padding: 27px 30px;
    border-right: 1px solid #d5dfeb;
    text-align: center;
}

.ivn-home-2026-stat:last-child {
    border-right: 0;
}

.ivn-home-2026-stat strong,
.ivn-home-2026-stat span,
.ivn-home-2026-stat small {
    display: block;
}

.ivn-home-2026-stat strong {
    color: var(--ivn-home-2026-navy);
    font-size: clamp(28px, 2.7vw, 42px);
    line-height: 1;
}

.ivn-home-2026-stat span {
    margin-top: 7px;
    color: var(--ivn-home-2026-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ivn-home-2026-stat small {
    margin-top: 5px;
    color: var(--ivn-home-2026-muted);
    font-size: 11px;
    line-height: 1.35;
}

.ivn-home-2026-section-heading {
    max-width: 820px;
}

.ivn-home-2026-section-kicker {
    margin: 0 0 10px;
    color: var(--ivn-home-2026-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ivn-home-2026-section-heading h2 {
    margin: 0;
    color: var(--ivn-home-2026-navy);
    font-size: clamp(28px, 2.6vw, 42px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.ivn-home-2026-pillar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 0;
}

.ivn-home-2026-pillar {
    display: grid;
    min-height: 160px;
    grid-template-columns: 68px 1fr;
    grid-template-rows: auto auto 1fr;
    column-gap: 17px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--ivn-home-2026-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(22, 45, 74, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ivn-home-2026-pillar:hover {
    border-color: #a9c2df;
    box-shadow: 0 16px 36px rgba(22, 45, 74, .13);
    transform: translateY(-5px);
}

.ivn-home-2026-pillar-icon {
    display: inline-flex;
    grid-row: 1 / 4;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 50%;
    background: var(--ivn-home-2026-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.ivn-home-2026-pillar-red .ivn-home-2026-pillar-icon {
    background: var(--ivn-home-2026-red);
}

.ivn-home-2026-pillar strong {
    color: var(--ivn-home-2026-navy);
    font-size: 17px;
    line-height: 1.35;
}

.ivn-home-2026-pillar > span:not(.ivn-home-2026-pillar-icon) {
    margin-top: 7px;
    color: var(--ivn-home-2026-muted);
    font-size: 13px;
    line-height: 1.6;
}

.ivn-home-2026-pillar em {
    margin-top: 0;
    padding-top: 10px;
    color: var(--ivn-home-2026-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.ivn-home-2026-pillar-red em {
    color: var(--ivn-home-2026-red);
}

.ivn-home-2026-projects {
    background: #f3f7fc;
}

.ivn-home-2026-projects-head {
    justify-content: space-between;
    gap: 28px;
}

.ivn-home-2026-projects-link {
    min-height: 44px;
    flex: 0 0 auto;
    padding: 0 18px;
    border: 1px solid #8da8c8;
    color: var(--ivn-home-2026-navy) !important;
    font-size: 11px;
}

.ivn-home-2026-projects-link:hover {
    border-color: var(--ivn-home-2026-navy);
    background: var(--ivn-home-2026-navy);
    color: #fff !important;
}

.ivn-home-2026-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 34px;
}

.ivn-home-2026-project {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(22, 45, 74, .08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.ivn-home-2026-project:hover {
    box-shadow: 0 15px 34px rgba(22, 45, 74, .15);
    transform: translateY(-4px);
}

.ivn-home-2026-project img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ivn-home-2026-project span {
    display: block;
    min-height: 78px;
    padding: 20px;
    color: var(--ivn-home-2026-navy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.ivn-home-2026-footer {
    background: #011f46;
    color: #c9d7e8;
}

.ivn-home-2026-footer-inner {
    min-height: 70px;
    justify-content: space-between;
    gap: 24px;
    font-size: 12px;
}

@media (max-width: 1180px) {
    .ivn-home-2026-navbar-inner {
        min-height: 88px;
        flex-wrap: wrap;
        padding-block: 14px;
    }

    .ivn-home-2026-logo {
        flex-basis: 180px;
    }

    .ivn-home-2026-logo img {
        width: 165px;
    }

    .ivn-home-2026-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .ivn-home-2026-nav a {
        padding: 12px 0 14px;
    }

    .ivn-home-2026-nav-active::after {
        bottom: 7px;
    }

    .ivn-home-2026-header-cta {
        margin-left: auto;
    }

    .ivn-home-2026-pillar-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ivn-home-2026-shell {
        width: min(100% - 32px, 680px);
    }

    .ivn-home-2026-preview-note {
        position: static;
        max-width: none;
        border-radius: 0;
        font-size: 9px;
        text-align: center;
        box-shadow: none;
    }

    .ivn-home-2026-topbar-inner {
        padding-block: 8px;
    }

    .ivn-home-2026-contact-list {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .ivn-home-2026-contact-list span,
    .ivn-home-2026-header-cta {
        display: none;
    }

    .ivn-home-2026-navbar-inner {
        position: relative;
        gap: 10px;
    }

    .ivn-home-2026-logo {
        flex-basis: 150px;
    }

    .ivn-home-2026-logo img {
        width: 145px;
    }

    .ivn-home-2026-nav {
        display: none;
    }

    .ivn-home-2026-mobile-menu {
        display: block;
        margin-left: auto;
    }

    .ivn-home-2026-mobile-menu-toggle {
        padding: 10px 14px;
        border: 1px solid #c9d5e3;
        border-radius: 6px;
        color: var(--ivn-home-2026-navy);
        font-size: 12px;
        font-weight: 900;
        cursor: pointer;
        list-style: none;
        text-transform: uppercase;
    }

    .ivn-home-2026-mobile-menu-toggle::-webkit-details-marker {
        display: none;
    }

    .ivn-home-2026-mobile-menu-toggle::before {
        margin-right: 8px;
        content: "☰";
    }

    .ivn-home-2026-mobile-menu[open] .ivn-home-2026-mobile-menu-toggle::before {
        content: "×";
    }

    .ivn-home-2026-mobile-nav {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        z-index: 20;
        display: grid;
        width: min(300px, calc(100vw - 32px));
        overflow: hidden;
        border: 1px solid #d7e0ea;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 14px 34px rgba(1, 31, 70, .2);
    }

    .ivn-home-2026-mobile-nav a {
        padding: 12px 16px;
        border-bottom: 1px solid #edf1f5;
        color: var(--ivn-home-2026-navy);
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .ivn-home-2026-mobile-nav a:last-child {
        border-bottom: 0;
    }

    .ivn-home-2026-mobile-nav a:hover {
        background: #eff5fb;
        color: var(--ivn-home-2026-red);
    }

    .ivn-home-2026-hero {
        background-position: 60% center;
    }

    .ivn-home-2026-hero-media {
        object-position: 68% center;
    }

    .ivn-home-2026-hero-inner {
        min-height: 640px;
        align-items: flex-start;
        padding-top: 62px;
        padding-bottom: 230px;
    }

    .ivn-home-2026-hero-copy {
        width: 100%;
    }

    .ivn-home-2026-title span {
        display: inline;
    }

    .ivn-home-2026-lead {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.62;
    }

    .ivn-home-2026-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ivn-home-2026-action-primary,
    .ivn-home-2026-action-secondary {
        width: 100%;
    }

    .ivn-home-2026-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ivn-home-2026-trust-item,
    .ivn-home-2026-trust-item:first-child {
        padding: 13px 14px;
    }

    .ivn-home-2026-trust-item:nth-child(2) {
        border-right: 0;
    }

    .ivn-home-2026-trust-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }

    .ivn-home-2026-pillars,
    .ivn-home-2026-projects {
        padding: 54px 0;
    }

    .ivn-home-2026-pillar-grid,
    .ivn-home-2026-project-grid {
        grid-template-columns: 1fr;
    }

    .ivn-home-2026-stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ivn-home-2026-stat:nth-child(2) {
        border-right: 0;
    }

    .ivn-home-2026-stat:nth-child(-n+2) {
        border-bottom: 1px solid #d5dfeb;
    }

    .ivn-home-2026-pillar {
        min-height: 180px;
    }

    .ivn-home-2026-projects-head,
    .ivn-home-2026-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .ivn-home-2026-projects-link {
        margin-top: 4px;
    }

    .ivn-home-2026-footer-inner {
        justify-content: center;
        padding-block: 20px;
    }
}

@media (max-width: 430px) {
    .ivn-home-2026-topbar-inner {
        gap: 10px;
    }

    .ivn-home-2026-contact-list {
        font-size: 11px;
    }

    .ivn-home-2026-languages {
        gap: 8px;
        font-size: 11px;
    }

    .ivn-home-2026-hero-inner {
        min-height: 680px;
        padding-top: 48px;
    }

    .ivn-home-2026-eyebrow {
        font-size: 38px;
    }

    .ivn-home-2026-title {
        font-size: 31px;
    }

    .ivn-home-2026-trust-item strong {
        font-size: 12px;
    }

    .ivn-home-2026-trust-item span {
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ivn-home-2026-page * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
