/********** Nowmaster Site CSS, based on HTML Codex template foundation **********/
:root {
    --primary: #34aa63;
    --secondary: #34ad54;
    --signal: #f2b84b;
    --light: #f5fbfc;
    --muted: #678094;
    --dark: #091e3e;
    --ink: #142d43;
    --line: #d7e8ee;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--ink);
    background: #ffffff;
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover,
a:focus {
    color: #038e9e;
}

h1,
h2,
.fw-bold {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800 !important;
    line-height: 1.08;
    color: var(--dark);
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

h3,
h4,
.fw-semi-bold {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 700 !important;
    color: var(--dark);
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

p {
    margin-bottom: 1rem;
}

ul {
    padding-left: 1.25rem;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-light-subtle {
    background: var(--light);
}

.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@keyframes sk-rotateplane {
    0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
    50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
    100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    border-radius: 6px;
    transition: .25s ease;
}

.btn-primary {
    color: #ffffff;
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    background: #038e9e;
    border-color: #038e9e;
    transform: translateY(-1px);
}

.btn-light {
    color: var(--dark);
}

.btn-outline-light:hover {
    color: var(--dark);
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.topbar {
    background: #061429;
}

.navbar-dark {
    z-index: 999;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 18px;
    padding: 34px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    transition: .25s ease;
    white-space: nowrap;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show {
    color: var(--primary);
}

.navbar-dark .navbar-brand {
    color: #ffffff;
}

.brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 6px;
}

.brand-wordmark {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
}

.sticky-top .brand-wordmark {
    color: var(--dark);
}

.nav-cta {
    white-space: nowrap;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    min-width: 44px;
    min-height: 44px;
}

.navbar-dark .navbar-toggler .fa-bars {
    display: block;
    color: var(--primary);
    font-size: 1.25rem;
    line-height: 1;
}

.dropdown-menu {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(9, 30, 62, .14);
    padding: .6rem;
}

.dropdown-item {
    border-radius: 6px;
    padding: .65rem .85rem;
    color: var(--dark);
    font-weight: 600;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--dark);
    background: var(--light);
}

@media (max-width: 1199.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-left: 10px;
        font-size: 14px;
    }

    .nav-cta {
        display: none;
    }

    .ai-problem-grid,
    .ai-feature-grid,
    .how-system-grid,
    .service-lifecycle,
    .service-offer-grid,
    .service-output-grid,
    .home-focus-grid,
    .landing-step-grid,
    .transformation-track-grid,
    .transformation-healthcheck-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-lifecycle::before {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-left: 10px;
        font-size: 15px;
    }

    .brand-wordmark {
        font-size: 28px;
    }

    .nav-cta {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark {
        position: relative;
        background: #ffffff;
        min-height: 86px;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand {
        color: var(--dark);
    }

    .brand-wordmark {
        color: var(--dark);
        font-size: 26px;
        max-width: calc(100vw - 150px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar-dark .navbar-brand {
        max-width: calc(100% - 64px);
    }

    .navbar-dark .navbar-toggler {
        display: block;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        padding: .55rem .7rem;
    }

    .nav-cta {
        margin-top: 1rem;
        margin-left: 0 !important;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
        background: rgba(6, 20, 41, .18);
        backdrop-filter: blur(8px);
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(9, 30, 62, .08);
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .25s ease;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

.page-hero {
    position: relative;
    overflow: hidden;
    background-image: url('../img/carousel-1.jpg');
    background-size: cover;
    background-position: center;
}

.home-carousel {
    position: relative;
    overflow: hidden;
    background: #061429;
}

.home-carousel .carousel-item {
    height: 700px;
    min-height: 700px;
}

.home-carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-carousel .carousel-caption {
    inset: 0;
    padding: 120px 8vw 80px;
    background: linear-gradient(90deg, rgba(5, 18, 38, .86), rgba(5, 18, 38, .64) 58%, rgba(5, 18, 38, .34));
    z-index: 1;
}

.carousel-copy {
    width: min(100%, 1280px);
    max-width: 1280px;
    margin: 0 auto;
}

.home-carousel .display-1 {
    color: #ffffff !important;
    font-size: clamp(2.35rem, 3.35vw, 3.65rem);
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-shadow: 0 4px 26px rgba(0, 0, 0, .68);
}

.home-carousel .hero-lead {
    text-align: center;
}

.home-carousel .carousel-control-prev,
.home-carousel .carousel-control-next {
    width: 9%;
    z-index: 2;
}

.home-carousel .carousel-control-prev-icon,
.home-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.page-hero {
    background-position: center center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 18, 38, .88), rgba(5, 18, 38, .68) 54%, rgba(5, 18, 38, .35));
}

.min-vh-hero {
    min-height: 680px;
    padding-top: 110px;
    padding-bottom: 86px;
}

.page-hero .min-vh-hero {
    min-height: 510px;
}

.hero-kicker,
.section-kicker {
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .86rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hero-title {
    color: #ffffff !important;
    font-size: clamp(2.35rem, 3.35vw, 3.65rem);
    line-height: 1.12;
    max-width: 1280px;
    margin-bottom: 1.4rem;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-shadow: 0 4px 26px rgba(0, 0, 0, .68);
}

.hero-lead {
    color: rgba(255, 255, 255, .85);
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    max-width: 780px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .58);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.breadcrumb-line {
    position: absolute;
    left: 12px;
    bottom: 26px;
    display: flex;
    gap: .65rem;
    color: rgba(255, 255, 255, .72);
    font-size: .95rem;
}

.breadcrumb-line a {
    color: #ffffff;
}

.facts {
    position: relative;
    margin-top: -72px;
    z-index: 5;
}

.facts .row {
    align-items: stretch;
}

.facts .row > [class*="col-"] {
    display: flex;
}

.fact-card {
    width: 100%;
    min-height: 178px;
    height: 100%;
    display: flex;
    gap: 1.15rem;
    align-items: center;
    padding: 1.75rem;
    box-shadow: 0 18px 45px rgba(9, 30, 62, .12);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.fact-card:hover,
.fact-card:focus {
    color: inherit;
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(9, 30, 62, .18);
}

.fact-card i {
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.3rem;
}

.fact-card h5 {
    margin-bottom: .4rem;
    font-size: 1.1rem;
}

.fact-card p {
    margin: 0;
    font-size: .95rem;
}

.fact-card-dark {
    background: var(--dark);
    color: rgba(255, 255, 255, .84);
}

.fact-card-dark h5 {
    color: #ffffff;
}

.fact-card-dark i {
    color: var(--dark);
    background: #ffffff;
}

.fact-card-light {
    background: #ffffff;
    color: var(--ink);
}

.fact-card-light:hover,
.fact-card-light:focus {
    color: var(--ink);
}

.fact-card-dark:hover,
.fact-card-dark:focus {
    color: rgba(255, 255, 255, .84);
}

.fact-card-light i {
    color: #ffffff;
    background: var(--primary);
}

.home-method-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #ffffff 46%, var(--light) 100%);
}

.home-method-visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 65px rgba(9, 30, 62, .16);
}

.home-method-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.home-method-visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 44%, rgba(6, 20, 41, .86));
}

.home-method-visual figcaption {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1;
    color: rgba(255, 255, 255, .88);
}

.home-method-visual span {
    display: block;
    margin-bottom: .35rem;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.home-method-visual strong {
    display: block;
    max-width: 430px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
}

.home-method-copy {
    max-width: 820px;
}

.home-method-copy .lead {
    color: var(--ink);
    font-size: 1.13rem;
}

.home-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.home-method-grid article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 1rem;
    align-items: start;
    min-height: 100%;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
}

.home-method-grid article:nth-child(5) {
    grid-column: 1 / -1;
}

.home-method-grid span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.home-method-grid h3 {
    margin-bottom: .25rem;
    font-size: 1.08rem;
}

.home-method-grid p {
    grid-column: 2;
    margin-bottom: 0;
    font-size: .96rem;
}

.method-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
}

.method-cta-row span {
    max-width: 390px;
    color: var(--muted);
    font-weight: 600;
}

.how-page {
    overflow: hidden;
}

.how-intro {
    background:
        radial-gradient(circle at 88% 12%, rgba(5, 184, 201, .12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--light) 100%);
}

.how-intro h2 {
    max-width: 760px;
}

.how-intro .lead {
    max-width: 740px;
    color: var(--ink);
}

.how-principles {
    display: grid;
    gap: .85rem;
    margin-top: 2rem;
}

.how-principles article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-areas:
        "icon title"
        "icon text";
    column-gap: 1rem;
    align-items: center;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .06);
}

.how-principles i {
    grid-area: icon;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
}

.how-principles article:nth-child(even) i {
    background: var(--primary);
}

.how-principles strong {
    grid-area: title;
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.how-principles span {
    grid-area: text;
    color: var(--muted);
}

.how-blueprint {
    margin: 0;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 65px rgba(9, 30, 62, .12);
}

.how-blueprint img {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.how-blueprint figcaption {
    margin-top: 1rem;
    padding: 1rem;
    color: rgba(255, 255, 255, .84);
    background:
        radial-gradient(circle at 90% 10%, rgba(5, 184, 201, .24), transparent 34%),
        var(--dark);
    border-radius: 6px;
}

.how-blueprint figcaption span {
    display: block;
    margin-bottom: .35rem;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.how-blueprint figcaption strong {
    display: block;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    line-height: 1.25;
}

.how-journey-section {
    background: #ffffff;
}

.how-sticky-copy {
    position: sticky;
    top: 118px;
}

.how-sticky-copy p {
    color: var(--muted);
}

.how-journey {
    position: relative;
    display: grid;
    gap: 1rem;
}

.how-journey::before {
    position: absolute;
    left: 34px;
    top: 1.5rem;
    bottom: 1.5rem;
    width: 2px;
    content: "";
    background: linear-gradient(180deg, var(--primary), rgba(5, 184, 201, .08));
}

.how-journey article {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.how-journey article > span {
    z-index: 1;
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--dark);
    border: 6px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(9, 30, 62, .16);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.how-journey article:nth-child(even) > span {
    background: var(--primary);
}

.how-journey article > div {
    padding: 1.55rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
}

.how-journey article p {
    margin-bottom: .35rem;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.how-journey h3 {
    font-size: 1.24rem;
}

.how-journey ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.how-journey li + li {
    margin-top: .35rem;
}

.how-system {
    color: rgba(255, 255, 255, .82);
    background:
        radial-gradient(circle at 88% 14%, rgba(5, 184, 201, .26), transparent 32%),
        linear-gradient(135deg, #061429 0%, #091e3e 56%, #053947 100%);
}

.how-system h2,
.how-system h3 {
    color: #ffffff;
}

.how-system .section-kicker {
    color: var(--primary);
}

.how-system-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.how-system-grid article {
    min-height: 100%;
    padding: 1.6rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
}

.how-system-grid h3 {
    font-size: 1.28rem;
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.how-system-grid i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--dark);
    background: #ffffff;
    border-radius: 8px;
}

.how-system-grid article:nth-child(even) i {
    color: #ffffff;
    background: var(--primary);
}

.how-system-grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .78);
}

.how-proof {
    background: var(--light);
}

.how-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.how-proof-grid article {
    min-height: 100%;
    padding: 1.45rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .06);
}

.how-proof-grid strong {
    display: inline-flex;
    margin-bottom: .75rem;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.how-proof-grid span {
    display: block;
    margin-bottom: .45rem;
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
}

.how-proof-grid p {
    margin-bottom: 0;
}

.section-title {
    max-width: 760px;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 4px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 4px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -60px;
}

.lead-quote {
    font-family: 'Nunito', sans-serif;
    color: var(--dark);
    font-size: clamp(1.6rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 1.5rem;
}

.mini-proof {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: var(--light);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: .85rem 1rem;
    font-weight: 700;
}

.mini-proof i {
    color: var(--secondary);
}

.home-proof-strip {
    padding-bottom: 1.35rem;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 62%, var(--light) 100%);
}

.home-proof-strip > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.home-proof-cta,
.service-lead-cta,
.lead-inline-cta,
.landing-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: .75rem;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(9, 30, 62, .08);
}

.home-proof-cta span,
.service-lead-cta span,
.landing-signal span {
    display: block;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-proof-cta strong,
.service-lead-cta strong,
.lead-inline-cta strong,
.landing-final-cta strong {
    display: block;
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    line-height: 1.25;
}

.home-intro-section {
    padding: 2.6rem 0 4.4rem;
}

.home-intro-section > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.home-value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
    margin-top: 1.5rem;
}

.home-value-grid article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: .85rem;
    align-items: center;
    padding: .95rem;
    background: var(--light);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.home-value-grid i {
    grid-row: span 2;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
}

.home-value-grid span {
    color: var(--primary);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.home-value-grid strong {
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
}

.home-focus-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
}

.home-focus-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .9rem;
}

.focus-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    padding: 1.2rem;
    color: var(--dark);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(9, 30, 62, .06);
}

.focus-card:hover {
    color: var(--dark);
    border-color: rgba(6, 184, 201, .45);
    transform: translateY(-3px);
}

.focus-card i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary);
    border-radius: 8px;
}

