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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1e293b;
  background: #ffffff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #0f172a;
}

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

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  color: #475569;
}

a {
  color: #1e3a8a;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #1e40af;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
  color: #475569;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.btn::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: left 0.5s;
}
.btn:hover::before {
  left: 100%;
}
.btn.btn-primary {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
  color: #ffffff;
  box-shadow: 0 8px 32px rgba(30, 58, 138, 0.15);
  border-radius: 16px;
}
.btn.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(30, 58, 138, 0.25);
}
.btn.btn-secondary {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 30%, #3b82f6 60%, #60a5fa 100%);
  color: #ffffff;
  box-shadow: 0 8px 32px rgba(30, 58, 138, 0.15);
  border-radius: 16px;
}
.btn.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(30, 58, 138, 0.25);
}
.btn.btn-outline {
  background: transparent;
  color: #1e3a8a;
  border: 2px solid #1e3a8a;
}
.btn.btn-outline:hover {
  background: #1e3a8a;
  color: #ffffff;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(30, 58, 138, 0.15);
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(30, 58, 138, 0.25);
}

.gradient-bg {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
  position: relative;
}
.gradient-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="geometric" width="20" height="20" patternUnits="userSpaceOnUse"><polygon points="10,2 18,8 18,16 10,22 2,16 2,8" fill="rgba(30,58,138,0.1)"/><polygon points="10,8 14,12 10,16 6,12" fill="rgba(59,130,246,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23geometric)"/></svg>');
  opacity: 0.05;
}

.geometric-shape {
  position: absolute;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
  opacity: 0.08;
  animation: floatHexagon 8s ease-in-out infinite, pulse 4s ease-in-out infinite;
}
.geometric-shape.shape-1 {
  width: 80px;
  height: 46px;
  top: 15%;
  left: 8%;
  animation-delay: 0s, 0s;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: floatHexagon 8s ease-in-out infinite, pulse 4s ease-in-out infinite, rotate 15s linear infinite;
}
.geometric-shape.shape-2 {
  width: 60px;
  height: 35px;
  top: 55%;
  right: 12%;
  animation-delay: 3s, 2s;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: floatHexagon 8s ease-in-out infinite, pulse 4s ease-in-out infinite, rotate 20s linear infinite reverse;
}
.geometric-shape.shape-3 {
  width: 70px;
  height: 40px;
  bottom: 25%;
  left: 15%;
  animation-delay: 6s, 4s;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: floatHexagon 8s ease-in-out infinite, pulse 4s ease-in-out infinite, rotate 18s linear infinite;
}

.geometric-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(30, 58, 138, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), linear-gradient(45deg, transparent 40%, rgba(96, 165, 250, 0.05) 50%, transparent 60%);
  background-size: 200px 200px, 150px 150px, 100px 100px;
  animation: patternMove 20s linear infinite;
  pointer-events: none;
}

