.service-single {
  --service-accent: #0868f2;
  --service-ink: #0b2149;
  --service-muted: #64748b;
  color: var(--service-ink);
  overflow: hidden;
}

.service-detail-hero {
  position: relative;
  padding: 42px 0 76px;
  background:
    radial-gradient(circle at 82% 20%, color-mix(in srgb, var(--service-accent) 15%, transparent), transparent 35%),
    radial-gradient(circle at 10% 90%, #eaf5ff, transparent 30%),
    linear-gradient(180deg, #fafdff 0%, #f5faff 100%);
}

.service-detail-hero::before,
.service-detail-hero::after {
  content: "";
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--service-accent) 14%, transparent);
  border-radius: 50%;
  pointer-events: none;
}

.service-detail-hero::before { width: 420px; height: 420px; right: -210px; top: -210px; }
.service-detail-hero::after { width: 240px; height: 240px; left: -150px; bottom: -150px; }

.service-detail-hero .container { position: relative; z-index: 1; }
.service-detail-hero .breadcrumb-mini { display: flex; gap: 8px; align-items: center; margin-bottom: 46px; color: #7a8ba5; font-size: .78rem; }
.service-detail-hero .breadcrumb-mini a { color: #54708f; text-decoration: none; }
.service-detail-hero .breadcrumb-mini a:hover { color: var(--service-accent); }
.service-detail-hero h1 { max-width: 700px; margin: 18px 0; font-size: clamp(2.65rem, 5vw, 4.85rem); font-weight: 800; line-height: 1.08; letter-spacing: -.05em; }
.service-hero-lead { max-width: 660px; margin: 0; color: var(--service-muted); font-size: 1.08rem; line-height: 1.8; }
.service-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--service-accent); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-eyebrow i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: color-mix(in srgb, var(--service-accent) 12%, white); font-size: 1rem; }
.service-detail-hero .btn { min-height: 50px; border-radius: 11px; padding: .78rem 1.25rem; font-size: .9rem; font-weight: 700; }
.service-detail-hero .btn-primary { border-color: var(--service-accent); background: var(--service-accent); box-shadow: 0 12px 26px color-mix(in srgb, var(--service-accent) 24%, transparent); }
.service-detail-hero .btn-outline-primary { border-color: color-mix(in srgb, var(--service-accent) 70%, white); color: var(--service-accent); }
.service-trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #54657d; font-size: .78rem; font-weight: 600; }
.service-trust-row span { display: inline-flex; gap: 7px; align-items: center; }
.service-trust-row i { color: var(--service-accent); }

