/* Premium CSS for Sakurai Türkiye Website */

:root {
  --primary-color: #dc2626;
  --primary-gradient: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  --secondary-color: #000000;
  --accent-color: #ffffff;
  --light-gray: #f8f9fa;
  --dark-gray: #374151;
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --text-gradient: linear-gradient(135deg, #dc2626 0%, #991b1b 50%, #ffffff 100%);
  --shadow-primary: 0 20px 40px rgba(220, 38, 38, 0.3);
  --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.1);
}

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

body {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  background: #000;
  padding-top: 45px; /* Space for top contact bar */
}

/* Top Contact Bar */
.top-contact-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: var(--primary-gradient);
  color: white;
  font-size: 0.85rem;
  padding: 0.5rem 0;
}

.contact-info-bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.contact-bar-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.contact-bar-item:hover {
  color: white;
  transform: translateY(-1px);
}

.contact-bar-item i {
  width: 14px;
  text-align: center;
}

.social-media-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}

.social-bar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.social-bar-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px) scale(1.1);
  color: white;
}

/* Header Action Buttons */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: 1rem;
}

.header-action-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.header-action-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-action-btn i {
  font-size: 0.8rem;
  width: 14px;
  text-align: center;
}

.header-action-btn span {
  white-space: nowrap;
}

.garanti-btn {
  background: rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.3);
}

.garanti-btn:hover {
  background: rgba(220, 38, 38, 0.3);
  border-color: rgba(220, 38, 38, 0.4);
}

.bayi-btn {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.3);
}

.bayi-btn:hover {
  background: rgba(34, 197, 94, 0.3);
  border-color: rgba(34, 197, 94, 0.4);
}

@media (max-width: 768px) {
  body {
    padding-top: 40px;
  }
  
  .top-contact-bar {
    padding: 0.4rem 0;
    font-size: 0.8rem;
  }
  
  .contact-info-bar {
    gap: 1rem;
  }
  
  .hero-section,.about-hero,.portfolio-hero{
    padding-top: 100px;
  }

  .ppf-hero{
    padding-top: 180px;
  }
  
  .contact-info-bar {
    display: none;
  }
  
  .social-bar-link {
    display: none;
  }
  
  .contact-bar-item {
    font-size: 0.75rem;
  }
}

/* Ultra Modern Loading Screen */
.modern-loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Background Effects */
.loading-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-gradient-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 25%, #2a1a2a 50%, #1a0a1a 75%, #0a0a0a 100%);
  animation: gradientShift 8s ease-in-out infinite;
}

.bg-particles-modern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(220, 38, 38, 0.4), transparent),
    radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(1px 1px at 90% 40%, rgba(220, 38, 38, 0.3), transparent),
    radial-gradient(1px 1px at 50% 80%, rgba(255, 255, 255, 0.05), transparent);
  background-repeat: repeat;
  background-size: 200px 150px, 250px 200px, 150px 100px, 300px 180px;
  animation: particleFloat 15s linear infinite;
  opacity: 0.8;
}

.bg-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 70%, rgba(220, 38, 38, 0.1) 80%, transparent 90%);
  animation: waveMove 12s ease-in-out infinite;
}

/* Loading Content */
.loading-content-modern {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  color: white;
  text-align: center;
  max-width: 600px;
  padding: 2rem;
}

/* Logo Section */
.logo-section-loading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-ring-container {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.ring-outer {
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(220, 38, 38, 0.6);
  animation: ringRotate 8s linear infinite;
}

.ring-middle {
  width: 80%;
  height: 80%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: ringRotate 6s linear infinite reverse;
}

.ring-inner {
  width: 60%;
  height: 60%;
  border: 2px dotted rgba(220, 38, 38, 0.8);
  animation: ringRotate 4s linear infinite;
}

.logo-center {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 0 50px rgba(220, 38, 38, 0.3),
    inset 0 0 30px rgba(220, 38, 38, 0.1);
}

.loading-logo {
  width: 80px;
  height: auto;
  filter: 
    drop-shadow(0 0 20px rgba(220, 38, 38, 0.6))
    brightness(1.2);
}

.logo-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border: 2px solid rgba(220, 38, 38, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: logoPulse 2s ease-in-out infinite;
}

/* Floating Elements */
.floating-loader-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.loader-element {
  position: absolute;
  font-size: 2rem;
  opacity: 0.8;
  animation: floatElement 6s ease-in-out infinite;
  text-shadow: 0 0 20px rgba(220, 38, 38, 0.5);
}

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

.element-2 {
  top: 20%;
  right: 15%;
  animation-delay: 1.5s;
}

.element-3 {
  bottom: 25%;
  left: 15%;
  animation-delay: 3s;
}

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

/* Text Section */
.loading-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.loading-brand-text {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem;
}

.brand-char {
  display: inline-block;
  background: linear-gradient(135deg, #ffffff 0%, #dc2626 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(220, 38, 38, 0.5);
  animation: charReveal 0.5s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

.brand-space {
  width: 1rem;
}

.loading-subtitle-modern {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.subtitle-line {
  position: relative;
  overflow: hidden;
}

.subtitle-text {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  animation: textSlideUp 1s ease-out 2s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.subtitle-dots {
  display: flex;
  gap: 0.8rem;
}

.dot {
  width: 8px;
  height: 8px;
  background: var(--primary-gradient);
  border-radius: 50%;
  animation: dotBounce 1.5s ease-in-out infinite;
}

.dot-1 { animation-delay: 0s; }
.dot-2 { animation-delay: 0.3s; }
.dot-3 { animation-delay: 0.6s; }

/* Progress Section */
.progress-section-modern {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 400px;
}

.progress-container-modern {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.progress-track {
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.progress-fill-modern {
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  border-radius: 3px;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.6);
  will-change: transform;
}

.progress-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: progressShine 2s ease-in-out infinite;
}

.progress-percentage {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  text-shadow: 0 0 20px rgba(220, 38, 38, 0.5);
  font-family: 'Roboto', sans-serif;
}

/* Loading Status */
.loading-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.status-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  animation: textPulse 2s ease-in-out infinite;
}

.status-icons {
  display: flex;
  gap: 1.5rem;
}

.status-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.status-icon.active {
  opacity: 1;
  background: rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.4);
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.4);
  transform: scale(1.1);
}

/* Features Preview */
.features-preview {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 350px;
  opacity: 0;
  animation: featuresReveal 1s ease-out 3s forwards;
}

.feature-item-preview {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  transition: all 0.3s ease;
  animation: featureSlideIn 0.6s ease-out forwards;
  opacity: 0;
  transform: translateX(-50px);
}

.feature-item-preview:nth-child(1) { animation-delay: 3.2s; }
.feature-item-preview:nth-child(2) { animation-delay: 3.4s; }
.feature-item-preview:nth-child(3) { animation-delay: 3.6s; }

.feature-icon-preview {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-gradient);
  border-radius: 50%;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(220, 38, 38, 0.4);
}

.feature-item-preview span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Loading Overlay */
.loading-overlay-modern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Animations */
@keyframes gradientShift {
  0%, 100% { background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 25%, #2a1a2a 50%, #1a0a1a 75%, #0a0a0a 100%); }
  50% { background: linear-gradient(135deg, #1a0a1a 0%, #2a1a2a 25%, #0a0a0a 50%, #2a1a2a 75%, #1a0a1a 100%); }
}

@keyframes particleFloat {
  0% { transform: translateY(0) translateX(0) rotate(0deg); }
  33% { transform: translateY(-20px) translateX(10px) rotate(120deg); }
  66% { transform: translateY(-10px) translateX(-10px) rotate(240deg); }
  100% { transform: translateY(0) translateX(0) rotate(360deg); }
}

@keyframes waveMove {
  0%, 100% { transform: translateX(0) scaleY(1); opacity: 0.5; }
  50% { transform: translateX(-20px) scaleY(1.1); opacity: 0.8; }
}

@keyframes ringRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.05); }
}

@keyframes logoPulse {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(1); 
    opacity: 0.6; 
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.2); 
    opacity: 0.3; 
  }
}