.focus-card span {
    color: var(--primary);
    font-weight: 800;
}

.focus-card strong {
    font-family: 'Nunito', sans-serif;
    font-size: 1.08rem;
    line-height: 1.2;
}

.service-lead-cta {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    background: linear-gradient(135deg, #ffffff 0%, #f1fbfb 100%);
}

.lead-inline-cta {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.ai-usecase-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}

.ai-usecase-strip span {
    padding: .55rem .75rem;
    color: #ffffff;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-weight: 800;
    font-size: .88rem;
}

.contact-lead-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--light) 100%);
}

.contact-qualifier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin: 1.4rem 0;
}

.contact-qualifier-grid article,
.contact-action-card,
.landing-signal,
.landing-proof-grid article,
.landing-step-grid article {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(9, 30, 62, .06);
}

.contact-qualifier-grid article {
    padding: 1rem;
}

.contact-qualifier-grid span,
.landing-step-grid span {
    display: inline-flex;
    margin-bottom: .45rem;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.contact-qualifier-grid strong {
    display: block;
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    margin-bottom: .35rem;
}

.contact-qualifier-grid p {
    margin-bottom: 0;
    font-size: .93rem;
}

.contact-action-card {
    padding: 2rem;
}

.contact-action-card h3 {
    font-size: 1.65rem;
}

.contact-request-card {
    padding: 1rem;
    background: linear-gradient(145deg, #061429 0%, #0a3447 100%);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(9, 30, 62, .18);
}

.request-card-head {
    padding: 1rem 1rem 1.15rem;
    color: rgba(255, 255, 255, .76);
}

.request-card-head h3 {
    color: #ffffff;
    font-size: 1.65rem;
    margin-bottom: .45rem;
}

.request-card-head p:last-child {
    margin-bottom: 0;
}

.request-frame {
    width: 100%;
    min-height: 760px;
    display: block;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.contact-action-list {
    display: grid;
    gap: .55rem;
    margin: 1.2rem 0 1.5rem;
}

.contact-action-list span {
    display: flex;
    gap: .55rem;
    align-items: center;
    color: var(--dark);
    font-weight: 700;
}

.contact-action-list i {
    color: var(--primary);
}

.landing-intro {
    background: linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.8rem;
}

.landing-signal {
    position: relative;
    padding: 2rem;
    overflow: hidden;
}

.landing-signal::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    content: "";
    background: linear-gradient(180deg, var(--primary), var(--secondary));
}

.landing-signal strong {
    display: block;
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.15;
    margin-top: .65rem;
}

.landing-proof-grid,
.landing-step-grid {
    display: grid;
    gap: 1rem;
}

.landing-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-proof-grid article,
.landing-step-grid article {
    padding: 1.45rem;
}

.landing-proof-grid i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.landing-proof-grid h3,
.landing-step-grid h3 {
    font-size: 1.18rem;
}

.landing-proof-grid p,
.landing-step-grid p {
    margin-bottom: 0;
}

.landing-process {
    background: #ffffff;
}

.landing-final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 2rem;
    background: linear-gradient(135deg, #061429 0%, #09324a 100%);
}

.landing-final-cta strong {
    color: #ffffff;
}

.transformation-intro {
    background:
        linear-gradient(180deg, rgba(245, 251, 252, .7), rgba(255, 255, 255, 1));
}

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

.transformation-proof div {
    border-left: 4px solid var(--primary);
    background: var(--light);
    border-radius: 8px;
    padding: 1rem;
}

.transformation-proof strong,
.transformation-proof span {
    display: block;
}

.transformation-proof strong {
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    margin-bottom: .3rem;
}

.transformation-proof span {
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.5;
}

.transformation-media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(9, 30, 62, .16);
}

.transformation-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.transformation-media figcaption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    gap: .2rem;
    max-width: 430px;
    padding: 1rem 1.1rem;
    background: rgba(6, 20, 41, .86);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    backdrop-filter: blur(8px);
}

