/* CSS Reset and Base Styles */
@font-face {
  font-family: "Como";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/como-light.woff2") format("woff2");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Como", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #060818;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Como", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-family: "Como", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 0.5rem;
}

.btn-primary {
  background-color: #36d0ea;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(54, 208, 234, 0.3);
}

.btn-primary:hover {
  background-color: #2bb8d1;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 208, 234, 0.4);
}

.btn-secondary {
  background-color: transparent;
  color: #36d0ea;
  border: 2px solid #36d0ea;
}

.btn-secondary:hover {
  background-color: #36d0ea;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-large {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(41, 36, 96, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
}

.nav {
  padding: 1rem 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nav-logo .logo-text {
  font-family: "Como", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #36d0ea;
}

.nav-menu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  font-weight: 500;
  color: #060818;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #36d0ea;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #36d0ea;
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid rgba(41, 36, 96, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  min-width: 200px;
  z-index: 1001;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu a {
  display: block;
  padding: 0.75rem 1rem;
  color: #060818;
  font-weight: 400;
  border-bottom: 1px solid rgba(41, 36, 96, 0.05);
}

.dropdown-menu a:hover {
  background-color: #f8f9fa;
  color: #36d0ea;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

/* Mobile Navigation */
.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #060818;
  transition: all 0.3s ease;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #292460 0%, #060818 100%);
  color: #ffffff;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.digital-landscape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #292460 0%, #060818 100%);
}

/* Organic Landscape Mountains */
.digital-landscape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: radial-gradient(
      ellipse 200px 80px at 15% 100%,
      rgba(54, 208, 234, 0.2) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 150px 120px at 35% 100%,
      rgba(54, 208, 234, 0.15) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 180px 100px at 55% 100%,
      rgba(54, 208, 234, 0.25) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 120px 90px at 75% 100%,
      rgba(54, 208, 234, 0.18) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 160px 110px at 90% 100%,
      rgba(54, 208, 234, 0.22) 0%,
      transparent 70%
    );
  animation: mountainsMove 30s ease-in-out infinite;
  opacity: 0.8;
}

@keyframes mountainsMove {
  0%,
  100% {
    background: radial-gradient(
        ellipse 200px 80px at 15% 100%,
        rgba(54, 208, 234, 0.2) 0%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 150px 120px at 35% 100%,
        rgba(54, 208, 234, 0.15) 0%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 180px 100px at 55% 100%,
        rgba(54, 208, 234, 0.25) 0%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 120px 90px at 75% 100%,
        rgba(54, 208, 234, 0.18) 0%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 160px 110px at 90% 100%,
        rgba(54, 208, 234, 0.22) 0%,
        transparent 70%
      );
  }
  50% {
    background: radial-gradient(
        ellipse 220px 90px at 18% 100%,
        rgba(54, 208, 234, 0.25) 0%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 170px 130px at 38% 100%,
        rgba(54, 208, 234, 0.18) 0%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 200px 110px at 58% 100%,
        rgba(54, 208, 234, 0.3) 0%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 140px 100px at 78% 100%,
        rgba(54, 208, 234, 0.22) 0%,
        transparent 70%
      ),
      radial-gradient(
        ellipse 180px 120px at 92% 100%,
        rgba(54, 208, 234, 0.26) 0%,
        transparent 70%
      );
  }
}

/* Landscape Horizon with Peaks */
.digital-landscape::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 10%,
    rgba(54, 208, 234, 0.1) 15%,
    transparent 20%,
    transparent 30%,
    rgba(54, 208, 234, 0.15) 35%,
    transparent 40%,
    transparent 50%,
    rgba(54, 208, 234, 0.2) 55%,
    transparent 60%,
    transparent 70%,
    rgba(54, 208, 234, 0.12) 75%,
    transparent 80%,
    transparent 85%,
    rgba(54, 208, 234, 0.18) 90%,
    transparent 95%
  );
  clip-path: polygon(
    0% 100%,
    10% 100%,
    15% 70%,
    20% 100%,
    30% 100%,
    35% 60%,
    40% 100%,
    50% 100%,
    55% 50%,
    60% 100%,
    70% 100%,
    75% 75%,
    80% 100%,
    85% 100%,
    90% 65%,
    95% 100%,
    100% 100%
  );
  animation: peaksGlow 4s ease-in-out infinite;
}

@keyframes peaksGlow {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

/* Landscape Layer 1 - Distant Mountains */
.landscape-layer-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: radial-gradient(
      ellipse 300px 60px at 20% 100%,
      rgba(54, 208, 234, 0.08) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 250px 80px at 60% 100%,
      rgba(54, 208, 234, 0.06) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 200px 50px at 85% 100%,
      rgba(54, 208, 234, 0.1) 0%,
      transparent 70%
    );
  z-index: 1;
  animation: distantMove 40s ease-in-out infinite;
}

@keyframes distantMove {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
}

/* Landscape Layer 2 - Mid Mountains */
.landscape-layer-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: radial-gradient(
      ellipse 180px 90px at 10% 100%,
      rgba(54, 208, 234, 0.12) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 220px 110px at 40% 100%,
      rgba(54, 208, 234, 0.15) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 160px 85px at 70% 100%,
      rgba(54, 208, 234, 0.1) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 190px 95px at 95% 100%,
      rgba(54, 208, 234, 0.13) 0%,
      transparent 70%
    );
  z-index: 2;
  animation: midMove 35s ease-in-out infinite reverse;
}

@keyframes midMove {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.6;
  }
  50% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
}

/* Landscape Layer 3 - Foreground Hills */
.landscape-layer-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: radial-gradient(
      ellipse 120px 70px at 5% 100%,
      rgba(54, 208, 234, 0.18) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 140px 85px at 25% 100%,
      rgba(54, 208, 234, 0.22) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 100px 60px at 45% 100%,
      rgba(54, 208, 234, 0.16) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 130px 75px at 65% 100%,
      rgba(54, 208, 234, 0.2) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 110px 65px at 85% 100%,
      rgba(54, 208, 234, 0.17) 0%,
      transparent 70%
    );
  z-index: 3;
  animation: foregroundMove 25s ease-in-out infinite;
}

@keyframes foregroundMove {
  0%,
  100% {
    transform: translateX(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateX(5px) scale(1.02);
    opacity: 1;
  }
}

/* Animated Grid Pattern */
.grid-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 40%; /* Occupy 40% of bottom section */
  background-image: linear-gradient(
      rgba(54, 208, 234, 0.3) 2px,
      transparent 2px
    ),
    linear-gradient(90deg, rgba(54, 208, 234, 0.3) 2px, transparent 2px);
  background-size: 40px 40px;
  animation: gridMove 15s linear infinite;
  transform: perspective(800px) rotateX(75deg);
  transform-origin: center bottom;
  opacity: 0.8;
}

@keyframes gridMove {
  0% {
    transform: perspective(800px) rotateX(75deg) translateY(0);
  }
  100% {
    transform: perspective(800px) rotateX(75deg) translateY(40px);
  }
}

/* Floating Particles */
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #36d0ea;
  border-radius: 50%;
  opacity: 0.7;
  animation: float 4s ease-in-out infinite;
}

