@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
  color: #343a40;
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar {
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar .navbar-brand {
  font-weight: 700;
  color: #212529 !important;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-brand:hover {
  transform: scale(1.02);
}
.navbar .navbar-brand img, .navbar .navbar-brand svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  transition: all 0.2s ease-in-out;
}
.navbar .nav-link {
  font-weight: 500;
  color: #495057 !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  border-radius: 0.375rem;
  margin: 0 0.25rem;
  padding: 0.5rem 1rem !important;
}
.navbar .nav-link:hover {
  color: #4158D0 !important;
  background-color: rgba(65, 88, 208, 0.1);
}
.navbar .nav-link.active {
  color: #4158D0 !important;
  background-color: rgba(65, 88, 208, 0.15);
}
.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: linear-gradient(135deg, #4158D0, #C850C0);
  border-radius: 50rem;
}
.navbar .d-flex.align-items-center {
  height: 40px;
}
.navbar .btn {
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.2;
  height: auto;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.navbar .btn i {
  font-size: 0.9em;
}
.navbar .btn.btn-lg {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.hero-modern {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(65, 88, 208, 0.1) 0%, rgba(200, 80, 192, 0.05) 50%, white 100%);
}
.hero-modern .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-modern .geometric-shapes {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-modern .geometric-shapes .shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(65, 88, 208, 0.1);
  animation: float 6s ease-in-out infinite;
}
.hero-modern .geometric-shapes .shape.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
  background: rgba(65, 88, 208, 0.08);
}
.hero-modern .geometric-shapes .shape.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 70%;
  animation-delay: 2s;
  background: rgba(200, 80, 192, 0.06);
}
.hero-modern .geometric-shapes .shape.shape-3 {
  width: 200px;
  height: 200px;
  bottom: 20%;
  left: 5%;
  animation-delay: 4s;
  background: rgba(65, 88, 208, 0.05);
}
.hero-modern .hero-content {
  padding: 3rem 0;
}
.hero-modern .hero-badge {
  display: inline-block;
  background: rgba(65, 88, 208, 0.1);
  color: #4158D0;
  padding: 0.5rem 1.5rem;
  border-radius: 50rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(65, 88, 208, 0.2);
}
.hero-modern .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}
.hero-modern .hero-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #6c757d;
  max-width: 90%;
}
.hero-modern .hero-stats .stat-number {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4158D0;
  margin-bottom: 0.25rem;
}
.hero-modern .hero-stats .stat-label {
  font-size: 0.875rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hero-modern .hero-visual {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-modern .logo-showcase {
  position: relative;
  width: 400px;
  height: 400px;
}
.hero-modern .logo-showcase .logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #4158D0, #C850C0);
  border-radius: 50%;
  opacity: 0.2;
  animation: pulse 4s ease-in-out infinite;
}
.hero-modern .logo-showcase .logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.hero-modern .logo-showcase .logo-container .main-logo {
  width: 200px;
  height: 200px;
  filter: drop-shadow(0 10px 30px rgba(65, 88, 208, 0.3));
}
.hero-modern .logo-showcase .floating-elements .floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #343a40;
  min-width: 120px;
  border: 1px solid rgba(65, 88, 208, 0.1);
  backdrop-filter: blur(5px);
}
.hero-modern .logo-showcase .floating-elements .floating-card i {
  font-size: 1.5rem;
  color: #4158D0;
}
.hero-modern .logo-showcase .floating-elements .floating-card.card-1 {
  top: 20%;
  left: -20%;
  animation: cardFloat1 4s ease-in-out infinite;
}
.hero-modern .logo-showcase .floating-elements .floating-card.card-2 {
  top: 10%;
  right: -30%;
  animation: cardFloat2 4s ease-in-out infinite 1s;
}
.hero-modern .logo-showcase .floating-elements .floating-card.card-3 {
  bottom: 30%;
  left: -30%;
  animation: cardFloat3 4s ease-in-out infinite 2s;
}
.hero-modern .logo-showcase .floating-elements .floating-card.card-4 {
  bottom: 20%;
  right: -20%;
  animation: cardFloat4 4s ease-in-out infinite 3s;
}
.hero-modern .btn {
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.hero-modern .btn.btn-lg {
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
}
.hero-modern .btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.hero-modern .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
.hero-modern .btn-outline-light:hover {
  background: #ffffff;
  color: #4158D0;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.hero-modern .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
}
@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes cardFloat1 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(-2deg);
  }
}
@keyframes cardFloat2 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}
@keyframes cardFloat3 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(-1deg);
  }
}
@keyframes cardFloat4 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(1deg);
  }
}
.features-section {
  padding: 5rem 0;
  background: #ffffff;
}
.features-section .section-badge {
  display: inline-block;
  background: rgba(65, 88, 208, 0.1);
  color: #4158D0;
  padding: 0.25rem 1rem;
  border-radius: 50rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.features-section .feature-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.features-section .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #4158D0, #C850C0);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.features-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: rgba(65, 88, 208, 0.2);
}
.features-section .feature-card:hover::before {
  transform: scaleX(1);
}
.features-section .feature-card:hover .feature-icon i {
  transform: scale(1.1);
  color: #C850C0;
}
.features-section .feature-card .feature-icon {
  width: 80px;
  height: 80px;
  background: rgba(65, 88, 208, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.features-section .feature-card .feature-icon i {
  font-size: 2rem;
  color: #4158D0;
  transition: all 0.3s ease;
}
.features-section .feature-card .feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
}
.features-section .feature-card .feature-description {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.features-section .feature-card .feature-list .feature-item {
  display: flex;
  align-items: center;
  color: #495057;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.features-section .feature-card .feature-list .feature-item i {
  color: #0d6832;
  font-weight: bold;
}
.features-section .feature-card .feature-list .feature-item:last-child {
  margin-bottom: 0;
}

.cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #4158D0 0%, #C850C0 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="grain" width="100" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="20" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}
.cta-section .cta-content {
  position: relative;
  z-index: 1;
}
.cta-section .cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.cta-section .cta-description {
  font-size: 1.125rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.cta-section .btn-outline-primary {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.cta-section .btn-outline-primary:hover {
  background: #ffffff;
  color: #4158D0;
  border-color: #ffffff;
}

.about-hero {
  min-height: 100vh;
  background: linear-gradient(135deg, white 0%, rgba(65, 88, 208, 0.05) 50%, rgba(200, 80, 192, 0.08) 100%);
  position: relative;
  overflow: hidden;
}
.about-hero .about-hero-content {
  padding: 3rem 0;
}
.about-hero .hero-badge {
  display: inline-block;
  background: rgba(65, 88, 208, 0.1);
  color: #4158D0;
  padding: 0.5rem 1.5rem;
  border-radius: 50rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(65, 88, 208, 0.2);
}
.about-hero .hero-stats {
  margin-top: 3rem;
}
.about-hero .hero-stats .stat-item .stat-number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.about-hero .hero-stats .stat-item .stat-label {
  font-size: 0.875rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about-hero .about-hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hero .about-hero-visual .logo-container {
  position: relative;
  width: 300px;
  height: 300px;
}
.about-hero .about-hero-visual .logo-container .logo-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #4158D0, #C850C0);
  border-radius: 50%;
  opacity: 0.1;
  animation: logoBackdrop 8s ease-in-out infinite;
}
.about-hero .about-hero-visual .logo-container .main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  filter: drop-shadow(0 10px 30px rgba(65, 88, 208, 0.2));
  z-index: 2;
}
.about-hero .about-hero-visual .logo-container .orbit-elements .orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(65, 88, 208, 0.2);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}
.about-hero .about-hero-visual .logo-container .orbit-elements .orbit.orbit-1 {
  width: 220px;
  height: 220px;
  animation-duration: 25s;
}
.about-hero .about-hero-visual .logo-container .orbit-elements .orbit.orbit-2 {
  width: 280px;
  height: 280px;
  animation-duration: 35s;
  animation-direction: reverse;
}
.about-hero .about-hero-visual .logo-container .orbit-elements .orbit.orbit-3 {
  width: 340px;
  height: 340px;
  animation-duration: 45s;
}
.about-hero .about-hero-visual .logo-container .orbit-elements .orbit .orbit-dot {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #4158D0, #C850C0);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(65, 88, 208, 0.5);
}

@keyframes logoBackdrop {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.2;
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tech-stack-section {
  padding: 5rem 0;
  background: #ffffff;
}
.tech-stack-section .tech-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}
.tech-stack-section .tech-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: rgba(65, 88, 208, 0.2);
}
.tech-stack-section .tech-card:hover .tech-icon i {
  transform: scale(1.2);
  color: #C850C0;
}
.tech-stack-section .tech-card .tech-icon {
  width: 80px;
  height: 80px;
  background: rgba(65, 88, 208, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.tech-stack-section .tech-card .tech-icon i {
  font-size: 2.5rem;
  color: #4158D0;
  transition: all 0.3s ease;
}
.tech-stack-section .tech-card .tech-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
}
.tech-stack-section .tech-card .tech-description {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.tech-stack-section .tech-card .tech-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.tech-stack-section .tech-card .tech-features .feature-tag {
  background: rgba(65, 88, 208, 0.1);
  color: #4158D0;
  padding: 0.25rem 0.5rem;
  border-radius: 50rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.core-features-section {
  padding: 5rem 0;
  background: #f9fafb;
}
.core-features-section .feature-highlight {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.core-features-section .feature-highlight .feature-highlight-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4158D0, #C850C0);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.core-features-section .feature-highlight .feature-highlight-icon i {
  font-size: 2rem;
  color: #ffffff;
}
.core-features-section .feature-highlight .feature-highlight-content {
  flex: 1;
}
.core-features-section .feature-highlight .feature-highlight-content h4 {
  color: #212529;
  margin-bottom: 1rem;
}
.core-features-section .feature-highlight .feature-highlight-content .feature-list {
  list-style: none;
  padding: 0;
}
.core-features-section .feature-highlight .feature-highlight-content .feature-list li {
  display: flex;
  align-items: center;
  color: #495057;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.core-features-section .feature-highlight .feature-highlight-content .feature-list li i {
  color: #0d6832;
  margin-right: 0.5rem;
}
.core-features-section .feature-highlight .feature-highlight-content .feature-list li:last-child {
  margin-bottom: 0;
}

.getting-started-section {
  padding: 5rem 0;
  background: #ffffff;
}
.getting-started-section .step-card {
  text-align: center;
  padding: 3rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid #e9ecef;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.getting-started-section .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: rgba(65, 88, 208, 0.2);
}
.getting-started-section .step-card:hover .step-number {
  transform: scale(1.1);
  background: #C850C0;
}
.getting-started-section .step-card .step-number {
  width: 60px;
  height: 60px;
  background: #4158D0;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}
.getting-started-section .step-card .step-content .step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
}
.getting-started-section .step-card .step-content .step-description {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.getting-started-section .step-card .step-content .code-snippet {
  background: #212529;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  font-family: "Fira Code", "SF Mono", Monaco, Consolas, monospace;
  font-size: 0.875rem;
}

.philosophy-section {
  padding: 5rem 0;
  background: #f9fafb;
}
.philosophy-section .philosophy-content .philosophy-points .philosophy-point {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.philosophy-section .philosophy-content .philosophy-points .philosophy-point .point-icon {
  width: 50px;
  height: 50px;
  background: rgba(65, 88, 208, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.philosophy-section .philosophy-content .philosophy-points .philosophy-point .point-icon i {
  color: #4158D0;
  font-size: 1.2rem;
}
.philosophy-section .philosophy-content .philosophy-points .philosophy-point .point-content .point-title {
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.25rem;
}
.philosophy-section .philosophy-content .philosophy-points .philosophy-point .point-content .point-description {
  color: #6c757d;
  font-size: 0.875rem;
  margin: 0;
}
.philosophy-section .philosophy-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.philosophy-section .philosophy-visual .philosophy-graphic {
  position: relative;
  width: 300px;
  height: 300px;
}
.philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid;
  animation: philosophyRotate 15s linear infinite;
}
.philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-1 {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(65, 88, 208, 0.3);
  animation-duration: 20s;
}
.philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-2 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(200, 80, 192, 0.2);
  animation-duration: 30s;
  animation-direction: reverse;
}
.philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-3 {
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(65, 88, 208, 0.1);
  animation-duration: 40s;
}
.philosophy-section .philosophy-visual .philosophy-graphic .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.philosophy-section .philosophy-visual .philosophy-graphic .center-logo .philosophy-logo {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 5px 15px rgba(65, 88, 208, 0.3));
}

@keyframes philosophyRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.about-cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #4158D0, #C850C0);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.about-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="20" fill="url(%23dots)"/></svg>');
  opacity: 0.5;
}
.about-cta-section .cta-actions {
  position: relative;
  z-index: 1;
}
.about-cta-section .cta-actions .btn-light {
  background: #ffffff;
  color: #4158D0;
  font-weight: 600;
}
.about-cta-section .cta-actions .btn-light:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.about-cta-section .cta-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.about-cta-section .cta-actions .btn-outline-light:hover {
  background: #ffffff;
  color: #4158D0;
  border-color: #ffffff;
}

.btn-gradient {
  background: linear-gradient(135deg, #4158D0, #C850C0);
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.3s ease;
}
.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: #ffffff;
}
.btn-gradient:hover::before {
  left: 100%;
}
.btn-gradient:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 88, 208, 0.25);
  color: #ffffff;
}
.btn-gradient:active {
  transform: translateY(0);
  color: #ffffff;
}
.navbar .btn-gradient {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.navbar .btn-gradient.btn-lg {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.btn-outline-primary {
  border: 1px solid #4158D0;
  color: #4158D0;
  background: transparent;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-outline-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4158D0, #C850C0);
  transition: all 0.3s ease;
  z-index: -1;
}
.btn-outline-primary:hover {
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.btn-outline-primary:hover::before {
  left: 0;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 88, 208, 0.25);
  border-color: #4158D0;
  color: #4158D0;
}
.btn-outline-primary:active {
  transform: translateY(0);
}
.navbar .btn-outline-primary {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  line-height: 1.2;
  height: auto;
}
.navbar .btn-outline-primary.btn-lg {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.navbar .btn-outline-primary.dropdown-toggle::after {
  margin-left: 0.5rem;
  opacity: 0.7;
  font-size: 0.8em;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
  padding: 0.5rem;
  min-width: 200px;
  margin-top: 0.25rem;
}
.dropdown-menu .dropdown-header {
  color: #343a40;
  font-weight: 600;
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
}
.dropdown-menu .dropdown-item {
  border-radius: 0.375rem;
  padding: 0.5rem;
  margin-bottom: 0.25rem;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.dropdown-menu .dropdown-item:hover {
  background: linear-gradient(135deg, #4158D0, #C850C0);
  color: #ffffff;
  transform: translateX(4px);
}
.dropdown-menu .dropdown-item.text-danger:hover {
  background: linear-gradient(135deg, #dc3545, rgb(227.5316455696, 96.4683544304, 109.0253164557));
  color: #ffffff;
}
.dropdown-menu .dropdown-item i {
  width: 16px;
  opacity: 0.8;
}
.dropdown-menu .dropdown-divider {
  margin: 0.5rem 0;
  border-color: #dee2e6;
}

h1, h2, h3, h4, h5, h6 {
  color: #212529;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.text-gradient {
  background: linear-gradient(135deg, #4158D0, #C850C0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

a {
  color: #4158D0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #C850C0;
}

.badge-success {
  background-color: #ebf9f1;
  color: #0d6832;
  border: 1px solid #0d6832;
  border-radius: 50rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.badge-danger {
  background-color: #feefef;
  color: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 50rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.badge-info {
  background-color: #e8f7ff;
  color: #0a58ca;
  border: 1px solid #0a58ca;
  border-radius: 50rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.badge-secondary {
  background-color: #f0f1f2;
  color: #6c757d;
  border: 1px solid #6c757d;
  border-radius: 50rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.error-page {
  text-align: center;
  padding: 5rem 1rem;
}
.error-page h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #dee2e6;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .error-page h1 {
    font-size: 4rem;
  }
}
.error-page h2 {
  color: #495057;
  margin-bottom: 1.5rem;
}

footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  margin-top: auto;
}
footer p, footer small {
  color: #6c757d;
}

.fade-in {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hover-lift {
  transition: all 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-4px);
}

pre, code {
  font-family: "Fira Code", "SF Mono", Monaco, Consolas, monospace;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
}

code {
  padding: 0.25rem;
  color: #4158D0;
  font-size: 0.9em;
}

pre {
  padding: 1rem;
  border-left: 4px solid #4158D0;
  overflow-x: auto;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f8f9fa;
}

::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 50rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #adb5bd;
}

@media (max-width: 992px) {
  .navbar .navbar-nav {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
  }
  .navbar .d-flex.align-items-center {
    justify-content: center;
    height: auto;
  }
  .hero-modern .hero-visual {
    height: 400px;
    margin-bottom: 3rem;
  }
  .hero-modern .logo-showcase {
    width: 300px;
    height: 300px;
  }
  .hero-modern .logo-showcase .main-logo {
    width: 150px;
    height: 150px;
  }
  .hero-modern .logo-showcase .floating-elements .floating-card {
    transform: scale(0.8);
  }
  .about-hero .about-hero-visual {
    height: 300px;
    margin-bottom: 3rem;
  }
  .about-hero .about-hero-visual .logo-container {
    width: 250px;
    height: 250px;
  }
  .about-hero .about-hero-visual .logo-container .main-logo {
    width: 120px;
    height: 120px;
  }
  .core-features-section .feature-highlight {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .core-features-section .feature-highlight .feature-highlight-icon {
    margin: 0 auto;
  }
  .philosophy-section .philosophy-visual {
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .navbar .btn {
    padding: 0.5rem;
  }
  .navbar .btn .d-none.d-sm-inline {
    display: none !important;
  }
  .navbar .btn i {
    margin: 0 !important;
  }
  .hero-modern .floating-elements {
    display: none;
  }
  .hero-modern .hero-stats {
    margin-top: 3rem !important;
  }
  .features-section .feature-card {
    padding: 1.5rem;
  }
  .tech-stack-section .tech-card,
  .getting-started-section .step-card {
    margin-bottom: 1.5rem;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic {
    width: 200px;
    height: 200px;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-1 {
    width: 100px;
    height: 100px;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-2 {
    width: 140px;
    height: 140px;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-3 {
    width: 180px;
    height: 180px;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic .philosophy-logo {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .tech-stack-section .tech-card,
  .getting-started-section .step-card {
    margin-bottom: 1.5rem;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic {
    width: 200px;
    height: 200px;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-1 {
    width: 100px;
    height: 100px;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-2 {
    width: 140px;
    height: 140px;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic .graphic-circle.circle-3 {
    width: 180px;
    height: 180px;
  }
  .philosophy-section .philosophy-visual .philosophy-graphic .philosophy-logo {
    width: 60px;
    height: 60px;
  }
}
.min-vh-75 {
  min-height: 75vh;
}

.min-vh-90 {
  min-height: 90vh;
}

.position-relative .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #dc3545;
  color: #ffffff;
  border-radius: 50rem;
  font-size: 0.75rem;
  padding: 2px 6px;
  font-weight: 700;
}

@media print {
  .navbar,
  footer,
  .btn {
    display: none !important;
  }
  body {
    background: white !important;
  }
  * {
    color: black !important;
  }
}

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