.transformation-media figcaption span {
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.transformation-media figcaption strong {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.12rem;
    line-height: 1.25;
}

.transformation-arc {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    counter-reset: arc;
}

.transformation-arc article {
    position: relative;
    min-height: 100%;
    padding: 2rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
}

.transformation-arc article::after {
    position: absolute;
    content: "";
    top: 2.8rem;
    right: -1.55rem;
    width: 2rem;
    height: 2rem;
    background: #ffffff;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    transform: rotate(45deg);
    z-index: 2;
}

.transformation-arc article:last-child::after {
    display: none;
}

.transformation-arc span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 1.2rem;
    border-radius: 8px;
    background: var(--dark);
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.transformation-arc h3 {
    font-size: 1.28rem;
}

.transformation-dark {
    background:
        radial-gradient(circle at 78% 18%, rgba(5, 184, 201, .26), transparent 34%),
        linear-gradient(135deg, #061429, #091e3e 55%, #073344);
    color: rgba(255, 255, 255, .82);
}

.transformation-dark h2,
.transformation-dark h3 {
    color: #ffffff;
}

.transformation-lanes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.transformation-lanes article {
    min-height: 100%;
    padding: 1.6rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
}

.transformation-lanes i,
.transformation-solution i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 1rem;
    color: #ffffff;
    background: var(--primary);
}

.transformation-lanes p {
    margin-bottom: 0;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
}

.stat-grid div {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--light);
}

