/* ============================================================
   QUEM SOMOS — V4 (editorial / corporativo, fonte do projeto)
   Tipografia: Sora (única fonte do projeto)
   Sem gradientes, sem glow, sem glassmorphism.
   ============================================================ */

:root {
    --qs-navy: #0B1E3F;
    --qs-navy-2: #14274A;
    --qs-ink: #15192A;
    --qs-body: #4B5468;
    --qs-muted: #6B7280;
    --qs-ivory: #F0F3F4;
    --qs-ivory-2: #E6EAEC;
    --qs-rule: #D4DADE;
    --qs-rule-2: #E5E7EB;
    --qs-rule-dark: rgba(255,255,255,0.16);
    --qs-bronze: #5B6478;
    --qs-sans: 'Sora', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.qs-page {
    font-family: var(--qs-sans);
    color: var(--qs-ink);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: #fff;
    font-weight: 400;
}

.qs-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ----------- TIPOGRAFIA (Sora) ----------- */
.qs-page h1,
.qs-page h2,
.qs-page h3,
.qs-page .qs-display {
    font-family: var(--qs-sans);
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.15;
    color: var(--qs-ink);
}

.qs-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--qs-bronze);
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
}
.qs-eyebrow::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: .9;
}
.qs-eyebrow.center { justify-content: center; }
.qs-eyebrow.on-dark { color: #A5AEBF; }

/* ----------- HERO ----------- */
.qs-hero {
    background: var(--qs-navy);
    color: #fff;
    padding: 80px 0 48px;
    position: relative;
}
.qs-hero .qs-eyebrow { color: #A5AEBF; }

.qs-breadcrumb {
    font-size: 12px;
    color: rgba(255,255,255,.55);
    margin-bottom: 40px;
    letter-spacing: .02em;
}
.qs-breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; }
.qs-breadcrumb a:hover { color: #fff; }
.qs-breadcrumb .sep { margin: 0 8px; opacity: .4; }

.qs-hero h1 {
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.15;
    color: #fff;
    margin: 0 0 20px;
    max-width: 880px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.qs-hero .qs-sub {
    font-size: 16px;
    line-height: 1.65;
    max-width: 680px;
    color: rgba(255,255,255,.78);
    margin: 0;
    font-weight: 400;
}

/* ----------- BIG NUMBERS — STAT STRIP ----------- */
.qs-numbers {
    background: var(--qs-navy);
    color: #fff;
    padding: 0 0 32px;
}
.qs-numbers-rule {
    border-top: 1px solid rgba(255,255,255,0.16);
    padding-top: 36px;
}
.qs-numbers-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.qs-num {
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.qs-num:first-child { border-left: 0; padding-left: 0; }
.qs-num h3 {
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.05;
}
.qs-num p {
    font-size: 12px;
    color: rgba(255,255,255,.62);
    line-height: 1.45;
    margin: 0;
    letter-spacing: .01em;
    font-weight: 400;
}

/* ----------- ECOSSISTEMA / MANDALA ----------- */
.qs-ecossistema {
    background: var(--qs-ivory);
    padding: 0 0 80px;
    border-bottom: 1px solid var(--qs-rule);
}
.qs-mandala-frame {
    text-align: center;
}
.qs-mandala-img {
    max-width: 640px;
    width: 100%;
    height: auto;
    display: inline-block;
}
.qs-mandala-caption {
    display: block;
    max-width: 720px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.65;
    color: var(--qs-muted);
    font-weight: 400;
}
.qs-mandala-caption strong {
    display: block;
    color: var(--qs-ink);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
    letter-spacing: -0.005em;
}

/* ----------- PILARES (editorial) ----------- */
.qs-pilar {
    padding: 90px 0;
    background: #fff;
    border-bottom: 1px solid var(--qs-rule-2);
}
.qs-pilar.alt { background: var(--qs-ivory); border-bottom-color: var(--qs-rule); }
.qs-pilar[id] { scroll-margin-top: 100px; }

/* Layout do pilar:
   coluna esquerda → título grande do pilar
   coluna direita  → blocos sub (No Projuris Empresas, etc.) */
.qs-pilar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

/* Coluna esquerda — gravata + título + texto introdutório */
.qs-roman {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--qs-bronze);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.qs-roman .qs-roman-num {
    font-size: 11px;
    font-weight: 600;
    color: var(--qs-bronze);
}
.qs-roman .qs-roman-rule {
    flex: 0 0 28px;
    height: 1px;
    background: var(--qs-bronze);
    display: inline-block;
}
.qs-pilar-left h2 {
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.2;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
    color: var(--qs-ink);
    font-weight: 600;
}
.qs-pilar-intro {
    font-size: 17px;
    line-height: 1.65;
    color: var(--qs-body);
    margin: 0 0 16px;
    font-weight: 400;
    max-width: 480px;
}
.qs-pilar-intro:last-child { margin-bottom: 0; }
.qs-pilar-intro strong { color: var(--qs-ink); font-weight: 600; }

/* Coluna direita — blocos */
.qs-pilar-right {
    display: flex;
    flex-direction: column;
}
.qs-block {
    padding: 28px 0;
    border-top: 1px solid var(--qs-rule-2);
}
.qs-pilar.alt .qs-block { border-top-color: var(--qs-rule); }
.qs-block:first-child { padding-top: 0; border-top: 0; }
.qs-block:last-child { padding-bottom: 0; }

.qs-block-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--qs-bronze);
    margin-bottom: 12px;
    display: block;
}
.qs-block h3 {
    font-size: 17px;
    line-height: 1.35;
    color: var(--qs-ink);
    margin: 0 0 12px;
    font-weight: 600;
    letter-spacing: -0.005em;
}
.qs-block p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--qs-body);
    margin: 0 0 12px;
    font-weight: 400;
}
.qs-block p:last-child { margin-bottom: 0; }
.qs-block p strong { color: var(--qs-ink); font-weight: 600; }