.particle:nth-child(1) {
  left: 5%;
  top: 15%;
  animation-delay: 0s;
  animation-name: float1;
}
.particle:nth-child(2) {
  left: 12%;
  top: 75%;
  animation-delay: 0.3s;
  animation-name: float2;
}
.particle:nth-child(3) {
  left: 18%;
  top: 35%;
  animation-delay: 0.6s;
  animation-name: float1;
}
.particle:nth-child(4) {
  left: 25%;
  top: 65%;
  animation-delay: 0.9s;
  animation-name: float3;
}
.particle:nth-child(5) {
  left: 32%;
  top: 25%;
  animation-delay: 1.2s;
  animation-name: float2;
}
.particle:nth-child(6) {
  left: 38%;
  top: 55%;
  animation-delay: 1.5s;
  animation-name: float1;
}
.particle:nth-child(7) {
  left: 45%;
  top: 18%;
  animation-delay: 1.8s;
  animation-name: float3;
}
.particle:nth-child(8) {
  left: 52%;
  top: 48%;
  animation-delay: 2.1s;
  animation-name: float2;
}
.particle:nth-child(9) {
  left: 58%;
  top: 78%;
  animation-delay: 2.4s;
  animation-name: float1;
}
.particle:nth-child(10) {
  left: 65%;
  top: 28%;
  animation-delay: 2.7s;
  animation-name: float3;
}
.particle:nth-child(11) {
  left: 72%;
  top: 58%;
  animation-delay: 3s;
  animation-name: float2;
}
.particle:nth-child(12) {
  left: 78%;
  top: 12%;
  animation-delay: 3.3s;
  animation-name: float1;
}
.particle:nth-child(13) {
  left: 85%;
  top: 42%;
  animation-delay: 3.6s;
  animation-name: float3;
}
.particle:nth-child(14) {
  left: 92%;
  top: 72%;
  animation-delay: 0.2s;
  animation-name: float2;
}
.particle:nth-child(15) {
  left: 8%;
  top: 50%;
  animation-delay: 0.5s;
  animation-name: float1;
}
.particle:nth-child(16) {
  left: 15%;
  top: 85%;
  animation-delay: 0.8s;
  animation-name: float3;
}
.particle:nth-child(17) {
  left: 22%;
  top: 22%;
  animation-delay: 1.1s;
  animation-name: float2;
}
.particle:nth-child(18) {
  left: 28%;
  top: 52%;
  animation-delay: 1.4s;
  animation-name: float1;
}
.particle:nth-child(19) {
  left: 35%;
  top: 82%;
  animation-delay: 1.7s;
  animation-name: float3;
}
.particle:nth-child(20) {
  left: 42%;
  top: 32%;
  animation-delay: 2s;
  animation-name: float2;
}
.particle:nth-child(21) {
  left: 48%;
  top: 62%;
  animation-delay: 2.3s;
  animation-name: float1;
}
.particle:nth-child(22) {
  left: 55%;
  top: 8%;
  animation-delay: 2.6s;
  animation-name: float3;
}
.particle:nth-child(23) {
  left: 62%;
  top: 38%;
  animation-delay: 2.9s;
  animation-name: float2;
}
.particle:nth-child(24) {
  left: 68%;
  top: 68%;
  animation-delay: 3.2s;
  animation-name: float1;
}
.particle:nth-child(25) {
  left: 75%;
  top: 88%;
  animation-delay: 0.4s;
  animation-name: float3;
}
.particle:nth-child(26) {
  left: 82%;
  top: 25%;
  animation-delay: 0.7s;
  animation-name: float2;
}
.particle:nth-child(27) {
  left: 88%;
  top: 55%;
  animation-delay: 1s;
  animation-name: float1;
}
.particle:nth-child(28) {
  left: 95%;
  top: 15%;
  animation-delay: 1.3s;
  animation-name: float3;
}
.particle:nth-child(29) {
  left: 10%;
  top: 45%;
  animation-delay: 1.6s;
  animation-name: float2;
}
.particle:nth-child(30) {
  left: 50%;
  top: 90%;
  animation-delay: 1.9s;
  animation-name: float1;
}

@keyframes float1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translate(15px, -40px) scale(1.3);
    opacity: 1;
  }
  50% {
    transform: translate(-10px, -60px) scale(1.5);
    opacity: 0.8;
  }
  75% {
    transform: translate(20px, -30px) scale(1.2);
    opacity: 0.9;
  }
}

@keyframes float2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }
  25% {
    transform: translate(-20px, -35px) scale(1.2);
    opacity: 0.9;
  }
  50% {
    transform: translate(15px, -55px) scale(1.4);
    opacity: 1;
  }
  75% {
    transform: translate(-15px, -40px) scale(1.3);
    opacity: 0.8;
  }
}

@keyframes float3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  25% {
    transform: translate(10px, -45px) scale(1.4);
    opacity: 0.8;
  }
  50% {
    transform: translate(-20px, -50px) scale(1.3);
    opacity: 1;
  }
  75% {
    transform: translate(5px, -35px) scale(1.2);
    opacity: 0.9;
  }
}

/* Wave Animation - Enhanced for landscape effect */
.wave-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; /* Match landscape area */
  overflow: hidden;
  z-index: 2;
}

.wave-line {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 200%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(54, 208, 234, 0.8),
    transparent
  );
  animation: waveMove 8s linear infinite;
  border-radius: 2px;
}

.wave-line:nth-child(1) {
  bottom: 10%;
  animation-delay: 0s;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(54, 208, 234, 0.6),
    transparent
  );
}
.wave-line:nth-child(2) {
  bottom: 20%;
  animation-delay: 2s;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(54, 208, 234, 0.8),
    transparent
  );
}
.wave-line:nth-child(3) {
  bottom: 30%;
  animation-delay: 4s;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(54, 208, 234, 0.5),
    transparent
  );
}

