/* ============================================================
   VERBO EDUCA — DBT | Custom Styles (matches live site CSS)
   ============================================================ */

/* == BASE == */
*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: clip; }

body, body .website {
    font-family: "Montserrat", sans-serif !important;
    background-color: #0a0507 !important;
    overflow-x: clip;
}
body .lead { font-weight: 400; }

/* override Bootstrap heading resets */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

/* Scoped typography guard: masterpage, Bootstrap and Maxi HTML can override inheritance. */
#leadCheckoutModal,
#leadCheckoutModal *,
.verbo-nav,
.verbo-nav *,
#banner,
#banner *,
#problema,
#problema *,
#video,
#video *,
#sobre,
#sobre *,
#matriz,
#matriz *,
#alvo,
#alvo *,
#metodo,
#metodo *,
#app,
#app *,
#motivos,
#motivos *,
#faq,
#faq * {
    font-family: "Montserrat", sans-serif !important;
}

/* utility */
.z-index-2 { z-index: 2; }
.gap-3 { gap: 1rem; }

/* == NAVBAR == */
.verbo-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: linear-gradient(180deg, rgba(10, 0, 3, 0.96) 0%, rgba(30, 4, 4, 0.94) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 100;
    border-bottom: 1px solid rgba(255, 100, 100, 0.13);
    box-shadow: 0 2px 32px rgba(154, 20, 23, 0.18);
}
body { padding-top: 70px; }

/* == .main wrapper == */
.main {
    background: rgba(22, 0, 0, 1);
    position: relative;
    overflow: clip;
}
.main > img {
    top: -400px;
    right: 0;
    position: absolute;
    mix-blend-mode: color-dodge;
    opacity: 1;
    filter: blur(2.47106px) drop-shadow(0px 2.67366px 2.67366px rgba(0,0,0,0.25));
}
.main > section {
    position: relative;
    z-index: 2;
}

/* == .badge — override Bootstrap 5 == */
.badge:empty { display: block !important; }
.badge {
    align-items: center !important;
    display: inline-flex !important;
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%) !important;
    letter-spacing: 1px !important;
    padding: 7px 22px !important;
    font-size: 12px !important;
    color: rgba(224, 240, 255, 1) !important;
    border-radius: 500px !important;
    text-transform: uppercase;
    gap: 12px;
    font-weight: 500 !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    vertical-align: initial !important;
}

/* == .borda — gradient border == */
.borda {
    box-shadow: 0px 27.64px 55.28px 0px rgba(59, 9, 10, 0.34);
    border: 0.78px solid transparent;
    border-image-source: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 10%, rgba(255, 179, 179, 0.25) 50.19%, rgba(255, 179, 179, 0) 90%);
    border-image-slice: 1;
}

/* == .barra--lateral == */
.barra--lateral {
    position: absolute;
    left: 0; top: 0;
    width: 11px;
    height: 100%;
    border-radius: 500px;
    background: linear-gradient(191.02deg, rgba(57, 14, 15, 0.46) 40.81%, rgba(154, 20, 23, 0.46) 97.69%);
    overflow: hidden;
}
.barra--lateral::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 500px;
    padding: 0.85px;
    background: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 0%, rgba(255, 179, 179, 0.6) 50.19%, rgba(255, 179, 179, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.barra--lateral > span {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 30%;
    border-radius: 500px;
    background: linear-gradient(191.02deg, #9A1417 40.81%, #9A1417 97.69%);
    overflow: hidden;
    transition: top 0.15s ease;
}
.barra--lateral > span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 500px;
    padding: 0.85px;
    background: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 0%, rgba(255, 179, 179, 0.6) 50.19%, rgba(255, 179, 179, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* == .btn-educa == */
.btn-educa {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 58px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.btn-educa:hover {
    transform: translateY(-2px) scale(1.03);
    filter: brightness(1.15);
    box-shadow: 0 8px 28px rgba(203, 15, 19, 0.45);
    color: white;
    text-decoration: none;
}
.btn-educa:active {
    transform: translateY(0) scale(0.98);
    filter: brightness(0.95);
}
.btn-educa.btn-educa-vermelho {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(90deg, #CB0F13 0%, #8D0003 100%);
    border: 1.62px solid transparent;
    border-image-source: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 0%, rgba(255, 179, 179, 0.6) 50.19%, rgba(255, 179, 179, 0) 100%);
    border-image-slice: 1;
    border-radius: 58px;
    width: 100%;
    max-width: 330px;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.btn-educa.btn-educa-vermelho > span,
.btn-educa.btn-educa-vermelho > strong { font-weight: 600; }
.btn-educa.btn-educa-vermelho::before {
    content: "";
    position: absolute;
    left: -6px; top: -6px;
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    background: rgba(255, 222, 222, 0.1);
    border-radius: 58px;
    transition: background 0.2s ease;
}
.btn-educa.btn-educa-vermelho:hover::before {
    background: rgba(255, 222, 222, 0.18);
}

#leadCheckoutModal .dbt-modal__submit.btn-educa {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    min-height: 52px;
    padding: 14px 34px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: .08em;
    white-space: normal;
}

/* == #banner == */
#banner {
    background-image: url('../img/banner-desk.jpg');
    background-size: cover;
    background-position: center top;
    padding-top: 110px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 2px solid transparent;
    border-image-source: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 0%, rgba(255, 179, 179, 0.6) 50.19%, rgba(255, 179, 179, 0) 100%);
    border-image-slice: 1;
}
#banner .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
}
#banner h1 {
    font-weight: 300;
    color: white;
    font-size: 2.7rem;
    line-height: 1.2;
}
#banner h1 span {
    font-weight: 500;
    color: #FF3C3C;
}
#banner .lead {
    font-size: 17px;
    color: white;
    letter-spacing: 0.07em;
}

