/********** Template CSS **********/
:root {
--primary: #10b981;
--light: #d1fae5;
--dark: #059669;
--bg-color: #f0fdf4;
--accent-color: #ec4899;
--text-color: #1e293b;
--white: #ffffff;
--bg-primary: #fdf2f8;
--text-primary: #1e293b;
--heading-color: #0f172a;
  --font-family: 'EB Garamond', serif;
  --font-family-sans: 'EB Garamond', serif;

--border-radius: 16px;
--shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
}

/* Global font settings */
* {
  font-family: 'EB Garamond', serif;
}

body {
  font-family: 'EB Garamond', serif;
  line-height: 1.6;
}

/* Headings use EB Garamond */
h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', serif;
  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: 'EB Garamond', serif;
  line-height: 1.6;
}

/* Buttons and UI elements use EB Garamond for better readability */
.btn, .navbar, .form-control, .nav-link, .form-floating label {
  font-family: 'EB Garamond', serif;
}
.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: 20px;
  right: 20px;
  left: 20px;
  max-width: 500px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
  padding: 30px;
  transition: all 0.3s ease;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(16, 185, 129, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  z-index: 999;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.1) 0%, transparent 50%);
  border-radius: 20px;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 600px) {
  .cookie-wrapper {
    bottom: 10px;
    right: 10px;
    left: 10px;
    padding: 20px;
  }
}

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

.hidden {
  display: none;
}

header i {
  color: #ec4899;
  font-size: 32px;
  text-align: center;
  text-shadow: 0 0 20px rgba(236, 72, 153, 0.5);
}

header h2 {
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  margin: 10px 0;
}

.data {
  text-align: center;
}

.data p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  text-align: center;
}

.data p a {
  color: #ec4899;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(236, 72, 153, 0.3);
}

.data p a:hover {
  color: #10b981;
  text-shadow: 0 0 15px rgba(16, 185, 129, 0.5);
  transform: translateY(-1px);
}

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

.buttons .cookie-button {
  border: 2px solid rgba(16, 185, 129, 0.3);
  color: white;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.3s ease;
  max-width: 150px;
  border-radius: 25px;
  font-weight: 600;
  padding: 12px 0;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.buttons .cookie-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.buttons .cookie-button:hover::before {
  left: 100%;
}

.buttons #acceptBtn {
  background: linear-gradient(135deg, #10b981, #ec4899);
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.buttons #acceptBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
  background-color: transparent;
  color: #10b981;
}

.buttons #declineBtn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ec4899;
  color: #ec4899;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(236, 72, 153, 0.3);
}

#declineBtn {
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}

#declineBtn:hover {
  background-color: #ec4899;
  color: #fff;
  border-color: #ec4899;
}

/* Globale Variablen */

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

.banner-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;
}

.banner-description {
  font-size: 1.1rem;
  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) {
  .banner-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, #ec4899 0%, #10b981 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, #ec4899 0%, #10b981 50%, #ec4899 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: #ec4899;
  box-shadow: 0 30px 80px rgba(16, 185, 129, 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: #ec4899;
  box-shadow: 0 0 0 0.2rem rgba(236, 72, 153, 0.15);
  background: var(--white);
  transform: translateY(-2px);
}

.form-floating .form-control:focus ~ label {
  color: #ec4899;
  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: #ec4899;
  margin-right: 0.5rem;
}

.btn-primary {
  background: linear-gradient(135deg, #ec4899 0%, #10b981 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(236, 72, 153, 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, #10b981 0%, #ec4899 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 72, 153, 0.25);
}

.contact-cta {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-radius: 16px;
  border: 1px solid rgba(236, 72, 153, 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;
  }
}


/* 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;
}

/* Welcome Banner Section */
/* Welcome Banner Section - Completely Redesigned */
.welcome-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  overflow: hidden;
  padding: 120px 0;
}

.welcome-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.1) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(16, 185, 129, 0.05) 50%, transparent 70%);
  pointer-events: none;
}

.banner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.banner-text {
  color: white;
}

.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.banner-badge:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.badge-icon {
  font-size: 16px;
}

.banner-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.title-line {
  display: block;
}

.gradient-text {
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  line-height: 1.6;
}

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

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

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #ec4899;
  display: block;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.banner-cta {
  display: flex;
  gap: 20px;
}

.btn-primary-modern {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
  border: none;
  cursor: pointer;
}

.btn-primary-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.btn-secondary-modern {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.btn-secondary-modern:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
}

.btn-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.btn-primary-modern:hover .btn-icon,
.btn-secondary-modern:hover .btn-icon {
  transform: translateX(3px);
}

.banner-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.banner-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(236, 72, 153, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-badges {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.tech-badge {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.9), rgba(236, 72, 153, 0.9));
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
}

.tech-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.floating-items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.floating-badge {
  position: absolute;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(236, 72, 153, 0.2));
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: float 6s ease-in-out infinite;
  color: white;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.2);
  transition: all 0.3s ease;
}

.floating-badge:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.3);
}