@keyframes waveMove {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* Vulnerability Pop-up Container - Positioned only on right side */
.vulnerability-container {
  position: absolute;
  top: 0;
  left: 50%; /* Start from middle of screen */
  width: calc(50% - 10px); /* Only cover right half minus 10px margin */
  height: 100%;
  z-index: 3;
  pointer-events: none;
  padding-right: 10px; /* 10px margin from right edge */
}

.vulnerability-popup {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(54, 208, 234, 0.3);
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 200px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vulnerability-popup.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.vulnerability-popup.hide {
  opacity: 0;
  transform: translateY(-20px) scale(0.8);
}

.vulnerability-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.vulnerability-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.vulnerability-icon.critical {
  background: #dc3545;
}
.vulnerability-icon.high {
  background: #fd7e14;
}
.vulnerability-icon.medium {
  background: #ffc107;
  color: #000;
}
.vulnerability-icon.low {
  background: #28a745;
}

.vulnerability-title {
  font-size: 14px;
  font-weight: 600;
  color: #060818;
  margin: 0;
}

.vulnerability-description {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.vulnerability-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  background: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

/* Two-column Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-text {
  text-align: left;
}

.hero-title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-title .highlight {
  color: #36d0ea;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  line-height: 1.6;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
  min-height: 400px;
  /* Visual content handled by animated background */
}

/* Network Visualization */
.network-visualization {
  position: relative;
  width: 100%;
  height: 100%;
}

.node {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #36d0ea;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.node-1 {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}
.node-2 {
  top: 30%;
  right: 20%;
  animation-delay: 0.5s;
}
.node-3 {
  bottom: 40%;
  left: 25%;
  animation-delay: 1s;
}
.node-4 {
  bottom: 25%;
  right: 15%;
  animation-delay: 1.5s;
}
.node-5 {
  top: 50%;
  left: 50%;
  animation-delay: 2s;
}

.connection {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, #36d0ea, transparent);
  animation: flow 3s infinite;
}

.connection-1 {
  top: 25%;
  left: 15%;
  width: 200px;
  transform: rotate(15deg);
}

.connection-2 {
  bottom: 35%;
  left: 25%;
  width: 150px;
  transform: rotate(-30deg);
}

.connection-3 {
  top: 50%;
  left: 50%;
  width: 180px;
  transform: rotate(45deg);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes flow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Trusted By Section */
.trusted-by {
  padding: 4rem 0;
  background-color: #f8f9fa;
  text-align: center;
}

.trusted-by-text {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trusted-by-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.logo-item {
  font-size: 1.2rem;
  font-weight: 600;
  color: #999;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.logo-item:hover {
  opacity: 1;
}

/* Challenge Section */
.challenge {
  padding: 6rem 0;
  background-color: #ffffff;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  color: #060818;
  margin-bottom: 1.5rem;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}

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

.stat-item {
  text-align: center;
  padding: 2rem;
  border-radius: 12px;
  background-color: #f8f9fa;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #36d0ea;
  margin-bottom: 0.5rem;
}

.stat-text {
  font-size: 1.1rem;
  color: #666;
}

/* Solution Section */
.solution {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.solution-process {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.process-step {
  text-align: center;
  max-width: 150px;
  flex: 1;
  min-width: 120px;
}

.step-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #36d0ea, #2bb8d1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #ffffff;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.step-icon:hover {
  transform: scale(1.1);
}

.step-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #060818;
  margin-bottom: 0.5rem;
}

.step-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.process-arrow {
  font-size: 1.5rem;
  color: #36d0ea;
  margin: 0 1rem;
}

/* Video Demo Section */
.video-demo {
  padding: 6rem 0;
  background-color: #ffffff;
}

.video-demo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.video-demo-title {
  font-size: 2.5rem;
  color: #060818;
  margin-bottom: 1.5rem;
}

.video-demo-subtitle {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.video-demo-cta {
  margin-top: 2rem;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Benefits Section */
.benefits {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.benefit-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(54, 208, 234, 0.1);
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(54, 208, 234, 0.2);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #36d0ea, #2bb8d1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #ffffff;
  font-size: 1.5rem;
}

.benefit-title {
  font-size: 1.5rem;
  color: #060818;
  margin-bottom: 1rem;
}

.benefit-description {
  color: #666;
  line-height: 1.6;
}

/* Testimonials Section */
.testimonials {
  padding: 6rem 0;
  background: linear-gradient(135deg, #292460 0%, #060818 100%);
  color: #ffffff;
  text-align: center;
}

.testimonials .section-title {
  color: #ffffff;
}

.testimonial-carousel {
  margin-top: 3rem;
}

.testimonial-slide {
  display: none;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-slide.active {
  display: block;
}

.testimonial-content {
  padding: 2rem;
}

.testimonial-text {
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.testimonial-author {
  font-size: 1.1rem;
}

.testimonial-author strong {
  color: #36d0ea;
  display: block;
  margin-bottom: 0.5rem;
}

/* Cyber Attack Prevention Section */
/* =============================================
   CYBER ATTACK PREVENTION SECTION
   ============================================= */
.cyber-attack-prevention {
  padding: 6rem 0;
  background-color: #f8f9fa;
}

.prevention-title {
  font-size: 3rem;
  color: #060818;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.prevention-subtitle {
  font-size: 1.25rem;
  color: #666;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 4rem;
  line-height: 1.8;
}

/* Prevention Cards Grid */
.prevention-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.prevention-card {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: left;
}

.prevention-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.prevention-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #36d0ea 0%, #292460 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.prevention-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.prevention-card h3 {
  font-size: 1.5rem;
  color: #060818;
  margin-bottom: 1rem;
  font-weight: 600;
}

.prevention-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.prevention-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prevention-list li {
  color: #444;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.prevention-list li i {
  color: #36d0ea;
  font-size: 1rem;
}

/* Prevention CTA */
.prevention-cta {
  background: linear-gradient(135deg, #292460 0%, #060818 100%);
  border-radius: 16px;
  padding: 4rem;
  margin: 4rem 0;
  text-align: center;
}

.prevention-cta-content h3 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.prevention-cta-content p {
  font-size: 1.25rem;
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.8;
}

.prevention-stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3rem;
}

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

.stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #36d0ea;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 500;
}

/* CTEM Framework */
.ctem-framework {
  background: #ffffff;
  padding: 4rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ctem-title {
  font-size: 2.5rem;
  color: #060818;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.ctem-description {
  font-size: 1.15rem;
  color: #666;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem;
  line-height: 1.8;
}

.ctem-stages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ctem-stage {
  flex: 1;
  background: #f8f9fa;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.ctem-stage:hover {
  border-color: #36d0ea;
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(54, 208, 234, 0.2);
}

.ctem-stage-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #36d0ea 0%, #292460 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.ctem-stage h4 {
  font-size: 1.25rem;
  color: #060818;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.ctem-stage p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.ctem-stage-arrow {
  flex: 0 0 30px;
  text-align: center;
}

.ctem-stage-arrow i {
  font-size: 1.5rem;
  color: #36d0ea;
}

/* Responsive */
@media (max-width: 992px) {
  .prevention-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .prevention-stats {
    gap: 2rem;
  }

  .ctem-stages {
    flex-direction: column;
  }

  .ctem-stage-arrow {
    transform: rotate(90deg);
    margin: 1rem 0;
  }
}

@media (max-width: 768px) {
  .prevention-title {
    font-size: 2rem;
  }

  .prevention-subtitle {
    font-size: 1.1rem;
  }

  .prevention-grid {
    grid-template-columns: 1fr;
  }

  .prevention-cta {
    padding: 2.5rem 1.5rem;
  }

  .prevention-stats {
    flex-direction: column;
    gap: 2rem;
  }

  .ctem-framework {
    padding: 2.5rem 1.5rem;
  }

  .ctem-title {
    font-size: 1.75rem;
  }
}

/* Final CTA Section */

/* =============================================
   FINAL CTA SECTION
   ============================================= */
.final-cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, #060818 0%, #292460 100%);
  color: #ffffff;
  text-align: center;
}

.final-cta .cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.final-cta .cta-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}

.final-cta .cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  color: #ffffff;
}

/* Form Wrapper - White/Gray Box */
.final-cta .contact-form-container {
  max-width: 700px;
  margin: 0 auto;
}

.final-cta .contact-form {
  background: rgba(255, 255, 255, 0.98);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.final-cta .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.final-cta .form-group {
  position: relative;
}

.final-cta .form-group input,
.final-cta .form-group select {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #ffffff;
  /* color: #060818; */
}

.final-cta .form-group input:focus,
.final-cta .form-group select:focus {
  outline: none;
  border-color: #36d0ea;
  box-shadow: 0 0 0 3px rgba(54, 208, 234, 0.1);
}

.final-cta .form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.final-cta .privacy-row {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.final-cta .privacy-text {
  text-align: center;
  color: #060818;
  font-size: 0.95rem;
  margin: 1.5rem 0;
}

.final-cta .privacy-text a {
  color: #36d0ea;
  text-decoration: none;
  font-weight: 500;
}

.final-cta .privacy-text a:hover {
  text-decoration: underline;
}

.final-cta button[type="submit"] {
  width: 100%;
  padding: 15px 30px;
  background: #36d0ea;
  color: #060818;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.final-cta button[type="submit"]:hover {
  background: #2bb8d1;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(54, 208, 234, 0.6);
}

.final-cta button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
  .final-cta {
    padding: 4rem 0;
  }

  .final-cta .cta-title {
    font-size: 2rem;
  }

  .final-cta .contact-form {
    padding: 30px 20px;
  }

  .final-cta .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Footer */
.footer {
  background-color: #060818;
  color: #ffffff;
  padding: 3rem 0 1rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
  color: #36d0ea;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #cccccc;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #36d0ea;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background-color: #292460;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: #36d0ea;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid #292460;
  padding-top: 1rem;
  text-align: center;
  color: #cccccc;
}

/* Challenges Section */
.challenges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.challenge-card {
  background: linear-gradient(135deg, #292460 0%, #060818 100%);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(54, 208, 234, 0.2);
  transition: all 0.3s ease;
}

.challenge-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #36d0ea, #2bb8d1);
}

.challenge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(54, 208, 234, 0.2);
}

.challenge-icon {
  width: 60px;
  height: 60px;
  background: rgba(54, 208, 234, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  color: #36d0ea;
}

.challenge-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.challenge-description {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-text {
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .vulnerability-container {
    left: 0;
    width: 100%;
  }

  .video-demo-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .solution-process {
    flex-direction: column;
    gap: 2rem;
  }

  .process-arrow {
    transform: rotate(90deg);
  }

  .nav-menu {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .challenges-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .challenge-stats {
    grid-template-columns: 1fr;
  }
}

/* Estilos para o diagrama circular */
.csurface-flow-diagram {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  overflow: hidden;
  position: relative;
}

.csurface-flow-diagram__circle {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 700px;
  margin: 0 auto;
}

.csurface-flow-diagram__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  z-index: 1;
}

.csurface-flow-diagram__circle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed rgba(54, 208, 234, 0.3);
  animation: pulse 4s infinite ease-in-out;
}

.csurface-flow-diagram__circle-bg::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  border: 1px dashed rgba(54, 208, 234, 0.2);
}

.csurface-flow-diagram__circle-bg::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  border-radius: 50%;
  border: 1px dashed rgba(54, 208, 234, 0.1);
}

.csurface-flow-diagram__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid #36d0ea;
  animation: rotate 30s infinite linear;
}

.csurface-flow-diagram__arrow::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #36d0ea;
  transform: rotate(90deg);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.csurface-flow-diagram__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 200px;
}

.csurface-flow-diagram__header-logo {
  display: block;
  margin: 0 auto 1rem;
  width: 100px;
  height: auto;
}

.csurface-flow-diagram__header-heading {
  font-size: 1rem;
  color: #292460;
  display: block;
  line-height: 1.3;
}

.csurface-flow-diagram__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.csurface-flow-diagram__item {
  position: absolute;
  width: 120px;
  height: 120px;
  transition: all 0.3s ease;
}

/* Posicionamento dos itens em círculo */
.csurface-flow-diagram__item[data-item="1"] {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.csurface-flow-diagram__item[data-item="2"] {
  top: 25%;
  right: 15%;
}

.csurface-flow-diagram__item[data-item="3"] {
  top: 60%;
  right: 10%;
}

.csurface-flow-diagram__item[data-item="4"] {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.csurface-flow-diagram__item[data-item="5"] {
  top: 60%;
  left: 10%;
}

.csurface-flow-diagram__item[data-item="6"] {
  top: 25%;
  left: 15%;
}

.csurface-flow-diagram__item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 2px solid rgba(54, 208, 234, 0.3);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.csurface-flow-diagram__item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.csurface-flow-diagram__item.active
  .csurface-flow-diagram__item-wrapper::before,
.csurface-flow-diagram__item-wrapper:hover::before {
  opacity: 1;
}

.csurface-flow-diagram__item.active .csurface-flow-diagram__item-wrapper,
.csurface-flow-diagram__item-wrapper:hover {
  transform: scale(1.1);
  border-color: #36d0ea;
  box-shadow: 0 8px 25px rgba(54, 208, 234, 0.3);
}

.csurface-flow-diagram__item-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.csurface-flow-diagram__item-icon i {
  font-size: 24px;
  color: #292460;
  transition: all 0.3s ease;
}

.csurface-flow-diagram__item.active .csurface-flow-diagram__item-icon i,
.csurface-flow-diagram__item-wrapper:hover .csurface-flow-diagram__item-icon i {
  color: #ffffff;
}

.csurface-flow-diagram__item-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #292460;
  transition: all 0.3s ease;
  text-align: center;
}

.csurface-flow-diagram__item.active .csurface-flow-diagram__item-label,
.csurface-flow-diagram__item-wrapper:hover .csurface-flow-diagram__item-label {
  color: #ffffff;
}

.csurface-flow-diagram__tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 100;
  border-top: 3px solid #36d0ea;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.csurface-flow-diagram__tooltip.active {
  opacity: 1;
  visibility: visible;
}

.csurface-flow-diagram__tooltip-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #292460;
  margin-bottom: 0.5rem;
  display: block;
}

.csurface-flow-diagram__tooltip-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

/* Responsividade */
@media (max-width: 992px) {
  .csurface-flow-diagram__circle {
    height: 600px;
  }

  .csurface-flow-diagram__visual {
    width: 400px;
    height: 400px;
  }

  .csurface-flow-diagram__item {
    width: 90px;
    height: 90px;
  }

  .csurface-flow-diagram__item-icon {
    width: 30px;
    height: 30px;
  }

  .csurface-flow-diagram__item-icon i {
    font-size: 20px;
  }

  .csurface-flow-diagram__item-label {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .csurface-flow-diagram__circle {
    height: auto;
  }

  .csurface-flow-diagram__visual {
    display: none;
  }

  .csurface-flow-diagram__header {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 2rem;
    width: 100%;
  }

  .csurface-flow-diagram__items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .csurface-flow-diagram__item {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100%;
    height: auto;
  }

  .csurface-flow-diagram__item-wrapper {
    padding: 1rem;
    border-radius: 8px;
    height: 130px;
  }

  .csurface-flow-diagram__tooltip {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .csurface-flow-diagram__items {
    grid-template-columns: 1fr;
  }
}

/* FORM CTA */

/* Estilos para o formulário de contato */
.contact-form-container {
  max-width: 600px;
  margin: 2rem auto 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form {
  width: 100%;
}

.form-row {
  margin-bottom: 1.5rem;
}

.form-group {
  position: relative;
  width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(54, 208, 234, 0.3);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #292460;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form select:focus {
  border-color: #36d0ea;
  outline: none;
  box-shadow: 0 0 0 3px rgba(54, 208, 234, 0.2);
}

.contact-form input::placeholder,
.contact-form select {
  color: #888;
}

.contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23292460' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.checkbox-row {
  display: flex;
  align-items: center;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cta-checkbox-group label {
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #36d0ea;
  cursor: pointer;
}

.contact-form label {
  color: #fff !important;
  font-size: 0.9rem;
  cursor: pointer;
}

.checkbox-group label,
.checkbox-row label {
  color: #fff !important;
}

.privacy-row {
  width: 100%;
  text-align: center;
  margin: 1.5rem 0;
}

.privacy-text {
  font-size: 0.85rem;
  color: #060818;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}

.privacy-text a {
  color: #36d0ea;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-text a:hover {
  color: #2bb8d1;
}

.submit-row {
  margin-top: 2rem;
  text-align: center;
}

.contact-form .btn {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form .btn:hover {
  background: #2bb8d1;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(54, 208, 234, 0.6);
}

.error-message {
  color: #ff4d4d;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: none;
}

.contact-form input.error,
.contact-form select.error {
  border-color: #ff4d4d;
}

/* Responsividade */
@media (max-width: 768px) {
  .contact-form-container {
    padding: 1.5rem;
  }

  .form-row {
    margin-bottom: 1rem;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form select {
    padding: 0.8rem;
  }

  .submit-row {
    margin-top: 1.5rem;
  }
}

/* Highlighted Resource Section Styles */
.highlighted-resource {
  background: #f5f5f5;
  padding: 80px 0;
}

.resource-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.resource-content {
  display: grid;
  grid-template-columns: 200px 1fr 350px;
  gap: 40px;
  align-items: start;
  background: white;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.resource-thumbnail {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.resource-thumbnail:hover {
  transform: translateY(-3px);
}

.resource-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.resource-info {
  padding-top: 0;
}

.resource-badge {
  display: inline-block;
  background: #36d0ea;
  color: white;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.resource-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
  line-height: 1.3;
}

.resource-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.resource-title a:hover {
  color: #0066cc;
}

.resource-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}

.resource-form {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 24px;
  border: 1px solid #e0e0e0;
}

.resource-form h3 {
  color: #1a1a1a;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 0.875rem;
}

.form-group input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: white;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-group input:focus {
  outline: none;
  border-color: #292460;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.form-group input::placeholder {
  color: #999;
}

.error-message {
  color: #d32f2f;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}

.error-message.show {
  display: block;
}

.form-group.error input {
  border-color: #d32f2f;
}

.download-btn {
  width: 100%;
  background: #292460;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.download-btn:hover {
  background: #0052a3;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 102, 204, 0.2);
}

.download-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.download-btn i {
  font-size: 14px;
}

/* Improved Benefits Section Styles */
.platform-benefits {
  padding: 100px 0;
  background: #f8f9fa;
}

.benefits-alternating {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.benefit-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.benefit-row:last-child {
  margin-bottom: 0;
}

.benefit-row.reverse {
  direction: rtl;
}

.benefit-row.reverse > * {
  direction: ltr;
}

.benefit-content {
  padding: 20px;
}

.benefit-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 20px;
  line-height: 1.2;
}

.benefit-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}

.benefit-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.benefit-stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #00ffff;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.benefit-link {
  display: inline-flex;
  align-items: center;
  color: #00ffff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.benefit-link:hover {
  color: #ff00ff;
  transform: translateX(5px);
}

.benefit-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.benefit-link:hover i {
  transform: translateX(3px);
}

.benefit-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.benefit-image:hover {
  transform: translateY(-10px);
}

.benefit-image img {
  width: 100%;
  height: auto;
  display: block;
}

.benefit-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(0, 255, 255, 0.1),
    rgba(255, 0, 255, 0.1)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.benefit-image:hover::after {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .resource-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .resource-thumbnail {
    max-width: 300px;
    margin: 0 auto;
  }

  .benefit-row {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .benefit-row.reverse {
    direction: ltr;
  }
}

@media (max-width: 768px) {
  .highlighted-resource {
    padding: 60px 0;
  }

  .resource-content {
    padding: 30px 20px;
  }

  .resource-title {
    font-size: 1.25rem;
  }

  .resource-description {
    font-size: 0.875rem;
  }

  .benefit-content h3 {
    font-size: 2rem;
  }

  .benefit-stats {
    justify-content: center;
  }
}

/* ========================================
   PLATFORM-SPECIFIC STYLES
   ======================================== */

/* Platform Hero Section */
.platform-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(135deg, #000033 0%, #000053 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.platform-hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.platform-hero-text {
  max-width: 600px;
}

.platform-hero-title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.platform-hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.8);
}

.platform-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.platform-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(54, 208, 234, 0.2);
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #36d0ea;
}

.platform-badge i {
  font-size: 1rem;
}

/* Platform Layers Section */
.platform-layers {
  padding: 6rem 0;
  background-color: #f8f9fa;
  color: #292460;
}

.platform-layers .section-title,
.platform-layers .section-subtitle {
  color: #292460;
}

.layers-container {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 4rem;
}

.layers-visual {
  flex: 1;
  position: relative;
}

.layer-stack {
  position: relative;
  width: 100%;
  height: 700px; /* tamanho da secção do diagrama de pizza */
}

.layer {
  position: absolute;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  cursor: pointer;
}

.layer-1 {
  top: 0;
  height: 60px; /* altura do retangulo da pizza */
  z-index: 8;
  border: 2px solid #36d0ea;
  background-color: #292460;
}

.layer-2 {
  top: 75px; /* distancia relativa do topo, onde se posicionara */
  height: 60px; /* altura do retangulo da pizza */
  z-index: 7;
  border: 2px solid #36d0ea;
  background-color: #292460;
}

.layer-3 {
  top: 150px; /* distancia relativa do topo, onde se posicionara */
  height: 60px; /* altura do retangulo da pizza */
  z-index: 6;
  border: 2px solid #36d0ea;
  background-color: #292460;
}

.layer-4 {
  top: 225px;
  height: 60px; /* altura do retangulo da pizza */
  z-index: 5;
  border: 2px solid #36d0ea;
  background-color: #292460;
}

.layer-5 {
  top: 300px;
  height: 60px; /* altura do retangulo da pizza */
  border: 2px solid #36d0ea;
  background-color: #292460;
  z-index: 4;
}

.layer-6 {
  top: 375px;
  height: 60px; /* altura do retangulo da pizza */
  border: 2px solid #36d0ea;
  background-color: #292460;
  z-index: 3;
  color: #ffffff;
}

.layer-7 {
  top: 450px;
  height: 60px; /* altura do retangulo da pizza */
  border: 2px solid #36d0ea;
  background-color: #292460;
  z-index: 2;
  color: #ffffff;
}

.layer-8 {
  top: 525px;
  height: 60px; /* altura do retangulo da pizza */
  border: 2px solid #36d0ea;
  background-color: #292460;
  z-index: 1;
  color: #ffffff;
}

.layer-content {
  padding: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.layer-label {
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
}

.layer img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.layers-details {
  flex: 1;
}

.layer-detail {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.layer-detail.active {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

.layer-icon {
  font-size: 2rem;
  color: #36d0ea;
  margin-bottom: 1rem;
}

.layer-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #292460;
}

.layer-description {
  color: #555;
  margin-bottom: 1.5rem;
}

.layer-link {
  color: #36d0ea;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.layer-link:hover {
  color: #2bb8d1;
}

/* Platform Features Section */
.platform-features {
  padding: 6rem 0;
  background-color: #ffffff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 2.5rem;
  color: #36d0ea;
  margin-bottom: 1.5rem;
}

.feature-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #292460;
}

.feature-description {
  color: #555;
  margin-bottom: 1.5rem;
}

.feature-link {
  color: #36d0ea;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.feature-link:hover {
  color: #2bb8d1;
}

/* Platform Benefits Section */
.platform-benefits {
  padding: 6rem 0;
  background-color: #f8f9fa;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.benefit-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1rem;
}

.benefit-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #292460;
}

.benefit-stat {
  margin-bottom: 1rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #36d0ea;
  display: block;
}

.stat-text {
  font-size: 0.9rem;
  color: #555;
}

.benefit-description {
  color: #555;
  font-size: 0.95rem;
}

/* Active Layer Highlight */
.layer.active {
  transform: translateX(-10px);
  box-shadow: 0 10px 40px rgba(54, 208, 234, 0.4);
}

/* Platform CTA Section */
.platform-cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, #060818 0%, #292460 100%);
  color: #ffffff;
}

.platform-cta .cta-title,
.platform-cta .cta-subtitle {
  color: #ffffff;
}

.platform-cta .btn:hover {
  background: #2bb8d1;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(54, 208, 234, 0.6);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .platform-hero-content {
    flex-direction: column;
  }

  .layers-container {
    flex-direction: column;
  }

  .layer-stack {
    height: 500px;
  }

  .layer-1 {
    top: 0;
  }
  .layer-2 {
    top: 60px;
  }
  .layer-3 {
    top: 120px;
  }
  .layer-4 {
    top: 180px;
  }
  .layer-5 {
    top: 240px;
  }
  .layer-6 {
    top: 300px;
  }
  .layer-7 {
    top: 360px;
  }
  .layer-8 {
    top: 420px;
  }
}

@media (max-width: 768px) {
  .features-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .layer-stack {
    height: 400px;
  }

  .layer {
    height: 50px;
  }

  .layer-1 {
    top: 0;
  }
  .layer-2 {
    top: 50px;
  }
  .layer-3 {
    top: 100px;
  }
  .layer-4 {
    top: 150px;
  }
  .layer-5 {
    top: 200px;
  }
  .layer-6 {
    top: 250px;
  }
  .layer-7 {
    top: 300px;
  }
  .layer-8 {
    top: 350px;
  }
}

/* About Page Styles */

/* About Hero Section */
.about-hero {
  padding: 150px 0 100px;
  background: linear-gradient(135deg, #060818 0%, #1a1f3a 100%);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(54, 208, 234, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(54, 208, 234, 0.05) 0%,
      transparent 50%
    );
}

.about-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.about-hero-title {
  color: #ffffff;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.about-hero-title .highlight {
  color: #36d0ea;
}

.about-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  line-height: 1.8;
}

/* Mission Section */
.about-mission {
  padding: 100px 0;
  background-color: #ffffff;
}

.about-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 1.5rem;
}

.mission-icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.mission-icon-item {
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-icon-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(54, 208, 234, 0.3);
}

.mission-icon-item i {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
}

.mission-icon-item span {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Values Section */
.about-values {
  padding: 100px 0;
  background-color: #f7fafc;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.value-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.value-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.value-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.value-title {
  font-size: 1.5rem;
  color: #060818;
  margin-bottom: 15px;
}

.value-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a5568;
}

/* Story Section */
.about-story {
  padding: 100px 0;
  background-color: #ffffff;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-timeline {
  position: relative;
  padding-left: 40px;
}

.story-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #36d0ea 0%, #2bb8d1 100%);
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #36d0ea;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(54, 208, 234, 0.2);
}

.timeline-year {
  font-size: 1.8rem;
  font-weight: 700;
  color: #36d0ea;
  margin-bottom: 10px;
}

.timeline-content h4 {
  font-size: 1.3rem;
  color: #060818;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

/* Team Section */
.about-team {
  padding: 100px 0;
  background-color: #f7fafc;
}

.team-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 60px 0;
}

.team-stat-item {
  text-align: center;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.team-stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #36d0ea;
  margin-bottom: 10px;
}

.team-stat-text {
  font-size: 1.1rem;
  color: #4a5568;
  font-weight: 500;
}

.team-description {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Recognition Section */
.about-recognition {
  padding: 100px 0;
  background-color: #ffffff;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.recognition-item {
  background: #f7fafc;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recognition-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.recognition-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.recognition-icon i {
  font-size: 2.5rem;
  color: #ffffff;
}

.recognition-item h4 {
  font-size: 1.3rem;
  color: #060818;
  margin-bottom: 15px;
}

.recognition-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

/* CTA Section */
.about-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #060818 0%, #292460 100%);
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(54, 208, 234, 0.1) 0%,
    transparent 70%
  );
}