#banner .lead,
#sobre p,
#alvo .alvo__card p,
#metodo .metodo__sticky-col > p,
#metodo .metodo__card p,
#app p,
#motivos h2 ~ p,
#motivos .motivo-card p,
#faq ul li .resposta span {
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
}

/* == #ticker & #ticker2 == */
#ticker, #ticker2 {
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
    width: 100%;
}
#ticker2 { background: #160000; }
#ticker .ticker__track, #ticker2 .ticker__track {
    display: inline-flex;
    gap: 22px;
    animation: ticker-scroll 50s linear infinite;
    will-change: transform;
    /* must NOT be wrapped in a .container — it's full-width */
    padding: 0;
    margin: 0;
}
#ticker .ticker__track span, #ticker2 .ticker__track span {
    color: white;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    border-radius: 50px;
    padding: 5px 20px;
    white-space: nowrap;
    flex-shrink: 0;
}
#ticker .ticker__icon, #ticker2 .ticker__icon {
    width: 16px; height: 16px;
    opacity: 0.8;
    flex-shrink: 0;
}
@keyframes ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* == #problema == */
#problema { padding: 80px 0; overflow: hidden; }
#problema .container { max-width: 1120px; position: relative; }
#problema .container > img {
    top: 0; position: absolute; left: 280px;
    pointer-events: none;
}
#problema h2 {
    color: white;
    font-size: 3.15rem;
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 1.02;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
#problema h2 b {
    background: linear-gradient(90deg, #CB0F13 0%, #8D0003 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
#problema .problema__subtitle {
    color: white;
    font-size: 16px;
    margin-bottom: 56px;
}
#problema .estrutura-stack {
    display: grid;
    gap: 18px;
}
#problema .estrutura-col-direita {
    display: flex;
}
#problema .card-problema {
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    border-radius: 40px;
    padding: 38px;
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.18;
    font-weight: 500;
    min-height: 162px;
    overflow: visible;
    position: relative;
}
#problema .card-problema--grande {
    height: 100%;
    font-size: 18px;
    line-height: 1.7;
    background: linear-gradient(191.02deg, rgba(57, 14, 15, 0.46) 40.81%, rgba(154, 20, 23, 0.46) 97.69%);
}
#problema .card-problema--destaque {
    min-height: 100%;
    padding: 42px 42px 116px;
    background: linear-gradient(191.02deg, rgba(57, 14, 15, 0.56) 40.81%, rgba(154, 20, 23, 0.5) 97.69%);
}
#problema .card-problema span { color: #FF4145; }
#problema .card-problema p { margin-bottom: 12px; font-family: "Montserrat", sans-serif !important; }
#problema .card-problema p:last-child { margin-bottom: 0; }
#problema .card-problema__tag {
    align-items: center;
    display: inline-flex;
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 22px;
    font-size: 10px;
    color: rgba(224, 240, 255, 1);
    border-radius: 40px;
    text-transform: uppercase;
    min-width: 210px;
    justify-content: center;
}
#problema .card-problema__tag > img { width: 20px; }
#problema .card-problema__mini-icon {
    align-items: center;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    background: transparent;
    border: 0 !important;
    border-image: none !important;
    border-radius: 40px !important;
    box-shadow: none !important;
}
#problema .card-problema__mini-icon img {
    width: 25px;
}
/* == .barra (header bar in #video) == */
.barra {
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    border-radius: 500px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}
.barra .barra-fixa__cta-texto {
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 13px 45px;
    border-radius: 40px;
    text-transform: uppercase;
}

#video .barra .btn-educa {
    font-size: 13px;
    padding: 10px 24px;
    min-width: 0;
}

/* == #video == */
#video { padding: 60px 0; }
#video .container { max-width: 845px; }
#video .iframe-container {
    border-radius: 40px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
#video .iframe-container iframe {
    width: 100%; height: 100%;
    display: block; border: 0;
}
#video .video__badges {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
    flex-wrap: wrap;
}
#video .video__badges > div { font-size: 14px; position: relative; }
#video .video__badges > div.certificado { padding-left: 64px !important; }
#video .video__badges > div.certificado img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: 38px;
    height: auto;
}

/* == #sobre == */
#sobre { padding: 80px 0; position: relative; }
#sobre > img {
    top: 50%; position: absolute; left: 40%;
    pointer-events: none; transform: translateY(-50%);
}
#sobre .container { max-width: 845px; }
#sobre .sobre__card {
    background: linear-gradient(191.02deg, rgba(57, 14, 15, 0.46) 40.81%, rgba(154, 20, 23, 0.46) 97.69%);
    border-radius: 40px;
    padding: 45px 50px;
    position: relative;
}
#sobre .sobre__card .badge { font-size: 13px; }
#sobre p {
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
}
#sobre p:last-child { margin-bottom: 0; }
#sobre p span { color: #FFA3A3; }

