﻿:root {
  --bg: #f6f8fc;
  --bg-soft: #edf2ff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --surface-dark: rgba(255, 255, 255, 0.08);
  --text: #0f1830;
  --muted: #5e6b86;
  --line: rgba(15, 24, 48, 0.1);
  --primary: #2954ff;
  --primary-strong: #162e88;
  --secondary: #6d4cff;
  --accent: #27b6d6;
  --accent-soft: rgba(39, 182, 214, 0.14);
  --shadow: 0 20px 55px rgba(20, 40, 104, 0.12);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
  --header-height: 76px;
  --bottom-bar-height: 68px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(41, 84, 255, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(109, 76, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

body.drawer-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-shell {
  padding-bottom: 28px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(246, 248, 252, 0.86);
  border-bottom: 1px solid rgba(15, 24, 48, 0.06);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-image img {
  display: block;
  width: auto;
  height: 82px;
  max-width: min(78vw, 420px);
  object-fit: contain;
}

.desktop-nav {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(8, 15, 36, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.mobile-drawer.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  background: #f8faff;
  padding: 22px 20px 30px;
  transform: translateX(100%);
  transition: transform 220ms ease;
  box-shadow: -24px 0 60px rgba(14, 28, 82, 0.18);
}

.mobile-drawer.open .drawer-panel {
  transform: translateX(0);
}

.drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.drawer-top p {
  margin: 0;
  font-weight: 700;
}

.drawer-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  cursor: pointer;
}

.drawer-nav {
  display: grid;
  gap: 10px;
}

.drawer-nav a {
  padding: 14px 16px;
  background: white;
  border-radius: 14px;
  border: 1px solid rgba(15, 24, 48, 0.06);
  font-weight: 600;
}




.logo-pill,
.logo-card,
.cofunding-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  color: var(--primary-strong);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.logo-pill {
  min-width: 88px;
  height: 36px;
  padding: 0 10px;
  border-radius: 999px;
}

.image-pill {
  min-width: 102px;
  padding: 5px 12px;
}

.image-pill img {
  width: auto;
  max-height: 18px;
  object-fit: contain;
}

.image-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  box-shadow: none;
}

.image-card img {
  width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.logo-card.small.image-card img {
  max-height: 56px;
}

.image-bar {
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.98);
}

.image-bar img {
  width: 100%;
  height: 100%;
  max-height: 48px;
  object-fit: contain;
}



.hero,
.section,
.site-footer {
  position: relative;
  padding: 16px 0 34px;
}

.hero {
  padding-bottom: 18px;
}

.hero {
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.38)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cg fill='none' stroke='%232954ff' stroke-opacity='.08'%3E%3Cpath d='M0 70h280M0 140h280M0 210h280'/%3E%3Cpath d='M70 0v280M140 0v280M210 0v280'/%3E%3Cpath d='M20 220c40-50 80-50 120 0s80 50 120 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto, 180px;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 22px;
}

.hero-copy,
.hero-visual,
.section-heading,
.partners-inner,
.card,
.feature-card,
.use-case,
.result-card,
.impact-card,
.consortium-card,
.news-card,
.content-card,
.tech-card,
.contact-card,
.contact-copy,
.timeline-item,
.highlight-panel {
  transform: none;
  opacity: 1;
  transition: transform 700ms ease, opacity 700ms ease;
}

.reveal-visible {
  transform: translateY(0);
  opacity: 1;
}

.eyebrow,
.section-tag,
.news-label,
.core-label,
.detail-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.eyebrow::before,
.section-tag::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

h1,
h2,
h3,
p,
dl {
  margin: 0;
}

h1 {
  margin-top: 16px;
  font-size: clamp(2.8rem, 14vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-logo {
  display: block;
  width: min(100%, 560px);
  height: auto;
  margin-bottom: 18px;
}
.hero-tagline {
  margin-top: 18px;
  max-width: min(100%, 24ch);
  font-size: clamp(1.1rem, 5vw, 1.7rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-strong);
  text-wrap: balance;
}

.hero-lead {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.72;
  color: var(--muted);
  max-width: 58ch;
}

.hero-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary-strong), var(--primary));
  box-shadow: 0 18px 30px rgba(41, 84, 255, 0.22);
}

.button-secondary {
  color: var(--primary-strong);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(41, 84, 255, 0.16);
}

.hero-metrics {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hero-metrics div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 24, 48, 0.06);
}