.about-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.about-cta-title {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-cta-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 1.7;
}

.about-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-cta-buttons .btn:hover {
  background: #2bb8d1;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(54, 208, 234, 0.6);
}

/* Responsive Design */
@media (max-width: 968px) {
  .about-hero-title {
    font-size: 2.5rem;
  }

  .about-mission-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .values-grid,
  .recognition-grid {
    grid-template-columns: 1fr;
  }

  .team-stats {
    grid-template-columns: 1fr;
  }

  .mission-icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 120px 0 80px;
  }

  .about-hero-title {
    font-size: 2rem;
  }

  .about-hero-subtitle {
    font-size: 1.1rem;
  }

  .about-mission,
  .about-values,
  .about-story,
  .about-team,
  .about-recognition,
  .about-cta {
    padding: 60px 0;
  }

  .mission-icon-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-buttons {
    flex-direction: column;
  }

  .team-stat-number {
    font-size: 2.5rem;
  }
}

/* =============================================
   ABOUT PAGE STYLES
   ============================================= */

/* About Page Styles */

/* About Hero Section */
.about-hero {
  padding: 150px 0 100px;
  background: linear-gradient(135deg, #060818 0%, #1a1f3a 100%);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(54, 208, 234, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(54, 208, 234, 0.05) 0%,
      transparent 50%
    );
}