.stat-grid strong,
.stat-grid span {
    display: block;
}

.stat-grid strong {
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1;
}

.stat-grid span {
    margin-top: .45rem;
    color: var(--dark);
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.35;
}

.transformation-solution {
    padding-top: 1.6rem;
}

.transformation-risk-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.transformation-risk-grid .insight-box {
    min-height: 100%;
}

.transformation-track-section {
    background:
        linear-gradient(180deg, #f5fbfc 0%, #ffffff 100%);
}

.transformation-track-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.transformation-track-card {
    position: relative;
    display: block;
    min-height: 100%;
    padding: 1.5rem;
    overflow: hidden;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
    transition: .25s ease;
}

.transformation-track-card::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: .25s ease;
}

.transformation-track-card:hover,
.transformation-track-card:focus {
    color: var(--ink);
    transform: translateY(-4px);
    box-shadow: 0 20px 52px rgba(9, 30, 62, .12);
}

.transformation-track-card:hover::after,
.transformation-track-card:focus::after {
    transform: scaleX(1);
}

.transformation-track-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.transformation-track-card h3 {
    font-size: 1.18rem;
    margin-bottom: .8rem;
}

.transformation-track-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .96rem;
    line-height: 1.55;
}

.transformation-healthcheck {
    background:
        radial-gradient(circle at 18% 20%, rgba(0, 164, 164, .24), transparent 34%),
        linear-gradient(135deg, #061429 0%, #091e3e 52%, #064656 100%);
    color: rgba(255, 255, 255, .82);
}

.transformation-healthcheck h2 {
    color: #ffffff;
}

.transformation-healthcheck .section-kicker {
    color: var(--primary);
}

.transformation-healthcheck p {
    color: rgba(255, 255, 255, .78);
}

.transformation-healthcheck-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .9rem;
}

