/* ============================================
   SMART PORT LX THEME — main.css
   Porto de Lisboa | Versão 1.0
   ============================================ */

/* VARIÁVEIS */
:root {
  --spl-navy: #0a1628;
  --spl-blue: #0d3b7a;
  --spl-cyan: #00c2e0;
  --spl-cyan-dim: rgba(0, 194, 224, 0.15);
  --spl-cyan-border: rgba(0, 194, 224, 0.2);
  --spl-white: #f4f7fb;
  --spl-mid: #8fa4c0;
  --spl-grid: rgba(0, 194, 224, 0.06);
}

/* ============================================
   BODY E FUNDO
   ============================================ */
body.spl-body {
  background: var(--spl-navy) !important;
  color: var(--spl-white) !important;
  font-family: 'DM Sans', 'NeoSansRegular', sans-serif !important;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.spl-grid-bg {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(var(--spl-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--spl-grid) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

#wrapper {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

/* ============================================
   HEADER E NAVEGAÇÃO
   ============================================ */
/* ============================================
   HEADER
   ============================================ */
.spl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--spl-cyan-border);
}

/* Linha superior: logo + lang */
.spl-header-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 3rem;
}

/* LOGO */
.spl-logo-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none !important;
}

.spl-logo-mark {
  width: 36px;
  height: 36px;
  border: 2px solid var(--spl-cyan);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  color: var(--spl-cyan);
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.spl-logo-text {
  font-family: 'Syne', 'NeoSansMedium', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--spl-white) !important;
  letter-spacing: 0.02em;
}

.spl-accent { color: var(--spl-cyan) !important; }

/* OCULTAR elementos desnecessários */
.spl-back-link,
.spl-login,
.user-personal-bar,
.sign-in {
  display: none !important;
}

/* BOTÃO PT/EN — canto superior direito */
.spl-lang-select {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(0, 194, 224, 0.35);
  border-radius: 6px;
  overflow: hidden;
}

.spl-lang-select a {
  font-size: 0.75rem !important;
  font-weight: 600;
  color: var(--spl-mid) !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.35rem 0.7rem;
  transition: all 0.2s;
  line-height: 1;
}

.spl-lang-select a:hover,
.spl-lang-select a.selected {
  background: var(--spl-cyan) !important;
  color: var(--spl-navy) !important;
}

/* Esconder bandeiras e texto extra do portlet de língua */
.spl-lang-select img,
.spl-lang-select .taglib-language-list-text,
.spl-lang-select select {
  display: none !important;
}

/* Fallback se o portlet de língua não estiver disponível */
.spl-lang-fallback {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(0, 194, 224, 0.35);
  border-radius: 6px;
  overflow: hidden;
}

.spl-lang-fallback a {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--spl-mid);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.35rem 0.7rem;
  transition: all 0.2s;
}

.spl-lang-fallback a:hover,
.spl-lang-fallback a.active {
  background: var(--spl-cyan);
  color: var(--spl-navy);
}

.spl-lang-sep {
  width: 1px;
  height: 20px;
  background: rgba(0, 194, 224, 0.35);
  display: block;
}

/* BOTÃO MENU MOBILE */
.spl-menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: none;
}

/* ============================================
   NAVEGAÇÃO — centrada na segunda linha
   ============================================ */
.spl-header-nav {
  border-top: 1px solid rgba(0, 194, 224, 0.08);
  display: flex;
  justify-content: center;
}

.spl-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.spl-nav-list {
  display: flex !important;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  flex-wrap: wrap;
}

.spl-nav-item {
  position: relative;
}

.spl-nav-link {
  display: block;
  padding: 0.75rem 1.1rem;
  text-decoration: none !important;
  color: var(--spl-mid) !important;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s;
  font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
}

.spl-nav-link:hover,
.spl-nav-link.selected {
  color: var(--spl-cyan) !important;
}

.spl-nav-link.selected::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.1rem;
  right: 1.1rem;
  height: 2px;
  background: var(--spl-cyan);
  border-radius: 2px 2px 0 0;
}

/* ============================================
   CONTEÚDO PRINCIPAL
   ============================================ */
