﻿/* -------------------------------------------------
   AppVault page
   ------------------------------------------------- */

.appvault-page {
    overflow-x: hidden;
}

    /* -------------------------------------------------
   Hero
   ------------------------------------------------- */

    .appvault-page .section--hero {
        display: flex;
        align-items: center;
        min-height: clamp(44rem, calc(100vh - var(--header-height)), 58rem);
        padding-block: clamp(4.5rem, 7vw, 7rem);
    }

.appvault-hero {
    overflow: hidden;
    background: radial-gradient( circle at 82% 24%, rgba(78, 145, 208, 0.18), transparent 28rem ), radial-gradient( circle at 12% 72%, rgba(49, 86, 170, 0.08), transparent 24rem ), var(--gradient-brand-soft);
}

.appvault-page .hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(27rem, 0.98fr);
    gap: clamp(3rem, 7vw, 6.5rem);
    align-items: center;
}

.appvault-page .hero__content {
    position: relative;
    z-index: 2;
    max-width: 44rem;
}

    .appvault-page .hero__content h1 {
        max-width: 12ch;
        margin-bottom: var(--space-5);
    }

.appvault-page .hero__lead {
    max-width: 40rem;
    color: var(--color-slate-700);
    font-size: clamp(1.1rem, 1.7vw, 1.3rem);
    line-height: 1.55;
}

.appvault-hero__description {
    max-width: 42rem;
    margin-top: var(--space-6);
    font-size: var(--font-size-md);
}

.appvault-page .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-4);
    margin-top: var(--space-8);
}

.appvault-page .hero__summary {
    margin-top: var(--space-7);
    color: var(--color-slate-700);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

.appvault-page .hero__visual {
    position: relative;
    min-width: 0;
}

    .appvault-page .hero__visual::before {
        content: "";
        position: absolute;
        inset: 8% -8% -8% 12%;
        z-index: -1;
        border-radius: 50%;
        background: rgba(78, 145, 208, 0.13);
        filter: blur(3rem);
    }

/* -------------------------------------------------
   Hero information flow
   ------------------------------------------------- */

.data-flow-preview {
    position: relative;
    display: grid;
    gap: var(--space-3);
    width: min(100%, 34rem);
    margin-inline: auto;
}

.data-flow-preview__label {
    margin: 0 0 var(--space-1);
    color: var(--color-brand-blue-700);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    letter-spacing: var(--letter-spacing-wide);
    text-align: left;
    text-transform: uppercase;
}

.data-flow-preview__source,
.data-flow-preview__hub,
.data-flow-preview__systems {
    border: var(--border-standard);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(18px);
}

.data-flow-preview__source {
    padding: var(--space-5);
}

    .data-flow-preview__source > span {
        display: block;
        margin-bottom: var(--space-4);
        color: var(--color-brand-blue-700);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing-wide);
        text-transform: uppercase;
        text-align: center;
    }

.data-flow-preview__fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-3);
}

    .data-flow-preview__fields span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.75rem;
        padding: var(--space-2) var(--space-3);
        border-radius: var(--radius-sm);
        background: var(--color-brand-blue-50);
        color: var(--color-brand-navy-950);
        font-size: var(--font-size-sm);
        font-weight: var(--font-weight-semibold);
        text-align: center;
    }

.data-flow-preview__connector {
    display: grid;
    justify-items: center;
    gap: var(--space-1);
    padding-block: 0;
    text-align: center;
}

    .data-flow-preview__connector > span:first-child {
        color: var(--color-brand-blue-700);
        font-size: var(--font-size-2xs);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing-wide);
        text-transform: uppercase;
    }

.data-flow-preview__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-brand-blue-500);
    font-size: var(--font-size-lg);
    line-height: 1;
}

.data-flow-preview__hub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 7.25rem;
    padding: var(--space-5);
    border-color: transparent;
    background: var(--gradient-brand);
    color: var(--color-white);
    box-shadow: var(--shadow-brand);
}

    .data-flow-preview__hub img {
        width: 3.35rem;
        max-height: 3.35rem;
        margin-bottom: var(--space-2);
        filter: brightness(0) invert(1);
    }

    .data-flow-preview__hub strong {
        color: var(--color-white);
        font-size: var(--font-size-sm);
    }

.data-flow-preview__distribution-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1.5rem;
    color: var(--color-brand-blue-500);
    font-size: var(--font-size-lg);
    line-height: 1;
}

