/* Local overrides: system fonts only, no external requests */
.__variable_8c4c93 {
  --font-noto-sans: ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.__variable_c1160d {
  --font-noto-sans-display: ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ── Design overrides: dark slate + orange accent ── */

/* Nav bar */
.bg-white {
  background-color: #ffffff !important;
}
.bg-white .text-blue-dark-600,
.bg-white p.text-blue-dark-600,
.bg-white .uppercase.text-blue-dark-600 {
  color: #1e293b !important;
}
.bg-white .hover\:text-blue-light-600:hover,
.bg-white p.hover\:text-blue-light-600:hover {
  color: #f97316 !important;
}
.bg-white .border-b-gray-300 {
  border-color: #e2e8f0 !important;
}
.bg-white ul.bg-white {
  background-color: #ffffff !important;
}
.bg-white ul.bg-white li p {
  color: #1e293b !important;
}
.bg-white ul.bg-white li:hover p {
  color: #f97316 !important;
}
.bg-white ul.bg-white {
  border-top-color: #f97316 !important;
}
.bg-white ul.hover\:bg-gray-100:hover,
.bg-white li.hover\:bg-gray-100:hover {
  background-color: #f1f5f9 !important;
}
.nav-mobile-panel {
  background-color: #ffffff !important;
}
.nav-mobile-panel .text-blue-dark-600 {
  color: #1e293b !important;
}

/* Logo text */
.nav-logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a !important;
  text-decoration: none;
}
.nav-logo-text:hover {
  color: #f97316 !important;
}

/* Hero section */
.bg-blue-dark-700 {
  background-color: #0f172a !important;
}

/* Intro section */
section.bg-gray-100 {
  background-color: #1e293b !important;
}
section.bg-gray-100 h1,
section.bg-gray-100 .lead {
  color: #e2e8f0 !important;
}

/* CTA blocks */
.bg-background-light {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
}
.cta h4 {
  color: #f1f5f9 !important;
}
.cta p {
  color: #94a3b8 !important;
}

/* Yellow buttons → orange */
.bg-yellow-500,
a.bg-yellow-500 {
  background-color: #f97316 !important;
  border-color: #f97316 !important;
  color: #fff !important;
}
.hover\:bg-yellow-400:hover,
a.hover\:bg-yellow-400:hover {
  background-color: #fb923c !important;
  border-color: #fb923c !important;
}

/* Feature cards */
.shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,.3), 0 4px 12px rgba(0,0,0,.2) !important;
}
.laptop\:min-h-60.shadow,
div.shadow {
  background-color: #1e293b !important;
}
.laptop\:min-h-60 h4 {
  color: #f1f5f9 !important;
}
.laptop\:min-h-60 p {
  color: #94a3b8 !important;
}
.laptop\:min-h-60 svg {
  stroke: #f97316 !important;
}

/* Mission / trading sections */
.flex-col.laptop\:flex-row.shadow,
.flex-col.laptop\:flex-row-reverse.shadow {
  background-color: #1e293b !important;
}
.flex-col.laptop\:flex-row h4,
.flex-col.laptop\:flex-row-reverse h4 {
  color: #f1f5f9 !important;
}
.flex-col.laptop\:flex-row .lead,
.flex-col.laptop\:flex-row-reverse .lead {
  color: #94a3b8 !important;
}
.flex-col.laptop\:flex-row a,
.flex-col.laptop\:flex-row-reverse a {
  color: #f97316 !important;
}

/* Why section heading */
section h2 {
  color: #f1f5f9 !important;
}

/* Carousel */
.carousel-slide .bg-white {
  background-color: #1e293b !important;
}
.carousel-slide .text-gray-600 {
  color: #e2e8f0 !important;
}
.carousel-dot.bg-gray-300 {
  background-color: #334155 !important;
}
.carousel-dot.bg-gray-700 {
  background-color: #f97316 !important;
}

/* Container background */
.container {
  background-color: #0f172a !important;
}
main.min-h-screen {
  background-color: #0f172a !important;
}

/* Footer */
.bg-blue-dark-600 {
  background-color: #1e293b !important;
}
.bg-blue-dark-700 {
  background-color: #0f172a !important;
}
footer a {
  color: #94a3b8 !important;
}
footer a:hover {
  color: #f97316 !important;
}
footer .caption {
  color: #64748b !important;
}

/* ── Inner page layout ── */
.page-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  padding: 2.5rem 1rem 3rem;
  border-bottom: 3px solid #f97316;
}
.page-hero h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.page-hero p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
  color: #94a3b8;
}
.page-content {
  background: #0f172a;
  padding: 2rem 1rem 3rem;
  min-height: 50vh;
}
.page-card {
  background: #1e293b;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.3), 0 4px 12px rgba(0,0,0,.2);
  border: 1px solid #334155;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.25rem;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.page-card:hover {
  box-shadow: 0 4px 12px rgba(249,115,22,.15), 0 8px 24px rgba(0,0,0,.2);
  border-color: #f97316;
}
.page-card h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f1f5f9;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f97316;
  display: inline-block;
}
.page-card ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #94a3b8;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.page-card li {
  margin-bottom: 0.35rem;
}
.page-card p {
  margin: 0 0 0.75rem;
  color: #94a3b8;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.page-card p:last-child {
  margin-bottom: 0;
}
.page-card a {
  color: #f97316;
  font-weight: 600;
}
.page-card a:hover {
  text-decoration: underline;
}
.page-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 50px;
  background: #f97316;
  color: #fff;
  border: 2px solid #f97316;
  transition: background .2s ease, border-color .2s ease;
}
.page-cta:hover {
  background: #fb923c;
  border-color: #fb923c;
  color: #fff;
}
.page-accent {
  border-left: 4px solid #f97316;
  background: #1e293b;
  padding: 0.75rem 1rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  color: #94a3b8;
}
.page-accent a {
  color: #f97316;
  font-weight: 600;
}
.page-accent a:hover {
  text-decoration: underline;
}