/* == #matriz == */
#matriz { padding: 80px 0; }
#matriz .container { max-width: 975px; }
#matriz h2 {
    color: white;
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 1.2;
}
#matriz h2 b {
    background: linear-gradient(90deg, #CB0F13 0%, #D63034 54.81%, #8D0003 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
#matriz .matriz__item { overflow: hidden; margin-bottom: 18px; }
#matriz .matriz__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 16px 40px;
    min-height: 76px;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: 400;
    gap: 12px;
    background: linear-gradient(90deg, rgba(203, 15, 19, 0.48) 0%, rgba(141, 0, 3, 0.48) 100%);
    border-radius: 500px;
    position: relative;
}
#matriz .matriz__item--aberto .matriz__item-header {
    background: linear-gradient(90deg, #CB0F13 0%, #8D0003 100%);
}
#matriz .matriz__item-header::before {
    content: "";
    position: absolute;
    background-image: url("../img/grid.svg");
    height: 100px; width: 100px;
    background-position: center;
    background-size: cover;
    right: 80px;
}
#matriz .matriz__item-btn {
    width: 36px; height: 28px;
    border-radius: 40px;
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    box-shadow: 0px 27.64px 55.28px 0px rgba(59, 9, 10, 0.34);
    border: 0.78px solid transparent;
    border-image-source: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 10%, rgba(255, 179, 179, 0.25) 50.19%, rgba(255, 179, 179, 0) 90%);
    border-image-slice: 1;
    color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 0;
    flex-shrink: 0;
}
#matriz .matriz__item-btn::after {
    content: '+';
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}
#matriz .matriz__item--aberto .matriz__item-btn::after {
    content: '-';
}
#matriz .matriz__item-body {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
#matriz .matriz__item--aberto .matriz__item-body {
    padding: 0 20px 16px;
}
#matriz .matriz__item-body p {
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
    padding-top: 20px;
}

/* == #alvo == */
#alvo { padding: 80px 0; }
#alvo .container { max-width: 975px; }
#alvo .alvo__card {
    background:
        linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%),
        url("../img/publico-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    display: flex;
    align-items: flex-end;
}
#alvo .alvo__card > div { padding: 40px 0 40px 45px; }
#alvo .alvo__card img {
    max-width: 40%;
    margin-top: -70px;
    margin-right: -30px;
}
#alvo .alvo__card h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}
#alvo .alvo__card h3 b { color: #FFA3A3; font-weight: 600; }
#alvo .alvo__card p { color: white; font-size: 17px; line-height: 1.7; margin: 0; }

/* == #metodo == */
#metodo { padding-bottom: 80px; position: relative; z-index: 1; }
#metodo .metodo__sticky-col {
    position: sticky;
    top: 140px;
    align-self: flex-start;
}
#metodo > .efeito {
    width: 100%; position: absolute;
    left: 0; bottom: 0; z-index: -1;
}
#metodo > img:not(.efeito) {
    width: 100%; position: absolute;
    left: 0; top: 0; pointer-events: none;
}
#metodo .container { max-width: 875px; position: relative; z-index: 1; }
#metodo h2 {
    color: white;
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 1.2;
}
#metodo h2 b {
    background: linear-gradient(90deg, #CB0F13 0%, #D63034 54.81%, #8D0003 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
#metodo h2 ~ p { color: white; font-size: 16px; }
#metodo .metodo__stack {
    padding-bottom: 40px;
}
#metodo .metodo__card {
    background: linear-gradient(268.92deg, #5f0809 14.5%, #260304 85.5%);
    border-radius: 40px;
    padding: 34px 38px;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(36px);
    transition: transform 0.6s ease, opacity 0.5s ease;
    box-shadow: 0 24px 60px rgba(0,0,0,0.34);
}
#metodo .metodo__stack .metodo__card {
    position: sticky;
    top: 140px;
    min-height: 170px;
    opacity: 1;
    transform: none;
    transition: none;
}
#metodo .metodo__stack .metodo__card:nth-child(1) { z-index: 1; }
#metodo .metodo__stack .metodo__card:nth-child(2) { z-index: 2; }
#metodo .metodo__stack .metodo__card:nth-child(3) { z-index: 3; }
#metodo .metodo__stack .metodo__card:nth-child(4) { z-index: 4; }
#metodo .metodo__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}
#metodo .metodo__card p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* == #professores == */
#professores { padding: 80px 0; position: relative; z-index: 0; }
#professores > img {
    width: 100%; position: absolute;
    left: 0; top: 0; z-index: -1;
}
#professores .container { max-width: 975px; }
#professores h2 {
    color: white; text-align: center;
    font-size: 2.4rem; font-weight: 300;
    margin-bottom: 12px; line-height: 1.2;
}
#professores h2 b {
    background: linear-gradient(90deg, #d61014 0%, #e5020d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
#professores p { color: white; font-size: 16px; text-align: center; }
#professores .swiper-professores {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#professores .profs__box {
    padding: 30px 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 40px;
    background-size: cover;
    background-position: top center;
    position: relative;
    overflow: hidden;
    color: white;
    min-height: 380px;
    max-height: 460px;
    aspect-ratio: 3 / 4;
    background: linear-gradient(191.02deg, rgba(57, 14, 15, 0.46) 40.81%, rgba(154, 20, 23, 0.46) 97.69%);
}
#professores .profs__box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.9) 100%);
}
#professores .profs__foto {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
#professores .profs__descricao {
    position: relative;
    margin: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