.data-flow-preview__systems {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-3);
    padding: var(--space-4);
}

    .data-flow-preview__systems div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 4.5rem;
        padding: var(--space-3);
        border-radius: var(--radius-md);
        background: var(--color-brand-blue-50);
        text-align: center;
    }

    .data-flow-preview__systems span {
        display: block;
        margin-bottom: var(--space-1);
        color: var(--color-brand-navy-950);
        font-size: var(--font-size-sm);
        font-weight: var(--font-weight-semibold);
    }

    .data-flow-preview__systems small {
        color: var(--color-success);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-semibold);
    }

.appvault-page .hero__grid {
    align-items: start;
}

.appvault-page .hero__content,
.appvault-page .hero__visual {
    padding-top: 0;
}

    .appvault-page .hero__content > .eyebrow,
    .data-flow-preview__label {
        min-height: 1rem;
        margin-bottom: var(--space-5);
    }
/* -------------------------------------------------
   Known problem
   ------------------------------------------------- */

.section--problem {
    background: var(--color-white);
}

    .section--problem .section-heading {
        max-width: 58rem;
    }

        .section--problem .section-heading h2 {
            max-width: 22ch;
            margin-inline: auto;
        }

.manual-workflow {
    display: grid;
    grid-template-columns: minmax(9rem, 1fr) auto minmax(7.5rem, 0.7fr) auto minmax(9rem, 1fr) auto minmax(7.5rem, 0.7fr) auto minmax(9rem, 1fr);
    gap: var(--space-3);
    align-items: stretch;
    margin-top: var(--space-12);
}

.manual-workflow__system,
.manual-workflow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 9rem;
    padding: var(--space-5);
    border-radius: var(--radius-lg);
    text-align: center;
}

.manual-workflow__system {
    border: var(--border-standard);
    background: var(--color-white);
    box-shadow: var(--shadow-xs);
}

    .manual-workflow__system > span {
        display: block;
        margin-bottom: var(--space-3);
        color: var(--color-brand-blue-700);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing-wide);
    }

    .manual-workflow__system strong {
        display: block;
        margin-bottom: var(--space-2);
        font-size: var(--font-size-sm);
        line-height: var(--line-height-snug);
    }

    .manual-workflow__system small {
        color: var(--color-text-subtle);
        line-height: var(--line-height-snug);
    }

.manual-workflow__step {
    min-height: 6.5rem;
    border: 1px dashed var(--color-brand-blue-300);
    background: var(--color-brand-blue-50);
}

    .manual-workflow__step span {
        color: var(--color-brand-blue-700);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-semibold);
        line-height: var(--line-height-snug);
    }

.manual-workflow__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-brand-blue-400);
    font-size: var(--font-size-xl);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-6);
    margin-top: var(--space-12);
}

.problem-card {
    position: relative;
    overflow: hidden;
    min-height: 16rem;
    padding: var(--space-8);
    border: var(--border-standard);
    border-radius: var(--radius-lg);
    background: var(--color-white);
    box-shadow: var(--shadow-xs);
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

    .problem-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 0.25rem;
        background: var(--gradient-brand);
        opacity: 0.75;
    }

    .problem-card:hover {
        border-color: var(--color-brand-blue-200);
        box-shadow: var(--shadow-md);
        transform: translateY(-0.25rem);
    }

.problem-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: var(--space-8);
    border-radius: var(--radius-md);
    background: var(--color-brand-blue-50);
    color: var(--color-brand-blue-700);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
}

.problem-card h3 {
    margin-bottom: var(--space-4);
}

.problem-card p {
    font-size: var(--font-size-sm);
}

/* -------------------------------------------------
   Automatic information flow
   ------------------------------------------------- */

.section--solution {
    overflow: hidden;
    border-top: 1px solid rgba(223, 229, 239, 0.7);
    border-bottom: 1px solid rgba(223, 229, 239, 0.7);
}

.appvault-solution {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
    gap: clamp(3rem, 7vw, 6.5rem);
    align-items: center;
}

.appvault-solution__content {
    max-width: 40rem;
}

    .appvault-solution__content h2 {
        max-width: 17ch;
        margin-bottom: var(--space-6);
    }

    .appvault-solution__content > p {
        font-size: var(--font-size-md);
    }

        .appvault-solution__content > p + p {
            margin-top: var(--space-5);
        }

.system-flow {
    position: relative;
    display: grid;
    justify-items: center;
    width: 100%;
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: var(--border-standard);
    border-radius: var(--radius-2xl);
    background: radial-gradient( circle at center, rgba(78, 145, 208, 0.13), transparent 58% ), var(--color-white);
    box-shadow: var(--shadow-md);
}

