/* ============================================================
   HOME — page-specific styles
   ============================================================ */

/* HERO ----------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 140px 0 60px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
}
.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* gentle radial fade so content stays legible */
  mask-image: radial-gradient(ellipse at center, #000 30%, rgba(0,0,0,0.6) 60%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, rgba(0,0,0,0.6) 60%, transparent 90%);
}
.hero-grain {
  position: absolute; inset: 0; z-index: 1;
  opacity: 0.4;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.hero-top {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.hero h1 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(46px, 8.4vw, 124px);
  line-height: 0.94;
  letter-spacing: -0.035em;
  font-variation-settings: 'wdth' 88, 'opsz' 96;
}
.hero h1 em {
  font-style: normal;
  color: var(--brand-orange);
  font-variation-settings: 'wdth' 75, 'opsz' 96;
  font-weight: 400;
}
.hero h1 .stroke {
  -webkit-text-stroke: 1.5px var(--ink);
  color: transparent;
  font-variation-settings: 'wdth' 75, 'opsz' 96;
  font-weight: 300;
}
.hero-sub {
  font-size: clamp(17px, 1.6vw, 21px);
  color: var(--ink-2);
  max-width: 540px;
  line-height: 1.45;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.hero-bottom .item .num {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1;
  font-variation-settings: 'wdth' 85;
}
.hero-bottom .item .num.orange { color: var(--brand-orange); }
.hero-bottom .item .lbl {
  display: block;
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  margin-top: 8px;
  max-width: 16ch;
}

@media (max-width: 740px) {
  .hero { padding: 100px 0 40px; }
  .hero h1 { font-size: clamp(52px, 14vw, 80px); max-width: none; }
  .hero-bottom { grid-template-columns: 1fr 1fr; gap: 20px 24px; }
}

/* HERO CAROUSEL — imagens text-free + conteúdo em HTML/CSS por cima ----- */
.hero-c { position: relative; padding: 0; }
.hcar {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 560px;
  max-height: 880px;
  overflow: hidden;
  isolation: isolate;
  outline: none;
  background: var(--bg-sunk);
}
.hcar-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.9s var(--ease-out);
}
.hcar-slide.is-active { opacity: 1; z-index: 2; pointer-events: auto; }
/* slide saindo fica opaco por baixo do que entra (cross-fade real, sem flash) */
.hcar-slide.is-prev { opacity: 1; z-index: 1; transition: none; }

.hcar-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: var(--pos, 70% 50%);
  transform: scale(1.04);
  transition: transform 7s linear;
}
.hcar-slide.is-active .hcar-bg { transform: scale(1); }   /* ken-burns suave */
/* legibilidade: clareia a esquerda (texto), mantém pessoas à direita visíveis */
.hcar-shade {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(247,245,242,0.94) 0%, rgba(247,245,242,0.74) 30%, rgba(247,245,242,0.30) 52%, rgba(247,245,242,0) 70%);
}
.hcar-content {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  gap: 22px;
  color: #0A1628;   /* fixo: imagens são claras nos 2 temas */
  padding-top: 70px;  /* nav flutuante */
}
.hc-label {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brand-orange-deep); font-weight: 600;
}
.hc-title {
  font-family: var(--f-display); font-weight: 500;
  font-size: clamp(34px, 5vw, 68px); line-height: 1.02; letter-spacing: -0.03em;
  max-width: 16ch; color: #0A1628;
}
.hc-sub {
  font-size: clamp(15px, 1.4vw, 19px); line-height: 1.5; color: #2A3447; max-width: 46ch;
}
.hc-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.btn-glass {
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(10,22,40,0.28);
  color: #0A1628;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: background 0.25s, box-shadow 0.25s, transform 0.25s;
}
.btn-glass:hover { background: rgba(255,255,255,0.85); box-shadow: 0 10px 30px -14px rgba(10,22,40,0.5); transform: translateY(-1px); }

