.page-home-v3 {
    background: #07111f;
}

.brand__mark--image {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand__mark--image img {
    width: 100%;
    height: 100%;
    display: block;
}

.page-home-v3 .site-header {
    background: rgba(5, 12, 24, .46);
    border-bottom: 1px solid rgba(255,255,255,.055);
    backdrop-filter: blur(16px);
}

.page-home-v3 .site-header.is-scrolled {
    background: rgba(5, 12, 24, .92);
}

.page-home-v3 .desktop-nav {
    gap: 38px;
}

.page-home-v3 .desktop-nav a {
    font-size: 12px;
    letter-spacing: .01em;
}

.page-home-v3 .header-actions .button {
    min-width: 126px;
}

.homev3-hero {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    padding: 152px 0 50px;
    color: #fff;
    background:
        radial-gradient(circle at 87% 16%, rgba(20,104,255,.34), transparent 29%),
        linear-gradient(180deg, #050c18 0%, #07111f 100%);
}

.homev3-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.homev3-hero__glow--one {
    width: 620px;
    height: 620px;
    top: -280px;
    right: -120px;
    background: radial-gradient(circle, rgba(20,104,255,.30), transparent 68%);
}

.homev3-hero__glow--two {
    width: 520px;
    height: 520px;
    left: -300px;
    bottom: -250px;
    background: radial-gradient(circle, rgba(66,215,232,.14), transparent 68%);
}

.homev3-hero__grid {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

.homev3-hero__grid-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
    align-items: center;
    gap: 56px;
}

.homev3-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 27px;
    color: #3acced;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.homev3-kicker span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 7px rgba(58,204,237,.09), 0 0 20px rgba(58,204,237,.46);
}

.homev3-hero h1 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(62px, 7vw, 105px);
    line-height: .88;
    letter-spacing: -.072em;
}

.homev3-hero h1 strong,
.homev3-hero h1 em {
    display: block;
}

.homev3-hero h1 strong {
    color: #fff;
    font-style: normal;
}

.homev3-hero h1 em {
    margin-top: 12px;
    color: #176cff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-style: normal;
    font-weight: 800;
}

.homev3-hero__lede {
    max-width: 650px;
    margin: 31px 0 0;
    color: rgba(255,255,255,.69);
    font-size: 16px;
    line-height: 1.8;
}

.homev3-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 37px;
}

.homev3-button {
    min-width: 164px;
}

.homev3-play-link {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 760;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.homev3-play-link:hover {
    transform: translateY(-2px);
    border-color: rgba(66,215,232,.48);
    background: rgba(255,255,255,.055);
}

.homev3-play-link i {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border: 1px solid #176cff;
    border-radius: 50%;
    color: #42d7e8;
    font-size: 8px;
    font-style: normal;
}

.homev3-hero__visual {
    position: relative;
    min-height: 535px;
    display: grid;
    place-items: center;
    perspective: 1400px;
}

.homev3-visual-frame {
    position: relative;
    width: min(100%, 835px);
    overflow: hidden;
    border: 1px solid rgba(94,160,255,.35);
    border-radius: 28px;
    box-shadow:
        0 42px 100px rgba(0,0,0,.42),
        0 0 90px rgba(20,104,255,.15);
    transform: rotateY(-3deg) rotateX(1deg);
    transition: transform .35s ease;
}

.homev3-visual-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(7,17,31,.18), transparent 35%),
        linear-gradient(180deg, transparent 65%, rgba(7,17,31,.30));
}

.homev3-visual-frame img {
    width: 100%;
    height: auto;
}

.homev3-visual-frame__edge {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset -2px 0 0 rgba(58,204,237,.85);
}

.homev3-floating-tag {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 15px;
    background: rgba(8,20,39,.91);
    box-shadow: 0 18px 44px rgba(0,0,0,.30);
    backdrop-filter: blur(15px);
}

.homev3-floating-tag--bottom {
    left: 5%;
    bottom: 24px;
}

.homev3-floating-tag strong,
.homev3-floating-tag small {
    display: block;
}

.homev3-floating-tag strong {
    font-size: 10px;
}

.homev3-floating-tag small {
    margin-top: 3px;
    color: rgba(255,255,255,.42);
    font-size: 7px;
}

.homev3-live-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #42d7e8;
    box-shadow: 0 0 0 8px rgba(66,215,232,.10);
}