.spl-main-section {
  position: relative;
  z-index: 1;
  padding-top: 0;
  min-height: calc(100vh - 160px);
}

.spl-main-section--hp {
  padding-top: 0;
}

.spl-main-section--signed,
.spl-main-section--hp-signed {
  padding-top: 0;
}

/* O hero já tem padding interno suficiente */
.spl-hero {
  padding-top: 120px;
}

/* Esconder título automático da página e barras desnecessárias */
.hide-accessible,
h1.hide-accessible,
.portlet-title,
.portlet-borderless-bar,
.portlet-topper,
.taglib-header {
  display: none !important;
}

/* Remover margens extra dos portlets na homepage */
.spl-main-section .portlet-boundary {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remover padding/margin do Container do Liferay */
.container-fluid,
.container,
#content .container,
#content .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* Content Page — remover espaços do layout */
.layout-content,
.portlet-layout,
.portlet-column,
.portlet-column-content,
.col-md-12,
.col-sm-12 {
  padding: 0 !important;
  margin: 0 !important;
}

/* Fragment containers */
.fragment-entry-link-content,
[data-lfr-editable-id],
.lfr-layout-structure-item-container,
.lfr-layout-structure-item-row {
  padding: 0 !important;
  margin: 0 !important;
}

/* Web Content Display portlet */
.portlet-web-content-display {
  margin: 0 !important;
  padding: 0 !important;
}

.portlet-web-content-display .portlet-content {
  padding: 0 !important;
  margin: 0 !important;
}

/* ============================================
   PORTLETS
   ============================================ */
.portlet-borderless-bar,
.portlet-topper {
  display: none !important;
}

.portlet-boundary,
.portlet-column,
.portlet-layout {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* ============================================
   TIPOGRAFIA
   ============================================ */
.spl-body h1,
.spl-body h2,
.spl-body h3,
.spl-body h4,
.spl-body h5,
.spl-body h6 {
  font-family: 'Syne', 'NeoSansMedium', sans-serif !important;
  font-weight: 800 !important;
  color: var(--spl-white) !important;
  letter-spacing: -0.02em;
}

.spl-body p {
  color: var(--spl-mid);
  line-height: 1.8;
}

.spl-body a {
  color: var(--spl-cyan);
  transition: color 0.2s;
}

.spl-body a:hover {
  color: #00d9f9;
}

/* ============================================
   BOTÕES
   ============================================ */
.spl-body .btn-primary,
.spl-btn-primary {
  background: var(--spl-cyan) !important;
  color: var(--spl-navy) !important;
  border: none !important;
  font-family: 'Syne', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0.85rem 2rem !important;
  border-radius: 6px !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.spl-body .btn-primary:hover,
.spl-btn-primary:hover {
  background: #00d9f9 !important;
  color: var(--spl-navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 194, 224, 0.3) !important;
}

.spl-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(0, 194, 224, 0.4) !important;
  color: var(--spl-white) !important;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  text-decoration: none !important;
  background: transparent;
  transition: all 0.2s;
  cursor: pointer;
}

.spl-btn-secondary:hover {
  border-color: var(--spl-cyan) !important;
  color: var(--spl-cyan) !important;
  transform: translateY(-2px);
}

/* ============================================
   SECÇÕES DE CONTEÚDO
   ============================================ */
.spl-section {
  position: relative;
  z-index: 1;
  padding: 3.5rem 4rem;
}

.spl-section-label {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--spl-cyan);
  margin-bottom: 0.7rem;
  display: block;
}

.spl-section-title {
  font-family: 'Syne', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0.8rem;
  color: var(--spl-white) !important;
}

.spl-section-sub {
  color: var(--spl-mid);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 2rem;
}

/* ============================================
   HERO
   ============================================ */
.spl-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: 120px 4rem 4rem;
  overflow: hidden;
}

.spl-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(13, 59, 122, 0.5) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 80% 20%, rgba(0, 194, 224, 0.12) 0%, transparent 60%);
  z-index: 0;
}

.spl-hero-content {
  position: relative;
  z-index: 1;
  max-width: 580px;
}

.spl-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--spl-cyan);
  margin-bottom: 1.5rem;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(0, 194, 224, 0.3);
  border-radius: 100px;
}

