@font-face {
  font-family: "TSW Footer Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2") format("woff2");
}

@font-face {
  font-family: "TSW Footer Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2") format("woff2");
}

:root {
  --bg: #090909;
  --bg-soft: #111111;
  --panel: #171717;
  --panel-strong: #202020;
  --text: #f5f1ea;
  --muted: #b8b0a3;
  --line: rgba(255, 255, 255, 0.12);
  --orange: #f67c01;
  --orange-soft: #ff9d3d;
  --orange-deep: #a64d00;
  --whatsapp: #25d366;
  --whatsapp-deep: #128c4a;
  --whatsapp-soft: rgba(37, 211, 102, 0.16);
  --white: #ffffff;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.32);
  --radius: 8px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(246, 124, 1, 0.08), rgba(246, 124, 1, 0) 36rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--orange), var(--orange-soft));
  box-shadow: 0 0 22px rgba(246, 124, 1, 0.52);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: #111;
  background: var(--orange);
  border-radius: 6px;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.icon-sprite {
  display: none;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(246, 124, 1, 0.3), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(11, 59, 150, 0.16), transparent 48%),
    linear-gradient(135deg, rgba(6, 6, 6, 0.99), rgba(18, 10, 4, 0.99));
  opacity: 1;
  visibility: visible;
}

.intro-overlay[hidden] {
  display: none;
}

.intro-card {
  position: relative;
  min-width: min(82vw, 460px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}

.intro-card::before,
.intro-card::after {
  content: "";
  position: absolute;
  inset: 50%;
  pointer-events: none;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.intro-card::before {
  width: min(76vw, 390px);
  height: min(76vw, 390px);
  border: 1px solid rgba(246, 124, 1, 0.24);
  box-shadow: 0 0 110px rgba(246, 124, 1, 0.24);
}

.intro-card::after {
  width: min(54vw, 270px);
  height: min(54vw, 270px);
  background: radial-gradient(circle, rgba(246, 124, 1, 0.26), transparent 66%);
}

.intro-itau-mark {
  position: relative;
  z-index: 1;
  width: clamp(142px, 19vw, 176px);
  height: clamp(142px, 19vw, 176px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 36px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(145deg, #ff9624, var(--orange));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    inset 0 -20px 42px rgba(120, 48, 0, 0.22),
    0 34px 96px rgba(0, 0, 0, 0.46),
    0 0 74px rgba(246, 124, 1, 0.42);
  font-size: clamp(2.7rem, 6vw, 3.55rem);
  font-weight: 860;
}

.intro-itau-mark::before,
.intro-itau-mark::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.intro-itau-mark::before {
  inset: -34% auto -34% -72%;
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  transform: rotate(18deg);
}

.intro-itau-mark::after {
  inset: 10px;
  border: 1px solid rgba(7, 59, 142, 0.18);
  border-radius: 28px;
}

.intro-itau-mark > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-shadow:
    0 1px 0 rgba(7, 59, 142, 0.2),
    0 10px 26px rgba(7, 59, 142, 0.24);
}

.intro-kicker {
  position: relative;
  z-index: 1;
  color: #69a7ff;
  font-size: 0.84rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(11, 59, 150, 0.46);
}

body.intro-running {
  overflow: hidden;
}

body.intro-running .intro-overlay {
  animation: introOverlayOut 0.78s ease 4.12s forwards;
}

body.intro-running .intro-card {
  animation: introCardStage 4.9s cubic-bezier(0.2, 0.78, 0.24, 1) forwards;
}

body.intro-running .intro-itau-mark {
  animation: introMarkStage 4.82s cubic-bezier(0.2, 0.78, 0.24, 1) forwards;
}

body.intro-running .intro-itau-mark::before {
  animation: introMarkSweep 1.2s ease 1.46s forwards;
}

body.intro-running .intro-itau-mark > span {
  animation: introLettersIn 4.42s ease forwards;
}

body.intro-running .intro-card::before {
  animation: introHaloRing 4.82s ease forwards;
}

body.intro-running .intro-card::after {
  animation: introHaloCore 4.82s ease forwards;
}

body.intro-running .intro-kicker {
  animation: introKickerIn 4.72s ease forwards;
}

@keyframes introCardStage {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  18%,
  68% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  80% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  92% {
    opacity: 0.88;
    transform: translateY(-20px) scale(0.92);
  }
  100% {
    opacity: 0;
    transform: translateY(-58px) scale(0.78);
  }
}

@keyframes introMarkStage {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.78);
    filter: saturate(0.9) brightness(0.9);
  }
  28% {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1.08) brightness(1.02);
  }
  68% {
    transform: scale(1.025);
    filter: saturate(1.14) brightness(1.08);
  }
  74% {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1.08) brightness(1.03);
  }
  88% {
    opacity: 0.88;
    transform: translateY(-22px) scale(0.84) rotate(-1.2deg);
    filter: saturate(1) brightness(0.96);
  }
  100% {
    opacity: 0;
    transform: translateY(-62px) scale(0.62) rotate(-2deg);
    filter: saturate(0.95) brightness(0.92);
  }
}

@keyframes introLettersIn {
  0%,
  24% {
    opacity: 0;
    transform: translateY(8px);
  }
  42%,
  74% {
    opacity: 1;
    transform: translateY(0);
  }
  88% {
    opacity: 0.86;
    transform: translateY(-5px);
  }
  100% {
    opacity: 0;
    transform: translateY(-18px);
  }
}

@keyframes introMarkSweep {
  0% {
    left: -72%;
  }
  100% {
    left: 118%;
  }
}

@keyframes introHaloRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.76);
  }
  30%,
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  88% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.72);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.46);
  }
}

@keyframes introHaloCore {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }
  34%,
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  88% {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(0.66);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.42);
  }
}

