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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #0a0f1a;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

.gradient-text {
  background: linear-gradient(135deg, #00B4D8 0%, #00D9FF 50%, #48cae4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-tag {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00B4D8;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #b0bdd0;
  max-width: 600px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn svg {
  width: 20px;
  height: 20px;
}

.btn-primary {
  background: linear-gradient(135deg, #00B4D8, #0077B6);
  color: white;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 180, 216, 0.4);
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(0, 180, 216, 0.2);
}
.btn-outline:hover {
  border-color: #00B4D8;
  background: rgba(0, 180, 216, 0.1);
}

.btn-whatsapp {
  background: #25D366;
  color: white;
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 0;
  transition: all 0.3s ease;
}
.navbar.scrolled {
  background: rgba(13, 19, 32, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 180, 216, 0.2);
  padding: 0.75rem 0;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
}
.logo img {
  height: 80px;
  width: auto;
  max-width: 100%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav-links a:hover {
  color: #00B4D8;
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0a0f1a;
    padding: 2rem;
    gap: 1.5rem;
    border-top: 1px solid rgba(0, 180, 216, 0.2);
  }
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.mobile-menu-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .mobile-menu-btn {
    display: flex;
  }
}

@media (max-width: 768px) {
  .logo img {
    height: 50px;
  }
  .container {
    padding: 0 16px;
  }
  .hero {
    padding: 100px 0 60px;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .section {
    padding: 60px 0;
  }
  .about-stats {
    gap: 2rem;
  }
  .contact-card {
    padding: 2rem 1.5rem;
  }
}
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 120px 0 80px;
  overflow: hidden;
}

#hero-shader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(10, 15, 26, 0.2) 0%, rgba(10, 15, 26, 0.5) 100%), radial-gradient(ellipse at 20% 20%, rgba(0, 180, 216, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(0, 119, 182, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(0, 217, 255, 0.03) 0%, transparent 70%);
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300B4D8' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  margin-bottom: 1.5rem;
}
.hero-title .gradient-text {
  display: block;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #b0bdd0;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

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

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: #64748b;
  font-size: 0.875rem;
  animation: bounce 2s infinite;
  z-index: 2;
  transition: opacity 0.4s ease;
}
.scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .scroll-indicator {
    bottom: 16px;
    gap: 0.5rem;
    font-size: 0.75rem;
  }
  .scroll-indicator .chain-link {
    width: 20px;
    height: 32px;
  }
}
.scroll-indicator .chain-link {
  width: 24px;
  height: 40px;
  border: 2px solid #00B4D8;
  border-radius: 12px;
  position: relative;
}
.scroll-indicator .chain-link::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: #00B4D8;
  border-radius: 2px;
  animation: scrollDot 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes scrollDot {
  0% {
    opacity: 0;
    top: 8px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
.chain-connector {
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 10;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .chain-connector {
    display: none;
  }
}

.chain-svg {
  width: 100%;
  height: 100%;
}

.chain-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.1s ease-out;
}

.chain-node {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.chain-node::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #00B4D8, #0077B6);
  border-radius: 50%;
  opacity: 0.2;
  animation: pulse 3s infinite;
}
.chain-node .node-icon {
  width: 60px;
  height: 60px;
  background: #0a0f1a;
  border: 3px solid #00B4D8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 180, 216, 0.3), 0 0 40px rgba(0, 180, 216, 0.1);
}
.chain-node .node-icon svg {
  color: #00B4D8;
}
.chain-node .node-icon.pulse {
  animation: nodePulse 2s infinite;
}
.chain-node.final .node-icon {
  background: linear-gradient(135deg, #00B4D8, #0077B6);
}
.chain-node.final .node-icon svg {
  color: white;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.1;
  }
}
@keyframes nodePulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(0, 180, 216, 0.3), 0 0 40px rgba(0, 180, 216, 0.1);
  }
  50% {
    box-shadow: 0 0 30px rgba(0, 180, 216, 0.5), 0 0 60px rgba(0, 180, 216, 0.2);
  }
}
.section {
  padding: 100px 0;
  position: relative;
}
.section:nth-child(even) {
  background: #0d1320;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header .section-subtitle {
  margin: 0 auto;
}

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

.service-card {
  background: rgba(13, 19, 32, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 180, 216, 0.2);
  border-radius: 20px;
  padding: 2.5rem;
  transition: all 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: #00B4D8;
  box-shadow: 0 0 20px rgba(0, 180, 216, 0.3), 0 0 40px rgba(0, 180, 216, 0.1);
}
.service-card .service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.2), rgba(0, 119, 182, 0.1));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.service-card .service-icon svg {
  color: #00B4D8;
}
.service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.service-card p {
  color: #b0bdd0;
}

