@font-face { font-family: "Inter"; src: url("assets/fonts/inter-variable.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-variable.woff2") format("woff2"); font-weight: 200 800; font-display: swap; }

:root { --blue: #123fba; --navy: #061637; --pink: #eb23f4; --cyan: #8ff3ff; --green: #27cf7d; --muted: #687386; --line: #dce3ee; --soft: #f3f6fb; --content: 1180px; --pad: 24px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--navy); background: #fff; font-family: "Inter", Arial, sans-serif; line-height: 1.55; overflow-x: clip; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, strong, .service-nav { font-family: "Manrope", "Inter", Arial, sans-serif; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
[id] { scroll-margin-top: 100px; }
:where(a, button, summary, [tabindex]):focus-visible { outline: 3px solid #2766dc; outline-offset: 3px; }
.service-skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 11px 15px; color: #fff; background: var(--navy); border-radius: 5px; font-size: 12px; font-weight: 800; transform: translateY(-160%); transition: transform 180ms ease; }
.service-skip-link:focus { transform: translateY(0); }
.service-scroll-progress { position: fixed; z-index: 40; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; background: rgba(6,22,55,.08); }
.service-scroll-progress::after { position: absolute; inset: 0 auto 0 0; width: 100%; background: var(--blue); content: ""; transform: scaleX(var(--scroll-scale,0)); transform-origin: left center; }

.service-nav { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; min-height: 82px; padding: 14px max(28px, calc((100vw - var(--content)) / 2)); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); animation: nav-enter .65s cubic-bezier(.22,1,.36,1) both; }
.service-logo { display: flex; gap: 12px; align-items: center; }
.service-logo > span { display: grid; place-items: center; width: 50px; height: 40px; color: var(--blue); border: 3px solid var(--blue); border-right-color: transparent; border-radius: 22px 8px 8px 22px; font-weight: 900; }
.service-logo > img { display: block; width: 38px; height: 38px; }
.service-logo strong { font-size: 14px; }
@media (min-width:1121px) {
  .service-logo > img { width: 46px; height: 46px; }
}
.service-nav nav { display: flex; gap: 28px; justify-self: end; font-size: 13px; font-weight: 750; }
.service-nav nav a { position: relative; padding: 8px 0; transition: color 180ms ease, transform 180ms ease; animation: nav-item-enter .55s cubic-bezier(.22,1,.36,1) both; }
.service-nav nav a:nth-child(2) { animation-delay: 70ms; }
.service-nav nav a:nth-child(3) { animation-delay: 140ms; }
.service-nav nav a:nth-child(4) { animation-delay: 210ms; }
.service-nav nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: right center; transition: transform 240ms cubic-bezier(.22,1,.36,1); }
.service-nav nav a:hover, .service-nav nav a.is-active { color: var(--blue); transform: translateY(-1px); }
.service-nav nav a:hover::after, .service-nav nav a.is-active::after { transform: scaleX(1); transform-origin: left center; }
.service-nav-cta { position: relative; display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; overflow: hidden; color: #fff; background: var(--blue); border-radius: 7px; font-size: 13px; font-weight: 780; animation: nav-cta-enter .7s .25s cubic-bezier(.22,1,.36,1) both; transition: transform 220ms ease, box-shadow 220ms ease; }
.service-nav-cta::after { position: absolute; top: -40%; bottom: -40%; left: -55%; width: 28%; background: rgba(255,255,255,.28); content: ""; transform: skewX(-18deg) translateX(-180%); transition: transform 520ms cubic-bezier(.22,1,.36,1); }
.service-nav-cta:hover::after { transform: skewX(-18deg) translateX(520%); }
.service-nav-cta:hover { box-shadow: 0 12px 24px rgba(18,63,186,.23); transform: translateY(-2px); }
.service-nav-cta svg { width: 17px; }

.service-hero { position: relative; display: flex; align-items: end; min-height: min(680px, calc(100vh - 82px)); overflow: hidden; color: #fff; background: var(--navy); }
.service-hero::before { position: absolute; z-index: 1; top: 18%; right: max(42px, calc((100vw - var(--content)) / 2)); width: min(24vw,300px); aspect-ratio: 1 / 1.16; border: 1px solid rgba(143,243,255,.38); border-left-color: transparent; content: ""; pointer-events: none; transform: rotate(7deg) scale(.94); animation: hero-frame-enter 1.1s .45s cubic-bezier(.22,1,.36,1) both; }
.service-hero::after { position: absolute; z-index: 1; top: 28%; left: 0; width: min(34vw,430px); height: 1px; background: rgba(143,243,255,.6); content: ""; pointer-events: none; transform: translateX(-100%); animation: hero-scan-enter 3.8s .8s ease-in-out infinite; }
.service-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--hero-position, center); animation: hero-image-enter 1.2s cubic-bezier(.22,1,.36,1) both; }
.service-hero-overlay { position: absolute; inset: 0; background: rgba(3,13,37,.73); }
.service-hero-symbol { position: absolute; z-index: 1; right: max(28px, calc((100vw - var(--content)) / 2)); bottom: 66px; display: grid; justify-items: end; gap: 14px; color: var(--cyan); opacity: .82; pointer-events: none; animation: hero-symbol-enter 1s .35s cubic-bezier(.22,1,.36,1) both; }
.service-hero-symbol svg { width: 150px; height: 150px; stroke-width: .8; }
.service-hero-symbol span { padding-top: 11px; border-top: 1px solid currentColor; font-size: 11px; font-weight: 800; }
.service-hero-content { position: relative; z-index: 1; width: min(calc(100% - (var(--pad) * 2)), var(--content)); margin: 0 auto; padding: 82px 0 78px; }
.service-breadcrumb { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 54px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }
.service-breadcrumb svg { width: 15px; }
.service-hero-content > p { margin: 0 0 14px; color: var(--cyan); font-size: 12px; font-weight: 850; text-transform: uppercase; animation: hero-copy-enter .7s .12s cubic-bezier(.22,1,.36,1) both; }
.service-hero h1 { max-width: 860px; margin: 0; font-size: 72px; font-weight: 790; line-height: 1.02; animation: hero-copy-enter .75s .18s cubic-bezier(.22,1,.36,1) both; }
.service-hero-content > span { display: block; max-width: 700px; margin-top: 24px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.65; animation: hero-copy-enter .75s .25s cubic-bezier(.22,1,.36,1) both; }
.service-hero-actions { display: flex; gap: 14px; margin-top: 34px; animation: hero-copy-enter .75s .32s cubic-bezier(.22,1,.36,1) both; }
.service-hero-actions a { display: inline-flex; gap: 9px; align-items: center; justify-content: center; min-height: 52px; padding: 0 21px; border: 1px solid rgba(255,255,255,.55); border-radius: 7px; font-size: 13px; font-weight: 780; }
.service-hero-actions a:first-child { color: var(--navy); background: var(--cyan); border-color: var(--cyan); }
.service-hero-actions svg { width: 17px; }

