/* Free Fly Hub — brand-aligned premium theme (brand.md) */
@font-face {
  font-family: "Rajdhani";
  src: url("fonts/rajdhani-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("fonts/rajdhani-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --space: #05080F;
  --space-2: #0A101C;
  --space-3: #111827;
  --line: rgba(45, 212, 191, 0.22);
  --line-soft: rgba(148, 163, 184, 0.18);
  --teal: #2DD4BF;
  --blue: #3B82F6;
  --white: #FFFFFF;
  --off: #E2E8F0;
  --slate: #CBD5E1;
  --muted: #94A3B8;
  --warn: #FBBF24;
  --radius: 12px;
  --font-display: "Rajdhani", system-ui, sans-serif;
  --font-ui: "Rajdhani", system-ui, sans-serif;
  --font-code: "Montserrat", ui-monospace, monospace;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;
  --max: 1120px;
  --narrow: 740px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--off);
  background: var(--space);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-underline-offset: 0.18em; }
a:hover { color: #5EEAD4; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--teal); color: #041018; padding: 0.6rem 1rem; font-weight: 700;
}
.skip-link:focus { left: 0.75rem; top: 0.75rem; }

.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.wrap.narrow { width: min(100% - 2rem, var(--narrow)); }
.center { text-align: center; }
.muted { color: var(--muted); }
.small-note { font-size: 0.85rem; color: var(--muted); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(5, 8, 15, 0.88);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.85rem 0;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.55rem;
  text-decoration: none; color: var(--muted);
  font-family: var(--font-display); font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.92rem;
}
.brand-mark {
  width: 1.25rem; height: 1.25rem; border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #fff 0 12%, transparent 13%),
    linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 0 16px rgba(45, 212, 191, 0.45);
}
.brand-text { color: var(--muted); }
.nav { display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; font-size: 0.88rem; }
.nav a { color: var(--slate); text-decoration: none; font-family: var(--font-ui); font-weight: 600; letter-spacing: 0.02em; }
.nav a:hover { color: var(--white); }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5rem 0 3.25rem;
  background: var(--space);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 78% 18%, rgba(255,255,255,0.4), transparent);
}
.hero-inner { position: relative; z-index: 1; max-width: 820px; }

.eyebrow {
  display: inline-block; margin: 0 0 0.9rem;
  padding: 0.28rem 0.75rem; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(10, 16, 28, 0.72);
  color: var(--slate); font-family: var(--font-ui); font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.hero h1 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.85rem, 4.6vw, 2.75rem);
  line-height: 1.12; letter-spacing: 0.01em; color: var(--white);
}
.hero-tagline {
  margin: 0 0 1.5rem;
  max-width: 42rem;
  color: var(--off);
  font-size: clamp(1.02rem, 2.1vw, 1.15rem);
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(5,8,15,0.65);
}

.cta-row { margin: 1.5rem 0 1.15rem; }
.cta-row-dual { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem; padding: 0.85rem 1.4rem; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  font-family: var(--font-ui); font-weight: 700; font-size: 1.02rem;
  letter-spacing: 0.02em; text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  color: var(--white);
  background: linear-gradient(90deg, var(--teal), var(--blue));
  box-shadow: 0 12px 32px rgba(45, 212, 191, 0.22);
}
.btn-primary:hover { color: var(--white); box-shadow: 0 14px 36px rgba(59, 130, 246, 0.35); }
.btn-ghost {
  color: var(--off); background: rgba(10, 16, 28, 0.55);
  border-color: var(--line); font-weight: 600;
}
.btn-ghost:hover { color: var(--white); border-color: var(--teal); background: rgba(45, 212, 191, 0.08); }
.btn-secondary {
  color: var(--off); background: rgba(17, 24, 39, 0.9);
  border-color: var(--line-soft); padding: 0.55rem 0.95rem;
  font-size: 0.9rem; font-weight: 600;
}
.btn-secondary:hover { border-color: var(--teal); color: var(--white); }

.disclosure {
  margin: 0; max-width: 560px;
  padding: 0.7rem 0.9rem;
  border-left: 3px solid var(--warn);
  background: rgba(5, 8, 15, 0.55);
  color: var(--off);
  font-size: 0.88rem;
  font-family: var(--font-body);
}
.disclosure-sm { margin: 1rem auto 0; text-align: left; max-width: 480px; }
.brand-chip {
  display: inline-block; margin-top: 0.85rem;
  color: var(--muted); font-size: 0.8rem; letter-spacing: 0.04em;
}

/* Timeline */
.timeline-section {
  padding: 0.5rem 0 2.75rem;
  position: relative; z-index: 1;
}
.timeline-section h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.7rem); color: var(--white);
  letter-spacing: 0.02em;
}
.timeline-intro { margin: 0 0 1.15rem; color: var(--muted); font-size: 0.95rem; }

