/********** Template CSS **********/
:root {
--primary: #6366f1;
--light: #e0e7ff;
--dark: #4f46e5;
--bg-color: #f8fafc;
--accent-color: #ec4899;
--text-color: #374151;
--white: #ffffff;
--bg-primary: #f1f5f9;
--text-primary: #1f2937;
--heading-color: #1e293b;
--font-family: 'Lexend Deca', sans-serif;
--font-family-sans: 'Lexend Deca', sans-serif;

--border-radius: 12px;
--shadow: 0 4px 12px rgba(99, 102, 241, 0.15);
}

/* Global font settings */
body {
  font-family: var(--font-family);
  line-height: 1.6;
}

/* Headings use EB Garamond */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
  font-weight: 600;
}

/* Text content uses EB Garamond */
p, .text-content, .about-text, .advantage-text, .program-feature-text, 
.plan-feature-text, .tip-description, .testimonial-text, .contact-description {
  font-family: var(--font-family);
  line-height: 1.6;
}

/* Buttons and UI elements use Poppins for better readability */
.btn, .navbar, .form-control, .nav-link, .form-floating label {
  font-family: var(--font-family-sans);
}
.bg-dark {
  background-color: var(--dark) !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.error-message {
  color: var(--primary);
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  min-height: 1.2rem;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.error-message:not(:empty) {
  opacity: 1;
}

/* Додатковий стиль для полів з помилками */
.form-control.error {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 0.2rem var(--dark) !important;
}


.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
  border-radius: 10px;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

  /* Footer Styles */
  .footer {
    background-color: var(--dark) !important;
    color: #ffffff;
    padding: 3rem 0 1rem;
    margin-top: 5rem;
}

.footer-brand {
    color: #ffffff !important;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-brand:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}

.footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}



.btn-link {
    color: #ffffff !important;
    text-decoration: none;
    padding: 0.5rem 0;
    border: none;
    text-align: left;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.btn-link:hover {
    color: var(--primary) !important;
    transform: translateX(5px);
}

.footer-email {
    color: #ffffff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-email-icon {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.footer-section-title {
    color: var(--primary);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

/* Copyright section */
.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 1.5rem;
    margin-top: 2rem;
    text-align: center;
    color: #bdc3c7;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-brand {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .footer-links {
        margin-bottom: 1.5rem;
    }
}

/* Google Fonts - Lexend Deca */
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #f2f2f2;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  width: 100%;

  @media (max-width: 600px) {
    width: 100%;
  }
}

.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}

header i {
  color: var(--dark);
  font-size: 32px;
  text-align: center;
}

header h2 {
  color: var(--dark);
  font-weight: 500;
  text-align: center;
}

.data {
  text-align: center;
}

.data p a {
  color: var(--dark);
  text-decoration: none;
  text-align: center !important;
}

.data p a:hover {
  text-decoration: underline;
}

.buttons {
  padding: 20px 0px;
  text-align: center;
}

.buttons .cookie-button {
  border: 2px solid var(--dark);
  color: #fff;
  padding: 8px 0;
  background: var(--dark);
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}

.buttons #acceptBtn:hover {
  background-color: transparent;
  color: var(--dark);
}

#declineBtn {
  background-color: #fff;
  color: var(--dark);
}

#declineBtn:hover {
  background-color: var(--dark);
  color: #fff;
}

/* Neue Styles für Innovationskern */
/* Globale Variablen */