.homev3-proof {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 58px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 22px;
    background: rgba(255,255,255,.045);
    backdrop-filter: blur(18px);
}

.homev3-proof article {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 13px;
    min-height: 115px;
    padding: 22px;
    border-right: 1px solid rgba(255,255,255,.09);
}

.homev3-proof article:last-child {
    border-right: 0;
}

.homev3-proof__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #42d7e8;
    background: rgba(20,104,255,.22);
    font-size: 16px;
}

.homev3-proof strong,
.homev3-proof small {
    display: block;
}

.homev3-proof strong {
    font-size: 12px;
}

.homev3-proof small {
    margin-top: 6px;
    color: rgba(255,255,255,.42);
    font-size: 9px;
    line-height: 1.5;
}

.homev3-marquee {
    padding: 28px 0 14px;
    color: #fff;
    background: #081223;
}

.homev3-marquee__label {
    margin: 0 0 14px;
    color: #42d7e8;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.homev3-marquee__viewport {
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.09);
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.homev3-marquee__track {
    display: flex;
    align-items: center;
    gap: 14px;
    width: max-content;
    padding: 18px 0;
    animation: lipsubMarquee 24s linear infinite;
}

.homev3-marquee__track span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    color: rgba(255,255,255,.80);
    background: rgba(255,255,255,.04);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

@keyframes lipsubMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.homev3-stats {
    padding: 22px 0 42px;
    background: #081223;
}

.homev3-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.homev3-stats__grid article {
    padding: 26px 24px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    color: #fff;
    background: rgba(255,255,255,.04);
}

.homev3-stats__grid strong,
.homev3-stats__grid span {
    display: block;
}

.homev3-stats__grid strong {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1;
    letter-spacing: -.06em;
}

.homev3-stats__grid span {
    margin-top: 8px;
    color: rgba(255,255,255,.52);
    font-size: 11px;
    line-height: 1.5;
}

.homev3-content-strip {
    padding: 34px 0;
    color: rgba(255,255,255,.60);
    background: #050c18;
}

.homev3-content-strip .shell {
    display: flex;
    align-items: center;
    gap: 42px;
}

.homev3-content-strip p {
    margin: 0;
    color: #42d7e8;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.homev3-content-strip div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.homev3-content-strip span {
    font-size: 12px;
    font-weight: 700;
}

.homev3-content-strip i {
    color: #176cff;
    font-style: normal;
}

.homev3-intro {
    padding: 125px 0;
    background: #fff;
}

.homev3-intro__grid {
    display: grid;
    grid-template-columns: 1.1fr .7fr;
    gap: 105px;
    align-items: start;
}

.homev3-intro h2,
.homev3-section-head h2,
.homev3-workflow h2,
.homev3-system h2,
.homev3-final h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 84px);
    line-height: .94;
    letter-spacing: -.064em;
}

.homev3-intro__copy {
    padding-top: 54px;
}

.homev3-intro__copy p {
    margin: 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.8;
}

.homev3-arrow-link {
    display: inline-flex;
    gap: 10px;
    margin-top: 26px;
    color: #07111f;
    font-size: 12px;
    font-weight: 800;
}

.homev3-services {
    padding: 120px 0;
    background: #f1f5fb;
}

.homev3-section-head {
    display: grid;
    grid-template-columns: 1fr minmax(320px, .48fr);
    align-items: end;
    gap: 60px;
    margin-bottom: 52px;
}

.homev3-section-head > p {
    margin: 0 0 6px;
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}

.homev3-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.homev3-service-card {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 34px;
    border-radius: 25px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.homev3-service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 70px rgba(7,17,31,.13);
}

.homev3-service-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -70px;
    bottom: -90px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .11;
    box-shadow:
        0 0 0 35px currentColor,
        0 0 0 70px currentColor;
}

.homev3-service-card > * {
    position: relative;
    z-index: 1;
}

.homev3-service-card--blue {
    color: #fff;
    background: #176cff;
}

.homev3-service-card--dark {
    color: #fff;
    background: #07111f;
}

.homev3-service-card--lime {
    color: #07111f;
    background: #c9ff54;
}

.homev3-service-card--cream {
    color: #07111f;
    background: #f4efe3;
}

.homev3-service-card > span {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    opacity: .62;
}