.system-flow__source {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%, 18rem);
    min-height: 6rem;
    padding: var(--space-5);
    border: var(--border-standard);
    border-radius: var(--radius-lg);
    background: var(--color-white);
    text-align: center;
    box-shadow: var(--shadow-xs);
}

    .system-flow__source span {
        margin-bottom: var(--space-2);
        color: var(--color-brand-blue-700);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing-wide);
        text-transform: uppercase;
    }

    .system-flow__source strong {
        font-size: var(--font-size-lg);
    }

.system-flow__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    color: var(--color-brand-blue-500);
    font-size: var(--font-size-xl);
    transform: rotate(90deg);
}

.system-flow__hub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%, 21rem);
    min-height: 10rem;
    padding: var(--space-6);
    border-radius: var(--radius-xl);
    background: var(--gradient-brand);
    text-align: center;
    box-shadow: var(--shadow-brand);
}

    .system-flow__hub img {
        width: 4rem;
        max-height: 4rem;
        margin-bottom: var(--space-3);
        filter: brightness(0) invert(1);
    }

    .system-flow__hub strong {
        margin-bottom: var(--space-1);
        color: var(--color-white);
        font-size: var(--font-size-lg);
    }

    .system-flow__hub small {
        color: rgba(255, 255, 255, 0.78);
    }

.system-flow__branches {
    position: relative;
    width: min(82%, 30rem);
    height: 4rem;
    margin-top: var(--space-1);
    border-top: 1px solid var(--color-brand-blue-300);
    background: linear-gradient( var(--color-brand-blue-300), var(--color-brand-blue-300) ) center top / 1px 100% no-repeat;
}

    .system-flow__branches::before,
    .system-flow__branches::after {
        content: "";
        position: absolute;
        top: -0.3rem;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background: var(--color-brand-blue-400);
    }

    .system-flow__branches::before {
        left: 0;
    }

    .system-flow__branches::after {
        right: 0;
    }

.system-flow__targets {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-3);
    width: 100%;
}

    .system-flow__targets div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 5.5rem;
        padding: var(--space-4);
        border: var(--border-standard);
        border-radius: var(--radius-md);
        background: var(--color-white);
        text-align: center;
        box-shadow: var(--shadow-xs);
    }

    .system-flow__targets strong {
        margin-bottom: var(--space-1);
        font-size: var(--font-size-sm);
    }

    .system-flow__targets small {
        color: var(--color-success);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-semibold);
    }

/* -------------------------------------------------
   Automation examples
   ------------------------------------------------- */

.automation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-6);
}

.automation-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 20rem;
    padding: var(--space-8);
    border: var(--border-standard);
    border-radius: var(--radius-xl);
    background: var(--color-white);
    box-shadow: var(--shadow-xs);
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

    .automation-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 0.25rem;
        background: var(--gradient-brand);
        opacity: 0.8;
    }

    .automation-card:hover {
        border-color: var(--color-brand-blue-200);
        box-shadow: var(--shadow-md);
        transform: translateY(-0.25rem);
    }

.automation-card__heading {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin-bottom: var(--space-5);
}

    .automation-card__heading h3 {
        min-width: 0;
    }

.automation-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: var(--radius-md);
    background: var(--color-brand-blue-50);
    color: var(--color-brand-blue-700);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
}

.automation-card > p {
    margin-bottom: var(--space-6);
}

.automation-card__flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-6);
}

    .automation-card__flow span:not([aria-hidden="true"]) {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.25rem;
        padding: 0.45rem 0.7rem;
        border-radius: var(--radius-sm);
        background: var(--color-brand-blue-50);
        color: var(--color-brand-navy-950);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-semibold);
    }

    .automation-card__flow span[aria-hidden="true"] {
        color: var(--color-brand-blue-400);
        font-size: var(--font-size-sm);
    }

.automation-card__result {
    display: block;
    margin-top: auto;
    padding-top: var(--space-5);
    border-top: 1px solid var(--color-slate-100);
    color: var(--color-brand-blue-700);
    font-size: var(--font-size-sm);
}