/* Hero-Sektion Styling */
.hero-section {
  padding: 150px 0;
  background: linear-gradient(135deg, #fbffff 0%, #f1fff8 100%);
}

.hero-title {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  color: var(--accent-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.hero-description {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 3rem;
  max-width: 600px;
}

.stats-card {
  background: var(--bg-primary);
  border: 2px solid #f0f0f0;
  border-radius: var(--border-radius);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.stats-card:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.stats-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.stats-label {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 1rem;
}

.btn-primary-custom {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: white;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 10px;
}

.btn-primary-custom:hover {
  background-color: transparent;
  color: var(--accent-color);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-section {
    padding: 60px 0;
  }
  
  .stats-card {
    margin-bottom: 1.5rem;
  }
}
/* Über uns Sektion Styling */
.about-section {
  padding: 80px 0;
  background-color: var(--bg-color);
}

.about-image {
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-title {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.about-text {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--bg-primary);
  border-left: 4px solid var(--accent-color);
  border-radius: var(--border-radius);
}

.feature-icon {
  color: var(--accent-color);
  margin-right: 1rem;
  margin-top: 0.2rem;
  font-size: 1.5rem;
}

.feature-text {
  flex: 1;
  color: var(--text-primary);
  font-size: 1rem;
}

/* Programme Sektion Styling */
.programs-section {
  padding: 80px 0;
  background-color: var(--bg-primary);
}

.programs-title {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.program-card {
  background: linear-gradient(135deg, var(--white) 0%, var(--bg-primary) 100%);
  border: 1px solid rgba(30, 64, 175, 0.1);
  border-radius: 16px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(30, 64, 175, 0.08);
}

.program-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary) 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.program-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 12px 40px rgba(30, 64, 175, 0.15);
  transform: translateY(-8px);
}

.program-card:hover::before {
  transform: scaleX(1);
}

.btn-small {
  padding: 4px 10px;
  text-transform: initial;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 0px;
}
.program-number {
  background: linear-gradient(135deg, var(--accent-color) 0%, #f97316 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.program-number::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-color), #f97316);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.program-card:hover .program-number::before {
  opacity: 1;
}

.program-title {
  color: var(--heading-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  position: relative;
}

.program-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  padding: 0.8rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: rgba(30, 64, 175, 0.02);
}

.program-feature:hover {
  background: rgba(30, 64, 175, 0.05);
  transform: translateX(4px);
}

.program-feature-icon {
  color: var(--accent-color);
  margin-right: 1rem;
  margin-top: 0.2rem;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.program-feature:hover .program-feature-icon {
  color: var(--primary);
  transform: scale(1.1);
}

.program-feature-text {
  color: var(--text-primary);
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

/* Responsive Design für neue Sektionen */
@media (max-width: 768px) {
  .about-title, .programs-title {
    font-size: 2rem;
  }
  
  .about-image {
    height: 300px;
    margin-bottom: 2rem;
  }
  
  .program-card {
    padding: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .program-number {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  
  .program-title {
    font-size: 1.4rem;
  }
  
  .program-feature {
    padding: 0.6rem;
    margin-bottom: 1rem;
  }
  
  .program-feature-text {
    font-size: 0.95rem;
  }
}

/* Modern Advantages Section */
.advantages-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-color) 0%, var(--bg-primary) 30%, rgba(30, 64, 175, 0.02) 100%);
  position: relative;
  overflow: hidden;
}


.advantages-section .container {
  position: relative;
  z-index: 2;
}

.advantages-title {
  color: var(--heading-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.advantages-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary) 100%);
  border-radius: 2px;
}

.advantages-intro {
  font-family: var(--font-family);
  font-size: 1.3rem;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-weight: 400;
}

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

.advantage-card {
  background: linear-gradient(135deg, var(--white) 0%, rgba(248, 250, 252, 0.9) 100%);
  border: 1px solid rgba(30, 64, 175, 0.08);
  border-radius: 20px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(30, 64, 175, 0.06);
  backdrop-filter: blur(10px);
}

.advantage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary) 50%, var(--accent-color) 100%);
  background-size: 200% 100%;
  animation: shimmer 4s ease-in-out infinite;
}

.advantage-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.03) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.advantage-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(30, 64, 175, 0.15);
  border-color: var(--accent-color);
}

.advantage-card:hover::after {
  opacity: 1;
}

.advantage-icon {
  background: linear-gradient(135deg, var(--accent-color) 0%, #f97316 100%);
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  position: relative;
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
  transition: all 0.3s ease;
}

.advantage-icon::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-color), #f97316);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.advantage-card:hover .advantage-icon::before {
  opacity: 1;
}

.advantage-card:hover .advantage-icon {
  transform: scale(1.1) rotate(5deg);
}

.advantage-title-item {
  color: var(--heading-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.advantage-text {
  color: var(--text-primary);
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

.advantages-image {
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(30, 64, 175, 0.1);
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.advantages-image:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(30, 64, 175, 0.2);
}

.advantages-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
  padding: 3rem;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.05) 0%, rgba(245, 158, 11, 0.05) 100%);
  border-radius: 20px;
  border: 1px solid rgba(30, 64, 175, 0.1);
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
}

.stat-number {
  font-family: var(--font-family);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
  display: block;
}

.stat-label {
  font-family: var(--font-family);
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 500;
}

/* Moderne Erfolgsgeschichten-Sektion */
.success-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(30, 64, 175, 0.03) 50%, var(--bg-color) 100%);
  position: relative;
  overflow: hidden;
}



.success-section .container {
  position: relative;
  z-index: 2;
}

.success-title {
  color: var(--heading-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.success-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary) 100%);
  border-radius: 2px;
}

.success-intro {
  font-family: var(--font-family);
  font-size: 1.3rem;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-weight: 400;
}

.success-slider {
  padding: 2rem 0;
  position: relative;
}

.testimonial-card {
  font-family: var(--font-family);
  background: linear-gradient(135deg, var(--white) 0%, rgba(248, 250, 252, 0.95) 100%);
  border: 1px solid rgba(30, 64, 175, 0.08);
  border-radius: 20px;
  padding: 3rem;
  margin: 1rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(30, 64, 175, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary) 50%, var(--accent-color) 100%);
  background-size: 200% 100%;
  animation: shimmer 4s ease-in-out infinite;
}