.hero-metrics dt {
  font-size: 0.74rem;
  color: var(--muted);
}

.hero-metrics dd {
  margin: 6px 0 0;
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-visual {
  min-height: 380px;
  position: relative;
}

.signal-orbit {
  min-height: 380px;
  height: 100%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(41, 84, 255, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(39, 182, 214, 0.18), transparent 34%),
    radial-gradient(circle at 22% 24%, rgba(109, 76, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #fbfcff 0%, #e9efff 100%);
}

.signal-orbit::before,
.signal-orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(41, 84, 255, 0.12);
}

.signal-orbit::before {
  inset: 10% 14%;
}

.signal-orbit::after {
  inset: 22% 24%;
  border-style: dashed;
}

.core-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(84%, 370px);
  padding: 24px;
  border-radius: 24px;
  transform: translate(-50%, -50%);
  background: rgba(15, 24, 48, 0.94);
  color: white;
  box-shadow: var(--shadow);
}

.core-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.28rem;
}

.core-card p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.66;
}

.floating-chip {
  position: absolute;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(41, 84, 255, 0.12);
  font-weight: 700;
  color: var(--primary-strong);
  box-shadow: 0 12px 30px rgba(20, 40, 104, 0.08);
  animation: drift 6s ease-in-out infinite;
}

.chip-top {
  top: 13%;
  left: 10%;
}

.chip-right {
  right: 8%;
  top: 50%;
  animation-delay: -2s;
}

.chip-bottom {
  left: 16%;
  bottom: 12%;
  animation-delay: -3.2s;
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.stack {
  display: grid;
  gap: 18px;
}

.section-intro {
  padding-top: 0;
  padding-bottom: 12px;
}

#futuro {
  padding-bottom: 4px;
}

#diferenca {
  padding-top: 8px;
}

#futuro .highlight-panel {
  padding: 14px;
  max-width: 380px;
  align-self: start;
}

.section-heading {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}