@keyframes patternMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.hexagon {
  position: relative;
  width: 60px;
  height: 34.64px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
  margin: 17.32px 0;
  opacity: 0.1;
}
.hexagon::before, .hexagon::after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.hexagon::before {
  bottom: 100%;
  border-bottom: 17.32px solid;
  border-bottom-color: inherit;
}
.hexagon::after {
  top: 100%;
  border-top: 17.32px solid;
  border-top-color: inherit;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 43px solid;
  border-bottom-color: #1e3a8a;
  opacity: 0.1;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-fade-in-left {
  animation: fadeInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-fade-in-right {
  animation: fadeInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes floatHexagon {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.08;
  }
  25% {
    transform: translateY(-8px) rotate(2deg);
    opacity: 0.12;
  }
  50% {
    transform: translateY(-12px) rotate(0deg);
    opacity: 0.15;
  }
  75% {
    transform: translateY(-6px) rotate(-1deg);
    opacity: 0.1;
  }
}
@keyframes shimmer {
  0%, 100% {
    opacity: 0.1;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 25%, #3b82f6 50%, #60a5fa 75%, #93c5fd 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="rgba(255,255,255,0.15)"/><stop offset="100%" stop-color="transparent"/></radialGradient><linearGradient id="b" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="rgba(255,255,255,0.1)"/><stop offset="100%" stop-color="transparent"/></linearGradient></defs><circle cx="200" cy="200" r="300" fill="url(%23a)"/><circle cx="800" cy="300" r="200" fill="url(%23a)"/><circle cx="400" cy="700" r="250" fill="url(%23a)"/><rect x="0" y="0" width="100%" height="100%" fill="url(%23b)"/></svg>');
  opacity: 0.4;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.15) 0%, rgba(30, 64, 175, 0.2) 50%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.hero .hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .hero .hero-title {
    font-size: 2.25rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 640px) {
  .hero .hero-title {
    font-size: 1.875rem;
  }
}
.hero .hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero .hero-subtitle {
    font-size: 1.125rem;
  }
}
.hero .hero-cta {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.hero .hero-cta .btn {
  min-width: 180px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.hero .hero-cta .btn.btn-primary {
  background: rgba(255, 255, 255, 0.95);
  color: #1e3a8a;
  border-color: rgba(255, 255, 255, 0.3);
}
.hero .hero-cta .btn.btn-primary:hover {
  background: #ffffff;
  color: #1e3a8a;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.hero .hero-cta .btn.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
}
.hero .hero-cta .btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.hero .hero-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.service-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(30, 64, 175, 0.1);
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 25%, #3b82f6 50%, #60a5fa 75%, #93c5fd 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.02) 0%, rgba(59, 130, 246, 0.01) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(30, 64, 175, 0.15);
  border-color: rgba(30, 64, 175, 0.2);
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-card:hover::after {
  opacity: 1;
}
.service-card .service-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 25%, #3b82f6 50%, #60a5fa 75%, #93c5fd 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.service-card .service-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%, rgba(255, 255, 255, 0.2) 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.service-card .service-icon:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(30, 64, 175, 0.4);
}
.service-card .service-icon:hover::before {
  transform: translateX(100%);
}
.service-card .service-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0f172a;
}
.service-card .service-description {
  color: #475569;
  line-height: 1.6;
}

.cta-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 25%, #3b82f6 50%, #60a5fa 75%, #93c5fd 100%);
  padding: 5rem 0;
  text-align: center;
  color: #ffffff;
}
.cta-section .cta-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-section .cta-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-section .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #334155;
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: #1e3a8a;
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.loading {
  position: relative;
}
.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #cbd5e1;
  border-top: 2px solid #1e3a8a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(30, 58, 138, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.navbar.scrolled {
  background: #ffffff !important;
  box-shadow: 0 2px 20px rgba(30, 58, 138, 0.08);
}
.navbar.scrolled .nav-logo .logo-icon {
  box-shadow: 0 8px 32px rgba(30, 58, 138, 0.15);
}
.navbar.scrolled .nav-logo .logo-text .logo-main {
  color: #0f172a;
}
.navbar.scrolled .nav-logo .logo-text .logo-sub {
  color: #1e3a8a;
}
.navbar .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.navbar .nav-logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.navbar .nav-logo a .logo-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.navbar .nav-logo a .logo-icon {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.15);
}
.navbar .nav-logo a .logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.navbar .nav-logo a .logo-icon {
  transition: all 0.3s ease;
}
.navbar .nav-logo a .logo-icon:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.2);
}
.navbar .nav-logo a .logo-icon .logo-a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: -1px;
}
.navbar .nav-logo a .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.navbar .nav-logo a .logo-text .logo-main {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a !important;
  letter-spacing: -1px;
  margin-bottom: -2px;
}
.navbar .nav-logo a .logo-text .logo-sub {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e3a8a !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -2px;
}
.navbar .nav-logo .nav-logo .logo-icon {
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}
.navbar .nav-logo .nav-logo .logo-text .logo-main {
  color: #0f172a;
}
.navbar .nav-logo .nav-logo .logo-text .logo-sub {
  color: #1e3a8a;
}
.navbar .nav-menu {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .navbar .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    transition: left 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .navbar .nav-menu.active {
    left: 0;
  }
}
.navbar .nav-link {
  font-weight: 600;
  color: #1e293b !important;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  padding: 0.5rem 0;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 25%, #3b82f6 50%, #60a5fa 75%, #93c5fd 100%);
  transition: width 0.3s ease;
  border-radius: 2px;
}
.navbar .nav-link:hover {
  color: #1e3a8a !important;
  transform: translateY(-1px);
}
.navbar .nav-link:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .navbar .nav-link {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #1e293b !important;
  }
}
.navbar .nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 768px) {
  .navbar .nav-toggle {
    display: flex;
  }
}
.navbar .nav-toggle .bar {
  width: 25px;
  height: 3px;
  background: #1e293b !important;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}
.navbar .nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.navbar .nav-toggle.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.navbar .nav-toggle.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.main-content {
  margin-top: 70px;
  min-height: calc(100vh - 70px);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
  animation: shimmer 3s ease-in-out infinite;
}
.hero::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  color: #ffffff;
  animation: fadeInUp 1.2s ease-out;
}
.hero .hero-content .hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1.5s ease-out 0.3s both;
}
@media (max-width: 768px) {
  .hero .hero-content .hero-title {
    font-size: 2.25rem;
  }
}
.hero .hero-content .hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.95;
  animation: fadeInUp 1.8s ease-out 0.6s both;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hero .hero-content .hero-subtitle {
    font-size: 1.125rem;
  }
}
.hero .hero-content .hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero .hero-content .hero-cta {
    flex-direction: column;
    align-items: center;
  }
}

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