@keyframes introKickerIn {
  0%,
  38% {
    opacity: 0;
    transform: translateY(8px);
  }
  54%,
  72% {
    opacity: 1;
    transform: translateY(0);
  }
  86% {
    opacity: 0.8;
    transform: translateY(10px);
  }
  100% {
    opacity: 0;
    transform: translateY(28px);
  }
}


@keyframes introOverlayOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  box-shadow:
    0 1px 0 0 rgba(246, 124, 1, 0.08),
    0 4px 30px rgba(0, 0, 0, 0.5);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.nav-shell {
  width: min(100% - 40px, var(--container));
  min-height: 82px;
  margin-inline: auto;
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(245, 241, 234, 0.78);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.nav-links a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  transition: color 0.28s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--orange-soft));
  border-radius: 1px;
  transition: width 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(246, 124, 1, 0.48);
  border-radius: 6px;
  color: var(--white) !important;
  background: rgba(246, 124, 1, 0.12);
}

.nav-cta.whatsapp-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  line-height: 1;
  background: linear-gradient(135deg, #1a8a47, #128c4a);
  border: 1px solid rgba(37, 211, 102, 0.28) !important;
  border-radius: 100px;
  color: var(--white) !important;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.nav-cta.whatsapp-nav .whatsapp-icon {
  filter: drop-shadow(0 0 3px rgba(37, 211, 102, 0.5));
}

.nav-cta.whatsapp-nav:hover {
  background: linear-gradient(135deg, #1f9e52, #15a055) !important;
  border-color: rgba(37, 211, 102, 0.52) !important;
  transform: translateY(-2px);
  box-shadow:
    0 4px 18px rgba(37, 211, 102, 0.28),
    0 0 24px rgba(37, 211, 102, 0.12);
}

.whatsapp-icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: currentColor;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.section {
  padding: 96px 0;
  position: relative;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange-soft);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 820px;
  font-size: clamp(2.8rem, 5.8vw, 4.8rem);
  line-height: 1.04;
  font-weight: 760;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.02;
  font-weight: 720;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

p {
  color: var(--muted);
}

.hero {
  min-height: calc(100svh - 82px);
  padding: 58px 0 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 82px 0 auto auto;
  width: min(44vw, 620px);
  height: min(44vw, 620px);
  pointer-events: none;
  opacity: 0.24;
  background:
    linear-gradient(90deg, rgba(246, 124, 1, 0.42) 1px, transparent 1px),
    linear-gradient(180deg, rgba(246, 124, 1, 0.28) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(135deg, transparent 12%, #000 48%, transparent 82%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.52fr);
  gap: 50px;
  align-items: center;
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 22px;
  color: rgba(245, 241, 234, 0.82);
  font-size: clamp(1.02rem, 1.18vw, 1.14rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions.centered {
  justify-content: center;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 720;
  line-height: 1.15;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #111;
  background: var(--orange);
  box-shadow: 0 18px 44px rgba(246, 124, 1, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--orange-soft);
}

.btn-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.btn-secondary.whatsapp-button {
  color: var(--white);
  border-color: rgba(37, 211, 102, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, var(--whatsapp), var(--whatsapp-deep));
  box-shadow: 0 16px 38px rgba(37, 211, 102, 0.16);
}

.btn-secondary.whatsapp-button:hover,
.btn-secondary.whatsapp-button:focus-visible {
  border-color: rgba(37, 211, 102, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 38%),
    linear-gradient(135deg, #2be06f, var(--whatsapp-deep));
}

.nav-cta.whatsapp-nav:focus-visible {
  outline: 2px solid var(--whatsapp);
  outline-offset: 2px;
}

.btn-secondary.whatsapp-icon-only {
  width: 54px;
  min-width: 54px;
  padding-inline: 0;
}

.btn-secondary.whatsapp-icon-only .whatsapp-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.hero-disclaimer {
  max-width: 720px;
  margin-top: 16px;
  padding: 12px 15px;
  color: rgba(245, 241, 234, 0.76);
  border: 1px solid rgba(246, 124, 1, 0.22);
  border-radius: var(--radius);
  background: rgba(246, 124, 1, 0.08);
  font-size: 0.9rem;
}

.hero-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.consultant-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #efefef;
  overflow: hidden;
}

.consultant-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.brand-float {
  width: fit-content;
  max-width: 620px;
  margin: 0 0 16px;
  position: relative;
  padding: 8px 11px 8px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(246, 124, 1, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  font-size: 0.78rem;
  line-height: 1.2;
}

.brand-float strong {
  display: block;
  margin-bottom: 2px;
  color: var(--text);
  font-size: 0.82rem;
}

.itau-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff258;
  background: linear-gradient(145deg, #0b3b96, #123b8c);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    0 10px 24px rgba(0, 0, 0, 0.28);
  font-weight: 860;
  font-size: 1.03rem;
  letter-spacing: 0;
}

.hero-card-body {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.hero-card-body p {
  margin: 0;
}

.metric {
  color: var(--text);
  font-size: 1.78rem;
  line-height: 1;
  font-weight: 790;
}

.finance-mini-panel {
  margin: 0 18px 18px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: end;
  border: 1px solid rgba(246, 124, 1, 0.26);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(246, 124, 1, 0.15), rgba(255, 255, 255, 0.04));
}

.finance-mini-panel span,
.finance-mini-panel strong {
  display: block;
}

.finance-mini-panel span {
  color: rgba(245, 241, 234, 0.58);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.finance-mini-panel strong {
  color: var(--text);
  font-size: 0.98rem;
}

.signal-bars {
  height: 46px;
  display: inline-flex;
  align-items: end;
  gap: 5px;
}

.signal-bars span {
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange-soft), var(--orange));
}

.signal-bars span:nth-child(1) {
  height: 18px;
}

.signal-bars span:nth-child(2) {
  height: 28px;
}

.signal-bars span:nth-child(3) {
  height: 38px;
}

.signal-bars span:nth-child(4) {
  height: 24px;
}

.finance-identity {
  padding: 28px 0 0;
}

.finance-identity-lower {
  padding: 0 0 18px;
  margin-top: -32px;
}

.finance-identity-strip {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(246, 124, 1, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(246, 124, 1, 0.15), rgba(255, 255, 255, 0.045)),
    var(--panel);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
}

.identity-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.identity-brand strong,
.identity-brand p {
  margin: 0;
}

.identity-brand strong {
  color: var(--text);
}

.identity-brand p {
  max-width: 580px;
  font-size: 0.93rem;
}

.identity-signals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.identity-signals span {
  min-height: 34px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(246, 124, 1, 0.24);
  border-radius: 999px;
  color: rgba(245, 241, 234, 0.78);
  background: rgba(9, 9, 9, 0.34);
  font-size: 0.82rem;
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head.compact {
  max-width: 680px;
}

.section-head p {
  font-size: 1.04rem;
}

.feature-grid {
  display: grid;
  gap: 18px;
}

.feature-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.process-card,
.condition-card,
.info-panel,
.lead-form,
.contact-card,
.faq-list details,
.final-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.feature-card,
.process-card,
.condition-card,
.document-list span,
.faq-list details {
  position: relative;
  overflow: hidden;
}

.feature-card::before,
.process-card::before,
.condition-card::before,
.document-list span::before,
.faq-list details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0.62;
  background: linear-gradient(90deg, rgba(246, 124, 1, 0.82), transparent 72%);
}

.feature-card,
.condition-card {
  min-height: 190px;
  padding: 24px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.feature-card:hover,
.condition-card:hover,
.process-card:hover {
  border-color: rgba(246, 124, 1, 0.32);
  background: rgba(246, 124, 1, 0.07);
}

.feature-card p,
.condition-card p,
.process-card p {
  margin-bottom: 0;
}

.card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 124, 1, 0.42);
  border-radius: 6px;
  color: var(--orange-soft);
  background: rgba(246, 124, 1, 0.08);
  font-size: 0.82rem;
  font-weight: 780;
}

.process {
  background: var(--bg-soft);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-card {
  padding: 26px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.process-card span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--orange-soft);
  font-weight: 780;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: start;
}

.split-grid > div:first-child p {
  font-size: 1.04rem;
}

.info-panel {
  padding: 28px;
  background: rgba(246, 124, 1, 0.08);
}

.check-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(245, 241, 234, 0.82);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
}

.conditions {
  background: #0d0d0d;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.documents-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.9fr);
  gap: 44px;
  align-items: start;
}

.document-list {
  display: grid;
  gap: 12px;
}

.document-list span {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: rgba(245, 241, 234, 0.84);
  background: rgba(255, 255, 255, 0.045);
}

.risk {
  padding-top: 40px;
}

.risk-box {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 36px;
  padding: 34px;
  border: 1px solid rgba(246, 124, 1, 0.36);
  border-radius: var(--radius);
  background: rgba(246, 124, 1, 0.08);
}

.risk-box::before,
.cta-band::before,
.final-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(246, 124, 1, 0.13), transparent 42%);
}

.risk-box,
.cta-band,
.final-card {
  position: relative;
  overflow: hidden;
}

.risk-box p:last-child {
  margin-bottom: 0;
  color: rgba(245, 241, 234, 0.84);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(246, 124, 1, 0.34);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(246, 124, 1, 0.18), rgba(255, 255, 255, 0.045));
}

.cta-band h2 {
  max-width: 760px;
}

.cta-band p:last-child {
  margin-bottom: 0;
}
/* ── Unified CTA Section ── */
.cta-unified {
  background:
    radial-gradient(ellipse at 30% 50%, rgba(246, 124, 1, 0.1), transparent 60%),
    var(--bg-soft);
}

.cta-unified-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(246, 124, 1, 0.22);
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(246, 124, 1, 0.08), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cta-unified-content {
  padding: 44px 52px 24px;
  display: flex;
  flex-direction: column;
}

.cta-unified-content > .eyebrow {
  margin-top: auto;
}

.cta-unified-content h2 {
  max-width: 540px;
}

.cta-unified-content > p:not(.eyebrow):not(.cta-unified-note) {
  max-width: 520px;
  margin-bottom: 28px;
  font-size: 1.02rem;
  line-height: 1.6;
}

.cta-alt-link {
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.cta-alt-link a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--whatsapp);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cta-alt-link a:hover {
  color: #2be06f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta-alt-link .whatsapp-icon {
  width: 0.95em;
  height: 0.95em;
  filter: drop-shadow(0 0 4px rgba(37, 211, 102, 0.4));
}

.cta-unified-note {
  margin-top: auto;
  padding-top: 24px;
  margin-bottom: 0;
  color: var(--muted) !important;
  font-size: 0.78rem !important;
  opacity: 0.65;
  text-align: center;
}

.cta-unified-aside {
  position: relative;
}

/* ── Consultant Portrait ── */
.consultant-portrait {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.consultant-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.consultant-portrait-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.5) 60%, transparent);
}

