/* Expert use-case pages. All selectors are page-scoped to avoid changing the
   shared marketing shell while the global navigation evolves independently. */
.uc-page {
    --uc-ink: #11192b;
    --uc-muted: #667086;
    --uc-line: rgba(28, 39, 61, .11);
    --uc-soft: #f3f5fa;
    --uc-pink: #f81f5c;
    overflow: clip;
    background: #f9fafc;
    color: var(--uc-ink);
    font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif);
}

.uc-page *, .uc-page *::before, .uc-page *::after { box-sizing: border-box; }
.uc-page h1, .uc-page h2, .uc-page h3, .uc-page p { margin-top: 0; }
.uc-page h1, .uc-page h2, .uc-page h3 { color: inherit; text-wrap: balance; }
.uc-page p, .uc-page li, .uc-page dd { text-wrap: pretty; }

.uc-kicker {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 9px;
    color: #5f6a80;
    font-size: 11px;
    font-weight: 690;
    letter-spacing: .035em;
}

.uc-kicker::before { width: 7px; height: 7px; border-radius: 2px; background: var(--uc-pink); box-shadow: 0 0 0 5px rgba(248,31,92,.08); content: ""; transform: rotate(45deg); }

.uc-hero {
    position: relative;
    min-height: 760px;
    margin: 18px;
    padding: 158px 0 86px;
    border: 1px solid var(--uc-line);
    border-radius: 34px;
    background: linear-gradient(145deg, #edf4f8, #f7f4f1 58%, #ebedf4);
}

.uc-hero-dark { border-color: rgba(255,255,255,.09); background: #101929; color: #fff; }
.uc-hero-dark .uc-kicker { color: rgba(255,255,255,.7); }
.uc-hero-grid { display: grid; grid-template-columns: minmax(0,.84fr) minmax(480px,1.16fr); align-items: center; gap: clamp(54px,7vw,100px); }
.uc-hero-copy { position: relative; z-index: 2; }
.uc-hero-copy h1 { max-width: 10.5ch; margin: 28px 0 25px; font-size: clamp(58px,6vw,86px); font-weight: 700; letter-spacing: -.07em; line-height: .94; }
.uc-platforms .uc-hero-copy h1 { max-width: 11.5ch; }
.uc-hero-copy > p { max-width: 59ch; margin-bottom: 30px; color: var(--uc-muted); font-size: 17px; line-height: 1.65; }
.uc-hero-dark .uc-hero-copy > p { color: rgba(230,236,246,.7); }
.uc-actions { display: flex; align-items: center; gap: 11px; flex-wrap: wrap; }
.uc-audience { display: flex; flex-wrap: wrap; gap: 8px; margin: 35px 0 0; padding: 0; list-style: none; }
.uc-audience li { padding: 8px 11px; border: 1px solid rgba(27,38,59,.1); border-radius: 999px; background: rgba(255,255,255,.55); color: #5f697e; font-size: 11px; font-weight: 600; }
.uc-hero-note { margin-top: 22px; color: #788196 !important; font-size: 11px !important; }

.uc-hero-scene { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.62); border-radius: 29px; background: #dfe7e8; box-shadow: 0 34px 90px rgba(29,43,60,.18), inset 0 1px 0 rgba(255,255,255,.8); isolation: isolate; }
.uc-hero-scene > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.uc-hero-scene::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(20,31,43,.18)); content: ""; pointer-events: none; }

.uc-onboarding { position: absolute; right: 6%; bottom: 8%; left: 12%; overflow: hidden; border: 1px solid rgba(29,41,58,.1); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 24px 60px rgba(22,35,48,.2); backdrop-filter: blur(18px); }
.uc-onboarding header, .uc-onboarding-footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 17px; color: #697386; font-size: 10px; }
.uc-onboarding header { border-bottom: 1px solid #e8eaf0; }
.uc-onboarding header span { color: #1a2436; font-size: 12px; font-weight: 680; }
.uc-onboarding-domain { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; margin: 16px; padding: 15px; border: 1px solid #e2e5ec; border-radius: 13px; background: white; }
.uc-onboarding-domain small { grid-column: 1 / -1; color: #687286; font-size: 10px; }
.uc-onboarding-domain strong { font-size: 14px; }
.uc-onboarding-domain i { align-self: center; padding: 4px 7px; border-radius: 999px; background: #e8f7ee; color: #18784b; font-size: 10px; font-style: normal; font-weight: 700; }
.uc-onboarding-route { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 8px; padding: 5px 24px 18px; color: #596579; font-size: 10px; font-weight: 650; }
.uc-onboarding-route i { height: 1px; background: linear-gradient(90deg,#39b87b,#f81f5c); }
.uc-onboarding-footer { background: rgba(248,249,252,.8); }
.uc-onboarding-footer span { display: flex; align-items: center; gap: 7px; }
.uc-onboarding-footer i { width: 7px; height: 7px; border-radius: 50%; background: #f4b740; box-shadow: 0 0 0 4px rgba(244,183,64,.1); }
.uc-onboarding-footer b { color: #1a2436; }

.uc-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 34px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(255,255,255,.09); }
.uc-hero-facts div { display: grid; gap: 3px; padding: 12px; background: rgba(13,21,36,.56); }
.uc-hero-facts dt { color: rgba(255,255,255,.74); font-size: 10px; }
.uc-hero-facts dd { margin: 0; color: rgba(255,255,255,.9); font-size: 10px; font-weight: 650; }

.uc-platform-scene { border-color: rgba(255,255,255,.13); background: #142333; }
.uc-platform-scene > img { filter: saturate(.72) contrast(1.08) brightness(.58); }
.uc-platform-scene::after { background: linear-gradient(110deg, rgba(7,17,28,.66), rgba(7,17,28,.18) 58%, rgba(7,17,28,.55)); }
.uc-routing-map { position: absolute; inset: 8%; display: grid; grid-template-columns: 1fr 70px 150px 70px 1fr; align-items: center; }
.uc-route-hosts { display: grid; gap: 10px; }
.uc-route-hosts span { display: flex; align-items: center; gap: 8px; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(13,24,34,.7); color: #fff; font-size: 10px; font-weight: 620; backdrop-filter: blur(8px); }
.uc-route-hosts i { width: 7px; height: 7px; border-radius: 50%; background: #40c486; }
.uc-route-lines { display: grid; gap: 25px; }
.uc-route-lines i { height: 1px; background: linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.65)); }
.uc-route-edge { display: grid; min-height: 150px; place-items: center; align-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.92); color: #162133; box-shadow: 0 18px 45px rgba(0,0,0,.25); text-align: center; }
.uc-route-edge img { width: 38px; }
.uc-route-edge strong { font-size: 10px; }
.uc-route-edge small { color: #626d7f; font-size: 10px; }
.uc-route-origin { display: grid; gap: 7px; padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(13,24,34,.75); color: #fff; backdrop-filter: blur(8px); }
.uc-route-origin small { color: rgba(255,255,255,.76); font-size: 10px; }
.uc-route-origin strong { font-size: 11px; }
.uc-route-origin b { width: max-content; padding: 4px 7px; border-radius: 999px; background: rgba(64,196,134,.14); color: #79dfaa; font-size: 8px; }

.uc-build-scene > img { filter: saturate(.75) contrast(1.04); }
.uc-build-scene::after { background: linear-gradient(100deg, rgba(242,246,247,.08), rgba(18,28,40,.12)); }
.uc-burden-stack { position: absolute; top: 9%; right: 8%; bottom: 9%; left: 17%; display: grid; align-content: center; gap: 7px; }
.uc-burden-stack span { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 58px; padding: 0 16px; border: 1px solid rgba(23,34,49,.1); border-radius: 12px; background: rgba(255,255,255,.82); box-shadow: 0 12px 28px rgba(23,35,46,.09); backdrop-filter: blur(12px); }
.uc-burden-stack span:nth-child(n+3) { margin-left: calc((var(--layer, 0)) * 1px); }
.uc-burden-stack span:nth-child(2) { margin-left: 18px; }
.uc-burden-stack span:nth-child(3) { margin-left: 36px; }
.uc-burden-stack span:nth-child(4) { margin-left: 54px; }
.uc-burden-stack span:nth-child(5) { margin-left: 72px; background: rgba(17,25,42,.9); color: #fff; }
.uc-burden-stack b { font-size: 11px; }
.uc-burden-stack small { color: #5f697b; font-size: 10px; }
.uc-burden-stack span:last-child small { color: rgba(255,255,255,.76); }

.uc-section { padding: 112px 0; background: #f9fafc; }
.uc-section-soft { background: var(--uc-soft); }
.uc-section-dark { background: #11192a; color: #fff; }
.uc-section-head { max-width: 850px; margin-bottom: 54px; }
.uc-section-head h2 { max-width: 15ch; margin: 24px 0 20px; font-size: clamp(45px,5vw,70px); font-weight: 680; letter-spacing: -.06em; line-height: .98; }
.uc-section-head > p { max-width: 65ch; margin: 0; color: var(--uc-muted); font-size: 16px; line-height: 1.7; }
.uc-section-dark .uc-section-head > p { color: rgba(228,234,244,.65); }
.uc-section-dark .uc-kicker { color: rgba(255,255,255,.7); }

.uc-before-after, .uc-fit-grid, .uc-decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.uc-before-after article, .uc-fit-grid article, .uc-decision-grid article { padding: clamp(28px,4vw,48px); border: 1px solid var(--uc-line); border-radius: 25px; background: #fff; box-shadow: 0 18px 50px rgba(31,43,65,.05); }
.uc-before-after article:last-child { background: #182234; color: #fff; }
.uc-before-after article > span { color: var(--uc-pink); font-size: 11px; font-weight: 680; }
.uc-before-after h3, .uc-fit-grid h3, .uc-decision-grid h3 { margin: 22px 0; font-size: 27px; letter-spacing: -.04em; }
.uc-before-after ol, .uc-fit-grid ul, .uc-decision-grid ul { display: grid; gap: 14px; margin: 0; padding-left: 20px; color: #697286; font-size: 14px; line-height: 1.55; }
.uc-decision-grid ul { padding: 0; list-style: none; }
.uc-decision-grid li { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: start; gap: 11px; }
.uc-decision-grid li svg { width: 20px; height: 20px; margin-top: 1px; padding: 4px; border-radius: 6px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.uc-decision-build li svg { background: #eef1f6; color: #536078; }
.uc-decision-managed li svg { background: rgba(248,31,92,.1); color: var(--uc-pink); }
.uc-before-after article:last-child ol { color: rgba(235,240,248,.7); }

.uc-lifecycle { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; list-style: none; }
.uc-lifecycle li { position: relative; min-width: 0; padding: 28px 23px; border-right: 1px solid rgba(255,255,255,.1); }
.uc-lifecycle li:last-child { border-right: 0; }
.uc-lifecycle li::after { position: absolute; top: 38px; right: -4px; width: 7px; height: 7px; border-top: 1px solid rgba(255,255,255,.36); border-right: 1px solid rgba(255,255,255,.36); content: ""; transform: rotate(45deg); }
.uc-lifecycle li:last-child::after { display: none; }
.uc-lifecycle li > b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: rgba(248,31,92,.13); color: #ff5c87; font-size: 9px; }
.uc-lifecycle h3 { margin: 23px 0 10px; font-size: 18px; }
.uc-lifecycle p { min-height: 88px; color: rgba(230,235,244,.62); font-size: 11px; line-height: 1.55; }
.uc-lifecycle code { color: #7fe0ad; font-size: 9px; }
.uc-state-note { margin: 22px 0 0; color: rgba(228,234,244,.62); font-size: 11px; line-height: 1.6; }
.uc-state-note b { color: #fff; font-weight: 650; }

.uc-responsibility-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(50px,8vw,115px); }
.uc-responsibility-layout .uc-section-head { position: sticky; top: 110px; margin: 0; }
.uc-responsibility { overflow: auto; border: 1px solid var(--uc-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(31,43,65,.05); scrollbar-gutter: stable; -webkit-overflow-scrolling: touch; }
.uc-responsibility [role=row] { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--uc-line); }
.uc-responsibility [role=row]:last-child { border-bottom: 0; }
.uc-responsibility strong, .uc-responsibility span { padding: 18px 20px; }
.uc-responsibility strong { background: #182234; color: #fff; font-size: 11px; }
.uc-responsibility strong + strong, .uc-responsibility span + span { border-left: 1px solid var(--uc-line); }
.uc-responsibility span { color: #687286; font-size: 12px; line-height: 1.45; }
.uc-responsibility span + span { color: #253148; font-weight: 620; }

.uc-contract-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px,8vw,110px); }
.uc-contract-grid .uc-section-head { margin: 0; }
.uc-checks { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; color: #657086; font-size: 12px; }
.uc-checks li { display: flex; gap: 9px; }
.uc-checks li::before { color: var(--uc-pink); content: "✓"; font-weight: 800; }
.uc-code { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 21px; background: #101827; color: #eaf0f8; box-shadow: 0 28px 65px rgba(27,38,58,.2); }
.uc-code header, .uc-code footer { display: flex; justify-content: space-between; padding: 15px 18px; background: rgba(255,255,255,.04); color: #929daf; font-size: 9px; }
.uc-code header { border-bottom: 1px solid rgba(255,255,255,.08); }
.uc-code footer { border-top: 1px solid rgba(255,255,255,.08); }
.uc-code footer strong { color: #74dca5; }
.uc-code pre { overflow-x: auto; margin: 0; padding: 28px; color: #dce4f0; font-size: 11px; line-height: 1.8; }

.uc-request-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,8vw,110px); }
.uc-request-layout .uc-section-head { margin: 0; }
.uc-request-flow { display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; }
.uc-request-flow article { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 15px; padding: 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
.uc-request-flow article:last-child { border-bottom: 0; }
.uc-request-flow article > b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: rgba(248,31,92,.13); color: #ff5c87; font-size: 9px; }
.uc-request-flow article > span { display: grid; grid-template-columns: 1fr auto; gap: 4px 15px; }
.uc-request-flow small { grid-column: 1 / -1; color: rgba(255,255,255,.72); font-size: 10px; }
.uc-request-flow strong { font-size: 13px; }
.uc-request-flow em { color: rgba(255,255,255,.74); font-size: 10px; font-style: normal; }

.uc-ops-table, .uc-compare { overflow: auto; border: 1px solid var(--uc-line); border-radius: 22px; background: #fff; scrollbar-gutter: stable; -webkit-overflow-scrolling: touch; }
.uc-ops-table [role=row], .uc-compare [role=row] { display: grid; grid-template-columns: .8fr 1.1fr 1.1fr; border-bottom: 1px solid var(--uc-line); }
.uc-ops-table [role=row]:last-child, .uc-compare [role=row]:last-child { border-bottom: 0; }
.uc-ops-table strong, .uc-ops-table span, .uc-compare strong, .uc-compare span { padding: 18px 20px; border-right: 1px solid var(--uc-line); }
.uc-ops-table :is(strong,span):last-child, .uc-compare :is(strong,span):last-child { border-right: 0; }
.uc-ops-table strong { background: #eff2f7; color: #505c71; font-size: 10px; }
.uc-ops-table span { color: #677186; font-size: 12px; line-height: 1.45; }

.uc-scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.uc-scenario-grid article { min-height: 210px; padding: 30px; border: 1px solid var(--uc-line); border-radius: 22px; background: #fff; }
.uc-scenario-grid article > span { color: var(--uc-pink); font-size: 11px; font-weight: 680; }
.uc-scenario-grid h3 { margin: 38px 0 12px; font-size: 23px; letter-spacing: -.035em; }
.uc-scenario-grid p { margin: 0; color: #6b7486; font-size: 12px; line-height: 1.55; }

.uc-decision-grid article:first-child { background: #fff; }
.uc-decision-grid article:last-child { border-color: rgba(248,31,92,.14); background: #fff4f7; }
.uc-section-dark .uc-compare { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.uc-section-dark .uc-compare [role=row] { border-color: rgba(255,255,255,.09); }
.uc-section-dark .uc-compare strong, .uc-section-dark .uc-compare span { border-color: rgba(255,255,255,.09); }
.uc-compare strong { background: rgba(255,255,255,.055); color: rgba(255,255,255,.62); font-size: 9px; }
.uc-compare span { color: rgba(232,237,246,.66); font-size: 11px; line-height: 1.45; }
.uc-compare span:first-child { color: #fff; font-weight: 620; }
.uc-compare span:last-child { color: #8be3b4; }

.uc-lifecycle-story { background: #f4f6fa; }
.uc-lifecycle-story > .shell > .uc-section-head { max-width: 820px; }
.uc-build-lifecycle { display: grid; grid-template-columns: minmax(300px,.76fr) minmax(460px,1.24fr); align-items: start; gap: clamp(50px,7vw,104px); }
.uc-build-lifecycle ol { display: grid; margin: 0; padding: 0; list-style: none; }
.uc-build-lifecycle li { min-height: clamp(240px,38vh,390px); }
.uc-build-lifecycle li button { width: 100%; margin: 0; padding: 30px 28px; border: 0; border-radius: 20px; color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.uc-build-lifecycle li button > span { display: block; margin-bottom: 30px; color: #98a1b2; font: 700 9px/1 var(--font-mono,ui-monospace,monospace); letter-spacing: .12em; }
.uc-build-lifecycle li b { display: block; color: #202b40; font-size: 18px; }
.uc-build-lifecycle li p { max-width: 440px; margin: 10px 0 0; color: #626d81; font-size: 13px; line-height: 1.55; }
.uc-build-lifecycle li.is-lifecycle-current button { background: rgba(248,31,92,.065); }
.uc-build-lifecycle li.is-lifecycle-current button > span,
.uc-build-lifecycle li.is-lifecycle-current b { color: var(--uc-pink); }
.uc-build-lifecycle li button:focus-visible { outline: 2px solid var(--uc-pink); outline-offset: 4px; }

.uc-lifecycle-visual { position: sticky; top: 110px; overflow: clip; min-height: min(650px,calc(100vh - 140px)); border-radius: 30px; color: #fff; background: radial-gradient(circle at 85% 18%,rgba(248,31,92,.18),transparent 31%),linear-gradient(145deg,#111a2d,#18233a); }
.uc-lifecycle-visual-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 28px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.uc-lifecycle-visual-head code { color: rgba(255,255,255,.84); font-size: 10px; letter-spacing: 0; text-transform: none; }
.uc-lifecycle-panels { position: relative; min-height: 520px; }
.uc-lifecycle-panels article { position: absolute; inset: 0; display: grid; align-content: center; padding: clamp(30px,5vw,64px); opacity: 0; pointer-events: none; transform: translateY(18px); }
.uc-lifecycle-panels article.is-lifecycle-current { z-index: 1; opacity: 1; pointer-events: auto; transform: none; }
[data-lifecycle-story][data-lifecycle-ready="true"] .uc-lifecycle-panels article { transition: opacity .34s ease, transform .34s ease; }
[data-lifecycle-story][data-lifecycle-ready="true"] .uc-build-lifecycle li button { transition: color .28s ease, background-color .28s ease; }
[data-lifecycle-story][data-lifecycle-ready="true"] .uc-lifecycle-progress i { transition: width .34s ease; }
.uc-lifecycle-panels article > span { color: #ff6d95; font-size: 10px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.uc-lifecycle-panels h3 { max-width: 480px; margin: 16px 0 38px; font-size: clamp(31px,3.3vw,49px); letter-spacing: -.045em; line-height: 1.02; }
.uc-lifecycle-panels dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 32px 0 0; }
.uc-lifecycle-panels dl div { padding: 15px 17px; border-radius: 13px; background: rgba(255,255,255,.075); }
.uc-lifecycle-panels dt { margin-bottom: 6px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; }
.uc-lifecycle-panels dd { margin: 0; color: rgba(255,255,255,.9); font: 650 10px var(--font-mono,ui-monospace,monospace); }
.uc-lifecycle-progress { position: absolute; right: 28px; bottom: 22px; left: 28px; height: 3px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.1); }
.uc-lifecycle-progress i { display: block; width: var(--lifecycle-progress,16.666%); height: 100%; border-radius: inherit; background: var(--uc-pink); }
.uc-schema-lines { display: grid; gap: 9px; }
.uc-schema-lines i { width: var(--line); height: 9px; border-radius: 99px; background: rgba(255,255,255,.14); }
.uc-dns-record { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px 16px; padding: 21px; border-radius: 17px; background: rgba(255,255,255,.08); }
.uc-dns-record small { color: #ff7a9e; font-size: 9px; font-weight: 800; }
.uc-dns-record strong { font-size: 14px; }
.uc-dns-record i { grid-row: 1 / 3; grid-column: 3; color: #ff7a9e; font-style: normal; }
.uc-dns-record code { grid-column: 2; color: rgba(255,255,255,.62); font-size: 11px; }
.uc-certificate-mark { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 4px 18px; }
.uc-certificate-mark i { grid-row: 1 / 3; width: 58px; height: 58px; border-radius: 50%; background: radial-gradient(circle,#ff2d66 0 21%,rgba(255,45,102,.2) 22% 48%,rgba(255,45,102,.08) 49%); }
.uc-certificate-mark b { font-size: 22px; }
.uc-certificate-mark small { color: rgba(255,255,255,.55); }
.uc-route-map,.uc-retire-sequence { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; }
.uc-route-map b,.uc-retire-sequence span { padding: 13px 15px; border-radius: 12px; background: rgba(255,255,255,.09); font-size: 11px; text-align: center; }
.uc-route-map i,.uc-retire-sequence i { height: 2px; background: linear-gradient(90deg,rgba(255,45,102,.15),#ff2d66); }
.uc-health-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.uc-health-grid i { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.08); font-style: normal; }
.uc-health-grid small,.uc-health-grid b { display: block; }
.uc-health-grid small { margin-bottom: 20px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; }
.uc-health-grid b { color: #8be3b4; font-size: 11px; }

.uc-migration-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,110px); }
.uc-migration-layout .uc-section-head { margin: 0; }
.uc-migration { display: grid; margin: 0; padding: 0; counter-reset: migration; list-style: none; }
.uc-migration li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--uc-line); counter-increment: migration; }
.uc-migration li:first-child { border-top: 1px solid var(--uc-line); }
.uc-migration b { color: #253149; font-size: 12px; }
.uc-migration b::before { margin-right: 8px; color: var(--uc-pink); content: "0" counter(migration); font-size: 9px; }
.uc-migration span { color: #667186; font-size: 12px; line-height: 1.5; }

.uc-faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: clamp(50px,8vw,120px); }
.uc-faq-layout .uc-section-head { position: sticky; top: 110px; margin: 0; }
.uc-faq { border-top: 1px solid var(--uc-line); }
.uc-faq details { border-bottom: 1px solid var(--uc-line); }
.uc-faq summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; color: #202b40; font-size: 15px; font-weight: 650; list-style: none; }
.uc-faq summary::-webkit-details-marker { display: none; }
.uc-faq summary::after { position: absolute; top: 22px; right: 8px; color: var(--uc-pink); content: "+"; font-size: 19px; font-weight: 400; }
.uc-faq details[open] summary::after { content: "−"; }
.uc-faq summary:focus-visible { border-radius: 5px; outline: 2px solid var(--uc-pink); outline-offset: 4px; }
.uc-faq p { max-width: 70ch; margin: -5px 0 24px; color: #687286; font-size: 13px; line-height: 1.65; }
.uc-page :is(.uc-responsibility, .uc-ops-table, .uc-compare):focus-visible { outline: 2px solid var(--uc-pink); outline-offset: 4px; }

/* Shared orientation layer: each guide has one job and an explicit adjacent
   path, without repeating the implementation detail of the other pages. */
.uc-path-section {
    padding: clamp(72px, 8vw, 112px) 0;
    border-bottom: 1px solid var(--uc-line);
    background: #fff;
}

.uc-path-section-dark { color: #fff; background: #111a2b; }
.uc-path-heading { display: grid; max-width: 800px; gap: 18px; margin-bottom: 42px; }
.uc-path-heading h2 { max-width: 14ch; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: .97; letter-spacing: -.055em; }
.uc-path-heading p { max-width: 62ch; margin: 0; color: var(--uc-muted); font-size: 15px; line-height: 1.65; }
.uc-path-section-dark .uc-path-heading p { color: rgba(232,237,246,.65); }
.uc-path-section-dark .uc-kicker { color: rgba(255,255,255,.7); }

.uc-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.uc-path-grid a {
    position: relative;
    display: flex;
    min-height: 236px;
    padding: 26px;
    border: 1px solid var(--uc-line);
    border-radius: 22px;
    flex-direction: column;
    color: var(--uc-ink);
    background: #f8f9fc;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.uc-path-grid a::after { position: absolute; top: 24px; right: 24px; color: #7c8799; content: "↗"; font-size: 17px; }
.uc-path-grid a:hover { border-color: rgba(248,31,92,.28); box-shadow: 0 20px 46px rgba(27,39,61,.08); transform: translateY(-3px); }
.uc-path-grid a:focus-visible { outline: 3px solid rgba(248,31,92,.28); outline-offset: 4px; }
.uc-path-grid a[aria-current="page"] { border-color: rgba(248,31,92,.34); background: #fff2f6; box-shadow: inset 0 3px 0 var(--uc-pink); }
.uc-path-grid a[aria-current="page"]::after { content: "Current"; color: var(--uc-pink); font-size: 11px; font-weight: 750; }
.uc-path-grid span { color: var(--uc-pink); font-size: 11px; font-weight: 740; letter-spacing: .07em; text-transform: uppercase; }
.uc-path-grid strong { max-width: 17ch; margin: auto 0 14px; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.uc-path-grid small { color: #6b7588; font-size: 12px; line-height: 1.5; }
.uc-path-section-dark .uc-path-grid a { border-color: rgba(255,255,255,.11); color: #fff; background: rgba(255,255,255,.045); }
.uc-path-section-dark .uc-path-grid a[aria-current="page"] { border-color: rgba(255,92,135,.4); background: rgba(248,31,92,.1); }
.uc-path-section-dark .uc-path-grid small { color: rgba(232,237,246,.62); }

/* Contextual conversion close. It states the prerequisites and sends each
   segment to the next action implied by the page, rather than a generic CTA. */
.uc-next-step { padding: clamp(80px, 10vw, 140px) 0; color: #fff; background: #182234; }
.uc-next-step-dark { background: #0d1524; }
.uc-next-step-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); align-items: end; gap: clamp(48px, 8vw, 120px); }
.uc-next-step .uc-kicker { color: rgba(255,255,255,.7); }
.uc-next-step h2 { max-width: 13ch; margin: 24px 0; font-size: clamp(46px, 6vw, 78px); line-height: .95; letter-spacing: -.06em; }
.uc-next-step p { max-width: 56ch; color: rgba(232,237,246,.68); font-size: 16px; line-height: 1.65; }
.uc-next-step ul { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; color: rgba(239,243,249,.78); list-style: none; font-size: 12px; }
.uc-next-step li { display: flex; gap: 9px; }
.uc-next-step li::before { color: #ff668e; content: "✓"; font-weight: 800; }
.uc-next-actions { display: grid; gap: 12px; }
.uc-next-actions [data-slot="button"] { width: 100%; }

/* The TCO calculator is deliberately a worksheet, not a savings claim. Every
   operand is visible, starts at zero and is calculated locally. */
.uc-tco-section { background: #edf1f7; }
.uc-tco { overflow: hidden; border: 1px solid rgba(25,37,58,.13); border-radius: 28px; background: #fff; box-shadow: 0 28px 70px rgba(27,39,61,.1); }
.uc-tco fieldset { min-width: 0; margin: 0; padding: 26px; border: 0; }
.uc-tco > fieldset { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .42fr); align-items: end; gap: 22px; border-bottom: 1px solid var(--uc-line); }
.uc-tco legend { padding: 0; color: #253149; font-size: 17px; font-weight: 720; letter-spacing: -.025em; }
.uc-tco label { display: grid; gap: 8px; color: #5f6a7e; font-size: 11px; font-weight: 650; line-height: 1.35; }
.uc-tco input, .uc-tco select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid rgba(25,37,58,.15); border-radius: 11px; color: #152037; background: #fbfcfe; font: 650 15px/1 var(--font-sans); }
.uc-tco input:focus-visible, .uc-tco select:focus-visible, .uc-tco-reset:focus-visible { border-color: var(--uc-pink); outline: 3px solid rgba(248,31,92,.13); outline-offset: 2px; }
.uc-tco-columns { display: grid; grid-template-columns: 1fr 1fr; }
.uc-tco-columns fieldset { display: grid; align-content: start; gap: 18px; }
.uc-tco-columns fieldset + fieldset { border-left: 1px solid var(--uc-line); background: #f8f9fc; }
.uc-tco-columns legend { margin-bottom: 20px; }
.uc-tco-formula { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--uc-line); border-bottom: 1px solid var(--uc-line); background: #111a2c; }
.uc-tco-formula p { margin: 0; padding: 17px 26px; color: rgba(235,240,248,.66); font-size: 11px; line-height: 1.55; }
.uc-tco-formula p + p { border-left: 1px solid rgba(255,255,255,.11); }
.uc-tco-formula strong { color: #fff; }
.uc-tco-caveat { margin: 0; padding: 13px 26px; border-bottom: 1px solid var(--uc-line); color: #697489; background: #f8f9fc; font-size: 11px; line-height: 1.5; }
.uc-tco-results { display: grid; grid-template-columns: 1fr 1fr; }
.uc-tco-results > div { display: grid; gap: 8px; padding: 26px; }
.uc-tco-results > div + div { border-left: 1px solid var(--uc-line); }
.uc-tco-results span { color: #697489; font-size: 11px; font-weight: 680; }
.uc-tco-results output { color: #152037; font-size: clamp(34px, 4vw, 54px); font-weight: 680; letter-spacing: -.055em; }
.uc-tco-results p { grid-column: 1 / -1; margin: 0; padding: 17px 26px; border-top: 1px solid var(--uc-line); color: #4f5b70; background: #fff3f6; font-size: 13px; font-weight: 620; }
.uc-tco-reset { margin: 0 26px 26px; padding: 11px 15px; border: 1px solid rgba(25,37,58,.14); border-radius: 10px; color: #4f5b70; background: #fff; font: 650 12px/1 var(--font-sans); cursor: pointer; }
.uc-tco-reset:hover { border-color: rgba(248,31,92,.3); color: var(--uc-pink); }

/* Progressive motion: active steps and routes, never hidden content. */
.uc-page[data-purposeful-motion="true"] .uc-hero-scene > img {
    transform: translate3d(0, var(--motion-parallax-y, 0), 0) scale(1.025);
    transition: transform .16s linear;
    will-change: transform;
}

.uc-page[data-purposeful-motion="true"] .uc-onboarding-route i,
.uc-page[data-purposeful-motion="true"] .uc-route-lines i {
    background-size: 220% 100%;
}

.uc-page[data-purposeful-motion="true"] .uc-hero-scene.is-motion-active .uc-onboarding-route i,
.uc-page[data-purposeful-motion="true"] .uc-hero-scene.is-motion-active .uc-route-lines i {
    animation: uc-route-signal 3.4s linear infinite;
}

.uc-page[data-purposeful-motion="true"] .uc-route-lines i:nth-child(2) { animation-delay: -.8s; }
.uc-page[data-purposeful-motion="true"] .uc-route-lines i:nth-child(3) { animation-delay: -1.6s; }

@keyframes uc-route-signal {
    from { background-position: 100% 50%; }
    to { background-position: -100% 50%; }
}

.uc-page[data-purposeful-motion="true"] :is(
    .uc-lifecycle li,
    .uc-request-flow article,
    .uc-build-lifecycle li,
    .uc-migration li
) {
    transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.uc-page .uc-lifecycle li:is(.is-motion-current, :focus-within),
.uc-page .uc-request-flow article:is(.is-motion-current, :focus-within) {
    background: linear-gradient(135deg, rgba(248,31,92,.095), rgba(255,255,255,.025));
}

.uc-page .uc-lifecycle li:is(.is-motion-current, :focus-within) > b,
.uc-page .uc-request-flow article:is(.is-motion-current, :focus-within) > b {
    background: var(--uc-pink);
    color: #fff;
    box-shadow: 0 .6rem 1.5rem rgba(248,31,92,.2);
}

.uc-page .uc-build-lifecycle li button,
.uc-page .uc-migration li {
    position: relative;
}

.uc-page .uc-migration li:is(.is-motion-current, :focus-within) {
    border-color: rgba(248,31,92,.2);
    background: linear-gradient(90deg, rgba(248,31,92,.055), rgba(248,31,92,0) 76%);
    transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
    .uc-page :is(
        .uc-before-after article,
        .uc-fit-grid article,
        .uc-decision-grid article,
        .uc-scenario-grid article
    ) {
        transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
    }

    .uc-page :is(
        .uc-before-after article,
        .uc-fit-grid article,
        .uc-decision-grid article,
        .uc-scenario-grid article
    ):hover {
        border-color: rgba(248,31,92,.2);
        box-shadow: 0 1.6rem 3.8rem rgba(31,43,65,.1);
        transform: translateY(-3px);
    }
}

.uc-faq summary::after {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--uc-line);
    border-radius: 50%;
    content: "+";
    font-size: 17px;
    line-height: 1;
    transform: rotate(0);
    transition: border-color .24s ease, background-color .24s ease, transform .24s ease;
}

.uc-faq details[open] summary::after {
    border-color: rgba(248,31,92,.2);
    background: #fff0f5;
    content: "+";
    transform: rotate(45deg);
}

.uc-page[data-purposeful-motion="true"] .uc-faq details[open] p {
    animation: uc-faq-content .28s ease-out both;
}

@keyframes uc-faq-content {
    from { opacity: .72; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
    .uc-hero { min-height: 0; padding-top: 150px; }
    .uc-hero-grid { grid-template-columns: 1fr; }
    .uc-hero-copy { max-width: 780px; }
    .uc-hero-copy h1 { max-width: 12ch; }
    .uc-hero-scene { min-height: 500px; }
    .uc-lifecycle { grid-template-columns: 1fr 1fr; }
    .uc-lifecycle li { border-bottom: 1px solid rgba(255,255,255,.1); }
    .uc-lifecycle li:nth-child(even) { border-right: 0; }
    .uc-lifecycle li:last-child { grid-column: 1 / -1; border-bottom: 0; }
    .uc-lifecycle li::after { display: none; }
    .uc-lifecycle p { min-height: 0; }
    .uc-responsibility-layout, .uc-contract-grid, .uc-request-layout, .uc-build-lifecycle, .uc-migration-layout, .uc-faq-layout { grid-template-columns: 1fr; gap: 45px; }
    .uc-responsibility-layout .uc-section-head, .uc-faq-layout .uc-section-head { position: static; }
    .uc-build-lifecycle ol { order: 2; }
    .uc-build-lifecycle li { min-height: 0; }
    .uc-lifecycle-visual { position: relative; top: auto; min-height: 570px; }
    .uc-path-grid { grid-template-columns: 1fr; }
    .uc-path-grid a { min-height: 190px; }
    .uc-next-step-inner { grid-template-columns: 1fr; align-items: start; }
    .uc-next-actions { max-width: 480px; }
}

@media (max-width: 700px) {
    .uc-hero { margin: 8px; padding: 122px 0 55px; border-radius: 23px; }
    .uc-hero-copy h1 { margin-top: 22px; font-size: clamp(48px,14vw,64px); }
    .uc-hero-copy > p { font-size: 15px; }
    .uc-audience { display: grid; }
    .uc-hero-scene { min-height: 410px; border-radius: 22px; }
    .uc-onboarding { right: 4%; left: 4%; }
    .uc-hero-facts { grid-template-columns: 1fr; }
    .uc-routing-map { inset: 5%; grid-template-columns: 1fr 32px 100px; }
    .uc-route-origin { position: absolute; right: 0; bottom: 0; left: 0; }
    .uc-route-edge { min-height: 120px; }
    .uc-burden-stack { right: 5%; left: 5%; }
    .uc-burden-stack span:nth-child(n) { margin-left: 0; }
    .uc-section { padding: 78px 0; }
    .uc-section-head { margin-bottom: 38px; }
    .uc-section-head h2 { font-size: clamp(40px,12vw,54px); }
    .uc-before-after, .uc-fit-grid, .uc-decision-grid, .uc-scenario-grid { grid-template-columns: 1fr; }
    .uc-lifecycle { grid-template-columns: 1fr; }
    .uc-lifecycle li, .uc-lifecycle li:nth-child(even), .uc-lifecycle li:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .uc-lifecycle li:last-child { border-bottom: 0; }
    .uc-responsibility [role=row] { min-width: 470px; }
    .uc-ops-table [role=row], .uc-compare [role=row] { min-width: 680px; }
    .uc-page :is(.uc-responsibility, .uc-ops-table, .uc-compare)::before {
        position: sticky;
        left: .75rem;
        z-index: 2;
        display: block;
        width: max-content;
        margin: .65rem .75rem;
        padding: .4rem .65rem;
        border: 1px solid rgba(28,39,61,.12);
        border-radius: 999px;
        color: #566176;
        background: rgba(255,255,255,.94);
        box-shadow: 0 .4rem 1rem rgba(24,35,55,.08);
        content: "Scroll to compare \2192";
        font-size: 11px;
        font-weight: 680;
        pointer-events: none;
    }
    .uc-page .uc-section-dark .uc-compare::before {
        border-color: rgba(255,255,255,.14);
        color: rgba(255,255,255,.78);
        background: rgba(17,25,42,.92);
    }
    .uc-request-flow article > span { grid-template-columns: 1fr; }
    .uc-request-flow small { grid-column: 1; }
    .uc-build-lifecycle li button { padding: 23px 18px; }
    .uc-build-lifecycle li button > span { margin-bottom: 15px; }
    .uc-lifecycle-visual { min-height: 520px; border-radius: 23px; }
    .uc-lifecycle-panels { min-height: 405px; }
    .uc-lifecycle-panels article { padding: 28px 22px; }
    .uc-lifecycle-panels h3 { margin-bottom: 28px; }
    .uc-lifecycle-panels dl { grid-template-columns: 1fr; }
    .uc-route-map,.uc-retire-sequence { grid-template-columns: 1fr; }
    .uc-route-map i,.uc-retire-sequence i { width: 2px; height: 12px; justify-self: center; }
    .uc-health-grid { gap: 5px; }
    .uc-health-grid i { padding: 12px; }
    .uc-migration li { grid-template-columns: 1fr; gap: 8px; }
    .uc-path-section { padding: 72px 0; }
    .uc-path-heading h2 { font-size: clamp(40px, 12vw, 54px); }
    .uc-path-grid a { min-height: 180px; padding: 22px; }
    .uc-next-step-inner { gap: 38px; }
    .uc-next-step h2 { font-size: clamp(42px, 12vw, 56px); }
    .uc-tco > fieldset, .uc-tco-columns, .uc-tco-formula, .uc-tco-results { grid-template-columns: 1fr; }
    .uc-tco-columns fieldset + fieldset, .uc-tco-formula p + p, .uc-tco-results > div + div { border-left: 0; border-top: 1px solid var(--uc-line); }
    .uc-tco-formula p + p { border-color: rgba(255,255,255,.11); }
    .uc-tco-results p { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .uc-page *,
    .uc-page *::before,
    .uc-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .uc-page .uc-hero-scene > img,
    .uc-page .uc-build-lifecycle li button,
    .uc-page .uc-migration li,
    .uc-page :is(.uc-before-after article, .uc-fit-grid article, .uc-decision-grid article, .uc-scenario-grid article) {
        transform: none !important;
    }

    .uc-lifecycle-panels article { transform: none !important; }
}