#professores .profs__descricao-wrap {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(28,15,21,.66);
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: background-color .2s ease, max-height .25s ease;
}
#professores .profs__descricao-wrap.is-expanded {
    max-height: 285px;
    overflow-y: auto;
    background: rgba(28,15,21,.9);
}
#professores .profs__descricao-wrap.is-expanded .profs__descricao {
    display: block;
    overflow: visible;
}
#professores .profs__saiba-mais {
    display: none;
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.72);
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
#professores .profs__saiba-mais.is-visible {
    display: inline-block;
}
#professores .profs__saiba-mais:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}
.profs__nome-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: relative;
    z-index: 2;
}
#professores .swiper-professores .swiper-slide {
    height: auto;
}
#professores .swiper-professores--unico,
#professores .swiper-professores--centralizado {
    max-width: 760px;
}
#professores .swiper-professores--unico .swiper-wrapper,
#professores .swiper-professores--centralizado .swiper-wrapper {
    justify-content: center;
    gap: 22px;
}
#professores .swiper-professores--unico .swiper-slide {
    width: min(100%, 360px) !important;
    flex: 0 0 min(100%, 360px);
}
#professores .swiper-professores--centralizado .swiper-slide {
    width: min(100%, 340px) !important;
    flex: 0 0 min(100%, 340px);
}
#professores .swiper-professores--unico .profs__box,
#professores .swiper-professores--centralizado .profs__box {
    min-height: 430px;
}
#professores .swiper-professores:not(.swiper-professores--centralizado) .swiper-slide {
    z-index: 1;
    opacity: .42;
    filter: brightness(.58) saturate(.72);
    transform: scale(.8);
    transition: transform .58s cubic-bezier(.2,.75,.25,1), opacity .45s ease, filter .45s ease;
}
#professores .swiper-professores:not(.swiper-professores--centralizado) .swiper-slide-prev,
#professores .swiper-professores:not(.swiper-professores--centralizado) .swiper-slide-next {
    z-index: 2;
    opacity: .72;
    filter: brightness(.76) saturate(.86);
    transform: scale(.9);
}
#professores .swiper-professores:not(.swiper-professores--centralizado) .swiper-slide-active {
    z-index: 3;
    opacity: 1;
    filter: none;
    transform: scale(1);
}
#professores .swiper-professores:not(.swiper-professores--centralizado) .swiper-slide-active .profs__box {
    box-shadow: 0 26px 58px rgba(55,0,0,.42);
}
#professores .swiper-professores--unico .professores-next,
#professores .swiper-professores--unico .professores-prev,
#professores .swiper-professores--centralizado .professores-next,
#professores .swiper-professores--centralizado .professores-prev {
    display: none;
}
#professores .swiper-professores .professores-next,
#professores .swiper-professores .professores-prev {
    background-image: none !important;
    border-radius: 40px !important;
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%) !important;
    box-shadow: 0px 27.64px 55.28px 0px rgba(59, 9, 10, 0.34) !important;
    border: 0.78px solid transparent !important;
    border-image-source: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 10%, rgba(255, 179, 179, 0.25) 50.19%, rgba(255, 179, 179, 0) 90%) !important;
    border-image-slice: 1 !important;
}
#professores .profs__box .lead {
    font-size: 18px; font-weight: 700;
    z-index: 2; position: relative;
}
#professores .profs__box .profs__nome-icon {
    padding: 7px 12px !important;
}

/* == #app == */
#app { padding-top: 80px; padding-bottom: 0; position: relative; }
.app-bg-left {
    top: -300px; position: absolute;
    left: 0; pointer-events: none; width: 620px;
}
.app-fx-right {
    top: 0; position: absolute;
    right: 0; pointer-events: none; width: 680px;
}
#app .container {
    max-width: 975px;
    position: relative;
}
#app .container::before {
    content: '';
    border-radius: 100px 0 0 0;
    position: absolute;
    top: calc(0% + 40px);
    bottom: 0;
    left: 0;
    right: -9999px;
    border: 0.78px solid transparent;
    border-image-source: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 10%, rgba(255, 179, 179, 0.25) 50.19%, rgba(255, 179, 179, 0) 90%);
    border-image-slice: 1;
    z-index: -1;
    background: linear-gradient(90deg, #830c0e 0%, #310b0b 15%);
}
#app .row {
    position: relative;
    z-index: 1;
}
#app .app__copy {
    padding: 92px 34px 30px 76px;
    max-width: 470px;
}
#app .app__phone {
    align-self: flex-end;
}
#app h3 { font-size: 1.85rem; font-weight: 500; color: #fff; line-height: 1.24; }
#app h3 span { color: #FF9598; }
#app p { font-size: 16px; line-height: 1.45; color: white; margin-top: 18px; }
#app .app__download-hint { color: #fff; font-size: 14px; }
#app .app__download-hint b { color: #F8898C; font-weight: 700; }
#app .col-lg-5 img {
    width: 100%; max-width: 330px;
    display: block; margin: 0 auto;
}