@keyframes floatElement {
  0%, 100% { 
    transform: translateY(0) rotate(0deg) scale(1); 
    opacity: 0.8; 
  }
  25% { 
    transform: translateY(-20px) rotate(90deg) scale(1.1); 
    opacity: 1; 
  }
  50% { 
    transform: translateY(-10px) rotate(180deg) scale(0.9); 
    opacity: 0.6; 
  }
  75% { 
    transform: translateY(-25px) rotate(270deg) scale(1.05); 
    opacity: 0.9; 
  }
}

@keyframes charReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dotBounce {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.3) translateY(-10px); }
}

@keyframes progressShine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
}

@keyframes textPulse {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 1; }
}

@keyframes featuresReveal {
  to { opacity: 1; }
}

@keyframes featureSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .loading-content-modern {
    gap: 2rem;
    padding: 1rem;
  }
  
  .logo-ring-container {
    width: 150px;
    height: 150px;
  }
  
  .logo-center {
    width: 90px;
    height: 90px;
  }
  
  .loading-logo {
    width: 60px;
  }
  
  .loading-brand-text {
    font-size: 2rem;
  }
  
  .subtitle-text {
    font-size: 1rem;
  }
  
  .progress-section-modern {
    max-width: 300px;
  }
  
  .features-preview {
    max-width: 280px;
  }
  
  .feature-item-preview {
    padding: 0.8rem 1rem;
  }
  
  .status-icons {
    gap: 1rem;
  }
  
  .status-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}

/* Modern Navigation */
.modern-navbar {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-navbar.scrolled {
  background: rgba(0, 0, 0, 0.98);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(220, 38, 38, 0.3);
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  position: relative;
}

/* Logo Section */
.nav-brand {
  z-index: 1001;
}

.brand-link {
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-logo {
  height: 90px;
  width: auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-left: 2px;
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.brand-subtitle {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.brand-link:hover .brand-name {
  background: linear-gradient(135deg, #ffffff 0%, #dc2626 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 3rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.link-text {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  font-weight: 700;
}

.link-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-gradient);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover,
.nav-link.active {
  color: white;
  transform: translateY(-1px);
}

.nav-link:hover .link-underline,
.nav-link.active .link-underline {
  width: 100%;
}

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

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

/* CTA Button */
.nav-cta {
  position: relative;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--primary-gradient);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 4px 16px rgba(220, 38, 38, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.5);
  color: white;
}

.cta-icon {
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.cta-button:hover .cta-icon {
  transform: scale(1.1);
}

.cta-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.cta-button:hover .cta-shine {
  left: 100%;
}

/* Contact Info */
.nav-contact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.contact-item i {
  width: 12px;
  color: var(--primary-color);
}

.contact-item:hover {
  color: white;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}

.hamburger-line {
  width: 25px;
  height: 2px;
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

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

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

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

/* Mobile Overlay */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Navigation Progress Bar */
.nav-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.progress-fill {
  height: 100%;
  width: 100%;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  will-change: transform;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .nav-contact {
    display: none;
  }
  
  .nav-container {
    padding: 0 1.5rem;
  }
  
  .nav-menu {
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .nav-links {
    gap: 1.5rem;
  }
  
  .nav-menu {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .nav-container {
    height: 90px;
    padding: 0 1rem;
  }
  
  .brand-logo {
    width: 210px !important;
    padding: 3px;
  }
  
  .brand-name {
    font-size: 1.3rem;
  }
  
  .brand-subtitle {
    font-size: 0.75rem;
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
  
  .nav-menu {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
    gap: 2rem;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
  }
  
  .nav-menu.active {
    transform: translateX(0);
  }
  
  .nav-links {
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
  
  .nav-link {
    font-size: 1.1rem;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .nav-cta {
    width: 100%;
  }
  
  .cta-button {
    width: 100%;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  
  .nav-contact {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .contact-item {
    font-size: 0.9rem;
  }
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000000 0%, #1f1f1f 50%, #000000 100%);
}

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.1), transparent),
    radial-gradient(2px 2px at 40px 70px, rgba(220,38,38,0.1), transparent),
    radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.05), transparent);
  background-repeat: repeat;
  background-size: 110px 100px;
  animation: particleFloat 20s linear infinite;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.3) 100%);
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  color: rgba(220, 38, 38, 0.2);
  font-size: 2rem;
  animation: floatElement 6s ease-in-out infinite;
}

.floating-element:nth-child(1) { animation-delay: 0s; }
.floating-element:nth-child(2) { animation-delay: 2s; }
.floating-element:nth-child(3) { animation-delay: 4s; }

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

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  animation: fadeInUp 1s ease 0.5s both;
}

.badge-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.hero-title {
  font-family: 'Open Sans', 'Roboto', sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  animation: fadeInUp 1s ease 0.7s both;
  letter-spacing: -0.02em;
}

.text-gradient {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  animation: fadeInUp 1s ease 0.9s both;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  animation: fadeInUp 1s ease 1.1s both;
}

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

.hero-stats .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
}

.hero-stats .stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.hero-buttons {
  animation: fadeInUp 1s ease 1.3s both;
}

.btn {
  position: relative;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background: var(--primary-gradient);
  border: none;
  color: white;
  box-shadow: var(--shadow-primary);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 50px rgba(220, 53, 69, 0.4);
}

.btn-glass {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  color: white;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.btn-content {
  position: relative;
  z-index: 2;
}

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

.btn:hover::before {
  left: 100%;
}

.hero-visual {
  position: relative;
  animation: fadeInRight 1s ease 1s both;
  perspective: 1000px;
}

.premium-card {
  position: relative;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: var(--shadow-glass);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: all 0.5s ease;
}

.premium-card:hover {
  transform: translateY(-10px) rotateX(5deg);
  box-shadow: 0 30px 60px rgba(220, 38, 38, 0.3);
}

.card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.15) 0%, transparent 70%);
  animation: glow 4s ease-in-out infinite;
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  transform: translateZ(20px);
}

.card-icon {
  margin-bottom: 1.5rem;
  transform: translateZ(30px);
}

.logo-3d {
  width: 100px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(220, 38, 38, 0.3));
  animation: float3D 3s ease-in-out infinite;
}