.testimonial-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.02) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(30, 64, 175, 0.15);
  border-color: var(--accent-color);
}

.testimonial-card:hover::after {
  opacity: 1;
}

.testimonial-quote {
  position: absolute;
  top: -15px;
  left: 30px;
  background: linear-gradient(135deg, var(--accent-color) 0%, #f97316 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
  z-index: 3;
}

.testimonial-text {
  color: var(--text-primary);
  font-family: var(--font-family);
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-style: italic;
  margin-top: 1.5rem;
  font-weight: 400;
  position: relative;
}

.testimonial-text::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 3rem;
  color: var(--accent-color);
  opacity: 0.3;
  font-family: serif;
}

.testimonial-text::after {
  content: '"';
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-size: 3rem;
  color: var(--accent-color);
  opacity: 0.3;
  font-family: serif;
}

.testimonial-author {
  color: var(--heading-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(30, 64, 175, 0.1);
}

.author-icon {
  color: var(--accent-color);
  margin-right: 0.8rem;
  font-size: 1.4rem;
  background: linear-gradient(135deg, var(--accent-color), #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Swiper Navigation Styling */
.success-slider .swiper-button-next,
.success-slider .swiper-button-prev {
  color: var(--accent-color);
  background: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(30, 64, 175, 0.15);
  transition: all 0.3s ease;
}

.success-slider .swiper-button-next:hover,
.success-slider .swiper-button-prev:hover {
  background: var(--accent-color);
  color: white;
  transform: scale(1.1);
}

.success-slider .swiper-pagination-bullet {
  background: var(--accent-color);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.success-slider .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* Responsive Design für neue Sektionen */
@media (max-width: 768px) {
  .advantages-section {
    padding: 60px 0;
  }
  
  .advantages-title {
    font-size: 2.4rem;
  }
  
  .advantages-intro {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
  
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .advantage-card {
    padding: 2rem;
    border-radius: 16px;
  }
  
  .advantage-icon {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
  
  .advantage-title-item {
    font-size: 1.2rem;
  }
  
  .advantages-image {
    height: 220px;
    border-radius: 12px;
  }
  
  .advantages-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 2rem;
    margin-top: 3rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    font-size: 0.9rem;
  }
  
  .success-section {
    padding: 60px 0;
  }
  
  .success-title {
    font-size: 2.4rem;
  }
  
  .success-intro {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
  
  .testimonial-card {
    padding: 2rem;
    margin: 0.5rem;
    border-radius: 16px;
  }
  
  .testimonial-text {
    font-size: 1.1rem;
  }
  
  .testimonial-quote {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
    top: -12px;
    left: 25px;
  }
}

@media (max-width: 480px) {
  .advantages-stats {
    grid-template-columns: 1fr;
  }
  
  .advantage-card {
    padding: 1.5rem;
  }
  
  .advantages-image {
    height: 200px;
  }
  
  .tips-section {
    padding: 60px 0;
  }
  
  .tips-title {
    font-size: 2.4rem;
  }
  
  .tips-intro {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
  
  .tips-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .tip-item {
    padding: 2rem;
    border-radius: 20px;
  }
  
  .tip-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
  
  .tip-title {
    font-size: 1.3rem;
  }
  
  .tip-description {
    font-size: 1rem;
  }
  
  .tips-cta {
    padding: 2rem;
    margin-top: 3rem;
  }
  
  .tips-cta h3 {
    font-size: 1.6rem;
  }
  
  .tips-cta p {
    font-size: 1.1rem;
  }
}
/* Moderne Tipps-Sektion mit neuer Farbpalette */
.tips-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 30%, #cbd5e1 100%);
  position: relative;
  overflow: hidden;
}


.tips-section .container {
  position: relative;
  z-index: 2;
}

.tips-title {
  color: #1e293b;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.tips-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #6366f1 0%, #ec4899 100%);
  border-radius: 2px;
}

.tips-intro {
  font-family: var(--font-family);
  font-size: 1.3rem;
  color: #475569;
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-weight: 400;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.tip-item {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(99, 102, 241, 0.1);
  border-radius: 24px;
  padding: 3rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.08);
  backdrop-filter: blur(10px);
}

.tip-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #6366f1 0%, #ec4899 50%, #6366f1 100%);
  background-size: 200% 100%;
  animation: shimmer 4s ease-in-out infinite;
}

.tip-item::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.03) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.tip-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.15);
  border-color: #6366f1;
}

.tip-item:hover::after {
  opacity: 1;
}

.tip-icon {
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  position: relative;
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.3);
  transition: all 0.3s ease;
}

.tip-icon::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tip-item:hover .tip-icon::before {
  opacity: 1;
}

.tip-item:hover .tip-icon {
  transform: scale(1.1) rotate(5deg);
}

.tip-title {
  color: #1e293b;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.tip-description {
  color: #475569;
  font-family: var(--font-family);
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}

.tips-cta {
  text-align: center;
  margin-top: 4rem;
  padding: 3rem;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(236, 72, 153, 0.05) 100%);
  border-radius: 20px;
  border: 1px solid rgba(99, 102, 241, 0.1);
}

