:root {
  --landing-bg: #09070f;
  --landing-bg-soft: #110b1b;
  --landing-panel: rgba(24, 17, 35, .74);
  --landing-panel-solid: #171020;
  --landing-text: #fbf9ff;
  --landing-muted: #afa6bb;
  --landing-line: rgba(255, 255, 255, .1);
  --landing-purple: #a970ff;
  --landing-purple-bright: #c99bff;
  --landing-purple-deep: #6d34c7;
  --landing-cyan: #19c7e8;
  --landing-amber: #ffbb52;
  --landing-success: #63e6aa;
  --landing-shadow: 0 24px 80px rgba(0, 0, 0, .34);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--landing-text); background: var(--landing-bg); font-family: Inter, system-ui, sans-serif; }
body.mobile-menu-open { overflow: hidden; }
#howItWorks, #partnerships, #contact { scroll-margin-top: 92px; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: white; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.design-preview-switch { min-height: 42px; padding: 5px 6px 5px 11px; position: fixed; right: 16px; bottom: 16px; z-index: 65; display: flex; align-items: center; gap: 5px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(16,10,25,.91); box-shadow: 0 16px 50px rgba(0,0,0,.36); backdrop-filter: blur(16px); }
.design-preview-switch > span { margin-right: 4px; color: #a99faf; font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.design-preview-switch button { width: 31px; height: 31px; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; color: #c9c0cf; font: 800 9px Inter, sans-serif; cursor: pointer; }
.design-preview-switch .design-option-active { border-color: rgba(201,155,255,.34); background: rgba(169,112,255,.18); color: white; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(9, 7, 15, .78); backdrop-filter: blur(18px); transition: border-color .2s ease, background .2s ease; }
.site-header.scrolled { border-color: var(--landing-line); background: rgba(9, 7, 15, .94); }
.header-inner { width: min(1180px, calc(100% - 32px)); min-height: 70px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 39px; height: 39px; padding: 9px 8px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: linear-gradient(145deg, rgba(201,155,255,.28), rgba(109,52,199,.82)); box-shadow: 0 12px 32px rgba(109,52,199,.3); }
.brand-mark i { width: 5px; border-radius: 999px; background: white; }
.brand-mark i:nth-child(1) { height: 9px; opacity: .72; }
.brand-mark i:nth-child(2) { height: 17px; }
.brand-mark i:nth-child(3) { height: 13px; opacity: .86; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font: 800 16px Syne, sans-serif; letter-spacing: -.02em; }
.brand-copy small { margin-top: 2px; color: var(--landing-muted); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 24px); }
.desktop-nav > a, .nav-dropdown > button, .sign-in-link { color: #d4cddd; text-decoration: none; font: 700 11px Inter, sans-serif; transition: color .18s ease; }
.desktop-nav > a:hover, .desktop-nav > a:focus-visible, .nav-dropdown > button:hover, .nav-dropdown > button:focus-visible, .sign-in-link:hover, .sign-in-link:focus-visible { color: white; }
.nav-dropdown { position: relative; }
.nav-dropdown > button { min-height: 40px; padding: 0; display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; cursor: pointer; }
.nav-dropdown > button span { width: 7px; height: 7px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.nav-dropdown > button[aria-expanded="true"] span { margin-top: 4px; transform: rotate(225deg); }
.product-menu { width: 370px; padding: 10px; position: absolute; top: calc(100% + 10px); left: 50%; z-index: 55; transform: translateX(-22%); border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(17,11,27,.97); box-shadow: 0 28px 80px rgba(0,0,0,.48); backdrop-filter: blur(20px); }
.product-menu[hidden] { display: none; }
.product-menu > a { min-height: 62px; padding: 9px; display: flex; align-items: center; gap: 11px; border-radius: 11px; text-decoration: none; transition: background .16s ease; }
.product-menu > a:hover, .product-menu > a:focus-visible { background: rgba(255,255,255,.055); }
.menu-product-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; font: 800 9px Syne, sans-serif; font-style: normal; }
.menu-pay { color: #d6b8ff; background: rgba(169,112,255,.14); }
.menu-ims { color: #74dff0; background: rgba(25,199,232,.11); }
.menu-expense { color: #ffd28c; background: rgba(255,187,82,.11); }
.menu-all { color: #d7d0df; background: rgba(255,255,255,.07); letter-spacing: 1px; }
.product-menu span { min-width: 0; flex: 1; }
.product-menu strong, .product-menu small { display: block; }
.product-menu strong { color: #f8f5fb; font-size: 10px; }
.product-menu small { margin-top: 4px; color: #958b9d; font-size: 8px; }
.product-menu .menu-quick-action { margin-top: 5px; min-height: 55px; border: 1px solid rgba(25,199,232,.13); background: rgba(25,199,232,.04); }
.product-menu .menu-quick-action b { color: #75dff0; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-cta { min-height: 40px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(201,155,255,.45); border-radius: 10px; background: rgba(169,112,255,.12); text-decoration: none; font-size: 11px; font-weight: 800; }
.mobile-menu-button { display: none; }
.mobile-quick-nav { display: none; }
.mobile-menu-scrim, .mobile-menu { display: none; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 76px 16px 28px; background: radial-gradient(circle at 74% 24%, rgba(129,67,218,.15), transparent 26rem), linear-gradient(180deg, #0c0813 0%, #09070f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; top: -240px; left: -180px; background: rgba(130,64,222,.13); }
.hero-glow-two { width: 420px; height: 420px; right: -180px; bottom: 4%; background: rgba(25,199,232,.07); }
.hero-inner { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(42px, 7vw, 94px); align-items: center; }
.availability-pill { width: max-content; max-width: 100%; margin-bottom: 25px; padding: 8px 11px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(201,155,255,.22); border-radius: 999px; background: rgba(169,112,255,.07); color: #d9c6f2; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.availability-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--landing-purple-bright); box-shadow: 0 0 16px var(--landing-purple); }
.eyebrow { margin: 0 0 15px; color: var(--landing-purple-bright); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section-heading h2, .ecosystem h2, .final-cta h2 { margin: 0; font-family: Syne, sans-serif; letter-spacing: -.05em; }
.hero h1 { max-width: 720px; font-size: clamp(47px, 6.2vw, 80px); line-height: .99; }
.hero h1 span { color: transparent; background: linear-gradient(92deg, #d5afff, #a970ff 52%, #67d8ee); background-clip: text; -webkit-background-clip: text; }
.hero-intro { max-width: 650px; margin: 24px 0 0; color: var(--landing-muted); font-size: 16px; line-height: 1.72; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--landing-line); border-radius: 11px; text-decoration: none; font-size: 12px; font-weight: 800; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { border-color: transparent; background: linear-gradient(135deg, #ad72ff, #7439cf); box-shadow: 0 16px 40px rgba(109,52,199,.25); }
.button-primary:hover, .button-primary:focus-visible { background: linear-gradient(135deg, #bc89ff, #8145de); }
.button-secondary { background: rgba(255,255,255,.035); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: rgba(201,155,255,.34); background: rgba(169,112,255,.07); }
.hero-proof { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px 18px; color: #bfb6c7; font-size: 10px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof i { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid rgba(99,230,170,.25); border-radius: 50%; color: var(--landing-success); font-style: normal; font-size: 9px; }

.pay-visual { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(150deg, rgba(35,24,50,.92), rgba(15,11,23,.88)); box-shadow: 0 34px 100px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.05); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.pay-visual::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(201,155,255,.24), transparent 36%, rgba(25,199,232,.1)); }
.visual-topline, .visual-topline > div, .worker-payment-list article, .receipt-trace { display: flex; align-items: center; }
.visual-topline { justify-content: space-between; gap: 14px; }
.visual-topline > div { gap: 10px; }
.visual-app-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(145deg, #b67dff, #6630bd); font: 800 11px Syne, sans-serif; }
.visual-topline p, .worker-payment-list p, .worker-payment-list div, .receipt-trace p { margin: 0; }
.visual-topline small, .visual-topline strong, .worker-payment-list small, .worker-payment-list strong, .receipt-trace small, .receipt-trace strong { display: block; }
.visual-topline small { color: var(--landing-muted); font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.visual-topline strong { margin-top: 3px; font-size: 11px; }
.live-chip { padding: 7px 9px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(99,230,170,.17); border-radius: 999px; background: rgba(99,230,170,.06); color: #9bf0c8; font-size: 8px; font-weight: 800; }
.live-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--landing-success); }
.pay-total { margin-top: 20px; padding: 22px; border: 1px solid rgba(255,255,255,.075); border-radius: 17px; background: rgba(7,5,12,.34); }
.pay-total small, .pay-total strong, .pay-total span { display: block; }
.pay-total small { color: var(--landing-muted); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.pay-total strong { margin-top: 8px; font: 700 clamp(30px, 4vw, 43px) Syne, sans-serif; letter-spacing: -.05em; }
.pay-total span { margin-top: 6px; color: #a99faf; font-size: 9px; }
.worker-payment-list { margin-top: 12px; display: grid; gap: 7px; }
.worker-payment-list article { min-width: 0; padding: 10px; gap: 10px; border: 1px solid rgba(255,255,255,.06); border-radius: 12px; background: rgba(255,255,255,.025); }
.worker-avatar { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; font-size: 8px; font-weight: 800; }
.avatar-one { background: rgba(25,199,232,.14); color: #76deef; }
.avatar-two { background: rgba(169,112,255,.15); color: #d1adff; }
.avatar-three { background: rgba(255,187,82,.13); color: #ffd08a; }
.worker-payment-list div { min-width: 0; flex: 1; }
.worker-payment-list div strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.worker-payment-list div small, .worker-payment-list p small { margin-top: 3px; color: #918798; font-size: 7px; }
.worker-payment-list p { text-align: right; }
.worker-payment-list p strong { font-size: 9px; }
.worker-payment-list p small { color: #8be2b9; }
.receipt-trace { margin-top: 12px; padding: 11px; gap: 10px; border: 1px solid rgba(169,112,255,.13); border-radius: 12px; background: rgba(169,112,255,.055); }
.trace-icon { width: 28px; height: 28px; flex: 0 0 auto; position: relative; border: 1px solid rgba(201,155,255,.28); border-radius: 50%; }
.trace-icon::before, .trace-icon::after { content: ""; position: absolute; border-radius: 50%; background: var(--landing-purple-bright); }
.trace-icon::before { width: 6px; height: 6px; top: 5px; left: 5px; box-shadow: 11px 11px 0 var(--landing-purple-bright); }
.trace-icon::after { width: 12px; height: 1px; top: 13px; left: 8px; transform: rotate(45deg); }
.receipt-trace p { flex: 1; }
.receipt-trace strong { font-size: 8px; }
.receipt-trace small { margin-top: 3px; color: #a69cac; font-size: 7px; line-height: 1.4; }

.first-view-tools { width: min(1180px, 100%); margin: 62px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.launch-card { min-width: 0; padding: 13px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--landing-line); border-radius: 14px; background: rgba(255,255,255,.025); text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.launch-card:hover, .launch-card:focus-visible { transform: translateY(-2px); background: rgba(255,255,255,.045); }
.pay-launch:hover, .pay-launch:focus-visible { border-color: rgba(169,112,255,.34); }
.inventory-launch:hover, .inventory-launch:focus-visible { border-color: rgba(25,199,232,.34); }
.expense-launch:hover, .expense-launch:focus-visible { border-color: rgba(255,187,82,.34); }
.launch-icon { width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; background: rgba(169,112,255,.13); color: #d7baff; font: 800 10px Syne, sans-serif; }
.inventory-icon { background: rgba(25,199,232,.1); color: #72deef; }
.expense-icon { background: rgba(255,187,82,.1); color: #ffd187; }
.launch-card p { min-width: 0; margin: 0; flex: 1; }
.launch-card small, .launch-card strong, .launch-card em { display: block; }
.launch-card small { color: #8f8496; font-size: 6px; font-weight: 800; letter-spacing: .13em; }
.launch-card strong { margin-top: 3px; font-size: 10px; }
.launch-card em { margin-top: 3px; overflow: hidden; color: #a79daD; font-size: 8px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.launch-arrow { color: #bdb4c5; font-size: 13px; }

.section-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.pay-pattern-story { padding: 104px 0; }
.section-heading { max-width: 730px; }
.section-heading h2, .ecosystem h2, .final-cta h2 { font-size: clamp(35px, 5vw, 60px); line-height: 1.02; }
.section-heading > p:last-child, .ecosystem-copy > p { max-width: 650px; margin: 20px 0 0; color: var(--landing-muted); font-size: 14px; line-height: 1.75; }
.feature-grid { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-card { position: relative; min-height: 300px; padding: 26px; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 20px; background: linear-gradient(145deg, rgba(28,20,39,.88), rgba(16,12,23,.78)); }
.feature-large { grid-column: 1 / -1; min-height: 330px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: 40px; align-items: center; }
.feature-number { position: absolute; top: 22px; right: 24px; color: rgba(255,255,255,.13); font: 800 26px Syne, sans-serif; }
.feature-kicker { margin: 0 0 10px; color: var(--landing-purple-bright); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.feature-card h3 { margin: 0; max-width: 470px; font: 700 clamp(24px, 3vw, 38px) Syne, sans-serif; letter-spacing: -.04em; }
.feature-card > p:last-child, .feature-card > div > p:last-child { max-width: 520px; margin: 15px 0 0; color: var(--landing-muted); font-size: 13px; line-height: 1.7; }
.calculation-preview { padding: 20px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(4,3,8,.28); }
.calculation-preview span { padding: 10px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.06); }
.calculation-preview span:last-child { border-bottom: 0; }
.calculation-preview i { color: #9e94a5; font-size: 10px; font-style: normal; }
.calculation-preview strong { font-size: 11px; }
.calculation-preview .calculation-total { margin-top: 6px; padding: 13px 12px; border: 1px solid rgba(169,112,255,.15); border-radius: 9px; background: rgba(169,112,255,.06); }
.calculation-preview .calculation-total strong { color: #d7b7ff; font-size: 15px; }
.feature-symbol { width: 54px; height: 54px; margin: 50px 0 32px; position: relative; border: 1px solid rgba(169,112,255,.22); border-radius: 15px; background: rgba(169,112,255,.06); }
.approval-symbol::before { content: ""; position: absolute; width: 20px; height: 11px; left: 16px; top: 17px; border-left: 3px solid var(--landing-purple-bright); border-bottom: 3px solid var(--landing-purple-bright); transform: rotate(-45deg); }
.receipt-symbol { display: grid; align-content: center; gap: 5px; padding: 0 13px; }
.receipt-symbol i { height: 2px; border-radius: 999px; background: var(--landing-purple-bright); opacity: .8; }
.receipt-symbol i:nth-child(2) { width: 70%; }

.ecosystem { padding: 90px 0; display: grid; grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr); gap: 70px; align-items: center; border-top: 1px solid var(--landing-line); }
.text-link { margin-top: 25px; display: inline-flex; gap: 9px; color: #d3b4ff; text-decoration: none; font-size: 12px; font-weight: 800; }
.ecosystem-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ecosystem-card { min-height: 310px; padding: 23px; display: flex; flex-direction: column; border: 1px solid var(--landing-line); border-radius: 20px; background: rgba(255,255,255,.025); text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.ecosystem-card:hover, .ecosystem-card:focus-visible { transform: translateY(-3px); }
.ecosystem-inventory:hover, .ecosystem-inventory:focus-visible { border-color: rgba(25,199,232,.3); }
.ecosystem-expense:hover, .ecosystem-expense:focus-visible { border-color: rgba(255,187,82,.3); }
.ecosystem-card > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ecosystem-card > div span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; font: 800 11px Syne, sans-serif; }
.ecosystem-card > div small { color: #897f90; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.ecosystem-inventory > div span { background: rgba(25,199,232,.1); color: #72deef; }
.ecosystem-expense > div span { background: rgba(255,187,82,.1); color: #ffd187; }
.ecosystem-card h3 { margin: auto 0 0; font: 700 24px Syne, sans-serif; letter-spacing: -.035em; }
.ecosystem-card p { margin: 12px 0 20px; color: var(--landing-muted); font-size: 11px; line-height: 1.65; }
.ecosystem-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.ecosystem-actions a { min-height: 38px; padding: 0 11px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; text-decoration: none; font-size: 9px; font-weight: 800; transition: border-color .18s ease, background .18s ease; }
.ecosystem-inventory .ecosystem-actions a:first-child { color: #b7f1fa; border-color: rgba(25,199,232,.2); background: rgba(25,199,232,.1); }
.ecosystem-inventory .ecosystem-actions a:last-child { color: #d8d0df; }
.ecosystem-expense .ecosystem-actions a:first-child { color: #ffda9f; border-color: rgba(255,187,82,.2); background: rgba(255,187,82,.09); }
.ecosystem-inventory .ecosystem-actions a:hover, .ecosystem-inventory .ecosystem-actions a:focus-visible { border-color: rgba(25,199,232,.3); background: rgba(25,199,232,.06); }
.ecosystem-expense .ecosystem-actions a:hover, .ecosystem-expense .ecosystem-actions a:focus-visible { border-color: rgba(255,187,82,.3); background: rgba(255,187,82,.06); }

.partnerships { padding: 95px 0; border-top: 1px solid var(--landing-line); }
.partnerships-heading { max-width: 750px; }
.partnerships h2, .contact-section h2 { margin: 0; font: 700 clamp(35px, 5vw, 60px)/1.02 Syne, sans-serif; letter-spacing: -.05em; }
.partnerships-heading > p:last-child, .contact-section > div:first-child > p:last-child { max-width: 650px; margin: 20px 0 0; color: var(--landing-muted); font-size: 14px; line-height: 1.75; }
.partnership-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.partnership-grid article { min-height: 230px; padding: 23px; border: 1px solid var(--landing-line); border-radius: 18px; background: rgba(255,255,255,.022); }
.partnership-grid article > span { color: rgba(201,155,255,.45); font: 800 12px Syne, sans-serif; }
.partnership-grid h3 { margin: 55px 0 0; font: 700 21px/1.1 Syne, sans-serif; letter-spacing: -.035em; }
.partnership-grid p { margin: 12px 0 0; color: var(--landing-muted); font-size: 11px; line-height: 1.65; }
.partnerships > .text-link { margin-top: 25px; }

.contact-section { margin-bottom: 95px; padding: 42px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); gap: 55px; align-items: center; border: 1px solid rgba(169,112,255,.17); border-radius: 24px; background: radial-gradient(circle at 92% 18%, rgba(169,112,255,.12), transparent 21rem), rgba(24,17,35,.5); }
.contact-options { display: grid; gap: 9px; }
.contact-options > a { min-width: 0; min-height: 74px; padding: 12px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(5,3,9,.17); text-decoration: none; transition: border-color .18s ease, background .18s ease; }
.contact-options > a:hover, .contact-options > a:focus-visible { border-color: rgba(169,112,255,.3); background: rgba(169,112,255,.055); }
.contact-symbol { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: #dabfff; background: rgba(169,112,255,.12); font-weight: 800; }
.partnership-contact-symbol { color: #78deef; background: rgba(25,199,232,.1); }
.contact-options p { min-width: 0; margin: 0; flex: 1; }
.contact-options small, .contact-options strong, .contact-options em { display: block; }
.contact-options small { color: #8f8497; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.contact-options strong { margin-top: 4px; font-size: 11px; }
.contact-options em { margin-top: 3px; overflow: hidden; color: #a99faf; font-size: 9px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.contact-options b { color: #cdb0f3; }

.final-cta { margin-bottom: 70px; padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(169,112,255,.18); border-radius: 24px; background: radial-gradient(circle at 90% 20%, rgba(169,112,255,.16), transparent 22rem), rgba(24,17,35,.55); }
.final-cta h2 { max-width: 630px; }
.final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.site-footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 42px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--landing-line); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.site-footer nav a { color: var(--landing-muted); text-decoration: none; font-size: 10px; font-weight: 700; }
.site-footer p { grid-column: 1 / -1; margin: 0; color: #746b7c; font-size: 9px; }

/* Design B: bright editorial direction. The shared content and routes remain identical for a useful comparison. */
body[data-landing-design="b"] {
  --landing-bg: #f4eff8;
  --landing-bg-soft: #ede4f4;
  --landing-panel: rgba(255,255,255,.78);
  --landing-panel-solid: #fff;
  --landing-text: #211529;
  --landing-muted: #6d6273;
  --landing-line: rgba(61,31,78,.13);
  --landing-shadow: 0 24px 70px rgba(62,32,82,.12);
  background: #f4eff8;
}
body[data-landing-design="b"] .site-header { background: rgba(250,247,252,.84); }
body[data-landing-design="b"] .site-header.scrolled { background: rgba(250,247,252,.96); }
body[data-landing-design="b"] .desktop-nav > a,
body[data-landing-design="b"] .nav-dropdown > button,
body[data-landing-design="b"] .sign-in-link { color: #54475c; }
body[data-landing-design="b"] .desktop-nav > a:hover,
body[data-landing-design="b"] .nav-dropdown > button:hover,
body[data-landing-design="b"] .sign-in-link:hover { color: #1f1426; }
body[data-landing-design="b"] .header-cta { color: #522394; border-color: rgba(109,52,199,.25); background: rgba(109,52,199,.08); }
body[data-landing-design="b"] .product-menu { background: rgba(255,252,255,.98); box-shadow: 0 28px 80px rgba(62,32,82,.18); }
body[data-landing-design="b"] .product-menu strong { color: #211529; }
body[data-landing-design="b"] .product-menu > a:hover { background: rgba(109,52,199,.06); }
body[data-landing-design="b"] .hero { padding-top: 102px; background: radial-gradient(circle at 78% 18%, rgba(109,52,199,.14), transparent 28rem), linear-gradient(135deg, #fbf9fc 0%, #f1e7f7 58%, #e9f6f8 100%); }
body[data-landing-design="b"] .hero::before { opacity: .1; background-image: linear-gradient(rgba(69,35,90,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(69,35,90,.2) 1px, transparent 1px); }
body[data-landing-design="b"] .hero-inner { grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr); }
body[data-landing-design="b"] .availability-pill { color: #67359b; border-color: rgba(109,52,199,.19); background: rgba(255,255,255,.62); }
body[data-landing-design="b"] .eyebrow { color: #6d34c7; }
body[data-landing-design="b"] .hero h1 span { background: linear-gradient(92deg, #7c3fd1, #a94fd7 54%, #128ca6); background-clip: text; -webkit-background-clip: text; }
body[data-landing-design="b"] .button-primary { color: white; }
body[data-landing-design="b"] .button-secondary { color: #302139; background: rgba(255,255,255,.55); }
body[data-landing-design="b"] .hero-proof { color: #615568; }
body[data-landing-design="b"] .pay-visual { color: #fbf9ff; background: linear-gradient(145deg, #3e2054, #1c1028 72%); box-shadow: 20px 28px 0 rgba(109,52,199,.12), 0 34px 90px rgba(62,32,82,.2); transform: rotate(2deg); }
body[data-landing-design="b"] .first-view-tools { padding: 12px; border: 1px solid rgba(61,31,78,.1); border-radius: 19px; background: rgba(255,255,255,.52); }
body[data-landing-design="b"] .launch-card { background: white; box-shadow: 0 9px 28px rgba(62,32,82,.07); }
body[data-landing-design="b"] .launch-card strong { color: #26182e; }
body[data-landing-design="b"] .launch-arrow { color: #584b60; }
body[data-landing-design="b"] .feature-card,
body[data-landing-design="b"] .ecosystem-card,
body[data-landing-design="b"] .partnership-grid article { background: rgba(255,255,255,.74); box-shadow: 0 18px 55px rgba(62,32,82,.06); }
body[data-landing-design="b"] .calculation-preview { background: #f8f3fa; }
body[data-landing-design="b"] .calculation-preview strong,
body[data-landing-design="b"] .ecosystem-card h3 { color: #24172c; }
body[data-landing-design="b"] .ecosystem-actions a { color: #35243e; background: rgba(255,255,255,.7); }
body[data-landing-design="b"] .contact-section,
body[data-landing-design="b"] .final-cta { background: radial-gradient(circle at 90% 15%, rgba(109,52,199,.13), transparent 20rem), rgba(255,255,255,.62); }
body[data-landing-design="b"] .contact-options > a { color: #281a30; background: rgba(255,255,255,.75); }
body[data-landing-design="b"] .site-footer nav a { color: #675b6e; }
body[data-landing-design="b"] .design-preview-switch { border-color: rgba(61,31,78,.15); background: rgba(255,252,255,.94); box-shadow: 0 16px 45px rgba(62,32,82,.15); }
body[data-landing-design="b"] .design-preview-switch button { color: #6b5f72; }
body[data-landing-design="b"] .design-preview-switch .design-option-active { color: white; border-color: transparent; background: #6d34c7; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .mobile-menu-button { width: 40px; height: 40px; padding: 0; display: grid; place-content: center; gap: 4px; border: 1px solid var(--landing-line); border-radius: 10px; background: rgba(255,255,255,.03); cursor: pointer; }
  .mobile-menu-button span { width: 16px; height: 1.5px; display: block; border-radius: 999px; background: #eee8f4; }
  .mobile-menu-scrim:not([hidden]) { display: block; position: fixed; inset: 0; z-index: 70; background: rgba(3,2,6,.72); backdrop-filter: blur(4px); }
  .mobile-menu:not([hidden]) { width: min(380px, calc(100% - 30px)); max-height: calc(100dvh - 20px); padding: 18px; position: fixed; top: 10px; right: 10px; z-index: 71; display: flex; flex-direction: column; overflow-y: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(17,11,27,.98); box-shadow: 0 28px 90px rgba(0,0,0,.58); animation: mobile-menu-enter .18s ease-out; }
  @keyframes mobile-menu-enter { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }
  .mobile-menu-head { padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--landing-line); }
  .mobile-menu-head strong { font: 700 15px Syne, sans-serif; }
  .mobile-menu-head button { width: 35px; height: 35px; border: 1px solid var(--landing-line); border-radius: 9px; background: rgba(255,255,255,.03); color: white; font-size: 21px; cursor: pointer; }
  .mobile-menu nav { display: grid; gap: 5px; }
  .mobile-menu nav > p { margin: 18px 5px 6px; color: #8e8396; font-size: 7px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
  .mobile-menu nav > a { min-height: 52px; padding: 8px; display: flex; align-items: center; gap: 10px; border-radius: 10px; text-decoration: none; }
  .mobile-menu nav > a:hover, .mobile-menu nav > a:focus-visible { background: rgba(255,255,255,.05); }
  .mobile-menu nav > a b { min-width: 0; flex: 1; font-size: 10px; }
  .mobile-menu nav > a small { color: #918697; font-size: 8px; }
  .mobile-menu nav > .mobile-section-link { min-height: 42px; padding-inline: 9px; }
  .mobile-section-link span { color: #bfa5df; }
  .mobile-menu-account { min-height: 45px; margin-top: 17px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: linear-gradient(135deg, #ad72ff, #7439cf); text-decoration: none; font-size: 10px; font-weight: 800; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .pay-visual { width: min(620px, 100%); margin: 0 auto; transform: none; }
  .ecosystem { grid-template-columns: 1fr; gap: 40px; }
  .contact-section { grid-template-columns: 1fr; gap: 30px; }
  body[data-landing-design="b"] .hero-inner { grid-template-columns: 1fr; }
  body[data-landing-design="b"] .mobile-menu-button { border-color: rgba(61,31,78,.15); background: rgba(255,255,255,.5); }
  body[data-landing-design="b"] .mobile-menu-button span { background: #302139; }
  body[data-landing-design="b"] .mobile-menu:not([hidden]) { color: #26182e; border-color: rgba(61,31,78,.14); background: rgba(255,252,255,.99); }
  body[data-landing-design="b"] .mobile-menu-head button { color: #2a1b32; border-color: rgba(61,31,78,.13); }
  body[data-landing-design="b"] .mobile-menu nav > a:hover { background: rgba(109,52,199,.06); }
}

@media (max-width: 680px) {
  .site-header { position: sticky; }
  .header-inner { width: calc(100% - 24px); min-height: 62px; gap: 12px; }
  .header-actions { gap: 11px; }
  .header-cta { display: none; }
  .sign-in-link { padding: 9px 11px; border: 1px solid var(--landing-line); border-radius: 9px; }
  .mobile-quick-nav { padding: 7px 12px 9px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; border-top: 1px solid rgba(255,255,255,.055); }
  .mobile-quick-nav a { min-width: 0; min-height: 35px; padding: 0 5px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: rgba(255,255,255,.025); overflow: hidden; text-decoration: none; font-size: 8px; font-weight: 800; white-space: nowrap; }
  .quick-dot { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; }
  .pay-dot { background: var(--landing-purple); box-shadow: 0 0 9px rgba(169,112,255,.6); }
  .inventory-dot { background: var(--landing-cyan); }
  .expense-dot { background: var(--landing-amber); }
  .quick-grid-icon { width: 10px; height: 10px; background: radial-gradient(circle, #bdb4c5 1.5px, transparent 2px); background-size: 5px 5px; }
  .hero { padding: 48px 12px 22px; }
  .availability-pill { margin-bottom: 20px; font-size: 8px; }
  .hero h1 { font-size: clamp(41px, 13vw, 60px); }
  .hero-intro { margin-top: 20px; font-size: 13px; line-height: 1.68; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-width: 0; min-height: 46px; padding-inline: 11px; font-size: 10px; text-align: center; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; font-size: 8px; }
  .hero-proof span:last-child { grid-column: 1 / -1; }
  .pay-visual { padding: 15px; border-radius: 19px; }
  .live-chip { padding: 6px 7px; font-size: 7px; }
  .pay-total { padding: 17px; }
  .worker-payment-list article:nth-child(3) { display: none; }
  .first-view-tools { margin-top: 32px; grid-template-columns: 1fr; gap: 7px; }
  .launch-card { min-height: 58px; padding: 9px 11px; }
  .launch-icon { width: 33px; height: 33px; }
  .pay-pattern-story { padding: 76px 0; }
  .section-heading h2, .ecosystem h2, .final-cta h2 { font-size: 35px; }
  .section-heading > p:last-child, .ecosystem-copy > p { font-size: 12px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .feature-large { grid-column: auto; grid-template-columns: 1fr; gap: 25px; }
  .feature-card { min-height: 280px; padding: 21px; }
  .feature-card h3 { font-size: 27px; }
  .ecosystem { padding: 70px 0; }
  .ecosystem-cards { grid-template-columns: 1fr; }
  .ecosystem-card { min-height: 230px; }
  .partnerships { padding: 70px 0; }
  .partnerships h2, .contact-section h2 { font-size: 35px; }
  .partnerships-heading > p:last-child, .contact-section > div:first-child > p:last-child { font-size: 12px; }
  .partnership-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .partnership-grid article { min-height: 190px; }
  .partnership-grid h3 { margin-top: 38px; }
  .contact-section { margin-bottom: 70px; padding: 28px 20px; }
  .contact-options > a { min-height: 68px; }
  .final-cta { padding: 30px 22px; flex-direction: column; align-items: stretch; }
  .final-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; gap: 14px; }
  .site-footer p { grid-column: auto; }
  .design-preview-switch { right: 12px; bottom: 12px; }
  body[data-landing-design="b"] .mobile-quick-nav { background: rgba(250,247,252,.94); border-color: rgba(61,31,78,.09); }
  body[data-landing-design="b"] .mobile-quick-nav a { color: #32223a; border-color: rgba(61,31,78,.11); background: rgba(255,255,255,.62); }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .mobile-quick-nav a { font-size: 7px; }
  .hero-actions, .final-actions { grid-template-columns: 1fr; }
  .hero h1 { font-size: 39px; }
  .worker-payment-list article { padding: 9px 7px; gap: 7px; }
  .worker-avatar { width: 28px; height: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