.floating-badge .card-icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.floating-badge .card-text {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

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

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

.card-3 {
  bottom: 10%;
  left: 10%;
  animation-delay: 4s;
}

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

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

@media (max-width: 768px) {
  .banner-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .tools-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .tool-card {
    padding: 30px 20px;
  }
  
  .cta-content {
    padding: 40px 20px;
  }
  
  .cta-content h3 {
    font-size: 1.5rem;
  }
  
  .banner-title {
    font-size: 2.5rem;
  }
  
  .banner-stats {
    justify-content: center;
    gap: 20px;
  }
  
  .banner-cta {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .floating-badge {
    display: none;
  }
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 185, 129, 0.1);
  z-index: 1;
}




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

.banner-badge {
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #ec4899);
  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;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

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


.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;
}

.banner-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, #10b981, #ec4899);
  color: white;
  border: none;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-secondary {
  background: transparent;
  color: #10b981;
  border: 2px solid #f97316;
}

.btn-secondary:hover {
  background: #f97316;
  color: white;
}

.banner-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: 0 8px 25px rgba(16, 185, 129, 0.15);
  font-weight: 600;
  font-size: 1.1rem;
  color: #10b981;
  animation: float 6s ease-in-out infinite;
  border: 1px solid rgba(16, 185, 129, 0.1);
}

.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 - Completely Redesigned */
.courses-grid {
  padding: 120px 0;
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  overflow: hidden;
}

.services-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(16, 185, 129, 0.03) 50%, transparent 70%);
  pointer-events: none;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.badge-icon {
  font-size: 16px;
}

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

.title-line {
  display: block;
}

.gradient-text {
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.courses-showcase {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.courses-visual {
  position: relative;
}

.courses-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.courses-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(236, 72, 153, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-indicators {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.indicator {
  background: rgba(255, 255, 255, 0.8);
  color: var(--text-primary);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.indicator.active {
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  transform: scale(1.05);
}

.courses-grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.course-card {
  background: white;
  border-radius: 24px;
  padding: 35px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.08);
}

.course-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(16, 185, 129, 0.2);
  border-color: rgba(16, 185, 129, 0.4);
}

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

.course-icon {
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #10b981, #ec4899);
  border-radius: 15px;
  color: white;
}

.course-card h3 {
  color: var(--heading-color);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}

.course-description {
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.course-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}

.feature-tag {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.course-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-link-modern:hover {
  color: #ec4899;
  transform: translateX(5px);
}

.link-icon {
  transition: transform 0.3s ease;
}

.service-link-modern:hover .link-icon {
  transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .courses-showcase {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .courses-grid-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .courses-grid {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .courses-image {
    height: 300px;
  }
  
  .course-card {
    padding: 20px;
  }
}

.service-card {
  background: white;
  padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
  transition: all 0.3s ease;
  border: 1px solid rgba(16, 185, 129, 0.1);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
  border-color: #f97316;
}

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

.icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.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;
}

.course-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: #10b981;
  font-weight: bold;
}

.service-link {
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #ec4899;
}

/* 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, #10b981, #ec4899);
  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;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.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: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

/* Technologies Section */
.tools-showcase {
  padding: 120px 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #fdf2f8 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% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 60px 0;
  position: relative;
  z-index: 1;
}

.tool-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(16, 185, 129, 0.1);
  position: relative;
  overflow: hidden;
}

.tool-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

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

.tool-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.2);
  border-color: rgba(16, 185, 129, 0.3);
}

.tool-icon {
  margin-bottom: 20px;
}

.icon-bg {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: linear-gradient(135deg, #10b981, #ec4899);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
}

.tool-card:hover .icon-bg {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 40px rgba(16, 185, 129, 0.4);
}

.tool-card h3 {
  color: var(--heading-color);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.tool-card p {
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.tech-tags-modern span {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(16, 185, 129, 0.2);
  transition: all 0.3s ease;
}

.tool-card:hover .tool-tags span {
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  border-color: transparent;
}

.tools-cta {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.cta-content {
  background: white;
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  border: 2px solid rgba(16, 185, 129, 0.1);
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.1);
}

.cta-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 20px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-content p {
  color: var(--text-primary);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.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;
  color: #10b981;
}

.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: #10b981;
  margin-bottom: 0.5rem;
}



.visual-card {
  background: white;
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.1);
}

.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: 0 8px 25px rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.1);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}

.quote-icon {
  font-size: 3rem;
  color: #10b981;
  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;
  }
  
  .banner-title {
    font-size: 2.5rem;
  }
  
  .hero-features {
    flex-direction: column;
    gap: 1rem;
  }
  
  .banner-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;
  }
  
  .courses-grid-list {
    grid-template-columns: 1fr;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .tech-categories {
    grid-template-columns: 1fr;
  }
}

/* Technologies Section - Original Design */
.tools-showcase {
  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: 700px;
  margin: 80px 0;
  position: relative;
  overflow: hidden;
}

.tech-showcase::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 8s ease-in-out infinite;
  z-index: 0;
}

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

