@font-face {
  font-family: 'Fraunces Disp';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/site/assets/fonts/fr600-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces Disp';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/site/assets/fonts/fr600-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces Disp';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/site/assets/fonts/fr400i-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces Disp';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/site/assets/fonts/fr400i-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #081729;
  --blue: #163b57;
  --blue-hover: #0f3049;
  --blue-soft: #dce8e9;
  --gold: #c7a35a;
  --gold-soft: #f2e7ce;
  --canvas: #f4efe5;
  --surface: #fffdf8;
  --text: #142234;
  --muted: #5f6974;
  --border: #d9d0c1;
  --success: #176b55;
  --success-soft: #dceee7;
  --danger: #9b443f;
  --danger-soft: #f3dfdc;
  --warning: #80601f;
  --shadow: 0 18px 45px rgba(8, 23, 41, 0.08);
  color-scheme: light;
}
:root[data-theme="dark"] {
  --navy: #0b1f3b; --blue: #5f8bd6; --blue-hover: #7ea2e0; --blue-soft: #16283f;
  --gold: #f4c94a; --gold-soft: #2a2210;
  --canvas: #0a1526; --surface: #10233f; --text: #eef2f6; --muted: #93a4b8; --border: #24405f;
  --success: #3fbf87; --success-soft: #16301f; --danger: #e0665f; --danger-soft: #341615; --warning: #e0b84a;
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.4); color-scheme: dark;
}
:root[data-theme="light"] {
  --navy: #0b1f3b; --blue: #234a82; --blue-hover: #193b6b; --blue-soft: #e8eef7;
  --gold: #e7b523; --gold-soft: #fff8d9;
  --canvas: #f4f5f7; --surface: #ffffff; --text: #1a1a1a; --muted: #5e6673; --border: #dfe3e8;
  --success: #19724b; --success-soft: #eaf7f1; --danger: #a62d35; --danger-soft: #fff0f1; --warning: #8a6500;
  --shadow: 0 10px 28px rgba(11, 31, 59, 0.08); color-scheme: light;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--canvas);
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0; padding: 0; margin: -1px;
}
.page { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* ---------- HEADER ---------- */
.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(199, 163, 90, 0.24);
  background: var(--navy);
}
.site-header .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}
.brand-link { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fffdf8; flex-shrink: 0; }
.brand-mark {
  display: none;
}
.brand-name {
  display: block;
  width: 220px;
  height: 64px;
  overflow: hidden;
  background-image: url('/site/assets/inception-logo-horizontal-transparent.webp?v=3');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 auto;
}
.main-nav a {
  text-decoration: none;
  color: #cdd5dc;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #fffdf8; border-bottom-color: var(--gold); }
.header-cta { display: none; }
.nav-toggle { display: none; }

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-dropdown-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #cdd5dc;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 4px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.nav-dropdown-btn:hover {
  color: #fffdf8;
  border-bottom-color: var(--gold);
}
.nav-dropdown-btn svg {
  transition: transform 0.2s ease;
}
.nav-dropdown:hover .nav-dropdown-btn svg,
.nav-dropdown:focus-within .nav-dropdown-btn svg {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background: var(--navy);
  border: 1px solid rgba(199, 163, 90, 0.3);
  border-radius: 4px;
  padding: 8px 0;
  margin-top: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-menu a {
  padding: 8px 16px;
  font-size: 0.88rem;
  border-bottom: none;
  display: block;
}
.nav-dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #aab7c3;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
.language-switcher strong { color: var(--gold); }
.language-switcher a { color: #cdd5dc; text-decoration: none; }
.language-switcher a:hover { color: #fffdf8; }
.language-switcher span[aria-hidden] { color: #536170; }

@media (max-width: 980px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 0.86rem; }
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .site-header .page { gap: 12px; }
}

/* ---------- HERO (home) ---------- */
.hero { position: relative; padding: 92px 0 96px; overflow: hidden; background: var(--navy); }
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -230px;
  border: 1px solid rgba(199, 163, 90, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 86px rgba(199, 163, 90, .045), 0 0 0 172px rgba(199, 163, 90, .03);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }

.eyebrow {
  color: var(--warning);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.headline {
  font-family: 'Fraunces Disp', Georgia, serif;
  font-weight: 600;
  color: #fffdf8;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.headline em { font-style: italic; font-weight: 400; color: var(--gold); }

.sub { font-size: 1.08rem; line-height: 1.6; color: #cdd5dc; max-width: 48ch; margin: 0 0 30px; }

.cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cta {
  font-weight: 750;
  font-size: 1rem;
  color: var(--navy);
  background: var(--gold);
  border: 0;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.cta:hover { background: #dfc17e; transform: translateY(-1px); }
.cta:focus-visible { outline: 3px solid rgba(35, 74, 130, 0.28); outline-offset: 2px; }
.cta svg { width: 15px; height: 15px; }
.cta-note { font-size: 0.82rem; color: #aab7c3; }

.icon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(199, 163, 90, .38);
  background: var(--navy);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28), inset 0 0 55px rgba(199, 163, 90, .035);
}
.icon-wrap::before,
.icon-wrap::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  pointer-events: none;
}
.icon-wrap::before { top: -1px; left: -1px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.icon-wrap::after { right: -1px; bottom: -1px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.logo-animation {
  display: block;
  width: min(520px, 100%);
  aspect-ratio: 3 / 2;
  border: 0;
  box-shadow: none;
  pointer-events: none;
}

/* ---------- PROBLEM / RECEIPT SECTION (CARROSSEL) ---------- */
.problem {
  border-top: 1px solid var(--border);
  padding: 76px 0 88px;
  background: rgba(255, 253, 248, .44);
}
.problem-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}
.problem-title {
  font-family: 'Fraunces Disp', Georgia, serif;
  font-weight: 600;
  color: var(--navy);
  font-size: clamp(22px, 2.8vw, 30px);
  margin: 0;
  max-width: 22ch;
  text-wrap: balance;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.carousel-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 180ms ease;
  padding: 0;
}

.carousel-btn:hover:not(:disabled) {
  border-color: var(--gold);
  color: var(--navy);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(199, 163, 90, 0.22);
  transform: translateY(-1px);
}

.carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  outline: none;
}

.carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 6px 2px 14px;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.stub {
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
  box-sizing: border-box;
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 30px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.stub:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7, 21, 38, 0.08);
}

.stub-body {
  display: flex;
  flex-direction: column;
}

.stub-figure {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 38px);
  font-variant-numeric: tabular-nums;
  color: var(--navy);
  line-height: 1.1;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.stub-label {
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.5;
  margin: 0 0 16px;
}

.stub-source {
  color: var(--warning);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin: 0;
  padding-top: 12px;
  border-top: 1px dashed rgba(7, 21, 38, 0.1);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 8px;
}

.carousel-dot {
  position: relative;
  width: 14px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.carousel-dot::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(7, 21, 38, 0.2);
  transition: all 220ms ease;
}

.carousel-dot:hover::before {
  background: rgba(7, 21, 38, 0.45);
}

.carousel-dot.active {
  width: 28px;
}

.carousel-dot.active::before {
  width: 24px;
  background: var(--gold);
}

.foot-note {
  margin-top: 24px;
  font-family: 'Fraunces Disp', Georgia, serif;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 600;
  color: var(--navy);
}
.foot-note a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.foot-note a:hover { color: var(--blue-hover); }

/* ---------- INNER PAGE HERO (Como funciona / Glossário / FAQ) ---------- */
.page-hero { padding: 76px 0 24px; }
.page-hero .eyebrow { margin-bottom: 14px; }
.page-title {
  font-family: 'Fraunces Disp', Georgia, serif;
  font-weight: 600;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  margin: 0 0 16px;
  text-wrap: balance;
}
.page-sub { font-size: 1.05rem; line-height: 1.6; color: var(--muted); max-width: 60ch; margin: 0; }

/* ---------- STEPS (Como funciona) ---------- */
.steps { padding: 24px 0 64px; }
.step-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; }
.step-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
}
.step-num {
  font-family: 'Fraunces Disp', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 10px;
}
.step-card h3 { font-size: 1.08rem; color: var(--navy); margin: 0 0 8px; }
.step-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.55; margin: 0; }

.detail-block { border-top: 1px solid var(--border); padding-top: 40px; margin-top: 8px; }
.detail-block h2 {
  font-family: 'Fraunces Disp', Georgia, serif;
  color: var(--navy);
  font-size: clamp(20px, 2.4vw, 26px);
  margin: 0 0 18px;
}
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0 0 8px; }
.check-item {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--border); border-radius: 2px; padding: 18px 20px;
}
.check-item svg { flex: none; width: 20px; height: 20px; color: var(--success); margin-top: 2px; }
.check-item h4 { margin: 0 0 4px; font-size: 0.95rem; color: var(--navy); }
.check-item p { margin: 0; font-size: 0.86rem; color: var(--muted); line-height: 1.5; }

