:root {
    --primary-color: #2c59a3;
    --dark-blue: #092044;
    --text-color-light: #ffefef;
    --button-primary: #1e6af7;
    --button-secondary: #0a254c;
    --border-radius-base: 10px;
    --spacing-base: 1.5rem;
    --bg-radial-1: radial-gradient(circle at 15% 85%, rgba(155, 0, 0, 0.55), transparent 28%);
    --bg-radial-2: radial-gradient(circle at 92% 12%, rgba(120, 0, 0, 0.45), transparent 30%);
    --bg-linear: linear-gradient(120deg, #11161b 0%, #15171c 45%, #210b0d 100%);
}
.sp-cta-card,
.sp-hero-dynamic,
.sp-intro-section,
.sp-premium-header {
  text-align: center
}

.sp-industry .section-heading-black,
.sp-industry .section-heading-white {
  font-size: 2.65rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: -.02em
}
#header-scrolled{
    background: var(--bg-radial-1), var(--bg-radial-2),var(--bg-linear);
}
.header.header1.sp-inner-header {
  position: relative;
}

.header.header1.sp-inner-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}

.sp-hero-dynamic {
  position: relative;
  background: linear-gradient(135deg, #f0f4f8 0, #fff 100%);
  padding: 140px 0 100px;
  color: #1e293b;
  overflow: hidden
}

.sp-particle {
  position: absolute;
  background: rgba(12, 61, 121, .05);
  border: 1px solid rgba(12, 61, 121, .1);
  border-radius: 20%;
  z-index: 1
}

.p1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 5%;
  animation: 20s linear infinite rotateFloat
}

.p2 {
  width: 120px;
  height: 120px;
  bottom: 10%;
  right: 8%;
  animation: 25s linear infinite reverse rotateFloat
}

.p3 {
  width: 40px;
  height: 40px;
  top: 40%;
  right: 15%;
  animation: 15s linear infinite rotateFloat
}

@keyframes rotateFloat {
  0% {
    transform: translateY(0) rotate(0)
  }
  50% {
    transform: translateY(-40px) rotate(180deg)
  }
  100% {
    transform: translateY(0) rotate(360deg)
  }
}

.sp-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 0 rgba(59, 130, 246, .4);
  animation: 2s infinite pulse
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, .7)
  }
  70% {
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0)
  }
}

.sp-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px
}

.sp-hero-label {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #0c3d79;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 30px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .05)
}

.sp-hero-h1 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  color: #0c3d79;
  font-weight: 900;
  margin-bottom: 20px
}

.sp-accent-blue {
  color: #3b82f6;
  position: relative
}

.sp-accent-blue::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(59, 130, 246, .1);
  z-index: -1
}

.sp-hero-h2 {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: #475569;
  margin-bottom: 30px
}

.sp-hero-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.sp-btn-navy {
  background-color: #0c3d79;
  color: #fff;
  padding: 16px 35px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s
}

.sp-btn-navy:hover {
  background-color: #3b82f6;
  transform: translateY(-3px)
}

.sp-hero-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px
}

.sp-hero-footer-tags {
  display: flex;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid #e2e8f0;
  padding-top: 30px
}

.sp-tag {
  font-size: .95rem;
  font-weight: 600;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 8px
}

.sp-intro-section {
  margin-bottom: 50px
}

.sp-intro-section h2 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 800
}

.sp-intro-section p {
  font-size: 16px;
  color: #64748b;
  max-width: 900px;
  margin: 0 auto
}

.sp-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.sp-faq-grid,
.sp-premium-grid,
.sp-serv-grid {
  grid-template-columns: repeat(2, 1fr)
}

.sp-service-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
  border: 1px solid #e2e8f0;
  transition: transform .2s, border-color .2s;
  display: flex;
  flex-direction: column
}

.sp-service-card:hover {
  transform: translateY(-5px);
  border-color: #004a99
}

.sp-icon {
  font-size: 32px;
  margin-bottom: 15px;
  display: block
}

.sp-service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1e293b;
  margin-top: 0;
  font-weight: 700
}

.sp-service-card p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 0
}

.sp-premium-section {
  --sp-main-bg: #0c3d79;
  --sp-card-glass: rgba(255, 255, 255, 0.07);
  --sp-accent: #60a5fa;
  --sp-text: #ffffff;
  --sp-text-dim: #cbd5e1;
  background-color: var(--sp-main-bg);
  position: relative;
  overflow: hidden;
  padding: 6rem 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--sp-text)
}