.about-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.about-hero-title {
  color: #ffffff;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.about-hero-title .highlight {
  color: #36d0ea;
}

.about-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  line-height: 1.8;
}

/* Mission Section */
.about-mission {
  padding: 100px 0;
  background-color: #ffffff;
}

.about-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 1.5rem;
}

.mission-icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.mission-icon-item {
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-icon-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(54, 208, 234, 0.3);
}

.mission-icon-item i {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
}

.mission-icon-item span {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Values Section */
.about-values {
  padding: 100px 0;
  background-color: #f7fafc;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.value-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.value-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.value-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.value-title {
  font-size: 1.5rem;
  color: #060818;
  margin-bottom: 15px;
}

.value-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a5568;
}

/* Story Section */
.about-story {
  padding: 100px 0;
  background-color: #ffffff;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-timeline {
  position: relative;
  padding-left: 40px;
}

.story-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #36d0ea 0%, #2bb8d1 100%);
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #36d0ea;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(54, 208, 234, 0.2);
}

.timeline-year {
  font-size: 1.8rem;
  font-weight: 700;
  color: #36d0ea;
  margin-bottom: 10px;
}

.timeline-content h4 {
  font-size: 1.3rem;
  color: #060818;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

/* Board Section */
.about-board {
  padding: 100px 0;
  background-color: #f7fafc;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 60px;
}

.board-member {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.board-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.board-member-photo {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
}

.board-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: transform 0.3s ease;
}

.board-member:hover .board-member-photo img {
  transform: scale(1.05);
}

.board-member-social {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.linkedin-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  color: #0077b5;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.linkedin-link:hover {
  background: #0077b5;
  color: #ffffff;
  transform: scale(1.1);
}

.board-member-info {
  padding: 40px;
}

.board-member-name {
  font-size: 1.8rem;
  color: #060818;
  margin-bottom: 8px;
}

.board-member-role {
  font-size: 1.1rem;
  color: #36d0ea;
  font-weight: 600;
  margin-bottom: 20px;
}

.board-member-bio {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 25px;
}

.board-member-quote {
  position: relative;
  padding: 25px;
  background: #f7fafc;
  border-left: 4px solid #36d0ea;
  border-radius: 8px;
  margin: 0;
}

.board-member-quote i {
  color: #36d0ea;
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
}

.board-member-quote p {
  font-size: 1rem;
  line-height: 1.7;
  color: #2d3748;
  font-style: italic;
  margin: 0;
}

/* Recognition Section */
.about-recognition {
  padding: 100px 0;
  background-color: #ffffff;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.recognition-item {
  background: #f7fafc;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recognition-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.recognition-item.recognition-highlight {
  background: linear-gradient(
    135deg,
    rgba(54, 208, 234, 0.1) 0%,
    rgba(43, 184, 209, 0.05) 100%
  );
  border: 2px solid rgba(54, 208, 234, 0.3);
}

.recognition-item.recognition-highlight:hover {
  border-color: rgba(54, 208, 234, 0.5);
  box-shadow: 0 8px 30px rgba(54, 208, 234, 0.2);
}

.recognition-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.recognition-icon i {
  font-size: 2.5rem;
  color: #ffffff;
}

.recognition-item h4 {
  font-size: 1.3rem;
  color: #060818;
  margin-bottom: 15px;
}

.recognition-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

/* CTA Section */
.about-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #060818 0%, #292460 100%);
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(54, 208, 234, 0.1) 0%,
    transparent 70%
  );
}