.spl-hero-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--spl-cyan);
  border-radius: 50%;
  animation: spl-blink 1.5s ease-in-out infinite;
}

.spl-hero h1 {
  font-family: 'Syne', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
  color: var(--spl-white) !important;
}

.spl-hero p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--spl-mid);
  max-width: 460px;
  margin-bottom: 2.5rem;
}

.spl-hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Círculos animados */
.spl-hero-circles {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  z-index: 0;
}

.spl-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 194, 224, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spl-pulse 4s ease-in-out infinite;
}

.spl-circle:nth-child(1) { width: 160px; height: 160px; border-color: rgba(0, 194, 224, 0.5); animation-delay: 0s; }
.spl-circle:nth-child(2) { width: 280px; height: 280px; animation-delay: 0.5s; }
.spl-circle:nth-child(3) { width: 380px; height: 380px; animation-delay: 1s; }
.spl-circle:nth-child(4) { width: 500px; height: 500px; animation-delay: 1.5s; }

.spl-circle-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--spl-cyan);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px var(--spl-cyan);
}

.spl-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin: -140px 0 0 -140px;
  animation: spl-orbit 8s linear infinite;
}

.spl-orbit-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 380px;
  margin: -190px 0 0 -190px;
  animation: spl-orbit 14s linear infinite reverse;
}

.spl-orbit-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--spl-cyan);
  border-radius: 50%;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  box-shadow: 0 0 10px var(--spl-cyan);
}

/* ============================================
   STATS BAR
   ============================================ */
.spl-stats {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 3rem;
  padding: 2.5rem 4rem;
  border-top: 1px solid rgba(0, 194, 224, 0.1);
  border-bottom: 1px solid rgba(0, 194, 224, 0.1);
  background: rgba(13, 59, 122, 0.15);
  flex-wrap: wrap;
}

.spl-stat { display: flex; flex-direction: column; gap: 0.3rem; }

.spl-stat-number {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--spl-cyan);
  line-height: 1;
}

.spl-stat-label {
  font-size: 0.8rem;
  color: var(--spl-mid);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spl-stat-divider {
  width: 1px;
  background: rgba(0, 194, 224, 0.15);
  align-self: stretch;
}

/* ============================================
   PILARES
   ============================================ */
.spl-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(0, 194, 224, 0.1);
  border: 1px solid rgba(0, 194, 224, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.spl-pillar-card {
  background: var(--spl-navy);
  padding: 2.5rem;
  transition: background 0.3s;
}

.spl-pillar-card:hover { background: rgba(13, 59, 122, 0.6); }

.spl-pillar-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 194, 224, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.spl-pillar-card:hover .spl-pillar-icon {
  border-color: var(--spl-cyan);
  box-shadow: 0 0 20px rgba(0, 194, 224, 0.2);
}

/* ============================================
   EVENTOS
   ============================================ */
.spl-events-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.spl-events-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
}

.spl-event-card {
  background: rgba(13, 59, 122, 0.2);
  border: 1px solid rgba(0, 194, 224, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  flex-direction: column;
}

.spl-event-card:hover {
  border-color: rgba(0, 194, 224, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.spl-event-card-img {
  height: 200px;
  background: linear-gradient(135deg, rgba(13, 59, 122, 0.8), rgba(0, 194, 224, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border-bottom: 1px solid rgba(0, 194, 224, 0.1);
  overflow: hidden;
}

.spl-event-card-img img { width: 100%; height: 100%; object-fit: cover; }

.spl-event-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.spl-event-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--spl-cyan);
  background: var(--spl-cyan-dim);
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.8rem;
  width: fit-content;
}

.spl-event-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 194, 224, 0.1);
}

.spl-event-date { font-size: 0.78rem; color: var(--spl-mid); }
.spl-event-arrow { color: var(--spl-cyan); transition: transform 0.2s; }
.spl-event-card:hover .spl-event-arrow { transform: translateX(4px); }

/* ============================================
   FOOTER
   ============================================ */
.spl-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(0, 194, 224, 0.1);
  background: rgba(10, 22, 40, 0.9);
  padding: 3rem 4rem;
}

.spl-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.spl-footer-brand {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--spl-white);
  margin-bottom: 0.5rem;
}

