/* ==========================================================================
   MULTFUNCTIONS — APLICATIVOS E ACESSO
   ========================================================================== */

.apps-page {
    --apps-primary: #2563eb;
    --apps-primary-dark: #1d4ed8;
    --apps-secondary: #7c3aed;
    --apps-accent: #06b6d4;
    --apps-soft: #eff6ff;
    --apps-dark: #0f172a;
    --apps-text: #334155;
    --apps-muted: #64748b;
    --apps-border: rgba(15, 23, 42, .10);
    --apps-shadow: 0 28px 90px rgba(15, 23, 42, .13);

    color: var(--apps-text);
    background: #fff;
}

/* ===========================================
INÍCIO BREADCRUMB
=========================================== */

.apps-breadcrumb {
    padding: 112px 0 22px;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    background: #fff;
}

.apps-breadcrumb ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--apps-muted);
    font-size: .82rem;
}

.apps-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #cbd5e1;
}

.apps-breadcrumb a {
    color: var(--apps-text);
    text-decoration: none;
}

.apps-breadcrumb a:hover {
    color: var(--apps-primary);
}

/* ===========================================
FIM BREADCRUMB
=========================================== */

/* ===========================================
INÍCIO HERO
=========================================== */

.apps-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 120px;
    background:
        radial-gradient(circle at 92% 8%, rgba(37,99,235,.17), transparent 28%),
        radial-gradient(circle at 8% 92%, rgba(124,58,237,.12), transparent 26%),
        linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.apps-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .34;
    background-image:
        linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.apps-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(540px, 1.05fr);
    align-items: center;
    gap: 72px;
}

.apps-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 14px;
    border: 1px solid rgba(37,99,235,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 12px 36px rgba(15,23,42,.07);
    color: var(--apps-primary-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.apps-kicker > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--apps-primary);
    box-shadow: 0 0 0 6px rgba(37,99,235,.12);
}

.apps-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--apps-dark);
    font-size: clamp(2.9rem, 5vw, 5.25rem);
    line-height: .98;
    letter-spacing: -.065em;
}

.apps-hero h1 strong {
    display: block;
    margin-top: 10px;
    color: transparent;
    background: linear-gradient(135deg, var(--apps-primary), var(--apps-secondary));
    -webkit-background-clip: text;
    background-clip: text;
}

.apps-hero__content > p {
    max-width: 690px;
    margin: 30px 0 0;
    color: var(--apps-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.apps-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.apps-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    color: #475569;
    font-size: .9rem;
    font-weight: 650;
}

.apps-hero__visual {
    position: relative;
    min-height: 510px;
}

.apps-device--desktop {
    position: absolute;
    top: 26px;
    right: 0;
    width: 92%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.88);
    border-radius: 24px;
    background: rgba(255,255,255,.9);
    box-shadow: var(--apps-shadow);
    backdrop-filter: blur(22px);
}

.apps-device__top {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 44px;
    padding: 0 16px;
    border-bottom: 1px solid var(--apps-border);
    background: rgba(248,250,252,.9);
}

.apps-device__top > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cbd5e1;
}

.apps-device__top strong {
    margin-left: 10px;
    color: var(--apps-dark);
    font-size: .72rem;
}

.apps-device__body {
    display: grid;
    grid-template-columns: 62px 1fr;
    min-height: 330px;
}

.apps-device__body aside {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 14px;
    padding-top: 20px;
    background: linear-gradient(180deg, var(--apps-primary-dark), var(--apps-secondary));
}

.apps-device__body aside i {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(255,255,255,.18);
}

.apps-device__body > section {
    padding: 18px;
}

.apps-device__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.apps-device__metrics article {
    display: grid;
    gap: 6px;
    padding: 13px;
    border: 1px solid var(--apps-border);
    border-radius: 14px;
    background: #f8fafc;
}

.apps-device__metrics small {
    color: var(--apps-muted);
    font-size: .58rem;
}