/* animações de entrada do conteúdo (re-disparam ao ativar o slide) */
.hcar-slide .hc-label, .hcar-slide .hc-title, .hcar-slide .hc-sub, .hcar-slide .hc-cta { opacity: 0; }
.hcar-slide.is-active .hc-label { animation: hcUp 0.6s var(--ease-out) 0.15s forwards; }
.hcar-slide.is-active .hc-title { animation: hcUp 0.7s var(--ease-out) 0.28s forwards; }
.hcar-slide.is-active .hc-sub   { animation: hcUp 0.7s var(--ease-out) 0.44s forwards; }
.hcar-slide.is-active .hc-cta   { animation: hcUp 0.7s var(--ease-out) 0.58s forwards; }
@keyframes hcUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .hcar-bg, .hcar-slide.is-active .hcar-bg { transform: none; transition: none; }
  .hcar-slide .hc-label, .hcar-slide .hc-title, .hcar-slide .hc-sub, .hcar-slide .hc-cta { opacity: 1; animation: none; }
}

/* setas */
.hcar-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--ink);
  cursor: pointer;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.hcar-arrow svg { width: 22px; height: 22px; }
.hcar-arrow:hover {
  background: #fff;
  box-shadow: 0 8px 24px -10px rgba(10, 22, 40, 0.5);
}
.hcar-arrow.prev { left: 18px; }
.hcar-arrow.next { right: 18px; }

/* bolinhas */
.hcar-dots {
  position: absolute;
  left: 0; right: 0; bottom: 16px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 9px;
}
.hcar-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(10, 22, 40, 0.28);
  cursor: pointer;
  transition: background 0.25s, width 0.25s;
}
.hcar-dot:hover { background: rgba(10, 22, 40, 0.5); }
.hcar-dot.is-active {
  width: 26px;
  background: var(--brand-orange);
}

@media (max-width: 740px) {
  .hcar { height: 92vh; min-height: 520px; max-height: none; }
  .hcar-bg { background-position: var(--pos-m, 68% 28%); }   /* mantém rostos */
  /* texto embaixo, degradê forte na base p/ leitura */
  .hcar-shade {
    background:
      linear-gradient(180deg, rgba(247,245,242,0.55) 0%, rgba(247,245,242,0.15) 30%, rgba(247,245,242,0.55) 62%, rgba(247,245,242,0.96) 100%);
  }
  .hcar-content { justify-content: flex-end; padding-bottom: 92px; gap: 16px; }
  .hc-title { font-size: clamp(30px, 8vw, 44px); max-width: 100%; }
  .hc-sub { font-size: 15px; max-width: 100%; }
  .hc-cta { width: 100%; gap: 10px; }
  .hc-cta .btn { flex: 1 1 auto; justify-content: center; min-width: 140px; }
  .hcar-arrow { display: none; }   /* mobile usa swipe + dots */
  .hcar-dots { bottom: 70px; }
}