.transformation-healthcheck-grid div {
    min-height: 100%;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
}

.transformation-healthcheck-grid strong,
.transformation-healthcheck-grid span {
    display: block;
}

.transformation-healthcheck-grid strong {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    margin-bottom: .35rem;
}

.transformation-healthcheck-grid span {
    color: rgba(255, 255, 255, .74);
    font-size: .94rem;
    line-height: 1.45;
}

.transformation-mini-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .75rem;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
}

.transformation-mini-cta strong {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    line-height: 1.25;
}

.why-page {
    background: #ffffff;
}

.why-manifesto {
    background:
        radial-gradient(circle at 82% 18%, rgba(52, 173, 84, .16), transparent 30%),
        linear-gradient(135deg, #061429, #091e3e 58%, #064656);
    color: rgba(255, 255, 255, .84);
}

.why-manifesto h2,
.why-manifesto h3 {
    color: #ffffff;
}

.why-statement,
.belief-board {
    min-height: 100%;
}

.why-statement {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-statement h2 {
    font-size: clamp(2rem, 4.5vw, 4.4rem);
    max-width: 760px;
}

.why-statement > p:not(.section-kicker) {
    max-width: 680px;
    font-size: 1.08rem;
}

.why-proof-stack {
    display: grid;
    gap: .8rem;
    margin-top: 2rem;
}

.why-proof-stack div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: .9rem;
    align-items: center;
    padding: .9rem 1rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
}

.why-proof-stack i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary);
    border-radius: 8px;
}

.belief-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 1rem;
}

.belief-card {
    position: relative;
    padding: 1.65rem;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

.belief-card:nth-child(2) {
    margin-left: 3rem;
}

.belief-card:nth-child(3) {
    margin-left: 6rem;
}

.belief-card span {
    display: inline-flex;
    margin-bottom: .7rem;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.belief-card h3 {
    color: var(--dark);
}

.belief-card p {
    color: var(--ink);
    margin-bottom: 0;
}

.belief-card-dark {
    background: #ffffff;
}

.belief-card-accent {
    background: #eaf9f7;
    border-color: rgba(5, 184, 201, .32);
}

.value-compass {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.value-compass article {
    min-height: 100%;
    padding: 1.6rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
}

.value-compass i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    color: #ffffff;
    background: var(--dark);
}

.value-compass article:nth-child(even) i {
    background: var(--primary);
}

.value-compass article:nth-child(5) i {
    background: var(--secondary);
}

.value-compass h3 {
    font-size: 1.12rem;
}

.value-compass p {
    margin-bottom: 0;
    font-size: .96rem;
}

.why-operating-model {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78)),
        url('../img/carousel-2.jpg') center center / cover no-repeat;
}

.model-visual {
    margin: 0;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(9, 30, 62, .12);
}

.model-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.ai-page {
    overflow: hidden;
}

.ai-product-hero {
    position: relative;
    color: rgba(255, 255, 255, .86);
    background:
        radial-gradient(circle at 82% 16%, rgba(5, 184, 201, .28), transparent 30%),
        linear-gradient(135deg, #061429 0%, #091e3e 54%, #053947 100%);
}

.ai-product-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 32%, rgba(255, 255, 255, .04));
}

.ai-product-hero .container {
    position: relative;
    z-index: 1;
}

.ai-product-hero h2 {
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(2.1rem, 4.8vw, 4.6rem);
    line-height: 1.05;
}

.ai-product-hero p:not(.section-kicker) {
    max-width: 720px;
    font-size: 1.08rem;
}

.ai-product-hero .section-kicker {
    color: var(--primary);
}

.ai-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.ai-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    margin-top: 2rem;
}

.ai-kpis div {
    padding: 1rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
}

.ai-kpis strong,
.ai-kpis span {
    display: block;
}

.ai-kpis strong {
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
}

.ai-kpis span {
    color: rgba(255, 255, 255, .78);
    font-size: .92rem;
}

.ai-hero-poster {
    margin: 0;
    padding: .8rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    box-shadow: 0 34px 80px rgba(0, 0, 0, .28);
}

.ai-hero-poster img {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.ai-problem-grid,
.ai-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.ai-problem-grid article,
.ai-feature-grid article,
.ai-flow article {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
}

.ai-problem-grid article,
.ai-feature-grid article {
    min-height: 100%;
    padding: 1.6rem;
}

.ai-problem-grid i,
.ai-feature-grid i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    color: #ffffff;
    background: var(--dark);
}

.ai-problem-grid article:nth-child(even) i,
.ai-feature-grid article:nth-child(even) i {
    background: var(--primary);
}

.ai-problem-grid h3,
.ai-feature-grid h3,
.ai-flow h3 {
    font-size: 1.15rem;
}

.ai-problem-grid p,
.ai-flow p {
    margin-bottom: 0;
}

.ai-flow-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--light) 100%);
}

.ai-flow {
    display: grid;
    gap: .9rem;
}

.ai-flow article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
        "num title"
        "num body";
    column-gap: 1rem;
    align-items: start;
    padding: 1.2rem;
}

