/* ====================================
   Service Page Specific Styles - Minimal
   ==================================== */

/* Service Intro */
.service-intro {
  padding: var(--spacing-5xl) 0;
  background-color: var(--bg-white) !important;
  background-image:
    linear-gradient(135deg, transparent 25%, rgba(150, 194, 226, 0.08) 25%, rgba(150, 194, 226, 0.08) 50%, transparent 50%, transparent 75%, rgba(150, 194, 226, 0.08) 75%) !important;
  background-size: 80px 80px;
}

.intro-image-wrapper {
  max-width: 900px;
  margin: 0 auto var(--spacing-4xl) auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.intro-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-image-wrapper:hover .intro-image {
  transform: scale(1.02);
}

.intro-text {
  font-size: var(--text-2xl);
  line-height: 2.2;
  text-align: center;
  margin-bottom: var(--spacing-2xl);
  color: var(--text-gray);
  font-weight: var(--weight-light);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: var(--spacing-2xl);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(150, 194, 226, 0.15);
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-text:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(150, 194, 226, 0.3);
}

/* Service Detail Sections */
.service-detail {
  padding: var(--spacing-5xl) 0;
  background-color: var(--bg-white) !important;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 60px,
      rgba(150, 194, 226, 0.15) 60px,
      rgba(150, 194, 226, 0.15) 62px
    ) !important;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-detail::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(150, 194, 226, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.service-detail.alt {
  background: var(--bg-gray-light);
}

.service-detail.alt::before {
  left: auto;
  right: -5%;
}

.service-header {
  display: flex;
  gap: var(--spacing-2xl);
  margin-bottom: var(--spacing-3xl);
  align-items: flex-start;
}

.service-number {
  font-size: var(--text-6xl);
  font-weight: var(--weight-extra-bold);
  font-family: var(--font-en);
  color: var(--flowcial-blue);
  line-height: 1;
  flex-shrink: 0;
  opacity: 0.3;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-detail:hover .service-number {
  opacity: 0.6;
}

.service-title {
  font-size: var(--text-4xl);
  font-weight: var(--weight-extra-bold);
  margin-bottom: var(--spacing-md);
  line-height: 1.3;
  color: var(--text-black);
  letter-spacing: -0.01em;
}

.service-platform {
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-gray);
  display: block;
  margin-top: var(--spacing-sm);
}

.service-catch {
  font-size: var(--text-xl);
  color: var(--text-black);
  font-weight: var(--weight-medium);
  margin-bottom: var(--spacing-xl);
}

.service-description {
  font-size: var(--text-lg);
  line-height: 2.2;
  margin-bottom: var(--spacing-2xl);
  color: var(--text-gray);
  font-weight: var(--weight-light);
  max-width: 900px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: var(--spacing-2xl);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(150, 194, 226, 0.15);
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-description:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(150, 194, 226, 0.3);
}

.service-content-list,
.service-features {
  margin-bottom: var(--spacing-2xl);
  background: var(--bg-white);
  padding: var(--spacing-2xl);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(150, 194, 226, 0.15);
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-content-list:hover,
.service-features:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(150, 194, 226, 0.3);
}

.service-content-list h4,
.service-features h4 {
  font-size: var(--text-xl);
  font-weight: var(--weight-bold);
  margin-bottom: var(--spacing-lg);
  color: var(--text-black);
}

.service-content-list ul,
.service-features ul {
  list-style: none;
}

.service-content-list ul li,
.service-features ul li {
  font-size: var(--text-base);
  line-height: 2;
  color: var(--text-gray);
  font-weight: var(--weight-light);
  margin-bottom: var(--spacing-md);
  padding-left: var(--spacing-lg);
  position: relative;
}

.service-content-list ul li:before,
.service-features ul li:before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--text-gray-light);
}

.service-suited {
  margin-top: var(--spacing-2xl);
  padding: var(--spacing-2xl);
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(150, 194, 226, 0.15);
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-suited:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(150, 194, 226, 0.3);
}

.service-suited h4 {
  font-size: var(--text-xl);
  font-weight: var(--weight-bold);
  margin-bottom: var(--spacing-lg);
  color: var(--text-black);
}

.service-suited ul li {
  font-size: var(--text-base);
  line-height: 2;
  color: var(--text-gray);
  font-weight: var(--weight-light);
  margin-bottom: var(--spacing-md);
}

/* CTA Section */
.service-cta {
  padding: var(--spacing-5xl) 0;
  background-color: var(--bg-white) !important;
  background-image:
    linear-gradient(135deg, rgba(150, 194, 226, 0.12) 0%, transparent 30%),
    linear-gradient(-135deg, rgba(150, 194, 226, 0.12) 0%, transparent 30%) !important;
}

.cta-title {
  font-size: var(--text-4xl);
  font-weight: var(--weight-extra-bold);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: var(--text-black);
  letter-spacing: -0.01em;
}

.cta-text {
  font-size: var(--text-lg);
  text-align: center;
  color: var(--text-gray);
  line-height: 2;
  margin-bottom: var(--spacing-2xl);
  font-weight: var(--weight-light);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: var(--spacing-2xl);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(150, 194, 226, 0.15);
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-text:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(150, 194, 226, 0.3);
}

/* Responsive */
@media (max-width: 767px) {
  .service-header {
    flex-direction: column;
    gap: var(--spacing-lg);
  }

  .service-number {
    font-size: var(--text-4xl);
  }
}