.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  background: linear-gradient(45deg, #fff, rgba(255,255,255,0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateZ(25px);
}

.card-subtitle {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  transform: translateZ(20px);
}

.card-features {
  text-align: left;
  transform: translateZ(15px);
}

.card-features .feature {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.card-features .feature:hover {
  background: rgba(220, 38, 38, 0.1);
  transform: translateX(5px);
}

.card-features .feature i {
  color: var(--primary-color);
  margin-right: 0.8rem;
  width: 20px;
  font-size: 1.1rem;
}

@keyframes float3D {
  0%, 100% {
    transform: translateY(0) rotateY(0deg);
  }
  50% {
    transform: translateY(-15px) rotateY(5deg);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.scroll-text {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.scroll-arrow {
  animation: bounce 2s infinite;
}

/* Features Section */
.features-section {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
  position: relative;
  overflow: hidden;
  padding: 8rem 0 6rem;
}

.features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(220, 38, 38, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(220, 38, 38, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: -6rem;
  position: relative;
  z-index: 2;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 2rem;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(220, 38, 38, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.feature-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 60px rgba(220, 38, 38, 0.2);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(220, 38, 38, 0.3);
}

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

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

.feature-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: white;
  font-size: 2rem;
  position: relative;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
  transition: all 0.4s ease;
}

.feature-icon::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: conic-gradient(from 0deg, var(--primary-color), transparent, var(--primary-color));
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotateY(10deg);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.6);
}

.feature-card:hover .feature-icon::before {
  opacity: 1;
  animation: iconRotate 2s linear infinite;
}

.feature-card h5 {
  font-family: 'Open Sans', 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: white;
  transition: all 0.3s ease;
  position: relative;
}

.feature-card:hover h5 {
  color: var(--primary-color);
  transform: translateY(-2px);
}

.feature-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  transition: all 0.3s ease;
}

.feature-card:hover p {
  color: rgba(255, 255, 255, 0.95);
}

/* Feature card glow effect */
.feature-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}

.feature-card:hover .feature-glow {
  opacity: 1;
}

/* Features section floating particles */
.features-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(1px 1px at 20px 30px, rgba(255,255,255,0.1), transparent),
    radial-gradient(1px 1px at 40px 70px, rgba(220,38,38,0.1), transparent),
    radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.05), transparent);
  background-repeat: repeat;
  background-size: 100px 80px;
  animation: particleDrift 25s linear infinite;
  pointer-events: none;
}

/* Icon rotation animation */
@keyframes iconRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Particle drift animation */
@keyframes particleDrift {
  0% { transform: translateX(0) translateY(0); }
  100% { transform: translateX(-100px) translateY(-100px); }
}

/* Modern Services Section */
.modern-services-section {
  position: relative;
  padding: 8rem 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a1a1a 100%);
  overflow: hidden;
}

.services-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.services-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 80%, rgba(220, 38, 38, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
  animation: particleFloat 20s ease-in-out infinite;
}

.services-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(45deg, transparent 30%, rgba(220, 38, 38, 0.05) 50%, transparent 70%),
    radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
}

.services-header {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
  position: relative;
  z-index: 2;
}

/* Modern Service Cards */
.modern-service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.modern-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.05) 0%, transparent 50%, rgba(59, 130, 246, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.modern-service-card:hover {
  transform: translateY(-20px) scale(1.02);
  box-shadow: 
    0 40px 80px rgba(220, 38, 38, 0.2),
    0 0 50px rgba(220, 38, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-color: rgba(220, 38, 38, 0.3);
}

.modern-service-card:hover::before {
  opacity: 1;
}

.service-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at top right, rgba(220, 38, 38, 0.05) 0%, transparent 50%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  z-index: 1;
}

.service-card-content {
  position: relative;
  z-index: 2;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Service Header */
.service-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.service-icon-modern {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-gradient);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
}

.icon-pulse {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid rgba(220, 38, 38, 0.3);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.service-category {
  font-size: 0.9rem;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.service-title {
  font-family: 'Open Sans', 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.service-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.service-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}

/* Service Features */
.service-features {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(220, 38, 38, 0.05);
  border-color: rgba(220, 38, 38, 0.2);
  transform: translateY(-2px);
}

.feature-item .feature-icon {
  width: 40px;
  height: 40px;
  background: rgba(220, 38, 38, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1rem;
  flex-shrink: 0;
  margin: 0;
}

.feature-content h5 {
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.25rem;
}

.feature-content p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.4;
}

/* Service Pricing */
.service-pricing {
  margin-bottom: 2rem;
}

.price-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.price-from {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.25rem;
}

.price-amount {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
}

/* Service Actions */
.service-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* Modern Buttons */
.btn-modern {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  border-radius: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  flex: 1;
  justify-content: center;
  border: 2px solid transparent;
}

.btn-modern.btn-primary {
  background: var(--primary-gradient);
  color: white;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}

.btn-modern.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.4);
  color: white;
}

.btn-modern.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}

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

.btn-modern.btn-premium {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #000;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.btn-modern.btn-premium:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.4);
  color: #000;
}

.btn-modern.btn-outline-light {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-modern.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  color: white;
}

.btn-shine {
  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.6s ease;
}

.btn-modern:hover .btn-shine {
  left: 100%;
}

.btn-icon {
  font-size: 1rem;
}

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

/* Premium Card */
.premium-card {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.premium-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 3;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.premium-pricing .price-tag {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
  border-color: rgba(255, 215, 0, 0.3);
}

/* Services CTA */
.services-cta {
  margin-top: 5rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  backdrop-filter: blur(20px);
}

/* Animations */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

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

/* Responsive Design */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .modern-services-section {
    padding: 5rem 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-card-content {
    padding: 2rem;
  }

  .service-features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .service-actions {
    flex-direction: column;
  }

  .service-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .service-title {
    font-size: 1.5rem;
  }

  .premium-badge {
    top: 1rem;
    right: 1rem;
    font-size: 0.7rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Service Cards */
.service-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(220, 38, 38, 0.1);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.service-icon i {
  font-size: 2rem;
  color: white;
}

/* Animations */
@keyframes swordSpin {
  0%, 100% { 
    transform: translateX(-50%) rotate(0deg) scale(1); 
    opacity: 0.7;
  }
  50% { 
    transform: translateX(-50%) rotate(180deg) scale(1.2); 
    opacity: 1;
  }
}

@keyframes katanaGlow {
  0%, 100% { 
    opacity: 0.5;
    transform: translate(-50%, -50%) scaleX(0.8);
  }
  50% { 
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1.2);
  }
}

@keyframes progressLoad {
  0% { width: 0%; }
  100% { width: 100%; }
}

@keyframes particleFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-100px); }
}