/* Lista pequena dentro de blocos (3 garantias / benefícios) */
.qs-pointlist {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}
.qs-pointlist li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid var(--qs-rule-2);
}
.qs-pilar.alt .qs-pointlist li { border-top-color: var(--qs-rule); }
.qs-pointlist .qs-n {
    font-size: 12px;
    font-weight: 600;
    color: var(--qs-bronze);
    letter-spacing: 0.06em;
    padding-top: 1px;
}
.qs-pointlist strong {
    display: block;
    font-size: 14px;
    color: var(--qs-ink);
    margin-bottom: 4px;
    font-weight: 600;
}
.qs-pointlist span {
    font-size: 14px;
    line-height: 1.6;
    color: var(--qs-body);
    font-weight: 400;
}

/* ----------- PULL QUOTE / TRANSFORMA ----------- */
.qs-pullquote {
    background: var(--qs-ivory);
    padding: 90px 0;
    border-bottom: 1px solid var(--qs-rule);
}
.qs-pullquote-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}
.qs-pullquote-inner .qs-eyebrow {
    margin-bottom: 24px;
}
.qs-pullquote-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.qs-pullquote-list li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px 20px;
    background: #fff;
    border: 1px solid var(--qs-rule);
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.45;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.qs-pullquote-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(11,30,63,0.06);
    border-color: var(--qs-rule-2);
}
.qs-pullquote-list .qs-from {
    color: var(--qs-muted);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.qs-pullquote-list .qs-to {
    color: var(--qs-ink);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.005em;
}
.qs-pullquote-intro {
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.4;
    color: var(--qs-ink);
    margin: 0 0 32px;
    font-weight: 500;
    letter-spacing: -0.01em;
    max-width: 760px;
}

/* ----------- "JUNTAS TRANSFORMAM" — quadro editorial 4 colunas ----------- */
.qs-juntas {
    padding: 90px 0;
    background: var(--qs-navy);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.qs-juntas h2 {
    color: #fff;
    font-size: clamp(22px, 2.2vw, 28px);
    margin: 0 0 16px;
    max-width: 720px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.qs-juntas .qs-lead {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,.78);
    max-width: 680px;
    margin: 0 0 56px;
    font-weight: 400;
}
.qs-juntas-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--qs-rule-dark);
    border-bottom: 1px solid var(--qs-rule-dark);
}
.qs-juntas-cell {
    position: relative;
    display: block;
    padding: 32px 24px 56px;
    border-left: 1px solid var(--qs-rule-dark);
    color: inherit;
    text-decoration: none;
    transition: background-color .25s ease;
}
.qs-juntas-cell:first-child { border-left: 0; padding-left: 0; }
.qs-juntas-cell:last-child { padding-right: 0; }
.qs-juntas-cell:hover { background-color: rgba(255,255,255,0.03); }
.qs-juntas-cell:hover .qs-jc-label { color: #CBD5E1; }
.qs-juntas-cell:hover .qs-jc-arrow {
    opacity: 1;
    transform: translateY(4px);
    color: #CBD5E1;
}
.qs-juntas-cell .qs-jc-arrow {
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 18px;
    line-height: 1;
    color: rgba(255,255,255,.4);
    opacity: .6;
    transition: opacity .25s ease, transform .25s ease, color .25s ease;
}
.qs-juntas-cell:first-child .qs-jc-arrow { right: auto; left: 0; }
.qs-juntas-cell:last-child .qs-jc-arrow { right: 0; }
.qs-juntas-cell .qs-jc-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #A5AEBF;
    margin-bottom: 20px;
}
.qs-juntas-cell h3 {
    font-size: 17px;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -0.005em;
}
.qs-juntas-cell p {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,.78);
    margin: 0;
    font-weight: 400;
}

