/* Optimized Home CSS - Reduced from 2905 to ~900 lines */

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  overflow: hidden;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

#home .hero-buttons .btn:not(.btn-outline),
#home .hero-buttons a.btn:not(.btn-outline) {
  color: #003034 !important;
}

.hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.2;
  min-height: 9.5rem; /* Increased to accommodate longest wrapped text */
  max-height: 9.5rem; /* Lock height to prevent any expansion */
  overflow: visible;
}

.hero-prefix {
  color: var(--secondary);
  font-weight: 700;
  display: block;
  font-size: 0.85em;
  letter-spacing: 2px;
  margin-bottom: -0.5em;
  line-height: 1;
}

#typing-text {
  display: inline;
  white-space: normal;
  word-break: break-word;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}

.hero-buttons .btn {
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 255, 255, 0.3);
}

.hero-buttons .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.6s;
}

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

.hero-buttons .btn:not(.btn-outline) {
  background: var(--secondary);
  color: #001a1f;
  box-shadow: 0 4px 16px rgba(0, 255, 255, 0.25);
}

.hero-buttons .btn:not(.btn-outline):hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(0, 255, 255, 0.35);
  background: var(--accent);
}

.hero-buttons .btn-outline {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 255, 255, 0.6);
  color: var(--secondary);
  margin-left: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-buttons .btn-outline:hover {
  background: rgba(0, 255, 255, 0.1);
  border-color: var(--secondary);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0, 255, 255, 0.3);
}

/* ===== GOOGLE RATING WIDGET ===== */
.google-rating-widget {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px solid #dadce0;
  padding: 0.7rem 1.2rem;
  border-radius: 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.google-rating-widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #c5c7ca;
}

.google-g-logo {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.rating-stars {
  display: flex;
  gap: 1px;
}

.rating-stars i {
  color: #FBBC04;
  font-size: 1.1rem;
}

.rating-info {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  font-size: 1rem;
  line-height: 1;
}

.rating-score {
  font-size: 1.2rem;
  font-weight: 700;
  color: #202124;
  letter-spacing: -0.02em;
  font-family: 'Google Sans', 'Segoe UI', Arial, sans-serif;
}

.rating-source {
  color: #70757a;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
}

.google-rating-link {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}

/* ===== PARTICLES & HERO CONTENT ===== */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

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

/* ===== SECTION HEADERS ===== */
.section-header {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}

.section-header-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 0.5rem;
}

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

.section-header-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--secondary), transparent);
  margin: 1rem auto 0;
}

/* ===== SERVICES SECTION - COMPLETELY RENOVATED ===== */
.services-section {
  background: linear-gradient(135deg, #0a1419 0%, #0f1f26 50%, #0a1419 100%);
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

/* Subtle cyan glow */
.services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(ellipse at 30% 50%, rgba(0, 255, 255, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 50%, rgba(0, 255, 255, 0.1) 0%, transparent 60%);
  animation: gentleGlow 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Grid overlay */
.services-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 1;
}

@keyframes gentleGlow {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

/* Services Header */
.services-header {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 10px rgba(0, 255, 255, 0.2); }
  50% { box-shadow: 0 0 25px rgba(0, 255, 255, 0.4); }
}

.header-badge i {
  font-size: 1rem;
}

.services-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.gradient-text {
  background: linear-gradient(135deg, #00ffff 0%, #00ffff 50%, #00ffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.gradient-text::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--secondary), transparent);
  animation: lineGlow 2s ease-in-out infinite;
}

@keyframes lineGlow {
  0%, 100% { opacity: 0.5; transform: scaleX(0.8); }
  50% { opacity: 1; transform: scaleX(1); }
}

.services-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  grid-auto-rows: 1fr;
}

@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* Service Card Link Wrapper */
.service-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  height: 100%;
}

/* Service Card - MODERN MINIMAL DESIGN */
.service-card {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2.5rem;
  min-height: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(0, 255, 255, 0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 
    0 20px 40px rgba(0, 255, 255, 0.2),
    0 0 60px rgba(0, 255, 255, 0.1),
    inset 0 1px 0 rgba(0, 255, 255, 0.2);
}

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

.service-card-link:hover .service-card {
  transform: translateY(-10px);
  border-color: rgba(0, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 
    0 20px 40px rgba(0, 255, 255, 0.2),
    0 0 60px rgba(0, 255, 255, 0.1),
    inset 0 1px 0 rgba(0, 255, 255, 0.2);
}

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

/* Card Glow and Animated Border - REMOVED (dead code cleaned up) */

/* Service Number - SUBTLE GRADIENT DESIGN */
.service-number {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 5rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.15) 0%, rgba(0, 255, 255, 0.05) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  transition: all 0.5s ease;
  z-index: 1;
  font-family: 'Inter', 'Segoe UI', -apple-system, system-ui, sans-serif;
}

.service-card:hover .service-number {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.3) 0%, rgba(0, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-card-link:hover .service-number {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.3) 0%, rgba(0, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Service Icon - FLOATING DESIGN */
.service-icon {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
  z-index: 3;
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: rgba(0, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.service-card:hover .icon-wrapper {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.4);
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}

.service-card-link:hover .icon-wrapper {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.4);
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}

.icon-wrapper svg {
  width: 36px;
  height: 36px;
  stroke: #00ffff;
  transition: all 0.5s ease;
  filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.5));
}

.service-card:hover .icon-wrapper svg {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 0 12px rgba(0, 255, 255, 0.8));
}

.service-card-link:hover .icon-wrapper svg {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 0 12px rgba(0, 255, 255, 0.8));
}