@keyframes floatElement {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.2; }
  50% { transform: translateY(-20px) rotate(180deg); opacity: 0.4; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float3D {
  0%, 100% {
    transform: translateY(0) rotateY(0deg);
  }
  50% {
    transform: translateY(-10px) rotateY(180deg);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Modern About Section */
.modern-about-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 25%, #2a1a1a 75%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  min-height: 100vh;
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(220, 38, 38, 0.2), transparent),
    radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(1px 1px at 90% 40%, rgba(220, 38, 38, 0.15), transparent);
  background-repeat: repeat;
  background-size: 120px 80px;
  animation: aboutParticleFloat 25s linear infinite;
  opacity: 0.7;
}

.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 30% 20%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(220, 38, 38, 0.1) 0%, transparent 50%);
}

/* About Cards */
.about-content-modern {
  position: relative;
  z-index: 10;
}

.about-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-card {
  position: relative;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.about-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-gradient);
  transform: scaleY(0);
  transition: transform 0.4s ease;
}

.about-card:hover {
  transform: translateX(15px) scale(1.02);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(220, 38, 38, 0.4);
  box-shadow: 0 25px 60px rgba(220, 38, 38, 0.2);
}

.about-card:hover::before {
  transform: scaleY(1);
}

.about-card:hover .card-glow {
  opacity: 1;
}

.card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}

.about-card .card-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: var(--primary-gradient);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
  transition: all 0.3s ease;
}

.about-card:hover .card-icon {
  transform: scale(1.1) rotateY(10deg);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.6);
}

.about-card .card-content h4 {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.about-card:hover .card-content h4 {
  color: var(--primary-color);
}

.about-card .card-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.about-card .card-stats {
  display: flex;
  gap: 1rem;
}

.about-card .card-stats .stat {
  padding: 0.3rem 0.8rem;
  background: rgba(220, 38, 38, 0.2);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 20px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* About Visual */
.about-visual-modern {
  position: relative;
  z-index: 10;
}

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

.main-stat-circle {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.main-stat-circle .circle-rings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-stat-circle .ring {
  position: absolute;
  border: 2px solid rgba(220, 38, 38, 0.3);
  border-radius: 50%;
  animation: aboutRingRotate 12s linear infinite;
}

.main-stat-circle .ring-1 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: dashed;
  animation-duration: 15s;
}

.main-stat-circle .ring-2 {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-color: rgba(255, 255, 255, 0.2);
  animation-duration: 20s;
  animation-direction: reverse;
}

.main-stat-circle .ring-3 {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-style: dotted;
  animation-duration: 18s;
}

.center-logo {
  position: relative;
  z-index: 6;
}

.about-logo {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 15px 35px rgba(220, 38, 38, 0.4));
  animation: aboutLogoFloat 4s ease-in-out infinite;
}

.center-logo .logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.3) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: aboutGlowPulse 3s ease-in-out infinite;
  z-index: -1;
}

/* Floating Stats */
.floating-stats {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floating-stats .stat-item {
  position: absolute;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 120px;
}

.floating-stats .stat-item:hover {
  transform: scale(1.1);
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.3);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.3);
}

.stat-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.floating-stats .stat-item:hover .stat-bg {
  opacity: 1;
}

.floating-stats .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
}

.floating-stats .stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.floating-stats .stat-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  z-index: 3;
}

/* Positioning floating stats */
.stat-1 { top: 10%; left: -10%; animation: statFloat1 6s ease-in-out infinite; }
.stat-2 { top: 20%; right: -15%; animation: statFloat2 7s ease-in-out infinite 1s; }
.stat-3 { bottom: 25%; left: -15%; animation: statFloat3 8s ease-in-out infinite 2s; }
.stat-4 { bottom: 10%; right: -10%; animation: statFloat4 6.5s ease-in-out infinite 3s; }

/* Achievement Badges */
.achievement-badges {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 25px;
  transition: all 0.3s ease;
}

.badge-item:hover {
  background: rgba(220, 38, 38, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.badge-icon {
  width: 24px;
  height: 24px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
}

.badge-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Bottom Features Grid */
.features-modern-grid {
  margin-top: 6rem;
}

.feature-modern-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-modern-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.3);
}

.feature-icon-modern {
  width: 60px;
  height: 60px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.4);
  transition: all 0.3s ease;
}

.feature-modern-card:hover .feature-icon-modern {
  transform: scale(1.1);
  box-shadow: 0 15px 35px rgba(220, 38, 38, 0.6);
}

.feature-modern-card h5 {
  color: white;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.feature-modern-card:hover h5 {
  color: var(--primary-color);
}

.feature-modern-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* Bottom CTA */
.about-cta {
  margin-top: 5rem;
}

.about-cta .cta-content {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.about-cta .cta-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
}

/* Animations */
@keyframes aboutParticleFloat {
  0% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-15px) translateX(10px); }
  100% { transform: translateY(0) translateX(0); }
}

@keyframes aboutRingRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes aboutGlowPulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
}

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

@keyframes statFloat1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(3deg); }
}

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

@keyframes statFloat3 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(2deg); }
}

@keyframes statFloat4 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(-2deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-about-section {
    padding: 5rem 0;
  }
  
  .about-cards {
    gap: 1rem;
  }
  
  .about-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  
  .stats-container {
    height: 400px;
  }
  
  .main-stat-circle {
    width: 200px;
    height: 200px;
  }
  
  .about-logo {
    width: 90px;
  }
  
  .floating-stats .stat-item {
    position: static;
    margin-bottom: 1rem;
    min-width: auto;
  }
  
  .floating-stats {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .achievement-badges {
    position: static;
    transform: none;
    margin-top: 2rem;
    justify-content: center;
  }
  
  .features-modern-grid {
    margin-top: 3rem;
  }
}

/* Modern Portfolio Section */
.modern-portfolio-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 25%, #2a1a2a 75%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  min-height: 100vh;
}

.portfolio-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(220, 38, 38, 0.4), transparent),
    radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(1px 1px at 90% 40%, rgba(220, 38, 38, 0.25), transparent),
    radial-gradient(1px 1px at 50% 80%, rgba(138, 43, 226, 0.15), transparent);
  background-repeat: repeat;
  background-size: 150px 100px, 200px 120px, 100px 80px, 180px 90px;
  animation: portfolioParticleFloat 35s linear infinite;
  opacity: 0.7;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 25% 25%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(138, 43, 226, 0.1) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(220, 38, 38, 0.05) 50%, transparent 70%);
}

/* Portfolio Filters */
.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.filter-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.2), transparent);
  transition: left 0.6s ease;
}

.filter-btn:hover::before {
  left: 100%;
}

.filter-btn:hover,
.filter-btn.active {
  background: rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.4);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}

