/* ===== SOBRE NÓS SECTION ===== */
.sobre-nos {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(ellipse at 60% 40%, rgba(44, 82, 130, 0.25) 0%, rgba(26, 54, 93, 0.18) 40%, rgba(10, 13, 20, 0.95) 100%),
        linear-gradient(135deg, #00296B 0%, #003F88 50%, #00509D 100%);
    overflow: hidden;
}
.sobre-nos::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(253, 197, 0, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 80%, rgba(255, 213, 0, 0.06) 0%, transparent 60%);
    opacity: 0.5;
    z-index: 1;
    filter: blur(8px);
    animation: backgroundFloat 20s ease-in-out infinite;
}

@keyframes backgroundFloat {
    0%, 100% { transform: translateX(0) translateY(0); }
    50% { transform: translateX(-20px) translateY(-10px); }
}

/* ===== SOBRE HEADER ===== */
.sobre-header {
    text-align: center;
    margin-bottom: 80px;
    animation: fadeInUp 1s ease-out;
}

.sobre-badge {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, rgba(253, 197, 0, 0.12), rgba(0, 63, 136, 0.10));
    border: 2px solid #FFD50088;
    border-radius: 50px;
    color: #FFD500;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px #FFD50033;
}

.sobre-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.8s ease;
}

.sobre-badge:hover::before {
    left: 100%;
}

.sobre-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, #FFD500 10%, #fff 40%, #FFD500 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sobre-title .highlight {
    background: linear-gradient(135deg, #FFD500, #FDC500, #fff 60%, #FFD500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sobre-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ===== SOBRE CONTENT ===== */
.sobre-content {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
.sobre-col {
    flex: 1 1 340px;
    min-width: 320px;
    max-width: 500px;
}
.sobre-valores-cards {
    display: flex;
    gap: 1.2rem;
    margin-top: 2.5rem;
    justify-content: center;
}
.valor-card {
    background: rgba(255,255,255,0.13);
    border-radius: 18px;
    padding: 1.2rem 1.1rem;
    color: #FFD500;
    font-weight: 600;
    font-size: 1.05rem;
    box-shadow: 0 4px 18px #FFD50022;
    border: 2px solid #FFD50033;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s, transform 0.3s;
    backdrop-filter: blur(8px);
}
.valor-card i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #FFD500;
    filter: drop-shadow(0 0 6px #FFD50088);
}
.valor-card:hover {
    box-shadow: 0 8px 32px #FFD50055;
    transform: translateY(-6px) scale(1.04);
}
.sobre-equipa-title {
    color: #FFD500;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    text-align: center;
}
.equipa-grid {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
}
.equipa-card {
    background: rgba(255,255,255,0.13);
    border-radius: 18px;
    padding: 1.2rem 1.1rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    box-shadow: 0 4px 18px #FFD50022;
    border: 2px solid #FFD50033;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s, transform 0.3s;
    backdrop-filter: blur(8px);
}
.equipa-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 0.7rem;
    border: 3px solid #FFD500;
    box-shadow: 0 2px 8px #FFD50022;
}
.equipa-card:hover {
    box-shadow: 0 8px 32px #FFD50055;
    transform: translateY(-6px) scale(1.04);
}
.sobre-separador {
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, #FFD500 10%, #fff 40%, #FFD500 90%);
    margin: 2.5rem auto 0 auto;
    border-radius: 2px;
    opacity: 0.7;
}

.sobre-text {
    animation: fadeInLeft 1s ease-out 0.3s both;
}

.sobre-text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.sobre-text p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.sobre-text .highlight-text {
    color: #f59e0b;
    font-weight: 700;
}

.sobre-features {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.sobre-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #475569;
}

.sobre-features li i {
    color: #f59e0b;
    margin-right: 1rem;
    font-size: 1.2rem;
    width: 20px;
}

/* ===== SOBRE VISUAL ===== */
.sobre-visual {
    position: relative;
    animation: fadeInRight 1s ease-out 0.3s both;
}

.sobre-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    position: relative;
}

.sobre-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow:
            0 20px 50px rgba(0, 0, 0, 0.08),
            0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.sobre-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 204, 0, 0.1), transparent);
    transition: left 0.8s ease;
}

.sobre-card:hover::before {
    left: 100%;
}

.sobre-card:hover {
    transform: translateY(-10px);
    box-shadow:
            0 30px 70px rgba(0, 0, 0, 0.12),
            0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(255, 204, 0, 0.3);
}