.service-hero-slider { display: block; isolation: isolate; }
.service-hero-slider:focus-visible { outline: 3px solid var(--cyan); outline-offset: -3px; }
.service-hero-slide { position: absolute; inset: 0; display: flex; align-items: end; visibility: hidden; opacity: 0; pointer-events: none; transition: visibility .8s ease, opacity .8s ease; }
.service-hero-slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.service-hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--slide-position,center); transform: scale(1.045); transition: transform 6.5s ease; }
.service-hero-slide.is-active > img { transform: scale(1); }
.service-hero-slide .service-hero-overlay { z-index: 0; }
.service-hero-slide .service-hero-content { opacity: 0; transform: translateY(22px); transition: opacity .65s .16s ease, transform .7s .16s cubic-bezier(.22,1,.36,1); }
.service-hero-slide.is-active .service-hero-content { opacity: 1; transform: translateY(0); }
.service-hero-slider .service-hero-content > p, .service-hero-slider .service-hero-content > span, .service-hero-slider .service-hero-actions { animation: none; }
.service-hero-slider h1 { animation: none; }
.service-hero-slide.is-active .service-hero-content > p { animation: hero-item-enter .6s .24s cubic-bezier(.22,1,.36,1) both; }
.service-hero-slide.is-active .service-hero-content > h1, .service-hero-slide.is-active .service-hero-content > h2 { animation: hero-item-enter .72s .32s cubic-bezier(.22,1,.36,1) both; }
.service-hero-slide.is-active .service-hero-content > span { animation: hero-item-enter .65s .42s cubic-bezier(.22,1,.36,1) both; }
.service-hero-slide.is-active .service-hero-actions { animation: hero-item-enter .65s .52s cubic-bezier(.22,1,.36,1) both; }
.service-hero-slide h2 { max-width: 880px; margin: 0; color: #fff; font-size: 68px; font-weight: 790; line-height: 1.02; }
.service-hero-slider .service-hero-symbol { bottom: 112px; }
.service-slider-controls { position: absolute; z-index: 5; right: max(28px, calc((100vw - var(--content)) / 2)); bottom: 30px; display: flex; align-items: center; gap: 8px; color: #fff; }
.service-slider-controls > button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: #fff; background: rgba(6,22,55,.58); border: 1px solid rgba(255,255,255,.48); border-radius: 50%; cursor: pointer; backdrop-filter: blur(8px); transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.service-slider-controls > button:hover { color: var(--navy); background: var(--cyan); border-color: var(--cyan); transform: translateY(-2px); }
.service-slider-controls > button svg { width: 18px; }
.service-slider-controls > span { min-width: 50px; color: rgba(255,255,255,.62); font-size: 10px; text-align: center; }
.service-slider-controls > span strong { color: var(--cyan); font-size: 12px; }
.service-slider-dots { display: grid; grid-template-columns: repeat(3,24px); align-items: center; }
.service-slider-dots button { position: relative; width: 24px; height: 42px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.service-slider-dots button::before { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; background: rgba(255,255,255,.5); border-radius: 50%; content: ""; transform: translate(-50%,-50%); transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease; }
.service-slider-dots button[aria-selected="true"]::before { width: 20px; background: var(--cyan); border-radius: 4px; }

.service-facts { display: grid; grid-template-columns: repeat(4,1fr); width: min(calc(100% - (var(--pad) * 2)), var(--content)); margin: 0 auto; border-bottom: 1px solid var(--line); }
.service-facts > div { display: grid; gap: 5px; min-height: 112px; padding: 28px 24px; border-right: 1px solid var(--line); }
.service-facts > div:first-child { padding-left: 0; }
.service-facts > div:last-child { border-right: 0; }
.service-facts small { color: var(--muted); font-size: 11px; }
.service-facts strong { font-size: 15px; }

.service-packages { width: min(calc(100% - (var(--pad) * 2)), var(--content)); margin: 0 auto; padding: 118px 0 126px; }
.service-flash-sale { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; margin-bottom: 92px; padding: 34px 38px; color: #fff; background: #de402c; border: 1px solid #c93422; border-radius: 7px; box-shadow: 0 20px 46px rgba(170,48,32,.2); animation: flash-surface 5s ease-in-out infinite; }
.service-flash-copy > span { display: flex; gap: 8px; align-items: center; color: #fff1a8; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-flash-copy > span svg { width: 17px; fill: currentColor; }
.service-flash-copy h2 { max-width: 650px; margin: 10px 0 0; color: #fff; font-size: 30px; line-height: 1.14; }
.service-flash-copy p { margin: 12px 0 0; color: rgba(255,255,255,.75); font-size: 12px; }
.service-flash-meta { display: grid; gap: 12px; justify-items: end; }
.service-countdown { display: flex; gap: 8px; align-items: center; }
.service-countdown > div { display: grid; justify-items: center; width: 56px; padding: 9px 5px 7px; color: #fff; background: var(--navy); border-radius: 5px; }
.service-countdown strong { font-size: 21px; line-height: 1; }
.service-countdown small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 8px; text-transform: uppercase; }
.service-countdown > b { color: #fff1a8; }
.service-flash-meta > span { display: flex; gap: 7px; align-items: center; padding: 7px 10px; color: var(--navy); background: #fff1a8; border-radius: 4px; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.service-flash-meta > span svg { width: 15px; }
.service-flash-meta > small { display: inline-flex; gap: 7px; align-items: flex-start; max-width: 350px; color: rgba(255,255,255,.76); font-size: 10px; line-height: 1.55; text-align: right; }
.service-flash-meta > small svg { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 1px; }
.promo-ended .service-flash-sale { background: #5e6879; border-color: #4e5869; box-shadow: none; }
.promo-ended .service-package-price del, .promo-ended .service-package-price b { display: none; }
.service-packages-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.service-packages-head p { margin: 0 0 13px; color: var(--pink); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.service-packages-head h2 { max-width: 720px; margin: 0; font-size: 48px; font-weight: 770; line-height: 1.1; }
.service-packages-head > span { color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-package-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; align-items: stretch; }
.service-package { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--navy); border-radius: 7px; box-shadow: 0 18px 50px rgba(6,22,55,.07); transition: transform 280ms cubic-bezier(.22,1,.36,1), box-shadow 280ms ease, border-color 280ms ease; }
.service-package:hover { border-color: rgba(18,63,186,.35); box-shadow: 0 26px 64px rgba(6,22,55,.14); transform: translateY(-6px); }
.service-package.is-featured { color: #fff; background: var(--navy); border-color: var(--navy); border-top-color: var(--cyan); box-shadow: 0 24px 60px rgba(6,22,55,.2); }
.service-package.is-custom { background: var(--soft); border-top-color: var(--blue); }
.service-package-top { min-height: 378px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.service-package.is-featured .service-package-top { border-bottom-color: rgba(255,255,255,.17); }
.service-package-top > small { position: static; display: block; width: fit-content; margin: 0 0 22px auto; padding: 7px 10px; color: var(--navy); background: var(--cyan); border-radius: 4px; font-size: 10px; font-style: normal; font-weight: 850; line-height: 1.2; text-align: center; text-transform: uppercase; }
.service-package-top > p:first-child { margin-top: 48px; }
.service-package-top > p { margin: 0 0 26px; color: var(--blue); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.service-package.is-featured .service-package-top > p { color: var(--cyan); }
.service-package-price { display: grid; justify-items: start; gap: 7px; }
.service-package-price del, .service-package-price > span { color: var(--muted); font-size: 13px; font-weight: 650; }
.service-package.is-featured .service-package-price del { color: rgba(255,255,255,.55); }
.service-package-price h3 { margin: 0; font-size: 30px; line-height: 1.08; overflow-wrap: anywhere; }
.service-package-price b { padding: 5px 8px; color: #075d3a; background: #dff8ea; border-radius: 4px; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.service-package.is-featured .service-package-price b { color: var(--navy); background: var(--cyan); }
.service-package-top > strong { display: flex; gap: 8px; align-items: center; margin-top: 16px; color: var(--blue); font-size: 12px; }
.service-package.is-featured .service-package-top > strong { color: var(--cyan); }
.service-package-top > strong svg { width: 15px; }
.service-package-top > em { display: block; margin-top: 23px; color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.7; }
.service-package.is-featured .service-package-top > em { color: rgba(255,255,255,.7); }
.service-package-list { padding-top: 28px; }
.service-package-list h4 { margin: 0 0 16px; font-family: "Manrope", "Inter", Arial, sans-serif; font-size: 13px; }
.service-package-list ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.service-package-list li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.service-package.is-featured .service-package-list li { color: rgba(255,255,255,.72); }
.service-package-list li svg { width: 17px; height: 17px; padding: 3px; color: #fff; background: var(--green); border-radius: 50%; }
.page-company-profile .service-package-list li { font-size: 11px; }
.service-package-limit { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); }
.service-package-limit summary { display: flex; align-items: center; justify-content: space-between; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 800; list-style: none; }
.service-package-limit summary::-webkit-details-marker { display: none; }
.service-package-limit summary svg { width: 15px; transition: transform 180ms ease; }
.service-package-limit[open] summary svg { transform: rotate(180deg); }
.service-package-limit ul { display: grid; gap: 7px; margin: 12px 0 0; padding: 0 0 0 15px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.service-package.is-featured .service-package-limit { border-top-color: rgba(255,255,255,.17); }
.service-package.is-featured .service-package-limit summary, .service-package.is-featured .service-package-limit ul { color: rgba(255,255,255,.62); }
.page-company-profile .service-package.is-visible .service-package-list li { animation: feature-row-enter .5s cubic-bezier(.22,1,.36,1) both; }
.page-company-profile .service-package.is-visible .service-package-list li:nth-child(2) { animation-delay: 45ms; }
.page-company-profile .service-package.is-visible .service-package-list li:nth-child(3) { animation-delay: 90ms; }
.page-company-profile .service-package.is-visible .service-package-list li:nth-child(n+4) { animation-delay: 135ms; }
.service-package-list.is-excluded { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.service-package.is-featured .service-package-list.is-excluded { border-top-color: rgba(255,255,255,.17); }
.service-package-list.is-excluded li svg { color: var(--muted); background: transparent; border: 1px solid var(--line); }
.service-package.is-featured .service-package-list.is-excluded li svg { color: rgba(255,255,255,.62); border-color: rgba(255,255,255,.25); }
.service-package > a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; margin-top: auto; padding: 0 18px; color: #fff; background: var(--blue); border-radius: 6px; font-size: 13px; font-weight: 800; transition: transform 200ms ease, box-shadow 200ms ease; }
.service-package.is-featured > a { color: var(--navy); background: var(--cyan); }
.service-package.is-custom > a { color: #fff; background: var(--navy); }
.service-package > a:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(18,63,186,.2); }
.service-package > a svg { width: 17px; }
.service-package-note { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; margin-top: 24px; padding: 22px 24px; background: var(--soft); border-left: 4px solid var(--blue); }
.service-package-note > svg { width: 20px; color: var(--blue); }
.service-package-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.service-package-note strong { color: var(--navy); }

.service-terms { padding: 110px max(24px, calc((100vw - var(--content)) / 2)); background: var(--soft); }
.service-terms .service-section-head > span { display: block; max-width: 680px; margin-top: 20px; color: var(--muted); font-size: 14px; }
.service-terms-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; width: min(100%,var(--content)); margin: 44px auto 0; }
.service-terms details { background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.service-terms summary { display: grid; grid-template-columns: 32px 1fr 20px; gap: 11px; align-items: center; min-height: 72px; padding: 16px 20px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 780; }
.service-terms summary::-webkit-details-marker { display: none; }
.service-terms summary > svg:first-child { width: 19px; color: var(--blue); }
.service-terms summary > svg:last-child { width: 17px; color: var(--muted); transition: transform 180ms ease; }
.service-terms details[open] summary > svg:last-child { transform: rotate(180deg); }
.service-terms details > div { padding: 0 22px 22px 63px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.service-terms details p { margin: 0 0 10px; }
.service-terms details ul { display: grid; gap: 7px; margin: 0; padding-left: 17px; }

.service-maintenance { width: min(calc(100% - (var(--pad) * 2)), var(--content)); margin: 0 auto; padding: 118px 0; }
.service-maintenance-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.service-maintenance-head p { margin: 0 0 13px; color: var(--pink); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.service-maintenance-head h2 { margin: 0; font-size: 48px; line-height: 1.1; }
.service-maintenance-head > span { color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-maintenance-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 46px; }
.service-maintenance-grid article { position: relative; display: flex; flex-direction: column; min-height: 470px; padding: 30px; border: 1px solid var(--line); border-top: 4px solid var(--navy); border-radius: 7px; }
.service-maintenance-grid article.is-featured { background: var(--soft); border-top-color: var(--blue); }
.service-maintenance-grid article > small { position: absolute; top: 22px; right: 22px; padding: 6px 8px; color: #fff; background: var(--blue); border-radius: 4px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.service-maintenance-grid article > svg { width: 24px; color: var(--blue); }
.service-maintenance-grid h3 { margin: 28px 0 6px; font-size: 20px; }
.service-maintenance-grid article > strong { color: var(--blue); font-size: 18px; }
.service-maintenance-grid article > p { margin: 16px 0 22px; color: var(--muted); font-size: 12px; }
.service-maintenance-grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.service-maintenance-grid li { display: grid; grid-template-columns: 18px 1fr; gap: 8px; color: var(--muted); font-size: 11px; }
.service-maintenance-grid li svg { width: 16px; height: 16px; padding: 3px; color: #fff; background: var(--green); border-radius: 50%; }
.service-maintenance-grid article > a { display: flex; justify-content: space-between; align-items: center; min-height: 48px; margin-top: auto; padding: 0 15px; color: #fff; background: var(--navy); border-radius: 6px; font-size: 12px; font-weight: 800; }
.service-maintenance-grid article.is-featured > a { background: var(--blue); }
.service-maintenance-grid article > a svg { width: 16px; }

.service-problems { padding: 118px max(24px, calc((100vw - var(--content)) / 2)); color: #fff; background: var(--navy); }
.service-problems-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; width: min(100%,var(--content)); margin: 0 auto; }
.service-problems-head p, .service-blueprint-copy > p, .service-reasons-intro > p, .service-faq-intro > p { margin: 0 0 13px; color: var(--cyan); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.service-problems-head h2, .service-blueprint-copy h2, .service-reasons-intro h2, .service-faq-intro h2 { margin: 0; font-size: 48px; font-weight: 770; line-height: 1.1; }
.service-problems-head > span { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.service-problem-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: min(100%,var(--content)); margin: 54px auto 0; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.service-problem-grid article { position: relative; min-height: 270px; padding: 30px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.service-problem-grid article > span { position: absolute; top: 26px; right: 26px; color: rgba(255,255,255,.35); font-size: 10px; font-weight: 800; }
.service-problem-grid article > svg { width: 27px; height: 27px; color: var(--cyan); stroke-width: 1.6; }
.service-problem-grid h3 { max-width: 250px; margin: 44px 0 12px; color: #fff; font-size: 20px; line-height: 1.3; }
.service-problem-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }

.service-blueprint { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; padding: 118px max(24px, calc((100vw - var(--content)) / 2)); background: var(--soft); }
.service-blueprint-copy { max-width: 470px; justify-self: end; }
.service-blueprint-copy > p { color: var(--pink); }
.service-blueprint-copy > span, .service-reasons-intro > span, .service-faq-intro > span { display: block; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-blueprint-copy > a { display: inline-flex; gap: 9px; align-items: center; margin-top: 30px; color: var(--blue); font-size: 13px; font-weight: 800; }
.service-blueprint-copy > a svg { width: 16px; }
.service-blueprint-flow { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-self: start; border-top: 1px solid #cbd5e3; border-left: 1px solid #cbd5e3; }
.service-blueprint-flow article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; min-height: 150px; padding: 24px; background: rgba(255,255,255,.5); border-right: 1px solid #cbd5e3; border-bottom: 1px solid #cbd5e3; }
.service-blueprint-flow article > span { color: var(--pink); font-size: 10px; font-weight: 850; }
.service-blueprint-flow h3 { margin: 0; font-size: 18px; }
.service-blueprint-flow p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.service-reasons { display: grid; grid-template-columns: .86fr 1.14fr; gap: 92px; width: min(calc(100% - (var(--pad) * 2)),var(--content)); margin: 0 auto; padding: 118px 0; }
.service-reasons-intro > p { color: var(--pink); }
.service-reasons-intro > div { display: grid; gap: 3px; margin-top: 36px; padding: 20px 0 0 24px; border-top: 1px solid var(--line); border-left: 4px solid var(--blue); }
.service-reasons-intro > div strong { font-size: 15px; }
.service-reasons-intro > div small { color: var(--muted); font-size: 11px; }
.service-reasons-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-reasons-grid article { display: grid; grid-template-columns: 28px 1fr; gap: 15px; min-height: 190px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-reasons-grid article > svg { width: 23px; color: var(--blue); stroke-width: 1.7; }
.service-reasons-grid h3 { margin: 0; font-size: 16px; line-height: 1.35; }
.service-reasons-grid p { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.service-portfolio { padding: 118px max(24px, calc((100vw - var(--content)) / 2)); background: var(--soft); }
.service-portfolio-head { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: end; width: min(100%,var(--content)); margin: 0 auto; }
.service-portfolio-head p, .service-case-study-demo > div:first-child > p { margin: 0 0 13px; color: var(--pink); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.service-portfolio-head h2, .service-case-study-demo > div:first-child > h2 { margin: 0; font-size: 48px; line-height: 1.1; }
.service-portfolio-head > div:last-child { display: grid; gap: 10px; padding: 20px 0 0 22px; border-top: 1px solid #cbd5e3; border-left: 4px solid var(--blue); }
.service-portfolio-head > div:last-child strong { display: flex; gap: 8px; align-items: center; color: var(--blue); font-size: 11px; text-transform: uppercase; }
.service-portfolio-head > div:last-child strong svg { width: 17px; }
.service-portfolio-head > div:last-child span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.service-portfolio-slider { width: min(100%,var(--content)); margin: 52px auto 0; outline: none; }
.service-portfolio-slider:focus-visible { box-shadow: 0 0 0 3px rgba(18,63,186,.18); }
.service-portfolio-track { position: relative; min-height: 500px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 24px 60px rgba(6,22,55,.1); }
.service-portfolio-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1.2fr .8fr; visibility: hidden; opacity: 0; pointer-events: none; }
.service-portfolio-slide.is-active { position: relative; visibility: visible; opacity: 1; pointer-events: auto; animation: portfolio-slide-enter .52s cubic-bezier(.22,1,.36,1) both; }
.service-portfolio-slide figure { position: relative; min-height: 500px; height: 600px; margin: 0; overflow: auto; overscroll-behavior: contain; background: #e9eef5; scrollbar-color: #9aa9bf transparent; scrollbar-width: thin; }
.service-portfolio-slide figure > img { position: relative; display: block; width: 100%; height: auto; min-height: 100%; object-fit: contain; filter: saturate(.98) contrast(1.03) brightness(1.14); transition: filter .5s ease; }
.service-portfolio-slide figure::after { position: absolute; inset: 0 0 auto; height: 100%; background: linear-gradient(180deg,rgba(6,22,55,0),rgba(6,22,55,.16)); content: ""; pointer-events: none; }
.service-portfolio-fullpage-label { position: absolute; z-index: 2; top: 16px; right: 16px; display: block; width: fit-content; padding: 7px 9px; color: var(--navy); background: rgba(255,255,255,.9); border: 1px solid rgba(205,216,234,.9); border-radius: 4px; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.service-portfolio-scroll-cue { position: absolute; z-index: 2; bottom: 18px; left: 18px; display: grid; place-items: center; width: 30px; height: 30px; color: var(--navy); background: rgba(255,255,255,.9); border: 1px solid rgba(205,216,234,.9); border-radius: 50%; transition: opacity 180ms ease, transform 180ms ease; }
.service-portfolio-scroll-cue svg { width: 15px; animation: portfolio-scroll-cue 1.5s ease-in-out infinite; }
.service-portfolio-fullpage.has-scrolled .service-portfolio-scroll-cue { opacity: 0; transform: translateY(6px); pointer-events: none; }
.service-portfolio-slide figure > b { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 7px 9px; color: var(--navy); background: var(--cyan); border-radius: 4px; font-size: 8px; text-transform: uppercase; }
.service-portfolio-copy { display: flex; flex-direction: column; justify-content: center; padding: 46px; }
.service-portfolio-copy > small { color: var(--blue); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.service-portfolio-copy h3 { margin: 9px 0 13px; font-size: 23px; }
.service-portfolio-domain { display: inline-flex; gap: 7px; align-items: center; margin: -2px 0 17px; color: #7d8ba0; font-size: 10px; }
.service-portfolio-domain svg { width: 14px; color: var(--blue); }
.service-portfolio-copy > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.service-portfolio-copy dl { display: grid; gap: 0; margin: 24px 0 0; }
.service-portfolio-copy dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.service-portfolio-copy dt { color: var(--navy); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.service-portfolio-copy dd { margin: 0; color: #65748b; font-size: 10.5px; line-height: 1.55; }
.service-portfolio-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.service-portfolio-facts > span { display: grid; gap: 5px; min-width: 0; padding: 12px 14px; background: #f7f9fc; border: 1px solid #e5eaf2; border-radius: 5px; }
.service-portfolio-facts small { color: var(--blue); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.service-portfolio-facts strong { color: var(--navy); font-size: 10px; line-height: 1.4; }
.service-portfolio-link { display: inline-flex; gap: 8px; align-items: center; align-self: flex-start; margin-top: 22px; padding: 11px 14px; color: #fff; background: var(--blue); border-radius: 4px; font-size: 10px; font-weight: 850; text-transform: uppercase; transition: background-color 180ms ease, transform 180ms ease; }
.service-portfolio-link:hover { color: #fff; background: var(--navy); transform: translateY(-2px); }
.service-portfolio-link svg { width: 16px; transition: transform 180ms ease; }
.service-portfolio-link:hover svg { transform: translate(2px,-2px); }
.service-portfolio-slide.is-active .service-portfolio-link { animation: hero-item-enter .55s .4s cubic-bezier(.22,1,.36,1) both; }
.service-portfolio-note { display: block; margin-top: 10px; color: #8490a3; font-size: 9px; line-height: 1.45; }
@keyframes portfolio-scroll-cue { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(3px); } }
.service-portfolio-controls { display: grid; grid-template-columns: 44px 1fr auto 44px; gap: 12px; align-items: center; margin-top: 18px; }
.service-portfolio-controls > button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.service-portfolio-controls > button:hover { color: #fff; background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.service-portfolio-controls > button svg { width: 18px; }
.service-portfolio-controls > div { display: flex; gap: 4px; align-items: center; }
.service-portfolio-controls > div button { position: relative; width: 30px; height: 44px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.service-portfolio-controls > div button::before { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; background: #aeb8c8; border-radius: 50%; content: ""; transform: translate(-50%,-50%); transition: width 180ms ease, background-color 180ms ease, border-radius 180ms ease; }
.service-portfolio-controls > div button[aria-selected="true"]::before { width: 24px; background: var(--blue); border-radius: 4px; }
.service-portfolio-controls > span { color: var(--muted); font-size: 10px; }
.service-portfolio-controls > span strong { color: var(--blue); font-size: 13px; }
.service-case-study-demo { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; width: min(100%,var(--content)); margin: 84px auto 0; padding: 52px; color: #fff; background: var(--navy); border-radius: 7px; }
.service-case-study-demo > div:first-child > p { color: var(--cyan); }
.service-case-study-demo > div:first-child > h2 { color: #fff; font-size: 36px; }
.service-case-study-demo > div:first-child > span { display: block; margin-top: 19px; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.75; }
.service-case-study-demo > div:last-child { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.service-case-study-demo article { min-height: 230px; padding: 24px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.service-case-study-demo article > span { color: var(--cyan); font-size: 9px; font-weight: 850; }
.service-case-study-demo h3 { margin: 55px 0 10px; color: #fff; font-size: 19px; }
.service-case-study-demo article p { margin: 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.65; }
.service-proof-policy { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; width: min(100%,var(--content)); margin: 24px auto 0; padding: 24px 28px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green); }
.service-proof-policy > svg { width: 24px; color: var(--green); }
.service-proof-policy strong { font-size: 13px; }
.service-proof-policy p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.service-comparison { margin-top: 86px; }
.service-comparison-head { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 28px; }
.service-comparison-head p { margin: 0 0 8px; color: var(--pink); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.service-comparison-head h3 { margin: 0; font-size: 30px; line-height: 1.15; }
.service-comparison-head > span { color: var(--muted); font-size: 11px; text-align: right; }
.service-comparison-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 7px; outline: none; }
.service-comparison-scroll:focus-visible { box-shadow: 0 0 0 3px rgba(18,63,186,.18); }
.service-comparison table { width: 100%; min-width: 850px; border-spacing: 0; border-collapse: separate; font-size: 12px; }
.service-comparison th, .service-comparison td { min-width: 142px; padding: 17px 18px; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-comparison th:first-child { min-width: 190px; }
.service-comparison tr:last-child > * { border-bottom: 0; }
.service-comparison tr > *:last-child { border-right: 0; }
.service-comparison thead th { color: #fff; background: var(--navy); font-family: "Manrope", "Inter", Arial, sans-serif; font-size: 12px; }
.service-comparison thead th.is-recommended { color: var(--navy); background: var(--cyan); }
.service-comparison thead small { display: block; margin-top: 3px; font-size: 8px; text-transform: uppercase; }
.service-comparison tbody th { color: var(--navy); background: var(--soft); font-weight: 750; }
.service-comparison tbody td { color: var(--muted); background: #fff; }
.service-comparison tbody td.is-recommended { color: var(--navy); background: #f1fcfd; font-weight: 720; }
.service-comparison tbody td > svg { display: inline-block; width: 15px; height: 15px; margin-right: 7px; padding: 2px; vertical-align: -3px; border-radius: 50%; }
.service-comparison tbody td.is-included > svg { color: #fff; background: var(--green); }
.service-comparison tbody td.is-not-included > svg { color: var(--muted); border: 1px solid var(--line); }
.service-comparison tbody td.is-optional > svg { color: var(--blue); }

.service-product-guide { margin-top: 104px; padding-top: 100px; border-top: 1px solid var(--line); }
.service-product-guide > .service-custom-simulations:first-child { margin-top: 0; }
.service-product-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.service-product-head p, .service-product-subhead p, .service-fit-guide > div:first-child > p, .service-annual-cost > div:first-child > p { margin: 0 0 10px; color: var(--pink); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.service-product-head h3, .service-product-subhead h3, .service-fit-guide > div:first-child > h3, .service-annual-cost > div:first-child > h3 { margin: 0; font-size: 32px; line-height: 1.18; }
.service-product-head > span, .service-product-subhead > span, .service-annual-cost > div:first-child > span { color: var(--muted); font-size: 12px; line-height: 1.75; }
.service-package-structures { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-package-structures article { position: relative; min-height: 370px; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-package-structures article.is-recommended { background: #f1fcfd; box-shadow: inset 0 4px 0 var(--cyan); }
.service-package-structures article > span { position: absolute; top: 25px; right: 24px; color: var(--pink); font-size: 10px; font-weight: 850; }
.service-package-structures article > small { display: block; max-width: 150px; min-height: 34px; color: var(--muted); font-size: 10px; }
.service-package-structures h4 { margin: 18px 0 25px; font-family: "Manrope", "Inter", Arial, sans-serif; font-size: 19px; }
.service-package-structures ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: page-structure; }
.service-package-structures li { position: relative; min-height: 42px; padding: 11px 0 10px 28px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; counter-increment: page-structure; }
.service-package-structures li::before { position: absolute; left: 0; color: var(--blue); font-size: 9px; font-weight: 850; content: counter(page-structure, decimal-leading-zero); }

.service-fit-guide { display: grid; grid-template-columns: .7fr 1.3fr; gap: 62px; margin-top: 92px; padding: 50px; background: var(--soft); border-left: 5px solid var(--blue); }
.service-fit-guide > div:last-child { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #cbd5e3; border-left: 1px solid #cbd5e3; }
.service-fit-guide article { display: grid; grid-template-columns: 25px 1fr; gap: 8px 13px; min-height: 170px; padding: 22px; border-right: 1px solid #cbd5e3; border-bottom: 1px solid #cbd5e3; }
.service-fit-guide article > svg { grid-row: 1 / span 3; width: 21px; color: var(--blue); }
.service-fit-guide article > small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.service-fit-guide article h4 { margin: 0; font-family: "Manrope", "Inter", Arial, sans-serif; font-size: 18px; }
.service-fit-guide article p { margin: 2px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.service-technical-clarity { margin-top: 94px; }
.service-product-subhead { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.service-product-subhead > span { text-align: right; }
.service-technical-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-technical-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 7px 16px; min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-technical-grid article > svg { grid-row: 1 / span 2; width: 25px; color: var(--blue); }
.service-technical-grid h4 { margin: 0; font-family: "Manrope", "Inter", Arial, sans-serif; font-size: 17px; }
.service-technical-grid p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

.service-annual-cost { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; margin-top: 94px; padding: 48px; color: #fff; background: var(--navy); border-radius: 7px; }
.service-annual-cost > div:first-child > p { color: var(--cyan); }
.service-annual-cost > div:first-child > h3 { color: #fff; }
.service-annual-cost > div:first-child > span { display: block; margin-top: 18px; color: rgba(255,255,255,.6); }
.service-annual-summary { display: grid; gap: 5px; margin-top: 28px; padding: 18px 0 0 18px; border-top: 1px solid rgba(255,255,255,.2); border-left: 3px solid var(--cyan); }
.service-annual-summary small { color: rgba(255,255,255,.5); font-size: 8px; text-transform: uppercase; }
.service-annual-summary strong { color: #fff; font-size: 11px; }
.service-annual-summary em { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 8px; font-style: normal; }
.service-annual-cost > div:last-child { border-top: 1px solid rgba(255,255,255,.2); }
.service-annual-cost article { display: grid; grid-template-columns: .75fr 1fr 1.35fr; gap: 18px; align-items: center; min-height: 78px; border-bottom: 1px solid rgba(255,255,255,.2); }
.service-annual-cost h4 { margin: 0; color: #fff; font-family: "Manrope", "Inter", Arial, sans-serif; font-size: 13px; }
.service-annual-cost article > strong { color: var(--cyan); font-size: 12px; }
.service-annual-cost article > p { margin: 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.6; }

.service-custom-simulations { margin-top: 94px; }
.service-custom-simulations .service-product-subhead {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  grid-template-rows: auto auto;
  column-gap: 70px;
  row-gap: 8px;
  align-items: end;
}
.service-custom-simulations .service-product-subhead > p { grid-column: 1; grid-row: 1; margin-bottom: 0; }
.service-custom-simulations .service-product-subhead > h3 { grid-column: 1; grid-row: 2; }
.service-custom-simulations .service-product-subhead > span { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
.service-custom-simulations > div:last-child { margin-top: 34px; border-top: 1px solid var(--line); }
.service-custom-simulations article { display: grid; grid-template-columns: 42px 1fr 190px; gap: 18px; align-items: center; min-height: 112px; padding: 20px 8px; border-bottom: 1px solid var(--line); }
.service-custom-simulations article > svg { width: 25px; color: var(--blue); }
.service-custom-simulations h4 { margin: 0; font-family: "Manrope", "Inter", Arial, sans-serif; font-size: 18px; }
.service-custom-simulations article p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.service-custom-simulations article > div:last-child { display: grid; justify-items: end; gap: 4px; }
.service-custom-simulations article > div:last-child strong { color: var(--blue); font-size: 15px; }
.service-custom-simulations article > div:last-child small { color: var(--muted); font-size: 10px; }

.service-faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; padding: 118px max(24px, calc((100vw - var(--content)) / 2)); background: var(--navy); color: #fff; }
.service-faq-intro { max-width: 440px; justify-self: end; }
.service-faq-intro > span { color: rgba(255,255,255,.65); }
.service-faq-intro > a { display: inline-flex; gap: 9px; align-items: center; justify-content: center; min-height: 50px; margin-top: 30px; padding: 0 18px; color: var(--navy); background: var(--cyan); border-radius: 6px; font-size: 12px; font-weight: 800; }
.service-faq-intro > a svg { width: 16px; }
.service-faq-list { border-top: 1px solid rgba(255,255,255,.2); }
.service-faq-list details { border-bottom: 1px solid rgba(255,255,255,.2); }
.service-faq-list summary { display: grid; grid-template-columns: 38px 1fr 24px; gap: 14px; align-items: center; min-height: 78px; cursor: pointer; list-style: none; }
.service-faq-list summary::-webkit-details-marker { display: none; }
.service-faq-list summary > span { color: var(--cyan); font-size: 10px; font-weight: 850; }
.service-faq-list summary > strong { color: #fff; font-size: 14px; }
.service-faq-list summary > svg { width: 18px; color: var(--cyan); transition: transform 180ms ease; }
.service-faq-list details[open] summary > svg { transform: rotate(45deg); }
.service-faq-list details > p { margin: 0; padding: 0 38px 24px 52px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.75; }
.service-faq-list details[open] > p { animation: faq-answer-enter .3s cubic-bezier(.22,1,.36,1) both; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s ease var(--reveal-delay,0ms), transform .6s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.service-problem-grid > [data-reveal]:nth-child(2), .service-reasons-grid > [data-reveal]:nth-child(2), .service-package-grid > [data-reveal]:nth-child(2), .service-technical-grid > [data-reveal]:nth-child(2) { --reveal-delay: 70ms; }
.service-problem-grid > [data-reveal]:nth-child(3), .service-reasons-grid > [data-reveal]:nth-child(3), .service-package-grid > [data-reveal]:nth-child(3), .service-technical-grid > [data-reveal]:nth-child(3) { --reveal-delay: 140ms; }
.service-problem-grid > [data-reveal]:nth-child(4), .service-reasons-grid > [data-reveal]:nth-child(4), .service-package-grid > [data-reveal]:nth-child(4), .service-technical-grid > [data-reveal]:nth-child(4) { --reveal-delay: 210ms; }
.service-value, .service-scope, .service-process, .service-related { width: min(calc(100% - (var(--pad) * 2)), var(--content)); margin: 0 auto; padding: 118px 0; }
.service-value { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.service-value > div:first-child > p, .service-scope-copy > p, .service-section-head > p { margin: 0 0 13px; color: var(--pink); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.service-value h2, .service-scope h2, .service-section-head h2, .service-final-cta h2 { margin: 0; font-size: 48px; font-weight: 770; line-height: 1.1; }
.service-value > div:first-child > span, .service-scope-copy > span { display: block; margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-outcomes { border-top: 1px solid var(--line); }
.service-outcomes article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); }
.service-outcomes span { color: var(--pink); font-size: 11px; font-weight: 800; }
.service-outcomes h3 { margin: 0; font-size: 23px; }
.service-outcomes article > p { grid-column: 2; margin: -8px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.service-scope { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding-right: max(24px, calc((100vw - var(--content)) / 2)); padding-left: max(24px, calc((100vw - var(--content)) / 2)); width: 100%; max-width: none; background: var(--soft); }
.service-scope-copy { max-width: 520px; justify-self: end; }
.service-scope-copy > a { display: inline-flex; gap: 8px; align-items: center; margin-top: 28px; color: var(--blue); font-size: 13px; font-weight: 780; }
.service-scope-copy svg { width: 16px; }
.service-scope > ul { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid #c9d2e0; list-style: none; }
.service-scope li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: center; min-height: 82px; border-bottom: 1px solid #c9d2e0; font-size: 15px; font-weight: 720; }
.service-scope li svg { width: 25px; height: 25px; padding: 5px; color: #fff; background: var(--green); border-radius: 50%; }

.service-section-head { max-width: 760px; }
.service-section-head > span { display: block; margin-top: 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-process > div:last-child { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-company-profile .service-process > div:last-child { position: relative; }
.page-company-profile .service-process.is-visible > div:last-child { border-top-color: transparent; }
.page-company-profile .service-process.is-visible > div:last-child::before { position: absolute; z-index: 1; top: -1px; left: 0; width: 100%; height: 2px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: left center; animation: process-line-enter 1.1s .22s cubic-bezier(.22,1,.36,1) both; }
.service-process article { min-height: 230px; padding: 30px 25px; border-right: 1px solid var(--line); }
.service-process article { transition: background-color 220ms ease, transform 220ms ease; }
.service-process article:hover { background: var(--soft); transform: translateY(-4px); }
.service-process article:last-child { border-right: 0; }
.service-process article > span { color: var(--pink); font-size: 11px; font-weight: 800; }
.service-process h3 { margin: 48px 0 0; font-size: 20px; line-height: 1.3; }
.service-process article p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.service-related { padding-top: 20px; }
.service-related > div:last-child { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-related a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 110px; padding: 22px; border-right: 1px solid var(--line); font-size: 15px; font-weight: 750; transition: color 200ms ease, background-color 200ms ease; }
.service-related a:last-child { border-right: 0; }
.service-related a:hover { color: var(--blue); background: var(--soft); }
.service-related svg { width: 19px; }

.service-final-cta { width: min(calc(100% - (var(--pad) * 2)), var(--content)); margin: 20px auto 110px; padding: 68px; color: #fff; background: var(--blue); border-radius: 8px; }
.service-final-cta > p { margin: 0 0 12px; color: var(--cyan); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.service-final-cta h2 { max-width: 820px; color: #fff; }
.service-final-cta > span { display: block; margin-top: 17px; color: rgba(255,255,255,.82); }
.service-final-cta > div { display: flex; gap: 14px; margin-top: 30px; }
.service-final-cta a { display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 7px; font-size: 13px; font-weight: 780; }
.service-final-cta a:first-child { color: var(--navy); background: var(--cyan); border-color: var(--cyan); }
.service-final-cta svg { width: 17px; }

.service-footer { display: flex; justify-content: space-between; gap: 30px; padding: 38px max(28px, calc((100vw - var(--content)) / 2)); background: var(--navy); color: #fff; }
.service-footer > div { display: grid; gap: 5px; }
.service-footer > div:last-child { text-align: right; }
.service-footer span, .service-footer a { color: rgba(255,255,255,.72); font-size: 12px; }
.service-mobile-dock { display: none; }
.brief-dialog-open { overflow: hidden; }
.service-brief-dialog { width: min(calc(100% - 32px),980px); max-height: calc(100dvh - 32px); padding: 0; overflow: auto; color: var(--navy); background: #fff; border: 0; border-radius: 8px; box-shadow: 0 36px 100px rgba(3,13,37,.35); }
.service-brief-dialog::backdrop { background: rgba(3,13,37,.74); backdrop-filter: blur(6px); }
.service-brief-shell { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 610px; }
.service-brief-intro { padding: 48px 38px; color: #fff; background: var(--navy); }
.service-brief-intro > span { color: var(--cyan); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.service-brief-intro h2 { margin: 16px 0 0; color: #fff; font-size: 34px; line-height: 1.15; }
.service-brief-intro > p { margin: 20px 0 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.7; }
.service-brief-intro > div { display: grid; grid-template-columns: 28px 1fr; gap: 13px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.service-brief-intro > div svg { width: 21px; color: var(--cyan); }
.service-brief-intro > div span { display: grid; gap: 4px; }
.service-brief-intro > div strong { color: #fff; font-size: 12px; }
.service-brief-intro > div small { color: rgba(255,255,255,.58); font-size: 10px; }
.service-brief-form { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 16px; align-content: start; padding: 48px 40px 34px; }
.service-brief-close { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; color: var(--muted); background: var(--soft); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.service-brief-close svg { width: 17px; }
.service-brief-form > label { display: grid; gap: 7px; min-width: 0; }
.service-brief-form > label > span, .service-brief-form legend { color: var(--navy); font-size: 10px; font-weight: 800; }
.service-brief-form label span small { color: var(--muted); font-weight: 500; }
.service-brief-form input, .service-brief-form select, .service-brief-form textarea { width: 100%; min-width: 0; color: var(--navy); background: #fff; border: 1px solid #cbd5e3; border-radius: 5px; font: inherit; font-size: 12px; }
.service-brief-form input, .service-brief-form select { height: 43px; padding: 0 12px; }
.service-brief-form textarea { min-height: 64px; padding: 10px 12px; resize: vertical; }
.service-brief-form input:focus, .service-brief-form select:focus, .service-brief-form textarea:focus { border-color: var(--blue); outline: 3px solid rgba(18,63,186,.12); }
.service-brief-form fieldset { grid-column: 1 / -1; min-width: 0; margin: 2px 0 0; padding: 12px 14px 14px; border: 1px solid var(--line); border-radius: 5px; }
.service-brief-form fieldset > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px 12px; margin-top: 6px; }
.service-brief-form fieldset label { display: flex; gap: 7px; align-items: center; min-width: 0; color: var(--muted); font-size: 10px; }
.service-brief-form fieldset input { flex: 0 0 auto; width: 15px; height: 15px; margin: 0; accent-color: var(--blue); }
.service-brief-form .is-full, .service-brief-submit { grid-column: 1 / -1; }
.service-brief-submit { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 3px; padding-top: 16px; border-top: 1px solid var(--line); }
.service-brief-submit > small { max-width: 190px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.service-brief-submit > button { display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-height: 46px; padding: 0 17px; color: #fff; background: var(--blue); border: 0; border-radius: 6px; cursor: pointer; font-size: 11px; font-weight: 800; }
.service-brief-submit > button svg { width: 17px; }

@media (min-width: 621px) {
  .page-company-profile .service-problems,
  .page-company-profile .service-blueprint,
  .page-company-profile .service-portfolio,
  .page-company-profile .service-faq { padding-top: 90px; padding-bottom: 90px; }
  .page-company-profile .service-packages,
  .page-company-profile .service-reasons,
  .page-company-profile .service-process,
  .page-company-profile .service-maintenance { padding-top: 90px; padding-bottom: 90px; }
  .page-company-profile .service-terms { padding-top: 86px; padding-bottom: 86px; }
  .page-company-profile .service-packages { padding-top: 64px; }
  .page-company-profile .service-maintenance-grid article { min-height: 430px; }
}

/* Shared live chat on service pages */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.live-chat{position:fixed;right:24px;bottom:22px;z-index:120;font-family:var(--font-body,Inter,sans-serif);color:#172642}.live-chat-panel{position:absolute;right:0;bottom:76px;display:flex;flex-direction:column;width:min(390px,calc(100vw - 32px));height:min(620px,calc(100vh - 118px));overflow:hidden;visibility:hidden;opacity:0;background:#f6f8fc;border:1px solid #dce3ef;border-radius:8px;box-shadow:0 30px 80px rgba(8,24,55,.3);transform:translateY(24px) scale(.94);transform-origin:right bottom;transition:opacity 220ms ease,transform 360ms ease,visibility 220ms ease}.live-chat.is-open .live-chat-panel{visibility:visible;opacity:1;transform:none}.live-chat-head{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:15px 16px;color:#fff;background:#101e3d}.live-chat-brand{display:flex;gap:11px;align-items:center;min-width:0}.live-chat-logo{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;background:#fff;border-radius:7px}.live-chat-logo img{width:29px;height:29px}.live-chat-brand>span:last-child{display:grid;gap:4px}.live-chat-brand strong{color:#fff;font-size:14px;font-weight:610}.live-chat-brand small{display:flex;gap:6px;align-items:center;color:rgba(231,238,250,.7);font-size:9px}.live-chat-brand small i{width:7px;height:7px;background:#43dc9b;border-radius:50%;animation:service-chat-online 2.2s ease-out infinite}.live-chat-head>button{display:grid;place-items:center;width:32px;height:32px;padding:0;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:6px;cursor:pointer}.live-chat-progress{display:grid;grid-template-columns:74px 1fr;gap:10px;align-items:center;padding:10px 17px;color:#6e7a90;background:#fff;border-bottom:1px solid #e3e8f0}.live-chat-progress>span{position:relative;height:2px;overflow:hidden;background:#e4e8f0}.live-chat-progress>span:after{position:absolute;inset:0;background:linear-gradient(90deg,transparent,#3156d6,#e526d4,transparent);content:"";animation:service-chat-scan 2.5s ease-in-out infinite}.live-chat-progress small{font-size:9px}.live-chat-feed{display:flex;flex:1;flex-direction:column;gap:13px;min-height:0;padding:18px 16px 12px;overflow-y:auto}.chat-message{display:flex;gap:8px;align-items:flex-end;animation:service-chat-in 360ms ease both}.chat-avatar{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;color:#fff;background:#3156a5;border-radius:6px}.chat-avatar svg{width:14px}.chat-message>div{display:grid;gap:5px;max-width:82%;padding:11px 12px;background:#fff;border:1px solid #e0e6ef;border-radius:7px 7px 7px 2px}.chat-message small{color:#3156a5;font-size:9px}.chat-message p{margin:0;color:#445168;font-size:11px;line-height:1.55}.chat-message time{color:#919aad;font-size:8px}.chat-message-user{justify-content:flex-end}.chat-message-user>div{background:#3156a5;border-color:#3156a5;border-radius:7px 7px 2px 7px}.chat-message-user p,.chat-message-user time{color:#fff}.live-chat-quick{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;padding:0 16px 12px}.live-chat-quick button{display:flex;gap:7px;align-items:center;min-height:37px;padding:7px 9px;color:#33435f;background:#fff;border:1px solid #dce3ed;border-radius:6px;cursor:pointer;font-size:9px;text-align:left}.live-chat-quick button:hover{color:#214b9e;background:#eef3ff}.live-chat-quick svg{width:14px;color:#b82ac6}.live-chat-typing{display:none;gap:4px;align-items:center;padding:1px 17px 10px;color:#7f899b}.live-chat-typing.is-visible{display:flex}.live-chat-typing>span{width:5px;height:5px;background:#3156a5;border-radius:50%;animation:service-chat-dot 1s ease-in-out infinite}.live-chat-typing small{margin-left:4px;font-size:8px}.live-chat-compose{display:grid;grid-template-columns:1fr 38px;gap:8px;padding:11px 12px;background:#fff;border-top:1px solid #e0e6ef}.live-chat-compose input{width:100%;height:38px;padding:0 12px;background:#f7f9fc;border:1px solid #dce3ed;border-radius:6px;font-size:11px}.live-chat-compose button{display:grid;place-items:center;width:38px;height:38px;color:#fff;background:linear-gradient(135deg,#3156a5,#b82ac6);border:0;border-radius:6px;cursor:pointer}.live-chat-privacy{display:flex;gap:6px;align-items:center;justify-content:center;padding:0 12px 10px;color:#8892a4;background:#fff;font-size:8px}.live-chat-privacy svg{width:11px;color:#32a977}.live-chat-toggle{position:relative;display:grid;place-items:center;width:60px;height:60px;margin-left:auto;padding:0;color:#fff;background:linear-gradient(145deg,#3156d6,#b82ac6 68%,#e526a7);border:1px solid rgba(255,255,255,.7);border-radius:50%;cursor:pointer;box-shadow:0 15px 34px rgba(88,54,190,.34);transition:transform 260ms ease}.live-chat-toggle:hover{transform:translateY(-3px) scale(1.05)}.live-chat-toggle svg{position:absolute;width:25px;height:25px}.live-chat-icon-close{opacity:0}.live-chat.is-open .live-chat-icon-open{opacity:0}.live-chat.is-open .live-chat-icon-close{opacity:1}.live-chat-toggle b{position:absolute;top:-3px;right:-2px;display:grid;place-items:center;width:20px;height:20px;color:#fff;background:#e52669;border:2px solid #fff;border-radius:50%;font-size:9px}.live-chat.is-open .live-chat-toggle b{opacity:0}.live-chat-toggle-ring{position:absolute;inset:-7px;border:1px solid rgba(184,42,198,.42);border-radius:50%;animation:service-chat-ring 2.7s ease-out infinite}.live-chat-teaser{position:absolute;right:72px;bottom:7px;display:grid;width:max-content;max-width:220px;padding:9px 12px;visibility:hidden;opacity:0;background:#fff;border:1px solid #dce3ed;border-radius:6px;box-shadow:0 12px 28px rgba(16,37,76,.16);transform:translateX(12px);transition:opacity 220ms ease,transform 300ms ease,visibility 220ms ease}.live-chat-teaser.is-visible{visibility:visible;opacity:1;transform:none}.live-chat-teaser.is-hidden{visibility:hidden;opacity:0}.live-chat-teaser strong{color:#263650;font-size:11px}.live-chat-teaser small{color:#7b8597;font-size:9px}.chat-message-actions{display:flex;gap:6px;margin-top:3px}.chat-message-actions a{display:inline-flex;gap:5px;align-items:center;padding:7px 9px;color:#fff;background:#3156a5;border-radius:5px;font-size:9px;text-decoration:none}.chat-message-actions a:last-child{background:#1aa968}.chat-message-actions svg{width:13px}
.live-chat .chat-message-user > div{background:#2f56aa;border-color:#2f56aa;box-shadow:0 9px 20px rgba(30,63,139,.22)}
.live-chat .chat-message-user p{color:#fff;font-size:12px;font-weight:580;line-height:1.5}
.live-chat .chat-message-user time{color:rgba(255,255,255,.82);font-size:8.5px;font-weight:500;text-align:right}
@keyframes service-chat-online{0%{box-shadow:0 0 0 0 rgba(67,220,155,.42)}70%,100%{box-shadow:0 0 0 7px rgba(67,220,155,0)}}@keyframes service-chat-scan{0%{transform:translateX(-110%)}70%,100%{transform:translateX(110%)}}@keyframes service-chat-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes service-chat-dot{0%,60%,100%{opacity:.32}30%{opacity:1;transform:translateY(-3px)}}@keyframes service-chat-ring{0%{opacity:.65;transform:scale(.82)}75%,100%{opacity:0;transform:scale(1.28)}}
@media (max-width:720px){.live-chat{right:14px;bottom:14px}.live-chat-panel{position:fixed;right:10px;bottom:82px;left:10px;width:auto;height:min(620px,calc(100dvh - 98px));transform-origin:right bottom}.live-chat-toggle{width:56px;height:56px}.live-chat-teaser{display:none}}@media (prefers-reduced-motion:reduce){.live-chat-panel,.live-chat-toggle,.chat-message{transition:none}.live-chat-brand small i,.live-chat-progress>span:after,.live-chat-typing>span,.live-chat-toggle-ring{animation:none}}

/* Category identities: each business concept receives its own composition. */
.theme-webapp .service-hero-overlay { background: rgba(2,20,48,.8); }
.theme-webapp .service-hero-content { max-width: var(--content); }
.theme-webapp .service-facts { border-top: 4px solid var(--blue); }
.theme-webapp .service-outcomes article { padding-left: 18px; box-shadow: inset 3px 0 0 var(--blue); }

.theme-commerce .service-hero-content, .theme-ui .service-hero-content { text-align: center; }
.theme-commerce .service-hero h1, .theme-ui .service-hero h1, .theme-commerce .service-hero-content > span, .theme-ui .service-hero-content > span { margin-right: auto; margin-left: auto; }
.theme-commerce .service-hero-actions, .theme-ui .service-hero-actions { justify-content: center; }
.theme-commerce .service-breadcrumb, .theme-ui .service-breadcrumb { justify-content: center; }
.theme-commerce .service-facts > div:first-child, .theme-ui .service-facts > div:first-child { color: var(--blue); }
.theme-commerce .service-hero-symbol, .theme-ui .service-hero-symbol { right: 42px; bottom: 36px; opacity: .52; }

.theme-care .service-hero > img { filter: grayscale(.35) contrast(1.08); }
.theme-care .service-hero-overlay { background: rgba(24,8,19,.78); }
.theme-care .service-scope { background: #faf4f6; }
.theme-care .service-process { border-top: 5px solid var(--blue); }

.theme-automation .service-hero-overlay { background: rgba(0,34,40,.76); }
.theme-automation .service-facts { margin-top: -18px; position: relative; z-index: 2; background: #fff; box-shadow: 0 16px 34px rgba(6,22,55,.1); border-bottom: 0; }
.theme-automation .service-facts > div:first-child { padding-left: 24px; }
.theme-automation .service-value { padding-top: 136px; }

.theme-mobile .service-hero-content { text-align: right; }
.theme-mobile .service-hero h1, .theme-mobile .service-hero-content > span { margin-left: auto; }
.theme-mobile .service-hero-actions { justify-content: flex-end; }
.theme-mobile .service-breadcrumb { justify-content: flex-end; }
.theme-mobile .service-scope li svg { border-radius: 7px; }
.theme-mobile .service-hero-symbol { right: auto; left: max(28px, calc((100vw - var(--content)) / 2)); justify-items: start; }

.theme-ui .service-hero-overlay { background: rgba(28,5,34,.72); }
.theme-ui .service-hero h1 { max-width: 1050px; font-size: 78px; }
.theme-ui .service-outcomes article { min-height: 132px; padding: 20px; background: var(--soft); border: 8px solid #fff; }

.theme-integration .service-hero > img { filter: saturate(.6) contrast(1.12); }
.theme-integration .service-hero-overlay { background: rgba(0,27,42,.82); }
.theme-integration .service-facts { width: 100%; max-width: none; padding-right: max(24px, calc((100vw - var(--content)) / 2)); padding-left: max(24px, calc((100vw - var(--content)) / 2)); color: #fff; background: var(--navy); border: 0; }
.theme-integration .service-facts > div { border-color: rgba(255,255,255,.16); }
.theme-integration .service-facts small { color: rgba(255,255,255,.62); }

.theme-product .service-hero-overlay { background: rgba(34,21,3,.72); }
.theme-product .service-value { padding: 90px 60px; margin-top: 90px; margin-bottom: 90px; background: var(--soft); border: 1px solid #eadfce; border-radius: 8px; }
.theme-product .service-related a { background: var(--soft); border: 8px solid #fff; }

.theme-consulting .service-hero-overlay { background: rgba(7,19,45,.67); }
.theme-consulting .service-hero-content { max-width: 850px; margin-left: max(24px, calc((100vw - var(--content)) / 2)); }
.theme-consulting .service-value { grid-template-columns: 1.1fr .9fr; }
.theme-consulting .service-final-cta { background: var(--navy); border-left: 8px solid var(--blue); }
.theme-consulting .service-hero-symbol { right: 44px; top: 115px; bottom: auto; }

/* Per-service layout variations inside each category identity. */
.layout-2 .service-value { grid-template-columns: 1.08fr .92fr; }
.layout-2 .service-outcomes article { grid-template-columns: 1fr 48px; }
.layout-2 .service-outcomes article > span { order: 2; text-align: right; }
.layout-3 .service-scope-copy { order: 2; justify-self: start; }
.layout-3 .service-scope > ul { order: 1; }
.layout-4 .service-process > div:last-child { grid-template-columns: repeat(2,1fr); }
.layout-4 .service-process article:nth-child(2) { border-right: 0; }
.layout-4 .service-process article:nth-child(n+3) { border-top: 1px solid var(--line); }
.layout-4 .service-related > div:last-child { gap: 14px; border: 0; }
.layout-4 .service-related a { background: var(--soft); border: 1px solid var(--line); border-radius: 7px; }

@keyframes hero-image-enter { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes hero-copy-enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-symbol-enter { from { opacity: 0; transform: translateY(18px) rotate(-5deg) scale(.9); } to { opacity: .82; transform: translateY(0) rotate(0) scale(1); } }
@keyframes hero-frame-enter { from { opacity: 0; transform: rotate(7deg) scale(.82) translateX(20px); } to { opacity: 1; transform: rotate(7deg) scale(.94) translateX(0); } }
@keyframes hero-scan-enter { 0% { opacity: 0; transform: translateX(-100%); } 18%, 72% { opacity: .72; } 100% { opacity: 0; transform: translateX(150%); } }
@keyframes hero-item-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nav-enter { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nav-item-enter { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nav-cta-enter { from { opacity: 0; transform: translateY(-8px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes faq-answer-enter { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes portfolio-slide-enter { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }
@keyframes feature-row-enter { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: translateX(0); } }
@keyframes process-line-enter { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes flash-surface { 0%, 100% { box-shadow: 0 20px 46px rgba(170,48,32,.2); } 50% { box-shadow: 0 24px 56px rgba(170,48,32,.3); } }

@media (max-width: 900px) {
  .service-nav nav { display: none; }
  .service-nav { grid-template-columns: 1fr auto; }
  .service-hero h1 { font-size: 54px; }
  .service-hero-slide h2 { font-size: 54px; }
  .service-hero::before { right: 24px; width: 170px; }
  .service-hero::after { width: 42vw; }
  .service-hero-symbol svg { width: 110px; height: 110px; }
  .service-facts { grid-template-columns: repeat(2,1fr); }
  .service-facts > div:nth-child(2) { border-right: 0; }
  .service-facts > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-value, .service-scope { grid-template-columns: 1fr; gap: 48px; }
  .service-packages-head { grid-template-columns: 1fr; gap: 24px; }
  .service-flash-sale, .service-maintenance-head { grid-template-columns: 1fr; gap: 28px; }
  .service-flash-meta { justify-items: start; }
  .service-flash-meta > small { text-align: left; }
  .service-maintenance-grid { grid-template-columns: 1fr; }
  .service-maintenance-grid article { min-height: 0; }
  .service-package-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-package { padding: 34px; }
  .service-problems-head, .service-blueprint, .service-reasons, .service-faq { grid-template-columns: 1fr; gap: 48px; }
  .service-problem-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-blueprint-copy, .service-faq-intro { max-width: 680px; justify-self: start; }
  .service-reasons-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-comparison-head { grid-template-columns: 1fr; gap: 12px; }
  .service-comparison-head > span { text-align: left; }
  .service-product-head, .service-product-subhead, .service-fit-guide, .service-annual-cost { grid-template-columns: 1fr; gap: 28px; }
  .service-custom-simulations .service-product-subhead { grid-template-columns: 1fr; grid-template-rows: auto; gap: 10px; }
  .service-custom-simulations .service-product-subhead > p,
  .service-custom-simulations .service-product-subhead > h3,
  .service-custom-simulations .service-product-subhead > span { grid-column: 1; grid-row: auto; text-align: left; }
  .service-package-structures { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-product-subhead > span { text-align: left; }
  .service-portfolio-head, .service-case-study-demo { grid-template-columns: 1fr; }
  .service-portfolio-slide { grid-template-columns: 1fr; }
  .service-portfolio-track, .service-portfolio-slide figure { min-height: 440px; }
  .layout-2 .service-value, .theme-consulting .service-value { grid-template-columns: 1fr; }
  .layout-3 .service-scope-copy, .layout-3 .service-scope > ul { order: initial; }
  .service-scope-copy { justify-self: start; }
  .service-process > div:last-child { grid-template-columns: repeat(2,1fr); }
  .service-process article:nth-child(2) { border-right: 0; }
  .service-process article:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .service-nav { min-height: 70px; padding: 12px 18px; }
  .service-logo strong { display: block; max-width: 170px; overflow: hidden; color: var(--navy); font-size: 13px; font-weight: 650; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
  .service-nav-cta span { display: none; }
  .service-logo > span { width: 46px; height: 38px; }
  .service-nav-cta { width: 44px; min-height: 44px; padding: 0; }
  .service-brief-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .service-brief-shell { grid-template-columns: 1fr; min-height: 0; }
  .service-brief-intro { padding: 30px 24px 24px; }
  .service-brief-intro h2 { max-width: 280px; margin-top: 10px; font-size: 27px; }
  .service-brief-intro > p { margin-top: 12px; }
  .service-brief-intro > div { margin-top: 20px; padding-top: 16px; }
  .service-brief-form { grid-template-columns: 1fr; gap: 13px; padding: 42px 20px 24px; }
  .service-brief-form fieldset, .service-brief-form .is-full, .service-brief-submit { grid-column: 1; }
  .service-brief-form fieldset > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-brief-submit { align-items: stretch; flex-direction: column; gap: 10px; }
  .service-brief-submit > small { max-width: none; }
  .has-mobile-dock { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .service-mobile-dock { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); min-height: calc(64px + env(safe-area-inset-bottom)); padding: 0 8px env(safe-area-inset-bottom); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(6,22,55,.12); backdrop-filter: blur(14px); }
  .service-mobile-dock a { display: grid; place-items: center; align-content: center; gap: 3px; min-width: 0; color: var(--muted); font-size: 9px; font-weight: 750; }
  .service-mobile-dock a.is-active { color: var(--blue); }
  .service-mobile-dock a svg { width: 19px; height: 19px; }
  .service-mobile-dock a.is-primary { margin: 7px 0; color: #fff; background: var(--blue); border-radius: 6px; }
  .service-hero { min-height: 620px; }
  .service-hero-slider { min-height: 740px; }
  .service-hero-content { padding: 58px 0 54px; }
  .service-hero-slider .service-hero-content { padding-bottom: 102px; }
  .service-breadcrumb { margin-bottom: 42px; }
  .service-hero h1 { font-size: 42px; }
  .service-hero-slide h2 { font-size: 42px; }
  .service-hero-symbol { top: 24px; right: 18px; bottom: auto; left: auto; opacity: .46; }
  .service-hero-symbol svg { width: 72px; height: 72px; }
  .service-hero-symbol span { display: none; }
  .service-hero-slider .service-hero-symbol { top: 24px; bottom: auto; }
  .service-slider-controls { right: auto; bottom: 20px; left: 23px; }
  .service-slider-controls > button { width: 40px; height: 40px; }
  .theme-ui .service-hero h1 { font-size: 42px; }
  .theme-mobile .service-hero-content, .theme-commerce .service-hero-content, .theme-ui .service-hero-content { text-align: left; }
  .theme-mobile .service-hero h1, .theme-mobile .service-hero-content > span, .theme-commerce .service-hero h1, .theme-ui .service-hero h1, .theme-commerce .service-hero-content > span, .theme-ui .service-hero-content > span { margin-right: 0; margin-left: 0; }
  .theme-mobile .service-hero-actions, .theme-commerce .service-hero-actions, .theme-ui .service-hero-actions { justify-content: flex-start; }
  .theme-mobile .service-breadcrumb, .theme-commerce .service-breadcrumb, .theme-ui .service-breadcrumb { justify-content: flex-start; }
  .service-hero-content > span { font-size: 15px; }
  .service-hero-actions { align-items: stretch; flex-direction: column; }
  .service-facts { grid-template-columns: 1fr; }
  .service-facts > div, .service-facts > div:first-child { min-height: 84px; padding: 20px 0; border-right: 0; border-top: 1px solid var(--line); }
  .service-facts > div:first-child { border-top: 0; }
  .service-value, .service-process, .service-related { padding: 76px 0; }
  .service-packages { padding: 76px 0 82px; }
  .service-flash-sale { margin-bottom: 64px; padding: 26px 22px; }
  .service-flash-copy h2 { font-size: 25px; }
  .service-countdown { gap: 5px; width: 100%; }
  .service-countdown > div { width: 49px; }
  .service-packages-head { margin-bottom: 32px; }
  .service-packages-head h2 { font-size: 35px; }
  .service-package-grid { display: flex; gap: 14px; align-items: flex-start; margin-right: -24px; padding-right: 24px; overflow-x: auto; scroll-padding-left: 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .service-package { flex: 0 0 min(84vw,320px); padding: 30px 24px; scroll-snap-align: start; }
  .service-package-top { min-height: 0; }
  .service-package-price h3 { font-size: 34px; }
  .service-package-top > small { position: static; display: inline-block; margin-bottom: 20px; }
  .service-terms { padding-top: 76px; padding-bottom: 76px; }
  .service-terms-grid { grid-template-columns: 1fr; }
  .service-terms details > div { padding-left: 22px; }
  .service-maintenance { padding: 76px 0; }
  .service-maintenance-head { gap: 24px; }
  .service-maintenance-head h2 { font-size: 35px; }
  .service-problems, .service-blueprint, .service-reasons, .service-faq { padding-top: 76px; padding-bottom: 76px; }
  .service-problems-head h2, .service-blueprint-copy h2, .service-reasons-intro h2, .service-faq-intro h2 { font-size: 35px; }
  .service-problems-head { gap: 24px; }
  .service-problem-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .service-problem-grid article { display: grid; grid-template-columns: 28px 1fr; gap: 0 14px; min-height: 0; padding: 25px 23px 28px; }
  .service-problem-grid article > svg { grid-row: 1 / span 2; }
  .service-problem-grid h3 { margin: 0; }
  .service-problem-grid p { grid-column: 2; margin-top: 9px; }
  .service-blueprint { gap: 40px; }
  .service-blueprint-flow, .service-reasons-grid { grid-template-columns: 1fr; }
  .service-blueprint-flow article { min-height: 130px; padding: 21px; }
  .service-reasons { gap: 42px; }
  .service-reasons-grid article { min-height: 0; padding: 23px; }
  .service-portfolio { padding-top: 76px; padding-bottom: 76px; }
  .service-portfolio-head { gap: 28px; }
  .service-portfolio-head h2 { font-size: 35px; }
  .service-portfolio-slider { margin-top: 38px; }
  .service-portfolio-track { min-height: 610px; }
  .service-portfolio-slide { min-height: 610px; }
  .service-portfolio-slide { grid-template-columns: 1fr; }
  .service-portfolio-slide figure { order: 2; min-height: 0; height: 320px; }
  .service-portfolio-slide .service-portfolio-copy { order: 1; }
  .service-portfolio-copy { padding: 26px 22px; }
  .service-portfolio-copy dl > div { grid-template-columns: 88px 1fr; }
  .service-portfolio-controls { grid-template-columns: 44px 1fr auto 44px; gap: 7px; }
  .service-portfolio-controls > div button { width: 22px; }
  .service-case-study-demo { gap: 38px; margin-top: 58px; padding: 34px 23px; }
  .service-case-study-demo > div:first-child > h2 { font-size: 30px; }
  .service-case-study-demo > div:last-child { grid-template-columns: 1fr; }
  .service-case-study-demo article { min-height: 0; padding: 23px; }
  .service-case-study-demo h3 { margin-top: 28px; }
  .service-proof-policy { grid-template-columns: 30px 1fr; padding: 22px 19px; }
  .service-comparison { margin-top: 62px; }
  .service-comparison-head h3 { font-size: 26px; }
  .service-comparison-scroll { margin-right: -24px; border-right: 0; border-radius: 6px 0 0 6px; }
  .service-comparison th:first-child { position: sticky; z-index: 2; left: 0; box-shadow: 8px 0 14px rgba(6,22,55,.06); }
  .service-comparison thead th:first-child { z-index: 3; background: var(--navy); }
  .service-product-guide { margin-top: 74px; padding-top: 70px; }
  .service-product-head h3, .service-product-subhead h3, .service-fit-guide > div:first-child > h3, .service-annual-cost > div:first-child > h3 { font-size: 27px; }
  .service-package-structures { display: flex; gap: 12px; margin-right: -24px; padding-right: 24px; overflow-x: auto; scroll-snap-type: x mandatory; border-left: 0; }
  .service-package-structures article { flex: 0 0 min(82vw,310px); min-height: 350px; border-left: 1px solid var(--line); scroll-snap-align: start; }
  .service-fit-guide { margin-top: 72px; padding: 30px 22px; }
  .service-fit-guide > div:last-child { grid-template-columns: 1fr; }
  .service-fit-guide article { min-height: 0; }
  .service-technical-clarity, .service-annual-cost, .service-custom-simulations { margin-top: 72px; }
  .service-technical-grid { grid-template-columns: 1fr; }
  .service-technical-grid article { min-height: 0; padding: 24px 20px; }
  .service-annual-cost { padding: 30px 22px; }
  .service-annual-cost article { grid-template-columns: 1fr; gap: 6px; padding: 17px 0; }
  .service-custom-simulations article { grid-template-columns: 32px 1fr; gap: 12px; padding: 21px 4px; }
  .service-custom-simulations article > div:last-child { grid-column: 2; justify-items: start; }
  .service-faq { gap: 44px; }
  .service-faq-list summary { grid-template-columns: 30px 1fr 20px; min-height: 74px; }
  .service-faq-list summary > strong { font-size: 13px; }
  .service-faq-list details > p { padding: 0 20px 24px 44px; }
  .theme-product .service-value { margin-top: 60px; margin-bottom: 60px; padding: 45px 22px; }
  .service-value h2, .service-scope h2, .service-section-head h2, .service-final-cta h2 { font-size: 35px; }
  .service-scope { padding-top: 76px; padding-bottom: 76px; }
  .service-outcomes h3 { font-size: 19px; }
  .service-process > div:last-child, .service-related > div:last-child { grid-template-columns: 1fr; }
  .service-process article, .service-process article:nth-child(2), .service-related a { min-height: 0; border-top: 1px solid var(--line); border-right: 0; }
  .service-process article:first-child, .service-related a:first-child { border-top: 0; }
  .service-final-cta { margin-bottom: 70px; padding: 38px 24px; }
  .service-final-cta > div { align-items: stretch; flex-direction: column; }
  .service-footer { align-items: flex-start; flex-direction: column; padding: 34px 24px; }
  .service-footer > div:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .page-company-profile .service-process.is-visible > div:last-child { border-top-color: var(--line); }
  .service-package:hover, .service-process article:hover { transform: none; }
}


/* Full-viewport responsive live chat for phones. */
@media (max-width:720px) {
  .live-chat-panel {
    position: fixed;
    top: max(8px, env(safe-area-inset-top));
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 8px;
    width: auto;
    height: auto;
    max-height: none;
    border-radius: 10px;
    transform-origin: right bottom;
  }

  .live-chat.is-open .live-chat-toggle {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .live-chat-head {
    min-height: 70px;
    padding: 12px 14px;
  }

  .live-chat-logo {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .live-chat-brand strong { font-size: 13px; }
  .live-chat-brand small { font-size: 8px; }
  .live-chat-progress { padding: 8px 14px; }
  .live-chat-feed { gap: 10px; padding: 14px 12px 10px; }
  .chat-message > div { max-width: calc(100% - 35px); }
  .live-chat-quick { gap: 6px; padding: 0 12px 10px; }
  .live-chat-quick button { min-height: 42px; padding: 8px 10px; font-size: 10px; }
  .live-chat-compose { grid-template-columns: minmax(0,1fr) 44px; gap: 8px; padding: 10px; }
  .live-chat-compose input,
  .live-chat-compose button { height: 44px; }
  .live-chat-compose button { width: 44px; }
  .live-chat-privacy { min-height: 30px; padding: 5px 10px 8px; line-height: 1.3; text-align: center; }
  .live-chat-lead-backdrop { top: 70px; }
  .live-chat .live-chat-lead { top: 82px; max-height: calc(100% - 94px); }
}

@media (max-width:720px) and (max-height:700px) {
  .live-chat-head { min-height: 62px; padding: 9px 12px; }
  .live-chat-logo { width: 36px; height: 36px; flex-basis: 36px; }
  .live-chat-logo img { width: 25px; height: 25px; }
  .live-chat-progress { padding: 6px 12px; }
  .live-chat-feed { padding: 10px 10px 8px; }
  .live-chat-quick { padding: 0 10px 8px; }
  .live-chat-quick button { min-height: 36px; padding: 6px 8px; font-size: 9px; }
  .live-chat-compose { padding: 8px; }
  .live-chat-compose input,
  .live-chat-compose button { height: 40px; }
  .live-chat-compose button { width: 40px; }
  .live-chat-privacy { min-height: 25px; padding: 3px 8px 6px; font-size: 7px; }
  .live-chat-lead-backdrop { top: 62px; }
  .live-chat .live-chat-lead { top: 72px; max-height: calc(100% - 82px); }
}

/* Shared live-chat lead form */
.live-chat-lead{display:grid;gap:9px;margin:0 12px 10px;padding:13px;background:#fff;border:1px solid #dce3ed;border-radius:7px;box-shadow:0 10px 26px rgba(16,37,76,.1);animation:service-chat-in 300ms ease both}.live-chat-lead[hidden]{display:none}.live-chat-lead-head{display:flex;gap:9px;align-items:center}.live-chat-lead-head>span{display:grid;place-items:center;width:32px;height:32px;color:#fff;background:linear-gradient(135deg,#3156a5,#b82ac6);border-radius:6px}.live-chat-lead-head svg{width:16px}.live-chat-lead-head>div{display:grid}.live-chat-lead-head strong{color:#263650;font-size:11px;font-weight:610}.live-chat-lead-head small{color:#7b8597;font-size:8px;font-weight:430}.live-chat-lead>label,.live-chat-lead-grid label{display:grid;gap:4px;color:#506078;font-size:8px;font-weight:540}.live-chat-lead input[type="text"],.live-chat-lead input[type="email"],.live-chat-lead input[type="tel"]{width:100%;height:34px;padding:0 9px;color:#263650;background:#f8f9fc;border:1px solid #dce3ed;border-radius:5px;font-size:10px;font-weight:430;outline:none}.live-chat-lead input:focus{border-color:#7897da;box-shadow:0 0 0 3px rgba(49,86,165,.08)}.live-chat-lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.live-chat-consent{display:flex!important;gap:7px!important;align-items:center}.live-chat-consent input{width:14px;height:14px;margin:0;accent-color:#3156a5}.live-chat-consent span{color:#6d788b;font-size:8px;font-weight:430}.live-chat-lead-actions{display:grid;grid-template-columns:auto 1fr;gap:7px}.live-chat-lead-actions button{min-height:34px;padding:0 10px;border-radius:5px;cursor:pointer;font-size:9px;font-weight:560}.live-chat-lead-actions button:first-child{color:#58667c;background:#fff;border:1px solid #d8dfe9}.live-chat-lead-actions button:last-child{display:flex;gap:6px;align-items:center;justify-content:center;color:#fff;background:#3156a5;border:0}.live-chat-lead-actions button:last-child:hover,.live-chat-lead-actions button:last-child:focus-visible{background:#23458e}.live-chat-lead-actions button:disabled{cursor:wait;opacity:.6}.live-chat-lead-actions svg{width:13px}.live-chat-lead output{display:none;padding:8px;color:#4f5c71;background:#f4f6fa;border-radius:5px;font-size:8px;font-weight:440;line-height:1.45}.live-chat-lead output:not(:empty){display:block}.live-chat-lead output.is-success{color:#126a49;background:#eaf9f2}.live-chat-lead output.is-error{color:#8d4561;background:#fff1f6}.live-chat-lead output a{color:#214b9e;text-decoration:underline}.chat-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.chat-message-actions button{display:inline-flex;gap:5px;align-items:center;padding:7px 9px;color:#fff;background:#3156a5;border:0;border-radius:5px;font-size:9px;cursor:pointer}.chat-message-actions button:hover{background:#23458e}
.live-chat-lead-backdrop{position:absolute;z-index:4;top:78px;right:0;bottom:0;left:0;background:rgba(8,24,55,.46);backdrop-filter:blur(2px);animation:service-chat-backdrop-in 180ms ease both}.live-chat-lead-backdrop[hidden]{display:none}.live-chat .live-chat-lead{position:absolute;z-index:5;top:94px;right:14px;left:14px;max-height:calc(100% - 110px);margin:0;padding:16px;overflow-y:auto;border-color:#cfd9ea;box-shadow:0 24px 56px rgba(8,24,55,.3);animation:service-chat-popup-in 280ms cubic-bezier(.22,1,.36,1) both}.live-chat.is-lead-open .live-chat-compose,.live-chat.is-lead-open .live-chat-quick{pointer-events:none}
@keyframes service-chat-backdrop-in{from{opacity:0}to{opacity:1}}@keyframes service-chat-popup-in{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}

/* Landing page promotion: conversion-led visual system */
.page-landing-promo { --landing-violet:#a94ce8; --landing-pink:#e526d4; --landing-mint:#72e5c0; }
.page-landing-promo .service-hero { background:#061638; }
.page-landing-promo .service-hero-overlay { background:linear-gradient(90deg,rgba(3,13,37,.92) 0%,rgba(3,13,37,.72) 48%,rgba(3,13,37,.54) 100%); }
.page-landing-promo .service-hero-content { max-width:var(--content); }
.page-landing-promo .service-hero-slide .service-hero-content { padding-right:360px; }
.page-landing-promo .service-hero h1 { max-width:720px; text-shadow:0 10px 30px rgba(0,0,0,.24); }
.page-landing-promo .service-hero-content > span { max-width:620px; }
.page-landing-promo .service-hero-symbol { top:118px; right:max(28px,calc((100vw - var(--content)) / 2)); bottom:auto; opacity:.42; }
.page-landing-promo .service-hero-symbol svg { animation:landing-symbol-orbit 8s ease-in-out infinite; }
.page-landing-promo .service-hero-actions a:first-child { box-shadow:0 14px 30px rgba(158,231,255,.22); transition:transform 220ms ease,box-shadow 220ms ease,filter 220ms ease; }
.page-landing-promo .service-hero-actions a:first-child:hover,.page-landing-promo .service-hero-actions a:first-child:focus-visible { filter:brightness(1.06); transform:translateY(-3px); box-shadow:0 18px 34px rgba(158,231,255,.3); }

.landing-conversion-panel { position:absolute; z-index:2; right:max(28px,calc((100vw - var(--content)) / 2)); bottom:96px; display:grid; gap:13px; width:min(310px,27vw); padding:18px 18px 16px; color:#fff; background:rgba(6,22,56,.72); border:1px solid rgba(158,231,255,.3); border-radius:10px; box-shadow:0 20px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter:blur(14px); animation:landing-panel-enter .9s .46s cubic-bezier(.22,1,.36,1) both; }
.landing-conversion-panel::before { position:absolute; inset:-1px; border:1px solid rgba(158,231,255,.16); border-radius:inherit; content:""; pointer-events:none; animation:landing-panel-pulse 3.6s ease-in-out infinite; }
.landing-conversion-head { display:flex; align-items:center; justify-content:space-between; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,.14); }
.landing-conversion-head > span { display:inline-flex; gap:7px; align-items:center; color:#c9f5ff; font-size:10px; font-weight:760; letter-spacing:.04em; text-transform:uppercase; }
.landing-conversion-head > span svg { width:14px; color:var(--cyan); animation:landing-signal-blink 2.4s ease-in-out infinite; }
.landing-conversion-head b { display:inline-flex; gap:5px; align-items:center; color:#8ff0c4; font-size:9px; font-weight:650; }
.landing-conversion-head b i { width:6px; height:6px; background:#72e5c0; border-radius:50%; box-shadow:0 0 0 4px rgba(114,229,192,.14); animation:landing-signal-blink 1.8s ease-in-out infinite; }
.landing-conversion-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:3px 10px; align-items:center; }
.landing-conversion-row > span { color:rgba(255,255,255,.72); font-size:10px; font-weight:520; }
.landing-conversion-row > strong { color:#fff; font-size:10px; font-weight:700; }
.landing-conversion-row > i { grid-column:1/-1; display:block; height:4px; overflow:hidden; background:rgba(255,255,255,.12); border-radius:99px; }
.landing-conversion-row > i::before { display:block; width:var(--signal); height:100%; background:linear-gradient(90deg,var(--landing-pink),var(--cyan)); border-radius:inherit; content:""; transform-origin:left center; animation:landing-bar-fill 1.4s .8s cubic-bezier(.22,1,.36,1) both; }
.landing-conversion-panel > small { display:flex; gap:7px; align-items:center; color:rgba(224,244,252,.58); font-size:9px; font-weight:470; }
.landing-conversion-panel > small svg { width:13px; color:var(--cyan); }

.page-landing-promo .service-facts { position:relative; border-bottom-color:#cbd7e6; }
.page-landing-promo .service-facts::before { position:absolute; top:-2px; left:0; width:100%; height:2px; background:linear-gradient(90deg,transparent,var(--landing-pink),var(--cyan),transparent); content:""; transform:scaleX(.2); transform-origin:left center; animation:landing-facts-rail 5s ease-in-out infinite; }
.page-landing-promo .service-facts > div { position:relative; }
.page-landing-promo .service-facts > div::before { position:absolute; top:21px; right:24px; width:7px; height:7px; background:var(--cyan); border:2px solid #fff; border-radius:50%; box-shadow:0 0 0 4px rgba(21,86,192,.1); content:""; animation:landing-fact-dot 2.8s ease-in-out infinite; }
.page-landing-promo .service-facts > div:nth-child(2)::before { animation-delay:.35s; }
.page-landing-promo .service-facts > div:nth-child(3)::before { animation-delay:.7s; }
.page-landing-promo .service-facts > div:nth-child(4)::before { animation-delay:1.05s; }

.page-landing-promo .service-problem-grid article { overflow:hidden; transition:background-color 240ms ease,transform 260ms ease,border-color 240ms ease; }
.page-landing-promo .service-problem-grid article::after { position:absolute; top:0; left:-38%; width:28%; height:2px; background:linear-gradient(90deg,transparent,var(--cyan),transparent); content:""; animation:landing-card-scan 5.8s ease-in-out infinite; }
.page-landing-promo .service-problem-grid article:nth-child(2)::after { animation-delay:.8s; }
.page-landing-promo .service-problem-grid article:nth-child(3)::after { animation-delay:1.6s; }
.page-landing-promo .service-problem-grid article:nth-child(4)::after { animation-delay:2.4s; }
.page-landing-promo .service-problem-grid article:hover { background:rgba(255,255,255,.07); transform:translateY(-5px); }

.page-landing-promo .service-scope li { position:relative; overflow:hidden; }
.page-landing-promo .service-scope li::after { position:absolute; right:0; bottom:0; left:0; height:2px; background:linear-gradient(90deg,var(--landing-pink),var(--cyan),transparent); content:""; transform:scaleX(0); transform-origin:left center; animation:landing-scope-line 4.8s ease-in-out infinite; }
.page-landing-promo .service-scope li:nth-child(2)::after { animation-delay:.5s; }
.page-landing-promo .service-scope li:nth-child(3)::after { animation-delay:1s; }
.page-landing-promo .service-scope li:nth-child(4)::after { animation-delay:1.5s; }

.page-landing-promo .service-package.is-featured { box-shadow:0 24px 64px rgba(16,39,93,.24),0 0 0 1px rgba(158,231,255,.14); }
.page-landing-promo .service-package.is-featured::before { animation:landing-featured-rail 3.8s linear infinite; }
.page-landing-promo .service-package.is-featured .service-package-top > small { box-shadow:0 8px 18px rgba(158,231,255,.18); animation:landing-badge-breathe 3s ease-in-out infinite; }

.page-landing-promo .service-process > div:last-child { position:relative; }
.page-landing-promo .service-process > div:last-child::before { position:absolute; top:-2px; left:0; width:100%; height:2px; background:linear-gradient(90deg,transparent,var(--landing-pink),var(--cyan),transparent); content:""; transform:scaleX(.18); transform-origin:left center; animation:landing-process-rail 5.6s ease-in-out infinite; }
.page-landing-promo .service-process article { position:relative; }
.page-landing-promo .service-process article > span { display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; color:#fff; background:var(--blue); border-radius:50%; box-shadow:0 0 0 5px rgba(21,86,192,.1); }
.page-landing-promo .service-process article:first-child > span { animation:landing-process-dot 4.8s ease-in-out infinite; }
.page-landing-promo .service-process article:nth-child(2) > span { animation:landing-process-dot 4.8s .8s ease-in-out infinite; }
.page-landing-promo .service-process article:nth-child(3) > span { animation:landing-process-dot 4.8s 1.6s ease-in-out infinite; }
.page-landing-promo .service-process article:nth-child(4) > span { animation:landing-process-dot 4.8s 2.4s ease-in-out infinite; }

.page-landing-promo .service-final-cta { position:relative; isolation:isolate; overflow:hidden; background:linear-gradient(120deg,#1556c0,#102b70 58%,#4c238d); box-shadow:0 24px 54px rgba(21,86,192,.18); }
.page-landing-promo .service-final-cta::before { position:absolute; z-index:-1; top:-50%; right:-12%; width:46%; height:200%; background:linear-gradient(100deg,transparent,rgba(158,231,255,.15),transparent); content:""; transform:skewX(-16deg); animation:landing-cta-sweep 7s ease-in-out infinite; }

.page-landing-promo .service-marketing-playbook { width:100%; margin:0; padding:112px max(24px,calc((100vw - var(--content)) / 2)); background:#f3f7fc; }
.service-marketing-playbook-head { display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:end; margin:0 auto 48px; max-width:var(--content); }
.service-marketing-playbook-head > div > p { margin:0 0 13px; color:var(--pink); font-size:12px; font-weight:850; text-transform:uppercase; }
.service-marketing-playbook-head h2 { max-width:720px; margin:0; color:var(--navy); font-size:48px; font-weight:770; line-height:1.1; }
.service-marketing-playbook-head > span { color:var(--muted); font-size:14px; line-height:1.75; }
.service-marketing-playbook-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; max-width:var(--content); margin:0 auto; }
.service-marketing-playbook-grid article { position:relative; display:flex; flex-direction:column; min-height:310px; padding:28px 25px 24px; overflow:hidden; background:#fff; border:1px solid #dce4ee; border-radius:7px; box-shadow:0 14px 34px rgba(6,22,55,.06); transition:transform 260ms ease,box-shadow 260ms ease,border-color 220ms ease; }
.service-marketing-playbook-grid article::before { position:absolute; top:0; right:0; left:0; height:3px; background:linear-gradient(90deg,var(--blue),var(--cyan),var(--pink)); background-size:220% 100%; content:""; animation:landing-featured-rail 4.6s linear infinite; }
.service-marketing-playbook-grid article:hover { border-color:rgba(21,86,192,.35); box-shadow:0 22px 46px rgba(6,22,55,.12); transform:translateY(-6px); }
.service-marketing-playbook-grid article > span { position:absolute; top:24px; right:24px; color:#c8d3e4; font-size:11px; font-weight:850; }
.service-marketing-playbook-grid article > svg { width:28px; height:28px; color:var(--blue); stroke-width:1.7; }
.service-marketing-playbook-grid article > small { margin-top:22px; color:var(--pink); font-size:10px; font-weight:800; text-transform:uppercase; }
.service-marketing-playbook-grid h3 { margin:9px 0 0; color:var(--navy); font-size:20px; line-height:1.3; }
.service-marketing-playbook-grid p { margin:12px 0 0; color:var(--muted); font-size:13px; line-height:1.65; }
.service-marketing-playbook-grid a { display:inline-flex; gap:7px; align-items:center; width:fit-content; margin-top:auto; padding-top:20px; color:var(--blue); font-size:11px; font-weight:800; }
.service-marketing-playbook-grid a svg { width:15px; }

@keyframes landing-panel-enter { from { opacity:0; transform:translateY(18px) scale(.98); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes landing-panel-pulse { 0%,100% { opacity:.25; } 50% { opacity:.8; } }
@keyframes landing-signal-blink { 0%,100% { opacity:.55; } 50% { opacity:1; } }
@keyframes landing-bar-fill { from { transform:scaleX(0); } to { transform:scaleX(1); } }
@keyframes landing-symbol-orbit { 0%,100% { transform:rotate(-2deg) translateY(0); opacity:.55; } 50% { transform:rotate(4deg) translateY(-8px); opacity:.9; } }
@keyframes landing-facts-rail { 0%,100% { transform:scaleX(.16); opacity:.45; } 50% { transform:scaleX(1); opacity:1; } }
@keyframes landing-fact-dot { 0%,100% { transform:scale(.85); opacity:.55; } 50% { transform:scale(1.25); opacity:1; } }
@keyframes landing-card-scan { 0%,62%,100% { transform:translateX(0); opacity:0; } 70% { opacity:1; } 88% { transform:translateX(460%); opacity:0; } }
@keyframes landing-scope-line { 0%,55%,100% { transform:scaleX(0); opacity:0; } 68%,82% { transform:scaleX(1); opacity:1; } 90% { opacity:0; } }
@keyframes landing-featured-rail { from { background-position:200% 0; } to { background-position:-20% 0; } }
@keyframes landing-badge-breathe { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-3px); } }
@keyframes landing-process-rail { 0%,100% { transform:scaleX(.14); opacity:.45; } 52% { transform:scaleX(1); opacity:1; } }
@keyframes landing-process-dot { 0%,100% { box-shadow:0 0 0 5px rgba(21,86,192,.1); } 50% { box-shadow:0 0 0 9px rgba(21,86,192,.18); } }
@keyframes landing-cta-sweep { 0%,100% { transform:translateX(-30%) skewX(-16deg); opacity:0; } 18% { opacity:1; } 76% { transform:translateX(190%) skewX(-16deg); opacity:.55; } 90% { opacity:0; } }

@media (max-width:1100px) {
  .landing-conversion-panel { right:24px; width:280px; }
  .page-landing-promo .service-hero-slide .service-hero-content { padding-right:320px; }
  .page-landing-promo .service-hero h1 { max-width:640px; }
  .page-landing-promo .service-hero-content > span { max-width:570px; }
  .service-marketing-playbook-head { grid-template-columns:1fr; gap:24px; }
}
@media (max-width:900px) { .service-marketing-playbook-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:900px) {
  .landing-conversion-panel { display:none; }
  .page-landing-promo .service-hero-slide .service-hero-content { padding-right:0; }
  .page-landing-promo .service-hero h1 { max-width:560px; }
}
@media (max-width:720px) {
  .landing-conversion-panel { display:none; }
  .page-landing-promo .service-hero-symbol { top:24px; right:18px; opacity:.35; }
  .page-landing-promo .service-facts > div::before { top:21px; right:0; }
  .page-landing-promo .service-process > div:last-child::before { display:none; }
  .page-landing-promo .service-process article > span { width:28px; height:28px; }
  .page-landing-promo .service-marketing-playbook { padding:76px 24px; }
  .service-marketing-playbook-head { margin-bottom:32px; }
  .service-marketing-playbook-head h2 { font-size:35px; }
  .service-marketing-playbook-grid { grid-template-columns:1fr; }
  .service-marketing-playbook-grid article { min-height:0; }
}
@media (prefers-reduced-motion:reduce) {
  .landing-conversion-panel,.landing-conversion-panel::before,.landing-conversion-head > span svg,.landing-conversion-head b i,.landing-conversion-row > i::before,.page-landing-promo .service-hero-symbol svg,.page-landing-promo .service-facts::before,.page-landing-promo .service-facts > div::before,.page-landing-promo .service-problem-grid article::after,.page-landing-promo .service-scope li::after,.page-landing-promo .service-package.is-featured::before,.page-landing-promo .service-package.is-featured .service-package-top > small,.page-landing-promo .service-process > div:last-child::before,.page-landing-promo .service-process article > span,.page-landing-promo .service-final-cta::before { animation:none; }
}
/* FAQ focus treatment */
.service-faq{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(112deg,#07183e 0%,#061536 58%,#0b2050 100%)}
.service-faq::before{position:absolute;z-index:-1;top:0;right:8%;width:42%;height:2px;background:linear-gradient(90deg,transparent,var(--cyan),#e526d4,transparent);content:"";opacity:.8;animation:faq-energy-line 5.5s ease-in-out infinite}
.service-faq::after{position:absolute;z-index:-1;right:-12%;bottom:-38%;width:52%;height:80%;background:radial-gradient(circle,rgba(49,86,214,.22),transparent 68%);content:"";pointer-events:none}
.service-faq-intro{position:relative}.service-faq-intro::before{display:block;width:42px;height:3px;margin-bottom:22px;background:linear-gradient(90deg,var(--cyan),#e526d4);content:"";box-shadow:0 0 18px rgba(114,229,239,.42);animation:faq-intro-scan 3.8s ease-in-out infinite}.service-faq-intro > p{display:inline-flex;align-items:center;gap:8px;color:#ffd36a;letter-spacing:.08em}.service-faq-intro > p::before{width:7px;height:7px;background:#ffd36a;border-radius:50%;content:"";box-shadow:0 0 0 5px rgba(255,211,106,.11);animation:faq-status-pulse 2.4s ease-in-out infinite}.service-faq-intro h2{max-width:520px;text-wrap:balance}.service-faq-intro > a{position:relative;overflow:hidden;background:linear-gradient(100deg,#ffd36a,#ffbd55);box-shadow:0 12px 28px rgba(255,189,85,.18);transition:transform 220ms ease,box-shadow 220ms ease}.service-faq-intro > a::after{position:absolute;top:0;bottom:0;left:-30%;width:24%;background:rgba(255,255,255,.45);content:"";transform:skewX(-18deg);animation:faq-button-sheen 4.8s ease-in-out infinite}.service-faq-intro > a:hover,.service-faq-intro > a:focus-visible{box-shadow:0 16px 34px rgba(255,189,85,.3);transform:translateY(-3px)}
.service-faq-list{position:relative;border-top:1px solid rgba(255,255,255,.25)}.service-faq-list::before{position:absolute;top:0;bottom:0;left:-1px;width:2px;background:linear-gradient(180deg,transparent,#42d9b4 28%,#e526d4 70%,transparent);content:"";opacity:.75;animation:faq-rail-flow 5.8s linear infinite}.service-faq-list details{position:relative;transition:background-color 220ms ease}.service-faq-list details::before{position:absolute;inset:7px 0;background:linear-gradient(90deg,rgba(49,86,214,.18),rgba(229,38,212,.07),transparent 82%);content:"";opacity:0;transform:scaleX(.22);transform-origin:left;transition:opacity 240ms ease,transform 320ms cubic-bezier(.22,1,.36,1);pointer-events:none}.service-faq-list details:hover::before,.service-faq-list details[open]::before{opacity:1;transform:scaleX(1)}.service-faq-list summary{position:relative;z-index:1;padding-right:4px;transition:padding-left 220ms ease}.service-faq-list details:hover summary,.service-faq-list details[open] summary{padding-left:8px}.service-faq-list summary > span{display:inline-flex;align-items:center;justify-content:center;width:29px;height:20px;border:1px solid rgba(255,211,106,.45);border-radius:3px;color:#ffd36a;font-size:9px;letter-spacing:.06em;transition:background-color 200ms ease,color 200ms ease}.service-faq-list details[open] summary > span{color:#07183e;background:#ffd36a;border-color:#ffd36a}.service-faq-list summary > strong{font-weight:620;line-height:1.45;transition:color 180ms ease}.service-faq-list details:hover summary > strong{color:#bff7ff}.service-faq-list summary > svg{padding:4px;width:26px;height:26px;border:1px solid rgba(255,211,106,.4);border-radius:50%;transition:transform 240ms ease,background-color 200ms ease,color 200ms ease}.service-faq-list details[open] summary > svg{color:#07183e;background:#ffd36a;border-color:#ffd36a;transform:rotate(45deg)}.service-faq-list details > p{position:relative;z-index:1;max-width:720px;color:rgba(229,239,255,.7)}
@keyframes faq-energy-line{0%,100%{transform:translateX(-22%);opacity:.35}50%{transform:translateX(16%);opacity:1}}@keyframes faq-intro-scan{0%,100%{transform:scaleX(.55);transform-origin:left;opacity:.55}50%{transform:scaleX(1);opacity:1}}@keyframes faq-status-pulse{0%,100%{box-shadow:0 0 0 4px rgba(255,211,106,.11)}50%{box-shadow:0 0 0 8px rgba(255,211,106,.04)}}@keyframes faq-button-sheen{0%,60%{left:-30%;opacity:0}72%{opacity:1}88%,100%{left:125%;opacity:0}}@keyframes faq-rail-flow{to{background-position:0 180%}}
@media (prefers-reduced-motion:reduce){.service-faq::before,.service-faq-intro::before,.service-faq-intro > p::before,.service-faq-intro > a::after,.service-faq-list::before{animation:none}}

/* Shared process timeline treatment */
.service-process{position:relative;isolation:isolate}
.service-process::before{position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,var(--line) 12%,var(--pink) 50%,var(--line) 88%,transparent);content:"";opacity:.9}
.service-process .service-section-head{position:relative}
.service-process .service-section-head::before{display:block;width:46px;height:3px;margin-bottom:22px;background:linear-gradient(90deg,var(--pink),var(--cyan));content:"";box-shadow:0 0 18px rgba(235,35,244,.28);animation:process-kicker-scan 4s ease-in-out infinite}
.service-process .service-section-head > p{display:inline-flex;align-items:center;gap:8px;letter-spacing:.08em}
.service-process .service-section-head > p::before{width:7px;height:7px;background:var(--pink);border-radius:50%;content:"";box-shadow:0 0 0 5px rgba(235,35,244,.1);animation:process-status-pulse 2.4s ease-in-out infinite}
.service-process > div:last-child{position:relative;margin-top:56px;background:linear-gradient(180deg,rgba(243,246,251,.35),transparent);border-top-color:transparent}
.service-process > div:last-child::before{position:absolute;z-index:2;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--pink),var(--blue),var(--cyan),var(--pink));background-size:240% 100%;content:"";animation:process-rail-flow 5.5s linear infinite}
.service-process article{position:relative;min-height:255px;padding:30px 26px 26px;background:rgba(255,255,255,.78);transition:background-color 240ms ease,transform 240ms ease,box-shadow 240ms ease}
.service-process article::after{position:absolute;right:24px;bottom:24px;width:26px;height:2px;background:var(--line);content:"";transition:width 240ms ease,background-color 240ms ease}
.service-process article:hover,.service-process article:focus-within{z-index:1;background:#fff;box-shadow:0 20px 38px rgba(10,35,80,.1);transform:translateY(-6px)}
.service-process article:hover::after,.service-process article:focus-within::after{width:58px;background:linear-gradient(90deg,var(--pink),var(--cyan))}
.service-process article > span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:24px;border:1px solid color-mix(in srgb,var(--pink) 55%,white);border-radius:4px;color:var(--pink);font-size:10px;letter-spacing:.08em;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease}
.service-process article:hover > span,.service-process article:focus-within > span{color:#fff;background:var(--pink);box-shadow:0 8px 18px rgba(235,35,244,.22)}
.service-process h3{max-width:230px;margin:54px 0 0;font-size:21px;line-height:1.28}
.service-process article p{max-width:230px;margin-top:13px;font-size:13px;line-height:1.65}
.service-process article:nth-child(2) > span{color:var(--blue);border-color:color-mix(in srgb,var(--blue) 55%,white)}
.service-process article:nth-child(3) > span{color:#179b72;border-color:color-mix(in srgb,#179b72 55%,white)}
.service-process article:nth-child(4) > span{color:#d58c12;border-color:color-mix(in srgb,#d58c12 55%,white)}
@keyframes process-rail-flow{0%{background-position:220% 0}100%{background-position:-20% 0}}@keyframes process-kicker-scan{0%,100%{transform:scaleX(.5);transform-origin:left;opacity:.55}50%{transform:scaleX(1);opacity:1}}@keyframes process-status-pulse{0%,100%{box-shadow:0 0 0 5px rgba(235,35,244,.1)}50%{box-shadow:0 0 0 9px rgba(235,35,244,.03)}}
@media (max-width:720px){.service-process .service-section-head::before{margin-bottom:18px}.service-process > div:last-child{margin-top:40px;background:transparent}.service-process article{min-height:0;padding:26px 22px 28px}.service-process h3{margin-top:30px;font-size:19px}.service-process article::after{right:22px;bottom:24px}}
@media (prefers-reduced-motion:reduce){.service-process .service-section-head::before,.service-process .service-section-head > p::before,.service-process > div:last-child::before{animation:none}}

/* Shared icon tiles for service benefit cards */
.service-reasons-grid article{position:relative;overflow:hidden;transition:background-color 240ms ease,transform 240ms ease,box-shadow 240ms ease}
.service-reasons-grid article::before{position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,var(--pink),var(--blue),var(--cyan));content:"";opacity:.55;transition:opacity 220ms ease}
.service-reasons-grid article::after{position:absolute;top:0;left:-35%;width:28%;height:2px;background:linear-gradient(90deg,transparent,var(--pink),transparent);content:"";animation:benefit-icon-scan 5.2s ease-in-out infinite}
.service-reasons-grid article:nth-child(2)::after{animation-delay:.8s}.service-reasons-grid article:nth-child(3)::after{animation-delay:1.6s}.service-reasons-grid article:nth-child(4)::after{animation-delay:2.4s}
.service-reasons-grid article{grid-template-columns:70px 1fr;gap:18px}.service-reasons-grid article > svg{position:relative;z-index:1;display:block;width:58px;height:58px;padding:16px;color:#fff;background:linear-gradient(145deg,#e526d4 0%,#c91de7 55%,#743ae8 100%);border:1px solid rgba(255,255,255,.65);border-radius:14px;stroke-width:1.8;box-shadow:0 14px 28px rgba(201,29,231,.22),inset 0 1px 0 rgba(255,255,255,.35);transition:transform 240ms ease,box-shadow 240ms ease}
.service-reasons-grid article:hover,.service-reasons-grid article:focus-within{background:linear-gradient(135deg,#fff,rgba(246,242,255,.92));box-shadow:0 18px 34px rgba(21,52,111,.1);transform:translateY(-5px)}
.service-reasons-grid article:hover::before,.service-reasons-grid article:focus-within::before{opacity:1}.service-reasons-grid article:hover > svg,.service-reasons-grid article:focus-within > svg{box-shadow:0 18px 34px rgba(201,29,231,.3),0 0 0 7px rgba(229,38,212,.08);transform:translateY(-3px) rotate(-2deg)}
@keyframes benefit-icon-scan{0%,62%,100%{transform:translateX(0);opacity:0}70%{opacity:1}88%{transform:translateX(470%);opacity:0}}
@media (max-width:720px){.service-reasons-grid article{grid-template-columns:66px 1fr;gap:14px}.service-reasons-grid article > svg{width:52px;height:52px;padding:14px;border-radius:12px}}
@media (prefers-reduced-motion:reduce){.service-reasons-grid article::after{animation:none}}

/* Keep process numbers readable in every interaction state */
.service-process article:hover > span,.service-process article:focus-within > span,.service-process article.is-active > span{color:#fff!important;background:linear-gradient(135deg,#c91de7,#3156d6)!important;border-color:#c91de7!important;box-shadow:0 8px 18px rgba(49,86,214,.22)!important;text-shadow:0 1px 2px rgba(6,21,54,.35)}

/* Shared operational-needs cards */
.service-problems{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(118deg,#061536 0%,#071b43 58%,#0b2456 100%)}
.service-problems::before{position:absolute;z-index:-1;top:0;right:7%;width:48%;height:2px;background:linear-gradient(90deg,transparent,var(--cyan),var(--pink),transparent);content:"";animation:problem-energy-line 5.8s ease-in-out infinite}
.service-problems::after{position:absolute;z-index:-1;right:-18%;bottom:-42%;width:58%;height:88%;background:radial-gradient(circle,rgba(49,86,214,.2),transparent 68%);content:"";pointer-events:none}
.service-problems-head{position:relative}.service-problems-head::before{display:block;width:48px;height:3px;margin-bottom:22px;background:linear-gradient(90deg,var(--cyan),var(--pink));content:"";box-shadow:0 0 18px rgba(143,243,255,.28);animation:problem-kicker-scan 4s ease-in-out infinite}.service-problems-head > p{display:inline-flex;align-items:center;gap:8px;color:#8ff3d2}.service-problems-head > p::before{width:7px;height:7px;background:#8ff3d2;border-radius:50%;content:"";box-shadow:0 0 0 5px rgba(143,243,210,.1);animation:problem-status-pulse 2.5s ease-in-out infinite}
.service-problems{padding-top:86px;padding-bottom:86px}.service-problems-head{grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:52px}.service-problems-head > div{grid-column:1}.service-problems-head > span{grid-column:2;align-self:end}.service-problem-grid{margin-top:42px}
.service-problem-grid{position:relative;margin-top:58px;border-top-color:rgba(143,243,255,.28);border-left-color:rgba(143,243,255,.2)}.service-problem-grid::before{position:absolute;z-index:2;top:-1px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--cyan),var(--pink),var(--blue),var(--cyan));background-size:240% 100%;content:"";animation:problem-rail-flow 5.5s linear infinite}.service-problem-grid article{position:relative;overflow:hidden;min-height:285px;background:rgba(5,20,52,.34);border-right-color:rgba(143,243,255,.2);border-bottom-color:rgba(143,243,255,.2);transition:background-color 240ms ease,transform 240ms ease,box-shadow 240ms ease}.service-problem-grid article::after{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);content:"";opacity:.45;transform:scaleX(.2);transform-origin:left;transition:opacity 220ms ease,transform 320ms ease}.service-problem-grid article:hover,.service-problem-grid article:focus-within{z-index:1;background:linear-gradient(145deg,rgba(24,58,115,.72),rgba(8,28,68,.86));box-shadow:0 22px 42px rgba(0,0,0,.2);transform:translateY(-6px)}.service-problem-grid article:hover::after,.service-problem-grid article:focus-within::after{opacity:1;transform:scaleX(1)}
.service-problem-grid article > svg{display:block;width:36px;height:36px;padding:8px;color:#07183e;background:linear-gradient(145deg,#8ff3ff,#42d9b4);border-radius:10px;stroke-width:2;box-shadow:0 10px 22px rgba(66,217,180,.2);transition:transform 220ms ease,box-shadow 220ms ease}.service-problem-grid article:hover > svg,.service-problem-grid article:focus-within > svg{box-shadow:0 14px 28px rgba(66,217,180,.3),0 0 0 6px rgba(143,243,255,.08);transform:translateY(-3px) rotate(-3deg)}.service-problem-grid article > span{z-index:1;color:rgba(229,239,255,.62);font-size:10px;letter-spacing:.08em}.service-problem-grid article:hover > span,.service-problem-grid article:focus-within > span{color:#ffd36a}.service-problem-grid h3{font-size:21px;font-weight:650}.service-problem-grid p{color:rgba(229,239,255,.68)}
@keyframes problem-energy-line{0%,100%{transform:translateX(-18%);opacity:.35}50%{transform:translateX(18%);opacity:1}}@keyframes problem-kicker-scan{0%,100%{transform:scaleX(.5);transform-origin:left;opacity:.55}50%{transform:scaleX(1);opacity:1}}@keyframes problem-status-pulse{0%,100%{box-shadow:0 0 0 5px rgba(143,243,210,.1)}50%{box-shadow:0 0 0 9px rgba(143,243,210,.03)}}@keyframes problem-rail-flow{0%{background-position:220% 0}100%{background-position:-20% 0}}
@media (max-width:720px){.service-problems{padding-top:64px;padding-bottom:64px}.service-problems-head{grid-template-columns:1fr;gap:24px}.service-problems-head > div,.service-problems-head > span{grid-column:1}.service-problem-grid{margin-top:36px}.service-problem-grid article{min-height:0;padding:25px 23px 28px}.service-problem-grid article > svg{width:34px;height:34px;padding:7px}}
@media (prefers-reduced-motion:reduce){.service-problems::before,.service-problems-head::before,.service-problems-head > p::before,.service-problem-grid::before{animation:none}}

/* Precise shared outcomes layout */
.service-outcomes{position:relative;border-top-color:transparent}.service-outcomes::before{position:absolute;top:0;right:0;left:0;height:2px;background:linear-gradient(90deg,var(--pink),var(--blue),var(--cyan));background-size:220% 100%;content:"";animation:outcome-rail-flow 5s linear infinite}
.service-outcomes article,.layout-2 .service-outcomes article{position:relative;display:grid;grid-template-columns:62px minmax(0,1fr);grid-template-rows:auto auto;gap:7px 20px;align-content:center;align-items:start;min-height:142px;padding:24px 22px;border-bottom:1px solid var(--line);overflow:hidden;transition:background-color 220ms ease,transform 220ms ease,box-shadow 220ms ease}
.service-outcomes article::after{position:absolute;right:0;bottom:0;width:34px;height:2px;background:var(--line);content:"";transition:width 240ms ease,background-color 240ms ease}.service-outcomes article:hover,.service-outcomes article:focus-within{z-index:1;background:linear-gradient(105deg,rgba(49,86,214,.055),rgba(229,38,212,.025),transparent);box-shadow:0 14px 30px rgba(8,30,71,.07);transform:translateX(5px)}.service-outcomes article:hover::after,.service-outcomes article:focus-within::after{width:110px;background:linear-gradient(90deg,var(--pink),var(--cyan))}
.service-outcomes span,.layout-2 .service-outcomes article > span{grid-column:1;grid-row:1 / span 2;display:inline-flex;align-items:center;justify-content:center;align-self:center;width:38px;height:28px;order:initial;color:#fff;background:linear-gradient(135deg,var(--pink),var(--blue));border:1px solid rgba(255,255,255,.7);border-radius:5px;box-shadow:0 8px 18px rgba(49,86,214,.16);font-size:10px;font-weight:750;letter-spacing:.08em;text-align:center}
.service-outcomes h3,.layout-2 .service-outcomes h3{grid-column:2;grid-row:1;align-self:end;max-width:100%;margin:0;font-size:21px;font-weight:650;line-height:1.35}.service-outcomes article > p,.layout-2 .service-outcomes article > p{grid-column:2;grid-row:2;align-self:start;max-width:100%;margin:0;color:var(--muted);font-size:12px;line-height:1.65}
@keyframes outcome-rail-flow{0%{background-position:220% 0}100%{background-position:-20% 0}}
@media (max-width:720px){.service-outcomes article,.layout-2 .service-outcomes article{grid-template-columns:52px minmax(0,1fr);gap:6px 14px;min-height:126px;padding:21px 16px}.service-outcomes span,.layout-2 .service-outcomes article > span{width:34px;height:26px}.service-outcomes h3,.layout-2 .service-outcomes h3{font-size:18px}}
@media (prefers-reduced-motion:reduce){.service-outcomes::before{animation:none}}

/* Shared animated service navigation ornaments. */
.service-nav {
  isolation: isolate;
  overflow: hidden;
}

.service-nav::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--cyan) 22%, var(--blue) 48%, var(--pink) 72%, transparent 100%);
  background-size: 240% 100%;
  content: "";
  opacity: .58;
  animation: service-nav-rail 6.5s linear infinite;
}

.service-nav::after {
  position: absolute;
  z-index: -1;
  top: 11px;
  right: 18%;
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--cyan) 12%, transparent), 0 0 18px color-mix(in srgb, var(--cyan) 60%, transparent);
  content: "";
  opacity: .72;
  animation: service-nav-orbit 5.8s ease-in-out infinite;
}

.service-nav > * {
  position: relative;
  z-index: 1;
}

.service-logo {
  transition: transform 240ms cubic-bezier(.22,1,.36,1), filter 240ms ease;
}

.service-logo::after {
  position: absolute;
  z-index: -1;
  inset: 7px 28px 7px 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--cyan) 20%, transparent);
  content: "";
  pointer-events: none;
  animation: service-logo-pulse 3.8s ease-out infinite;
}

.service-logo:hover,
.service-logo:focus-visible {
  filter: saturate(1.12);
  transform: translateY(-2px);
}

.service-nav nav a::before {
  position: absolute;
  right: 50%;
  bottom: -3px;
  width: 4px;
  height: 4px;
  background: var(--cyan);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: translateX(50%) scale(.4);
  transition: opacity 220ms ease, transform 240ms cubic-bezier(.22,1,.36,1);
}

.service-nav nav a:hover::before,
.service-nav nav a.is-active::before {
  opacity: 1;
  transform: translateX(50%) scale(1);
  animation: service-nav-dot 1.8s ease-in-out infinite;
}

.service-nav-cta {
  box-shadow: 0 9px 22px color-mix(in srgb, var(--blue) 20%, transparent);
}

.service-nav-cta::before {
  position: absolute;
  z-index: -1;
  inset: 3px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 5px;
  content: "";
  opacity: .7;
  transform: scale(.94);
  animation: service-cta-frame 3.4s ease-in-out infinite;
}

@keyframes service-nav-rail {
  0% { background-position: 220% 0; }
  100% { background-position: -20% 0; }
}

@keyframes service-nav-orbit {
  0%, 100% { opacity: .35; transform: translate3d(0, 0, 0) scale(.75); }
  50% { opacity: .9; transform: translate3d(-34px, 21px, 0) scale(1); }
}

@keyframes service-logo-pulse {
  0%, 65%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--cyan) 0%, transparent); }
  78% { box-shadow: 0 0 0 8px color-mix(in srgb, var(--cyan) 18%, transparent); }
}

@keyframes service-nav-dot {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--cyan) 34%, transparent); }
  50% { box-shadow: 0 0 0 5px color-mix(in srgb, var(--cyan) 0%, transparent); }
}

@keyframes service-cta-frame {
  0%, 100% { opacity: .35; transform: scale(.94); }
  50% { opacity: .9; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .service-nav::before,
  .service-nav::after,
  .service-logo::after,
  .service-nav nav a:hover::before,
  .service-nav nav a.is-active::before,
  .service-nav-cta::before {
    animation: none;
  }

  .service-logo,
  .service-nav nav a::before {
    transition: none;
  }
}

/* Stronger final navigation signal layer. */
.service-nav::before {
  height: 3px;
  opacity: .9;
  box-shadow: 0 -4px 14px color-mix(in srgb, var(--blue) 18%, transparent);
}

.service-nav::after {
  width: 8px;
  height: 8px;
  box-shadow:
    0 0 0 5px color-mix(in srgb, var(--cyan) 12%, transparent),
    0 0 18px color-mix(in srgb, var(--cyan) 60%, transparent),
    -150px 23px 0 -1px color-mix(in srgb, var(--pink) 78%, transparent),
    -150px 23px 12px 1px color-mix(in srgb, var(--pink) 22%, transparent),
    -305px 5px 0 -1px color-mix(in srgb, var(--blue) 72%, transparent),
    -305px 5px 12px 1px color-mix(in srgb, var(--blue) 18%, transparent);
}

.service-nav nav {
  isolation: isolate;
}

.service-nav nav::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -16px;
  left: -16px;
  height: 34px;
  background:
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--blue) 5%, transparent) 18%, color-mix(in srgb, var(--pink) 5%, transparent) 82%, transparent),
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--blue) 18%, transparent), transparent) 0 100% / 46% 1px no-repeat;
  border-radius: 5px;
  content: "";
  opacity: .72;
  pointer-events: none;
  transform: translateY(-50%);
  animation: service-nav-track 6s ease-in-out infinite;
}

.service-nav-cta::after {
  animation: service-nav-cta-sheen 4.6s ease-in-out infinite;
}

.service-nav-cta:hover::after,
.service-nav-cta:focus-visible::after {
  animation: none;
  transform: skewX(-18deg) translateX(520%);
}

.service-nav-cta svg {
  filter: drop-shadow(0 0 5px rgba(255,255,255,.24));
  animation: service-nav-icon-pulse 2.8s ease-in-out infinite;
}

@keyframes service-nav-track {
  0%, 100% { background-position: 0 100%; opacity: .42; }
  50% { background-position: 100% 100%; opacity: .9; }
}

@keyframes service-nav-cta-sheen {
  0%, 58% { opacity: 0; transform: skewX(-18deg) translateX(-180%); }
  68% { opacity: 1; }
  88%, 100% { opacity: 0; transform: skewX(-18deg) translateX(520%); }
}

@keyframes service-nav-icon-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

@media (max-width: 900px) {
  .service-nav::after,
  .service-nav nav::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-nav nav::before,
  .service-nav-cta::after,
  .service-nav-cta svg {
    animation: none;
  }
}

/* Shared animated scope system for service pages. */
.service-scope {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--soft) 94%, var(--cyan)) 0%, var(--soft) 52%, color-mix(in srgb, var(--soft) 92%, var(--blue)) 100%);
}

.service-scope::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10%;
  width: 62%;
  height: 100%;
  background:
    linear-gradient(90deg, transparent 0 32%, color-mix(in srgb, var(--blue) 10%, transparent) 32.2% 32.4%, transparent 32.6% 66%, color-mix(in srgb, var(--pink) 9%, transparent) 66.2% 66.4%, transparent 66.6%),
    linear-gradient(0deg, transparent 0 24%, color-mix(in srgb, var(--cyan) 10%, transparent) 24.2% 24.4%, transparent 24.6% 74%, color-mix(in srgb, var(--blue) 9%, transparent) 74.2% 74.4%, transparent 74.6%);
  background-size: 170px 170px;
  content: "";
  opacity: .48;
  pointer-events: none;
  transform: perspective(520px) rotateY(-12deg) translateX(8%);
  animation: scope-network-drift 12s ease-in-out infinite;
}

.service-scope::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 42%;
  width: 2px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--cyan) 52%, transparent) 30%, color-mix(in srgb, var(--pink) 46%, transparent) 70%, transparent);
  content: "";
  opacity: .28;
  transform: translateY(-100%);
  animation: scope-vertical-scan 7s ease-in-out infinite;
}

.service-scope-copy {
  position: relative;
}

.service-scope-copy::before {
  display: block;
  width: 58px;
  height: 3px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, var(--pink), var(--blue), var(--cyan));
  box-shadow: 0 0 18px color-mix(in srgb, var(--pink) 30%, transparent);
  content: "";
  transform-origin: left center;
  animation: scope-kicker-scan 4.4s ease-in-out infinite;
}

.service-scope-copy > p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-scope-copy > p::before {
  width: 7px;
  height: 7px;
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--pink) 11%, transparent);
  content: "";
  animation: scope-status-pulse 2.5s ease-in-out infinite;
}

.service-scope-copy > a {
  position: relative;
  overflow: hidden;
  padding-bottom: 6px;
  transition: color 200ms ease, transform 220ms ease;
}

.service-scope-copy > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), transparent);
  content: "";
  transform: scaleX(.28);
  transform-origin: left center;
  transition: transform 280ms cubic-bezier(.22,1,.36,1);
  animation: scope-link-rail 4.8s ease-in-out infinite;
}

.service-scope-copy > a:hover,
.service-scope-copy > a:focus-visible {
  color: var(--pink);
  transform: translateX(4px);
}

.service-scope-copy > a:hover::after,
.service-scope-copy > a:focus-visible::after {
  transform: scaleX(1);
}

.service-scope > ul {
  position: relative;
  border-top-color: color-mix(in srgb, var(--blue) 22%, #c9d2e0);
}

.service-scope > ul::before {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 0;
  width: 34%;
  height: 3px;
  background: linear-gradient(90deg, var(--pink), var(--blue), var(--cyan));
  box-shadow: 0 0 16px color-mix(in srgb, var(--cyan) 36%, transparent);
  content: "";
  animation: scope-list-rail 5.4s linear infinite;
}

.service-scope li {
  position: relative;
  overflow: hidden;
  border-bottom-color: color-mix(in srgb, var(--blue) 18%, #c9d2e0);
  transition: background-color 240ms ease, padding-left 240ms cubic-bezier(.22,1,.36,1), transform 240ms ease;
}

.service-scope li::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--pink), transparent);
  background-size: 220% 100%;
  content: "";
  opacity: .45;
  animation: scope-row-scan 5.8s ease-in-out infinite;
}

.service-scope li:nth-child(2)::after { animation-delay: .9s; }
.service-scope li:nth-child(3)::after { animation-delay: 1.8s; }
.service-scope li:nth-child(4)::after { animation-delay: 2.7s; }

.service-scope li:hover,
.service-scope li:focus-within {
  z-index: 1;
  background: linear-gradient(90deg, color-mix(in srgb, var(--cyan) 8%, transparent), color-mix(in srgb, var(--blue) 4%, transparent), transparent);
  padding-left: 8px;
  transform: translateX(4px);
}

.service-scope li svg {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--green) 26%, transparent), 0 7px 16px color-mix(in srgb, var(--green) 18%, transparent);
  animation: scope-check-pulse 3.6s ease-in-out infinite;
}

.service-scope li:nth-child(2) svg { animation-delay: .7s; }
.service-scope li:nth-child(3) svg { animation-delay: 1.4s; }
.service-scope li:nth-child(4) svg { animation-delay: 2.1s; }

@keyframes scope-network-drift {
  0%, 100% { opacity: .28; transform: perspective(520px) rotateY(-12deg) translateX(8%) translateY(0); }
  50% { opacity: .58; transform: perspective(520px) rotateY(-12deg) translateX(1%) translateY(-10px); }
}

@keyframes scope-vertical-scan {
  0%, 22% { opacity: 0; transform: translateY(-100%); }
  42% { opacity: .5; }
  72%, 100% { opacity: 0; transform: translateY(100%); }
}

@keyframes scope-kicker-scan {
  0%, 100% { opacity: .55; transform: scaleX(.5); }
  50% { opacity: 1; transform: scaleX(1); }
}

@keyframes scope-status-pulse {
  0%, 100% { box-shadow: 0 0 0 5px color-mix(in srgb, var(--pink) 11%, transparent); }
  50% { box-shadow: 0 0 0 9px color-mix(in srgb, var(--pink) 3%, transparent); }
}

@keyframes scope-link-rail {
  0%, 62%, 100% { opacity: .35; transform: scaleX(.28); }
  76% { opacity: 1; transform: scaleX(1); }
}

@keyframes scope-list-rail {
  0% { transform: translateX(-10%); }
  100% { transform: translateX(315%); }
}

@keyframes scope-row-scan {
  0%, 60%, 100% { opacity: 0; background-position: 120% 0; }
  72% { opacity: .7; }
  88% { opacity: .25; background-position: -20% 0; }
}

@keyframes scope-check-pulse {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--green) 0%, transparent), 0 7px 16px color-mix(in srgb, var(--green) 18%, transparent); }
  50% { box-shadow: 0 0 0 6px color-mix(in srgb, var(--green) 0%, transparent), 0 9px 21px color-mix(in srgb, var(--green) 26%, transparent); }
}

@media (max-width: 720px) {
  .service-scope::before { right: -36%; width: 92%; opacity: .3; }
  .service-scope::after { left: 18%; opacity: .2; }
  .service-scope li:hover,
  .service-scope li:focus-within { padding-left: 4px; transform: translateX(2px); }
}

@media (prefers-reduced-motion: reduce) {
  .service-scope::before,
  .service-scope::after,
  .service-scope-copy::before,
  .service-scope-copy > p::before,
  .service-scope-copy > a::after,
  .service-scope > ul::before,
  .service-scope li::after,
  .service-scope li svg {
    animation: none;
  }

  .service-scope-copy > a,
  .service-scope-copy > a::after,
  .service-scope li {
    transition: none;
  }
}

/* Shared animated conversion command center. */
.service-final-cta,
.page-landing-promo .service-final-cta,
.theme-consulting .service-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(118deg, color-mix(in srgb, var(--blue) 88%, #07183e) 0%, var(--blue) 48%, color-mix(in srgb, var(--blue) 72%, #552078) 100%);
  border: 1px solid color-mix(in srgb, var(--cyan) 34%, transparent);
  border-left-width: 1px;
  box-shadow: 0 28px 64px color-mix(in srgb, var(--blue) 20%, transparent), inset 0 1px 0 rgba(255,255,255,.18);
}

.service-final-cta::before {
  position: absolute;
  z-index: -1;
  top: -70%;
  left: -26%;
  width: 24%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgba(143,243,255,.17), rgba(255,255,255,.1), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(14deg);
  animation: final-cta-sweep 7.2s ease-in-out infinite;
}

.service-final-cta::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background:
    linear-gradient(90deg, transparent 0 32%, rgba(143,243,255,.12) 32.2% 32.5%, transparent 32.7% 68%, rgba(235,35,244,.12) 68.2% 68.5%, transparent 68.7%),
    linear-gradient(0deg, transparent 0 28%, rgba(143,243,255,.1) 28.2% 28.5%, transparent 28.7% 72%, rgba(255,255,255,.08) 72.2% 72.5%, transparent 72.7%);
  background-size: 148px 148px;
  content: "";
  opacity: .58;
  pointer-events: none;
  transform: perspective(580px) rotateY(-14deg) scale(1.12);
  transform-origin: right center;
  animation: final-cta-network 11s ease-in-out infinite;
}

.service-final-cta > p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  letter-spacing: .035em;
}

.service-final-cta > p::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: var(--cyan);
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(143,243,255,.1), 0 0 18px rgba(143,243,255,.45);
  content: "";
  animation: final-cta-status 2.6s ease-in-out infinite;
}

.service-final-cta h2 {
  position: relative;
  text-wrap: balance;
  text-shadow: 0 4px 24px rgba(1,14,43,.18);
}

.service-final-cta h2::after {
  display: block;
  width: 82px;
  height: 3px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--cyan), #fff, var(--pink));
  background-size: 220% 100%;
  box-shadow: 0 0 18px rgba(143,243,255,.28);
  content: "";
  animation: final-cta-title-rail 4.8s linear infinite;
}

.service-final-cta > span {
  max-width: 720px;
  color: rgba(255,255,255,.78);
}

.service-final-cta > div {
  position: relative;
  width: fit-content;
  padding-top: 16px;
}

.service-final-cta > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), rgba(255,255,255,.18), transparent);
  content: "";
  opacity: .65;
  transform-origin: left center;
  animation: final-cta-action-rail 4s ease-in-out infinite;
}

.service-final-cta a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.22,1,.36,1);
}

.service-final-cta a:first-child {
  box-shadow: 0 12px 28px rgba(5,29,74,.2), 0 0 0 0 rgba(143,243,255,.2);
  animation: final-cta-primary-pulse 3.8s ease-out infinite;
}

.service-final-cta a:first-child::before {
  position: absolute;
  z-index: -1;
  inset: 3px;
  border: 1px solid rgba(6,22,55,.18);
  border-radius: 4px;
  content: "";
  opacity: .72;
}

.service-final-cta a:first-child::after {
  position: absolute;
  z-index: -1;
  top: -70%;
  bottom: -70%;
  left: -34%;
  width: 20%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: final-cta-button-sheen 4.6s ease-in-out infinite;
}

.service-final-cta a:last-child {
  background: rgba(5,27,67,.12);
  backdrop-filter: blur(5px);
}

.service-final-cta a:last-child::after {
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 12px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  content: "";
  opacity: .55;
  transform: scaleX(.25);
  transform-origin: left center;
  transition: opacity 220ms ease, transform 280ms cubic-bezier(.22,1,.36,1);
}

.service-final-cta a:hover,
.service-final-cta a:focus-visible {
  box-shadow: 0 17px 34px rgba(4,24,61,.28), 0 0 0 5px rgba(143,243,255,.09);
  transform: translateY(-4px);
}

.service-final-cta a:last-child:hover,
.service-final-cta a:last-child:focus-visible {
  color: var(--navy);
  background: var(--cyan);
  border-color: var(--cyan);
}

.service-final-cta a:last-child:hover::after,
.service-final-cta a:last-child:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.service-final-cta a svg {
  filter: drop-shadow(0 0 5px rgba(6,22,55,.18));
  transition: transform 240ms cubic-bezier(.22,1,.36,1);
  animation: final-cta-icon 2.8s ease-in-out infinite;
}

.service-final-cta a:hover svg,
.service-final-cta a:focus-visible svg {
  transform: translateX(4px) scale(1.08);
}

@keyframes final-cta-sweep {
  0%, 12% { opacity: 0; transform: translateX(0) rotate(14deg); }
  24% { opacity: 1; }
  58%, 100% { opacity: 0; transform: translateX(560%) rotate(14deg); }
}

@keyframes final-cta-network {
  0%, 100% { opacity: .34; background-position: 0 0, 0 0; transform: perspective(580px) rotateY(-14deg) scale(1.08) translateX(2%); }
  50% { opacity: .68; background-position: 36px -24px, -28px 32px; transform: perspective(580px) rotateY(-10deg) scale(1.14) translateX(-2%); }
}

@keyframes final-cta-status {
  0%, 100% { box-shadow: 0 0 0 5px rgba(143,243,255,.1), 0 0 18px rgba(143,243,255,.35); }
  50% { box-shadow: 0 0 0 10px rgba(143,243,255,0), 0 0 24px rgba(143,243,255,.62); }
}

@keyframes final-cta-title-rail {
  from { background-position: 220% 0; }
  to { background-position: -20% 0; }
}

@keyframes final-cta-action-rail {
  0%, 100% { opacity: .38; transform: scaleX(.35); }
  50% { opacity: .9; transform: scaleX(1); }
}

@keyframes final-cta-primary-pulse {
  0%, 62%, 100% { box-shadow: 0 12px 28px rgba(5,29,74,.2), 0 0 0 0 rgba(143,243,255,.2); }
  76% { box-shadow: 0 14px 30px rgba(5,29,74,.24), 0 0 0 7px rgba(143,243,255,0); }
}

@keyframes final-cta-button-sheen {
  0%, 58% { opacity: 0; left: -34%; }
  68% { opacity: 1; }
  88%, 100% { opacity: 0; left: 120%; }
}

@keyframes final-cta-icon {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(2px); }
}

@media (max-width: 720px) {
  .service-final-cta::after { width: 88%; opacity: .38; }
  .service-final-cta h2::after { margin-top: 18px; }
  .service-final-cta > div { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .service-final-cta::before,
  .service-final-cta::after,
  .service-final-cta > p::before,
  .service-final-cta h2::after,
  .service-final-cta > div::before,
  .service-final-cta a:first-child,
  .service-final-cta a:first-child::after,
  .service-final-cta a svg {
    animation: none;
  }

  .service-final-cta a,
  .service-final-cta a:last-child::after,
  .service-final-cta a svg {
    transition: none;
  }
}