/* == #motivos == */
#motivos {
    background-image: url("../img/motivos-bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 180px 0 80px;
    z-index: 2;
    position: relative;
}
#motivos .container { max-width: 975px; }
#motivos h2 {
    color: white;
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 1.2;
}
#motivos h2 b {
    background: linear-gradient(90deg, #CB0F13 0%, #8D0003 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
#motivos h2 ~ p { color: white; font-size: 16px; margin-bottom: 50px; }
#motivos h2 ~ p span { color: #FFA3A3; }

.motivos-stack {
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 160px;
}
#motivos .motivos-stack .motivo-card {
    position: sticky;
    top: 90px;
    height: auto;
    min-height: 320px;
    padding: 42px 48px 56px;
    margin-bottom: 16px;
    opacity: 1;
    transform: none;
    transition: none;
}
#motivos .motivos-stack .motivo-card:nth-child(1) { z-index: 1; }
#motivos .motivos-stack .motivo-card:nth-child(2) { z-index: 2; }
#motivos .motivos-stack .motivo-card:nth-child(3) { z-index: 3; }
#motivos .motivos-stack .motivo-card.is-visible {
    opacity: 1;
    transform: none;
}
#motivos .motivo-card {
    background: linear-gradient(135deg, #3a0809 0%, #1e0203 100%);
    border: 1px solid rgba(255, 120, 120, 0.12);
    border-radius: 45px;
    padding: 40px 36px;
    color: white;
    text-align: left;
    position: relative;
    padding-right: 25%;
    overflow: visible;
}
#motivos .motivo-card > img {
    position: absolute;
    top: 0; right: 0;
    height: 100%;
    max-width: 45%;
    pointer-events: none;
    z-index: 0;
}
#motivos .motivo-card__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255,255,255,0.12);
    border-radius: 40px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 22px;
}
#motivos .motivo-card h5 {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--motivo-text-color, #ffffff);
    -webkit-text-fill-color: var(--motivo-text-color, #ffffff);
    z-index: 2;
    position: relative;
    margin-top: 20px;
    transition: color 0.1s ease, -webkit-text-fill-color 0.1s ease;
}
#motivos .motivo-card h5 strong { font-weight: 700; }
#motivos .motivo-card p {
    color: var(--motivo-text-color, rgba(255,255,255,0.8));
    -webkit-text-fill-color: var(--motivo-text-color, rgba(255,255,255,0.8));
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    z-index: 2;
    position: relative;
    transition: color 0.1s ease, -webkit-text-fill-color 0.1s ease;
}
#motivos .motivo-card .badge {
    position: relative;
    z-index: 2;
}
.motivos-pagination { text-align: center; }
.motivos-pagination .swiper-pagination-bullet { background: rgba(255,255,255,0.4); opacity: 1; }
.motivos-pagination .swiper-pagination-bullet-active { background: #cb0e14; }

/* == #faq == */
#faq { background-color: #0c0000; padding: 80px 0; }
#faq .container { max-width: 975px; }
#faq h2 {
    color: white;
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 1.2;
}
#faq h2 b {
    background: linear-gradient(90deg, #CB0F13 0%, #8D0003 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
#faq h2 ~ p { color: white; font-size: 16px; max-width: 420px; }
#faq .faq__foto img { border-radius: 40px; width: 100%; object-fit: cover; }
#faq ul { margin: 0; padding: 0; list-style: none; }
#faq ul li { border: none; margin-bottom: 12px; }
#faq ul li .pergunta {
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    border-radius: 500px;
    padding: 16px 20px 16px 30px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: none;
}
#faq ul li .pergunta::after {
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px; height: 28px;
    border-radius: 40px;
    background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.46) 14.5%, rgba(154, 20, 23, 0.46) 85.5%);
    box-shadow: 0px 27.64px 55.28px 0px rgba(59, 9, 10, 0.34);
    border: 0.78px solid transparent;
    border-image-source: linear-gradient(96.34deg, rgba(255, 179, 179, 0) 10%, rgba(255, 179, 179, 0.25) 50.19%, rgba(255, 179, 179, 0) 90%);
    border-image-slice: 1;
    font-size: 18px; font-weight: 300; line-height: 1;
}
#faq ul li .pergunta.active {
    background: linear-gradient(90deg, #CB0F13 0%, #8D0003 100%);
    border-radius: 500px;
}
#faq ul li .pergunta.active::after { content: '-'; }
#faq ul li .resposta {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    border-radius: 40px;
    color: rgba(255,255,255,0.8);
    border: none;
    transition: max-height 0.3s ease;
}
#faq ul li .resposta span {
    display: block;
    padding: 16px 20px 4px 30px;
    font-size: 15px;
    line-height: 1.6;
}

/* == Swiper overrides == */
.swiper-button-next::after, .swiper-button-prev::after { font-size: 18px !important; }
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    color: white !important;
    background-color: rgba(203,14,20,0.7);
    border-radius: 500px;
    padding: 22px;
}
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    color: white !important;
    background-color: rgba(203,14,20,0.7);
    border-radius: 500px;
    padding: 22px;
}
.swiper-slide { height: auto !important; background-color: transparent; }