.consultant-portrait-overlay strong {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
}

.consultant-portrait-overlay span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

/* ── Mega CTA Button ── */
.btn-mega {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border: none;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, #f67c01, #d96a00);
  box-shadow:
    0 0 0 1px rgba(246, 124, 1, 0.5),
    0 4px 16px rgba(246, 124, 1, 0.35),
    0 16px 48px rgba(246, 124, 1, 0.2);
  font-size: 1.15rem;
  font-weight: 740;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s ease;
  animation: megaPulse 3s ease-in-out infinite;
}

.btn-mega:hover,
.btn-mega:focus-visible {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 0 0 1px rgba(246, 124, 1, 0.7),
    0 8px 28px rgba(246, 124, 1, 0.45),
    0 24px 64px rgba(246, 124, 1, 0.25);
  animation: none;
}

.btn-mega:active {
  transform: translateY(-1px) scale(1.01);
}

.btn-mega-text {
  position: relative;
  z-index: 1;
}

.btn-mega-arrow {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-mega:hover .btn-mega-arrow {
  transform: translateX(5px);
}

.btn-mega-shine {
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: skewX(-20deg);
  animation: megaShine 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: 1s;
  pointer-events: none;
}

@keyframes megaPulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(246, 124, 1, 0.5),
      0 4px 16px rgba(246, 124, 1, 0.35),
      0 16px 48px rgba(246, 124, 1, 0.2);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(246, 124, 1, 0.6),
      0 6px 24px rgba(246, 124, 1, 0.5),
      0 20px 60px rgba(246, 124, 1, 0.3),
      0 0 42px rgba(246, 124, 1, 0.15);
  }
}