/* SOLUÇÕES POR JORNADA (cards imagem + overlay) ---------------------- */
.sol-stack { display: flex; flex-direction: column; gap: 24px; margin-top: 44px; }
.sol-row {
  position: relative; min-height: 400px; border-radius: 22px; overflow: hidden;
  display: flex; align-items: center; isolation: isolate;
  box-shadow: 0 24px 60px -42px rgba(10,22,40,0.5);
}
.sol-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-repeat: no-repeat; background-position: var(--pos, 78% 45%);
}
.sol-shade {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(247,245,242,0.96) 0%, rgba(247,245,242,0.82) 34%, rgba(247,245,242,0.32) 56%, rgba(247,245,242,0) 74%);
}
.sol-content {
  position: relative; z-index: 2; max-width: 560px;
  padding: 44px 52px; color: #0A1628; display: flex; flex-direction: column; gap: 14px;
}
.sol-title { font-family: var(--f-display); font-weight: 500; font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.02em; line-height: 1.05; }
.sol-text { color: #2A3447; max-width: 48ch; font-size: 15.5px; line-height: 1.5; }
.sol-levels { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: #2A3447; }
.sol-levels .lvl {
  display: inline-block; min-width: 104px; margin-right: 8px;
  font-family: var(--f-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--brand-orange-deep); font-weight: 700;
}
.sol-content .btn { align-self: flex-start; margin-top: 8px; }

/* PRODUTOS INDIVIDUAIS ---------------------------------------------- */
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; margin-top: 44px; }
.prod-card {
  border: 1px solid var(--line); border-radius: 18px; padding: 26px; background: var(--bg-elev);
  display: flex; flex-direction: column; gap: 12px; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.prod-card:hover { border-color: color-mix(in oklab, var(--brand-orange) 50%, var(--line)); transform: translateY(-3px); box-shadow: 0 18px 40px -28px rgba(10,22,40,0.45); }
.prod-name { font-family: var(--f-display); font-weight: 500; font-size: 20px; line-height: 1.12; }
.prod-desc { color: var(--ink-2); font-size: 14.5px; line-height: 1.5; }
.prod-ind { font-size: 13px; color: var(--ink-3); line-height: 1.45; }
.prod-ind span { color: var(--ink-2); font-weight: 600; }
.prod-cta { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; padding-top: 10px; }
.prod-cta .btn { flex: 1 1 auto; justify-content: center; font-size: 13.5px; padding: 12px 16px; white-space: nowrap; }

@media (max-width: 740px) {
  .sol-row { min-height: 440px; align-items: flex-end; }
  .sol-shade { background: linear-gradient(180deg, rgba(247,245,242,0.40) 0%, rgba(247,245,242,0.10) 32%, rgba(247,245,242,0.72) 64%, rgba(247,245,242,0.97) 100%); }
  .sol-bg { background-position: var(--pos-m, 72% 28%); }
  .sol-content { padding: 28px 24px 32px; max-width: 100%; }
  .sol-content .btn { align-self: stretch; justify-content: center; }
  .prod-cta { flex-direction: column; }
  .prod-cta .btn { width: 100%; }
}

/* QUIZ ----------------------------------------------------- */
.section { padding: 100px 0; position: relative; }
.section-head { margin-bottom: 60px; }
.section-head .mono { color: var(--brand-orange); margin-bottom: 16px; display: inline-flex; align-items: center; gap: 8px; }
.section-head .mono::before { content: ''; width: 22px; height: 1px; background: var(--brand-orange); }
.section-head h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  font-variation-settings: 'wdth' 90;
  max-width: 18ch;
}
.section-head .sub { font-size: clamp(16px, 1.4vw, 19px); color: var(--ink-3); max-width: 56ch; margin-top: 18px; }

.quiz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.quiz-option {
  position: relative;
  background: var(--bg-elev);
  padding: 32px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 280px;
  text-align: left;
  cursor: pointer;
  transition: all 0.4s var(--ease-out);
  overflow: hidden;
}
.quiz-option:hover { background: var(--brand-orange); color: #fff; }
.quiz-option:hover .quiz-num,
.quiz-option:hover .quiz-mono,
.quiz-option:hover .quiz-desc { color: rgba(255,255,255,0.8); }
.quiz-option:hover .quiz-glyph { color: rgba(255,255,255,0.9); transform: translate(-4px, -4px) rotate(-6deg); }
.quiz-num { font-family: var(--f-mono); font-size: 11px; color: var(--ink-4); }
.quiz-q { font-family: var(--f-display); font-weight: 500; font-size: 24px; line-height: 1.1; letter-spacing: -0.015em; font-variation-settings: 'wdth' 88; max-width: 14ch; }
.quiz-desc { font-size: 13px; color: var(--ink-3); margin-top: -22px; }
.quiz-mono { font-family: var(--f-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); margin-top: auto; display: flex; align-items: center; gap: 6px; }
.quiz-mono .arr { transition: transform 0.3s; }
.quiz-option:hover .quiz-mono .arr { transform: translateX(4px); }
.quiz-glyph {
  position: absolute;
  right: 22px; top: 26px;
  width: 36px; height: 36px;
  color: var(--brand-orange);
  transition: transform 0.4s var(--ease-out), color 0.3s;
}

@media (max-width: 920px) {
  .quiz { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .quiz { grid-template-columns: 1fr; }
  .quiz-option { min-height: 180px; padding: 24px 22px; gap: 20px; }
  .quiz-desc { margin-top: -14px; }
}

/* VERTICALS ------------------------------------------------ */
/* This section is intentionally always dark — high-contrast theatrical block */
.verticals {
  background: #08111E;
  color: #F0EAE3;
  padding: 110px 0;
  border-radius: var(--r-xl);
  margin: 0 calc(var(--pad-x) * 0.4);
}
[data-theme="dark"] .verticals { background: #020815; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .verticals { background: #020815; }
}
.verticals .section-head .mono { color: var(--brand-orange); }
.verticals .section-head h2 { color: #F0EAE3; }
.verticals .section-head .sub { color: rgba(240, 234, 227, 0.6); }

.vert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.vert-card {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-lg);
  padding: 36px 30px 30px;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  overflow: hidden;
  transition: all 0.5s var(--ease-out);
  cursor: pointer;
}
.vert-card:hover {
  background: rgba(232,97,26,0.08);
  border-color: rgba(232,97,26,0.3);
  transform: translateY(-4px);
}
.vert-card .v-num { font-family: var(--f-mono); font-size: 11px; color: var(--brand-orange); margin-bottom: 24px; display: flex; justify-content: space-between; align-items: center; }
.vert-card .v-num .v-tag { color: rgba(255,255,255,0.5); }
.vert-card .v-title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.025em;
  line-height: 1;
  font-variation-settings: 'wdth' 88;
  margin-bottom: 4px;
}
.vert-card .v-title em { font-style: normal; color: var(--brand-orange); font-variation-settings: 'wdth' 75; }
.vert-card .v-kicker { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.45); margin-bottom: 28px; }
.vert-card .v-body { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.5; max-width: 32ch; }
.vert-card .v-recommended {
  display: block;
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.32);
}
.vert-card .v-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  font-family: var(--f-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.vert-card .v-feats li {
  display: flex; align-items: center; gap: 10px;
}
.vert-card .v-feats li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand-orange); flex-shrink: 0;
}
.vert-card .v-foot {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
}
.vert-card .v-foot .arr { transition: transform 0.3s var(--ease-out); }
.vert-card:hover .v-foot .arr { transform: translateX(6px); color: var(--brand-orange); }