.timeline-scroller {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-color: var(--teal) var(--space-2);
}
.timeline {
  display: grid;
  grid-template-columns: repeat(12, minmax(7.2rem, 1fr));
  gap: 0.55rem;
  min-width: 920px;
  position: relative;
  padding-top: 1.1rem;
}
.timeline::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0.35rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(45,212,191,0.35), rgba(59,130,246,0.45), transparent);
}
.tl-month {
  position: relative;
  background: var(--space-2);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 0.7rem 0.55rem 0.75rem;
  min-height: 7.5rem;
}
.tl-month::before {
  content: ""; position: absolute; left: 50%; top: -0.95rem;
  width: 8px; height: 8px; border-radius: 50%;
  transform: translateX(-50%);
  background: var(--muted); border: 2px solid var(--space);
}
.tl-month.has-event::before { background: var(--teal); }
.tl-month.is-upcoming::before { background: var(--blue); box-shadow: 0 0 10px rgba(59,130,246,0.7); }
.tl-month.is-other::before { background: #64748B; }
.tl-label {
  display: block; margin-bottom: 0.4rem;
  font-family: var(--font-ui); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
}
.tl-event { font-size: 0.82rem; line-height: 1.35; color: var(--slate); }
.tl-event strong { display: block; color: var(--off); font-weight: 650; margin-bottom: 0.15rem; }
.tl-dates { display: block; color: var(--muted); font-size: 0.75rem; margin-top: 0.2rem; }
.tl-month.is-past { opacity: 0.55; }
.tl-month.is-past .tl-event strong { color: var(--slate); }
.tl-month.is-upcoming {
  opacity: 1;
  border-color: rgba(59, 130, 246, 0.55);
  background:
    linear-gradient(160deg, rgba(59,130,246,0.16), transparent 55%),
    var(--space-3);
  box-shadow: 0 0 0 1px rgba(59,130,246,0.15), var(--shadow);
}
.tl-month.is-other {
  opacity: 0.72;
  border-style: dashed;
  border-color: rgba(148,163,184,0.28);
}
.tl-badge {
  display: inline-block; margin-top: 0.45rem;
  padding: 0.12rem 0.4rem; border-radius: 4px;
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.tl-badge.previsto { background: rgba(59,130,246,0.2); color: #93C5FD; }
.tl-badge.last { background: rgba(45,212,191,0.18); color: var(--teal); }
.tl-badge.other { background: rgba(148,163,184,0.15); color: var(--slate); }
.timeline-legend {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem;
  margin: 0.9rem 0 0; padding: 0; list-style: none;
  font-size: 0.8rem; color: var(--muted);
}
.timeline-legend li { display: flex; align-items: center; gap: 0.4rem; }
.timeline-legend i {
  width: 0.55rem; height: 0.55rem; border-radius: 50%; display: inline-block;
}
.dot-past { background: var(--teal); opacity: 0.45; }
.dot-next { background: var(--blue); }
.dot-other { background: #64748B; }

/* Sections */
.section { padding: 2.75rem 0; }
.section h2 {
  margin: 0 0 1.15rem;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  letter-spacing: 0.015em; color: var(--white);
}
.card {
  background: var(--space-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
}
.highlight-card {
  background:
    linear-gradient(160deg, rgba(45,212,191,0.1), transparent 55%),
    var(--space-2);
  border-color: var(--line);
}
.badge {
  display: inline-block; margin: 0 0 0.55rem;
  padding: 0.2rem 0.55rem; border-radius: 6px;
  background: rgba(45, 212, 191, 0.14); color: var(--teal);
  font-family: var(--font-ui); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ff-when { margin: 0 0 0.5rem; font-size: 1.2rem; font-weight: 700; color: var(--white); font-family: var(--font-display); }
.ff-status { margin: 0 0 0.75rem; }

.why-list { margin: 0 0 1rem; padding: 0; list-style: none; display: grid; gap: 0.75rem; }
.why-list li {
  padding: 1rem 1.15rem; background: var(--space-2);
  border: 1px solid var(--line-soft); border-radius: 12px; color: var(--muted);
}
.why-list li strong { display: block; color: var(--white); margin-bottom: 0.25rem; font-family: var(--font-ui); }

.steps { background: linear-gradient(180deg, transparent, rgba(10,16,28,0.65), transparent); }
.steps-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.9rem; counter-reset: step; }
.steps-list li {
  position: relative; padding: 1.2rem 1.2rem 1.2rem 3.6rem;
  background: var(--space-2); border: 1px solid var(--line-soft);
  border-radius: var(--radius); counter-increment: step;
}
.steps-list li::before {
  content: counter(step); position: absolute; left: 1rem; top: 1.2rem;
  width: 1.85rem; height: 1.85rem; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-ui); font-weight: 700; font-size: 0.9rem;
  color: var(--space); background: linear-gradient(135deg, var(--teal), var(--blue));
}
.steps-list h3 { margin: 0 0 0.35rem; font-family: var(--font-display); font-size: 1.15rem; color: var(--white); }
.steps-list p { margin: 0 0 0.5rem; color: var(--muted); }
.steps-list p:last-child { margin-bottom: 0; }

.code-box {
  margin: 1.15rem 0; padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(5, 8, 15, 0.75);
}
.code-label {
  display: block; font-family: var(--font-ui); font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal);
  margin-bottom: 0.45rem; font-weight: 700;
}
.code-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem; }
.code-row code {
  font-family: var(--font-code); font-weight: 700;
  font-size: 1.2rem; letter-spacing: 0.08em; color: var(--white);
  background: #05080F; border: 1px solid rgba(45,212,191,0.35);
  padding: 0.5rem 0.75rem; border-radius: 8px;
}
.code-hint { margin: 0.65rem 0 0; font-size: 0.85rem; color: var(--muted); }
.code-disclaimer {
  margin: 0.55rem 0 0; font-size: 0.8rem; color: var(--slate);
  letter-spacing: 0.02em;
}

/* Feed */
.feed-section { background: rgba(10, 16, 28, 0.45); }
.feed-updated { margin: -0.4rem 0 1.1rem; color: var(--muted); font-size: 0.88rem; }
.feed-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.75rem; }
.feed-item {
  background: var(--space-2); border: 1px solid var(--line-soft);
  border-radius: 12px; padding: 1rem 1.15rem;
}
.feed-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 0.75rem; align-items: center; margin-bottom: 0.4rem; }
.feed-meta time { color: var(--muted); font-size: 0.82rem; font-variant-numeric: tabular-nums; }
.feed-tag {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.15rem 0.45rem; border-radius: 4px;
}
.tag-oficial { background: rgba(45,212,191,0.14); color: var(--teal); }
.tag-roadmap { background: rgba(59,130,246,0.16); color: #93C5FD; }
.tag-ptu { background: rgba(168,85,247,0.16); color: #D8B4FE; }
.tag-rumor { background: rgba(251,191,36,0.14); color: #FCD34D; }
.feed-item h3 {
  margin: 0 0 0.35rem; font-family: var(--font-display);
  font-size: 1.12rem; color: var(--white); font-weight: 700;
}
.feed-item p { margin: 0 0 0.55rem; color: var(--muted); font-size: 0.95rem; }
.feed-source { font-size: 0.88rem; font-weight: 600; text-decoration: none; }
.feed-source:hover { text-decoration: underline; }

.faq-list { display: grid; gap: 0.65rem; }
details {
  background: var(--space-2); border: 1px solid var(--line-soft);
  border-radius: 12px; padding: 0.15rem 0;
}
summary {
  cursor: pointer; list-style: none; padding: 0.95rem 1.1rem;
  font-family: var(--font-ui); font-weight: 700; color: var(--white);
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--teal); font-weight: 400; }
details[open] > summary::after { content: "–"; }
details p { margin: 0; padding: 0 1.1rem 1rem; color: var(--muted); }

.cta-band {
  padding: 3rem 0 3.5rem;
  background: var(--space);
}
.cta-band h2 {
  font-family: var(--font-display); font-size: clamp(1.6rem, 3.5vw, 2.1rem);
}
.cta-band-lead { margin: -0.35rem 0 1.25rem; color: var(--slate); }

.site-footer {
  border-top: 1px solid var(--line-soft);
  background: #03050A;
  padding: 1.75rem 0 2.25rem;
  font-size: 0.86rem; color: var(--muted);
}
.site-footer p { margin: 0 0 0.65rem; max-width: 72ch; }
.footer-meta { opacity: 0.85; }

@media (max-width: 720px) {
  .header-inner { flex-wrap: wrap; }
  .nav { width: 100%; gap: 0.35rem 0.85rem; font-size: 0.8rem; }
  .hero { padding-top: 2.5rem; background-position: 70% 20%; }
  .btn-primary, .btn-ghost { width: 100%; }
  .cta-row-dual { flex-direction: column; align-items: stretch; }
  .code-row { flex-direction: column; align-items: stretch; }
  .code-row code { text-align: center; }
  .steps-list li { padding-left: 1.2rem; padding-top: 3.2rem; }
  .steps-list li::before { top: 1rem; }
  .timeline { min-width: 860px; grid-template-columns: repeat(12, minmax(6.5rem, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}

/* —— Timeline annual —— */
.timeline-section { padding: 2rem 0 2.75rem; margin-top: 0; position: relative; z-index: 1; background: var(--space); }
.timeline-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0 0.75rem;
  margin: 0 -0.25rem;
}
.timeline-track {
  display: flex;
  gap: 0.55rem;
  min-width: max-content;
  padding: 0.35rem 0.25rem 0.5rem;
  position: relative;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0.5rem; right: 0.5rem; top: 1.15rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(45,212,191,0.35), rgba(59,130,246,0.5), transparent);
}
.tl-node {
  width: 8.1rem;
  flex: 0 0 auto;
  background: var(--space-2);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 0.65rem 0.55rem 0.7rem;
  position: relative;
}
.tl-node::before {
  content: "";
  position: absolute;
  left: 50%; top: -0.15rem;
  width: 9px; height: 9px; border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--muted);
  border: 2px solid var(--space);
  z-index: 1;
}
.tl-node.is-past { opacity: 0.52; }
.tl-node.is-past::before { background: var(--teal); opacity: 0.7; }
.tl-node.is-next {
  opacity: 1;
  border-color: rgba(59,130,246,0.55);
  background: linear-gradient(165deg, rgba(59,130,246,0.18), transparent 55%), var(--space-3);
  box-shadow: var(--shadow);
}
.tl-node.is-next::before {
  background: var(--blue);
  box-shadow: 0 0 12px rgba(59,130,246,0.75);
}
.tl-node.is-other {
  opacity: 0.7;
  border-style: dashed;
}
.tl-node.is-other::before { background: #64748B; }
.tl-month {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.tl-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 0.2rem;
}
.tl-dates { display: block; font-size: 0.75rem; color: var(--slate); }
.tl-tag {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tl-tag.ff { background: rgba(45,212,191,0.15); color: var(--teal); }
.tl-tag.previsto { background: rgba(59,130,246,0.2); color: #93C5FD; }
.tl-tag.last { background: rgba(45,212,191,0.2); color: #5EEAD4; }
.tl-tag.other { background: rgba(148,163,184,0.15); color: var(--slate); }
.timeline-legend {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem;
  list-style: none; margin: 0.5rem 0 0; padding: 0;
  font-size: 0.8rem; color: var(--muted);
}
.timeline-legend span {
  display: inline-block; width: 0.5rem; height: 0.5rem;
  border-radius: 50%; margin-right: 0.35rem; vertical-align: middle;
}
.lg-past { background: var(--teal); opacity: 0.5; }
.lg-next { background: var(--blue); }
.lg-other { background: #64748B; }

/* empty months */
.tl-node.is-empty {
  opacity: 0.35;
  min-height: 4.5rem;
  background: transparent;
  border-color: transparent;
}
.tl-node.is-empty::before { background: #334155; }

/* Tips / packages */
.tips-meta { color: var(--muted); font-size: 0.9rem; margin: 0 0 1rem; }
.tips-sub {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--white);
  margin: 1.5rem 0 0.85rem;
}
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.75rem;
}
.pkg-card {
  background: var(--space-2);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 1rem 1.05rem;
}
.pkg-card h4 {
  margin: 0.15rem 0 0.15rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--white);
}
.pkg-price {
  margin: 0;
  font-family: var(--font-ui);
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.04em;
}
.pkg-name { margin: 0 0 0.45rem; font-size: 0.82rem; color: var(--muted); }
.pkg-role { margin: 0 0 0.5rem; color: var(--slate); font-size: 0.92rem; }
.pkg-card p { margin: 0 0 0.4rem; font-size: 0.88rem; color: var(--muted); }
.rec-card { margin-top: 1rem; }
.if-like { margin: 0.75rem 0; padding-left: 1.1rem; color: var(--slate); }
.grind-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.grind-grid h4 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  color: var(--white);
}
.grind-grid ul { margin: 0; padding-left: 1.1rem; color: var(--muted); }
.grind-grid li { margin-bottom: 0.45rem; }

/* Feed */
.feed-updated { color: var(--muted); font-size: 0.88rem; margin: -0.35rem 0 1rem; }
.feed-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.feed-item {
  background: var(--space-2);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.feed-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 0.75rem; margin-bottom: 0.35rem; }
.feed-meta time { color: var(--muted); font-size: 0.82rem; }
.feed-tag {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.12rem 0.4rem;
  border-radius: 4px;
}
.tag-oficial { background: rgba(45,212,191,0.14); color: var(--teal); }
.tag-roadmap { background: rgba(59,130,246,0.16); color: #93C5FD; }
.tag-ptu { background: rgba(168,85,247,0.16); color: #D8B4FE; }
.tag-rumor { background: rgba(251,191,36,0.14); color: #FCD34D; }
.feed-item h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
}
.feed-item p { margin: 0 0 0.45rem; color: var(--muted); font-size: 0.94rem; }
.feed-source { font-size: 0.88rem; font-weight: 600; text-decoration: none; }
.feed-source:hover { text-decoration: underline; }

/* FAQ groups */
.faq-group { margin-bottom: 1.5rem; }
.faq-group h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--teal);
  margin: 0 0 0.65rem;
  letter-spacing: 0.03em;
}

.brand-chip-line {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.03em;
}

@media (max-width: 720px) {
  .tl-node { width: 7.6rem; }
  .pkg-grid { grid-template-columns: 1fr; }
}

.tl-title { display: block; font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; color: var(--white); line-height: 1.25; margin-bottom: 0.2rem; }
.tl-dates { display: block; font-size: 0.75rem; color: var(--slate); margin-bottom: 0.25rem; }
.tl-tag { display: inline-block; margin-top: 0.25rem; margin-right: 0.2rem; padding: 0.1rem 0.4rem; border-radius: 4px; font-family: var(--font-ui); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.tl-tag.ff { background: rgba(45,212,191,0.15); color: var(--teal); }
.tl-tag.previsto { background: rgba(59,130,246,0.2); color: #93C5FD; }
.tl-tag.last { background: rgba(45,212,191,0.2); color: #5EEAD4; }
.tl-tag.other { background: rgba(148,163,184,0.15); color: var(--slate); }
.tl-title.muted, .muted { color: var(--muted); }
.timeline-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 0.5rem; }
.small-note { font-size: 0.82rem; color: var(--muted); margin-top: 0.75rem; }
/* hero-tagline contrast handled in main hero block */
.brand-chip-line { margin: 0.85rem 0 0; font-size: 0.8rem; color: var(--muted); letter-spacing: 0.03em; }

section[id] { scroll-margin-top: 4.5rem; }


/* ===== Timeline compact override (labels inside .tl-node; kill legacy card look) ===== */
.timeline-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 0.35rem 0 0.5rem; }
.timeline-track {
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
  min-width: max-content;
  padding: 0.85rem 0.15rem 0.25rem;
  position: relative;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0.35rem; right: 0.35rem; top: 0.2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(45,212,191,0.35), rgba(59,130,246,0.5), transparent);
}
.tl-node {
  width: 8.4rem;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  background: var(--space-2);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 0.55rem 0.55rem 0.6rem;
  position: relative;
  min-height: 0;
}
.tl-node::before {
  content: "";
  position: absolute;
  left: 50%; top: -0.65rem;
  width: 8px; height: 8px; border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--muted);
  border: 2px solid var(--space);
  z-index: 1;
}
/* Kill legacy .tl-month-as-card styles (empty inner boxes) */
.tl-node .tl-month,
.tl-month {
  position: static !important;
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 0.15rem !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
}
.tl-node .tl-month::before,
.tl-month::before,
.tl-node .tl-month::after,
.tl-month::after {
  content: none !important;
  display: none !important;
}
.tl-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--white);
  line-height: 1.25;
  margin: 0;
}
.tl-dates {
  display: block;
  font-size: 0.72rem;
  color: var(--slate);
  line-height: 1.3;
  margin: 0;
}
.tl-tag {
  display: inline-block;
  align-self: flex-start;
  margin-top: 0.25rem;
  margin-right: 0.2rem;
  padding: 0.12rem 0.38rem;
  border-radius: 4px;
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tl-tag.ff { background: rgba(45,212,191,0.15); color: var(--teal); }
.tl-tag.previsto { background: rgba(59,130,246,0.22); color: #93C5FD; }
.tl-tag.last { background: rgba(45,212,191,0.2); color: #5EEAD4; }
.tl-tag.other { background: rgba(148,163,184,0.16); color: var(--slate); }

.tl-node.is-past { opacity: 0.55; }
.tl-node.is-past::before { background: var(--teal); opacity: 0.75; }
.tl-node.is-past .tl-title { color: var(--slate); }

.tl-node.is-next {
  opacity: 1;
  border-color: rgba(59,130,246,0.6);
  background: linear-gradient(165deg, rgba(59,130,246,0.2), transparent 55%), var(--space-3);
  box-shadow: 0 0 0 1px rgba(59,130,246,0.12), var(--shadow);
}
.tl-node.is-next::before {
  background: var(--blue);
  box-shadow: 0 0 12px rgba(59,130,246,0.8);
}

.tl-node.is-other {
  opacity: 0.78;
  border-style: dashed;
  border-color: rgba(148,163,184,0.35);
  background: rgba(15, 23, 42, 0.55);
}
.tl-node.is-other::before { background: #64748B; }

.tl-node.is-empty {
  width: 3.6rem;
  min-height: 0;
  opacity: 0.38;
  background: transparent;
  border-color: transparent;
  padding: 0.35rem 0.2rem;
  justify-content: flex-start;
}
.tl-node.is-empty::before { background: #334155; width: 6px; height: 6px; }
.tl-node.is-empty .tl-title { display: none; }
.tl-node.is-empty .tl-month { margin: 0 !important; text-align: center; font-size: 0.65rem; }

@media (max-width: 720px) {
  .tl-node { width: 7.6rem; }
  .tl-node.is-empty { width: 3.1rem; }
  .tl-title { font-size: 0.85rem; }
}


/* ===== In-game shots ===== */
.hero-media {
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-media picture, .hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 62% 72%;
  display: block;
}
.hero-scrim {
  position: absolute; inset: 0;
  /* Dark behind text column only; keep Polaris + blue planet glow readable */
  background:
    linear-gradient(90deg,
      rgba(5,8,15,0.90) 0%,
      rgba(5,8,15,0.72) 34%,
      rgba(5,8,15,0.28) 55%,
      rgba(5,8,15,0.06) 74%,
      rgba(5,8,15,0.10) 100%),
    linear-gradient(180deg,
      rgba(5,8,15,0.22) 0%,
      rgba(5,8,15,0.00) 35%,
      rgba(5,8,15,0.18) 70%,
      rgba(5,8,15,0.55) 92%,
      var(--space) 100%);
}
.hero::after {
  /* keep subtle stars on top of photo */
  z-index: 0;
  opacity: 0.16;
}
.hero-inner { z-index: 1; }

.media-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: center;
}
.media-split-rev { grid-template-columns: 0.85fr 1.15fr; }
.shot-figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--space-2);
  box-shadow: var(--shadow);
}
.shot-figure img {
  width: 100%; height: auto; display: block;
  aspect-ratio: 16 / 9; object-fit: cover;
}
.shot-figure figcaption {
  padding: 0.55rem 0.8rem 0.7rem;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.tips-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0 0 1.35rem;
}
.shot-card {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: #0a101c;
}
.shot-card img {
  width: 100%; height: auto; display: block;
  aspect-ratio: 16 / 9; object-fit: cover;
}
.shot-credit {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.timeline-section {
  position: relative;
}
.timeline-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8rem;
  pointer-events: none;
  opacity: 0.12;
  background:
    linear-gradient(180deg, transparent, var(--space)),
    url("img/shots/shot-fleet-cargo-w1280.webp") center / cover no-repeat;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--space);
}
.cta-band-media {
  position: absolute; inset: 0;
  z-index: 0;
}
.cta-band-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 60%;
  display: block;
  filter: saturate(0.9);
}
.cta-band-media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(5,8,15,0.55), rgba(5,8,15,0.88) 70%, rgba(5,8,15,0.96));
}
.cta-band-inner { position: relative; z-index: 1; }