.spl-footer-address {
  font-size: 0.82rem;
  color: var(--spl-mid);
  line-height: 1.6;
}

.spl-footer-right {
  text-align: right;
  font-size: 0.8rem;
  color: var(--spl-mid);
}

.spl-footer-link {
  color: var(--spl-cyan) !important;
  text-decoration: none !important;
}

.spl-footer-link:hover { color: #00d9f9 !important; }

/* ============================================
   HERO ACCENT BLOCK
   ============================================ */
.spl-accent-block {
  display: block;
  color: var(--spl-cyan) !important;
}

/* ============================================
   SECÇÃO SOBRE
   ============================================ */
.spl-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.spl-about-visual {
  position: relative;
  height: 400px;
  border: 1px solid rgba(0, 194, 224, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  background: rgba(13, 59, 122, 0.2);
}

.spl-about-number {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 5rem;
  color: rgba(0, 194, 224, 0.15);
  line-height: 1;
}

.spl-about-sub {
  color: var(--spl-mid) !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 !important;
}

.spl-about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--spl-cyan);
  color: var(--spl-navy);
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  line-height: 1.3;
  box-shadow: 0 8px 30px rgba(0, 194, 224, 0.3);
}

.spl-about-content h2 {
  margin-bottom: 1.5rem;
}

.spl-about-features {
  list-style: none !important;
  margin: 2rem 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.spl-about-features li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.9rem;
  color: var(--spl-mid);
}

.spl-arrow {
  color: var(--spl-cyan);
  font-weight: bold;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .spl-about { grid-template-columns: 1fr; gap: 3rem; }
  .spl-about-visual { height: 250px; }
  .spl-about-badge { bottom: -15px; right: -10px; }
}

/* ============================================
   CARDS E COMPONENTES GENÉRICOS
   ============================================ */
.spl-card {
  background: rgba(13, 59, 122, 0.2);
  border: 1px solid rgba(0, 194, 224, 0.1);
  border-radius: 10px;
  padding: 2rem;
  transition: all 0.3s;
}

.spl-card:hover {
  border-color: rgba(0, 194, 224, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* ============================================
   ALERTAS E MENSAGENS
   ============================================ */
.spl-body .alert {
  border-radius: 8px;
  border: 1px solid var(--spl-cyan-border);
  background: rgba(0, 194, 224, 0.08);
  color: var(--spl-white);
}

/* ============================================
   LOGIN E ÁREA PESSOAL
   ============================================ */
.spl-login {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}

/* ============================================
   ANIMAÇÕES
   ============================================ */
@keyframes spl-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

@keyframes spl-pulse {
  0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.03); }
}

@keyframes spl-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.spl-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.spl-fade-up.spl-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVO
   ============================================ */
@media (max-width: 1200px) {
  .spl-nav-link { padding: 0.75rem 0.7rem; font-size: 0.75rem; }
}

@media (max-width: 1024px) {
  .spl-header-tools { padding: 0.8rem 1.5rem; }
  .spl-events-grid { grid-template-columns: 1fr 1fr; }
  .spl-pillars-grid { grid-template-columns: 1fr 1fr; }
  .spl-hero { padding: 7rem 2rem 3rem; }
  .spl-section { padding: 4rem 2rem; }
  .spl-hero-circles { display: none; }
  .spl-stats { padding: 2rem; }
  .spl-footer { padding: 2rem; }
}

@media (max-width: 768px) {
  .spl-menu-toggle { display: block; }
  .spl-header-nav { justify-content: flex-start; overflow-x: auto; }
  .spl-nav-list { flex-wrap: nowrap; justify-content: flex-start; padding: 0 1rem; overflow-x: auto; }
  .spl-nav-link { padding: 0.7rem 0.8rem; font-size: 0.72rem; }
  .spl-events-grid { grid-template-columns: 1fr; }
  .spl-pillars-grid { grid-template-columns: 1fr; }
  .spl-stats { gap: 1.5rem; }
  .spl-stat-divider { display: none; }
  .spl-footer-inner { flex-direction: column; }
  .spl-footer-right { text-align: left; }
}