/* ============================================================
   SOBRE (split from addons.css)
   ============================================================ */

/* ============================================================
   SOBRE (brascast-sobre.html)
   ============================================================ */

/* Hero */
.sobre-hero { position: relative; padding: calc(var(--nav-h) + 60px) 0 80px; background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); overflow: hidden; }
.sobre-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.sobre-hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.sobre-hero-blob--1 { width: 660px; height: 660px; background: radial-gradient(circle, rgba(23,141,114,.18) 0%, rgba(23,141,114,.07) 35%, transparent 70%); top: -200px; right: -180px; }
.sobre-hero-blob--2 { width: 560px; height: 560px; background: radial-gradient(circle, rgba(78,217,182,.15) 0%, rgba(78,217,182,.05) 40%, transparent 70%); bottom: -180px; left: -160px; }
.sobre-hero-inner { position: relative; text-align: center; max-width: 760px; margin: 0 auto; padding-top: 32px; }
.sobre-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--green); background: var(--green-light); border-radius: 99px; padding: 6px 14px 6px 6px; margin-bottom: 24px; }
.sobre-hero-eyebrow .dot { width: 22px; height: 22px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; }
.sobre-hero-eyebrow .dot svg { width: 12px; height: 12px; color: #fff; }
.sobre-hero h1 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 700; line-height: 1.15; letter-spacing: -.025em; color: var(--text); margin-bottom: 20px; text-wrap: balance; }
.sobre-hero h1 .accent { color: var(--green); }
.sobre-hero-desc { font-size: 20px; color: var(--text-muted); line-height: 1.6; margin-bottom: 28px; max-width: 580px; margin-left: auto; margin-right: auto; }