.tips-cta h3 {
  color: #1e293b;
  font-family: var(--font-family);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.tips-cta p {
  color: #475569;
  font-family: var(--font-family);
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tips-cta .btn {
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  border: none;
  color: white;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.tips-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(99, 102, 241, 0.4);
}

/* Preise Sektion Styling */
.pricing-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--bg-color) 0%, #f5f5f5 100%);
}

.pricing-title {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.pricing-card {
  background: var(--bg-primary);
  border: 2px solid #f0f0f0;
  border-radius: var(--border-radius);
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  text-align: center;
}

.pricing-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 10px 30px rgba(78, 21, 4, 0.15);
  transform: translateY(-5px);
}

.pricing-card.featured {
  border-color: var(--accent-color);
  transform: scale(1.05);
}

.pricing-card.featured::before {
  content: 'POPULAIRE';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-color);
  color: white;
  padding: 5px 20px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.plan-name {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.plan-price {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.plan-period {
  color: var(--text-primary);
  font-size: 1rem;
  margin-bottom: 2rem;
}

.plan-feature {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.plan-feature-icon {
  color: var(--accent-color);
  margin-right: 0.75rem;
  margin-top: 0.1rem;
  font-size: 1.2rem;
}

.plan-feature-text {
  color: var(--text-primary);
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
}

.pricing-note {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  margin-top: 3rem;
  text-align: center;
  color: var(--text-primary);
  font-size: 1rem;
  font-style: italic;
}

/* Responsive Design für neue Sektionen */
@media (max-width: 768px) {
  .tips-title, .pricing-title {
    font-size: 2rem;
  }
  
  .tips-image {
    height: 250px;
    margin-bottom: 1rem;
  }
  
  .tip-item {
    padding: 1.5rem;
  }
  
  .pricing-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .pricing-card.featured {
    transform: none;
  }
  
  .plan-price {
    font-size: 2rem;
  }
}
/* Modern Contact Section */
.contact-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-color) 0%, var(--bg-primary) 50%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}



.contact-section .container {
  position: relative;
  z-index: 2;
}

.contact-title {
  color: var(--heading-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}

.contact-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary) 100%);
  border-radius: 2px;
}

.contact-description {
  font-family: var(--font-family);
  font-size: 1.3rem;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-weight: 400;
}

.contact-info {
  background: linear-gradient(135deg, var(--white) 0%, rgba(248, 250, 252, 0.8) 100%);
  border: 1px solid rgba(30, 64, 175, 0.1);
  border-radius: 24px;
  padding: 4rem 3rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(30, 64, 175, 0.1);
  backdrop-filter: blur(10px);
}

.contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary) 50%, var(--accent-color) 100%);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { background-position: 200% 0; }
  50% { background-position: -200% 0; }
}

.contact-info:hover {
  border-color: var(--accent-color);
  box-shadow: 0 30px 80px rgba(30, 64, 175, 0.15);
  transform: translateY(-8px);
}

.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.form-container {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  max-width: 100%;
  margin: 0;
}

.form-floating {
  margin-bottom: 2rem;
  position: relative;
}

.form-floating .form-control {
  border: 2px solid rgba(30, 64, 175, 0.1);
  border-radius: 12px;
  padding: 1.2rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  font-family: var(--font-family-sans);
}

.form-floating .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.15);
  background: var(--white);
  transform: translateY(-2px);
}

.form-floating .form-control:focus ~ label {
  color: var(--accent-color);
  transform: translateY(-0.5rem) scale(0.9);
}

.form-floating label {
  color: var(--text-primary);
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: var(--font-family-sans);
}

.form-floating label .material-icons-outlined {
  color: var(--accent-color);
  margin-right: 0.5rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-color) 0%, #f97316 100%);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
}

.btn-primary::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-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent-color) 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(30, 64, 175, 0.4);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.25);
}

.contact-cta {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.05) 0%, rgba(245, 158, 11, 0.05) 100%);
  border-radius: 16px;
  border: 1px solid rgba(30, 64, 175, 0.1);
}

