/* ── HERO ───────────────────────────────────────── */
#inicio {
  min-height: 100vh; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: 100px 48px 80px;
}
.grid-bg {
  position: absolute; inset: 0; opacity: .04; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 60px 60px;
}
.blob-1 { position: absolute; top: 20%; right: -60px; width: 600px; height: 600px; border-radius: 50%; background: rgba(29,158,117,.06); filter: blur(110px); pointer-events: none; }
.blob-2 { position: absolute; bottom: 0; left: 20%; width: 380px; height: 380px; border-radius: 50%; background: rgba(29,158,117,.04); filter: blur(90px); pointer-events: none; }
.hero-inner { position: relative; max-width: 1100px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 58fr 42fr; gap: 48px; align-items: center; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
h1.hero-title {
  font-family: 'Bricolage Grotesque', Georgia, serif;
  font-weight: 800; font-size: clamp(38px,5vw,72px);
  line-height: 1.06; letter-spacing: -.01em; margin-bottom: 24px;
}
h1.hero-title .green { color: var(--green); }
h1.hero-title .muted { color: rgba(255,255,255,.3); }
.hero-sub { color: var(--w60); font-size: clamp(15px,1.6vw,18px); line-height: 1.7; margin-bottom: 36px; }
.hero-sub strong { color: #fff; font-weight: 500; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 28px; }
.stat-val   { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 800; font-size: 26px; display: block; }
.stat-label { font-size: 13px; color: var(--w40); }

/* ── PHOTO WRAP ────────────────────────────────── */
.photo-wrap { position: relative; width: 420px; max-width: 100%; margin-left: auto; }
.photo-glow { position: absolute; inset: -20px; border-radius: 28px; background: rgba(29,158,117,.08); filter: blur(28px); }
#glitch-canvas { position: relative; border-radius: 22px; width: 100%; display: block; }
#matrix-canvas { position: absolute; inset: 0; border-radius: 22px; width: 100%; pointer-events: none; }
.corner { position: absolute; width: 20px; height: 20px; }
.c-tl { top: 10px;    left: 10px;  border-top:    2px solid rgba(29,158,117,.6); border-left:   2px solid rgba(29,158,117,.6); }
.c-tr { top: 10px;    right: 10px; border-top:    2px solid rgba(29,158,117,.6); border-right:  2px solid rgba(29,158,117,.6); }
.c-bl { bottom: 10px; left: 10px;  border-bottom: 2px solid rgba(29,158,117,.6); border-left:   2px solid rgba(29,158,117,.6); }
.c-br { bottom: 10px; right: 10px; border-bottom: 2px solid rgba(29,158,117,.6); border-right:  2px solid rgba(29,158,117,.6); }
.photo-badge {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 8px;
  background: rgba(8,8,8,.85); border: 1px solid rgba(255,255,255,.08);
  padding: 7px 16px; border-radius: 20px; white-space: nowrap;
  font-size: 12px; color: rgba(255,255,255,.6);
}

/* ── HOW IT WORKS ──────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 44px; }
.step { background: var(--bg); padding: 40px; border-right: 1px solid var(--border); transition: background .2s; }
.step:last-child { border-right: none; }
.step:hover { background: var(--bg2); }
.step-num { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 800; font-size: 54px; color: rgba(29,158,117,.2); line-height: 1; margin-bottom: 18px; user-select: none; }
.step-title { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 700; font-size: 18px; margin-bottom: 10px; line-height: 1.3; }
.step-desc { color: var(--w60); font-size: 14px; line-height: 1.65; }

/* ── PORTFOLIO ─────────────────────────────────── */
#projetos { background: var(--bg2); }
.pgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 44px; }
.pcard { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: #fff; transition: background .2s, border-color .2s, transform .2s; }
.pcard:hover { background: var(--bg3); border-color: var(--border-h); transform: translateY(-2px); }
.ptag { display: inline-block; font-size: 10px; font-weight: 500; padding: 3px 9px; border-radius: 20px; border: 1px solid; width: fit-content; }
.ti { color: #60a5fa; background: rgba(96,165,250,.08); border-color: rgba(96,165,250,.2); }
.tp { color: #c084fc; background: rgba(192,132,252,.08); border-color: rgba(192,132,252,.2); }
.te { color: var(--green); background: rgba(29,158,117,.08); border-color: rgba(29,158,117,.2); }
.tn { color: #fbbf24; background: rgba(251,191,36,.08); border-color: rgba(251,191,36,.2); }
.pname { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 700; font-size: 14px; line-height: 1.3; transition: color .2s; }
.pcard:hover .pname { color: var(--green); }
.pcat  { font-size: 11px; color: var(--w40); }
.pdesc { font-size: 13px; color: var(--w60); line-height: 1.55; flex: 1; }
.pfoot { border-top: 1px solid var(--border); padding-top: 10px; display: flex; justify-content: space-between; align-items: center; }
.purl  { font-size: 11px; color: rgba(255,255,255,.3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.parrow { color: var(--green); font-size: 14px; transition: transform .2s; }
.pcard:hover .parrow { transform: translateX(3px); }

/* ── PARA QUEM ─────────────────────────────────── */
.pquem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.pquem-card { background: var(--bg); border: 1px solid rgba(29,158,117,.15); border-radius: 16px; padding: 28px; }
.pquem-icon { width: 44px; height: 44px; background: rgba(29,158,117,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--green); }

/* ── NUMBERS BAR ───────────────────────────────── */
#numeros { background: var(--bg); }
.nums-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.num-val   { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 800; font-size: 48px; color: var(--green); margin-bottom: 4px; display: block; }
.num-label { font-size: 13px; color: rgba(255,255,255,.5); }

/* ── EXPERIENCE ────────────────────────────────── */
#experiencia { background: var(--bg2); }
.exp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.exp-nums { display: flex; gap: 32px; margin-top: 28px; }
.exp-num-val   { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 800; font-size: 38px; color: var(--green); margin-bottom: 2px; display: block; }
.exp-num-label { font-size: 12px; color: var(--w40); }
.skills-col { display: flex; flex-direction: column; gap: 22px; }
.skill-row { display: flex; justify-content: space-between; margin-bottom: 8px; }
.skill-name { font-size: 14px; font-weight: 500; }
.skill-pct  { font-size: 13px; color: var(--w40); }

/* ── PACKAGES ──────────────────────────────────── */
.pkg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 44px; align-items: start; }
.pkg { border: 1px solid var(--border); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; background: var(--bg2); }
.pkg.feat { border: 2px solid var(--green); background: rgba(29,158,117,.07); box-shadow: 0 0 40px rgba(29,158,117,.1); position: relative; }
.feat-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; font-size: 11px; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.pkg-eyebrow { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--w40); margin-bottom: 4px; }
.pkg-name    { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 800; font-size: 22px; margin-bottom: 4px; }
.pkg-tag     { font-size: 13px; color: var(--w40); margin-bottom: 18px; }
.pkg-price   { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 800; font-size: 36px; }
.pkg-period  { font-size: 13px; color: var(--w40); margin-left: 4px; }
.pkg-divider { border: none; border-top: 1px solid var(--border); margin: 18px 0; }
.pkg-items   { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; margin-bottom: 22px; }
.pkg-items li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--w60); line-height: 1.5; }
.chk { width: 18px; height: 18px; border-radius: 50%; background: rgba(29,158,117,.15); border: 1px solid rgba(29,158,117,.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; color: var(--green); }
.pkg-cta     { display: block; text-align: center; padding: 13px; border-radius: 30px; font-size: 13px; font-weight: 500; text-decoration: none; transition: background .2s; margin-top: auto; }
.pkg-cta.default  { background: rgba(255,255,255,.05); color: #fff; border: 1px solid var(--border-h); }
.pkg-cta.default:hover { background: rgba(255,255,255,.1); }
.pkg-cta.featured { background: var(--green); color: #fff; }
.pkg-cta.featured:hover { background: var(--green-dark); }

/* ── FAQ ───────────────────────────────────────── */
#faq { background: var(--bg2); }
.faq-wrap { max-width: 720px; margin: 36px auto 0; display: flex; flex-direction: column; gap: 10px; }
.fi { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.fq { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; background: transparent; border: none; color: #fff; font-family: 'DM Sans', Arial, sans-serif; font-size: 15px; font-weight: 500; text-align: left; transition: background .2s; }
.fq:hover { background: rgba(255,255,255,.02); }
.fq-icon { color: var(--green); font-size: 22px; font-weight: 300; transition: transform .2s; flex-shrink: 0; line-height: 1; }
.fa { display: none; padding: 0 22px 18px; color: var(--w60); font-size: 14px; line-height: 1.7; border-top: 1px solid var(--border); padding-top: 14px; }
.fi.open .fa { display: block; }
.fi.open .fq-icon { transform: rotate(45deg); }

/* ── LEAD MAGNET ───────────────────────────────── */
.lm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.lm-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 18px; padding: 28px; }
.lm-eyebrow { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 18px; }
.lm-items { display: flex; flex-direction: column; gap: 14px; list-style: none; }
.lm-items li { display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--w60); }
.lm-num { font-family: 'Bricolage Grotesque', Georgia, serif; font-weight: 800; font-size: 30px; line-height: 1; color: rgba(29,158,117,.4); min-width: 44px; flex-shrink: 0; }

/* ── OUTROS SERVIÇOS ───────────────────────────── */
#outros-servicos { background: var(--bg); }
.outros-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.outros-link { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(29,158,117,.3); color: var(--green); padding: 10px 22px; border-radius: 20px; font-size: 14px; text-decoration: none; transition: background .2s, color .2s; white-space: nowrap; }
.outros-link:hover { background: rgba(29,158,117,.1); }
.outros-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.outros-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 16px; padding: 24px; transition: border-color .2s, background .2s; }
.outros-card:hover { border-color: rgba(29,158,117,.3); background: rgba(29,158,117,.04); }
.outros-icon { width: 44px; height: 44px; background: rgba(29,158,117,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--green); }
.outros-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.outros-card p  { font-size: 13px; color: var(--w60); line-height: 1.6; }

/* ── CTA FINAL ─────────────────────────────────── */
#ctafinal { background: var(--bg2); text-align: center; padding: 110px 48px; position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; border-radius: 50%; background: rgba(29,158,117,.06); filter: blur(100px); pointer-events: none; }
.cta-eyebrow { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--green); margin-bottom: 18px; }
.cta-note { font-size: 13px; color: rgba(255,255,255,.3); margin-top: 14px; }

/* ── RESPONSIVE ────────────────────────────────── */
@media (max-width: 900px) {
  #inicio { padding: 90px 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; }
  .photo-wrap { margin: 0 auto; }
  .steps-grid, .pgrid, .pquem-grid, .pkg-grid, .lm-grid, .outros-grid, .nums-grid, .exp-grid { grid-template-columns: 1fr; }
  #ctafinal { padding: 80px 24px; }
}