/* big watermark glyph */
.vert-card .v-glyph {
  position: absolute;
  right: -50px; bottom: -80px;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 280px;
  line-height: 1;
  color: rgba(255,255,255,0.025);
  letter-spacing: -0.03em;
  font-variation-settings: 'wdth' 75;
  pointer-events: none;
  transition: color 0.5s;
}
.vert-card:hover .v-glyph { color: rgba(232,97,26,0.08); }

@media (max-width: 920px) {
  .vert-grid { grid-template-columns: 1fr; }
  .vert-card { min-height: 360px; }
  .verticals { margin: 0; border-radius: 0; padding: 80px 0; }
}

/* PARTNERS / WHERE WE'VE OPERATED -------------------------- */
.partners {
  padding: 110px 0;
}
.partners-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 70px; }
.partners-head h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  font-variation-settings: 'wdth' 90;
}
.partners-head .right { max-width: 36ch; color: var(--ink-3); font-size: 15px; }

.partners-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.partner-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  padding: 28px 26px 24px;
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 200px;
  transition: all 0.3s var(--ease-out);
}
.partner-card:hover {
  border-color: var(--brand-orange);
  transform: translateY(-2px);
}
.partner-card .p-name {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-variation-settings: 'wdth' 88;
}
.partner-card .p-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}
.partner-card .p-meta .p-years { font-size: 22px; color: var(--ink); letter-spacing: -0.01em; font-family: var(--f-display); text-transform: none; font-variation-settings: 'wdth' 85; }

.partners-tech-head {
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-4);
  margin: 60px 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.partners-tech-head::after { content: ''; flex: 1; height: 1px; background: var(--line); }

