.service-header { position: relative; z-index: 10; height: 78px; border-bottom: 1px solid var(--line); background: var(--white); }
.service-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.service-header .brand { position: static; width: 245px; filter: none; }
.service-nav { display: flex; align-items: center; gap: 28px; font-size: 0.9rem; font-weight: 700; }

.service-hero { position: relative; overflow: hidden; padding-block: 92px 78px; background: var(--surface); }
.service-hero::after { content: ""; position: absolute; inset: 0; opacity: 0.35; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent 18%, black); }
.service-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 72px; }
.service-breadcrumb { display: inline-flex; gap: 8px; margin-bottom: 26px; color: var(--blue); font-size: 0.78rem; font-weight: 700; }
.service-hero h1 { max-width: 760px; font-size: clamp(2.45rem, 4.4vw, 4.15rem); line-height: 1.07; }
.service-hero-copy { max-width: 690px; margin: 25px 0 0; color: var(--muted); font-size: 1.12rem; }
.service-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.service-showcase { overflow: hidden; border: 1px solid #cadbe2; border-radius: 8px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 30px 70px rgba(16, 35, 51, 0.16); }
.showcase-bar { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); font-size: 0.66rem; font-weight: 700; }
.showcase-bar span { display: flex; align-items: center; gap: 8px; color: #287257; }
.showcase-bar i { width: 7px; height: 7px; border-radius: 50%; background: #24b47e; box-shadow: 0 0 0 5px rgba(36, 180, 126, 0.12); animation: service-pulse 2s ease-out infinite; }
.showcase-bar b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 4px; color: var(--cyan); background: var(--ink); font-family: "Manrope", sans-serif; }
.showcase-body { display: grid; grid-template-columns: 0.78fr 1.22fr; min-height: 235px; }
.showcase-core { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 24px; overflow: hidden; color: var(--white); text-align: center; background: var(--ink); }
.showcase-core::before, .showcase-core::after { content: ""; position: absolute; width: 120px; height: 120px; border: 1px solid #31505f; border-radius: 50%; animation: orbit-scale 5s ease-in-out infinite; }
.showcase-core::after { width: 180px; height: 180px; animation-delay: -2.5s; }
.showcase-core svg { position: relative; z-index: 1; width: 62px; height: 62px; margin-bottom: 17px; fill: none; stroke: var(--cyan); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.showcase-core span, .showcase-core small { position: relative; z-index: 1; }
.showcase-core span { max-width: 170px; font-family: "Manrope", sans-serif; font-size: 0.78rem; font-weight: 700; line-height: 1.3; }
.showcase-core small { margin-top: 5px; color: #9fb4bf; font-size: 0.56rem; }
.showcase-flow { margin: 0; padding: 20px 18px; list-style: none; background: #f8fbfc; }
.showcase-flow li { position: relative; display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 9px; min-height: 61px; border-bottom: 1px solid #e2ebef; }
.showcase-flow li:last-child { border-bottom: 0; }
.showcase-flow li::before { content: ""; position: absolute; top: 39px; bottom: -22px; left: 4px; width: 1px; background: #bfe5f0; }
.showcase-flow li:last-child::before { display: none; }
.showcase-flow i { width: 9px; height: 9px; border: 2px solid var(--white); border-radius: 50%; background: var(--cyan-dark); box-shadow: 0 0 0 3px #d9f3fa; animation: service-pulse 2.4s ease-out infinite; }
.showcase-flow span { overflow: hidden; font-size: 0.65rem; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
.showcase-flow b { color: #2c8061; font-size: 0.52rem; }
.showcase-results { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.showcase-results span { min-width: 0; padding: 11px 8px; overflow: hidden; color: var(--blue); font-size: 0.55rem; font-weight: 700; text-align: center; white-space: nowrap; text-overflow: ellipsis; border-right: 1px solid var(--line); }
.showcase-results span:last-child { border-right: 0; }
@keyframes service-pulse { 50% { box-shadow: 0 0 0 8px transparent; } }
@keyframes orbit-scale { 50% { transform: scale(1.12); opacity: 0.55; } }

.detail-section { padding-block: 94px; }
.detail-section-alt { background: var(--surface); }
.detail-intro { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 100px; }
.detail-intro h2, .detail-section h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3.1rem); line-height: 1.15; }
.detail-intro > div > p { margin: 22px 0 0; color: var(--muted); }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { position: relative; min-height: 180px; padding: 28px 30px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.feature-list li:nth-child(2n) { border-right: 0; }
.feature-list li:hover { z-index: 1; background: #f8fcfd; box-shadow: 0 16px 34px rgba(16, 35, 51, 0.09); transform: translateY(-4px); }
.feature-icon { display: grid !important; place-items: center; width: 28px; height: 28px; margin-bottom: 18px; border-radius: 50%; color: var(--blue) !important; background: #e8f8fc; font-size: 0.7rem !important; font-weight: 800; transition: color 220ms ease, background 220ms ease, transform 220ms ease; }
.feature-list li:hover .feature-icon { color: var(--white) !important; background: var(--blue); transform: rotate(12deg) scale(1.08); }
.feature-list strong { display: block; margin-bottom: 8px; font-family: "Manrope", sans-serif; }
.feature-list span { color: var(--muted); font-size: 0.92rem; }

.benefit-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.benefit-heading p { margin: 0; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.benefit { position: relative; min-height: 220px; padding: 30px; overflow: hidden; background: var(--white); transition: background 220ms ease, transform 220ms ease; }
.benefit::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transform: scaleX(0); transform-origin: left; transition: transform 280ms ease; }
.benefit:hover { z-index: 1; background: #f8fcfd; transform: translateY(-4px); }
.benefit:hover::after { transform: scaleX(1); }
.benefit span { color: var(--cyan-dark); font-size: 0.78rem; font-weight: 800; }
.benefit-symbol { position: absolute; top: 25px; right: 27px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--blue); background: #e8f8fc; transition: transform 250ms ease; }
.benefit:hover .benefit-symbol { transform: translate(3px, -3px); }
.benefit h3 { margin: 42px 0 8px; font-size: 1.1rem; }
.benefit p { margin: 0; color: var(--muted); font-size: 0.9rem; }

.service-cta { padding-block: 82px; color: var(--white); background: var(--ink); }
.service-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.service-cta h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; }
.service-cta p { max-width: 660px; margin: 18px 0 0; color: #adc0ca; }
.service-footer { padding-block: 28px; color: #bdccd3; background: #091822; }
.service-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 0.8rem; }
.feature-list .reveal:nth-child(2), .benefit-grid .reveal:nth-child(2) { transition-delay: 80ms; }
.feature-list .reveal:nth-child(3), .benefit-grid .reveal:nth-child(3) { transition-delay: 160ms; }
.feature-list .reveal:nth-child(4) { transition-delay: 240ms; }

@media (max-width: 800px) {
  .service-header { height: auto; padding-block: 14px; }
  .service-header .brand { width: 190px; }
  .service-nav > a:not(.button) { display: none; }
  .service-hero { padding-block: 68px 58px; }
  .service-hero-inner, .detail-intro { grid-template-columns: 1fr; gap: 48px; }
  .service-showcase { width: min(620px, 100%); }
  .benefit-heading { grid-template-columns: 1fr; gap: 20px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .service-cta-inner, .service-footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .service-header .button { min-height: 40px; padding-inline: 13px; font-size: 0.78rem; }
  .service-hero h1 { font-size: 2.35rem; }
  .service-hero-actions { align-items: flex-start; flex-direction: column; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list li { border-right: 0; }
  .showcase-body { grid-template-columns: 0.75fr 1.25fr; }
  .showcase-core { padding-inline: 12px; }
  .showcase-core svg { width: 48px; height: 48px; }
  .showcase-flow { padding-inline: 12px; }
  .showcase-flow b { display: none; }
}
