/* ══════════════════════════════════════════
   NewScale Consulting — Global Stylesheet
   ══════════════════════════════════════════ */

:root {
  --ink: #14373C;
  --ink2: #1a4449;
  --sage: #435D51;
  --terra: #B06E4A;
  --tl: #c4835e;
  --sand: #A38362;
  --cream: #E8E6E0;
  --cl: #F4F3EF;
  --white: #FAFAF8;
  --fd: 'Cormorant Garamond', Georgia, serif;
  --fb: 'DM Sans', system-ui, sans-serif;
  --r: 16px;
  --neo: var(--tl);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: var(--r); }
body { font-family: var(--fb); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.c { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* ── Reveal animation ── */
.rv { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.rv.in { opacity: 1; transform: none; }

/* ── Typography utilities ── */
.stag { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--terra); display: block; margin-bottom: 12px; }
.stag-l { color: var(--tl); }
.h2 { font-family: var(--fd); font-size: clamp(1.85rem, 3.2vw, 2.6rem); font-weight: 700; line-height: 1.12; margin-bottom: 12px; }
.sub { font-size: .95rem; line-height: 1.72; font-weight: 300; }

/* ── Buttons ── */
.btn-p { display: inline-flex; align-items: center; gap: 9px; background: var(--terra); color: #fff; padding: 14px 30px; border-radius: 8px; font-weight: 600; font-size: .93rem; transition: all .28s; box-shadow: 0 4px 20px rgba(176,110,74,.3); white-space: nowrap; }
.btn-p:hover { background: var(--tl); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(176,110,74,.4); }
.btn-s { display: inline-flex; align-items: center; gap: 8px; background: var(--terra); color: #fff; padding: 11px 24px; border-radius: 7px; font-weight: 600; font-size: .85rem; transition: all .28s; box-shadow: 0 3px 12px rgba(176,110,74,.18); }
.btn-s:hover { background: var(--tl); transform: translateY(-1px); }
.btn-xl { display: inline-flex; align-items: center; gap: 11px; background: var(--terra); color: #fff; padding: 16px 44px; border-radius: 8px; font-weight: 600; font-size: 1.02rem; transition: all .28s; box-shadow: 0 6px 28px rgba(176,110,74,.36); }
.btn-xl:hover { background: var(--tl); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(176,110,74,.45); }
.btn-p svg, .btn-s svg, .btn-xl svg { transition: transform .25s; flex-shrink: 0; }
.btn-p:hover svg, .btn-s:hover svg, .btn-xl:hover svg { transform: translateX(3px); }
svg { display: block; }

/* ── Tag / badge ── */
.tag { background: rgba(176,110,74,.1); color: var(--tl); font-size: .65rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .08em; }

/* ══ NAV ══ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 0; transition: all .4s; }
.nav.s { background: rgba(20,55,60,.97); backdrop-filter: blur(16px); padding: 10px 0; box-shadow: 0 2px 36px rgba(0,0,0,.18); }
.ni { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nlogo img { height: 88px; filter: brightness(0) invert(1); transition: height .3s; }
.nav.s .nlogo img { height: 60px; }
.nlinks { display: flex; gap: 24px; list-style: none; }
.nlinks a { color: rgba(255,255,255,.6); font-size: .84rem; font-weight: 500; transition: color .22s; white-space: nowrap; }
.nlinks a:hover, .nlinks a.active { color: #fff; }
.ncta { background: var(--terra); color: #fff !important; padding: 9px 20px; border-radius: 6px; font-size: .82rem; font-weight: 600; transition: all .22s; white-space: nowrap; display: inline-block; }
.ncta:hover { background: var(--tl) !important; }
.nhbg { display: none; background: none; border: none; cursor: pointer; color: #fff; padding: 4px; }
.nhbg svg { width: 23px; height: 23px; }

/* ── Mobile menu ── */
.mob { display: none; position: fixed; inset: 0; background: rgba(20,55,60,.98); z-index: 200; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.mob.open { display: flex; }
.mob a { color: #fff; font-size: 1.3rem; font-family: var(--fd); font-weight: 600; }
.mob .xb { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; font-size: 1.9rem; cursor: pointer; line-height: 1; }

/* ══ PAGE HERO (for interior pages) ══ */
.page-hero { min-height: 52vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 140px 0 80px; }
.page-hero .hbg { position: absolute; inset: 0; background: linear-gradient(145deg, #0c2427 0%, var(--ink) 38%, #1d4840 72%, var(--sage) 100%); }
.page-hero .hgrain { position: absolute; inset: 0; opacity: .03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.page-hero .hglow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(176,110,74,.09), transparent 65%); top: -100px; right: -100px; pointer-events: none; }
.page-hero-in { position: relative; z-index: 2; text-align: center; max-width: 780px; margin: 0 auto; }
.page-hero-in h1 { font-family: var(--fd); font-size: clamp(2.1rem, 4vw, 3.2rem); font-weight: 700; color: #fff; line-height: 1.12; margin-bottom: 18px; }
.page-hero-in h1 em { font-style: normal; color: var(--tl); }
.page-hero-in p { font-size: .97rem; color: rgba(255,255,255,.52); line-height: 1.75; max-width: 580px; margin: 0 auto; font-weight: 300; }
.hpill { display: inline-flex; align-items: center; gap: 7px; background: rgba(176,110,74,.1); border: 1px solid rgba(176,110,74,.24); border-radius: 40px; padding: 6px 16px; font-size: .7rem; color: var(--tl); font-weight: 700; margin-bottom: 22px; letter-spacing: .07em; text-transform: uppercase; }
.hpill .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--terra); animation: bl 2s ease infinite; flex-shrink: 0; }
@keyframes bl { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }

/* ══ CARDS ══ */
.card-dark { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; }
.card-dark:hover { border-color: rgba(176,110,74,.25); background: rgba(176,110,74,.05); }
.card-light { background: var(--white); border: 1px solid rgba(20,55,60,.07); border-radius: 14px; }
.card-light:hover { border-color: rgba(176,110,74,.2); box-shadow: 0 8px 24px rgba(20,55,60,.06); }

/* ══ PROOF BAR ══ */
.pbar { background: var(--cream); padding: 40px 0; border-top: 1px solid rgba(20,55,60,.06); }
.pbar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.pbc { text-align: center; padding: 20px 12px; background: var(--white); border-radius: 12px; border: 1px solid rgba(20,55,60,.06); transition: all .28s; }
.pbc:hover { border-color: rgba(176,110,74,.2); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(20,55,60,.06); }
.pbc-val { font-family: var(--fd); font-size: clamp(1.6rem, 2.4vw, 2.2rem); font-weight: 700; color: var(--terra); line-height: 1; margin-bottom: 6px; }
.pbc-lbl { font-size: .72rem; color: var(--sage); line-height: 1.4; }

/* ══ PROBLEMA ══ */
.prob { background: var(--ink); padding: 88px 0; }
.pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pcard { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: 22px 20px; transition: all .28s; position: relative; overflow: hidden; }
.pcard:hover { border-color: rgba(176,110,74,.25); background: rgba(176,110,74,.05); transform: translateY(-3px); }
.pcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--terra); opacity: 0; transition: opacity .22s; }
.pcard:hover::before { opacity: 1; }
.pcard-ico { width: 36px; height: 36px; border-radius: 10px; background: rgba(176,110,74,.1); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.pcard-ico svg { width: 16px; height: 16px; }
.pcard h3 { font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: 5px; line-height: 1.3; }
.pcard p { font-size: .76rem; color: rgba(255,255,255,.38); line-height: 1.55; }
.pcta-banner { background: rgba(176,110,74,.08); border: 1px solid rgba(176,110,74,.2); border-radius: 16px; padding: 32px; position: relative; overflow: hidden; margin-top: 32px; }
.pcta-banner::before { content: ''; position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(176,110,74,.12), transparent 70%); pointer-events: none; }
.pcta-title { font-family: var(--fd); font-size: 1.35rem; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.25; position: relative; }
.pcta-title em { font-style: normal; color: var(--tl); }
.pcta-desc { font-size: .84rem; color: rgba(255,255,255,.42); margin-bottom: 18px; line-height: 1.6; position: relative; }

/* ══ METODOLOGIA ══ */
.metodo { background: var(--cl); padding: 88px 0; }
.mhdr { text-align: center; max-width: 520px; margin: 0 auto 48px; }
.msteps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; }
.msteps::before { content: ''; position: absolute; top: 28px; left: calc(100%/12); right: calc(100%/12); height: 2px; background: linear-gradient(90deg, var(--terra), var(--sand)); z-index: 0; pointer-events: none; }
.ms { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 6px; position: relative; z-index: 1; }
.msc { width: 56px; height: 56px; border-radius: 50%; background: var(--white); border: 2px solid var(--terra); display: flex; align-items: center; justify-content: center; margin-bottom: 13px; box-shadow: 0 3px 16px rgba(176,110,74,.13); flex-shrink: 0; transition: all .28s; cursor: default; position: relative; }
.msc:hover { background: var(--terra); transform: scale(1.08); }
.msc svg { width: 20px; height: 20px; transition: all .28s; }
.msc:hover svg { stroke: #fff; }
.msn { position: absolute; top: -8px; right: -8px; width: 20px; height: 20px; border-radius: 50%; background: var(--terra); color: #fff; font-size: .6rem; font-weight: 700; display: flex; align-items: center; justify-content: center; font-family: var(--fb); }
.msl { font-family: var(--fd); font-size: .93rem; font-weight: 700; color: var(--ink); margin-bottom: 5px; line-height: 1.2; }
.msd { font-size: .74rem; color: var(--sage); line-height: 1.5; }
.mquote { max-width: 600px; margin: 44px auto 0; text-align: center; font-family: var(--fd); font-size: 1.15rem; font-style: italic; color: var(--sage); line-height: 1.65; padding: 24px 30px; background: var(--white); border-radius: 14px; border: 1px solid rgba(20,55,60,.07); position: relative; }
.mquote::before { content: '\201C'; font-size: 3.5rem; font-family: var(--fd); color: var(--tl); opacity: .2; position: absolute; top: -10px; left: 16px; line-height: 1; }

/* ══ INTEGRAÇÕES ══ */
.ints { padding: 56px 0; background: var(--white); overflow: hidden; }
.inthdr { text-align: center; margin-bottom: 24px; }
.inthdr h2 { font-family: var(--fd); font-size: clamp(1.4rem, 2.2vw, 1.85rem); font-weight: 700; margin-bottom: 5px; }
.inthdr p { font-size: .86rem; color: var(--sage); }
.inthdr p strong { color: var(--terra); }
.tw { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.tk { display: flex; gap: 52px; animation: tks 26s linear infinite; width: max-content; align-items: center; padding: 8px 0; }
.tki { flex-shrink: 0; width: 36px; height: 36px; opacity: .45; object-fit: contain; transition: opacity .28s; }
.tki:hover { opacity: .85; }
@keyframes tks { to { transform: translateX(-50%); } }
.intx { text-align: center; font-size: .74rem; color: var(--sand); margin-top: 14px; letter-spacing: .03em; }
.intcta { text-align: center; margin-top: 22px; }

/* ══ AGENTES GRID ══ */
.agentes { background: var(--cl); padding: 88px 0; }
.aghdr { text-align: center; max-width: 560px; margin: 0 auto 48px; }
.aggrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.agcard { background: var(--white); border: 1px solid rgba(20,55,60,.07); border-radius: 14px; padding: 24px 20px; transition: all .3s; position: relative; overflow: hidden; }
.agcard:hover { border-color: rgba(176,110,74,.25); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(20,55,60,.07); }
.agcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--terra); opacity: 0; transition: opacity .25s; border-radius: 14px 14px 0 0; }
.agcard:hover::before { opacity: 1; }
.agcard-ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(176,110,74,.08); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.agcard-ico svg { width: 18px; height: 18px; }
.agcard h3 { font-family: var(--fd); font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; line-height: 1.25; }
.agcard p { font-size: .74rem; color: var(--sage); line-height: 1.55; }
.agcard-tags { display: flex; flex-wrap: wrap; gap: 3px; margin-top: 10px; }
.agcard-tag { font-size: .6rem; background: var(--cl); color: var(--sage); padding: 2px 7px; border-radius: 16px; border: 1px solid rgba(20,55,60,.06); }
.ag-cta-mid { background: rgba(176,110,74,.06); border: 1px solid rgba(176,110,74,.18); border-radius: 16px; padding: 40px 32px; text-align: center; margin-top: 56px; }
.ag-cta-mid-title { font-family: var(--fd); font-size: 1.35rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.ag-cta-mid p { font-size: .88rem; color: var(--sage); margin-bottom: 24px; max-width: 460px; margin-left: auto; margin-right: auto; }

/* ══ CASES PAGE — individual sections ══ */
.case-section { padding: 88px 0; background: var(--ink); border-top: 1px solid rgba(255,255,255,.05); scroll-margin-top: 72px; }
.case-section:nth-child(even) { background: #0f2e34; }
.case-idx { background: rgba(20,55,60,.97); backdrop-filter: blur(12px); padding: 0; position: sticky; top: 60px; z-index: 90; border-bottom: 1px solid rgba(255,255,255,.06); }
.case-idx-inner { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.case-idx-inner::-webkit-scrollbar { display: none; }
.case-idx-link { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 14px 22px; color: rgba(255,255,255,.38); font-size: .72rem; font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; transition: all .22s; white-space: nowrap; flex-shrink: 0; }
.case-idx-link:hover, .case-idx-link.active { color: var(--tl); border-bottom-color: var(--terra); }
.case-idx-num { font-family: var(--fd); font-size: 1.1rem; font-weight: 700; color: inherit; line-height: 1; }
.cs-number { font-family: var(--fd); font-size: clamp(3.5rem, 7vw, 6rem); font-weight: 700; color: var(--tl); line-height: 1; letter-spacing: -.02em; }
.cs-number-lbl { font-size: .88rem; color: rgba(255,255,255,.45); line-height: 1.4; margin-top: 6px; max-width: 280px; }
.cs-header { margin-bottom: 40px; }
.cs-title { font-family: var(--fd); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 700; color: #fff; margin: 12px 0 4px; line-height: 1.1; }
.cs-sector { font-size: .72rem; color: rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .08em; }

/* ══ CASES LIST (legacy tab system) ══ */
.cases { background: var(--ink); padding: 88px 0; }
.ctop { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px; gap: 20px; flex-wrap: wrap; }
.ctabs { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 20px; }
.ctab { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.42); padding: 7px 17px; border-radius: 6px; font-size: .79rem; font-weight: 600; cursor: pointer; transition: all .22s; letter-spacing: .02em; }
.ctab:hover { border-color: rgba(176,110,74,.35); color: var(--tl); }
.ctab.on { background: rgba(176,110,74,.1); border-color: rgba(176,110,74,.35); color: var(--tl); }
.cpanel { display: none; animation: cpi .3s ease; }
.cpanel.on { display: block; }
@keyframes cpi { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.case-wrap { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; }
.cmain { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 16px; padding: 28px; }
.case-hero-num { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.06); }
.case-hero-val { font-family: var(--fd); font-size: 2.8rem; font-weight: 700; color: var(--tl); line-height: 1; }
.case-hero-lbl { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.3; }
.cbdg { display: inline-block; background: rgba(176,110,74,.13); color: var(--tl); font-size: .65rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.ctit { font-family: var(--fd); font-size: 1.65rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.csec { font-size: .72rem; color: rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 16px; }
.cbl { margin-bottom: 12px; }
.cbll { font-size: .62rem; color: var(--tl); text-transform: uppercase; letter-spacing: .12em; font-weight: 700; margin-bottom: 3px; }
.cblt { font-size: .84rem; color: rgba(255,255,255,.6); line-height: 1.65; }
.ctchs { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 10px; }
.ctch { font-size: .63rem; background: rgba(255,255,255,.05); color: rgba(255,255,255,.36); padding: 2px 9px; border-radius: 20px; }
.cres-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.cres-card { background: rgba(176,110,74,.09); border: 1px solid rgba(176,110,74,.18); border-radius: 10px; padding: 14px 16px; }
.cres-val { font-family: var(--fd); font-size: 1.55rem; font-weight: 700; color: var(--tl); line-height: 1; }
.cres-lbl { font-size: .72rem; color: rgba(255,255,255,.38); margin-top: 4px; line-height: 1.4; }
.cres-card.wide { grid-column: span 2; }
.cside { display: flex; flex-direction: column; gap: 9px; }
.cm { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 14px; display: flex; gap: 11px; align-items: flex-start; transition: border-color .22s; }
.cm:hover { border-color: rgba(176,110,74,.22); }
.cmico { width: 32px; height: 32px; border-radius: 8px; background: rgba(176,110,74,.09); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cmv { font-family: var(--fd); font-size: 1.25rem; font-weight: 700; color: var(--tl); line-height: 1; }
.cmd { font-size: .68rem; color: rgba(255,255,255,.36); margin-top: 2px; line-height: 1.4; }
.cstrip { display: flex; justify-content: center; gap: 24px; margin-top: 40px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.05); }
.ctag { font-family: var(--fd); font-size: .92rem; font-weight: 600; color: rgba(255,255,255,.25); letter-spacing: .04em; cursor: default; transition: color .22s; }
.ctag:hover { color: var(--tl); }

/* ══ PARA QUEM ══ */
.pq { background: linear-gradient(145deg, #0c2427, var(--ink) 55%, #1d4840 100%); padding: 88px 0; position: relative; overflow: hidden; }
.pq::after { content: ''; position: absolute; bottom: -80px; right: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(176,110,74,.07), transparent 70%); pointer-events: none; }
.pqlayout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.pqlist { list-style: none; margin: 22px 0 28px; }
.pqi { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.pqi:last-child { border-bottom: none; }
.pqa-ico { width: 32px; height: 32px; border-radius: 8px; background: rgba(176,110,74,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.pqa-ico svg { width: 14px; height: 14px; }
.pqt { font-size: .86rem; color: rgba(255,255,255,.6); line-height: 1.55; }
.pqt strong { color: rgba(255,255,255,.8); font-weight: 600; }
.pqr { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.pqb { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 13px; padding: 18px 15px; transition: all .27s; }
.pqb:hover { border-color: rgba(176,110,74,.27); background: rgba(176,110,74,.05); transform: translateY(-3px); }
.pqbv { font-family: var(--fd); font-size: 1.8rem; font-weight: 700; color: var(--tl); line-height: 1; margin-bottom: 5px; }
.pqbd { font-size: .71rem; color: rgba(255,255,255,.36); line-height: 1.45; }

/* ══ FUNDADORES ══ */
.quem { background: var(--white); padding: 88px 0; }
.qhdr { text-align: center; max-width: 490px; margin: 0 auto 44px; }
.founders { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }
.founder { display: grid; grid-template-columns: 160px 1fr; border: 1px solid rgba(20,55,60,.08); border-radius: 18px; overflow: hidden; transition: box-shadow .28s; }
.founder:hover { box-shadow: 0 12px 44px rgba(20,55,60,.09); }
.fpic { position: relative; overflow: hidden; min-height: 240px; }
.fpic img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s; }
.founder:hover .fpic img { transform: scale(1.04); }
.fpph { width: 100%; height: 100%; min-height: 240px; background: linear-gradient(160deg, var(--ink), var(--sage)); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-size: 2rem; font-weight: 700; color: rgba(255,255,255,.26); }
.fbody { padding: 24px 24px 24px 20px; background: var(--white); }
.fn { font-family: var(--fd); font-size: 1.4rem; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.fr { font-size: .7rem; color: var(--terra); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.fb { font-size: .81rem; color: var(--sage); line-height: 1.7; margin-bottom: 10px; }
.fb-short { display: block; }
.fb-full { display: none; }
.fb-toggle { font-size: .73rem; color: var(--terra); font-weight: 600; cursor: pointer; border: none; background: none; padding: 0; margin-bottom: 10px; transition: color .22s; }
.fb-toggle:hover { color: var(--tl); }
.ftags { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 9px; }
.ftag { font-size: .65rem; background: var(--cl); color: var(--sage); padding: 3px 8px; border-radius: 20px; border: 1px solid rgba(20,55,60,.06); font-weight: 500; }
.flogos { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 11px; }
.flog { font-size: .67rem; background: var(--cream); color: var(--ink); padding: 3px 9px; border-radius: 20px; font-weight: 700; font-family: var(--fd); }
.fq { font-family: var(--fd); font-size: .89rem; font-style: italic; color: var(--ink); border-left: 2px solid var(--terra); padding-left: 10px; line-height: 1.55; }
.tband { background: linear-gradient(135deg, var(--ink), var(--sage)); border-radius: 16px; padding: 28px 34px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.tbtext h3 { font-family: var(--fd); font-size: 1.38rem; font-weight: 700; color: #fff; margin-bottom: 5px; }
.tbtext p { font-size: .85rem; color: rgba(255,255,255,.5); max-width: 500px; line-height: 1.6; }
.tbbdg { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 11px; padding: 15px 22px; text-align: center; flex-shrink: 0; }
.tbbv { font-family: var(--fd); font-size: 1.8rem; font-weight: 700; color: var(--tl); }
.tbbl { font-size: .68rem; color: rgba(255,255,255,.36); margin-top: 2px; }

/* ══ COMO FUNCIONA ══ */
.como { background: var(--cl); padding: 88px 0; }
.cohdr { text-align: center; max-width: 490px; margin: 0 auto 48px; }
.tl { max-width: 680px; margin: 0 auto 36px; position: relative; }
.tl::before { content: ''; position: absolute; left: 23px; top: 25px; bottom: 25px; width: 2px; background: linear-gradient(to bottom, var(--terra), var(--sand)); }
.tli { display: flex; gap: 20px; margin-bottom: 28px; }
.tli:last-child { margin-bottom: 0; }
.tlid { width: 46px; height: 46px; border-radius: 50%; background: var(--terra); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; z-index: 2; font-family: var(--fd); font-size: 1.05rem; box-shadow: 0 0 0 4px rgba(176,110,74,.1); transition: all .25s; }
.tli:hover .tlid { background: var(--tl); transform: scale(1.07); }
.tlib { padding-top: 5px; }
.tlim { font-size: .66rem; color: var(--terra); font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 2px; }
.tlit { font-family: var(--fd); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.tlid2 { font-size: .84rem; color: var(--sage); line-height: 1.65; }
.tli-time { display: inline-block; background: rgba(176,110,74,.1); color: var(--terra); font-size: .62rem; font-weight: 700; padding: 2px 8px; border-radius: 20px; margin-left: 8px; vertical-align: middle; }

/* ══ CUSTO INVISÍVEL ══ */
.custo { background: var(--white); padding: 88px 0; }
.cuhdr { text-align: center; max-width: 560px; margin: 0 auto 44px; }
.cugrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 40px; }
.cucel { background: var(--cl); border: 1px solid rgba(20,55,60,.06); border-radius: 14px; padding: 26px 22px; position: relative; transition: all .28s; }
.cucel:hover { background: var(--white); border-color: rgba(176,110,74,.2); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(20,55,60,.06); }
.cucel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--terra); opacity: 0; transition: opacity .22s; border-radius: 14px 14px 0 0; }
.cucel:hover::before { opacity: 1; }
.cucel-num { font-family: var(--fd); font-size: 1.6rem; font-weight: 700; color: var(--terra); line-height: 1; margin-bottom: 8px; }
.cut { font-size: .83rem; font-weight: 600; color: var(--ink); margin-bottom: 4px; line-height: 1.3; }
.cud { font-size: .74rem; color: var(--sage); line-height: 1.55; }
.cubot { background: var(--ink); border-radius: 16px; padding: 36px 40px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.cubq { font-family: var(--fd); font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 6px; }
.cubp { font-size: .88rem; color: rgba(255,255,255,.4); font-weight: 300; line-height: 1.6; }

/* ══ CTA FINAL ══ */
.ctaf { background: linear-gradient(165deg, var(--ink), #194040 55%, var(--sage) 100%); padding: 92px 0; text-align: center; position: relative; overflow: hidden; }
.ctaf::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1' fill='%23fff' fill-opacity='.022'/%3E%3C/svg%3E"); }
.ctafin { position: relative; z-index: 2; }
.ctaf h2 { font-family: var(--fd); font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.14; }
.ctafsub { font-size: .97rem; color: rgba(255,255,255,.48); max-width: 480px; margin: 0 auto 34px; line-height: 1.72; font-weight: 300; }
.ctaftags { display: flex; justify-content: center; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.ctaftt { font-size: .75rem; color: rgba(255,255,255,.3); display: flex; align-items: center; gap: 5px; }
.ctafn { margin-top: 18px; font-size: .73rem; color: rgba(255,255,255,.2); font-style: italic; }

/* ══ FOOTER ══ */
footer { background: var(--ink); padding: 44px 0 28px; border-top: 1px solid rgba(255,255,255,.05); }
.footer-in { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: start; margin-bottom: 28px; }
.footer-logo img { height: 52px; width: auto; filter: brightness(0) invert(1); opacity: .7; }
.footer-links { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.footer-links a { font-size: .81rem; color: rgba(255,255,255,.42); transition: color .22s; }
.footer-links a:hover { color: var(--tl); }
.footer-contact { text-align: right; }
.footer-contact a { display: block; font-size: .82rem; color: rgba(255,255,255,.42); transition: color .22s; margin-bottom: 3px; }
.footer-contact a:hover { color: var(--tl); }
.footer-social { display: flex; gap: 10px; justify-content: flex-end; margin-top: 8px; }
.footer-social a { display: inline-flex; align-items: center; gap: 5px; font-size: .75rem; color: rgba(255,255,255,.28); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; padding: 4px 10px; transition: all .22s; }
.footer-social a:hover { color: var(--tl); border-color: rgba(176,110,74,.3); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.05); padding-top: 18px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: .72rem; color: rgba(255,255,255,.22); }
.footer-bottom a { color: rgba(255,255,255,.36); transition: color .22s; }
.footer-bottom a:hover { color: var(--tl); }

/* ══ HERO v2 (home) ══ */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 120px 0 64px; }
.hbg { position: absolute; inset: 0; background: linear-gradient(145deg, #0c2427 0%, var(--ink) 38%, #1d4840 72%, var(--sage) 100%); }
.hgrain { position: absolute; inset: 0; opacity: .03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hglow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(176,110,74,.09), transparent 65%); top: -120px; right: -120px; animation: gf 9s ease-in-out infinite; pointer-events: none; }
@keyframes gf { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06) translateY(-20px); } }
.hero-in { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center; }
.hero h1 { font-family: var(--fd); font-size: clamp(2.3rem, 4.2vw, 3.5rem); font-weight: 700; color: #fff; line-height: 1.12; margin-bottom: 22px; letter-spacing: -.01em; }
.hero h1 em { font-style: normal; color: var(--tl); }
.hero-sub { font-size: .97rem; color: rgba(255,255,255,.52); line-height: 1.78; margin-bottom: 36px; font-weight: 300; max-width: 580px; margin-left: auto; margin-right: auto; }
.hero-link { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.4); font-size: .8rem; margin-top: 14px; transition: color .22s; }
.hero-link:hover { color: rgba(255,255,255,.75); }
.hero-note { font-size: .73rem; color: rgba(255,255,255,.28); margin-top: 10px; font-style: italic; }

/* Hero journey steps */
.hjournay { display: flex; gap: 8px; margin-bottom: 40px; align-items: center; flex-wrap: nowrap; justify-content: center; }
.hjstep { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 10px 12px; transition: all .28s; flex-shrink: 0; }
.hjstep:hover { border-color: rgba(176,110,74,.3); background: rgba(176,110,74,.06); }
.hjico { width: 30px; height: 30px; border-radius: 50%; background: rgba(176,110,74,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hjico svg { width: 14px; height: 14px; }
.hjtext { font-size: .72rem; color: rgba(255,255,255,.6); line-height: 1.3; font-weight: 500; }
.hjarrow { color: rgba(255,255,255,.15); font-size: 1.1rem; flex-shrink: 0; }

/* ══ SECTION UTILITY ══ */
.sec-dark { background: var(--ink); padding: 88px 0; }
.sec-light { background: var(--white); padding: 88px 0; }
.sec-alt { background: var(--cl); padding: 88px 0; }
.sec-hdr { text-align: center; max-width: 560px; margin: 0 auto 48px; }
.sec-cta { text-align: center; margin-top: 40px; }

/* ══ SOBRE PAGE ══ */
.sobre-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.desafio { background: #0c2730; padding: 88px 0; }
.desafio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.desafio-card { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: 24px 22px; transition: all .28s; position: relative; overflow: hidden; }
.desafio-card:hover { border-color: rgba(176,110,74,.3); background: rgba(176,110,74,.05); transform: translateY(-2px); }
.desafio-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--terra); opacity: 0; transition: opacity .22s; }
.desafio-card:hover::before { opacity: 1; }
.desafio-ico { width: 34px; height: 34px; border-radius: 9px; background: rgba(176,110,74,.1); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; flex-shrink: 0; }
.desafio-ico svg { width: 15px; height: 15px; }
.desafio-card h3 { font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.82); margin-bottom: 6px; line-height: 1.3; }
.desafio-card p { font-size: .76rem; color: rgba(255,255,255,.38); line-height: 1.6; }
.pq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 860px; margin: 0 auto; }
.pq-card { background: var(--white); border: 1px solid rgba(20,55,60,.08); border-radius: 14px; padding: 24px 22px; transition: all .28s; }
.pq-card:hover { border-color: rgba(176,110,74,.22); box-shadow: 0 8px 28px rgba(20,55,60,.07); transform: translateY(-2px); }
.pq-label { font-size: .68rem; color: var(--terra); font-weight: 700; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 9px; }
.pq-card p { font-size: .86rem; color: var(--sage); line-height: 1.65; }
.sobre-pillar { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: 28px; transition: border-color .28s; }
.sobre-pillar:hover { border-color: rgba(176,110,74,.25); }
.sobre-pillar-ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(176,110,74,.12); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.sobre-pillar-ico svg { width: 20px; height: 20px; }
.sobre-pillar h3 { font-family: var(--fd); font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sobre-pillar p { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.65; }

/* ══ METODOLOGIA PAGE ══ */
.method-detail { background: var(--white); padding: 88px 0; }
.method-step { display: grid; grid-template-columns: 80px 1fr; gap: 28px; align-items: start; padding: 32px 0; border-bottom: 1px solid rgba(20,55,60,.07); }
.method-step:last-child { border-bottom: none; }
.method-num { width: 60px; height: 60px; border-radius: 50%; background: var(--terra); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-size: 1.5rem; font-weight: 700; flex-shrink: 0; box-shadow: 0 4px 20px rgba(176,110,74,.25); }
.method-body h3 { font-family: var(--fd); font-size: 1.35rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.method-body p { font-size: .88rem; color: var(--sage); line-height: 1.7; }

/* ══ TRABALHE CONOSCO ══ */
.job-card { background: var(--white); border: 1px solid rgba(20,55,60,.08); border-radius: 18px; padding: 40px; margin-bottom: 20px; transition: box-shadow .28s; }
.job-card:hover { box-shadow: 0 12px 40px rgba(20,55,60,.08); }
.job-card h2 { font-family: var(--fd); font-size: 1.7rem; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.job-card p { font-size: .88rem; color: var(--sage); line-height: 1.7; margin-bottom: 20px; }
.job-card ul { list-style: none; margin-bottom: 28px; }
.job-card ul li { font-size: .84rem; color: var(--sage); padding: 6px 0; border-bottom: 1px solid rgba(20,55,60,.05); display: flex; align-items: center; gap: 8px; }
.job-card ul li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--terra); flex-shrink: 0; }

/* ══ BLOG ══ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { background: var(--white); border: 1px solid rgba(20,55,60,.07); border-radius: 14px; padding: 28px; transition: all .28s; position: relative; overflow: hidden; }
.blog-card:hover { border-color: rgba(176,110,74,.2); transform: translateY(-3px); box-shadow: 0 10px 32px rgba(20,55,60,.07); }
.blog-cat { font-size: .62rem; font-weight: 700; color: var(--terra); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px; }
.blog-card h3 { font-family: var(--fd); font-size: 1.2rem; font-weight: 700; color: var(--ink); line-height: 1.3; margin-bottom: 10px; }
.blog-card p { font-size: .78rem; color: var(--sage); line-height: 1.6; margin-bottom: 16px; }
.blog-meta { font-size: .68rem; color: var(--sand); display: flex; gap: 12px; }

/* ══ JOB CARDS (trabalhe-conosco) ══ */
.job-section { padding: 80px 0; background: var(--white); }
.job-section--dark { background: var(--ink); }
.job-section--dark .sh h2, .job-section--dark .sh-sub, .job-section--dark h3, .job-section--dark p { color: #fff; }
.job-section--dark .tag { background: rgba(0,229,160,.12); color: var(--neo); border-color: rgba(0,229,160,.2); }
.job-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.job-card { background: #f8f9fb; border: 1px solid rgba(20,55,60,.07); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 20px; }
.job-top { display: flex; align-items: center; gap: 14px; }
.job-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(0,229,160,.1); display: flex; align-items: center; justify-content: center; color: #00a372; flex-shrink: 0; }
.job-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.job-type, .job-mode { font-size: .68rem; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.job-type { background: rgba(0,229,160,.1); color: #00a372; }
.job-mode { background: rgba(20,55,60,.06); color: var(--sage); }
.job-card h3 { font-family: var(--fd); font-size: 1.25rem; font-weight: 700; color: var(--ink); }
.job-card p { font-size: .88rem; color: var(--sage); line-height: 1.6; }
.job-skills { display: flex; flex-wrap: wrap; gap: 8px; }
.job-skills span { font-size: .7rem; font-weight: 600; padding: 4px 10px; border-radius: 20px; background: rgba(20,55,60,.06); color: var(--sage); }
.job-reqs h4 { font-size: .8rem; font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.job-reqs ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.job-reqs ul li { font-size: .84rem; color: var(--sage); padding-left: 18px; position: relative; line-height: 1.5; }
.job-reqs ul li::before { content: '→'; position: absolute; left: 0; color: var(--neo); font-weight: 700; }
.job-btn { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; justify-content: center; }

/* Afiliados */
.afil-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.afil-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 32px; }
.afil-num { font-family: var(--fd); font-size: 2.5rem; font-weight: 800; color: var(--neo); opacity: .6; margin-bottom: 16px; line-height: 1; }
.afil-card h3 { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.afil-card p { font-size: .85rem; color: rgba(255,255,255,.55); line-height: 1.65; }
.afil-perks { margin-top: 48px; }
.afil-perks h3 { font-size: 1rem; font-weight: 700; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 20px; }
.perks-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.perk-item { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: rgba(255,255,255,.7); }

/* ══ BLOG PAGE ══ */
.blog-cats { padding: 32px 0 0; background: var(--white); border-bottom: 1px solid rgba(20,55,60,.07); }
.blog-cat-list { display: flex; gap: 8px; flex-wrap: wrap; padding-bottom: 24px; }
.blog-cat-btn { font-size: .78rem; font-weight: 600; padding: 8px 18px; border-radius: 20px; border: 1px solid rgba(20,55,60,.1); background: transparent; color: var(--sage); cursor: pointer; transition: all .2s; }
.blog-cat-btn:hover, .blog-cat-btn.active { background: var(--neo); border-color: var(--neo); color: var(--ink); }
.blog-section { padding: 64px 0 80px; background: var(--white); }
.blog-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 56px; background: #f8f9fb; border-radius: 20px; overflow: hidden; }
.blog-feat-img { position: relative; }
.blog-feat-img img { width: 100%; height: 320px; object-fit: cover; display: block; }
.blog-feat-badge { position: absolute; top: 16px; left: 16px; font-size: .68rem; font-weight: 700; padding: 5px 12px; border-radius: 20px; background: var(--neo); color: var(--ink); text-transform: uppercase; letter-spacing: .06em; }
.blog-feat-body { padding: 40px; }
.blog-feat-body h2 { font-family: var(--fd); font-size: 1.6rem; font-weight: 700; color: var(--ink); line-height: 1.3; margin: 12px 0 16px; }
.blog-feat-body h2 a { color: inherit; text-decoration: none; }
.blog-feat-body h2 a:hover { color: var(--terra); }
.blog-feat-body p { font-size: .9rem; color: var(--sage); line-height: 1.7; margin-bottom: 24px; }
.blog-readmore { font-size: .82rem; font-weight: 700; color: var(--terra); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.blog-readmore:hover { gap: 10px; }
.blog-card-img img { width: 100%; height: 180px; object-fit: cover; display: block; border-radius: 10px 10px 0 0; }
.blog-card-body { padding: 20px 0 0; }
.blog-tag { font-size: .65rem; font-weight: 700; color: var(--terra); text-transform: uppercase; letter-spacing: .1em; }
.blog-card-body h3 { font-family: var(--fd); font-size: 1.05rem; font-weight: 700; color: var(--ink); line-height: 1.35; margin: 8px 0 10px; }
.blog-card-body h3 a { color: inherit; text-decoration: none; }
.blog-card-body h3 a:hover { color: var(--terra); }
.blog-card-body p { font-size: .82rem; color: var(--sage); line-height: 1.6; margin-bottom: 14px; }
.blog-read { color: var(--sand); }
.blog-nl { margin-top: 56px; background: linear-gradient(135deg, var(--ink) 0%, #0d2e34 100%); border-radius: 20px; padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.blog-nl-body h3 { font-family: var(--fd); font-size: 1.4rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.blog-nl-body p { font-size: .88rem; color: rgba(255,255,255,.5); }
.blog-nl-form { display: flex; gap: 12px; flex-shrink: 0; }
.blog-nl-form input { padding: 0 18px; height: 48px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.06); color: #fff; font-size: .9rem; width: 260px; }
.blog-nl-form input::placeholder { color: rgba(255,255,255,.3); }
.blog-nl-form input:focus { outline: none; border-color: var(--neo); }

/* ══ 404 ══ */
.pg-404 { background: var(--ink); }
.err404 { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.err-noise { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E"); opacity: .03; pointer-events: none; }
.err-cnt { text-align: center; padding: 120px 20px 80px; }
.err-code { font-family: var(--fd); font-size: clamp(8rem, 20vw, 14rem); font-weight: 800; line-height: 1; color: rgba(0,229,160,.08); letter-spacing: -.02em; pointer-events: none; user-select: none; }
.err-title { font-family: var(--fd); font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 700; color: #fff; margin: -0.5em 0 20px; line-height: 1.2; }
.err-sub { font-size: .95rem; color: rgba(255,255,255,.45); line-height: 1.7; max-width: 460px; margin: 0 auto 36px; }
.err-links { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.err-nav p { font-size: .8rem; color: rgba(255,255,255,.3); margin-bottom: 14px; text-transform: uppercase; letter-spacing: .08em; }
.err-nav ul { list-style: none; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.err-nav ul li a { font-size: .9rem; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.err-nav ul li a:hover { color: var(--neo); }

/* ══ RESPONSIVE ══ */
@media (max-width: 980px) {
  .nlinks, .ncta { display: none; }
  .nhbg { display: block; }
  .pbar-grid { grid-template-columns: repeat(3, 1fr); }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .msteps { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .msteps::before { display: none; }
  .aggrid { grid-template-columns: 1fr 1fr; }
  .case-wrap { grid-template-columns: 1fr; }
  .cside { display: none; }
  .pqlayout { grid-template-columns: 1fr; }
  .pqr { grid-template-columns: 1fr 1fr; }
  .founders { grid-template-columns: 1fr; }
  .founder { grid-template-columns: 130px 1fr; }
  .cugrid { grid-template-columns: repeat(2, 1fr); }
  .cubot { grid-template-columns: 1fr; }
  .tband { flex-direction: column; text-align: center; }
  .ctop { flex-direction: column; align-items: flex-start; }
  .footer-in { grid-template-columns: 1fr; text-align: center; }
  .footer-contact { text-align: center; }
  .footer-social { justify-content: center; }
  .footer-links { justify-content: center; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .sobre-grid { grid-template-columns: 1fr; }
  .desafio-grid { grid-template-columns: 1fr; }
  .pq-grid { grid-template-columns: 1fr; }
  .method-step { grid-template-columns: 60px 1fr; }
  .afil-grid { grid-template-columns: 1fr 1fr; }
  .blog-featured { gap: 24px; }
}

@media (max-width: 600px) {
  :root { --r: 15px; }
  .hero { padding: 96px 0 40px; }
  .hero h1 { font-size: 1.85rem; }
  .hero-in { padding: 0 4px; }
  .hjournay { flex-direction: row; align-items: stretch; gap: 0; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 4px; }
  .hjstep { flex: 1; flex-direction: column; text-align: center; gap: 6px; border-radius: 8px; padding: 12px 8px; border: none; background: transparent; }
  .hjarrow { display: none; }
  .pbar-grid { grid-template-columns: 1fr 1fr; }
  .msteps { grid-template-columns: 1fr 1fr; }
  .aggrid { grid-template-columns: 1fr; }
  .cugrid { grid-template-columns: 1fr; }
  .pqr { grid-template-columns: 1fr 1fr; }
  .founder { grid-template-columns: 1fr; }
  .fpic { height: 280px; }
  .pgrid { grid-template-columns: 1fr; }
  .cres-grid { grid-template-columns: 1fr; }
  .cres-card.wide { grid-column: span 1; }
  .cubot { padding: 28px 22px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-feat-img img { height: 220px; }
  .blog-feat-body { padding: 24px; }
  .blog-nl { flex-direction: column; padding: 32px 24px; }
  .blog-nl-form { flex-direction: column; width: 100%; }
  .blog-nl-form input { width: 100%; }
  .job-cards { grid-template-columns: 1fr; }
  .afil-grid { grid-template-columns: 1fr; }
  .perks-grid { grid-template-columns: 1fr; }
  .method-step { grid-template-columns: 1fr; }
  .method-num { margin-bottom: 12px; }
  .page-hero { padding: 120px 0 60px; }
  .footer-bottom { justify-content: center; }
}