.ai-flow span {
    grid-area: num;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.ai-flow h3 {
    grid-area: title;
    margin-bottom: .35rem;
}

.ai-flow p {
    grid-area: body;
}

.ai-feature-grid ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.ai-feature-grid li + li {
    margin-top: .35rem;
}

.ai-cta {
    color: rgba(255, 255, 255, .82);
    background: linear-gradient(90deg, #061429 0%, #0a2e47 58%, #064656 100%);
}

.ai-cta h2 {
    color: #ffffff;
}

.ai-cta .section-kicker {
    color: var(--primary);
}

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

.operating-grid article {
    padding: 1.4rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.operating-grid span {
    display: inline-flex;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    margin-bottom: .55rem;
}

.operating-grid h3 {
    font-size: 1.16rem;
}

.operating-grid p {
    margin-bottom: 0;
}

.service-tile,
.insight-box,
.legal-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
}

.service-tile {
    min-height: 100%;
    transition: .25s ease;
}

.service-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 52px rgba(9, 30, 62, .12);
}

.service-tile > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--dark);
    color: #ffffff;
    font-size: 1.35rem;
    margin-bottom: 1.35rem;
}

.service-tile h3,
.insight-box h3 {
    font-size: 1.25rem;
    margin-bottom: .85rem;
}

.service-tile p:last-child,
.insight-box p:last-child {
    margin-bottom: 0;
}

.tile-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--primary);
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.insight-box {
    min-height: 100%;
}

.capability-strip,
.method-list {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
}

.capability-strip span,
.method-list span {
    border: 1px solid var(--line);
    background: #ffffff;
    border-radius: 999px;
    padding: .7rem 1rem;
    color: var(--dark);
    font-weight: 700;
}

.method-list {
    justify-content: flex-start;
}

.services-intro {
    background:
        radial-gradient(circle at 78% 18%, rgba(0, 164, 164, .14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f5fbfc 100%);
}

.service-entry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
    margin-top: 2rem;
}

.service-entry-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: .9rem;
    align-items: center;
    min-height: 100%;
    padding: 1rem;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-entry-card:hover,
.service-entry-card:focus {
    color: var(--ink);
    transform: translateY(-4px);
    border-color: rgba(0, 164, 164, .35);
    box-shadow: 0 20px 52px rgba(9, 30, 62, .12);
}

.service-entry-card i {
    grid-row: span 2;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
}

.service-entry-card:nth-child(even) i {
    background: var(--primary);
}

.service-entry-card span {
    display: block;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.service-entry-card strong {
    display: block;
    color: var(--dark);
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    line-height: 1.25;
}

.service-media-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.service-image-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(9, 30, 62, .16);
}

.service-image-card img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.service-image-card-large img {
    aspect-ratio: 16 / 9;
}

.service-image-card-small {
    width: min(78%, 440px);
    margin-top: -72px;
    margin-left: auto;
    border: 6px solid #ffffff;
}

.service-image-card-small img {
    aspect-ratio: 16 / 10;
}

.service-image-card figcaption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    gap: .2rem;
    padding: 1rem;
    color: #ffffff;
    background: rgba(6, 20, 41, .86);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    backdrop-filter: blur(8px);
}

.service-image-card figcaption span {
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-image-card figcaption strong {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    line-height: 1.25;
}

.service-journey-section {
    background: #ffffff;
}

.service-lifecycle {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .9rem;
}

.service-lifecycle::before {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 42px;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgba(5, 184, 201, .08), rgba(5, 184, 201, .65), rgba(5, 184, 201, .08));
}

.service-lifecycle article {
    position: relative;
    min-height: 100%;
    padding: 1.35rem 1.1rem 1.2rem;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-lifecycle article:hover {
    transform: translateY(-5px);
    border-color: rgba(5, 184, 201, .42);
    box-shadow: 0 22px 55px rgba(9, 30, 62, .12);
}

.service-lifecycle i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .85rem;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(9, 30, 62, .16);
}

.service-lifecycle article:nth-child(even) i {
    background: var(--primary);
}

.service-lifecycle span {
    display: block;
    margin-bottom: .25rem;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.service-lifecycle h3 {
    margin-bottom: .45rem;
    font-size: 1.08rem;
}

.service-lifecycle p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.45;
}

.service-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-offer-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.6rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-offer-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 164, 164, .35);
    box-shadow: 0 20px 52px rgba(9, 30, 62, .12);
}

.service-offer-header {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: .9rem;
    align-items: center;
    margin-bottom: 1rem;
}

.service-offer-header i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
}

.service-offer-card:nth-child(even) .service-offer-header i {
    background: var(--primary);
}

.service-offer-header h3 {
    margin-bottom: 0;
    font-size: 1.18rem;
}

.service-offer-card p {
    color: var(--muted);
}

.service-deliverables {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: auto;
}

.service-deliverables span {
    padding: .36rem .65rem;
    color: var(--dark);
    background: var(--light);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-family: 'Nunito', sans-serif;
    font-size: .8rem;
    font-weight: 800;
}

.service-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.service-card-actions a {
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.services-ai-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(0, 164, 164, .22), transparent 36%),
        linear-gradient(135deg, #061429 0%, #091e3e 54%, #064656 100%);
    color: rgba(255, 255, 255, .82);
}

