:root {
    --nexo-navy: #304060;
    --nexo-blue: #70a0c0;
    --nexo-sky: #90b0d0;
    --nexo-slate: #8090a0;
    --nexo-ink: #172033;
    --nexo-muted: #5f6f7e;
    --nexo-line: #dce7ef;
    --nexo-soft: #f5f8fb;
    --nexo-soft-2: #edf3f7;
    --nexo-white: #ffffff;
    --nexo-radius: 8px;
    --nexo-shadow: 0 24px 70px rgba(29, 50, 76, .13);
}

body {
    color: var(--nexo-ink);
    font-family: "Inter", Arial, sans-serif;
}

body .nexo-vc-row {
    margin-left: 0;
    margin-right: 0;
}

body .nexo-vc-row .wpb_content_element {
    margin-bottom: 0;
}

.nexo-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.nexo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--nexo-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.nexo-kicker::before {
    width: 28px;
    height: 2px;
    background: var(--nexo-blue);
    content: "";
}

.nexo-hero {
    min-height: min(760px, 78vh);
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: var(--nexo-white);
    background-image:
        linear-gradient(90deg, rgba(20, 34, 56, .86) 0%, rgba(37, 56, 84, .64) 46%, rgba(48, 64, 96, .18) 100%),
        var(--nexo-hero-image);
    background-position: center;
    background-size: cover;
}

.nexo-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, .35);
    content: "";
}

.nexo-hero__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 96px 0 82px;
}

.nexo-hero .nexo-kicker {
    color: #c8deee;
}

.nexo-hero .nexo-kicker::before {
    background: #c8deee;
}

.nexo-hero h1,
.nexo-page-hero h1 {
    max-width: 850px;
    margin: 0;
    color: inherit;
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(40px, 6vw, 74px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0;
}

.nexo-hero p,
.nexo-page-hero p {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 19px;
    line-height: 1.7;
}

.nexo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.nexo-button,
.nexo-form .wpcf7-submit,
.nexo-form-panel .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid var(--nexo-navy);
    border-radius: var(--nexo-radius);
    color: var(--nexo-white);
    background: var(--nexo-navy);
    box-shadow: 0 12px 32px rgba(48, 64, 96, .18);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nexo-button:hover,
.nexo-form .wpcf7-submit:hover,
.nexo-form-panel .wpcf7-submit:hover {
    color: var(--nexo-white);
    background: #24344f;
    box-shadow: 0 18px 42px rgba(48, 64, 96, .24);
    transform: translateY(-1px);
}

.nexo-button--ghost {
    border-color: rgba(255, 255, 255, .55);
    color: var(--nexo-white);
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
}

.nexo-button--ghost:hover {
    border-color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .16);
}

.nexo-button--light {
    border-color: var(--nexo-white);
    color: var(--nexo-navy);
    background: var(--nexo-white);
}

.nexo-button--light:hover {
    color: var(--nexo-navy);
    background: #f4f9fc;
}

.nexo-button--small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
}

.nexo-link {
    color: var(--nexo-navy);
    font-weight: 800;
    text-decoration: none;
}

.nexo-link:hover {
    color: var(--nexo-blue);
}

.nexo-section {
    padding: 92px 0;
    background: var(--nexo-white);
}

.nexo-section--soft,
.nexo-section--intro {
    background: var(--nexo-soft);
}

.nexo-section--clients {
    background: linear-gradient(180deg, var(--nexo-white) 0%, var(--nexo-soft) 100%);
}