.about-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.about-cta-title {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-cta-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 1.7;
}

.about-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CTA Form Styles */
.cta-form-wrapper {
  max-width: 700px;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, 0.98);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.cta-form {
  width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  width: 100%;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 8px;
  font-family: "Como", sans-serif;
  font-size: 1rem;
  color: #2d3748;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #36d0ea;
  box-shadow: 0 0 0 3px rgba(54, 208, 234, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #a0aec0;
}

.form-group select {
  cursor: pointer;
  color: #a0aec0;
}

.form-group select:valid {
  color: #2d3748;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-checkbox {
  margin: 25px 0;
}

.form-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.95rem;
  color: #2d3748;
  line-height: 1.5;
}

.form-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #36d0ea;
}

.form-checkbox a {
  color: #36d0ea;
  text-decoration: underline;
}

.form-checkbox a:hover {
  color: #2bb8d1;
}

.btn-block {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 968px) {
  .about-hero-title {
    font-size: 2.5rem;
  }

  .about-mission-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .values-grid,
  .recognition-grid,
  .board-grid {
    grid-template-columns: 1fr;
  }

  .mission-icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .board-member-photo {
    height: 350px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 120px 0 80px;
  }

  .about-hero-title {
    font-size: 2rem;
  }

  .about-hero-subtitle {
    font-size: 1.1rem;
  }

  .about-mission,
  .about-values,
  .about-story,
  .about-team,
  .about-recognition,
  .about-cta {
    padding: 60px 0;
  }

  .mission-icon-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-buttons {
    flex-direction: column;
  }

  .team-stat-number {
    font-size: 2.5rem;
  }

  .cta-form-wrapper {
    padding: 30px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* =============================================
   HEAD QUARTERS SECTION
   ============================================= */

.about-headquarters {
  padding: 100px 0;
  background-color: #ffffff;
}

.headquarters-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
  align-items: start;
}

.headquarters-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hq-card {
  display: flex;
  gap: 25px;
  padding: 35px;
  background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
  border-radius: 16px;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.hq-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hq-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.hq-details h3 {
  font-size: 1.8rem;
  color: #060818;
  margin-bottom: 15px;
}

.hq-address {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5568;
  margin: 0;
}

.hq-address i {
  color: #36d0ea;
  margin-right: 8px;
}

.hq-description {
  padding: 0 10px;
}

.hq-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hq-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #f7fafc;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.hq-feature-item:hover {
  background: #e6f7fb;
  transform: translateX(5px);
}

.hq-feature-item i {
  font-size: 1.5rem;
  color: #36d0ea;
}

.hq-feature-item span {
  font-size: 1rem;
  font-weight: 500;
  color: #2d3748;
}

.headquarters-map {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.map-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hq-contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hq-contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 25px;
  background: #f7fafc;
  border-radius: 12px;
  color: #2d3748;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.hq-contact-link:hover {
  background: #ffffff;
  border-color: #36d0ea;
  color: #36d0ea;
  transform: translateX(5px);
}

.hq-contact-link i {
  font-size: 1.2rem;
  color: #36d0ea;
}

.hq-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Responsive - Head Quarters */
@media (max-width: 968px) {
  .headquarters-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hq-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-headquarters {
    padding: 60px 0;
  }

  .hq-card {
    flex-direction: column;
    padding: 25px;
    text-align: center;
  }

  .hq-icon {
    margin: 0 auto;
  }

  .hq-details h3 {
    font-size: 1.5rem;
  }

  .map-container iframe {
    height: 300px;
  }
}

/* =============================================
   CONTACT PAGE STYLES
   ============================================= */

/* Contact Hero Section */
.contact-hero {
  padding: 150px 0 100px;
  background: linear-gradient(135deg, #060818 0%, #1a1f3a 100%);
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 50%,
      rgba(54, 208, 234, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 50%,
      rgba(54, 208, 234, 0.05) 0%,
      transparent 50%
    );
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.contact-hero-title {
  color: #ffffff;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.contact-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  line-height: 1.8;
}

/* Contact Options Section */
.contact-options {
  padding: 100px 0;
  background-color: #f7fafc;
}

.contact-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.contact-option-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-option-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.contact-option-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.contact-option-icon i {
  font-size: 2.2rem;
  color: #ffffff;
}

.contact-option-card h3 {
  font-size: 1.5rem;
  color: #060818;
  margin-bottom: 15px;
}

.contact-option-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 25px;
  flex-grow: 1;
}

.contact-option-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #36d0ea;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-option-link:hover {
  color: #2bb8d1;
  gap: 12px;
}

.contact-option-link i {
  font-size: 0.9rem;
}

/* Contact Form Section */
.contact-form-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.contact-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: #292460;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-form-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-form-header h2 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-form-header p {
  font-size: 1.1rem;
  color: #ffffff;
  opacity: 0.9;
}