/* Icon Particles - REMOVED FOR CLEANER LOOK */
.icon-particles {
  display: none;
}

/* Service Title */
.service-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
  font-family: 'Inter', 'Segoe UI', -apple-system, system-ui, sans-serif;
  letter-spacing: -0.02em;
}

.service-card:hover .service-title {
  color: #00ffff;
  transform: translateX(3px);
}

.service-card-link:hover .service-title {
  color: #00ffff;
  transform: translateX(3px);
}

/* Service Description */
.service-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: auto;
  padding-bottom: 1.5rem;
  transition: color 0.4s ease;
  flex-grow: 1;
  position: relative;
  z-index: 3;
  font-family: 'Inter', 'Segoe UI', -apple-system, system-ui, sans-serif;
}

.service-card:hover .service-description {
  color: rgba(255, 255, 255, 0.85);
}

.service-card-link:hover .service-description {
  color: rgba(255, 255, 255, 0.85);
}

/* Service Link - MODERN MINIMAL DESIGN */
.service-link {
  margin-top: auto;
  display: inline-block;
  position: relative;
  z-index: 3;
  width: fit-content;
}

.service-link span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #00ffff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  padding: 0;
  font-family: 'Inter', 'Segoe UI', -apple-system, system-ui, sans-serif;
  letter-spacing: 0.02em;
}

.service-link span::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00ffff 0%, rgba(0, 255, 255, 0.5) 100%);
  transition: width 0.3s ease;
}

.service-card:hover .service-link span {
  gap: 0.75rem;
}

.service-card:hover .service-link span::after {
  width: 100%;
}

.service-card-link:hover .service-link span {
  gap: 0.75rem;
}

.service-card-link:hover .service-link span::after {
  width: 100%;
}

.service-link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

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

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

/* Services CTA */
.services-cta {
  text-align: center;
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 3rem;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.15) 0%, rgba(0, 198, 255, 0.1) 100%);
  border: 2px solid var(--secondary);
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.2);
}

.explore-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.6s ease;
}

.explore-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 
    0 15px 40px rgba(0, 255, 255, 0.4),
    0 0 30px rgba(0, 255, 255, 0.3);
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.25) 0%, rgba(0, 198, 255, 0.2) 100%);
}

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

.btn-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
  transition: gap 0.3s ease;
}

.explore-btn:hover .btn-content {
  gap: 1.25rem;
}

.btn-content i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.explore-btn:hover .btn-content i {
  transform: translateX(5px) rotate(-45deg);
}

.btn-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  transform: rotate(45deg);
  animation: btnShine 3s ease-in-out infinite;
}

@keyframes btnShine {
  0% { transform: translateX(-100%) rotate(45deg); }
  100% { transform: translateX(100%) rotate(45deg); }
}

