/* ===========================
   Plataforma page – imports shared modules + page-specific styles
   =========================== */
@import url('base.css');
@import url('components/topbar.css');
@import url('components/footer.css');
@import url('sections/linkedin.css');
@import url('responsive.css');

/* Shared label style */
.plat-label {
    color: #0067CC;
    font-family: var(--Font-Family-Label);
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
    font-weight: 700;
    text-transform: uppercase;
}

.plat-label--blue {
    color: #0067CC;
}

/* ===========================
   Hero
   =========================== */
.plat-hero {
    background:
        linear-gradient(180deg, rgba(11, 22, 65, 0) 0%, rgba(11, 22, 65, 1) 100%),
        linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../img/hero-plataforma.png');
    background-size: cover;
    background-position: center;
    padding: 4rem 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 45rem;
}

.plat-hero__inner {
    width: 100%;
    max-width: 103.75rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.plat-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 51.875rem;
}

.plat-hero__title {
    color: #FFFFFF;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 3.5rem;
    line-height: 4.1875rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.plat-hero__subtitle {
    color: #FFFFFF;
    font-family: var(--Font-Family-Label);
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 500;
}

/* ===========================
   Dor Operacional
   =========================== */
.plat-pain {
    background: #FFFFFF;
    padding: 5rem 80px;
    display: flex;
    justify-content: center;
}

.plat-pain__inner {
    display: flex;
    flex-direction: row;
    gap: 7.0625rem;
    align-items: flex-start;
    max-width: 80rem;
    width: 100%;
}

.plat-pain__text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 40.4375rem;
}

.plat-pain__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
    max-width: 37.0625rem;
}

.plat-pain__description {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    max-width: 40.4375rem;
}

.plat-pain__image {
    flex-shrink: 0;
    max-width: 22.375rem;
    height: auto;
}

/* ===========================
   SAI Research
   =========================== */
.plat-sai {
    background: #0B1641;
    border-radius: 2.5rem 2.5rem 0 0;
    padding: 5rem 80px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.plat-sai__inner {
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

.plat-sai__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 40.4375rem;
}

.plat-sai__title {
    color: #FFFFFF;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
    max-width: 37.0625rem;
}

.plat-sai__description {
    color: #C5CBDA;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    max-width: 40.4375rem;
}

.plat-sai__grid {
    display: grid;
    grid-template-columns: repeat(2, 18.75rem);
    gap: 1.25rem;
    row-gap: 1.5rem;
}

.plat-sai__card {
    background: #121D42;
    border-radius: 1.125rem;
    border: 1px solid #1C2241;
    padding: 1.875rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    width: 18.75rem;
    height: 10.1875rem;
}

.plat-sai__card-title {
    color: #FFFFFF;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2rem;
    line-height: 2.143rem;
    font-weight: 400;
}

.plat-sai__image {
    position: absolute;
    right: 0;
    top: 24.4375rem;
    width: 22.375rem;
    height: 20.5rem;
    border-radius: 1.5rem;
    object-fit: cover;
}

/* ===========================
   Capabilities
   =========================== */
.plat-capabilities {
    background: #0B1641;
    padding: 4.375rem 80px;
    display: flex;
    justify-content: center;
    position: relative;
}

.plat-capabilities__inner {
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.plat-capabilities__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 42.5rem;
}

.plat-capabilities__title {
    color: #FFFFFF;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
    max-width: 37.0625rem;
}

.plat-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 2.75rem 0;
}

.plat-capabilities__card {
    background: #121D42;
    border-radius: 1rem;
    border: 1px solid #1C2241;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    min-height: 15.75rem;
}

.plat-capabilities__card-icon {
    background: #0067CC;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.plat-capabilities__card-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.plat-capabilities__card-title {
    color: #FFFFFF;
    font-family: 'NexaBold', 'Nexa Bold', sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: -0.03125rem;
    font-weight: 700;
}

.plat-capabilities__card-text {
    color: #C5CBDA;
    font-family: var(--Font-Family-Label);
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    font-weight: 400;
}

/* ===========================
   Ecossistema Integrado
   =========================== */
.plat-ecosystem {
    background: #FFFFFF;
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
}

.plat-ecosystem__inner {
    display: flex;
    flex-direction: row;
    gap: 4.5rem;
    align-items: flex-start;
    max-width: 80rem;
    width: 100%;
}

.plat-ecosystem__text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 53.125rem;
}

.plat-ecosystem__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
    max-width: 37.0625rem;
}

.plat-ecosystem__description {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    max-width: 40.4375rem;
}

.plat-ecosystem__checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
    padding-top: 0.375rem;
}

.plat-ecosystem__check-item {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
}

.plat-ecosystem__check-icon {
    background: #0067CC;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.plat-ecosystem__check-item span {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 0.96875rem;
    line-height: 1.453125rem;
    font-weight: 400;
}

.plat-ecosystem__image {
    width: 22.375rem;
    height: 20.5rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    object-fit: cover;
    margin-top: 4.8125rem;
    margin-left: auto;
}

/* ===========================
   Comunidades & Branded App
   =========================== */