.homev3-service-card h3 {
    max-width: 600px;
    margin: auto 0 17px;
    font-size: clamp(34px, 4.3vw, 57px);
    line-height: .96;
    letter-spacing: -.055em;
}

.homev3-service-card p {
    max-width: 560px;
    margin: 0;
    font-size: 13px;
    line-height: 1.72;
    opacity: .67;
}

.homev3-service-card i {
    position: absolute;
    top: 31px;
    right: 32px;
    font-style: normal;
    font-size: 17px;
}

.homev3-addon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 18px;
}

.homev3-addon-grid a {
    display: block;
    padding: 24px;
    border: 1px solid rgba(7,17,31,.10);
    border-radius: 20px;
    color: #07111f;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.homev3-addon-grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(7,17,31,.09);
}

.homev3-addon-grid strong,
.homev3-addon-grid span,
.homev3-addon-grid small {
    display: block;
}

.homev3-addon-grid strong {
    color: #176cff;
    font-size: 11px;
    letter-spacing: .12em;
}

.homev3-addon-grid span {
    margin-top: 12px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.04em;
}

.homev3-addon-grid small {
    margin-top: 12px;
    color: #667085;
    font-size: 12px;
    line-height: 1.7;
}

.homev3-workflow {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    color: #fff;
    background: #07111f;
}

.homev3-workflow::after {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    right: -330px;
    top: -410px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20,104,255,.31), transparent 67%);
}

.homev3-workflow__head {
    position: relative;
    z-index: 1;
    max-width: 930px;
}

.homev3-workflow h2 em {
    color: #42d7e8;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.homev3-workflow__head > p:last-child {
    max-width: 660px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.55);
    line-height: 1.75;
}

.homev3-workflow__steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 72px;
    border-top: 1px solid rgba(255,255,255,.13);
}

.homev3-workflow__steps article {
    min-height: 300px;
    padding: 28px;
    border-right: 1px solid rgba(255,255,255,.10);
}

.homev3-workflow__steps article:first-child {
    padding-left: 0;
}

.homev3-workflow__steps article:last-child {
    border-right: 0;
}

.homev3-workflow__steps article > span {
    color: rgba(255,255,255,.32);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
}

.homev3-workflow__steps i {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-top: 55px;
    border-radius: 16px;
    color: #42d7e8;
    background: rgba(66,215,232,.09);
    font-size: 17px;
    font-style: normal;
    font-weight: 850;
}

.homev3-workflow__steps h3 {
    margin: 24px 0 11px;
    font-size: 25px;
    letter-spacing: -.035em;
}

.homev3-workflow__steps p {
    margin: 0;
    color: rgba(255,255,255,.46);
    font-size: 12px;
    line-height: 1.7;
}

.homev3-system {
    padding: 125px 0;
    color: #fff;
    background: #0c1730;
}

.homev3-system__grid {
    display: grid;
    grid-template-columns: 1fr .85fr;
    align-items: center;
    gap: 90px;
}

.homev3-language-visual {
    position: relative;
    width: min(100%, 560px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin-inline: auto;
}

.homev3-orbit {
    position: absolute;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
}

.homev3-orbit--outer { inset: 0; }
.homev3-orbit--middle { inset: 17%; }
.homev3-orbit--inner { inset: 34%; }

.homev3-orbit__center {
    position: relative;
    z-index: 2;
    width: 155px;
    height: 155px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    text-align: center;
    background: #176cff;
    box-shadow: 0 0 0 20px rgba(23,108,255,.10);
}

.homev3-orbit__center strong {
    font-size: 28px;
    letter-spacing: -.05em;
}

.homev3-orbit__center small {
    margin-top: 4px;
    color: rgba(255,255,255,.60);
    font-size: 8px;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.homev3-language-node {
    position: absolute;
    z-index: 3;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    background: #14233f;
    font-size: 10px;
    font-weight: 900;
}

.homev3-language-node--ar { top: 7%; left: 44%; }
.homev3-language-node--en { top: 34%; right: 3%; }
.homev3-language-node--fr { bottom: 8%; right: 20%; }
.homev3-language-node--de { bottom: 9%; left: 20%; }
.homev3-language-node--tr { top: 35%; left: 3%; }

.homev3-system__copy > p:not(.homev3-kicker) {
    max-width: 620px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.57);
    font-size: 15px;
    line-height: 1.78;
}

.homev3-system__metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin: 31px 0;
}