/* ---------- GLOSSARY ---------- */
.term-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 32px 0 72px; }
.term-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 22px 24px;
  box-shadow: var(--shadow);
}
.term-card dt {
  font-family: 'Fraunces Disp', Georgia, serif;
  font-weight: 600;
  color: var(--navy);
  font-size: 1.15rem;
  margin: 0 0 8px;
}
.term-card dd { margin: 0; font-size: 0.92rem; line-height: 1.6; color: var(--text); }
.term-card dd + dd { margin-top: 8px; color: var(--muted); font-size: 0.85rem; }

/* ---------- FAQ ---------- */
.faq-list { padding: 32px 0 72px; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 2px; overflow: hidden; }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 700;
  color: var(--navy);
  font-size: 0.98rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { flex: none; width: 18px; height: 18px; color: var(--muted); transition: transform 0.15s ease; }
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item .faq-answer { padding: 0 22px 20px; font-size: 0.92rem; line-height: 1.6; color: var(--muted); }

/* ---------- FOOTER ---------- */
.site-footer {
  border-top: 1px solid rgba(199, 163, 90, 0.28);
  padding: 42px 0;
  margin-top: 16px;
  background: var(--navy);
}
.site-footer .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}
.footer-links a {
  font-size: 0.86rem;
  color: #cdd5dc;
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer-links a:hover {
  color: var(--gold);
}
.footer-copy {
  font-size: 0.82rem;
  color: #8fa2b5;
  margin: 0;
}
.footer-copy a {
  color: var(--gold);
  text-decoration: none;
}
.footer-copy a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .stub {
    flex: 0 0 calc((100% - 16px) / 2);
    min-height: 240px;
    padding: 26px 20px 20px;
  }
  .carousel-track {
    gap: 16px;
  }
}