.section {
  padding: 5rem 0;
}
.section.section-sm {
  padding: 3rem 0;
}
.section.section-lg {
  padding: 6rem 0;
}

.grid {
  display: grid;
  gap: 2rem;
}
.grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid.grid-2 {
    grid-template-columns: 1fr;
  }
}
.grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid.grid-3 {
    grid-template-columns: 1fr;
  }
}
.grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid.grid-4 {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}
.flex.flex-center {
  align-items: center;
  justify-content: center;
}
.flex.flex-between {
  justify-content: space-between;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-column {
  flex-direction: column;
}
@media (max-width: 768px) {
  .flex.flex-responsive {
    flex-direction: column;
  }
}

.footer {
  background: #0f172a;
  color: #ffffff;
  padding: 4rem 0 2rem;
}
.footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .footer .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer .footer-brand h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 25%, #3b82f6 50%, #60a5fa 75%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer .footer-brand p {
  color: #cbd5e1;
  font-size: 1.125rem;
}
.footer .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.footer .footer-links .footer-section h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}
.footer .footer-links .footer-section ul {
  list-style: none;
  padding: 0;
}
.footer .footer-links .footer-section ul li {
  margin-bottom: 0.5rem;
}
.footer .footer-links .footer-section ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-links .footer-section ul li a:hover {
  color: #ffffff;
}
.footer .footer-bottom {
  border-top: 1px solid #334155;
  padding-top: 2rem;
  text-align: center;
}
.footer .footer-bottom p {
  color: #94a3b8;
  margin: 0;
}

.services-section {
  background: #ffffff;
  position: relative;
}
.services-section .section-title {
  color: #1e293b !important;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.services-section .section-subtitle {
  color: #64748b !important;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(30, 58, 138, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  border: 1px solid rgba(30, 58, 138, 0.05);
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
  border-radius: 16px 16px 0 0;
}
.service-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
  border-radius: 50%;
  opacity: 0.05;
  animation: float 8s ease-in-out infinite;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(30, 58, 138, 0.12);
}
.service-card:hover .service-icon {
  transform: scale(1.05);
}
.service-card .service-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
}
.service-card .service-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
.service-card .service-description {
  color: #475569;
  line-height: 1.6;
}

.cta-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 20%, #3b82f6 40%, #60a5fa 60%, #93c5fd 80%, #dbeafe 100%);
  color: #ffffff;
  text-align: center;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
}
.cta-section .cta-title {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .cta-section .cta-title {
    font-size: 1.875rem;
  }
}
.cta-section .cta-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cta-section .cta-subtitle {
    font-size: 1.125rem;
  }
}
.cta-section .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cta-section .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

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

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

.text-right {
  text-align: right;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

@media (max-width: 640px) {
  .container {
    padding: 0 1rem;
  }
  .section {
    padding: 3rem 0;
  }
  .hero {
    min-height: 80vh;
  }
  .hero .hero-title {
    font-size: 1.875rem;
  }
  .hero .hero-subtitle {
    font-size: 1rem;
  }
  .hero .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hero .hero-cta .btn {
    width: 100%;
    max-width: 300px;
  }
  .hero::after {
    display: none;
  }
  .geometric-shape {
    display: none;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .service-card {
    padding: 1.5rem;
  }
  .service-card .service-icon {
    font-size: 2.5rem;
  }
  .cta-section {
    padding: 3rem 0;
  }
  .cta-section .cta-title {
    font-size: 1.5rem;
  }
  .cta-section .cta-subtitle {
    font-size: 1rem;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .hero .hero-title {
    font-size: 2.25rem;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print {
  .navbar,
  .footer,
  .btn {
    display: none !important;
  }
  .main-content {
    margin-top: 0;
  }
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  p, li {
    orphans: 3;
    widows: 3;
  }
  .page-break {
    page-break-before: always;
  }
}
@media (prefers-contrast: high) {
  .btn {
    border: 2px solid currentColor;
  }
  .card {
    border: 1px solid #cbd5e1;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .btn::before {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #0f172a;
    color: #f1f5f9;
  }
  .navbar {
    background: rgba(15, 23, 42, 0.95);
    border-bottom-color: #334155;
  }
  .card {
    background: #1e293b;
    color: #f1f5f9;
  }
  .footer {
    background: #0f172a;
  }
}

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