.automation-card--conversation {
    border-color: transparent;
    background: radial-gradient( circle at top right, rgba(106, 167, 220, 0.22), transparent 45% ), var(--gradient-dark);
    box-shadow: var(--shadow-lg);
}

    .automation-card--conversation::before {
        opacity: 0;
    }

    .automation-card--conversation h3,
    .automation-card--conversation blockquote {
        color: var(--color-white);
    }

    .automation-card--conversation > p {
        color: rgba(255, 255, 255, 0.74);
    }

    .automation-card--conversation .automation-card__number {
        background: rgba(255, 255, 255, 0.12);
        color: var(--color-white);
    }

    .automation-card--conversation blockquote {
        margin: var(--space-2) 0 var(--space-7);
        font-size: var(--font-size-lg);
        font-weight: var(--font-weight-semibold);
        line-height: var(--line-height-snug);
    }

    .automation-card--conversation .text-link {
        margin-top: auto;
        color: var(--color-white);
    }

        .automation-card--conversation .text-link:hover {
            color: var(--color-brand-blue-200);
        }

/* -------------------------------------------------
   Working method
   ------------------------------------------------- */

.section--approach {
    border-top: 1px solid rgba(223, 229, 239, 0.7);
    border-bottom: 1px solid rgba(223, 229, 239, 0.7);
}

    .section--approach .section-heading {
        max-width: 54rem;
    }

.approach-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: var(--space-5);
    align-items: stretch;
}

.approach-step {
    position: relative;
    min-width: 0;
    min-height: 27rem;
    padding: var(--space-8);
    border: var(--border-standard);
    border-radius: var(--radius-xl);
    background: var(--color-white);
    box-shadow: var(--shadow-sm);
}

.approach-step__number {
    position: absolute;
    top: var(--space-6);
    right: var(--space-6);
    color: var(--color-brand-blue-400);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-wide);
}

.approach-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: var(--space-8);
    border-radius: var(--radius-lg);
    background: var(--gradient-brand);
    color: var(--color-white);
    box-shadow: 0 12px 28px rgba(49, 86, 170, 0.2);
}

    .approach-step__icon span {
        color: var(--color-white);
        font-size: var(--font-size-xl);
        font-weight: var(--font-weight-bold);
    }

.approach-step h3 {
    margin-bottom: var(--space-4);
    font-size: var(--font-size-2xl);
}

.approach-step > p {
    margin-bottom: var(--space-7);
}

.approach-step ul {
    display: grid;
    gap: var(--space-3);
    list-style: none;
}

.approach-step li {
    position: relative;
    padding-left: 1.4rem;
    color: var(--color-slate-700);
    font-size: var(--font-size-sm);
}

    .approach-step li::before {
        content: "";
        position: absolute;
        top: 0.65em;
        left: 0;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background: var(--color-brand-blue-500);
    }

.approach-flow__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-brand-blue-400);
    font-size: var(--font-size-xl);
}

/* -------------------------------------------------
   Delivery model
   ------------------------------------------------- */

.section--deliveries {
    overflow: hidden;
    background: radial-gradient( circle at 82% 50%, rgba(78, 145, 208, 0.13), transparent 28rem ), var(--color-white);
}

.delivery-model {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(30rem, 1.12fr);
    gap: clamp(3rem, 7vw, 6.5rem);
    align-items: center;
}

.delivery-model__content {
    max-width: 40rem;
}

    .delivery-model__content h2 {
        max-width: 17ch;
        margin-bottom: var(--space-6);
    }

    .delivery-model__content > p {
        font-size: var(--font-size-md);
    }

        .delivery-model__content > p + p {
            margin-top: var(--space-5);
            color: var(--color-brand-navy-950);
            font-weight: var(--font-weight-semibold);
        }

.delivery-illustration {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) auto minmax(0, 1.22fr);
    gap: var(--space-5);
    align-items: center;
    min-width: 0;
}

.delivery-illustration__traditional {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 20rem;
    padding: var(--space-8);
    border: var(--border-standard);
    border-radius: var(--radius-xl);
    background: var(--color-white);
    text-align: center;
    box-shadow: var(--shadow-sm);
}

    .delivery-illustration__traditional span {
        margin-bottom: var(--space-5);
        color: var(--color-text-subtle);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing-wide);
        text-transform: uppercase;
    }

    .delivery-illustration__traditional strong {
        margin-bottom: var(--space-4);
        color: var(--color-brand-navy-950);
        font-size: var(--font-size-xl);
        line-height: var(--line-height-snug);
    }

    .delivery-illustration__traditional small {
        color: var(--color-text-muted);
        line-height: var(--line-height-body);
    }

.delivery-illustration__transition {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-brand-blue-500);
    font-size: var(--font-size-xl);
}

.delivery-illustration__appvault {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: var(--space-6);
    border-radius: var(--radius-xl);
    background: radial-gradient( circle at top right, rgba(106, 167, 220, 0.24), transparent 42% ), var(--gradient-dark);
    box-shadow: var(--shadow-lg);
}

    .delivery-illustration__appvault::after {
        content: "";
        position: absolute;
        right: -5rem;
        bottom: -6rem;
        width: 14rem;
        height: 14rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
    }

