/* Radius OS - ATS subpage
   Loads after styles.css, reuses its tokens/nav/footer/buttons.
   ATS accent = cobalt (matches the Solutions dropdown tile). */

body.atx-page { --accent: var(--cobalt); --accent-ink: var(--cobalt-dp); }

/* subpage nav always solid: light hero, dark nav text */
body.atx-page .nav { background: rgba(244, 247, 244, 0.82); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom-color: var(--line-soft); }
body.atx-page .nav__logo { background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
body.atx-page .nav__logo b { color: transparent; -webkit-text-fill-color: transparent; }
body.atx-page .nav__link { color: var(--ink); }
body.atx-page .nav__link:hover, body.atx-page .nav__link.active { background: rgba(20, 33, 63, 0.05); }
body.atx-page .nav__login { color: var(--body); }
body.atx-page .nav .btn--sm { background: var(--grad-blue); color: #fff; }
body.atx-page .nav .btn--sm:hover, body.atx-page .btn:hover { background: var(--grad-emerald); color: var(--ink); }

.atx-eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.atx-eyebrow .g { width: 26px; height: 26px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(150deg, #E8ECF2, #DBE2EE); color: var(--cobalt); }
.atx-eyebrow .g .icon { width: 15px; height: 15px; }

/* ============ HERO (centered copy + wide kanban board) ============ */
.atx-hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-start; padding: var(--hero-top) 0 clamp(20px, 3vh, 36px); overflow: hidden; text-align: center; }
.atx-hero .lead { font-size: 17px; max-width: 54ch; }
.atx-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(48% 46% at 50% 0%, rgba(51, 84, 158, 0.14), transparent 62%); }
.atx-hero .eyebrow { justify-content: center; }
.atx-hero h1 { font-size: clamp(40px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -0.028em; color: var(--ink); font-weight: 690; margin: 18px auto 0; max-width: none; text-wrap: balance; }
.atx-hero .lead { margin: 20px auto 0; max-width: 58ch; }
.atx-hero__cta { display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.atx-hero__proof { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 13.5px; color: var(--mute); font-weight: 500; }
.atx-hero__proof i { width: 6px; height: 6px; border-radius: 50%; background: var(--cobalt); }

/* the color-coded kanban board (signature ATS visual) */
/* hero stage: real workspace in a laptop frame + phone, contained in the first viewport */
/* the hero is exactly one viewport: the stage takes what is left and no more (2026-09-10) */
.atx-hero__stage { position: relative; margin-top: auto; width: min(940px, calc(100vw - 48px)); margin-left: auto; margin-right: auto; padding-top: clamp(18px, 3.4vh, 36px); flex: 0 1 auto; min-height: 0; }
.atx-hero__stage .pg-laptop, .atx-hero__stage .atx-hero__screen { max-height: 100%; }
.atx-hero__stage .pg-frame { width: 100%; margin: 0; }
.atx-hero__screen { aspect-ratio: 21 / 9; }
/* the laptop is width-driven, so the width is derived from the height that is left.
   2.1 is the laptop frame's own ratio; this keeps the hero to one screen (2026-09-10) */
@media (min-width: 981px) {
  .atx-hero__stage { width: min(940px, calc(100vw - 48px), calc((100svh - var(--hero-top) - 292px) * 2.1)); }
}
.atx-hero__phone { position: absolute; right: -14px; bottom: -6px; width: clamp(116px, 16%, 158px); border-radius: 26px; background: #0B1440; padding: 6px; box-shadow: 0 38px 74px -30px rgba(11,20,64,.62); }
.atx-hero__phone::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 34%; height: 4px; border-radius: 99px; background: rgba(255,255,255,.35); z-index: 2; }
.atx-hero__phonescreen { position: relative; border-radius: 21px; overflow: hidden; aspect-ratio: 9 / 16; background: #fff; }
.atx-hero__phonescreen img { width: 100%; display: block; object-fit: cover; object-position: top; }
.atx-hero__phonescreen::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 30%; background: linear-gradient(180deg, rgba(248,243,233,0), rgba(248,243,233,.9)); pointer-events: none; }
@media (max-width: 680px) {
  .atx-hero { min-height: auto; padding-bottom: 52px; }
  .atx-hero__stage { width: calc(100vw - 32px); margin-top: 24px; padding-top: 0; }
  .atx-hero__phone { display: none; }
  .atx-hero__screen { aspect-ratio: 4 / 3; }
  .atx-hero__screen img { width: 100%; height: 100%; object-fit: cover; object-position: 18% top; }
}

.atx-board { margin-top: auto; width: min(1240px, calc(100vw - 40px)); margin-left: auto; margin-right: auto; background: var(--surface); border: 1px solid var(--line-soft); border-radius: 22px; box-shadow: 0 50px 100px -55px rgba(20, 33, 63, 0.4); padding: 16px; text-align: left; }
.atx-board__bar { display: flex; align-items: center; gap: 8px; padding: 4px 6px 14px; }
.atx-board__bar .d { display: flex; gap: 6px; }
.atx-board__bar .d i { width: 9px; height: 9px; border-radius: 50%; background: rgba(20, 33, 63, 0.14); }
.atx-board__bar b { font-size: 13px; font-weight: 640; color: var(--body); margin-left: 6px; }
.atx-board__bar .tag { margin-left: auto; }
.atx-kanban { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.atx-col { background: var(--paper-2); border-radius: 14px; padding: 11px; display: flex; flex-direction: column; gap: 9px; }
.atx-col__h { display: flex; align-items: center; justify-content: space-between; font-size: 11.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--body); padding: 2px 4px 6px; border-bottom: 2px solid var(--col); }
.atx-col__h span { font-variant-numeric: tabular-nums; color: var(--col-ink); background: var(--col-bg); padding: 1px 8px; border-radius: 99px; font-size: 11px; }
.atx-col--applied { --col: #93B9C4; --col-ink: #2F6B78; --col-bg: rgba(147,185,196,.18); }
.atx-col--screened { --col: #2F6BEB; --col-ink: var(--emerald-dp); --col-bg: rgba(47, 107, 235,.14); }
.atx-col--offer { --col: #5A88BB; --col-ink: var(--blue-deep); --col-bg: rgba(90,136,187,.16); }
.atx-col--signed { --col: #2F6BEB; --col-ink: var(--cobalt-dp); --col-bg: rgba(51,84,158,.14); }
.atx-cardk { background: #fff; border: 1px solid var(--line-soft); border-radius: 10px; padding: 9px 11px; box-shadow: 0 1px 2px rgba(20,33,63,.05); display: flex; flex-direction: column; gap: 5px; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.atx-cardk .n { display: flex; align-items: center; gap: 8px; }
.atx-cardk .a { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(150deg, #5A88BB, #2F6BEB); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 660; flex: none; }
.atx-cardk b { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.atx-cardk .m { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; color: var(--body); }
.atx-cardk .m i { width: 5px; height: 5px; border-radius: 50%; background: var(--emerald); }
.atx-cardk.pop { animation: atx-pop 3.4s var(--ease) infinite; }
@keyframes atx-pop { 0%, 70%, 100% { transform: none; box-shadow: 0 1px 2px rgba(20,33,63,.05); } 82% { transform: translateY(-4px); box-shadow: 0 16px 30px -16px rgba(51,84,158,.5); } }
@media (prefers-reduced-motion: reduce) { .atx-cardk.pop { animation: none; } }

/* ============ PAIN ============ */
.atx-pain { padding: clamp(64px, 8vh, 96px) 0; }
.atx-pain__head { max-width: 700px; margin: 0 auto; text-align: center; }
.atx-pain h2 { margin-top: 16px; }
/* pains land one over another, villain-style */
.atx-pain__cards { display: flex; flex-direction: column; align-items: center; max-width: 620px; margin: clamp(26px, 4vh, 40px) auto 0; }
.atx-pain__card { position: relative; display: flex; gap: 13px; width: 100%; padding: 19px 24px; border-radius: 18px; background: rgba(255,255,255,.28); backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4); border: 1px solid rgba(255,255,255,.45); box-shadow: 0 26px 52px -30px rgba(11,20,64,.24), inset 0 1px 0 rgba(255,255,255,.45); font-size: 15.5px; line-height: 1.5; color: var(--body); opacity: 0; transform: translateY(42px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.atx-pain__card + .atx-pain__card { margin-top: -10px; }
.atx-pain__card:nth-child(1) { z-index: 1; }
.atx-pain__card:nth-child(2) { z-index: 2; }
.atx-pain__card:nth-child(3) { z-index: 3; }
.atx-pain__card:nth-child(4) { z-index: 4; }
.atx-pain__card.land { opacity: 1; transform: none; }
.atx-pain__card .x { flex: none; width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; background: rgba(199, 68, 59, 0.1); color: #C7443B; margin-top: 1px; }
.atx-pain__card .x .icon { width: 12px; height: 12px; }
.atx-pain__card b { color: var(--ink); font-weight: 620; }
@media (prefers-reduced-motion: reduce) { .atx-pain__card { opacity: 1; transform: none; transition: none; } }

/* ============ ALTERNATING BIG FEATURE BLOCKS ============ */
.atx-feat { padding: clamp(56px, 7vh, 88px) 0; }
.atx-feat__head { text-align: center; max-width: 680px; margin: 0 auto clamp(40px, 6vh, 64px); }
.atx-feat__head h2 { margin-top: 12px; }
.atx-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.atx-row + .atx-row { margin-top: clamp(48px, 7vh, 88px); }
.atx-row:nth-child(even) .atx-row__txt { order: 2; }
.atx-row__k { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--cobalt-dp); }
.atx-row__txt h3 { font-size: clamp(25px, 2.8vw, 34px); font-weight: 680; letter-spacing: -0.02em; color: var(--ink); margin: 10px 0 14px; line-height: 1.08; }
.atx-row__txt p { font-size: 16.5px; line-height: 1.6; color: var(--body); max-width: 42ch; }
.atx-row__txt .pts { margin-top: 16px; display: flex; flex-direction: column; gap: 9px; }
.atx-row__txt .pts li { display: flex; gap: 10px; align-items: center; font-size: 14.5px; color: var(--ink); }
.atx-row__txt .pts .icon { width: 16px; height: 16px; color: var(--emerald); flex: none; }
/* feature visuals: human photo frames + live chips */
.atx-frame { width: 100%; aspect-ratio: 5 / 4; }
.atx-mcp { margin-top: 16px; font-size: 13px; font-weight: 560; color: var(--mute); }

/* capabilities scene: photo + list */
.atx-caps__scene { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(26px, 4vw, 58px); align-items: stretch; }
.atx-caps__photo { min-height: 420px; }
.atx-caps__photo .mframe { width: 100%; height: 100%; }
.atx-caps__list { list-style: none; margin: 0; padding: 0; align-self: center; }
.atx-cap2 { display: flex; gap: 15px; padding: 18px 2px; border-bottom: 1px solid var(--line); }
.atx-cap2:first-child { padding-top: 0; }
.atx-cap2:last-child { border-bottom: 0; padding-bottom: 0; }
.atx-cap2__ic { width: 42px; height: 42px; border-radius: 11px; flex: none; display: flex; align-items: center; justify-content: center; background: rgba(47,107,235,.1); color: var(--blue); }
.atx-cap2__ic .icon { width: 20px; height: 20px; }
.atx-cap2 b { display: block; font-size: 16px; font-weight: 640; color: var(--ink); }
.atx-cap2 p { margin-top: 4px; font-size: 13.5px; line-height: 1.5; color: var(--body); }
.atx-cap2 .atx-cap__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-size: 13px; font-weight: 620; color: var(--blue); text-decoration: none; }
.atx-cap2 .atx-cap__link .icon { width: 14px; height: 14px; }
@media (max-width: 860px) { .atx-caps__scene { grid-template-columns: 1fr; gap: 32px; } .atx-caps__photo { min-height: 300px; order: -1; } }

/* one-platform rail (matches AI Screener) */
.sc-rail { position: relative; display: flex; align-items: flex-start; justify-content: space-between; max-width: 720px; margin: clamp(24px,4vh,44px) auto 26px; padding: 0 8px; }
.sc-rail::before { content: ""; position: absolute; left: 46px; right: 46px; top: 27px; height: 2px; background: linear-gradient(90deg, rgba(47,88,168,.2), rgba(47, 107, 235,.45), rgba(51,84,158,.2)); z-index: 0; }
.sc-rail__stop { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; flex: 1; }
.sc-rail__dot { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line-soft); box-shadow: var(--shadow-soft); color: var(--body); }
.sc-rail__dot .icon { width: 24px; height: 24px; }
.sc-rail__stop--here .sc-rail__dot { background: linear-gradient(150deg, #E4EEFB, #D7E7FB); color: var(--emerald-dp); border-color: rgba(47, 107, 235,.35); box-shadow: 0 14px 32px -12px rgba(47, 107, 235,.5); }
.sc-rail__stop b { font-size: 15.5px; font-weight: 650; color: var(--ink); }
.sc-rail__stop span { font-size: 12.5px; color: var(--body); max-width: 18ch; }
.sc-rail__here { margin-top: 2px; font-size: 11.5px; font-weight: 660; color: var(--emerald-dp); }
@media (max-width:640px){ .sc-rail{ flex-direction: column; gap: 22px; align-items: stretch; } .sc-rail::before{ display:none; } .sc-rail__stop{ flex-direction: row; text-align: left; gap: 14px; } }

.atx-mock { min-height: 400px; border-radius: 20px; border: 1px solid var(--line-soft); background: var(--surface); box-shadow: 0 40px 90px -54px rgba(20, 33, 63, 0.4); overflow: hidden; display: flex; flex-direction: column; }
.atx-mock__bar { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--line-soft); background: linear-gradient(180deg, #FBFCFE, #F3F6FB); }
.atx-mock__bar .d { display: flex; gap: 6px; }
.atx-mock__bar .d i { width: 8px; height: 8px; border-radius: 50%; background: rgba(20, 33, 63, 0.14); }
.atx-mock__bar b { font-size: 12.5px; color: var(--body); font-weight: 640; margin-left: 4px; }
.atx-mock__bar .tag { margin-left: auto; }
.atx-mock__body { padding: 20px; display: flex; flex-direction: column; gap: 12px; flex: 1; }

/* record timeline */
.atx-rec__cand { display: flex; align-items: center; gap: 13px; padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
.atx-rec__cand .a { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(150deg, #2F6BEB, #1E3ABA); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 680; font-size: 15px; }
.atx-rec__cand b { font-size: 16px; color: var(--ink); display: block; }
.atx-rec__cand span { font-size: 12.5px; color: var(--body); }
.atx-rec__cand .badge { margin-left: auto; }
.atx-tl { display: flex; flex-direction: column; gap: 0; }
.atx-tl__i { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 10px 0; position: relative; }
.atx-tl__i .dot { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(47, 107, 235,.14); color: var(--emerald-dp); flex: none; }
.atx-tl__i .dot .icon { width: 14px; height: 14px; }
.atx-tl__i b { font-size: 13.5px; font-weight: 600; color: var(--ink); display: block; }
.atx-tl__i span { font-size: 12px; color: var(--body); }
.atx-tl__i time { font-size: 11.5px; color: var(--mute); }

/* whatsapp thread in ATS chrome */
.atx-wa { background: #E9E4DC; border-radius: 12px; padding: 14px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.atx-wa__msg { align-self: flex-start; max-width: 80%; background: #fff; border-radius: 10px 10px 10px 3px; padding: 9px 12px; font-size: 12.5px; line-height: 1.4; color: #12321f; }
.atx-wa__msg.me { align-self: flex-end; background: #DCF8C6; border-radius: 10px 10px 3px 10px; }
.atx-wa__meta { align-self: center; font-size: 10.5px; color: rgba(20,33,63,.5); }

/* note-taker */
.atx-note { border: 1px solid var(--line-soft); border-radius: 12px; padding: 15px; background: #fff; }
.atx-note__h { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 660; color: var(--ink); margin-bottom: 12px; }
.atx-note__h .icon { width: 15px; height: 15px; color: var(--cobalt); }
.atx-note__h .live { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; color: var(--emerald-dp); }
.atx-note__h .live i { width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); }
.atx-note p { display: flex; gap: 9px; font-size: 13px; line-height: 1.45; color: var(--body); margin-bottom: 9px; }
.atx-note p .icon { width: 13px; height: 13px; color: var(--emerald); flex: none; margin-top: 2px; }

/* docusign */
.atx-sign { border: 1px solid var(--line-soft); border-radius: 12px; padding: 18px; background: #fff; }
.atx-sign__row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; }
.atx-sign__row + .atx-sign__row { border-top: 1px solid var(--line-soft); }
.atx-sign__l { display: flex; align-items: center; gap: 11px; }
.atx-sign__l .ic { width: 34px; height: 34px; border-radius: 9px; background: rgba(51,84,158,.1); color: var(--cobalt); display: flex; align-items: center; justify-content: center; }
.atx-sign__l .ic .icon { width: 17px; height: 17px; }
.atx-sign__l b { font-size: 13.5px; color: var(--ink); display: block; }
.atx-sign__l span { font-size: 11.5px; color: var(--body); }
.atx-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 640; padding: 5px 11px; border-radius: 99px; }
.atx-pill--sent { background: rgba(90,136,187,.16); color: var(--blue-deep); }
.atx-pill--done { background: rgba(47, 107, 235,.16); color: var(--emerald-dp); }
.atx-pill .icon { width: 12px; height: 12px; }

/* ============ CONNECT, DON'T REPLACE ============ */
.atx-conn { padding: clamp(64px, 8vh, 100px) 0; }
.atx-conn__inner { position: relative; border-radius: 30px; overflow: hidden; background: linear-gradient(160deg, #1a2f4a, #0f1d30); color: #fff; padding: clamp(36px, 5vw, 64px); box-shadow: 0 50px 100px -55px rgba(10, 17, 40, 0.6); text-align: center; }
.atx-conn__inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 60% at 15% 0%, rgba(47, 107, 235,.2), transparent 60%), radial-gradient(55% 65% at 100% 100%, rgba(51,84,158,.34), transparent 62%); pointer-events: none; }
.atx-conn__inner > * { position: relative; }
.atx-conn h2 { color: #fff; font-size: clamp(30px, 4vw, 50px); font-weight: 690; letter-spacing: -0.026em; line-height: 1.04; }
.atx-conn h2 .g { background: linear-gradient(100deg, #A9D8F5, #A9D8F5); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.atx-conn p { margin: 18px auto 0; max-width: 54ch; font-size: 17px; line-height: 1.6; color: rgba(224, 233, 246, 0.82); }
.atx-conn__logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.atx-conn__logo { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: #fff; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 99px; padding: 10px 18px; }
.atx-conn__logo .icon { width: 16px; height: 16px; color: var(--ice); }
.atx-oneline { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; margin-top: 34px; }
.atx-oneline b { font-size: clamp(20px, 2.4vw, 28px); font-weight: 680; letter-spacing: -0.02em; color: #fff; }

/* ============ PROOF (bento) ============ */
.atx-proof { padding: clamp(64px, 8vh, 96px) 0; }
.atx-proof__grid { display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 16px; }
.atx-stat { background: var(--surface); border: 1px solid var(--line-soft); border-radius: 22px; padding: 28px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; justify-content: center; }
.atx-stat__row { display: flex; align-items: baseline; gap: 8px; }
.atx-stat__row b { font-size: clamp(30px, 3.4vw, 44px); font-weight: 720; letter-spacing: -0.03em; color: var(--ink); line-height: 1; font-variant-numeric: tabular-nums; }
.atx-stat__row b em { font-style: normal; color: var(--cobalt); }
.atx-stat__row s { font-size: 15px; color: var(--mute); }
.atx-stat span { margin-top: 12px; font-size: 14.5px; color: var(--body); line-height: 1.4; }
.atx-quote { background: var(--surface); border: 1px solid var(--line-soft); border-radius: 22px; padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; justify-content: center; }
.atx-quote .q { font-size: 22px; line-height: 1.45; color: var(--ink); font-weight: 520; letter-spacing: -0.01em; }
.atx-quote .by { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.atx-quote .by .a { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(150deg, #C6D6EC, #A9C2E4); }
.atx-quote .by b { font-size: 14px; color: var(--ink); display: block; }
.atx-quote .by span { font-size: 12.5px; color: var(--mute); }

/* ============ CAPABILITIES (spotlight cards) ============ */
.atx-caps { padding: clamp(56px, 7vh, 88px) 0; }
.atx-caps__head { max-width: 660px; margin-bottom: 44px; }
.atx-caps__head h2 { margin-top: 12px; }
.atx-caps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.atx-cap { position: relative; padding: 26px 24px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line-soft); box-shadow: var(--shadow-soft); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.atx-cap:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -26px rgba(20, 33, 63, 0.32); }
.atx-cap::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.6px; pointer-events: none; background: linear-gradient(140deg, #4E86D2, #2F6BEB); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .3s var(--ease); }
.atx-cap:hover::before { opacity: 1; }
.atx-cap__ic { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, rgba(51, 84, 158, 0.15), rgba(47, 107, 235, 0.1)); color: var(--cobalt); margin-bottom: 16px; }
.atx-cap__ic .icon { width: 21px; height: 21px; }
.atx-cap b { display: block; font-size: 16px; font-weight: 640; color: var(--ink); letter-spacing: -0.01em; }
.atx-cap p { margin-top: 8px; font-size: 14px; line-height: 1.5; color: var(--body); }
.atx-cap__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 13px; font-weight: 640; color: var(--blue-deep); }
.atx-cap__link .icon { width: 14px; height: 14px; }

/* ============ ONE PLATFORM FLOW ============ */
.atx-plat { padding: clamp(56px, 7vh, 88px) 0; }
.atx-plat__head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.atx-plat__head h2 { margin-top: 12px; }
.atx-flow { position: relative; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; max-width: 900px; margin: 0 auto 30px; }
.atx-flow__node { display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; padding: 22px 16px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line-soft); box-shadow: var(--shadow-soft); z-index: 1; }
.atx-flow__node.lead { border-color: rgba(51, 84, 158, 0.42); box-shadow: 0 20px 44px -24px rgba(51, 84, 158, 0.42); }
.atx-flow__node .ic { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.atx-flow__node .ic .icon { width: 21px; height: 21px; }
.atx-flow--src .ic { background: linear-gradient(150deg, #E4EEF6, #D3E4F2); color: var(--blue); }
.atx-flow--scr .ic { background: linear-gradient(150deg, #E4EEFB, #D7E7FB); color: var(--emerald-dp); }
.atx-flow--ats .ic { background: linear-gradient(150deg, #E8ECF2, #DBE2EE); color: var(--cobalt); }
.atx-flow__node b { font-size: 15.5px; font-weight: 650; color: var(--ink); }
.atx-flow__node span { font-size: 12.5px; color: var(--body); }
.atx-flow__wire { height: 2px; min-width: 40px; background: linear-gradient(90deg, rgba(47,88,168,0.15), rgba(47, 107, 235,0.25), rgba(51,84,158,0.4)); }
.atx-flow__token { position: absolute; top: 50%; width: 13px; height: 13px; border-radius: 50%; background: var(--cobalt); box-shadow: 0 0 0 6px rgba(51, 84, 158, 0.14); transform: translate(-50%, -50%); animation: atx-travel 5.5s cubic-bezier(0.65, 0, 0.35, 1) infinite; }
@keyframes atx-travel { 0% { left: 16.6%; opacity: 0; } 8% { left: 16.6%; opacity: 1; } 24% { left: 16.6%; opacity: 1; } 44% { left: 50%; opacity: 1; } 60% { left: 50%; opacity: 1; } 84% { left: 83.4%; opacity: 1; } 96% { left: 83.4%; opacity: 1; } 100% { left: 83.4%; opacity: 0.4; } }
.atx-plat__note { text-align: center; margin-top: 8px; font-size: 15.5px; color: var(--body); }
.atx-plat__note b { color: var(--ink); font-weight: 640; }

/* ============ FAQ + CTA ============ */
body.atx-page .faq__head { position: sticky; top: 96px; }
.atx-cta { padding: clamp(64px, 8vh, 100px) 0; text-align: center; }
.atx-cta h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 680; letter-spacing: -0.025em; color: var(--ink); text-wrap: balance; }
.atx-cta p { margin: 16px auto 0; max-width: 44ch; font-size: 17px; line-height: 1.55; color: var(--body); }
.atx-cta__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .atx-kanban { grid-template-columns: 1fr 1fr; }
  .atx-row { grid-template-columns: 1fr; gap: 22px; }
  .atx-row:nth-child(even) .atx-row__txt { order: 0; }
  .atx-mock { min-height: 320px; }
  .atx-proof__grid { grid-template-columns: 1fr; }
  .atx-caps__grid { grid-template-columns: 1fr 1fr; }
  .atx-pain__list { grid-template-columns: 1fr; }
  .atx-flow { grid-template-columns: 1fr; gap: 10px; max-width: 340px; }
  .atx-flow__wire, .atx-flow__token { display: none; }
  body.atx-page .faq__head { position: static; }
}
@media (max-width: 560px) {
  .atx-kanban { grid-template-columns: 1fr; }
  .atx-caps__grid { grid-template-columns: 1fr; }
  .atx-stat__row { flex-wrap: wrap; row-gap: 5px; }
  .atx-stat__row b { font-size: clamp(28px, 10vw, 38px); }
  .atx-frame .mchip,
  .atx-frame .mbub { max-width: calc(100% - 24px) !important; white-space: normal; }
  .atx-row__txt .pts li { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { .atx-flow__token { animation: none; left: 83.4%; } }

/* ============ HERO PLATFORM GLIMPSE: laptop + phone combo (moved here from home) ============ */
.atx-glimpse { position: relative; padding: clamp(20px, 3vh, 40px) 0 clamp(70px, 10vh, 130px); }
.atx-glimpse__head { max-width: 640px; margin: 0 auto clamp(34px, 5vh, 58px); text-align: center; }
.atx-glimpse__stage { position: relative; width: min(1040px, 100%); margin: 0 auto; }
.atx-glimpse__stage .pg-frame { width: 100%; margin: 0; }
.atx-glimpse__phone { position: absolute; right: -6px; bottom: -30px; width: clamp(132px, 19%, 200px); border-radius: 30px; background: #0B1440; padding: 7px; box-shadow: 0 44px 84px -34px rgba(11,20,64,.62); }
.atx-glimpse__phone::before { content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 34%; height: 5px; border-radius: 99px; background: rgba(255,255,255,.35); z-index: 2; }
.atx-glimpse__phonescreen { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 9 / 17; background: #fff; }
.atx-glimpse__phonescreen img { width: 100%; display: block; object-fit: cover; object-position: top; }
.atx-glimpse__phonescreen::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 34%; background: linear-gradient(180deg, rgba(248,243,233,0), rgba(248,243,233,.94)); pointer-events: none; }
@media (max-width: 680px) { .atx-glimpse__phone { position: static; width: 58%; margin: -22px auto 0; } }


/* ================================================================
   HIRE: the four objects Mark asked for on 2026-09-10. The chain that runs
   itself (from his alex.com recording), the morning screen, the board, and
   all five under one roof. Every one of them redrawn, never a screenshot.
   ================================================================ */
.uiface { display: block; background-repeat: no-repeat; background-size: cover; background-color: #E8E2D6; }
.uiface--tomasz { background-image: url("assets/cand-tomasz.jpg"); background-size: 275% auto; background-position: 50% 30%; }
.uiface--sanne  { background-image: url("assets/cand-sanne.jpg");  background-size: 275% auto; background-position: 50% 14%; }
.uiface--daan   { background-image: url("assets/cand-daan.jpg");   background-size: 275% auto; background-position: 50% 23%; }
.uiface--marta  { background-image: url("assets/av/av-5.jpg"); background-position: 50% 30%; }
.uiface--youssef{ background-image: url("assets/av/av-4.jpg"); background-position: 50% 30%; }
.uiface--lena   { background-image: url("assets/av/av-2.jpg"); background-position: 50% 30%; }
.uiface--nadia  { background-image: url("assets/av/av-3.jpg"); background-position: 50% 28%; }
.uiface--jan    { background-image: url("assets/av/av-1.jpg"); background-position: 50% 30%; }

/* ============ 1. THE CHAIN THAT RUNS ITSELF (node graph) ============
   Rebuilt at Alex's own pace on 2026-09-10 after Mark said it was too fast
   (option 3A): half again as large, one node a second with its wire drawn a
   beat ahead of it, a light that keeps travelling the wires once they are
   there, and a full clear with an empty beat between the two rounds. */
.ng { width: 100%; max-width: 880px; display: grid; justify-items: center; align-content: center; }
.ng__tabs { display: inline-flex; gap: 4px; padding: 3px; border-radius: 999px; background: rgba(255,255,255,.6);
  border: 1px solid rgba(11,20,64,.06); margin-bottom: clamp(16px, 2.6vw, 26px); }
.ng__tab { padding: 9px 18px; border-radius: 999px; font: 700 12.5px/1 var(--font-display); color: var(--body); background: none; border: 0; cursor: pointer;
  transition: background .5s var(--ease), color .5s var(--ease); }
.ng__tab:hover:not(.on) { background: rgba(11,20,64,.06); color: var(--ink); }
.ng__tab:focus-visible { outline: 2px solid var(--cobalt); outline-offset: 2px; }
.ng__tab.on { background: var(--ink); color: #fff; }
.ng__canvas { position: relative; width: 100%; height: min(300px, 46vw); }
.ng__wire { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 0; }
.ng__wire path.w { fill: none; stroke: rgba(11,20,64,.17); stroke-width: 1.6; stroke-linecap: round;
  stroke-dasharray: var(--len); stroke-dashoffset: var(--len); transition: stroke-dashoffset .9s var(--ease); }
.ng__wire path.w.on { stroke-dashoffset: 0; }
.ng__wire path.p { fill: none; stroke: var(--cobalt); stroke-width: 2.6; stroke-linecap: round; opacity: 0;
  stroke-dasharray: 2.5 var(--len); stroke-dashoffset: var(--len); }
.ng__wire path.p.on { opacity: .5; animation: ngPulse 3.2s linear infinite; animation-delay: var(--pd); }
@keyframes ngPulse { from { stroke-dashoffset: var(--len); } to { stroke-dashoffset: calc(var(--len) * -1); } }
.nd { position: absolute; box-sizing: border-box; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border-radius: 13px; z-index: 1;
  transform: translateY(-50%) scale(.99); opacity: 0;
  transition: opacity .75s var(--ease), transform .75s var(--ease); }
.nd.on { opacity: 1; transform: translateY(-50%) scale(1); }
.nd .icon { width: 15px; height: 15px; flex: none; }
.nd b { display: block; font: 700 13.5px/1.2 var(--font-display); letter-spacing: -.014em; }
.nd small { display: block; margin-top: 2px; font: 500 11px/1.25 var(--font-body); }
.nd--ink { background: var(--ink); color: #fff; box-shadow: 0 18px 36px -18px rgba(11,20,64,.8); }
.nd--ink small { color: rgba(255,255,255,.58); }
.nd--w { background: #fff; color: var(--ink); border: 1px solid var(--line-soft); box-shadow: 0 14px 30px -20px rgba(11,20,64,.55); }
.nd--w small { color: var(--body); }
.nd--w .icon { color: var(--cobalt-dp); }
.nd--go { background: var(--grad-blue); color: #fff; box-shadow: 0 20px 40px -18px rgba(30,58,186,.85); }
.ng__ct { position: absolute; display: flex; align-items: center; gap: 8px; font: 500 12px/1 var(--font-body); color: var(--body);
  opacity: 0; transition: opacity .8s var(--ease); z-index: 1; white-space: nowrap; }
.ng__ct.on { opacity: 1; }
.ng__ct i { width: 6px; height: 6px; border-radius: 50%; background: var(--cobalt); flex: none; }
.ng__ct b { font: 700 12.5px/1 var(--font-display); color: var(--ink); font-variant-numeric: tabular-nums; }
.ng__cap { position: relative; margin-top: clamp(12px, 2vw, 22px); height: 30px; width: 100%; }
.ng__cap span { position: absolute; inset: 0; display: block; text-align: center; font: 500 clamp(16px, 1.9vw, 23px)/1.3 var(--font-display);
  letter-spacing: -.018em; color: rgba(44,53,87,.72); opacity: 0; transform: translateY(6px);
  transition: opacity .4s var(--ease), transform .4s var(--ease); }
.ng__cap span.on { opacity: 1; transform: none; transition: opacity .7s var(--ease) .45s, transform .7s var(--ease) .45s; }

/* ============ 1b. THE MONTH RECONCILES ============
   Mark, 2026-09-10: option A's ledger with option B's alert card underneath,
   read as a table rather than a list. The claim is that nobody drops out of
   the funnel unnoticed, so the numbers have to add up on screen and the one
   person who is not moving has to be named. */
.rc { width: min(100%, 620px); background: #fff; border: 1px solid var(--line-soft); border-radius: 20px;
  box-shadow: 0 26px 60px -30px rgba(11,20,64,.5); }
.rc__hd { display: flex; align-items: center; gap: 10px; padding: 14px 19px; border-bottom: 1px solid var(--line-soft); }
.rc__hd b { font: 700 13px/1.2 var(--font-display); color: var(--ink); letter-spacing: -.012em; }
.rc__hd i { margin-left: auto; font-style: normal; font: 500 11.5px/1 var(--font-body); color: var(--body); }
.rc__top { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 18px; padding: 14px 19px 11px; }
.rc__big { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; }
.rc__big b { font: 900 clamp(30px,4vw,40px)/1 var(--font-display); letter-spacing: -.03em; color: var(--ink); font-variant-numeric: tabular-nums; }
.rc__big > span { font: 500 13px/1.3 var(--font-body); color: var(--body); }
.rc__delta { font-style: normal; padding: 4px 8px; border-radius: 6px; background: #E3F5EC; color: #0F6E4E;
  font: 700 11px/1 var(--font-display); font-variant-numeric: tabular-nums; opacity: 0; transition: opacity .8s var(--ease); }
.rc__delta.on { opacity: 1; }
.rc__spark { width: 132px; height: 38px; overflow: visible; }
.rc__spark path.ln { fill: none; stroke: var(--cobalt); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: var(--len); stroke-dashoffset: var(--len); transition: stroke-dashoffset 1.5s var(--ease); }
.rc__spark path.ln.on { stroke-dashoffset: 0; }
.rc__spark path.ar { fill: rgba(47,107,235,.10); stroke: none; opacity: 0; transition: opacity 1.1s var(--ease) .5s; }
.rc__spark path.ar.on { opacity: 1; }
.rc__sparklab { display: block; text-align: right; margin-top: 3px; font: 500 10px/1 var(--font-body); color: var(--mute); letter-spacing: .02em; }
.rc__stack { display: flex; gap: 2px; height: 9px; margin: 4px 19px 15px; border-radius: 5px; overflow: hidden; background: rgba(11,20,64,.06); }
.rc__stack i { width: 0; transition: width 1s var(--ease); }
.rc__stack i.s1 { background: var(--cobalt); }
.rc__stack i.s2 { background: #6FBEA8; }
.rc__stack i.s3 { background: #D9A63C; }
.rc__stack i.s4 { background: #9AA2BA; }
.rc__tbl { padding: 0 19px; }
.rc__th, .rc__r { display: grid; grid-template-columns: minmax(0,1fr) 52px 92px; align-items: center; gap: 12px; }
.rc__th { padding: 0 0 8px; border-bottom: 1px solid var(--line-soft); }
.rc__th span { font: 700 9.5px/1 var(--font-display); letter-spacing: .07em; text-transform: uppercase; color: var(--mute); }
.rc__th span:nth-child(2), .rc__th span:nth-child(3) { text-align: right; }
.rc__r { padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
.rc__r > span { display: flex; align-items: center; gap: 9px; min-width: 0;
  font: 600 12.5px/1.3 var(--font-display); color: var(--ink); letter-spacing: -.01em; }
.rc__r > span i { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.rc__r i.s1 { background: var(--cobalt); }
.rc__r i.s2 { background: #6FBEA8; }
.rc__r i.s3 { background: #D9A63C; }
.rc__r i.s4 { background: #9AA2BA; }
.rc__r em { justify-self: end; font-style: normal; font: 700 14.5px/1 var(--font-display); color: var(--ink); font-variant-numeric: tabular-nums; }
.rc__r u { justify-self: end; text-decoration: none; font: 500 11.5px/1 var(--font-body); color: var(--body); font-variant-numeric: tabular-nums; }
.rc__tot { display: flex; align-items: center; gap: 10px; margin: 0 19px; padding: 12px 0 13px; }
.rc__tot b { font: 900 19px/1 var(--font-display); color: var(--ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.rc__tot span { font: 500 12.5px/1.4 var(--font-body); color: var(--body); }
.rc__ok { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 999px;
  background: #E3F5EC; color: #0F6E4E; font: 700 11.5px/1 var(--font-display); white-space: nowrap;
  opacity: 0; transform: translateY(4px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rc__ok.on { opacity: 1; transform: none; }
.rc__ok .icon { width: 11px; height: 11px; stroke-width: 3.2; }
.rc__alert { margin: 0 12px 12px; border-radius: 14px; padding: 13px 15px; background: var(--ink); color: #fff;
  display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px;
  opacity: 0; transform: translateY(9px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rc__alert.on { opacity: 1; transform: none; }
.rc__av { width: 34px; height: 34px; border-radius: 50%; flex: none; box-shadow: 0 0 0 2px rgba(255,255,255,.18); }
.rc__alert b { display: block; font: 700 13px/1.25 var(--font-display); color: #fff; }
.rc__alert > span > span { display: block; margin-top: 3px; font: 500 11.5px/1.4 var(--font-body); color: rgba(255,255,255,.62); }
.rc__need { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px;
  background: var(--grad-blue); color: #fff; font: 700 11.5px/1 var(--font-display); white-space: nowrap; }
.rc__need .icon { width: 12px; height: 12px; flex: none; }
@media (max-width: 560px) {
  .rc__top { grid-template-columns: minmax(0,1fr); }
  .rc__spark { display: none; }
  .rc__th, .rc__r { grid-template-columns: minmax(0,1fr) 46px; }
  .rc__th span:nth-child(3), .rc__r u { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .rc__delta, .rc__ok, .rc__alert { opacity: 1; transform: none; }
  .rc__spark path.ln { stroke-dashoffset: 0; }
  .rc__spark path.ar { opacity: 1; }
}

/* ============ 2. THE MORNING SCREEN (overview) ============ */
.ov { width: 100%; max-width: 680px; background: #fff; border: 1px solid var(--line-soft); border-radius: 16px;
  box-shadow: 0 24px 58px -30px rgba(11,20,64,.5); overflow: hidden; }
.ov__bar { display: flex; align-items: center; gap: 9px; height: 38px; padding: 0 14px; border-bottom: 1px solid var(--line-soft); }
.sc-page .ov__bar .nav__mark, body.page-sub .ov__bar .nav__mark { width: 11px; height: 15px; margin: 0; background: var(--ink); background-image: none; }
.ov__bar b { font: 700 11.5px/1 var(--font-display); color: var(--ink); }
.ov__bar i { font-style: normal; font: 500 11px/1 var(--font-body); color: var(--body); }
.ov__bd { padding: 16px 17px 17px; }
.ov__hi { font: 900 21px/1 var(--font-display); letter-spacing: -.03em; color: var(--ink); }
.ov__hi em { font-style: normal; color: var(--body); font-weight: 500; font-size: 13px; display: block; margin-top: 5px; letter-spacing: 0; }
.ov__nums { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 14px 0 12px; }
.ov__n { padding: 11px 12px 12px; border-radius: 11px; background: rgba(255,255,255,.5); border: 1px solid rgba(11,20,64,.07);
  transition: background .9s var(--ease), border-color .9s var(--ease), box-shadow .9s var(--ease); }
.ov__n > * { opacity: 0; transition: opacity 1s var(--ease); }
.ov__n.on { background: #fff; border-color: var(--line-soft); box-shadow: 0 12px 26px -20px rgba(11,20,64,.5); }
.ov__n.on > * { opacity: 1; }
.ov__n b { display: block; font: 900 24px/1 var(--font-display); letter-spacing: -.03em; color: var(--ink); font-variant-numeric: tabular-nums; }
.ov__n span { display: block; margin-top: 5px; font: 600 11px/1 var(--font-body); color: var(--body); }
.ov__n em { display: block; margin-top: 3px; font-style: normal; font: 500 10px/1 var(--font-body); color: var(--mute, #7A8194); }
.ov__cols { display: grid; grid-template-columns: 1.25fr 1fr; gap: 11px; }
.ov__c { border-radius: 12px; padding: 12px 13px; background: rgba(255,255,255,.5); border: 1px solid rgba(11,20,64,.07);
  transition: background .9s var(--ease), border-color .9s var(--ease), box-shadow .9s var(--ease); }
.ov__c > * { opacity: 0; transition: opacity 1s var(--ease); }
.ov__c.on { background: #fff; border-color: var(--line-soft); box-shadow: 0 12px 26px -20px rgba(11,20,64,.5); }
.ov__c.on > * { opacity: 1; }
.ov__c h5 { margin: 0 0 9px; font: 700 12px/1 var(--font-display); color: var(--ink); letter-spacing: -.015em; }
.ov__r { display: flex; align-items: center; gap: 9px; padding: 6px 0; }
.ov__r + .ov__r { border-top: 1px solid var(--line-soft); }
.ov__av { width: 26px; height: 26px; border-radius: 50%; flex: none; }
.ov__r > span:not(.ov__av):not(.ov__st) { flex: 1; min-width: 0; }
.ov__st { flex: none; }
.ov__r b { display: block; font: 700 11.5px/1.2 var(--font-display); color: var(--ink); letter-spacing: -.01em; }
.ov__r small { display: block; margin-top: 1px; font: 500 10.5px/1.2 var(--font-body); color: var(--body); }
.ov__st { display: inline-flex; align-items: center; gap: 5px; font: 600 10.5px/1 var(--font-body); color: var(--body); white-space: nowrap; }
.ov__st i { width: 6px; height: 6px; border-radius: 50%; }
.ov__stg { display: grid; gap: 3px; margin-bottom: 8px; }
.ov__stg > div { display: flex; justify-content: space-between; font: 500 10.5px/1 var(--font-body); color: var(--body); }
.ov__stg b { font: 700 11px/1 var(--font-display); color: var(--ink); font-variant-numeric: tabular-nums; }
.ov__bar2 { height: 3px; border-radius: 2px; background: var(--paper-2); overflow: hidden; margin-bottom: 7px; }
.ov__bar2 i { display: block; height: 100%; width: 0; border-radius: 2px; background: var(--grad-blue); transition: width 1.4s var(--ease); }

/* ============ 3. THE BOARD (applications) ============ */
.bd { width: 100%; max-width: 700px; background: #fff; border: 1px solid var(--line-soft); border-radius: 16px; padding: 14px;
  box-shadow: 0 24px 58px -30px rgba(11,20,64,.5); }
.bd__cols { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 9px; }
.bd__c { background: var(--paper-2); border-radius: 11px; padding: 9px 8px; min-height: 300px; }
.bd__h { display: flex; align-items: center; gap: 6px; padding: 0 2px 8px; }
.bd__h i { width: 6px; height: 6px; border-radius: 50%; flex: none; }
.bd__h b { font: 700 10.5px/1 var(--font-display); color: var(--ink); letter-spacing: .01em; }
.bd__h em { margin-left: auto; font-style: normal; font: 600 10px/1 var(--font-body); color: var(--body); }
.bd__k { padding: 9px 9px 10px; border-radius: 9px; margin-bottom: 7px;
  background: rgba(255,255,255,.45); border: 1px solid rgba(11,20,64,.06); box-shadow: none;
  transition: background .95s var(--ease), border-color .95s var(--ease), box-shadow .95s var(--ease); }
.bd__k > * { opacity: 0; transition: opacity 1.05s var(--ease); }
.bd__k.on { background: #fff; border-color: var(--line-soft); box-shadow: 0 10px 22px -16px rgba(11,20,64,.5); }
.bd__k.on > * { opacity: 1; }
.bd__who { display: flex; align-items: center; gap: 7px; }
.bd__av { width: 22px; height: 22px; border-radius: 50%; flex: none; }
.bd__who b { font: 700 10.5px/1.15 var(--font-display); color: var(--ink); letter-spacing: -.01em; }
.bd__who small { display: block; margin-top: 1px; font: 500 9.5px/1.15 var(--font-body); color: var(--body); }
.bd__chip { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; padding: 4px 7px; border-radius: 999px; font: 700 8.5px/1 var(--font-display); }
.bd__chip .icon { width: 8px; height: 8px; }
.bd__chip--ok { background: #E3F5EC; color: #0F6E4E; }
.bd__chip--go { background: rgba(47,107,235,.12); color: var(--cobalt-dp); }
.bd__chip--wa { background: #FBF0D6; color: #7A5A12; }
.bd__hole { height: 54px; border-radius: 9px; border: 1.5px dashed rgba(11,20,64,.12); margin-bottom: 7px; }

/* ============ 4. ALL FIVE, ONE PLATFORM (dark strip) ============ */
.chain { max-width: 1180px; border-radius: 26px; overflow: hidden; padding: clamp(38px, 5.4vw, 64px) clamp(24px, 4vw, 52px);
  background: linear-gradient(162deg, #17294c 0%, #0B1440 58%, #0A1230 100%); position: relative; }
.chain::before { content:""; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(60% 70% at 12% 0%, rgba(47,107,235,.26), transparent 60%),
              radial-gradient(55% 65% at 100% 100%, rgba(51,84,158,.30), transparent 62%); }
.chain__g { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: clamp(16px, 2.4vw, 34px); }
.chain__i { opacity: 0; transform: translateY(10px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.chain__i.on { opacity: 1; transform: none; }
.chain__n { font: 500 12.5px/1 var(--font-body); color: rgba(255,255,255,.42); letter-spacing: .04em; }
.chain__t { display: block; margin: 12px 0 8px; font: 500 clamp(21px, 2.4vw, 30px)/1.05 var(--font-display); letter-spacing: -.025em; color: #fff; }
.chain__d { font: 500 14px/1.45 var(--font-body); color: rgba(255,255,255,.62); }
.chain__rail { position: relative; height: 1px; margin: clamp(26px,3.4vw,38px) 0 0; background: rgba(255,255,255,.12); }
.chain__rail i { position: absolute; left: 0; top: 0; height: 1px; width: 0; background: linear-gradient(90deg, rgba(110,160,255,.2), rgba(150,200,255,.85));
  transition: width 3.2s var(--ease); }
.chain.on .chain__rail i { width: 100%; }


/* the Hire page carries these four objects (2026-09-10) */
.atx-stage { position: relative; border-radius: 22px; overflow: hidden; isolation: isolate; display: grid; place-items: center;
  padding: clamp(22px, 2.6vw, 40px); min-height: clamp(360px, 42vw, 560px);
  background: #F2EADC; box-shadow: 0 24px 60px rgba(11,20,64,.12), inset 0 0 0 1px rgba(255,255,255,.6); }
.atx-stage::after { content:""; position:absolute; inset:14px; border-radius:18px; z-index:0; pointer-events:none;
  -webkit-backdrop-filter: blur(7px) saturate(112%); backdrop-filter: blur(7px) saturate(112%);
  background: linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.08) 42%, rgba(255,255,255,.22));
  box-shadow: inset 0 2px 0 rgba(255,255,255,.9), inset 0 -2px 0 rgba(11,20,64,.05), 0 24px 56px -34px rgba(11,20,64,.4), inset 0 0 0 1.5px rgba(255,255,255,.5); }
.atx-stage > * { position: relative; z-index: 1; }
.atx-sec { padding: clamp(64px, 9vh, 118px) 0; }
.atx-sec__head { max-width: 780px; margin: 0 auto clamp(30px, 5vh, 52px); text-align: center; }
body.atx-page .ov__bar .nav__mark { width: 11px; height: 15px; margin: 0; background: var(--ink); background-image: none; }
body.atx-page .pw-hub .nav__mark, body.atx-page .vw-hub .nav__mark { background: #fff; background-image: none; }
@media (max-width: 900px) {
  .chain__g { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
  .ng__canvas { height: 360px; }
  .atx-stage { min-height: 420px; }
}

/* ============ THE CHAIN IN THE HERO (2026-09-15) ============
   The laptop screenshot and the phone are gone; the chain that runs itself is
   the hero object. The stage is sized so the hero stays close to one screen. */
.atx-hero__stage--chain { width: min(1000px, calc(100vw - 48px)); padding-top: clamp(14px, 2.6vh, 28px); }
.atx-stage--hero { min-height: 0; padding: clamp(18px, 2.4vw, 28px) clamp(18px, 2.4vw, 32px) clamp(14px, 2vw, 22px); width: 100%; }
.atx-stage--hero .ng { max-width: 900px; }
.atx-stage--hero .ng__tabs { margin-bottom: clamp(12px, 2vw, 20px); }
.atx-stage--hero .ng__canvas { height: min(290px, 44vw); }
.atx-stage--hero .ng__cap { margin-top: clamp(8px, 1.4vw, 16px); }
@media (min-width: 761px) and (max-height: 860px) {
  .atx-hero h1 { margin-top: 8px; }
  .atx-hero .lead { margin-top: 14px; }
  .atx-hero__cta { margin-top: 18px; }
  .atx-hero__stage--chain { padding-top: 12px; }
  .atx-stage--hero { padding-top: 16px; padding-bottom: 22px; }
  .atx-stage--hero .ng__canvas { height: min(224px, 44vw); }
  .atx-stage--hero .ng__cap { margin-top: 6px; }
  .atx-stage--hero .ng__tabs { margin-bottom: 10px; }
}
@media (max-width: 760px) {
  .atx-hero__stage--chain { width: calc(100vw - 24px); }
  .atx-stage--hero { min-height: 0; }
  .atx-stage--hero .ng__canvas { height: 360px; }
}