.filter-icon {
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.filter-btn:hover .filter-icon {
  transform: scale(1.1);
}

.filter-text {
  font-weight: 600;
  font-size: 0.9rem;
}

/* Portfolio Grid */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

/* Portfolio Cards */
.portfolio-card {
  perspective: 1000px;
  height: 500px;
  transition: all 0.4s ease;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.portfolio-card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.card-back {
  transform: rotateY(180deg);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Portfolio Images */
.portfolio-image {
  position: relative;
  height: 300px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  overflow: hidden;
}

.portfolio-image.office-building {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.portfolio-image.bmw-series {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.portfolio-image.luxury-suv {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.portfolio-image.residential {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.portfolio-image.sports-car {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.image-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

/* Project Badges */
.project-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  z-index: 3;
}

.project-badge.premium {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.9), rgba(255, 165, 0, 0.9));
  color: #000;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.project-badge.business {
  background: rgba(59, 130, 246, 0.9);
  color: white;
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

.project-badge.standard {
  background: rgba(34, 197, 94, 0.9);
  color: white;
  box-shadow: 0 5px 15px rgba(34, 197, 94, 0.4);
}

.project-badge.residential {
  background: rgba(168, 85, 247, 0.9);
  color: white;
  box-shadow: 0 5px 15px rgba(168, 85, 247, 0.4);
}

.project-category {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(220, 38, 38, 0.9);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

/* Portfolio Content */
.portfolio-content {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.project-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.project-subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.project-specs {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
}

.spec-item i {
  color: var(--primary-color);
}

/* Card Back Content */
.back-content {
  width: 100%;
  color: white;
}

.project-details h5 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.details-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.details-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.details-list i {
  color: var(--primary-color);
  width: 16px;
}

.project-stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(220, 38, 38, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(220, 38, 38, 0.2);
}

.stat {
  text-align: center;
}

.stat-value {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.2rem;
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

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

.btn-portfolio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  background: var(--primary-gradient);
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-portfolio:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.4);
  color: white;
}

/* Portfolio Stats */
.portfolio-stats {
  margin-top: 4rem;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.3);
}

.stat-card .stat-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.4);
}

.stat-card .stat-content {
  color: white;
}

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

.stat-card .stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Portfolio CTA */
.portfolio-cta {
  margin-top: 4rem;
}

.portfolio-cta .cta-content {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.portfolio-cta .cta-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
}

/* Animations */
@keyframes portfolioParticleFloat {
  0% { transform: translateY(0) translateX(0) rotate(0deg); }
  33% { transform: translateY(-20px) translateX(10px) rotate(120deg); }
  66% { transform: translateY(-10px) translateX(-10px) rotate(240deg); }
  100% { transform: translateY(0) translateX(0) rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .portfolio-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .modern-portfolio-section {
    padding: 6rem 0;
  }
  
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .portfolio-card {
    height: 450px;
  }
  
  .portfolio-filters {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  
  .filter-btn {
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
  }
  
  .card-back {
    padding: 1.5rem;
  }
  
  .project-stats {
    flex-direction: column;
    gap: 1rem;
  }
  
  .stat-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  
  .portfolio-image {
    height: 250px;
  }
}

/* Testimonials */
.testimonial-item {
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stars i {
  font-size: 1.2rem;
  margin: 0 0.2rem;
}

/* Modern Contact Section */
.modern-contact-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 25%, #2a1a2a 75%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  min-height: 100vh;
}

.contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(220, 38, 38, 0.3), transparent),
    radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(1px 1px at 90% 40%, rgba(220, 38, 38, 0.2), transparent),
    radial-gradient(1px 1px at 50% 80%, rgba(138, 43, 226, 0.1), transparent);
  background-repeat: repeat;
  background-size: 150px 100px, 200px 120px, 100px 80px, 180px 90px;
  animation: contactParticleFloat 30s linear infinite;
  opacity: 0.6;
}

.contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 20%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(220, 38, 38, 0.1) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(220, 38, 38, 0.05) 50%, transparent 70%);
}

/* Modern Contact Form */
.modern-contact-form {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.modern-contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
}

.form-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.form-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
  animation: formIconFloat 3s ease-in-out infinite;
}

.form-title h3 {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-title p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Form Grid */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.form-group {
  position: relative;
}

.form-group-full {
  grid-column: span 2;
}

/* Modern Input Styles */
.input-wrapper {
  position: relative;
}

.form-input {
  width: 100%;
  padding: 1.2rem 1rem 1.2rem 3rem;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.z-999{
  z-index: 999;
}

.form-input:focus {
  outline: none;
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.3);
  border-radius: 0px;
}

.form-input:focus + .form-label {
  
  transform: translate(-3rem, -3rem) !important;
  color: white;
}

.form-input:not(:placeholder-shown) + .form-label {
  color: white;
  background: transparent;
  transform: scale(0.85);
}




.form-textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  background: transparent;
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.3);
  border-radius: 0px;
}

.form-textarea:focus + .form-label {
  
  transform: translate(-1rem, -3rem) !important;
  color: white;
}

.form-textarea:not(:placeholder-shown) + .form-label {
  color: white;
  background: transparent !important;
  transform: scale(0.85);
}

.textarea-label-form{
  background: transparent !important;
  left: 1rem !important;
}

.form-label {
  position: absolute;
  top: 1.2rem;
  left: 3rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  transition: all 0.3s ease;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0.5rem;
  border-radius: 4px;
}

.input-icon {
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.form-input:focus ~ .input-icon {
  color: var(--primary-color);
}

.input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-gradient);
  transition: width 0.3s ease;
}

.form-input:focus ~ .input-highlight {
  width: 100%;
}

/* Select Styles */
.select-wrapper {
  position: relative;
}

.form-select-modern {
  width: 100%;
  padding: 1.2rem 3rem 1.2rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  appearance: none;
}

.form-select-modern:focus {
  outline: none;
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.3);
}

.select-icon {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-select-modern:focus ~ .select-icon {
  color: var(--primary-color);
}

/* Textarea Styles */
.textarea-wrapper {
  position: relative;
}

.form-textarea {
  width: 100%;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  font-size: 1rem;
  resize: vertical;
  min-height: 120px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.form-textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.3);
}

.textarea-label {
  position: absolute;
  top: -10px;
  left: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0.5rem;
  border-radius: 4px;
}

/* Submit Button */
.btn-submit-modern {
  position: relative;
  width: 100%;
  padding: 1.5rem 2rem;
  background: transparent;
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-gradient);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.btn-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.btn-submit-modern:hover .btn-bg {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.5);
}

.btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 3;
}

.btn-submit-modern:hover .btn-shine {
  left: 100%;
}

.form-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.form-note i {
  color: var(--primary-color);
}

/* Contact Info Modern */
.contact-info-modern {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.quick-contact-card,
.office-info-card,
.social-media-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.quick-contact-card:hover,
.office-info-card:hover,
.social-media-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2);
}

.card-header h4 {
  color: white;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.card-header p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Contact Methods */
.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-method {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-method:hover {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.3);
  transform: translateX(10px);
  color: white;
}

.contact-method.whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.3);
}

.method-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.method-info {
  flex-grow: 1;
}