.delivery-illustration__appvault-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

    .delivery-illustration__appvault-heading img {
        width: 3rem;
        max-height: 3rem;
        flex: 0 0 auto;
        filter: brightness(0) invert(1);
    }

    .delivery-illustration__appvault-heading span,
    .delivery-illustration__appvault-heading strong {
        display: block;
    }

    .delivery-illustration__appvault-heading span {
        margin-bottom: var(--space-1);
        color: var(--color-brand-blue-300);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing-wide);
        text-transform: uppercase;
    }

    .delivery-illustration__appvault-heading strong {
        color: var(--color-white);
        font-size: var(--font-size-lg);
        line-height: var(--line-height-snug);
    }

.delivery-illustration__steps {
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--space-2);
}

.delivery-illustration__step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.6rem;
    padding: var(--space-4) var(--space-5);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

    .delivery-illustration__step span {
        margin-bottom: var(--space-1);
        color: var(--color-brand-blue-300);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-bold);
    }

    .delivery-illustration__step strong {
        color: var(--color-white);
        font-size: var(--font-size-sm);
        line-height: var(--line-height-snug);
    }

.delivery-illustration__step-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.25rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--font-size-sm);
}

/* -------------------------------------------------
   Delivery model responsiveness
   ------------------------------------------------- */

@media (max-width: 72rem) {
    .delivery-illustration {
        grid-template-columns: 1fr;
    }

    .delivery-illustration__traditional {
        min-height: 12rem;
    }

    .delivery-illustration__transition {
        min-height: 2rem;
        transform: rotate(90deg);
    }
}

@media (max-width: 64rem) {
    .delivery-model {
        grid-template-columns: 1fr;
    }

    .delivery-model__content {
        max-width: 48rem;
    }

    .delivery-illustration {
        max-width: 44rem;
        margin-inline: auto;
    }
}

@media (max-width: 48rem) {
    .delivery-illustration__traditional,
    .delivery-illustration__appvault {
        padding: var(--space-6);
    }

    .delivery-illustration__appvault-heading {
        align-items: flex-start;
    }

        .delivery-illustration__appvault-heading img {
            width: 2.75rem;
            max-height: 2.75rem;
        }

    .delivery-illustration__step {
        min-height: auto;
    }
}

/* -------------------------------------------------
   Benefits
   ------------------------------------------------- */

.appvault-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

    .appvault-benefit-grid .feature-card {
        min-height: 18rem;
    }

/* -------------------------------------------------
   Experience
   ------------------------------------------------- */

.section--experience {
    background: var(--color-white);
}

.experience-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(24rem, 1.15fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: start;
}

.experience-section__statement h2 {
    max-width: 14ch;
}

.experience-section__content {
    padding: var(--space-8);
    border: var(--border-standard);
    border-radius: var(--radius-xl);
    background: var(--color-background-muted);
    box-shadow: var(--shadow-sm);
}

    .experience-section__content > p {
        color: var(--color-slate-700);
        font-size: var(--font-size-md);
    }

.experience-list {
    display: grid;
    gap: var(--space-4);
    margin-top: var(--space-8);
}

    .experience-list > div {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: var(--space-4);
        align-items: start;
        padding-top: var(--space-4);
        border-top: 1px solid var(--color-border);
    }

    .experience-list span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.6rem;
        height: 1.6rem;
        margin-top: 0.1rem;
        border-radius: 50%;
        background: var(--color-success-soft);
        color: var(--color-success);
        font-size: var(--font-size-2xs);
        font-weight: var(--font-weight-bold);
    }

    .experience-list p {
        color: var(--color-slate-700);
    }

/* -------------------------------------------------
   Security and CTA
   ------------------------------------------------- */

.appvault-page .section--security {
    overflow: hidden;
    background: radial-gradient( circle at 15% 20%, rgba(78, 145, 208, 0.2), transparent 24rem ), var(--gradient-dark);
}

    .appvault-page .section--security::after {
        content: "";
        position: absolute;
        right: -10rem;
        bottom: -14rem;
        width: 34rem;
        height: 34rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
    }

.appvault-page .security-section__icon img {
    width: 5rem;
    max-height: 5rem;
}

.appvault-page .section--cta {
    padding-top: var(--section-spacing-small);
    padding-bottom: var(--section-spacing);
    background: var(--color-white);
}

/* -------------------------------------------------
   Shared AppVault hover behaviour
   ------------------------------------------------- */

