.features-page { background: #fff; }
.features-page figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.features-page h2 { margin: 0; font-size: clamp(2.65rem,4.5vw,4.65rem); line-height: 1.01; letter-spacing: var(--tracking-display); text-wrap: balance; }
.features-page .detail-copy > p:not(.context-line,.use-example,.safe-note) { max-width: 650px; color: var(--muted); font-size: var(--text-base); }

/* Hero */
.feature-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: radial-gradient(ellipse 72% 90% at 87% 45%,rgba(42,145,182,.24),transparent 68%),linear-gradient(120deg,#03131e 0%,#072235 55%,#0b354d 100%); }
.feature-hero::before { content: ""; width: 760px; height: 620px; position: absolute; z-index: -1; right: -260px; top: -210px; border-radius: 48% 52% 35% 65% / 54% 38% 62% 46%; background: rgba(78,176,211,.14); filter: blur(50px); transform: rotate(-11deg); }
.feature-hero-glow { width: 520px; height: 520px; position: absolute; z-index: -1; left: -320px; bottom: -370px; border-radius: 50%; background: rgba(79,163,217,.18); filter: blur(78px); }
.feature-hero-layout { min-height: 760px; padding-top: 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,6vw,86px); align-items: center; }
.feature-hero-copy h1 { max-width: 750px; margin: 25px 0 28px; font-size: clamp(3.7rem,5.65vw,5.8rem); line-height: .96; letter-spacing: var(--tracking-display); text-wrap: balance; }
.feature-hero-copy h1 em { color: #79cae9; font-style: normal; }
.feature-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 0; color: #c4d5de; font-size: var(--text-lead); }
.feature-hero-canvas { min-height: 575px; margin: 0; position: relative; }
.hero-flow { position: absolute; inset: 25px 0 20px; }
.flow-spine { width: 2px; position: absolute; top: 55px; bottom: 55px; left: 50%; background: linear-gradient(rgba(114,197,232,.15),#72c5e8 25%,#72c5e8 72%,rgba(114,197,232,.15)); }
.flow-node { width: 210px; min-height: 108px; padding: 20px 22px; position: absolute; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: rgba(255,255,255,.075); box-shadow: 0 22px 50px rgba(0,14,24,.2); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.flow-node::after { content: ""; width: 34px; height: 1px; position: absolute; top: 50%; background: rgba(114,197,232,.6); }
.flow-node > span { width: 14px; height: 14px; position: absolute; top: calc(50% - 7px); border: 3px solid #173f58; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 1px var(--cyan); }
.flow-node strong { font-size: 1.18rem; }
.flow-node small { margin-top: 4px; color: #9fb9c7; font-size: var(--text-xs); }
.node-form,.node-sign { right: calc(50% + 35px); }
.node-approve,.node-final { left: calc(50% + 35px); }
.node-form { top: 16px; }
.node-approve { top: 145px; }
.node-sign { top: 274px; }
.node-final { top: 403px; border-color: rgba(114,197,232,.55); background: rgba(79,163,217,.17); }
.node-form::after,.node-sign::after { right: -35px; }
.node-approve::after,.node-final::after { left: -35px; }
.node-form > span,.node-sign > span { right: -42px; }
.node-approve > span,.node-final > span { left: -42px; }
.node-final > span { width: 24px; height: 24px; left: -47px; top: calc(50% - 12px); display: grid; place-items: center; border: 0; color: var(--deep); font-size: .7rem; font-weight: 900; }
.flow-context { padding: 7px 12px; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-pill); color: #a9c4d0; background: rgba(2,19,30,.34); font-size: var(--text-xs); }
.context-a { right: 2%; top: 68px; }.context-b { left: 1%; top: 222px; }.context-c { right: 1%; bottom: 83px; }
.feature-hero-rail { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.feature-hero-rail a { min-height: 44px; display: inline-flex; align-items: center; color: #b7cad3; font-size: var(--text-xs); font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.feature-hero-rail a:hover { color: #fff; }.feature-hero-rail i { width: 54px; height: 1px; background: rgba(114,197,232,.38); }

/* Shared detail patterns */
.detail-layout,.organization-layout,.signature-layout,.external-feature-layout,.notification-layout,.access-layout,.final-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px,9vw,130px); align-items: center; }
.feature-list { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { min-height: 58px; padding: 16px 0 13px 24px; position: relative; border-bottom: 1px solid var(--line); color: #355466; font-size: var(--text-sm); }
.feature-list li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: 23px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(27,109,169,.1); }
.use-example { margin: 30px 0 0; padding-left: 20px; border-left: 2px solid var(--sky); color: var(--muted); }
.use-example strong { display: block; margin-bottom: 4px; color: var(--deep); }

/* Form */
.feature-form { background: #fff; }
.form-composer { min-height: 610px; margin: 0; padding: 27px; position: relative; border: 1px solid #dce8ee; border-radius: 40px; background: linear-gradient(145deg,#f7fbfc,#eaf4f8); box-shadow: var(--shadow-soft); }
.composer-head { min-height: 62px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d8e5ec; color: var(--deep); font-weight: 800; }
.composer-head i { width: 72px; height: 30px; border-radius: var(--radius-pill); background: var(--deep); }
.composer-body { margin-top: 24px; padding: 28px; border: 1px solid #dde9ef; border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: 0 18px 40px rgba(18,62,92,.08); }
.field-line { min-height: 75px; padding: 13px 15px; border: 1px solid #d8e5ec; border-radius: 16px; background: #fff; }
.field-line small { display: block; color: var(--muted); }.field-line i { width: 88%; height: 5px; margin-top: 12px; display: block; border-radius: 5px; background: #dce7ec; }
.field-pair { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-upload { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; }.field-upload span { color: var(--brand); font-size: var(--text-xs); font-weight: 800; }
.composer-add { min-height: 55px; margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px dashed #aac6d5; border-radius: 18px; color: var(--brand); font-size: var(--text-sm); font-weight: 800; }
.composer-add b { font-size: 1.2rem; }.composer-palette { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 9px; }.composer-palette span { padding: 8px 13px; border-radius: var(--radius-pill); color: #466576; background: #fff; font-size: var(--text-xs); box-shadow: 0 8px 20px rgba(18,62,92,.06); }

/* Workflow */
.feature-workflow { background: var(--ice); }
.workflow-heading { margin-bottom: 70px; display: grid; grid-template-columns: 1.08fr .52fr; gap: clamp(60px,10vw,140px); align-items: end; }.workflow-heading .context-line { grid-column: 1 / -1; margin-bottom: -40px; }.workflow-heading > p:last-child { margin: 0 0 7px; color: var(--muted); font-size: var(--text-base); }
.approval-track { padding-block: 34px; display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: center; border-top: 1px solid #bcd4df; border-bottom: 1px solid #bcd4df; }
.approval-stage { min-height: 195px; padding: 24px 30px; display: flex; flex-direction: column; justify-content: space-between; }
.approval-stage:first-child,.approval-stage:last-child { border: 0; border-radius: 0; }
.approval-stage small { color: var(--brand); font-size: var(--text-xs); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.approval-stage strong { font-size: clamp(1.45rem,2.1vw,2rem); line-height: 1.1; }.approval-track > i { height: 1px; background: linear-gradient(90deg,#9cc7da,var(--brand),#9cc7da); }
.stage-active { color: #fff; border: 0; border-radius: 34px; background: var(--deep); box-shadow: 0 22px 48px rgba(18,62,92,.16); transform: translateY(-3px); }.stage-active small { color: var(--cyan); }
.stage-state,.stage-choice { width: fit-content; padding: 8px 12px; border-radius: var(--radius-pill); color: #456574; background: rgba(255,255,255,.72); font-size: var(--text-xs); }.stage-choice { color: #d7e7ef; background: rgba(255,255,255,.1); }.stage-choice b { color: var(--cyan); }
.workflow-capabilities { margin-top: 38px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }.workflow-capabilities span { padding: 8px 14px; border: 1px solid #c5dae4; border-radius: var(--radius-pill); color: #456574; font-size: var(--text-xs); }

/* API integration */
.feature-api { color: #fff; background: radial-gradient(circle at 88% 8%,rgba(79,163,217,.2),transparent 30%),#07273b; }
.feature-api .context-line { color: var(--cyan); }
.feature-api .detail-copy > p:not(.context-line) { color: #b9ccd6; }
.api-intro-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px,9vw,125px); align-items: center; }
.api-system-map { min-height: 560px; margin: 0; padding: 34px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 40px; background: rgba(255,255,255,.045); box-shadow: inset 0 0 70px rgba(79,163,217,.06),0 30px 65px rgba(0,15,24,.2); }
.api-sources { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.api-sources span { min-height: 64px; display: grid; place-items: center; border-left: 1px solid rgba(255,255,255,.14); color: #c7dbe4; font-size: var(--text-sm); font-weight: 800; }
.api-sources span:first-child { border-left: 0; }
.api-gateway { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.api-gateway > i { height: 1px; background: linear-gradient(90deg,rgba(114,197,232,.15),var(--cyan),rgba(114,197,232,.15)); }
.api-gateway > div { min-width: 215px; min-height: 122px; padding: 22px 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(114,197,232,.5); border-radius: 62px; background: rgba(79,163,217,.1); text-align: center; }
.api-gateway small { color: var(--cyan); font-size: var(--text-xs); font-weight: 850; letter-spacing: .08em; }
.api-gateway strong { margin: 5px 0; font-size: 1.65rem; }
.api-gateway span { color: #a9c5d1; font-size: var(--text-xs); }
.api-processes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.api-processes > span { min-height: 105px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.api-processes small { color: #8fb6c6; }
.api-processes strong { margin-top: 5px; font-size: 1.08rem; }
.api-processes em { margin-top: 13px; color: #79c9e8; font-size: var(--text-xs); font-style: normal; font-weight: 750; }
.api-capability-lines { margin-top: clamp(65px,8vw,105px); display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.api-capability-lines article { min-height: 160px; padding: 30px 34px 28px 0; display: grid; grid-template-columns: minmax(145px,.42fr) 1fr; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.18); }
.api-capability-lines article:nth-child(2n) { padding-right: 0; padding-left: 34px; border-left: 1px solid rgba(255,255,255,.18); }
.api-capability-lines span { color: #fff; font-weight: 850; }
.api-capability-lines p { margin: 0; color: #a9c2ce; font-size: var(--text-sm); }
.api-trust-strip { margin-top: 48px; padding-top: 30px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; align-items: start; border-top: 1px solid rgba(114,197,232,.34); }
.api-trust-strip strong { max-width: 320px; font-size: 1.15rem; line-height: 1.35; }
.api-trust-strip ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.api-trust-strip li { padding: 8px 13px; border: 1px solid rgba(114,197,232,.26); border-radius: var(--radius-pill); color: #bad1dc; font-size: var(--text-xs); }

/* Organization and numbering */
.feature-organization { background: var(--warm); }.organization-layout { grid-template-columns: 1.05fr .95fr; }
.organization-tree { min-height: 520px; margin: 0; padding: 42px 38px 30px; position: relative; display: flex; flex-direction: column; justify-content: center; border-radius: 42px; background: #fff; box-shadow: 0 24px 60px rgba(73,65,48,.08); }
.org-tree-list { --indent: 42px; display: grid; gap: 5px; }
.org-row { --level: 0; min-height: 50px; padding-left: calc(var(--level) * var(--indent)); position: relative; display: flex; align-items: center; gap: 11px; color: var(--deep); }
.org-row.level-1 { --level: 1; }.org-row.level-2 { --level: 2; }.org-row.level-3 { --level: 3; }.org-row.level-4 { --level: 4; }.org-row.level-5 { --level: 5; }
.org-row:not(.level-0)::before { content: ""; width: calc(var(--indent) - 9px); height: 1px; position: absolute; left: calc((var(--level) - 1) * var(--indent) + 13px); top: 50%; background: #c4d5dd; }
.org-row:not(.level-0)::after { content: ""; width: 1px; height: 55px; position: absolute; left: calc((var(--level) - 1) * var(--indent) + 13px); bottom: 50%; background: #c4d5dd; }
.tree-toggle { width: 27px; height: 27px; position: relative; z-index: 1; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #a8bfcb; border-radius: 8px; color: var(--brand); background: #fff; font-size: 1rem; font-weight: 800; line-height: 1; }
.org-row.is-leaf .tree-toggle { border-color: transparent; background: transparent; }
.folder-mark { width: 25px; height: 19px; position: relative; z-index: 1; flex: 0 0 auto; border-radius: 4px; background: #79a5c2; }
.folder-mark::before { content: ""; width: 11px; height: 5px; position: absolute; left: 2px; top: -3px; border-radius: 3px 3px 0 0; background: #79a5c2; }
.folder-mark::after { content: ""; width: 7px; height: 2px; position: absolute; right: 4px; top: 6px; border-radius: 2px; background: rgba(18,62,92,.42); }
.org-row strong { position: relative; z-index: 1; font-size: 1rem; line-height: 1.25; }
.tree-caption { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: var(--text-xs); }
.feature-numbering { padding-block: 70px; color: #fff; background: var(--brand); }.numbering-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }.numbering-layout .context-line { color: #bce5f5; }.numbering-layout h2 { max-width: 690px; font-size: clamp(2.2rem,3.4vw,3.5rem); }.numbering-layout p { max-width: 650px; color: #d2e8f2; }.number-examples { display: grid; gap: 13px; }.number-examples code { padding: 20px 24px; border: 1px solid rgba(255,255,255,.23); border-radius: 20px; background: rgba(4,41,67,.18); font-size: clamp(1.1rem,2vw,1.65rem); }.number-examples strong { color: #bde9fa; }

/* Signature */
.feature-signature { position: relative; overflow: hidden; color: #fff; background: #06263a; }.signature-glow { width: 640px; height: 560px; position: absolute; right: -250px; bottom: -350px; border-radius: 50%; background: rgba(79,163,217,.2); filter: blur(80px); }.signature-layout { position: relative; }.feature-signature .detail-copy > p:not(.context-line) { color: #b9ccd6; }.feature-signature .context-line { color: var(--cyan); }
.feature-list-light { border-color: rgba(255,255,255,.16); }.feature-list-light li { color: #d0dfe6; border-color: rgba(255,255,255,.14); }.feature-list-light li::before { background: var(--cyan); box-shadow: 0 0 0 4px rgba(114,197,232,.12); }
.signature-canvas { min-height: 650px; margin: 0; position: relative; }.signature-page { width: 70%; min-height: 540px; padding: 38px; position: absolute; left: 0; top: 15px; border-radius: 30px; color: var(--deep); background: #f7fbfc; box-shadow: 0 36px 80px rgba(0,11,19,.3); transform: rotate(-2deg); }.signature-page > i { width: 100%; height: 6px; margin-top: 25px; display: block; border-radius: 6px; background: #d8e4e9; }.signature-page > i:nth-of-type(2) { width: 82%; }.signature-page > i:nth-of-type(3) { width: 91%; }.pdf-label { color: var(--brand); font-size: var(--text-xs); font-weight: 900; letter-spacing: .1em; }.sign-area { min-height: 145px; margin-top: 150px; padding: 18px; border: 2px dashed #83b7d0; border-radius: 20px; }.sign-area small { color: var(--muted); }.sign-area b { width: 70%; height: 2px; margin-top: 70px; display: block; background: var(--deep); }
.signer-rail { width: 54%; padding: 26px; position: absolute; right: 0; bottom: 45px; display: grid; gap: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(8,49,73,.93); box-shadow: 0 25px 55px rgba(0,12,21,.28); }.signer-rail span { min-height: 44px; display: flex; align-items: center; gap: 10px; color: #d0e0e7; }.signer-rail span.done { color: var(--cyan); }.signer-rail em { width: 18px; height: 18px; border: 1px solid #8aa8b7; border-radius: 50%; }.signer-rail > i { height: 1px; background: rgba(255,255,255,.12); }.mode-switch { position: absolute; right: 12px; top: 0; padding: 5px; display: flex; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-pill); background: rgba(255,255,255,.06); }.mode-switch span { padding: 7px 12px; border-radius: var(--radius-pill); color: #a9bfca; font-size: var(--text-xs); }.mode-switch span:first-child { color: var(--deep); background: var(--cyan); }

/* External */
.feature-external { background: var(--mint); }.external-feature-layout { grid-template-columns: .86fr 1.14fr; }.external-link-flow { min-height: 560px; margin: 0; padding: 50px; position: relative; display: flex; flex-direction: column; justify-content: center; border-radius: 42px; background: rgba(255,255,255,.68); box-shadow: var(--shadow-soft); }.link-message { max-width: 430px; margin-inline: auto; padding: 34px; display: grid; gap: 8px; border: 1px solid #d3e4e5; border-radius: 28px; background: #fff; box-shadow: 0 20px 44px rgba(37,91,94,.1); }.link-message small { color: #4d7777; }.link-message strong { font-size: 1.65rem; line-height: 1.12; }.link-message span { width: fit-content; margin-top: 18px; padding: 10px 16px; border-radius: var(--radius-pill); color: #fff; background: var(--deep); font-size: var(--text-xs); font-weight: 800; }
.link-path { margin-top: 45px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 12px; align-items: center; color: #4e7275; font-size: var(--text-xs); font-weight: 750; text-align: center; }.link-path i { height: 1px; background: #96c1c0; }.external-link-flow > p { margin: 38px 0 0; padding: 18px 20px; border-left: 3px solid #2a876f; color: #4a6767; background: rgba(255,255,255,.55); font-size: var(--text-sm); }.external-link-flow > p strong { color: #205c51; }

/* Delegation and notifications */
.feature-delegation { background: #fff; }.continuity-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px 100px; }.continuity-copy { max-width: 680px; }.continuity-copy p:last-child { color: var(--muted); font-size: var(--text-base); }.delegation-route { align-self: center; display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; }.delegation-route > div { min-height: 160px; padding: 25px; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.delegation-route > div:first-child { border-left: 1px solid var(--line); border-radius: 28px 0 0 28px; }.delegation-route > div:last-child { border-right: 1px solid var(--line); border-radius: 0 28px 28px 0; }.delegation-route small { margin: 10px 0 3px; color: var(--muted); }.person-dot { width: 34px; height: 34px; border: 1px solid var(--brand); border-radius: 50%; background: radial-gradient(circle,var(--brand) 0 6px,#fff 7px); }.person-dot.alternate { border-color: #2d876a; background: radial-gradient(circle,#2d876a 0 6px,#fff 7px); }.delegation-route > i { height: 2px; position: relative; background: linear-gradient(90deg,var(--brand),var(--sky)); }.delegation-route > i::after { content: ""; width: 9px; height: 9px; position: absolute; right: 0; top: -4px; border-top: 2px solid var(--sky); border-right: 2px solid var(--sky); transform: rotate(45deg); }.delegation-route > i b { width: max-content; position: absolute; left: 50%; bottom: 14px; color: var(--brand); font-size: var(--text-xs); font-style: normal; transform: translateX(-50%); }.continuity-points { grid-column: 1 / -1; margin: 0; padding: 26px 0 0; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); list-style: none; }.continuity-points li { padding: 0 22px; border-left: 1px solid var(--line); color: var(--muted); font-size: var(--text-sm); }.continuity-points li:first-child { padding-left: 0; border-left: 0; }
.feature-notification { background: var(--ice); }.notification-layout { grid-template-columns: 1.05fr .95fr; }.notification-stream { display: grid; }.notification-stream span { min-height: 104px; padding: 20px 0; display: grid; grid-template-columns: 38px 1fr; column-gap: 15px; align-content: center; border-bottom: 1px solid #cbdfe8; }.notification-stream span:first-child { border-top: 1px solid #cbdfe8; }.notification-stream i { width: 34px; height: 34px; grid-row: 1 / 3; border: 1px solid #a6c7d7; border-radius: 50%; background: radial-gradient(circle,var(--brand) 0 5px,#edf7fa 6px); }.notification-stream b { font-size: 1.05rem; }.notification-stream small { color: var(--muted); }.channel-line { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }.channel-line span { padding: 9px 13px; border: 1px solid #bfd5df; border-radius: var(--radius-pill); color: var(--deep); font-size: var(--text-xs); font-weight: 750; }.qualification { max-width: 620px; margin-top: 17px; display: block; color: var(--muted); font-size: var(--text-sm); line-height: 1.55; }

/* Dashboard */
.feature-dashboard { background: #fff; }.dashboard-heading { margin-bottom: 65px; display: grid; grid-template-columns: 1.1fr .55fr; gap: 110px; align-items: end; }.dashboard-heading > p { margin: 0 0 7px; color: var(--muted); font-size: var(--text-base); }.dashboard-landscape { padding: 45px; border: 1px solid var(--line); border-radius: 40px; background: linear-gradient(145deg,#f8fbfc,#edf5f8); box-shadow: var(--shadow-soft); }.status-axis { display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 16px; align-items: center; color: var(--deep); font-size: var(--text-xs); font-weight: 800; }.status-axis i { height: 3px; border-radius: 3px; background: linear-gradient(90deg,var(--brand),var(--sky)); }.activity-lines { margin-top: 42px; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid #cbdde5; }.activity-lines span { min-height: 180px; padding: 25px 20px; border-left: 1px solid #cbdde5; color: var(--muted); font-size: var(--text-sm); }.activity-lines span:first-child { padding-left: 0; border-left: 0; }.activity-lines b { margin-bottom: 18px; display: block; color: var(--deep); font-size: 1.05rem; }

/* Access and SSO */
.feature-access { background: var(--warm); }.access-map { min-height: 500px; margin: 0; display: grid; place-items: center; }.role-access-flow { width: 100%; padding: 24px; display: grid; grid-template-columns: minmax(105px,.72fr) 32px minmax(125px,.9fr) 32px minmax(175px,1.2fr); align-items: center; border: 1px solid #d4e1e4; border-radius: 38px; background: linear-gradient(145deg,rgba(255,255,255,.82),rgba(236,245,246,.72)); box-shadow: 0 26px 65px rgba(18,62,92,.09); }.access-subject,.assigned-role { min-height: 170px; padding: 24px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 28px; text-align: center; }.access-subject { color: #fff; background: var(--deep); box-shadow: 0 20px 44px rgba(18,62,92,.18); }.access-subject span { width: 42px; height: 42px; margin-bottom: 15px; border: 1px solid var(--cyan); border-radius: 50%; background: radial-gradient(circle,var(--cyan) 0 7px,transparent 8px); }.access-subject small { color: #bcd2dc; }.access-subject strong,.assigned-role strong { margin-top: 5px; font-size: 1.08rem; }.assigned-role { border: 1px solid #bfd6dd; color: var(--deep); background: #fff; }.assigned-role small { color: var(--brand); font-weight: 800; }.assigned-role em { margin-top: 12px; color: var(--muted); font-size: var(--text-xs); font-style: normal; }.role-access-flow > i { height: 2px; position: relative; background: linear-gradient(90deg,#9fc5d3,var(--brand)); }.role-access-flow > i::after { content: ""; width: 8px; height: 8px; position: absolute; right: 0; top: -4px; border-top: 2px solid var(--brand); border-right: 2px solid var(--brand); transform: rotate(45deg); }.permission-scope { display: grid; gap: 9px; }.permission-scope span { min-height: 66px; padding: 14px 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; border: 1px solid #d4e1e4; border-radius: 18px; background: rgba(255,255,255,.86); }.permission-scope small { color: var(--muted); }.permission-scope strong { color: var(--brand); font-size: var(--text-sm); }
.feature-sso { padding-block: 76px; color: #fff; background: linear-gradient(120deg,#123e5c,#0a2f47); }.sso-layout { display: grid; grid-template-columns: 250px 1.1fr .8fr; gap: 60px; align-items: center; }.sso-mark { display: grid; grid-template-columns: 104px 1fr 84px; align-items: center; }.sso-mark span { min-height: 58px; padding: 0 13px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.27); border-radius: var(--radius-pill); color: var(--cyan); background: rgba(255,255,255,.06); font-size: var(--text-xs); font-weight: 900; text-align: center; }.sso-mark i { height: 1px; background: var(--sky); }.sso-layout .context-line { color: var(--cyan); }.sso-layout h2 { font-size: clamp(2rem,3vw,3.15rem); }.sso-layout p { margin-bottom: 0; color: #c2d3dc; }.sso-layout ul { margin: 0; padding: 0; list-style: none; }.sso-layout li { padding: 11px 0 11px 22px; position: relative; border-bottom: 1px solid rgba(255,255,255,.13); color: #c7d7df; font-size: var(--text-sm); }.sso-layout li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: 19px; border-radius: 50%; background: var(--cyan); }

/* Final document and browser */
.feature-final { background: #fff; }.final-layout { grid-template-columns: 1.05fr .95fr; }.final-document { min-height: 620px; margin: 0; position: relative; }.final-sheet { width: 68%; min-height: 530px; padding: 35px; position: absolute; left: 0; top: 15px; border: 1px solid #dbe5e9; border-radius: 30px; background: #f7fafb; box-shadow: var(--shadow-soft); transform: rotate(-2deg); }.final-sheet > span { color: var(--brand); font-size: var(--text-xs); font-weight: 900; letter-spacing: .1em; }.final-sheet > i { width: 100%; height: 6px; margin-top: 25px; display: block; border-radius: 6px; background: #d8e3e8; }.final-sheet > i:nth-of-type(2) { width: 79%; }.final-sheet > div { min-height: 130px; margin-top: 145px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid #a9bac3; }.final-sheet > div b { color: var(--muted); font-size: var(--text-xs); }.final-sheet > div em { width: 100px; height: 42px; border-bottom: 2px solid var(--deep); transform: rotate(-5deg); }.qr-safe { width: 54px; height: 54px; position: absolute; right: 28px; bottom: 28px; display: grid; place-items: center; border: 6px double var(--deep); font-size: var(--text-xs); }.verification-panel { width: 55%; min-height: 175px; padding: 27px; position: absolute; right: 0; bottom: 30px; display: flex; flex-direction: column; justify-content: center; border-radius: 28px; color: #fff; background: var(--deep); box-shadow: 0 25px 55px rgba(18,62,92,.23); }.verification-panel small { color: var(--cyan); }.verification-panel strong { margin: 8px 0; font-size: 1.25rem; }.verification-panel span { color: #b9cbd5; font-size: var(--text-xs); }.safe-note { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--brand); color: var(--muted); background: var(--ice); }.safe-note strong { display: block; color: var(--deep); }
.feature-browser { padding-block: clamp(68px,7vw,92px); background: var(--ice); }.browser-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px,8vw,105px); align-items: center; }.browser-symbol { min-height: 285px; overflow: hidden; border: 1px solid #c9dde6; border-radius: 34px; background: rgba(255,255,255,.72); box-shadow: var(--shadow-soft); }.browser-bar { min-height: 62px; padding: 0 22px; display: flex; align-items: center; gap: 17px; border-bottom: 1px solid #d5e4eb; }.browser-bar > span { display: flex; gap: 6px; }.browser-bar i { width: 8px; height: 8px; display: block; border-radius: 50%; background: #a7beca; }.browser-bar strong { flex: 1; padding: 8px 14px; border-radius: var(--radius-pill); color: var(--brand); background: #fff; font-size: var(--text-xs); text-align: center; }.browser-work { min-height: 222px; padding: 35px; display: grid; grid-template-columns: 1fr 52px 1fr; align-items: center; }.browser-work > span { min-height: 118px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid #c8dce5; border-bottom: 1px solid #c8dce5; }.browser-work small { color: var(--muted); }.browser-work b { margin-top: 6px; color: var(--deep); }.browser-work > i { height: 2px; position: relative; background: linear-gradient(90deg,var(--brand),var(--sky)); }.browser-work > i::after { content: ""; width: 8px; height: 8px; position: absolute; right: 0; top: -4px; border-top: 2px solid var(--sky); border-right: 2px solid var(--sky); transform: rotate(45deg); }.browser-layout h2 { font-size: clamp(2.4rem,3.8vw,3.9rem); }.browser-layout p:last-child { max-width: 720px; color: var(--muted); font-size: var(--text-base); }

@media (max-width: 1080px) {
  .feature-hero-layout { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 35px; }.feature-hero-copy { max-width: 850px; }.feature-hero-canvas { width: min(720px,100%); min-height: 570px; margin-inline: auto; }
  .detail-layout,.organization-layout,.signature-layout,.external-feature-layout,.notification-layout,.access-layout,.final-layout { gap: 55px; }.feature-list { grid-template-columns: 1fr; }
  .activity-lines { grid-template-columns: 1fr 1fr; }.activity-lines span { min-height: 130px; border-bottom: 1px solid #cbdde5; }.activity-lines span:nth-child(odd) { padding-left: 0; border-left: 0; }
  .sso-layout { grid-template-columns: 220px 1fr; }.sso-layout ul { grid-column: 2; }
  .api-capability-lines article { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 860px) {
  .features-page h2 { font-size: clamp(2.4rem,8vw,3.5rem); }.feature-hero-layout,.detail-layout,.organization-layout,.signature-layout,.external-feature-layout,.notification-layout,.access-layout,.final-layout,.workflow-heading,.numbering-layout,.continuity-layout,.dashboard-heading,.browser-layout,.api-intro-layout { grid-template-columns: 1fr; }
  .feature-hero-layout { gap: 28px; }.feature-hero-canvas { min-height: 560px; }.workflow-heading { gap: 24px; }.workflow-heading .context-line { grid-column: 1; margin-bottom: 0; }.approval-track { grid-template-columns: 1fr 38px 1fr 38px 1fr; }.approval-stage { min-height: 220px; padding: 23px 18px; }
  .form-composer,.organization-tree,.external-link-flow { width: min(680px,100%); margin-inline: auto; }.organization-tree { grid-row: 2; }.signature-canvas,.final-document { width: min(680px,100%); margin-inline: auto; }.continuity-layout { gap: 45px; }.continuity-points { grid-template-columns: 1fr 1fr; }.continuity-points li { min-height: 75px; padding: 15px 18px; border-bottom: 1px solid var(--line); }.continuity-points li:first-child { padding-left: 18px; border-left: 1px solid var(--line); }
  .api-system-map { width: min(720px,100%); margin-inline: auto; }.notification-stream { grid-row: 2; }.dashboard-heading { gap: 24px; }.status-axis { grid-template-columns: 1fr; text-align: center; }.status-axis i { width: 1px; height: 18px; justify-self: center; }.sso-layout { grid-template-columns: 1fr; }.sso-layout ul { grid-column: 1; }.sso-mark { width: min(250px,100%); }.browser-layout { gap: 45px; }.browser-symbol { width: min(520px,100%); }
}

@media (max-width: 600px) {
  .feature-hero-copy h1 { font-size: clamp(3rem,13vw,4rem); }.feature-hero-copy .hero-actions { align-items: stretch; }.feature-hero-rail { padding: 16px 0; flex-wrap: wrap; gap: 8px 14px; }.feature-hero-rail i { width: 18px; }
  .feature-hero-canvas { min-height: 500px; }.hero-flow { inset-inline: 0; }.flow-node { width: calc(50% - 18px); min-height: 96px; padding: 13px; border-radius: 20px; }.flow-node strong { font-size: .98rem; }.flow-node small { font-size: .75rem; }.node-form,.node-sign { right: calc(50% + 18px); }.node-approve,.node-final { left: calc(50% + 18px); }.node-form { top: 0; }.node-approve { top: 120px; }.node-sign { top: 240px; }.node-final { top: 360px; }.flow-node::after { width: 18px; }.node-form::after,.node-sign::after { right: -19px; }.node-approve::after,.node-final::after { left: -19px; }.node-form > span,.node-sign > span { right: -25px; }.node-approve > span,.node-final > span { left: -25px; }.node-final > span { left: -30px; }.context-a,.context-b,.context-c { display: none; }
  .feature-list { gap: 0; }.form-composer { min-height: 555px; padding: 18px; border-radius: 30px; }.composer-body { padding: 19px; }.composer-palette { gap: 6px; }
  .approval-track { padding-block: 24px; grid-template-columns: 1fr; gap: 0; }.approval-track > i { width: 2px; height: 34px; justify-self: center; background: linear-gradient(var(--brand),var(--sky)); }.approval-stage,.approval-stage:first-child,.approval-stage:last-child { min-height: 165px; border: 0; border-radius: 0; }.stage-active { min-height: 175px; border: 0; border-radius: 26px; }.workflow-capabilities { justify-content: flex-start; }
  .api-system-map { min-height: 510px; padding: 26px 20px; border-radius: 30px; }.api-sources span { min-height: 58px; font-size: .78rem; }.api-gateway { min-height: 155px; grid-template-columns: 1fr; }.api-gateway > i { display: none; }.api-gateway > div { min-width: 0; width: min(260px,92%); margin-inline: auto; }.api-processes { gap: 12px; }.api-processes > span { min-height: 125px; padding: 18px 14px; }.api-capability-lines { grid-template-columns: 1fr; }.api-capability-lines article,.api-capability-lines article:nth-child(2n) { min-height: 0; padding: 25px 0; grid-template-columns: 1fr; border-left: 0; }.api-trust-strip { grid-template-columns: 1fr; gap: 20px; }.api-trust-strip ul { display: grid; }
  .organization-tree { min-height: 525px; padding: 32px 18px 25px; border-radius: 30px; }.org-tree-list { --indent: 27px; }.org-row { min-height: 48px; gap: 8px; }.org-row:not(.level-0)::before { width: calc(var(--indent) - 7px); left: calc((var(--level) - 1) * var(--indent) + 11px); }.org-row:not(.level-0)::after { left: calc((var(--level) - 1) * var(--indent) + 11px); height: 53px; }.tree-toggle { width: 23px; height: 23px; border-radius: 7px; font-size: .88rem; }.folder-mark { width: 21px; height: 16px; }.org-row strong { font-size: .85rem; }.numbering-layout { gap: 30px; }.number-examples code { font-size: 1rem; }
  .signature-canvas { min-height: 600px; }.signature-page { width: 88%; min-height: 500px; padding: 28px; }.signer-rail { width: 76%; bottom: 22px; }.mode-switch { right: 0; }.external-link-flow { min-height: 520px; padding: 28px 20px; border-radius: 30px; }.link-message { padding: 25px; }.link-path { grid-template-columns: 1fr; gap: 8px; }.link-path i { width: 1px; height: 18px; justify-self: center; }
  .delegation-route { grid-template-columns: 1fr; }.delegation-route > div:first-child,.delegation-route > div:last-child { border: 1px solid var(--line); border-radius: 26px; }.delegation-route > i { width: 2px; height: 52px; justify-self: center; background: linear-gradient(var(--brand),var(--sky)); }.delegation-route > i::after { right: -4px; top: auto; bottom: 0; transform: rotate(135deg); }.delegation-route > i b { left: 18px; bottom: 16px; transform: none; }.continuity-points { grid-template-columns: 1fr; }.continuity-points li { min-height: 0; border-left: 0; }.continuity-points li:first-child { border-left: 0; }
  .activity-lines { grid-template-columns: 1fr; }.activity-lines span,.activity-lines span:nth-child(odd) { min-height: 0; padding: 22px 0; border-left: 0; }.dashboard-landscape { padding: 28px 22px; border-radius: 30px; }.access-map { min-height: 690px; }.role-access-flow { padding: 24px; grid-template-columns: 1fr; gap: 0; border-radius: 30px; }.access-subject,.assigned-role { min-height: 140px; }.role-access-flow > i { width: 2px; height: 38px; justify-self: center; background: linear-gradient(var(--brand),var(--sky)); }.role-access-flow > i::after { right: -4px; top: auto; bottom: 0; transform: rotate(135deg); }.permission-scope { width: 100%; }.final-document { min-height: 570px; }.final-sheet { width: 86%; min-height: 480px; padding: 27px; }.verification-panel { width: 72%; bottom: 15px; }.browser-symbol { min-height: 250px; padding: 0; }.browser-work { min-height: 188px; padding: 25px 20px; grid-template-columns: 1fr 34px 1fr; }.browser-work > span { min-height: 105px; padding: 16px 12px; }
}

@media (max-width: 360px) {
  .feature-hero-copy h1 { font-size: 2.85rem; }.number-examples code { padding: 17px 15px; font-size: .88rem; }.signature-page { width: 94%; }.signer-rail { width: 84%; }.final-sheet { width: 92%; }.verification-panel { width: 79%; }
}

.features-page .footer-main h2 { font-size: var(--text-xs); line-height: 1.3; letter-spacing: .1em; }