.services-ai-section h2 {
    color: #ffffff;
}

.services-ai-section p {
    color: rgba(255, 255, 255, .78);
}

.services-ai-section .section-kicker {
    color: var(--primary);
}

.services-ai-visual {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

.services-ai-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.service-output-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.service-output-grid article {
    min-height: 100%;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
}

.service-output-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    color: #ffffff;
    background: var(--dark);
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.service-output-grid article:nth-child(even) span {
    background: var(--primary);
}

.service-output-grid h3 {
    font-size: 1.15rem;
}

.service-output-grid p {
    margin-bottom: 0;
    color: var(--muted);
}

.services-final-cta {
    background:
        linear-gradient(135deg, #061429 0%, #091e3e 55%, #064656 100%);
    color: rgba(255, 255, 255, .82);
}

.services-final-cta h2 {
    color: #ffffff;
}

.services-final-cta p {
    color: rgba(255, 255, 255, .72);
}

.services-final-actions {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    align-items: stretch;
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.check-list li::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: .1rem;
    color: var(--secondary);
}

.methodik-visual {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 14px 40px rgba(9, 30, 62, .07);
}

.methodik-visual img {
    display: block;
    width: 100%;
    min-width: 860px;
    height: auto;
}

.timeline {
    display: grid;
    gap: 1.25rem;
}

.timeline:not(.compact) {
    grid-template-columns: 1fr;
}

.timeline article {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
        "step title"
        "step body";
    column-gap: 1.25rem;
    row-gap: .45rem;
    align-items: start;
    min-height: 100%;
    padding: 1.45rem;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(9, 30, 62, .06);
}

.timeline span {
    grid-area: step;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    color: #ffffff;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
}

.timeline h3 {
    grid-area: title;
    align-self: center;
    margin: .1rem 0 .25rem;
}

.timeline p {
    grid-area: body;
    max-width: 72ch;
    margin-bottom: 0;
}

.timeline.compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.timeline.compact article {
    display: block;
}

.timeline.compact h3,
.timeline.compact p,
.timeline.compact span {
    grid-area: auto;
}

.timeline.compact span {
    margin-bottom: 1rem;
}

.contact-grid {
    display: grid;
    gap: .85rem;
}

.contact-grid a {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--dark);
    font-weight: 700;
}

.contact-grid i {
    color: var(--primary);
    font-size: 1.2rem;
}

.legal-page {
    background: var(--light);
}

.legal-card {
    max-width: 980px;
    margin: 0 auto;
}

.legal-card h2 {
    margin-bottom: 1.5rem;
}

.legal-card h3 {
    margin-top: 2rem;
    margin-bottom: .85rem;
}

.legal-card h4 {
    margin-top: 1.4rem;
    font-size: 1.05rem;
}

.faq-tools {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.faq-accordion {
    max-width: 1060px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid var(--line);
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: .8rem;
    box-shadow: 0 10px 24px rgba(9, 30, 62, .04);
}

.accordion-button {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: var(--dark);
    line-height: 1.35;
}

.accordion-button:not(.collapsed) {
    color: var(--dark);
    background: var(--light);
    box-shadow: inset 0 -1px 0 var(--line);
}

.accordion-button:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .2rem rgba(5, 184, 201, .18);
}

.cta-band {
    background: linear-gradient(90deg, #061429, #0a2e47 60%, #064656);
}

.cta-band h2 {
    color: #ffffff;
}

.footer {
    background: #091e3e;
}

.footer h3 {
    font-size: 1.15rem;
}

.footer-brand {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
}

.footer-brand:hover {
    color: #ffffff;
}

.footer-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 6px;
}

.footer .link-animated a {
    transition: .2s ease;
}

.footer .link-animated a:hover {
    transform: translateX(4px);
    color: var(--primary) !important;
}

.copyright {
    background: #061429;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 32px;
    bottom: 32px;
    z-index: 99;
    border-radius: 8px;
}

.not-found {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--light);
}