.tech-orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(16, 185, 129, 0.15));
  border: 2px solid rgba(236, 72, 153, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15px);
  animation: float 6s ease-in-out infinite;
  box-shadow: 
    0 8px 32px rgba(236, 72, 153, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.tech-orb:hover {
  transform: scale(1.1);
  box-shadow: 
    0 12px 48px rgba(236, 72, 153, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-color: rgba(236, 72, 153, 0.6);
}

.central-orb {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #06b6d4, #f97316);
  border: 3px solid rgba(236, 72, 153, 0.6);
  box-shadow: 
    0 0 60px rgba(236, 72, 153, 0.5),
    inset 0 0 30px rgba(255, 255, 255, 0.2);
  animation: ai-pulse 4s ease-in-out infinite;
  z-index: 10;
  position: relative;
}

.central-orb::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.3), rgba(16, 185, 129, 0.3));
  animation: ripple 3s ease-in-out infinite;
  z-index: -1;
}

.orbit-1 { 
  width: 180px; 
  height: 180px; 
  top: 0; 
  left: 220px; 
  animation-delay: -1s;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(16, 185, 129, 0.1));
  border-color: rgba(236, 72, 153, 0.5);
}

.orbit-2 { 
  width: 180px; 
  height: 180px; 
  top: 120px; 
  left: 420px; 
  animation-delay: -2s;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(236, 72, 153, 0.1));
  border-color: rgba(16, 185, 129, 0.5);
}

.orbit-3 { 
  width: 180px; 
  height: 180px; 
  top: 320px; 
  left: 420px; 
  animation-delay: -3s;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(16, 185, 129, 0.1));
  border-color: rgba(236, 72, 153, 0.5);
}

.orbit-4 { 
  width: 180px; 
  height: 180px; 
  top: 460px; 
  left: 220px; 
  animation-delay: -4s;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(236, 72, 153, 0.1));
  border-color: rgba(16, 185, 129, 0.5);
}

.orbit-5 { 
  width: 180px; 
  height: 180px; 
  top: 320px; 
  left: 0; 
  animation-delay: -5s;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(16, 185, 129, 0.1));
  border-color: rgba(236, 72, 153, 0.5);
}

.orbit-6 { 
  width: 180px; 
  height: 180px; 
  top: 120px; 
  left: 0; 
  animation-delay: -6s;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(236, 72, 153, 0.1));
  border-color: rgba(16, 185, 129, 0.5);
}

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

.orb-content h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ffffff, #e0e0e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.orb-content h4 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.orb-content p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

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

.tech-mini-tags span {
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.tech-mini-tags span:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

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

@keyframes ai-pulse {
  0%, 100% { 
    transform: scale(1);
    box-shadow: 
      0 0 60px rgba(236, 72, 153, 0.5),
      inset 0 0 30px rgba(255, 255, 255, 0.2);
  }
  50% { 
    transform: scale(1.05);
    box-shadow: 
      0 0 80px rgba(236, 72, 153, 0.7),
      inset 0 0 40px rgba(255, 255, 255, 0.3);
  }
}

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

.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;
}

.tool-tags {
  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);
}

.tools-cta {
  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 - Completely Redesigned */
.contact-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.contact-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.1) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(16, 185, 129, 0.05) 50%, transparent 70%);
  pointer-events: none;
}

.contact-modern .container {
  position: relative;
  z-index: 1;
}