.tech-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}
.tech-cell {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tech-cell:last-child { border-right: 0; }
.tech-cell .t-name { font-family: var(--f-display); font-weight: 500; font-size: 19px; letter-spacing: -0.01em; font-variation-settings: 'wdth' 90; }
.tech-cell .t-role { font-family: var(--f-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); }

@media (max-width: 920px) {
  .partners-row { grid-template-columns: 1fr 1fr; }
  .tech-row { grid-template-columns: 1fr 1fr; }
  .tech-cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .tech-cell:nth-child(odd) { border-right: 1px solid var(--line); }
  .tech-cell:last-child, .tech-cell:nth-last-child(2) { border-bottom: 0; }
  .partners-head { flex-direction: column; align-items: start; }
}
@media (max-width: 540px) {
  .partners-row { grid-template-columns: 1fr; }
}

/* FINAL CTA ------------------------------------------------ */
.final-cta { padding: 120px 0 60px; }
.final-cta-inner {
  background: var(--brand-orange);
  color: #fff;
  border-radius: var(--r-xl);
  padding: clamp(50px, 7vw, 90px) clamp(30px, 6vw, 80px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: end;
  position: relative;
  overflow: hidden;
}
.final-cta h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(38px, 6vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-variation-settings: 'wdth' 85;
  max-width: 16ch;
  position: relative; z-index: 2;
}
.final-cta h2 em { font-style: normal; font-variation-settings: 'wdth' 75; color: rgba(255,255,255,0.55); }
.final-cta .right { display: flex; flex-direction: column; gap: 22px; position: relative; z-index: 2; }
.final-cta .right p { font-size: 17px; line-height: 1.5; color: rgba(255,255,255,0.85); }
.final-cta .ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.final-cta .btn-light { background: #fff; color: var(--brand-orange); }
.final-cta .btn-light:hover { background: var(--ink); color: #fff; }
.final-cta .btn-outline-light { border: 1px solid rgba(255,255,255,0.4); color: #fff; }
.final-cta .btn-outline-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* subtle decorative orbit on the CTA */
.final-cta-orbit {
  position: absolute;
  right: -180px;
  top: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  pointer-events: none;
}
.final-cta-orbit::before, .final-cta-orbit::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
}
.final-cta-orbit::before { inset: 50px; }
.final-cta-orbit::after { inset: 100px; border-color: rgba(255,255,255,0.08); }

@media (max-width: 820px) {
  .final-cta-inner { grid-template-columns: 1fr; gap: 30px; padding: 40px 28px; border-radius: var(--r-lg); }
  .final-cta { padding: 60px 0 30px; }
}

/* MARQUEE -------------------------------------------------- */
.marquee {
  overflow: hidden;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-elev);
  display: flex;
}
.marquee-track {
  display: flex;
  gap: 60px;
  animation: scroll 50s linear infinite;
  white-space: nowrap;
  align-items: center;
}
.marquee-track > * { font-family: var(--f-display); font-size: clamp(28px, 4vw, 44px); font-weight: 500; letter-spacing: -0.02em; font-variation-settings: 'wdth' 85; color: var(--ink-3); flex-shrink: 0; }
.marquee-track .star { color: var(--brand-orange); font-size: 22px; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* imagem do produto no card (index) */
.prod-card.has-img { padding-top: 0; overflow: hidden; }
.prod-img { margin: 0 -26px 4px; height: 150px; display: grid; place-items: center;
  background: var(--bg-sunk);
  border-bottom: 1px solid var(--line); padding: 18px; }
.prod-img img { max-height: 118px; max-width: 80%; width: auto; object-fit: contain; filter: drop-shadow(0 10px 16px rgba(10,22,40,0.18)); }

/* MOBILE: hero SEM blur (legibilidade pelo gradiente). Blur leve só nas verticais. */
@media (max-width: 740px) {
  .hcar-shade { background: linear-gradient(180deg, rgba(247,245,242,0.50) 0%, rgba(247,245,242,0.26) 30%, rgba(247,245,242,0.60) 60%, rgba(247,245,242,0.95) 100%); }
  .sol-bg { filter: blur(0.8px) saturate(1.02); transform: scale(1.03); }
}
