/* InvestCar — páginas internas (visual da home v0) */
:root {
  --white: #ffffff;
  --ice: #f4f7fb;
  --black: #0b0d10;
  --ink: #071a2e;
  --ink-2: #0e2a4a;
  --blue: #1453a8;
  --baby: #b7d4f0;
  --baby-2: #dce8f4;
  --hairline: rgba(7, 26, 46, 0.12);
  --hairline-light: rgba(255, 255, 255, 0.14);
  --shadow: 0 30px 80px -30px rgba(7, 26, 46, 0.35);
  --font-display: "Bodoni Moda", serif;
  --font-body: "Sora", system-ui, sans-serif;
  --maxw: 1240px;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ice);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.display { font-family: var(--font-display); font-weight: 500; line-height: 1.05; letter-spacing: -.01em; }
.ital { font-style: italic; color: var(--blue); }
.eyebrow {
  font-size: 12px; letter-spacing: .28em; text-transform: uppercase;
  font-weight: 600; color: var(--blue); display: inline-block;
}

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 14px; font-weight: 500;
  padding: 14px 24px; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent;
  transition: transform .3s, background .3s, box-shadow .3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { box-shadow: 0 16px 34px -12px rgba(11,13,16,.55); }
.btn-mist { background: rgba(7,26,46,.05); color: var(--ink); border-color: var(--hairline); }
.btn-light { background: #fff; color: var(--ink); }
.btn-ghost-light { background: rgba(255,255,255,.06); color: #fff; border-color: var(--hairline-light); }
.btn .arrow { transition: transform .3s; }
.btn:hover .arrow { transform: translateX(4px); }

.nav-shell {
  position: fixed; top: 18px; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: center; padding: 0 16px;
}
.nav {
  width: 100%; max-width: 1180px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 12px 12px 26px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 18px 50px -24px rgba(7,26,46,.4);
  border-radius: 999px;
}
.brand { font-family: var(--font-display); font-weight: 600; font-size: 24px; color: var(--ink); }
.brand b { color: var(--blue); }
.brand.brand-logo-link { font-size: 0; }
.nav-back {
  font-size: 13px; font-weight: 500; color: var(--ink); opacity: .75;
  padding: 10px 18px; border-radius: 999px; background: var(--baby-2);
}
.nav-back:hover { opacity: 1; }
.nav-cta { display: flex; gap: 8px; align-items: center; }
.nav-cta .btn { padding: 10px 18px; font-size: 13px; }

.page-hero {
  padding: 140px 0 56px;
  background:
    radial-gradient(900px 340px at 85% 0%, rgba(183,212,240,.5), transparent 60%),
    linear-gradient(180deg, var(--ice), var(--white));
  border-bottom: 1px solid var(--hairline);
}
.page-hero { text-align: left; }
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 500;
  max-width: 18ch;
  letter-spacing: -.02em;
  margin: 0 0 16px;
}
.page-hero p {
  max-width: 640px;
  font-size: 16.5px;
  color: rgba(7,26,46,.62);
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}

.page-body { padding: 40px 0 100px; }
.panel {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 28px;
  padding: clamp(48px, 6vw, 72px) clamp(28px, 5vw, 64px);
  box-shadow: var(--shadow);
}
.panel > *:not(.contact-grid):not(.feature-grid):not(.link-list):not(.cta-row) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.panel > .contact-grid,
.panel > .feature-grid,
.panel > .link-list,
.panel > .cta-row {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.panel h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 1.95rem);
  font-weight: 500;
  margin: 44px auto 18px;
  padding-bottom: 14px;
  letter-spacing: -.015em;
  text-align: left;
  position: relative;
}
.panel h2:first-child { margin-top: 0; }
.panel h2::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 42px; height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--baby));
  border-radius: 99px;
}
.panel h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  margin: 26px auto 12px;
  text-align: left;
}
.panel p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(7,26,46,.68);
  font-weight: 300;
  margin: 0 auto 18px;
  text-align: left;
}
.panel ul, .panel ol {
  margin: 8px auto 24px;
  padding: 18px 22px 18px 40px;
  background: var(--ice);
  border: 1px solid var(--hairline);
  border-radius: 18px;
}
.panel li {
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(7,26,46,.68);
  margin-bottom: 10px;
  font-weight: 300;
}
.panel li:last-child { margin-bottom: 0; }
.panel li::marker { color: var(--blue); font-weight: 700; }
.panel strong { color: var(--ink); font-weight: 600; }
.panel em { font-family: var(--font-display); font-style: italic; color: var(--blue); }
.panel a { color: var(--blue); font-weight: 500; }
.panel a:hover { text-decoration: underline; }
.panel hr {
  border: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline), transparent);
  margin: 36px auto; max-width: 200px;
}

.cta-row {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 28px;
  justify-content: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 22px 0 28px;
}
.contact-card {
  background: var(--ink);
  color: rgba(255,255,255,.8);
  border-radius: 22px;
  padding: 24px;
}
.contact-card h3 {
  color: var(--baby);
  font-family: var(--font-display);
  font-weight: 500;
  margin: 0 0 8px;
  font-size: 1.3rem;
}
.contact-card p { color: rgba(255,255,255,.7); margin: 0; font-size: 14.5px; }
.contact-card a { color: #fff; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0 8px;
}
.feature {
  background: var(--ice);
  border: 1px solid var(--hairline);
  border-radius: 20px;
  padding: 22px;
}
.feature b {
  display: block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}
.feature h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 8px;
  font-weight: 500;
}
.feature p { margin: 0; font-size: 14px; }

.link-list { list-style: none; margin: 18px 0 0; padding: 0; }
.link-list li { margin: 0 0 10px; }
.link-list a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid var(--hairline);
  background: var(--ice);
  font-weight: 500;
  color: var(--ink);
}
.link-list a:hover { background: var(--baby-2); text-decoration: none; }
.link-list span { color: var(--blue); }

footer {
  background: var(--black);
  color: rgba(255,255,255,.7);
  padding: 56px 0 32px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 36px;
}
footer .brand { color: #fff; margin-bottom: 14px; }
footer .brand b { color: var(--baby); }
.foot-about p { font-size: 14px; line-height: 1.65; max-width: 300px; font-weight: 300; }
.foot-mail { margin-top: 16px; font-size: 14px; }
.foot-mail a { color: var(--baby); display: block; margin-bottom: 4px; }
.foot-col h5 {
  color: #fff; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 14px; font-weight: 600;
}
.foot-col a {
  display: block; font-size: 14px; margin-bottom: 10px;
  opacity: .72; transition: opacity .2s;
}
.foot-col a:hover { opacity: 1; }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 22px;
  font-size: 12px;
  opacity: .55;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

@media (max-width: 900px) {
  .contact-grid, .feature-grid, .foot-grid { grid-template-columns: 1fr; }
  .nav-cta .btn-mist { display: none; }
  .page-hero { padding-top: 120px; }
}
@media (max-width: 640px) {
  .nav { padding: 10px 10px 10px 18px; }
  .brand { font-size: 20px; }
}
