@font-face {
  font-family: 'Conthrax-SemiBold';
  src: url('../fonts/Conthrax-SemiBold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-white: #fff;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .visible {
        visibility: visible
    }

    .container {
        width: 100%
    }

    @media (min-width:40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (min-width:48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (min-width:64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (min-width:80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (min-width:96rem) {
        .container {
            max-width: 96rem
        }
    }

    .scroll-smooth {
        scroll-behavior: smooth
    }

    .bg-\[\#242729\] {
        background-color: #242729
    }

    .text-white {
        color: var(--color-white)
    }

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

:root {
    --bg: #242729;
    --panel: #2b2f31;
    --ink: #f5f4ef;
    --muted: #a8adae;
    --green: #55a74d;
    --blue: #087ba2;
    --amber: #eea90b;
    --red: #d52625;
    --line: #ffffff1f
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--bg);
    color: var(--ink);
    margin: 0;
    font-family: Manrope, Arial, sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

.container {
    width: min(1180px, 100% - 48px);
    margin: auto
}

.site-header {
    z-index: 50;
    border-bottom: 1px solid #0000;
    width: 100%;
    transition: all .3s;
    position: fixed;
    top: 0;
    left: 0
}

.site-header.scrolled {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-color: var(--line);
    background: #242729f0
}

.nav-wrap {
    justify-content: space-between;
    align-items: center;
    height: 92px;
    display: flex
}

.brand {
    width: 250px;
    height: auto;
    display: block
}

.desktop-nav {
    letter-spacing: .04em;
    align-items: center;
    gap: 34px;
    font-size: 13px;
    font-weight: 700;
    display: flex
}

.desktop-nav>a:not(.nav-cta):hover {
    color: #fff
}

.nav-cta {
    border: 1px solid #ffffff73;
    padding: 13px 19px
}

.nav-cta:hover {
    color: #202325;
    background: #fff
}

.menu-button,
.mobile-nav {
    display: none
}

.hero {
    background: #17191a;
    align-items: center;
    height: 100vh;
    min-height: 820px;
    display: flex;
    position: relative;
    overflow: hidden
}

.hero-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.hero-overlay {
    background: linear-gradient(90deg, #161819fa 0%, #161819eb 33%, #16181940 68%, #16181959 100%), linear-gradient(#0000 55%, #161819bf);
    position: absolute;
    inset: 0
}

.hero-grid {
    opacity: .18;
    background-image: linear-gradient(#ffffff14 1px, #0000 1px), linear-gradient(90deg, #ffffff14 1px, #0000 1px);
    background-size: 64px 64px;
    position: absolute;
    inset: 0;
    -webkit-mask-image: linear-gradient(90deg, #000, #0000 70%);
    mask-image: linear-gradient(90deg, #000, #0000 70%)
}

.hero-content {
    z-index: 2;
    padding-top: 70px;
    position: relative
}

.kicker,
.eyebrow {
    letter-spacing: .19em;
    text-transform: uppercase;
    color: #c2c6c7;
    font: 600 11px/1.4 IBM Plex Mono, monospace
}

.kicker {
    align-items: center;
    gap: 12px;
    display: flex;
    font-family: "Conthrax-SemiBold";
}

.kicker span {
    background: linear-gradient(90deg, var(--green) 25%, var(--blue) 25% 50%, var(--amber) 50% 75%, var(--red) 75%);
    width: 30px;
    height: 3px;
    display: block
}

h1 {
    max-width: 820px;
    margin: 28px 0 24px;
    font-size: clamp(28px, 6.0vw, 35px);
    font-weight: 800;
    line-height: .97;
    text-transform: uppercase;
}

h1 em {
    color: #c4c7c6;
    font-style: normal;
    font-weight: 400
}

h1 strong {
    font-weight: 700
}

.hero-lead {
    color: #c5c9ca;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.75
}

.hero-actions {
    gap: 13px;
    margin-top: 34px;
    display: flex
}

.button {
    letter-spacing: .02em;
    justify-content: center;
    align-items: center;
    gap: 28px;
    min-height: 54px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex
}

.button.primary {
    color: #202325;
    background: #f5f4ef
}

.button.primary:hover,
.button.light:hover {
    background: var(--amber)
}

.button.ghost {
    border: 1px solid #ffffff59
}

.button.ghost:hover {
    background: #ffffff14
}

.hero-stamp {
    color: #c2c6c7;
    align-items: center;
    gap: 12px;
    font: 600 12px IBM Plex Mono, monospace;
    display: flex;
    position: absolute;
    top: calc(100% + 48px);
    left: 0
}

.hero-stamp i {
    background: linear-gradient(90deg, var(--green), var(--red));
    width: 46px;
    height: 1px
}

.hero-stamp small {
    color: #777e80;
    margin-left: 8px
}

.scroll-hint {
    z-index: 3;
    writing-mode: vertical-rl;
    letter-spacing: .18em;
    color: #aab0b1;
    font: 600 9px IBM Plex Mono, monospace;
    position: absolute;
    bottom: 42px;
    right: 28px
}

.scroll-hint span {
    margin-top: 12px;
    font-size: 18px
}

.section {
    padding: 135px 0
}

.company {
    color: #242729;
    background: #f0eee7
}

.company-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 96px;
    display: grid
}

.company .eyebrow {
    color: #737778
}

.company h2,
.section-head h2 {
    letter-spacing: -.045em;
    margin: 25px 0 30px;
    font-size: clamp(34px, 3.2vw, 46px);
    line-height: 1.08;
    font-family: "Conthrax-SemiBold";
}

.company h2 span,
.section-head h2 span {
    color: #8b8f8d;
    font-weight: 400
}

.company-copy>.lead {
    color: #363a3b;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.company-copy>p:not(.eyebrow):not(.lead) {
    color: #6c7172;
    line-height: 1.6;
    margin-bottom: 15px;
}

.metrics {
    border-top: 1px solid #00000026;
    gap: 44px;
    margin-top: 38px;
    padding-top: 30px;
    display: flex
}

.metrics div {
    align-items: center;
    gap: 12px;
    max-width: 210px;
    display: flex
}

.metrics strong {
    font-size: 34px
}

.metrics span {
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 11px;
    line-height: 1.5
}

.company-image {
    position: relative
}

.company-image img {
    aspect-ratio: 4/4.4;
    object-fit: cover;
    filter: saturate(.75)contrast(1.05);
    width: 100%
}

.company-image:before {
    content: "";
    z-index: 2;
    pointer-events: none;
    border: 1px solid #0000002e;
    position: absolute;
    inset: -12px 12px 12px -12px
}

.image-tag {
    z-index: 3;
    color: #fff;
    letter-spacing: .1em;
    background: #242729;
    gap: 28px;
    padding: 17px 22px;
    font: 10px IBM Plex Mono, monospace;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0
}

.solutions {
    background: var(--bg)
}

.section-head {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 65px;
    display: flex
}

.section-head>p {
    max-width: 420px;
    color: var(--muted);
    line-height: 1.75
}

.cards {
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    grid-template-columns: repeat(2, 1fr);
    display: grid
}

.card {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #ffffff02;
    min-height: 200px;
    padding: 36px 38px;
    transition: all .3s;
    position: relative
}

.card:hover {
    background: #303436;
    transform: translateY(-3px)
}

.card.featured:before {
    content: "";
    background: linear-gradient(90deg, var(--green) 25%, var(--blue) 25% 50%, var(--amber) 50% 75%, var(--red) 75%);
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.card-no {
    color: #727879;
    font: 11px IBM Plex Mono, monospace;
    position: absolute;
    top: 28px;
    right: 32px
}

.card-icon {
    color: #e7e5df;
    height: 58px;
    font: 600 36px IBM Plex Mono, monospace;
    display: none;
}

.card-icon span {
    color: var(--amber);
    font-size: 17px
}

.card h3 {
    margin: 20px 0 12px;
    font-size: 25px
}

.card>p {
    color: var(--muted);
    max-width: 450px;
    line-height: 1.7;
}

.card ul {
    color: #c9cccc;
    margin: 25px 0 38px;
    padding: 0;
    font-size: 13px;
    list-style: none;
    display: none;
}

.card li {
    border-bottom: 1px solid #ffffff0f;
    padding: 7px 0
}

.card li:before {
    content: "+";
    color: var(--amber);
    margin-right: 10px
}

.card a {
    letter-spacing: .08em;
    text-transform: uppercase;
    font: 600 11px IBM Plex Mono, monospace
}

.card a b {
    margin-left: 12px
}

.technology {
    border-block: 1px solid var(--line);
    background: #1b1e1f;
    padding: 75px 0;
    overflow: hidden
}

.tech-title {
    justify-content: space-between;
    margin-bottom: 45px;
    display: flex
}

.tech-title>p:last-child {
    color: var(--muted);
    font-size: 13px
}

.marquee {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #0000, #000 8% 92%, #0000);
    mask-image: linear-gradient(90deg, #0000, #000 8% 92%, #0000)
}

.marquee-track {
    width: max-content;
    animation: 34s linear infinite marquee;
    display: flex
}

.marquee:hover .marquee-track {
    animation-play-state: paused
}

.marquee span {
    color: #b8bcbc;
    border-right: 1px solid var(--line);
    align-items: center;
    gap: 13px;
    min-width: max-content;
    padding: 0 30px;
    font-size: 18px;
    display: flex
}

.marquee b {
    color: #fff;
    border: 1px solid #596061;
    border-radius: 50%;
    place-items: center;
    width: 38px;
    height: 38px;
    font: 600 12px IBM Plex Mono, monospace;
    display: grid
}

@keyframes marquee {
    to {
        transform: translate(-50%)
    }
}

.cta-section {
    text-align: center;
    background: #087ba2;
    place-items: center;
    min-height: 620px;
    display: grid;
    position: relative;
    overflow: hidden
}

.cta-section:before {
    content: "";
    background: linear-gradient(135deg, #24272999, #0000 45%), linear-gradient(315deg, #d5262533, #0000 40%);
    position: absolute;
    inset: 0
}

.cta-lines {
    background: repeating-linear-gradient(135deg, #0000 0 58px, #ffffff0f 59px 60px);
    position: absolute;
    inset: -20%
}

.cta-content {
    position: relative
}

.cta-content .eyebrow {
    color: #fff
}

.cta-content h2 {
    letter-spacing: -.055em;
    margin: 24px 0;
    font-size: clamp(46px, 6vw, 78px);
    line-height: 1
}

.cta-content h2 span {
    color: #d4eef4;
    font-weight: 400
}

.cta-content>p:not(.eyebrow) {
    color: #d9f0f4;
    max-width: 610px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7
}

.button.light {
    color: #202325;
    background: #fff
}

footer {
    background: #17191a;
    padding: 80px 0 25px
}

.footer-main {
    justify-content: space-between;
    padding-bottom: 65px;
    display: flex
}

.footer-brand img {
    width: 270px
}

.footer-brand p {
    color: #858b8d;
    max-width: 360px;
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.7
}

.footer-nav {
    gap: 100px;
    display: flex
}

.footer-nav>div {
    flex-direction: column;
    gap: 12px;
    min-width: 120px;
    display: flex
}

.footer-nav strong {
    color: #747a7c;
    letter-spacing: .13em;
    margin-bottom: 8px;
    font: 600 10px IBM Plex Mono, monospace
}

.footer-nav a {
    color: #c3c7c8;
    font-size: 13px
}

.footer-nav a:hover {
    color: #fff
}

.footer-bottom {
    border-top: 1px solid var(--line);
    color: #707678;
    letter-spacing: .06em;
    justify-content: space-between;
    padding-top: 24px;
    font: 10px IBM Plex Mono, monospace;
    display: flex
}

.reveal {
    opacity: 0;
    transition: opacity .75s, transform .75s;
    transform: translateY(22px)
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.button.whatsapp {
    background-color: #25d366;
    border-color: #25d366;
    color: #ffffff;
}

.button.whatsapp:hover {
    background-color: #20bd5a;
    border-color: #20bd5a;
    color: #ffffff;
}

@media (max-width:820px) {
    .container {
        width: min(100% - 34px, 680px)
    }

    .nav-wrap {
        height: 74px
    }

    .brand {
        width: 208px
    }

    .desktop-nav {
        display: none
    }

    .menu-button {
        border: 1px solid var(--line);
        background: 0 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
        width: 42px;
        height: 42px;
        display: flex
    }

    .menu-button span {
        background: #fff;
        width: 19px;
        height: 1px
    }

    .mobile-nav {
        z-index: 49;
        border-bottom: 1px solid var(--line);
        background: #202325;
        flex-direction: column;
        padding: 8px 17px 20px;
        transition: all .3s;
        display: flex;
        position: fixed;
        top: 74px;
        left: 0;
        right: 0;
        transform: translateY(-130%)
    }

    .mobile-nav.open {
        transform: none
    }

    .mobile-nav a {
        border-bottom: 1px solid var(--line);
        padding: 15px 5px;
        font-size: 14px
    }

    .hero {
        height: 100svh;
        min-height: 750px
    }

    .hero-image {
        object-position: 68% center;
        opacity: .72
    }

    .hero-overlay {
        background: linear-gradient(#17191a66 0%, #17191acc 45%, #17191a 100%)
    }

    .hero-grid {
        background-size: 42px 42px
    }

    .hero-content {
        padding-top: 35px
    }

    .kicker {
        max-width: 310px;
        font-size: 9px
    }

    .hero h1 {
        margin-top: 23px;
        font-size: clamp(43px, 12vw, 64px)
    }

    .hero-lead {
        max-width: 520px;
        font-size: 15px;
        line-height: 1.65
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        max-width: 360px
    }

    .button {
        min-height: 52px
    }

    .hero-stamp {
        flex-wrap: wrap;
        margin-top: 32px;
        position: static
    }

    .hero-stamp small {
        width: 100%;
        margin: 0
    }

    .scroll-hint {
        display: none
    }

    .section {
        padding: 88px 0
    }

    .company-grid {
        grid-template-columns: 1fr;
        gap: 60px
    }

    .company h2,
    .section-head h2 {
        font-size: 39px
    }

    .metrics {
        gap: 20px
    }

    .metrics div {
        display: block
    }

    .metrics strong {
        margin-bottom: 5px;
        display: block
    }

    .company-image img {
        aspect-ratio: 4/3
    }

    .section-head {
        margin-bottom: 42px;
        display: block
    }

    .section-head>p {
        margin-top: 24px
    }

    .cards {
        grid-template-columns: 1fr
    }

    .card {
        min-height: auto;
        padding: 30px 26px
    }

    .tech-title {
        display: block
    }

    .tech-title>p:last-child {
        line-height: 1.6
    }

    .marquee span {
        padding: 0 22px;
        font-size: 15px
    }

    .cta-section {
        min-height: 560px
    }

    .cta-content h2 {
        font-size: 46px
    }

    .cta-content>p:not(.eyebrow) {
        font-size: 15px
    }

    .footer-main {
        display: block
    }

    .footer-brand img {
        width: 235px
    }

    .footer-nav {
        gap: 50px;
        margin-top: 52px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px
    }

    .footer-bottom a {
        margin-top: 10px
    }
    .button.whatsapp {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .marquee-track {
        animation: none
    }

    .reveal {
        opacity: 1;
        transition: none;
        transform: none
    }
}