/* ===========================
   Services Page - Saffron Theme
   =========================== */

.services-hero {
  text-align: center;
  padding: 120px 20px 80px;
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 50%, #fff7ed 100%);
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(251, 191, 36, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(245, 158, 11, 0.08) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.services-hero .container {
  position: relative;
  z-index: 1;
}

.services-hero h1 {
  font-size: 3rem;
  color: #d97706;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(217, 119, 6, 0.1);
  font-weight: 800;
}

.services-hero p {
  max-width: 750px;
  margin: 0 auto;
  color: #6e6456;
  font-size: 1.2rem;
  line-height: 1.8;
}

/* Services Grid */
.services-grid-section {
  padding: 80px 20px;
  background: white;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: rgba(255, 247, 237, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(217, 119, 6, 0.12);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(251, 191, 36, 0.2);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(251, 191, 36, 0.15),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 50px rgba(217, 119, 6, 0.25),
    0 0 30px rgba(251, 191, 36, 0.2);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(251, 191, 36, 0.5);
}

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

.service-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: inline-block;
  transition: transform 0.4s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.15) rotate(10deg);
}

.service-card h2 {
  color: #d97706;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}

.service-card ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
}

.service-card li {
  margin-bottom: 12px;
  color: #6e6456;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
}

.service-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f59e0b;
  font-weight: bold;
  font-size: 1.2rem;
}

.note {
  font-size: 0.9rem;
  color: #8a7f73;
  margin-top: 15px;
  padding: 12px;
  background: rgba(251, 191, 36, 0.08);
  border-radius: 8px;
  font-style: italic;
}

/* Service Areas */
.service-areas {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fffbeb, #fff7ed);
}

.service-areas h2 {
  text-align: center;
  color: #d97706;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.area-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  color: #6e6456;
  box-shadow: 0 4px 15px rgba(217, 119, 6, 0.1);
  transition: all 0.3s ease;
}

.area-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(217, 119, 6, 0.2);
  background: #fff7ed;
}

/* SEO Text */
.seo-text {
  padding: 60px 20px;
  background: white;
}

.seo-text p {
  font-size: 0.95rem;
  color: #8a7f73;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.9;
}

/* Scrolling Ticker */
.scrolling-ticker {
  background: linear-gradient(135deg, #f59e0b, #fbbf24, #fcd34d);
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.scrolling-ticker-box {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.scrolling-content {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0 25px;
  white-space: nowrap;
}

.scrolling-content span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.scrolling-content i {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.8);
  animation: pulse 2s ease-in-out infinite;
}

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

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

/* Responsive */
@media (max-width: 768px) {
  .scrolling-ticker {
    padding: 15px 0;
  }

  .scrolling-content span {
    font-size: 0.95rem;
    gap: 10px;
  }

  .scrolling-content {
    gap: 35px;
  }

  .services-hero h1 {
    font-size: 2rem;
  }

  .services-hero p {
    font-size: 1.05rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card {
    padding: 30px;
  }

  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .scrolling-content span {
    font-size: 0.85rem;
    gap: 8px;
  }

  .scrolling-content {
    gap: 25px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .services-hero h1 {
    font-size: 2rem;
  }

  .services-hero p {
    font-size: 1.05rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card {
    padding: 30px;
  }

  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