.manual-workflow__system,
.system-flow__targets div,
.delivery-illustration__small div {
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

    .manual-workflow__system:hover,
    .system-flow__targets div:hover,
    .delivery-illustration__small div:hover {
        border-color: var(--color-brand-blue-200);
        box-shadow: var(--shadow-sm);
        transform: translateY(-0.15rem);
    }

/* -------------------------------------------------
   Responsive: large tablet
   ------------------------------------------------- */

@media (max-width: 72rem) {
    .appvault-page .hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.88fr);
        gap: var(--space-12);
    }

    .manual-workflow {
        grid-template-columns: minmax(8rem, 1fr) auto minmax(6rem, 0.7fr) auto minmax(8rem, 1fr);
    }

        .manual-workflow > :nth-child(6),
        .manual-workflow > :nth-child(7),
        .manual-workflow > :nth-child(8),
        .manual-workflow > :nth-child(9) {
            display: none;
        }

    .appvault-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .delivery-illustration {
        grid-template-columns: 1fr;
    }

    .delivery-illustration__large {
        min-height: 14rem;
    }

    .delivery-illustration__transition {
        min-height: 2rem;
        transform: rotate(90deg);
    }
}

/* -------------------------------------------------
   Responsive: tablet
   ------------------------------------------------- */

@media (max-width: 64rem) {
    .appvault-page .section--hero {
        min-height: auto;
        padding-block: var(--section-spacing);
    }

    .appvault-page .hero__grid,
    .appvault-solution,
    .delivery-model,
    .experience-section {
        grid-template-columns: 1fr;
    }

    .appvault-page .hero__content {
        max-width: 48rem;
    }

        .appvault-page .hero__content h1 {
            max-width: 15ch;
        }

    .appvault-page .hero__visual {
        width: min(100%, 40rem);
        margin-inline: auto;
    }

    .appvault-solution__content,
    .delivery-model__content {
        max-width: 48rem;
    }

    .system-flow {
        max-width: 46rem;
        margin-inline: auto;
    }

    .manual-workflow {
        grid-template-columns: 1fr;
        max-width: 38rem;
        margin-inline: auto;
    }

        .manual-workflow > :nth-child(6),
        .manual-workflow > :nth-child(7),
        .manual-workflow > :nth-child(8),
        .manual-workflow > :nth-child(9) {
            display: flex;
        }

    .manual-workflow__arrow {
        min-height: 2rem;
        transform: rotate(90deg);
    }

    .manual-workflow__step,
    .manual-workflow__system {
        min-height: auto;
        padding: var(--space-5);
    }

    .problem-grid {
        grid-template-columns: 1fr;
    }

    .problem-card {
        min-height: auto;
    }

    .approach-flow {
        grid-template-columns: 1fr;
        max-width: 44rem;
        margin-inline: auto;
    }

    .approach-step {
        min-height: auto;
    }

    .approach-flow__arrow {
        min-height: 2rem;
        transform: rotate(90deg);
    }

    .delivery-illustration {
        max-width: 44rem;
        margin-inline: auto;
    }

    .experience-section__statement,
    .experience-section__content {
        max-width: 48rem;
    }
}

/* -------------------------------------------------
   Responsive: mobile
   ------------------------------------------------- */