.nexo-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.nexo-section-head--inline {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.nexo-section h2,
.nexo-section-head h2,
.nexo-cta h2 {
    margin: 0;
    color: var(--nexo-navy);
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.nexo-section p {
    color: var(--nexo-muted);
    font-size: 16px;
    line-height: 1.75;
}

.nexo-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 64px;
    align-items: start;
}

.nexo-intro p {
    margin: 36px 0 0;
    font-size: 18px;
}

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

.nexo-service-grid article,
.nexo-values article,
.nexo-statement-grid article,
.nexo-job-card,
.nexo-contact-card,
.nexo-form-panel,
.nexo-empty-state {
    border: 1px solid var(--nexo-line);
    border-radius: var(--nexo-radius);
    background: var(--nexo-white);
    box-shadow: 0 12px 40px rgba(29, 50, 76, .06);
}

.nexo-service-grid article {
    min-height: 250px;
    padding: 30px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.nexo-service-grid article:hover {
    border-color: #c3d7e6;
    box-shadow: var(--nexo-shadow);
    transform: translateY(-3px);
}

.nexo-service-grid span,
.nexo-service-list article > span,
.nexo-statement-grid span {
    color: var(--nexo-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nexo-service-grid h3,
.nexo-values h3,
.nexo-team-grid h3,
.nexo-job-card h3 {
    margin: 18px 0 12px;
    color: var(--nexo-navy);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
}

.nexo-split {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 58px;
    align-items: center;
}

.nexo-split__media {
    min-height: 520px;
    border-radius: var(--nexo-radius);
    background-image: var(--nexo-photo);
    background-position: center;
    background-size: cover;
    box-shadow: var(--nexo-shadow);
}

.nexo-split__content p {
    max-width: 640px;
}

.nexo-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.nexo-proof-grid div {
    padding: 22px 18px;
    border: 1px solid var(--nexo-line);
    border-radius: var(--nexo-radius);
    background: var(--nexo-white);
}

.nexo-proof-grid strong {
    display: block;
    color: var(--nexo-navy);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 28px;
    line-height: 1;
}

.nexo-proof-grid span {
    display: block;
    margin-top: 8px;
    color: var(--nexo-muted);
    font-size: 13px;
    font-weight: 700;
}

.nexo-page-hero {
    padding: 118px 0 94px;
    color: var(--nexo-white);
    background:
        linear-gradient(115deg, rgba(48, 64, 96, .96), rgba(76, 112, 145, .88)),
        linear-gradient(0deg, var(--nexo-navy), var(--nexo-blue));
}

.nexo-page-hero .nexo-kicker {
    color: #d8ebf6;
}

.nexo-page-hero .nexo-kicker::before {
    background: #d8ebf6;
}

.nexo-two-col,
.nexo-contact-grid,
.nexo-form-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: start;
}

.nexo-statement-grid,
.nexo-values,
.nexo-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.nexo-statement-grid article,
.nexo-values article {
    padding: 30px;
}

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

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

.nexo-team-grid article {
    overflow: hidden;
    border: 1px solid var(--nexo-line);
    border-radius: var(--nexo-radius);
    background: var(--nexo-white);
}

.nexo-team-grid article > div {
    height: 310px;
    background-image: var(--nexo-photo);
    background-position: center;
    background-size: cover;
}

.nexo-team-grid h3,
.nexo-team-grid p {
    padding: 0 24px;
}

.nexo-team-grid p {
    padding-bottom: 24px;
}

.nexo-service-list {
    display: grid;
    gap: 18px;
}

.nexo-service-list article {
    display: grid;
    grid-template-columns: 180px minmax(0, .9fr) minmax(0, 1.2fr) auto;
    gap: 28px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--nexo-line);
    border-radius: var(--nexo-radius);
    background: var(--nexo-white);
}

.nexo-service-list h2 {
    font-size: 28px;
}

.nexo-jobs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nexo-job-card {
    padding: 28px;
}

.nexo-job-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nexo-job-card__meta span {
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--nexo-navy);
    background: var(--nexo-soft-2);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.nexo-job-card__details {
    color: var(--nexo-blue);
    font-weight: 700;
}

.nexo-job-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.nexo-empty-state {
    grid-column: 1 / -1;
    padding: 44px;
    text-align: center;
}

.nexo-empty-state h3 {
    margin: 0 0 10px;
    color: var(--nexo-navy);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 30px;
}

.nexo-empty-state p {
    max-width: 620px;
    margin: 0 auto 24px;
}

.nexo-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.nexo-logo-grid span {
    min-height: 98px;
    display: grid;
    place-items: center;
    padding: 14px;
    border: 1px solid var(--nexo-line);
    border-radius: var(--nexo-radius);
    color: var(--nexo-slate);
    background: rgba(255, 255, 255, .72);
    font-weight: 800;
    text-align: center;
}

.nexo-logo-grid--large {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nexo-cta {
    padding: 86px 0;
    color: var(--nexo-white);
    background: var(--nexo-navy);
}

.nexo-cta .nexo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.nexo-cta h2 {
    max-width: 760px;
    color: var(--nexo-white);
}

.nexo-cta p {
    color: rgba(255, 255, 255, .78);
}

.nexo-contact-card,
.nexo-form-panel {
    padding: 34px;
}

.nexo-contact-card a {
    color: var(--nexo-navy);
    font-weight: 700;
}

.nexo-form,
.nexo-form-panel form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.nexo-form label,
.nexo-form-panel label {
    display: grid;
    gap: 7px;
    color: var(--nexo-navy);
    font-size: 13px;
    font-weight: 800;
}

.nexo-form input,
.nexo-form select,
.nexo-form textarea,
.nexo-form-panel input,
.nexo-form-panel select,
.nexo-form-panel textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #cddbe6;
    border-radius: var(--nexo-radius);
    color: var(--nexo-ink);
    background: var(--nexo-white);
    font: inherit;
}

.nexo-form textarea,
.nexo-form-panel textarea {
    min-height: 136px;
    resize: vertical;
}

.nexo-form__wide,
.nexo-form-panel p,
.nexo-form-panel .wpcf7-response-output {
    grid-column: 1 / -1;
}

.nexo-check {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    align-items: flex-start;
    color: var(--nexo-muted);
    font-size: 13px;
    font-weight: 600;
}

.nexo-check input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
}

.nexo-form-notice {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: var(--nexo-radius);
    font-weight: 700;
}

.nexo-form-notice--ok {
    color: #14523d;
    background: #e8f7f0;
}

.nexo-form-notice--error {
    color: #7a2f2f;
    background: #faeaea;
}

.nexo-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: #1f9d6a;
    box-shadow: 0 18px 42px rgba(31, 157, 106, .28);
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .nexo-service-grid,
    .nexo-jobs,
    .nexo-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nexo-values,
    .nexo-logo-grid,
    .nexo-logo-grid--large {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nexo-intro,
    .nexo-split,
    .nexo-two-col,
    .nexo-contact-grid,
    .nexo-form-layout {
        grid-template-columns: 1fr;
    }

    .nexo-service-list article {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .nexo-container,
    .nexo-hero__inner {
        width: min(100% - 28px, 1180px);
    }

    .nexo-hero {
        min-height: 680px;
    }

    .nexo-hero__inner {
        padding: 72px 0 62px;
    }

    .nexo-hero h1,
    .nexo-page-hero h1 {
        font-size: 39px;
        line-height: 1.08;
    }

    .nexo-hero p,
    .nexo-page-hero p {
        font-size: 17px;
    }

    .nexo-section,
    .nexo-page-hero {
        padding: 64px 0;
    }

    .nexo-section-head--inline,
    .nexo-cta .nexo-container {
        display: block;
    }

    .nexo-service-grid,
    .nexo-jobs,
    .nexo-values,
    .nexo-team-grid,
    .nexo-logo-grid,
    .nexo-logo-grid--large,
    .nexo-proof-grid,
    .nexo-form,
    .nexo-form-panel form {
        grid-template-columns: 1fr;
    }

    .nexo-split__media {
        min-height: 340px;
    }

    .nexo-form-panel,
    .nexo-contact-card,
    .nexo-empty-state {
        padding: 24px;
    }
}