@media (max-width: 860px) {
  .media-split, .media-split-rev {
    grid-template-columns: 1fr;
  }
  .media-split-rev .shot-figure { order: -1; }
  .tips-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .hero {
    min-height: 78vh;
    padding-top: 3.25rem;
  }
  .hero-media img { object-position: 55% 68%; }
  .hero-scrim {
    background:
      linear-gradient(180deg,
        rgba(5,8,15,0.35) 0%,
        rgba(5,8,15,0.28) 32%,
        rgba(5,8,15,0.55) 62%,
        rgba(5,8,15,0.82) 88%,
        var(--space) 100%),
      linear-gradient(90deg,
        rgba(5,8,15,0.55) 0%,
        rgba(5,8,15,0.22) 55%,
        rgba(5,8,15,0.12) 100%);
  }
}


/* =====================================================================
   v3 POLISH LAYER (20260924c) — overrides earlier layers.
   One container, consistent rhythm, hero split, compact mobile header,
   readable small text, compact timeline, lighter closing CTA.
   ===================================================================== */
:root {
  --narrow: var(--max);          /* one container width everywhere */
  --section-y: 4.25rem;
  --section-y-m: 3rem;
  --text-sm: 0.875rem;           /* 14px */
  --text-xs: 0.8125rem;          /* 13px – minimum */
}
body { font-size: 1rem; }        /* 16px body */
.wrap, .wrap.narrow { width: min(100% - 2.5rem, var(--max)); }