.method-label {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.method-value {
  display: block;
  font-weight: 600;
  margin-top: 0.2rem;
}

.method-arrow {
  opacity: 0;
  transition: all 0.3s ease;
}

.contact-method:hover .method-arrow {
  opacity: 1;
  transform: translateX(5px);
}

/* Office Details */
.office-details {
  margin-top: 1.5rem;
}

.office-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.office-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: white;
  flex-shrink: 0;
}

.office-content h5 {
  color: white;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.office-content p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

/* Social Links Modern */
.social-links-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-link-modern {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.social-link-modern.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link-modern.facebook:hover {
  background: #1877f2;
}

.social-link-modern.linkedin:hover {
  background: #0077b5;
}

.social-link-modern.youtube:hover {
  background: #ff0000;
}

.social-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

/* Contact Features */
.contact-features {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-item-contact {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.feature-item-contact:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.2);
}

.feature-icon-contact {
  width: 60px;
  height: 60px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.4);
}

.feature-item-contact h5 {
  color: white;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-item-contact p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.9rem;
}

/* Animations */
@keyframes contactParticleFloat {
  0% { transform: translateY(0) translateX(0) rotate(0deg); }
  33% { transform: translateY(-15px) translateX(10px) rotate(120deg); }
  66% { transform: translateY(-10px) translateX(-10px) rotate(240deg); }
  100% { transform: translateY(0) translateX(0) rotate(360deg); }
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .modern-contact-section {
    padding: 6rem 0;
  }
  
  .modern-contact-form {
    padding: 2rem;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .form-group-full {
    grid-column: span 1;
  }
  
  .form-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .social-links-modern {
    grid-template-columns: 1fr;
  }
  
  .contact-info-modern {
    margin-top: 3rem;
  }
}

/* Modern Footer */
.modern-footer {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 25%, #2a1a2a 75%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
  padding: 6rem 0 0;
}

.footer-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(220, 38, 38, 0.2), transparent),
    radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.05), transparent),
    radial-gradient(1px 1px at 90% 40%, rgba(220, 38, 38, 0.15), transparent);
  background-repeat: repeat;
  background-size: 150px 100px, 200px 120px, 100px 80px;
  animation: footerParticleFloat 40s linear infinite;
  opacity: 0.6;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 20%, rgba(220, 38, 38, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(220, 38, 38, 0.05) 0%, transparent 50%);
}

.footer-main {
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
}

/* Footer Brand */
.footer-brand-modern {
  color: white;
}

.brand-logo-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-logo {
  width: 60px;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(220, 38, 38, 0.4));
  transition: all 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 8px 25px rgba(220, 38, 38, 0.6));
}

.brand-info {
  flex-grow: 1;
}

.brand-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: white;
}

.brand-tagline {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-style: italic;
}

.brand-description {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

/* Footer Badges */
.footer-badges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.badge-item {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.badge-item:hover {
  background: rgba(220, 38, 38, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

.badge-icon {
  width: 30px;
  height: 30px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
  margin-right: 0.75rem;
}

.badge-info {
  display: flex;
  flex-direction: column;
}

.badge-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
  line-height: 1.2;
}

.badge-subtitle {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Footer Sections */
.footer-section {
  color: white;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-gradient);
  border-radius: 1px;
}

.title-icon {
  font-size: 1rem;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

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

.footer-link:hover::before {
  left: 100%;
}

.footer-link:hover {
  color: white;
  transform: translateX(10px);
}

.footer-link i {
  width: 16px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.footer-link:hover i {
  transform: scale(1.2);
}

/* Footer Contact */
.footer-contact {
  margin-bottom: 2rem;
}

.contact-item-footer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.contact-item-footer:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(220, 38, 38, 0.3);
  transform: translateY(-2px);
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

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

.contact-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.2rem;
}

.contact-value {
  font-size: 0.9rem;
  color: white;
  font-weight: 500;
}

/* Quick Contact Buttons */
.quick-contact-footer {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.quick-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  background: var(--primary-gradient);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  flex: 1;
  justify-content: center;
}

.quick-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.4);
  color: white;
}

.quick-btn.whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.quick-btn.whatsapp:hover {
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
}

/* Newsletter Section */
.footer-newsletter {
  margin: 3rem 0;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.footer-newsletter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-gradient);
}

.newsletter-content {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.newsletter-info {
  flex: 1;
}

.newsletter-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

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

.newsletter-description {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.5;
}

.newsletter-form {
  flex: 1;
}

.input-group-newsletter {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.input-group-newsletter:focus-within {
  border-color: var(--primary-color);
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.3);
}

.newsletter-input {
  flex: 1;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  color: white;
  font-size: 1rem;
}

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

.newsletter-input:focus {
  outline: none;
}

.newsletter-btn {
  padding: 1rem 2rem;
  background: var(--primary-gradient);
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.newsletter-btn:hover {
  background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%);
  transform: scale(1.05);
}

/* Social Media & Stats */
.footer-social-stats {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

.social-section {
  color: white;
}

.social-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}

.social-links-footer {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.5s ease;
}

.social-link-footer.facebook::before {
  background: linear-gradient(90deg, transparent, rgba(24, 119, 242, 0.2), transparent);
}

.social-link-footer.instagram::before {
  background: linear-gradient(90deg, transparent, rgba(225, 48, 108, 0.2), transparent);
}

.social-link-footer.linkedin::before {
  background: linear-gradient(90deg, transparent, rgba(0, 119, 181, 0.2), transparent);
}

.social-link-footer.youtube::before {
  background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.2), transparent);
}

.social-link-footer:hover::before {
  left: 100%;
}

.social-link-footer:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  color: white;
}

.social-icon-bg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
}

.social-link-footer.facebook .social-icon-bg {
  background: #1877f2;
}