@keyframes megaShine {
  0% {
    left: -120%;
  }
  20%, 100% {
    left: 220%;
  }
}

.form-section {
  background: var(--bg-soft);
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.76fr);
  gap: 46px;
  align-items: start;
}

.form-copy > p {
  font-size: 1.04rem;
}

.contact-card {
  margin-top: 30px;
  padding: 12px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
}

.contact-card img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 6px;
}

.contact-card strong,
.contact-card span {
  display: block;
}

.contact-card span {
  color: var(--muted);
  font-size: 0.94rem;
}

.lead-form {
  padding: 28px;
  display: grid;
  gap: 12px;
  background: #f7f2ea;
  color: #161616;
  box-shadow: var(--shadow);
}

.lead-form label {
  margin-top: 2px;
  font-weight: 700;
}

.lead-form label span {
  color: var(--orange-deep);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  color: #151515;
  background: #fff;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(246, 124, 1, 0.22);
  border-color: rgba(246, 124, 1, 0.62);
}

.form-button {
  width: 100%;
  margin-top: 8px;
  border: 0;
  cursor: pointer;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.lead-form.is-sending {
  position: relative;
}

.form-status {
  min-height: 22px;
  margin: 2px 0 0;
  color: #5f574d;
  font-size: 0.92rem;
}

.form-status.is-error {
  padding: 10px 12px;
  border: 1px solid rgba(185, 43, 43, 0.26);
  border-radius: 6px;
  color: #7d1e1e;
  background: rgba(185, 43, 43, 0.08);
}

.form-status.is-success {
  padding: 10px 12px;
  border: 1px solid rgba(246, 124, 1, 0.28);
  border-radius: 6px;
  color: #5a3106;
  background: rgba(246, 124, 1, 0.1);
}

.form-note {
  margin: 4px 0 0;
  color: #5f574d;
  font-size: 0.9rem;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(246, 124, 1, 0.22), transparent 34%),
    rgba(4, 4, 4, 0.82);
  backdrop-filter: blur(14px);
}

.success-modal[hidden] {
  display: none;
}

body.success-modal-open {
  overflow: hidden;
}

.success-dialog {
  width: min(100%, 520px);
  padding: 30px;
  border: 1px solid rgba(246, 124, 1, 0.48);
  border-radius: var(--radius);
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(246, 124, 1, 0.14), rgba(255, 255, 255, 0.045) 38%),
    #111;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.54),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.success-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 124, 1, 0.62);
  border-radius: 50%;
  background: rgba(246, 124, 1, 0.12);
  box-shadow: 0 0 42px rgba(246, 124, 1, 0.2);
}

.success-icon::before {
  content: "";
  width: 15px;
  height: 28px;
  margin-top: -5px;
  border-right: 4px solid var(--orange);
  border-bottom: 4px solid var(--orange);
  transform: rotate(45deg);
}

.success-dialog h2 {
  margin-bottom: 14px;
  font-size: clamp(1.82rem, 5vw, 2.45rem);
}

.success-dialog p:not(.eyebrow) {
  margin-bottom: 12px;
  color: rgba(245, 241, 234, 0.82);
}

.success-action {
  width: fit-content;
  margin-top: 12px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  min-height: 58px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-weight: 720;
}

.faq-list summary::after {
  content: "+";
  color: var(--orange-soft);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 20px;
}

.final-cta {
  padding-top: 28px;
}

.final-card {
  max-width: 880px;
  padding: 46px;
  text-align: center;
}

.final-card h2 {
  max-width: 760px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.final-title-sub {
  display: block;
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.final-title-main {
  display: block;
  font-size: clamp(2.4rem, 4.8vw, 4.1rem);
  font-weight: 800;
  color: var(--orange-soft);
  text-shadow: 0 0 36px rgba(246, 124, 1, 0.25);
  line-height: 1.05;
}

.final-card p:not(.eyebrow) {
  max-width: 640px;
  margin-inline: auto;
}

.site-footer {
  --text: #ffffff;
  --muted: #d8d1c3;
  --subtle: #9f9687;
  --line: rgba(255, 255, 255, 0.12);
  --gold-soft: #e3c477;
  padding: 64px 0 34px;
  border-top: 1px solid var(--line);
  background: #050505;
  color: var(--text);
  font-family: "TSW Footer Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.site-footer .footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(130px, 0.42fr) minmax(330px, 1fr) minmax(260px, 0.72fr);
  gap: 34px 30px;
}

.site-footer .footer-brand {
  display: flex;
  gap: 14px;
}

.site-footer .brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #050505;
  border: 1px solid rgba(199, 155, 67, 0.25);
  overflow: hidden;
}

.site-footer .brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-footer .footer-mark {
  flex: 0 0 auto;
}

.site-footer .footer-brand strong {
  display: block;
  font-size: 1.1rem;
}

.site-footer .footer-brand p,
.site-footer .footer-bottom p {
  margin: 8px 0 0;
  color: var(--subtle);
}

.site-footer .footer-links,
.site-footer .footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}