@media (max-width: 760px) {
  .page { padding-left: 20px; padding-right: 20px; }
  .site-header .page { min-height: 68px; flex-wrap: nowrap; padding-top: 8px; padding-bottom: 8px; }
  .brand-link { margin-right: auto; }
  .language-switcher { order: 2; margin-left: auto; }
  .hero { padding: 64px 0 68px; }
  .hero-grid { grid-template-columns: 1fr; }
  .icon-wrap { display: none; }
  .step-list { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .term-grid { grid-template-columns: 1fr; }
  .site-footer {
    padding: 36px 0 40px;
    margin-top: 12px;
  }
  .site-footer .page {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer-links {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 16px;
    width: 100%;
    max-width: 480px;
  }
  .footer-links a {
    font-size: 0.88rem;
    padding: 4px 6px;
  }
  .footer-copy {
    order: 2;
    font-size: 0.8rem;
    color: #7b91a7;
    border-top: 1px solid rgba(199, 163, 90, 0.15);
    padding-top: 16px;
    width: 100%;
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .problem {
    padding: 46px 0 56px;
  }
  .problem-head {
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }
  .problem-title {
    font-size: 22px;
  }
  .carousel-btn {
    width: 36px;
    height: 36px;
  }
  .stub {
    flex: 0 0 calc(100% - 28px);
    min-height: 220px;
    padding: 22px 18px 18px;
  }
  .carousel-track {
    gap: 14px;
    padding: 4px 2px 12px;
  }
  .foot-note {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: .88rem; }
  .headline { font-size: 36px; }
  .cta { width: 100%; justify-content: center; }
  .stub {
    flex: 0 0 calc(100% - 20px);
    min-height: 210px;
    padding: 20px 16px 16px;
  }
  .stub-figure {
    font-size: 26px;
  }
  .stub-label {
    font-size: 0.88rem;
    line-height: 1.45;
  }
}

/* ---------- MARKET TICKER (NYSE STYLE) ---------- */
.market-ticker {
  background: #050f1b;
  border-bottom: 1px solid rgba(199, 163, 90, 0.22);
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  height: 38px;
  display: flex;
  align-items: center;
}

.market-ticker[hidden] {
  display: none;
}

.ticker-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px 0 16px;
  height: 100%;
  background: #071526;
  border-right: 1px solid rgba(199, 163, 90, 0.25);
  flex-shrink: 0;
  z-index: 2;
  position: relative;
}

.ticker-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3cd6ad;
  box-shadow: 0 0 6px rgba(60, 214, 173, 0.65);
}

.ticker-badge-text {
  font-size: 11px;
  font-weight: 700;
  color: #c7a35a;
  letter-spacing: 0.6px;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", Consolas, monospace;
  white-space: nowrap;
}

.ticker-refresh-btn {
  background: transparent;
  border: 1px solid transparent;
  color: #7b94ad;
  padding: 3px 5px;
  margin-left: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  line-height: 1;
  transition: color 140ms ease, background 140ms ease, border-color 140ms ease;
}

.ticker-refresh-btn:hover:not(:disabled) {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(199, 163, 90, 0.3);
}

.ticker-refresh-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ticker-refresh-btn.spinning svg {
  animation: ticker-spin 0.65s linear infinite;
}

@keyframes ticker-spin {
  100% {
    transform: rotate(360deg);
  }
}

.market-ticker-wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.market-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ticker-scroll 55s linear infinite;
  will-change: transform;
}