.plat-communities {
    padding: 6rem 2.5rem;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.plat-communities__inner {
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 4.5rem;
    align-items: flex-start;
}

.plat-communities__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 40.4375rem;
}

.plat-communities__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
    max-width: 37.0625rem;
}

.plat-communities__description {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    max-width: 40.4375rem;
}

.plat-communities__image {
    width: 22.375rem;
    height: auto;
    flex-shrink: 0;
    border-radius: 1.5rem;
    object-fit: cover;
    margin-top: 4.8125rem;
    margin-left: auto;
}

/* ===========================
   IA Aplicada à Operação
   =========================== */
.plat-ai {
    background: #FFFFFF;
    border-radius: 2.5rem 2.5rem 0 0;
    padding: 5rem 80px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.plat-ai__inner {
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

.plat-ai__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 40.4375rem;
}

.plat-ai__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
    max-width: 37.0625rem;
}

.plat-ai__description {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    max-width: 40.4375rem;
}

.plat-ai__grid {
    display: grid;
    grid-template-columns: repeat(2, fit-content(100%));
    grid-template-rows: repeat(3, fit-content(100%));
    gap: 1.25rem;
    row-gap: 1.5rem;
}

.plat-ai__card {
    background: #FFFFFF;
    border-radius: 1.125rem;
    padding: 1.875rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    width: 18.75rem;
    height: 10.1875rem;
    box-shadow: 1px 2px 12px 2px rgba(224, 224, 225, 1);
}

.plat-ai__card-title {
    color: #0067CC;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2rem;
    line-height: 2.143rem;
    font-weight: 400;
}

.plat-ai__image {
    position: absolute;
    right: 0;
    top: 24.4375rem;
    width: 22.375rem;
    height: 20.5rem;
    border-radius: 1.5rem;
    object-fit: cover;
}

/* ===========================
   Segurança & Governança
   =========================== */
.plat-security {
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
}

.plat-security__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    max-width: 80rem;
    width: 100%;
    align-items: flex-start;
}

.plat-security__left {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.plat-security__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.plat-security__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
    max-width: 37.0625rem;
}

.plat-security__description {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    max-width: 37.0625rem;
}