/* Old service card styles - REMOVED (now using REDESIGNED service cards above) */

/* ===== OLD PORTFOLIO SECTION REMOVED - NOW USING portfolio-new.css ===== */

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
  background: linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #000000 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

/* Background wrapper for canvas */
.testimonials-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Grid overlay animation */
.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
      linear-gradient(rgba(0, 255, 255, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
  pointer-events: none;
  z-index: 0;
}

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

/* Canvas for particles */
#testimonialsParticles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.modern-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: var(--secondary);
  margin-bottom: 1rem;
  font-weight: 600;
}

.section-badge i {
  font-size: 0.8rem;
}

.modern-header h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 700;
}

.modern-header p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

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

.testimonial-card {
  background: linear-gradient(145deg, rgba(15, 30, 40, 0.8), rgba(10, 20, 30, 0.8));
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 255, 255, 0.4);
  box-shadow: 0 15px 40px rgba(0, 255, 255, 0.1);
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.quote-mark {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--secondary), #7dffff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 255, 255, 0.3);
}

.quote-mark i {
  color: #003034;
  font-size: 1rem;
}

.rating {
  display: flex;
  gap: 0.3rem;
}

.rating i {
  color: #FFD700;
  font-size: 0.9rem;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.client-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.2), rgba(0, 255, 255, 0.1));
  border: 2px solid rgba(0, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-avatar i {
  color: var(--secondary);
  font-size: 1.2rem;
}

.client-details h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  font-weight: 600;
}

