﻿/* Google Fonts loaded via <link> in HTML for better rendering performance */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { color-scheme: dark; }
html, body { background: #09070e; overflow-x: clip; max-width: 100%; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }

.portfolio {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  overflow-x: hidden;
  max-width: 100vw;
}

nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
nav.nav-scrolled {
  background: rgba(8, 6, 25, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: rgba(255, 255, 255, 0.04);
}

/* Grid interno da nav */
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  align-items: center;
  height: 72px;
}
.nav-right {
  grid-column: 10 / 13;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

/* Cores — sempre claras (fundo é sempre escuro) */
.nav-name  { color: #F1F1EF; font-size: 14px; font-weight: 500; }
.nav-title { color: rgba(241,241,239,0.45); font-size: 12px; }
.nav-links a {
  font-size: 14px;
  color: rgba(241,241,239,0.72);
  text-decoration: none;
  opacity: 1;
  transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.lang-toggle { border-color: rgba(241,241,239,0.20); }
.lang-sep    { color: rgba(241,241,239,0.25); }
.lang-opt    { color: rgba(241,241,239,0.38); }
.lang-opt.active { color: #F1F1EF; }

/* CTA "Faça um orçamento" */
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 100px;
  border: 1.5px solid rgba(242,73,200,0.55);
  color: #F249C8;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.nav-cta:hover {
  background: rgba(242,73,200,0.10);
  border-color: rgba(242,73,200,0.80);
  box-shadow: 0 0 18px rgba(242,73,200,0.18);
}
.nav-logo {
  grid-column: 1 / 4;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.nav-logo-mark {
  height: 40px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nav-logo-mark img {
  height: 40px;
  width: auto;
  display: block;
  border-radius: 10px;
}
.nav-links {
  grid-column: 4 / 10;
  display: flex;
  gap: 32px;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.hero-v2 {
  background: #09070e;
  min-height: 100vh;
  position: sticky;   /* fica "colado" no topo enquanto pv2-section sobe por cima */
  top: 0;
  z-index: 1;         /* abaixo do pv2-section (z-index: 2) */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hv2-bg { position: absolute; inset: 0; pointer-events: none; }
#hv2-shader-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
}
/* Diagonal beam — upper-center → lower-right, matching reference */
.hv2-glow {
  position: absolute;
  top: -30%; left: 28%;
  width: 28%; height: 130%;
  background: linear-gradient(to bottom,
    rgba(220,60,170,0.90) 0%,
    rgba(200,50,155,0.70) 22%,
    rgba(160,35,130,0.40) 50%,
    rgba(110,25,110,0.15) 72%,
    transparent 90%
  );
  filter: blur(42px);
  transform: rotate(38deg);
  transform-origin: top center;
}
/* Soft bloom around beam center */
.hv2-glow-b {
  position: absolute;
  top: -10%; left: 22%;
  width: 55%; height: 75%;
  background: radial-gradient(ellipse at 48% 20%,
    rgba(180,40,140,0.32) 0%,
    rgba(100,25,110,0.12) 45%,
    transparent 70%
  );
  filter: blur(55px);
}
/* Lower-right secondary glow where beam terminates */
.hv2-glow-c {
  position: absolute;
  bottom: -10%; right: 0;
  width: 50%; height: 55%;
  background: radial-gradient(ellipse at 70% 80%,
    rgba(90,20,110,0.30) 0%,
    rgba(40,15,90,0.10) 50%,
    transparent 70%
  );
  filter: blur(45px);
}
.hv2-lines { position: absolute; inset: 0; width: 100%; height: 100%; }

/* layout — grid 12 colunas */
.hv2-inner {
  position: relative; z-index: 2;
  max-width: 1280px; width: 100%;
  margin: 0 auto;
  padding: 128px 32px 80px;
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  align-items: center;
}
.hv2-text {
  grid-column: 1 / 13;
  text-align: center;
}

/* heading */
.hv2-heading-wrap {
  position: relative;
  margin-bottom: 32px; /* 4×8px */
}
.hv2-heading {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: clamp(44px, 4.2vw, 64px);
  font-weight: 400;
  color: #F1F1EF;
  line-height: 1.1;
  letter-spacing: -1.76px;
  margin: 0;
}
.hv2-heading em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(180deg, #F249C8, #78289A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* H1 flui como texto corrido — quebra natural pelo container */
.h1-line {
  display: inline;
  white-space: normal;
}

/* cursor flutuante — decorativo, direita do bloco central */
.hv2-cursor {
  position: absolute;
  left: 62%;
  top: 78%;
  transform: translateY(-50%);
  pointer-events: none;
  filter: drop-shadow(0 4px 20px rgba(242,73,200,0.5));
  z-index: 10;
}
.hv2-cursor-arrow {
  width: 220px;
  height: auto;
  display: block;
}
.hv2-cursor-label {
  background: linear-gradient(135deg, #9B2FD4 0%, #6B1FA8 100%);
  color: #fff;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  padding: 7px 18px;
  border-radius: 8px;
  white-space: nowrap;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 16px rgba(155,47,212,0.4);
}

/* subtext */
.hv2-sub {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 16px; font-weight: 400;
  color: rgba(241,241,239,0.58);
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 40px;
}
.hv2-sub strong { color: #F1F1EF; font-weight: 600; }

/* botão Cases / Enviar solicitação */
.hv2-btn {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 16px; font-weight: 500;
  color: #F249C8;
  background: transparent;
  border: 1.5px solid rgba(242,73,200,0.55);
  border-radius: 100px;
  padding: 16px 56px;
  cursor: pointer;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.hv2-btn:hover {
  background: rgba(242,73,200,0.10);
  border-color: rgba(242,73,200,0.80);
  box-shadow: 0 0 18px rgba(242,73,200,0.18);
}
.hv2-inner .hv2-btn { background: #08071A; }
.hv2-inner .hv2-btn:hover { background: rgba(242,73,200,0.10); }

/* foto — colunas 7–12 */
.hv2-photo {
  grid-column: 7 / 13;
  position: relative;
  align-self: stretch;
}
.hv2-photo-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
  max-height: 880px;
  object-fit: contain;
  object-position: bottom right;
  will-change: transform;
}
.hv2-photo-slot {
  display: none; /* shown via onerror when teresa.png is missing */
  width: 100%; height: 420px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(242,73,200,0.05) 0%, rgba(120,40,154,0.07) 100%);
  border: 1px dashed rgba(242,73,200,0.18);
  align-items: center; justify-content: center;
  color: rgba(242,73,200,0.35);
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 13px;
}

/* ── HAMBURGER ───────────────────────────────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 20px; height: 1.5px;
  background: rgba(241,241,239,0.85);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
/* hamburger span — sempre claro (nav sempre escura) */

/* ── MOBILE DRAWER ───────────────────────────────────────────── */
.mob-menu {
  position: fixed;
  top: 0; right: 0;
  width: min(320px, 88vw);
  height: 100vh; height: 100svh;
  background: rgba(9,7,14,0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-left: 1px solid rgba(255,255,255,0.07);
  z-index: 500;
  display: flex;
  flex-direction: column;
  padding: 0;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-menu.is-open {
  transform: translateX(0);
}
.mob-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 499;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s;
}
.mob-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
.mob-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mob-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.06);
  border: none;
  border-radius: 8px;
  color: rgba(241,241,239,0.7);
  cursor: pointer;
  transition: background 0.2s;
}
.mob-close:hover { background: rgba(255,255,255,0.12); }
.mob-links {
  list-style: none;
  flex: 1;
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mob-links a {
  display: block;
  padding: 14px 0;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgba(241,241,239,0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}
.mob-links a:hover { color: #F249C8; }
.mob-footer {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.mob-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 100px;
  background: rgba(242,73,200,0.12);
  border: 1.5px solid rgba(242,73,200,0.5);
  color: #F249C8;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.mob-cta:hover { background: rgba(242,73,200,0.2); }
.mob-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 13px;
}
.mob-lang-sep { color: rgba(241,241,239,0.2); }
.mob-lang .lang-opt { color: rgba(241,241,239,0.4); }
.mob-lang .lang-opt.active { color: #F1F1EF; font-weight: 600; }

/* ── RESPONSIVE GRID ─────────────────────────────────────────── */

/* ── TABLET: 768px – 1279px (8 colunas) ──────────────────────── */
@media (max-width: 1279px) {
  /* Nav tablet */
  .nav-inner {
    padding: 0 24px;
    column-gap: 16px;
  }
  .nav-logo  { grid-column: 1 / 4; }
  .nav-links { grid-column: 4 / 9; gap: 20px; }
  .nav-right { grid-column: 9 / 13; }

  /* Hero 8 colunas */
  .hv2-inner {
    grid-template-columns: repeat(8, 1fr);
    column-gap: 16px;
    padding: 104px 24px 72px;
  }
  .hv2-text  { grid-column: 1 / 9; text-align: center; }
  .hv2-photo { grid-column: 5 / 9; }

  /* H1: quebra natural no tablet */
  .h1-line { white-space: normal; }

  /* Cursor oculto no tablet — evita sobreposição com texto */
  .hv2-cursor { display: none; }
}

/* ── MOBILE: ≤ 767px ─────────────────────────────────────────── */
@media (max-width: 767px) {
  /* Nav */
  .nav-inner {
    grid-template-columns: 1fr auto;
    column-gap: 0;
    padding: 0 20px;
    height: 60px;
  }
  .nav-logo  { grid-column: 1 / 2; grid-row: 1; }
  .nav-links { display: none; }
  .nav-right {
    grid-column: 2 / 3; grid-row: 1;
    gap: 0;
    justify-content: flex-end;
  }
  .nav-right .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-title { display: none; }

  /* Hero */
  .hv2-inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
    row-gap: 16px;
    padding: 76px 20px 80px;
    min-height: 100svh;
    align-items: start;
  }
  .hv2-photo {
    grid-column: 1 / 5;
    grid-row: 1;
    height: 32vh;
    padding-top: 20px;
    align-self: auto;
    overflow: hidden;
  }
  .hv2-text {
    grid-column: 1 / 5;
    grid-row: 2;
    z-index: 2;
    text-align: center;
  }
  .hv2-photo-img {
    position: absolute;
    bottom: 0; left: 0; right: auto;
    height: calc(100% - 20px);
    width: auto; max-height: none;
  }
  .hv2-photo-slot { height: 200px; border-radius: 14px; }
  .hv2-heading-wrap { margin-bottom: 12px; }
  .hv2-heading {
    font-size: clamp(26px, 7.5vw, 38px);
    line-height: 1.1;
    letter-spacing: -0.5px;
    word-break: break-word;
  }
  .h1-line  { white-space: normal; }
  .hv2-sub  { font-size: 15px; line-height: 1.6; margin-bottom: 20px; max-width: 100%; }
  .hv2-btn  { padding: 12px 32px; font-size: 14px; }
  .hv2-cursor { display: none; }
  .hv2-glow   { width: 100%; left: -10%; }
}

/* ── MOBILE PORTRAIT: ≤ 480px ───────────────────────────────── */
@media (max-width: 480px) {
  .nav-inner { padding: 0 16px; }
  .nav-logo-mark { height: 32px; }
  .nav-logo-mark img { height: 32px; }
  .nav-name  { font-size: 13px; }

  .hv2-inner { padding: 68px 16px 72px; row-gap: 12px; }
  .hv2-photo { height: 30vh; }
  .hv2-sub { font-size: 15px; }
}

.pv2-section {
  /* Quebra o container genérico section { max-width: 1100px; margin: 0 auto } */
  max-width: 100%;
  width: 100%;
  margin: 0;
  margin-top: -56px;    /* peek discreto: ~56px do hero ficam visíveis antes do painel */
  padding: 60px 32px 72px;

  position: relative;
  z-index: 2;         /* acima do hero sticky (z-index: 1) */
  background: #0a0719;
  border-radius: 24px 24px 0 0;   /* elegante, não card gigante */
  overflow: hidden;
}

/* Background decorativo */
.pv2-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
/* Decorações: textura, não competidoras do conteúdo */
.pv2-deco-left {
  position: absolute;
  top: 2%; left: 3%;
  width: 18%;
  max-width: 260px;
  transform: rotate(-67deg);
  opacity: 0.06;
  filter: blur(0.5px);
}
.pv2-deco-meteor {
  position: absolute;
  top: 5%; right: 4%;
  width: 12%;
  max-width: 180px;
  opacity: 0.07;
  filter: blur(0.5px);
}
.pv2-deco-planet {
  position: absolute;
  bottom: 8%; right: 2%;
  width: 10%;
  max-width: 150px;
  opacity: 0.05;
  filter: blur(0.5px);
}
/* Constelação: textura mínima, quase invisível */
.pv2-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(242,73,200,0.6) 1px, transparent 1px),
    radial-gradient(circle, rgba(120,40,154,0.5) 1px, transparent 1px),
    radial-gradient(circle, rgba(180,40,140,0.5) 1px, transparent 1px),
    radial-gradient(circle, rgba(242,73,200,0.4) 1px, transparent 1px);
  background-size: 200px 200px, 280px 280px, 240px 240px, 320px 320px;
  background-position: 8% 20%, 92% 18%, 7% 78%, 91% 80%;
  background-repeat: no-repeat;
  opacity: 0.04;   /* textura quase invisível */
}

/* ── Cosmos SVG constellation layer ── */
.pv2-cosmos {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* Nebula supplement blobs */
.pv2-nebula {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}
.pv2-nebula-tl {
  width: 380px;
  height: 240px;
  top: 5%;
  left: -6%;
  background: radial-gradient(ellipse at center, rgba(120,40,154,0.10) 0%, transparent 70%);
}
.pv2-nebula-br {
  width: 340px;
  height: 220px;
  bottom: 8%;
  right: -4%;
  background: radial-gradient(ellipse at center, rgba(242,73,200,0.07) 0%, transparent 70%);
}

/* Inner container — mesma grid da página */
.pv2-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Label */
.pv2-label {
  font-family: 'Satoshi', 'Satoshi Variable', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

/* Heading */
.pv2-heading {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 24px;
  text-align: center;
}
.pv2-h-line {
  display: block;
}
.pv2-h-gradient {
  display: block;
  font-weight: 700;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Tagline — frase âncora da metáfora */
.pv2-tagline {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: rgba(241,241,239,0.55);
  max-width: 680px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  margin: 0 0 20px;
  border-left: 2px solid #F249C8;
  padding-left: 18px;
}

/* Descrição */
.pv2-desc {
  font-family: 'Satoshi', 'Satoshi Variable', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(241,241,239,0.72);
  max-width: 720px;
  line-height: 1.65;
  letter-spacing: -0.2px;
  margin-bottom: 48px;
}

/* Grid de 4 etapas — alinhamento rigoroso */
.pv2-steps {
  position: relative;   /* para posicionamento absoluto da linha de conexão */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 48px;          /* só gap horizontal — vertical controlado por margin nos filhos */
  width: 100%;
  max-width: 1000px;
  align-items: start;   /* todos começam na mesma linha-base */
}

.pv2-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

/* Container do ícone — mesma altura em todos os cards */
.pv2-icon-wrap {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 0 auto 16px;
  flex-shrink: 0;
  border-radius: 24px;  /* coincide com a borda do bg do SVG */
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, box-shadow, filter;
  z-index: 2;           /* fica acima da linha conectora */
}
.pv2-icon-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pv2-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
  height: 52%;
  object-fit: contain;
}

/* Efeito de hover nos cards */
.pv2-step:hover .pv2-icon-wrap {
  transform: scale(1.03);
  filter: brightness(1.25);
  box-shadow: 0 0 25px rgba(242, 73, 200, 0.38);
}

/* Linhas conectoras — removidas do visual */
.pv2-connector-line,
.pv2-connector-line-glow,
.pv2-steps-connector-svg {
  display: none !important;
}

/* Título da etapa */
.pv2-step-title {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F1F1EF;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

/* Descrição da etapa */
.pv2-step-desc {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(241,241,239,0.62);
  line-height: 1.65;
  letter-spacing: -0.3px;
}

/* Tablet */
@media (max-width: 1279px) {
  .pv2-section { padding: 56px 24px 64px; }
  .pv2-steps { max-width: 100%; gap: 0 24px; }
}

/* Mobile */
@media (max-width: 767px) {
  .pv2-section { padding: 52px 20px 56px; border-radius: 20px 20px 0 0; margin-top: 0; }
  .pv2-steps-connector-svg { display: none; }
  .pv2-label { font-size: 12px; letter-spacing: 2px; margin-bottom: 16px; }
  .pv2-heading { font-size: clamp(24px, 7vw, 34px); letter-spacing: -0.5px; margin-bottom: 16px; }
  .pv2-tagline { font-size: 14px; padding-left: 14px; margin: 0 0 14px; }
  .pv2-desc { font-size: 15px; margin-bottom: 36px; max-width: 100%; }
  .pv2-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
    max-width: 100%;
    width: 100%;
  }
  .pv2-icon-wrap { width: 64px; height: 64px; margin-bottom: 12px; border-radius: 18px; }
  .pv2-step-title { font-size: 15px; margin-bottom: 8px; }
  .pv2-step-desc  { font-size: 14px; line-height: 1.55; }
  .pv2-deco-left,
  .pv2-deco-meteor,
  .pv2-deco-planet { display: none; }
}

@media (max-width: 480px) {
  .pv2-section { padding: 44px 16px 48px; margin-top: 0; }
  .pv2-steps { gap: 24px 12px; }
  .pv2-icon-wrap { width: 56px; height: 56px; border-radius: 16px; }
}

.svc-section {
  background: #0a0719;
  padding: 96px 32px 104px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.svc-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.svc-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(242,73,200,0.6) 1px, transparent 1px),
    radial-gradient(circle, rgba(120,40,154,0.5) 1px, transparent 1px),
    radial-gradient(circle, rgba(242,73,200,0.4) 1px, transparent 1px),
    radial-gradient(circle, rgba(180,40,140,0.5) 1px, transparent 1px);
  background-size: 200px 200px, 280px 280px, 320px 320px, 240px 240px;
  background-position: 12% 22%, 88% 15%, 92% 82%, 5% 75%;
  background-repeat: no-repeat;
  opacity: 0.04;
}
.svc-cosmos {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.svc-nebula {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}
.svc-nebula-tl {
  width: 420px; height: 260px;
  top: 4%; left: -8%;
  background: radial-gradient(ellipse at center, rgba(120,40,154,0.09) 0%, transparent 70%);
}
.svc-nebula-br {
  width: 380px; height: 240px;
  bottom: 6%; right: -5%;
  background: radial-gradient(ellipse at center, rgba(242,73,200,0.06) 0%, transparent 70%);
}
.svc-nebula-c {
  width: 500px; height: 320px;
  top: 30%; left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(120,40,154,0.05) 0%, transparent 70%);
  filter: blur(90px);
}
.svc-nebula-l {
  width: 260px; height: 480px;
  top: 18%; left: -4%;
  background: radial-gradient(ellipse at center, rgba(100,30,140,0.11) 0%, transparent 70%);
  filter: blur(75px);
}
.svc-nebula-r {
  width: 260px; height: 480px;
  top: 18%; right: -4%;
  background: radial-gradient(ellipse at center, rgba(180,50,160,0.08) 0%, transparent 70%);
  filter: blur(75px);
}

.svc-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── Section header ── */
.svc-hdr {
  text-align: center;
  margin-bottom: 56px;
  max-width: 720px;
}
.svc-hdr-label {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
  display: block;
}
.svc-hdr-heading {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 300;
  color: #F1F1EF;
  line-height: 1.35;
  letter-spacing: -1px;
}
.svc-hdr-heading em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Card grid ── */
.svc-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: 100%;
}
.svc-row {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

/* ── Individual card ── */
.svc-card {
  position: relative;
  width: 352px;
  min-height: 372px;
  flex-shrink: 0;
  padding: 72px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.svc-card:hover {
  transform: translateY(-6px);
}
.svc-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  transition: filter 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.svc-card:hover .svc-card-bg {
  filter: brightness(1.25)
          drop-shadow(0 0 12px rgba(242, 73, 200, 0.55))
          drop-shadow(0 0 28px rgba(242, 73, 200, 0.22));
}
.svc-card-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, filter;
}
.svc-card:hover .svc-card-icon {
  transform: scale(1.10);
  filter: brightness(1.3) drop-shadow(0 0 10px rgba(242, 73, 200, 0.55));
}
.svc-card-icon--tall {
  width: 42px;
  height: 66px;
}
.svc-card-title {
  position: relative;
  z-index: 1;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F1F1EF;
  letter-spacing: 0;
  line-height: 1.33;
  margin: 0;
  transition: color 0.4s ease;
}
.svc-card:hover .svc-card-title {
  background: linear-gradient(180deg, #F249C8 0%, #C44DB8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.svc-card-desc {
  position: relative;
  z-index: 1;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(241, 241, 239, 0.72);
  letter-spacing: -1px;
  line-height: 1.44;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 1279px) {
  .svc-section { padding: 80px 24px 88px; }
  .svc-card { width: 300px; padding: 56px 36px; min-height: 320px; }
  .svc-card-title { font-size: 16px; }
  .svc-card-desc  { font-size: 16px; }
}

@media (max-width: 1023px) {
  .svc-card { width: 280px; padding: 48px 28px; }
}

@media (max-width: 767px) {
  .svc-section { padding: 52px 20px 60px; }
  .svc-inner { width: 100%; }
  .svc-hdr { margin-bottom: 32px; max-width: 100%; width: 100%; }
  .svc-hdr-label { font-size: 12px; }
  .svc-hdr-heading { font-size: clamp(24px, 7vw, 34px); letter-spacing: -0.5px; word-break: break-word; }

  /* Cards empilhados em coluna, centralizados — ~80% da área útil */
  .svc-grid { gap: 20px; align-items: center; }
  .svc-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .svc-card {
    width: calc(100% - 56px);
    max-width: 320px;
    min-height: 260px;
    height: auto;
    padding: 40px 20px;
    gap: 14px;
    flex-shrink: 0;
    align-self: center;
  }
  .svc-card-icon { width: 56px; height: 56px; }
  .svc-card-icon--tall { width: 40px; height: 62px; }
  .svc-card-title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .svc-card-desc {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.3px;
  }
}

@media (max-width: 390px) {
  .svc-section { padding: 44px 16px 52px; }
  .svc-card {
    width: calc(100% - 40px);
    padding: 36px 16px;
  }
}

/* CASES */
.cases-section { background: #08071a; padding: 72px 0 80px; }
.cases-inner { width: 100%; max-width: 960px; margin: 0 auto; padding: 0 40px; }
.cases-header {
  text-align: center;
  margin-bottom: 48px;
}
.cases-label-new {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #F249C8, #78289A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 14px;
}
.cases-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  gap: 0;
}
.cases-h-regular {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-weight: 300;
  color: #F1F1EF;
}
.cases-h-gradient {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-weight: 700;
  background: linear-gradient(to bottom, #F249C8, #78289A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cases-subtitle {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(241,241,239,0.6);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: -0.1px;
}
.cases-footer {
  text-align: center;
  margin-top: 40px;
}
.cases-see-all {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #F1F1EF;
  background: none;
  border: 1.5px solid rgba(242,73,200,0.35);
  border-radius: 100px;
  padding: 12px 28px;
  cursor: pointer;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  letter-spacing: 0.2px;
}
.cases-see-all:hover {
  background: rgba(242,73,200,0.1);
  border-color: #F249C8;
  color: #F249C8;
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.case-card {
  background: linear-gradient(130.38deg, rgba(26,26,26,0.5) 43.37%, rgba(21,21,21,0.5) 68.02%, rgba(16,16,16,0.5) 92.66%);
  border: 1px solid #78289a;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: border-color 0.3s, transform 0.3s;
}
.case-card:hover {
  border-color: #F249C8;
  transform: translateY(-4px);
}
.case-img-area {
  padding: 14px 14px 0;
  flex-shrink: 0;
}
.case-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  height: 255px;
  position: relative;
}
.case-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transform-origin: top center;
}
.case-img--top {
  object-position: 50% 15%;
}
.case-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 20px 24px;
  gap: 10px;
}
.case-tags-line {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #a594fd;
  margin: 0;
}
.case-text-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.case-title {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f1f1ef;
  line-height: 1.35;
  margin: 0;
}
.case-desc {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #adadad;
  line-height: 1.55;
  letter-spacing: -0.1px;
  margin: 0;
}
.case-cta {
  margin-top: auto;
  padding-top: 16px;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(241, 241, 239, 0.45);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
  pointer-events: none;
}
.case-card:hover .case-cta {
  color: #F249C8;
}
.reveal-block {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  transform-origin: top center;
}
/* .case-tag kept for overlay use only */
.case-tag {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 100px;
  background: #f0ebfa;
  color: #7c5cbf;
}

.about-v2-section {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0;
  background: #09070e url('components/sobre-mim/background-sobre-mim.webp') center center / cover no-repeat;
  overflow: hidden;
  padding: 64px 0;
}
.about-v2-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.about-v2-left {
  display: flex;
  flex-direction: column;
}
.about-v2-label {
  font-family: 'Satoshi Variable', 'Satoshi', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F249C8, #78289A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}
.about-v2-heading {
  font-family: 'Satoshi Variable', 'Satoshi', sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #F1F1EF;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
}
.about-v2-h-light { display: block; }
.about-v2-h2 { display: block; }
.about-v2-h2-em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(180deg, #F249C8, #78289A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-v2-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-v2-body p {
  font-family: 'Satoshi Variable', 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #F1F1EF;
  letter-spacing: -0.2px;
  margin: 0;
}
.about-v2-body strong {
  font-weight: 500;
}
.about-v2-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 13px 28px;
  border-radius: 100px;
  border: 1.5px solid rgba(242,73,200,0.55);
  color: #F249C8;
  font-family: 'Satoshi Variable', 'Satoshi', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.about-v2-cta:hover {
  background: rgba(242,73,200,0.10);
  border-color: rgba(242,73,200,0.80);
  box-shadow: 0 0 18px rgba(242,73,200,0.18);
}

/* Coluna direita: card + tags */
.about-v2-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-v2-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 560px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(242,73,200,0.6), rgba(120,40,154,0.8));
  border: 1px solid #78289A;
  overflow: hidden;
  flex-shrink: 0;
}
.about-v2-photo {
  position: absolute;
  width: 95%;
  height: 112%;
  top: 6%;
  left: 5%;
  object-fit: cover;
  object-position: center top;
}
.about-v2-tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 36px;
  border: 1px solid #78289A;
  background: linear-gradient(157deg, rgba(26,26,26,0.88) 43%, rgba(21,21,21,0.88) 68%, rgba(16,16,16,0.88) 93%);
  backdrop-filter: blur(8px);
  color: #F1F1EF;
  font-family: 'Satoshi Variable', 'Satoshi', sans-serif;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -0.3px;
}
.about-v2-tag-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.about-v2-tag--tl { top: 64px;  left: -24px; }
.about-v2-tag--r  { top: 50%;   right: -24px; transform: translateY(-50%); }
.about-v2-tag--bl { bottom: 64px; left: -24px; }

@media (max-width: 960px) {
  .about-v2-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-v2-right { justify-content: flex-start; }
  .about-v2-card { max-width: 100%; height: 380px; }
}
@media (max-width: 767px) {
  .about-v2-section { padding: 48px 0; }
  .about-v2-inner { padding: 0 20px; gap: 32px; }
  .about-v2-label { font-size: 12px; }
  .about-v2-heading { font-size: clamp(24px, 7vw, 34px); letter-spacing: -0.5px; margin-bottom: 14px; }
  .about-v2-body { font-size: 15px; line-height: 1.65; }
  .about-v2-card { height: 340px; }
  .about-v2-photo { width: 100%; height: 105%; top: 10%; left: 0; }
  .about-v2-tag { font-size: 12px; padding: 10px 14px; white-space: nowrap; }
  .about-v2-tag-icon { width: 22px; height: 22px; }
  .about-v2-tag--tl { top: 28px; left: 8px; }
  .about-v2-tag--r  { top: auto; bottom: 20px; right: 8px; transform: none; }
  .about-v2-tag--bl { bottom: 72px; left: 8px; }
}
@media (max-width: 480px) {
  .about-v2-inner { padding: 0 16px; }
  .about-v2-card { height: 300px; }
}

/* FOOTER */
.site-footer {
  background: #08071a;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #f1f1ef;
}

/* Footer dentro dos overlays de case */
.co-footer-clone {
  margin-top: 80px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 48px 56px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px;
}
.footer-logo-img {
  height: 64px;
  width: auto;
  flex-shrink: 0;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer-name {
  font-size: 16px;
  font-weight: 500;
  color: #f1f1ef;
  letter-spacing: -0.03em;
}
.footer-title-gradient {
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(180deg, #f249c8, #78289a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.03em;
}
.footer-tagline {
  font-size: 14px;
  color: rgba(241, 241, 239, 0.6);
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.footer-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(241, 241, 239, 0.65);
  font-size: 14px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.footer-info-item svg {
  flex-shrink: 0;
  color: rgba(241, 241, 239, 0.45);
}
.footer-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.75;
  object-fit: contain;
}
.footer-col-title {
  font-size: 11px;
  font-weight: 500;
  background: linear-gradient(180deg, #f249c8, #78289a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-nav a {
  font-size: 14px;
  color: #f1f1ef;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.03em;
  transition: opacity 0.2s;
}
.footer-nav a:hover {
  opacity: 0.7;
}
.footer-social-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-social-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f1f1ef;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.03em;
  transition: opacity 0.2s;
}
.footer-social-item:hover {
  opacity: 0.7;
}
.footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f1f1ef;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.03em;
  transition: opacity 0.2s;
}
.footer-contact-item:hover {
  opacity: 0.7;
}
.footer-contact-item svg,
.footer-social-item svg {
  flex-shrink: 0;
  opacity: 0.75;
}
.footer-bottom {
  border-top: 1px solid rgba(241, 241, 239, 0.08);
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 48px 32px;
}
.footer-bottom p {
  font-size: 12px;
  color: rgba(241, 241, 239, 0.25);
  letter-spacing: -0.01em;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  nav { padding: 20px 24px; }
  .nav-links { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px 32px; padding: 56px 24px 48px; }
  .footer-col--brand { grid-column: 1 / -1; }
  .footer-bottom { padding: 20px 24px 28px; }

  /* Cases */
  .cases-section { padding: 52px 0 56px; }
  .cases-inner { width: 100%; padding: 0 20px; }
  .cases-label-new { font-size: 12px; }
  .cases-heading { font-size: clamp(24px, 7vw, 34px); letter-spacing: -0.5px; }
  .contact-heading { font-size: clamp(24px, 7vw, 36px); }
  .cases-subtitle { font-size: 15px; max-width: 100%; }
  .cases-header { margin-bottom: 28px; }
  .cases-grid { grid-template-columns: 1fr; gap: 14px; width: 100%; }
  .case-card { width: 100%; }
  .case-img-area { padding: 10px 10px 0; }
  .case-img-wrap { height: 180px; }
  .case-content { padding: 12px 14px 16px; gap: 8px; }
  .case-title { font-size: 15px; line-height: 1.3; }
  .case-desc  { font-size: 14px; }
  .case-cta   { font-size: 12px; padding-top: 10px; }
}

@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-col--brand { grid-column: auto; }
}

/* SCROLL ANIMATIONS — GSAP targets these elements */
nav,
.cases-heading,
.case-card {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

.case-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 250;
  display: none;
}

.co-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 350;
  background: rgba(8, 6, 25, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
  font-weight: 400;
}
.co-nav *,
.co-nav .nav-name,
.co-nav .nav-title,
.co-nav .nav-links a,
.co-nav .nav-cta,
.co-nav .co-back,
.co-nav .lang-toggle,
.co-nav .lang-opt,
.co-nav .lang-sep {
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.co-nav .nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  align-items: center;
  height: 72px;
}
.co-nav .nav-logo  { grid-column: 1 / 4; }
.co-nav .nav-links { grid-column: 4 / 9; }
.co-nav .nav-right { grid-column: 9 / 13; justify-content: flex-end; }

.co-back {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(241,241,239,0.65);
  background: none;
  border: 1.5px solid rgba(241,241,239,0.18);
  border-radius: 100px;
  padding: 8px 18px;
  cursor: pointer;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.co-back:hover { border-color: #F249C8; color: #F249C8; }

.co-scroll {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* HERO */
.co-hero { padding: 72px 0 60px; }
.co-hero-1 { background: linear-gradient(135deg, #e8d5f5 0%, #d4b8f0 100%); }
.co-hero-2 { background: linear-gradient(135deg, #d5e8f5 0%, #b8d4f0 100%); }
.co-hero-3 { background: linear-gradient(135deg, #f5e8d5 0%, #f0d4b8 100%); }

.co-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 48px;
}

.co-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.1;
  color: #1a1a1a;
  font-weight: 400;
  margin: 20px 0 18px;
}

.co-lead {
  font-size: 17px;
  color: #3a3a3a;
  line-height: 1.75;
  font-weight: 300;
  max-width: 680px;
  margin-bottom: 36px;
}

.co-meta-row { display: flex; gap: 40px; flex-wrap: wrap; }
.co-meta-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(26,26,26,0.45);
  margin-bottom: 4px;
  font-weight: 500;
}
.co-meta-val { font-size: 14px; color: #1a1a1a; font-weight: 500; }

/* TAGS in overlay — restore light style for case study overlays */
.case-overlay .case-tag { background: #f0ebfa; color: #7c5cbf; border: none; }
.case-tag-blue { background: #e8f1fb; color: #2a74c0; }
.case-tag-orange { background: #fdf0e0; color: #c47a10; }

/* NDA BANNER */
.co-nda {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #faf9f7;
  border: 1px solid #ede8f5;
  border-radius: 12px;
  padding: 18px 24px;
  max-width: 900px;
  margin: 40px auto 0;
  padding-left: 48px; padding-right: 48px;
  box-sizing: border-box;
}
.co-nda svg { flex-shrink: 0; margin-top: 2px; color: #aaa; }
.co-nda p { font-size: 13px; color: #777; line-height: 1.6; }

/* BODY */
.co-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 48px 64px;
}

.co-section {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  padding: 60px 0;
  border-bottom: 1px solid #f0ecf8;
}
.co-section:last-child { border-bottom: none; }

.co-num {
  font-family: 'DM Serif Display', serif;
  font-size: 44px;
  color: #e8e0f5;
  line-height: 1;
  padding-top: 6px;
  flex-shrink: 0;
}
.co-num-blue { color: #cce0f5; }
.co-num-orange { color: #f5ddb8; }

.co-section-h {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 20px;
}

.co-section-content p {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.85;
  font-weight: 300;
}
.co-section-content p + p { margin-top: 14px; }

/* QUOTE */
.co-quote {
  border-left: 3px solid #9b7cd4;
  padding: 16px 20px;
  margin: 24px 0;
  font-family: 'DM Serif Display', serif;
  font-size: 19px;
  color: #2a2a2a;
  font-style: italic;
  line-height: 1.5;
  background: #faf8ff;
  border-radius: 0 10px 10px 0;
}
.co-quote cite {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-style: normal;
  color: #aaa;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.co-quote-blue { border-left-color: #378add; background: #f4f9ff; }
.co-quote-orange { border-left-color: #ef9f27; background: #fffaf3; }

/* STEPS */
.co-steps { margin: 20px 0; }
.co-step {
  padding: 20px 0;
  border-bottom: 1px solid #f5f2fb;
}
.co-step:last-child { border-bottom: none; }
.co-step-head { font-size: 14px; font-weight: 500; color: #1a1a1a; margin-bottom: 6px; }
.co-step p { font-size: 14px; color: #555; line-height: 1.75; font-weight: 300; margin: 0; }

/* CALLOUT */
.co-callout {
  background: #f5f0fb;
  border-radius: 10px;
  padding: 18px 22px;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.65;
  margin-top: 20px;
}
.co-callout strong { color: #7c5cbf; }
.co-callout-blue { background: #f0f7ff; }
.co-callout-blue strong { color: #2a74c0; }
.co-callout-orange { background: #fff8ee; }
.co-callout-orange strong { color: #c47a10; }

/* RESULTS */
.co-results-section {
  background: #faf9f7;
  border-radius: 20px;
  border: 1px solid #ede8f5 !important;
  padding: 48px !important;
  margin: 16px 0;
}
.co-results-blue { border-color: #ddeeff !important; background: #f7fbff; }
.co-results-orange { border-color: #f5e4cc !important; background: #fffaf5; }

.co-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 12px;
}
.co-metric {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  border: 1px solid #ede8f5;
}
.co-metric-n {
  font-family: 'DM Serif Display', serif;
  font-size: 38px;
  color: #7c5cbf;
  line-height: 1;
  margin-bottom: 8px;
}
.co-metric-blue .co-metric-n { color: #378add; }
.co-metric-orange .co-metric-n { color: #ef9f27; }
.co-metric-d { font-size: 13px; color: #666; line-height: 1.5; font-weight: 300; }

/* FOOTER NAV */
.co-footer-nav {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 48px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ede8f5;
}
.co-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  background: none;
  border: 1.5px solid #e0daea;
  border-radius: 100px;
  padding: 11px 22px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
}
.co-back-btn:hover { border-color: #7c5cbf; color: #7c5cbf; }
.co-next-btn {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #1a1a1a;
  border: none;
  border-radius: 100px;
  padding: 11px 26px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.2s;
}
.co-next-btn:hover { background: #333; }

#co-scroll-1,
#co-scroll-2,
#co-scroll-3 { background: #121212; }

/* Avanti — teal accent */
#co-scroll-2 .cs3-label,
#co-scroll-2 .cs3-meta-key { color: #199b91; }

/* SEPOG — teal accent */
#co-scroll-3 .cs3-label,
#co-scroll-3 .cs3-meta-key { color: #199b91; }

/* Persona initial avatar (no photo) */
.cs3-persona-initial {
  width: 106px;
  height: 107px;
  border-radius: 53px 0 0 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: rgba(255,255,255,0.18);
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

/* Header */
.cs3-header {
  padding: 100px 24px 60px;
  text-align: center;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.cs3-label {
  color: #a594fd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.cs3-title {
  color: #f1f1ef;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  max-width: 900px;
  margin: 0 auto 20px;
}
.cs3-subtitle {
  color: #adadad;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  max-width: 900px;
  margin: 0 auto 48px;
}
.cs3-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 64px;
  justify-content: center;
}
.cs3-meta-item { text-align: left; min-width: 120px; }
.cs3-meta-key {
  color: #a594fd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.cs3-meta-val {
  color: #adadad;
  font-size: 14px;
  line-height: 1.5;
}

/* Full-width sections */
.cs3-full-section {
  max-width: 1340px;
  margin: 0 auto 72px;
  padding: 0 32px;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.cs3-rounded-img {
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  max-height: 520px;
}

/* Centered text sections */
.cs3-center-section {
  max-width: 720px;
  margin: 0 auto 56px;
  padding: 0 24px;
  text-align: center;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.cs3-section-h {
  color: #f1f1ef;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58;
  margin-bottom: 16px;
}
.cs3-section-text {
  color: #adadad;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

/* Contribution table */
.cs3-table-card {
  background: #90a1b9;
  border-radius: 16px;
  overflow: hidden;
  padding: 28px;
}
.cs3-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}
.cs3-table thead tr { background: #f0f0f0; }
.cs3-table th {
  color: #1351b4;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 16px;
  text-align: left;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.cs3-table th:first-child { width: 38%; }
.cs3-table td {
  padding: 18px 16px;
  font-size: 17px;
  color: #000;
  background: white;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.cs3-table tbody tr { border-top: 1px solid #ccc; }

/* Personas card */
.cs3-personas-card {
  background: #3e67c6;
  border-radius: 16px;
  padding: 32px 40px 32px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  overflow: hidden;
}
.cs3-persona-bubble {
  background: #fbfbfb;
  border-radius: 53px;
  padding: 3px 18px 3px 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  overflow: hidden;
}
.cs3-persona-bubble--center {
  margin-bottom: 52px;
}
.cs3-persona-photo-wrap {
  width: 106px;
  height: 107px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 53px 0 0 53px; /* matches pill left curvature */
  position: relative;
}
.cs3-persona-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs3-persona-name {
  font-size: 17px;
  font-weight: 700;
  color: #3e3e3e;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
  line-height: 1.55;
  white-space: nowrap;
}
.cs3-persona-role {
  font-size: 14px;
  color: #3e3e3e;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
  white-space: nowrap;
}

/* Challenges grid */
.cs3-challenges-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.cs3-challenges-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.cs3-challenge { padding: 16px 12px; }
.cs3-challenge-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 14px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.cs3-challenge-title {
  color: #f1f1ef;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.cs3-challenge-desc {
  color: #adadad;
  font-size: 14px;
  line-height: 1.45;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}

.cs3-challenge-white .cs3-card-icon-wrap {
  margin: 0 auto;
  flex-shrink: 0;
}

/* White challenge card (Figma style) */
.cs3-challenge-white {
  background: #ffffff;
  border-radius: 16px;
  padding: 34px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
  text-align: center;
}
.cs3-challenge-white .cs3-challenge-title {
  color: #1351b4;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 28px;
}
.cs3-challenge-white .cs3-challenge-desc {
  color: #2a282f;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.18px;
  text-align: center;
}

/* Screenshots card */
.cs3-screenshots-card {
  background: #e8e8e6;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cs3-screenshot { width: 100%; border-radius: 10px; display: block; }
/* Local images — original size, centered, no stretch */
.cs3-img-natural {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
}
.cs3-screenshots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cs3-screenshots-grid .cs3-img-natural { border-radius: 12px; }

/* Three cards: Before / Design Goals / After */
.cs3-three-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cs3-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  padding: 36px 32px 40px;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.cs3-card-icon-wrap {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: linear-gradient(160deg, #c8deff 0%, #2670e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  flex-shrink: 0;
}
.cs3-card-icon-main {
  width: 32px;
  height: 32px;
  display: block;
  filter: brightness(0) invert(1);
}
.cs3-card-title {
  color: #1351b4;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.cs3-card-items { display: flex; flex-direction: column; gap: 12px; }
.cs3-card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cs3-check-icon { width: 27px; height: 27px; flex-shrink: 0; margin-top: 2px; }
.cs3-card-item-text {
  color: #2a282f;
  font-size: 20px;
  line-height: 1.4;
}

/* ── Hero ── */
.cs3-hero-box {
  position: relative;
  background: #e5eaef;
  border-radius: 16px;
  overflow: hidden;
  height: 420px;
  display: flex;
  align-items: center;
}
.cs3-hero-bg {
  position: absolute;
  inset: 0;
  width: 115%;
  height: 175%;
  top: -48%;
  left: -8%;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.49;
  pointer-events: none;
}
.cs3-hero-mockup {
  position: absolute;
  right: 0;
  top: 10px;
  width: 37%;
  height: 95%;
  object-fit: contain;
  object-position: top left;
}

/* ── SEPOG: Discovery canvas (3 side-by-side) ── */
.cs3-discovery-box {
  background: #f1f1ef;
  border-radius: 16px;
  overflow: hidden;
  height: 380px;
  display: flex;
  align-items: center;
  gap: 0;
}
.cs3-discovery-box .cs3-disc-img {
  flex: 1 1 0;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

/* ── SEPOG: Canvas comparison (2 side-by-side) ── */
.cs3-canvas-pair {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 380px;
  display: grid;
  grid-template-columns: 5fr 6fr;
}
.cs3-canvas-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* ── SEPOG: Experience screenshot boxes ── */
.cs3-exp-box {
  border-radius: 16px;
  overflow: hidden;
  height: 520px;
}
.cs3-exp-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.cs3-exp-box--slate  { background: #90a1b9; }
.cs3-exp-box--silver { background: #e2e8f0; }
.cs3-exp-box--dark   { background: #1e293b; }

/* ── SEPOG: PM detail (side-by-side screenshots) ── */
.cs3-pm-detail {
  background: #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  height: 520px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
}
.cs3-pm-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* ── Context tools flow ── */
.cs3-context-box {
  background: #199b91;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.cs3-context-inner {
  background: white;
  border-radius: 16px;
  height: 124px;
  width: 772px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.cs3-context-tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.cs3-context-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.8px solid white;
  box-shadow: 0 1px 1.5px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
  flex-shrink: 0;
}
.cs3-context-icon--green  { background: #ecfdf5; }
.cs3-context-icon--blue   { background: #eff6ff; }
.cs3-context-icon--yellow { background: #fffbeb; }
.cs3-context-icon--gray   { background: #f8fafc; }
.cs3-context-icon--teal   { background: rgba(25,155,145,.1); box-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.1); }
.cs3-context-tool > span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #2a282f;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  line-height: 16px;
}
.cs3-context-arrow { display: block; flex-shrink: 0; }

/* ── Human-side user cards ── */
.cs3-user-cards-wrapper {
  background: #f1f1ef;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  justify-content: center;
}
.cs3-user-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 780px;
  width: 100%;
}
.cs3-user-card {
  background: #1e293b;
  border: 1px solid #f4eeee;
  border-radius: 16px;
  padding: 28px 28px 30px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.cs3-user-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cs3-user-avatar-pill {
  width: 62px;
  height: 60px;
  background: #199b91;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cs3-user-name {
  font-size: 20px;
  font-weight: 800;
  color: #199b91;
  text-transform: capitalize;
  letter-spacing: .7px;
  margin: 0;
  font-family: 'Inter', sans-serif;
}
.cs3-user-needed {
  font-size: 15px;
  color: white;
  margin: 0;
  opacity: .85;
  font-family: 'Inter', sans-serif;
  letter-spacing: .3px;
}
.cs3-user-questions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.cs3-user-questions li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: white;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
}
.cs3-user-q-dot {
  width: 42px; height: 41px;
  min-width: 42px;
  background: #d9d9d9;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cs3-user-q-dot svg { width: 22px; height: 22px; }

/* ── Discovery canvas ── */
.cs3-discovery-box {
  background: #f1f1ef;
  border-radius: 16px;
  overflow: hidden;
}
.cs3-discovery-header {
  padding: 20px 28px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs3-discovery-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #199b91;
  font-family: 'Inter', sans-serif;
}
.cs3-discovery-sub {
  font-size: 12px;
  font-weight: 700;
  color: #90a1b9;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
}
.cs3-discovery-imgs {
  display: flex;
  height: 360px;
}
.cs3-disc-img {
  flex: 1 1 0;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

/* ── Discovery insight ── */
.cs3-insight-box {
  background: #1eb1e7;
  border-radius: 16px;
  padding: 29px;
  display: grid;
  grid-template-columns: repeat(3, 279px);
  gap: 24px;
  justify-content: center;
}
.cs3-insight-card {
  border-radius: 24px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 229px;
  box-sizing: border-box;
}
.cs3-insight-card--red    { background: #fff1f2; border: .8px solid #ffe4e6; }
.cs3-insight-card--orange { background: #fff7ed; border: .8px solid #ffedd4; }
.cs3-insight-card--dark   { background: #f1f5f9; border: .8px solid #e2e8f0; }
.cs3-insight-icon {
  width: 48px; height: 48px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cs3-insight-icon--red    { background: #ff2056; box-shadow: 0 10px 7.5px #ffccd3, 0 4px 3px #ffccd3; }
.cs3-insight-icon--orange { background: #ff6900; box-shadow: 0 10px 7.5px #ffd6a8, 0 4px 3px #ffd6a8; }
.cs3-insight-icon--dark   { background: #45556c; box-shadow: 0 10px 7.5px #e2e8f0, 0 4px 3px #e2e8f0; }
.cs3-insight-title {
  font-size: 14px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0; font-family: 'Inter', sans-serif;
  line-height: 20px;
}
.cs3-insight-card--red    .cs3-insight-title { color: #ec003f; }
.cs3-insight-card--orange .cs3-insight-title { color: #f54900; }
.cs3-insight-card--dark   .cs3-insight-title { color: #314158; }
.cs3-insight-desc {
  font-size: 14px; font-weight: 500; line-height: 1.625;
  margin: 0; font-family: 'Inter', sans-serif;
}
.cs3-insight-card--red    .cs3-insight-desc { color: rgba(139,8,54,.7); }
.cs3-insight-card--orange .cs3-insight-desc { color: rgba(126,42,12,.7); }
.cs3-insight-card--dark   .cs3-insight-desc { color: rgba(15,23,43,.7); }

/* ── Natural-size images & videos ── */
.cs3-natural-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cs3-svg-full {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border-radius: 16px;
}

/* ── Canvas discovery pair (7:3 ratio, fixed 511px height) ── */
.cs3-canvas-discovery {
  display: flex;
  gap: 8px;
  height: 511px;
}
.cs3-canvas-discovery img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  min-width: 0;
  display: block;
}
.cs3-canvas-discovery img:first-child { flex: 7; }
.cs3-canvas-discovery img:last-child  { flex: 3; }

/* ── Secretary: video + list side by side ── */
.cs3-secretary-media-row {
  display: flex;
  gap: 24px;
  height: 556px;
}
.cs3-secretary-video-card {
  flex: 603;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
}
.cs3-secretary-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cs3-secretary-list-card {
  flex: 624;
  min-width: 0;
  background: #f1f1ef;
  border-radius: 16px;
  overflow: hidden;
  padding: 40px;
  box-sizing: border-box;
}
.cs3-secretary-list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* ── Secretary dashboard bottom card ── */
.cs3-secretary-dashboard-card {
  background: #1e293b;
  border-radius: 16px;
  height: 617px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}
.cs3-secretary-dashboard-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

@media (max-width: 768px) {
  .cs3-secretary-media-row { flex-direction: column; height: auto; }
  .cs3-secretary-video-card,
  .cs3-secretary-list-card  { flex: none; width: 100%; height: 300px; }
  .cs3-secretary-dashboard-card { height: 300px; }
}

/* ── PM Experience: 3-container grid ─────────────────────────────────────
   Col 1 (58%): video card — spans rows 1 + 2
   Col 2 (42%): row 1 = philosophy card | row 2 = principle cards container
   ─────────────────────────────────────────────────────────────────────── */
.cs3-pm-bottom-row {
  display: grid;
  grid-template-columns: 58fr 42fr;
  grid-template-rows: auto auto;
  gap: 16px;
}

/* Container 1 — Video (col 1, spans both rows) */
.cs3-pm-video-card {
  grid-column: 1;
  grid-row: 1 / 3;
  background: #1e293b;
  border-radius: 20px;
  overflow: hidden;
  min-height: 420px;
}
.cs3-pm-video-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0f172a;
}
.cs3-pm-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Container 2 — Philosophy card (col 2, row 1, standalone) */
.cs3-pm-philosophy-card {
  grid-column: 2;
  grid-row: 1;
  background: #edf8f7;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.cs3-pm-philo-icon-wrap {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: #199b91;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cs3-pm-philo-icon {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}
.cs3-pm-philo-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cs3-pm-philo-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #199b91;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}
.cs3-pm-philo-text {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.45;
  margin: 0;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}

/* Container 3 — Principle cards (col 2, row 2, own container) */
.cs3-pm-principle-container {
  grid-column: 2;
  grid-row: 2;
  background: #dce4f0;
  border-radius: 20px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  align-content: center;
  gap: 12px;
}
.cs3-pm-principle-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cs3-pm-principle-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.cs3-pm-principle-title {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #1a1a2e;
  margin: 0;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
  line-height: 1.4;
}
.cs3-pm-principle-desc {
  font-size: 13px;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
}

@media (max-width: 768px) {
  .cs3-pm-bottom-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .cs3-pm-video-card  { grid-column: 1; grid-row: 1; min-height: 300px; }
  .cs3-pm-philosophy-card { grid-column: 1; grid-row: 2; }
  .cs3-pm-principle-container { grid-column: 1; grid-row: 3; }
}

/* ── Side-by-side image pair (equal width) ── */
.cs3-img-pair {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.cs3-img-pair .cs3-natural-img {
  flex: 1;
  min-width: 0;
  width: 100%;
}

/* .cs3-canvas-pair defined in SEPOG section above */


/* ── UI Design showcase ── */
.cs3-uidesign-box {
  background: #e2e8f0;
  border-radius: 16px;
  padding: 40px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.cs3-uid-col-title {
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1px;
  color: #199b91;
  border-bottom: .8px solid rgba(25,155,145,.1);
  padding-bottom: 10px; margin: 0 0 16px;
  font-family: 'Inter', sans-serif;
}
.cs3-uid-swatches { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cs3-uid-swatch {
  background: white; border: .8px solid #f1f5f9;
  border-radius: 16px; padding: 12px;
  display: flex; flex-direction: column; gap: 6px;
}
.cs3-uid-color { height: 40px; border-radius: 10px; box-shadow: inset 0 2px 4px rgba(0,0,0,.05); }
.cs3-uid-swatch-name { font-size: 9px; font-weight: 900; text-transform: uppercase; color: #2a282f; font-family: 'Inter', sans-serif; }
.cs3-uid-swatch-hex  { font-size: 8px; font-weight: 500; color: #90a1b9; text-transform: uppercase; letter-spacing: -.4px; font-family: 'Inter', sans-serif; }
.cs3-uid-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.cs3-badge {
  height: 36px; padding: 0 14px;
  border-radius: 14px; display: inline-flex; align-items: center;
  font-size: 8px; font-weight: 900; text-transform: uppercase;
  font-family: 'Inter', sans-serif; letter-spacing: .3px;
}
.cs3-badge--green   { background: #ecfdf5; border: .8px solid #d0fae5; color: #009966; }
.cs3-badge--neutral { background: transparent; border: .8px solid rgba(0,0,0,.1); color: #2a282f; }
.cs3-badge--yellow  { background: #fffbeb; border: .8px solid rgba(0,0,0,.1); color: #92400e; }
.cs3-badge--red     { background: #fff1f2; border: .8px solid #ffe4e6; color: #ec003f; }
.cs3-badge--gray    { background: #f8fafc; border: .8px solid #f1f5f9; color: #45556c; }

/* .cs3-exp-box defined in SEPOG section above */


/* ── Design principle cards (Secretary) ── */
.cs3-principle-box {
  background: #1e293b;
  border-radius: 16px;
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(3, 249px);
  gap: 46px;
  justify-content: center;
}
.cs3-principle-card {
  background: #f8fafc; border: .8px solid #f1f5f9;
  border-radius: 16px; padding: 24px;
  min-height: 196px; box-sizing: border-box;
  display: flex; flex-direction: column;
  gap: 0;
}
.cs3-principle-icon {
  width: 24px; height: 24px;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.cs3-principle-title {
  font-size: 14px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .35px; line-height: 20px;
  color: #2a282f; margin: 0 0 8px; font-family: 'Inter', sans-serif;
}
.cs3-principle-desc {
  font-size: 12px; font-weight: 500;
  color: #62748e; line-height: 1.625;
  margin: 0; font-family: 'Inter', sans-serif;
}

/* .cs3-pm-detail defined in SEPOG section above */


/* ── Responsive ── */
@media (max-width: 768px) {
  .cs3-hero-box { height: 260px; }
  .cs3-hero-mockup { width: 55%; }
  .cs3-context-box { padding: 10px; }
  .cs3-context-inner { height: auto; width: 100%; flex-wrap: nowrap; gap: 4px; padding: 10px 6px; }
  .cs3-context-tool { flex: 1; min-width: 0; flex-shrink: 1; gap: 6px; }
  .cs3-context-icon { width: 40px; height: 40px; border-radius: 10px; }
  .cs3-context-icon img { width: 20px !important; height: 20px !important; }
  .cs3-context-tool > span { font-size: 8px; letter-spacing: 0.3px; }
  .cs3-context-arrow { display: none; }
  .cs3-user-cards-wrapper { padding: 20px; }
  .cs3-user-cards { grid-template-columns: 1fr; }
  .cs3-canvas-discovery { flex-direction: column; height: auto; }
  .cs3-canvas-discovery img { height: 260px; width: 100%; }
  .cs3-principle-box { grid-template-columns: 1fr; gap: 16px; }
  .cs3-insight-box { grid-template-columns: 1fr; padding: 20px; }
  .cs3-uidesign-box { grid-template-columns: 1fr; }
  .cs3-canvas-pair { height: 220px; }
  .cs3-discovery-imgs { height: 200px; }
  .cs3-exp-box { height: 280px; }
  .cs3-pm-detail { height: 280px; grid-template-columns: 1fr; }
  .cs3-pm-detail img:last-child { display: none; }
}

/* "Outros projetos" section at the bottom of each case */
.cs3-more-section {
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 0 32px 80px;
  box-sizing: border-box;
  width: 100%;
}
.cs3-more-h {
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #f1f1ef;
  margin: 0 0 28px;
  letter-spacing: -0.3px;
  text-align: left;
}
.cs3-more-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.cs3-more-section .case-card { cursor: pointer; }
.cs3-more-section .case-img-wrap { height: 220px; }
.cs3-more-section .case-tags-line {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs3-more-section .case-title { font-size: 16px; }
.cs3-more-section .case-desc { font-size: 13px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; }
.cs3-more-section .case-content { padding: 12px 16px 18px; }
@media (max-width: 768px) {
  .cs3-more-section { padding: 0 20px 60px; }
}
@media (max-width: 600px) {
  .cs3-more-grid { grid-template-columns: 1fr; }
}

/* Responsive */
@media (max-width: 900px) {
  .cs3-challenges-grid { grid-template-columns: repeat(2, 1fr); }
  .cs3-challenges-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .cs3-three-cards { grid-template-columns: 1fr; }
  .cs3-meta-grid { gap: 24px 40px; }

  /* Challenge cards — tablet: 2 colunas */
  .cs3-challenge-white { padding: 28px 16px; gap: 14px; }
  .cs3-challenge-white .cs3-card-icon-wrap { width: 52px; height: 52px; }
  .cs3-challenge-white .cs3-card-icon-main { width: 26px; height: 26px; }
  .cs3-challenge-white .cs3-challenge-title { font-size: 18px; line-height: 25px; }
  .cs3-challenge-white .cs3-challenge-desc { font-size: 16px; line-height: 22px; }

  /* Objetivos cards — tablet: 1 coluna (já definido em cs3-three-cards) */
  .cs3-card { padding: 28px 24px 32px; }
  .cs3-card-title { font-size: 20px; margin-bottom: 16px; }
  .cs3-card-item-text { font-size: 18px; }
}
@media (max-width: 600px) {
  .cs3-header { padding-top: 36px; }
  .cs3-challenges-grid { grid-template-columns: 1fr; }
  .cs3-challenges-grid--3 { grid-template-columns: 1fr; }

  /* Challenge cards — mobile: 1 coluna, tamanhos reduzidos */
  .cs3-challenge-white { padding: 24px 16px; gap: 12px; }
  .cs3-challenge-white .cs3-card-icon-wrap { width: 44px; height: 44px; }
  .cs3-challenge-white .cs3-card-icon-main { width: 22px; height: 22px; }
  .cs3-challenge-white .cs3-challenge-title { font-size: 16px; line-height: 22px; }
  .cs3-challenge-white .cs3-challenge-desc { font-size: 14px; line-height: 20px; }

  /* Objetivos cards — mobile */
  .cs3-card { padding: 24px 20px 28px; }
  .cs3-card-icon-wrap { width: 48px; height: 48px; }
  .cs3-card-icon-main { width: 24px; height: 24px; }
  .cs3-card-title { font-size: 18px; margin-bottom: 14px; }
  .cs3-check-icon { width: 22px; height: 22px; }
  .cs3-card-item-text { font-size: 16px; }
  .cs3-personas-card { flex-direction: column; align-items: center; gap: 12px; padding: 24px 20px; }
  .cs3-persona-bubble--center { margin-bottom: 0; }
  .cs3-meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
  .cs3-meta-item { min-width: 0; }
  .cs3-full-section { padding: 0 16px; margin-bottom: 48px; }
  .cs3-center-section { margin-bottom: 40px; }
  .cs3-section-h { font-size: 20px; }
  .cs3-section-text { font-size: 16px; }
}

/* back bar — visible on all screens, inside the scroll content */
.co-mob-back-bar {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 32px 16px;
  box-sizing: border-box;
}
.co-mob-back-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(241,241,239,0.65);
  background: none;
  border: 1.5px solid rgba(241,241,239,0.18);
  border-radius: 100px;
  cursor: pointer;
  font-family: 'Satoshi Variable', 'Satoshi', 'DM Sans', sans-serif;
  padding: 8px 18px;
  transition: border-color 0.2s, color 0.2s;
}
.co-mob-back-btn:hover { border-color: #F249C8; color: #F249C8; }

/* back button always out of nav */
.co-nav .co-back { display: none; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .co-nav .nav-inner { padding: 0 16px; height: 64px; grid-template-columns: 1fr auto; column-gap: 0; }
  .co-nav .nav-links { display: none; }
  .co-nav .nav-right { grid-column: auto; gap: 12px; }
  .co-nav .nav-cta { display: none; }
  .co-nav .lang-toggle { display: flex; }
  .co-nav .hamburger { display: flex; }
  .co-scroll { top: 64px; }
  .co-mob-back-bar { padding: 88px 24px 16px; }
  .co-hero-inner,
  .co-body,
  .co-footer-nav { padding-left: 20px; padding-right: 20px; }
  .co-nda { margin-left: 20px; margin-right: 20px; padding-left: 20px; padding-right: 20px; }
  .co-section { grid-template-columns: 1fr; gap: 4px; padding: 40px 0; }
  .co-num { font-size: 30px; }
  .co-metrics { grid-template-columns: 1fr; }
  .co-meta-row { gap: 20px; }
  .co-results-section { padding: 28px !important; }
  .co-footer-nav { flex-direction: column; gap: 12px; }
  .co-back-btn, .co-next-btn { width: 100%; justify-content: center; text-align: center; }
  .co-title { font-size: clamp(24px, 6vw, 36px); }
}

/* LANGUAGE TOGGLE */
.lang-toggle {
  background: none;
  border: 1.5px solid rgba(241,241,239,0.22);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.8px;
  transition: border-color 0.2s;
  flex-shrink: 0;
}
.lang-toggle:hover { border-color: rgba(241,241,239,0.55); }
.lang-sep { color: rgba(241,241,239,0.28); font-size: 11px; }
.lang-opt {
  color: rgba(241,241,239,0.42);
  transition: color 0.2s;
  line-height: 1;
}
.lang-opt.active { color: #F1F1EF; }

/* LANG TRANSITION OVERLAY */
.lang-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 999;
}
.lang-overlay.fading { opacity: 1; }

@media (max-width: 768px) {
  .lang-toggle { padding: 5px 10px; font-size: 11px; }
}

/* Hero gradient card */
.av-hero-card {
  border-radius: 16px;
  background: linear-gradient(90deg, rgb(128,239,223) 0%, rgb(119,230,219) 17.743%, rgb(96,204,209) 47.24%, rgb(58,163,192) 84.617%, rgb(41,144,184) 100%);
  width: 100%;
  height: 507px;
  overflow: hidden;
  position: relative;
}
.av-hero-img-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  height: 472px;
  width: 450px;
}
.av-hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Information is scattered card — pixel-perfect from Figma (1274×316) */
.av-info-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1274 / 316;
  position: relative;
  container-type: inline-size;
}

/* Title bar: centered, top=13.92%, w=22.37%, h=9.18% */
.av-title-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13.92%;
  width: 22.37%;
  height: 9.18%;
  background: #89d9db;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-title-bar span {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 1.88cqw, 24px);
  color: #001845;
  letter-spacing: -0.02em;
  white-space: nowrap;
  line-height: 1;
}

/* Icon circles: 104px = 8.16% of 1274px */
.av-ic-circle {
  position: absolute;
  width: 8.16%;
  aspect-ratio: 1;
  background: #89d9db;
  border: 1px solid #0466c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-ic-circle img {
  width: 30.77%;
  height: 30.77%;
  object-fit: contain;
  display: block;
}
/* Positions: left=px/1274, top=px/316 */
.av-ic-1 { left: 14.76%; top: 10.13%; }   /* 188, 32 */
.av-ic-2 { left: 29.28%; top: 28.16%; }   /* 373, 89 */
.av-ic-3 { left: 61.46%; top: 28.16%; }   /* 783, 89 */
.av-ic-4 { left: 79.20%; top: 10.13%; }   /* 1009, 32 */

/* Text groups */
.av-ic-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.9%;
  text-align: center;
}
.av-ic-text-1 { left: 11.70%; top: 46.20%; width: 14.28%; }  /* 149, 146, w182 */
.av-ic-text-2 { left: 27.23%; top: 64.24%; width: 12.24%; }  /* 347, 203, w156 */
.av-ic-text-3 { left: 58.32%; top: 64.24%; width: 14.36%; }  /* 743, 203, w183 */
.av-ic-text-4 { left: 77.08%; top: 46.20%; width: 12.40%; }  /* 982, 146, w158 */

.av-ic-name {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(8px, 1.26cqw, 16px);
  color: #001845;
  letter-spacing: -0.02em;
  white-space: nowrap;
  line-height: 1;
}
.av-ic-desc {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(7px, 1.10cqw, 14px);
  color: #818181;
  line-height: 1.57;
}

/* Connector lines */
.av-conn-line {
  position: absolute;
  display: block;
  pointer-events: none;
}
/* Line1: 288.1/1274=22.61%, 32.36/316=10.24%, 200.539/1274=15.74%, h=40.458/316=12.80% */
.av-conn-1 { left: 22.61%; top: 10.24%; width: 15.74%; height: 12.80%; transform: rotate(-4.21deg); }
/* Line2: 472.66/1274=37.10%, 88.31/316=27.94%, 95.051/1274=7.46%, h=63.861/316=20.21% */
.av-conn-2 { left: 37.10%; top: 27.94%; width: 7.46%;  height: 20.21%; transform: rotate(-4.21deg); }
/* Line3: 812/1274=63.74% — care-routine connector (SVG já orientado corretamente) */
.av-conn-3 { left: 63.74%; top: 10.24%; width: 15.74%; height: 12.80%; }
/* Line4: 692/1274=54.32% — emergency connector (SVG já orientado corretamente) */
.av-conn-4 { left: 54.32%; top: 27.94%; width: 7.46%;  height: 20.21%; }

/* Research card */
/* Research card — pixel-perfect from Figma node 355:58 (1274×509) */
.av-research-card {
  background: #89d9db;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1274 / 509;
  position: relative;
}
/* Image containers: absolutely positioned, overflow hidden */
.av-research-wrap {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
}
/* Left image: 631×411 at (12,49) → percentages of 1274×509 */
.av-rw-left {
  left: 0.942%;   /* 12/1274 */
  top: 9.627%;    /* 49/509 */
  width: 49.53%;  /* 631/1274 */
  height: 80.747%; /* 411/509 */
}
/* Right image: 610×411 at (651,49) → percentages of 1274×509 */
.av-rw-right {
  left: 51.10%;   /* 651/1274 */
  top: 9.627%;    /* 49/509 */
  width: 47.88%;  /* 610/1274 */
  height: 80.747%; /* 411/509 */
}
/* Inner images: local exports are already the final cropped size */
.av-research-inner {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* Mobile research card — node 403:393, 389×579px, images stacked vertically */
.av-research-mobile {
  display: none;
  background: #89d9db;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 389/579;
  position: relative;
}
/* Shared image wrapper */
.av-rm-wrap { position: absolute; overflow: hidden; border-radius: 8px; }
/* Top image wrap: left=6, top=40, w=377, h=245 in 389×579 */
.av-rm-top    { left: 1.54%; top: 6.91%; width: 96.91%; height: 42.31%; }
/* Bottom image wrap: left=6, top=293, w=377, h=246 */
.av-rm-bottom { left: 1.54%; top: 50.61%; width: 96.91%; height: 42.49%; }
/* Inner images — local exports are already the final cropped size */
.av-rm-img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* Key Insights card */
/* Key Insights card — pixel-perfect from Figma node 341:156 (1274×320) */
.av-insights-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1274 / 320;
  position: relative;
  container-type: inline-size;
}

/* Circles: 104px = 8.16% of 1274, top = 75px = 23.44% of 320 */
.av-ins-circle {
  position: absolute;
  width: 8.16%;
  aspect-ratio: 1;
  background: #89d9db;
  border: 1px solid #0466c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 23.44%;
}
.av-ins-circle img {
  width: 30.77%;
  height: 30.77%;
  object-fit: contain;
  display: block;
}
.av-ins-c1 { left: 14.36%; }  /* 183/1274 */
.av-ins-c2 { left: 33.99%; }  /* 433/1274 */
.av-ins-c3 { left: 54.94%; }  /* 700/1274 */
.av-ins-c4 { left: 76.21%; }  /* 971/1274 */

/* Text groups: top = 189px = 59.06% of 320 */
.av-ins-text {
  position: absolute;
  top: 59.06%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.av-ins-t1 { left: 10.67%; width: 15.78%; }  /* 136/1274, w≈201 */
.av-ins-t2 { left: 29.51%; width: 17.11%; }  /* 376/1274, w≈218 */
.av-ins-t3 { left: 50.00%; width: 17.97%; }  /* 637/1274, w≈229 */
.av-ins-t4 { left: 71.34%; width: 17.90%; }  /* 909/1274, w≈228 */

.av-ins-name {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(9px, 1.26cqw, 16px);
  color: #001845;
  letter-spacing: -0.02em;
  line-height: normal;
}
.av-insight-desc {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(8px, 1.10cqw, 14px);
  color: #818181;
  line-height: 1.86;
  width: 100%;
}

/* ── MOBILE KEY INSIGHTS (node 404:451) — 390×560px coordinate space ── */
.av-insights-mobile {
  display: none;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 390/560;
  position: relative;
  container-type: inline-size;
}
/* Circles: 72px = 18.46% of 390px */
.av-inm-circle {
  position: absolute;
  width: 18.46%;
  aspect-ratio: 1;
  background: #89d9db;
  border: 1px solid #0466c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-inm-circle img { width: 33.33%; height: 33.33%; display: block; object-fit: contain; }
/* Circle positions: left=px/390, top=px/560 */
.av-inm-c-tl { left: 17.44%; top: 9.64%;  } /* 68, 54 */
.av-inm-c-tr { left: 67.69%; top: 9.64%;  } /* 264, 54 */
.av-inm-c-bl { left: 17.95%; top: 51.07%; } /* 70, 286 */
.av-inm-c-br { left: 68.97%; top: 51.07%; } /* 269, 286 */
/* Text groups */
.av-inm-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding-bottom: 28px;
}
.av-inm-t-tl { left: 2.31%;  top: 26.07%; width: 48.46%; } /* 9, 146, w=189 */
.av-inm-t-tr { left: 57.69%; top: 26.07%; width: 38.46%; } /* 225, 146, w=150 */
.av-inm-t-bl { left: 2.82%;  top: 67.50%; width: 51.03%; } /* 11, 378, w=199 */
.av-inm-t-br { left: 58.72%; top: 67.50%; width: 38.72%; } /* 229, 378, w=151 */
/* Name: Inter Medium 14px */
.av-inm-name {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 3.59cqw, 14px);
  color: #001845;
  letter-spacing: -0.02em;
  line-height: normal;
}
/* Desc: Poppins Regular 12px */
.av-inm-desc {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(9px, 3.08cqw, 12px);
  color: #818181;
  line-height: 26px;
  width: 100%;
}

/* Strategy card */
.av-strategy-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  min-height: 460px;
}
.av-strategy-img {
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
  display: block;
}

/* Two-column cards layout */
.av-two-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

/* Ideation cards */
.av-ideation-card-purple {
  background: #d0d3f4;
  border-radius: 16px;
  overflow: hidden;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-ideation-card-purple img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: block;
}
/* Ideation teal card — pixel-perfect from Figma node 384:452 (568×510 native) */
.av-ideation-card-teal {
  background: #a0ebee;
  border-radius: 16px;
  overflow: hidden;
  height: 460px;
  position: relative;
}
/* Image wrappers: absolutely positioned as % of 568×510 native card */
.av-idteal-img {
  position: absolute;
  left: 5.63%;    /* 32/568 */
  width: 88.73%;  /* 504/568 */
  overflow: hidden;
  border-radius: 4px;
}
.av-idteal-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.av-idteal-top {
  top: 3.73%;     /* 19/510 */
  height: 42.94%; /* 219/510 */
}
.av-idteal-bottom {
  top: 48.24%;    /* 246/510 */
  height: 48.04%; /* 245/510 */
}

/* UI Design brand card */
/* Brand card — pixel-perfect from Figma node 386:143 (1274×420) */
.av-brand-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1274 / 420;
  position: relative;
}

/* All elements are absolutely positioned; inset = top right bottom left */
.av-bd-logo, .av-bd-logo-overlay, .av-bd-logotext,
.av-bd-icon1, .av-bd-icon1-inner, .av-bd-icon1-logo,
.av-bd-icon2, .av-bd-icon2-inner, .av-bd-icon2-logo { position: absolute; }

/* Default: image fills its positioned container */
.av-bd-logo img, .av-bd-logo-overlay img, .av-bd-logotext img,
.av-bd-icon1 img, .av-bd-icon1-inner img, .av-bd-icon1-logo img,
.av-bd-icon2-inner img, .av-bd-icon2-logo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  max-width: none; display: block;
}

/* Left: large logo graphic — inset-[9.55%_71.27%_26.9%_9.97%] */
.av-bd-logo        { top: 9.55%;  right: 71.27%; bottom: 26.9%;  left: 9.97%;  }
/* Left: overlay on logo — inset-[40.69%_82.3%_48.73%_14.46%] */
.av-bd-logo-overlay{ top: 40.69%; right: 82.3%;  bottom: 48.73%; left: 14.46%; }
/* Left: "meuidoso" text — inset-[80.34%_71.36%_9.49%_9.98%] */
.av-bd-logotext    { top: 80.34%; right: 71.36%; bottom: 9.49%;  left: 9.98%;  }

/* Center: 4 logo variations — 698×210px at calc(50%+197px)/calc(50%-74.5px) */
/* Converted to % of 1274×420: left=(50%+197-349)/1274, top=(50%*420-74.5-105)/420 */
.av-bd-center {
  position: absolute;
  top: 7.26%; left: 38.07%; width: 54.79%; height: 50%;
  overflow: hidden;
}
.av-bd-center-img {
  position: absolute;
  height: 163.33%; left: -0.07%; top: -40.48%; width: 100.14%;
  max-width: none; display: block;
}

/* White app icon — inset-[57.28%_22.21%_9.55%_66.98%] */
.av-bd-icon1       { top: 57.28%; right: 22.21%; bottom: 9.55%;  left: 66.98%; }
/* White icon inner — inset-[62.32%_24.11%_15.34%_68.88%] */
.av-bd-icon1-inner { top: 62.32%; right: 24.11%; bottom: 15.34%; left: 68.88%; }
/* White icon logo — inset-[73.28%_28.23%_23.01%_70.56%] */
.av-bd-icon1-logo  { top: 73.28%; right: 28.23%; bottom: 23.01%; left: 70.56%; }

/* Teal app icon — inset-[57.28%_36.06%_9.55%_53.14%] */
.av-bd-icon2       { top: 57.28%; right: 36.06%; bottom: 9.55%;  left: 53.14%; overflow: hidden; }
/* Teal icon bg image has negative inset (bleeds outside container, clipped by overflow:hidden) */
.av-bd-icon2-bg-img {
  position: absolute;
  top: -5.04%; right: -7.99%; bottom: -10.79%; left: -7.99%;
  max-width: none; display: block;
}
/* Teal icon inner — inset-[62.56%_37.94%_15.26%_55.1%] */
.av-bd-icon2-inner { top: 62.56%; right: 37.94%; bottom: 15.26%; left: 55.1%;  }
/* Teal icon logo — inset-[73.43%_42.03%_22.88%_56.77%] */
.av-bd-icon2-logo  { top: 73.43%; right: 42.03%; bottom: 22.88%; left: 56.77%; }

/* UI cards — height 562px matches Figma (550px image + 6px top + 6px bottom) */
.av-ui-card {
  border-radius: 16px;
  overflow: hidden;
  height: 562px;
  position: relative;
}
.av-ui-card--white { background: white; }
/* Right card: direct img fills card */
.av-ui-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Left card — image container: node 386:229 (left:8px top:6px w:613px h:550px) */
.av-uidl-wrap {
  position: absolute;
  left: 8px;
  top: 6px;
  width: calc(100% - 16px);
  height: calc(100% - 12px);
  overflow: hidden;
}
/* Inner image: local export is final size, fill container from top */
.av-uidl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Solution split card */
/* Solution card — pixel-perfect from Figma node 381:313 (1274×509) */
.av-solution-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1274 / 509;
  position: relative;
}
/* Image container: 1076×427 at (99,41) → % of 1274×509 */
.av-sol-wrap {
  position: absolute;
  left: 7.77%;    /* 99/1274 */
  top: 8.05%;     /* 41/509 */
  width: 84.46%;  /* 1076/1274 */
  height: 83.89%; /* 427/509 */
  overflow: hidden;
  border-radius: 8px;
}
.av-sol-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Full blue solution card */
.av-solution-full-card {
  background: #2990b8;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 560px;
  display: flex;
  gap: 8px;
  padding: 18px;
}
.av-solution-full-img {
  flex: 1;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  height: 100%;
}

/* MeuIdoso showcase and final images */
.av-meu-idoso-img {
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  max-height: 716px;
}
.av-final-img {
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

/* ── MOBILE INFO CARD (Figma node 399:308) — 390×570px coordinate space ── */
/* All positions are % of 390 (width) × 570 (height). Shown only ≤600px. */
.av-info-card-mobile {
  display: none;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 390/570;
  position: relative;
  container-type: inline-size;
}
/* Circles — 72px in Figma = 18.46% of 390px */
.av-imc-circle {
  position: absolute;
  width: 18.46%;
  aspect-ratio: 1;
  background: #89d9db;
  border: 1px solid #0466c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-imc-circle img { width: 33.33%; height: 33.33%; display: block; object-fit: contain; }
/* Circle positions: left=px/390, top=px/570 */
.av-imc-c-tl { left: 18.46%; top: 5.26%; }   /* 72, 30 */
.av-imc-c-tr { left: 65.64%; top: 5.26%; }   /* 256, 30 */
.av-imc-c-bl { left: 17.69%; top: 61.75%; }  /* 69, 352 */
.av-imc-c-br { left: 64.87%; top: 61.75%; }  /* 253, 352 */
/* Text groups — flex-col, gap=6px (Figma), pb=28px */
.av-imc-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding-bottom: 28px;
}
.av-imc-t-tl { left: 4.10%;  top: 21.40%; width: 46.92%; } /* 16, 122, w=183 */
.av-imc-t-tr { left: 55.38%; top: 21.40%; width: 40.51%; } /* 216, 122, w=158 */
.av-imc-t-bl { left: 3.33%;  top: 77.89%; width: 46.92%; } /* 13, 444, w=183 */
.av-imc-t-br { left: 54.62%; top: 77.89%; width: 40.51%; } /* 213, 444, w=158 */
/* Name — Inter Medium 15px */
.av-imc-name {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(11px, 3.85cqw, 15px);
  color: #001845;
  letter-spacing: -0.02em;
  line-height: normal;
}
/* Desc — Poppins Regular 14px */
.av-imc-desc {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 3.59cqw, 14px);
  color: #818181;
  line-height: 26px;
  width: 100%;
}
/* Title bar — centered horizontally, top=253/570 */
.av-imc-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44.39%;    /* 253/570 */
  width: 73.08%;  /* 285/390 */
  height: 5.09%;  /* 29/570 */
  background: #89d9db;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-imc-title span {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 6.15cqw, 24px);
  color: #001845;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
/* Dashed connector lines — absolutely positioned, image fills container */
.av-imc-line {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-imc-line img { display: block; width: 100%; height: 100%; max-width: none; }
/* Line TL (above-title-left): left=145.52, top=204, w=41, h=44.82 */
.av-imc-ln-tl { left: 37.31%; top: 35.79%; width: 10.51%; height: 7.86%; }
.av-imc-ln-tl img { transform: rotate(-90.62deg); }
/* Line TR (above-title-right): left=213.48, top=204 */
.av-imc-ln-tr { left: 54.74%; top: 35.79%; width: 10.51%; height: 7.86%; }
.av-imc-ln-tr img { transform: scaleY(-1) rotate(-89.38deg); }
/* Line BL (below-title-left): left=141, top=298, w=46.36, h=50.11 */
.av-imc-ln-bl { left: 36.15%; top: 52.28%; width: 11.89%; height: 8.79%; }
.av-imc-ln-bl img { transform: scaleY(-1) rotate(87.09deg); }
/* Line BR (below-title-right): left=212.64, top=298 */
.av-imc-ln-br { left: 54.52%; top: 52.28%; width: 11.89%; height: 8.79%; }
.av-imc-ln-br img { transform: rotate(92.91deg); }

/* Avanti responsive */
@media (max-width: 900px) {
  .av-hero-card { height: 380px; }
  .av-hero-img-wrap { width: 340px; height: 357px; top: 23px; }
  .av-two-cards { grid-template-columns: 1fr; }
  .av-ideation-card-purple, .av-ideation-card-teal { height: 300px; }
  .av-ui-card { height: 340px; }
  .av-strategy-card { min-height: 280px; }
  .av-solution-full-card { flex-direction: column; height: auto; }
  .av-solution-full-img { height: 220px; flex: none; }
  .av-meu-idoso-img { max-height: 400px; }
}
@media (max-width: 600px) {
  /* Context section: swap desktop card for mobile layout */
  .av-info-card { display: none; }
  .av-info-card-mobile { display: block; }
  /* Research section: swap desktop side-by-side for mobile stacked */
  .av-research-card { display: none; }
  .av-research-mobile { display: block; }
  /* Key Insights: swap desktop horizontal strip for mobile 2×2 */
  .av-insights-card { display: none; }
  .av-insights-mobile { display: block; }
}
@media (max-width: 480px) {
}

.dep-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 96px 32px 104px;
  background: #09070e;
  overflow: hidden;
}

.dep-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.dep-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(242,73,200,0.6) 1px, transparent 1px),
    radial-gradient(circle, rgba(120,40,154,0.5) 1px, transparent 1px),
    radial-gradient(circle, rgba(242,73,200,0.4) 1px, transparent 1px),
    radial-gradient(circle, rgba(180,40,140,0.5) 1px, transparent 1px);
  background-size: 200px 200px, 280px 280px, 320px 320px, 240px 240px;
  background-position: 8% 20%, 92% 18%, 88% 80%, 5% 72%;
  background-repeat: no-repeat;
  opacity: 0.04;
}

.dep-nebula {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}
.dep-nebula-tl {
  width: 400px;
  height: 260px;
  top: -8%;
  left: -6%;
  background: radial-gradient(ellipse at center, rgba(120,40,154,0.14) 0%, transparent 70%);
}
.dep-nebula-br {
  width: 360px;
  height: 220px;
  bottom: -8%;
  right: -4%;
  background: radial-gradient(ellipse at center, rgba(242,73,200,0.09) 0%, transparent 70%);
}

/* Logo watermark */
.dep-logo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: auto;
  pointer-events: none;
  opacity: 0.028;
  filter: brightness(20) saturate(0);
  z-index: 0;
}
.dep-logo-bg img {
  width: 100%;
  height: auto;
  display: block;
}

/* Inner container */
.dep-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Label */
.dep-label {
  font-family: 'Satoshi', 'Satoshi Variable', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

/* Heading */
.dep-heading {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-align: center;
}
.dep-h-line {
  display: block;
}
.dep-h-gradient {
  display: block;
  font-weight: 700;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.dep-desc {
  font-family: 'Satoshi', 'Satoshi Variable', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(241,241,239,0.65);
  max-width: 600px;
  line-height: 1.65;
  letter-spacing: -0.2px;
  margin-bottom: 56px;
}

/* Grid 2×2 */
.dep-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1100px;
  text-align: left;
}

/* Card */
.dep-card {
  position: relative;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(242, 73, 200, 0.12);
  border-radius: 20px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.dep-card:hover {
  border-color: rgba(242, 73, 200, 0.30);
  background: rgba(242, 73, 200, 0.04);
  box-shadow: 0 0 40px rgba(242, 73, 200, 0.06);
}

/* Quote mark */
.dep-quote-mark {
  display: block;
  font-size: 64px;
  line-height: 0.75;
  font-family: Georgia, 'Times New Roman', serif;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  user-select: none;
}

/* Quote text */
.dep-quote {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(241, 241, 239, 0.80);
  line-height: 1.72;
  letter-spacing: -0.1px;
  flex: 1;
  margin-bottom: 28px;
}

/* Author row */
.dep-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(241, 241, 239, 0.08);
}

/* Avatar */
.dep-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

/* Author info */
.dep-author-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.dep-author-name {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #F1F1EF;
  letter-spacing: -0.1px;
}
.dep-author-role {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(241, 241, 239, 0.42);
  letter-spacing: 0.1px;
}

/* Tablet */
@media (max-width: 1023px) {
  .dep-section { padding: 72px 24px 80px; }
  .dep-grid { gap: 16px; max-width: 100%; }
  .dep-card { padding: 28px; }
}

/* Mobile */
@media (max-width: 767px) {
  .dep-section { padding: 60px 20px 64px; }
  .dep-heading { font-size: 30px; letter-spacing: -0.5px; }
  .dep-desc { font-size: 15px; margin-bottom: 40px; }
  .dep-grid { grid-template-columns: 1fr; }
  .dep-card { padding: 24px; }
  .dep-quote { font-size: 15px; }
  .dep-quote-mark { font-size: 52px; }
  .dep-logo-bg { width: 300px; }
}

@media (max-width: 480px) {
  .dep-section { padding: 48px 16px 52px; }
  .dep-heading { font-size: 26px; }
}

.orcamento-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 100px 32px 112px;
  background: #08071a;
  overflow: hidden;
}

/* ── Shader canvas background ── */
#orc-shader-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.55;
}

/* ── Inner container ── */
.orc-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ── Top label ── */
.orc-label-top {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

/* ── Sparkle ── */
.orc-sparkle {
  margin-bottom: 16px;
  opacity: 0.55;
}

/* ── Heading ── */
.orc-heading {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: clamp(32px, 3.5vw, 40px);
  font-weight: 300;
  color: #F1F1EF;
  line-height: 1.12;
  letter-spacing: -2px;
  margin: 0 0 20px;
  text-align: center;
}
.orc-h-normal {
  font-weight: 300;
  color: #F1F1EF;
  font-style: normal;
}
.orc-h-gradient {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Subtitle ── */
.orc-sub {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(241,241,239,0.62);
  max-width: 520px;
  line-height: 1.7;
  letter-spacing: -0.2px;
  margin: 0 0 52px;
}

/* ── Form card ── */
.orc-card {
  width: 100%;
  max-width: 760px;
  background: #0d091e;
  border: 1px solid rgba(120,40,154,0.65);
  border-radius: 20px;
  padding: 52px 56px 48px;
  text-align: left;
  position: relative;
  box-shadow: 0 0 60px rgba(120,40,154,0.10), 0 0 120px rgba(120,40,154,0.05);
}

.orc-card-label {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 32px;
  display: block;
}

/* ── Form layout ── */
.orc-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.orc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.orc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.orc-field--full {
  width: 100%;
}

/* ── Field label ── */
.orc-label-field {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #F1F1EF;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.orc-req {
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 13px;
  line-height: 1;
}
.orc-optional {
  font-size: 13px;
  color: rgba(241,241,239,0.42);
  font-weight: 300;
  margin-left: 2px;
}

/* ── Text inputs ── */
.orc-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.orc-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: rgba(120,40,154,0.65);
  pointer-events: none;
  flex-shrink: 0;
  transition: color 0.2s;
}
.orc-input {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 0 14px 0 38px;
  background: transparent;
  border: 1px solid rgba(120,40,154,0.50);
  border-radius: 12px;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #F1F1EF;
  letter-spacing: -0.2px;
  outline: none;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.orc-input::placeholder {
  color: rgba(241,241,239,0.28);
}
.orc-input:focus {
  border-color: rgba(242,73,200,0.70);
  box-shadow: 0 0 0 3px rgba(242,73,200,0.08);
}
.orc-input:focus + .orc-input-icon,
.orc-input-wrap:focus-within .orc-input-icon {
  color: rgba(242,73,200,0.75);
  opacity: 1;
}

/* ── Phone field (DDI + number) ── */
.orc-phone-wrap {
  display: flex;
  align-items: center;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(120,40,154,0.50);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.orc-phone-wrap:focus-within {
  border-color: rgba(242,73,200,0.70);
  box-shadow: 0 0 0 3px rgba(242,73,200,0.08);
}
.orc-phone-ddi {
  flex-shrink: 0;
  height: 100%;
  padding: 0 8px 0 12px;
  padding-right: 24px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(241,241,239,0.40)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  color: #F1F1EF;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.1px;
  cursor: pointer;
}
.orc-phone-ddi option { background: #0d091e; color: #F1F1EF; }
/* quando virar input (modo "Outro código") */
input.orc-phone-ddi {
  background-image: none;
  padding-right: 12px;
  width: 72px;
  cursor: text;
}
input.orc-phone-ddi::placeholder { color: rgba(241,241,239,0.38); }
.orc-phone-divider {
  width: 1px;
  height: 20px;
  flex-shrink: 0;
  background: rgba(241,241,239,0.14);
}
.orc-phone-number {
  flex: 1;
  height: 100%;
  min-width: 0;
  padding: 0 14px;
  background: transparent;
  border: none;
  outline: none;
  color: #F1F1EF;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.orc-phone-number::placeholder {
  color: rgba(241,241,239,0.28);
}

/* ── Select ── */
.orc-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.orc-select {
  width: 100%;
  height: 44px;
  padding: 0 36px 0 14px;
  background: transparent;
  border: 1px solid rgba(120,40,154,0.50);
  border-radius: 12px;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(241,241,239,0.55);
  letter-spacing: -0.2px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.orc-select:focus {
  border-color: rgba(242,73,200,0.70);
  box-shadow: 0 0 0 3px rgba(242,73,200,0.08);
  color: #F1F1EF;
}
.orc-select option {
  background: #0d091e;
  color: #F1F1EF;
}
.orc-select-arrow {
  position: absolute;
  right: 14px;
  color: rgba(120,40,154,0.65);
  pointer-events: none;
  transition: color 0.2s;
}
.orc-select-wrap:focus-within .orc-select-arrow {
  color: rgba(242,73,200,0.75);
}

/* ── Textarea ── */
.orc-textarea-wrap {
  position: relative;
}
.orc-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  background: transparent;
  border: 1px solid rgba(120,40,154,0.50);
  border-radius: 12px;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #F1F1EF;
  letter-spacing: -0.2px;
  outline: none;
  resize: vertical;
  min-height: 130px;
  line-height: 1.65;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.orc-textarea::placeholder {
  color: rgba(241,241,239,0.28);
}
.orc-textarea:focus {
  border-color: rgba(242,73,200,0.70);
  box-shadow: 0 0 0 3px rgba(242,73,200,0.08);
}
.orc-char-count {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(241,241,239,0.28);
  pointer-events: none;
  letter-spacing: 0.2px;
}

/* ── Field error messages ── */
.orc-field-error {
  display: block;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(240, 90, 90, 0.90);
  margin-top: 6px;
  letter-spacing: -0.1px;
  line-height: 1.4;
}
.orc-input[aria-invalid="true"],
.orc-select[aria-invalid="true"],
.orc-textarea[aria-invalid="true"] {
  border-color: rgba(220, 80, 80, 0.60);
}
.orc-input[aria-invalid="true"]:focus,
.orc-select[aria-invalid="true"]:focus,
.orc-textarea[aria-invalid="true"]:focus {
  border-color: rgba(220, 80, 80, 0.80);
  box-shadow: 0 0 0 3px rgba(220, 80, 80, 0.08);
}
.orc-phone-wrap.orc-wrap-error {
  border-color: rgba(220, 80, 80, 0.60);
}

/* ── Send banners (success / error) ── */
.orc-send-banner[hidden] { display: none !important; }
.orc-send-banner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 520px;
  padding: 18px 44px 18px 18px;
  border-radius: 16px;
  margin-bottom: 24px;
  font-family: 'Satoshi', sans-serif;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1),
              transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.orc-send-banner.orc-banner-visible {
  opacity: 1;
  transform: translateY(0);
}
.orc-banner-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orc-banner-body { flex: 1; min-width: 0; }
.orc-banner-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.4;
}
.orc-banner-msg {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
  opacity: 0.82;
}
.orc-banner-email {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  opacity: 0.88;
  transition: opacity 200ms;
}
.orc-banner-email:hover { opacity: 1; }
.orc-banner-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 3px;
  opacity: 0.4;
  transition: opacity 200ms;
  line-height: 0;
  color: inherit;
}
.orc-banner-close:hover { opacity: 0.9; }

/* Success */
.orc-send-success {
  background: rgba(100, 20, 140, 0.14);
  border: 1px solid rgba(180, 80, 220, 0.28);
  box-shadow: 0 0 28px rgba(120, 40, 160, 0.10);
  color: rgba(210, 165, 245, 0.92);
}
.orc-send-success .orc-banner-icon {
  background: rgba(180, 80, 220, 0.12);
  color: #c47ef5;
}
.orc-send-success .orc-banner-title { color: #e2ccff; }
.orc-send-success .orc-banner-email { color: #c47ef5; }

/* Error */
.orc-send-error {
  background: rgba(90, 10, 28, 0.20);
  border: 1px solid rgba(220, 80, 110, 0.26);
  box-shadow: 0 0 24px rgba(160, 20, 50, 0.09);
  color: rgba(240, 175, 195, 0.90);
}
.orc-send-error .orc-banner-icon {
  background: rgba(220, 80, 110, 0.12);
  color: #f06080;
}
.orc-send-error .orc-banner-title { color: #fcc8d5; }
.orc-send-error .orc-banner-email { color: #f06080; }

/* ── Submit button disabled ── */
.hv2-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

/* ── Form footer: privacy + submit ── */
.orc-form-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 4px;
}
.orc-privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: 12px;
  color: rgba(241,241,239,0.38);
  letter-spacing: -0.1px;
  line-height: 1.5;
}
.orc-privacy svg {
  flex-shrink: 0;
  opacity: 0.55;
  color: rgba(241,241,239,0.55);
}

/* ── Tablet ── */
@media (max-width: 1279px) {
  .orcamento-section { padding: 88px 24px 96px; }
  .orc-card { padding: 44px 44px 40px; }
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .orcamento-section { padding: 52px 20px 60px; }
  .orc-planet { width: 140px; height: 140px; top: -40px; right: -40px; }
  .orc-label-top { font-size: 12px; }
  .orc-heading {
    font-size: clamp(24px, 7vw, 34px);
    letter-spacing: -1px;
    word-break: break-word;
    margin-bottom: 14px;
  }
  .orc-sub {
    font-size: 15px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
  }
  .orc-card { padding: 24px 18px; max-width: 100%; border-radius: 16px; }
  .orc-card-label { font-size: 12px; margin-bottom: 20px; }
  .orc-row { grid-template-columns: 1fr; gap: 16px; }
  .orc-form-bottom { flex-direction: column; align-items: stretch; gap: 14px; }
  .orc-form-bottom .hv2-btn { width: 100%; }
}

@media (max-width: 480px) {
  .orcamento-section { padding: 44px 16px 52px; }
  .orc-card { padding: 20px 14px; }
}

.port-section {
  /* Sobrescreve a regra global "section { max-width: 1100px; margin: 0 auto }" */
  max-width: none;
  margin: 0;
  padding: 64px 0 64px;
  background: #08071a url('components/services/background-services.webp') center center / cover no-repeat;
  position: relative;
  z-index: 2;                 /* mesmo nível que pv2-section — evita conflito de stacking context com o hero */
  overflow: hidden;           /* impede scroll horizontal no body */
  width: 100%;
  box-sizing: border-box;
}

/* ── Header — mesma tipografia que .pv2-label / .pv2-heading / .pv2-desc ── */
.port-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px 36px;
}

.port-label {
  font-family: 'Satoshi', 'Satoshi Variable', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.port-title {
  font-family: 'Satoshi', 'DM Sans', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.port-title-line  { display: block; }
.port-title-grad  {
  display: block;
  font-weight: 700;
  background: linear-gradient(180deg, #F249C8 0%, #78289A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.port-desc {
  font-family: 'Satoshi', 'Satoshi Variable', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(241, 241, 239, 0.72);
  max-width: 560px;
  line-height: 1.65;
  letter-spacing: -0.2px;
  margin-bottom: 0;
}

/* ── Faixas ── */
.port-strip {
  overflow: hidden;            /* clipa o que sai da viewport */
  width: 100%;
  position: relative;
}

/* Faixa 1 aceita drag */
.port-strip-1 {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}
.port-strip-1.is-dragging { cursor: grabbing; }

/* ── Track: flex, width = soma dos cards, animado via transform ── */
.port-strip-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  width: max-content;         /* CRÍTICO: garante scrollWidth correto para o JS */
  will-change: transform;
}

/* ── Cards individuais ── */
.port-card {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #120e24;
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

/* Inclinações leves — aplicadas via data-tilt */
.port-card[data-tilt="-1.2"] { transform: rotate(-1.2deg); }
.port-card[data-tilt="-1"]   { transform: rotate(-1deg);   }
.port-card[data-tilt="-0.8"] { transform: rotate(-0.8deg); }
.port-card[data-tilt="-0.7"] { transform: rotate(-0.7deg); }
.port-card[data-tilt="0.8"]  { transform: rotate(0.8deg);  }
.port-card[data-tilt="1"]    { transform: rotate(1deg);    }
.port-card[data-tilt="1.3"]  { transform: rotate(1.3deg);  }
.port-card[data-tilt="1.5"]  { transform: rotate(1.5deg);  }

.port-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.port-card:hover {
  border-color: rgba(242, 73, 200, 0.28);
  box-shadow:
    0 0 20px rgba(242, 73, 200, 0.10),
    0 8px 32px rgba(0, 0, 0, 0.40);
}
.port-card:hover img { transform: scale(1.05); }

/* ── Mobile ── */
@media (max-width: 767px) {
  .port-section  { padding: 72px 0 60px; max-width: none; margin: 0; }
  .port-header   { padding: 0 24px 44px; }
  .port-label    { font-size: 11px; letter-spacing: 2px; margin-bottom: 16px; }
  .port-title    { font-size: clamp(24px, 7vw, 32px); margin-bottom: 16px; }
  .port-desc     { font-size: 15px; margin-bottom: 36px; }
  .port-card     { border-radius: 10px; }
}


/* ── Low-power mode: disable WebGL canvases, use static CSS gradients ── */
.low-power #hv2-shader-bg,
.low-power #orc-shader-bg {
  display: none !important;
}

/* Hero background fallback (matches shader color palette) — layered radial
   glow so the purple fills the viewport like the desktop WebGL shader,
   instead of a diagonal gradient that fades to black past the first corner */
.low-power .hv2-bg {
  background: linear-gradient(165deg, #2d1464 0%, #4a1a8a 22%, #1a0a3c 55%, #09070e 88%);
  overflow: hidden;
}

/* Two blurred glow blobs drift slowly via transform only — GPU-composited,
   no layout/paint per frame, so it stays smooth even on low-end phones. */
.low-power .hv2-bg::before,
.low-power .hv2-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  will-change: transform;
  pointer-events: none;
}
.low-power .hv2-bg::before {
  width: 140%; height: 70%;
  left: -30%; bottom: -25%;
  background: radial-gradient(circle, rgba(178, 60, 230, 0.65) 0%, rgba(150, 45, 210, 0.35) 40%, transparent 70%);
  animation: hv2GlowDrift1 16s ease-in-out infinite alternate;
}
.low-power .hv2-bg::after {
  width: 100%; height: 60%;
  right: -25%; top: -15%;
  background: radial-gradient(circle, rgba(140, 40, 200, 0.42) 0%, transparent 65%);
  animation: hv2GlowDrift2 20s ease-in-out infinite alternate;
}
@keyframes hv2GlowDrift1 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(7%, -9%) scale(1.15); }
}
@keyframes hv2GlowDrift2 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-9%, 7%) scale(1.1); }
}
@media (prefers-reduced-motion: reduce) {
  .low-power .hv2-bg::before,
  .low-power .hv2-bg::after { animation: none; }
}

/* Orçamento section background fallback */
.low-power .orc-section,
.low-power .orc-wrap {
  background: radial-gradient(ellipse at 30% 50%,
    rgba(120, 40, 154, 0.55) 0%,
    rgba(18, 0, 44, 0.80) 50%,
    #09070e 100%
  );
}
