:root {
  --navy: #0b1d3a;
  --navy-2: #102a50;
  --blue: #0b3f91;
  --bright-blue: #0066ff;
  --cyan: #00bfae;
  --ink: #2b3139;
  --muted: #566273;
  --soft: #f3f5f7;
  --white: #ffffff;
  --border: #d9e0e8;
  --radius: 1.4rem;
  --shadow: 0 1.5rem 4rem rgb(13 27 42 / 12%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 20rem; font-size: 1rem; line-height: 1.6; background: var(--white); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: .2rem solid var(--cyan); outline-offset: .2rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; transform: translateY(-160%); background: var(--white); color: var(--navy); padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(74rem, calc(100% - 2.5rem)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / 94%); backdrop-filter: blur(.8rem); border-bottom: 1px solid rgb(13 27 42 / 8%); }
.header-inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1.05; color: var(--navy); }
.brand-name { font-size: 1.22rem; font-weight: 800; letter-spacing: .12em; }
.brand-signature { margin-top: .28rem; font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.45rem; }
.main-nav > a:not(.button) { text-decoration: none; font-size: .92rem; font-weight: 650; }
.main-nav > a:not(.button):hover { color: var(--bright-blue); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .65rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 1.45rem; height: .12rem; margin: .25rem; background: var(--navy); }
.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; gap: .6rem; border-radius: 999px; padding: .75rem 1.25rem; background: var(--bright-blue); color: var(--white); text-decoration: none; font-weight: 750; box-shadow: 0 .7rem 1.8rem rgb(37 99 235 / 25%); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #1755cc; }
.button-small { min-height: 2.65rem; padding: .55rem 1rem; font-size: .88rem; }
.button-ghost { background: transparent; border: 1px solid rgb(255 255 255 / 36%); box-shadow: none; }
.button-ghost:hover { background: rgb(255 255 255 / 9%); }
.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,var(--navy) 0%,rgb(11 29 58 / 98%) 42%,rgb(11 29 58 / 72%) 67%,rgb(11 29 58 / 24%) 100%); }
.hero-background { position: absolute; z-index: -2; inset: 0 0 0 36%; overflow: hidden; }
.hero-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom,rgb(11 29 58 / 8%),rgb(11 29 58 / 32%)); }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgb(0 194 255 / 28%) 1px, transparent 1px), linear-gradient(90deg, rgb(0 194 255 / 28%) 1px, transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(90deg, transparent, black); }
.hero-inner { position: relative; min-height: 43rem; display: flex; align-items: center; padding-block: 5rem; }
.hero-copy { width: min(100%, 58rem); }
.eyebrow { margin: 0 0 1rem; color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 800; }
h1, h2, h3 { margin-top: 0; font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 49rem; margin-bottom: 1.35rem; font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { margin-bottom: 1rem; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.7rem); }
h3 { color: var(--navy); font-size: 1.35rem; }
.hero-lead { max-width: 47rem; margin: 0; color: rgb(255 255 255 / 82%); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .75rem 2rem; margin: 2.3rem 0 0; padding: 0; list-style: none; color: rgb(255 255 255 / 72%); font-size: .85rem; }
.hero-points li::before { content: ""; display: inline-block; width: .42rem; height: .42rem; margin-right: .55rem; border-radius: 50%; background: var(--cyan); }
.hero-panel { padding: 1.6rem; border: 1px solid rgb(255 255 255 / 18%); border-radius: var(--radius); background: rgb(255 255 255 / 7%); backdrop-filter: blur(.7rem); }
.hero-tech-panel { position: relative; isolation: isolate; min-height: 31rem; overflow: hidden; padding: 0; background: #06172d; box-shadow: 0 2rem 5rem rgb(0 0 0 / 28%),inset 0 0 0 1px rgb(0 194 255 / 8%); }
.hero-tech-panel::before { content: ""; position: absolute; inset: .8rem; z-index: 2; border: 1px solid rgb(0 194 255 / 24%); border-radius: 1rem; pointer-events: none; clip-path: polygon(0 0,30% 0,34% 2px,66% 2px,70% 0,100% 0,100% 100%,70% 100%,66% calc(100% - 2px),34% calc(100% - 2px),30% 100%,0 100%); }
.hero-tech-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero-tech-shade { position: absolute; inset: 0; background: linear-gradient(to bottom,rgb(5 18 37 / 3%) 28%,rgb(5 18 37 / 35%) 58%,rgb(5 18 37 / 97%) 100%),linear-gradient(135deg,rgb(0 102 255 / 9%),transparent 48%); }
.hero-tech-copy { position: absolute; z-index: 3; right: 1.7rem; bottom: 4.8rem; left: 1.7rem; }
.hero-tech-copy > strong { display: block; max-width: 19rem; color: var(--white); font-size: 1.35rem; line-height: 1.15; letter-spacing: -.025em; text-shadow: 0 .15rem .8rem rgb(0 0 0 / 50%); }
.hero-tech-copy .panel-note { max-width: 20rem; margin: .6rem 0 0; color: rgb(255 255 255 / 68%); font-size: .76rem; }
.hero-tech-status { position: absolute; z-index: 3; right: 1.7rem; bottom: 1.25rem; left: 1.7rem; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: .4rem; padding-top: .7rem; border-top: 1px solid rgb(255 255 255 / 14%); }
.hero-tech-status i { width: .42rem; height: .42rem; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 .8rem var(--cyan); }.hero-tech-status span { color: var(--white); font-size: .66rem; font-weight: 850; letter-spacing: .08em; }.hero-tech-status small { color: rgb(255 255 255 / 48%); font-size: .58rem; text-align: right; }
.panel-kicker { margin: 0; text-transform: uppercase; letter-spacing: .12em; color: var(--cyan); font-size: .7rem; font-weight: 800; }
.orbit { position: relative; aspect-ratio: 1; max-width: 18rem; margin: .8rem auto; border: 1px solid rgb(0 194 255 / 30%); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; inset: 18%; border: 1px solid rgb(0 194 255 / 24%); border-radius: 50%; }
.orbit-core { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 5.2rem; height: 5.2rem; border-radius: 1.4rem; background: linear-gradient(135deg, var(--bright-blue), var(--cyan)); color: var(--white); text-align: center; line-height: 1.05; font-weight: 850; }
.orbit-item { position: absolute; padding: .35rem .6rem; border-radius: 999px; background: var(--white); color: var(--navy); font-size: .72rem; font-weight: 750; }
.orbit-business { top: 3%; left: 50%; transform: translateX(-50%); }.orbit-people { top: 46%; right: -6%; }.orbit-data { bottom: 3%; left: 50%; transform: translateX(-50%); }.orbit-tech { top: 46%; left: -8%; }
.panel-note { margin: 1rem 0 0; color: rgb(255 255 255 / 75%); font-size: .83rem; }
.section { padding-block: clamp(4.5rem, 8vw, 7.2rem); }
.section-heading { max-width: 49rem; margin-bottom: 2.2rem; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.split-heading > p { max-width: 31rem; }
.challenges { background: var(--white); }
.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.challenge-grid article { position: relative; min-height: 13rem; padding: 1.55rem; overflow: hidden; border: 1px solid var(--border); border-radius: 1rem; background: linear-gradient(145deg, var(--white), var(--soft)); }
.challenge-grid article::after { content: ""; position: absolute; right: -2rem; bottom: -2rem; width: 6rem; height: 6rem; border: 1px solid rgb(0 102 255 / 12%); border-radius: 50%; }
.challenge-grid article > span { color: var(--bright-blue); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.challenge-grid h3 { margin: 1.2rem 0 .55rem; font-size: 1.2rem; }
.challenge-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.challenge-bridge { margin: 1.4rem 0 0; padding: 1rem 1.2rem; border-left: .22rem solid var(--cyan); background: rgb(0 191 174 / 8%); color: var(--navy); font-weight: 700; }
.solutions { background: var(--soft); }
.solution-stage { min-height: 28rem; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(16rem, .6fr); overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.solution-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.2rem); }
.slide-count { color: var(--bright-blue); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.solution-category { margin: 1rem 0 .7rem; color: var(--bright-blue); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.solution-content h3 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.6rem); }
.solution-content > p:not(.solution-category):not(.solution-result) { max-width: 43rem; color: var(--muted); font-size: 1.05rem; }
.solution-result { margin: 1.25rem 0 1.7rem; padding-left: 1rem; border-left: .22rem solid var(--cyan); color: var(--navy); font-weight: 750; }
.text-link { align-self: flex-start; color: var(--bright-blue); font-weight: 800; text-decoration: none; }
.solution-visual { position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden; padding: 2rem 1rem; background: radial-gradient(circle at 52% 42%,rgb(0 194 255 / 18%),transparent 31%),linear-gradient(155deg,#123d82 0%,#071b38 57%,#061225 100%); color: var(--white); }
.solution-visual::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .25; background-image: linear-gradient(rgb(0 194 255 / 18%) 1px,transparent 1px),linear-gradient(90deg,rgb(0 194 255 / 18%) 1px,transparent 1px); background-size: 2rem 2rem; transform: perspective(25rem) rotateX(58deg) scale(1.8) translateY(17%); transform-origin: center bottom; mask-image: linear-gradient(to bottom,transparent 4%,black 42%,transparent 95%); }
.solution-visual::after { content: ""; position: absolute; inset: 1rem; z-index: -1; border: 1px solid rgb(0 194 255 / 18%); border-radius: 1.1rem; background: linear-gradient(135deg,rgb(255 255 255 / 5%),transparent 45%); box-shadow: inset 0 0 3rem rgb(0 194 255 / 5%),0 0 4rem rgb(0 102 255 / 12%); clip-path: polygon(0 0,34% 0,38% 3px,62% 3px,66% 0,100% 0,100% 100%,66% 100%,62% calc(100% - 3px),38% calc(100% - 3px),34% 100%,0 100%); }
.tech-circuit { position: absolute; inset: 0; z-index: -2; opacity: .8; }
.tech-circuit::before, .tech-circuit::after { content: ""; position: absolute; width: 36%; height: 24%; border: solid rgb(0 194 255 / 35%); }
.tech-circuit::before { top: 8%; left: -8%; border-width: 1px 1px 0 0; border-radius: 0 1rem 0 0; }.tech-circuit::after { right: -8%; bottom: 12%; border-width: 0 0 1px 1px; border-radius: 0 0 0 1rem; }
.tech-circuit span { position: absolute; width: .42rem; height: .42rem; border: 1px solid var(--cyan); border-radius: 50%; background: #071b38; box-shadow: 0 0 .8rem var(--cyan); }
.tech-circuit span:nth-child(1){top:8%;left:27%}.tech-circuit span:nth-child(2){top:18%;right:13%}.tech-circuit span:nth-child(3){top:52%;left:8%}.tech-circuit span:nth-child(4){top:63%;right:8%}.tech-circuit span:nth-child(5){bottom:10%;left:24%}.tech-circuit span:nth-child(6){bottom:6%;right:30%}
.tech-scan { position: absolute; z-index: -1; top: -15%; bottom: -15%; left: 45%; width: 16%; background: linear-gradient(90deg,transparent,rgb(0 194 255 / 10%),transparent); transform: skewX(-17deg); animation: techScan 7s ease-in-out infinite; }
.solution-art-stage { position: relative; z-index: 1; display: grid; place-items: center; width: min(100%, 20rem); aspect-ratio: 1.12; }
.art-orbit { position: absolute; inset: 2%; border: 1px solid rgb(0 194 255 / 42%); border-radius: 50%; box-shadow: 0 0 0 1.3rem rgb(0 194 255 / 5%),0 0 0 3.8rem rgb(37 99 235 / 6%),inset 0 0 2.4rem rgb(0 194 255 / 7%); animation: orbitPulse 4s ease-in-out infinite; }
.art-orbit::before, .art-orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 1rem var(--cyan); }.art-orbit::before { top: 9%; right: 15%; width: .38rem; height: .38rem; }.art-orbit::after { bottom: 12%; left: 13%; width: .25rem; height: .25rem; }
.art-core-glow { position: absolute; width: 56%; aspect-ratio: 1; border-radius: 50%; background: rgb(0 194 255 / 9%); filter: blur(1.5rem); box-shadow: 0 0 3rem rgb(37 99 235 / 45%); }
.solution-art { position: relative; z-index: 2; width: 88%; filter: drop-shadow(0 0 .7rem rgb(0 194 255 / 20%)) drop-shadow(0 1rem 1.4rem rgb(0 0 0 / 30%)); animation: artReveal .45s ease; }
.solution-art svg { display: block; width: 100%; overflow: visible; fill: none; stroke: rgb(222 241 255 / 88%); stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; }
.solution-art .art-panel { fill: rgb(8 35 72 / 72%); stroke: rgb(153 212 255 / 72%); }
.solution-art .art-accent { stroke: var(--cyan); filter: drop-shadow(0 0 .28rem rgb(0 194 255 / 70%)); }
.solution-art .art-accent-fill { fill: var(--cyan); stroke: var(--cyan); filter: drop-shadow(0 0 .4rem rgb(0 194 255 / 85%)); }
.erp-journey, .solution-map { position: relative; width: 100%; height: 100%; min-height: 17rem; filter: none; }
.erp-journey::before, .solution-map::before { content: ""; position: absolute; inset: 14% 17%; border: 1px dashed rgb(0 194 255 / 38%); border-radius: 50%; box-shadow: 0 0 2rem rgb(0 102 255 / 15%); animation: orbitPulse 4s ease-in-out infinite; }
.erp-hub { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 7.1rem; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%,-50%); border: 1px solid rgb(142 223 255 / 62%); border-radius: 1.4rem; background: linear-gradient(145deg,rgb(0 102 255 / 78%),rgb(0 191 174 / 32%)),#071b38; box-shadow: 0 0 0 .6rem rgb(0 194 255 / 7%),0 0 2.2rem rgb(0 194 255 / 38%); text-align: center; }
.erp-hub small { color: #a9eaff; font-size: .46rem; font-weight: 850; letter-spacing: .16em; }.erp-hub strong { margin: .1rem 0; color: var(--white); font-size: 1.7rem; letter-spacing: .06em; }.erp-hub span { color: rgb(255 255 255 / 70%); font-size: .52rem; }
.erp-step { position: absolute; z-index: 3; display: flex; align-items: center; gap: .35rem; min-width: 6.6rem; padding: .45rem .55rem; border: 1px solid rgb(142 223 255 / 28%); border-radius: .65rem; background: rgb(5 24 50 / 86%); box-shadow: 0 .5rem 1.2rem rgb(0 0 0 / 24%),inset 0 0 1rem rgb(0 194 255 / 5%); backdrop-filter: blur(.35rem); }
.erp-step i { display: grid; width: 1.45rem; aspect-ratio: 1; place-items: center; flex: 0 0 auto; border-radius: .4rem; background: rgb(0 194 255 / 13%); color: var(--cyan); font-size: .48rem; font-style: normal; font-weight: 900; }.erp-step span { color: rgb(255 255 255 / 86%); font-size: .58rem; font-weight: 750; }
.erp-step::after { content: ""; position: absolute; width: .35rem; height: .35rem; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 .7rem var(--cyan); }
.erp-step.step-1 { top: 2%; left: 4%; }.erp-step.step-2 { top: 2%; right: 4%; }.erp-step.step-3 { top: 42%; right: -2%; }.erp-step.step-4 { right: 4%; bottom: 2%; }.erp-step.step-5 { bottom: 2%; left: 4%; }.erp-step.step-6 { top: 42%; left: -2%; }
.erp-step.step-1::after,.erp-step.step-5::after,.erp-step.step-6::after { right: -.2rem; }.erp-step.step-2::after,.erp-step.step-3::after,.erp-step.step-4::after { left: -.2rem; }
.solution-art-stage:has(.solution-photo) { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; }
.solution-photo { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; filter: none; }
.solution-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 43%; }
.solution-photo-shade { position: absolute; inset: 0; background: linear-gradient(to bottom,rgb(5 18 37 / 5%) 28%,rgb(5 18 37 / 42%) 62%,rgb(5 18 37 / 96%) 100%),linear-gradient(135deg,rgb(0 102 255 / 12%),transparent 55%); }
.solution-photo-note { position: absolute; right: 1.2rem; bottom: 5rem; left: 1.2rem; display: flex; flex-direction: column; padding: .85rem; border-left: .18rem solid var(--cyan); background: rgb(5 18 37 / 68%); backdrop-filter: blur(.35rem); }
.solution-photo-note small { color: var(--cyan); font-size: .5rem; font-weight: 900; letter-spacing: .13em; }.solution-photo-note strong { margin: .18rem 0; color: var(--white); font-size: .88rem; line-height: 1.2; }.solution-photo-note span { color: rgb(255 255 255 / 62%); font-size: .52rem; }
.solution-photo + .art-caption { z-index: 3; }
.art-caption { position: relative; z-index: 2; align-self: end; display: flex; flex-direction: column; align-items: center; min-width: 72%; margin-top: -1rem; padding: .65rem 1rem; border: 1px solid rgb(0 194 255 / 22%); border-radius: 999px; background: rgb(3 17 36 / 68%); box-shadow: inset 0 0 1.2rem rgb(0 194 255 / 6%); backdrop-filter: blur(.5rem); text-align: center; }
.art-caption i { position: absolute; top: 50%; left: .8rem; width: .38rem; height: .38rem; transform: translateY(-50%); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 .65rem var(--cyan); animation: nodePulse 2s ease-in-out infinite; }.art-caption span { font-size: .75rem; font-weight: 800; letter-spacing: .04em; }.art-caption small { margin-top: .12rem; color: rgb(255 255 255 / 48%); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
@keyframes artReveal { from { opacity: 0; transform: scale(.88) translateY(.5rem); } to { opacity: 1; transform: none; } }
@keyframes techScan { 0%,100% { transform: translateX(-210%) skewX(-17deg); opacity: 0; } 20%,70% { opacity: 1; } 50% { transform: translateX(210%) skewX(-17deg); } }
@keyframes orbitPulse { 0%,100% { opacity: .72; transform: scale(.98); } 50% { opacity: 1; transform: scale(1.02); } }
@keyframes nodePulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
.carousel-controls { display: flex; align-items: center; gap: .55rem; margin-top: 1.2rem; }
.round-button { width: 2.9rem; height: 2.9rem; border: 1px solid var(--border); border-radius: 50%; background: var(--white); color: var(--navy); cursor: pointer; font-size: 1rem; }
.round-button:hover { border-color: var(--bright-blue); color: var(--bright-blue); }
.carousel-dots { flex: 1; display: flex; justify-content: center; gap: .5rem; }
.carousel-dots button { width: .65rem; height: .65rem; padding: 0; border: 0; border-radius: 999px; background: #b4bfcc; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button[aria-current="true"] { width: 2rem; background: var(--bright-blue); }
.cases { overflow: hidden; background: linear-gradient(180deg, var(--white), #edf4fb); }
.case-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-bottom: 1rem; }
.case-selector button, .case-more { min-height: 6.5rem; padding: 1rem 1.1rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--white); text-align: left; }
.case-selector button { position: relative; cursor: pointer; color: var(--ink); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.case-selector button:hover { transform: translateY(-2px); border-color: #91b9ff; }
.case-selector button[aria-selected="true"] { border-color: var(--bright-blue); background: var(--navy); color: var(--white); box-shadow: 0 .8rem 2rem rgb(13 27 42 / 14%); }
.case-selector button span { position: absolute; top: .7rem; right: .8rem; color: rgb(13 27 42 / 14%); font-size: 1.8rem; font-weight: 900; }
.case-selector button[aria-selected="true"] span { color: rgb(255 255 255 / 20%); }
.case-selector strong, .case-selector small, .case-more span { display: block; }
.case-selector strong { max-width: 11rem; line-height: 1.25; }
.case-selector small { margin-top: .35rem; color: var(--muted); }
.case-selector button[aria-selected="true"] small { color: rgb(255 255 255 / 62%); }
.case-selector button em { position: absolute; right: .75rem; bottom: .65rem; padding: .18rem .4rem; border-radius: 999px; background: #dff8ff; color: var(--blue); font-size: .48rem; font-style: normal; font-weight: 900; letter-spacing: .08em; }.case-selector button[aria-selected="true"] em { background: var(--cyan); color: var(--navy); }
.case-more { grid-column: 1 / -1; display: flex; min-height: auto; flex-direction: row; justify-content: space-between; border-style: dashed; color: var(--muted); }
.case-more strong { color: var(--navy); }
.case-more span { margin-top: .3rem; font-size: .78rem; }
.case-showcase { display: grid; grid-template-columns: minmax(18rem, .65fr) minmax(35rem, 1.35fr); min-height: 39rem; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.case-story { display: flex; flex-direction: column; padding: clamp(1.7rem, 4vw, 3.4rem); color: var(--white); background: radial-gradient(circle at 15% 5%, rgb(37 99 235 / 40%), transparent 40%), var(--navy); }
.case-story-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.case-label { color: var(--cyan); text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; }
.case-index { color: rgb(255 255 255 / 38%); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.case-story h3 { margin: 1rem 0; color: var(--white); font-size: clamp(2rem, 3.3vw, 3.15rem); }
.case-intro { margin-top: 0; color: rgb(255 255 255 / 72%); }
.case-journey { margin: 1rem 0 0; }
.case-journey div { padding: .9rem 0; border-top: 1px solid rgb(255 255 255 / 13%); }
.case-journey dt { color: var(--cyan); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.case-journey dd { margin: .2rem 0 0; color: rgb(255 255 255 / 75%); font-size: .86rem; }
.case-proof { margin: auto 0 0; padding-top: 1rem; color: rgb(255 255 255 / 55%); font-size: .72rem; }
.case-proof span { color: var(--cyan); }
.dashboard-experience { margin: clamp(.8rem, 1.7vw, 1.35rem); padding: 1rem; border-radius: 1.1rem; background: #f6f8fb; color: var(--ink); box-shadow: 0 1.8rem 4rem rgb(0 0 0 / 25%); }
.dashboard-experience[hidden] { display: none; }
.dash-header, .dash-toolbar, .dash-footer, .attention-heading { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.dash-header { padding: .1rem .15rem 1rem; }
.dash-brand { display: flex; align-items: center; gap: .7rem; }
.dash-brand > div, .attention-heading > div { display: flex; flex-direction: column; }
.dash-brand small { color: var(--muted); font-size: .65rem; }
.dash-mark { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: .7rem; background: linear-gradient(135deg, var(--blue), var(--cyan)); color: var(--white); font-size: .7rem; font-weight: 900; letter-spacing: .05em; }
.demo-badge { padding: .35rem .55rem; border-radius: 999px; background: #dff7ff; color: var(--blue); font-size: .58rem; font-weight: 850; letter-spacing: .08em; white-space: nowrap; }
.dash-toolbar { padding: .55rem; border-radius: .8rem; background: #e9eef5; }
.dash-tabs { display: flex; gap: .25rem; }
.dash-tabs button { padding: .5rem .7rem; border: 0; border-radius: .55rem; background: transparent; color: var(--muted); cursor: pointer; font-size: .7rem; font-weight: 800; }
.dash-tabs button[aria-selected="true"] { background: var(--white); color: var(--blue); box-shadow: 0 .2rem .7rem rgb(13 27 42 / 9%); }
.dash-filter { display: flex; align-items: center; gap: .4rem; color: var(--muted); font-size: .65rem; font-weight: 750; }
.dash-filter select { padding: .4rem .55rem; border: 1px solid var(--border); border-radius: .45rem; background: var(--white); color: var(--navy); }
.dash-live { min-height: 25rem; }
.dash-view { animation: reveal .28s ease; }
.demo-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; margin-top: .7rem; }
.demo-metrics article, .demo-chart, .stage-panel, .flow-summary, .flow-callout, .attention-list article { border: 1px solid var(--border); border-radius: .8rem; background: var(--white); }
.demo-metrics article { padding: .8rem; border-top: .2rem solid var(--bright-blue); }
.demo-metrics span, .demo-metrics small { display: block; color: var(--muted); font-size: .61rem; }
.demo-metrics strong { display: block; margin: .1rem 0; color: var(--navy); font-size: 1.45rem; }
.dash-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: .65rem; margin-top: .65rem; }
.demo-chart, .stage-panel { padding: .85rem; }
.chart-title { display: flex; justify-content: space-between; gap: 1rem; }
.chart-title strong { color: var(--navy); font-size: .73rem; }
.chart-title span { color: var(--muted); font-size: .59rem; }
.bars { height: 8.3rem; display: flex; align-items: end; gap: .55rem; margin-top: .75rem; border-bottom: 1px solid var(--border); background: repeating-linear-gradient(to bottom, transparent 0 1.9rem, #edf1f5 2rem); }
.bars i { flex: 1; height: var(--bar); border-radius: .35rem .35rem 0 0; background: linear-gradient(180deg, var(--cyan), var(--bright-blue)); transition: height .35s ease; }
.bar-labels { display: flex; justify-content: space-around; margin-top: .3rem; color: var(--muted); font-size: .55rem; }
.stage-panel ol { margin: .6rem 0 0; padding: 0; list-style: none; }
.stage-panel li { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .2rem; padding: .65rem 0 .75rem; overflow: hidden; border-bottom: 1px solid #eef1f5; font-size: .68rem; }
.stage-panel li i { position: absolute; left: 0; bottom: .3rem; width: var(--progress); height: .16rem; border-radius: 1rem; background: linear-gradient(90deg, var(--bright-blue), var(--cyan)); }
.flow-summary { margin-top: .7rem; padding: 1rem; }
.flow-summary span, .attention-heading span:first-child { color: var(--bright-blue); font-size: .6rem; font-weight: 850; letter-spacing: .1em; }
.flow-summary strong { display: block; margin-top: .2rem; color: var(--navy); font-size: 1.15rem; }
.flow-summary p { margin: .3rem 0 0; color: var(--muted); font-size: .72rem; }
.process-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: .3rem; margin: 1.2rem 0; padding: 0; list-style: none; }
.process-flow li { position: relative; text-align: center; color: var(--muted); }
.process-flow li:not(:last-child)::after { content: ""; position: absolute; top: 1.1rem; left: 62%; width: 78%; height: 2px; background: var(--border); }
.process-flow li.is-done:not(:last-child)::after { background: var(--cyan); }
.process-flow li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 2.2rem; height: 2.2rem; margin: 0 auto .45rem; border: 2px solid var(--border); border-radius: 50%; background: var(--white); font-size: .6rem; font-weight: 850; }
.process-flow li.is-done > span { border-color: var(--cyan); background: var(--cyan); color: var(--navy); }
.process-flow li.is-current > span { border-color: var(--bright-blue); box-shadow: 0 0 0 .3rem rgb(37 99 235 / 12%); color: var(--bright-blue); }
.process-flow strong, .process-flow small { display: block; font-size: .61rem; }
.process-flow strong { color: var(--navy); }.process-flow small { color: var(--muted); }
.flow-callout { padding: .85rem 1rem; border-left: .25rem solid var(--bright-blue); }
.flow-callout span { color: var(--muted); font-size: .58rem; text-transform: uppercase; }.flow-callout strong { display: block; color: var(--navy); font-size: .85rem; }.flow-callout p { margin: .2rem 0 0; color: var(--muted); font-size: .68rem; }
.attention-heading { padding: 1rem .2rem .7rem; }.attention-heading strong { color: var(--navy); font-size: 1rem; }.attention-count { padding: .3rem .55rem; border-radius: 999px; background: #fff0e9; color: #a23f14 !important; }
.attention-list { display: grid; gap: .55rem; }
.attention-list article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; padding: .9rem; }
.attention-list article div { display: flex; flex-direction: column; }.attention-list strong { color: var(--navy); font-size: .76rem; }.attention-list small { color: var(--muted); font-size: .61rem; }
.attention-list button { border: 0; background: transparent; color: var(--bright-blue); cursor: pointer; font-size: .66rem; font-weight: 800; }
.status-dot { width: .55rem; height: .55rem; border-radius: 50%; }.status-high { background: #e45454; }.status-medium { background: #f4a340; }.status-low { background: #31a86b; }
.dash-footer { margin-top: .65rem; padding-top: .6rem; border-top: 1px solid var(--border); color: var(--muted); font-size: .58rem; }
.dash-footer span:first-child { display: flex; align-items: center; gap: .35rem; }.dash-footer i { width: .4rem; height: .4rem; border-radius: 50%; background: #31a86b; box-shadow: 0 0 0 .18rem rgb(49 168 107 / 15%); }
.tax-experience { display: flex; flex-direction: column; padding: .7rem; background: #07172b; }.tax-visual { position: relative; min-height: 16rem; overflow: hidden; border-radius: .8rem; }.tax-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.tax-visual-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgb(3 14 29 / 88%),rgb(3 14 29 / 22%) 65%),linear-gradient(to top,rgb(3 14 29 / 72%),transparent 56%); }.tax-visual-copy { position: absolute; inset: auto 1.25rem 1.15rem; display: flex; max-width: 25rem; flex-direction: column; }.tax-visual-copy span { color: var(--cyan); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }.tax-visual-copy strong { margin: .3rem 0; color: var(--white); font-size: 1.45rem; line-height: 1.08; }.tax-visual-copy small { color: rgb(255 255 255 / 67%); font-size: .66rem; }.tax-timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: .4rem; margin-top: .55rem; }.tax-timeline article { position: relative; padding: .7rem; border: 1px solid rgb(255 255 255 / 12%); border-radius: .65rem; background: rgb(255 255 255 / 5%); }.tax-timeline article::before { content: ""; position: absolute; top: -.58rem; left: .8rem; width: .45rem; height: .45rem; border: 2px solid #07172b; border-radius: 50%; background: var(--bright-blue); box-shadow: 0 0 .6rem rgb(37 99 235 / 70%); }.tax-timeline article.is-now { border-color: rgb(0 194 255 / 50%); background: rgb(0 194 255 / 8%); }.tax-timeline article.is-now::before { background: var(--cyan); }.tax-timeline span, .tax-timeline strong, .tax-timeline p { display: block; }.tax-timeline span { color: var(--cyan); font-size: .68rem; font-weight: 900; }.tax-timeline strong { margin-top: .15rem; color: var(--white); font-size: .65rem; }.tax-timeline p { margin: .25rem 0 0; color: rgb(255 255 255 / 55%); font-size: .54rem; line-height: 1.35; }.tax-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .65rem; margin-top: .55rem; padding: .55rem .3rem .1rem; color: rgb(255 255 255 / 55%); font-size: .54rem; }.tax-footer > span { color: var(--cyan); font-weight: 850; text-transform: uppercase; }.tax-footer div { display: flex; flex-wrap: wrap; gap: .25rem; }.tax-footer i { padding: .2rem .38rem; border-radius: 999px; background: rgb(255 255 255 / 8%); color: rgb(255 255 255 / 72%); font-style: normal; }.tax-footer a { color: #8edfff; text-decoration: none; }
.finance-badges { display: flex; flex-wrap: wrap; justify-content: end; gap: .35rem; }.evolution-badge { padding: .35rem .55rem; border-radius: 999px; background: #e9efff; color: var(--blue); font-size: .56rem; font-weight: 850; letter-spacing: .07em; }.finance-metrics article:nth-child(1) { border-top-color: #22a66f; }.finance-metrics article:nth-child(2) { border-top-color: #e05b57; }.finance-metrics article:nth-child(3) { border-top-color: var(--cyan); }.finance-overview { display: grid; grid-template-columns: 1.35fr .8fr; gap: .65rem; margin-top: .65rem; }.cash-chart, .finance-attention, .finance-table, .request-pipeline article { border: 1px solid var(--border); border-radius: .8rem; background: var(--white); }.cash-chart, .finance-attention { padding: .9rem; }.cash-chart-area { position: relative; height: 9.2rem; margin-top: .65rem; overflow: hidden; border-bottom: 1px solid var(--border); background: repeating-linear-gradient(to bottom,transparent 0 2.2rem,#edf1f5 2.25rem); }.cash-chart-area svg { width: 100%; height: 100%; overflow: visible; }.cash-area { fill: url(#cashArea); }.cash-line { fill: none; stroke: var(--bright-blue); stroke-width: 3; vector-effect: non-scaling-stroke; }.cash-points circle { fill: var(--cyan); stroke: var(--white); stroke-width: 2; vector-effect: non-scaling-stroke; }.cash-zero { position: absolute; right: 0; bottom: 31%; left: 0; border-top: 1px dashed rgb(224 91 87 / 50%); }.cash-legend { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: .45rem; color: var(--muted); font-size: .55rem; }.cash-legend span { display: flex; align-items: center; gap: .25rem; }.cash-legend i { width: .4rem; height: .4rem; border-radius: 50%; }.cash-in { background: #22a66f; }.cash-out { background: #e05b57; }.cash-balance { background: var(--bright-blue); }.finance-attention article { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .55rem; padding: .65rem 0; border-bottom: 1px solid #edf0f4; }.finance-attention article > span { display: grid; place-items: center; width: 1.65rem; height: 1.65rem; border-radius: .5rem; background: #e9f3ff; color: var(--blue); font-size: .54rem; font-weight: 850; }.finance-attention article div { display: flex; flex-direction: column; }.finance-attention strong { color: var(--navy); font-size: .64rem; }.finance-attention small { color: var(--muted); font-size: .54rem; }
.finance-table { margin-top: .65rem; overflow: hidden; }.finance-row { display: grid; grid-template-columns: .55fr 1.45fr .8fr .8fr .7fr; align-items: center; gap: .6rem; padding: .72rem .8rem; border-top: 1px solid #edf0f4; color: var(--muted); font-size: .6rem; }.finance-row:first-child { border: 0; }.finance-row-head { background: #eef3f8; font-size: .54rem; font-weight: 850; text-transform: uppercase; }.finance-row strong { color: var(--navy); }.finance-row b { font-size: .6rem; }.amount-in { color: #177044; }.amount-out { color: #aa3c36; }.finance-row > i { justify-self: start; padding: .22rem .4rem; border-radius: 999px; background: #eef3f8; color: var(--blue); font-style: normal; font-size: .52rem; }.request-pipeline { display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; margin: 0 0 .65rem; }.request-pipeline article { padding: .8rem; border-top: .18rem solid var(--bright-blue); }.request-pipeline article > span { color: var(--muted); font-size: .58rem; }.request-pipeline article > strong { display: block; color: var(--navy); font-size: 1.35rem; }.request-pipeline article div { display: grid; gap: .3rem; margin-top: .35rem; }.request-pipeline i { padding: .32rem .4rem; border-radius: .4rem; background: #f1f4f8; color: var(--muted); font-style: normal; font-size: .52rem; }
.ged-access { color: var(--muted); font-size: .62rem; font-weight: 750; }
.ged-overview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: .65rem; margin-top: .65rem; }
.document-health, .document-areas, .ged-search, .ged-table, .ged-alert-list article { border: 1px solid var(--border); border-radius: .8rem; background: var(--white); }
.document-health, .document-areas { padding: .9rem; }
.document-health { display: grid; grid-template-columns: auto 1fr; gap: .65rem 1rem; }
.document-health .chart-title { grid-column: 1 / -1; }
.health-ring { display: grid; place-items: center; width: 7.3rem; height: 7.3rem; border-radius: 50%; background: conic-gradient(var(--bright-blue) 0 88%, #e4eaf1 88% 100%); }
.health-ring::before { content: ""; grid-area: 1 / 1; width: 5.4rem; height: 5.4rem; border-radius: 50%; background: var(--white); }
.health-ring div { z-index: 1; grid-area: 1 / 1; text-align: center; }.health-ring strong, .health-ring span { display: block; }.health-ring strong { color: var(--navy); font-size: 1.25rem; }.health-ring span { color: var(--muted); font-size: .58rem; }
.document-health ul, .document-areas ol { margin: 0; padding: 0; list-style: none; }
.document-health ul { align-self: center; }.document-health li { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .4rem; padding: .3rem 0; color: var(--muted); font-size: .61rem; }.document-health li i { width: .42rem; height: .42rem; border-radius: 50%; }.document-health li strong { color: var(--navy); }.health-ok { background: var(--bright-blue); }.health-watch { background: #f4a340; }.health-late { background: #e45454; }
.document-areas ol { margin-top: .8rem; }.document-areas li { display: grid; grid-template-columns: 5.5rem 1fr 1.5rem; align-items: center; gap: .55rem; padding: .4rem 0; color: var(--muted); font-size: .61rem; }.document-areas li > i { height: .38rem; overflow: hidden; border-radius: 1rem; background: #e8edf3; }.document-areas li b { display: block; width: var(--width); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--bright-blue), var(--cyan)); }.document-areas li strong { color: var(--navy); text-align: right; }
.ged-search { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-top: .7rem; padding: .8rem; }.ged-search label { flex: 1; color: var(--navy); font-size: .63rem; font-weight: 750; }.ged-search input { display: block; width: 100%; margin-top: .25rem; padding: .55rem .65rem; border: 1px solid var(--border); border-radius: .5rem; }.ged-search > span { color: var(--muted); font-size: .6rem; white-space: nowrap; }
.ged-table { margin-top: .55rem; overflow: hidden; }.ged-row { display: grid; grid-template-columns: 1.5fr 1fr .8fr .7fr; align-items: center; gap: .65rem; padding: .72rem .8rem; border-top: 1px solid #edf0f4; font-size: .65rem; }.ged-row:first-child { border-top: 0; }.ged-row-head { background: #eef3f8; color: var(--muted); font-size: .58rem; font-weight: 800; text-transform: uppercase; }.ged-row strong { color: var(--navy); }.ged-status { justify-self: start; padding: .25rem .45rem; border-radius: 999px; font-size: .56rem; }.ged-status.is-ok { background: #e4f7ed; color: #177044; }.ged-status.is-watch { background: #fff2db; color: #8b5a00; }.ged-status.is-late { background: #fee9e7; color: #a9362e; }.ged-empty { padding: 1rem; color: var(--muted); text-align: center; font-size: .7rem; }
.ged-alert-list { display: grid; gap: .55rem; }.ged-alert-list article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: .75rem; }.ged-alert-list time { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: .7rem; background: #edf3fb; color: var(--blue); line-height: 1; }.ged-alert-list time strong, .ged-alert-list time span { display: block; }.ged-alert-list time span { margin-top: .15rem; font-size: .52rem; }.ged-alert-list article > div { display: flex; flex-direction: column; }.ged-alert-list article > div strong { color: var(--navy); font-size: .73rem; }.ged-alert-list small { color: var(--muted); font-size: .6rem; }.ged-priority { padding: .25rem .45rem; border-radius: 999px; font-size: .55rem; font-weight: 800; }.ged-priority.high { background: #fee9e7; color: #a9362e; }.ged-priority.medium { background: #fff2db; color: #8b5a00; }.ged-priority.low { background: #e4f7ed; color: #177044; }
.portal-executive, .pj-overview { display: grid; grid-template-columns: 1.12fr .88fr; gap: .65rem; margin-top: .65rem; }.portal-pulse, .portal-decisions, .pj-calendar, .pj-summary, .portal-modules article, .pj-cycles article, .pj-approvals article { border: 1px solid var(--border); border-radius: .8rem; background: var(--white); }.portal-pulse, .portal-decisions, .pj-calendar, .pj-summary { padding: .9rem; }.portal-pulse ol { margin: .7rem 0 0; padding: 0; list-style: none; }.portal-pulse li { display: grid; grid-template-columns: 5rem 1fr 1.4rem; align-items: center; gap: .45rem; padding: .34rem 0; color: var(--muted); font-size: .6rem; }.portal-pulse li i, .pj-cycles article > i { height: .35rem; overflow: hidden; border-radius: 1rem; background: #e7edf4; }.portal-pulse li b, .pj-cycles article > i b { display: block; width: var(--width); height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--bright-blue),var(--cyan)); }.portal-pulse li strong { color: var(--navy); text-align: right; }.portal-decisions article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .5rem; padding: .62rem 0; border-bottom: 1px solid #edf0f4; }.portal-decisions article div { display: flex; flex-direction: column; }.portal-decisions article strong { color: var(--navy); font-size: .65rem; }.portal-decisions article small, .portal-decisions article > span { color: var(--muted); font-size: .54rem; }
.portal-demand-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: .4rem; margin: 1rem 0; padding: 0; list-style: none; }.portal-demand-flow li { padding: .75rem; border: 1px solid var(--border); border-radius: .7rem; background: var(--white); }.portal-demand-flow li > span { display: grid; place-items: center; width: 1.6rem; height: 1.6rem; margin-bottom: .4rem; border-radius: 50%; background: #e8edf4; color: var(--muted); font-size: .58rem; font-weight: 850; }.portal-demand-flow li.is-complete > span { background: var(--cyan); color: var(--navy); }.portal-demand-flow li.is-active { border-color: var(--bright-blue); box-shadow: 0 0 0 .15rem rgb(37 99 235 / 10%); }.portal-demand-flow li.is-active > span { background: var(--bright-blue); color: var(--white); }.portal-demand-flow strong, .portal-demand-flow small { display: block; }.portal-demand-flow strong { color: var(--navy); font-size: .66rem; }.portal-demand-flow small { color: var(--muted); font-size: .55rem; }
.portal-modules { display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; }.portal-modules article { padding: .75rem; }.portal-modules article > span { display: grid; place-items: center; width: 2rem; height: 2rem; margin-bottom: .55rem; border-radius: .55rem; background: #e7f5ff; color: var(--blue); font-size: .58rem; font-weight: 900; }.portal-modules strong, .portal-modules small { display: block; }.portal-modules strong { color: var(--navy); font-size: .7rem; }.portal-modules small { color: var(--muted); font-size: .56rem; }
.pj-calendar article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .6rem; padding: .48rem 0; border-bottom: 1px solid #edf0f4; }.pj-calendar time { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: .55rem; background: #edf3fb; color: var(--blue); line-height: 1; }.pj-calendar time strong { font-size: .78rem; }.pj-calendar time span { font-size: .45rem; }.pj-calendar article div { display: flex; flex-direction: column; }.pj-calendar article div strong { color: var(--navy); font-size: .64rem; }.pj-calendar small, .pj-calendar article > b { color: var(--muted); font-size: .53rem; }.pj-stack { display: grid; gap: .5rem; margin-top: .7rem; }.pj-stack > span { position: relative; overflow: hidden; padding: .55rem; border-radius: .55rem; background: linear-gradient(90deg,rgb(37 99 235 / 15%) var(--share),#eef2f6 var(--share)); color: var(--navy); font-size: .61rem; }.pj-stack b { float: right; }.pj-summary p { margin: .7rem 0 0; color: var(--muted); font-size: .61rem; }
.pj-cycles, .pj-approvals { display: grid; gap: .55rem; margin-top: .7rem; }.pj-cycles article { display: grid; grid-template-columns: 1.3fr .7fr; gap: .55rem; padding: .8rem; }.pj-cycles article div { display: flex; flex-direction: column; }.pj-cycles article strong { color: var(--navy); font-size: .7rem; }.pj-cycles article small, .pj-cycles article > span { color: var(--muted); font-size: .57rem; }.pj-cycles article > span { text-align: right; }.pj-cycles article > i { grid-column: 1/-1; }.pj-approvals article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; padding: .75rem; }.pj-avatar { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: linear-gradient(135deg,var(--blue),var(--cyan)); color: var(--white); font-size: .58rem; font-weight: 900; }.pj-approvals article div { display: flex; flex-direction: column; }.pj-approvals article strong { color: var(--navy); font-size: .7rem; }.pj-approvals article small { color: var(--muted); font-size: .57rem; }
@keyframes reveal { from { opacity: 0; transform: translateY(.3rem); } to { opacity: 1; transform: none; } }
.method { background: var(--white); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.method-grid li { padding: 1.7rem; border-top: .2rem solid var(--bright-blue); background: var(--soft); }
.method-grid span { color: var(--bright-blue); font-size: .75rem; font-weight: 800; }.method-grid h3 { margin: 1rem 0 .5rem; }.method-grid p { margin: 0; color: var(--muted); }
.capabilities { background: var(--navy); color: var(--white); }
.capabilities h2 { color: var(--white); }.capabilities .section-heading > p:not(.eyebrow) { color: rgb(255 255 255 / 72%); }
.capabilities-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(28rem, 1.15fr); gap: clamp(3rem, 8vw, 8rem); }
.capability-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.capability-list article > span { color: var(--cyan); font-size: .75rem; font-weight: 800; }.capability-list h3 { margin-bottom: .35rem; color: var(--white); }.capability-list p { margin: 0; color: rgb(255 255 255 / 68%); }
.about { background: var(--white); }.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }.about-grid p { color: var(--muted); font-size: 1.08rem; }
.contact { padding-block: clamp(4rem, 7vw, 6rem); background: linear-gradient(110deg, var(--blue), var(--bright-blue)); color: var(--white); }
.contact h2 { max-width: 48rem; color: var(--white); }.contact .eyebrow { color: #9eeeff; }.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 3rem; }.contact-inner p:not(.eyebrow) { color: rgb(255 255 255 / 80%); }.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 1rem; min-width: 17rem; }.contact .button { background: var(--white); color: var(--blue); box-shadow: none; }.email-link { color: var(--white); font-weight: 700; }.social-links { display: flex; flex-direction: row; gap: .55rem; }.social-links a { display: inline-flex; align-items: center; gap: .38rem; padding: .42rem .7rem; border: 1px solid rgb(255 255 255 / 28%); border-radius: 999px; color: var(--white); font-size: .72rem; font-weight: 750; text-decoration: none; transition: background .2s ease,transform .2s ease; }.social-links a:hover { transform: translateY(-2px); background: rgb(255 255 255 / 12%); }.social-icon { display: grid; width: 1.25rem; aspect-ratio: 1; place-items: center; border-radius: .3rem; background: rgb(255 255 255 / 14%); font-size: .58rem; font-weight: 900; }.social-icon.youtube { font-size: .5rem; }.social-icon.linkedin { font-family: Arial,sans-serif; }
.site-footer { padding-block: 2.4rem; background: var(--navy); color: rgb(255 255 255 / 70%); }.footer-inner { display: grid; grid-template-columns: 1fr 1.7fr auto; gap: 2rem; align-items: center; font-size: .85rem; }.footer-inner div { display: flex; flex-direction: column; }.footer-inner strong { color: var(--white); letter-spacing: .1em; }.footer-inner p { margin: 0; }.footer-channels { align-items: flex-end; gap: .25rem; }.footer-channels a { color: #8edfff; text-decoration: none; }.footer-channels a:hover { color: var(--white); text-decoration: underline; }.footer-devotion { margin-block: 1.5rem 0; padding-top: 1rem; border-top: 1px solid rgb(255 255 255 / 12%); color: #aeb7c4; font-size: .75rem; text-align: center; }

.tax-visual { flex: 1 1 24rem; min-height: 24rem; }

@media (min-width: 901px) {
  .header-inner { min-height: 4.25rem; }
  .section { padding-block: clamp(3.25rem, 5vw, 4.75rem); }
  .section-heading { margin-bottom: 1.55rem; }
  .split-heading { gap: 2rem; }
  h1 { font-size: clamp(2.8rem, 5vw, 4.6rem); }
  h2 { font-size: clamp(2rem, 3.25vw, 3rem); }
  .hero-inner { min-height: 36rem; padding-block: 3.75rem; }
  .hero-actions { margin-top: 1.5rem; }
  .hero-points { margin-top: 1.65rem; }
  .challenge-grid article { min-height: 10.5rem; padding: 1.25rem; }
  .challenge-grid h3 { margin: .85rem 0 .4rem; font-size: 1.08rem; }
  .challenge-grid p { font-size: .86rem; }
  .challenge-bridge { margin-top: 1rem; padding: .8rem 1rem; }
  .solution-stage { min-height: 23rem; }
  .solution-content { padding: clamp(1.8rem, 3.5vw, 3rem); }
  .solution-content h3 { font-size: clamp(1.9rem, 3.2vw, 3rem); }
  .solution-content > p:not(.solution-category):not(.solution-result) { font-size: .95rem; }
  .solution-result { margin: .9rem 0 1.15rem; }
  .solution-visual { padding-block: 1.25rem; }
  .solution-art-stage { width: min(100%, 17rem); }
  .carousel-controls { margin-top: .85rem; }
  .case-selector button, .case-more { min-height: 5.5rem; padding: .8rem .95rem; }
  .case-selector strong { font-size: .92rem; }
  .case-selector small { font-size: .72rem; }
  .case-showcase { min-height: 29rem; }
  .case-story { padding: 1.5rem; }
  .case-story h3 { margin: .6rem 0; font-size: clamp(1.8rem, 2.35vw, 2.25rem); }
  .case-intro { font-size: .84rem; line-height: 1.55; }
  .case-journey { margin-top: .55rem; }
  .case-journey div { padding: .5rem 0; }
  .case-journey dd { font-size: .78rem; line-height: 1.5; }
  .case-proof { padding-top: .55rem; font-size: .65rem; }
  .dashboard-experience { margin: .75rem; padding: .75rem; }
  .dash-header { padding-bottom: .55rem; }
  .dash-live { min-height: 18rem; }
  .bars { height: 5.5rem; }
  .tax-visual { flex-basis: 17.5rem; min-height: 17.5rem; }
  .tax-timeline article { padding: .55rem; }
  .tax-footer { margin-top: .4rem; padding-top: .4rem; }
  .method-grid li { padding: 1.25rem; }
  .method-grid h3 { margin: .7rem 0 .35rem; font-size: 1.15rem; }
  .method-grid p { font-size: .88rem; }
  .capability-list article { padding: 1rem 0; }
  .about-grid { gap: 2.5rem; }
  .about-grid p { font-size: 1rem; }
  .contact { padding-block: 3.75rem; }
}

@media (max-width: 900px) {
  .hero::after { background: linear-gradient(90deg,var(--navy) 0%,rgb(11 29 58 / 96%) 58%,rgb(11 29 58 / 52%) 100%); }.hero-background { inset-inline-start: 28%; opacity: .72; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 1.2rem; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }.menu-toggle { display: block; }.main-nav > a { padding: .5rem; }
  .hero-inner { grid-template-columns: 1fr; }.hero-panel { max-width: 30rem; }.solution-stage { grid-template-columns: 1fr; }.solution-visual { min-height: 13rem; }.case-selector { grid-template-columns: 1fr 1fr; }.case-more { grid-column: 1 / -1; }.case-showcase { grid-template-columns: 1fr; }.case-proof { margin-top: 1rem; }.method-grid { grid-template-columns: 1fr 1fr; }.capabilities-grid, .about-grid { grid-template-columns: 1fr; }.contact-inner { align-items: start; flex-direction: column; }.footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero::after { background: linear-gradient(90deg,rgb(11 29 58 / 98%),rgb(11 29 58 / 82%)); }.hero-background { inset-inline-start: 0; opacity: .34; }.hero-copy { width: 100%; }
  .tax-timeline { grid-template-columns: 1fr 1fr; }.tax-footer { grid-template-columns: 1fr; }.tax-visual { min-height: 19rem; }.tax-visual-shade { background: linear-gradient(to top,rgb(3 14 29 / 94%),rgb(3 14 29 / 8%) 78%); }
  .finance-overview, .request-pipeline { grid-template-columns: 1fr; }
  .finance-row { grid-template-columns: .6fr 1.4fr; }.finance-row-head { display: none; }.finance-row > *:nth-child(n+3) { text-align: left; }
  .portal-executive, .pj-overview { grid-template-columns: 1fr; }
  .portal-demand-flow, .portal-modules { grid-template-columns: 1fr 1fr; }
  .pj-approvals article { grid-template-columns: auto 1fr; }
  .pj-approvals .ged-priority { grid-column: 2; justify-self: start; }
  .container { width: min(100% - 1.5rem, 74rem); }.hero-inner { min-height: auto; padding-block: 4.5rem; }.hero-panel { display: none; }.hero-actions .button { width: 100%; }.hero-points { display: grid; gap: .6rem; }.split-heading { align-items: start; flex-direction: column; gap: .5rem; }.solution-content { padding: 1.7rem; }.solution-stage { min-height: 0; }.solution-content h3 { font-size: 2rem; }.case-selector, .demo-metrics, .dash-grid, .ged-overview-grid { grid-template-columns: 1fr; }.case-more { display: none; }.dashboard-experience { margin: .6rem; padding: .7rem; }.dash-header, .dash-toolbar, .dash-footer { align-items: stretch; flex-direction: column; }.dash-tabs { overflow-x: auto; }.dash-tabs button { white-space: nowrap; }.dash-filter { justify-content: space-between; }.document-health { grid-template-columns: 1fr; }.document-health .chart-title { grid-column: auto; }.health-ring { margin-inline: auto; }.ged-row { grid-template-columns: 1fr 1fr; }.ged-row-head { display: none; }.ged-search { align-items: stretch; flex-direction: column; }.ged-alert-list article { grid-template-columns: auto 1fr; }.ged-priority { grid-column: 2; justify-self: start; }.process-flow { grid-template-columns: 1fr; gap: .55rem; }.process-flow li { display: flex; align-items: center; gap: .6rem; text-align: left; }.process-flow li:not(:last-child)::after { top: 2rem; bottom: -.8rem; left: 1.08rem; width: 2px; height: auto; }.process-flow li > span { flex: 0 0 auto; margin: 0; }.attention-list article { grid-template-columns: auto 1fr; }.attention-list button { grid-column: 2; justify-self: start; padding: 0; }.method-grid { grid-template-columns: 1fr; }.carousel-dots { gap: .35rem; }.contact-actions { width: 100%; min-width: 0; align-items: stretch; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

.phone-link { color: var(--white); font-weight: 700; }

@media (max-width: 900px) {
  .challenge-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .challenge-grid { grid-template-columns: 1fr; }
  .challenge-grid article { min-height: 0; }
}

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; background: var(--navy); }
.error-card { width: min(100%, 42rem); padding: clamp(2rem, 6vw, 4rem); border: 1px solid rgb(255 255 255 / 16%); border-radius: var(--radius); background: rgb(255 255 255 / 7%); color: var(--white); box-shadow: 0 2rem 5rem rgb(0 0 0 / 28%); }
.error-card h1 { margin-bottom: 1rem; color: var(--white); font-size: clamp(2.5rem, 8vw, 4.5rem); }
.error-card > p:not(.eyebrow) { margin: 0 0 2rem; color: rgb(255 255 255 / 76%); }
