/*
 * Styles the Neo Agent V2 landing page while reusing the visual language of
 * the V2 homepage and the shared Oxygen header, footer and contact modal.
 */
:root {
    --neo-red: #ed2743;
    --neo-yellow: #ffc43d;
    --neo-blue: #6fd4f0;
    --neo-dark: #202126;
    --neo-ink: #27272b;
    --neo-muted: #66676e;
    --neo-pale: #f1f9fb;
    --neo-border: #e3e5e8;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.neo-v2-page {
    overflow-x: hidden;
}

.neo-v2-page [data-public-contact-modal="true"] {
    z-index: 2000001 !important;
}

.neo-v2,
.neo-v2 button,
.neo-v2 a {
    font-family: "Montserrat", Arial, sans-serif;
}

.neo-v2 {
    color: var(--neo-ink);
    font-size: 16px;
    line-height: 1.6;
}

.neo-v2 * {
    box-sizing: border-box;
}

.neo-v2__symbols {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.neo-v2__container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.neo-v2 h1,
.neo-v2 h2,
.neo-v2 h3,
.neo-v2 p {
    margin-top: 0;
}

.neo-v2 h1,
.neo-v2 h2 {
    color: var(--neo-dark);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.neo-v2 h1 {
    margin-bottom: 28px;
    font-size: clamp(34px, 2.4vw, 38px);
}

.neo-v2 h1 span {
    font-weight: 800;
}

.neo-v2 h2 {
    margin-bottom: 28px;
    font-size: clamp(28px, 2.1vw, 32px);
}

.neo-v2 h3 {
    color: var(--neo-dark);
    font-size: 18px;
    line-height: 1.3;
}

.neo-v2__eyebrow {
    margin-bottom: 16px;
    color: var(--neo-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Colored brand panels use dark ink; red is reserved for light neutral surfaces. */
.neo-v2__hero .neo-v2__eyebrow,
.neo-v2__steps .neo-v2__eyebrow,
.neo-v2__final .neo-v2__eyebrow {
    color: var(--neo-dark);
}

.neo-v2__hero {
    position: relative;
    min-height: 690px;
    padding: 90px 0 130px;
    background: var(--neo-yellow);
    overflow: hidden;
}

.neo-v2__hero-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1.08fr .92fr;
    gap: 48px;
}

.neo-v2__hero-copy {
    position: relative;
    z-index: 3;
}

.neo-v2__lead {
    max-width: 660px;
    margin-bottom: 24px;
    color: #4c4d53;
    font-size: 16px;
}

.neo-v2__price {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 28px;
}

.neo-v2__price strong {
    color: var(--neo-dark);
    font-size: 31px;
    line-height: 1;
}

.neo-v2__price span {
    padding-left: 13px;
    border-left: 1px solid rgba(32, 33, 38, .35);
    color: #515158;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.neo-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.neo-v2__hero .neo-v2__actions {
    display: grid;
    width: 100%;
    max-width: 720px;
    grid-template-columns: minmax(0, 1fr) minmax(200px, .42fr);
}

.neo-v2__hero .neo-v2__button {
    width: 100%;
}

.neo-v2__button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 2px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.neo-v2__button:hover {
    transform: translateY(-2px);
}

.neo-v2__button--primary {
    background: var(--neo-red);
    color: #fff;
    box-shadow: 0 12px 28px rgba(237, 39, 67, .22);
}

.neo-v2__button--secondary,
.neo-v2__button--light {
    border-color: rgba(32, 33, 38, .18);
    background: rgba(255, 255, 255, .9);
    color: var(--neo-dark);
}

.neo-v2__reassurance {
    margin: 20px 0 0;
    color: rgba(32, 33, 38, .68);
    font-size: 13px;
}

.neo-v2__hero-visual {
    position: relative;
    min-height: 470px;
}

.neo-v2__hero-visual > img {
    position: absolute;
    right: -5%;
    bottom: -150px;
    width: min(580px, 110%);
    max-height: 640px;
    object-fit: contain;
    object-position: bottom;
}

.neo-v2__hero-proof {
    display: none;
}

.neo-v2__hero-proof strong {
    color: var(--neo-dark);
    font-size: 15px;
}

.neo-v2__hero-proof span {
    color: var(--neo-muted);
    font-size: 12px;
}

.neo-v2__hero-clouds,
.neo-v2__steps-clouds {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 2;
    height: 135px;
    background-image: url("/wp-content/uploads/2023/03/nuage_v2.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 135px;
    pointer-events: none;
}

.neo-v2__fit {
    padding: 76px 0 82px;
    background: #fff;
}

.neo-v2__fit h2 {
    max-width: 760px;
}

.neo-v2__fit-heading {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}

.neo-v2__fit-heading h2 {
    margin-right: auto;
    margin-left: auto;
}

.neo-v2__fit-layout {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    gap: 68px;
}

.neo-v2__fit-intro {
    max-width: 700px;
    margin-bottom: 34px;
    color: var(--neo-muted);
    font-size: 17px;
}

.neo-v2__fit-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 38px;
}

.neo-v2__fit-benefits > div {
    display: grid;
    align-items: center;
    grid-template-columns: 58px 1fr;
    gap: 17px;
}

.neo-v2__fit-benefits img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.neo-v2__fit-benefits p {
    margin-bottom: 0;
    color: var(--neo-muted);
    font-size: 14px;
    line-height: 1.5;
}

.neo-v2__fit-benefits strong {
    color: var(--neo-dark);
}

.neo-v2__audience-card {
    border: 1px solid var(--neo-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(32, 33, 38, .07);
    overflow: hidden;
}

.neo-v2__audience-card h3 {
    margin: 0;
    padding: 20px 24px;
    color: #fff;
    background: var(--neo-red);
    font-size: 17px;
    text-align: center;
}

.neo-v2__audience-card ul {
    display: grid;
    gap: 17px;
    margin: 0;
    padding: 26px 26px 22px;
    list-style: none;
}

.neo-v2__audience-card li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--neo-dark);
    font-size: 14px;
    font-weight: 700;
}

.neo-v2__audience-card li span {
    display: inline-flex;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
    border: 1px solid #aeb0b5;
    border-radius: 50%;
    color: var(--neo-dark);
    font-size: 13px;
    font-weight: 500;
}

.neo-v2__audience-card > p {
    margin: 0 26px 24px;
    padding-top: 18px;
    border-top: 1px solid var(--neo-border);
    color: var(--neo-muted);
    font-size: 12px;
    line-height: 1.55;
}

.neo-v2__offer {
    padding: 82px 0 92px;
    background: var(--neo-pale);
}

.neo-v2__section-heading {
    display: grid;
    align-items: end;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
}

.neo-v2__section-heading > p {
    margin-bottom: 30px;
    color: var(--neo-muted);
}

.neo-v2__offer-grid {
    display: grid;
    margin-top: 48px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.neo-v2__offer-grid article {
    min-height: 245px;
    padding: 6px 28px 28px;
    border-left: 1px solid #d9d9d9;
    background: transparent;
}

.neo-v2__offer-grid article:nth-child(3n+1) {
    padding-left: 0;
    border-left: 0;
}

.neo-v2__offer-grid article:nth-child(n+4) {
    padding-top: 34px;
    border-top: 1px solid #d9d9d9;
}

.neo-v2__offer-grid img {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    object-fit: contain;
}

.neo-v2__offer-grid p {
    margin-bottom: 0;
    color: var(--neo-muted);
    font-size: 14px;
}

.neo-v2__offer-cta {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 34px;
    border: 1px solid var(--neo-border);
    border-radius: 9px;
    background: #fff;
}

.neo-v2__offer-cta span {
    color: var(--neo-dark);
    font-size: 24px;
    font-weight: 700;
}

.neo-v2__offer-cta p {
    margin-bottom: 0;
    color: var(--neo-muted);
    font-size: 14px;
}

.neo-v2__comparison {
    padding: 82px 0 92px;
    background: #fff;
}

.neo-v2__comparison-grid {
    display: grid;
    align-items: center;
    grid-template-columns: .9fr 1.1fr;
    gap: 78px;
}

.neo-v2__comparison-lead {
    max-width: 520px;
    color: var(--neo-muted);
}

.neo-v2__comparison-card {
    border: 1px solid var(--neo-border);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.neo-v2__comparison-row {
    display: grid;
    min-height: 67px;
    align-items: center;
    grid-template-columns: 1.35fr .8fr .8fr;
    border-top: 1px solid var(--neo-border);
}

.neo-v2__comparison-row:first-child {
    border-top: 0;
}

.neo-v2__comparison-row > * {
    padding: 15px 18px;
}

.neo-v2__comparison-row > :nth-child(2) {
    background: #fff7f8;
    color: var(--neo-red);
    text-align: center;
}

.neo-v2__comparison-row > :nth-child(3) {
    color: var(--neo-muted);
    text-align: center;
}

.neo-v2__comparison-row em {
    font-size: 13px;
    font-style: normal;
}

.neo-v2__comparison-row--head {
    min-height: 76px;
    background: #f5f5f6;
}

.neo-v2__steps {
    position: relative;
    padding: 88px 0 160px;
    background: var(--neo-blue);
    overflow: hidden;
}

.neo-v2__steps ol {
    display: grid;
    margin: 58px 0 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
}

.neo-v2__steps li {
    padding-top: 24px;
    border-top: 1px solid rgba(32, 33, 38, .25);
}

.neo-v2__steps li > span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    margin-bottom: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--neo-red);
    color: #fff;
    font-weight: 700;
}

.neo-v2__steps li p {
    color: rgba(32, 33, 38, .7);
    font-size: 14px;
}

.neo-v2__proof {
    padding: 88px 0;
    background: #fff;
}

.neo-v2__proof-grid {
    display: grid;
    align-items: center;
    grid-template-columns: .85fr 1.15fr;
    gap: 78px;
}

.neo-v2__proof-copy > p:not(.neo-v2__eyebrow) {
    color: var(--neo-muted);
}

.neo-v2__text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--neo-red);
    font-weight: 700;
    text-decoration: none;
}