.sp-premium-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(96, 165, 250, .15) 0, transparent 70%);
  z-index: 0;
  pointer-events: none
}

.sp-premium-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.sp-premium-header {
  margin-bottom: 5rem
}

.sp-premium-title {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #fff 0, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.sp-premium-subtitle {
  font-size: 1.15rem;
  color: var(--sp-text-dim);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6
}

.sp-premium-grid {
  display: grid;
  gap: 2.5rem
}

.sp-premium-card {
  background: var(--sp-card-glass);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 3rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  transition: .4s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.sp-premium-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: rgba(255, 255, 255, .1);
  border-color: var(--sp-accent);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
}

.sp-premium-icon-box {
  width: 60px;
  height: 60px;
  background: rgba(96, 165, 250, .1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  border: 1px solid rgba(96, 165, 250, .2);
  color: var(--sp-accent)
}

.sp-premium-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff
}

.sp-premium-card p {
  font-size: 1rem;
  color: var(--sp-text-dim);
  margin: 0;
  line-height: 1.7
}

.sp-faq-header,
.sp-serv-header {
  text-align: center;
  margin-bottom: 60px
}

.sp-serv-main-title {
  color: #000;
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2
}

.sp-serv-intro {
  color: #475569;
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6
}

.sp-serv-grid {
  display: grid;
  gap: 30px
}

.sp-serv-card {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  display: flex;
  gap: 20px;
  transition: .3s
}

.sp-serv-card:hover {
  border-color: #0c3d79;
  box-shadow: 0 10px 30px rgba(12, 61, 121, .05);
  transform: translateY(-5px)
}

.sp-serv-icon {
  font-size: 2.5rem;
  flex-shrink: 0
}

.sp-serv-content h3 {
  color: #1e293b;
  font-size: 1.3rem;
  margin-bottom: 12px;
  font-weight: 700
}

.sp-serv-content p {
  color: #475569;
  font-size: .95rem;
  line-height: 1.7;
  margin: 0
}

.sp-final-cta {
  background: #0c3d79
}

.sp-cta-title {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2
}

.sp-cta-description {
  color: #fff;
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.7
}

.sp-cta-main-btn {
  display: inline-block;
  background-color: #fff;
  color: #0c3d79;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: .3s cubic-bezier(.25, .8, .25, 1);
  box-shadow: 0 10px 20px rgba(12, 61, 121, .2)
}

.sp-cta-main-btn:hover {
  background-color: #f9c608;
  transform: translateY(-4px);
  color: #fff
}

.sp-cta-footer-note {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #94a3b8;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em
}

.sp-proc-row {
  display: flex;
  gap: 60px;
  position: relative
}

.sp-proc-left {
  flex: 1;
  position: relative
}

.sp-proc-sticky {
  position: sticky;
  top: 250px;
  padding-bottom: 50px
}

.sp-proc-main-title {
  font-size: 2.8rem;
  color: #0c3d79;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px
}

.sp-highlight {
  color: #3b82f6
}

.sp-proc-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 40px
}

.sp-proc-right {
  flex: 1
}

.sp-steps-stack {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.sp-step-card {
  background: #f8fafc;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #e2e8f0;
  transition: .3s
}

.sp-step-card:hover {
  background: #fff;
  border-color: #0c3d79;
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(12, 61, 121, .05)
}

.sp-step-info h3 {
  font-size: 1.4rem;
  color: #0c3d79;
  margin-bottom: 15px;
  font-weight: 700
}

.sp-step-info p {
  color: #64748b;
  line-height: 1.6;
  margin: 0
}

.sp-step-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0c3d79;
  line-height: 1
}

.sp-circle-decoration {
  width: 150px;
  height: 150px;
  position: relative;
  margin-top: 30px
}

.sp-rotating-border {
  animation: 20s linear infinite spin
}

.sp-center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem
}

@keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}

.sp-faq-title {
  color: #0c3d79;
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 15px
}

.sp-faq-subtitle {
  color: #64748b;
  font-size: 1.1rem
}

.sp-faq-grid {
  display: grid;
  gap: 40px
}

.sp-faq-item {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 20px
}

.sp-faq-item h3 {
  color: #0c3d79;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4
}

.sp-faq-item p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0
}

.sp-industry section {
  padding: 5rem 0
}

.sp-industry .section-heading-white {
  font-weight: 800;
  color: #f8fafc
}

.sp-industry .section-heading-black {
  font-weight: 800;
  color: #0f172a
}