/* == .text-vermelho == */
.text-vermelho { color: #cb0e14; }

/* == RODAPÉ == */
.rodape {
    background: linear-gradient(180deg, #0f0205 0%, #160004 50%, #0a0002 100%);
    border-top: 1px solid rgba(255, 100, 100, 0.13);
    box-shadow: 0 -2px 40px rgba(154, 20, 23, 0.15);
    color: rgba(255,255,255,0.55);
    position: relative;
}
.rodape::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(154, 20, 23, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
.rodape__logo-dbt {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    color: white;
    letter-spacing: 0.05em;
}
.rodape__titulo {
    color: rgba(255,255,255,0.35);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}
.rodape a {
    color: rgba(255,255,255,0.55);
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
}
.rodape a:hover { color: white; }
.leg { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.7; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media screen and (max-width: 768px) {
    .badge { white-space: break-spaces; }

    #banner {
        padding-top: 90px;
        min-height: auto;
        padding-bottom: 60px;
        background-image: url('../img/banner-mob.jpg');
    }
    #banner h1 { font-size: 1.75rem; text-align: center; }
    #banner h1 span { margin: 0 auto 12px; }
    #banner .lead { text-align: center; font-size: 15px; }
    #banner .container { text-align: center; }
    #banner .btn-educa { margin: 16px auto 0; display: block; }
    .barra--lateral { display: none; }

    #problema h2 { font-size: 1.55rem; }
    #problema .container > img { display: none; }
    #problema .problema__subtitle { margin-bottom: 32px; }
    #problema .estrutura-stack { gap: 16px; }
    #problema .estrutura-col-direita { display: block; }
    #problema .card-problema {
        margin-bottom: 0;
        min-height: auto;
        padding: 28px 20px;
        line-height: 1.35;
    }
    #problema .card-problema--destaque { padding-bottom: 60px; }
    #problema .card-problema__tag { min-width: 0; max-width: calc(100% - 74px); }

    #sobre > img { display: none; }
    #sobre .sobre__card { padding: 28px 20px; }

    #matriz .matriz__item-header {
        padding: 14px 16px 14px 20px;
        border-radius: 40px;
        font-size: 13px;
    }
    #matriz .matriz__item-header::before { display: none; }
    #alvo .alvo__card { flex-direction: column; align-items: stretch; }
    #alvo .alvo__card > div { padding: 30px 24px; order: 1; }
    #alvo .alvo__card img { max-width: 70%; margin: 0 auto -4px; display: block; order: 2; }
    #alvo .alvo__card h3 { font-size: 1.9rem; margin: 0; }

    .barra { flex-direction: column; gap: 14px; border-radius: 40px; text-align: center; padding: 10px; }
    .barra .barra-fixa__cta-texto { font-size: 10px; padding: 13px 25px; }
    #video .barra .d-flex { justify-content: center; }
    #video .barra .btn-educa { margin: 0 auto; }

    #metodo .metodo__titulo { font-size: 1.55rem; }
    #metodo { padding-bottom: 70px; }
    #metodo > img { display: none; }

    #professores h2 { font-size: 1.5rem; }
    #professores p { font-size: 14px; }
    #professores .swiper-professores:not(.swiper-professores--centralizado) .swiper-slide { transform: scale(.84); }
    #professores .swiper-professores:not(.swiper-professores--centralizado) .swiper-slide-active { transform: scale(1); }

    #app h3 { font-size: 1.55rem; text-align: center; }
    #app p { font-size: 16px; text-align: center; }
    #app .app__copy { padding: 54px 34px 24px; max-width: none; }
    #app .app__phone { padding-top: 18px; }
    #app .col-lg-5 img { max-width: 260px; margin: 0 auto; }
    #app .container::before {
        top: 0; right: 0;
        background: linear-gradient(268.92deg, rgba(57, 14, 15, 0.73) 14.5%, rgba(154, 20, 23, 0.73) 85.5%);
        left: 5px;
    }
    .app-fx-right { right: -80px; }

    #motivos { padding: 80px 0; }
    #motivos h2 { font-size: 1.55rem; }
    #motivos .motivo-card { padding: 40px 26px; }

    /* Motivos cards mobile */
    #motivos .motivos-stack .motivo-card { position: relative; top: auto; height: auto; min-height: auto; opacity: 1 !important; transform: none !important; padding: 36px 28px; margin-bottom: 16px; }

    /* Metodo — mantém o encaixe com offset menor no mobile */
    #metodo .metodo__sticky-col { position: relative; top: auto; }
    #metodo .metodo__stack { padding-bottom: 24px; }
    #metodo .metodo__stack .metodo__card { top: 90px; min-height: 170px; }
    #metodo .metodo__card { opacity: 1 !important; transform: none !important; }

    #faq h2 { font-size: 1.5rem; }
    #faq .faq__foto { margin-bottom: 30px; }
    #faq ul li .pergunta { border-radius: 40px; font-size: 13px; padding: 14px 16px 14px 20px; }
    #faq ul li .pergunta.active { border-radius: 40px; }
    #faq ul li .resposta span { padding-left: 20px; }

    .swiper-button-next, .swiper-button-prev { padding: 14px; width: 18px; height: 18px; }
    .swiper-button-next { right: 0; }
    .swiper-button-prev { left: 0; }

    .btn-educa.btn-educa-vermelho { max-width: 100%; }
}