/* Scattered gallery */
.sobre-gallery { position: relative; height: 320px; margin-top: 64px; max-width: 1280px; margin-left: auto; margin-right: auto; }
.sg-item { position: absolute; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md); border: 4px solid #fff; transition: transform .4s; }
.sg-item:hover { transform: translateY(-6px) scale(1.02); }
.sg-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sg-placeholder { width: 100%; height: 100%; background: repeating-linear-gradient(135deg, var(--green-light) 0px, var(--green-light) 8px, #fff 8px, #fff 16px); display: flex; align-items: center; justify-content: center; font-size: 12px; font-family: monospace; color: var(--text-muted); text-align: center; line-height: 1.4; padding: 12px; }
.sg-placeholder--studio { background: repeating-linear-gradient(135deg, #0f1e1b 0px, #0f1e1b 8px, #1a2f2a 8px, #1a2f2a 16px); color: rgba(255,255,255,.5); }
.sg-placeholder--building { background: repeating-linear-gradient(135deg, #2aad8e 0px, #2aad8e 8px, #178d72 8px, #178d72 16px); color: rgba(255,255,255,.7); }
.sg-item--1 { width: 230px; height: 170px; left: 3%; top: 80px; transform: rotate(-3deg); }
.sg-item--2 { width: 250px; height: 220px; left: 25%; top: 0; transform: rotate(2deg); z-index: 2; }
.sg-item--3 { width: 260px; height: 280px; left: 48%; top: 30px; z-index: 3; }
.sg-item--4 { width: 240px; height: 190px; right: 3%; top: 80px; transform: rotate(3deg); z-index: 2; }

/* About us - text + leadership */
.sobre-quem { background: #fff; }
.sobre-quem-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: start; }
.sobre-quem-text h2 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; color: var(--text); margin-bottom: 28px; text-wrap: balance; }
.sobre-quem-text h2 .accent { color: var(--green); }
.sobre-quem-body p { font-size: 17px; color: var(--text-muted); line-height: 1.75; margin-bottom: 18px; }
.sobre-quem-body strong { color: var(--text); font-weight: 600; }

.sobre-leadership { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 120px; }
.leader-card { background: var(--bg-soft); border: 1.5px solid var(--border); border-radius: 18px; padding: 24px; display: grid; grid-template-columns: 64px 1fr; grid-template-rows: auto auto auto; column-gap: 16px; row-gap: 4px; align-items: start; }
.leader-photo { grid-row: 1 / 4; width: 64px; height: 64px; border-radius: 16px; overflow: hidden; background: var(--green-light); }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.leader-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 17px; letter-spacing: .05em; }
.leader-photo--alt .leader-placeholder { background: linear-gradient(135deg, #0f1e1b 0%, #2a4842 100%); }
.leader-quote { grid-column: 2; font-size: 14.5px; line-height: 1.6; color: var(--text); margin-bottom: 8px; }
.leader-name { grid-column: 2; font-size: 14px; font-weight: 700; color: var(--text); }
.leader-role { grid-column: 2; font-size: 12.5px; color: var(--text-muted); }

/* Mission / Vision / Values */
.sobre-mvv { background: var(--bg-soft); }
.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mvv-card { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 32px; transition: all .25s; }
.mvv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.mvv-card--featured { background: linear-gradient(160deg, var(--green) 0%, #0f6b55 100%); border-color: var(--green); color: #fff; }
.mvv-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--green-light); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.mvv-icon svg { width: 24px; height: 24px; color: var(--green); }
.mvv-card--featured .mvv-icon { background: rgba(255,255,255,.15); }
.mvv-card--featured .mvv-icon svg { color: #fff; }
.mvv-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 12px; letter-spacing: -.01em; }
.mvv-card p { font-size: 15px; line-height: 1.65; color: var(--text-muted); }
.mvv-card--featured p { color: rgba(255,255,255,.85); }
.mvv-values { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.mvv-values li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--text); font-weight: 500; }
.mvv-values li svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }

/* Pilares */
.sobre-pilares { background: #fff; }
.pilares-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 40px; margin-top: 56px; }
.pilar { display: flex; flex-direction: column; gap: 12px; }
.pilar-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--green-light); display: flex; align-items: center; justify-content: center; }
.pilar-icon svg { width: 22px; height: 22px; color: var(--green); }
.pilar h4 { font-size: 18px; font-weight: 700; color: var(--text); letter-spacing: -.01em; }
.pilar p { font-size: 14.5px; line-height: 1.65; color: var(--text-muted); }

/* Stats */
.sobre-stats { background: var(--bg-soft); padding: 80px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat-block { text-align: left; padding-right: 24px; border-right: 1px solid var(--border); }
.stat-block:last-child { border-right: none; }
.stat-block .stat-num { font-size: clamp(36px, 4.2vw, 56px); font-weight: 800; color: var(--green); letter-spacing: -.03em; line-height: 1; margin-bottom: 8px; font-variant-numeric: tabular-nums; }
.stat-block .stat-label { font-size: 15px; font-weight: 700; color: var(--text); margin: 0 0 4px; max-width: none; }
.stat-block .stat-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* NPS - speedometer gauge */
.sobre-nps { background: linear-gradient(160deg, #0a1a16 0%, #0f2a23 100%); padding: 100px 0; color: #fff; position: relative; overflow: hidden; }
.sobre-nps::before { content: ''; position: absolute; top: -250px; right: -200px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(23,141,114,.18) 0%, rgba(23,141,114,.08) 35%, transparent 70%); pointer-events: none; }
.sobre-nps::after { content: ''; position: absolute; bottom: -280px; left: -180px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(42,173,142,.12) 0%, rgba(42,173,142,.05) 40%, transparent 70%); pointer-events: none; }
.nps-head { text-align: center; max-width: 720px; margin: 0 auto 60px; position: relative; }
.nps-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--green-mid); background: rgba(23,141,114,.18); border: 1px solid rgba(23,141,114,.35); border-radius: 99px; padding: 6px 14px; margin-bottom: 22px; }
.nps-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-mid); box-shadow: 0 0 10px var(--green-mid); }
.nps-head h2 { font-size: clamp(32px, 3.6vw, 46px); font-weight: 700; line-height: 1.1; letter-spacing: -.025em; margin-bottom: 16px; text-wrap: balance; }
.nps-head h2 .accent { color: var(--green-mid); }
.nps-head p { font-size: 17px; color: rgba(255,255,255,.7); line-height: 1.65; max-width: 600px; margin: 0 auto; }
.nps-stage { position: relative; max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 32px; align-items: center; }
/* gauge */
.nps-gauge-wrap { position: relative; }
.nps-gauge-svg { width: 100%; height: auto; aspect-ratio: 200 / 130; display: block; overflow: visible; }
.nps-gauge-track { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 22; stroke-linecap: round; }
.nps-gauge-fill { fill: none; stroke: url(#npsGrad); stroke-width: 22; stroke-linecap: round; stroke-dasharray: 314; stroke-dashoffset: 314; transition: stroke-dashoffset 1.6s cubic-bezier(.22,.61,.36,1); }
.nps-gauge-svg.is-in .nps-gauge-fill { stroke-dashoffset: 34.5; } /* 78/100 of 314 visible */
.nps-gauge-needle { stroke: #fff; stroke-width: 3; stroke-linecap: round; transform-origin: 100px 100px; transform: rotate(-90deg); transition: transform 1.6s cubic-bezier(.22,.61,.36,1); filter: drop-shadow(0 0 6px rgba(255,255,255,.4)); }
.nps-gauge-svg.is-in .nps-gauge-needle { transform: rotate(50.4deg); } /* 78 -> -90+(78/100)*180 = 50.4 */
.nps-gauge-hub { fill: #fff; }
.nps-gauge-tick { stroke: rgba(255,255,255,.25); stroke-width: 1.5; }
.nps-gauge-num { position: relative; text-align: center; margin-top: -8%; }
.nps-gauge-num .big { font-size: clamp(56px, 7vw, 88px); font-weight: 800; line-height: 1; letter-spacing: -.04em; color: #fff; font-variant-numeric: tabular-nums; }
.nps-gauge-num .lbl { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .14em; color: var(--green-mid); margin-top: 8px; }
.nps-gauge-num .lbl::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green-mid); }
.nps-gauge-scale { display: flex; justify-content: space-between; font-size: 10px; color: rgba(255,255,255,.45); font-variant-numeric: tabular-nums; padding: 0 4%; margin-top: 14px; }
/* left column - comparison */
.nps-compare { display: flex; flex-direction: column; gap: 14px; }
.nps-compare-row { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; }
.nps-compare-row.is-us { background: linear-gradient(135deg, rgba(23,141,114,.18), rgba(23,141,114,.04)); border-color: rgba(23,141,114,.4); }
.nps-compare-top { display: flex; justify-content: space-between; align-items: baseline; }
.nps-compare-name { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.7); letter-spacing: .04em; text-transform: uppercase; }
.nps-compare-row.is-us .nps-compare-name { color: var(--green-mid); }
.nps-compare-val { font-size: 22px; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.nps-compare-bar { height: 5px; border-radius: 99px; background: rgba(255,255,255,.06); overflow: hidden; }
.nps-compare-bar > i { display: block; height: 100%; border-radius: 99px; background: rgba(255,255,255,.35); width: 0; transition: width 1.2s cubic-bezier(.22,.61,.36,1); }
.nps-compare.is-in .nps-compare-row[data-pct="60"] .nps-compare-bar > i { width: 60%; }
.nps-compare.is-in .nps-compare-row[data-pct="75"] .nps-compare-bar > i { width: 75%; }
.nps-compare.is-in .nps-compare-row[data-pct="91"] .nps-compare-bar > i { width: 91%; background: var(--green-mid); box-shadow: 0 0 12px rgba(74,219,150,.5); }
/* right column - about the methodology */
.nps-aside { display: flex; flex-direction: column; gap: 14px; }
.nps-aside-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 18px; }
.nps-aside-card h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 6px; letter-spacing: -.005em; }
.nps-aside-card p { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.55; }
.nps-aside-card.is-highlight { background: linear-gradient(135deg, rgba(23,141,114,.2), rgba(23,141,114,.05)); border-color: rgba(23,141,114,.4); }
.nps-aside-card.is-highlight h4 { color: var(--green-mid); display: flex; align-items: center; gap: 8px; }
.nps-aside-card.is-highlight h4 svg { width: 14px; height: 14px; }
.nps-rating-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(74,219,150,.15); border: 1px solid rgba(74,219,150,.35); border-radius: 99px; padding: 5px 12px; font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--green-mid); margin-top: 12px; }
.nps-rating-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green-mid); animation: pulse 2s ease-in-out infinite; }