.sp-industry .highlight {
  background: linear-gradient(135deg, #60a5fa 0, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.sp-industry p.body-text-white {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #cbd5e1
}

.sp-industry p.body-text-black {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569
}

.sp-industry .cta-btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: .3s;
  border: none;
  box-shadow: 0 10px 20px -5px rgba(16, 185, 129, .3);
  font-size: 1.1rem;
  margin-top: 10px
}

.sp-industry .cta-btn-solid:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px -5px #ffb900;
  color: #fff;
  background: #ffb900
}

.sp-industry .cta-btn-solid i {
  transition: transform .3s
}

.sp-industry .cta-btn-solid:hover i {
  transform: translateX(5px)
}

.sp-industry .sp-hero-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: .4;
  z-index: 0
}

.sp-industry .sp-hero-label {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: .85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05);
  color: #0f172a
}

.sp-industry .sp-pulse {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #34d399;
  border-radius: 50%;
  margin-right: 10px;
  animation: 2s infinite pulse-animation
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 211, 153, .7)
  }
  70% {
    box-shadow: 0 0 0 10px rgba(52, 211, 153, 0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0)
  }
}

.sp-industry .sp-hero-h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -1px
}

.sp-craft-compact {
  background-color: #0f172a;
  position: relative
}

.sp-lead-gen-compact .compact-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .05)
}

.sp-lead-gen-compact .list-item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9
}

.sp-lead-gen-compact .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.sp-lead-gen-compact .list-item:first-child,
.sp-why-website .benefit-item:first-child {
  padding-top: 0
}

.sp-lead-gen-compact .list-icon {
  color: #34d399;
  background: rgba(52, 211, 153, .1);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
  font-size: 1.1rem
}

.sp-lead-gen-compact .list-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0
}

.sp-features-dark,
.sp-industry .sp-testimonial {
  background-color: #0f172a;
  position: relative;
  padding: 100px 0;
  overflow: hidden
}

.sp-features-dark::after,
.sp-features-dark::before {
  position: absolute;
  width: 500px;
  height: 500px;
  z-index: 0;
  content: '';
  pointer-events: none
}

.sp-industries,
.sp-why-website {
  padding: 80px 0;
  overflow: hidden
}

.sp-features-dark::before {
  top: -20%;
  left: -10%;
  background: radial-gradient(circle, rgba(96, 165, 250, .08) 0, transparent 70%)
}

.sp-features-dark::after {
  bottom: -20%;
  right: -10%;
  background: radial-gradient(circle, rgba(52, 211, 153, .05) 0, transparent 70%)
}

.sp-features-dark .container,
.sp-industry .sp-testimonial .container,
.sp-industry-faq .container {
  position: relative;
  z-index: 1
}

.sp-features-dark .feature-card {
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  transition: .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)
}

.sp-features-dark .feature-card:hover {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(96, 165, 250, .3);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .4)
}

.sp-features-dark .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(96, 165, 250, .1) 0, rgba(52, 211, 153, .1) 100%);
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 24px;
  transition: .3s;
  border: 1px solid rgba(255, 255, 255, .05)
}

.sp-features-dark .feature-card:hover .feature-icon {
  background: linear-gradient(135deg, rgba(96, 165, 250, .2) 0, rgba(52, 211, 153, .2) 100%);
  color: #34d399;
  border-color: rgba(52, 211, 153, .3);
  transform: scale(1.05)
}

.sp-features-dark .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 12px;
  line-height: 1.4;
  border: none;
  padding-bottom: 0
}

.sp-features-dark .card-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 0
}

.sp-features-dark li {
  list-style: none;
  color: #94a3b8;
  font-size: 1rem;
  margin-top: 10px;
  text-transform: capitalize
}

.sp-why-website {
  background-color: transparent;
  position: relative
}

.sp-why-website .benefit-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .05);
  position: relative
}

.sp-why-website .benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6 0, #10b981 100%);
  border-radius: 24px 24px 0 0
}

.sp-why-website .benefit-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f1f5f9;
  transition: .3s
}

.sp-why-website .benefit-item:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.sp-why-website .benefit-item:hover {
  transform: translateX(8px)
}

.sp-why-website .benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(59, 130, 246, .1) 0, rgba(16, 185, 129, .1) 100%);
  color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-right: 20px;
  flex-shrink: 0
}

.sp-why-website .benefit-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0;
  line-height: 1.5
}

.sp-industries {
  background-color: #0f172a;
  position: relative
}

.sp-industries .industry-card {
  background: linear-gradient(145deg, rgba(30, 41, 59, .4) 0, rgba(15, 23, 42, .8) 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .3);
  position: relative;
  height: 100%;
  transition: .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden
}