.client-details p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.industry {
  background: rgba(0, 255, 255, 0.1);
  color: var(--secondary);
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

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

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

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

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

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

/* ===== CONTACT CTA SECTION ===== */
.contact-cta {
  background: linear-gradient(135deg, #0a1419 0%, #0f1f26 50%, #0a1419 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(0, 255, 255, 0.2);
}

/* Subtle cyan glow */
.contact-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(ellipse at 30% 50%, rgba(0, 255, 255, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 50%, rgba(0, 255, 255, 0.1) 0%, transparent 60%);
  animation: gentleGlow 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Grid overlay */
.contact-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 1;
}

.cta-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cta-main-content {
  padding-right: 2rem;
}

.cta-header h2 {
  font-size: 2.5rem;
  color: #f0f5ff;
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(135deg, #00ffff 0%, #00ffff 35%, #00ffff 65%, #00ffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Inter', 'Segoe UI', -apple-system, system-ui, sans-serif;
}

.cta-header p {
  font-size: 1.1rem;
  color: rgba(200, 215, 235, 0.85);
  line-height: 1.7;
  margin-bottom: 2rem;
  font-family: 'Inter', 'Segoe UI', -apple-system, system-ui, sans-serif;
}

.cta-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: rgba(0, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.3);
}

.feature-item i {
  color: var(--secondary);
  font-size: 1.2rem;
  width: 24px;
}

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

.cta-actions-section {
  text-align: center;
  background: linear-gradient(135deg, rgba(15, 20, 30, 0.8) 0%, rgba(20, 25, 35, 0.8) 100%);
  border: 2px solid rgba(0, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.cta-actions-section:hover {
  border-color: rgba(0, 255, 255, 0.4);
  box-shadow: 
    0 25px 80px rgba(0, 255, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.primary-btn {
  background: linear-gradient(135deg, #00ffff 0%, #00ffff 100%);
  border: 2px solid rgba(0, 255, 255, 0.3);
  color: #000000 !important;
  padding: 1.1rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(0, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.primary-btn::before {
  content: '';
  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.5s ease;
}

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

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.6);
  background: linear-gradient(135deg, #00ffff 0%, #00ffff 100%);
  border-color: rgba(0, 255, 255, 0.6);
  color: #000000 !important;
}

.secondary-btn {
  background: transparent;
  color: #00ffff !important;
  border: 2px solid rgba(0, 255, 255, 0.3);
  padding: 1.1rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.secondary-btn:hover {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.15) 0%, rgba(0, 255, 255, 0.1) 100%);
  border-color: rgba(0, 255, 255, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 255, 255, 0.3);
  color: #00ffff !important;
}

.cta-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(200, 215, 235, 0.7);
  font-size: 0.9rem;
  font-style: italic;
  font-family: 'Inter', 'Segoe UI', -apple-system, system-ui, sans-serif;
}

.cta-note i {
  color: var(--secondary);
  font-size: 0.8rem;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 768px) {
  .services-section,
  .portfolio-showcase,
  .testimonials-section,
  .contact-cta {
    padding: 3rem 0;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .section-header-text h2,
  .modern-header h2 {
    font-size: 2rem;
  }

  .services-card-grid {
    grid-template-columns: 1fr;
  }

  .home-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .featured-project {
    grid-template-columns: 1fr;
  }

  .fp-media {
    min-height: 250px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .testimonial-card {
    padding: 1.5rem;
  }
  
  .results-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cta-content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .cta-main-content {
    padding-right: 0;
    text-align: center;
  }
  
  .cta-header h2 {
    font-size: 1.8rem;
  }
  
  .cta-actions-section {
    padding: 2rem;
  }
}

/* ===== LONDON AREAS SECTION ===== */
.london-areas-section {
    background: #000000;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.london-areas-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(0, 255, 255, 0.15) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgba(0, 255, 255, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(0, 200, 255, 0.08) 0%, transparent 30%);
    animation: areasPulse 8s ease-in-out infinite;
    pointer-events: none;
}

.london-areas-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(0, 255, 255, 0.03) 25%, transparent 50%, rgba(0, 255, 255, 0.03) 75%, transparent 100%);
    animation: areasShimmer 10s linear infinite;
    pointer-events: none;
}

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

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

.areas-header {
    text-align: center;
    margin-bottom: 4rem;
}

.areas-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.15) 0%, rgba(0, 255, 255, 0.08) 100%);
    border: 1.5px solid rgba(0, 255, 255, 0.3);
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #00ffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
    animation: badgePulse 3s ease-in-out infinite;
}

.areas-badge i {
    font-size: 1rem;
}

.areas-header h2 {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.areas-header h2 .highlight {
    color: #00ffff;
    background: linear-gradient(135deg, #00ffff 0%, #00ccff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.areas-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

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

.area-card {
    background: linear-gradient(135deg, rgba(15, 25, 35, 0.6) 0%, rgba(10, 20, 30, 0.8) 100%);
    border: 2px solid rgba(0, 255, 255, 0.2);
    padding: 2rem;
    border-radius: 16px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.area-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.area-card:hover::before {
    opacity: 1;
}

.area-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 255, 255, 0.5);
    box-shadow: 0 15px 40px rgba(0, 255, 255, 0.2), 0 0 20px rgba(0, 255, 255, 0.1);
}

.area-icon {
    color: #00ffff;
    font-size: 2rem;
    transition: transform 0.4s ease;
}

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

.area-card h4 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    transition: color 0.3s ease;
}

.area-card:hover h4 {
    color: #00ffff;
}

.area-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

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

.areas-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #00ffff 0%, #00ccff 100%);
    color: #0a1419;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.areas-view-all-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.areas-view-all-btn:hover::before {
    width: 300px;
    height: 300px;
}

.areas-view-all-btn:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 15px 45px rgba(0, 255, 255, 0.5);
}

.areas-view-all-btn i {
    transition: transform 0.3s ease;
}

.areas-view-all-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 1024px) {
    .areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.25rem;
    }
    
    .areas-header h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .london-areas-section {
        padding: 3rem 0;
    }
    
    .areas-header {
        margin-bottom: 2.5rem;
    }
    
    .areas-header h2 {
        font-size: 2rem;
    }
    
    .areas-header p {
        font-size: 1rem;
    }
    
    .areas-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .area-card {
        padding: 1.5rem;
    }
    
    .area-icon {
        font-size: 1.5rem;
    }
    
    .area-card h4 {
        font-size: 1.1rem;
    }
    
    .area-card p {
        font-size: 0.85rem;
    }
    
    .areas-view-all-btn {
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .areas-grid {
        grid-template-columns: 1fr;
    }
    
    .areas-header h2 {
        font-size: 1.75rem;
    }
    
    .areas-badge {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
}