.social-link-footer.instagram .social-icon-bg {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link-footer.linkedin .social-icon-bg {
  background: #0077b5;
}

.social-link-footer.youtube .social-icon-bg {
  background: #ff0000;
}

.social-name {
  font-weight: 600;
  font-size: 0.9rem;
}

.follower-count {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

/* Footer Stats */
.footer-stats {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.stat-item-footer {
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.stat-item-footer:hover {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.3);
  transform: translateY(-3px);
}

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

.stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Footer Bottom */
.footer-bottom {
  padding: 2rem 0;
  position: relative;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.5), transparent);
  margin-bottom: 2rem;
}

.copyright {
  color: white;
}

.copyright-text {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.copyright-icon {
  font-size: 1rem;
  color: var(--primary-color);
}

.powered-by {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.heart {
  color: var(--primary-color);
  animation: heartbeat 2s ease-in-out infinite;
}

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

.footer-legal {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.legal-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.legal-link:hover {
  color: white;
  transform: translateY(-1px);
}

.legal-link i {
  color: var(--primary-color);
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  text-decoration: none;
}

.scroll-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-to-top:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.6);
}

.scroll-icon {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.scroll-text {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Animations */
@keyframes footerParticleFloat {
  0% { transform: translateY(0) translateX(0) rotate(0deg); }
  33% { transform: translateY(-15px) translateX(5px) rotate(120deg); }
  66% { transform: translateY(-8px) translateX(-5px) rotate(240deg); }
  100% { transform: translateY(0) translateX(0) rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .newsletter-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .footer-stats {
    justify-content: center;
    gap: 1rem;
  }
  
  .social-links-footer {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .modern-footer {
    padding: 4rem 0 0;
  }
  
  .footer-newsletter {
    padding: 2rem;
    margin: 2rem 0;
  }
  
  .newsletter-title {
    font-size: 1.2rem;
  }
  
  .input-group-newsletter {
    flex-direction: column;
    border-radius: 15px;
  }
  
  .newsletter-input {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .newsletter-btn {
    padding: 1rem;
    border-radius: 0 0 15px 15px;
  }
  
  .brand-logo-section {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .footer-badges {
    justify-content: center;
  }
  
  .quick-contact-footer {
    flex-direction: column;
  }
  
  .social-links-footer {
    flex-direction: column;
  }
  
  .social-link-footer {
    justify-content: center;
  }
  
  .footer-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-legal {
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .scroll-to-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  
  .scroll-icon {
    font-size: 1rem;
  }
  
  .scroll-text {
    font-size: 0.6rem;
  }
}

/* Form styling */
.form-control, .form-select {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-stats {
    gap: 1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    margin-top: -3rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
  
  .contact-item {
    margin-bottom: 1rem;
  }
  
  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .hero-buttons .btn.ms-3 {
    margin-left: 0 !important;
  }
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Text selection */
::selection {
  background: var(--primary-color);
  color: white;
}

/* Modern Brand Story Section */
.brand-story-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 25%, #2a1a1a 75%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  min-height: 100vh;
}

.brand-story-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(220, 38, 38, 0.3), transparent),
    radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(1px 1px at 90% 40%, rgba(220, 38, 38, 0.2), transparent),
    radial-gradient(1px 1px at 50% 80%, rgba(255, 255, 255, 0.05), transparent);
  background-repeat: repeat;
  background-size: 150px 100px, 200px 120px, 100px 80px, 180px 90px;
  animation: particleFloat 30s linear infinite;
  opacity: 0.6;
}

.bg-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 20%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(220, 38, 38, 0.1) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(220, 38, 38, 0.05) 50%, transparent 70%);
}

/* Story Content */
.brand-story-content {
  position: relative;
  z-index: 10;
}

.story-highlight {
  position: relative;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 20px;
  margin-bottom: 3rem;
  overflow: hidden;
}

.story-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-gradient);
}

.highlight-icon {
  position: absolute;
  top: -15px;
  left: 30px;
  width: 40px;
  height: 40px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
}

.story-quote {
  font-size: 1.2rem;
  line-height: 1.6;
  color: white;
  font-style: italic;
  margin: 0;
  position: relative;
  padding-left: 1rem;
}

/* Story Cards */
.story-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.story-card {
  position: relative;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.story-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-gradient);
  transform: scaleY(0);
  transition: transform 0.4s ease;
}

.story-card:hover {
  transform: translateX(20px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(220, 38, 38, 0.4);
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.2);
}

.story-card:hover::before {
  transform: scaleY(1);
}

.story-card:hover .card-glow {
  opacity: 1;
}

.card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}

.card-icon {
  flex-shrink: 0;
  width: 100%;
  height: 120px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.story-card:hover .card-icon {
  transform: scale(1.1) rotateY(10deg);
}

.card-content h4 {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.story-card:hover .card-content h4 {
  color: var(--primary-color);
}

.card-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.card-stats {
  display: flex;
  gap: 1rem;
}

.card-stats .stat {
  padding: 0.3rem 0.8rem;
  background: rgba(220, 38, 38, 0.2);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 20px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Modern Visual */
.brand-visual-modern {
  position: relative;
  z-index: 10;
}

.visual-container {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-circle {
  position: relative;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.circle-rings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ring {
  position: absolute;
  border: 2px solid rgba(220, 38, 38, 0.3);
  border-radius: 50%;
  animation: ringRotate 8s linear infinite;
}

.ring-1 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: dashed;
  animation-duration: 12s;
}

.ring-2 {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-color: rgba(255, 255, 255, 0.2);
  animation-duration: 16s;
  animation-direction: reverse;
}

.ring-3 {
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border-style: dotted;
  animation-duration: 10s;
}

.main-logo {
  width: 160px;
  height: auto;
  z-index: 6;
  position: relative;
  filter: drop-shadow(0 15px 35px rgba(220, 38, 38, 0.4));
  animation: logoFloat 4s ease-in-out infinite;
}

.logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.3) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: glowPulse 3s ease-in-out infinite;
  z-index: -1;
}

/* Floating Symbols */
.floating-symbols {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.symbol {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.symbol-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.symbol:hover {
  transform: scale(1.2);
}

.symbol:hover .symbol-bg {
  background: rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.4);
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}

.symbol-1 { top: 10%; left: 15%; animation: symbolFloat 6s ease-in-out infinite; }
.symbol-2 { top: 20%; right: 10%; animation: symbolFloat 7s ease-in-out infinite 1s; }
.symbol-3 { bottom: 30%; left: 5%; animation: symbolFloat 8s ease-in-out infinite 2s; }
.symbol-4 { bottom: 15%; right: 20%; animation: symbolFloat 6.5s ease-in-out infinite 3s; }
.symbol-5 { top: 50%; left: -5%; animation: symbolFloat 7.5s ease-in-out infinite 4s; }

/* Visual Stats */
.visual-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

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

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

.stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.stat-divider {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
}

/* Bottom CTA */
.brand-story-cta {
  margin-top: 6rem;
  position: relative;
}

.cta-content {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.cta-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
}

/* Animations */
@keyframes particleFloat {
  0% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-20px) translateX(10px); }
  100% { transform: translateY(0) translateX(0); }
}

@keyframes ringRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .brand-story-section {
    padding: 6rem 0;
  }
  
  .story-cards {
    gap: 1rem;
  }
  
  .story-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  
  .visual-container {
    height: 400px;
  }
  
  .logo-circle {
    width: 220px;
    height: 220px;
  }
  
  .main-logo {
    width: 120px;
  }
  
  .visual-stats {
    flex-direction: column;
    gap: 1rem;
  }
  
  .stat-divider {
    width: 40px;
    height: 2px;
  }
}
}

.brand-story-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 20%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(220, 38, 38, 0.05) 50%, transparent 100%);
  pointer-events: none;
}

.brand-story-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(220,38,38,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  animation: gridMove 20s linear infinite;
  pointer-events: none;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: rgba(220, 38, 38, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 8px 32px rgba(220, 38, 38, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.section-badge::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.6s ease;
}

.section-badge:hover::before {
  left: 100%;
}

.philosophy-items {
  margin-top: 3rem;
  position: relative;
}

.philosophy-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.philosophy-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.philosophy-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(220, 38, 38, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.philosophy-item:hover {
  transform: translateX(15px) scale(1.02);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.3);
}

.philosophy-item:hover::before {
  transform: scaleX(1);
}

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

.philosophy-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  position: relative;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
  transition: all 0.4s ease;
}

.philosophy-icon::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: conic-gradient(from 0deg, var(--primary-color), transparent, var(--primary-color));
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.philosophy-item:hover .philosophy-icon {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.6);
}