.sp-industries .industry-card:hover {
  transform: translateX(8px);
  box-shadow: -10px 25px 50px -12px rgba(0, 0, 0, .6);
  background: linear-gradient(145deg, rgba(30, 41, 59, .7) 0, #0f172a 100%);
  border-color: rgba(59, 130, 246, .3)
}

.sp-industries .industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #3b82f6 0, #10b981 100%);
  opacity: 0;
  transition: opacity .4s
}

.sp-industries .industry-card:hover::before {
  opacity: 1
}

.sp-industries .industry-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(15, 23, 42, .6);
  border: 1px solid rgba(16, 185, 129, .3);
  color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 0;
  flex-shrink: 0;
  transition: .4s;
  box-shadow: inset 0 0 15px rgba(16, 185, 129, .1)
}

.sp-industries .industry-card:hover .industry-icon {
  background: #10b981;
  color: #fff;
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(16, 185, 129, .4)
}

.sp-industries .industry-content,
.sp-industry .sp-testimonial .client-details {
  display: flex;
  flex-direction: column
}

.sp-industries .industry-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 8px;
  transition: color .3s
}

.sp-industries .industry-card:hover .industry-title {
  color: #60a5fa
}

.sp-industries .industry-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 0
}

.sp-industries .outro-box {
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50px;
  padding: 16px 36px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  margin-top: 2rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

.sp-industries .outro-icon {
  color: #3b82f6;
  font-size: 1.2rem;
  margin-right: 12px
}

.sp-industries .outro-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 0
}

.sp-industry .sp-services {
  background-color: #004b80;
  position: relative;
  padding: 100px 0;
  overflow: hidden
}

.sp-industry .sp-services .service-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  position: relative;
  transition: .4s cubic-bezier(.16, 1, .3, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .02);
  overflow: hidden
}

.sp-industry .sp-services .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .08);
  border-color: #cbd5e1
}

.sp-industry .sp-services .service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6 0, #10b981 100%);
  transition: width .4s
}

.sp-industry .sp-services .service-card:hover::after {
  width: 100%
}

.sp-industry .sp-services .service-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(59, 130, 246, .1) 0, rgba(16, 185, 129, .1) 100%);
  color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: transform .4s
}

.sp-industry .sp-services .service-card:hover .service-icon {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, rgba(59, 130, 246, .15) 0, rgba(16, 185, 129, .15) 100%)
}

.sp-industry .sp-services .service-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0;
  border: none;
  padding: 0;
  line-height: normal
}

.sp-industry .sp-services .body-text-black a {
  color: #3b82f6;
  font-weight: 600;
  transition: .3s
}

.sp-industry .sp-services .body-text-black a:hover {
  color: #10b981;
  text-decoration: underline
}

.sp-industry .sp-testimonial::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, .05) 0, transparent 70%);
  z-index: 0
}

.sp-industry .sp-testimonial::after {
  content: '';
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(16, 185, 129, .05) 0, transparent 70%);
  z-index: 0
}

.sp-industry .sp-testimonial .testimonial-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .3);
  transition: .4s cubic-bezier(.16, 1, .3, 1);
  position: relative
}

.sp-industry .sp-testimonial .testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .5);
  border-color: rgba(59, 130, 246, .4)
}

.sp-industry .sp-testimonial .quote-bg {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 5rem;
  color: rgba(59, 130, 246, .05);
  line-height: 1;
  z-index: 0;
  transition: color .4s
}

.sp-industry .sp-testimonial .testimonial-card:hover .quote-bg {
  color: rgba(59, 130, 246, .1)
}

.sp-industry .sp-testimonial .stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 20px;
  display: flex;
  gap: 4px;
  z-index: 1;
  position: relative
}

.sp-industry .sp-testimonial .testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #cbd5e1;
  font-style: italic;
  margin-bottom: 30px;
  flex-grow: 1;
  z-index: 1;
  position: relative
}

.sp-industry .sp-testimonial .client-info {
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 1;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 24px
}

.sp-industry .sp-testimonial .client-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(59, 130, 246, .4)
}

.sp-industry .sp-testimonial .client-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 2px
}

.sp-industry .sp-testimonial .client-role {
  font-size: .9rem;
  color: #94a3b8;
  font-weight: 500
}

.sp-industry-faq {
  background-color: #f8fafc;
  position: relative;
  overflow: hidden
}

.sp-industry-faq::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: .3;
  z-index: 0;
  pointer-events: none
}

