/* Critical CSS — GEO (layout completo síncrono; style.css só hover/cores). */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url("../fonts/plus-jakarta-sans-800.woff2") format("woff2");
  ascent-override: 105%;
  descent-override: 35%;
  line-gap-override: 0%;
  size-adjust: 98%;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  background: #050807;
  color: #d7ffe9;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.wrap { width: 100%; max-width: 1060px; margin: 0 auto; padding: 0 16px; }
a { color: #2EF2A0; }

.gc-nav {
  --green: #2EF2A0;
  --green-glow: rgba(46,242,160,.45);
  --gcw: #F2FBF6;
  --gcd: #8AA398;
  --fdisp: "Plus Jakarta Sans", system-ui, sans-serif;
  --fmono: "JetBrains Mono", ui-monospace, monospace;
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: rgba(5,8,7,.55);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.gc-nav .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.gc-nav .logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--gcw); }
.gc-nav .logo-text { font-family: var(--fdisp); font-weight: 800; font-size: 19px; letter-spacing: -.02em; }
.gc-nav .logo b { color: var(--green); font-weight: 800; }
.gc-nav .logo svg { flex-shrink: 0; }
.gc-nav .nav-links { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.gc-nav .nav-links a { color: var(--gcd); text-decoration: none; font-family: var(--fmono); font-size: 13px; }
.gc-nav .btn-nav {
  font-family: var(--fmono); font-weight: 700; font-size: 13px; color: #04130C !important;
  background: var(--green); padding: 9px 18px; border-radius: 10px;
  box-shadow: 0 0 18px var(--green-glow); text-decoration: none;
}

.geo-page { padding: 88px 0 56px; border-top: 1px solid rgba(28,58,44,.45); }
.geo-crumb {
  margin: 0 0 20px;
  font-family: var(--fmono);
  font-size: 12px;
  color: #767a74;
}
.geo-crumb a { color: #8a8d87; text-decoration: none; }
.geo-header { margin-bottom: 32px; max-width: 780px; }
.geo-header h1 {
  margin: 0 0 14px;
  font-family: var(--fdisp);
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  color: #f4fff9;
}
.geo-lead {
  margin: 0 0 24px;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.6;
  color: #c4c6c0;
}

.geo-page--article .geo-body.geo-prose { max-width: 780px; }
.geo-body { max-width: 780px; }
.geo-body h2 {
  margin: 2.4em 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #f0f0eb;
}
.geo-body p { margin: 0 0 14px; line-height: 1.65; color: #a8aba4; }
.geo-body a { color: #2EF2A0; }
.geo-prose h2 { margin-top: 2.4em; }
.geo-prose h3 {
  margin: 1.6em 0 10px;
  font-size: clamp(17px, 3vw, 20px);
  color: #f0f0eb;
}
.geo-list {
  margin: 0 0 18px;
  padding-left: 1.2em;
  display: grid;
  gap: 8px;
  color: #c4c6c0;
  line-height: 1.55;
}

.geo-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 8px 0 24px;
}
.geo-card-grid--hub { margin-bottom: 32px; }
.geo-card {
  display: block;
  background: #0a0e0c;
  border: .5px solid rgba(52,245,163,.18);
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
}
.geo-card h2,
.geo-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #f0f0eb;
}
.geo-card p { margin: 0 0 12px; font-size: 14px; color: #8a8d87; line-height: 1.5; }
.geo-card-link { font-family: var(--fmono); font-size: 12px; color: #2EF2A0; }

.geo-figure {
  margin: 28px 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1c3a2c;
  background: #0b1310;
}
.geo-figure__frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0a0e0c;
  overflow: hidden;
}
.geo-figure__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.geo-figure figcaption {
  padding: 12px 16px;
  font-family: var(--fmono);
  font-size: 12px;
  color: #7ba593;
  line-height: 1.45;
  border-top: 1px solid #1c3a2c;
  min-height: 44px;
}

.geo-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 14px;
  table-layout: fixed;
}
.geo-table th,
.geo-table td {
  border: .5px solid rgba(52,245,163,.15);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}
.geo-table th {
  background: rgba(52,245,163,.08);
  color: #f0f0eb;
  font-family: var(--fmono);
  font-size: 12px;
}
.geo-table td { color: #c4c6c0; }
.geo-table td strong { color: #2EF2A0; }

.geo-platform-figures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 32px 0;
}
.geo-platform-figures a { text-decoration: none; color: inherit; display: block; }

.geo-callout {
  margin: 20px 0;
  padding: 14px 18px;
  border-left: 3px solid #2EF2A0;
  background: rgba(52,245,163,.06);
  border-radius: 0 10px 10px 0;
  color: #c4c6c0;
  font-size: 14.5px;
  line-height: 1.6;
}
.geo-callout--tldr { border-left-color: #60a5fa; background: rgba(96,165,250,.08); }

.geo-faq {
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid #1c3a2c;
  border-radius: 10px;
  background: #0a0e0c;
}
.geo-faq summary {
  cursor: pointer;
  font-family: var(--fmono);
  font-size: 14px;
  color: #f0f0eb;
  font-weight: 600;
  list-style: none;
}
.geo-faq summary::-webkit-details-marker { display: none; }
.geo-faq[open] summary { color: #2EF2A0; margin-bottom: 10px; }
.geo-faq p { margin: 0; font-size: 14px; color: #a8aba4; }

.geo-cta {
  margin-top: 40px;
  padding: 24px;
  background: rgba(52,245,163,.06);
  border: .5px solid rgba(52,245,163,.25);
  border-radius: 12px;
  text-align: center;
}
.geo-cta p { margin: 0 0 16px; color: #c4c6c0; }
.geo-cta .btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #04130C;
  background: linear-gradient(180deg,#43FFB1,#21E392);
  padding: 14px 28px;
  border-radius: 12px;
  font-family: var(--fdisp);
  font-weight: 800;
  font-size: 15px;
}

footer {
  border-top: 1px solid #1c3a2c;
  padding: 28px 0;
  margin-top: 48px;
  font-size: 13px;
  color: #767a74;
}
.footer-inner { display: flex; flex-direction: column; gap: 12px; }
.footer-inner--geo {
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  text-align: center;
}
.footer-geo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
}
.footer-geo a {
  font-family: var(--fmono);
  font-size: 12px;
  color: #767a74;
  text-decoration: none;
}

@media (min-width: 600px) {
  .footer-inner { flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
}
@media (min-width: 640px) {
  .geo-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .geo-platform-figures { grid-template-columns: 1fr; }
  .geo-page--article .geo-body.geo-prose { max-width: 100%; }
}
@media (max-width: 760px) {
  .gc-nav .nav-inner { gap: 8px; height: 56px; padding-left: 12px; padding-right: 12px; }
  .gc-nav .nav-links a:not(.btn-nav) { display: none; }
  .gc-nav .logo-text { font-size: 17px; }
  .gc-nav .logo svg { width: 22px; height: 22px; }
  .gc-nav .btn-nav { padding: 8px 12px; font-size: 12px; }
  .geo-page { padding-top: 80px; }
  .geo-table { font-size: 12px; }
  .geo-table th, .geo-table td { padding: 10px 8px; }
}

.geo-lowercase-headings h1,
.geo-lowercase-headings h2,
.geo-lowercase-headings h3 { text-transform: none; }
.geo-meta-block {
  font-family: var(--fmono);
  font-size: 13px;
  color: #8a8d87;
  margin: 12px 0 16px;
}
.geo-terminal {
  font-family: var(--fmono);
  font-size: 13px;
  line-height: 1.5;
  color: #2EF2A0;
  background: rgba(46, 242, 160, .06);
  border: 1px solid rgba(46, 242, 160, .18);
  border-radius: 8px;
  padding: 14px 16px;
  overflow-x: auto;
  white-space: pre-wrap;
  margin: 0 0 20px;
}
.geo-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 16px 0 24px; }
.geo-page-footer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
  color: #767a74;
}
.geo-page-footer ul { list-style: none; padding: 0; margin: 0; }
.geo-page-footer li { margin-bottom: 8px; }
.geo-page-footer a { color: #2EF2A0; }
.geo-figure--hero { margin: 20px 0 0; }
.geo-figure--hero img { width: 100%; height: auto; border-radius: 10px; }

.geo-byline {
  font-family: var(--fmono);
  font-size: 13px;
  color: #767a74;
  margin: 0 0 12px;
}
.geo-byline a { color: #2EF2A0; text-decoration: none; }
.geo-byline a:hover { text-decoration: underline; }

.geo-page--author .geo-author-header {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
}
.geo-author-photo img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(46, 242, 160, .35);
}
.geo-author-role {
  font-family: var(--fmono);
  font-size: 14px;
  color: #2EF2A0;
  margin: 8px 0;
}
.geo-author-tagline {
  font-size: 15px;
  color: #a8aba4;
  margin: 0 0 12px;
}
.geo-author-grid {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}
.geo-author-block h2 {
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.geo-author-icon { font-style: normal; }
@media (min-width: 640px) {
  .geo-author-grid { grid-template-columns: repeat(3, 1fr); }
  .geo-page--author .geo-author-header { grid-template-columns: 180px 1fr; }
  .geo-author-photo img { width: 180px; height: 180px; }
}