.contact-modern .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.contact-modern .section-title {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.contact-modern .section-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.contact-showcase {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

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

.contact-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

.contact-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(16, 185, 129, 0.3);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.1);
}

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

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.contact-card h3 {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

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

.contact-email,
.contact-schedule,
.contact-portfolio,
.contact-support {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ec4899;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #10b981;
  transform: translateX(5px);
}

.contact-link i {
  transition: transform 0.3s ease;
}

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

.status-online {
  display: inline-block;
  background: linear-gradient(135deg, #06b6d4, #f97316);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: pulse 2s ease-in-out infinite;
}

.contact-form-section {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.form-container {
  width: 100%;
}

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

.form-header h3 {
  color: #1a202c !important;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.form-header p {
  color: #4a5568 !important;
  font-size: 14px;
  margin: 0;
}

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

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 500;
}

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

.input-wrapper input,
.select-wrapper select,
.textarea-wrapper textarea {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  color: var(--text-primary);
  font-size: 14px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.input-wrapper input::placeholder,
.textarea-wrapper textarea::placeholder {
  color: rgba(45, 55, 72, 0.5);
}

.input-wrapper input:focus,
.select-wrapper select:focus,
.textarea-wrapper textarea:focus {
  outline: none;
  border-color: #ec4899;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

.input-border,
.select-border,
.textarea-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 1px;
}

.input-wrapper input:focus + .input-border,
.select-wrapper select:focus + .select-border,
.textarea-wrapper textarea:focus + .textarea-border {
  transform: scaleX(1);
}

.textarea-wrapper textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  position: relative;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  border: none;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.btn-submit:active {
  transform: translateY(-1px);
}

.btn-icon {
  transition: transform 0.3s ease;
}

.btn-submit:hover .btn-icon {
  transform: translateX(3px);
}

.btn-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-submit:active .btn-ripple {
  width: 300px;
  height: 300px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .contact-showcase {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .contact-info-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-modern {
    padding: 60px 0;
  }
  
  .contact-info-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .contact-form-section {
    padding: 30px 20px;
  }
  
  .contact-modern .section-title {
    font-size: 2rem;
  }
}

.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 - Completely Redesigned */
.footer-modern {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.footer-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(16, 185, 129, 0.08) 50%, transparent 70%);
  pointer-events: none;
}

.footer-modern .container {
  position: relative;
  z-index: 1;
}

/* Main Footer Content */
.footer-main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  padding: 80px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Brand Section */
.footer-brand {
  display: flex;
  flex-direction: column;
}

.brand-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo-icon {
  position: relative;
}

.logo-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
  animation: pulse 4s ease-in-out infinite;
}

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

.logo-text {
  color: white;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.brand-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.brand-name {
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

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

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

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

/* Links Section */
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

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

.column-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}

.column-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #10b981, #ec4899);
  border-radius: 1px;
}

.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #10b981, #ec4899);
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  padding-left: 15px;
}

.footer-link:hover::before {
  width: 10px;
}

/* Contact Section */
.footer-contact {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.contact-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.contact-icon i {
  color: white;
  font-size: 20px;
}

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

.contact-details p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.contact-link {
  color: #10b981;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-link:hover {
  color: #ec4899;
  transform: translateY(-2px);
}

.status-online {
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: pulse 2s ease-in-out infinite;
}

/* Newsletter Section */
.footer-newsletter {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.newsletter-text h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

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

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input-group {
  display: flex;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.newsletter-input {
  flex: 1;
  padding: 15px 25px;
  border: none;
  background: transparent;
  color: white;
  font-size: 14px;
  outline: none;
}

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

.newsletter-btn {
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  border: none;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.newsletter-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.newsletter-disclaimer {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

.newsletter-disclaimer a {
  color: #10b981;
  text-decoration: none;
}

.newsletter-disclaimer a:hover {
  text-decoration: underline;
}

/* Bottom Footer */
.footer-bottom {
  padding: 40px 0;
}

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

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

.footer-meta {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.tech-stack {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tech-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tech-badges {
  display: flex;
  gap: 8px;
}

.tech-badge {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-achievements {
  display: flex;
  gap: 25px;
  align-items: center;
}

.achievement-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.achievement-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(16, 185, 129, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.1);
}

.achievement-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.achievement-icon i {
  color: white;
  font-size: 14px;
}

.achievement-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.achievement-title {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.achievement-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 0 40px;
  }
  
  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .newsletter-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-meta {
    flex-direction: column;
    gap: 20px;
  }
  
  .footer-achievements {
    flex-direction: column;
    gap: 15px;
  }
  
  .achievement-item {
    padding: 10px 16px;
  }
}

/* Header - Modern Design */
.header-futuristic {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 253, 244, 0.98) 50%, rgba(253, 242, 248, 0.98) 100%);
  backdrop-filter: blur(20px);
  border-bottom: 2px solid rgba(16, 185, 129, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 30px rgba(16, 185, 129, 0.15);
}

.header-futuristic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.08) 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, #10b981, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: pulse 4s ease-in-out infinite;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}

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

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

.brand-text {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
}

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

.brand-title {
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.brand-subtitle {
  color: var(--text-primary);
  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: var(--text-primary);
  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: var(--primary);
  background: rgba(16, 185, 129, 0.1);
  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(16, 185, 129, 0.4), 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, #10b981, #ec4899);
  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(255, 255, 255, 0.98) 0%, rgba(240, 253, 244, 0.98) 50%, rgba(253, 242, 248, 0.98) 100%);
    backdrop-filter: blur(20px);
    border-top: 2px solid rgba(16, 185, 129, 0.3);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 30px rgba(16, 185, 129, 0.15);
  }

  .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(16, 185, 129, 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: 400px;
    margin: 40px 0;
  }

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

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

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

  .orbit-1 { top: 20px; left: 135px; animation-delay: -1s; }
  .orbit-2 { top: 70px; left: 250px; animation-delay: -2s; }
  .orbit-3 { top: 150px; left: 250px; animation-delay: -3s; }
  .orbit-4 { top: 200px; left: 135px; animation-delay: -4s; }
  .orbit-5 { top: 150px; left: 20px; animation-delay: -5s; }
  .orbit-6 { top: 70px; left: 20px; animation-delay: -6s; }

  .orb-content h3 {
    font-size: 1.2rem;
  }

  .orb-content h4 {
    font-size: 0.9rem;
  }

  .tech-mini-tags span {
    font-size: 0.6rem;
    padding: 2px 6px;
  }

  .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;
  }
}

/* Pricing Section Modern */
.offers-table {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.offers-table::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.offers-table-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.1);
  border: 2px solid rgba(16, 185, 129, 0.1);
  position: relative;
  z-index: 1;
}

.offers-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  font-weight: 600;
  font-size: 16px;
}

.table-header-cell {
  padding: 25px 20px;
  text-align: center;
}

.table-header-cell:first-child {
  text-align: left;
}

.offers-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(16, 185, 129, 0.1);
  transition: all 0.3s ease;
}

