/* Soluções (Lote B): 7 páginas de solução + índice /solucoes/. Prefixo .sol-* ; compartilhado via bangboo_page_css('solucao'). */

/* ---------- Breadcrumbs (Yoast ou fallback) ---------- */
.bb-crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; font-weight: 600; color: var(--text-muted); margin-bottom: 36px; }
.bb-crumbs a { color: var(--text-muted); }
.bb-crumbs a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.bb-crumbs .breadcrumb_last, .bb-crumbs [aria-current="page"] { color: var(--accent); }
.bb-crumbs > span > span { display: inline-flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* ---------- Hero ---------- */
@keyframes sol-pulse { 0%, 100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.15); } }
.sol-hero { padding: 190px var(--gutter) 90px; position: relative; overflow: hidden; background: var(--bb-black); }
.sol-hero--a { background: radial-gradient(ellipse 70% 55% at 20% 0%, rgba(255, 0, 140, 0.32), transparent 60%), radial-gradient(ellipse 55% 45% at 95% 70%, rgba(55, 0, 255, 0.12), transparent 60%), #000; }
.sol-hero--b { background: radial-gradient(ellipse 70% 55% at 80% 0%, rgba(255, 0, 140, 0.32), transparent 60%), radial-gradient(ellipse 55% 45% at 5% 60%, rgba(0, 197, 0, 0.1), transparent 60%), #000; }
.sol-hero--c { background: radial-gradient(ellipse 70% 55% at 80% 0%, rgba(255, 0, 140, 0.32), transparent 60%), radial-gradient(ellipse 55% 45% at 5% 60%, rgba(55, 0, 255, 0.13), transparent 60%), #000; }
.sol-hero__selo { margin-bottom: 36px; }
.sol-hero__dot { width: 8px; height: 8px; border-radius: var(--radius-pill); background: var(--accent); display: inline-block; flex-shrink: 0; }
.sol-hero__dot--green { background: var(--bb-green); animation: sol-pulse 2s ease-in-out infinite; }
.sol-hero__title { font-size: clamp(44px, 5.4vw, 88px); font-weight: 900; letter-spacing: -0.04em; line-height: 0.98; max-width: 1080px; }
.sol-hero__title--xl { font-size: clamp(48px, 6.2vw, 100px); max-width: 1000px; }
.sol-hero__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; margin-top: 50px; align-items: end; }
.sol-hero__grid--center { align-items: center; }
.sol-hero__lead { font-size: 19px; line-height: 1.6; color: rgba(230, 230, 230, 0.65); }
.sol-hero__lead--solo { margin-top: 30px; max-width: 640px; color: rgba(230, 230, 230, 0.75); }
.sol-hero__stats { display: flex; gap: 60px; margin-top: 70px; padding-top: 40px; border-top: 1px solid var(--line); flex-wrap: wrap; list-style: none; }
.sol-hero__stat-num { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.sol-hero__stat-num--pink { color: var(--accent); }
.sol-hero__stat-desc { font-size: 14px; color: var(--text-muted); margin-top: 6px; }
.sol-hero__elemento { top: 22%; right: 8%; width: 150px; }

/* ---------- Colunas numeradas com linha no topo (01/02/03…) ---------- */
.sol-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; }
.sol-cols--4 { grid-template-columns: repeat(4, 1fr); }
.sol-col { padding: 36px 40px 0 0; border-top: 1px solid rgba(230, 230, 230, 0.14); }
.sol-col:last-child { padding-right: 0; }
.sol-col__num { font-weight: 400; font-size: 24px; color: var(--cor, var(--accent)); line-height: 1; }
.sol-col__title { font-size: 21px; font-weight: 800; margin: 22px 0 12px; letter-spacing: -0.01em; line-height: 1.2; }
.sol-col__desc { font-size: 15px; line-height: 1.65; color: var(--text-muted); }
.sol-cols--4 .sol-col { padding-right: 30px; }
.sol-cols--4 .sol-col__title { font-size: 17px; margin: 22px 0 10px; }
.sol-cols--4 .sol-col__desc { font-size: 14px; line-height: 1.6; }
.sol-cols--tight .sol-col { padding: 30px 36px 34px 0; }
.sol-cols--tight .sol-col__num { font-size: 22px; }
.sol-cols--tight .sol-col__title { font-size: 20px; margin: 16px 0 10px; }
.sol-cols--tight .sol-col__desc { font-size: 14px; line-height: 1.6; }

/* ---------- Intro em duas colunas (selo + h2 | texto + destaque) ---------- */
.sol-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sol-intro__title { font-size: clamp(30px, 3vw, 46px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.sol-intro__text { display: flex; flex-direction: column; gap: 22px; font-size: 17px; line-height: 1.7; color: rgba(230, 230, 230, 0.65); }
.sol-intro__quote { border-left: 2px solid var(--accent); padding-left: 20px; color: var(--text); font-weight: 500; }

/* ---------- Mídia full-width ---------- */
.sol-media { border-radius: var(--radius-hero); overflow: hidden; position: relative; height: 520px; margin-top: 70px; background: rgba(230, 230, 230, 0.04); }
.sol-media img { width: 100%; height: 100%; object-fit: cover; }
.sol-media--36 { border-radius: var(--radius-media); }
.sol-media--440 { height: 440px; }
.sol-media--640 { height: 640px; }
.sol-media--flush { margin-top: 0; }
.sol-media__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 40%); pointer-events: none; }
.sol-media__shade--strong { background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 55%); }
.sol-media__caption { position: absolute; bottom: 44px; left: 50px; right: 50px; }
.sol-media__caption-title { font-size: clamp(24px, 2.6vw, 38px); font-weight: 800; letter-spacing: -0.02em; max-width: 640px; line-height: 1.15; }

/* ---------- Split: foto com badge | texto + checklist ---------- */
.sol-split { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: center; }
.sol-split__media { position: relative; }
.sol-split__frame { border-radius: 40px; overflow: hidden; height: 560px; background: rgba(230, 230, 230, 0.04); }
.sol-split__frame img { width: 100%; height: 125%; object-fit: cover; margin-top: -6%; filter: grayscale(1) contrast(1.05); }
.sol-split__title { font-size: clamp(40px, 4vw, 62px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.0; }
.sol-split__text { margin-top: 30px; font-size: 17px; line-height: 1.7; color: var(--text-muted); }
.sol-badge { position: absolute; bottom: -80px; right: -24px; background: var(--accent); color: #fff; border-radius: var(--radius-card); padding: 26px 32px; max-width: 260px; box-shadow: 0 24px 60px rgba(255, 0, 140, 0.35); }
.sol-badge--wide { max-width: 300px; bottom: -26px; right: 44px; }
.sol-badge__num { font-size: 38px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.sol-badge__text { font-size: 13px; font-weight: 600; opacity: 0.9; margin-top: 6px; }
.sol-checks { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 36px; }
.sol-checks li { display: flex; align-items: baseline; gap: 14px; font-size: 16px; font-weight: 600; }
.sol-checks li::before { content: "\2713"; color: var(--bb-green); font-size: 18px; flex-shrink: 0; }

/* ---------- Fases / entregas (lista numerada em 3 colunas) ---------- */
.sol-fases { list-style: none; display: flex; flex-direction: column; }
.sol-fase { display: grid; grid-template-columns: 110px 260px 1fr; gap: 40px; padding: 40px 0; border-top: 1px solid var(--line); }
.sol-fase__num { font-weight: 400; font-size: 30px; color: var(--accent); line-height: 1; }
.sol-fase__title { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; }
.sol-fase__items { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.sol-fase__items li { font-size: 15px; line-height: 1.6; color: rgba(230, 230, 230, 0.6); }
.sol-fase__items strong { color: var(--text); }

/* ---------- Cards (fases do diagnóstico, três frentes) ---------- */
.sol-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; }
.sol-card { background: rgba(230, 230, 230, 0.05); border: 1px solid rgba(230, 230, 230, 0.1); border-radius: 32px; padding: 40px; transition: border-color 0.4s; }
.sol-card:hover { border-color: rgba(255, 0, 140, 0.5); }
.sol-card--36 { border-radius: 36px; padding: 44px; display: flex; flex-direction: column; gap: 18px; background: rgba(230, 230, 230, 0.04); border-color: rgba(230, 230, 230, 0.12); }
.sol-card--accent { background: linear-gradient(160deg, rgba(255, 0, 140, 0.1), transparent 60%), rgba(230, 230, 230, 0.04); border-color: rgba(255, 0, 140, 0.4); }
.sol-card__kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.sol-card__title { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
.sol-card__text { font-size: 15px; line-height: 1.65; color: rgba(230, 230, 230, 0.6); }
.sol-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.sol-card__badge { width: 44px; height: 44px; border-radius: var(--radius-pill); background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; flex-shrink: 0; }
.sol-card__phase { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); }
.sol-card__h { font-size: 22px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 12px; line-height: 1.2; }
.sol-card__bullets { margin-top: 22px; padding-left: 18px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 1.5; color: rgba(230, 230, 230, 0.6); }

/* ---------- Stats de terceiros (3 colunas) ---------- */
.sol-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 80px; list-style: none; }
.sol-stat { border-top: 1px solid rgba(230, 230, 230, 0.14); padding: 36px 40px 0 0; }
.sol-stat__num { font-size: clamp(40px, 3.6vw, 58px); font-weight: 800; letter-spacing: -0.04em; color: var(--accent); line-height: 1; }
.sol-stat__desc { margin-top: 14px; font-size: 15px; line-height: 1.55; color: rgba(230, 230, 230, 0.6); }
.sol-stat__desc a, .sol-fonte a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.sol-fonte { display: block; margin-top: 10px; font-size: 12px; color: var(--text-faint); }

/* ---------- Resultados (logo + métrica + texto) ---------- */
.sol-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 70px; list-style: none; margin-bottom: 60px; }
.sol-result { border-top: 1px solid var(--line); padding: 44px 0 54px; display: block; color: inherit; }
.sol-result__logo { height: 42px; display: flex; align-items: center; margin-bottom: 32px; }
.sol-result__logo img { max-height: 40px; max-width: 180px; width: auto; height: auto; object-fit: contain; opacity: 0.92; }
.sol-result__num { font-size: clamp(46px, 4.2vw, 68px); font-weight: 900; letter-spacing: -0.04em; line-height: 1; color: var(--accent); transition: color 0.3s; }
.sol-result__text { margin-top: 22px; font-size: 15px; line-height: 1.65; color: var(--text-muted); }
.sol-result__link { display: inline-block; margin-top: 18px; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); }
a.sol-result:hover .sol-result__num { color: #fff; }
.sol-results--tight { gap: 0; }
.sol-results--tight .sol-result { padding: 36px 40px 44px 0; display: flex; flex-direction: column; gap: 26px; justify-content: space-between; }
.sol-results--tight .sol-result__logo { height: 44px; margin-bottom: 0; }
.sol-results--tight .sol-result__logo img { max-width: 130px; opacity: 0.75; }
.sol-results--tight .sol-result__num { font-size: clamp(40px, 3.6vw, 58px); font-weight: 800; }
.sol-results--tight .sol-result__text { margin-top: 14px; font-size: 15px; line-height: 1.55; }
.sol-proof { margin: 0 0 40px; font-size: 18px; font-weight: 600; color: var(--text); }
.sol-proof strong { color: var(--bb-green); font-weight: 600; }

/* ---------- Depoimentos ---------- */
.sol-quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sol-quote { background: var(--surface); border: 1px solid rgba(230, 230, 230, 0.1); border-radius: 36px; padding: 56px; display: flex; flex-direction: column; gap: 28px; justify-content: space-between; margin: 0; }
.sol-quote--mark { gap: 32px; }
.sol-quote__mark { font-family: var(--font-display); font-style: italic; font-size: 50px; line-height: 0; color: var(--accent); margin-top: 14px; }
.sol-quote__text { font-size: 18px; line-height: 1.6; }
.sol-quote--mark .sol-quote__text { font-size: 19px; line-height: 1.55; font-weight: 500; }
.sol-quote--solo .sol-quote__text { font-size: 22px; line-height: 1.5; font-weight: 500; }
.sol-quote__meta { align-self: flex-start; }
.sol-quote__author { display: flex; align-items: center; gap: 16px; }
.sol-quote__author img { width: 52px; height: 52px; border-radius: var(--radius-pill); object-fit: cover; }
.sol-quote__name { font-size: 15px; font-weight: 700; font-style: normal; display: block; }
.sol-quote__role { font-size: 13px; color: rgba(230, 230, 230, 0.5); }
.sol-quote__kicker { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }

/* ---------- Funil das 6 travas (Geração de demanda): radio + CSS, sem JS obrigatório ---------- */
.sol-funnel { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: stretch; margin-bottom: 80px; position: relative; }
.sol-funnel__input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.sol-funnel__viz { display: flex; flex-direction: column; justify-content: flex-end; }
.sol-funnel__bars { display: flex; align-items: flex-end; gap: 8px; height: 330px; }
.sol-funnel__bar { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; cursor: pointer; }
.sol-funnel__fill { height: var(--h); background: rgba(230, 230, 230, 0.1); border-radius: 12px 12px 4px 4px; opacity: 0.7; transition: background 0.4s, opacity 0.4s; }
.sol-funnel__labels { display: flex; gap: 8px; margin-top: 12px; }
.sol-funnel__label { flex: 1; cursor: pointer; text-align: center; padding-top: 10px; border-top: 2px solid var(--line); transition: border-color 0.4s; }
.sol-funnel__label b { display: block; font-size: 15px; font-weight: 700; color: var(--text-muted); transition: color 0.4s; }
.sol-funnel__label small { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); margin-top: 4px; }
.sol-funnel__hint { margin-top: 22px; font-size: 13px; color: var(--text-faint); }
.sol-funnel__panels { position: relative; }
.sol-funnel__panel { display: none; background: var(--surface); border: 1px solid var(--line); border-radius: 36px; padding: 48px; flex-direction: column; justify-content: center; min-height: 330px; height: 100%; }
.sol-funnel__panel-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.sol-funnel__panel-num { font-weight: 400; font-size: 30px; color: var(--cor, var(--accent)); }
.sol-funnel__stage { border: 1px solid var(--line-strong); border-radius: var(--radius-pill); padding: 7px 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(230, 230, 230, 0.6); }
.sol-funnel__panel-title { font-size: 34px; font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; margin: 20px 0 14px; line-height: 1.05; }
.sol-funnel__panel-text { font-size: 16px; line-height: 1.7; color: rgba(230, 230, 230, 0.6); }
.sol-funnel__dots { display: flex; gap: 6px; margin-top: 30px; }
.sol-funnel__dot { width: 6px; height: 6px; border-radius: var(--radius-pill); background: rgba(230, 230, 230, 0.2); transition: background 0.4s, width 0.4s; }
#trava-1:checked ~ .sol-funnel__viz [for="trava-1"] .sol-funnel__fill, #trava-2:checked ~ .sol-funnel__viz [for="trava-2"] .sol-funnel__fill, #trava-3:checked ~ .sol-funnel__viz [for="trava-3"] .sol-funnel__fill, #trava-4:checked ~ .sol-funnel__viz [for="trava-4"] .sol-funnel__fill, #trava-5:checked ~ .sol-funnel__viz [for="trava-5"] .sol-funnel__fill, #trava-6:checked ~ .sol-funnel__viz [for="trava-6"] .sol-funnel__fill { background: var(--cor); opacity: 1; }
#trava-1:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-1"], #trava-2:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-2"], #trava-3:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-3"], #trava-4:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-4"], #trava-5:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-5"], #trava-6:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-6"] { border-color: var(--cor); }
#trava-1:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-1"] b, #trava-2:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-2"] b, #trava-3:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-3"] b, #trava-4:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-4"] b, #trava-5:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-5"] b, #trava-6:checked ~ .sol-funnel__viz .sol-funnel__label[for="trava-6"] b { color: var(--cor); }
#trava-1:checked ~ .sol-funnel__panels [data-trava="1"], #trava-2:checked ~ .sol-funnel__panels [data-trava="2"], #trava-3:checked ~ .sol-funnel__panels [data-trava="3"], #trava-4:checked ~ .sol-funnel__panels [data-trava="4"], #trava-5:checked ~ .sol-funnel__panels [data-trava="5"], #trava-6:checked ~ .sol-funnel__panels [data-trava="6"] { display: flex; }
.sol-funnel__panel .sol-funnel__dot:nth-child(1) { --dot: 1; }
[data-trava="1"] .sol-funnel__dot:nth-child(1), [data-trava="2"] .sol-funnel__dot:nth-child(2), [data-trava="3"] .sol-funnel__dot:nth-child(3), [data-trava="4"] .sol-funnel__dot:nth-child(4), [data-trava="5"] .sol-funnel__dot:nth-child(5), [data-trava="6"] .sol-funnel__dot:nth-child(6) { width: 26px; background: var(--cor); }
#trava-1:focus-visible ~ .sol-funnel__viz .sol-funnel__label[for="trava-1"], #trava-2:focus-visible ~ .sol-funnel__viz .sol-funnel__label[for="trava-2"], #trava-3:focus-visible ~ .sol-funnel__viz .sol-funnel__label[for="trava-3"], #trava-4:focus-visible ~ .sol-funnel__viz .sol-funnel__label[for="trava-4"], #trava-5:focus-visible ~ .sol-funnel__viz .sol-funnel__label[for="trava-5"], #trava-6:focus-visible ~ .sol-funnel__viz .sol-funnel__label[for="trava-6"] { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: 6px; }

/* ---------- CTA rosa com dois botões (e-mail/contato + WhatsApp) ---------- */
.sol-cta { padding: 0 var(--gutter) 140px; }
.sol-cta__card { padding: 100px 80px; }
.sol-cta__circle { position: absolute; border-radius: var(--radius-pill); pointer-events: none; }
.sol-cta__circle--a { top: -80px; right: -60px; width: 340px; height: 340px; background: rgba(255, 255, 255, 0.1); }
.sol-cta__circle--b { bottom: -100px; left: -40px; width: 280px; height: 280px; background: rgba(0, 0, 0, 0.12); }
.sol-cta__title { font-size: clamp(38px, 4.4vw, 64px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.02; max-width: 900px; margin: 0 auto; }
.sol-cta__text { margin: 26px auto 0; font-size: 19px; line-height: 1.5; opacity: 0.92; max-width: 760px; }
.sol-cta__btns { margin-top: 44px; }
.sol-cta__note { margin-top: 24px; font-size: 13px; opacity: 0.8; }
.sol-cta .bb-btn--outline .bb-btn__label, .sol-cta .bb-btn--outline .bb-btn__arrow { border-color: rgba(255, 255, 255, 0.6); color: #fff; }

/* ---------- Card de formulário (diagnóstico / solicitar) ---------- */
.sol-form-card { background: var(--surface); border: 1px solid rgba(230, 230, 230, 0.14); border-radius: 36px; padding: 48px; }
.sol-form-card__title { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
.sol-form-card__lead { margin: 0 0 30px; font-size: 14px; color: var(--text-muted); }
.sol-form { display: flex; flex-direction: column; gap: 14px; }
.sol-form input, .sol-form select { width: 100%; background: rgba(0, 0, 0, 0.5); border: 1px solid rgba(230, 230, 230, 0.18); border-radius: 16px; padding: 17px 20px; font: inherit; font-size: 15px; color: var(--text); }
.sol-form select { appearance: none; -webkit-appearance: none; }
.sol-form input::placeholder { color: rgba(230, 230, 230, 0.35); }
.sol-form input:focus, .sol-form select:focus { border-color: var(--accent); outline: none; }
.sol-form__submit { width: 100%; justify-content: center; background: var(--accent); color: #fff; padding: 19px; }
.sol-form__submit:hover { background: var(--bb-gray); color: var(--bb-black); }
.sol-form-card__note { margin: 20px 0 0; font-size: 12px; color: var(--text-faint); text-align: center; }
.sol-two { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.sol-two__title { font-size: clamp(32px, 3.6vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; }
.sol-two__text { margin: 26px 0 36px; font-size: 17px; line-height: 1.7; color: var(--text-muted); }
.sol-two__fine { margin-top: 36px; font-size: 13px; color: rgba(230, 230, 230, 0.45); }

/* ---------- Tags de plataformas ---------- */
.sol-tags { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; }
.sol-tag { border: 1px solid var(--line-strong); border-radius: var(--radius-pill); padding: 16px 30px; font-size: 15px; font-weight: 600; color: rgba(230, 230, 230, 0.8); transition: border-color 0.3s, color 0.3s; }
.sol-tag:hover { border-color: var(--accent); color: #fff; }

/* ---------- Portfólio: mosaico (Criação) ---------- */
.sol-mosaic { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; list-style: none; }
.sol-mosaic__item { position: relative; border-radius: 32px; overflow: hidden; background: rgba(230, 230, 230, 0.06); margin: 0; }
.sol-mosaic__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.sol-mosaic__item:hover img { transform: scale(1.06); }
.sol-mosaic__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 5%, transparent 45%); pointer-events: none; }
.sol-mosaic__cap { position: absolute; bottom: 24px; left: 26px; right: 26px; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.sol-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 50px; flex-wrap: wrap; }

/* ---------- Portfólio: esteira com scroll-snap (Sites) ---------- */
.sol-port { position: relative; }
.sol-port__track { display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 6px; list-style: none; scroll-behavior: smooth; }
.sol-port__track::-webkit-scrollbar { display: none; }
.sol-port__item { flex: 0 0 calc((100% - 56px) / 3); scroll-snap-align: start; }
.sol-port__link { display: flex; flex-direction: column; gap: 22px; color: inherit; transition: transform 0.4s; }
.sol-port__link:hover { transform: translateY(-8px); color: inherit; }
.sol-port__frame { position: relative; border-radius: 28px; overflow: hidden; height: 340px; background: rgba(230, 230, 230, 0.04); border: 1px solid rgba(230, 230, 230, 0.1); }
.sol-port__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sol-port__ext { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: var(--radius-pill); background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(230, 230, 230, 0.2); display: flex; align-items: center; justify-content: center; color: var(--accent); }
.sol-port__ext svg { width: 15px; height: 15px; }
.sol-port__head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.sol-port__client { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }
.sol-port__type { font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(230, 230, 230, 0.45); white-space: nowrap; }
.sol-port__desc { margin-top: 10px; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }
.sol-port__nav { display: none; gap: 10px; }
html.js .sol-port__nav { display: flex; }

/* ---------- Case de LP (Sites: resultados) ---------- */
.sol-lp { display: grid; grid-template-columns: 1.15fr 1fr; border: 1px solid rgba(255, 0, 140, 0.4); border-radius: var(--radius-hero); overflow: hidden; background: linear-gradient(160deg, rgba(255, 0, 140, 0.08), transparent 55%), rgba(230, 230, 230, 0.03); }
.sol-lp__media { position: relative; min-height: 520px; background: rgba(230, 230, 230, 0.04); }
.sol-lp__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sol-lp__body { padding: 56px; display: flex; flex-direction: column; gap: 40px; justify-content: space-between; }
.sol-lp__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.sol-lp__head img { height: 34px; width: auto; }
.sol-lp__num { font-size: clamp(48px, 4.2vw, 72px); font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--accent); }
.sol-lp__text { margin-top: 18px; font-size: clamp(16px, 1.3vw, 19px); font-weight: 500; line-height: 1.55; max-width: 440px; }
.sol-lp__kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 1px solid var(--line); padding-top: 32px; list-style: none; }
.sol-lp__kpi b { display: block; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; }
.sol-lp__kpi span { display: block; margin-top: 4px; font-size: 12.5px; color: var(--text-muted); }

/* ---------- Portfólio social (3 cards com print) ---------- */
.sol-social { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; list-style: none; }
.sol-social__frame { position: relative; border-radius: 28px; overflow: hidden; height: 400px; background: rgba(230, 230, 230, 0.04); border: 1px solid rgba(230, 230, 230, 0.1); }
.sol-social__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sol-social__tag { position: absolute; top: 16px; left: 16px; }
.sol-social__client { margin-top: 20px; font-size: 19px; font-weight: 800; letter-spacing: -0.02em; }
.sol-social__desc { margin-top: 8px; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }
.sol-logos-strip { margin-top: 80px; border-top: 1px solid rgba(230, 230, 230, 0.1); padding-top: 60px; }

/* ---------- Manifesto centralizado (Criação) ---------- */
.sol-manifesto { font-size: clamp(24px, 2.6vw, 38px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.4; }
.sol-manifesto + p { margin-top: 30px; font-size: 17px; line-height: 1.7; color: var(--text-muted); }

/* ---------- Relacionados (links obrigatórios: cases, soluções, método, FAQ) ---------- */
.sol-related { padding: 0 var(--gutter) 120px; }
.sol-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border-top: 1px solid var(--line); padding-top: 50px; }
.sol-related__title { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 20px; }
.sol-related__list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.sol-related__list a { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 17px; font-weight: 600; color: var(--text); }
.sol-related__list a::after { content: "\2192"; color: var(--accent); transition: transform 0.3s; }
.sol-related__list a:hover { color: var(--accent); }
.sol-related__list a:hover::after { transform: translateX(4px); }

/* ---------- Índice /solucoes/ ---------- */
.sol-index { list-style: none; border-top: 1px solid var(--line); }
.sol-index__item { display: grid; grid-template-columns: 90px 1fr 60px; gap: 40px; padding: 44px 0; border-bottom: 1px solid var(--line); align-items: center; transition: padding-left 0.3s, border-color 0.3s; }
.sol-index__item:hover { padding-left: 10px; border-color: rgba(255, 0, 140, 0.6); }
.sol-index__num { font-weight: 400; font-size: 30px; color: var(--cor, var(--accent)); line-height: 1; }
.sol-index__eixo { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 12px; }
.sol-index__title { font-size: clamp(26px, 2.6vw, 40px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; }
.sol-index__title a { color: inherit; }
.sol-index__title a:hover { color: var(--accent); }
.sol-index__desc { margin-top: 12px; font-size: 16px; line-height: 1.65; color: var(--text-muted); max-width: 720px; }
.sol-index__arrow { font-size: 30px; color: var(--accent); text-align: right; }
.sol-index__eixos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; margin-bottom: 80px; }

/* ---------- Responsivo ---------- */
@media (max-width: 1020px) {
  .sol-hero { padding-top: 130px; padding-bottom: 60px; }
  .sol-hero__grid { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; }
  .sol-hero__stats { gap: 30px 40px; margin-top: 50px; }
  .sol-hero__stat-num { font-size: 32px; }
  .sol-cols, .sol-cols--4 { grid-template-columns: 1fr; }
  .sol-col, .sol-cols--4 .sol-col, .sol-cols--tight .sol-col { padding: 28px 0; border-bottom: 1px solid var(--line); border-top: 0; }
  .sol-cols .sol-col:first-child { border-top: 1px solid rgba(230, 230, 230, 0.14); }
  .sol-intro, .sol-split, .sol-two, .sol-quotes, .sol-funnel, .sol-lp, .sol-cards, .sol-results, .sol-social, .sol-related__grid, .sol-index__eixos { grid-template-columns: 1fr; }
  .sol-intro { gap: 36px; }
  .sol-split { gap: 110px; }
  .sol-split__frame { height: 420px; }
  .sol-badge { bottom: -60px; right: 10px; }
  .sol-media { height: 340px; margin-top: 50px; }
  .sol-media--440 { height: 300px; }
  .sol-media--640 { height: 420px; }
  .sol-media__caption { left: 24px; right: 24px; bottom: 28px; }
  .sol-fase { grid-template-columns: 1fr; gap: 12px; padding: 30px 0; }
  .sol-fase__num { font-size: 24px; }
  .sol-stats { grid-template-columns: 1fr; margin-top: 50px; }
  .sol-stat { padding: 28px 0; }
  .sol-results { gap: 0; }
  .sol-result, .sol-results--tight .sol-result { padding: 28px 0; }
  .sol-quote { padding: 34px 26px; }
  .sol-funnel { gap: 40px; margin-bottom: 50px; }
  .sol-funnel__bars { height: 200px; }
  .sol-funnel__label b { font-size: 12px; }
  .sol-funnel__label small { display: none; }
  .sol-funnel__panel { padding: 30px 24px; min-height: 0; }
  .sol-funnel__panel-title { font-size: 26px; }
  .sol-cta { padding-bottom: 90px; }
  .sol-cta__card { padding: 60px 26px; }
  .sol-form-card { padding: 30px 22px; }
  .sol-two { gap: 50px; }
  .sol-mosaic { grid-template-columns: 1fr; }
  .sol-mosaic__item { grid-column: auto !important; grid-row: auto !important; height: 260px !important; }
  .sol-port__item { flex-basis: calc((100% - 28px) / 2); }
  .sol-port__frame { height: 240px; }
  .sol-lp__media { min-height: 320px; }
  .sol-lp__body { padding: 32px 24px; }
  .sol-social__frame { height: 320px; }
  .sol-index__item { grid-template-columns: 1fr; gap: 12px; padding: 30px 0; }
  .sol-index__arrow { display: none; }
  .sol-related { padding-bottom: 80px; }
}
@media (max-width: 700px) {
  .sol-port__item { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .sol-hero__dot--green { animation: none; }
  .sol-port__track { scroll-behavior: auto; }
}
