@font-face
{
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}
@font-face
{
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

:root
{
    --ink: #10211d;
    --muted: #5d6965;
    --paper: #f4f3ed;
    --white: #fff;
    --lime: #c9f06c;
    --mint: #dff1e4;
    --line: #d7d9d1;
    --dark: #2f6f63;
    --max: 1280px;
}
*
{
    box-sizing: border-box;
}
html
{
    scroll-behavior: smooth;
}
body
{
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    line-height: 1.55;
}
a
{
    color: inherit;
    text-decoration: none;
}
.site-header
{
    position: fixed;
    z-index: 20;
    top: 0;
    left: 50%;
    width: min(var(--max),calc(100% - 64px));
    height: 72px;
    margin: auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d7d9d199;
    background: #f4f3eddd;
    backdrop-filter: blur(4px);
    transform: translateX(-50%);
}
.brand
{
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1;
}
.brand > span:last-child
{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.brand strong
{
    font: 700 18px/1 "Manrope",sans-serif;
    letter-spacing: .02em;
}
.brand small
{
    font-size: 7px;
    letter-spacing: .35em;
}
.brand-mark
{
    width: 38px;
    height: 38px;
    display: block;
    flex: 0 0 38px;
    background: url("assets/logo-128.jpg") center/cover no-repeat;
}
.brand-mark i
{
    display: none;
}
nav
{
    display: flex;
    gap: 38px;
    font-size: 14px;
}
.header-tools
{
    display: flex;
    align-items: center;
    gap: 28px;
}
.language-switch
{
    display: flex;
    border: 1px solid var(--line);
    padding: 3px;
    gap: 2px;
}
.language-switch a
{
    min-width: 30px;
    padding: 5px 6px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--muted);
}
.language-switch a.active
{
    background: var(--ink);
    color: #fff;
}
nav a,
.header-contact,
.text-link
{
    transition: opacity .2s;
}
nav a:hover,
.header-contact:hover,
.text-link:hover
{
    opacity: .55;
}
.header-contact
{
    font-size: 14px;
    font-weight: 600;
}
.header-contact span
{
    margin-left: 8px;
}
.hero
{
    max-width: none;
    min-height: 720px;
    margin: 0;
    padding: 72px 0 0;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #dfe8df;
}
.hero-copy
{
    position: relative;
    z-index: 5;
    width: min(var(--max),100%);
    padding: 120px 32px 95px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.eyebrow
{
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: .17em;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 28px;
}
.eyebrow span
{
    width: 24px;
    height: 2px;
    background: var(--ink);
}
.hero .eyebrow
{
    background: #ffffffc7;
    padding: 10px 13px;
    backdrop-filter: blur(10px);
}
h1,
h2,
h3
{
    font-family: "Manrope",sans-serif;
    margin: 0;
    letter-spacing: -.045em;
}
h1
{
    font-size: clamp(70px,10vw,152px);
    line-height: .9;
    font-weight: 600;
    max-width: 930px;
    text-shadow: 0 18px 55px #10211d2b;
}
h1 em
{
    font-style: normal;
    color: #2f6f63;
}
.intro
{
    max-width: 590px;
    margin: 35px 0;
    color: #31433f;
    font-size: 19px;
    line-height: 1.65;
    background: #ffffffd9;
    padding: 22px 24px;
    backdrop-filter: blur(10px);
}
.hero-actions
{
    display: flex;
    align-items: center;
    gap: 32px;
}
.button
{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 17px 21px;
    font-weight: 600;
    font-size: 14px;
    transition: transform .2s,background .2s;
}
.button:hover
{
    transform: translateY(-2px);
}
.button-primary
{
    background: var(--ink);
    color: #fff;
}
.button-primary:hover
{
    background: #29463f;
}
.text-link
{
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #9aa39f;
    padding: 8px 0;
}
.text-link span
{
    margin-left: 12px;
}
.migration-visual
{
    position: absolute;
    inset: 24px 0 0;
    height: auto;
    background: linear-gradient(135deg,#e8f0e7 0%,#d5e5df 48%,#c9ddd5 100%);
    border-block: 1px solid #c7d6cf;
    overflow: hidden;
}
.migration-visual:before
{
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(#9fb7ae44 1px,transparent 1px),
        linear-gradient(90deg,#9fb7ae44 1px,transparent 1px),
        radial-gradient(circle at 72% 48%,#c9f06c50,transparent 27%);
    background-size: 42px 42px,42px 42px,100% 100%;
    animation: grid-drift 18s linear infinite;
}
.migration-visual:after
{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#f4f3edaa 0%,#f4f3ed30 38%,#f4f3ed00 100%);
}
.visual-label
{
    position: absolute;
    z-index: 2;
    left: max(32px,calc((100vw - var(--max))/2 + 32px));
    right: max(32px,calc((100vw - var(--max))/2 + 32px));
    top: 26px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.visual-label b
{
    color: #3d6d61;
}
.visual-label b:before
{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #6aa358;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse 2s infinite;
}
.node
{
    position: absolute;
    z-index: 2;
    width: 205px;
    padding: 22px;
    background: #fffffff0;
    box-shadow: 0 16px 40px #46615916;
}
.node small
{
    display: block;
    color: #668078;
    font-size: 9px;
    letter-spacing: .16em;
    margin-bottom: 22px;
}
.node strong
{
    display: block;
    font: 600 24px/1.15 "Manrope";
    letter-spacing: -.04em;
}
.node > span
{
    display: block;
    color: #77827e;
    font-size: 10px;
    margin-top: 16px;
}
.source
{
    left: max(32px,calc((100vw - var(--max))/2 + 54px));
    top: 300px;
}
.target
{
    right: max(32px,calc((100vw - var(--max))/2 + 58px));
    bottom: 88px;
    background: #2f6f63;
    color: #fff;
}
.target small,
.target > span
{
    color: #d4ece6;
}
.data-route
{
    position: absolute;
    z-index: 1;
    left: max(255px,calc((100vw - var(--max))/2 + 270px));
    right: max(275px,calc((100vw - var(--max))/2 + 305px));
    top: 385px;
    height: 75px;
    border-top: 2px solid #56756c;
    transform: rotate(7deg);
}
.data-route span
{
    position: absolute;
    top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45675e;
    animation: travel 3s ease-in-out infinite;
}
.data-route span:nth-child(2)
{
    animation-delay: .35s;
}
.data-route span:nth-child(3)
{
    animation-delay: .7s;
}
.data-route span:nth-child(4)
{
    animation-delay: 1.05s;
}
.data-route span:nth-child(5)
{
    animation-delay: 1.4s;
}
.data-route b
{
    position: absolute;
    top: 14px;
    left: 35%;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #648078;
}
.metric
{
    position: absolute;
    z-index: 3;
    background: var(--lime);
    width: 112px;
    height: 88px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 40px #46615916;
}
.metric b
{
    font: 600 24px "Manrope";
}
.metric span
{
    font-size: 10px;
}
.metric-one
{
    right: max(32px,calc((100vw - var(--max))/2 + 290px));
    top: 150px;
}
.metric-two
{
    left: max(32px,calc((100vw - var(--max))/2 + 320px));
    bottom: 80px;
    background: #fff;
}
.banner-ai
{
    position: absolute;
    z-index: 3;
    right: max(32px,calc((100vw - var(--max))/2 + 250px));
    top: 250px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #4f9185;
    color: #fff;
    box-shadow: 0 0 0 18px #4f91851b,0 28px 70px #2f6f6330;
    animation: core-float 5s ease-in-out infinite;
}
.banner-ai span
{
    font: 700 58px/1 "Manrope";
    color: #f0ffd1;
}
.banner-ai small
{
    font-size: 9px;
    letter-spacing: .15em;
    margin-top: 8px;
}
.banner-ai i
{
    position: absolute;
    inset: -17px;
    border: 1px solid #4f918566;
    border-radius: 50%;
    animation: ring-out 3.6s ease-out infinite;
}
.banner-ai i:nth-of-type(2)
{
    inset: -36px;
    animation-delay: 1.1s;
}
.banner-ai i:nth-of-type(3)
{
    inset: -55px;
    animation-delay: 2.2s;
}
.ai-link
{
    position: absolute;
    z-index: 1;
    height: 2px;
    background: linear-gradient(90deg,transparent,#4f9185,#c9f06c);
    transform-origin: left;
}
.ai-link:after
{
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c9f06c;
    box-shadow: 0 0 14px #c9f06c;
}
.ai-link-one
{
    width: 190px;
    right: max(220px,calc((100vw - var(--max))/2 + 430px));
    top: 327px;
    transform: rotate(188deg);
}
.ai-link-two
{
    width: 230px;
    right: max(190px,calc((100vw - var(--max))/2 + 395px));
    top: 408px;
    transform: rotate(24deg);
}
.trust-strip
{
    background: var(--white);
    border-block: 1px solid var(--line);
    padding: 26px max(32px,calc((100vw - var(--max))/2 + 32px));
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trust-strip p
{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #75807c;
}
.trust-strip div
{
    display: flex;
    gap: 48px;
}
.trust-strip span
{
    font-size: 12px;
    font-weight: 600;
}
.trust-strip span:before
{
    content: "✓";
    color: #598675;
    margin-right: 9px;
}
.section
{
    max-width: var(--max);
    margin: auto;
    padding: 120px 32px;
}
.expertise
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
}
.section h2
{
    font-size: clamp(42px,5vw,66px);
    line-height: 1.08;
    font-weight: 500;
}
.section-lead
{
    align-self: end;
    max-width: 540px;
    color: var(--muted);
    font-size: 18px;
}
.service-grid
{
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 75px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.service-grid article
{
    padding: 34px 34px 42px 0;
    position: relative;
}
.service-grid article + article
{
    border-left: 1px solid var(--line);
    padding-left: 34px;
}
.service-number
{
    font-size: 10px;
    color: #7a8581;
    letter-spacing: .12em;
}
.service-icon
{
    width: 48px;
    height: 48px;
    margin: 35px 0 40px;
    background: var(--mint);
    display: grid;
    place-items: center;
    font-size: 22px;
}
.service-grid h3
{
    font-size: 26px;
    font-weight: 600;
}
.service-grid p
{
    color: var(--muted);
    font-size: 14px;
    min-height: 95px;
}
.service-grid ul
{
    list-style: none;
    margin: 25px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    font-size: 12px;
}
.service-grid li
{
    margin: 9px 0;
}
.service-grid li:before
{
    content: "—";
    margin-right: 10px;
    color: #789089;
}
.approach
{
    max-width: none;
    background: var(--dark);
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw;
    padding-inline: max(32px,calc((100vw - var(--max))/2 + 32px));
}
.eyebrow.light
{
    color: #aac0ba;
}
.eyebrow.light span
{
    background: var(--lime);
}
.approach-copy > p:not(.eyebrow)
{
    color: #abc0ba;
    max-width: 480px;
    margin: 30px 0 40px;
}
.button-light
{
    background: var(--lime);
    color: var(--ink);
}
.process-list
{
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ffffff30;
}
.process-list li
{
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 15px;
    padding: 24px 0;
    border-bottom: 1px solid #ffffff30;
}
.process-list > li > span
{
    font-size: 10px;
    color: var(--lime);
    letter-spacing: .1em;
}
.process-list h3
{
    font-size: 22px;
    margin-bottom: 5px;
}
.process-list p
{
    margin: 0;
    color: #abc0ba;
    font-size: 13px;
}
.company
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}
.company-copy .large
{
    font: 500 24px/1.55 "Manrope";
    letter-spacing: -.02em;
    margin-top: 0;
}
.company-copy > p:not(.large)
{
    color: var(--muted);
}
.principles
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin-top: 38px;
}
.principles span
{
    border-top: 2px solid var(--ink);
    padding-top: 13px;
    font-size: 11px;
}
.principles b
{
    display: block;
    font-size: 14px;
}
.contact
{
    max-width: none;
    text-align: center;
    background: #4c766b;
    color: #fff;
    padding-block: 95px;
}
.contact .eyebrow
{
    justify-content: end;
    margin-right: 17vw;
}
.contact h2
{
    font-size: clamp(44px,6vw,76px);
}
.contact > p:not(.eyebrow)
{
    color: #d6e2df;
    font-size: 18px;
}
.contact > a
{
    display: inline-block;
    font: 500 22px "Manrope";
    margin-top: 20px;
    border-bottom: 1px solid #ffffff70;
    padding-bottom: 7px;
}
.contact > a span
{
    margin-left: 28px;
}

p.footer-info
{
    text-align: center;
}

footer
{
    max-width: var(--max);
    margin: auto;
    padding-top: 40px;
    padding-left: 2px;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 6fr auto;
    gap: 40px;
    align-items: end;
    border-top: 1px solid;
}
.footer-brand
{
    align-self: start;
}
footer p
{
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}
footer > div
{
    display: flex;
    gap: 20px;
    font-size: 12px;
}
footer > small
{
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
    padding-top: 25px;
    color: #84908c;
    font-size: 10px;
}
.company-details
{
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin: 10px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid var(--line);
}
.company-details div
{
    display: block;
}
.company-details dt
{
    color: #84908c;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.company-details dd
{
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 600;
}
.company-details + small
{
    border-top: 0;
    padding-top: 0;
}
.references
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 70px;
    border-top: 1px solid var(--line);
}
.references-lead
{
    align-self: end;
    max-width: 520px;
    color: var(--muted);
    font-size: 18px;
}
.reference-grid
{
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    margin-top: 35px;
    border-block: 1px solid var(--line);
}
.reference-grid a
{
    min-height: 190px;
    padding: 27px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background .25s,color .25s,transform .25s;
}
.reference-grid a + a
{
    border-left: 1px solid var(--line);
}
.reference-grid a:hover
{
    background: var(--ink);
    color: #fff;
    transform: translateY(-4px);
}
.reference-featured
{
    grid-column: span 2;
    background: #fff;
    min-height: 235px!important;
}
.reference-featured strong
{
    font-size: clamp(42px,5vw,68px)!important;
}
.reference-featured small
{
    font-weight: 600;
    color: #4f766c;
}
.reference-index
{
    font-size: 9px;
    color: #82908b;
    letter-spacing: .14em;
}
.reference-grid strong
{
    font: 600 clamp(21px,2.2vw,34px)/1 "Manrope";
    letter-spacing: -.05em;
    margin: auto 0 7px;
}
.reference-grid small
{
    color: var(--muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.reference-grid a:hover small
{
    color: #aebdb8;
}
.reference-grid i
{
    position: absolute;
    right: 24px;
    top: 23px;
    font-style: normal;
    font-size: 18px;
    color: #70817c;
}
.reference-grid a:hover i
{
    color: var(--lime);
}
@keyframes travel
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    15%
    {
        opacity: 1;
    }
    85%
    {
        opacity: 1;
    }
    100%
    {
        left: 100%;
        opacity: 0;
    }
}
@keyframes pulse
{
    50%
    {
        box-shadow: 0 0 0 5px #6aa35825;
    }
}
@keyframes grid-drift
{
    to
    {
        background-position: 84px 42px,84px 42px,0 0;
    }
}
@keyframes core-float
{
    50%
    {
        transform: translateY(-12px);
        box-shadow: 0 0 0 24px #4f918526,0 34px 80px #2f6f6340;
    }
}
@media (prefers-reduced-motion:reduce)
{
    html
    {
        scroll-behavior: auto;
    }
    *,
    *:before,
    *:after
    {
        animation: none!important;
        transition: none!important;
    }
}
@media (max-width:900px)
{
    .site-header nav
    {
        display: none;
    }
    .hero
    {
        grid-template-columns: 1fr;
        padding: 0;
        min-height: 760px;
    }
    .hero-copy
    {
        padding: 110px 28px 80px;
    }
    .migration-visual
    {
        inset: 18px 0 0;
        height: auto;
    }
    .banner-ai
    {
        right: 8vw;
        top: 370px;
        width: 145px;
        height: 145px;
    }
    .banner-ai span
    {
        font-size: 44px;
    }
    .source
    {
        left: 28px;
        top: 420px;
    }
    .target
    {
        right: 28px;
        bottom: 70px;
    }
    .metric-one
    {
        right: 28px;
        top: 115px;
    }
    .metric-two
    {
        left: 28px;
        bottom: 42px;
    }
    .data-route
    {
        left: 165px;
        right: 160px;
        top: 495px;
    }
    .ai-link-one,
    .ai-link-two
    {
        display: none;
    }
    .trust-strip
    {
        align-items: flex-start;
    }
    .trust-strip div
    {
        flex-wrap: wrap;
        gap: 15px 30px;
    }
    .expertise,
    .company,
    .approach
    {
        grid-template-columns: 1fr;
    }
    .section-lead
    {
        margin-top: 30px;
    }
    .service-grid
    {
        grid-template-columns: 1fr;
    }
    .service-grid article + article
    {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding-left: 0;
    }
    .service-grid p
    {
        min-height: auto;
    }
    .approach
    {
        gap: 70px;
    }
    .company-copy
    {
        margin-top: 20px;
    }
}
@media (max-width:560px)
{
    .site-header
    {
        height: 76px;
        padding-inline: 20px;
    }
    .header-contact
    {
        font-size: 0;
    }
    .header-contact span
    {
        font-size: 20px;
    }
    .section
    {
        padding: 70px 20px;
    }
    .hero
    {
        padding: 0;
        gap: 0;
        min-height: 760px;
    }
    .hero-copy
    {
        padding: 95px 20px 70px;
    }
    .hero .eyebrow
    {
        font-size: 9px;
    }
    .intro
    {
        font-size: 16px;
        padding: 18px;
        margin: 28px 0;
    }
    .hero-actions
    {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
    .migration-visual
    {
        inset: 12px 0 0;
        height: auto;
    }
    .node
    {
        width: 145px;
        padding: 15px;
    }
    .node strong
    {
        font-size: 18px;
    }
    .source
    {
        left: 16px;
        top: 425px;
    }
    .target
    {
        right: 16px;
        bottom: 72px;
    }
    .metric
    {
        width: 92px;
        height: 74px;
    }
    .metric-one
    {
        right: 18px;
        top: 115px;
    }
    .metric-two
    {
        left: 18px;
        bottom: 28px;
    }
    .data-route
    {
        left: 105px;
        right: 95px;
        top: 510px;
    }
    .banner-ai
    {
        right: 24px;
        top: 330px;
        width: 118px;
        height: 118px;
    }
    .banner-ai span
    {
        font-size: 35px;
    }
    .banner-ai small
    {
        font-size: 7px;
    }
    .trust-strip
    {
        padding: 20px;
        display: block;
    }
    .trust-strip div
    {
        margin-top: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .expertise
    {
        padding-bottom: 80px;
    }
    .service-grid
    {
        margin-top: 45px;
    }
    .service-grid article
    {
        padding: 28px 0;
    }
    .service-icon
    {
        margin: 25px 0;
    }
    .approach
    {
        padding-inline: 20px;
    }
    .principles
    {
        grid-template-columns: 1fr;
    }
    .contact
    {
        padding-inline: 20px;
    }
    footer
    {
        padding: 45px 20px 30px;
        grid-template-columns: 1fr;
    }
    footer > small
    {
        grid-column: auto;
    }
    h1
    {
        font-size: 58px;
    }
}

.service-grid
{
    grid-template-columns: repeat(4,1fr);
}
.service-ai
{
    grid-column: auto;
    background: #e7f3ce;
    padding-right: 24px!important;
}
.service-app
{
    background: #e7edf0;
    padding-right: 30px!important;
}
.service-signage
{
    background: #f1eadb;
    padding-right: 30px!important;
}
.platforms
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 28px;
}
.platforms span
{
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    padding: 12px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.platforms i
{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--ink);
    color: #fff;
    font-style: normal;
    font-size: 7px;
}
.onprem-visual
{
    margin-top: 28px;
    background: #4f9185;
    color: #fff;
    padding: 13px;
    overflow: hidden;
}
.onprem-head
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    font-size: 7px;
    letter-spacing: .12em;
    color: #d8eee9;
}
.onprem-head b
{
    font-size: 6px;
    color: #f0ffd1;
}
.onprem-head b i
{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f0ffd1;
    margin-right: 4px;
    animation: system-pulse 1.8s ease-in-out infinite;
}
.secure-zone
{
    height: 160px;
    border: 1px solid #ffffff55;
    position: relative;
    background-image: linear-gradient(#ffffff18 1px,transparent 1px),linear-gradient(90deg,#ffffff18 1px,transparent 1px);
    background-size: 20px 20px;
}
.zone-label
{
    position: absolute;
    top: 6px;
    left: 7px;
    font-size: 5px;
    letter-spacing: .13em;
    color: #ddf3ef;
}
.ai-core
{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    border: 1px solid #f0ffd1;
    border-radius: 50%;
    transform: translate(-50%,-43%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #2f6f63;
    box-shadow: 0 0 0 8px #ffffff16;
    animation: core-breathe 3s ease-in-out infinite;
}
.ai-core:before,
.ai-core:after
{
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid #f0ffd15c;
    border-radius: 50%;
    animation: ring-out 3s ease-out infinite;
}
.ai-core:after
{
    animation-delay: 1.5s;
}
.ai-core span
{
    font: 600 22px/1 "Manrope";
    color: #f0ffd1;
}
.ai-core small
{
    font-size: 5px;
    letter-spacing: .1em;
    margin-top: 4px;
    color: #d7ece8;
}
.local-node
{
    position: absolute;
    z-index: 2;
    width: 35px;
    text-align: center;
}
.local-node i
{
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto 4px;
    border: 1px solid #c9e2dd;
    background: #6aa79b;
}
.local-node small
{
    font-size: 5px;
    letter-spacing: .1em;
    color: #eefaf7;
}
.node-data
{
    left: 12px;
    top: 58px;
}
.node-team
{
    right: 10px;
    top: 38px;
}
.node-app
{
    right: 16px;
    bottom: 0px;
}
.flow
{
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #e2f3ef;
    transform-origin: left;
}
.flow:after
{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: -2px;
    border-radius: 50%;
    background: #f0ffd1;
    box-shadow: 0 0 7px #f0ffd1;
    animation: packet 2.4s linear infinite;
}
.flow-one
{
    width: 73px;
    left: 39px;
    top: 67px;
    transform: rotate(8deg);
}
.flow-two
{
    width: 66px;
    left: 61%;
    top: 71px;
    transform: rotate(-24deg);
}
.flow-three
{
    width: 65px;
    left: 58%;
    top: 92px;
    transform: rotate(28deg);
}
.flow-two:after
{
    animation-delay: .8s;
}
.flow-three:after
{
    animation-delay: 1.6s;
}
.privacy-lock
{
    padding-top: 10px;
    text-align: center;
    color: #e3f6f2;
    font-size: 7px;
    letter-spacing: .04em;
}
.privacy-lock span
{
    color: #f0ffd1;
    margin-right: 5px;
}
@keyframes packet
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    15%,
    85%
    {
        opacity: 1;
    }
    100%
    {
        left: 100%;
        opacity: 0;
    }
}
@keyframes core-breathe
{
    50%
    {
        box-shadow: 0 0 0 13px #ffffff24;
    }
}
@keyframes ring-out
{
    0%
    {
        transform: scale(.8);
        opacity: 0;
    }
    35%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.35);
        opacity: 0;
    }
}
@keyframes system-pulse
{
    50%
    {
        opacity: .3;
    }
}
.sovereignty
{
    max-width: none;
    background: #3f7f72;
    color: #fff;
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    gap: 9vw;
    align-items: center;
    padding-inline: max(32px,calc((100vw - var(--max))/2 + 32px));
    position: relative;
    overflow: hidden;
}
.sovereignty:before
{
    content: "DE";
    position: absolute;
    right: -2vw;
    bottom: -13vw;
    font: 700 32vw/1 "Manrope";
    color: #ffffff0b;
}
.sovereignty-stamp
{
    aspect-ratio: 1;
    border: 1px solid #ffffff55;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sovereignty-stamp:before
{
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #f0ffd170;
    inset: 12%;
}
.sovereignty-stamp span
{
    font: 600 clamp(48px,7vw,92px)/1 "Manrope";
    color: #f0ffd1;
    letter-spacing: -.06em;
}
.sovereignty-stamp strong
{
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-top: 10px;
}
.sovereignty-stamp small
{
    font-size: 9px;
    color: #d7ece8;
    text-transform: uppercase;
    letter-spacing: .15em;
}
.sovereignty-copy
{
    position: relative;
    z-index: 1;
}
.sovereignty-lead
{
    color: #edf7f5;
    font-size: 19px;
    max-width: 720px;
    margin: 30px 0 45px;
}
.sovereignty-grid
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #ffffff35;
}
.sovereignty-grid div
{
    padding: 24px 25px 0 0;
}
.sovereignty-grid div + div
{
    border-left: 1px solid #ffffff35;
    padding-left: 25px;
}
.sovereignty-grid b
{
    font: 600 14px "Manrope";
    color: #f0ffd1;
}
.sovereignty-grid p
{
    color: #e1f0ed;
    font-size: 12px;
}
@media (max-width:900px)
{
    .service-grid
    {
        grid-template-columns: 1fr;
    }
    .service-ai
    {
        grid-column: auto;
    }
    .sovereignty
    {
        grid-template-columns: 1fr;
    }
    .sovereignty-stamp
    {
        width: min(330px,80vw);
        margin: auto;
    }
    .sovereignty-grid
    {
        grid-template-columns: 1fr;
    }
    .sovereignty-grid div + div
    {
        border-left: 0;
        padding-left: 0;
    }
}
@media (max-width:560px)
{
    .company-details
    {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
@media (max-width:900px)
{
    .references
    {
        grid-template-columns: 1fr;
    }
    .references-lead
    {
        margin-top: 0;
    }
    .reference-grid
    {
        grid-template-columns: 1fr;
    }
    .reference-featured
    {
        grid-column: auto;
    }
    .reference-grid a + a
    {
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}

.hero-copy
{
    max-width: 760px;
    margin-right: auto;
}
.migration-visual:after
{
    background: linear-gradient(90deg,#f4f3edf2 0%,#f4f3edda 31%,#f4f3ed55 56%,#f4f3ed00 100%);
}
.source
{
    left: auto;
    right: max(32px,calc((100vw - var(--max))/2 + 520px));
    top: 315px;
}
.target
{
    right: max(32px,calc((100vw - var(--max))/2 + 70px));
    bottom: 86px;
}
.data-route
{
    left: auto;
    right: max(265px,calc((100vw - var(--max))/2 + 285px));
    width: min(30vw,410px);
}
.metric-two
{
    left: auto;
    right: max(32px,calc((100vw - var(--max))/2 + 510px));
    bottom: 72px;
}
.trust-strip div
{
    flex-wrap: wrap;
}
.service-grid article,
.reference-grid a
{
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}
.service-grid h3,
.reference-grid strong
{
    line-height: 1.05;
}
@media (max-width:1100px)
{
    h1
    {
        font-size: clamp(66px,11vw,118px);
    }
    .intro
    {
        max-width: 520px;
    }
    .source
    {
        right: 44vw;
        top: 385px;
    }
    .target
    {
        right: 32px;
        bottom: 72px;
    }
    .banner-ai
    {
        right: 7vw;
        top: 245px;
    }
    .metric-one
    {
        right: 32px;
        top: 120px;
    }
    .metric-two
    {
        right: 44vw;
        bottom: 50px;
    }
    .data-route
    {
        right: 220px;
        width: 260px;
        top: 465px;
    }
    .reference-grid
    {
        grid-template-columns: repeat(2,1fr);
    }
    .reference-featured
    {
        grid-column: span 2;
    }
    .reference-grid a:nth-child(3)
    {
        border-left: 0;
    }
    .reference-grid a:nth-child(n+3)
    {
        border-top: 1px solid var(--line);
    }
}
@media (max-width:900px)
{
    .hero
    {
        min-height: 840px;
    }
    .hero-copy
    {
        max-width: 620px;
    }
    .intro
    {
        max-width: 520px;
    }
    .visual-label
    {
        top: 28px;
    }
    .source
    {
        left: 28px;
        right: auto;
        top: 545px;
    }
    .target
    {
        right: 28px;
        bottom: 58px;
    }
    .banner-ai
    {
        right: 32px;
        top: 435px;
    }
    .metric-one
    {
        right: 28px;
        top: 210px;
    }
    .metric-two
    {
        left: 28px;
        right: auto;
        bottom: 36px;
    }
    .data-route
    {
        left: 175px;
        right: 170px;
        width: auto;
        top: 620px;
    }
    .migration-visual:after
    {
        background: linear-gradient(180deg,#f4f3edf4 0%,#f4f3eddc 46%,#f4f3ed55 69%,#f4f3ed00 100%);
    }
}
@media (max-width:560px)
{
    .hero
    {
        min-height: 900px;
    }
    .hero-copy
    {
        max-width: 100%;
        padding-top: 100px;
    }
    .hero .eyebrow
    {
        max-width: 100%;
        line-height: 1.25;
    }
    .intro
    {
        max-width: 100%;
        line-height: 1.5;
    }
    .visual-label
    {
        left: 20px;
        right: 20px;
        top: 24px;
        font-size: 9px;
    }
    .source
    {
        left: 16px;
        top: 585px;
    }
    .target
    {
        right: 16px;
        bottom: 76px;
    }
    .banner-ai
    {
        right: 18px;
        top: 472px;
    }
    .metric-one
    {
        right: 18px;
        top: 255px;
    }
    .metric-two
    {
        left: 18px;
        bottom: 34px;
    }
    .data-route
    {
        left: 112px;
        right: 98px;
        top: 673px;
    }
    .data-route b
    {
        display: none;
    }
    .node > span
    {
        display: none;
    }
    .node small
    {
        margin-bottom: 14px;
    }
    .trust-strip div
    {
        grid-template-columns: 1fr;
    }
    .reference-featured strong
    {
        font-size: clamp(36px,14vw,52px)!important;
    }
}

.data-stack,
.pipeline,
.vector-db,
.rag-flow,
.verify-check
{
    position: absolute;
    z-index: 2;
    box-shadow: 0 16px 40px #46615914;
}
.data-stack
{
    right: max(32px,calc((100vw - var(--max))/2 + 730px));
    top: 158px;
    width: 124px;
    padding: 15px;
    background: #ffffffd8;
}
.data-stack b,
.vector-db b
{
    display: block;
    font: 700 10px "Manrope";
    letter-spacing: .14em;
    color: #2f6f63;
}
.data-stack span
{
    display: block;
    height: 13px;
    margin-top: 6px;
    background: #dceee8;
    border-left: 4px solid #4f9185;
    animation: stack-scan 2.8s ease-in-out infinite;
}
.data-stack span:nth-of-type(2)
{
    width: 88%;
    animation-delay: .3s;
}
.data-stack span:nth-of-type(3)
{
    width: 72%;
    animation-delay: .6s;
}
.data-stack small,
.vector-db small,
.verify-check small
{
    display: block;
    margin-top: 9px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #6c7a76;
}
.pipeline
{
    right: max(32px,calc((100vw - var(--max))/2 + 365px));
    top: 505px;
    display: flex;
    gap: 7px;
}
.pipeline span
{
    padding: 9px 11px;
    background: #ffffffd8;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: #4f625d;
    animation: step-glow 3s ease-in-out infinite;
}
.pipeline span:nth-child(2)
{
    animation-delay: .45s;
}
.pipeline span:nth-child(3)
{
    animation-delay: .9s;
}
.vector-db
{
    right: max(32px,calc((100vw - var(--max))/2 + 265px));
    top: 135px;
    width: 132px;
    padding: 15px;
    background: #ffffffd8;
}
.vector-db i
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 12px 4px 0 0;
    border-radius: 50%;
    background: radial-gradient(circle,#4f9185 0 25%,#dff1e4 28% 100%);
    animation: vector-pulse 2.6s ease-in-out infinite;
}
.vector-db i:nth-of-type(2)
{
    animation-delay: .4s;
}
.vector-db i:nth-of-type(3)
{
    animation-delay: .8s;
}
.rag-flow
{
    right: max(32px,calc((100vw - var(--max))/2 + 210px));
    top: 450px;
    width: 150px;
    height: 52px;
    border: 1px solid #4f918555;
    background: #ffffffb8;
}
.rag-flow span
{
    position: absolute;
    left: 13px;
    top: 16px;
    font: 700 13px "Manrope";
    letter-spacing: .12em;
    color: #2f6f63;
}
.rag-flow i
{
    position: absolute;
    top: 24px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9f06c;
    animation: rag-packet 2.7s linear infinite;
}
.rag-flow i:nth-of-type(2)
{
    animation-delay: .55s;
}
.rag-flow i:nth-of-type(3)
{
    animation-delay: 1.1s;
}
.verify-check
{
    right: max(32px,calc((100vw - var(--max))/2 + 118px));
    top: 338px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #f0ffd1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.verify-check b
{
    font: 700 33px/1 "Manrope";
    color: #2f6f63;
}
.verify-check small
{
    margin-top: 5px;
    color: #2f6f63;
}
@keyframes stack-scan
{
    50%
    {
        transform: translateX(7px);
        background: #c9f06c;
    }
}
@keyframes step-glow
{
    35%
    {
        background: #c9f06c;
        color: #10211d;
        transform: translateY(-3px);
    }
}
@keyframes vector-pulse
{
    50%
    {
        transform: scale(1.12);
        box-shadow: 0 0 0 7px #4f91851c;
    }
}
@keyframes rag-packet
{
    0%
    {
        left: 54px;
        opacity: 0;
    }
    15%,
    85%
    {
        opacity: 1;
    }
    100%
    {
        left: 132px;
        opacity: 0;
    }
}
@media (max-width:1100px)
{
    .data-stack
    {
        right: 52vw;
        top: 165px;
    }
    .vector-db
    {
        right: 31vw;
        top: 170px;
    }
    .pipeline
    {
        right: 225px;
        top: 555px;
    }
    .rag-flow
    {
        right: 50px;
        top: 565px;
    }
    .verify-check
    {
        right: 64px;
        top: 320px;
        width: 74px;
        height: 74px;
    }
    .verify-check b
    {
        font-size: 28px;
    }
}
@media (max-width:900px)
{
    .data-stack
    {
        left: 28px;
        right: auto;
        top: 330px;
    }
    .vector-db
    {
        right: 28px;
        top: 315px;
    }
    .pipeline
    {
        left: 28px;
        right: auto;
        top: 495px;
    }
    .rag-flow
    {
        right: 28px;
        top: 595px;
    }
    .verify-check
    {
        right: 190px;
        top: 560px;
    }
}
@media (max-width:560px)
{
    .data-stack
    {
        left: 16px;
        top: 385px;
        width: 108px;
        padding: 12px;
    }
    .vector-db
    {
        right: 16px;
        top: 370px;
        width: 112px;
        padding: 12px;
    }
    .pipeline
    {
        left: 16px;
        top: 542px;
        gap: 4px;
    }
    .pipeline span
    {
        padding: 7px 8px;
        font-size: 7px;
    }
    .rag-flow
    {
        right: 16px;
        top: 630px;
        width: 112px;
    }
    .verify-check
    {
        right: 138px;
        top: 625px;
        width: 58px;
        height: 58px;
    }
    .verify-check b
    {
        font-size: 23px;
    }
    .verify-check small
    {
        font-size: 7px;
    }
    .data-stack small,
    .vector-db small
    {
        display: none;
    }
}

h1
{
    font-size: clamp(60px,8.6vw,122px);
    line-height: .92;
}
.hero-copy
{
    padding-top: 105px;
}
.intro
{
    font-size: 18px;
    line-height: 1.55;
    margin: 28px 0;
    padding: 19px 22px;
}
.trust-strip
{
    gap: 24px;
    padding-block: 20px;
}
.trust-strip p
{
    flex: 0 0 auto;
    margin: 0;
}
.trust-strip div
{
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 22px 28px;
}
.trust-strip span
{
    font-size: 11px;
    white-space: nowrap;
}
@media (max-width:1100px)
{
    .hero
    {
        min-height: 660px;
    }
    .hero-copy
    {
        max-width: 560px;
        padding-top: 90px;
        padding-bottom: 70px;
    }
    h1
    {
        font-size: clamp(52px,7.8vw,84px);
        max-width: 560px;
    }
    .intro
    {
        max-width: 470px;
        font-size: 16px;
        padding: 16px 18px;
        margin: 24px 0;
    }
    .hero .eyebrow
    {
        font-size: 9px;
        padding: 8px 10px;
        margin-bottom: 22px;
    }
    .button
    {
        padding: 14px 17px;
    }
    .trust-strip
    {
        padding-inline: 24px;
        gap: 16px;
    }
    .trust-strip div
    {
        gap: 14px 20px;
    }
    .trust-strip span
    {
        font-size: 10px;
    }
    .trust-strip p
    {
        font-size: 9px;
        letter-spacing: .1em;
    }
}
@media (max-width:900px)
{
    .trust-strip span
    {
        white-space: normal;
    }
}

.pipeline
{
    display: grid;
    grid-template-columns: repeat(6,auto);
    gap: 5px;
}
.pipeline span
{
    padding: 8px 9px;
    font-size: 7px;
}
.pipeline span:nth-child(1)
{
    animation-delay: 0s;
}
.pipeline span:nth-child(2)
{
    animation-delay: .25s;
}
.pipeline span:nth-child(3)
{
    animation-delay: .5s;
}
.pipeline span:nth-child(4)
{
    animation-delay: .75s;
}
.pipeline span:nth-child(5)
{
    animation-delay: 1s;
}
.pipeline span:nth-child(6)
{
    animation-delay: 1.25s;
}
.ai-link-one
{
    display: none;
}
.ai-link-two
{
    right: max(32px,calc((100vw - var(--max))/2 + 435px));
    top: 342px;
    width: 255px;
    transform: rotate(0deg);
    background: linear-gradient(90deg,transparent,#4f9185 40%,#c9f06c 100%);
}
.ai-link-two:after
{
    animation: center-line-packet 2.5s linear infinite;
}
@keyframes center-line-packet
{
    0%
    {
        right: 100%;
        opacity: 0;
    }
    15%,
    85%
    {
        opacity: 1;
    }
    100%
    {
        right: 0;
        opacity: 0;
    }
}
@media (max-width:1100px)
{
    .pipeline
    {
        grid-template-columns: repeat(3,auto);
        right: 185px;
    }
    .ai-link-two
    {
        right: calc(7vw + 72px);
        top: 318px;
        width: 220px;
    }
}
@media (max-width:900px)
{
    .pipeline
    {
        left: 28px;
        right: auto;
        grid-template-columns: repeat(3,auto);
    }
    .ai-link-two
    {
        display: none;
    }
}
@media (max-width:560px)
{
    .pipeline
    {
        grid-template-columns: repeat(2,auto);
    }
}

@media (max-width:900px)
{
    .site-header
    {
        width: calc(100% - 32px);
        height: 66px;
        padding-inline: 18px;
    }
    .hero
    {
        padding-top: 66px;
    }
}
@media (max-width:560px)
{
    .site-header
    {
        width: calc(100% - 20px);
        height: 62px;
        padding-inline: 14px;
    }
    .brand-mark
    {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }
    .brand strong
    {
        font-size: 15px;
    }
    .brand small
    {
        font-size: 6px;
    }
    .hero
    {
        padding-top: 62px;
    }
}

.hero-copy
{
    padding-left: max(56px,calc((100vw - var(--max))/2 + 56px));
}
@media (max-width:900px)
{
    .hero-copy
    {
        padding-left: 44px;
    }
}
@media (max-width:560px)
{
    .hero-copy
    {
        padding-left: 28px;
    }
}

h1
{
    font-size: clamp(38px,4.8vw,72px);
    line-height: 1;
}
.hero-copy
{
    max-width: 620px;
}
.intro
{
    max-width: 500px;
}
@media (max-width:1100px)
{
    h1
    {
        font-size: clamp(36px,5vw,58px);
        max-width: 460px;
    }
    .hero-copy
    {
        max-width: 520px;
    }
}
@media (max-width:560px)
{
    h1
    {
        font-size: 42px;
    }
    .hero-copy
    {
        max-width: 100%;
    }
}

.hero-copy
{
    max-width: 700px;
}
.intro
{
    max-width: 560px;
}
.migration-visual:after
{
    background: linear-gradient(90deg,#f4f3edf5 0%,#f4f3ede8 42%,#f4f3ed7a 62%,#f4f3ed00 100%);
}
.source
{
    right: max(32px,calc((100vw - var(--max))/2 + 455px));
}
.metric-two
{
    right: max(32px,calc((100vw - var(--max))/2 + 445px));
}
.data-stack
{
    right: max(32px,calc((100vw - var(--max))/2 + 600px));
}
.data-route
{
    right: max(240px,calc((100vw - var(--max))/2 + 260px));
    width: min(25vw,350px);
}
.banner-ai
{
    right: max(32px,calc((100vw - var(--max))/2 + 170px));
}
.vector-db
{
    right: max(32px,calc((100vw - var(--max))/2 + 175px));
}
.rag-flow
{
    right: max(32px,calc((100vw - var(--max))/2 + 125px));
}
.verify-check
{
    right: max(32px,calc((100vw - var(--max))/2 + 55px));
}
.pipeline
{
    right: max(32px,calc((100vw - var(--max))/2 + 280px));
}
.ai-link-two
{
    right: max(32px,calc((100vw - var(--max))/2 + 355px));
    width: 245px;
}
@media (max-width:1100px)
{
    .hero-copy
    {
        max-width: 610px;
    }
    .intro
    {
        max-width: 520px;
    }
    .migration-visual:after
    {
        background: linear-gradient(90deg,#f4f3edf7 0%,#f4f3edec 51%,#f4f3ed70 72%,#f4f3ed00 100%);
    }
    .source
    {
        right: 38vw;
    }
    .metric-two
    {
        right: 39vw;
    }
    .data-stack
    {
        right: 48vw;
    }
    .data-route
    {
        right: 185px;
        width: 220px;
    }
    .banner-ai
    {
        right: 4vw;
    }
    .vector-db
    {
        right: 22vw;
    }
    .rag-flow
    {
        right: 24px;
    }
    .verify-check
    {
        right: 30px;
    }
    .pipeline
    {
        right: 165px;
    }
    .ai-link-two
    {
        right: calc(4vw + 72px);
        width: 205px;
    }
}
@media (max-width:900px)
{
    .hero-copy
    {
        max-width: 620px;
    }
    .intro
    {
        max-width: 520px;
    }
    .source
    {
        left: 28px;
        right: auto;
    }
    .metric-two
    {
        left: 28px;
        right: auto;
    }
    .data-stack
    {
        left: 28px;
        right: auto;
    }
    .data-route
    {
        left: 175px;
        right: 170px;
        width: auto;
    }
    .banner-ai
    {
        right: 32px;
    }
    .vector-db
    {
        right: 28px;
    }
    .rag-flow
    {
        right: 28px;
    }
    .verify-check
    {
        right: 190px;
    }
    .pipeline
    {
        left: 28px;
        right: auto;
    }
}

.data-route
{
    right: max(230px,calc((100vw - var(--max))/2 + 250px));
    top: 235px;
    width: min(30vw,360px);
    transform: rotate(36deg);
    transform-origin: left center;
}
.data-route b
{
    left: 42%;
    top: 15px;
}
@media (max-width:1100px)
{
    .data-route
    {
        right: 174px;
        top: 238px;
        width: 350px;
        transform: rotate(36deg);
    }
}
@media (max-width:900px)
{
    .data-route
    {
        left: 150px;
        right: 175px;
        top: 398px;
        width: auto;
        transform: rotate(35deg);
    }
}
@media (max-width:560px)
{
    .data-route
    {
        left: 124px;
        right: 105px;
        top: 448px;
        transform: rotate(36deg);
    }
}

.hero h1
{
    white-space: normal;
    max-width: 520px;
    font-size: clamp(42px,5.2vw,76px);
    line-height: .98;
}
@media (max-width:1100px)
{
    .hero h1
    {
        font-size: clamp(38px,5vw,58px);
        max-width: 440px;
    }
}
@media (max-width:560px)
{
    .hero h1
    {
        font-size: 42px;
        max-width: 320px;
    }
}

.hero .eyebrow
{
    white-space: nowrap;
    padding-inline: 16px;
    max-width: none;
}
@media (max-width:560px)
{
    .hero .eyebrow
    {
        white-space: normal;
    }
}

.hero-actions a
{
    white-space: nowrap;
}
.hero-actions .button
{
    min-width: max-content;
}
.hero-actions .text-link
{
    min-width: max-content;
}
@media (max-width:560px)
{
    .hero-actions a
    {
        white-space: normal;
    }
}

.architecture-visual .node,
.architecture-visual .data-route,
.architecture-visual .data-stack,
.architecture-visual .pipeline,
.architecture-visual .vector-db,
.architecture-visual .rag-flow,
.architecture-visual .verify-check,
.architecture-visual .metric,
.architecture-visual .banner-ai,
.architecture-visual .ai-link
{
    display: none;
}
.architecture-visual:after
{
    background: linear-gradient(90deg,#f4f3edf6 0%,#f4f3ede7 42%,#f4f3ed78 63%,#f4f3ed00 100%);
}
.arch-card,
.arch-status
{
    position: absolute;
    z-index: 3;
    background: #fffffff0;
    box-shadow: 0 16px 40px #46615916;
}
.arch-card
{
    width: 210px;
    padding: 20px;
}
.arch-card small
{
    display: block;
    color: #668078;
    font-size: 9px;
    letter-spacing: .16em;
    margin-bottom: 18px;
}
.arch-card strong
{
    display: block;
    font: 600 22px/1.12 "Manrope";
    letter-spacing: -.04em;
}
.arch-migration
{
    right: max(32px,calc((100vw - var(--max))/2 + 520px));
    top: 210px;
}
.arch-ai
{
    right: max(32px,calc((100vw - var(--max))/2 + 260px));
    top: 270px;
    width: 230px;
    min-height: 190px;
    background: #4f9185;
    color: #fff;
}
.arch-ai small
{
    color: #d8eee9;
}
.arch-ai strong
{
    color: #fff;
}
.arch-apps
{
    right: max(32px,calc((100vw - var(--max))/2 + 55px));
    top: 185px;
    background: #e7edf0;
}
.arch-privacy
{
    right: max(32px,calc((100vw - var(--max))/2 + 70px));
    bottom: 85px;
    background: #f0ffd1;
}
.arch-bars
{
    display: grid;
    gap: 7px;
    margin-top: 22px;
}
.arch-bars i
{
    height: 12px;
    background: #dceee8;
    border-left: 4px solid #4f9185;
    animation: arch-fill 2.8s ease-in-out infinite;
}
.arch-bars i:nth-child(2)
{
    width: 82%;
    animation-delay: .35s;
}
.arch-bars i:nth-child(3)
{
    width: 65%;
    animation-delay: .7s;
}
.arch-orbit
{
    position: relative;
    display: block;
    width: 108px;
    height: 108px;
    margin: 24px auto 0;
    border: 1px solid #f0ffd175;
    border-radius: 50%;
    animation: arch-breathe 4s ease-in-out infinite;
}
.arch-orbit:before
{
    content: "AI";
    position: absolute;
    inset: 28px;
    border-radius: 50%;
    background: #2f6f63;
    display: grid;
    place-items: center;
    font: 700 27px "Manrope";
    color: #f0ffd1;
}
.arch-orbit i
{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c9f06c;
    box-shadow: 0 0 12px #c9f06c;
    animation: orbit-dot 4s linear infinite;
}
.arch-orbit i:nth-child(1)
{
    left: 48px;
    top: -5px;
}
.arch-orbit i:nth-child(2)
{
    right: 3px;
    bottom: 18px;
    animation-delay: 1.3s;
}
.arch-orbit i:nth-child(3)
{
    left: 6px;
    bottom: 18px;
    animation-delay: 2.6s;
}
.app-dots
{
    display: flex;
    gap: 10px;
    margin-top: 28px;
}
.app-dots i
{
    width: 34px;
    height: 54px;
    border: 2px solid #10211d;
    border-radius: 9px;
    background: #fff;
    animation: app-pop 3s ease-in-out infinite;
}
.app-dots i:nth-child(2)
{
    animation-delay: .35s;
}
.app-dots i:nth-child(3)
{
    animation-delay: .7s;
}
.shield-mark
{
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-top: 24px;
    background: #2f6f63;
    color: #f0ffd1;
    border-radius: 50%;
    font-size: 24px;
    animation: shield-pulse 3s ease-in-out infinite;
}
.arch-line
{
    position: absolute;
    z-index: 2;
    height: 2px;
    background: #2f6f63;
    transform-origin: left center;
}
.arch-line i
{
    position: absolute;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c9f06c;
    box-shadow: 0 0 12px #c9f06c;
    animation: arch-packet 2.6s linear infinite;
}
.arch-line i:nth-child(2)
{
    animation-delay: .55s;
}
.arch-line i:nth-child(3)
{
    animation-delay: 1.1s;
}
.line-migration-ai
{
    right: max(32px,calc((100vw - var(--max))/2 + 470px));
    top: 310px;
    width: 210px;
    transform: rotate(14deg);
}
.line-ai-apps
{
    right: max(32px,calc((100vw - var(--max))/2 + 235px));
    top: 295px;
    width: 180px;
    transform: rotate(-18deg);
}
.line-ai-privacy
{
    right: max(32px,calc((100vw - var(--max))/2 + 215px));
    top: 470px;
    width: 180px;
    transform: rotate(32deg);
}
.arch-status
{
    width: 105px;
    height: 82px;
    padding: 13px;
    background: var(--lime);
    display: flex;
    flex-direction: column;
}
.arch-status b
{
    font: 600 25px "Manrope";
}
.arch-status span
{
    font-size: 10px;
}
.status-one
{
    right: max(32px,calc((100vw - var(--max))/2 + 485px));
    bottom: 88px;
}
.status-two
{
    right: max(32px,calc((100vw - var(--max))/2 + 35px));
    top: 410px;
    background: #fff;
}
@keyframes arch-fill
{
    50%
    {
        transform: translateX(8px);
        background: #c9f06c;
    }
}
@keyframes arch-breathe
{
    50%
    {
        box-shadow: 0 0 0 15px #f0ffd11f;
    }
}
@keyframes orbit-dot
{
    50%
    {
        transform: scale(1.35);
    }
}
@keyframes app-pop
{
    35%
    {
        transform: translateY(-7px);
        background: #f0ffd1;
    }
}
@keyframes shield-pulse
{
    50%
    {
        box-shadow: 0 0 0 11px #2f6f6320;
    }
}
@keyframes arch-packet
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    15%,
    85%
    {
        opacity: 1;
    }
    100%
    {
        left: 100%;
        opacity: 0;
    }
}
@media (max-width:1100px)
{
    .arch-card
    {
        width: 180px;
        padding: 17px;
    }
    .arch-card strong
    {
        font-size: 18px;
    }
    .arch-migration
    {
        right: 47vw;
        top: 210px;
    }
    .arch-ai
    {
        right: 22vw;
        top: 265px;
        width: 200px;
    }
    .arch-apps
    {
        right: 24px;
        top: 190px;
    }
    .arch-privacy
    {
        right: 32px;
        bottom: 74px;
    }
    .line-migration-ai
    {
        right: 41vw;
        top: 304px;
        width: 175px;
    }
    .line-ai-apps
    {
        right: 185px;
        top: 288px;
        width: 145px;
    }
    .line-ai-privacy
    {
        right: 160px;
        top: 445px;
        width: 145px;
    }
    .status-one
    {
        right: 45vw;
        bottom: 75px;
    }
    .status-two
    {
        right: 24px;
        top: 390px;
    }
}
@media (max-width:900px)
{
    .arch-migration
    {
        left: 28px;
        right: auto;
        top: 345px;
    }
    .arch-ai
    {
        right: 32px;
        top: 405px;
    }
    .arch-apps
    {
        left: 28px;
        right: auto;
        top: 565px;
    }
    .arch-privacy
    {
        right: 32px;
        bottom: 64px;
    }
    .arch-line
    {
        display: none;
    }
    .status-one
    {
        left: 260px;
        right: auto;
        bottom: 80px;
    }
    .status-two
    {
        right: 32px;
        top: 315px;
    }
}
@media (max-width:560px)
{
    .arch-card
    {
        width: 145px;
        padding: 14px;
    }
    .arch-card small
    {
        font-size: 7px;
        margin-bottom: 12px;
    }
    .arch-card strong
    {
        font-size: 15px;
    }
    .arch-migration
    {
        left: 16px;
        top: 390px;
    }
    .arch-ai
    {
        right: 16px;
        top: 440px;
        width: 150px;
        min-height: 150px;
    }
    .arch-orbit
    {
        width: 74px;
        height: 74px;
        margin-top: 16px;
    }
    .arch-orbit:before
    {
        inset: 18px;
        font-size: 19px;
    }
    .arch-apps
    {
        left: 16px;
        top: 595px;
    }
    .arch-privacy
    {
        right: 16px;
        bottom: 78px;
    }
    .app-dots i
    {
        width: 24px;
        height: 38px;
    }
    .shield-mark
    {
        width: 44px;
        height: 44px;
    }
    .arch-status
    {
        width: 78px;
        height: 62px;
        padding: 9px;
    }
    .arch-status b
    {
        font-size: 19px;
    }
    .status-one
    {
        left: 174px;
        bottom: 86px;
    }
    .status-two
    {
        right: 18px;
        top: 340px;
    }
}

/* Exact v13 banner. Fixed-navigation clearance stays outside the banner. */
main
{
    padding-top: 72px;
}
.hero
{
    max-width: var(--max);
    min-height: 690px;
    margin: auto;
    padding: 95px 32px 85px;
    position: static;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    place-items: normal;
    align-items: center;
    gap: 70px;
    overflow: hidden;
    background: transparent;
}
.hero-copy
{
    position: static;
    z-index: auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
}
.hero .eyebrow
{
    max-width: none;
    margin: 0 0 28px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    white-space: normal;
}
.hero h1
{
    max-width: none;
    font-size: clamp(58px,6.8vw,96px);
    line-height: .98;
    font-weight: 500;
    white-space: normal;
    text-shadow: none;
}
.hero h1 em
{
    color: #4f766c;
}
.hero .intro
{
    max-width: 590px;
    margin: 35px 0;
    padding: 0;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.65;
    background: transparent;
    backdrop-filter: none;
}
.hero-actions a,
.hero-actions .button,
.hero-actions .text-link
{
    min-width: 0;
    white-space: normal;
}
.migration-visual
{
    height: 500px;
    position: relative;
    inset: auto;
    background: #e3e9e2;
    border: 1px solid #d3dbd4;
    overflow: hidden;
}
.migration-visual:before
{
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#bac8bd55 1px,transparent 1px),linear-gradient(90deg,#bac8bd55 1px,transparent 1px);
    background-size: 42px 42px;
    animation: none;
}
.migration-visual:after
{
    display: none;
}
.visual-label
{
    left: 24px;
    right: 24px;
    top: 20px;
    bottom: auto;
}
.node
{
    width: 220px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 16px 40px #46615916;
}
.node small
{
    margin-bottom: 22px;
}
.node strong
{
    font-size: 24px;
}
.node > span
{
    display: block;
    margin-top: 16px;
}
.source
{
    left: 28px;
    right: auto;
    top: 100px;
    bottom: auto;
}
.target
{
    left: auto;
    right: 28px;
    top: auto;
    bottom: 55px;
    background: var(--dark);
}
.target small,
.target > span
{
    color: #a9c0ba;
}
.data-route
{
    left: 215px;
    right: 100px;
    top: 200px;
    bottom: auto;
    width: auto;
    height: 75px;
    transform: rotate(34deg);
    transform-origin: initial;
}
.data-route b
{
    left: 23%;
    top: 14px;
    display: block;
}
.metric
{
    width: 100px;
    height: 80px;
    padding: 13px;
    box-shadow: none;
}
.metric-one
{
    left: auto;
    right: 34px;
    top: 105px;
    bottom: auto;
}
.metric-two
{
    left: 60px;
    right: auto;
    top: auto;
    bottom: 34px;
}

@media (max-width:900px)
{
    main
    {
        padding-top: 66px;
    }
    .hero
    {
        grid-template-columns: 1fr;
        padding-top: 70px;
    }
    .hero-copy
    {
        max-width: none;
    }
    .migration-visual
    {
        inset: auto;
        height: 460px;
    }
}
@media (max-width:560px)
{
    main
    {
        padding-top: 62px;
    }
    .hero
    {
        min-height: 0;
        padding: 70px 20px;
        gap: 45px;
    }
    .hero-copy
    {
        max-width: none;
        padding: 0;
    }
    .hero h1
    {
        max-width: none;
        font-size: 53px;
    }
    .hero .eyebrow
    {
        padding: 0;
    }
    .hero .intro
    {
        max-width: 590px;
        margin: 35px 0;
        padding: 0;
        font-size: 19px;
        line-height: 1.65;
    }
    .migration-visual
    {
        inset: auto;
        height: 420px;
    }
    .node
    {
        width: 155px;
        padding: 17px;
    }
    .node strong
    {
        font-size: 20px;
    }
    .source
    {
        left: 15px;
        top: 100px;
    }
    .target
    {
        right: 15px;
        bottom: 40px;
    }
    .metric-one
    {
        right: 15px;
        top: 65px;
    }
    .metric-two
    {
        left: 15px;
        bottom: 15px;
    }
    .data-route
    {
        left: 100px;
        right: 95px;
        top: 255px;
        transform: rotate(12deg);
    }
}

/* Softer section palette. */
.eyebrow.light
{
    color: #48655d;
}
.eyebrow.light span
{
    background: #6f9c8e;
}
.sovereignty
{
    background: #d5e6e0;
    color: #18322b;
}
.sovereignty:before
{
    color: #2f6f6309;
}
.sovereignty-stamp
{
    border-color: #52796d66;
}
.sovereignty-stamp:before
{
    border-color: #6f9c8e70;
}
.sovereignty-stamp span
{
    color: #356b5c;
}
.sovereignty-stamp small
{
    color: #48655d;
}
.sovereignty-lead
{
    color: #38564e;
}
.sovereignty-grid
{
    border-color: #52796d4d;
}
.sovereignty-grid div + div
{
    border-color: #52796d4d;
}
.sovereignty-grid b
{
    color: #356b5c;
}
.sovereignty-grid p
{
    color: #48655d;
}
.approach
{
    background: #e3ede9;
    color: #18322b;
}
.approach-copy > p:not(.eyebrow)
{
    color: #48655d;
}
.process-list
{
    border-color: #52796d4d;
}
.process-list li
{
    border-color: #52796d4d;
}
.process-list > li > span
{
    color: #47796b;
}
.process-list p
{
    color: #48655d;
}
.button-light
{
    background: #c4e593;
    color: #18322b;
}
.contact
{
    background: #cce1da;
    color: #18322b;
}
.contact > p:not(.eyebrow)
{
    color: #48655d;
}
.contact > a
{
    border-color: #52796d80;
}

/* Four references per desktop row. */
.reference-grid
{
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.reference-featured
{
    grid-column: auto;
    min-height: 190px!important;
}
.reference-featured strong
{
    font-size: clamp(30px,3.4vw,46px)!important;
}
.reference-grid a:nth-child(4n+1)
{
    border-left: 0;
}
.reference-grid a:nth-child(n+5)
{
    border-top: 1px solid var(--line);
}

@media (max-width:1100px)
{
    .reference-grid
    {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .reference-grid a
    {
        border-left: 1px solid var(--line);
    }
    .reference-grid a:nth-child(odd)
    {
        border-left: 0;
    }
    .reference-grid a:nth-child(n+3)
    {
        border-top: 1px solid var(--line);
    }
}

@media (max-width:900px)
{
    .reference-grid
    {
        grid-template-columns: 1fr;
    }
    .reference-grid a
    {
        border-left: 0;
    }
    .reference-grid a:nth-child(n+2)
    {
        border-top: 1px solid var(--line);
    }
}

/* Keep complete words intact inside cards. */
.service-grid h3
{
    font-size: clamp(19px,1.65vw,22px);
}
.service-grid h3,
.service-grid p,
.service-grid li,
.reference-grid strong,
.reference-grid small
{
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

@media (max-width:1200px)
{
    .service-grid
    {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .service-grid article + article
    {
        padding-left: 34px;
    }
    .service-grid article:nth-child(odd)
    {
        border-left: 0;
        padding-left: 0;
    }
    .service-grid article:nth-child(n+3)
    {
        border-top: 1px solid var(--line);
    }
}

@media (max-width:900px)
{
    .service-grid
    {
        grid-template-columns: 1fr;
    }
    .service-grid article + article
    {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding-left: 0;
    }
}

/* Animated service visuals. */
.service-grid article
{
    display: flex;
    flex-direction: column;
    background: transparent;
}
.service-grid article > ul
{
    margin-bottom: 28px;
}
.service-visual
{
    position: relative;
    width: 100%;
    max-width: 270px;
    height: 230px;
    flex: 0 0 230px;
    margin-top: auto;
    overflow: hidden;
    border: 1px solid #b9cbc4;
}
.visual-caption
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 14px;
    font-size: 7px;
    letter-spacing: .12em;
    color: #506a62;
}
.visual-caption b
{
    font-size: 6px;
    color: #315f53;
}
.visual-caption b i
{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background: #6fa258;
    animation: service-status 1.8s ease-in-out infinite;
}

.visual-migration
{
    background: #dcebe5;
}
.migration-system
{
    position: absolute;
    z-index: 2;
    top: 76px;
    width: 72px;
    height: 68px;
    padding: 12px 9px;
    background: #fff;
    box-shadow: 0 10px 24px #52756a16;
}
.migration-system small
{
    display: block;
    font-size: 6px;
    letter-spacing: .12em;
    color: #71837d;
}
.migration-system strong
{
    display: block;
    margin-top: 11px;
    font: 700 11px "Manrope";
    letter-spacing: .04em;
    color: #294b42;
}
.migration-from
{
    left: 14px;
}
.migration-to
{
    right: 14px;
    background: #4f8678;
}
.migration-to small
{
    color: #d8ebe5;
}
.migration-to strong
{
    color: #fff;
}
.migration-stream
{
    position: absolute;
    left: 84px;
    right: 84px;
    top: 110px;
    height: 2px;
    background: #789a90;
}
.migration-stream i
{
    position: absolute;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9f06c;
    box-shadow: 0 0 9px #7fa44f;
    animation: service-packet 2.4s linear infinite;
}
.migration-stream i:nth-child(2)
{
    animation-delay: .55s;
}
.migration-stream i:nth-child(3)
{
    animation-delay: 1.1s;
}
.migration-progress
{
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 22px;
    height: 5px;
    background: #fff;
}
.migration-progress i
{
    display: block;
    height: 100%;
    background: #4f8678;
    animation: migration-fill 3.2s ease-in-out infinite;
}

.visual-consulting
{
    background: #ebe7dc;
    border-color: #d6cdbb;
}
.consult-hub
{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 90px;
    width: 58px;
    height: 58px;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #345f55;
    color: #dff3ad;
    font-size: 27px;
    animation: consult-hub 3s ease-in-out infinite;
}
.consult-node
{
    position: absolute;
    z-index: 3;
    top: 170px;
    width: 46px;
    text-align: center;
    color: #526b64;
}
.consult-node i
{
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 auto 6px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #79a295;
    box-shadow: 0 4px 12px #4d6d631a;
}
.consult-node small
{
    font-size: 6px;
    letter-spacing: .08em;
}
.consult-data
{
    left: 12px;
    top: 90px;
}
.consult-cloud
{
    right: 12px;
    top: 83px;
}
.consult-team
{
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.consult-path
{
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #76988e;
    transform-origin: left;
}
.consult-path:after
{
    content: "";
    position: absolute;
    top: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a5ca70;
    animation: map-packet 2.5s linear infinite;
}
.path-one
{
    left: 45px;
    top: 103px;
    width: calc(50% - 65px);
    transform: rotate(8deg);
}
.path-two
{
    left: calc(50% + 20px);
    right: 45px;
    top: 103px;
    width: auto;
    transform: rotate(-8deg);
}
.path-two:after
{
    animation-delay: .8s;
}
.path-three
{
    left: 50%;
    top: 144px;
    width: 28px;
    transform: rotate(90deg);
}
.path-three:after
{
    animation-delay: 1.6s;
}

.visual-database
{
    background: #dce9e5;
    border-color: #b9ccc5;
}
.visual-database::before
{
    content: "";
    position: absolute;
    inset: 44px 0 0;
    background-image: linear-gradient(#52766b14 1px,transparent 1px),linear-gradient(90deg,#52766b14 1px,transparent 1px);
    background-size: 24px 24px;
}
.database-core
{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 72px;
    width: 94px;
    height: 100px;
    transform: translateX(-50%);
    border: 2px solid #315f53;
    border-radius: 50% / 14%;
    background: #4f8678;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 13px 26px #456b601f;
    animation: database-pulse 3s ease-in-out infinite;
}
.database-core::before,
.database-core::after,
.database-core span
{
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    height: 21px;
    border: 2px solid #315f53;
    border-radius: 50%;
}
.database-core::before
{
    top: -2px;
    background: #78a99c;
}
.database-core::after
{
    bottom: -2px;
}
.database-core span:nth-child(1)
{
    top: 24px;
}
.database-core span:nth-child(2)
{
    top: 49px;
}
.database-core span:nth-child(3)
{
    display: none;
}
.database-core strong,
.database-core small
{
    position: relative;
    z-index: 2;
}
.database-core strong
{
    font: 700 19px/1 "Manrope";
    color: #efffc8;
}
.database-core small
{
    margin-top: 5px;
    font-size: 5px;
    letter-spacing: .13em;
}
.database-client
{
    position: absolute;
    z-index: 3;
    top: 105px;
    width: 40px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid #77958c;
    background: #fff;
    color: #3f6359;
    font: 700 7px "Manrope";
    letter-spacing: .1em;
}
.database-app
{
    left: 16px;
}
.database-api
{
    right: 16px;
}
.database-query
{
    position: absolute;
    z-index: 2;
    top: 120px;
    height: 2px;
    background: #52766b;
}
.query-in
{
    left: 56px;
    right: calc(50% + 47px);
}
.query-out
{
    left: calc(50% + 47px);
    right: 56px;
}
.database-query i
{
    position: absolute;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9f06c;
    box-shadow: 0 0 8px #7fa44f;
    animation: database-query 2.4s linear infinite;
}
.database-query i:nth-child(2)
{
    animation-delay: 1.2s;
}
.query-out i
{
    animation-direction: reverse;
}
.database-actions
{
    position: absolute;
    z-index: 4;
    left: 16px;
    right: 16px;
    bottom: 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6px;
}
.database-actions span
{
    padding: 7px 4px;
    background: #fff;
    color: #537168;
    text-align: center;
    font-size: 5px;
    letter-spacing: .1em;
    animation: database-operation 3s ease-in-out infinite;
}
.database-actions span:nth-child(2)
{
    animation-delay: .5s;
}
.database-actions span:nth-child(3)
{
    animation-delay: 1s;
}

.visual-dataviz
{
    background: #e3e9f1;
    border-color: #c5cfdd;
}
.dataviz-grid
{
    position: absolute;
    z-index: 0;
    inset: 44px 0 0;
    background-image: linear-gradient(#69819418 1px,transparent 1px),linear-gradient(90deg,#69819418 1px,transparent 1px);
    background-size: 28px 28px;
}
.dataviz-metric
{
    position: absolute;
    z-index: 3;
    left: 14px;
    top: 64px;
    width: 76px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 9px 22px #425b7017;
}
.dataviz-metric strong
{
    display: block;
    font: 700 22px/1 "Manrope";
    color: #355e70;
}
.dataviz-metric small
{
    display: block;
    margin-top: 7px;
    font-size: 6px;
    letter-spacing: .12em;
    color: #687b84;
}
.dataviz-bars
{
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    bottom: 20px;
    height: 76px;
    display: flex;
    align-items: flex-end;
    gap: 7px;
}
.dataviz-bars i
{
    flex: 1;
    height: 42%;
    background: #7095a5;
    transform-origin: bottom;
    animation: dataviz-rise 3.1s ease-in-out infinite;
}
.dataviz-bars i:nth-child(2)
{
    height: 72%;
    animation-delay: .2s;
}
.dataviz-bars i:nth-child(3)
{
    height: 50%;
    animation-delay: .4s;
}
.dataviz-bars i:nth-child(4)
{
    height: 125%;
    background: #a8cc73;
    animation-delay: .6s;
}
.dataviz-bars i:nth-child(5)
{
    height: 74%;
    animation-delay: .8s;
}
.dataviz-line
{
    position: absolute;
    z-index: 2;
    left: 103px;
    right: 16px;
    top: 72px;
    height: 62px;
    border-bottom: 2px solid #456d7c;
    transform: skewY(-16deg);
}
.dataviz-line i
{
    position: absolute;
    bottom: -5px;
    width: 9px;
    height: 9px;
    border: 2px solid #456d7c;
    border-radius: 50%;
    background: #e3e9f1;
    animation: dataviz-point 2.6s ease-in-out infinite;
}
.dataviz-line i:nth-child(1)
{
    left: 0;
}
.dataviz-line i:nth-child(2)
{
    left: 33%;
    bottom: 12px;
    animation-delay: .25s;
}
.dataviz-line i:nth-child(3)
{
    left: 66%;
    bottom: 3px;
    animation-delay: .5s;
}
.dataviz-line i:nth-child(4)
{
    right: 0;
    bottom: 24px;
    background: #c9f06c;
    animation-delay: .75s;
}

.visual-app
{
    background: #dbe7eb;
    border-color: #bdcfd6;
}
.app-device
{
    position: absolute;
    z-index: 2;
    top: 66px;
    width: 58px;
    height: 116px;
    padding: 10px 8px;
    border: 2px solid #315764;
    border-radius: 12px;
    background: #f9fcfd;
    box-shadow: 0 12px 25px #46616b1c;
    animation: device-float 3.2s ease-in-out infinite;
}
.device-ios
{
    left: 24px;
}
.device-android
{
    right: 24px;
    animation-delay: .55s;
}
.app-device small
{
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 6px;
    letter-spacing: .1em;
    color: #48636c;
}
.app-device span
{
    display: block;
    height: 8px;
    margin-top: 7px;
    background: #c8dce2;
}
.app-device span:nth-of-type(2)
{
    width: 72%;
}
.app-device span:nth-of-type(3)
{
    width: 88%;
    background: #b9d88b;
}
.app-sync
{
    position: absolute;
    left: 79px;
    right: 79px;
    top: 123px;
    height: 2px;
    background: #668891;
}
.app-sync i
{
    position: absolute;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9f06c;
    box-shadow: 0 0 9px #8cab61;
    animation: service-packet 2.5s linear infinite;
}
.app-sync i:nth-child(2)
{
    animation-delay: .65s;
}
.app-sync i:nth-child(3)
{
    animation-delay: 1.3s;
}

.visual-web
{
    background: #e8e4ef;
    border-color: #cec6d8;
}
.web-window
{
    position: absolute;
    z-index: 1;
    left: 14px;
    right: 31px;
    top: 60px;
    bottom: 21px;
    border: 2px solid #4e5c68;
    background: #fff;
    box-shadow: 0 12px 25px #4c425d1a;
    overflow: hidden;
}
.web-chrome
{
    height: 24px;
    padding: 8px;
    background: #dcd7e4;
    display: flex;
    gap: 5px;
}
.web-chrome i
{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #81919a;
}
.web-chrome i:nth-child(2)
{
    background: #a9c779;
}
.web-chrome i:nth-child(3)
{
    background: #73899d;
}
.web-sidebar
{
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 0;
    width: 38px;
    padding: 14px 8px;
    background: #4e6570;
}
.web-sidebar i
{
    display: block;
    height: 6px;
    margin-bottom: 12px;
    background: #d9e5e8;
}
.web-sidebar i:nth-child(2)
{
    width: 72%;
    background: #c9e797;
}
.web-sidebar i:nth-child(3)
{
    width: 84%;
}
.web-content
{
    position: absolute;
    left: 50px;
    right: 10px;
    top: 38px;
    bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.web-content span
{
    background: #dce8eb;
    animation: web-card 3s ease-in-out infinite;
}
.web-content span:nth-child(2)
{
    background: #c9dfad;
    animation-delay: .3s;
}
.web-content span:nth-child(3)
{
    animation-delay: .6s;
}
.web-content span:nth-child(4)
{
    background: #d8d3e4;
    animation-delay: .9s;
}
.web-cursor
{
    position: absolute;
    z-index: 4;
    right: 13px;
    top: 49px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #355f69;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 6px 14px #355f6930;
    animation: web-cursor 4s ease-in-out infinite;
}
.web-api
{
    position: absolute;
    z-index: 3;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #c9f06c;
    color: #2e554c;
    box-shadow: 0 0 0 7px #c9f06c2e;
    animation: web-api 2.8s ease-in-out infinite;
    transform: translateX(10%);
}
.web-api i
{
    position: absolute;
    left: -25px;
    top: 23px;
    width: 25px;
    height: 1px;
    background: #5f7a81;
}
.web-api strong
{
    font: 700 10px "Manrope";
    letter-spacing: .08em;
}

.visual-signage
{
    background: #eadfc9;
    border-color: #d7c7aa;
}
.visual-signage .visual-caption b
{
    color: #47586a;
}
.visual-signage .visual-caption b i
{
    background: #d8954f;
    animation-name: signage-status;
}
.signage-screen
{
    position: absolute;
    left: 14px;
    right: 68px;
    top: 57px;
    bottom: 20px;
    border: 4px solid #4a5863;
    background: #263747;
    color: #f5f2e8;
    overflow: hidden;
    box-shadow: 0 12px 25px #685a3e26,0 0 0 1px #ffffff1c inset;
}
.signage-screen::after
{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg,transparent 20%,#ffffff0d 45%,transparent 70%);
    animation: signage-glint 4.5s ease-in-out infinite;
}
.signage-topbar
{
    height: 25px;
    padding: 7px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #ffffff21;
    background: #33495b;
    font-size: 5px;
    letter-spacing: .09em;
}
.signage-topbar b
{
    width: 18px;
    height: 7px;
    padding: 2px;
    border: 1px solid #839bad;
}
.signage-topbar b i
{
    display: block;
    width: 7px;
    height: 1px;
    background: #e8b665;
    box-shadow: 0 0 5px #e8b665;
    animation: signage-switch 2.2s ease-in-out infinite;
}
.signage-content
{
    position: absolute;
    left: 8px;
    right: 8px;
    top: 34px;
    bottom: 25px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 6px;
}
.signage-feature,
.signage-panel
{
    min-width: 0;
    padding: 7px;
    border: 1px solid #ffffff1c;
    background: #ffffff0b;
    animation: signage-content 4s ease-in-out infinite;
}
.signage-route
{
    position: relative;
    height: 29px;
}
.signage-route::before
{
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: 13px;
    height: 2px;
    background: linear-gradient(90deg,#7895a6,#e8b665);
}
.signage-route i
{
    position: absolute;
    z-index: 2;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 2px solid #7895a6;
    border-radius: 50%;
    background: #263747;
}
.signage-route i:nth-child(1)
{
    left: 0;
}
.signage-route i:nth-child(2)
{
    left: 31%;
}
.signage-route i:nth-child(3)
{
    left: 62%;
}
.signage-route i:nth-child(4)
{
    right: 0;
    border-color: #e8b665;
    box-shadow: 0 0 7px #e8b66588;
}
.signage-route span
{
    position: absolute;
    z-index: 3;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff0c2;
    animation: signage-route 3s linear infinite;
}
.signage-tiles
{
    height: 39px;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
}
.signage-tiles span
{
    background: linear-gradient(135deg,#7895a6,#40576a);
    animation: signage-tile 3.4s ease-in-out infinite;
}
.signage-tiles span:first-child
{
    grid-row: span 2;
    background: linear-gradient(135deg,#e0a25d,#9c6339);
}
.signage-tiles span:nth-child(3)
{
    background: #e8b665;
    animation-delay: .6s;
}
.signage-panel
{
    animation-delay: .45s;
}
.signage-radar
{
    position: relative;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border: 1px solid #7895a6;
    border-radius: 50%;
    background: radial-gradient(circle,#e8b665 0 2px,transparent 3px);
}
.signage-radar i
{
    position: absolute;
    border: 1px solid #7895a666;
    border-radius: 50%;
    inset: 6px;
}
.signage-radar i:nth-child(2)
{
    inset: 12px;
}
.signage-radar span
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 17px;
    height: 1px;
    background: #e8b665;
    transform-origin: left;
    animation: signage-radar 2.8s linear infinite;
}
.signage-chart
{
    height: 29px;
    margin: 5px 0 0;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    border-bottom: 1px solid #7895a6;
}
.signage-chart i
{
    flex: 1;
    height: 36%;
    background: #7895a6;
    transform-origin: bottom;
    animation: signage-bar 2.8s ease-in-out infinite;
}
.signage-chart i:nth-child(2)
{
    height: 68%;
    animation-delay: .2s;
}
.signage-chart i:nth-child(3)
{
    height: 48%;
    animation-delay: .4s;
}
.signage-chart i:nth-child(4)
{
    height: 88%;
    background: #e8b665;
    animation-delay: .6s;
}
.signage-chart i:nth-child(5)
{
    height: 61%;
    animation-delay: .8s;
}
.signage-ticker
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    overflow: hidden;
    background: #e8b665;
    white-space: nowrap;
}
.signage-ticker span
{
    height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-left: 100%;
    animation: signage-ticker 8s linear infinite;
}
.signage-ticker i
{
    width: 22px;
    height: 5px;
    background: #40576a;
}
.signage-ticker i:nth-child(even)
{
    width: 7px;
    border-radius: 50%;
    background: #bd7044;
}
.signage-scan
{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    height: 2px;
    background: #e8b66599;
    box-shadow: 0 0 9px #e8b665;
    animation: screen-scan 3s ease-in-out infinite;
}
.signage-uptime
{
    position: absolute;
    right: 13px;
    top: 104px;
    width: 50px;
    text-align: center;
}
.signage-uptime strong
{
    display: block;
    font: 700 20px/1 "Manrope";
    color: #47586a;
}
.signage-uptime small
{
    display: block;
    margin-top: 7px;
    font-size: 6px;
    letter-spacing: .1em;
    color: #6d7479;
}
.signage-status
{
    position: absolute;
    right: 20px;
    bottom: 28px;
    display: flex;
    gap: 7px;
}
.signage-status i
{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d8954f;
    animation: signage-status 1.8s ease-in-out infinite;
}
.signage-status i:nth-child(2)
{
    animation-delay: .3s;
}
.signage-status i:nth-child(3)
{
    animation-delay: .6s;
}

.onprem-visual.service-visual
{
    height: 230px;
    margin-top: auto;
    border: 0;
}
.service-grid > article:nth-child(4n+1)
{
    border-left: 0;
    padding-left: 0;
}
.service-grid > article:nth-child(n+5)
{
    border-top: 1px solid var(--line);
}

@keyframes service-status
{
    50%
    {
        opacity: .35;
        box-shadow: 0 0 0 5px #6fa25822;
    }
}
@keyframes service-packet
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    15%,
    85%
    {
        opacity: 1;
    }
    100%
    {
        left: calc(100% - 8px);
        opacity: 0;
    }
}
@keyframes migration-fill
{
    0%,
    12%
    {
        width: 0;
    }
    75%,
    100%
    {
        width: 100%;
    }
}
@keyframes consult-hub
{
    50%
    {
        box-shadow: 0 0 0 13px #345f5518;
        transform: translateX(-50%) scale(1.04);
    }
}
@keyframes map-packet
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    15%,
    85%
    {
        opacity: 1;
    }
    100%
    {
        left: calc(100% - 7px);
        opacity: 0;
    }
}
@keyframes database-pulse
{
    50%
    {
        box-shadow: 0 13px 26px #456b601f,0 0 0 9px #4f867817;
    }
}
@keyframes database-query
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    15%,
    85%
    {
        opacity: 1;
    }
    100%
    {
        left: calc(100% - 8px);
        opacity: 0;
    }
}
@keyframes database-operation
{
    35%
    {
        background: #c9f06c;
        color: #315f53;
    }
}
@keyframes dataviz-rise
{
    0%,
    15%
    {
        transform: scaleY(.18);
    }
    65%,
    100%
    {
        transform: scaleY(1);
    }
}
@keyframes dataviz-point
{
    50%
    {
        transform: scale(1.35);
        box-shadow: 0 0 0 5px #456d7c18;
    }
}
@keyframes device-float
{
    50%
    {
        transform: translateY(-7px);
    }
}
@keyframes web-card
{
    50%
    {
        transform: translateY(-4px);
        filter: brightness(1.06);
    }
}
@keyframes web-cursor
{
    0%,
    15%
    {
        transform: translate(0,0);
    }
    50%
    {
        transform: translate(-45px,43px);
    }
    80%,
    100%
    {
        transform: translate(-13px,69px);
    }
}
@keyframes web-api
{
    50%
    {
        transform: scale(1.08);
        box-shadow: 0 0 0 12px #c9f06c22;
    }
}
@keyframes signage-glint
{
    0%,
    25%
    {
        transform: translateX(-100%);
    }
    70%,
    100%
    {
        transform: translateX(100%);
    }
}
@keyframes signage-status
{
    50%
    {
        opacity: .35;
        box-shadow: 0 0 0 5px #d8954f28;
    }
}
@keyframes signage-content
{
    50%
    {
        border-color: #e8b66566;
        background: #ffffff12;
    }
}
@keyframes signage-switch
{
    50%
    {
        transform: translateX(5px);
    }
}
@keyframes signage-route
{
    0%
    {
        left: 2px;
        opacity: 0;
    }
    15%,
    85%
    {
        opacity: 1;
    }
    100%
    {
        left: calc(100% - 7px);
        opacity: 0;
    }
}
@keyframes signage-tile
{
    50%
    {
        filter: brightness(1.28);
        transform: scale(.94);
    }
}
@keyframes signage-radar
{
    100%
    {
        transform: rotate(360deg);
    }
}
@keyframes signage-bar
{
    0%,
    100%
    {
        transform: scaleY(.45);
    }
    55%
    {
        transform: scaleY(1);
    }
}
@keyframes signage-ticker
{
    100%
    {
        transform: translateX(-100%);
    }
}
@keyframes screen-scan
{
    0%,
    10%
    {
        top: 0;
        opacity: 0;
    }
    20%
    {
        opacity: 1;
    }
    85%
    {
        opacity: 1;
    }
    100%
    {
        top: 100%;
        opacity: 0;
    }
}

/* Keep the sovereignty percentage subordinate to the country name. */
.sovereignty-stamp span
{
    font-size: clamp(37px,5.35vw,71px);
}

footer
{
    max-width: none;
    padding-inline: max(32px,calc((100vw - var(--max))/2 + 32px));
    background: linear-gradient(180deg,#d0d5d2 0%,#f2f3f2 100%);
    color: #26312e;
}
footer p
{
    color: #46534f;
}
footer > small
{
    border-color: #939d98;
    color: #5f6b67;
}
footer .company-details
{
    border-color: #939d98;
}
footer .company-details dt
{
    color: #5f6b67;
}
@media (max-width:560px)
{
    footer
    {
        padding-inline: 20px;
    }
}

/* Keep the hero migration diagram legible on narrow desktop/tablet previews. */
@media (min-width:561px) and (max-width:700px)
{
    .migration-visual .node
    {
        width: 185px;
        padding: 20px;
    }
    .migration-visual .source
    {
        left: 28px;
        top: 120px;
    }
    .migration-visual .target
    {
        right: 28px;
        bottom: 35px;
    }
    .migration-visual .data-route
    {
        left: 165px;
        right: 165px;
        top: 250px;
    }
    .migration-visual .data-route b
    {
        left: 50%;
        top: -24px;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    .migration-visual .metric-one
    {
        right: 34px;
        top: 95px;
    }
    .migration-visual .metric-two
    {
        left: 42px;
        bottom: 18px;
    }
}

.legal-main
{
    padding-top: 96px;
    background: #eef0eb;
}
.legal-hero
{
    max-width: var(--max);
    margin: auto;
    padding: 105px 32px 80px;
}
.legal-hero h1
{
    max-width: none;
    font-size: clamp(60px,9vw,116px);
    line-height: .95;
}
.legal-hero > p:last-child
{
    max-width: 620px;
    margin: 32px 0 0;
    color: var(--muted);
    font-size: 18px;
}
.legal-content
{
    max-width: var(--max);
    margin: auto;
    padding: 0 32px 120px;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid var(--line);
}
.legal-content section
{
    min-width: 0;
    padding: 36px 40px 42px 0;
    border-bottom: 1px solid var(--line);
}
.legal-content section:nth-child(even)
{
    padding-right: 0;
    padding-left: 40px;
    border-left: 1px solid var(--line);
}
.legal-content h2
{
    margin: 0 0 18px;
    font-size: 25px;
    letter-spacing: -.03em;
}
.legal-content p,
.legal-content address
{
    margin: 0;
    color: #4c5b56;
    font-style: normal;
    font-size: 14px;
    line-height: 1.8;
}
.legal-content a
{
    border-bottom: 1px solid #89958f;
}
@media (max-width:700px)
{
    .legal-main
    {
        padding-top: 76px;
    }
    .legal-hero
    {
        padding: 75px 20px 55px;
    }
    .legal-content
    {
        padding: 0 20px 75px;
        grid-template-columns: 1fr;
    }
    .legal-content section,
    .legal-content section:nth-child(even)
    {
        padding: 28px 0 32px;
        border-left: 0;
    }
}