.contact-form label {
  display: block;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

/* Contact form privacy text should be white on dark background */
.contact-form-wrapper .privacy-text {
  color: #ffffff;
}

.contact-form-wrapper .privacy-text a {
  color: #36d0ea;
  text-decoration: underline;
}

/* Contact Info Section */
.contact-info-section {
  padding: 100px 0;
  background-color: #f7fafc;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.contact-info-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.contact-info-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact-info-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.contact-info-card h3 {
  font-size: 1.3rem;
  color: #060818;
  margin-bottom: 15px;
}

.contact-info-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 0;
}

.contact-info-card a {
  color: #36d0ea;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: #2bb8d1;
}

.contact-info-card em {
  font-size: 0.9rem;
  color: #718096;
}

.contact-social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

.contact-social-link {
  width: 45px;
  height: 45px;
  background: #f7fafc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #36d0ea;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.contact-social-link:hover {
  background: #36d0ea;
  color: #ffffff !important;
  transform: scale(1.1);
}

/* Responsive - Contact Page */
@media (max-width: 968px) {
  .contact-hero-title {
    font-size: 2.5rem;
  }

  .contact-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form-wrapper {
    padding: 40px 30px;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    padding: 120px 0 80px;
  }

  .contact-hero-title {
    font-size: 2rem;
  }

  .contact-hero-subtitle {
    font-size: 1.1rem;
  }

  .contact-options,
  .contact-form-section,
  .contact-info-section {
    padding: 60px 0;
  }

  .contact-options-grid,
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-form-header h2 {
    font-size: 2rem;
  }
}

/* =============================================
   PRIVACY PAGE STYLES
   ============================================= */

/* Privacy Hero Section */
.privacy-hero {
  padding: 150px 0 80px;
  background: linear-gradient(135deg, #292460 0%, #060818 100%);
  text-align: center;
  color: #ffffff;
}

.privacy-hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.privacy-last-updated {
  font-size: 1.1rem;
  margin-bottom: 10px;
  opacity: 0.9;
}

.privacy-note {
  font-size: 0.95rem;
  font-style: italic;
  opacity: 0.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Privacy Content Section */
.privacy-content {
  padding: 80px 0;
  background-color: #ffffff;
}

.privacy-intro {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 40px;
  background: #f7fafc;
  border-radius: 12px;
  border-left: 4px solid #36d0ea;
}

.privacy-intro h2 {
  font-size: 2rem;
  color: #060818;
  margin-bottom: 20px;
}

.privacy-intro p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2d3748;
  margin-bottom: 15px;
}

.privacy-intro a {
  color: #36d0ea;
  font-weight: 600;
  text-decoration: underline;
}

.privacy-intro a:hover {
  color: #2bb8d1;
}

.privacy-full-policy {
  max-width: 900px;
  margin: 0 auto;
}

.privacy-full-policy > h2 {
  font-size: 2.2rem;
  color: #060818;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #36d0ea;
}

.privacy-full-policy > p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2d3748;
  margin-bottom: 30px;
}

.privacy-section {
  margin-bottom: 50px;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.privacy-section h3 {
  font-size: 1.8rem;
  color: #060818;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.privacy-section h4 {
  font-size: 1.4rem;
  color: #2d3748;
  margin-top: 25px;
  margin-bottom: 15px;
}

.privacy-section p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 15px;
}

.privacy-definition {
  margin-bottom: 20px;
  padding: 15px;
  background: #f7fafc;
  border-left: 3px solid #36d0ea;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.7;
  color: #2d3748;
}

.privacy-definition strong {
  color: #060818;
}

.privacy-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.privacy-list li {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 12px;
}

.privacy-list li strong {
  color: #060818;
}

.privacy-contact {
  padding: 25px;
  background: #f7fafc;
  border-radius: 8px;
  margin-top: 20px;
}

.privacy-contact p {
  margin-bottom: 10px;
}

.privacy-contact a {
  color: #36d0ea;
  font-weight: 600;
  text-decoration: underline;
}

.privacy-contact a:hover {
  color: #2bb8d1;
}

/* Responsive - Privacy Page */
@media (max-width: 768px) {
  .privacy-hero {
    padding: 120px 0 60px;
  }

  .privacy-hero h1 {
    font-size: 2.2rem;
  }

  .privacy-content {
    padding: 60px 0;
  }

  .privacy-intro,
  .privacy-section {
    padding: 25px 20px;
  }

  .privacy-full-policy > h2 {
    font-size: 1.8rem;
  }

  .privacy-section h3 {
    font-size: 1.5rem;
  }

  .privacy-section h4 {
    font-size: 1.2rem;
  }
}

/* =============================================
   GLOSSARY PAGE STYLES
   ============================================= */

/* Glossary Hero Section */
.glossary-hero {
  padding: 150px 0 80px;
  background: linear-gradient(135deg, #292460 0%, #060818 100%);
  text-align: center;
  color: #ffffff;
}

.glossary-hero h1 {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 8px;
}

.glossary-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

.glossary-search {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.glossary-search i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 1.2rem;
}

.glossary-search input {
  width: 100%;
  padding: 18px 20px 18px 55px;
  font-size: 1.1rem;
  border: none;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.glossary-search input:focus {
  outline: none;
  box-shadow: 0 10px 40px rgba(54, 208, 234, 0.3);
}

/* Alphabet Navigation */
.glossary-alphabet {
  padding: 30px 0;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 80px;
  z-index: 100;
  transition: all 0.3s ease;
}

.alphabet-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.alphabet-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f7fafc;
  color: #2d3748;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.alphabet-letter:hover {
  background: #36d0ea;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(54, 208, 234, 0.3);
}

/* Glossary Content */
.glossary-content {
  padding: 80px 0;
  background: #f7fafc;
}

.glossary-letter-section {
  margin-bottom: 80px;
}

.glossary-letter-title {
  font-size: 3rem;
  color: #060818;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 4px solid #36d0ea;
  font-weight: 800;
  display: inline-block;
}

.glossary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.glossary-term-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-left: 4px solid #36d0ea;
}

.glossary-term-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-left-color: #2bb8d1;
}

.glossary-term-title {
  font-size: 1.5rem;
  color: #060818;
  margin-bottom: 15px;
  font-weight: 700;
}

.glossary-term-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5568;
}

/* Glossary CTA Section */
.glossary-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #060818 0%, #1e3a8a 100%);
  text-align: center;
  color: #ffffff;
}

.glossary-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.glossary-cta p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

/* Responsive - Glossary Page */
@media (max-width: 1024px) {
  .glossary-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .glossary-hero {
    padding: 120px 0 60px;
  }

  .glossary-hero h1 {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }

  .glossary-subtitle {
    font-size: 1rem;
  }

  .glossary-search input {
    padding: 15px 20px 15px 50px;
    font-size: 1rem;
  }

  .glossary-alphabet {
    top: 70px;
    padding: 20px 0;
  }

  .alphabet-nav {
    gap: 10px;
  }

  .alphabet-letter {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }

  .glossary-content {
    padding: 60px 0;
  }

  .glossary-letter-section {
    margin-bottom: 60px;
  }

  .glossary-letter-title {
    font-size: 2.2rem;
  }

  .glossary-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .glossary-term-card {
    padding: 25px 20px;
  }

  .glossary-term-title {
    font-size: 1.3rem;
  }

  .glossary-cta {
    padding: 80px 0;
  }

  .glossary-cta h2 {
    font-size: 2rem;
  }

  .glossary-cta p {
    font-size: 1.05rem;
  }
}

