/* ============================================================
   service-detail.css  —  Shared styles for all service detail pages
   Used by: service-mobile-app.html, service-web-development.html,
            service-web-design.html, service-uiux-design.html,
            service-digital-marketing.html, service-it-consulting.html
   ============================================================ */

/* ---------- HERO ---------- */
.sd-hero {
  background: linear-gradient(135deg, var(--hero-a, #1e1b4b), var(--hero-b, #312e81));
  min-height: 520px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sd-hero-orb {
  position: absolute;
  inset: -120px -120px auto auto;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.22) 0%, transparent 65%);
  pointer-events: none;
}
.sd-hero-inner {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

/* breadcrumb */
.sd-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.82rem;
}
.sd-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.sd-hero .breadcrumb-item a:hover { color: #fff; }
.sd-hero .breadcrumb-item.active { color: rgba(255, 255, 255, 0.85); }
.sd-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.35);
  content: "›";
}

/* tag pill */
.sd-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* heading */
.sd-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}
.sd-title span {
  background: linear-gradient(90deg, #a5b4fc, #c4b5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sd-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  max-width: 560px;
}

/* hero icon wrap */
.sd-icon-wrap {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.sd-icon-wrap i {
  font-size: 5rem;
}

/* ---------- CHECK LIST ---------- */
.sd-check-list { display: flex; flex-direction: column; gap: 12px; }
.sd-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.55;
}
.sd-check i {
  color: #6366f1;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ---------- INFO CARD ---------- */
.sd-info-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 28px;
}
.sd-info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}
.sd-info-row:last-of-type { border-bottom: none; }
.sd-info-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.sd-info-val {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
  text-align: right;
  max-width: 55%;
}

/* ---------- FEATURE CARDS ---------- */
.sd-feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sd-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}
.sdf-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.sd-feature-card h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}
.sd-feature-card p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* ---------- CTA STRIP ---------- */
.sd-cta-strip {
  background: linear-gradient(135deg, var(--primary, #4f46e5), var(--primary-dark, #3730a3));
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.sd-cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.sd-cta-inner { position: relative; z-index: 1; }
.sd-cta-strip h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.sd-cta-strip p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .sd-hero-inner { padding-top: 80px; padding-bottom: 56px; }
  .sd-icon-wrap { width: 160px; height: 160px; }
  .sd-icon-wrap i { font-size: 3.5rem; }
  .sd-info-val { max-width: 60%; }
}