.contact-cta h4 {
  color: var(--heading-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.contact-cta p {
  color: var(--text-primary);
  font-family: var(--font-family);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Kontaktformular Sektion Styling */
.form-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--bg-color) 0%, #f5f5f5 100%);
}

.form-title {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.form-container {
  background: var(--bg-primary);
  border-radius: var(--border-radius);
  padding: 3rem;
  box-shadow: var(--shadow);
  max-width: 600px;
  margin: 0 auto;
}

.form-floating {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-floating .form-control {
  border: 2px solid #f0f0f0;
  border-radius: var(--border-radius);
  padding: 1rem 0.75rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: transparent;
}

.form-floating .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem rgba(78, 21, 4, 0.15);
  background: transparent;
}

.form-floating .form-control:focus ~ label {
  color: var(--accent-color);
}

.form-floating label {
  color: var(--text-primary);
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
}

.form-floating label .material-icons-outlined {
  color: var(--accent-color);
}

.error-message {
  color: var(--primary);
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  display: none;
}

.btn-primary {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: white;
  font-weight: 600;
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary:hover {
  background-color: transparent;
  color: var(--accent-color);
  border-color: var(--accent-color);
  transform: translateY(-1px);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 21, 4, 0.25);
}

/* Responsive pour les blocs finaux */
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-title {
    font-size: 2.2rem;
  }
  
  .contact-description {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
  
  .contact-info {
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
  }
  
  .form-container {
    padding: 0;
    margin: 0;
  }
  
  .form-floating {
    margin-bottom: 1.5rem;
  }
  
  .form-floating .form-control {
    padding: 1rem 0.8rem;
    font-size: 0.95rem;
  }
  
  .btn-primary {
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
  }
  
  .contact-cta {
    padding: 1.5rem;
    margin-top: 2rem;
  }
  
  .contact-cta h4 {
    font-size: 1.1rem;
  }
  
  .contact-cta p {
    font-size: 0.9rem;
  }
}

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

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-pagination {
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: var(--heading-color);
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  opacity: 1;
}

/* Adjust for small screens */
@media (max-width: 767px) {
  .testimonial-card {
    padding: 20px;
  }

  .success-title {
    font-size: 30px;
  }
}

/* New Styles for Innovationskern */

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--accent-color));
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-description {
  font-size: 1.2rem;
  color: var(--text-primary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Hero Section */
.hero-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 50%, #c7d2fe 100%);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(158, 7, 213, 0.2);
  z-index: 1;
}




.hero-section .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--accent-color));
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-description {
  font-size: 1.3rem;
  color: var(--text-primary);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-features {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--text-primary);
}

.feature-icon {
  font-size: 1.2rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
}

.btn-primary, .btn-secondary {
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent-color));
  color: white;
  border: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.btn-secondary {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-secondary:hover {
  background: var(--primary);
  color: white;
}

.hero-visual {
  position: relative;
  height: 400px;
}

.floating-cards {
  position: relative;
  width: 100%;
  height: 100%;
}

.card {
  position: absolute;
  background: white;
  padding: 1.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--primary);
  animation: float 6s ease-in-out infinite;
}

.card-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.card-2 {
  top: 10%;
  right: 20%;
  animation-delay: 1.5s;
}

.card-3 {
  bottom: 30%;
  left: 20%;
  animation-delay: 3s;
}

.card-4 {
  bottom: 10%;
  right: 10%;
  animation-delay: 4.5s;
}

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

/* Services Section */
.services-section {
  padding: 100px 0;
  background: var(--white);
  position: relative;
}

.services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 32, 93, 0.2);
  z-index: 1;
}

.services-section .container {
  position: relative;
  z-index: 2;
}

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

.service-card {
  background: white;
  padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
  border-color: var(--primary);
}

.service-icon {
  margin-bottom: 1.5rem;
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--accent-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.service-card p {
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

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

.service-features li {
  padding: 0.5rem 0;
  color: var(--text-primary);
  position: relative;
  padding-left: 1.5rem;
}

.service-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

.service-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: var(--accent-color);
}

/* Process Section */
.process-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-color) 0%, var(--bg-primary) 100%);
}

.process-timeline {
  max-width: 800px;
  margin: 0 auto;
}

.process-step {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}