@media screen and (max-width: 575.98px) {
    body { padding-top: 54px; }
    .verbo-nav .container {
        max-width: 390px !important;
        padding-left: 18px;
        padding-right: 18px;
    }
    .verbo-nav .py-3 { padding-top: 10px !important; padding-bottom: 10px !important; }
    .verbo-nav img[alt="Verbo Educa"] { height: 20px !important; }
    .verbo-nav .btn-educa {
        font-size: 9px !important;
        max-width: 128px;
        padding: 7px 12px !important;
        letter-spacing: .7px;
    }
    .verbo-nav .btn-educa::before { inset: -4px; height: auto; width: auto; }

    .btn-educa.btn-educa-vermelho {
        font-size: 11px;
        max-width: 235px;
        padding: 11px 22px;
        letter-spacing: .9px;
    }
    .btn-educa.btn-educa-vermelho::before {
        left: -4px;
        top: -4px;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
    }
    #leadCheckoutModal .dbt-modal__submit.btn-educa {
        max-width: none;
        min-height: 50px;
        padding: 13px 24px;
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: .06em;
    }

    .badge {
        gap: 8px;
        padding: 5px 14px !important;
        font-size: 8px !important;
        line-height: 1.25 !important;
        letter-spacing: .8px !important;
    }

    #banner {
        min-height: 525px;
        padding: 62px 0 24px;
        align-items: flex-start;
        background-position: center top;
        background-size: cover;
    }
    #banner .container,
    .main > section > .container,
    #ticker + .main section > .container,
    #motivos .container,
    #faq .container {
        max-width: 390px;
        padding-left: 26px;
        padding-right: 26px;
    }
    #banner h1 {
        max-width: 270px;
        margin: 0 auto;
        font-size: 1.2rem;
        line-height: 1.08;
    }
    #banner .lead {
        max-width: 276px;
        margin: 12px auto 0;
        font-size: 10.5px;
        line-height: 1.45;
        letter-spacing: .05em;
    }
    #banner .btn-educa { margin-top: 14px; }

    #ticker,
    #ticker2 {
        padding: 6px 0;
    }
    #ticker .ticker__track,
    #ticker2 .ticker__track {
        gap: 10px;
        animation-duration: 42s;
    }
    #ticker .ticker__track span,
    #ticker2 .ticker__track span {
        font-size: 8px;
        padding: 5px 13px;
        gap: 5px;
    }
    #ticker .ticker__icon,
    #ticker2 .ticker__icon {
        width: 11px;
        height: 11px;
    }

    .main > img {
        width: 360px;
        top: -95px;
        right: -210px;
        opacity: .75;
    }

    #problema {
        padding: 44px 0 30px;
    }
    #problema .text-center.mb-3 { margin-bottom: 12px !important; }
    #problema h2 {
        max-width: 315px;
        margin: 0 auto 8px;
        font-size: 1.45rem;
        line-height: 1.03;
    }
    #problema .problema__subtitle {
        max-width: 310px;
        margin: 0 auto 28px;
        font-size: 11.5px;
        line-height: 1.55;
    }
    #problema .row {
        display: flex;
        flex-direction: column;
        gap: 14px !important;
        margin-left: 0;
        margin-right: 0;
    }
    #problema .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0 !important;
    }
    #problema .estrutura-stack {
        gap: 14px !important;
    }
    #problema .estrutura-col-esquerda,
    #problema .estrutura-col-direita {
        display: block;
        width: 100%;
    }
    #problema .card-problema,
    #problema .card-problema--grande,
    #problema .card-problema--destaque {
        margin: 0 !important;
        min-height: 0;
        height: auto;
        padding: 18px 18px;
        border-radius: 24px;
        font-size: 11px;
        line-height: 1.25;
        background: linear-gradient(191.02deg, rgba(57, 14, 15, 0.62) 40.81%, rgba(154, 20, 23, 0.48) 97.69%);
        opacity: 0;
        transform: translateY(22px);
        transition: opacity .45s ease, transform .45s ease;
    }
    #problema .card-problema.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    #problema .card-problema--destaque { padding-bottom: 22px; }
    #problema .card-problema__tag {
        max-width: calc(100% - 40px);
        min-width: 142px;
        padding: 4px 16px;
        font-size: 6.5px;
        letter-spacing: .8px;
    }
    #problema .card-problema__mini-icon {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
    #problema .card-problema__mini-icon img { width: 21px; }

    #video {
        padding: 28px 0 34px;
    }
    .barra {
        max-width: 334px;
        margin: 0 auto 12px;
        gap: 8px;
        padding: 5px 7px;
        border-radius: 26px;
    }
    .barra .barra-fixa__cta-texto {
        font-size: 7px;
        padding: 5px 10px !important;
        letter-spacing: .7px;
    }
    .barra .barra-fixa__cta-texto img { width: 20px !important; }
    #video .iframe-container {
        max-width: 334px;
        margin: 0 auto;
        border-radius: 22px;
    }
    #video .btn-educa.d-md-none {
        display: block;
        margin: 16px auto 0 !important;
        max-width: 210px;
        padding: 10px 18px;
        font-size: 10px;
    }

    #sobre {
        padding: 34px 0;
    }
    #sobre .sobre__card {
        max-width: 320px;
        margin: 0 auto;
        padding: 22px 20px;
        border-radius: 24px;
    }
    #sobre .sobre__card .mb-4 {
        margin-bottom: 18px !important;
        gap: 8px !important;
    }
    #sobre p {
        font-size: 10.5px;
        line-height: 1.55;
        letter-spacing: .03em;
        margin-bottom: 14px;
    }

    #matriz {
        padding: 34px 0;
    }
    #matriz h2 {
        font-size: 1.35rem;
        line-height: 1.08;
        margin-bottom: 18px;
    }
    #matriz .row {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    #matriz .matriz__item { margin-bottom: 8px; }
    #matriz .matriz__item-header {
        min-height: 40px;
        padding: 8px 10px 8px 14px;
        border-radius: 16px;
        font-size: 8.5px;
        line-height: 1.25;
    }
    #matriz .matriz__item-btn {
        width: 30px;
        height: 24px;
    }
    #matriz .matriz__item-btn::after { font-size: 15px; }
    #matriz .matriz__item-body {
        padding-left: 14px;
        padding-right: 14px;
    }
    #matriz .matriz__item--aberto .matriz__item-body {
        padding: 0 14px 14px;
    }
    #matriz .matriz__item-body p {
        font-size: 11px;
        line-height: 1.55;
        padding-top: 12px;
    }

    #alvo {
        padding: 34px 0;
    }
    #alvo .alvo__card {
        max-width: 320px;
        margin: 0 auto;
        border-radius: 28px;
    }
    #alvo .alvo__card > div {
        padding: 22px 20px;
    }
    #alvo .alvo__card > img { display: none !important; }
    #alvo .alvo__card .d-md-none {
        display: block !important;
        max-width: 52px !important;
        margin: 0 0 0 12px !important;
        align-self: flex-start;
        flex-shrink: 0;
    }
    #alvo .alvo__card h3 {
        font-size: 1.12rem;
        line-height: 1.12;
        margin-bottom: 14px;
    }
    #alvo .alvo__card p {
        font-size: 10.5px;
        line-height: 1.5;
    }

    #metodo {
        padding: 30px 0 42px;
    }
    #metodo .row {
        gap: 20px !important;
    }
    #metodo .metodo__sticky-col {
        text-align: center !important;
    }
    #metodo .metodo__sticky-col .mb-3 { margin-bottom: 12px !important; }
    #metodo h2 {
        max-width: 300px;
        margin: 0 auto 8px;
        font-size: 1.3rem;
        line-height: 1.1;
    }
    #metodo h2 ~ p {
        max-width: 310px;
        margin: 0 auto;
        font-size: 10px;
        line-height: 1.45;
    }
    #metodo .metodo__stack {
        max-width: 320px;
        margin: 0 auto;
        padding-bottom: 28px;
    }
    #metodo .metodo__stack .metodo__card,
    #metodo .metodo__card {
        min-height: 142px;
        margin-bottom: 10px;
        padding: 20px 18px;
        border-radius: 24px;
        opacity: 0;
        transform: translateY(22px);
        transition: opacity .45s ease, transform .45s ease;
    }
    #metodo .metodo__stack .metodo__card {
        position: sticky !important;
        top: 72px !important;
    }
    #metodo .metodo__card.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    #metodo .metodo__card .badge {
        display: flex !important;
        width: 100%;
        min-height: 30px;
        justify-content: center;
        margin-bottom: 12px !important;
    }
    #metodo .metodo__card p {
        font-size: 10.5px;
        line-height: 1.5;
    }

    #app {
        padding-top: 34px;
    }
    #app .container {
        max-width: 390px;
        padding-left: 26px;
        padding-right: 26px;
    }
    #app .container::before {
        left: 26px;
        right: 26px;
        top: 0;
        border-radius: 38px 38px 0 0;
        background: linear-gradient(180deg, #9b1114 0%, #500708 100%);
    }
    #app .row {
        min-height: 0;
        padding-bottom: 0;
    }
    #app .app__copy {
        max-width: 270px;
        margin: 0 auto;
        padding: 24px 0 6px;
        text-align: left;
    }
    #app h3 {
        font-size: 1.16rem;
        line-height: 1.12;
        text-align: left;
    }
    #app p {
        max-width: 250px;
        font-size: 10.5px;
        line-height: 1.5;
        text-align: left;
    }
    #app .btn-educa {
        display: block;
        margin-left: 0;
        max-width: 210px;
    }
    #app .app__download-hint {
        font-size: 9px;
        line-height: 1.45;
    }
    #app .app__phone {
        padding-top: 4px;
    }
    #app .col-lg-5 img {
        max-width: 224px;
    }
    .app-bg-left {
        width: 260px;
        top: -60px;
        left: -100px;
    }
    .app-fx-right {
        display: none;
    }

    #motivos {
        padding: 44px 0 38px;
        background-position: center top;
    }
    #motivos .container > div:first-child {
        max-width: 300px !important;
        margin-bottom: 26px !important;
    }
    #motivos h2 {
        font-size: 1.28rem;
        line-height: 1.08;
        color: #fff;
    }
    #motivos h2 b { color: #FF2F34; }
    #motivos h2 ~ p {
        font-size: 10.5px;
        line-height: 1.5;
        margin-bottom: 0;
        color: rgba(255,255,255,.86);
    }
    .motivos-stack {
        max-width: 306px;
        padding-bottom: 28px;
    }
    #motivos .motivos-stack .motivo-card,
    #motivos .motivo-card {
        min-height: 210px;
        margin-bottom: 10px;
        padding: 20px 18px 22px;
        padding-right: 18px;
        border-radius: 22px;
        overflow: hidden;
    }
    #motivos .motivos-stack .motivo-card {
        position: sticky !important;
        top: 76px !important;
        height: auto !important;
        opacity: 1 !important;
        transform: none !important;
    }
    #motivos .motivo-card > img {
        max-width: 45%;
        opacity: .36;
    }
    #motivos .motivo-card .badge {
        margin-bottom: 12px;
    }
    #motivos .motivo-card h5 {
        font-size: .92rem;
        line-height: 1.15;
        margin: 10px 0 10px;
    }
    #motivos .motivo-card p {
        font-size: 10px;
        line-height: 1.45;
    }

    #faq {
        padding: 34px 0 36px;
    }
    #faq .d-flex.align-items-center.justify-content-between {
        display: block !important;
    }
    #faq .faq__foto {
        display: none !important;
    }
    #faq .mb-3 {
        margin-bottom: 10px !important;
    }
    #faq h2 {
        font-size: 1.25rem;
        line-height: 1.1;
    }
    #faq h2 ~ p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 10px;
        line-height: 1.45;
    }
    #faq ul {
        max-width: 330px;
        margin: 0 auto;
    }
    #faq ul li {
        margin-bottom: 8px;
    }
    #faq ul li .pergunta {
        min-height: 42px;
        border-radius: 20px;
        padding: 9px 10px 9px 16px;
        font-size: 10px;
        line-height: 1.3;
    }
    #faq ul li .pergunta::after {
        width: 28px;
        height: 22px;
        font-size: 14px;
    }
    #faq ul li .resposta {
        border-radius: 18px;
    }
    #faq ul li .resposta span {
        padding: 10px 16px 6px;
        font-size: 10px;
        line-height: 1.45;
    }
}
