:root {
  --ink: #092b2a;
  --ink-soft: #46625f;
  --teal: #10ad8f;
  --teal-dark: #087a68;
  --mint: #dff8f1;
  --cream: #f5f3eb;
  --paper: #fffef9;
  --line: #dce8e3;
  --navy: #062d2c;
  --white: #ffffff;
  --amber: #e4a93a;
  --shadow: 0 24px 70px rgba(7, 48, 45, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { 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; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: white; color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.theme-title-universe { display: none; }

.welcome-intro[hidden] { display: none; }
.welcome-intro { position: fixed; z-index: 999; inset: 0; display: grid; place-items: center; overflow: hidden; color: white; opacity: 0; background: #020614; transition: opacity .5s ease; }
.welcome-intro.is-visible { opacity: 1; }
.welcome-intro.is-leaving { opacity: 0; pointer-events: none; }
.welcome-active { overflow: hidden; }
.welcome-stars { position: absolute; inset: -20%; opacity: .6; background-image: radial-gradient(circle at 10% 20%, rgba(255,255,255,.9) 0 1px, transparent 1.5px), radial-gradient(circle at 70% 40%, rgba(103,232,255,.8) 0 1px, transparent 1.5px), radial-gradient(circle at 35% 80%, rgba(178,137,255,.8) 0 1px, transparent 1.5px); background-size: 110px 120px, 170px 160px, 220px 210px; animation: star-drift 8s linear infinite; }
.welcome-intro::before { content: ""; position: absolute; width: min(76vw, 760px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(21,210,200,.2), rgba(83,63,216,.09) 38%, transparent 68%); filter: blur(5px); animation: welcome-pulse 2.4s ease-in-out infinite; }
.welcome-orbit { position: absolute; width: min(65vw, 640px); aspect-ratio: 1; border: 1px solid rgba(111,226,255,.2); border-radius: 50%; animation: orbit-spin 12s linear infinite; }
.welcome-orbit::after { content: ""; position: absolute; top: 11%; left: 11%; width: 9px; height: 9px; border-radius: 50%; background: #7ce9ff; box-shadow: 0 0 22px #5be2ff; }
.welcome-orbit-two { width: min(48vw, 470px); border-color: rgba(183,135,255,.22); animation-direction: reverse; animation-duration: 9s; transform: rotate(50deg); }
.welcome-orbit-two::after { top: auto; right: 4%; bottom: 22%; left: auto; background: #ba8cff; box-shadow: 0 0 22px #a467ff; }
.welcome-lockup { position: relative; z-index: 3; display: grid; place-items: center; text-align: center; transform: translateY(14px) scale(.94); opacity: 0; animation: welcome-arrive 1s .18s cubic-bezier(.2,.8,.2,1) forwards; }
.welcome-mark { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(139,245,236,.7); border-radius: 23px 23px 23px 7px; color: white; background: linear-gradient(145deg, #12c5ac, #5767e9); box-shadow: 0 0 55px rgba(44,213,196,.34); font-size: 39px; font-weight: 900; }
.welcome-lockup p { margin: 0 0 8px; color: #83ded8; font-size: 10px; font-weight: 800; letter-spacing: 5px; }
.welcome-lockup h1 { margin: 0; font-size: clamp(58px, 9vw, 112px); line-height: .95; letter-spacing: -5px; background: linear-gradient(100deg, #fff 20%, #86ecff 55%, #c2a6ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.welcome-line { display: flex; align-items: center; gap: 13px; margin-top: 24px; color: #8aa2c6; font-size: 8px; font-weight: 750; letter-spacing: 2px; }
.welcome-line i { width: 34px; height: 1px; background: linear-gradient(90deg, transparent, #5bcfd0); }
.welcome-line i:last-child { background: linear-gradient(90deg, #8e75db, transparent); }

@keyframes welcome-arrive { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes welcome-pulse { 50% { transform: scale(1.08); opacity: .78; } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes star-drift { to { transform: translate3d(60px, 30px, 0); } }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(255, 254, 249, .92); border-color: rgba(15, 77, 71, .1); box-shadow: 0 10px 32px rgba(7, 48, 45, .06); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px 12px 12px 4px; color: white; background: var(--teal); font-size: 21px; font-weight: 900; box-shadow: 0 9px 22px rgba(16, 173, 143, .25); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 17px; letter-spacing: -.35px; }
.brand-copy small { margin-top: 5px; color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: 1.9px; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.nav-cta) { color: #294d49; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: var(--teal-dark); }
.nav-cta { padding: 12px 17px; border: 1px solid rgba(8, 122, 104, .22); border-radius: 12px; color: var(--teal-dark); background: rgba(255,255,255,.64); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; align-content: center; justify-items: center; gap: 4px; }
.menu-button span:not(.sr-only) { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }

.hero { position: relative; min-height: 820px; padding: 148px 0 92px; overflow: hidden; background: linear-gradient(135deg, #f7f5ee 0%, #eff8f4 48%, #f8f6ee 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .24; pointer-events: none; background-image: linear-gradient(rgba(8,61,56,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,61,56,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -130px; top: 40px; background: rgba(38, 213, 178, .12); }
.hero-glow-two { width: 260px; height: 260px; left: 35%; bottom: -150px; background: rgba(228, 169, 58, .1); }
.universe-signature { display: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; }
.hero-copy { padding-top: 8px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 21px; color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: 1.75px; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: var(--teal); }
.eyebrow.light { color: #79dfcc; }
.eyebrow.dark { color: var(--teal-dark); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(50px, 5.4vw, 76px); line-height: .99; letter-spacing: -4.2px; font-weight: 790; }
.hero h1 em { display: block; color: var(--teal-dark); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 600px; margin: 27px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; border-radius: 14px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal-dark); box-shadow: 0 14px 28px rgba(8, 122, 104, .22); }
.button-primary:hover { background: #066b5b; box-shadow: 0 18px 35px rgba(8, 122, 104, .28); }
.button-ghost { color: #28514c; border: 1px solid #c6dcd5; background: rgba(255,255,255,.55); }
.staging-note { display: flex; align-items: center; gap: 7px; margin: 15px 0 0; color: #718985; font-size: 11px; }
.staging-note span { color: var(--amber); font-size: 9px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(8,61,56,.12); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-size: 15px; }
.hero-proof span { color: #6b817e; font-size: 10px; line-height: 1.35; }

.product-stage { position: relative; min-height: 560px; display: grid; align-items: center; perspective: 1200px; }
.stage-orbit { position: absolute; border: 1px solid rgba(15, 145, 122, .12); border-radius: 999px; }
.orbit-one { width: 530px; height: 530px; right: -25px; top: 12px; }
.orbit-two { width: 390px; height: 390px; right: 45px; top: 80px; border-style: dashed; }
.app-window { position: relative; z-index: 3; width: 650px; max-width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 23px; background: white; box-shadow: 0 35px 90px rgba(5, 45, 42, .19); transform: rotateY(-4deg) rotateX(1.5deg); }
.app-topbar { height: 57px; display: flex; align-items: center; padding: 0 16px; border-bottom: 1px solid #e7efec; background: #fbfdfc; }
.app-brand { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.app-brand span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; color: white; background: var(--teal); font-weight: 900; }
.app-status { display: flex; align-items: center; gap: 6px; margin-left: auto; color: #58716e; font-size: 8px; }
.app-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 3px var(--mint); }
.avatar { width: 27px; height: 27px; display: grid; place-items: center; margin-left: 14px; border-radius: 50%; color: white; background: var(--navy); font-size: 8px; font-weight: 800; }
.app-body { min-height: 385px; display: grid; grid-template-columns: 58px 1fr; background: #f5f8f7; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 17px; padding-top: 19px; border-right: 1px solid #e4ecea; background: white; }
.app-sidebar span { width: 18px; height: 18px; border: 2px solid #bdceca; border-radius: 6px; }
.app-sidebar span.active { border-color: var(--teal); background: var(--mint); box-shadow: inset 0 0 0 4px white; }
.app-content { padding: 22px; }
.mock-title { display: flex; align-items: end; justify-content: space-between; }
.mock-title div { display: grid; gap: 3px; }
.mock-title small { color: #91a39f; font-size: 6px; font-weight: 800; letter-spacing: 1px; }
.mock-title b { font-size: 16px; }
.mock-title > span { padding: 6px 9px; border-radius: 7px; color: #496965; border: 1px solid #d7e3df; background: white; font-size: 7px; }
.metric-row { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 10px; margin-top: 17px; }
.metric-row article { display: grid; gap: 4px; padding: 13px; border: 1px solid #e3ece9; border-radius: 12px; background: white; box-shadow: 0 6px 16px rgba(10,58,54,.035); }
.metric-row small { color: #8ca09c; font-size: 6px; font-weight: 800; letter-spacing: .7px; }
.metric-row b { font-size: 14px; }
.metric-row em { color: var(--teal-dark); font-size: 7px; font-style: normal; font-weight: 700; }
.metric-row em.amber { color: #c1871d; }
.mock-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; margin-top: 10px; }
.mock-grid article { min-height: 175px; padding: 14px; border: 1px solid #e3ece9; border-radius: 12px; background: white; }
.card-heading { display: flex; justify-content: space-between; font-size: 9px; font-weight: 800; }
.card-heading small { color: #91a39f; font-size: 6px; font-weight: 600; }
.chart-bars { height: 106px; display: flex; align-items: end; justify-content: space-around; gap: 8px; padding: 17px 8px 0; border-bottom: 1px solid #edf2f0; }
.chart-bars i { width: 20px; height: var(--h); border-radius: 5px 5px 1px 1px; background: linear-gradient(#16b99a, #b8ede1); }
.chart-labels { display: flex; justify-content: space-around; margin-top: 6px; color: #93a4a1; font-size: 6px; }
.sale-line { display: flex; align-items: center; gap: 8px; padding: 11px 0; border-bottom: 1px solid #edf2f0; }
.sale-line:last-child { border: 0; }
.sale-line > i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; font-size: 6px; font-style: normal; font-weight: 800; }
.sale-line > i.mint { color: #087a68; background: #dbf5ef; }
.sale-line > i.blue { color: #3a65a8; background: #e5edf9; }
.sale-line > i.gold { color: #a87818; background: #fbefd3; }
.sale-line span { display: grid; gap: 2px; }
.sale-line b { font-size: 7px; }
.sale-line small { color: #95a5a2; font-size: 6px; }
.sale-line strong { margin-left: auto; font-size: 7px; }
.floating-card { position: absolute; z-index: 5; padding: 13px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: rgba(255,255,255,.95); box-shadow: 0 18px 42px rgba(5,45,42,.15); backdrop-filter: blur(10px); }
.stock-float { top: 72px; right: -22px; display: grid; gap: 3px; }
.stock-float span { color: #91a39f; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.stock-float strong { font-size: 12px; }
.stock-float small { color: #738a86; font-size: 7px; }
.payment-float { left: -26px; bottom: 65px; display: flex; align-items: center; gap: 10px; }
.payment-float > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--teal); font-size: 13px; font-style: normal; }
.payment-float span { display: grid; gap: 3px; }
.payment-float strong { font-size: 10px; }
.payment-float small { color: #7c918d; font-size: 7px; }

.trust-strip { border-top: 1px solid rgba(8,61,56,.08); border-bottom: 1px solid rgba(8,61,56,.08); background: #fff; }
.trust-items { min-height: 82px; display: flex; align-items: center; justify-content: space-between; color: #5b7672; font-size: 11px; font-weight: 800; letter-spacing: .75px; text-transform: uppercase; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: #b8cbc7; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 50px; }
.section-heading.centered { max-width: 730px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .workflow h2, .security h2, .cta-card h2 { margin: 0; font-size: clamp(37px, 4.2vw, 55px); line-height: 1.08; letter-spacing: -2.5px; }
.section-heading p { max-width: 650px; margin: 19px auto 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.platform { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 310px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcf8; transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: #bedbd3; box-shadow: 0 22px 50px rgba(5,45,42,.09); }
.feature-card.feature-primary { color: white; border-color: transparent; background: var(--navy); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 13px; color: var(--teal-dark); background: var(--mint); font-size: 24px; font-weight: 600; }
.feature-primary .feature-icon { color: white; background: rgba(55, 215, 184, .17); }
.feature-tag { color: var(--teal-dark); font-size: 9px; font-weight: 850; letter-spacing: 1.4px; }
.feature-primary .feature-tag { color: #6ce0c9; }
.feature-card h3 { margin: 10px 0 11px; font-size: 22px; letter-spacing: -.6px; }
.feature-card p { margin: 0; color: #607975; font-size: 13px; line-height: 1.65; }
.feature-primary p { color: #b9d2ce; }
.feature-card ul { display: grid; gap: 7px; margin: 21px 0 0; padding: 0; list-style: none; color: #d6e7e4; font-size: 11px; }
.feature-card li::before { content: "✓"; margin-right: 8px; color: #66dfc7; font-weight: 900; }

.workflow { overflow: hidden; color: white; background: var(--navy); }
.workflow-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.workflow-copy > p { max-width: 560px; margin: 22px 0 35px; color: #b4cfca; font-size: 16px; line-height: 1.75; }
.workflow-steps { display: grid; gap: 5px; }
.workflow-steps article { display: flex; gap: 19px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.workflow-steps article > b { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(109,225,203,.35); border-radius: 50%; color: #6de1cb; font-size: 9px; }
.workflow-steps h3 { margin: 0 0 5px; font-size: 15px; }
.workflow-steps p { margin: 0; color: #97b6b0; font-size: 12px; line-height: 1.5; }
.flow-visual { position: relative; min-height: 480px; }
.flow-visual svg { position: absolute; inset: 20px 0 0; width: 100%; height: 440px; overflow: visible; }
.flow-visual path { fill: none; stroke: rgba(73, 209, 183, .32); stroke-width: 1.3; stroke-dasharray: 5 7; }
.flow-core { position: absolute; z-index: 2; top: 50%; left: 50%; width: 158px; height: 158px; display: grid; place-items: center; align-content: center; transform: translate(-50%,-50%); border: 1px solid rgba(92,225,199,.35); border-radius: 50%; background: #0a3d3a; box-shadow: 0 0 0 25px rgba(44,170,147,.06), 0 0 0 55px rgba(44,170,147,.035); }
.flow-core span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 14px 14px 14px 5px; color: white; background: var(--teal); font-size: 21px; font-weight: 900; }
.flow-core b { font-size: 11px; letter-spacing: 1.3px; }
.flow-core small { margin-top: 4px; color: #86aaa4; font-size: 7px; }
.flow-node { position: absolute; z-index: 3; min-width: 158px; display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(7,55,52,.94); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.flow-node > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #73dbc7; background: rgba(60,197,171,.12); font-size: 8px; font-style: normal; font-weight: 800; }
.flow-node span { display: grid; gap: 3px; }
.flow-node b { font-size: 10px; }
.flow-node small { color: #7fa49e; font-size: 7px; }
.node-sale { top: 35px; left: 0; }
.node-stock { top: 35px; right: 0; }
.node-pay { bottom: 35px; left: 0; }
.node-report { right: 0; bottom: 35px; }

.businesses { background: var(--cream); }
.business-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.business-heading p { margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.category-grid > span { min-height: 67px; display: flex; align-items: center; justify-content: center; padding: 11px; border: 1px solid rgba(8,61,56,.12); border-radius: 14px; color: #365b57; background: rgba(255,255,255,.58); text-align: center; font-size: 11px; font-weight: 700; line-height: 1.3; }
.category-grid > span.featured { position: relative; color: white; border-color: var(--teal-dark); background: var(--teal-dark); }
.category-grid i { position: absolute; top: -7px; right: 8px; padding: 3px 6px; border-radius: 5px; color: var(--ink); background: #ffe19b; font-size: 6px; font-style: normal; text-transform: uppercase; }

.security { color: white; background: #0c3634; }
.security-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; }
.security-copy > p { max-width: 610px; margin: 21px 0 31px; color: #afd0ca; line-height: 1.75; }
.security-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.security-list span { color: #d6e5e2; font-size: 12px; }
.security-list i { width: 20px; height: 20px; display: inline-grid; place-items: center; margin-right: 8px; border-radius: 6px; color: #76e0cc; background: rgba(98,218,194,.12); font-style: normal; font-size: 9px; }
.security-panel { position: relative; padding: 55px 30px 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.shield { position: absolute; top: -36px; left: 50%; width: 76px; height: 76px; display: grid; place-items: center; transform: translateX(-50%) rotate(45deg); border: 1px solid rgba(117,224,204,.4); border-radius: 26px 26px 26px 9px; background: #0d4b46; box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.shield span { transform: rotate(-45deg); color: #78e1cd; font-size: 30px; font-weight: 900; }
.security-panel article { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "small status" "title status"; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.security-panel article:last-child { border: 0; }
.security-panel small { grid-area: small; color: #709d96; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.security-panel b { grid-area: title; margin-top: 4px; font-size: 13px; }
.security-panel i { grid-area: status; padding: 5px 8px; border-radius: 6px; color: #76e0cc; background: rgba(98,218,194,.11); font-size: 7px; font-style: normal; }

.final-cta { padding: 80px 0; background: #f8f6ef; }
.cta-card { min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 58px 64px; overflow: hidden; position: relative; border-radius: 32px; color: white; background: linear-gradient(125deg, #087a68, #0ca286); box-shadow: var(--shadow); }
.cta-card::after { content: "A"; position: absolute; right: 60px; bottom: -125px; color: rgba(255,255,255,.055); font-size: 340px; font-weight: 900; line-height: 1; }
.cta-card > * { position: relative; z-index: 2; }
.cta-kicker { color: #aef1e3; font-size: 10px; font-weight: 850; letter-spacing: 2px; }
.cta-card h2 { margin-top: 12px; }
.cta-card p { max-width: 650px; margin: 15px 0 0; color: #c8f0e8; line-height: 1.65; }
.button-light { flex: 0 0 auto; color: var(--teal-dark); background: white; box-shadow: 0 14px 28px rgba(3,57,48,.18); }

.site-footer { padding: 55px 0 35px; border-top: 1px solid var(--line); background: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 35px; }
.footer-brand { margin-bottom: 14px; }
.footer-grid p { margin: 0; color: #6a817e; font-size: 11px; }
.footer-links { display: flex; gap: 26px; color: #395a56; font-size: 11px; font-weight: 700; }
.copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid #e9efed; }

/* Apscode Universe: a broader, technology-led presentation using the same content. */
html[data-theme="universe"] { color-scheme: dark; --paper: #050a17; --ink: #eef7ff; --ink-soft: #9eb1c7; --line: rgba(143,185,211,.16); --navy: #06111f; --cream: #07101f; }
html[data-theme="universe"] body { background: #050a17; }
html[data-theme="universe"] .theme-title-retail { display: none; }
html[data-theme="universe"] .theme-title-universe { display: block; }
html[data-theme="universe"] .site-header.scrolled { background: rgba(4,10,23,.88); border-color: rgba(125,221,232,.12); box-shadow: 0 12px 38px rgba(0,0,0,.28); }
html[data-theme="universe"] .brand-copy strong { color: #f3fbff; }
html[data-theme="universe"] .brand-copy small, html[data-theme="universe"] .site-nav > a:not(.nav-cta) { color: #92bbca; }
html[data-theme="universe"] .site-nav > a:not(.nav-cta):hover { color: #7ae7df; }
html[data-theme="universe"] .nav-cta { color: #c5fbf5; border-color: rgba(99,232,219,.25); background: rgba(15,41,58,.72); }
html[data-theme="universe"] .hero { background: radial-gradient(circle at 82% 24%, rgba(61,72,190,.24), transparent 29%), radial-gradient(circle at 18% 64%, rgba(14,186,166,.13), transparent 34%), linear-gradient(135deg, #030713, #071426 58%, #050918); }
html[data-theme="universe"] .hero::after { opacity: .58; background-image: radial-gradient(circle, rgba(163,229,255,.48) 0 1px, transparent 1.5px), linear-gradient(rgba(91,180,203,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(91,180,203,.035) 1px, transparent 1px); background-size: 150px 130px, 48px 48px, 48px 48px; mask-image: linear-gradient(to right, black, rgba(0,0,0,.6)); }
html[data-theme="universe"] .hero-glow-one { background: rgba(77,95,238,.16); box-shadow: 0 0 100px rgba(72,97,235,.17); }
html[data-theme="universe"] .hero-glow-two { background: rgba(27,220,190,.14); }
html[data-theme="universe"] .universe-signature { position: absolute; z-index: 1; top: -34px; right: max(-110px, calc((100vw - 1440px) / 2)); width: 590px; aspect-ratio: 1; display: grid; place-items: center; overflow: visible; opacity: .08; transform: scale(.92); transition: opacity 1.5s ease 1s, transform 1.8s cubic-bezier(.2,.8,.2,1) .8s; pointer-events: none; }
html[data-theme="universe"] .welcome-complete .universe-signature { opacity: .29; transform: scale(1); }
html[data-theme="universe"] .universe-signature-stars { position: absolute; inset: 5%; border-radius: 50%; opacity: .55; background-image: radial-gradient(circle at 18% 27%, #93efff 0 1px, transparent 1.8px), radial-gradient(circle at 74% 18%, #b895ff 0 1px, transparent 1.8px), radial-gradient(circle at 82% 73%, #68ead9 0 1px, transparent 1.8px), radial-gradient(circle at 28% 82%, #fff 0 1px, transparent 1.6px); filter: drop-shadow(0 0 5px rgba(89,217,255,.6)); animation: signature-stars 14s ease-in-out infinite alternate; }
html[data-theme="universe"] .universe-ring { position: absolute; display: block; border: 1px solid rgba(103,213,239,.34); border-radius: 50%; }
html[data-theme="universe"] .universe-ring::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #7cecff; box-shadow: 0 0 18px #55ddf7; }
html[data-theme="universe"] .universe-ring-outer { width: 88%; height: 88%; animation: signature-orbit 28s linear infinite; }
html[data-theme="universe"] .universe-ring-outer::after { top: 13%; left: 13%; }
html[data-theme="universe"] .universe-ring-inner { width: 63%; height: 63%; border-color: rgba(177,132,255,.32); animation: signature-orbit-reverse 21s linear infinite; }
html[data-theme="universe"] .universe-ring-inner::after { right: 5%; bottom: 25%; background: #b98bff; box-shadow: 0 0 18px #9f66f2; }
html[data-theme="universe"] .universe-signature-core { width: 175px; height: 175px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(117,229,237,.18); border-radius: 50%; background: radial-gradient(circle, rgba(38,117,159,.25), rgba(12,26,64,.05) 65%); box-shadow: 0 0 60px rgba(38,135,186,.12); animation: signature-float 6s ease-in-out infinite; }
html[data-theme="universe"] .universe-signature-core > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 8px; border: 1px solid rgba(139,242,237,.5); border-radius: 15px 15px 15px 5px; color: white; background: linear-gradient(145deg, rgba(16,191,168,.9), rgba(82,92,220,.9)); box-shadow: 0 0 28px rgba(63,210,205,.2); font-size: 25px; font-weight: 900; }
html[data-theme="universe"] .universe-signature-core b { color: rgba(225,247,255,.72); font-size: 14px; letter-spacing: -.2px; }
html[data-theme="universe"] .universe-signature-core small { margin-top: 5px; color: rgba(117,207,217,.55); font-size: 6px; font-weight: 800; letter-spacing: 1.5px; }
@keyframes signature-orbit { to { transform: rotate(360deg); } }
@keyframes signature-orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes signature-float { 50% { transform: translateY(-8px) scale(1.025); } }
@keyframes signature-stars { to { transform: rotate(8deg) scale(1.04); opacity: .8; } }
html[data-theme="universe"] .eyebrow { color: #74ded6; }
html[data-theme="universe"] .hero h1 { color: #f4faff; }
html[data-theme="universe"] .hero h1 em { background: linear-gradient(100deg, #58e4d5, #79caff 50%, #b79aff); -webkit-background-clip: text; background-clip: text; color: transparent; }
html[data-theme="universe"] .hero-lead { color: #aabbd0; }
html[data-theme="universe"] .button-primary { background: linear-gradient(115deg, #0ba991, #486dde); box-shadow: 0 16px 38px rgba(37,112,200,.3); }
html[data-theme="universe"] .button-ghost { color: #c6dbea; border-color: rgba(136,203,220,.24); background: rgba(12,29,46,.7); }
html[data-theme="universe"] .hero-proof { border-color: rgba(126,202,216,.16); }
html[data-theme="universe"] .hero-proof span, html[data-theme="universe"] .staging-note { color: #718ca1; }
html[data-theme="universe"] .stage-orbit { border-color: rgba(105,134,255,.18); }
html[data-theme="universe"] .orbit-two { border-color: rgba(63,226,205,.2); }
html[data-theme="universe"] .app-window { border-color: rgba(126,227,230,.22); box-shadow: 0 38px 110px rgba(0,0,0,.43), 0 0 55px rgba(62,95,214,.13); }
html[data-theme="universe"] .trust-strip { border-color: rgba(107,186,206,.12); background: #070e1c; }
html[data-theme="universe"] .trust-items { color: #7896aa; }
html[data-theme="universe"] .platform { background: #07101e; }
html[data-theme="universe"] .section-heading p, html[data-theme="universe"] .feature-card p, html[data-theme="universe"] .business-heading p { color: #91a9ba; }
html[data-theme="universe"] .feature-card { border-color: rgba(120,174,203,.16); background: linear-gradient(145deg, rgba(17,34,53,.96), rgba(8,20,36,.98)); box-shadow: inset 0 1px rgba(255,255,255,.025); }
html[data-theme="universe"] .feature-card:hover { border-color: rgba(88,224,207,.35); box-shadow: 0 24px 65px rgba(0,0,0,.27), 0 0 32px rgba(54,121,194,.08); }
html[data-theme="universe"] .feature-card.feature-primary { background: linear-gradient(145deg, #0a776d, #183c73); }
html[data-theme="universe"] .feature-icon { color: #7ce9de; background: rgba(75,219,201,.1); }
html[data-theme="universe"] .workflow { background: radial-gradient(circle at 80% 30%, rgba(72,81,184,.17), transparent 35%), #030a15; }
html[data-theme="universe"] .businesses { background: #080f1c; }
html[data-theme="universe"] .category-grid > span { color: #a8becc; border-color: rgba(119,181,203,.15); background: rgba(14,31,48,.72); }
html[data-theme="universe"] .category-grid > span.featured { color: white; border-color: #3f8eaa; background: linear-gradient(120deg, #087b6d, #3154a2); }
html[data-theme="universe"] .security { background: radial-gradient(circle at 20% 50%, rgba(16,168,151,.13), transparent 33%), #050b16; }
html[data-theme="universe"] .final-cta { background: #070d19; }
html[data-theme="universe"] .cta-card { background: radial-gradient(circle at 85% 10%, rgba(136,101,244,.3), transparent 42%), linear-gradient(125deg, #087f74, #273d99); }
html[data-theme="universe"] .site-footer { border-color: rgba(124,181,203,.12); background: #030812; }
html[data-theme="universe"] .footer-grid p, html[data-theme="universe"] .footer-links { color: #7892a5; }
html[data-theme="universe"] .copyright { border-color: rgba(124,181,203,.12); }

@media (max-width: 1080px) {
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero h1 em { display: inline; }
  .product-stage { width: min(720px, 100%); margin: 0 auto; }
  .app-window { margin: auto; }
  html[data-theme="universe"] .universe-signature { top: 380px; right: -145px; width: 540px; opacity: .05; }
  html[data-theme="universe"] .welcome-complete .universe-signature { opacity: .2; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 28px), 680px); }
  .menu-button { display: grid; }
  .site-nav { position: absolute; top: 70px; right: 14px; left: 14px; display: none; align-items: stretch; gap: 4px; padding: 13px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 12px; border-radius: 9px; }
  .site-nav .nav-cta { text-align: center; background: var(--mint); }
  html[data-theme="universe"] .site-nav { background: rgba(5,14,28,.98); }
  html[data-theme="universe"] .site-nav .nav-cta { background: rgba(24,69,84,.9); }
  .hero { min-height: auto; padding: 120px 0 70px; }
  .hero h1 { letter-spacing: -2.8px; }
  .app-window { transform: none; }
  .stock-float { right: -5px; }
  .payment-float { left: -5px; }
  .trust-items { flex-wrap: wrap; justify-content: center; gap: 14px; padding: 22px 0; }
  .section { padding: 80px 0; }
  .workflow-grid, .security-grid { grid-template-columns: 1fr; gap: 60px; }
  .flow-visual { width: min(520px, 100%); margin: auto; }
  .business-heading { grid-template-columns: 1fr; gap: 15px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 45px 35px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 560px) {
  .nav-wrap { min-height: 70px; }
  .hero { padding-top: 105px; }
  .hero h1 { font-size: 45px; letter-spacing: -2.5px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px; }
  .hero-proof span { font-size: 9px; }
  .product-stage { min-height: 415px; margin-top: 10px; }
  .app-window { width: 620px; transform: scale(.75); transform-origin: center; }
  .floating-card, .stage-orbit { display: none; }
  html[data-theme="universe"] .universe-signature { top: 510px; right: -180px; width: 420px; }
  html[data-theme="universe"] .welcome-complete .universe-signature { opacity: .14; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .flow-visual { min-height: 390px; transform: scale(.84); transform-origin: center; }
  .flow-node { min-width: 140px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .security-list { grid-template-columns: 1fr; }
  .section-heading h2, .workflow h2, .security h2, .cta-card h2 { font-size: 36px; letter-spacing: -1.8px; }
  .cta-card { border-radius: 22px; }
  .footer-links { flex-wrap: wrap; gap: 15px 22px; }
}

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