@media (max-width: 991.98px) {
    .home-carousel .carousel-item {
        height: 640px;
        min-height: 640px;
    }

    .home-carousel .carousel-caption {
        padding-top: 74px;
        padding-bottom: 60px;
    }

    .min-vh-hero,
    .page-hero .min-vh-hero {
        min-height: auto;
        padding-top: 92px;
        padding-bottom: 92px;
    }

    .facts {
        margin-top: 0;
    }

    .timeline.compact {
        grid-template-columns: 1fr;
    }

    .transformation-proof,
    .transformation-arc,
    .transformation-lanes,
    .transformation-risk-grid,
    .transformation-track-grid,
    .transformation-healthcheck-grid,
    .stat-grid,
    .value-compass,
    .operating-grid,
    .ai-kpis,
    .ai-problem-grid,
    .ai-feature-grid,
    .how-system-grid,
    .how-proof-grid,
    .service-lifecycle,
    .service-entry-grid,
    .service-offer-grid,
    .service-output-grid,
    .home-value-grid,
    .home-focus-grid,
    .landing-proof-grid,
    .landing-step-grid,
    .contact-qualifier-grid {
        grid-template-columns: 1fr;
    }

    .home-proof-cta,
    .service-lead-cta,
    .lead-inline-cta,
    .transformation-mini-cta,
    .landing-final-cta {
        grid-template-columns: 1fr;
    }

    .home-proof-cta .btn,
    .service-lead-cta .btn,
    .lead-inline-cta .btn,
    .transformation-mini-cta .btn,
    .landing-actions .btn,
    .landing-final-cta .btn {
        width: 100%;
    }

    .how-sticky-copy {
        position: static;
    }

    .transformation-arc article::after {
        display: none;
    }

    .belief-card:nth-child(2),
    .belief-card:nth-child(3) {
        margin-left: 0;
    }

    .home-method-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .timeline:not(.compact) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .container,
    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-title {
        font-size: 2.05rem;
        line-height: 1.12;
    }

    .home-carousel .carousel-item {
        height: 590px;
        min-height: 590px;
    }

    .home-carousel .carousel-caption {
        padding: 54px 1rem 42px;
    }

    .home-carousel .display-1 {
        font-size: 2.05rem;
        line-height: 1.12;
    }

    .home-proof-strip {
        padding-bottom: .9rem;
    }

    .home-intro-section {
        padding: 2rem 0 3rem;
    }

    .home-carousel .carousel-copy {
        max-width: 340px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-carousel .hero-kicker {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        font-size: .74rem;
        line-height: 1.35;
        white-space: normal;
    }

    .hero-lead {
        font-size: 1.02rem;
        max-width: calc(100vw - 2rem);
        overflow-wrap: anywhere;
    }

    .transformation-media figcaption {
        position: static;
        max-width: none;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .transformation-media img {
        aspect-ratio: 4 / 3;
    }

    .service-image-card-small {
        width: 100%;
        margin-top: 0;
        border: 0;
    }

    .service-image-card figcaption {
        position: static;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .service-image-card-large img,
    .service-image-card-small img,
    .services-ai-visual img {
        aspect-ratio: 4 / 3;
    }

    .transformation-arc article,
    .transformation-lanes article,
    .transformation-risk-grid .insight-box,
    .transformation-track-card,
    .transformation-healthcheck-grid div,
    .service-entry-card,
    .service-offer-card,
    .service-output-grid article,
    .value-compass article,
    .operating-grid article,
    .ai-problem-grid article,
    .ai-feature-grid article,
    .how-system-grid article,
    .how-proof-grid article,
    .service-lifecycle article,
    .belief-card {
        padding: 1.35rem;
    }

    .how-principles article {
        grid-template-columns: 50px minmax(0, 1fr);
        padding: .95rem;
    }

    .how-blueprint {
        padding: .75rem;
    }

    .how-blueprint figcaption {
        padding: .9rem;
    }

    .how-journey::before {
        left: 28px;
    }

    .how-journey article {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .how-journey article > span {
        width: 58px;
        height: 58px;
        border-width: 5px;
    }

    .how-journey article > div {
        padding: 1.2rem;
    }

    .ai-product-hero h2 {
        font-size: 2rem;
        line-height: 1.1;
    }

    .ai-product-hero p:not(.section-kicker) {
        max-width: calc(100vw - 4rem);
        overflow-wrap: anywhere;
    }

    .ai-actions .btn {
        width: 100%;
    }

    .ai-flow article {
        grid-template-columns: 1fr;
        grid-template-areas:
            "num"
            "title"
            "body";
        row-gap: .75rem;
    }

    .ai-hero-poster {
        padding: .55rem;
    }

    .why-proof-stack div {
        grid-template-columns: 1fr;
    }

    .home-carousel .hero-lead,
    .home-carousel .hero-actions {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-title h2,
    section h2 {
        font-size: 1.32rem;
        line-height: 1.18;
        max-width: min(320px, calc(100vw - 2rem));
        width: 100%;
        white-space: normal;
    }

    .section-title {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero-actions .btn {
        width: 100%;
        margin-right: 0 !important;
    }

    .breadcrumb-line {
        display: none;
    }

    .fact-card,
    .service-tile,
    .insight-box,
    .legal-card {
        padding: 1.35rem;
    }

    .timeline article {
        grid-template-columns: 52px minmax(0, 1fr);
        grid-template-areas:
            "step title"
            "body body";
        column-gap: 1rem;
        padding: 1.25rem;
    }

    .timeline span {
        width: 48px;
        height: 48px;
    }

    .timeline p {
        max-width: none;
    }

    .methodik-visual {
        padding: .75rem;
    }

    .home-method-grid article {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 1.15rem;
    }

    .home-method-grid article:nth-child(5) {
        grid-column: auto;
    }

    .home-method-grid p {
        grid-column: 1 / -1;
        margin-top: .75rem;
    }

    .home-method-visual figcaption {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }

    .home-method-visual strong {
        font-size: 1.1rem;
    }

    .method-cta-row .btn {
        width: 100%;
    }

    .how-sticky-copy .btn,
    .cta-band .btn {
        width: 100%;
    }

    .methodik-visual img {
        min-width: 760px;
    }

    .method-list {
        justify-content: flex-start;
    }
}