.market-ticker:hover .market-ticker-track {
  animation-play-state: paused;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  font-size: 13px;
  font-family: ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", Consolas, monospace;
  color: #e4e9f0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker-symbol {
  font-weight: 700;
  color: #c7a35a;
  letter-spacing: 0.5px;
}

.ticker-price-usd {
  color: #ffffff;
  font-weight: 500;
}

.ticker-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
}

.ticker-price-brl {
  color: #9ab4cf;
  font-size: 12px;
}

@keyframes ticker-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .market-ticker-wrap {
    overflow-x: auto;
  }
  .market-ticker-track {
    animation: none;
  }
}

/* ---------- OVERLOAD SECTION (BANNER DE AUTENTICIDADE) ---------- */
.overload-section {
  padding: 36px 0 54px;
}

.overload-banner {
  background: #06111f;
  border: 1px solid rgba(199, 163, 90, 0.28);
  border-radius: 14px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.overload-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 163, 90, 0.4), transparent);
}

.overload-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c7a35a;
  background: rgba(199, 163, 90, 0.12);
  border: 1px solid rgba(199, 163, 90, 0.28);
  padding: 3px 10px;
  border-radius: 999px;
  margin: 0 0 14px 0;
}

.overload-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 16px 0;
  font-weight: 400;
}

.overload-title span {
  display: block;
  color: #c7a35a;
  font-style: italic;
}

.overload-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d8e2ed;
  margin: 0 0 12px 0;
}

.overload-subdesc {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #8da2bb;
  margin: 0 0 24px 0;
}

.overload-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.overload-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #163b57;
  color: #ffffff;
  padding: 11px 20px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(199, 163, 90, 0.35);
  transition: background 160ms ease, border-color 160ms ease, transform 140ms ease;
}

.overload-cta:hover {
  background: #0f3049;
  border-color: #c7a35a;
  transform: translateY(-1px);
}

.overload-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #d8e2ed;
  padding: 11px 20px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 140ms ease;
}

.overload-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #c7a35a;
  color: #ffffff;
  transform: translateY(-1px);
}

/* TERMINAL WINDOW */
.overload-visual {
  width: 100%;
  min-width: 0;
}

.terminal-window {
  width: 100%;
  min-width: 0;
  background: #02060d;
  border: 1px solid #142a47;
  border-radius: 9px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55), inset 0 0 45px rgba(5, 14, 28, 0.7);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.terminal-bar {
  background: #061322;
  border-bottom: 1px solid #142a47;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 0.68rem;
  user-select: none;
  min-width: 0;
}