/* ----------- STARIAN (texto-only, editorial) ----------- */
.qs-starian {
    padding: 64px 0;
    background: var(--qs-navy);
    color: #fff;
}
.qs-starian-inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.qs-starian .qs-eyebrow { color: #A5AEBF; }
.qs-starian-inner .qs-eyebrow { justify-content: center; }
.qs-starian-inner .qs-eyebrow::before { display: none; }
.qs-starian-inner .qs-eyebrow::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: .9;
}
.qs-starian h2 {
    font-size: clamp(22px, 2.2vw, 28px);
    margin: 0 0 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
}
.qs-starian p {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
    margin: 0 auto;
    max-width: 600px;
    font-weight: 400;
}

/* ----------- CTA FINAL ----------- */
.qs-cta {
    padding: 90px 0;
    background: var(--qs-navy);
    color: #fff;
    text-align: left;
}
.qs-cta-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.16);
    padding-top: 56px;
}
.qs-cta h2 {
    color: #fff;
    font-size: clamp(22px, 2.2vw, 28px);
    margin: 0 0 14px;
    max-width: 540px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.qs-cta p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,.78);
    margin: 0;
    max-width: 500px;
    font-weight: 400;
}
.qs-cta-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.qs-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.qs-btn-primary {
    background: #fff;
    color: var(--qs-navy);
}
.qs-btn-primary:hover { background: var(--qs-ivory); }
.qs-btn-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.35);
}
.qs-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.04); }
.qs-btn .qs-arr { font-weight: 400; }

/* ============================================================
   NOVAS CLASSES (V8) — hero benefits, transição, numbers v2, pilar lead
   ============================================================ */

/* ----------- HERO: 3 value props no rodapé ----------- */
.qs-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,0.16);
}
.qs-hero-bullets li {
    padding: 22px 24px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.82);
    font-weight: 400;
    border-left: 1px solid rgba(255,255,255,0.12);
    padding-left: 24px;
    position: relative;
}
.qs-hero-bullets li:first-child {
    border-left: 0;
    padding-left: 0;
}
.qs-hero-bullets li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 24px;
    width: 18px;
    height: 1px;
    background: #A5AEBF;
}
.qs-hero-bullets li:first-child::before { left: 0; }
.qs-hero-bullets li {
    padding-top: 38px;
}