.step-number {
  background: linear-gradient(135deg, var(--primary), var(--accent-color));
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.step-content p {
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.step-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.feature-tag {
  background: var(--light);
  color: var(--primary);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Technologies Section */
.technologies-section {
  padding: 100px 0;
  background: var(--white);
}

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

.tech-category {
  background: white;
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
}

.tech-category h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tech-tag {
  background: linear-gradient(135deg, var(--primary), var(--accent-color));
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

.tech-cta {
  text-align: center;
  background: linear-gradient(135deg, var(--bg-color) 0%, var(--bg-primary) 100%);
  padding: 3rem;
  border-radius: var(--border-radius);
  border: 1px solid #e2e8f0;
}

.tech-cta h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.tech-cta p {
  color: var(--text-primary);
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

/* About Section */
.about-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-color) 0%, var(--bg-primary) 100%);
}

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

.about-features {
  margin: 2rem 0;
}

.about-feature {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.about-feature .feature-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.about-feature h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.about-feature p {
  color: var(--text-primary);
  line-height: 1.6;
}

.about-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.stat {
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.stat-label {
  color: var(--text-primary);
  font-size: 0.9rem;
}

.visual-card {
  background: white;
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
}

.card-header {
  text-align: center;
  margin-bottom: 2rem;
}

.card-header h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.card-header p {
  color: var(--text-primary);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.team-member {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: var(--bg-color);
  border-radius: var(--border-radius);
}

.member-avatar {
  font-size: 2rem;
  flex-shrink: 0;
}

.member-info h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.2rem;
}

.member-info p {
  color: var(--text-primary);
  font-size: 0.8rem;
}

/* Contact Section */
.contact-section {
  padding: 100px 0;
  background: var(--white);
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

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

.info-card {
  background: white;
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
  text-align: center;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
}

.info-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.info-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.info-card p {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.info-card a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.info-card a:hover {
  color: var(--accent-color);
}

.contact-form {
  background: white;
  padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
}

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

.form-group label {
  display: block;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: var(--border-radius);
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: var(--font-family);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Testimonials Section */
.testimonials-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-color) 0%, var(--bg-primary) 100%);
}

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

.testimonial-card {
  background: white;
  padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
}

.quote-icon {
  font-size: 3rem;
  color: var(--primary);
  opacity: 0.3;
  margin-bottom: 1rem;
}

.testimonial-text {
  color: var(--text-primary);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.author-avatar {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.author-info h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.2rem;
}

.author-info p {
  color: var(--text-primary);
  font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-features {
    flex-direction: column;
    gap: 1rem;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .about-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .contact-info {
    grid-template-columns: 1fr;
  }
  
  .about-stats {
    flex-direction: column;
    gap: 1rem;
  }
  
  .team-grid {
    grid-template-columns: 1fr;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .tech-categories {
    grid-template-columns: 1fr;
  }
}

/* Technologies Section - Futuristic Design */
.technologies-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.technologies-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.tech-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin: 60px 0;
}

.tech-orb-container {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tech-orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(120, 119, 198, 0.2), rgba(255, 119, 198, 0.2));
  border: 2px solid rgba(120, 119, 198, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  animation: float 6s ease-in-out infinite;
}

.central-orb {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  box-shadow: 0 0 30px rgba(120, 119, 198, 0.5);
  z-index: 10;
}

.orbit-1 { width: 180px; height: 180px; top: -80px; left: 160px; animation-delay: -1s; }
.orbit-2 { width: 180px; height: 180px; top: 60px; left: 400px; animation-delay: -2s; }
.orbit-3 { width: 180px; height: 180px; top: 260px; left: 400px; animation-delay: -3s; }
.orbit-4 { width: 180px; height: 180px; top: 410px; left: 160px; animation-delay: -4s; }
.orbit-5 { width: 180px; height: 180px; top: 260px; left: -80px; animation-delay: -5s; }
.orbit-6 { width: 180px; height: 180px; top: 60px; left: -80px; animation-delay: -6s; }

.orb-content {
  text-align: center;
  color: white;
}

.orb-content h3, .orb-content h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.orb-content p {
  margin: 2px 0 0 0;
  font-size: 10px;
  opacity: 0.8;
}

.tech-mini-tags {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 5px;
}

.tech-mini-tags span {
  font-size: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 60px 0;
}

.tech-category-modern {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(120, 119, 198, 0.3);
  border-radius: 15px;
  padding: 30px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.tech-category-modern:hover {
  transform: translateY(-5px);
  border-color: rgba(120, 119, 198, 0.6);
  box-shadow: 0 10px 30px rgba(120, 119, 198, 0.2);
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.category-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.icon-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-header h3 {
  color: white;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.tech-tags-modern {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-tag-modern {
  background: rgba(120, 119, 198, 0.2);
  color: #7877c6;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(120, 119, 198, 0.3);
  transition: all 0.3s ease;
}

.tech-tag-modern:hover {
  background: rgba(120, 119, 198, 0.4);
  transform: scale(1.05);
}

.tech-cta-modern {
  background: linear-gradient(135deg, rgba(120, 119, 198, 0.1), rgba(255, 119, 198, 0.1));
  border: 1px solid rgba(120, 119, 198, 0.3);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-top: 60px;
}

.cta-content h3 {
  color: white;
  font-size: 24px;
  margin-bottom: 15px;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 30px;
}

.btn-primary-modern {
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(120, 119, 198, 0.3);
}

.btn-primary-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(120, 119, 198, 0.4);
  color: white;
}

/* About Section - Futuristic Design */
.about-section {
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(255, 119, 198, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.about-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin: 60px 0;
  position: relative;
}

.about-hexagon {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  animation: pulse 4s ease-in-out infinite;
}

.hex-content {
  text-align: center;
  color: white;
}

.hex-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.hex-content p {
  margin: 5px 0 0 0;
  font-size: 12px;
  opacity: 0.9;
}

.about-connections {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.connection-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(120, 119, 198, 0.5), transparent);
  height: 2px;
  animation: flow 3s ease-in-out infinite;
}

.line-1 { top: 50%; left: 0; right: 0; animation-delay: 0s; }
.line-2 { top: 0; bottom: 0; left: 50%; width: 2px; animation-delay: 1s; }
.line-3 { top: 25%; left: 25%; width: 50%; height: 2px; animation-delay: 2s; }
.line-4 { top: 75%; left: 25%; width: 50%; height: 2px; animation-delay: 3s; }

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

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

.about-nodes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.about-node {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(120, 119, 198, 0.3);
  border-radius: 15px;
  padding: 20px;
  backdrop-filter: blur(10px);
  width: 180px;
  transition: all 0.3s ease;
}

.about-node:hover {
  transform: scale(1.05);
  border-color: rgba(120, 119, 198, 0.6);
  box-shadow: 0 10px 30px rgba(120, 119, 198, 0.2);
}

.node-1 { top: 10%; left: 10%; }
.node-2 { top: 10%; right: 10%; }
.node-3 { bottom: 10%; left: 10%; }
.node-4 { bottom: 10%; right: 10%; }

.node-content h4 {
  color: white;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.node-content p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 14px;
}

.about-stats-modern {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 60px 0;
}

.stat-card-modern {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(120, 119, 198, 0.3);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.stat-card-modern:hover {
  transform: translateY(-5px);
  border-color: rgba(120, 119, 198, 0.6);
  box-shadow: 0 15px 40px rgba(120, 119, 198, 0.2);
}

.stat-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
}

.stat-circle::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  opacity: 0.3;
  animation: ripple 2s ease-in-out infinite;
}

@keyframes ripple {
  0% { transform: scale(1); opacity: 0.3; }
  100% { transform: scale(1.2); opacity: 0; }
}

.stat-number-modern {
  color: white;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.stat-info h4 {
  color: white;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 600;
}

.stat-info p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 14px;
}

.team-showcase {
  margin-top: 80px;
}

.team-title {
  text-align: center;
  color: white;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 700;
}

.team-grid-modern {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.team-card-modern {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(120, 119, 198, 0.3);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.team-card-modern:hover {
  transform: translateY(-5px);
  border-color: rgba(120, 119, 198, 0.6);
  box-shadow: 0 15px 40px rgba(120, 119, 198, 0.2);
}

.team-avatar {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.avatar-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.avatar-circle::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  opacity: 0.3;
  animation: pulse 2s ease-in-out infinite;
}

.team-info h4 {
  color: white;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 600;
}

.team-info p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 15px 0;
  font-size: 14px;
}

.team-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-tag {
  background: rgba(120, 119, 198, 0.2);
  color: #7877c6;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(120, 119, 198, 0.3);
}

/* Contact Section - Futuristic Design */
.contact-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 75% 75%, rgba(255, 119, 198, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.contact-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin: 60px 0;
}

.contact-hologram {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hologram-container {
  width: 400px;
  height: 300px;
  perspective: 1000px;
}

.hologram-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(120, 119, 198, 0.1), rgba(255, 119, 198, 0.1));
  border: 2px solid rgba(120, 119, 198, 0.3);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotateY(-5deg) rotateX(5deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hologram-screen::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(120, 119, 198, 0.1) 50%, transparent 70%);
  border-radius: 20px;
  animation: scan 3s ease-in-out infinite;
}

@keyframes scan {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

.screen-content {
  text-align: center;
  color: white;
  z-index: 1;
}

.screen-content h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
}

.screen-content p {
  margin: 0 0 30px 0;
  font-size: 14px;
  opacity: 0.8;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 15px;
}

.method-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-pulse {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  animation: pulse 2s ease-in-out infinite;
}

.method-info h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.method-info p {
  margin: 0 0 5px 0;
  font-size: 14px;
  opacity: 0.8;
}

.method-link {
  color: #7877c6;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.method-link:hover {
  color: #ff77c6;
}

.contact-form-modern {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(120, 119, 198, 0.3);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
}

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

.form-header h3 {
  color: white;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
}

.form-header p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 16px;
}

.futuristic-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

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

.form-group-modern {
  display: flex;
  flex-direction: column;
}

.form-group-modern label {
  color: white;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}

.input-container, .select-container, .textarea-container {
  position: relative;
}

.input-container input, .select-container select, .textarea-container textarea {
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(120, 119, 198, 0.3);
  border-radius: 10px;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
}

.input-container input:focus, .select-container select:focus, .textarea-container textarea:focus {
  outline: none;
  border-color: #7877c6;
  box-shadow: 0 0 20px rgba(120, 119, 198, 0.3);
}

.input-container input::placeholder, .textarea-container textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select-container select {
  cursor: pointer;
}

.select-container select option {
  background: #1a1a2e;
  color: white;
}

.input-glow, .select-glow, .textarea-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(120, 119, 198, 0.2), rgba(255, 119, 198, 0.2));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.input-container:focus-within .input-glow,
.select-container:focus-within .select-glow,
.textarea-container:focus-within .textarea-glow {
  opacity: 1;
}

.btn-futuristic {
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(120, 119, 198, 0.3);
}

.btn-futuristic:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(120, 119, 198, 0.4);
}

.btn-text {
  position: relative;
  z-index: 1;
}

.btn-glow {
  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 ease;
}

.btn-futuristic:hover .btn-glow {
  left: 100%;
}

/* Footer - Futuristic Design */
.footer-futuristic {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
  border-top: 1px solid rgba(120, 119, 198, 0.3);
  position: relative;
  overflow: hidden;
}

.footer-futuristic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(120, 119, 198, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255, 119, 198, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.footer-content {
  padding: 60px 0 40px;
  position: relative;
  z-index: 1;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-brand-section {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  margin-bottom: 20px;
}

.logo-orb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: pulse 4s ease-in-out infinite;
}

.logo-orb::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  opacity: 0.3;
  animation: ripple 3s ease-in-out infinite;
}

.orb-inner {
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}

.orb-inner h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.orb-inner p {
  margin: 5px 0 0 0;
  font-size: 12px;
  opacity: 0.9;
}

.footer-description p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.footer-links-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.footer-links li {
  margin-bottom: 12px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #7877c6;
  transform: translateX(5px);
}

.footer-contact {
  margin-top: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-glow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  animation: pulse 2s ease-in-out infinite;
}

.contact-details h5 {
  color: #333;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.contact-details p {
  color: #666;
  margin: 0;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(120, 119, 198, 0.2);
  padding: 30px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-size: 14px;
}

.tech-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
}

.indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ff88;
  animation: pulse 2s ease-in-out infinite;
}

.tech-indicator span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
}

/* Header - Futuristic Design */
.header-futuristic {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(26, 26, 46, 0.95) 50%, rgba(22, 33, 62, 0.95) 100%);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(120, 119, 198, 0.3);
  transition: all 0.3s ease;
}

.header-futuristic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255, 119, 198, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.navbar-futuristic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.brand-link:hover {
  transform: scale(1.05);
}

.footer-brand-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-brand-link:hover {
  transform: scale(1.05);
}

.brand-orb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: pulse 4s ease-in-out infinite;
}