.apps-device__metrics strong {
    color: var(--apps-dark);
    font-size: .9rem;
}

.apps-device__content {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 12px;
    margin-top: 12px;
}

.apps-device__chart,
.apps-device__list {
    min-height: 200px;
    padding: 16px;
    border: 1px solid var(--apps-border);
    border-radius: 16px;
    background: #fff;
}

.apps-device__chart {
    display: flex;
    align-items: flex-end;
    gap: 9px;
}

.apps-device__chart i {
    width: 100%;
    min-height: 20px;
    border-radius: 7px 7px 3px 3px;
    background: linear-gradient(180deg, var(--apps-primary), #93c5fd);
}

.apps-device__list {
    display: grid;
    align-content: start;
    gap: 12px;
}

.apps-device__list span {
    height: 34px;
    border-radius: 10px;
    background: #f1f5f9;
}

.apps-device--mobile {
    position: absolute;
    z-index: 4;
    right: -10px;
    bottom: -10px;
    width: 190px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 34px;
    background: #0f172a;
    box-shadow: 0 30px 70px rgba(15,23,42,.28);
}

.apps-mobile__notch {
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 50%;
    width: 76px;
    height: 18px;
    border-radius: 999px;
    background: #0f172a;
    transform: translateX(-50%);
}

.apps-mobile__screen {
    min-height: 350px;
    padding: 42px 14px 18px;
    border-radius: 26px;
    background: linear-gradient(180deg, #f8fbff, #fff);
}

.apps-mobile__screen > small {
    color: var(--apps-muted);
    font-size: .58rem;
}

.apps-mobile__screen > strong {
    display: block;
    margin: 5px 0 14px;
    color: var(--apps-dark);
    font-size: .82rem;
}

.apps-mobile__screen article {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 0;
    border-top: 1px solid rgba(15,23,42,.07);
}

.apps-mobile__screen article > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--apps-primary), var(--apps-secondary));
    font-size: .56rem;
    font-weight: 900;
}

.apps-mobile__screen article > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.apps-mobile__screen b {
    color: var(--apps-dark);
    font-size: .66rem;
}

.apps-mobile__screen article small {
    overflow: hidden;
    color: var(--apps-muted);
    font-size: .55rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.apps-floating {
    position: absolute;
    z-index: 5;
    display: grid;
    gap: 4px;
    min-width: 170px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 17px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 20px 50px rgba(15,23,42,.15);
    backdrop-filter: blur(18px);
}

.apps-floating span {
    color: var(--apps-muted);
    font-size: .72rem;
}

.apps-floating strong {
    color: var(--apps-dark);
    font-size: 1rem;
}

.apps-floating--one {
    left: -36px;
    bottom: 52px;
}

.apps-floating--two {
    top: 70px;
    right: -38px;
}

/* ===========================================
FIM HERO
=========================================== */

/* ===========================================
INÍCIO FORMAS DE ACESSO
=========================================== */

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

.apps-access-card {
    min-height: 390px;
    padding: 30px;
    border: 1px solid var(--apps-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15,23,42,.05);
}

.apps-access-card--featured {
    grid-row: span 2;
    min-height: 798px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 0, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(145deg, var(--apps-primary-dark), var(--apps-secondary));
}

.apps-access-card > span {
    display: inline-grid;
    min-width: 48px;
    height: 38px;
    place-items: center;
    padding: 0 10px;
    border-radius: 11px;
    color: var(--apps-primary-dark);
    background: var(--apps-soft);
    font-size: .68rem;
    font-weight: 900;
}

.apps-access-card--featured > span {
    color: #fff;
    background: rgba(255,255,255,.14);
}

.apps-access-card h3 {
    margin: 52px 0 16px;
    color: var(--apps-dark);
    font-size: 1.5rem;
}

.apps-access-card--featured h3 {
    margin-top: 180px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    letter-spacing: -.045em;
}

.apps-access-card p {
    margin: 0;
    color: var(--apps-muted);
    line-height: 1.8;
}

.apps-access-card--featured p {
    color: rgba(255,255,255,.76);
}

.apps-access-card ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.apps-access-card li {
    position: relative;
    padding-left: 24px;
    color: var(--apps-text);
    line-height: 1.6;
}

.apps-access-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 900;
}