.terminal-lights {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.terminal-lights .light {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.terminal-lights .red { background: #ff5f56; }
.terminal-lights .yellow { background: #ffbd2e; }
.terminal-lights .green { background: #27c93f; }

.terminal-title {
  color: #7b94ad;
  letter-spacing: 0.05em;
  font-weight: 600;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.terminal-tag {
  color: #ff7043;
  background: rgba(255, 112, 67, 0.15);
  border: 1px solid rgba(255, 112, 67, 0.35);
  padding: 1px 6px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.06em;
  animation: pulse-tag 2s infinite ease-in-out;
  flex-shrink: 0;
}

@keyframes pulse-tag {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; filter: drop-shadow(0 0 4px rgba(255, 112, 67, 0.6)); }
}

.terminal-screen {
  position: relative;
  height: 330px;
  overflow: hidden;
  background-color: #02060d;
  background-image: 
    linear-gradient(rgba(83, 144, 204, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 144, 204, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(13, 38, 70, 0.35) 0%, transparent 75%);
  background-size: 26px 26px, 26px 26px, 100% 100%;
}

.terminal-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 6, 13, 0.4) 0%, transparent 15%, transparent 85%, rgba(2, 6, 13, 0.6) 100%);
  z-index: 5;
}

.terminal-item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
  will-change: opacity, transform;
  max-width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.terminal-item.verified {
  color: #3cd6ad;
  background: rgba(60, 214, 173, 0.08);
  border: 1px solid rgba(60, 214, 173, 0.25);
  box-shadow: 0 0 10px rgba(60, 214, 173, 0.15);
}

.terminal-item.danger {
  color: #ff5252;
  background: rgba(255, 82, 82, 0.12);
  border: 1px solid rgba(255, 82, 82, 0.35);
  box-shadow: 0 0 12px rgba(255, 82, 82, 0.2);
}

.terminal-item.warning {
  color: #ffb74d;
  background: rgba(255, 183, 77, 0.1);
  border: 1px solid rgba(255, 183, 77, 0.28);
}

.terminal-item.neutral {
  color: #9ab4cf;
  background: rgba(154, 180, 207, 0.08);
  border: 1px solid rgba(154, 180, 207, 0.2);
}

.terminal-item .sub-tag {
  font-size: 0.62rem;
  opacity: 0.75;
  text-transform: uppercase;
}

@keyframes terminal-dimmer {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }
  15% {
    opacity: 0.95;
    transform: scale(1);
  }
  38% {
    opacity: 0.45;
  }
  62% {
    opacity: 1;
    filter: drop-shadow(0 0 6px currentColor);
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

@media (max-width: 900px) {
  .overload-banner {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    gap: 28px;
  }
  .overload-title {
    font-size: 1.55rem;
  }
  .terminal-screen {
    height: 270px;
  }
}

@media (max-width: 640px) {
  .overload-section {
    padding: 20px 0 32px;
  }
  .overload-banner {
    padding: 20px 14px;
    gap: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .overload-title {
    font-size: 1.35rem;
    margin-bottom: 12px;
  }
  .overload-desc {
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 18px;
  }
  .overload-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .overload-cta,
  .overload-cta-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 12px 18px;
    font-size: 0.88rem;
    box-sizing: border-box;
  }
  .overload-visual {
    width: 100%;
    min-width: 0;
  }
  .terminal-window {
    border-radius: 8px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .terminal-bar {
    padding: 7px 10px;
    font-size: 0.62rem;
    gap: 8px;
    min-width: 0;
  }
  .terminal-lights {
    gap: 4px;
    flex-shrink: 0;
  }
  .terminal-lights .light {
    width: 6px;
    height: 6px;
  }
  .terminal-title {
    font-size: 0.58rem;
    letter-spacing: 0.01em;
    min-width: 0;
  }
  .terminal-tag {
    font-size: 0.56rem;
    padding: 1px 4px;
    flex-shrink: 0;
  }
  .terminal-screen {
    height: 220px;
    box-sizing: border-box;
  }
  .terminal-item {
    font-size: 0.67rem;
    padding: 3px 6px;
    gap: 4px;
    border-radius: 3px;
    max-width: 48%;
  }
  .terminal-item .sub-tag {
    font-size: 0.56rem;
  }
}

/* ==========================================================================
   COVERAGE SECTION (Harmonious with Inception Design System)
   ========================================================================== */
.section-coverage {
  padding: 64px 0 28px;
}

.coverage-head {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coverage-head .eyebrow {
  margin-bottom: 12px;
  text-align: center;
}

.coverage-head .headline {
  color: var(--navy);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15;
  margin: 0 0 14px;
  text-align: center;
}

.coverage-head .sub {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.55;
  max-width: 68ch;
  margin: 0 auto;
  text-align: center;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 22px;
}

.coverage-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.coverage-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(7, 21, 38, 0.09);
}

.coverage-figure {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-weight: 700;
  font-size: clamp(32px, 3.5vw, 42px);
  color: var(--navy);
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.coverage-label {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 8px;
}

.coverage-desc {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* MARQUEE TRAY (Clean Paper / Surface Style) */
.coverage-tray {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.coverage-tray-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--warning);
  flex-shrink: 0;
  border-right: 1px solid var(--border);
  padding-right: 16px;
}

.coverage-tray-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 3px var(--success-soft);
  display: inline-block;
}

.coverage-tray-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.coverage-tray-track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  animation: cov-marquee 50s linear infinite;
  will-change: transform;
}

.coverage-tray:hover .coverage-tray-track,
.coverage-tray:active .coverage-tray-track {
  animation-play-state: paused;
}

@keyframes cov-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.cov-chip-light {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 5px 12px 5px 10px;
  white-space: nowrap;
  font-size: 0.8rem;
  transition: border-color 140ms ease, background 140ms ease;
}

.cov-chip-light:hover {
  border-color: var(--gold);
  background: #ffffff;
}

.cov-chip-light .chip-symbol {
  font-weight: 750;
  color: var(--navy);
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 0.82rem;
}

.cov-chip-light .chip-name {
  color: var(--muted);
  font-size: 0.74rem;
}

.cov-chip-light .chip-badge {
  font-size: 0.64rem;
  font-weight: 700;
  color: var(--success);
  background: var(--success-soft);
  padding: 1px 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 900px) {
  .section-coverage {
    padding: 40px 0 20px;
  }
  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .coverage-tray {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 14px;
    gap: 10px;
  }
  .coverage-tray-label {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 8px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .section-coverage {
    padding: 34px 0 16px;
  }
  .coverage-head {
    margin-bottom: 22px;
  }
  .coverage-head .headline {
    font-size: clamp(22px, 5.8vw, 32px);
    line-height: 1.18;
  }
  .coverage-head .sub {
    font-size: 0.94rem;
    line-height: 1.5;
  }
  .coverage-card {
    padding: 18px 16px 15px;
  }
  .coverage-figure {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .coverage-label {
    font-size: 0.92rem;
    margin-bottom: 6px;
  }
  .coverage-desc {
    font-size: 0.82rem;
    line-height: 1.45;
  }
  .cov-chip-light {
    padding: 4px 10px 4px 8px;
    font-size: 0.76rem;
  }
  .cov-chip-light .chip-symbol {
    font-size: 0.78rem;
  }
  .cov-chip-light .chip-name {
    font-size: 0.7rem;
  }
  .cov-chip-light .chip-badge {
    font-size: 0.6rem;
    padding: 1px 5px;
  }
}

/* ---------- MANIFESTO (Quem Somos) ---------- */
.manifesto-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 32px 0;
}
.manifesto-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 36px 36px 32px;
  box-shadow: var(--shadow);
}
.manifesto-card.highlight {
  border-color: rgba(199, 163, 90, 0.45);
  background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
}
.manifesto-num {
  display: inline-block;
  font-family: 'Fraunces Disp', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.manifesto-card h3 {
  font-family: 'Fraunces Disp', Georgia, serif;
  font-size: clamp(20px, 2.2vw, 24px);
  color: var(--navy);
  margin: 0 0 16px;
  line-height: 1.25;
}
.manifesto-card p {
  font-size: 0.96rem;
  color: var(--text);
  line-height: 1.65;
  margin: 0 0 14px;
}
.manifesto-card p:last-child {
  margin-bottom: 0;
}
.manifesto-list {
  margin: 12px 0 18px 20px;
  padding: 0;
  color: var(--muted);
}
.manifesto-list li {
  font-size: 0.93rem;
  line-height: 1.55;
  margin-bottom: 8px;
}
.manifesto-quote {
  margin: 24px 0 0;
  padding: 18px 22px;
  background: rgba(7, 21, 38, 0.03);
  border-left: 3px solid var(--gold);
  font-family: 'Fraunces Disp', Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.45;
}

@media (max-width: 760px) {
  .manifesto-card {
    padding: 26px 20px 22px;
  }
}