.site-footer .footer-links a,
.site-footer .footer-contact a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer .footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.site-footer .footer-contact a svg,
.site-footer .footer-contact a i {
  flex: 0 0 auto;
  color: var(--gold-soft);
}

.site-footer .instagram-link {
  position: relative;
}

.site-footer .instagram-link i {
  display: none;
}

.site-footer .instagram-link::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: var(--gold-soft);
  mask: url("../assets/servidor-publico/imagens-capturadas/assets/svgs/brands/instagram.svg") center / contain no-repeat;
}

.site-footer .footer-credentials {
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(199, 155, 67, 0.24);
  border-radius: 8px;
  background: rgba(199, 155, 67, 0.07);
}

.site-footer .footer-credentials strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 0.95rem;
}

.site-footer .footer-credentials p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover {
  color: var(--gold-soft);
  transform: translateX(3px);
}

.site-footer a:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

.site-footer .footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.site-footer .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.site-footer .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-footer .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-footer .footer-inner {
    width: min(100% - 32px, 1180px);
    grid-template-columns: 1fr;
  }

  .site-footer .brand-mark {
    width: 38px;
    height: 38px;
  }

  .site-footer .brand-mark img {
    width: 31px;
    height: 31px;
  }

  .site-footer .footer-links a,
  .site-footer .footer-contact a {
    min-height: 44px;
    padding-block: 10px;
    display: inline-flex;
    align-items: center;
  }

  .site-footer .footer-brand {
    flex-direction: column;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.62s ease, transform 0.62s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .nav-links {
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.52fr);
    gap: 34px;
  }

  .feature-grid.four,
  .conditions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .container,
  .nav-shell {
    width: min(100% - 32px, var(--container));
  }

  .nav-shell {
    min-height: 72px;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    inset: 72px 16px auto 16px;
    padding: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    background: rgba(12, 12, 12, 0.92);
    backdrop-filter: blur(20px) saturate(1.3);
    -webkit-backdrop-filter: blur(20px) saturate(1.3);
    box-shadow:
      var(--shadow),
      0 0 0 1px rgba(246, 124, 1, 0.04);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 46px;
    padding: 0 12px;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: rgba(255, 255, 255, 0.06);
  }

  .nav-cta {
    justify-content: center;
    margin-top: 8px;
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    min-height: auto;
    padding: 54px 0 58px;
  }

  .hero::before {
    width: 74vw;
    height: 74vw;
    opacity: 0.18;
  }

  .hero-grid,
  .split-grid,
  .documents-grid,
  .form-grid,
  .risk-box {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 500px;
  }

  .finance-identity-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .identity-signals {
    justify-content: flex-start;
  }

  .feature-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-band .btn {
    width: fit-content;
  }

  .cta-unified-card {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }

  .cta-unified-content {
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
  }

  .cta-unified-content h2,
  .cta-unified-content > p {
    max-width: none;
  }

  .cta-unified-aside {
    order: 1;
  }

  .consultant-portrait {
    min-height: 320px;
    max-height: 380px;
  }

  .btn-mega {
    width: 100%;
  }


}