/* ----------- HERO STATS (big numbers integrados na faixa do hero) ----------- */
.qs-hero-stats {
    margin-top: 56px;
    padding-top: 36px;
    border-top: 1px solid rgba(255,255,255,0.16);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.qs-hs-item {
    padding: 0 22px;
    border-left: 1px solid rgba(255,255,255,0.10);
}
.qs-hs-item:first-child { border-left: 0; padding-left: 0; }
.qs-hs-item:last-child { padding-right: 0; }
.qs-hs-big {
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.05;
    letter-spacing: -0.02em;
}
.qs-hs-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #A5AEBF;
    margin: 0 0 12px;
    line-height: 1.35;
    min-height: 28px;
}
.qs-hs-desc {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,.7);
    margin: 0;
    font-weight: 400;
}

/* ----------- BLOCO TRANSIÇÃO / MANIFESTO ----------- */
.qs-transition {
    background: var(--qs-ivory);
    padding: 80px 0 0;
}
.qs-transition-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.qs-transition h2 {
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.2;
    margin: 0 0 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--qs-ink);
}
.qs-transition p {
    font-size: 17px;
    line-height: 1.65;
    color: var(--qs-body);
    margin: 0 0 16px;
    font-weight: 400;
}
.qs-transition p:last-child { margin: 0; }

/* ----------- NUMBERS V2: 5 cards com descrição ----------- */
.qs-numbers-v2 {
    background: var(--qs-ivory);
    padding: 80px 0;
    border-bottom: 1px solid var(--qs-rule);
}
.qs-numbers-v2-head { max-width: 880px; margin: 0 0 48px; }
.qs-numbers-v2-head h2 {
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--qs-ink);
}
.qs-numbers-v2-head p {
    font-size: 17px;
    line-height: 1.65;
    color: var(--qs-body);
    margin: 0;
    font-weight: 400;
}
.qs-numbers-v2-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--qs-rule);
}
.qs-num-v2 {
    padding: 28px 22px 28px 0;
    border-right: 1px solid var(--qs-rule);
}
.qs-num-v2:not(:first-child) { padding-left: 22px; }
.qs-num-v2:last-child { border-right: 0; padding-right: 0; }
.qs-num-v2-big {
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 600;
    color: var(--qs-ink);
    margin: 0 0 6px;
    line-height: 1.05;
    letter-spacing: -0.02em;
}
.qs-num-v2-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--qs-bronze);
    margin: 0 0 14px;
    line-height: 1.35;
    min-height: 28px;
}
.qs-num-v2-desc {
    font-size: 13px;
    line-height: 1.55;
    color: var(--qs-body);
    margin: 0;
    font-weight: 400;
}

/* ----------- AWARDS / RECONHECIMENTOS B2B STACK ----------- */
.qs-awards {
    background: var(--qs-ivory);
    padding: 80px 0;
    border-bottom: 1px solid var(--qs-rule);
    text-align: center;
}
.qs-awards .qs-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
}
.qs-awards h2 {
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.2;
    margin: 0 auto 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--qs-ink);
    max-width: 640px;
}
.qs-awards-lead {
    font-size: 15px;
    line-height: 1.7;
    color: var(--qs-body);
    margin: 0 auto 48px;
    font-weight: 400;
    max-width: 640px;
}
.qs-awards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.qs-awards-grid img {
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 220px;
    object-fit: contain;
    cursor: help;
    transition: transform .25s ease;
}
.qs-awards-grid img:hover { transform: translateY(-4px); }