.lms-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .lms-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.lms-text .section-subtitle {
  margin-bottom: 2rem;
}
.lms-text .btn {
  margin-top: 2rem;
}

.feature-list {
  list-style: none;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.feature-list li svg {
  flex-shrink: 0;
  color: #25D366;
  margin-top: 2px;
}
.feature-list li span {
  color: #b0bdd0;
}

.lms-visual {
  display: flex;
  justify-content: center;
}

.lms-card {
  background: rgba(13, 19, 32, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 180, 216, 0.2);
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
.lms-card .lms-card-header {
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem 1.5rem;
}
.lms-card .lms-card-header .dots {
  display: flex;
  gap: 8px;
}
.lms-card .lms-card-header .dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #64748b;
}
.lms-card .lms-card-header .dots span:first-child {
  background: #ff5f57;
}
.lms-card .lms-card-header .dots span:nth-child(2) {
  background: #febc2e;
}
.lms-card .lms-card-header .dots span:last-child {
  background: #28c840;
}
.lms-card .lms-card-body {
  padding: 2rem;
}
.lms-card .lms-stat {
  text-align: center;
  margin-bottom: 1.5rem;
}
.lms-card .lms-stat .stat-value {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #00B4D8 0%, #00D9FF 50%, #48cae4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lms-card .lms-stat .stat-label {
  color: #b0bdd0;
  font-size: 0.875rem;
}
.lms-card .lms-progress {
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.lms-card .lms-progress .progress-bar {
  height: 100%;
  width: var(--progress);
  background: linear-gradient(90deg, #00B4D8, #00D9FF);
  border-radius: 4px;
  animation: progressFill 2s ease-out;
}
.lms-card .lms-modules {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lms-card .lms-modules .module {
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  font-size: 0.875rem;
  color: #64748b;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}
.lms-card .lms-modules .module.complete {
  border-left-color: #25D366;
  color: #b0bdd0;
}
.lms-card .lms-modules .module.active {
  border-left-color: #00B4D8;
  background: rgba(0, 180, 216, 0.1);
  color: #ffffff;
}

@keyframes progressFill {
  from {
    width: 0;
  }
  to {
    width: var(--progress);
  }
}
.about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-text p {
  color: #b0bdd0;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.about-stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.about-stats .stat-item {
  text-align: center;
}
.about-stats .stat-item .stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #00B4D8 0%, #00D9FF 50%, #48cae4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-stats .stat-item .stat-text {
  color: #b0bdd0;
  font-size: 0.875rem;
}

.contact-content {
  max-width: 800px;
  margin: 0 auto;
}

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

.contact-card {
  background: rgba(13, 19, 32, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 180, 216, 0.2);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.contact-card:hover {
  transform: translateY(-5px);
}
.contact-card:hover .contact-cta {
  color: #00B4D8;
}
.contact-card.whatsapp:hover {
  border-color: #25D366;
  box-shadow: 0 10px 40px rgba(37, 211, 102, 0.2);
}
.contact-card.whatsapp:hover .contact-cta {
  color: #25D366;
}
.contact-card.email:hover {
  border-color: #00B4D8;
  box-shadow: 0 0 20px rgba(0, 180, 216, 0.3), 0 0 40px rgba(0, 180, 216, 0.1);
}
.contact-card .contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card .contact-icon svg {
  color: #00B4D8;
}
.contact-card.whatsapp .contact-icon svg {
  color: #25D366;
}
.contact-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.contact-card p {
  color: #b0bdd0;
  margin-bottom: 1rem;
}
.contact-card .contact-cta {
  color: #64748b;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer {
  background: rgba(0, 0, 0, 0.3);
  padding: 4rem 0 2rem;
  border-top: 1px solid rgba(0, 180, 216, 0.2);
}

.footer-content {
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.footer-brand img {
  height: 40px;
  width: auto;
}
.footer-brand span {
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-tagline {
  color: #b0bdd0;
  margin-bottom: 2rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.footer-links a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #00B4D8;
}

.copyright {
  color: #64748b;
  font-size: 0.875rem;
}

[data-aos] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos=fade-right] {
  transform: translateX(-30px);
}
[data-aos=fade-right].aos-animate {
  transform: translateX(0);
}

[data-aos=fade-left] {
  transform: translateX(30px);
}
[data-aos=fade-left].aos-animate {
  transform: translateX(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=style.css.map */