.section-heading h2 {
  max-width: 100%;
  font-size: clamp(1.8rem, 7vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.two-column,
.contact-layout,
.consortium-grid,
.footer-inner,
.narrative-grid,
.intro-columns {
  display: grid;
  gap: 14px;
}

.intro-columns p {
  color: #5f7092;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.intro-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.intro-columns > p:first-child {
  max-width: min(100%, 94ch);
}

#futuro .highlight-panel {
  width: 100%;
  max-width: min(100%, 94ch);
  margin-bottom: 12px;
}

.highlight-panel {
  max-width: 420px;
}


.content-card p,
.card p,
.feature-card p,
.tech-card p,
.use-case p,
.impact-card p,
.consortium-card p,
.news-card p,
.contact-copy p,
.highlight-panel p,
.site-footer p {
  color: var(--muted);
  line-height: 1.72;
}

.footer-inner p {
  max-width: 100%;
}

.highlight-panel,
.content-card,
.card,
.feature-card,
.tech-card,
.use-case,
.impact-card,
.consortium-card,
.news-card,
.contact-card {
  padding: 18px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(15, 24, 48, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(20, 40, 104, 0.05);
}

.section-tint {
  background: linear-gradient(180deg, rgba(237, 242, 255, 0.82), rgba(248, 250, 255, 0.28));
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(39, 182, 214, 0.18), transparent 20%),
    linear-gradient(180deg, #0c1637 0%, #101c42 100%);
  color: white;
}

.section-dark .section-tag,
.section-dark .news-label,
.section-dark .core-label,
.section-dark .detail-label {
  color: #85e7ff;
}

.section-dark .tech-card,
.section-dark .dark-card {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.section-dark .tech-card p,
.section-dark .dark-card p {
  color: rgba(255, 255, 255, 0.74);
}

.grid {
  display: grid;
  gap: 12px;
}

.icon-card {
  position: relative;
  padding-top: 62px;
}

.icon-badge {
  position: absolute;
  top: 20px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(41, 84, 255, 0.12), rgba(39, 182, 214, 0.16));
  color: var(--primary-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.card span {
  display: inline-flex;
  margin-bottom: 14px;
  font-weight: 800;
  color: var(--primary);
}

.content-card h3,
.card h3,
.feature-card h3,
.tech-card h3,
.use-case h3,
.impact-card h3,
.consortium-card h3,
.news-card h3,
.contact-card strong,
.highlight-panel strong {
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.objective-grid,
.tech-grid,
.use-case-grid,
.impact-grid,
.dissemination-grid {
  grid-template-columns: 1fr;
}

.objective-card,
.light-card {
  min-height: 100%;
}

.light-impact .light-card {
  background: rgba(255, 255, 255, 0.86);
}

.consortium-logos {
  align-items: center;
}

.consortium-logo-only {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.consortium-logo-only .logo-card {
  width: 100%;
  min-height: 120px;
}

.contact-card {
  display: grid;
  gap: 16px;
}

.contact-card strong {
  display: block;
  margin-top: 8px;
}

.footer-inner {
  padding: 26px 0 8px;
  border-top: 1px solid rgba(15, 24, 48, 0.08);
  align-items: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  justify-content: flex-end;
  margin-left: auto;
  justify-self: end;
  text-align: right;
}

.cofunding-bar {
  width: min(calc(100% - 32px), var(--container));
  min-height: var(--bottom-bar-height);
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 8px auto 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 24, 48, 0.08);
  box-shadow: 0 14px 28px rgba(15, 24, 48, 0.12);
  backdrop-filter: blur(16px);
}

.cofunding-label {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.cofunding-placeholder {
  width: 100%;
  min-height: 42px;
  border-radius: 12px;
}

@media (min-width: 700px) {
  #futuro .highlight-panel {
    max-width: min(100%, 94ch);
  }

  .hero,
  .section,
  .site-footer {
    padding-top: 22px;
    padding-bottom: 40px;
  }

  .hero {
    padding-bottom: 14px;
  }

  .section-intro {
    padding-bottom: 6px;
  }

  #futuro {
    padding-bottom: 0;
  }

  #diferenca {
    padding-top: 8px;
  }

  #futuro .stack {
    gap: 18px;
  }

  #futuro .intro-columns {
    gap: 14px;
  }

  #futuro .highlight-panel {
    padding: 12px;
  }


  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .two-column,
  .contact-layout,
  .consortium-grid,
  .footer-inner,
  .narrative-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .objective-grid,
  .tech-grid,
  .use-case-grid,
  .impact-grid,
  .dissemination-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cofunding-bar {
    width: min(calc(100% - 48px), var(--container));
  }
}

@media (min-width: 1024px) {

  .intro-columns > p:first-child {
    max-width: min(100%, 100ch);
  }

  .footer-inner p {
    white-space: nowrap;
  }

  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.95rem, 2.45vw, 3rem);
    white-space: nowrap;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    color: var(--muted);
    font-weight: 600;
  }

  .desktop-nav a {
    position: relative;
    transition: color 180ms ease;
  }

  .desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    color: var(--primary-strong);
  }

  .desktop-nav a:hover::after,
  .desktop-nav a:focus-visible::after {
    transform: scaleX(1);
  }

  .menu-toggle,
  .mobile-drawer {
    display: none;
  }


  .hero-grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(460px, 0.97fr);
    align-items: center;
  }

  .hero-visual,
  .signal-orbit {
    min-height: 560px;
  }

  .objective-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .feature-grid.four-up,
  .tech-grid,
  .impact-grid,
  .dissemination-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .use-case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .narrative-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .hero-copy,
  .hero-visual,
  .section-heading,
  .card,
  .feature-card,
  .use-case,
  .result-card,
  .impact-card,
  .consortium-card,
  .news-card,
  .content-card,
  .tech-card,
  .contact-card,
  .contact-copy,
  .highlight-panel {
    opacity: 1;
    transform: none;
  }
}







@media (min-width: 1024px) {
  .brand-image img {
    height: 98px;
    max-width: 460px;
  }
}