.apps-access-card--featured li {
    color: rgba(255,255,255,.82);
}

.apps-access-card--featured li::before {
    color: #67e8f9;
}

.apps-access-card > strong {
    display: block;
    margin-top: 28px;
    color: #fff;
}

/* ===========================================
FIM FORMAS DE ACESSO
=========================================== */

/* ===========================================
INÍCIO PROBLEMAS
=========================================== */

.apps-problems__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.apps-problems__grid article {
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--apps-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15,23,42,.055);
}

.apps-problems__grid article > span {
    color: var(--apps-primary);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.apps-problems__grid h3 {
    margin: 52px 0 14px;
    color: var(--apps-dark);
    font-size: 1.22rem;
}

.apps-problems__grid p {
    margin: 0;
    color: var(--apps-muted);
    line-height: 1.75;
}

.apps-problems__grid .apps-problem--dark {
    border-color: transparent;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(37,99,235,.34), transparent 35%),
        var(--apps-dark);
}

.apps-problem--dark h3,
.apps-problem--dark p {
    color: #fff;
}

.apps-problem--dark p {
    opacity: .72;
}

/* ===========================================
FIM PROBLEMAS
=========================================== */

/* ===========================================
INÍCIO SINCRONIZAÇÃO
=========================================== */

.apps-sync__grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: center;
    gap: 88px;
}

.apps-checklist {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.apps-checklist > div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid var(--apps-border);
    border-radius: 16px;
    background: #fff;
}

.apps-checklist span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 9px;
    color: #047857;
    background: #ecfdf5;
    font-weight: 900;
}

.apps-checklist p {
    margin: 2px 0 0;
    line-height: 1.65;
}

.apps-sync__flow {
    display: grid;
    gap: 14px;
}

.apps-sync__flow article {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border: 1px solid var(--apps-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 42px rgba(15,23,42,.06);
}

.apps-sync__flow article > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--apps-primary), var(--apps-secondary));
    font-size: .75rem;
    font-weight: 900;
}

.apps-sync__flow article div {
    display: grid;
    gap: 5px;
}