/* Carreiras */
.sobre-carreiras { background: var(--bg-soft); }
.carreiras-card { background: linear-gradient(135deg, var(--green) 0%, #0f6b55 100%); border-radius: 28px; padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; color: #fff; position: relative; overflow: hidden; }
.carreiras-card::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.05); }
.carreiras-content { position: relative; }
.carreiras-content h2 { font-size: clamp(32px, 3.6vw, 44px); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; margin-bottom: 20px; }
.carreiras-content p { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.8); margin-bottom: 28px; max-width: 440px; }
.carreiras-visual { position: relative; }
.carreiras-photo { aspect-ratio: 4/3; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.3); border: 4px solid #fff; }
.carreiras-placeholder { width: 100%; height: 100%; background: repeating-linear-gradient(135deg, #0f1e1b 0px, #0f1e1b 8px, #1a2f2a 8px, #1a2f2a 16px); display: flex; align-items: center; justify-content: center; font-size: 13px; font-family: monospace; color: rgba(255,255,255,.5); text-align: center; line-height: 1.5; }
.carreiras-badge { position: absolute; left: -20px; bottom: 20px; background: #fff; color: var(--text); padding: 12px 16px; border-radius: 14px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 12px; }
.carreiras-badge svg { width: 28px; height: 28px; color: var(--green); }
.carreiras-badge strong { font-size: 14px; font-weight: 700; display: block; line-height: 1.2; }
.carreiras-badge span { font-size: 12px; color: var(--text-muted); }

/* Cases */
.sobre-cases { background: #fff; }
.cases-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; margin-bottom: 64px; }
.case-card { background: #fff; border: 1.5px solid var(--border); border-radius: 18px; overflow: hidden; transition: all .25s; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--green-light); }
/* YouTube lite-player on case cards */
.case-video { position: relative; display: block; width: 100%; aspect-ratio: 16/9; padding: 0; border: 0; background: #0a1a16; cursor: pointer; overflow: hidden; }
.case-video-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .25s ease; }
.case-video::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,0) 75%); transition: opacity .25s; z-index: 1; }
.case-video:hover .case-video-thumb { transform: scale(1.04); filter: brightness(1.05); }
.case-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 72px; height: 51px; z-index: 2; transition: transform .2s ease; }
.case-video:hover .case-video-play { transform: translate(-50%, -50%) scale(1.06); }
.case-video-play svg { width: 100%; height: 100%; display: block; filter: drop-shadow(0 4px 12px rgba(0,0,0,.4)); }
.case-video-play-bg { fill: #cc0000; transition: fill .2s; }
.case-video:hover .case-video-play-bg { fill: #ff0000; }
.case-video-play-icon { fill: #fff; }

/* Cases lightbox */
.case-lightbox { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 32px 24px; opacity: 0; transition: opacity .25s ease; }
.case-lightbox.is-open { opacity: 1; }
.case-lightbox[hidden] { display: none !important; }
.case-lightbox-backdrop { position: absolute; inset: 0; background: rgba(8, 18, 16, .82); backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%); cursor: zoom-out; }
.case-lightbox-stage { position: relative; width: 100%; max-width: 1040px; transform: scale(.96); transition: transform .3s cubic-bezier(.22,1,.36,1); }
.case-lightbox.is-open .case-lightbox-stage { transform: scale(1); }
.case-lightbox-frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04); }
.case-lightbox-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.case-lightbox-close { position: absolute; top: -48px; right: 0; width: 38px; height: 38px; padding: 0; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #fff; border-radius: 50%; cursor: pointer; transition: background .15s, transform .15s, border-color .15s; }
.case-lightbox-close:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.3); transform: rotate(90deg); }
.case-lightbox-close svg { width: 18px; height: 18px; }
.case-lightbox-caption { margin-top: 16px; text-align: center; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 500; letter-spacing: .02em; }
body.has-case-lightbox { overflow: hidden; }
@media (max-width: 640px) {
  .cases-grid { grid-template-columns: 1fr; }
  .case-lightbox { padding: 20px 16px; }
  .case-lightbox-close { top: -42px; width: 34px; height: 34px; }
  .case-lightbox-frame { border-radius: 12px; }
}
@media (max-width: 480px) {
  .cases-grid { gap: 14px; margin-top: 36px; margin-bottom: 40px; }
  .case-card { border-radius: 14px; }
  .case-info { padding: 16px 16px 18px; }
  .case-name { font-size: 17px; }
  .case-genre { font-size: 12.5px; margin: 3px 0 8px; }
  .case-info p { font-size: 13.5px; line-height: 1.55; }
  .case-video-play { width: 56px; height: 40px; }
}
.case-info { padding: 24px; }
.case-name { font-size: 18px; font-weight: 700; color: var(--text); letter-spacing: -.01em; }
.case-genre { font-size: 13px; color: var(--green); font-weight: 600; margin: 4px 0 12px; }
.case-info p { font-size: 17px; color: var(--text-muted); line-height: 1.6; }
.cases-partners { border-top: 1px solid var(--border); padding-top: 40px; }
.cases-partners-label { text-align: center; font-size: 13px; color: var(--text-muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 28px; }
.cases-partners-row { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; opacity: .6; }
.partner-logo { font-size: 18px; font-weight: 800; color: var(--text); letter-spacing: -.02em; transition: opacity .2s; }
.partner-logo:hover { opacity: 1; }
.partner-logo.serif { font-family: Georgia, serif; font-style: italic; }

/* ABOUT page - Responsive */
@media (max-width: 1024px) {
  .sobre-quem-grid { grid-template-columns: 1fr; gap: 48px; }
  .sobre-leadership { position: relative; top: 0; flex-direction: row; }
  .nps-stage { grid-template-columns: 1fr; gap: 28px; max-width: 520px; }
  .nps-aside { order: 3; }
  .nps-compare { order: 2; }
  .nps-gauge-wrap { order: 1; }
  .carreiras-card { grid-template-columns: 1fr; gap: 40px; padding: 48px 36px; }
  .pilares-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .stat-block { border-right: none; padding-right: 0; }
  .stat-block:nth-child(odd) { border-right: 1px solid var(--border); padding-right: 24px; }
  .cases-grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; gap: 20px; }
  .mvv-grid { grid-template-columns: 1fr; gap: 16px; }
  /* Gallery rearranges on tablet */
  .sobre-gallery { height: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 48px; }
  .sg-item { position: static !important; transform: none !important; width: 100% !important; height: 170px !important; aspect-ratio: 4/3; }
}
@media (max-width: 768px) {
  .sobre-hero { padding: calc(var(--nav-h) + 15px) 0 56px; }
  .sobre-leadership { flex-direction: column; }
  .pilares-grid { grid-template-columns: 1fr; gap: 24px; }
  .cases-partners-row { gap: 24px; }
  .partner-logo { font-size: 15px; }
  .nps-gauge-num .big { font-size: 64px; }
  .carreiras-card { padding: 36px 24px; border-radius: 20px; }
  .carreiras-badge { left: 0; }
}