@media (max-width: 620px) {
  .container,
  .nav-shell {
    width: min(100% - 28px, var(--container));
  }

  .hero {
    padding: 38px 0 48px;
  }

  .hero-grid {
    gap: 26px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(2.42rem, 12.4vw, 3.45rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
  }

  .hero-subtitle,
  .section-head p,
  .split-grid > div:first-child p,
  .form-copy > p {
    font-size: 1rem;
  }

  .hero-subtitle {
    margin-bottom: 22px;
    line-height: 1.52;
  }

  .hero-actions,
  .hero-actions.centered {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-height: 52px;
  }

  .hero-actions.centered .whatsapp-icon-only {
    align-self: center;
  }

  .hero-disclaimer {
    margin-top: 14px;
    padding: 12px 14px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .brand-float {
    width: 100%;
    margin: 0 0 16px;
    font-size: 0.72rem;
  }

  .itau-mark {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    font-size: 0.92rem;
  }

  .finance-mini-panel {
    margin: 0 16px 16px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .signal-bars {
    height: 30px;
  }

  .identity-brand {
    align-items: flex-start;
  }

  .feature-grid.four,
  .feature-grid.three,
  .conditions-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .condition-card,
  .process-card,
  .info-panel,
  .lead-form,
  .risk-box,
  .cta-band,
  .final-card {
    padding: 22px;
  }

  .feature-card,
  .condition-card {
    min-height: auto;
  }

  .process-card span {
    margin-bottom: 24px;
  }

  .contact-card {
    grid-template-columns: 72px 1fr;
  }

  .contact-card img {
    width: 72px;
    height: 72px;
  }

}

@media (max-width: 420px) {
  .container,
  .nav-shell {
    width: min(100% - 24px, var(--container));
  }

  .section {
    padding: 62px 0;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-grid {
    gap: 18px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(2.05rem, 11vw, 2.75rem);
    line-height: 0.95;
  }

  .hero-copy .eyebrow {
    margin-bottom: 10px;
  }

  .hero-subtitle {
    margin-bottom: 18px;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .btn {
    min-height: 50px;
  }

  .hero-disclaimer {
    margin-top: 12px;
    padding: 11px 13px;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .finance-identity {
    padding-top: 18px;
  }

  .brand-float {
    margin-bottom: 12px;
    padding: 8px 10px 8px 8px;
    gap: 8px;
    font-size: 0.7rem;
  }

  .brand-float strong {
    font-size: 0.78rem;
  }

  .brand-float .itau-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 0.86rem;
  }

  .finance-identity-strip {
    padding: 14px;
    gap: 14px;
  }

  .identity-brand {
    gap: 12px;
  }

  .identity-brand p {
    font-size: 0.88rem;
  }

  .identity-signals span {
    min-height: 32px;
    font-size: 0.78rem;
  }

  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    font-size: 16px;
  }
}

/* ============================================================
   Motion V8 - refinos premium (somente animação/microinteração)
   ============================================================ */

/* Cards: elevação leve com brilho quente no hover */
.feature-card,
.condition-card,
.process-card {
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.35s ease;
}

.feature-card:hover,
.condition-card:hover,
.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.34), 0 0 34px -18px rgba(246, 124, 1, 0.5);
}

.card-icon {
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.35s ease, border-color 0.35s ease;
}

.feature-card:hover .card-icon {
  border-color: rgba(246, 124, 1, 0.7);
  background: rgba(246, 124, 1, 0.16);
  transform: translateY(-2px) scale(1.06);
}

/* CTA principal: varredura de brilho */
.btn-primary {
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}

.btn-primary:hover::before,
.btn-primary:focus-visible::before {
  transform: translateX(120%);
}

/* Painel financeiro do hero: barras crescem na entrada */
@keyframes signalGrow {
  from {
    transform: scaleY(0.2);
    opacity: 0.4;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

.signal-bars span {
  transform-origin: bottom center;
  animation: signalGrow 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.signal-bars span:nth-child(1) { animation-delay: 0.9s; }
.signal-bars span:nth-child(2) { animation-delay: 1.05s; }
.signal-bars span:nth-child(3) { animation-delay: 1.2s; }
.signal-bars span:nth-child(4) { animation-delay: 1.35s; }

/* Formulário: foco com transição suave */
.lead-form input,
.lead-form select,
.lead-form textarea {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

/* Cartão de contato e lista de documentos: resposta discreta */
.contact-card {
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  border-color: rgba(246, 124, 1, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.document-list span {
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.document-list span:hover {
  border-color: rgba(246, 124, 1, 0.36);
  background: rgba(246, 124, 1, 0.07);
  transform: translateX(4px);
}

/* Selos de análise: leve resposta ao hover */
.identity-signals span {
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.identity-signals span:hover {
  border-color: rgba(246, 124, 1, 0.55);
  color: var(--text);
  transform: translateY(-2px);
}

/* FAQ: título responde com cor no hover */
.faq-list summary {
  transition: color 0.25s ease;
}

.faq-list summary:hover {
  color: var(--orange-soft);
}

.faq-list summary::after {
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

/* ============================================================
   Refatoracao Hero - UI Pixel-Perfect v2
   ============================================================ */

/* HERO SCALE & PROPORTION */
.hero {
  min-height: 88vh !important;
  padding: 72px 0 56px !important;
  display: flex;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(246, 124, 1, 0.12) 0%, transparent 60%);
  filter: blur(80px);
  z-index: -1;
  pointer-events: none;
}

/* HEADER GRID */
@media (min-width: 861px) {
  .nav-shell {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center;
  }
  .brand {
    justify-self: flex-start;
  }
  .nav-links {
    justify-self: center;
    gap: 32px !important;
  }
  .nav-cta.whatsapp-nav {
    justify-self: flex-end;
    margin: 0 !important;
  }
}

/* HERO GRID 58% / 42% */
@media (min-width: 861px) {
  .hero-grid {
    grid-template-columns: 58% calc(42% - 44px) !important;
    gap: 44px !important;
    align-items: center !important;
  }
}

.hero-copy {
  text-align: left;
}

/* EYEBROW */
.hero-copy .eyebrow {
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #F67C01;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left;
}

/* HEADLINE H1 - LARGER & MORE IMPOSING */
.hero-copy h1 {
  font-weight: 900;
  font-size: clamp(2.6rem, 4.8vw, 4.2rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 28px;
  text-align: left;
  letter-spacing: -0.02em;
}

.text-laranja {
  color: #F67C01;
}

/* SUBHEADLINE */
.hero-subtitle {
  font-weight: 400;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
  margin-bottom: 32px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  text-align: left;
  max-width: 620px;
}

/* BRAND FLOAT / AUTHORITY TAG - DISCREET */
.brand-float {
  width: auto !important;
  max-width: fit-content !important;
  display: inline-flex !important;
  align-items: center;
  gap: 12px !important;
  padding: 8px 16px 8px 8px !important;
  border-radius: 100px !important;
  background: rgba(20, 20, 20, 0.55) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-bottom: 36px !important;
  box-shadow: none !important;
}

.brand-float .itau-mark {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  font-size: 0.72rem !important;
  background: linear-gradient(145deg, #0b3b96, #123b8c) !important;
}

.brand-float-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.brand-float-text strong {
  display: block;
  font-size: 0.84rem !important;
  color: #fff !important;
  margin-bottom: 1px !important;
  line-height: 1;
}

.brand-float-text span {
  display: block;
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

/* HERO ACTIONS (CTAs) - SIDE BY SIDE, SAME HEIGHT */
.hero-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
}

.hero-actions .btn {
  width: 100% !important;
  height: 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 0.92rem;
  white-space: nowrap;
}

/* MICROCOPY */
.hero-disclaimer {
  max-width: 100% !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 0.78rem !important;
  color: rgba(255, 255, 255, 0.42) !important;
  text-align: left !important;
  margin-top: 14px !important;
}

/* ============================================================
   RIGHT COLUMN - PROFESSIONAL CARD (CLEAN STRUCTURE)
   Photo top + solid dark block bottom. Nothing else.
   ============================================================ */

.dynamic-hero-card {
  position: relative;
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex;
  flex-direction: column;
  background: #141414 !important;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset !important;
}

/* Photo frame — natural aspect, no absolute positioning */
.dynamic-hero-card .consultant-frame {
  position: relative !important;
  inset: auto !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  width: 100% !important;
  overflow: hidden;
  flex-shrink: 0;
  background: #1a1a1a;
}

.dynamic-hero-card .consultant-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

/* Solid dark footer block — no gradient overlapping text */
.dynamic-hero-card .hero-card-footer {
  position: relative;
  z-index: 2;
  padding: 26px 28px 30px !important;
  margin-top: 0 !important;
  background: #141414;
}

.card-footer-title {
  display: block;
  color: #ffffff;
  font-size: 1.32rem;
  font-weight: 780;
  line-height: 1.2;
  margin-bottom: 8px;
}

.card-footer-subtitle {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ============================================================
   RESPONSIVE - Hero card + actions
   ============================================================ */

@media (max-width: 860px) {
  .hero {
    min-height: auto !important;
    padding: 48px 0 54px !important;
  }

  .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .dynamic-hero-card {
    max-width: 460px;
  }

  .dynamic-hero-card .consultant-frame {
    aspect-ratio: 4 / 4.5 !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 9vw, 3rem) !important;
  }
}

@media (max-width: 620px) {
  .hero-copy h1 {
    font-size: clamp(2rem, 8vw, 2.7rem) !important;
    line-height: 1.1 !important;
  }

  .hero-subtitle {
    font-size: 1rem !important;
    margin-bottom: 24px !important;
  }

  .brand-float {
    margin-bottom: 24px !important;
  }

  .dynamic-hero-card .hero-card-footer {
    padding: 22px 22px 26px !important;
  }

  .card-footer-title {
    font-size: 1.18rem;
  }

  .card-footer-subtitle {
    font-size: 0.88rem;
  }
}

/* ============================================================
   Redesign Body V2 — Financiamento Imobiliário
   ============================================================ */

/* --- CREDIBILITY SECTION --- */
.credibility-new {
  padding: 80px 0 60px;
  text-align: center;
}

.credibility-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.big-statement {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  line-height: 1.06;
  font-weight: 760;
  text-align: center;
}

.statement-sub {
  max-width: 580px;
  margin: 18px auto 36px;
  font-size: 1.08rem;
  text-align: center;
  color: var(--muted);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.trust-badge:hover {
  border-color: rgba(246, 124, 1, 0.42);
  background: rgba(246, 124, 1, 0.08);
  transform: translateY(-2px);
}

.trust-badge i,
.trust-badge svg {
  width: 20px;
  height: 20px;
  color: var(--orange-soft);
  flex: 0 0 auto;
}

/* --- COMPARATOR SECTION --- */
.comparator {
  background: var(--bg-soft);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.compare-col {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  transition: border-color 0.3s ease, transform 0.35s ease;
}

.compare-col:hover {
  transform: translateY(-3px);
}

.compare-rent:hover {
  border-color: rgba(220, 60, 60, 0.4);
}

.compare-finance:hover {
  border-color: rgba(37, 211, 102, 0.4);
}

.compare-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.compare-header i,
.compare-header svg {
  width: 24px;
  height: 24px;
}

.compare-rent .compare-header i,
.compare-rent .compare-header svg {
  color: #e05555;
}

.compare-finance .compare-header i,
.compare-finance .compare-header svg {
  color: var(--whatsapp);
}

.compare-header h3 {
  margin: 0;
  font-size: 1.2rem;
}

.compare-bar-track {
  height: 10px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.compare-bar {
  height: 100%;
  border-radius: 999px;
}

.rent-bar {
  background: linear-gradient(90deg, #e05555, #c93c3c);
  width: 100%;
}

.finance-bar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--whatsapp), #1a8a47);
  width: 0;
  transition: width 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0 0 0 rgba(37, 211, 102, 0);
}

.finance-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
}

.finance-bar.is-animated {
  width: 100%;
  animation: barGlow 3.5s ease-in-out infinite;
  animation-delay: 1.4s;
}

.finance-bar.is-animated::after {
  animation: shineWave 3.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: 1.4s;
}

@keyframes barGlow {
  0%, 100% {
    box-shadow: 0 0 8px rgba(37, 211, 102, 0.15);
  }
  50% {
    box-shadow: 0 0 22px rgba(37, 211, 102, 0.55);
  }
}

@keyframes shineWave {
  0% {
    left: -100%;
  }
  25%, 100% {
    left: 200%;
  }
}

.compare-col p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.compare-col p strong {
  color: var(--text);
}

.compare-vs {
  font-size: 1.1rem;
  font-weight: 780;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* --- TIMELINE / PROCESS --- */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.timeline-step {
  position: relative;
  padding: 0 20px;
  text-align: center;
}

.timeline-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(246, 124, 1, 0.42);
  border-radius: 50%;
  background: rgba(246, 124, 1, 0.08);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.35s ease;
}

.timeline-step:hover .timeline-icon {
  background: rgba(246, 124, 1, 0.16);
  border-color: var(--orange);
  transform: scale(1.08);
}

.timeline-icon i,
.timeline-icon svg {
  width: 24px;
  height: 24px;
  color: var(--orange-soft);
}

.timeline-connector {
  position: absolute;
  top: 29px;
  left: calc(50% + 38px);
  width: calc(100% - 76px + 40px);
  height: 2px;
  background: linear-gradient(90deg, rgba(246, 124, 1, 0.5), rgba(246, 124, 1, 0.12));
}

.timeline-step:last-child .timeline-connector {
  display: none;
}

.timeline-step h3 {
  margin-bottom: 6px;
  font-size: 1.02rem;
}

.timeline-step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

/* --- FINANCE DIAGRAM --- */
.about-finance {
  background: #0d0d0d;
}

.finance-diagram {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.diagram-step {
  flex: 1;
  min-width: 140px;
  max-width: 200px;
  padding: 28px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  transition: border-color 0.3s ease, transform 0.35s ease;
}

.diagram-step:hover {
  border-color: rgba(246, 124, 1, 0.32);
  transform: translateY(-3px);
}

.diagram-result {
  border-color: rgba(246, 124, 1, 0.42);
  background: rgba(246, 124, 1, 0.08);
}

.diagram-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(246, 124, 1, 0.1);
}

.diagram-icon i,
.diagram-icon svg {
  width: 22px;
  height: 22px;
  color: var(--orange-soft);
}

.result-icon {
  background: rgba(246, 124, 1, 0.2);
  box-shadow: 0 0 24px rgba(246, 124, 1, 0.18);
}

.result-icon i,
.result-icon svg {
  color: var(--orange);
}

.diagram-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 720;
  font-size: 0.95rem;
  color: var(--text);
}

.diagram-step p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.diagram-plus,
.diagram-equals {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--orange-soft);
  font-size: 1.2rem;
  font-weight: 780;
}

.diagram-equals {
  border-color: rgba(246, 124, 1, 0.42);
  background: rgba(246, 124, 1, 0.12);
  color: var(--orange);
}

.finance-note {
  max-width: 700px;
  margin: 32px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(246, 124, 1, 0.18);
  border-radius: var(--radius);
  background: rgba(246, 124, 1, 0.06);
  font-size: 0.88rem;
  color: rgba(245, 241, 234, 0.72);
  text-align: center;
}

/* --- PROPERTY TYPES --- */
.property-types {
  background: var(--bg-soft);
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.type-card {
  position: relative;
  overflow: hidden;
  padding: 32px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.35s ease;
}

.type-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0.62;
  background: linear-gradient(90deg, rgba(246, 124, 1, 0.82), transparent 72%);
}

.type-card:hover {
  border-color: rgba(246, 124, 1, 0.32);
  background: rgba(246, 124, 1, 0.07);
  transform: translateY(-4px);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.34),
    0 0 34px -18px rgba(246, 124, 1, 0.5);
}

.type-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 124, 1, 0.38);
  border-radius: 50%;
  background: rgba(246, 124, 1, 0.08);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.type-card:hover .type-icon {
  border-color: rgba(246, 124, 1, 0.7);
  background: rgba(246, 124, 1, 0.16);
  transform: translateY(-2px) scale(1.06);
}

.type-icon i,
.type-icon svg {
  width: 24px;
  height: 24px;
  color: var(--orange-soft);
}

.type-card h3 {
  margin-bottom: 6px;
  font-size: 1.06rem;
}

.type-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* --- CONDITIONS LIST --- */
.conditions-new {
  background: #0d0d0d;
}

.conditions-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.condition-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.35s ease;
}

.condition-item:hover {
  border-color: rgba(246, 124, 1, 0.32);
  background: rgba(246, 124, 1, 0.06);
  transform: translateY(-2px);
}

.condition-icon-new {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 124, 1, 0.36);
  border-radius: 50%;
  background: rgba(246, 124, 1, 0.08);
}

.condition-icon-new i,
.condition-icon-new svg {
  width: 20px;
  height: 20px;
  color: var(--orange-soft);
}

.condition-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-weight: 700;
}

.condition-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* --- DOCUMENTS CHECKLIST --- */
.documents-new {
  background: var(--bg);
}

.docs-checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.doc-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.94rem;
  color: rgba(245, 241, 234, 0.84);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.doc-item:hover {
  border-color: rgba(246, 124, 1, 0.36);
  background: rgba(246, 124, 1, 0.06);
  transform: translateX(4px);
}

.doc-item i,
.doc-item svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--whatsapp);
}

/* --- RESPONSIBILITY BLOCK --- */
.responsibility {
  padding-top: 40px;
  padding-bottom: 40px;
}

.responsibility-block {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 34px;
  border: 1px solid rgba(246, 124, 1, 0.24);
  border-radius: var(--radius);
  background: rgba(246, 124, 1, 0.06);
}

.responsibility-block > i,
.responsibility-block > svg {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: var(--orange-soft);
}

.responsibility-block h2 {
  margin-bottom: 6px;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
}

.responsibility-block p {
  margin: 0;
  font-size: 0.96rem;
  color: rgba(245, 241, 234, 0.78);
}

/* --- RESPONSIVE: REDESIGNED BODY --- */
@media (max-width: 1080px) {
  .types-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .timeline-connector {
    display: none;
  }

  .conditions-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .compare-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .compare-vs {
    text-align: center;
  }

  .finance-diagram {
    flex-direction: column;
    align-items: center;
  }

  .diagram-step {
    max-width: 100%;
    width: 100%;
  }

  .diagram-plus,
  .diagram-equals {
    transform: rotate(90deg);
  }

  .docs-checklist {
    grid-template-columns: 1fr;
  }

  .responsibility-block {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 620px) {
  .big-statement {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  .trust-badges {
    gap: 10px;
  }

  .trust-badge {
    padding: 8px 14px;
    font-size: 0.82rem;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .types-grid {
    grid-template-columns: 1fr;
  }

  .conditions-list {
    grid-template-columns: 1fr;
  }

  .condition-item {
    padding: 20px;
  }

  .compare-col {
    padding: 22px;
  }

  .docs-checklist {
    grid-template-columns: 1fr;
  }

  .doc-item {
    padding: 14px 16px;
  }

  .responsibility-block {
    padding: 22px;
  }

  .diagram-step {
    padding: 22px 16px;
  }
}