/* ---------- Section rhythm ---------- */
.section { padding: var(--section-y) 0; }
.section h2 { margin-bottom: 1.25rem; font-size: clamp(1.55rem, 3vw, 2rem); }
.section.band,
.feed-section.band,
.steps.band {
  background: linear-gradient(180deg, rgba(17,24,39,0.55), rgba(10,16,28,0.75));
  border-block: 1px solid rgba(148,163,184,0.08);
}
.section-lead { margin: -0.6rem 0 1.25rem; color: var(--slate); }
.muted, .small-note, .tips-meta, .feed-updated, .code-hint,
.timeline-intro, .timeline-legend, .shot-credit, figcaption,
.site-footer, .footer-meta { color: #A9B6C8; }   /* ~8:1 on space-black */
.small-note, .tips-meta, .feed-updated, .code-hint, .timeline-legend,
.shot-credit, .shot-figure figcaption, .brand-chip-line { font-size: var(--text-sm); }
.feed-item p, .pkg-card p, .why-list li, .steps-list p, details p,
.grind-grid li { font-size: 1rem; color: var(--slate); }

/* ---------- Header ---------- */
.site-header { backdrop-filter: blur(10px); background: rgba(5,8,15,0.86); }
.header-inner { min-height: 60px; flex-wrap: nowrap !important; gap: 1rem; }
.nav { font-size: 0.95rem; flex-wrap: nowrap; }
.nav a { white-space: nowrap; color: var(--off); }
@media (max-width: 860px) {
  .header-inner { min-height: 56px; gap: 0.75rem; }
  .brand-text { display: none; }            /* mark only: saves width */
  .nav {
    width: auto !important; flex: 1 1 auto; min-width: 0;
    overflow-x: auto; scrollbar-width: none;
    gap: 1.1rem !important; font-size: 0.95rem !important;
    padding: 0.9rem 1.5rem 0.9rem 0;
    mask-image: linear-gradient(90deg, #000 85%, transparent);
    -webkit-mask-image: linear-gradient(90deg, #000 85%, transparent);
  }
  .nav::-webkit-scrollbar { display: none; }
}

/* ---------- Hero (desktop: text left, ship right) ---------- */
.hero {
  min-height: 85vh; padding: 4rem 0 3.5rem;
  justify-content: center;
}
.hero-inner { max-width: var(--max); }
.hero-inner > * { max-width: 33rem; }
.hero h1 { font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.08; }
.hero-tagline { font-size: 1.125rem; max-width: 31rem; }
.hero .disclosure { max-width: 31rem; font-size: var(--text-sm); }
.hero-media {
  inset: 0 0 0 36%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 22%);
          mask-image: linear-gradient(90deg, transparent 0, #000 22%);
}
.hero-media picture, .hero-media img { object-position: 38% 55%; }
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(5,8,15,0.55) 0%, rgba(5,8,15,0) 30%),
    linear-gradient(180deg, rgba(5,8,15,0.25) 0%, rgba(5,8,15,0) 25%, rgba(5,8,15,0) 70%, var(--space) 100%);
}
.hero::after { opacity: 0.12; }
.hero::before {                                 /* soft teal glow behind text column */
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  left: -10%; top: 10%; width: 55%; height: 80%;
  background: radial-gradient(closest-side, rgba(45,212,191,0.07), transparent);
}

/* Hero mobile: image band on top, text below (no text over the hull) */
@media (max-width: 860px) {
  .hero { min-height: 0; padding: 0 0 2.5rem; display: block; }
  .hero-media {
    position: relative; inset: auto; height: min(72vw, 360px);
    -webkit-mask-image: none; mask-image: none;
  }
  .hero-media picture, .hero-media img { object-position: 42% 62%; }
  .hero-scrim {
    background: linear-gradient(180deg, rgba(5,8,15,0.15) 0%, rgba(5,8,15,0) 45%, rgba(5,8,15,0.6) 80%, var(--space) 100%);
  }
  .hero-inner { margin-top: -2.5rem; }
  .hero-inner > * { max-width: none; }
  .hero h1 { font-size: clamp(1.75rem, 7.4vw, 2.2rem); }
  .hero-tagline { font-size: 1.05rem; margin-bottom: 1rem; }
  .eyebrow { margin-bottom: 0.6rem; }
  .cta-row { margin: 1.1rem 0 1rem; }
}

/* ---------- Buttons / disclosure ---------- */
.btn { min-height: 48px; }
.btn-primary { color: #fff; text-shadow: 0 1px 2px rgba(5,8,15,0.35); }
.btn-block { width: 100%; }
.disclosure-short {
  margin: 0.75rem 0 0; font-size: var(--text-sm); color: var(--slate);
  letter-spacing: 0.02em;
}

/* ---------- Timeline ---------- */
.timeline-section { padding: 3rem 0 var(--section-y); }
.timeline-intro { font-size: 1rem; }
.swipe-hint { display: none; }
.timeline-track { min-width: 100%; gap: 0.5rem; }
.tl-node { flex: 1 1 0; width: auto; min-width: 0; padding: 0.7rem 0.65rem 0.75rem; }
.tl-node.is-empty { flex: 0 0 2.6rem; width: 2.6rem; padding: 0.35rem 0; opacity: 0.6; }
.tl-node .tl-month, .tl-month { font-size: var(--text-xs) !important; color: #A9B6C8 !important; }
.tl-node.is-empty .tl-month { font-size: 0.75rem !important; }
.tl-title { font-size: 1rem; }
.tl-dates { font-size: var(--text-xs); }
.tl-tag { font-size: 0.75rem; letter-spacing: 0.03em; padding: 0.15rem 0.4rem; }
.tl-node.is-past { opacity: 0.88; }
.tl-node.is-past .tl-title { color: var(--off); }
.tl-node.is-other { opacity: 0.9; }
.timeline-legend { font-size: var(--text-sm); }
.timeline-section .small-note { font-size: var(--text-sm); }
@media (max-width: 1000px) {
  .timeline-scroll {
    margin: 0 -1.25rem; padding: 0.35rem 1.25rem 0.75rem;
    scroll-snap-type: x mandatory; scroll-padding-inline: 1.25rem;
    overscroll-behavior-x: contain;
  }
  .timeline-track { min-width: max-content; }
  .tl-node { flex: 0 0 9.25rem; width: 9.25rem; scroll-snap-align: start; }
  .tl-node.is-empty { flex: 0 0 2.4rem; width: 2.4rem; }
  .swipe-hint {
    display: block; margin: -0.4rem 0 0.6rem; font-size: var(--text-sm);
    color: var(--teal); font-family: var(--font-ui); font-weight: 600; letter-spacing: 0.03em;
  }
}

/* ---------- Media splits / next FF ---------- */
.media-split { gap: 2.25rem; }
.shot-figure figcaption { padding: 0.6rem 0.85rem; }
.next-ff {
  display: grid; grid-template-columns: auto 1fr; gap: 0.25rem 2rem; align-items: center;
}
.next-ff .badge { grid-column: 1 / -1; justify-self: start; }
.next-ff .ff-when { margin: 0; font-size: 1.4rem; max-width: 18rem; }
.next-ff .ff-status, .next-ff .muted { margin: 0; }
.next-ff .muted { grid-column: 2; }
@media (max-width: 720px) { .next-ff { grid-template-columns: 1fr; } .next-ff .muted { grid-column: auto; } }

/* ---------- Why IAE / steps ---------- */
.why-list li strong { font-size: 1.05rem; }
.steps-list { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.steps-list h3 { font-size: 1.2rem; }
@media (max-width: 720px) { .steps-list { grid-template-columns: 1fr; } }

/* ---------- Tips ---------- */
.tips-gallery { grid-template-columns: 1fr 1fr; gap: 1rem; }
.shot-card img { aspect-ratio: 21 / 9; }
.tips-sub { font-size: 1.35rem; margin-top: 2.25rem; }
.pkg-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.85rem; }
.pkg-card { display: flex; flex-direction: column; padding: 1.05rem 1.1rem; }
.pkg-price { font-size: 1.05rem; }
.pkg-name { font-size: var(--text-sm); color: #A9B6C8; }
.pkg-role { font-size: 0.95rem !important; color: var(--off) !important; }
.pkg-suits { font-size: 0.95rem !important; }
.pkg-more { margin-top: auto; background: transparent; border: 0; border-top: 1px solid var(--line-soft); border-radius: 0; padding: 0; }
.pkg-more summary { padding: 0.65rem 0 0.25rem; font-size: 0.95rem; color: var(--teal); }
.pkg-more p { padding: 0.25rem 0 0.35rem !important; font-size: 0.95rem !important; }
.rec-card { margin-top: 1.5rem; padding: 1.6rem 1.75rem; }
.rec-card h3 { margin-top: 0; font-family: var(--font-display); font-size: 1.35rem; color: var(--white); }
.if-like { columns: 2; column-gap: 2rem; }
.if-like li { break-inside: avoid; margin-bottom: 0.35rem; }
@media (max-width: 1000px) { .pkg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) {
  .tips-gallery { grid-template-columns: 1fr; }
  .shot-card img { aspect-ratio: 16 / 9; }
  .pkg-grid { grid-template-columns: 1fr; }
  .if-like { columns: 1; }
}

/* ---------- Radar ---------- */
.feed-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; }
.feed-item { display: flex; flex-direction: column; }
.feed-item p { flex: 1; }
.feed-meta time { font-size: var(--text-sm); color: #A9B6C8; }
.feed-tag { font-size: 0.75rem; }
.feed-source { font-size: 0.95rem; }
.feed-more { margin-top: 0.9rem; background: transparent; border: 0; }
.feed-more > summary {
  display: inline-block; padding: 0.6rem 1.1rem; border-radius: 999px;
  border: 1px solid var(--line); color: var(--teal); font-size: 0.95rem;
}
.feed-more > summary::after { content: " ▾"; float: none; }
.feed-more[open] > summary::after { content: " ▴"; }
.feed-more > .feed-list { margin-top: 0.9rem; }
@media (max-width: 720px) { .feed-list { grid-template-columns: 1fr; } }

/* ---------- Bonus ---------- */
.bonus-card {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: center;
  padding: 1.75rem 1.9rem;
  background: linear-gradient(135deg, rgba(45,212,191,0.08), transparent 50%), var(--space-2);
  border-color: var(--line);
}
.bonus-copy p { font-size: 1.05rem; color: var(--off); }
.bonus-copy p:last-child { margin-bottom: 0; }
.bonus-action .code-box { margin: 0 0 1rem; }
.code-label { font-size: var(--text-xs); }
.code-row code { font-size: 1.35rem; }
@media (max-width: 860px) { .bonus-card { grid-template-columns: 1fr; gap: 1.25rem; padding: 1.35rem; } }

/* ---------- FAQ ---------- */
.faq-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; align-items: start; }
details.faq-group { margin: 0; background: var(--space-2); border: 1px solid var(--line-soft); border-radius: 14px; padding: 0; }
details.faq-group > summary {
  display: flex; align-items: baseline; gap: 0.6rem; padding: 1.1rem 1.25rem;
  font-family: var(--font-display); font-size: 1.2rem; color: var(--white);
}
details.faq-group > summary::after { margin-left: auto; font-size: 1.3rem; }
.faq-count { font-family: var(--font-body); font-size: var(--text-sm); font-weight: 400; color: #A9B6C8; }
details.faq-group[open] { border-color: var(--line); }
details.faq-group .faq-list { padding: 0 0.85rem 0.9rem; gap: 0.5rem; }
details.faq-group .faq-list details { background: rgba(5,8,15,0.55); }
details.faq-group .faq-list summary { font-size: 1rem; padding: 0.85rem 1rem; }
@media (max-width: 860px) { .faq-groups { grid-template-columns: 1fr; } }

/* ---------- Closing CTA ---------- */
.cta-band { padding: 0; min-height: 26rem; display: flex; align-items: center; }
.cta-band-inner { padding: 4.5rem 0; }
.cta-band-media img { filter: none; object-position: center 55%; }
.cta-band-media::after {
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(5,8,15,0.62), rgba(5,8,15,0.2) 70%),
    linear-gradient(180deg, var(--space) 0%, rgba(5,8,15,0.15) 22%, rgba(5,8,15,0.15) 75%, var(--space) 100%);
}
.cta-band h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); text-shadow: 0 2px 18px rgba(5,8,15,0.8); }
.cta-band-lead { color: var(--off); font-size: 1.1rem; text-shadow: 0 1px 12px rgba(5,8,15,0.9); }
.cta-band .disclosure-short { text-shadow: 0 1px 10px rgba(5,8,15,0.9); }

/* ---------- Footer ---------- */
.site-footer { font-size: var(--text-sm); padding: 2rem 0 2.5rem; }

/* ---------- Mobile rhythm ---------- */
@media (max-width: 720px) {
  .section { padding: var(--section-y-m) 0; }
  .wrap, .wrap.narrow { width: min(100% - 2.5rem, var(--max)); }
  .steps-list li { padding: 1.1rem 1.1rem 1.1rem 3.4rem; }
  .steps-list li::before { top: 1.1rem; }
}
@media (max-width: 860px) {
  .header-inner { padding: 0 !important; min-height: 56px; }
  .nav { padding: 1rem 1.5rem 1rem 0 !important; line-height: 1.5; }
}

/* v3 review fixes */
:root { --section-y: 3.5rem; }
.timeline-section::before { content: none !important; display: none !important; }
/* FAQ: masonry-like columns so an open group doesn't leave a hole */
.faq-groups { display: block; columns: 2; column-gap: 0.9rem; }
details.faq-group { break-inside: avoid; margin: 0 0 0.9rem; display: block; }
@media (max-width: 860px) { .faq-groups { columns: 1; } }
/* +/– reflects each details' own state (not ancestors) */
details > summary::after { content: "+"; }
details[open] > summary::after { content: "–"; }
details summary::after { content: "+"; }
details[open] > summary::after { content: "–"; }
.feed-more > summary::after { content: " ▾" !important; }
.feed-more[open] > summary::after { content: " ▴" !important; }
/* Mobile: packages as a swipeable row (peek next card) instead of 8 stacked cards */
@media (max-width: 720px) {
  .pkg-grid {
    display: grid; grid-auto-flow: column; grid-template-columns: none;
    grid-auto-columns: 82%; overflow-x: auto; scroll-snap-type: x mandatory;
    margin: 0 -1.25rem; padding: 0.25rem 1.25rem 0.75rem; scroll-padding-inline: 1.25rem;
    scrollbar-width: thin; overscroll-behavior-x: contain;
  }
  .pkg-card { scroll-snap-align: start; }
}
.swipe-hint-pkg { display: none !important; }
@media (max-width: 720px) { .swipe-hint-pkg { display: block !important; margin: -0.4rem 0 0.6rem; } }

/* =====================================================================
   i18n layer (20260924d): language switcher, fan-kit badge, PT banner
   ===================================================================== */
.lang-switch {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 0.15rem;
  font-family: var(--font-ui); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.04em;
  border: 1px solid var(--line-soft); border-radius: 999px; padding: 0.15rem 0.35rem;
}
.lang-switch span { color: #475569; }
.lang-switch a {
  display: inline-block; min-width: 2rem; text-align: center; padding: 0.3rem 0.4rem;
  border-radius: 999px; color: #A9B6C8; text-decoration: none; line-height: 1;
}
.lang-switch a:hover { color: var(--white); }
.lang-switch a[aria-current] { color: var(--space); background: var(--teal); }
@media (max-width: 860px) {
  .lang-switch { font-size: 0.82rem; padding: 0.1rem 0.25rem; }
  .lang-switch a { min-width: 1.8rem; padding: 0.3rem 0.3rem; }
}

/* Fan-kit "Made by the Community" badge */
.brand-chip-line { display: flex; align-items: center; gap: 0.5rem; }
.fankit-mini { width: 28px; height: 28px; opacity: 0.85; }
.footer-grid { display: flex; align-items: center; gap: 1.5rem; }
.fankit { flex: 0 0 auto; display: block; opacity: 0.9; transition: opacity 0.15s ease; }
.fankit:hover { opacity: 1; }
.fankit img { width: 80px; height: 80px; }
@media (max-width: 560px) {
  .footer-grid { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .fankit img { width: 64px; height: 64px; }
}

/* Optional PT suggestion (EN page, shown by JS only for pt browsers) */
.lang-banner {
  position: fixed; left: 50%; bottom: 1rem; transform: translateX(-50%); z-index: 50;
  display: flex; align-items: center; gap: 0.75rem; max-width: calc(100% - 2rem);
  padding: 0.6rem 0.6rem 0.6rem 1rem; border-radius: 999px;
  background: rgba(17,24,39,0.96); border: 1px solid var(--line); box-shadow: var(--shadow);
  font-size: var(--text-sm); color: var(--off);
}
.lang-banner[hidden] { display: none; }
.lang-banner a { font-weight: 600; white-space: nowrap; }
.lang-banner button {
  border: 0; background: transparent; color: #A9B6C8; font-size: 1.3rem; line-height: 1;
  width: 2rem; height: 2rem; border-radius: 50%; cursor: pointer;
}
.lang-banner button:hover { color: var(--white); background: rgba(148,163,184,0.12); }
.nav { margin-left: auto; }
@media (max-width: 860px) { .nav { margin-left: 0; } }
@media (max-width: 560px) {
  .lang-banner { padding: 0.45rem 0.45rem 0.45rem 0.9rem; gap: 0.35rem; bottom: 0.75rem; }
  .lang-banner > span { display: none; }   /* link alone is self-explanatory */
}
.hero-inner > .cta-row { max-width: 40rem; }   /* both CTAs on one row (EN + PT) */

/* ===== honesty layer (v6 rules): bonus button always shows its condition ===== */
.btn:has(> .btn-sub) {
  flex-direction: column; gap: 0.1rem; line-height: 1.15;
  padding-top: 0.5rem; padding-bottom: 0.5rem; border-radius: 1.4rem;
}
.btn-main { display: block; }
.btn-sub {
  display: block; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.01em;
  color: var(--muted, #a9b6c8); text-transform: none;
}
.btn:hover > .btn-sub { color: var(--off, #e2e8f0); }
.hero .cta-row-dual { align-items: stretch; }