.service-hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.service-hero-visual > img { position: relative; z-index: 2; display: block; width: min(100%, 640px); height: auto; border: 1px solid #d9e6f4; border-radius: 24px; background: #fff; box-shadow: 0 28px 55px rgba(16, 58, 115, .14); object-fit: contain; }
.service-visual-glow { position: absolute; inset: 12% 8%; border-radius: 50%; background: color-mix(in srgb, var(--service-accent) 14%, white); filter: blur(28px); }
.service-icon-float { position: absolute; z-index: 3; top: 11%; right: 9%; display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(255, 255, 255, .9); border-radius: 20px; background: rgba(255, 255, 255, .9); box-shadow: 0 18px 45px rgba(26, 74, 137, .14); color: var(--service-accent); font-size: 1.8rem; backdrop-filter: blur(10px); }
.service-metric-card { position: absolute; z-index: 3; right: 0; bottom: 6%; width: 210px; padding: 18px 20px; border: 1px solid #e1ecf8; border-radius: 18px; background: rgba(255, 255, 255, .94); box-shadow: 0 18px 45px rgba(26, 74, 137, .13); backdrop-filter: blur(10px); }
.service-metric-card strong { display: block; color: var(--service-accent); font-size: 2rem; font-weight: 800; line-height: 1; }
.service-metric-card span { display: block; margin-top: 8px; color: #6b7a91; font-size: .76rem; line-height: 1.5; }

.service-richtext { max-width: 790px; color: #465a76; font-size: 1rem; line-height: 1.9; }
.service-richtext p:last-child { margin-bottom: 0; }
.service-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 34px; }
.service-benefit-card { position: relative; min-height: 175px; padding: 24px; overflow: hidden; border: 1px solid #dce8f5; border-radius: 17px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-benefit-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--service-accent) 35%, #dce8f5); box-shadow: 0 18px 38px rgba(23, 72, 130, .09); }
.service-benefit-number { position: absolute; right: 16px; top: 10px; color: color-mix(in srgb, var(--service-accent) 12%, white); font-size: 3rem; font-weight: 800; line-height: 1; }
.service-benefit-card h3 { position: relative; margin: 0 0 9px; font-size: 1.02rem; font-weight: 800; }
.service-benefit-card h3::before { content: ""; display: block; width: 34px; height: 4px; margin-bottom: 16px; border-radius: 20px; background: var(--service-accent); }
.service-benefit-card p { position: relative; margin: 0; color: var(--service-muted); font-size: .85rem; line-height: 1.7; }

.service-lead-form { position: sticky; top: 96px; padding: 28px; border: 1px solid #d9e8f7; border-radius: 22px; background: linear-gradient(155deg, #fff, #f6faff); box-shadow: 0 24px 55px rgba(20, 65, 125, .1); }
.service-lead-form .service-form-icon { display: grid; width: 52px; height: 52px; margin-bottom: 20px; place-items: center; border-radius: 15px; background: var(--service-accent); color: #fff; font-size: 1.25rem; box-shadow: 0 10px 24px color-mix(in srgb, var(--service-accent) 25%, transparent); }
.service-lead-form h2 { margin-bottom: 8px; font-size: 1.45rem; font-weight: 800; }
.service-lead-form > p { color: var(--service-muted); font-size: .84rem; line-height: 1.65; }
.service-lead-form .form-label { margin: 11px 0 6px; color: #304562; font-size: .78rem; font-weight: 700; }
.service-lead-form .form-control { min-height: 46px; border-color: #d9e5f3; border-radius: 10px; background: #fff; }
.service-lead-form .form-control:focus { border-color: var(--service-accent); box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--service-accent) 13%, transparent); }
.service-lead-form .btn { min-height: 48px; margin-top: 20px; border-color: var(--service-accent); border-radius: 10px; background: var(--service-accent); font-weight: 700; }

.service-deliverables-section { background: linear-gradient(135deg, #071d42 0%, #0b326d 100%); color: #fff; }
.service-deliverables-section .section-kicker { color: #75baff; }
.service-deliverables-section .section-copy { max-width: 480px; color: #b9cbe0; line-height: 1.8; }
.service-deliverables-list { display: grid; gap: 11px; }
.service-deliverable-item { display: grid; grid-template-columns: 44px 1fr 24px; gap: 13px; align-items: center; min-height: 62px; padding: 11px 16px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 13px; background: rgba(255, 255, 255, .07); }
.service-deliverable-item > span { color: #69b4ff; font-size: .76rem; font-weight: 800; }
.service-deliverable-item strong { font-size: .88rem; font-weight: 600; }
.service-deliverable-item i { color: #2dd4bf; }

.service-process-grid { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.service-process-grid::before { content: ""; position: absolute; z-index: 0; left: 8%; right: 8%; top: 31px; border-top: 2px dashed color-mix(in srgb, var(--service-accent) 25%, #dce8f5); }
.service-process-card { position: relative; z-index: 1; min-height: 205px; padding: 19px; border: 1px solid #dce8f5; border-radius: 17px; background: #fff; }
.service-step-index { display: grid; width: 54px; height: 54px; margin-bottom: 22px; place-items: center; border: 6px solid #fff; border-radius: 50%; background: color-mix(in srgb, var(--service-accent) 12%, white); box-shadow: 0 0 0 1px #dce8f5; color: var(--service-accent); font-size: .8rem; font-weight: 800; }
.service-process-card h3 { margin-bottom: 8px; font-size: .94rem; font-weight: 800; }
.service-process-card p { margin: 0; color: var(--service-muted); font-size: .79rem; line-height: 1.65; }

.service-faq-section { background: #f6faff; }
.service-faq-section .section-copy { color: var(--service-muted); line-height: 1.8; }
.service-faq-section .btn-outline-primary { border-color: var(--service-accent); color: var(--service-accent); font-weight: 700; }
.service-faq .accordion-item { margin-bottom: 10px; overflow: hidden; border: 1px solid #dce8f5; border-radius: 14px; background: #fff; }
.service-faq .accordion-button { padding: 19px 20px; color: var(--service-ink); font-size: .93rem; font-weight: 700; box-shadow: none; }
.service-faq .accordion-button:not(.collapsed) { background: color-mix(in srgb, var(--service-accent) 7%, white); color: var(--service-accent); }
.service-faq .accordion-body { padding: 0 20px 20px; color: var(--service-muted); font-size: .86rem; line-height: 1.75; }

.service-related-section { background: #fff; }
.service-all-link { flex: 0 0 auto; color: var(--service-accent); font-size: .85rem; font-weight: 700; text-decoration: none; }
.service-related-card { height: 100%; padding: 25px; border: 1px solid #dce8f5; border-radius: 17px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-related-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(23, 72, 130, .1); }
.service-related-icon { display: grid; width: 50px; height: 50px; margin-bottom: 18px; place-items: center; border-radius: 14px; background: color-mix(in srgb, var(--service-accent) 10%, white); color: var(--service-accent); font-size: 1.25rem; }
.service-related-card h3 { margin-bottom: 10px; font-size: 1.04rem; font-weight: 800; line-height: 1.45; }
.service-related-card h3 a { color: var(--service-ink); text-decoration: none; }
.service-related-card p { min-height: 68px; color: var(--service-muted); font-size: .82rem; line-height: 1.65; }
.service-related-link { color: var(--service-accent); font-size: .82rem; font-weight: 700; text-decoration: none; }

.service-final-cta { padding: 0 0 72px; background: #fff; }
.service-final-cta-inner { display: flex; justify-content: space-between; gap: 34px; align-items: center; padding: 38px 42px; border-radius: 24px; background: linear-gradient(105deg, #0868f2 0%, var(--service-accent) 52%, #14b8a6 125%); box-shadow: 0 22px 55px color-mix(in srgb, var(--service-accent) 20%, transparent); color: #fff; }
.service-final-cta-inner span { font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; opacity: .8; }
.service-final-cta-inner h2 { margin: 7px 0 6px; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 800; }
.service-final-cta-inner p { margin: 0; opacity: .82; }
.service-final-cta-inner .btn { min-width: 150px; border-radius: 11px; font-size: .85rem; font-weight: 700; }
.service-final-cta-inner .btn-light { color: var(--service-accent); }

@media (max-width: 1199.98px) {
  .service-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-process-grid::before { display: none; }
}

@media (max-width: 991.98px) {
  .service-detail-hero { padding-bottom: 54px; text-align: left; }
  .service-detail-hero .breadcrumb-mini { margin-bottom: 30px; }
  .service-hero-visual { min-height: 360px; margin-top: 10px; }
  .service-lead-form { position: static; }
  .service-final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .service-benefit-grid { grid-template-columns: 1fr; }
  .service-process-grid { grid-template-columns: 1fr 1fr; }
  .service-related-section .d-flex { align-items: flex-start !important; flex-direction: column; }
  .service-final-cta-inner { padding: 30px 25px; }
}

@media (max-width: 575.98px) {
  .service-detail-hero { padding: 28px 0 44px; }
  .service-detail-hero h1 { font-size: 2.35rem; }
  .service-hero-lead { font-size: .96rem; }
  .service-detail-hero .btn { width: 100%; }
  .service-trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .service-hero-visual { min-height: 290px; }
  .service-icon-float { top: 5%; right: 3%; width: 54px; height: 54px; border-radius: 16px; }
  .service-metric-card { right: 2%; bottom: 2%; width: 175px; padding: 14px 16px; }
  .service-metric-card strong { font-size: 1.6rem; }
  .service-benefit-card { min-height: 0; }
  .service-process-grid { grid-template-columns: 1fr; }
  .service-process-card { min-height: 0; }
  .service-deliverable-item { grid-template-columns: 34px 1fr 18px; }
  .service-final-cta { padding-bottom: 52px; }
  .service-final-cta-inner .d-flex,
  .service-final-cta-inner .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .service-benefit-card,
  .service-related-card { transition: none; }
}
