/* Progressive enhancement: all business content remains visible without motion or JavaScript. */
:root { --ease-out: cubic-bezier(.2,.75,.25,1); --scroll-progress: 0; }
[hidden] { display: none !important; }
.skip-link { z-index: 100; }
html { scroll-padding-top: 118px; }
.enhanced-controls { display: none; }
.js .enhanced-controls { display: flex; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 60; background: linear-gradient(90deg,#2059b7,#64cbe6); transform: scaleX(var(--scroll-progress)); transform-origin: left; pointer-events: none; }
.header { position: sticky; top: 0; z-index: 40; background: #fffffff5; transition: box-shadow .25s; }
.header-inner { min-height: 84px; }
.header.is-scrolled { box-shadow: 0 4px 24px #152d480b; }
@supports (backdrop-filter: blur(18px)) { .header { background: #ffffffde; backdrop-filter: blur(18px); } }
.brand-symbol { border-radius: 11px 11px 11px 3px; box-shadow: 0 5px 14px #152d481c; transition: border-radius .3s, transform .3s; }
.brand:hover .brand-symbol { border-radius: 11px 3px 11px 11px; transform: rotate(-4deg); }
.navigation a { position: relative; }
.navigation a:not(.nav-contact)::after { content: ''; position: absolute; bottom: 2px; left: 0; right: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease-out); }
.navigation a[aria-current="location"]::after, .navigation a:hover::after { transform: scaleX(1); }
.navigation a[aria-current="location"] { color: var(--blue); font-weight: 750; }
.navigation .nav-contact { border-radius: 7px; background: #f6f8fc; transition: background .2s, border-color .2s; }
.navigation .nav-contact:hover { background: #eaf1f9; border-color: #9bb9d3; }
.hero { position: relative; isolation: isolate; background: radial-gradient(ellipse at 88% 28%,#dbeafb 0,transparent 48%),linear-gradient(130deg,#fff 30%,#f2f7fc); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(#215a9208 1px,transparent 1px),linear-gradient(90deg,#215a9208 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg,transparent 22%,#000); pointer-events: none; }
.hero-grid { grid-template-columns: 1.15fr 1fr; gap: 55px; padding-block: 78px 74px; }
.hero-main, .capability-explorer { min-width: 0; }
.hero h1 { font-size: clamp(2.55rem,4.3vw,3.7rem); line-height: 1.1; letter-spacing: -.05em; }
.hero h1 span { color: #215ba7; background: linear-gradient(110deg,#2b58ac,#0c6987); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-copy { font-size: 1.0625rem; max-width: 570px; }
.hero-actions { gap: 18px 23px; }
.button { position: relative; overflow: hidden; border-radius: 7px; transition: background .25s, box-shadow .25s, transform .25s var(--ease-out); }
.button-primary { background: linear-gradient(120deg,#205995,#234d88); border-color: #205995; box-shadow: 0 5px 15px #215a9224; }
.button-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 25%,#ffffff24 48%,transparent 70%); transform: translateX(-125%); transition: transform .65s var(--ease-out); pointer-events: none; }
.button-primary:hover::before { transform: translateX(125%); }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 25px #152d4824; }
.text-link > span, .portfolio-link > span, .nav-contact > span { transition: transform .25s; }
.text-link:hover > span, .portfolio-link:hover > span, .nav-contact:hover > span { transform: translate(3px,-2px); }
.hero-facts { display: flex; gap: 30px; flex-wrap: wrap; padding-top: 24px; margin-top: 31px; border-top: 1px solid #c9d9e7; }
.hero-facts dt { font-size: .75rem; color: var(--muted); margin-bottom: 3px; }
.hero-facts dd { font-size: .875rem; color: var(--ink); font-weight: 600; }

/* An illustrative, selectable system map. The animation does not represent live activity. */
.capability-explorer { --glow: #86d6ff; --pointer-x: 50%; --pointer-y: 35%; position: relative; border: 1px solid #294566; border-radius: 22px; background: #10253e; color: #d9e5f3; box-shadow: 0 22px 60px #173b6626,0 3px 7px #132d4c14; overflow: hidden; }
.capability-explorer::before { content: ''; position: absolute; inset: 0; background: radial-gradient(280px circle at var(--pointer-x) var(--pointer-y),#66aefa17,transparent 85%); pointer-events: none; }
.capability-explorer[data-mode="automation"] { --glow: #aab8ff; }
.capability-explorer[data-mode="data"] { --glow: #6ddbc8; }
.explorer-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 24px 17px; }
.explorer-heading .eyebrow { color: #c6d7e9; font-size: .75rem; letter-spacing: .065em; }
.diagram-mark { font-family: Consolas,monospace; font-size: .75rem; color: #9cafc5; white-space: nowrap; }
.explorer-controls { margin: 0 24px; padding: 4px; gap: 5px; border: 1px solid #39516c; background: #0a1b2c; border-radius: 9px; }
.explorer-controls button { flex: 1; border: 1px solid transparent; border-radius: 6px; background: none; color: #b9cce1; min-height: 44px; font-size: .875rem; font-weight: 600; padding: 8px; transition: background .2s, color .2s; }
.explorer-controls button:hover { background: #1c354f; color: #fff; }
.explorer-controls button[aria-pressed="true"] { border-color: #5a7ba2; background: #2b496a; color: #fff; box-shadow: 0 2px 7px #0002; }
.capability-explorer button:focus-visible { outline-color: #f4c06c; outline-offset: 3px; }
.system-scene { position: relative; aspect-ratio: 520/330; min-height: 285px; margin-top: 4px; overflow: hidden; }
.scene-grid { position: absolute; inset: 0; background-image: radial-gradient(#7298c24f 1px,transparent 1px); background-size: 18px 18px; mask-image: radial-gradient(ellipse at center,#000 0%,transparent 70%); }
.scene-orbit { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid #8acaff14; border-radius: 50%; width: 210px; height: 210px; }
.orbit-two { width: 285px; height: 285px; border-color: #8acaff0c; }
.flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.flow-track { stroke: #486888; stroke-width: 1.6; }
.flow-signal { stroke: var(--glow); stroke-width: 2.5; stroke-dasharray: 15 47; stroke-linecap: round; filter: drop-shadow(0 0 4px var(--glow)); }
.flow-branch { stroke: #3d5c7a; stroke-width: 1; stroke-dasharray: 3 7; opacity: .6; }
.junction { fill: #809dbb; }
.system-node { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; width: 43%; max-width: 200px; padding: 13px 14px; background: linear-gradient(120deg,#29445f,#1c344f); border: 1px solid #496584; border-radius: 10px; box-shadow: 0 8px 20px #06152445; }
.node-input { top: 12%; left: 5%; }
.node-output { bottom: 12%; right: 5%; border-color: #557c95; }
.node-symbol { width: 31px; height: 34px; flex-shrink: 0; display: grid; place-items: center; font-family: Consolas,monospace; font-size: 1.5rem; color: var(--glow); background: #8abdf015; border: 1px solid #678ead49; border-radius: 5px; line-height: 1; }
.node-kicker { display: block; font-size: .75rem; color: #b0c3d7; margin-bottom: 2px; }
.system-node strong { display: block; font-size: .875rem; font-weight: 600; line-height: 1.35; color: #fff; }
.system-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 13px; }
.core-tile { position: relative; width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid #95bada; border-radius: 18px; background: linear-gradient(135deg,#e7f3ff,#91bde5); color: #153653; box-shadow: 0 0 0 7px #81bafa0c,0 0 40px #6ea9ed24,0 15px 25px #06152466; }
.core-tile::before { content: ''; position: absolute; inset: 5px; border: 1px solid #ffffff7d; border-radius: 13px; }
.core-tile > span { font-size: 3.75rem; font-weight: 700; letter-spacing: -.12em; line-height: 1; padding-right: 10px; padding-bottom: 8px; }
.core-label { color: #d5e4f4; font-size: .75rem; letter-spacing: .025em; text-align: center; white-space: nowrap; background: #10253edb; padding: 1px 7px; border-radius: 4px; }
.core-halo { position: absolute; width: 140px; height: 140px; border-radius: 50%; top: -31px; background: radial-gradient(circle,#63b2ff15,transparent 68%); pointer-events: none; }
.scene-corner { position: absolute; width: 13px; height: 13px; opacity: .5; border-color: #94b2d5; border-style: solid; }
.corner-top { top: 18px; right: 25px; border-width: 1px 1px 0 0; }
.corner-bottom { bottom: 19px; left: 25px; border-width: 0 0 1px 1px; }
.explorer-copy { position: relative; padding: 0 25px 22px; min-height: 128px; }
.explorer-copy h2 { font-size: 1.25rem; font-weight: 600; line-height: 1.35; color: #fff; letter-spacing: -.025em; }
.explorer-copy p { font-size: 1rem; line-height: 1.6; color: #c2d1e2; margin-top: 8px; }
.explorer-footer { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 8px 20px; flex-wrap: wrap; padding: 9px 24px; border-top: 1px solid #39516c; background: #0c2037; }
.explorer-footer > span { color: #b0c3d7; font-size: .75rem; }

/* Materials, hover feedback, and the product showcase. */
.focus-strip { background: #122b46; }
.section { padding-block: 88px; }
.section-heading h2 { letter-spacing: -.04em; }
.capability-grid { gap: 19px; border: 0; background: transparent; }
.capability { position: relative; padding: 30px 27px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg,#fff,#f8fafc); transition: transform .3s var(--ease-out),box-shadow .3s,border-color .3s; }
.capability + .capability { border-left: 1px solid var(--line); }
.capability-icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 12px; border: 1px solid #d6e3f1; background: linear-gradient(135deg,#f0f7fd,#e6eef9); box-shadow: inset 0 1px #fff; transition: transform .3s; }
.capability:hover { border-color: #8aafd0; box-shadow: 0 14px 36px #15395d13; transform: translateY(-5px); }
.capability:hover .capability-icon { transform: rotate(-6deg); }
.work-section { background: #f1f5f9; background-image: radial-gradient(ellipse at 100% 0,#dce8f536,transparent 50%); }
.project { border-radius: 20px; box-shadow: 0 4px 14px #15395d05; transition: box-shadow .35s,border-color .35s; }
.project:hover { box-shadow: 0 14px 35px #15395d10; border-color: #aebfd1; }
.project + .project { margin-top: 30px; }
.project-body { padding: 37px 36px; }
.status { border-radius: 30px; padding: 4px 11px; }
.strata-media { position: relative; background: radial-gradient(ellipse at 50% 45%,#32506e,#172f49 78%); overflow: hidden; color: #cadced; padding: 27px 24px 24px; gap: 24px; }
.strata-media::before { content: ''; position: absolute; width: 440px; height: 440px; border: 1px solid #9bc5ed21; border-radius: 50%; left: 50%; top: 48%; transform: translate(-50%,-50%); box-shadow: 0 0 0 60px #94c4f008,0 0 0 120px #94c4f005; pointer-events: none; }
.showcase-label { position: relative; display: flex; justify-content: space-between; gap: 20px; width: 100%; font-size: .75rem; color: #c4d6e7; margin-bottom: 7px; }
.showcase-label > span:last-child { color: #85badf; }
.screen-mat { position: relative; flex-shrink: 0; background: #081522; transform: rotate(-3deg); box-shadow: 0 25px 40px #04132370,0 0 0 1px #b5d5f140; transition: transform .55s var(--ease-out); }
.strata-media:hover .screen-mat { transform: rotate(0deg) translateY(-3px); }
.screen-mat picture { display: block; }
.screen-mat img { aspect-ratio: 420/910; object-fit: cover; }
.strata-media figcaption { position: relative; color: #c4d6e7; }
.project-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; }
.workflow-panel { background: linear-gradient(130deg,#f1f7fc,#fff); }
.workflow li > span { background: #fff; box-shadow: 0 3px 9px #203e5c0e; transition: background .25s,color .25s,border-color .25s; }
.workflow li:hover > span { background: var(--ink); color: #fff; border-color: var(--ink); }
.delivery-steps { position: relative; border-top-color: #bdcede; }
.delivery-steps::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,#2464a3,#8fbedb); transform-origin: left; }
.step-number { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #cad9e7; background: #f3f7fb; transition: color .25s,background .25s; }
.delivery-steps li:hover .step-number { color: #fff; background: var(--blue); }
.requirements-note { background: linear-gradient(110deg,#f0f5fa,#fafbfc); border-radius: 0 12px 12px 0; }
.contact-section { position: relative; isolation: isolate; background: #142f4a; overflow: hidden; }
.contact-section::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 85% 20%,#42679570,transparent 70%); }
.contact-card { background: #0e263e66; border-radius: 14px; box-shadow: inset 0 1px #aacde30a,0 15px 45px #061b301a; }
.contact-section h2 { font-size: 3.25rem; letter-spacing: -.045em; }
.footer-brand { letter-spacing: -.025em; }

/* Compact company presentation: one clear service summary and two project examples. */
.streamlined .section { padding-block: 62px; }
.streamlined .section-heading { margin-bottom: 29px; }
.streamlined .section-heading h2 { margin-top: 12px; }
.streamlined .capability { padding: 28px; }
.streamlined .capability-icon { margin-bottom: 21px; }
.node-symbol svg { display: block; width: 21px; height: 21px; flex-shrink: 0; }
.capability-icon svg { display: block; width: 27px; height: 27px; }
.streamlined .explorer-footer { padding-block: 13px; }
.streamlined .project-body { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.streamlined .project-proof { margin-top: 20px; font-size: 1rem; color: var(--muted); line-height: 1.65; }
.streamlined .project-strata { grid-template-columns: 1.65fr 1fr; }
.streamlined .strata-media { min-height: 0; gap: 14px; padding: 23px; }
.streamlined .screen-mat img { width: 148px; }
.streamlined .project-callapp { display: block; }
.streamlined .project-callapp .project-body { display: block; }
.streamlined .project-callapp .project-intro { max-width: 800px; }
.streamlined .project-callapp .project-bottom { padding-top: 8px; border-top: 0; margin-top: 14px; }
.streamlined .project-topline { margin-bottom: 15px; }
.streamlined .delivery-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
.streamlined .delivery-steps h3 { max-width: none; }
.streamlined .contact-download { margin-top: 11px; }
.footer-details { justify-content: flex-end; }
@media(max-width:800px) {
  .streamlined .section { padding-block: 48px; }
  .streamlined .project-strata { grid-template-columns: 1fr; }
  .streamlined .project-body { padding: 27px; }
  .streamlined .strata-media { padding-block: 25px; }
  .streamlined .delivery-steps { grid-template-columns: 1fr; }
  .streamlined .delivery-steps li, .streamlined .delivery-steps li + li { border-left: 0; padding: 21px 0; border-top: 1px solid var(--line); }
  .streamlined .delivery-steps li:first-child { border-top: 0; }
  .streamlined .delivery-steps h3 { margin-top: 12px; }
}
@media print {
  .streamlined .section { padding-block: 25px; }
  .streamlined .project-strata { display: block; }
}

/* Motion follows the device preference. */
.motion-enabled .flow-signal { animation: stream 2.8s linear infinite; }
.motion-enabled .core-tile { animation: float-core 6s ease-in-out infinite; }
.motion-enabled .hero-main { animation: rise-in .75s var(--ease-out) both; }
.motion-enabled .capability-explorer { animation: rise-in .85s .1s var(--ease-out) both; }
.motion-enabled [data-reveal].is-revealed { animation: reveal-in .7s var(--ease-out); }
.motion-enabled .capability:nth-child(2).is-revealed { animation-delay: .08s; }
.motion-enabled .capability:nth-child(3).is-revealed { animation-delay: .16s; }
.motion-enabled .explorer-copy.is-changing { animation: change-in .3s var(--ease-out); }
.is-page-hidden *, .is-page-hidden *::before, .is-page-hidden *::after { animation-play-state: paused !important; }
html:not(.motion-enabled) { scroll-behavior: auto; }
html:not(.motion-enabled) .button:hover, html:not(.motion-enabled) .capability:hover,
html:not(.motion-enabled) .brand:hover .brand-symbol, html:not(.motion-enabled) .capability:hover .capability-icon,
html:not(.motion-enabled) .text-link:hover > span, html:not(.motion-enabled) .portfolio-link:hover > span,
html:not(.motion-enabled) .nav-contact:hover > span { transform: none; }
html:not(.motion-enabled) .strata-media:hover .screen-mat { transform: rotate(-3deg); }
html:not(.motion-enabled) *, html:not(.motion-enabled) *::before, html:not(.motion-enabled) *::after { animation: none !important; transition: none !important; }
@keyframes stream { to { stroke-dashoffset: -124; } }
@keyframes float-core { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-5px) rotate(2deg); } }
@keyframes rise-in { from { opacity: .2; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-in { from { opacity: .5; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes change-in { from { opacity: .4; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (hover: none) { .capability:hover, .button:hover, .brand:hover .brand-symbol, .capability:hover .capability-icon { transform: none; } .strata-media:hover .screen-mat { transform: rotate(-3deg); } }
@media (min-width: 1500px) { .hero-grid { padding-block: 94px 90px; } }
@media (max-width: 1100px) {
  .hero-grid { gap: 32px; grid-template-columns: 1.1fr 1fr; padding-block: 62px; }
  .hero h1 { font-size: 3.1rem; }
  .hero-facts { gap: 15px 24px; }
  .explorer-heading { padding-inline: 20px; gap: 10px; }
  .explorer-controls { margin-inline: 20px; }
  .explorer-copy { padding-inline: 20px; min-height: 150px; }
  .explorer-footer { padding-inline: 20px; gap: 6px 10px; }
  .system-node { padding: 11px; gap: 8px; }
  .node-symbol { width: 24px; height: 29px; font-size: 1.25rem; }
  .capability { padding: 27px 23px; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding-block: 51px; }
  .hero-main { max-width: 680px; }
  .hero h1 { font-size: clamp(2.6rem,7vw,3.8rem); }
  .hero-copy { max-width: 640px; }
  .hero-facts { margin-top: 25px; }
  .capability-explorer { width: min(100%,570px); justify-self: center; }
  .system-scene { min-height: 310px; }
  .explorer-copy { min-height: 115px; }
  .section { padding-block: 62px; }
  .capability-grid { gap: 14px; }
}
@media (max-width: 800px) {
  .header-inner { min-height: 78px; }
  .capability + .capability { border: 1px solid var(--line); }
  .capability { padding: 27px; }
  .project-body { padding: 29px; }
  .project { border-radius: 16px; }
  .strata-media { min-height: 620px; }
  .showcase-label { max-width: 440px; }
  .screen-mat img { width: 205px; }
  .contact-section h2 { font-size: 2.8rem; }
  .delivery-steps::before { display: none; }
}
@media (max-width: 440px) {
  html { scroll-padding-top: 105px; }
  .hero-grid { padding-block: 38px 42px; }
  .hero h1 { font-size: 2.55rem; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  .hero-copy { font-size: 1rem; }
  .hero-facts { gap: 16px 23px; }
  .capability-explorer { border-radius: 15px; }
  .explorer-heading { padding: 19px 16px 14px; }
  .diagram-mark { display: none; }
  .explorer-controls { margin-inline: 16px; }
  .system-scene { min-height: 275px; }
  .system-node { width: 43%; padding: 10px 11px; }
  .node-symbol { display: none; }
  .node-kicker { font-size: .75rem; }
  .core-tile { width: 65px; height: 65px; border-radius: 15px; }
  .core-tile > span { font-size: 3.15rem; }
  .core-label { font-size: .75rem; }
  .explorer-copy { padding: 0 17px 18px; min-height: 146px; }
  .explorer-copy h2 { font-size: 1.2rem; }
  .explorer-footer { padding-inline: 17px; }
  .section { padding-block: 46px; }
  .capability, .project-body { padding: 24px; }
  .strata-media { padding-inline: 20px; }
  .contact-section h2 { font-size: 2.5rem; }
}
@media print {
  .reading-progress, .capability-explorer, .hero-facts, .showcase-label { display: none !important; }
  .hero { background: none; }
  .hero::before, .contact-section::before, .delivery-steps::before { display: none; }
  .hero-grid { display: block; padding: 0; }
  .hero h1 { font-size: 28pt; }
  .hero h1 span { background: none; -webkit-text-fill-color: #111; color: #111; }
  .capability, .project, .contact-card { box-shadow: none; transform: none; }
  .capability-grid { display: block; }
  .capability { margin-bottom: 12px; }
  .section { padding-block: 25px; }
  .contact-section { background: none; }
  .contact-section h2 { font-size: 23pt; }
  .contact-card { background: none; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Focused refinement: consistent controls, inspectable work, and a quiet delivery trace. */
html { scroll-padding-top: var(--header-offset,118px); }
html:not(.js) .header { position: static; }
.hero h1, .section-heading h2, .project h3, .contact-section h2 { overflow-wrap: anywhere; }
.capability h3, .capability p, .delivery-steps h3, .delivery-steps p { overflow-wrap: anywhere; }
.streamlined .capability-grid { grid-template-columns: repeat(auto-fit,minmax(min(100%,14rem),1fr)); }
.brand-symbol { font-size: 38px; }
.core-tile > span { font-size: 60px; }
.explorer-controls { flex-wrap: wrap; }
.explorer-controls button { flex: 1 1 90px; }
.system-scene { min-height: max(285px,18rem); }
.system-node, .system-node > div { min-width: 0; }
.node-kicker, .system-node strong { overflow-wrap: anywhere; }
.navigation .nav-contact { display: inline-flex; align-items: center; gap: 8px; }
.navigation .nav-contact span { margin-left: 0; }
.text-link { gap: 8px; }
.capability, .capability-icon { transition: none; }
.capability:hover { transform: none; border-color: var(--line); box-shadow: none; }
.capability:hover .capability-icon { transform: none; }
.streamlined .work-section .section-heading h2 { margin-top: 0; }
.streamlined .screen-mat { max-width: 100%; }
.streamlined .screen-mat img { width: 190px; max-width: 100%; }
.streamlined .project-body, .streamlined .project-callapp .project-body { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.streamlined .project-bottom, .streamlined .project-callapp .project-bottom { justify-content: flex-start; border-top: 1px solid var(--line); margin-top: 26px; padding-top: 17px; }
.project-links { gap: 10px 24px; }
.streamlined .project-callapp { display: grid; grid-template-columns: 1fr 1.15fr; }
.callapp-media { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; gap: 16px; margin: 0; padding: 28px 24px; border-left: 1px solid var(--line); background: radial-gradient(ellipse at 50% 45%,#32506e,#172f49 78%); }
.callapp-media figcaption { font-size: .75rem; line-height: 1.5; color: #c4d6e7; text-align: center; }
.demo-note { color: var(--muted); font-size: .8125rem; line-height: 1.55; }
.callapp-architecture { gap: 23px; padding-block: 32px; color: #edf5fc; }
.callapp-architecture svg { width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.coach-human { display: flex; align-items: center; gap: 10px; color: #d9e9f7; font-size: .875rem; line-height: 1.5; }
.coach-human svg { width: 19px; height: 19px; flex-basis: 19px; }
.coach-flow { list-style: none; padding: 0; margin: 0; width: min(100%,350px); display: grid; gap: 22px; }
.coach-flow li { display: flex; align-items: center; position: relative; gap: 13px; min-width: 0; padding: 13px 15px; background: #213e5b; border: 1px solid #7695b2; border-radius: 10px; }
.coach-flow li:not(:last-child)::after { content: ''; position: absolute; left: 26px; bottom: -20px; height: 18px; border-left: 1px solid #aac9e2; }
.coach-flow li:not(:last-child)::before { content: ''; position: absolute; left: 23px; bottom: -20px; width: 7px; height: 7px; border-right: 1px solid #aac9e2; border-bottom: 1px solid #aac9e2; transform: rotate(45deg); }
.coach-node-icon { display: flex; color: #b9ddf8; flex: 0 0 24px; }
.coach-stage { font-size: 1rem; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; min-width: 0; }
.coach-number { margin-left: auto; padding-left: 3px; color: #bad0e3; font-size: .6875rem; font-family: Consolas,monospace; }
.coach-details { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid #69849d; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; width: 100%; max-width: 440px; }
.coach-details li { font-size: .75rem; color: #d3e3f0; line-height: 1.5; overflow-wrap: anywhere; }
.coach-details li::before { content: ''; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #aac9e2; margin: 0 7px 2px 0; }
.streamlined .delivery-steps { position: relative; isolation: isolate; gap: 0; border: 0; }
.delivery-steps::before { display: none; }
.streamlined .delivery-steps li, .streamlined .delivery-steps li + li { position: relative; padding: 0 26px 0 0; border: 0; }
.delivery-steps li:not(:last-child)::before, .delivery-steps li:not(:last-child)::after { content: ''; position: absolute; z-index: -1; left: 19.5px; top: 18.5px; width: 100%; height: 2px; background: #d3e0eb; pointer-events: none; }
.delivery-steps li:not(:last-child)::after { background: linear-gradient(90deg,#2464a3,#64a8c9); transform: scaleX(var(--step-progress,1)); transform-origin: left; }
.delivery-steps .step-number { position: relative; z-index: 1; background: #215a92; color: #fff; border-color: #215a92; transition: background .2s,color .2s,border-color .2s; }
.motion-enabled .delivery-steps li:not(.is-active) .step-number { background: #f3f7fb; color: #365369; border-color: #cad9e7; }
.delivery-steps li:hover .step-number { background: #215a92; }
.motion-enabled .delivery-steps li:not(.is-active):hover .step-number { background: #f3f7fb; }
@media (max-width:800px) {
  .brand-symbol { font-size: 34px; }
  .streamlined .project-callapp { grid-template-columns: 1fr; }
  .callapp-media { border-left: 0; border-top: 1px solid var(--line); padding: 25px 20px; }
  .streamlined .delivery-steps li, .streamlined .delivery-steps li + li { padding: 0 0 30px 60px; min-height: 100px; }
  .streamlined .delivery-steps li:last-child { padding-bottom: 0; min-height: 0; }
  .delivery-steps .step-number { position: absolute; left: 0; top: 0; }
  .streamlined .delivery-steps h3 { margin-top: 6px; }
  .delivery-steps li:not(:last-child)::before, .delivery-steps li:not(:last-child)::after { left: 18.5px; top: 19.5px; width: 2px; height: 100%; }
  .delivery-steps li:not(:last-child)::after { transform: scaleY(var(--step-progress,1)); transform-origin: top; background: linear-gradient(#2464a3,#64a8c9); }
}
@media (max-width:440px) {
  .core-tile > span { font-size: 50px; }
}
@media print {
  .callapp-media { display: none; }
  .streamlined .project-callapp { display: block; }
  .delivery-steps li::before, .delivery-steps li::after { display: none; }
}