.sobre-card:nth-child(1) {
    transform: translateY(-20px);
}

.sobre-card:nth-child(2) {
    transform: translateY(20px);
}

.sobre-card:nth-child(3) {
    transform: translateY(20px);
}

.sobre-card:nth-child(4) {
    transform: translateY(-20px);
}

.card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #ffcc00, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #1e3a8a;
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3);
    position: relative;
}

.card-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #ffcc00, #f59e0b);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    animation: iconGlow 3s ease-in-out infinite;
}

@keyframes iconGlow {
    0%, 100% { opacity: 0; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(1.1); }
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
}

.card-description {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

/* ===== STATS SECTION ===== */
.sobre-stats {
    background: linear-gradient(135deg, #1e3a8a, #2563eb, #3b82f6);
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.sobre-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
            radial-gradient(circle at 20% 80%, rgba(255, 204, 0, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: 1;
}

.sobre-stats-content {
    position: relative;
    z-index: 10;
}

.stats-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 3rem;
}

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

.sobre-stats .stat-item {
    text-align: center;
}

.sobre-stats .stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 900;
    color: #ffcc00;
    display: block;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(255, 204, 0, 0.5);
    animation: numberPulse 3s ease-in-out infinite;
}

.sobre-stats .stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Centralizar badge */
.sobre-badge { margin-left: auto; margin-right: auto; display: block; }

/* Valores à direita */
.sobre-valores-right {
  justify-content: flex-end !important;
  margin-top: 2.5rem;
  gap: 1.2rem;
  display: flex;
}

/* Botão equipa centralizado e destacado */
.sobre-btn-equipa {
  font-size: 1.13rem;
  border-radius: 50px;
  box-shadow: 0 6px 24px #03045E22, 0 2px 8px #FFD50022;
  padding: 1.25rem 2.7rem;
  font-weight: 800;
  background: linear-gradient(90deg, #FDC500 0%, #FFD500 100%);
  color: #003F88;
  border: 2px solid #FFD50033;
  margin: 0 auto;
  display: inline-block;
  transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
  text-align: center;
}
.sobre-btn-equipa:hover {
  background: #FFD500;
  color: #003F88;
  box-shadow: 0 6px 24px #FFD50055;
  transform: translateY(-2px) scale(1.04);
}

.sobre-btn-equipa-premium {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem auto 2.5rem auto;
  padding: 1.35rem 3.2rem;
  background: linear-gradient(90deg, #FFD500 0%, #FDC500 100%);
  color: #003F88;
  border: 2px solid #FFD50055;
  box-shadow: 0 8px 36px #FFD50055, 0 2px 12px #003F8833;
  position: relative;
  overflow: hidden;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-shadow: 0 2px 12px #fff8, 0 0px 2px #FFD50088;
  filter: drop-shadow(0 0 16px #FFD50077);
  backdrop-filter: blur(14px) saturate(1.25);
  border-radius: 60px;
  transition: box-shadow 0.3s, transform 0.3s, background 0.3s, filter 0.3s;
  z-index: 1;
}
.sobre-btn-equipa-premium::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  background: radial-gradient(circle at 60% 40%, rgba(255,255,255,0.22) 0%, transparent 70%);
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s;
}
.sobre-btn-equipa-premium::after {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(253,197,0,0.10) 60%, rgba(0,63,136,0.01) 100%);
  opacity: 0.22;
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}
.sobre-btn-equipa-premium .shine {
  position: absolute;
  top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.01) 100%);
  opacity: 0.0;
  transform: skewX(-20deg);
  transition: left 0.7s cubic-bezier(0.4,0,0.2,1), opacity 0.3s;
  z-index: 3;
  pointer-events: none;
}
.sobre-btn-equipa-premium:hover .shine {
  left: 120%;
  opacity: 0.45;
  transition: left 0.7s cubic-bezier(0.4,0,0.2,1), opacity 0.3s;
}
.sobre-btn-equipa-premium:hover {
  background: linear-gradient(90deg, #FFD500 0%, #fff700 100%);
  color: #003F88;
  box-shadow: 0 14px 48px #FFD50099, 0 6px 20px #003F8877;
  transform: translateY(-3px) scale(1.055) skewX(-2deg);
  filter: brightness(1.10) drop-shadow(0 0 22px #FFD500BB);
}
.sobre-btn-equipa-premium:active {
  transform: scale(0.98);
  filter: brightness(0.98);
}

.sobre-keyword {
  color: #FFD500;
  font-weight: 700;
  background: linear-gradient(90deg, #FFD500 60%, #fffbe0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 1px 4px #FFD50055);
  padding: 0 2px;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
.sobre-desc {
  font-size: 1.13rem;
  line-height: 1.7;
  margin-bottom: 1.1rem;
  color: #f3f3f3;
  text-align: left;
  max-width: 700px;
}
.sobre-final {
  font-size: 1.22rem;
  font-style: italic;
  color: #FFD500;
  text-align: left;
  margin-top: 2.2rem;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.5;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .sobre-content {
        gap: 60px;
    }

    .sobre-cards {
        gap: 1.5rem;
    }
    .sobre-valores-right { justify-content: center !important; }
}

@media (max-width: 768px) {
    .sobre-nos {
        padding: 80px 0;
    }

    .sobre-header {
        margin-bottom: 60px;
    }

    .sobre-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .sobre-cards {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sobre-card:nth-child(n) {
        transform: none;
    }

    .sobre-stats {
        padding: 40px 20px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .sobre-valores-right { flex-direction: column; align-items: center; gap: 1.2rem; }
    .sobre-btn-equipa { width: 100%; max-width: 320px; }
    .sobre-desc, .sobre-final { text-align: center; }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sobre-card {
        padding: 2rem 1.5rem;
    }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
    .sobre-header,
    .sobre-text,
    .sobre-visual,
    .sobre-stats,
    .sobre-card {
        animation: none;
    }

    .sobre-card:hover {
        transform: none;
    }
}

.sobre-content-hex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.sobre-intro-left {
  flex: 1 1 420px;
  min-width: 320px;
  max-width: 600px;
  text-align: left;
  align-self: center;
}
.sobre-hexagons {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 320px;
  margin-top: 2.5rem;
}
.hexagon-network {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.hex-row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.hexagon {
  width: 110px;
  height: 64px;
  background: #003F88;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.08rem;
  color: #fff;
  box-shadow: 0 4px 18px #003F8822, 0 1px 8px #FFD50033;
  border: 2.5px solid #FFD50088;
  background-clip: padding-box;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
  margin: 0 2px;
  letter-spacing: 0.5px;
  text-align: center;
  z-index: 1;
  background-blend-mode: lighten;
}
.hexagon:hover {
  box-shadow: 0 8px 32px #FFD50055, 0 2px 12px #003F8855;
  transform: scale(1.06) rotate(-2deg);
  background: linear-gradient(135deg, #FFD500 0%, #003F88 100%);
  color: #003F88;
}
.hex-blue {
  background: linear-gradient(135deg, #003F88 60%, #00509D 100%);
  color: #FFD500;
}
.hex-yellow {
  background: linear-gradient(135deg, #FFD500 60%, #FDC500 100%);
  color: #003F88;
}
.hex-center {
  width: 130px;
  height: 76px;
  background: linear-gradient(135deg, #FFD500 60%, #003F88 100%);
  box-shadow: 0 8px 32px #FFD50077, 0 2px 12px #003F8855;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 3px solid #FFD500cc;
}
.hex-center .sobre-btn-equipa-premium {
  font-size: 1.05rem;
  padding: 0.7rem 1.2rem;
  min-width: 0;
  width: 100%;
  border-radius: 40px;
  margin: 0;
  box-shadow: 0 4px 18px #FFD50055, 0 1px 8px #003F8833;
}
@media (max-width: 1024px) {
  .sobre-content-hex { gap: 30px; }
  .sobre-intro-left { max-width: 480px; }
  .sobre-hexagons { max-width: 320px; }
  .hexagon { width: 90px; height: 52px; font-size: 0.98rem; }
  .hex-center { width: 110px; height: 64px; }
}
@media (max-width: 768px) {
  .sobre-content-hex {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 98vw;
  }
  .sobre-intro-left, .sobre-hexagons {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .hexagon-network { gap: 0.3rem; }
  .hex-row { gap: 0.3rem; }
}

.octagon-network {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.oct-row {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
}
.octagon, .oct-center {
  width: 140px;
  height: 140px;
  font-size: 1.13rem;
  background: #fffbe9;
  border: 2.5px solid #FFD500;
  color: #003F88;
  box-shadow: 0 2px 8px #FFD50022, 0 1px 4px #003F8822;
  clip-path: polygon(
    50% 6%,
    85% 18%,
    94% 50%,
    85% 82%,
    50% 94%,
    18% 82%,
    6% 50%,
    18% 18%
  );
  border-radius: 22px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
  word-break: break-word;
  transition: box-shadow 0.3s, transform 0.22s cubic-bezier(0.4,0,0.2,1), color 0.3s, background 0.3s, border-color 0.3s;
  z-index: 2;
}
.octagon .oct-keyword, .octagon {
  color: #003F88;
  font-weight: 800;
  transition: color 0.3s;
}
.octagon, .oct-center {
  background: #fff !important;
  border: 3px solid #FFD500 !important;
  color: #003F88;
  font-weight: 800;
  box-shadow: none !important;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
  word-break: break-word;
  transition: box-shadow 0.3s, transform 0.22s cubic-bezier(0.4,0,0.2,1), color 0.3s, background 0.3s, border-color 0.3s;
}
.octagon::before, .oct-center::before {
  content: '';
  position: absolute;
  top: -10px; left: -10px; right: -10px; bottom: -10px;
  background: none;
  border: 3.5px solid #FFD500;
  box-sizing: border-box;
  clip-path: polygon(
    50% 6%,
    85% 18%,
    94% 50%,
    85% 82%,
    50% 94%,
    18% 82%,
    6% 50%,
    18% 18%
  );
  border-radius: 32px;
  z-index: 1;
  pointer-events: none;
}
.octagon:hover, .oct-center:hover {
  transform: scale(1.11) translateY(-7px);
  box-shadow: 0 10px 32px #FFD50066, 0 2px 8px #003F8855;
  color: #FFD500;
  background: #fff;
  border-color: #FFD500;
}
.octagon:hover .oct-keyword, .octagon:hover {
  color: #FFD500;
}
.oct-center {
  width: 170px;
  height: 170px;
  font-size: 1.18rem;
  z-index: 3;
}
.octagon {
  width: 180px;
  height: 180px;
  font-size: 1.35rem;
}
.octagon-network {
  gap: 1.5rem;
}
.oct-row {
  gap: 1.5rem;
}
@keyframes oct-center-pulse {
  0% { box-shadow: 0 24px 64px #FFD500cc, 0 8px 32px #003F88aa; }
  100% { box-shadow: 0 36px 96px #FFD500ee, 0 12px 48px #003F88cc; }
}
.oct-center .sobre-btn-equipa-premium {
  font-size: 1.18rem;
  padding: 1.1rem 1.7rem;
  min-width: 0;
  width: 100%;
  border-radius: 50px;
  margin: 0;
  box-shadow: 0 8px 32px #FFD50077, 0 2px 12px #003F8855;
  animation: oct-btn-glow 2.2s infinite alternate;
}
@keyframes oct-btn-glow {
  0% { filter: drop-shadow(0 0 8px #FFD50088); }
  100% { filter: drop-shadow(0 0 24px #FFD500cc); }
}
.oct-blue {
  background: linear-gradient(135deg, #003F88 60%, #00509D 100%);
  color: #FFD500;
}
.oct-yellow {
  background: linear-gradient(135deg, #FFD500 60%, #FDC500 100%);
  color: #003F88;
}
@media (max-width: 1200px) {
  .octagon { width: 130px; height: 130px; font-size: 1.05rem; }
  .oct-center { width: 160px; height: 160px; font-size: 1.18rem; }
}
@media (max-width: 900px) {
  .octagon { width: 90px; height: 90px; font-size: 0.92rem; }
  .oct-center { width: 120px; height: 120px; font-size: 1.05rem; }
}
@media (max-width: 768px) {
  .octagon-network { gap: 0.5rem; }
  .oct-row { gap: 0.5rem; }
  .octagon { width: 60px; height: 60px; font-size: 0.8rem; }
  .oct-center { width: 80px; height: 80px; font-size: 0.92rem; }
}
.octagon {
  border: 2.5px solid #FFD500 !important;
}
.oct-center {
  border: 3px solid #FFD500 !important;
}
.octagon, .oct-center {
  background: #fff !important;
  box-shadow: none !important;
}
.octagon::before, .octagon::after, .oct-center::before, .oct-center::after {
  display: none !important;
}
.octagon, .oct-center {
  box-shadow: 0 2px 8px #FFD50022, 0 1px 4px #003F8822, 0 0 0 2px #fff;
}