.homev3-system__metrics div {
    padding: 17px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    background: rgba(255,255,255,.045);
}

.homev3-system__metrics strong,
.homev3-system__metrics span {
    display: block;
}

.homev3-system__metrics strong {
    color: #42d7e8;
    font-size: 25px;
}

.homev3-system__metrics span {
    margin-top: 5px;
    color: rgba(255,255,255,.48);
    font-size: 9px;
}

.homev3-final {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 89% 12%, rgba(66,215,232,.31), transparent 26%),
        #176cff;
}

.homev3-final::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -150px;
    bottom: -300px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    box-shadow:
        0 0 0 60px rgba(255,255,255,.045),
        0 0 0 120px rgba(255,255,255,.025);
}

.homev3-final__inner {
    position: relative;
    z-index: 1;
    padding-top: 108px;
    padding-bottom: 108px;
}

.homev3-final h2 {
    max-width: 920px;
}

.homev3-final__inner > p:not(.homev3-kicker) {
    max-width: 760px;
    margin: 25px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.75;
}

.homev3-final__inner a[href^="mailto:"] {
    color: #fff;
    text-decoration: underline;
}

.homev3-final .button {
    margin-top: 31px;
}

@media (max-width: 1100px) {
    .homev3-hero__grid-layout {
        grid-template-columns: 1fr;
    }

    .homev3-hero__copy {
        max-width: 900px;
    }

    .homev3-hero__visual {
        min-height: 520px;
    }

    .homev3-proof {
        grid-template-columns: repeat(2, 1fr);
    }

    .homev3-proof article:nth-child(2) {
        border-right: 0;
    }

    .homev3-proof article:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.09);
    }

    .homev3-stats__grid,
    .homev3-addon-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .homev3-intro__grid,
    .homev3-system__grid {
        grid-template-columns: 1fr;
    }

    .homev3-intro__copy {
        padding-top: 0;
    }

    .homev3-workflow__steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .homev3-workflow__steps article:nth-child(2) {
        border-right: 0;
    }

    .homev3-workflow__steps article:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.10);
    }
}

@media (max-width: 760px) {
    .homev3-hero {
        min-height: 0;
        padding: 125px 0 36px;
    }

    .homev3-hero__grid-layout {
        gap: 48px;
    }

    .homev3-hero h1 {
        font-size: clamp(48px, 15vw, 72px);
    }

    .homev3-hero__lede {
        font-size: 14px;
    }

    .homev3-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .homev3-hero__actions > * {
        width: 100%;
    }

    .homev3-hero__visual {
        min-height: 380px;
    }

    .homev3-visual-frame {
        transform: none;
        border-radius: 20px;
    }

    .homev3-floating-tag--bottom {
        left: 2px;
        bottom: 2px;
    }

    .homev3-proof {
        grid-template-columns: 1fr;
    }

    .homev3-proof article,
    .homev3-proof article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.09);
    }

    .homev3-proof article:last-child {
        border-bottom: 0;
    }

    .homev3-stats__grid,
    .homev3-addon-grid {
        grid-template-columns: 1fr;
    }

    .homev3-content-strip .shell {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .homev3-content-strip div {
        gap: 12px;
    }

    .homev3-intro,
    .homev3-services,
    .homev3-workflow,
    .homev3-system {
        padding: 85px 0;
    }

    .homev3-intro__grid {
        gap: 36px;
    }

    .homev3-section-head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .homev3-service-grid {
        grid-template-columns: 1fr;
    }

    .homev3-service-card {
        min-height: 370px;
        padding: 27px;
    }

    .homev3-service-card h3 {
        font-size: 42px;
    }

    .homev3-workflow__steps {
        grid-template-columns: 1fr;
    }

    .homev3-workflow__steps article,
    .homev3-workflow__steps article:first-child {
        min-height: 245px;
        padding: 28px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .homev3-workflow__steps article:last-child {
        border-bottom: 0;
    }

    .homev3-workflow__steps i {
        margin-top: 35px;
    }

    .homev3-language-node {
        width: 44px;
        height: 44px;
    }

    .homev3-orbit__center {
        width: 118px;
        height: 118px;
    }

    .homev3-system__metrics {
        grid-template-columns: 1fr 1fr;
    }

    .homev3-final__inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .homev3-visual-frame {
        transform: none !important;
    }
    .homev3-marquee__track {
        animation: none !important;
    }
}