.philosophy-item:hover .philosophy-icon::before {
  opacity: 1;
  animation: iconRotate 2s linear infinite;
}

.philosophy-icon i {
  color: white;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.philosophy-item:hover .philosophy-icon i {
  transform: scale(1.1);
}

.philosophy-content h5 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.philosophy-item:hover .philosophy-content h5 {
  color: var(--primary-color);
  transform: translateY(-2px);
}

.philosophy-content p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  transition: all 0.3s ease;
}

.philosophy-item:hover .philosophy-content p {
  color: rgba(255, 255, 255, 0.95);
}

.brand-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  position: relative;
}

.samurai-circle {
  position: relative;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(220, 38, 38, 0.3);
  box-shadow: 
    0 0 50px rgba(220, 38, 38, 0.3),
    inset 0 0 50px rgba(220, 38, 38, 0.1);
  animation: circleGlow 4s ease-in-out infinite;
}

.brand-logo {
  width: 280px;
  height: auto;
  z-index: 2;
  position: relative;
}

.samurai-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.element {
  position: absolute;
  font-size: 2.5rem;
  animation: elementOrbit 8s ease-in-out infinite;
  opacity: 0.9;
  color: rgba(220, 38, 38, 0.8);
  text-shadow: 0 0 20px rgba(220, 38, 38, 0.5);
  transition: all 0.3s ease;
}

.element:hover {
  transform: scale(1.2);
  opacity: 1;
}

.element-1 { top: 5%; left: 15%; animation-delay: 0s; }
.element-2 { top: 15%; right: 10%; animation-delay: 1.6s; }
.element-3 { bottom: 15%; right: 15%; animation-delay: 3.2s; }
.element-4 { bottom: 10%; left: 10%; animation-delay: 4.8s; }
.element-5 { top: 35%; left: 5%; animation-delay: 6.4s; }

/* Technology Section */
.technology-section {
  background: linear-gradient(135deg, #000000 0%, #1f1f1f 50%, #000000 100%);
  position: relative;
}

.tech-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.tech-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2);
}

.tech-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: white;
}

.tech-card h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}

.tech-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

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

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.benefit-item i {
  margin-right: 0.5rem;
  width: 16px;
}

/* Process Section */
.process-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

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

.process-step {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid var(--primary-color);
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: var(--primary-gradient);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(220, 38, 38, 0.4);
}

.step-content h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--secondary-color);
  margin-top: 1rem;
}

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

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

.feature-tag {
  background: rgba(220, 38, 38, 0.1);
  color: var(--primary-color);
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(220, 38, 38, 0.2);
}

/* Additional Animations */
@keyframes elementOrbit {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.8;
  }
  25% {
    transform: translateY(-30px) rotate(90deg) scale(1.15);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px) rotate(180deg) scale(0.85);
    opacity: 0.6;
  }
  75% {
    transform: translateY(-35px) rotate(270deg) scale(1.1);
    opacity: 0.9;
  }
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-10px, -10px); }
}

@keyframes circleGlow {
  0%, 100% {
    box-shadow: 
      0 0 50px rgba(220, 38, 38, 0.3),
      inset 0 0 50px rgba(220, 38, 38, 0.1);
  }
  50% {
    box-shadow: 
      0 0 80px rgba(220, 38, 38, 0.5),
      inset 0 0 80px rgba(220, 38, 38, 0.2);
  }
}

@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0) rotateY(0deg);
  }
  50% {
    transform: translateY(-15px) rotateY(5deg);
  }
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}

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

::-webkit-scrollbar-thumb {
  background: var(--primary-gradient);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c82333;
}

.form-select-modern option {
  color: #000;
  background-color: #fff;
}

/* Success Modal Styles */
.success-modal {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.success-animation {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.success-checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #22c55e;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #22c55e;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  position: relative;
}

.check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #22c55e;
}

.check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.check-icon::before,
.check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: white;
  transform: rotate(-45deg);
}

.icon-line {
  height: 2px;
  background: #22c55e;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.icon-circle {
  top: -2px;
  left: -2px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #22c55e;
  position: absolute;
  z-index: 10;
  animation: icon-circle 0.6s;
}

.icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: white;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes icon-circle {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #22c55e;
  }
}

@keyframes scale {
  0%, 20% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
}

.success-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.8rem;
}

.success-message {
  color: #6b7280;
  font-size: 1.1rem;
  line-height: 1.6;
}

.success-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: center;
  font-size: 0.95rem;
  color: #6b7280;
}

.info-item i {
  width: 20px;
  text-align: center;
}

.success-actions {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Toast Notification Styles */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}

.toast-notification {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transform: translateX(120%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 4px solid;
  min-width: 350px;
}

.toast-notification.show {
  transform: translateX(0);
}

.toast-notification.hide {
  transform: translateX(120%);
  opacity: 0;
}

.toast-notification.toast-success {
  border-left-color: #22c55e;
}

.toast-notification.toast-error {
  border-left-color: #ef4444;
}

.toast-notification.toast-warning {
  border-left-color: #f59e0b;
}

.toast-notification.toast-info {
  border-left-color: #3b82f6;
}

.toast-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toast-success .toast-icon {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.toast-error .toast-icon {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.toast-warning .toast-icon {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.toast-info .toast-icon {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.toast-content {
  flex: 1;
}

.toast-title {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
}

.toast-message {
  color: #6b7280;
  font-size: 0.85rem;
  line-height: 1.4;
}

.toast-close {
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 0.2rem;
  border-radius: 4px;
  transition: all 0.2s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toast-close:hover {
  background: #f3f4f6;
  color: #6b7280;
}

/* Enhanced Modal Styles */
.modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 1.5rem;
  border-radius: 15px 15px 0 0;
}

.modal-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.3rem;
}

.btn-close {
  width: 32px;
  height: 32px;
  background: #f3f4f6;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease;
}

.btn-close:hover {
  background: #e5e7eb;
  transform: rotate(90deg);
}

.modal-body {
  padding: 2rem 1.5rem;
}

/* Form Validation Styles */
.form-control.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.25);
}

.invalid-feedback {
  color: #ef4444;
  font-size: 0.85rem;
  margin-top: 0.3rem;
  display: block;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.25);
}

.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.25);
}

/* Loading Button State */
.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn .fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Toast */
@media (max-width: 768px) {
  .toast-container {
    left: 20px;
    right: 20px;
    top: 80px;
    max-width: none;
  }
  
  .toast-notification {
    min-width: auto;
    width: 100%;
  }
  
  .success-actions {
    flex-direction: column;
  }
  
  .success-actions .btn {
    width: 100%;
  }
  
  .info-item {
    justify-content: flex-start;
  }
}