@charset "UTF-8";
@font-face {
  font-family: "gok_stencilregular";
  src: url("../fonts/gok_stencil-webfont.bbb3f83cfbc8ca64fcea.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700;900&display=swap");

:root {
  --bg: #01030c;
  --surface: #0b1233;
  --accent: #ff6900;
  --muted: #6f7a9c;
  --text: #f5f5fb;
  --border: rgba(255, 255, 255, 0.15);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 90vh;
  background-image: url("https://i.postimg.cc/9QrFnbZC/site-fabio.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.show-section {
  padding: clamp(2rem, 4vw, 4rem) 0;
  background: var(--bg);
}

.show-section h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin: 0.4rem 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.show-section p {
  color: var(--muted);
  line-height: 1.6;
}

.show-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-info {
  padding: clamp(2rem, 4vw, 4rem) 0 0;
  display: flex;
  justify-content: center;
}

.hero-card {
  width: min(1200px, 92%);
  background: rgba(5, 8, 24, 0.85);
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem) 3rem;
  border-radius: 30px;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.logo {
  font-family: "gok_stencilregular", "Poppins", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
}

.menu {
  display: flex;
  gap: 1.25rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.menu a {
  opacity: 0.7;
}

.hero-content {
  max-width: 720px;
}

.hero-content .eyebrow {
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.hero-content h2 {
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  margin: 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.hero-content p {
  color: var(--muted);
  line-height: 1.6;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  text-decoration: none;
}

.btn.primary {
  background: var(--accent);
  color: #05030a;
}

.btn.secondary {
  border-color: var(--border);
  color: var(--text);
}

.shake {
  display: inline-flex;
  margin-left: 0.5rem;
  align-items: center;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  padding: 2rem clamp(1.25rem, 4vw, 3rem);
  background: var(--surface);
}

.stats-card {
  border: 1px solid var(--border);
  padding: 1.5rem;
  border-radius: 18px;
  min-height: 140px;
}

.stats-card strong {
  font-size: 2rem;
  display: block;
}

.section {
  padding: 3rem clamp(1.25rem, 4vw, 3rem);
}

.section-heading {
  max-width: 640px;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
}

.section-heading p {
  color: var(--muted);
  margin-top: 0.5rem;
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 1.5rem;
}

.agenda-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #080d21;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.agenda-card .date {
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: var(--muted);
}

.agenda-card h3 {
  margin: 0.6rem 0 0.5rem;
}

.agenda-card .cta {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.agenda-card p {
  color: var(--muted);
  flex-grow: 1;
}

.highlight {
  background: url("../images/ImgCalls1.f05b517fb102c20fa962.png") center/cover no-repeat,
    rgba(5, 4, 12, 0.85);
  border-radius: 26px;
  padding: 3rem;
  margin: 2rem clamp(1.25rem, 4vw, 3rem);
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.highlight h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.gallery-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.gallery-card img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.footer-cta {
  border-top: 1px solid var(--border);
  padding: 3rem clamp(1.25rem, 4vw, 3rem);
  text-align: center;
}

.footer-cta h3 {
  margin-bottom: 0.5rem;
}

.footer-cta p {
  color: var(--muted);
}

@media (max-width: 640px) {
  .menu {
    display: none;
  }

.hero-card nav {
    flex-direction: column;
    gap: 1rem;
  }

  .highlight {
    padding: 2rem;
  }
}