@media (max-width: 48rem) {
    .appvault-page .section--hero {
        padding-top: var(--space-16);
    }

    .appvault-page .hero__lead,
    .appvault-hero__description {
        font-size: var(--font-size-md);
    }

    .appvault-page .hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

        .appvault-page .hero__actions .button {
            width: 100%;
        }

    .data-flow-preview__fields,
    .data-flow-preview__systems {
        grid-template-columns: 1fr;
    }

    .data-flow-preview__label {
        margin-bottom: var(--space-4);
    }

    .data-flow-preview__source {
        padding: var(--space-5);
    }

    .data-flow-preview__hub {
        min-height: 7rem;
    }

    .problem-grid {
        gap: var(--space-4);
    }

    .problem-card {
        padding: var(--space-6);
    }

    .system-flow {
        padding: var(--space-6);
    }

    .system-flow__branches {
        width: 1px;
        height: 3rem;
        border-top: 0;
        background: var(--color-brand-blue-300);
    }

        .system-flow__branches::before,
        .system-flow__branches::after {
            display: none;
        }

    .system-flow__targets {
        grid-template-columns: 1fr;
    }

    .automation-grid {
        grid-template-columns: 1fr;
    }

    .automation-card {
        min-height: auto;
        padding: var(--space-6);
    }

    .automation-card__flow {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

        .automation-card__flow span:not([aria-hidden="true"]) {
            width: min(100%, 12rem);
            text-align: center;
        }

        .automation-card__flow span[aria-hidden="true"] {
            align-self: center;
            line-height: 1;
            transform: rotate(90deg);
        }

    .approach-step {
        padding: var(--space-6);
    }

    .approach-step__icon {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: var(--space-6);
    }

    .delivery-illustration__traditional,
    .delivery-illustration__appvault {
        padding: var(--space-6);
    }

    .delivery-illustration__appvault-heading {
        align-items: flex-start;
    }

        .delivery-illustration__appvault-heading img {
            width: 2.75rem;
            max-height: 2.75rem;
        }

    .delivery-illustration__step {
        min-height: auto;
    }

    .appvault-benefit-grid {
        grid-template-columns: 1fr;
    }

    .experience-section__content {
        padding: var(--space-6);
    }
}

/* -------------------------------------------------
   Responsive: small mobile
   ------------------------------------------------- */

@media (max-width: 32rem) {
    .data-flow-preview__hub {
        min-height: 7.5rem;
    }

        .data-flow-preview__hub img {
            width: 3.25rem;
            max-height: 3.25rem;
        }

    .manual-workflow__system,
    .manual-workflow__step {
        padding: var(--space-4);
    }

    .automation-card__heading {
        align-items: flex-start;
    }

    .system-flow__hub {
        min-height: 8rem;
    }

        .system-flow__hub img {
            width: 3.5rem;
            max-height: 3.5rem;
        }

    .experience-list > div {
        gap: var(--space-3);
    }
}
/* -------------------------------------------------
   Refined hero information flow
   ------------------------------------------------- */

.data-flow-preview {
    gap: var(--space-3);
}

.data-flow-preview__label {
    margin-bottom: var(--space-1);
    color: var(--color-brand-blue-700);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-wide);
    text-align: center;
    text-transform: uppercase;
}

.data-flow-preview__source {
    padding: var(--space-5) var(--space-6);
}

    .data-flow-preview__source::before {
        display: none;
    }

    .data-flow-preview__source > strong {
        margin-bottom: var(--space-4);
        font-size: var(--font-size-lg);
    }

.data-flow-preview__connector {
    gap: var(--space-1);
    padding-block: 0;
}

.data-flow-preview__arrow {
    font-size: var(--font-size-lg);
    transform: none;
}

.data-flow-preview__hub {
    min-height: 7.5rem;
    padding: var(--space-5);
}

    .data-flow-preview__hub img {
        width: 3.4rem;
        max-height: 3.4rem;
        margin-bottom: var(--space-2);
    }

.data-flow-preview__distribution-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    color: var(--color-brand-blue-500);
    font-size: var(--font-size-lg);
    line-height: 1;
}

.data-flow-preview__systems {
    padding: var(--space-4);
}

    .data-flow-preview__systems div {
        min-height: 4.5rem;
        padding: var(--space-3);
    }

/* -------------------------------------------------
   Refined system distribution flow
   ------------------------------------------------- */

.system-flow__arrow {
    min-height: 3rem;
    transform: none;
}

.system-flow__distribution-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    color: var(--color-brand-blue-500);
    font-size: var(--font-size-xl);
    line-height: 1;
}

.system-flow__branches {
    width: calc(100% - 3rem);
    height: 1.25rem;
    margin-top: 0;
    margin-bottom: -1px;
    border-top: 1px solid var(--color-brand-blue-300);
    background: linear-gradient( var(--color-brand-blue-300), var(--color-brand-blue-300) ) 12.5% top / 1px calc(100% - 1px) no-repeat, linear-gradient( var(--color-brand-blue-300), var(--color-brand-blue-300) ) 37.5% top / 1px calc(100% - 1px) no-repeat, linear-gradient( var(--color-brand-blue-300), var(--color-brand-blue-300) ) 62.5% top / 1px calc(100% - 1px) no-repeat, linear-gradient( var(--color-brand-blue-300), var(--color-brand-blue-300) ) 87.5% top / 1px calc(100% - 1px) no-repeat;
}

    .system-flow__branches::before,
    .system-flow__branches::after {
        top: -0.32rem;
    }

.system-flow__targets {
    width: 100%;
    margin-top: 0;
}

/* -------------------------------------------------
   Refined flow responsiveness
   ------------------------------------------------- */