@media (max-width: 480px) {
  .glossary-hero h1 {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .alphabet-letter {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .glossary-letter-title {
    font-size: 1.8rem;
  }
}
/* =============================================
   RESOURCES PAGE STYLES
   ============================================= */

/* Resources Hero Section */
.resources-hero {
  padding: 150px 0 80px;
  background: linear-gradient(135deg, #292460 0%, #060818 100%);
  text-align: center;
  color: #ffffff;
}

.resources-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 800;
}

.resources-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

/* Quick Links Section */
.resources-quick-links {
  padding: 60px 0;
  background: #ffffff;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.quick-link-card {
  padding: 40px 30px;
  background: #f7fafc;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.quick-link-card:hover {
  background: #ffffff;
  border-color: #36d0ea;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(54, 208, 234, 0.2);
}

.quick-link-card i {
  font-size: 3rem;
  color: #36d0ea;
  margin-bottom: 20px;
}

.quick-link-card h3 {
  font-size: 1.3rem;
  color: #060818;
  margin-bottom: 10px;
}

.quick-link-card p {
  font-size: 0.95rem;
  color: #64748b;
}

/* Resources Section */
.resources-section {
  padding: 80px 0;
  background: #ffffff;
}

.resources-section-alt {
  background: #f7fafc;
}

/* Tabs */
.resources-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 12px 30px;
  background: #f7fafc;
  border: 2px solid #e2e8f0;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  border-color: #36d0ea;
  color: #36d0ea;
}

.tab-btn.active {
  background: #36d0ea;
  border-color: #36d0ea;
  color: #ffffff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Video Grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.video-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(54, 208, 234, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-play-btn:hover {
  background: rgba(54, 208, 234, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-btn i {
  font-size: 1.8rem;
  color: #ffffff;
  margin-left: 5px;
}

.video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
}

.video-info {
  padding: 25px;
}

.video-info h3 {
  font-size: 1.3rem;
  color: #060818;
  margin-bottom: 10px;
}

.video-info p {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Webinar List */
.webinar-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.webinar-card {
  display: flex;
  gap: 30px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}

.webinar-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.webinar-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.webinar-badge.upcoming {
  background: #36d0ea;
  color: #ffffff;
}

.webinar-badge.recorded {
  background: #64748b;
  color: #ffffff;
}

.webinar-date {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.webinar-day {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.webinar-month {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

.webinar-content {
  flex: 1;
}

.webinar-content h3 {
  font-size: 1.5rem;
  color: #060818;
  margin-bottom: 15px;
}

.webinar-description {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.6;
}

.webinar-meta {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.webinar-meta span {
  font-size: 0.9rem;
  color: #64748b;
}

.webinar-meta i {
  color: #36d0ea;
  margin-right: 8px;
}

/* Download Categories */
.download-categories {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.category-btn {
  padding: 10px 25px;
  background: #f7fafc;
  border: 2px solid #e2e8f0;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2d3748;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-btn:hover {
  border-color: #36d0ea;
  color: #36d0ea;
}

.category-btn.active {
  background: #36d0ea;
  border-color: #36d0ea;
  color: #ffffff;
}

/* Download Grid */
.download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
}

.download-card {
  display: flex;
  gap: 25px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.download-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #36d0ea 0%, #2bb8d1 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.download-content {
  flex: 1;
}

.download-type {
  display: inline-block;
  padding: 4px 12px;
  background: #f7fafc;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #36d0ea;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.download-content h3 {
  font-size: 1.2rem;
  color: #060818;
  margin-bottom: 10px;
}

.download-content p {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 15px;
  line-height: 1.6;
}

.download-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.download-meta span {
  font-size: 0.85rem;
  color: #64748b;
}

.download-meta i {
  color: #36d0ea;
  margin-right: 5px;
}

/* Events Grid */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.event-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.event-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.event-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 20px;
}

.event-photo-count {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}

.event-photo-count i {
  margin-right: 8px;
}

.event-info {
  padding: 25px;
}

.event-date {
  display: inline-block;
  padding: 4px 12px;
  background: #f7fafc;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #36d0ea;
  margin-bottom: 10px;
}

.event-info h3 {
  font-size: 1.3rem;
  color: #060818;
  margin-bottom: 10px;
}

.event-info p {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Resources CTA */
.resources-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #060818 0%, #292460 100%);
  text-align: center;
  color: #ffffff;
}

.resources-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.resources-cta p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

.resources-cta .btn:hover {
  background: #2bb8d1;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(54, 208, 234, 0.6);
}

.resources-cta .cta-form-wrapper {
  max-width: 700px;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, 0.98);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.resources-cta .privacy-text {
  color: #060818;
}

/* Responsive - Resources Page */
@media (max-width: 1024px) {
  .video-grid,
  .download-grid,
  .events-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .resources-hero {
    padding: 120px 0 60px;
  }

  .resources-hero h1 {
    font-size: 2.5rem;
  }

  .resources-subtitle {
    font-size: 1rem;
  }

  .quick-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .quick-link-card {
    padding: 30px 20px;
  }

  .resources-section {
    padding: 60px 0;
  }

  .resources-tabs {
    gap: 10px;
  }

  .tab-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .video-grid,
  .download-grid,
  .events-grid {
    grid-template-columns: 1fr;
  }

  .webinar-card {
    flex-direction: column;
    gap: 20px;
  }

  .webinar-badge {
    top: 15px;
    right: 15px;
  }

  .download-card {
    flex-direction: column;
    gap: 20px;
  }

  .download-icon {
    width: 60px;
    height: 60px;
  }

  .resources-cta {
    padding: 80px 0;
  }

  .resources-cta h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .resources-hero h1 {
    font-size: 2rem;
  }

  .quick-links-grid {
    grid-template-columns: 1fr;
  }

  .webinar-date {
    width: 70px;
    height: 70px;
  }

  .webinar-day {
    font-size: 1.8rem;
  }
}

/* ========================================
   DROPDOWN MENU STYLES
   ======================================== */

/* Dropdown container */
.nav-item.dropdown,
li.dropdown {
  position: relative;
}

/* Dropdown link with arrow */
.nav-item.dropdown .nav-link,
li.dropdown > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Dropdown arrow */
.dropdown-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
.nav-item.dropdown:hover .dropdown-arrow,
li.dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown menu container */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 0.5rem;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu,
li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown menu links */
.dropdown-menu a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #2a1a4d;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

/* Dropdown link hover */
.dropdown-menu a:hover {
  background: #f8f9fa;
  border-left-color: #36d0ea;
  color: #36d0ea;
}

/* Active dropdown link */
.dropdown-menu a.active {
  background: #e8f8fb;
  color: #36d0ea;
  border-left-color: #36d0ea;
  font-weight: 600;
}

/* Mobile dropdown styles */
@media (max-width: 768px) {
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f8f9fa;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .nav-item.dropdown.active .dropdown-menu,
  li.dropdown.active .dropdown-menu {
    max-height: 300px;
  }

  .nav-item.dropdown .nav-link,
  li.dropdown > a {
    justify-content: space-between;
  }
}
/* ========================================
   STANDARDIZED HERO SECTION
   Based on platform.html hero design
   ======================================== */

/* Hero Container */
.hero-standard {
  padding: 8rem 0 4rem;
  background: linear-gradient(135deg, #000033 0%, #000053 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.hero-standard-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Hero Content Wrapper */
.hero-standard-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Hero Text Container */
.hero-standard-text {
  max-width: 600px;
}

/* Hero Title */
.hero-standard-title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}

/* Hero Subtitle */
.hero-standard-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* Hero Badges Container */
.hero-standard-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* Individual Badge */
.hero-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(54, 208, 234, 0.2);
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #36d0ea;
  transition: all 0.3s ease;
}

.hero-badge:hover {
  background-color: rgba(54, 208, 234, 0.3);
  transform: translateY(-2px);
}

.hero-badge i,
.hero-badge svg {
  font-size: 1rem;
}

/* Hero CTA Buttons Container */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

/* Hero Buttons - Filled Style */
.hero-btn-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  background-color: #36d0ea;
  color: #ffffff;
  border: 2px solid #36d0ea;
  border-radius: 8px;
  font-family: "Como", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(54, 208, 234, 0.3);
}

.hero-btn-filled:hover {
  background-color: #2ab8d0;
  border-color: #2ab8d0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 208, 234, 0.4);
}

.hero-btn-filled:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(54, 208, 234, 0.3);
}

/* Hero Buttons - Outline Style */
.hero-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-family: "Como", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.hero-btn-outline:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

/* Hero Image/Visual (optional) */
.hero-standard-visual {
  flex: 1;
  max-width: 500px;
}

.hero-standard-visual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-standard {
    padding: 6rem 0 3rem;
  }

  .hero-standard-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-standard-text {
    max-width: 100%;
  }

  .hero-standard-title {
    font-size: 2.5rem;
  }

  .hero-standard-subtitle {
    font-size: 1.1rem;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-standard-badges {
    justify-content: center;
  }

  .hero-standard-visual {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-standard {
    padding: 5rem 0 2.5rem;
  }

  .hero-standard-title {
    font-size: 2rem;
  }

  .hero-standard-subtitle {
    font-size: 1rem;
  }

  .hero-btn-filled,
  .hero-btn-outline {
    width: 100%;
    justify-content: center;
  }
}
