/* About / «Как мы работаем»: final isolated MVP cascade. */
.about-page #aboutWorkflow{
  --about-workflow-safe-top:105px;
  position:relative;
  overflow:visible!important;
  scroll-margin-top:var(--about-workflow-safe-top);
}
.about-page .about-workflow-section-head{
  display:block;
  margin-bottom:clamp(28px,4vw,48px);
}
.about-page .about-workflow-section-head>div{display:grid;gap:12px}
.about-page .about-workflow-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:11px;
  width:max-content;
  color:#b6c1d1;
  font-size:12px;
  font-weight:900;
  letter-spacing:.17em;
  line-height:1;
  text-transform:uppercase;
}
.about-page .about-workflow-eyebrow::before{
  content:"";
  width:22px;
  height:2px;
  background:linear-gradient(90deg,#bb2458,#e04e82);
  box-shadow:0 0 14px rgba(210,56,114,.36);
}
.about-page .about-workflow-section-head h2{
  margin:0;
  color:#f7f8fb;
  font-size:clamp(46px,5.2vw,70px);
  line-height:.96;
  letter-spacing:-.055em;
  white-space:nowrap;
}

.about-page .about-workflow{
  display:grid;
  grid-template-columns:minmax(420px,1.08fr) minmax(330px,.92fr);
  gap:clamp(64px,7vw,96px);
  align-items:start;
  min-width:0;
}
.about-page .about-workflow-story{
  --about-rail-left:36px;
  position:relative;
  min-width:0;
  padding-bottom:clamp(220px,28svh,320px);
}
.about-page .about-workflow-steps{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
}
.about-page .about-workflow-step{
  display:flex;
  align-items:center;
  min-height:clamp(440px,62svh,590px);
  margin:0;
}
.about-page .about-workflow-step:not(:last-child)::after{content:none!important;display:none!important}
.about-page .about-workflow-trigger{
  position:relative;
  z-index:2;
  display:grid;
  align-items:center;
  width:calc(100% - 78px);
  min-height:228px;
  margin-left:78px;
  padding:30px 28px;
  border:1px solid rgba(160,188,218,.18);
  border-radius:22px;
  color:inherit;
  background:
    linear-gradient(rgba(104,146,191,.065) 1px,transparent 1px),
    linear-gradient(90deg,rgba(104,146,191,.065) 1px,transparent 1px),
    linear-gradient(145deg,rgba(22,47,76,.74),rgba(7,20,36,.58));
  background-size:30px 30px,30px 30px,100% 100%;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 22px 52px rgba(0,0,0,.12);
  text-align:left;
  cursor:pointer;
  transition:border-color .38s ease,background-color .38s ease,box-shadow .38s ease,transform .38s cubic-bezier(.22,1,.36,1);
}
.about-page .about-workflow-trigger::before{content:none!important;display:none!important}
.about-page .about-workflow-trigger:hover,
.about-page .about-workflow-trigger:focus-visible{
  border-color:rgba(221,102,147,.48);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 25px 60px rgba(0,0,0,.18),0 0 0 3px rgba(210,56,114,.09);
  outline:0;
  transform:translateX(3px);
}
.about-page .about-workflow-step-number{
  position:absolute;
  z-index:5;
  left:-66px;
  top:50%;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid rgba(119,166,212,.52);
  border-radius:50%;
  color:#c8d7e6;
  background:#091b2e;
  box-shadow:0 0 0 7px rgba(5,17,30,.94),0 0 24px rgba(73,129,184,.12);
  font-size:11px;
  font-weight:1000;
  letter-spacing:.06em;
  transform:translateY(-50%);
  transition:border-color .42s ease,color .42s ease,background .42s ease,box-shadow .42s ease,transform .42s cubic-bezier(.22,1,.36,1);
}
.about-page .about-workflow-step-copy{display:grid;gap:11px;min-width:0}
.about-page .about-workflow-step-copy>b{
  margin:0;
  color:#f5f7fb;
  font-size:clamp(27px,2.25vw,32px);
  line-height:1.04;
  letter-spacing:-.035em;
}
.about-page .about-workflow-step-copy>span{
  max-width:43ch;
  color:#b9c7d7;
  font-size:14px;
  line-height:1.58;
}
.about-page .about-workflow-step-copy>em{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin-top:4px;
  color:#93a9c0;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.06em;
  line-height:1.35;
  text-transform:uppercase;
}
.about-page .about-workflow-step-copy>em::before{
  content:"";
  flex:0 0 auto;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#6f8eac;
}
.about-page .about-workflow-step.is-active .about-workflow-trigger{
  border-color:rgba(221,82,132,.58);
  background:
    linear-gradient(rgba(216,91,137,.075) 1px,transparent 1px),
    linear-gradient(90deg,rgba(216,91,137,.075) 1px,transparent 1px),
    linear-gradient(145deg,rgba(111,34,65,.78),rgba(24,29,52,.72));
  background-size:30px 30px,30px 30px,100% 100%;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 28px 66px rgba(51,10,29,.24);
}
.about-page .about-workflow-step.is-active .about-workflow-step-number{
  border-color:rgba(255,202,222,.92);
  color:#fff;
  background:linear-gradient(145deg,#d74378,#8f234c);
  box-shadow:0 0 0 7px rgba(12,24,39,.96),0 0 0 9px rgba(215,67,120,.18),0 0 34px rgba(225,79,132,.54);
  transform:translateY(-50%);
}
.about-page .about-workflow-step.is-active .about-workflow-step-copy>em{color:#f0bfd1}
.about-page .about-workflow-step.is-active .about-workflow-step-copy>em::before{background:#ef78a4;box-shadow:0 0 12px rgba(239,120,164,.7)}
.about-page .about-workflow-step.is-complete .about-workflow-step-number{
  border-color:rgba(211,104,143,.6);
  color:#f7d7e3;
  background:#57203a;
}
.about-page .about-workflow-step.is-arriving .about-workflow-step-number{animation:aboutWorkflowNodeCapture .72s cubic-bezier(.16,1,.3,1)}
@keyframes aboutWorkflowNodeCapture{
  0%{box-shadow:0 0 0 7px rgba(12,24,39,.96),0 0 0 9px rgba(225,79,132,0),0 0 12px rgba(225,79,132,.18)}
  48%{box-shadow:0 0 0 7px rgba(12,24,39,.96),0 0 0 18px rgba(225,79,132,.12),0 0 42px rgba(225,79,132,.68)}
  100%{box-shadow:0 0 0 7px rgba(12,24,39,.96),0 0 0 9px rgba(225,79,132,.18),0 0 30px rgba(225,79,132,.48)}
}

/* Four measured rail segments live only in the node gutter. */
.about-page .about-workflow-rail{
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
}
.about-page .about-workflow-rail-segment{
  --about-segment-progress:0;
  --about-segment-wave-y:0px;
  position:absolute;
  top:var(--about-segment-top,0);
  left:var(--about-segment-left,var(--about-rail-left));
  display:block;
  width:3px;
  height:max(1px,var(--about-segment-height,1px));
  overflow:hidden;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(82,128,176,.44),rgba(71,111,154,.28));
  box-shadow:0 0 0 1px rgba(121,164,208,.045),0 0 16px rgba(64,116,169,.1);
  opacity:0;
  transform:translateX(-50%);
  transition:opacity .25s ease;
}
.about-page [data-workflow-ready="1"] .about-workflow-rail-segment{opacity:1}
.about-page .about-workflow-rail-segment>i{
  position:absolute;
  inset:0;
  display:block;
  border-radius:inherit;
  background:linear-gradient(180deg,#a72c5a 0%,#d84379 58%,#f18daf 100%);
  box-shadow:0 0 14px rgba(225,79,132,.52);
  transform:scaleY(var(--about-segment-progress));
  transform-origin:50% 0;
  will-change:transform;
}
.about-page .about-workflow-rail-segment>b{
  position:absolute;
  z-index:2;
  top:0;
  left:50%;
  display:block;
  width:11px;
  height:72px;
  border-radius:999px;
  background:linear-gradient(180deg,transparent 0%,rgba(218,66,121,.08) 16%,rgba(245,139,177,.5) 48%,rgba(255,235,242,.95) 64%,rgba(220,70,124,.18) 83%,transparent 100%);
  filter:blur(.45px);
  opacity:0;
  transform:translate3d(-50%,calc(var(--about-segment-wave-y) - 36px),0);
  will-change:transform,opacity;
}
.about-page .about-workflow-rail-segment.is-travelling>b{
  opacity:.74;
  box-shadow:0 0 18px rgba(241,112,159,.65);
}

.about-page .about-workflow-visual{
  position:relative;
  display:grid;
  place-items:start center;
  min-width:0;
  align-self:stretch;
  margin:0;
}
.about-page .about-workflow-visual::before{
  content:"";
  position:absolute;
  top:calc(var(--about-workflow-safe-top) + 40px);
  left:50%;
  width:min(470px,100%);
  aspect-ratio:1;
  border:1px solid rgba(220,78,130,.09);
  border-radius:50%;
  background:repeating-radial-gradient(circle,transparent 0 52px,rgba(107,150,196,.055) 53px 54px,transparent 55px 88px);
  pointer-events:none;
  transform:translateX(-50%);
}
.about-page .about-workflow-sticky{
  position:sticky;
  top:var(--about-workflow-safe-top);
  display:grid;
  place-items:start center;
  width:100%;
  height:calc(100svh - var(--about-workflow-safe-top) - 24px);
  min-height:0;
  padding:0;
  box-sizing:border-box;
}
.about-page .about-workflow-console{
  position:relative;
  display:grid;
  grid-template-rows:32px 62px minmax(0,1fr) 58px;
  width:min(330px,100%);
  height:min(716px,calc(100svh - var(--about-workflow-safe-top) - 24px));
  min-height:0;
  aspect-ratio:393/852;
  overflow:hidden;
  border:8px solid #030911;
  border-radius:50px;
  color:#edf3fa;
  background:radial-gradient(circle at 82% 22%,rgba(157,46,84,.22),transparent 30%),linear-gradient(150deg,#12263d,#06131f 76%);
  box-shadow:0 44px 96px rgba(0,0,0,.55),0 0 0 1px rgba(197,214,232,.2),inset 0 0 0 1px rgba(255,255,255,.045);
  isolation:isolate;
}
.about-page .about-workflow-console::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.36;
  background-image:linear-gradient(rgba(171,197,224,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(171,197,224,.075) 1px,transparent 1px),repeating-radial-gradient(circle at 88% 76%,transparent 0 52px,rgba(227,106,148,.11) 53px 54px,transparent 55px 86px);
  background-size:28px 28px,28px 28px,100% 100%;
  pointer-events:none;
}
.about-page .about-workflow-console::after{
  content:"";
  position:absolute;
  inset:3px;
  z-index:8;
  border:1px solid rgba(218,229,241,.14);
  border-radius:39px;
  pointer-events:none;
}
.about-page .about-workflow-device-status{
  position:relative;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:8px 19px 3px;
  color:#f8fafc;
  background:rgba(2,8,15,.76);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;
}
.about-page .about-workflow-device-status>b{font-size:10px;line-height:1}
.about-page .about-workflow-dynamic-island{
  position:absolute;
  top:5px;
  left:50%;
  width:88px;
  height:23px;
  border-radius:999px;
  background:#000;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 1px 2px rgba(0,0,0,.7);
  transform:translateX(-50%);
}
.about-page .about-workflow-dynamic-island::after{
  content:"";
  position:absolute;
  right:7px;
  top:8px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#0d1b2e;
  box-shadow:inset 0 0 0 1px rgba(77,118,171,.2);
}
.about-page .about-workflow-device-indicators{display:flex;align-items:center;gap:5px;height:12px}
.about-page .about-workflow-device-indicators>i{position:relative;display:block;font-style:normal}
.about-page .about-workflow-device-indicators .is-signal{width:13px;height:9px;background:linear-gradient(to top,rgba(255,255,255,.96) 0 100%) left bottom/2px 3px no-repeat,linear-gradient(to top,rgba(255,255,255,.96) 0 100%) 4px bottom/2px 5px no-repeat,linear-gradient(to top,rgba(255,255,255,.96) 0 100%) 8px bottom/2px 7px no-repeat,linear-gradient(to top,rgba(255,255,255,.96) 0 100%) 12px bottom/2px 9px no-repeat}
.about-page .about-workflow-device-indicators .is-wifi{width:12px;height:8px;border:2px solid transparent;border-top-color:#fff;border-radius:50%}
.about-page .about-workflow-device-indicators .is-wifi::after{content:"";position:absolute;left:50%;bottom:0;width:3px;height:3px;border-radius:50%;background:#fff;transform:translateX(-50%)}
.about-page .about-workflow-device-indicators .is-battery{width:17px;height:8px;border:1px solid rgba(255,255,255,.9);border-radius:2px}
.about-page .about-workflow-device-indicators .is-battery::after{content:"";position:absolute;right:-3px;top:2px;width:2px;height:4px;border-radius:0 1px 1px 0;background:rgba(255,255,255,.75)}
.about-page .about-workflow-device-indicators .is-battery>em{position:absolute;inset:1px 3px 1px 1px;border-radius:1px;background:#fff}
.about-page .about-workflow-console-head{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:0;
  padding:10px 17px 11px;
  border-bottom:1px solid rgba(171,197,224,.14);
  background:rgba(3,12,22,.64);
  backdrop-filter:blur(10px);
}
.about-page .about-workflow-console-head::before{content:none!important;display:none!important}
.about-page .about-workflow-console-head>div:first-child{display:grid;gap:3px;min-width:0}
.about-page .about-workflow-console-head span{color:#8fa4bc;font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.about-page .about-workflow-console-head b{overflow:hidden;color:#f3f6fa;font-size:11px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.about-page .about-workflow-console-meta{display:grid;justify-items:end;gap:3px;flex:0 0 auto}
.about-page .about-workflow-console-meta span{padding:0;border:0;color:#d99bb4;background:none;font-size:6px}
.about-page .about-workflow-console-meta b{min-width:0;color:#f3c4d6;font-size:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.about-page .about-workflow-screen{
  position:relative;
  z-index:2;
  min-height:0;
  overflow:hidden;
  contain:layout paint;
}
.about-page .about-workflow-scene{
  position:absolute;
  inset:0;
  display:block;
  margin:0;
  padding:15px 15px 14px;
  opacity:0;
  visibility:hidden;
  filter:blur(4px);
  transform:translate3d(0,12px,0) scale(.992);
  transition:opacity .28s ease,filter .48s ease,transform .54s cubic-bezier(.22,1,.36,1),visibility 0s linear .54s;
}
.about-page [data-workflow-direction="backward"] .about-workflow-scene:not(.is-active){transform:translate3d(0,-12px,0) scale(.992)}
.about-page .about-workflow-scene.is-active{
  opacity:1;
  visibility:visible;
  filter:none;
  transform:none;
  transition:opacity .48s ease .06s,filter .48s ease .06s,transform .58s cubic-bezier(.22,1,.36,1) .04s,visibility 0s;
}
.about-page .about-workflow-manager{display:none}
.about-page .about-workflow-phone{display:block;width:100%;height:100%;overflow:visible;border:0;border-radius:0;background:none;color:#edf3fa;box-shadow:none}
.about-page .about-workflow-phone-notch,
.about-page .about-workflow-phone-status{display:none!important}
.about-page .about-workflow-phone-body{display:flex;flex-direction:column;gap:9px;width:100%;height:100%;padding:0;background:none}
.about-page .workflow-phone-scene-head{display:grid;gap:4px;padding:0 2px 1px}
.about-page .workflow-phone-kicker{color:#e99ab8;font-size:8px;letter-spacing:.12em}
.about-page .workflow-phone-title{display:block;margin:0;color:#f7f9fc;font-size:22px;line-height:1.02;letter-spacing:-.04em;text-wrap:balance}
.about-page .workflow-phone-scene-head p{max-width:31ch;margin:1px 0 0;color:#aebed0;font-size:9.5px;line-height:1.4}
.about-page .workflow-phone-module,
.about-page .workflow-phone-files-large,
.about-page .workflow-phone-question,
.about-page .workflow-phone-doc-status,
.about-page .workflow-phone-conditions,
.about-page .workflow-phone-action{border-radius:12px}
.about-page .workflow-phone-module{padding:11px}
.about-page .workflow-phone-fields{gap:5px}
.about-page .workflow-phone-fields>span{padding:7px 6px}
.about-page .workflow-phone-files-large{grid-template-columns:1fr;gap:5px;padding:7px}
.about-page .workflow-phone-files-large>span{grid-template-columns:30px minmax(0,1fr);padding:6px}
.about-page .workflow-phone-files-large i{width:30px;height:30px;border-radius:8px;font-size:6px}
.about-page .workflow-phone-action{margin-top:auto;padding:9px 11px 9px 13px}
.about-page .workflow-phone-action>span{font-size:7px}
.about-page .workflow-phone-action>b{font-size:9px}
.about-page .workflow-phone-checks{gap:5px}
.about-page .workflow-phone-checks>span{min-height:35px;padding:5px 6px}
.about-page .workflow-phone-question{padding:8px 9px 8px 11px}
.about-page .workflow-phone-match{grid-template-columns:minmax(0,.82fr) 20px minmax(0,1.18fr);gap:5px}
.about-page .workflow-phone-match-source,
.about-page .workflow-phone-match-options>span{padding:8px 7px}
.about-page .workflow-phone-match-options{gap:5px}
.about-page .workflow-phone-doc-status{gap:6px;padding:7px}
.about-page .workflow-phone-package{grid-template-columns:50px minmax(0,1fr);gap:10px;min-height:78px}
.about-page .workflow-phone-package-icon{width:50px;height:58px;border-radius:11px}
.about-page .workflow-phone-conditions>span{min-height:36px}
.about-page .workflow-phone-route{gap:7px;padding:10px 11px}
.about-page .workflow-phone-route::before{left:18px;top:20px;bottom:20px}
.about-page .workflow-phone-route span{min-height:24px;padding-left:28px;font-size:8px}
.about-page .workflow-phone-route span::before{width:15px;height:15px;border-width:4px}
.about-page .about-workflow-scene.is-active .about-workflow-phone-body>*{animation:aboutWorkflowContentIn .52s cubic-bezier(.22,1,.36,1) both!important}
.about-page .about-workflow-scene.is-active .about-workflow-phone-body>*:nth-child(2){animation-delay:.06s!important}
.about-page .about-workflow-scene.is-active .about-workflow-phone-body>*:nth-child(3){animation-delay:.11s!important}
.about-page .about-workflow-scene.is-active .about-workflow-phone-body>*:nth-child(4){animation-delay:.16s!important}
@keyframes aboutWorkflowContentIn{from{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:none}}
.about-page .about-workflow-console-foot{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:0;
  padding:10px 15px 11px;
  border-top:1px solid rgba(171,197,224,.14);
  background:rgba(3,12,22,.7);
  backdrop-filter:blur(10px);
}
.about-page .about-workflow-console-foot>span{display:block;overflow:hidden;color:#eef3f9;font-size:8px;font-weight:800;line-height:1.35;letter-spacing:.025em;white-space:normal}
.about-page .about-workflow-console-foot>span::before{content:"Результат · ";color:#db91ae;font-size:7px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}
.about-page .about-workflow-console-foot>div{display:flex;align-items:center;gap:4px}
.about-page .about-workflow-console-foot i{display:block;width:8px;height:3px;border-radius:999px;background:rgba(171,197,224,.22);transition:width .35s ease,background .35s ease}
.about-page .about-workflow-console-foot i.is-active{width:18px;background:#df4d81}

/* Tablet, mobile and shallow desktop: deterministic manual mode, no sticky rail. */
@media (max-width:1023px), (min-width:1024px) and (max-height:719px){
  .about-page #aboutWorkflow{--about-workflow-safe-top:88px;overflow:hidden!important}
  .about-page .about-workflow-section-head h2{font-size:clamp(40px,8vw,58px);white-space:normal}
  .about-page .about-workflow{grid-template-columns:minmax(0,1fr);gap:22px;width:100%}
  .about-page .about-workflow-story{grid-row:1;min-width:0;max-width:100%;padding:0}
  .about-page .about-workflow-rail{display:none}
  .about-page .about-workflow-steps{display:flex;gap:8px;width:100%;overflow-x:auto;margin:0;padding:2px 1px 9px;scroll-padding-inline:1px;scroll-snap-type:x proximity;scrollbar-width:none}
  .about-page .about-workflow-steps::-webkit-scrollbar{display:none}
  .about-page .about-workflow-step{flex:0 0 clamp(176px,42vw,210px);min-height:0;margin:0;scroll-snap-align:center}
  .about-page .about-workflow-trigger{grid-template-columns:38px minmax(0,1fr);gap:10px;width:100%;min-height:84px;margin:0;padding:10px;border-radius:14px;background:linear-gradient(145deg,rgba(20,42,67,.76),rgba(7,19,34,.62))}
  .about-page .about-workflow-trigger:hover,
  .about-page .about-workflow-trigger:focus-visible{transform:none}
  .about-page .about-workflow-step.is-active .about-workflow-trigger{background:linear-gradient(145deg,rgba(111,34,65,.82),rgba(24,29,52,.78))}
  .about-page .about-workflow-step-number{position:relative;left:auto;top:auto;width:38px;height:38px;box-shadow:none;font-size:9px;transform:none}
  .about-page .about-workflow-step.is-active .about-workflow-step-number{box-shadow:0 0 0 4px rgba(215,67,120,.12),0 0 22px rgba(225,79,132,.38);transform:none}
  .about-page .about-workflow-step-copy{gap:0}
  .about-page .about-workflow-step-copy>b{font-size:14px;line-height:1.15}
  .about-page .about-workflow-step-copy>span,
  .about-page .about-workflow-step-copy>em{display:none}
  .about-page .about-workflow-visual{grid-row:2;margin:0;place-items:start center}
  .about-page .about-workflow-visual::before{display:none}
  .about-page .about-workflow-sticky{position:static;place-items:start center;height:auto;min-height:0;padding:0}
  .about-page .about-workflow-console{width:min(338px,100%);height:auto;aspect-ratio:393/852}
}
@media(max-width:680px){
  .about-page .about-workflow-section-head{margin-bottom:22px}
  .about-page .about-workflow-eyebrow{font-size:10px}
  .about-page .about-workflow-section-head h2{font-size:42px}
  .about-page .about-workflow-steps{gap:7px;padding-inline:0}
  .about-page .about-workflow-step{flex-basis:168px}
  .about-page .about-workflow-trigger{grid-template-columns:34px minmax(0,1fr);min-height:78px;padding:9px}
  .about-page .about-workflow-step-number{width:34px;height:34px}
  .about-page .about-workflow-console{width:min(100%,338px);border-width:7px;border-radius:44px}
  .about-page .about-workflow-console::after{border-radius:34px}
}
@media(max-width:360px){
  .about-page .about-workflow-section-head h2{font-size:38px}
  .about-page .about-workflow-console{grid-template-rows:30px 58px minmax(0,1fr) 54px}
  .about-page .about-workflow-scene{padding:12px}
  .about-page .workflow-phone-title{font-size:20px}
  .about-page .workflow-phone-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-page .workflow-phone-fields>span:first-child{grid-column:1/-1}
}
@media(prefers-reduced-motion:reduce){
  .about-page [data-workflow-motion="reduced"] .about-workflow-trigger,
  .about-page [data-workflow-motion="reduced"] .about-workflow-step-number,
  .about-page [data-workflow-motion="reduced"] .about-workflow-scene,
  .about-page [data-workflow-motion="reduced"] .about-workflow-scene *,
  .about-page [data-workflow-motion="reduced"] .about-workflow-console-foot i,
  .about-page [data-workflow-motion="reduced"] .about-workflow-rail-segment,
  .about-page [data-workflow-motion="reduced"] .about-workflow-rail-segment>i,
  .about-page [data-workflow-motion="reduced"] .about-workflow-rail-segment>b{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .about-page [data-workflow-motion="reduced"] .about-workflow-scene{filter:none!important;transform:none!important}
  .about-page [data-workflow-motion="reduced"] .about-workflow-rail-segment>b{display:none!important}
}

/* About hero: compact proof system with project-native vector glyphs. */
.about-page .about-proof-strip{
  overflow:hidden;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(4,13,25,.82),rgba(24,42,65,.72) 52%,rgba(9,19,34,.82)),
    rgba(5,15,28,.64);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 16px 44px rgba(0,0,0,.14);
}
.about-page .about-proof-strip::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.28;
  background-image:linear-gradient(rgba(174,199,224,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(174,199,224,.06) 1px,transparent 1px);
  background-size:28px 28px;
  pointer-events:none;
}
.about-page .about-proof-strip>div{
  position:relative;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:13px;
  min-height:84px;
  padding:13px 18px;
  transition:background-color .28s ease,box-shadow .28s ease;
}
.about-page .about-proof-strip>div::after{
  content:"";
  position:absolute;
  right:18px;
  bottom:0;
  left:18px;
  height:2px;
  opacity:0;
  background:linear-gradient(90deg,transparent,#ee5d91 24%,#f5b0c9 52%,transparent);
  transform:scaleX(.55);
  transition:opacity .28s ease,transform .38s cubic-bezier(.22,1,.36,1);
}
.about-page .about-proof-strip>div:hover{
  background:linear-gradient(135deg,rgba(153,39,79,.14),rgba(80,124,170,.08));
  box-shadow:inset 0 0 0 1px rgba(227,100,145,.08);
}
.about-page .about-proof-strip>div:hover::after{opacity:1;transform:scaleX(1)}
.about-page .about-proof-icon{
  position:relative;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(230,95,144,.34);
  border-radius:13px;
  color:#f2a1be;
  background:radial-gradient(circle at 50% 18%,rgba(238,93,145,.2),transparent 58%),rgba(17,31,50,.78);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 8px 24px rgba(0,0,0,.2),0 0 20px rgba(174,48,91,.08);
}
.about-page .about-proof-icon::before{
  content:"";
  position:absolute;
  inset:5px;
  border:1px solid rgba(151,187,221,.08);
  border-radius:9px;
}
.about-page .about-proof-icon svg{
  position:relative;
  z-index:1;
  width:25px;
  height:25px;
  overflow:visible;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-page .about-proof-strip>div>span:last-child{
  color:#f2f6fb;
  font-size:13px;
  font-weight:760;
  line-height:1.28;
  text-wrap:balance;
}
@media(max-width:680px){
  .about-page .about-proof-strip>div{
    grid-template-columns:36px minmax(0,1fr);
    gap:8px;
    min-height:82px;
    padding:10px 9px;
  }
  .about-page .about-proof-icon{width:34px;height:34px;border-radius:11px}
  .about-page .about-proof-icon::before{inset:4px;border-radius:8px}
  .about-page .about-proof-icon svg{width:21px;height:21px;stroke-width:1.75}
  .about-page .about-proof-strip>div>span:last-child{font-size:10.5px;line-height:1.28}
  .about-page .about-proof-strip>div::after{right:9px;left:9px}
}