.apps-sync__flow small {
    color: var(--apps-primary);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.apps-sync__flow strong {
    color: var(--apps-dark);
}

.apps-sync__flow p {
    margin: 0;
    color: var(--apps-muted);
    line-height: 1.6;
}

/* ===========================================
FIM SINCRONIZAÇÃO
=========================================== */

/* ===========================================
INÍCIO BENEFÍCIOS
=========================================== */

.apps-benefits__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.apps-benefit {
    grid-column: span 4;
    min-height: 250px;
    padding: 28px;
    border: 1px solid var(--apps-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15,23,42,.05);
}

.apps-benefit--featured {
    grid-column: span 8;
    background:
        radial-gradient(circle at 90% 5%, rgba(37,99,235,.15), transparent 28%),
        linear-gradient(135deg, #fff, #f7faff);
}

.apps-benefit > span {
    color: var(--apps-primary);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.apps-benefit h3 {
    margin: 45px 0 12px;
    color: var(--apps-dark);
    font-size: 1.3rem;
}

.apps-benefit p {
    margin: 0;
    color: var(--apps-muted);
    line-height: 1.75;
}

.apps-benefit > strong {
    display: block;
    margin-top: 20px;
    color: var(--apps-primary-dark);
}

/* ===========================================
FIM BENEFÍCIOS
=========================================== */

/* ===========================================
INÍCIO RECURSOS
=========================================== */

.apps-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.apps-features__grid article {
    padding: 26px;
    border: 1px solid var(--apps-border);
    border-radius: 22px;
    background: #fff;
    transition: transform .28s ease, border-color .28s ease;
}

.apps-features__grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(37,99,235,.34);
}

.apps-features__grid article > span {
    display: inline-grid;
    min-width: 46px;
    height: 36px;
    place-items: center;
    padding: 0 10px;
    border-radius: 10px;
    color: var(--apps-primary-dark);
    background: linear-gradient(135deg, var(--apps-soft), #f5f3ff);
    font-size: .68rem;
    font-weight: 900;
}

.apps-features__grid h3 {
    margin: 28px 0 10px;
    color: var(--apps-dark);
    font-size: 1.08rem;
}

.apps-features__grid p {
    margin: 0;
    color: var(--apps-muted);
    line-height: 1.7;
}

/* ===========================================
FIM RECURSOS
=========================================== */

/* ===========================================
INÍCIO COMPARATIVO
=========================================== */

.apps-comparison__table {
    overflow: hidden;
    border: 1px solid var(--apps-border);
    border-radius: 26px;
    box-shadow: 0 20px 60px rgba(15,23,42,.07);
}

.apps-comparison__head,
.apps-comparison__row {
    display: grid;
    grid-template-columns: .8fr 1fr 1.2fr;
}

.apps-comparison__head {
    color: #fff;
    background: var(--apps-dark);
    font-weight: 800;
}

.apps-comparison__head div,
.apps-comparison__row div {
    padding: 22px 28px;
}

.apps-comparison__head div:last-child {
    background: linear-gradient(135deg, var(--apps-primary-dark), var(--apps-secondary));
}

.apps-comparison__row {
    background: #fff;
}

.apps-comparison__row + .apps-comparison__row {
    border-top: 1px solid var(--apps-border);
}

.apps-comparison__row div {
    color: var(--apps-muted);
}

.apps-comparison__row div + div {
    border-left: 1px solid var(--apps-border);
}

.apps-comparison__row strong {
    color: var(--apps-dark);
}

/* ===========================================
FIM COMPARATIVO
=========================================== */

/* ===========================================
INÍCIO RESULTADOS
=========================================== */

.apps-results {
    color: #fff;
    background:
        radial-gradient(circle at 10% 0, rgba(37,99,235,.34), transparent 28%),
        radial-gradient(circle at 90% 100%, rgba(124,58,237,.28), transparent 30%),
        var(--apps-dark);
}

.apps-results__inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 72px;
}

.apps-results .section__eyebrow {
    color: #93c5fd;
}

.apps-results h2 {
    margin: 15px 0 20px;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.apps-results p {
    max-width: 600px;
    margin: 0;
    color: rgba(255,255,255,.68);
    line-height: 1.8;
}

.apps-results__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.apps-results__grid article {
    display: grid;
    gap: 10px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 20px;
    background: rgba(255,255,255,.055);
    backdrop-filter: blur(14px);
}

.apps-results__grid strong {
    font-size: 1.35rem;
}

.apps-results__grid span {
    color: rgba(255,255,255,.62);
    line-height: 1.5;
}

/* ===========================================
FIM RESULTADOS
=========================================== */

/* ===========================================
INÍCIO FAQ
=========================================== */

.apps-faq__list {
    max-width: 920px;
    margin: 0 auto;
}

.apps-faq details {
    border-bottom: 1px solid var(--apps-border);
}

.apps-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    color: var(--apps-dark);
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.apps-faq summary::-webkit-details-marker {
    display: none;
}

.apps-faq summary i {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.apps-faq summary i::before,
.apps-faq summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: var(--apps-primary);
    transform: translate(-50%, -50%);
}

.apps-faq summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .25s ease;
}

.apps-faq details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.apps-faq details p {
    max-width: 820px;
    margin: -4px 0 24px;
    color: var(--apps-muted);
    line-height: 1.75;
}

/* ===========================================
FIM FAQ
=========================================== */

/* ===========================================
INÍCIO CTA FINAL
=========================================== */

.apps-final {
    width: 100%;
    padding: 88px 0;
    color: #fff;
    background:
        radial-gradient(circle at 0 0, rgba(255,255,255,.18), transparent 25%),
        linear-gradient(135deg, var(--apps-primary-dark), var(--apps-primary) 48%, var(--apps-secondary));
}

.apps-final__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 48px;
}

.apps-final span {
    display: block;
    margin-bottom: 14px;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.apps-final h2 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.apps-final p {
    max-width: 760px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.78);
    line-height: 1.75;
}

.apps-final__actions {
    display: grid;
    justify-items: center;
    gap: 16px;
}

.apps-final__link {
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}

.apps-final__link:hover {
    text-decoration: underline;
}

/* ===========================================
FIM CTA FINAL
=========================================== */

/* ===========================================
INÍCIO RESPONSIVO
=========================================== */

@media (max-width: 1180px) {
    .apps-hero__grid,
    .apps-sync__grid,
    .apps-results__inner {
        grid-template-columns: 1fr;
    }

    .apps-hero__content {
        max-width: 840px;
    }

    .apps-hero__visual {
        width: 100%;
        max-width: 860px;
        margin: 0 auto;
    }

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

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

@media (max-width: 900px) {
    .apps-breadcrumb {
        padding-top: 94px;
    }

    .apps-hero {
        padding: 68px 0 84px;
    }

    .apps-hero h1 {
        font-size: clamp(2.6rem, 11vw, 4.3rem);
    }

    .apps-hero__visual {
        min-height: 580px;
    }

    .apps-device--desktop {
        width: 100%;
    }

    .apps-floating {
        display: none;
    }

    .apps-access__grid {
        grid-template-columns: 1fr;
    }

    .apps-access-card--featured {
        grid-row: auto;
        min-height: auto;
    }

    .apps-access-card--featured h3 {
        margin-top: 80px;
    }

    .apps-benefit,
    .apps-benefit--featured {
        grid-column: span 12;
    }

    .apps-comparison__head,
    .apps-comparison__row {
        grid-template-columns: 1fr;
    }

    .apps-comparison__head {
        display: none;
    }

    .apps-comparison__row div + div {
        border-top: 1px solid var(--apps-border);
        border-left: 0;
    }

    .apps-comparison__row div::before {
        display: block;
        margin-bottom: 6px;
        color: var(--apps-dark);
        font-size: .68rem;
        font-weight: 900;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .apps-comparison__row div:nth-child(1)::before {
        content: "Acesso";
    }

    .apps-comparison__row div:nth-child(2)::before {
        content: "Ideal para";
    }

    .apps-comparison__row div:nth-child(3)::before {
        content: "Vantagens";
    }

    .apps-final__inner {
        grid-template-columns: 1fr;
    }

    .apps-final__actions {
        justify-items: start;
    }
}

@media (max-width: 640px) {
    .apps-hero__actions,
    .apps-hero__actions .btn {
        width: 100%;
    }

    .apps-hero__actions .btn {
        justify-content: center;
    }

    .apps-hero__proof {
        display: grid;
    }

    .apps-hero__visual {
        min-height: 500px;
    }

    .apps-device__body {
        grid-template-columns: 44px 1fr;
    }

    .apps-device__body aside i {
        width: 20px;
        height: 20px;
    }

    .apps-device__metrics {
        grid-template-columns: 1fr;
    }

    .apps-device__content {
        grid-template-columns: 1fr;
    }

    .apps-device__list {
        display: none;
    }

    .apps-device--mobile {
        right: 0;
        width: 150px;
    }

    .apps-mobile__screen {
        min-height: 290px;
    }

    .apps-problems__grid,
    .apps-features__grid,
    .apps-results__grid {
        grid-template-columns: 1fr;
    }

    .apps-access-card {
        min-height: auto;
    }
}

/* ===========================================
FIM RESPONSIVO
=========================================== */