/* ----------- PILAR LEAD (descrição grande para pilares simples) ----------- */
.qs-pilar-lead {
    font-size: 17px;
    line-height: 1.65;
    color: var(--qs-body);
    margin: 0;
    font-weight: 400;
    max-width: 560px;
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1100px) {
    .qs-numbers-grid { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
    .qs-num { padding: 0 16px; }
    .qs-num:nth-child(3n+1) { border-left: 0; padding-left: 0; }

    .qs-pilar-grid { grid-template-columns: 1fr; gap: 36px; }
    .qs-pilar-left { position: static; }

    .qs-juntas-table { grid-template-columns: repeat(2, 1fr); }
    .qs-juntas-cell { padding: 28px 24px; }
    .qs-juntas-cell:nth-child(odd) { border-left: 0; padding-left: 0; }
    .qs-juntas-cell:nth-child(even) { padding-right: 0; }
    .qs-juntas-cell:nth-child(-n+2) { border-bottom: 1px solid var(--qs-rule-dark); }

    .qs-cta-inner { grid-template-columns: 1fr; gap: 32px; }
    .qs-cta-btns { flex-direction: row; flex-wrap: wrap; }

    .qs-hero-bullets { grid-template-columns: 1fr; }
    .qs-hero-bullets li { border-left: 0; padding-left: 0; padding-top: 30px; padding-right: 0; }
    .qs-hero-bullets li::before { left: 0 !important; top: 18px; }

    .qs-hero-stats { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
    .qs-hs-item { padding: 0 16px; }
    .qs-hs-item:nth-child(3n+1) { border-left: 0; padding-left: 0; }
    .qs-hs-item:nth-child(n+4) { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.10); }

    .qs-numbers-v2-grid {
        grid-template-columns: repeat(3, 1fr);
        border-bottom: 1px solid var(--qs-rule);
    }
    .qs-num-v2 {
        padding: 24px 18px;
        border-bottom: 1px solid var(--qs-rule);
    }
    .qs-num-v2:nth-child(3n) { border-right: 0; }
    .qs-num-v2:nth-last-child(-n+2) { border-bottom: 0; }
    .qs-num-v2:not(:first-child) { padding-left: 18px; }

    .qs-pullquote-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
    .qs-wrap { padding: 0 22px; }

    .qs-hero { padding: 70px 0 60px; }
    .qs-hero h1 { font-size: 26px; }
    .qs-breadcrumb { margin-bottom: 28px; }

    .qs-numbers { padding: 36px 0 56px; }
    .qs-numbers-rule { padding-top: 32px; }
    .qs-numbers-grid { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
    .qs-num { padding: 0 14px; }
    .qs-num:nth-child(3n+1) { border-left: 1px solid rgba(255,255,255,0.1); padding-left: 14px; }
    .qs-num:nth-child(2n+1) { border-left: 0; padding-left: 0; }
    .qs-num h3 { font-size: 22px; }

    .qs-ecossistema, .qs-pilar, .qs-pullquote, .qs-juntas, .qs-starian, .qs-cta { padding: 60px 0; }

    .qs-pullquote-list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .qs-pullquote-list li { padding: 18px 16px; }

    .qs-juntas-table { grid-template-columns: 1fr; }
    .qs-juntas-cell { padding: 26px 0; border-left: 0; border-bottom: 1px solid var(--qs-rule-dark); }
    .qs-juntas-cell:last-child { border-bottom: 0; }

    .qs-starian-inner { padding-top: 36px; }

    .qs-cta-inner { padding-top: 40px; }
    .qs-cta-btns { width: 100%; }
    .qs-btn { flex: 1; justify-content: center; }

    .qs-hero-stats { grid-template-columns: 1fr 1fr; }
    .qs-hs-item { padding: 0 12px; }
    .qs-hs-item:nth-child(3n+1) { border-left: 1px solid rgba(255,255,255,0.10); padding-left: 12px; }
    .qs-hs-item:nth-child(2n+1) { border-left: 0; padding-left: 0; }
    .qs-hs-item:nth-child(n+3) { padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.10); }
    .qs-hs-big { font-size: 24px; }

    .qs-transition, .qs-numbers-v2 { padding: 56px 0; }
    .qs-numbers-v2-head { margin-bottom: 32px; }
    .qs-numbers-v2-grid { grid-template-columns: 1fr 1fr; }
    .qs-num-v2:nth-child(3n) { border-right: 1px solid var(--qs-rule); }
    .qs-num-v2:nth-child(2n) { border-right: 0; }
    .qs-num-v2:nth-last-child(-n+2) { border-bottom: 1px solid var(--qs-rule); }
    .qs-num-v2:last-child { border-bottom: 0; }
}