.pricing-table-row:hover {
  background: rgba(16, 185, 129, 0.03);
}

.pricing-table-row.highlight {
  background: rgba(16, 185, 129, 0.02);
}

.pricing-table-row.featured {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(236, 72, 153, 0.08));
  border-bottom: none;
}

.table-cell {
  padding: 25px 20px;
  text-align: center;
  color: var(--text-primary);
  font-size: 15px;
}

.table-cell.course-name {
  text-align: left;
  font-weight: 600;
  color: var(--heading-color);
}

.table-cell.price-single {
  color: #10b981;
  font-weight: 700;
  font-size: 18px;
}

.table-cell.price-package {
  color: #ec4899;
  font-weight: 700;
  font-size: 18px;
}

.offers-package {
  max-width: 1000px;
  margin: 60px auto;
  background: white;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.15);
  border: 2px solid rgba(16, 185, 129, 0.2);
  position: relative;
  z-index: 1;
}

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

.package-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.package-header h3 {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.package-prices {
  margin-bottom: 40px;
}

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

.price-item {
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  background: rgba(16, 185, 129, 0.05);
  border: 2px solid rgba(16, 185, 129, 0.1);
}

.price-item.featured-price {
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  border: none;
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(16, 185, 129, 0.3);
}

.price-label {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.price-value {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.price-value.old {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 1.5rem;
}

.price-value.new {
  font-size: 2.5rem;
}

.price-save {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 5px;
}

.package-bonus {
  padding-top: 30px;
  border-top: 2px solid rgba(16, 185, 129, 0.1);
  text-align: center;
}

.package-bonus p {
  color: var(--text-primary);
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.offers-guarantee {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px 40px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(236, 72, 153, 0.08));
  border-radius: 20px;
  border-left: 4px solid #10b981;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.guarantee-icon {
  font-size: 40px;
  flex-shrink: 0;
}

.pricing-guarantee p {
  color: var(--text-primary);
  line-height: 1.8;
  margin: 0;
  font-size: 1rem;
}

/* Testimonials Section Modern */
.reviews-showcase {
  padding: 120px 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.reviews-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.review-card {
  background: white;
  border-radius: 24px;
  padding: 40px 35px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
}

.testimonial-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

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

.testimonial-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.review-quote {
  font-size: 60px;
  line-height: 1;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  opacity: 0.3;
}

.review-text {
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.author-info-modern h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 5px 0;
}

.author-info-modern p {
  color: var(--text-primary);
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}

/* Process Section Modern */
.journey-steps {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.process-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.journey-timeline {
  max-width: 900px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}

.journey-step {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  align-items: flex-start;
  position: relative;
}

.journey-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.step-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
  position: relative;
  z-index: 2;
}

.step-connector {
  width: 3px;
  height: 50px;
  background: linear-gradient(180deg, #10b981, #ec4899);
  margin-top: 10px;
  border-radius: 2px;
}

.journey-step:last-child .step-connector {
  display: none;
}

.journey-content {
  flex: 1;
  background: white;
  border-radius: 20px;
  padding: 35px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
}

.journey-step:hover .journey-content {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.journey-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.journey-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.journey-content p {
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.journey-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-tag-modern {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(16, 185, 129, 0.2);
  transition: all 0.3s ease;
}

.journey-step:hover .feature-tag-modern {
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  border-color: transparent;
}

/* Responsive for new sections */
@media (max-width: 1200px) {
  .offers-table-wrapper {
    overflow-x: auto;
  }
  
  .pricing-table-header,
  .offers-row {
    min-width: 800px;
  }
  
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .price-comparison {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .offers-table,
  .reviews-showcase,
  .journey-steps {
    padding: 80px 0;
  }
  
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  
  .journey-step {
    flex-direction: column;
    gap: 20px;
  }
  
  .step-connector {
    display: none;
  }
  
  .journey-content {
    padding: 25px;
  }
  
  .offers-guarantee {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
}

/* About Page Modern Styles */
.about-section-modern {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.about-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.about-content-modern {
  position: relative;
  z-index: 1;
}

.about-features-modern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.about-feature-modern {
  background: white;
  border-radius: 24px;
  padding: 40px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
}

.about-feature-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.feature-icon-modern {
  font-size: 48px;
  margin-bottom: 20px;
}

.feature-content-modern h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-content-modern p {
  color: var(--text-primary);
  line-height: 1.8;
  font-size: 15px;
}

.about-team-modern {
  margin-top: 60px;
}

.team-card-modern {
  background: white;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.1);
  border: 2px solid rgba(16, 185, 129, 0.1);
}

.team-header-modern {
  text-align: center;
  margin-bottom: 40px;
}

.team-header-modern h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.team-header-modern p {
  color: var(--text-primary);
  font-size: 1.1rem;
}

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

.team-member-modern {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(236, 72, 153, 0.05));
  border-radius: 16px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.3s ease;
}

.team-member-modern:hover {
  transform: translateX(10px);
  border-color: rgba(16, 185, 129, 0.3);
}

.member-avatar-modern {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.member-info-modern h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 5px 0;
}

.member-info-modern p {
  color: var(--text-primary);
  font-size: 14px;
  margin: 0;
}

.why-choose-section-modern {
  padding: 120px 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.why-choose-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.advantages-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.advantage-card-modern {
  background: white;
  border-radius: 24px;
  padding: 40px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
  text-align: center;
}

.advantage-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.advantage-icon-modern {
  font-size: 48px;
  margin-bottom: 20px;
}

.advantage-card-modern h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.advantage-card-modern p {
  color: var(--text-primary);
  line-height: 1.8;
  font-size: 15px;
}

.stats-section-modern {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.stats-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.stats-grid-modern {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.stat-card-modern {
  background: white;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
}

.stat-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.stat-number-modern {
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.stat-label-modern {
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Contact Page Modern Styles */
.contact-section-modern {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.contact-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.contact-showcase-modern {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

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

.contact-card-modern {
  background: white;
  border-radius: 20px;
  padding: 30px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
  text-align: center;
}

.contact-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.contact-icon-modern {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.contact-card-modern h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.contact-text-modern {
  color: var(--text-primary);
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-link-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-link-modern:hover {
  color: #ec4899;
  transform: translateX(5px);
}

.status-online-modern {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}

.contact-form-modern {
  background: white;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.1);
  border: 2px solid rgba(16, 185, 129, 0.1);
}

.form-header-modern h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.form-header-modern p {
  color: var(--text-primary);
  line-height: 1.8;
  margin-bottom: 30px;
}

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

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

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

.form-group-modern label {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-group-modern input,
.form-group-modern select,
.form-group-modern textarea {
  padding: 12px 16px;
  border: 2px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  font-size: 15px;
  color: var(--text-primary);
  transition: all 0.3s ease;
  font-family: 'EB Garamond', serif;
}

.form-group-modern input:focus,
.form-group-modern select:focus,
.form-group-modern textarea:focus {
  outline: none;
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

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

.form-group-modern input.error,
.form-group-modern select.error,
.form-group-modern textarea.error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.form-group-modern .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block;
  min-height: 1.2rem;
}

.form-group-modern .error-message:empty {
  display: none;
}

.phone-input-wrapper {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.country-code-select {
  flex: 0 0 auto;
  min-width: 120px;
  padding: 12px 12px;
  border: 2px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  font-size: 15px;
  color: var(--text-primary);
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: 'EB Garamond', serif;
  cursor: pointer;
}

.country-code-select:focus {
  outline: none;
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.country-code-select.error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.phone-input-wrapper input[type="tel"] {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  font-size: 15px;
  color: var(--text-primary);
  transition: all 0.3s ease;
  font-family: 'EB Garamond', serif;
}

.phone-input-wrapper input[type="tel"]:focus {
  outline: none;
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.phone-input-wrapper input[type="tel"].error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.btn-submit-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
  font-family: 'EB Garamond', serif;
}

.btn-submit-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.company-info-section-modern {
  padding: 120px 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.company-info-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.company-info-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.info-card-modern {
  background: white;
  border-radius: 24px;
  padding: 40px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
}

.info-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.info-icon-modern {
  font-size: 40px;
  margin-bottom: 20px;
}

.info-card-modern h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.info-card-modern p {
  color: var(--text-primary);
  line-height: 1.8;
  font-size: 15px;
}

.info-card-modern a {
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.info-card-modern a:hover {
  color: #ec4899;
}

.info-note {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 10px;
}

.additional-contact-modern {
  margin-top: 60px;
  background: white;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.1);
  border: 2px solid rgba(16, 185, 129, 0.1);
  position: relative;
  z-index: 1;
}

.additional-contact-modern h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 30px;
  text-align: center;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.method-item-modern {
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(236, 72, 153, 0.05));
  border-radius: 16px;
  border: 2px solid rgba(16, 185, 129, 0.1);
}

.method-item-modern h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.method-item-modern p {
  color: var(--text-primary);
  font-size: 14px;
  margin: 0;
}

/* FAQ Page Modern Styles */
.faq-section-modern {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.faq-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.faq-container-modern {
  max-width: 900px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.faq-item-modern {
  background: white;
  border-radius: 20px;
  padding: 35px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
}

.faq-item-modern:hover {
  transform: translateX(10px);
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.faq-item-modern h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-item-modern p {
  color: var(--text-primary);
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

.faq-contact-section-modern {
  padding: 120px 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 50%, #fdf2f8 100%);
  position: relative;
  overflow: hidden;
}

.faq-contact-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.faq-contact-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.faq-contact-card-modern {
  background: white;
  border-radius: 24px;
  padding: 40px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
  text-align: center;
}

.faq-contact-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.contact-icon-faq {
  font-size: 48px;
  margin-bottom: 20px;
}

.faq-contact-card-modern h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-contact-card-modern p {
  color: var(--text-primary);
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

/* Responsive for new pages */
@media (max-width: 1200px) {
  .about-features-modern,
  .advantages-grid-modern {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stats-grid-modern {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-showcase-modern {
    grid-template-columns: 1fr;
  }
  
  .company-info-grid-modern,
  .faq-contact-grid-modern {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-section-modern,
  .why-choose-section-modern,
  .stats-section-modern,
  .contact-section-modern,
  .company-info-section-modern,
  .faq-section-modern,
  .faq-contact-section-modern {
    padding: 80px 0;
  }
  
  .about-features-modern,
  .advantages-grid-modern,
  .stats-grid-modern,
  .company-info-grid-modern,
  .faq-contact-grid-modern {
    grid-template-columns: 1fr;
  }
  
  .contact-info-modern {
    grid-template-columns: 1fr;
  }
  
  .form-row-modern {
    grid-template-columns: 1fr;
  }
  
  .contact-methods-modern {
    grid-template-columns: 1fr;
  }
  
  .team-grid-modern {
    grid-template-columns: 1fr;
  }
}

/* Legal Pages Modern Styles */
.legal-page-main {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.legal-page-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.legal-page-section {
  position: relative;
  z-index: 1;
}

.legal-content-modern {
  max-width: 900px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.legal-item-modern {
  background: white;
  border-radius: 24px;
  padding: 40px;
  border: 2px solid rgba(16, 185, 129, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.legal-item-modern:hover {
  transform: translateX(10px);
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
}

.legal-number-modern {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.legal-content-wrapper {
  flex: 1;
}

.legal-content-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.legal-content-wrapper p {
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

.legal-content-wrapper a {
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.legal-content-wrapper a:hover {
  color: #ec4899;
}

.legal-list-modern {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.legal-list-modern li {
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.legal-list-modern li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
  font-size: 18px;
}

.legal-list-modern li strong {
  color: var(--heading-color);
  font-weight: 600;
}

/* Thanks Page Modern Styles */
.thanks-page-main {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 50%, #fdf2f8 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.thanks-page-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.1) 0%, transparent 70%),
    radial-gradient(circle at 20% 20%, rgba(236, 72, 153, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.thanks-section-modern {
  position: relative;
  z-index: 1;
}

.thanks-content-modern {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 32px;
  padding: 80px 60px;
  box-shadow: 0 30px 80px rgba(16, 185, 129, 0.15);
  border: 2px solid rgba(16, 185, 129, 0.1);
}

.thanks-icon-modern {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #ec4899);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 700;
  box-shadow: 0 15px 40px rgba(16, 185, 129, 0.3);
  animation: thanks-pulse 2s ease-in-out infinite;
}

@keyframes thanks-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(16, 185, 129, 0.4);
  }
}

.thanks-title-modern {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #10b981, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.thanks-text-modern {
  color: var(--text-primary);
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.thanks-content-modern .btn-primary-modern {
  margin-top: 40px;
}

/* Responsive for legal pages */
@media (max-width: 768px) {
  .legal-page-main,
  .thanks-page-main {
    padding: 100px 0 80px;
  }
  
  .legal-content-modern {
    gap: 20px;
  }
  
  .legal-item-modern {
    flex-direction: column;
    padding: 30px 25px;
    gap: 20px;
  }
  
  .legal-number-modern {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .legal-content-wrapper h3 {
    font-size: 1.3rem;
  }
  
  .thanks-content-modern {
    padding: 60px 40px;
  }
  
  .thanks-icon-modern {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }
  
  .thanks-title-modern {
    font-size: 2.5rem;
  }
  
  .thanks-text-modern {
    font-size: 1.1rem;
  }
}
/* =========================================================
   THEME V2 — Aurora Mint & Coral (fonts + colors overhaul)
   Подключай ПОСЛЕ основного style.css, чтобы переопределило всё
   ========================================================= */

/* 1) Новые шрифты (можешь заменить на <link> в HTML, если нужно) */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500..800&family=Manrope:wght@300..800&display=swap");

/* 2) Новая палитра + типографика */
:root{
  /* Brand */
  --primary: #2dd4bf;        /* mint */
  --dark: #0b1020;           /* deep navy/charcoal */
  --accent-color: #fb7185;   /* coral */
  --warm: #fbbf24;           /* amber highlight */

  /* Surfaces */
  --bg-color: #f7fafc;       /* page background */
  --bg-primary: #fff7fb;     /* soft pink surface */
  --surface-color: #ffffff;  /* cards */
  --light: #e6fffb;          /* mint mist */

  /* Text */
  --text-color: #0f172a;
  --text-primary: #0f172a;
  --heading-color: #0b1020;
  --contrast-color: #64748b;

  /* UI */
  --border-radius: 18px;
  --shadow: 0 18px 50px rgba(11,16,32,0.10);
  --shadow-soft: 0 10px 30px rgba(11,16,32,0.08);
  --ring: 0 0 0 0.22rem rgba(45, 212, 191, 0.22);

  /* Fonts */
  --font-family: "Fraunces", serif;      /* headings */
  --font-family-sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; /* body/ui */
}

/* 3) Глобальная типографика */
*{
  font-family: var(--font-family-sans);
}

body{
  background: radial-gradient(circle at 20% 10%, rgba(45,212,191,0.12), transparent 45%),
              radial-gradient(circle at 80% 20%, rgba(251,113,133,0.10), transparent 45%),
              linear-gradient(180deg, #ffffff 0%, var(--bg-color) 60%, #ffffff 100%);
  color: var(--text-color);
  line-height: 1.65;
}

h1,h2,h3,h4,h5,h6{
  font-family: var(--font-family);
  color: var(--heading-color);
  font-weight: 700;
  letter-spacing: -0.015em;
}

p, .text-content, .about-text, .advantage-text, .program-feature-text,
.plan-feature-text, .tip-description, .testimonial-text, .contact-description{
  font-family: var(--font-family-sans);
}

/* 4) Navbar */
.bg-dark{
  background: linear-gradient(135deg, #0b1020 0%, #121a33 60%, #0b1020 100%) !important;
}

.navbar-dark .navbar-nav .nav-link{
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.06em;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active{
  color: var(--primary);
  text-shadow: 0 0 18px rgba(45,212,191,0.35);
}

/* 5) Кнопки (унификация) */
.btn, .navbar, .form-control, .nav-link, .form-floating label{
  font-family: var(--font-family-sans);
}

.btn{
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.btn.btn-primary,
.btn-primary,
.btn-primary-custom,
.btn-primary-modern{
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent-color) 100%);
  border: none !important;
  color: #fff !important;
  box-shadow: 0 14px 38px rgba(45,212,191,0.22);
}

.btn.btn-primary:hover,
.btn-primary:hover,
.btn-primary-custom:hover,
.btn-primary-modern:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 55px rgba(251,113,133,0.20);
  filter: saturate(1.05);
}

.btn.btn-secondary,
.btn-secondary,
.btn-secondary-modern{
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(45,212,191,0.45) !important;
  color: var(--primary) !important;
  backdrop-filter: blur(10px);
}

.btn.btn-secondary:hover,
.btn-secondary:hover,
.btn-secondary-modern:hover{
  background: rgba(45,212,191,0.10);
  border-color: rgba(251,113,133,0.55) !important;
  color: var(--accent-color) !important;
  transform: translateY(-2px);
}

/* 6) Формы + ошибки */
.form-floating .form-control,
.form-group input, .form-group select, .form-group textarea{
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.10);
  background: rgba(255,255,255,0.85);
  box-shadow: var(--shadow-soft);
}

.form-floating .form-control:focus,
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{
  border-color: rgba(45,212,191,0.70);
  box-shadow: var(--ring);
}

.error-message{
  color: var(--accent-color);
}

.form-control.error{
  border-color: rgba(251,113,133,0.75) !important;
  box-shadow: 0 0 0 0.22rem rgba(251,113,133,0.18) !important;
}

/* 7) Карточки/секции — мягче, современнее */
.stats-card,
.program-card,
.advantage-card,
.tip-item,
.testimonial-card,
.pricing-card,
.info-card,
.tool-card,
.contact-info,
.contact-form,
.visual-card{
  border-radius: 20px !important;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.92) 100%) !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  box-shadow: var(--shadow) !important;
}

.stats-card:hover,
.program-card:hover,
.advantage-card:hover,
.tip-item:hover,
.testimonial-card:hover,
.pricing-card:hover,
.info-card:hover,
.tool-card:hover{
  border-color: rgba(45,212,191,0.45) !important;
  transform: translateY(-6px);
}

/* 8) Заголовки секций + акцентные линии */
.advantages-title::after,
.success-title::after,
.tips-title::after,
.contact-title::after{
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent-color) 100%) !important;
}

.section-badge,
.banner-badge,
.header-badge{
  background: linear-gradient(135deg, rgba(45,212,191,0.95) 0%, rgba(251,113,133,0.95) 100%) !important;
  box-shadow: 0 14px 35px rgba(45,212,191,0.20);
}

/* 9) Footer */
.footer{
  background: linear-gradient(135deg, #0b1020 0%, #121a33 60%, #0b1020 100%) !important;
  color: rgba(255,255,255,0.88);
}

.footer-section-title{
  color: var(--primary) !important;
}

.btn-link:hover{
  color: var(--accent-color) !important;
}

/* 10) Cookie banner — под новую тему */
.cookie-wrapper{
  background: linear-gradient(135deg, #0b1020 0%, #121a33 50%, #0b1020 100%) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(45,212,191,0.18) !important;
}

.cookie-wrapper::before{
  background:
    radial-gradient(circle at 20% 20%, rgba(45,212,191,0.14) 0%, transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(251,113,133,0.14) 0%, transparent 55%);
}

.buttons #acceptBtn{
  background: linear-gradient(135deg, var(--primary), var(--accent-color)) !important;
  box-shadow: 0 12px 35px rgba(45,212,191,0.25) !important;
}

.buttons #declineBtn:hover{
  border-color: var(--accent-color) !important;
  color: var(--accent-color) !important;
}

/* 11) Мелкие улучшения */
a{
  color: var(--accent-color);
  text-decoration: none;
}
a:hover{
  color: var(--primary);
}

::selection{
  background: rgba(45,212,191,0.25);
}
