:root {
  --ink: #191c1e;
  --ink-soft: #434655;
  --blue: #005bdd;
  --blue-deep: #004ac6;
  --cyan: #00c7ff;
  --cream: #ffffff;
  --surface: #ffffff;
  --line: #c3c6d7;
  --line-soft: #eef2f7;
  --dark: #0b0f17;
  --dark-soft: #111827;
  --dark-line: rgba(195, 198, 215, .2);
  --gold: #ec8d1b;
  --success: #27b77c;
  --heading: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; overflow-x: clip; }
h1, h2, h3, h4, h5, h6, .brand { font-family: var(--heading); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.sr-only, .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .88); border-color: rgba(195, 198, 215, .75); box-shadow: 0 8px 30px rgba(15, 23, 42, .06); backdrop-filter: blur(18px); }
.nav-shell { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 700; letter-spacing: -.045em; white-space: nowrap; }
.brand img { width: 34px; height: 20px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; margin-right: 12px; }
.desktop-nav a, .nav-quiet { font-size: 13px; font-weight: 600; color: #536a82; transition: color .2s ease; }
.desktop-nav a:hover, .nav-quiet:hover { color: var(--blue); }
.nav-actions { display: flex; gap: 20px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 700; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease; cursor: pointer; }
.button span { font-size: 16px; line-height: 0; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(2px, -2px); }
.button-blue { background: var(--blue); color: white; box-shadow: 0 8px 18px rgba(45, 102, 197, .2); }
.button-blue:hover { background: var(--blue-deep); box-shadow: 0 12px 24px rgba(45, 102, 197, .26); }
.button-small { min-height: 40px; padding: 0 16px; }
.button-large { min-height: 52px; padding: 0 22px; font-size: 14px; }
.button-white { background: white; color: var(--blue-deep); box-shadow: 0 12px 24px rgba(2, 28, 65, .12); }
.button-white:hover { background: #eef8ff; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease; }
.mobile-menu { display: none; }

.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--blue); font-family: var(--mono); font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .13em; font-weight: 500; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(22, 189, 221, .12); }
.eyebrow-light { color: #a8c1dc; }
.section-light { background: var(--cream); }
.section-tint { background: #f8fafc; }
.section-dark { position: relative; overflow: hidden; background: var(--dark); color: white; }
.section-blue { position: relative; overflow: hidden; background: var(--blue); color: white; }

.hero { min-height: 690px; position: relative; display: grid; grid-template-columns: minmax(0, .86fr) minmax(580px, 1.14fr); align-items: center; gap: 12px; padding: 84px 0 110px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding-left: max(32px, calc((100vw - 1180px) / 2)); width: auto; margin: 0; }
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero h1 { max-width: 540px; margin: 0; color: var(--ink); font-family: var(--heading); font-size: clamp(54px, 6.2vw, 94px); font-weight: 800; letter-spacing: -.085em; line-height: .93; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 450px; margin: 29px 0 0; color: #536b83; font-size: 17px; line-height: 1.62; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 33px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 700; transition: color .2s ease, gap .2s ease; }
.text-link:hover { color: var(--blue-deep); gap: 13px; }
.microcopy { margin: 18px 0 0; color: #72869a; font-size: 11px; font-family: var(--mono); letter-spacing: -.02em; }
.microcopy-mark { color: var(--cyan); margin-right: 4px; }
.hero-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-left { left: -410px; top: -310px; background: radial-gradient(circle, rgba(22, 189, 221, .11), transparent 67%); }
.hero-visual-wrap { position: relative; min-height: 525px; display: flex; align-items: center; justify-content: center; z-index: 1; }
.hero-orbit { position: absolute; border: 1px solid rgba(45, 102, 197, .15); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 680px; height: 680px; right: -110px; top: -65px; border-color: rgba(22, 189, 221, .18); }
.hero-orbit-two { width: 470px; height: 470px; right: 34px; top: 40px; border-style: dashed; }
.hero-visual-shadow { position: absolute; width: 500px; height: 100px; bottom: 25px; right: 90px; border-radius: 50%; background: rgba(15, 48, 94, .15); filter: blur(32px); }
.product-window { position: relative; width: min(660px, 92%); border: 1px solid rgba(255, 255, 255, .38); background: rgba(248, 251, 255, .94); border-radius: 14px; box-shadow: 0 25px 70px rgba(22, 51, 91, .23), 0 3px 5px rgba(22, 51, 91, .07); overflow: hidden; transform: perspective(1300px) rotateY(-6deg) rotateX(2deg); }
.product-window::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.65); border-radius: inherit; }
.window-topbar { height: 44px; background: #eef4fa; border-bottom: 1px solid #d9e5f0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 18px; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 6px; height: 6px; border-radius: 50%; background: #bdcada; }
.window-label { color: #72889c; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-align: center; white-space: nowrap; }
.window-label span { margin: 0 5px; color: #b4c2ce; }
.window-menu { color: #7b91a5; text-align: right; font-size: 12px; letter-spacing: 2px; }
.delivery-body { padding: 31px 32px 26px; }
.delivery-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.ui-kicker, .summary-label, .mini-label { color: #8a9db0; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 9px; }
.delivery-heading h2, .ui-project-title { color: #132a42; margin: 0; font-size: 21px; font-weight: 700; letter-spacing: -.045em; }
.ui-muted { color: #8a9db0; margin: 7px 0 0; font-size: 11px; }
.status-chip { display: flex; align-items: center; gap: 7px; margin-top: 5px; padding: 8px 10px; border-radius: 6px; background: #e6f8f3; color: #2b836e; font-family: var(--mono); font-size: 9px; white-space: nowrap; }
.status-chip span { width: 6px; height: 6px; border-radius: 50%; background: #37bd99; box-shadow: 0 0 0 4px rgba(55,189,153,.1); }
.delivery-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid #e1e9f1; margin-top: 28px; padding: 17px 0; }
.summary-cell { border-right: 1px solid #e1e9f1; padding-left: 16px; }
.summary-cell:first-child { padding-left: 0; }
.summary-cell:last-child { border: 0; }
.summary-cell strong { display: block; color: #17334e; font-size: 17px; letter-spacing: -.04em; }
.summary-cell small { display: block; color: #99aabb; font-size: 9px; margin-top: 4px; }
.delivery-progress { margin: 28px 0 21px; }
.progress-line { height: 2px; margin: 0 18px -2px; background: linear-gradient(90deg, #36bb99 0 68%, #cad9e6 68%); position: relative; }
.progress-line span { position: absolute; width: 8px; height: 8px; border: 2px solid #fff; background: #2d66c5; border-radius: 50%; right: 31%; top: -3px; box-shadow: 0 0 0 2px #2d66c5; }
.progress-stages { display: flex; justify-content: space-between; gap: 10px; }
.progress-stage { display: flex; align-items: center; gap: 7px; color: #9aaebe; font-family: var(--mono); font-size: 8px; white-space: nowrap; }
.progress-stage.done { color: #3c9d86; }.progress-stage.active { color: #2d66c5; }
.stage-icon { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #dff4ed; color: #299b7c; font-size: 9px; font-family: var(--sans); }.progress-stage.active .stage-icon { background: #e5edfb; color: #2d66c5; }
.file-list { border: 1px solid #dfE8f1; background: #fff; border-radius: 8px; padding: 6px 13px; }
.file-row { display: flex; align-items: center; gap: 11px; min-height: 52px; border-bottom: 1px solid #edf1f5; }.file-row:last-child { border: 0; }
.file-type { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 6px; font-family: var(--mono); font-size: 7px; font-weight: 500; }.file-video { background: #e7efff; color: #4676bd; }.file-folder { background: #fff3df; color: #bd8940; }.file-pdf { background: #e5f7f2; color: #3b9d84; }
.file-row div { flex: 1; min-width: 0; }.file-row strong { display: block; color: #36506a; font-size: 10px; font-weight: 600; }.file-row small { display: block; color: #9aabba; font-size: 8px; margin-top: 4px; }.file-state { color: #6c8297; font-family: var(--mono); font-size: 8px; }
.delivery-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; color: #8c9fb0; font-size: 9px; }.delivery-footer > span { display: flex; align-items: center; gap: 7px; }.avatar-dot { width: 17px; height: 17px; border-radius: 50%; background: linear-gradient(135deg, #b8d5ef 30%, #7fa8d0 30% 62%, #406a98 62%); }.delivery-footer button { border: 0; border-radius: 5px; padding: 9px 11px; color: #fff; background: #7c9ac0; font-size: 9px; font-weight: 600; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 8px; background: rgba(255,255,255,.91); box-shadow: 0 12px 30px rgba(23, 53, 92, .13); animation: note-float 5s ease-in-out infinite; }.floating-note b { display: block; color: #26435f; font-size: 9px; }.floating-note small { display: block; color: #91a3b4; margin-top: 4px; font-size: 8px; }.note-payment { top: 22px; right: 18px; }.note-revision { bottom: 46px; left: -8px; animation-delay: -2.3s; }.note-icon, .note-check { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 6px; background: #e7f8f5; color: #36a48b; font-family: var(--mono); font-size: 10px; }.note-check { background: #e8effc; color: #4877bd; }.note-payment span, .note-revision span { flex: none; }
@keyframes note-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.proof-strip { border-block: 1px solid var(--line); background: #f0f5fa; }.proof-items { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #7690a7; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }.proof-items i { width: 4px; height: 4px; background: var(--cyan); border-radius: 50%; opacity: .85; }
.problem-section { padding: 126px 0 118px; }.problem-layout { display: grid; grid-template-columns: 1.1fr .65fr; gap: 110px; }.problem-heading h2, .section-heading h2, .creators-heading h2, .security-copy h2, .final-content h2 { margin: 22px 0 0; font-size: clamp(40px, 5.2vw, 68px); line-height: .99; letter-spacing: -.075em; }.problem-heading h2 { color: white; }.problem-heading h2 em, .security-copy h2 em, .final-content h2 em { color: #50cde6; }.problem-copy { padding-top: 46px; }.problem-copy > p { margin: 0; color: #a7bcd1; font-size: 16px; line-height: 1.7; }.quote-card { margin-top: 36px; padding: 21px 22px; border: 1px solid var(--dark-line); border-radius: 9px; background: rgba(255,255,255,.035); }.quote-mark { display: block; color: var(--cyan); font-size: 23px; line-height: 1; }.quote-card p { margin: 7px 0 13px; color: #e9f4ff; font-size: 15px; font-style: italic; letter-spacing: -.02em; }.quote-card small { color: #7891a8; font-family: var(--mono); font-size: 9px; }.friction-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 30px; align-items: center; margin-top: 96px; }.friction-item { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; }.friction-item span:last-child { grid-column: 2; color: #839bb4; font-size: 11px; margin-top: 8px; }.friction-number { grid-row: span 2; color: var(--cyan); font-family: var(--mono); font-size: 10px; padding-top: 2px; }.friction-item strong { color: #ecf6ff; font-size: 14px; }.friction-arrow { color: #58728f; font-size: 21px; }

.how-section { padding: 132px 0 140px; }.center-heading { max-width: 690px; text-align: center; }.center-heading .eyebrow { justify-content: center; }.section-heading > p:last-child { color: #6c8197; line-height: 1.65; font-size: 15px; }.center-heading > p:last-child { max-width: 560px; margin: 25px auto 0; }.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 76px; }.workflow-step { position: relative; }.step-number { color: var(--blue); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }.step-line { position: absolute; top: 5px; left: 36px; right: 0; height: 1px; background: #d7e3ee; }.workflow-step:last-child .step-line { display: none; }.step-visual { position: relative; display: flex; align-items: center; justify-content: center; width: 108px; height: 108px; margin: 30px auto 29px 0; border-radius: 50%; overflow: hidden; }.step-visual small { position: absolute; bottom: 15px; color: #57718c; font-family: var(--mono); font-size: 8px; }.step-visual-upload { background: #e1f6f9; border: 1px solid #bceaf1; }.upload-cloud { color: var(--blue); font-size: 34px; margin-top: -8px; }.upload-ring { position: absolute; width: 71px; height: 71px; border: 1px dashed #72c9db; border-radius: 50%; animation: spin-slow 20s linear infinite; }.step-visual-link { background: #eaf0fb; border: 1px solid #ccdcf4; }.link-symbol { align-self: flex-start; margin: 22px 0 0 -12px; color: var(--blue); font-size: 27px; }.link-lines { display: grid; gap: 5px; margin: 12px 0 0 9px; }.link-lines i { width: 26px; height: 4px; background: #9cbbe0; border-radius: 4px; }.link-lines i:nth-child(2) { width: 20px; }.link-lines i:nth-child(3) { width: 23px; }.step-visual-payment { background: #fff4df; border: 1px solid #f5deb3; }.payment-symbol { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid #d7a854; border-radius: 50%; color: #c58b2e; font-size: 22px; }.payment-check { position: absolute; right: 22px; top: 27px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #3ab390; color: white; font-size: 11px; border: 2px solid #fff4df; }.step-visual-release { background: #e1f6ef; border: 1px solid #b5e5d4; }.release-lock { color: #298d72; font-size: 33px; }.release-check { position: absolute; right: 18px; top: 26px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #299b7c; color: white; font-size: 11px; border: 2px solid #e1f6ef; }.workflow-step h3 { margin: 0; color: #19334d; font-size: 17px; letter-spacing: -.04em; }.workflow-step p { max-width: 215px; margin: 12px 0 0; color: #70859a; font-size: 13px; line-height: 1.6; }
@keyframes spin-slow { to { transform: rotate(360deg); } }

.features-section { padding: 128px 0 140px; }.split-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; }.split-heading > p { margin: 0 0 5px; }.feature-stack { display: grid; gap: 20px; margin-top: 74px; }.feature-card { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(440px, 1.3fr); min-height: 420px; overflow: hidden; border: 1px solid #d5e1ed; border-radius: 13px; background: #f8fbfe; }.feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 55px; }.feature-index { color: var(--blue); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.feature-copy h3 { margin: 21px 0 0; color: #14314e; font-size: clamp(27px, 3vw, 40px); line-height: 1.04; letter-spacing: -.07em; }.feature-copy p { max-width: 330px; margin: 20px 0 28px; color: #6c8297; font-size: 14px; line-height: 1.7; }.feature-art { position: relative; min-height: 420px; background: #e8f0f8; overflow: hidden; }.feature-payment .feature-art { background: #dcecf6; }.feature-review { grid-template-columns: minmax(440px, 1.3fr) minmax(300px, .7fr); }.feature-review .feature-copy { order: 2; }.feature-review .feature-art { order: 1; background: #e8eaf8; }.feature-delivery .feature-art { background: #dff5f2; }
.payment-art::before { content: ""; position: absolute; width: 390px; height: 390px; top: 17px; left: 11%; border: 1px solid rgba(45,102,197,.16); border-radius: 50%; }.payment-art::after { content: ""; position: absolute; width: 190px; height: 190px; top: 112px; left: 35%; border: 1px dashed rgba(45,102,197,.22); border-radius: 50%; }.payment-card { position: absolute; z-index: 1; width: 260px; padding: 27px 26px; top: 74px; left: 27%; border: 1px solid rgba(255,255,255,.75); border-radius: 10px; background: rgba(255,255,255,.85); box-shadow: 0 21px 40px rgba(30, 74, 126, .12); }.payment-card .mini-label { display: block; margin-bottom: 9px; color: #7590a6; font-family: var(--mono); font-size: 9px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }.payment-card > strong { display: block; color: #203f60; font-size: 19px; line-height: 1.2; letter-spacing: -.05em; }.payment-track { height: 5px; margin: 24px 0; border-radius: 4px; background: #dfebf4; }.payment-track span { display: block; width: 46%; height: 100%; border-radius: inherit; background: var(--gold); }.payment-row { display: flex; justify-content: space-between; border-top: 1px solid #e1eaf2; padding: 14px 0 0; margin-top: 13px; color: #8b9dad; font-family: var(--mono); font-size: 8px; }.payment-row b { color: #52708e; font-weight: 500; }.gold-text { color: #be8c3a !important; }.payment-pill { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; bottom: 68px; right: 11%; padding: 12px 14px; border: 1px solid #bae4d8; border-radius: 8px; background: #effcf8; color: #398a76; box-shadow: 0 10px 25px rgba(30, 118, 98, .12); font-family: var(--mono); font-size: 9px; }.payment-pill b { margin-left: 14px; color: #2d66c5; }
.revision-art::before { content: ""; position: absolute; inset: 42px 19% 42px 7%; border: 1px solid rgba(118, 127, 196, .17); border-radius: 50%; }.revision-board { position: absolute; z-index: 1; width: min(385px, 80%); top: 60px; left: 10%; padding: 24px 23px; border: 1px solid rgba(255,255,255,.72); border-radius: 10px; background: rgba(255,255,255,.87); box-shadow: 0 21px 40px rgba(58, 69, 129, .12); }.board-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e5e7f0; padding-bottom: 17px; color: #334d6b; font-size: 11px; font-weight: 700; }.board-status { padding: 6px 8px; color: #6175b5; border-radius: 5px; background: #edf0fe; font-family: var(--mono); font-size: 8px; font-weight: 400; }.revision-row { display: flex; gap: 10px; align-items: center; padding: 17px 0; border-bottom: 1px solid #e5e7f0; }.revision-num { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 5px; background: #e8ebff; color: #6177c0; font-family: var(--mono); font-size: 9px; }.revision-row > div { flex: 1; }.revision-row b { display: block; color: #455b76; font-size: 10px; }.revision-row small { display: block; color: #96a5b4; font-size: 8px; margin-top: 4px; }.revision-state { color: #557bb1; font-family: var(--mono); font-size: 8px; }.revision-state.muted { color: #9eabb9; }.revision-count { display: flex; justify-content: space-between; align-items: baseline; color: #8598aa; font-family: var(--mono); font-size: 9px; padding-top: 20px; }.revision-count strong { color: #506c89; font-size: 13px; }.revision-count small { color: #96a5b4; font-size: 8px; font-weight: 400; }
.delivery-map { position: relative; width: 84%; height: 230px; margin: 95px auto 0; border-bottom: 1px solid rgba(56, 156, 143, .22); }.map-node { position: absolute; z-index: 1; width: 155px; padding: 19px; border: 1px solid rgba(255,255,255,.75); border-radius: 9px; background: rgba(255,255,255,.84); box-shadow: 0 15px 28px rgba(29, 112, 101, .1); }.map-node span { display: block; color: #33a68f; font-family: var(--mono); font-size: 9px; }.map-node b { display: block; margin-top: 14px; color: #275b63; font-size: 14px; }.map-node small { display: block; color: #7fa1a4; margin-top: 5px; font-size: 9px; }.map-start { left: 0; top: 0; }.map-end { right: 0; bottom: 0; }.map-connector { position: absolute; left: 155px; width: calc(100% - 310px); top: 54px; height: 1px; transform: rotate(23deg); transform-origin: left; }.map-connector::before, .map-connector::after { content: ""; position: absolute; top: 0; border-top: 1px dashed #75c6bb; }.map-connector::before { left: 0; width: max(0px, calc(50% - 32px)); }.map-connector::after { right: 0; width: max(0px, calc(50% - 32px)); }.map-lock { position: absolute; z-index: 1; top: -26px; left: calc(50% - 26px); display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #7bc7ba; border-radius: 50%; background: #e2f8f3; color: #2a9d89; transform: rotate(-23deg); }.map-lock svg { display: block; width: 24px; height: 24px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }.map-caption { margin: 22px auto 0; width: 84%; color: #5d9895; font-family: var(--mono); font-size: 9px; text-align: right; }.map-caption span { margin-left: 6px; color: #2d66c5; }

.creators-section { padding: 137px 0 145px; }.creators-layout { display: grid; grid-template-columns: .68fr 1fr; gap: 100px; align-items: center; }.creators-heading > p:last-child { max-width: 360px; margin: 28px 0 0; color: #6c8197; font-size: 15px; line-height: 1.7; }.creator-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.creator-tile { min-height: 222px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 11px; overflow: hidden; }.creator-tile strong { position: relative; z-index: 1; font-size: 17px; letter-spacing: -.04em; }.creator-tile small { position: relative; z-index: 1; margin-top: 7px; font-size: 10px; opacity: .74; }.tile-arrow { position: absolute; top: 20px; right: 22px; font-size: 17px; opacity: .7; transition: transform .2s ease; }.creator-tile:hover .tile-arrow { transform: translate(3px, -3px); }.tile-blue { background: #2d66c5; color: #fff; }.tile-navy { background: #112b48; color: #fff; }.tile-cyan { background: #16bddd; color: #08334e; }.tile-cream { background: #eef0ea; color: #17354a; }.tile-art { position: absolute; top: 29px; left: 25px; }.tile-shape-design { width: 62px; height: 62px; border: 1px solid rgba(255,255,255,.55); transform: rotate(32deg); box-shadow: 27px 13px 0 -1px rgba(255,255,255,.18), 54px 26px 0 -1px rgba(255,255,255,.08); }.tile-shape-code { color: #5e9fff; font-family: var(--mono); font-size: 47px; letter-spacing: -.18em; }.tile-shape-video { display: flex; gap: 5px; align-items: end; height: 55px; }.tile-shape-video i { width: 8px; border-radius: 5px; background: rgba(8, 51, 78, .45); }.tile-shape-video i:nth-child(1) { height: 25px; }.tile-shape-video i:nth-child(2) { height: 48px; }.tile-shape-video i:nth-child(3) { height: 36px; }.tile-shape-photo { width: 80px; height: 56px; border: 1px solid #9bb3ac; border-radius: 7px; transform: rotate(-8deg); }.tile-shape-photo::before { content: ""; position: absolute; width: 24px; height: 24px; top: 15px; left: 28px; border: 1px solid #9bb3ac; border-radius: 50%; }.tile-shape-photo::after { content: ""; position: absolute; width: 45px; height: 20px; bottom: -1px; left: 17px; border: 1px solid #9bb3ac; border-bottom: 0; border-radius: 50% 50% 0 0; }

.security-section { padding: 145px 0; }.security-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(9, 1fr); opacity: .14; pointer-events: none; }.security-grid span { border-right: 1px solid #94b5d9; }.security-grid span:nth-child(3n) { border-right-style: dashed; }.security-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.1fr; gap: 120px; align-items: center; }.security-art { min-height: 375px; position: relative; display: grid; place-items: center; }.security-ring { position: absolute; border: 1px solid rgba(107, 203, 227, .42); border-radius: 50%; }.ring-one { width: 350px; height: 350px; border-style: dashed; }.ring-two { width: 240px; height: 240px; border-color: rgba(107, 203, 227, .65); }.security-lock { position: relative; z-index: 1; display: grid; place-items: center; width: 112px; height: 128px; border: 1px solid #65cfe4; border-radius: 57px 57px 40px 40px; background: linear-gradient(145deg, rgba(48, 131, 207, .45), rgba(11, 38, 69, .72)); box-shadow: 0 0 0 14px rgba(84, 204, 226, .05), 0 0 45px rgba(39, 190, 225, .28); }.security-lock span { color: #69d7e8; font-size: 44px; line-height: 1; }.security-lock small { color: #b8e6ef; font-family: var(--mono); font-size: 7px; letter-spacing: .08em; line-height: 1.5; text-align: center; }.security-label { position: absolute; color: #76acc4; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }.label-top { top: 35px; left: 46px; }.label-bottom { bottom: 31px; right: 40px; }.security-copy > p:not(.eyebrow) { max-width: 515px; margin: 29px 0 0; color: #a5bbd0; font-size: 15px; line-height: 1.72; }.security-points { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 565px; margin-top: 38px; padding-top: 27px; border-top: 1px solid var(--dark-line); }.security-points div { display: grid; grid-template-columns: auto 1fr; column-gap: 11px; }.security-points span { grid-row: span 2; color: #65cfe4; font-family: var(--mono); font-size: 9px; }.security-points b { color: #ebf7ff; font-size: 12px; }.security-points small { color: #7891aa; font-size: 10px; line-height: 1.5; margin-top: 7px; }

.compare-section { padding: 132px 0 140px; }.compare-grid { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: stretch; max-width: 920px; margin-top: 72px; }.compare-column { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }.compare-before { background: #f2f5f8; }.compare-after { border-color: #b8d6f0; background: #eaf3fd; }.compare-label { min-height: 61px; display: flex; align-items: center; gap: 11px; padding: 0 23px; border-bottom: 1px solid var(--line); color: #7a90a3; font-family: var(--mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }.compare-after .compare-label { border-color: #c8dff3; color: var(--blue); }.compare-icon { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #e2e8ed; color: #94a6b6; font-family: var(--sans); font-size: 13px; }.compare-after .compare-icon { background: #d6f2ec; color: #39a083; }.compare-list { padding: 23px 25px; }.compare-list span { display: flex; align-items: center; min-height: 46px; border-bottom: 1px solid rgba(181, 197, 212, .42); color: #71869a; font-size: 13px; }.compare-list span:last-child { border: 0; }.compare-after .compare-list span { color: #385e82; }.compare-after .compare-list span::before { content: "✓"; margin-right: 11px; color: #39a083; font-size: 12px; }.compare-divider { display: grid; place-items: center; color: var(--blue); font-size: 24px; }

.final-cta { padding: 138px 0 149px; text-align: center; }.final-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.34) 1px, transparent 1px); background-size: 74px 74px; mask-image: radial-gradient(ellipse at center, black 10%, transparent 70%); }.final-content { position: relative; z-index: 1; max-width: 720px; }.final-content .eyebrow { justify-content: center; }.final-content h2 { color: white; }.final-content > p:not(.eyebrow) { max-width: 475px; margin: 29px auto 31px; color: #c3ddf0; font-size: 15px; line-height: 1.7; }.final-content .button { margin-top: 3px; }
.landing-footer { padding: 65px 0 29px; background: #f0f4f8; color: #6d8297; }.footer-main { display: flex; justify-content: space-between; gap: 80px; padding-bottom: 65px; }.footer-brand .brand { color: var(--ink); }.footer-brand p { max-width: 200px; margin: 21px 0 0; color: #8295a7; font-size: 12px; line-height: 1.5; }.footer-links { display: grid; grid-template-columns: repeat(3, 135px); gap: 46px; }.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.footer-links span { margin-bottom: 5px; color: #a1b0bd; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.footer-links a { font-size: 12px; transition: color .2s ease; }.footer-links a:hover { color: var(--blue); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #dce5ed; color: #9aabba; font-family: var(--mono); font-size: 9px; }

.reveal { opacity: 1; transform: translateY(0); }.js-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }.js-ready .reveal-delay-1 { transition-delay: .1s; }.js-ready .reveal-delay-2 { transition-delay: .18s; }.js-ready .reveal-delay-3 { transition-delay: .26s; }

@media (max-width: 1100px) { .container { width: min(calc(100% - 48px), 980px); }.desktop-nav { gap: 18px; }.nav-quiet { display: none; }.hero { grid-template-columns: minmax(0, .75fr) minmax(500px, 1.25fr); gap: 0; }.hero-copy { padding-left: max(24px, calc((100vw - 980px) / 2)); }.hero h1 { font-size: clamp(50px, 6.6vw, 75px); }.product-window { width: 630px; }.hero-visual-wrap { transform: translateX(35px) scale(.92); }.feature-card, .feature-review { grid-template-columns: 1fr 1.2fr; }.feature-copy { padding: 43px; }.creators-layout { gap: 55px; }.security-layout { gap: 65px; } }
@media (max-width: 800px) { .container { width: min(calc(100% - 40px), 620px); }.nav-shell { height: 68px; width: calc(100% - 40px); gap: 0; }.desktop-nav, .nav-actions { display: none; }.menu-toggle { display: block; flex: 0 0 42px; margin-left: auto; }.mobile-menu { padding: 0 20px 20px; background: rgba(247,249,252,.96); border-bottom: 1px solid var(--line); }.mobile-menu nav { display: flex; flex-direction: column; gap: 4px; }.mobile-menu a:not(.button) { padding: 14px 2px; border-bottom: 1px solid #e5edf4; color: #526c84; font-size: 14px; font-weight: 600; }.mobile-menu .button { min-height: 48px; margin-top: 12px; }.hero { display: block; min-height: auto; padding: 78px 0 64px; }.hero-copy { width: min(calc(100% - 40px), 620px); max-width: 100%; padding: 0; margin-inline: auto; }.hero h1 { max-width: 450px; font-size: clamp(55px, 16vw, 88px); }.hero-lede { width: 100%; max-width: 100%; font-size: 16px; }.hero-visual-wrap { min-height: 465px; margin-top: 38px; transform: none; }.hero-orbit-one { width: 620px; height: 620px; top: -55px; right: -245px; }.hero-orbit-two { width: 400px; height: 400px; top: 50px; right: -100px; }.product-window { width: min(660px, 105%); transform: perspective(1000px) rotateY(-3deg) rotateX(2deg); }.delivery-body { padding: 26px 22px 23px; }.proof-items { flex-wrap: wrap; justify-content: center; padding: 17px 0; gap: 12px 14px; line-height: 1.2; }.proof-items i { display: none; }.problem-section, .how-section, .features-section, .creators-section, .security-section, .compare-section { padding: 88px 0; }.problem-layout { display: block; }.problem-copy { padding-top: 34px; max-width: 500px; }.friction-row { grid-template-columns: 1fr; gap: 18px; margin-top: 60px; }.friction-arrow { display: none; }.friction-item { padding-bottom: 18px; border-bottom: 1px solid var(--dark-line); }.workflow-steps { grid-template-columns: repeat(2, 1fr); gap: 54px 24px; margin-top: 58px; }.workflow-step:nth-child(2) .step-line { display: none; }.step-line { left: 40px; }.split-heading { display: block; }.split-heading > p { max-width: 480px; margin-top: 25px; }.feature-stack { margin-top: 50px; }.feature-card, .feature-review { display: flex; flex-direction: column; min-height: 0; }.feature-review .feature-copy { order: 1; }.feature-review .feature-art { order: 2; }.feature-copy { padding: 35px 28px 39px; }.feature-copy h3 { font-size: 34px; }.feature-art { min-height: 370px; }.payment-card { left: 18%; }.revision-board { left: 8%; }.creators-layout { display: block; }.creators-heading > p:last-child { max-width: 500px; }.creator-grid { margin-top: 47px; }.security-layout { display: flex; flex-direction: column; gap: 45px; }.security-art { width: 100%; min-height: 320px; }.security-copy { width: 100%; }.security-copy h2 { font-size: 48px; }.compare-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 48px; }.compare-divider { height: 25px; transform: rotate(90deg); }.final-cta { padding: 98px 0 106px; }.footer-main { display: block; padding-bottom: 42px; }.footer-links { margin-top: 42px; grid-template-columns: repeat(3, 1fr); gap: 18px; }.footer-bottom { display: block; line-height: 1.8; }.footer-bottom span { display: block; }.footer-bottom span + span { margin-top: 6px; } }
@media (max-width: 480px) { .container, .hero-copy { width: calc(100% - 32px); }.nav-shell { position: relative; width: calc(100% - 32px); }.menu-toggle { position: absolute; top: 13px; right: 0; }.hero { padding-top: 64px; }.hero-copy { max-width: calc(100% - 32px); }.hero-lede { width: 100%; max-width: 100%; overflow-wrap: anywhere; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-visual-wrap { min-height: 350px; margin-top: 30px; }.product-window { width: 620px; max-width: none; transform: translateX(-22px) scale(.58); transform-origin: center center; }.hero-visual-shadow { width: 320px; right: 8px; bottom: 20px; }.floating-note { transform: scale(.78); }.note-payment { right: -13px; top: 4px; }.note-revision { left: -29px; bottom: 8px; }.delivery-heading h2, .ui-project-title { font-size: 17px; }.delivery-summary { margin-top: 19px; }.problem-heading h2, .section-heading h2, .creators-heading h2, .final-content h2 { font-size: 46px; }.security-copy h2 { font-size: 44px; }.workflow-steps { gap: 48px 15px; }.workflow-step h3 { font-size: 15px; }.workflow-step p { font-size: 12px; }.feature-art { min-height: 330px; }.payment-card { left: 9%; transform: scale(.82); transform-origin: top left; }.payment-pill { right: 3%; transform: scale(.82); transform-origin: right bottom; }.revision-board { left: 5%; transform: scale(.82); transform-origin: top left; }.delivery-map { transform: scale(.82); transform-origin: center top; width: 100%; }.creator-grid { gap: 10px; }.creator-tile { min-height: 178px; padding: 17px; }.creator-tile strong { font-size: 14px; }.creator-tile small { font-size: 9px; line-height: 1.3; }.tile-arrow { top: 14px; right: 16px; }.tile-art { top: 19px; left: 17px; transform: scale(.8); transform-origin: top left; }.security-art { min-height: 285px; }.ring-one { width: 275px; height: 275px; }.ring-two { width: 190px; height: 190px; }.label-top { left: 10px; top: 24px; }.label-bottom { right: 8px; bottom: 18px; }.security-points { grid-template-columns: 1fr; gap: 20px; }.footer-links { gap: 10px; }.footer-links a { font-size: 11px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .js-ready .reveal { opacity: 1; transform: none; transition: none; }.floating-note, .upload-ring { animation: none; }.button, .text-link { transition: none; } }

/* The drawer button is provided by the original mobile header rules above. */
@media (max-width: 800px) {
  .mobile-menu:not([hidden]) { display: block; }
}

@media (max-width: 480px) {
  .delivery-map { width: calc(100% - 32px); height: 238px; margin-top: 46px; transform: none; }
  .map-node { width: 120px; padding: 15px; }
  .map-node b { margin-top: 10px; font-size: 13px; }
  .map-start { top: 0; }
  .map-end { bottom: 0; }
  .map-connector { left: 120px; width: calc(100% - 240px); top: 47px; }
  .map-lock { top: -22px; left: calc(50% - 22px); width: 44px; height: 44px; }
  .map-caption { width: calc(100% - 32px); margin-top: 14px; }
}

/* Phone layout: no component may rely on a two-column or fixed-width desktop shape. */
@media (max-width: 600px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .container, .hero-copy { width: calc(100% - 32px) !important; max-width: 100%; }
  .nav-shell { width: calc(100% - 32px) !important; }
  .feature-card, .feature-review { width: 100%; min-width: 0; }
  .feature-copy { width: 100%; min-width: 0; padding: 30px; }
  .feature-copy h3 { max-width: 100%; font-size: clamp(28px, 8.5vw, 34px); overflow-wrap: anywhere; }
  .feature-copy p, .hero-lede, .section-heading > p:last-child, .workflow-step p { max-width: 100%; overflow-wrap: anywhere; }
  .feature-art { min-height: 320px; }
  .payment-card { left: 24px; width: calc(100% - 48px); padding: 24px; transform: none; }
  .payment-pill { right: 18px; bottom: 34px; transform: scale(.88); transform-origin: right bottom; }
  .revision-board { left: 24px; width: calc(100% - 48px); transform: none; }
  .workflow-steps { grid-template-columns: 1fr; gap: 42px; }
  .workflow-step { min-width: 0; }
  .workflow-step .step-line { display: none; }
  .workflow-step h3, .workflow-step p { max-width: 280px; margin-inline: auto; }
  .workflow-step p { font-size: 13px; }
  .creator-grid, .footer-links { grid-template-columns: 1fr; }
  .footer-links { gap: 28px; }
  .compare-label, .compare-list { padding-left: 18px; padding-right: 18px; }
}

/* Tablet layout: collapse desktop compositions before their minimum widths collide. */
@media (min-width: 601px) and (max-width: 1024px) {
  .container { width: min(calc(100% - 48px), 900px); }
  .nav-shell { width: min(calc(100% - 48px), 900px); height: 68px; }
  .desktop-nav, .nav-actions { display: none; }
  .menu-toggle { display: block; flex: 0 0 42px; margin-left: auto; }
  .mobile-menu { padding: 0 24px 24px; background: rgba(247,249,252,.96); border-bottom: 1px solid var(--line); }
  .mobile-menu:not([hidden]) { display: block; }
  .hero { display: block; min-height: auto; padding: 78px 0 70px; }
  .hero-copy { width: min(calc(100% - 48px), 900px); max-width: 100%; padding: 0; margin-inline: auto; }
  .hero-visual-wrap { min-height: 465px; margin-top: 38px; transform: none; }
  .product-window { width: min(660px, calc(100% - 24px)); transform: perspective(1000px) rotateY(-3deg) rotateX(2deg); }
  .split-heading { display: block; }
  .split-heading > p { max-width: 560px; margin-top: 25px; }
  .feature-card, .feature-review { display: flex; flex-direction: column; min-height: 0; }
  .feature-review .feature-copy { order: 1; }
  .feature-review .feature-art { order: 2; }
  .feature-copy { padding: 42px; }
  .feature-art { min-height: 370px; }
  .creators-layout { display: block; }
  .creator-grid { margin-top: 47px; }
  .security-layout { display: flex; flex-direction: column; gap: 48px; }
  .security-art, .security-copy { width: 100%; }
  .compare-grid { grid-template-columns: 1fr; gap: 18px; }
  .compare-divider { height: 25px; transform: rotate(90deg); }
  .footer-main { display: block; }
  .footer-links { margin-top: 42px; }
}

/* Production app palette: primary #005BDD, cyan #00C7FF, success #27B77C. */
.progress-line span { background: var(--blue); box-shadow: 0 0 0 2px var(--blue); }
.progress-stage.active, .progress-stage.active .stage-icon, .payment-pill b, .map-caption span { color: var(--blue); }
.tile-blue { background: var(--blue); }
.tile-cyan { background: var(--cyan); }
.tile-shape-video i { background: rgb(25 28 30 / .38); }
.payment-check, .release-check { background: var(--success); }

/* Keep workflow labels centered and contained inside their circles. */
.step-visual small {
  left: 50%;
  bottom: 14px;
  z-index: 2;
  width: calc(100% - 20px);
  transform: translateX(-50%);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

/* Workflow status cards: clearer than decorative circles and easier to scan. */
.workflow-steps .step-visual {
  width: min(100%, 245px);
  height: 128px;
  margin: 30px auto 29px 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 14px;
  overflow: hidden;
}

.visual-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #57718c;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  line-height: 1;
}

.visual-kicker b {
  padding: 5px 7px;
  border-radius: 999px;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .07em;
}

.visual-main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-top: auto;
}

.visual-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1;
}

.visual-copy {
  min-width: 0;
}

.visual-copy strong,
.visual-copy small {
  display: block;
  position: static;
  width: auto;
  transform: none;
  text-align: left;
  white-space: normal;
}

.visual-copy strong {
  color: #19334d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.visual-copy small {
  margin-top: 5px;
  color: #57718c;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.2;
}

.step-visual-upload {
  background: #eefaff;
  border: 1px solid #bceaf1;
}

.step-visual-upload .visual-kicker b {
  color: #1686a0;
  background: #d9f4f7;
}

.step-visual-upload .visual-icon {
  color: var(--blue);
  background: #d9f4f7;
}

.step-visual-link {
  background: #f4f7ff;
  border: 1px solid #ccdcf4;
}

.step-visual-link .visual-kicker b {
  color: #5276ad;
  background: #e4edfc;
}

.step-visual-link .visual-icon {
  color: var(--blue);
  background: #e4edfc;
}

.step-visual-payment {
  background: #fff9ef;
  border: 1px solid #f5deb3;
}

.step-visual-payment .visual-kicker b {
  color: #a46f20;
  background: #ffedc8;
}

.step-visual-payment .visual-icon {
  color: #b57b24;
  background: #ffedc8;
}

.step-visual-release {
  background: #effbf7;
  border: 1px solid #b5e5d4;
}

.step-visual-release .visual-kicker b {
  color: #27866f;
  background: #d9f3e9;
}

.step-visual-release .visual-icon {
  position: relative;
  color: #278d72;
  background: #d9f3e9;
  font-size: 0;
}

.step-visual-release .release-lock::before {
  content: "";
  width: 16px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.step-visual-release .release-lock::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 1.5px;
  background: currentColor;
  box-shadow: 0 5px currentColor;
}

.visual-main .payment-check,
.visual-main .release-check {
  top: -7px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-width: 2px;
  font-size: 10px;
}

/* Return the workflow visuals to compact circles with short, contained labels. */
.workflow-steps .step-visual {
  width: 108px;
  height: 108px;
  margin: 30px auto 29px 0;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflow-steps .step-visual small {
  left: 50%;
  bottom: 14px;
  z-index: 3;
  width: calc(100% - 16px);
  transform: translateX(-50%);
  color: #57718c;
  font-family: var(--mono);
  font-size: 7px;
  line-height: 1;
  letter-spacing: .03em;
  text-align: center;
  white-space: nowrap;
}

.workflow-steps .upload-cloud {
  position: absolute;
  top: 27px;
  left: 50%;
  z-index: 2;
  margin: 0;
  transform: translateX(-50%);
  color: var(--blue);
  font-size: 31px;
  line-height: 1;
}

.workflow-steps .upload-cloud::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 20px;
  height: 5px;
  border-bottom: 2px solid currentColor;
  transform: translateX(-50%);
}

.workflow-steps .upload-ring {
  top: 16px;
  left: 16px;
  width: 76px;
  height: 76px;
  border-color: #72c9db;
}

.workflow-steps .link-symbol {
  position: absolute;
  top: 31px;
  left: 38px;
  z-index: 2;
  width: 25px;
  height: 15px;
  margin: 0;
  transform: rotate(-35deg);
  color: var(--blue);
  font-size: 0;
}

.workflow-steps .link-symbol::before,
.workflow-steps .link-symbol::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.workflow-steps .link-symbol::before {
  left: 0;
  top: 0;
}

.workflow-steps .link-symbol::after {
  right: 0;
  bottom: 0;
}

.workflow-steps .link-lines {
  position: absolute;
  top: 54px;
  left: 43px;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin: 0;
}

.workflow-steps .link-lines i {
  width: 24px;
  height: 3px;
  background: #9cbbe0;
}

.workflow-steps .payment-symbol {
  position: absolute;
  top: 25px;
  left: 32px;
  z-index: 1;
  width: 43px;
  height: 43px;
  margin: 0;
  border: 1px solid #d7a854;
  border-radius: 50%;
  color: #b57b24;
  font-size: 22px;
}

.workflow-steps .payment-check,
.workflow-steps .release-check {
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.workflow-steps .payment-check {
  background: var(--success);
  border-color: #fff9ef;
}

.workflow-steps .release-lock {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 1;
  width: 18px;
  height: 22px;
  transform: translateX(-50%);
  color: #278d72;
  font-size: 0;
}

.workflow-steps .step-visual-release .release-lock::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 17px;
  height: 21px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.workflow-steps .step-visual-release .release-lock::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 9px;
  height: 1.5px;
  background: currentColor;
  box-shadow: 0 5px currentColor;
}

.workflow-steps .release-check {
  background: var(--success);
  border-color: #effbf7;
}

/* One shared icon slot keeps every circle balanced. */
.workflow-steps .step-visual {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 30px auto 29px 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}

.workflow-steps .step-icon {
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
}

.workflow-steps .step-icon svg {
  width: 32px;
  height: 32px;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-steps .step-visual small {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  width: calc(100% - 16px);
  margin: 0;
  transform: translateX(-50%);
  color: #57718c;
  font-family: var(--mono);
  font-size: 7px;
  line-height: 1;
  letter-spacing: .03em;
  text-align: center;
  white-space: nowrap;
}

.workflow-steps .step-visual-upload .step-icon {
  color: var(--blue);
}

.workflow-steps .step-visual-link .step-icon {
  color: #1768d9;
}

.workflow-steps .step-visual-payment .step-icon {
  color: #b57b24;
}

.workflow-steps .step-visual-release .step-icon {
  color: #278d72;
}

/* Center the complete step contents within each workflow column. */
.workflow-steps .workflow-step {
  text-align: center;
}

.workflow-steps .step-number {
  text-align: center;
}

.workflow-steps .step-line {
  left: calc(50% + 25px);
  right: calc(-50% + 8px);
}

.workflow-steps .step-visual {
  margin: 30px auto 29px;
}

.workflow-steps .step-icon {
  top: 22px;
  width: 44px;
  height: 44px;
}

.workflow-steps .step-icon svg {
  width: 40px;
  height: 40px;
}

.workflow-steps .step-visual small {
  bottom: 13px;
  font-size: 9px;
  letter-spacing: .02em;
}

.workflow-steps .workflow-step p {
  margin: 12px auto 0;
}