@media (max-width: 48rem) {
    .data-flow-preview__label {
        text-align: left;
    }

    .data-flow-preview__source {
        padding: var(--space-5);
    }

    .data-flow-preview__hub {
        min-height: 7rem;
    }

    .system-flow__branches {
        width: 1px;
        height: 2.75rem;
        border-top: 0;
        background: var(--color-brand-blue-300);
    }

        .system-flow__branches::before,
        .system-flow__branches::after {
            display: none;
        }

    .system-flow__distribution-arrow {
        min-height: 2rem;
    }
}

/* -------------------------------------------------
   Team
   ------------------------------------------------- */

.section--team {
    border-top: 1px solid rgba(223, 229, 239, 0.7);
    background: radial-gradient( circle at 88% 18%, rgba(78, 145, 208, 0.1), transparent 25rem ), var(--color-background-muted);
}

.team-heading {
    align-items: start;
}

    .team-heading h2 {
        max-width: 16ch;
    }

.team-heading__content {
    display: grid;
    gap: var(--space-5);
}

    .team-heading__content p {
        font-size: var(--font-size-md);
    }

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-6);
}

.team-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 31rem;
    border: var(--border-standard);
    border-radius: var(--radius-xl);
    background: var(--color-white);
    box-shadow: var(--shadow-xs);
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

    .team-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        height: 0.25rem;
        background: var(--gradient-brand);
        opacity: 0.8;
    }

    .team-card:hover {
        border-color: var(--color-brand-blue-200);
        box-shadow: var(--shadow-md);
        transform: translateY(-0.25rem);
    }

.team-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 0.72;
    background: var(--color-brand-blue-50);
}

    .team-card__image::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 35%;
        background: linear-gradient( to top, rgba(23, 32, 86, 0.12), transparent );
        pointer-events: none;
    }

    .team-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform var(--transition-slow);
    }

.team-card:hover .team-card__image img {
    transform: scale(1.025);
}

.team-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: var(--space-7);
}

.team-card__role {
    margin-bottom: var(--space-2);
    color: var(--color-brand-blue-700);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-wide);
    text-transform: uppercase;
}

.team-card h3 {
    margin-bottom: var(--space-3);
    font-size: var(--font-size-xl);
}

.team-card__company {
    min-height: 3.3rem;
    margin-bottom: var(--space-4);
    font-size: var(--font-size-sm);
}

.team-card__experience {
    margin-bottom: var(--space-5);
    color: var(--color-brand-navy-950);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

.team-card__skills {
    display: grid;
    gap: var(--space-3);
    margin-top: auto;
    list-style: none;
}

    .team-card__skills li {
        position: relative;
        padding-left: 1.35rem;
        color: var(--color-text-muted);
        font-size: var(--font-size-sm);
        line-height: var(--line-height-snug);
    }

        .team-card__skills li::before {
            content: "";
            position: absolute;
            top: 0.6em;
            left: 0;
            width: 0.42rem;
            height: 0.42rem;
            border-radius: 50%;
            background: var(--color-brand-blue-500);
        }

/* -------------------------------------------------
   Team placeholders
   ------------------------------------------------- */

.team-card--placeholder {
    border-style: dashed;
}

.team-card__image--placeholder {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: radial-gradient( circle at 50% 25%, rgba(255, 255, 255, 0.9), transparent 8rem ), linear-gradient( 145deg, var(--color-brand-blue-50), var(--color-slate-100) );
}

    .team-card__image--placeholder::after {
        display: none;
    }

.team-card__placeholder-head {
    position: absolute;
    top: 21%;
    width: 5.75rem;
    height: 5.75rem;
    border-radius: 50%;
    background: var(--color-slate-300);
    box-shadow: var(--shadow-sm);
}

.team-card__placeholder-body {
    width: 13rem;
    height: 8rem;
    margin-bottom: -1.5rem;
    border-radius: 7rem 7rem 0 0;
    background: var(--color-slate-300);
    box-shadow: var(--shadow-sm);
}

.team-card--placeholder .team-card__role,
.team-card--placeholder h3,
.team-card--placeholder .team-card__company,
.team-card--placeholder .team-card__experience,
.team-card--placeholder .team-card__skills {
    opacity: 0.68;
}

/* -------------------------------------------------
   Team responsiveness
   ------------------------------------------------- */

@media (max-width: 72rem) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 48rem) {
    .team-heading__content p {
        font-size: var(--font-size-base);
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-card {
        min-height: auto;
    }

    .team-card__image {
        aspect-ratio: 1 / 0.75;
    }

    .team-card__content {
        padding: var(--space-6);
    }

    .team-card__company {
        min-height: 0;
    }
}