.neo-v2__text-link span {
    font-size: 24px;
}

.neo-v2__video {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 4px;
    background: #121317;
    box-shadow: 0 16px 40px rgba(29, 33, 38, .15);
    overflow: hidden;
}

.neo-v2__video iframe,
.neo-v2__video-trigger {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.neo-v2__video-trigger {
    padding: 0;
    background: #121317;
    cursor: pointer;
}

.neo-v2__video-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.neo-v2__video-trigger:hover img {
    transform: scale(1.025);
}

.neo-v2__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    border-radius: 50%;
    background: var(--neo-red);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
    color: #fff;
    font-size: 25px;
    transform: translate(-50%, -50%);
}

.neo-v2__faq {
    padding: 82px 0 92px;
    background: #f5f5f6;
}

.neo-v2__faq-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
}

.neo-v2__faq-list details {
    padding: 22px 0;
    border-bottom: 1px solid #d5d6d9;
}

.neo-v2__faq-list details:first-child {
    padding-top: 0;
}

.neo-v2__faq-list summary {
    position: relative;
    padding-right: 35px;
    color: var(--neo-dark);
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.neo-v2__faq-list summary::-webkit-details-marker {
    display: none;
}

.neo-v2__faq-list summary::after {
    content: "+";
    position: absolute;
    top: -7px;
    right: 0;
    color: var(--neo-red);
    font-size: 28px;
    font-weight: 400;
}

.neo-v2__faq-list details[open] summary::after {
    content: "\2212";
}

.neo-v2__faq-list details p {
    max-width: 680px;
    margin: 15px 0 0;
    color: var(--neo-muted);
    font-size: 14px;
}

.neo-v2__final {
    position: relative;
    padding: 88px 0;
    background: var(--neo-yellow);
    text-align: center;
}

.neo-v2__final h2 {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}

.neo-v2__final > .neo-v2__container > p:not(.neo-v2__eyebrow, .neo-v2__reassurance) {
    max-width: 720px;
    margin: 0 auto 34px;
    color: #55565c;
}

.neo-v2__actions--center {
    justify-content: center;
}

@media (max-width: 1024px) {
    .neo-v2__hero {
        min-height: 630px;
    }

    .neo-v2__hero-grid {
        grid-template-columns: 1.08fr .92fr;
        gap: 20px;
    }

    .neo-v2__hero-visual > img {
        right: -7%;
        bottom: -167px;
        width: min(580px, 121%);
        max-height: 657px;
    }

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

    .neo-v2__fit-layout {
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
        gap: 42px;
    }

    .neo-v2__fit-benefits {
        gap: 24px;
    }

    .neo-v2__comparison-grid,
    .neo-v2__proof-grid {
        gap: 45px;
    }

    .neo-v2__steps ol {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .neo-v2__hero .neo-v2__actions {
        grid-template-columns: 1fr;
    }

    .neo-v2__container {
        width: min(100% - 34px, 620px);
    }

    .neo-v2 h1 {
        font-size: 32px;
    }

    .neo-v2 h2 {
        font-size: 28px;
    }

    .neo-v2__hero {
        min-height: 0;
        padding: 76px 0 108px;
    }

    .neo-v2__hero-grid,
    .neo-v2__section-heading,
    .neo-v2__comparison-grid,
    .neo-v2__proof-grid,
    .neo-v2__faq-grid {
        grid-template-columns: 1fr;
    }

    .neo-v2__lead {
        font-size: 16px;
    }

    .neo-v2__button {
        width: 100%;
    }

    .neo-v2__hero-visual {
        min-height: 450px;
        margin-top: 28px;
    }

    .neo-v2__hero-visual > img {
        right: 50%;
        bottom: -112px;
        width: auto;
        height: 565px;
        max-width: none;
        max-height: none;
        transform: translateX(50%);
    }

    .neo-v2__hero-proof {
        right: 0;
        bottom: 55px;
    }

    .neo-v2__hero-clouds,
    .neo-v2__steps-clouds {
        height: 92px;
        background-size: auto 92px;
    }

    .neo-v2__fit,
    .neo-v2__offer,
    .neo-v2__comparison,
    .neo-v2__proof,
    .neo-v2__faq,
    .neo-v2__final {
        padding: 64px 0;
    }

    .neo-v2__steps {
        padding: 64px 0 118px;
    }

    .neo-v2__fit-layout,
    .neo-v2__fit-benefits,
    .neo-v2__offer-grid,
    .neo-v2__steps ol {
        grid-template-columns: 1fr;
    }

    .neo-v2__fit-heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .neo-v2__fit-layout {
        gap: 38px;
    }

    .neo-v2__fit-intro {
        font-size: 16px;
    }

    .neo-v2__fit-benefits {
        gap: 22px;
    }

    .neo-v2__fit-benefits > div {
        grid-template-columns: 54px 1fr;
    }

    .neo-v2__fit-benefits img {
        width: 54px;
        height: 54px;
    }

    .neo-v2__audience-card {
        border-radius: 14px;
    }

    .neo-v2__section-heading {
        gap: 0;
    }

    .neo-v2__offer-grid article {
        min-height: 0;
        padding: 24px 0 25px;
        border-top: 1px solid #d9d9d9;
        border-left: 0;
    }

    .neo-v2__offer-grid article:first-child {
        border-top: 0;
    }

    .neo-v2__offer-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .neo-v2__comparison-grid,
    .neo-v2__proof-grid,
    .neo-v2__faq-grid {
        gap: 40px;
    }

    .neo-v2__comparison-card {
        font-size: 12px;
    }

    .neo-v2__comparison-row {
        grid-template-columns: 1.15fr .8fr .8fr;
    }

    .neo-v2__comparison-row > * {
        padding: 13px 8px;
    }

    .neo-v2__steps ol {
        margin-top: 40px;
    }
}

@media (max-width: 420px) {
    .neo-v2 h1 {
        font-size: 32px;
    }

    .neo-v2 h2 {
        font-size: 27px;
    }

    .neo-v2__hero-visual {
        min-height: 410px;
    }

    .neo-v2__hero-visual > img {
        height: 520px;
    }

    .neo-v2__hero-proof {
        max-width: 210px;
    }
}

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

    .neo-v2__button,
    .neo-v2__video-trigger img {
        transition: none;
    }
}