.sp-industry-faq .faq-wrapper {
  max-width: 1200px;
  margin: 0 auto
}

.sp-industry-faq .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.sp-industry-faq .accordion-item {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .02);
  overflow: hidden;
  transition: .3s
}

.sp-industry-faq .accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .08);
  border-color: #cbd5e1
}

.sp-industry-faq .accordion-button {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  padding: 24px 32px;
  transition: .3s;
  background: #fff;
  box-shadow: none !important;
  border: none
}

.sp-industry-faq .accordion-button:not(.collapsed) {
  color: #3b82f6;
  background: #fff
}

.sp-industry-faq .accordion-button::after {
  content: '\F64D';
  font-family: bootstrap-icons;
  background-image: none;
  font-size: 1.25rem;
  color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(59, 130, 246, .1);
  transition: .3s;
  transform: none
}

.sp-industry-faq .accordion-button:not(.collapsed)::after {
  content: '\F28E';
  background-color: #3b82f6;
  color: #fff;
  transform: rotate(180deg)
}

.sp-industry .sp-industry-faq .accordion-body {
  padding: 0 32px 32px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
  background-color: #fff !important;
  border: none
}

.sp-craft-compact .mini-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 16px;
  padding: 24px 20px;
  height: 100%;
  transition: .3s;
  position: relative;
  overflow: hidden
}

.sp-craft-compact .mini-card:hover {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(52, 211, 153, .4);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .3)
}

.sp-craft-compact .mini-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(96, 165, 250, .1) 0, rgba(52, 211, 153, .1) 100%);
  color: #34d399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 16px
}

.sp-craft-compact .card-title {
  font-size: .95rem;
  font-weight: 600;
  color: #f1f5f9;
  line-height: 1.5;
  margin-bottom: 0
}

@media (max-width:1024px) {
  .sp-grid-container {
    grid-template-columns: repeat(2, 1fr)
  }
  .sp-faq-grid,
  .sp-premium-grid,
  .sp-serv-grid {
    grid-template-columns: 1fr
  }
  .sp-premium-section {
    padding: 4rem 1rem
  }
  .sp-premium-card {
    padding: 2rem
  }
  .sp-serv-card {
    padding: 30px
  }
  .sp-proc-row {
    flex-direction: column
  }
  .sp-proc-sticky {
    position: static
  }
  .sp-proc-main-title {
    font-size: 2.2rem
  }
  .sp-faq-grid {
    gap: 30px
  }
  .sp-industry .sp-hero-h1 {
    font-size: 2.5rem
  }
  .sp-industry .sp-hero-description p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem
  }
  .sp-industry .sp-btn-navy {
    background-color: #0f172a;
    color: #fff;
    border-radius: 50px;
    padding: 16px 36px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: .3s
  }
  .sp-industry .sp-btn-navy:hover {
    background-color: #1e293b;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(15, 23, 42, .3)
  }
  .sp-industry .image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15)
  }
  .sp-industry .hero-proof {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
    margin-top: 2rem
  }
  .sp-industry .proof-item {
    font-size: .9rem
  }
  .sp-industry .proof-icon {
    background: #fff;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05)
  }
}

@media (max-width:768px) {
  .sp-industry p.body-text-black,
  .sp-industry p.body-text-white,
  .sp-serv-card {
    text-align: center
  }
  .sp-hero-dynamic {
    padding: 100px 0 60px
  }
  .sp-hero-btns {
    flex-direction: column
  }
  .sp-hero-footer-tags {
    flex-direction: column;
    gap: 15px
  }
  .sp-grid-container {
    grid-template-columns: 1fr
  }
  .sp-intro-section h2 {
    font-size: 1.75rem
  }
  .sp-serv-card {
    flex-direction: column
  }
  .sp-serv-icon {
    margin-bottom: 10px
  }
  .sp-final-cta {
    padding: 60px 15px
  }
  .sp-cta-card {
    padding: 40px 20px
  }
  .sp-cta-footer-note {
    flex-direction: column;
    gap: 10px
  }
  .sp-faq-section {
    padding: 60px 0
  }
  .sp-faq-item h3 {
    font-size: 1.1rem
  }
  .sp-proc-sticky {
    padding-bottom: 0
  }
  .sp-industry .section-heading-black,
  .sp-industry .section-heading-white,
  .sp-proc-main-title {
    font-size: 2.5rem;
    text-align: center
  }
  .sp-industry section {
    padding: 3rem 0
  }
  .sp-industry .cta-btn-solid {
    padding: 16px
  }
}