.plat-security__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.plat-security__item {
    background: #FFFFFF;
    border-radius: 0.875rem;
    border: 1px solid #F5F5F5;
    padding: 1.25rem 1.375rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.plat-security__item-icon {
    background: #0067CC;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.plat-security__item-label {
    color: #0B1641;
    font-family: var(--Font-Family-Label);
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
}

.plat-security__image {
    width: 22.375rem;
    height: 20.5rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    object-fit: cover;
    justify-self: end;
    align-self: center;
}

/* ===========================
   Proof Points
   =========================== */
.plat-proof {
    background: #0B1641;
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.plat-proof__inner {
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.plat-proof__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 73rem;
}

.plat-proof__title {
    color: #FFFFFF;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 3rem;
    line-height: 3.625rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.plat-proof__image {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
}

.plat-proof__stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

.plat-proof__stat {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.plat-proof__stat-value {
    color: #0067CC;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 4.5rem;
    line-height: 5.375rem;
    letter-spacing: -0.09375rem;
    font-weight: 400;
}

.plat-proof__stat-label {
    color: #FFFFFF;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

/* ===========================
   CTA
   =========================== */
.plat-cta {
    background: #0B1641;
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.plat-cta__inner {
    max-width: 80rem;
    width: 100%;
    position: relative;
}

.plat-cta__wave {
    position: absolute;
    right: -2rem;
    top: 2.375rem;
    width: 48rem;
    height: auto;
}

.plat-cta__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 40.4375rem;
}

.plat-cta__title {
    color: #FFFFFF;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.plat-cta__description {
    color: #C5CBDA;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

/* ===========================
   Conteúdos relacionados (reuse from sobre)
   =========================== */
/* v2 */
.sobre-content {
    display: none;
}

.sobre-content__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    max-width: 91.5rem;
}

.sobre-content__title {
    color: #0B1641;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    font-weight: 400;
    padding: 0 5rem;
}

.sobre-content__title-highlight {
    color: #0067CC;
}

.sobre-content .linkedin__card-text {
    color: #141415;
}

.sobre-content .linkedin__card-meta {
    color: #8D8E91;
}

.sobre-content .linkedin__feed::before {
    background: linear-gradient(90deg, #FFFFFF 0%, transparent 100%);
}

.sobre-content .linkedin__feed::after {
    background: linear-gradient(270deg, #FFFFFF 0%, transparent 100%);
}

/* Footer rounded variant */
.footer--rounded {
    border-radius: 1.5rem;
    margin: 1rem;
}

/* ===========================
   Plataforma – Page-specific responsive overrides
   =========================== */
@media (max-width: 1200px) {
    .plat-pain__inner {
        flex-direction: column;
        gap: 2.5rem;
    }

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

    .plat-sai__card {
        width: 100%;
        height: auto;
    }

    .plat-sai__image {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 22.375rem;
        height: auto;
        margin-top: 2rem;
    }

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

    .plat-ecosystem__inner {
        flex-direction: column;
        gap: 2.5rem;
    }

    .plat-communities__inner {
        flex-direction: column;
        gap: 2.5rem;
    }

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

    .plat-ai__card {
        width: 100%;
        height: auto;
    }

    .plat-ai__image {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 22.375rem;
        height: auto;
        margin-top: 2rem;
    }

    .plat-security__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .plat-proof__stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    /* -- Hero -- */
    .plat-hero {
        justify-content: flex-end;
        height: auto;
        min-height: 32rem;
        padding: 2rem 16px;
    }

    .plat-hero__title {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }

    .plat-hero__subtitle {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }

    .plat-hero__copy {
        max-width: 100%;
    }

    .plat-hero__inner {
        gap: 1.5rem;
    }

    /* -- Dor Operacional -- */
    .plat-pain {
        padding: 3rem 16px;
    }

    .plat-pain__inner {
        flex-direction: column;
        gap: 2rem;
    }

    .plat-pain__text {
        max-width: 100%;
    }

    .plat-pain__title {
        font-size: 1.625rem;
        line-height: 2rem;
        max-width: 100%;
    }

    .plat-pain__description {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 100%;
    }

    .plat-pain__image {
        width: 100%;
        max-width: 100%;
    }

    /* Remove forced <br> on mobile */
    .plat-pain__description br,
    .plat-sai__card-title br,
    .plat-communities__description br,
    .plat-ecosystem__description br {
        display: none;
    }

    /* -- SAI Research -- */
    .plat-sai {
        padding: 3rem 16px;
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .plat-sai__header {
        max-width: 100%;
    }

    .plat-sai__title {
        font-size: 1.625rem;
        line-height: 2rem;
        max-width: 100%;
    }

    .plat-sai__description {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 100%;
    }

    .plat-sai__grid {
        grid-template-columns: 1fr;
    }

    .plat-sai__card {
        width: 100%;
        height: auto;
    }

    .plat-sai__card-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .plat-sai__image {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 1.5rem;
    }

    /* -- Capabilities -- */
    .plat-capabilities {
        padding: 3rem 16px;
    }

    .plat-capabilities__title {
        font-size: 1.625rem;
        line-height: 2rem;
        max-width: 100%;
    }

    .plat-capabilities__grid {
        grid-template-columns: 1fr;
        padding: 1.5rem 0;
    }

    .plat-capabilities__card {
        min-height: auto;
    }

    /* -- Ecossistema Integrado -- */
    .plat-ecosystem {
        padding: 3rem 16px;
    }

    .plat-ecosystem__inner {
        flex-direction: column;
        gap: 2rem;
    }

    .plat-ecosystem__text {
        max-width: 100%;
    }

    .plat-ecosystem__title {
        font-size: 1.625rem;
        line-height: 2rem;
        max-width: 100%;
    }

    .plat-ecosystem__description {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 100%;
    }

    .plat-ecosystem__checklist {
        grid-template-columns: 1fr;
    }

    .plat-ecosystem__image {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /* -- Comunidades & Branded App -- */
    .plat-communities {
        padding: 3rem 16px;
    }

    .plat-communities__inner {
        flex-direction: column;
        gap: 2rem;
    }

    .plat-communities__text {
        max-width: 100%;
    }

    .plat-communities__title {
        font-size: 1.625rem;
        line-height: 2rem;
        max-width: 100%;
    }

    .plat-communities__description {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 100%;
    }

    .plat-communities__image {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /* -- IA Aplicada -- */
    .plat-ai {
        padding: 3rem 16px;
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .plat-ai__header {
        max-width: 100%;
    }

    .plat-ai__title {
        font-size: 1.625rem;
        line-height: 2rem;
        max-width: 100%;
    }

    .plat-ai__description {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 100%;
    }

    .plat-ai__grid {
        grid-template-columns: 1fr;
    }

    .plat-ai__card {
        width: 100%;
        height: auto;
    }

    .plat-ai__card-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .plat-ai__image {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 1.5rem;
    }

    /* -- Segurança & Governança -- */
    .plat-security {
        padding: 3rem 16px;
    }

    .plat-security__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .plat-security__title {
        font-size: 1.625rem;
        line-height: 2rem;
        max-width: 100%;
    }

    .plat-security__description {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 100%;
    }

    .plat-security__grid {
        grid-template-columns: 1fr;
    }

    .plat-security__image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /* -- Proof Points -- */
    .plat-proof {
        padding: 3rem 16px;
    }

    .plat-proof__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .plat-proof__image {
        height: 200px;
    }

    .plat-proof__stats {
        grid-template-columns: 1fr;
    }

    .plat-proof__stat-value {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .plat-proof__stat-label {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    /* -- CTA -- */
    .plat-cta {
        padding: 3rem 16px;
    }

    .plat-cta__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .plat-cta__description {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .plat-cta__wave {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 2rem;
    }

    /* -- Footer rounded -- */
    .footer--rounded {
        border-radius: 1rem;
        margin: 0.5rem;
    }
}