.brand-orb::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  opacity: 0.3;
  animation: ripple 3s ease-in-out infinite;
}

.orb-inner {
  position: relative;
  z-index: 1;
}

.brand-text {
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.brand-text-container {
  display: flex;
  flex-direction: column;
}

.brand-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin: 0;
  font-weight: 500;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
}

.nav-link:hover {
  color: white;
  background: rgba(120, 119, 198, 0.2);
  transform: translateY(-2px);
}

.link-text {
  position: relative;
  z-index: 1;
}

.link-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(120, 119, 198, 0.3), transparent);
  transition: left 0.5s ease;
}

.nav-link:hover .link-glow {
  left: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background: linear-gradient(135deg, #7877c6, #ff77c6);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu */
@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.98) 0%, rgba(26, 26, 46, 0.98) 50%, rgba(22, 33, 62, 0.98) 100%);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(120, 119, 198, 0.3);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

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

  .nav-list {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }

  .nav-link {
    padding: 15px 20px;
    text-align: center;
    border: 1px solid rgba(120, 119, 198, 0.3);
    border-radius: 15px;
  }

  .nav-toggle {
    display: flex;
  }

  .brand-title {
    font-size: 20px;
  }

  .brand-subtitle {
    font-size: 10px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .tech-showcase, .about-showcase {
    min-height: 300px;
  }

  .tech-orb-container {
    width: 300px;
    height: 300px;
  }

  .central-orb {
    width: 80px;
    height: 80px;
  }

  .orbit-1, .orbit-2, .orbit-3, .orbit-4, .orbit-5, .orbit-6 {
    width: 60px;
    height: 60px;
  }

  .orbit-1 { top: 20px; left: 120px; animation-delay: -1s; }
  .orbit-2 {  top: 60px; left: 200px; animation-delay: -2s; }
  .orbit-3 {  top: 160px; left: 200px; animation-delay: -3s; }
  .orbit-4 {  top: 210px; left: 120px; animation-delay: -4s; }
  .orbit-5 { top: 160px; left: 40px; animation-delay: -5s; }
  .orbit-6 {  top: 60px; left: 40px; animation-delay: -6s; }

  .about-hexagon {
    width: 150px;
    height: 150px;
  }

  .about-node {
    width: 150px;
    padding: 15px;
  }

  .contact-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hologram-container {
    width: 100%;
    height: 250px;
  }

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

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
