:root { --home-cream: #f7f1e9; --home-purple: #32155d; --home-purple-2: #6b3eb4; --home-ink: #211a29; --home-soft: #f9f7fb; }
body { min-height: 100vh; overflow-x: hidden; color: var(--home-ink); background: #fff; }
.section-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(60,23,111,.08); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
.home-nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; width: min(1200px, calc(100% - 48px)); margin: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a, .nav-signin { color: #4d4754; font-size: 13px; font-weight: 680; text-decoration: none; transition: color .16s ease; }
.nav-links a:hover, .nav-signin:hover { color: var(--purple); }
.home-actions { display: flex; align-items: center; gap: 18px; }
.mobile-label { display: none; }

/* Section-to-section motion is progressively enhanced by home.js. */
.home-motion-ready .reveal-section { opacity: 0; transform: translateY(34px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.home-motion-ready .reveal-section.is-visible { opacity: 1; transform: translateY(0); }
.section-loader { width: min(1200px, calc(100% - 48px)); height: 66px; display: flex; align-items: center; gap: 13px; margin: -33px auto; position: relative; z-index: 4; pointer-events: none; }
.section-loader-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(94,43,184,.24)); transform: scaleX(0); transform-origin: right center; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.section-loader-line:last-child { background: linear-gradient(90deg, rgba(94,43,184,.24), transparent); transform-origin: left center; }
.section-loader-mark { flex: 0 0 auto; min-width: 61px; height: 30px; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 0 10px; border: 1px solid #e2d8eb; border-radius: 99px; color: var(--home-purple); background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(50,21,93,.08); opacity: 0; transform: scale(.78); transition: opacity .25s ease, transform .45s cubic-bezier(.22,.61,.36,1); }
.section-loader-mark b { display: grid; place-items: center; width: 17px; height: 17px; margin-right: 2px; border-radius: 5px; color: #fff; background: var(--purple); font-size: 8px; font-weight: 900; }
.section-loader-mark i { width: 4px; height: 4px; border-radius: 50%; background: #a994ba; }
.section-loader.is-active .section-loader-line { transform: scaleX(1); }
.section-loader.is-active .section-loader-mark { opacity: 1; transform: scale(1); }
.section-loader.is-active .section-loader-mark b { animation: loader-mark-pulse .8s cubic-bezier(.22,.61,.36,1) both; }
.section-loader.is-active .section-loader-mark i { animation: loader-dot .42s ease-in-out 3 alternate; }
.section-loader.is-active .section-loader-mark i:nth-of-type(2) { animation-delay: .1s; }
.section-loader.is-active .section-loader-mark i:nth-of-type(3) { animation-delay: .2s; }
@keyframes loader-mark-pulse { 0% { transform: rotate(-12deg) scale(.72); background: var(--purple); } 55% { transform: rotate(4deg) scale(1.13); background: #7443c5; } 100% { transform: rotate(0) scale(1); background: var(--purple); } }
@keyframes loader-dot { from { transform: translateY(0); background: #a994ba; } to { transform: translateY(-4px); background: var(--lime); } }

.hero { min-height: 740px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr); align-items: center; gap: clamp(50px, 7vw, 100px); padding-block: 76px 98px; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker, .section-kicker { margin: 0; color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .18em; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid #e4daee; border-radius: 99px; background: #faf7fd; letter-spacing: .1em; }
.hero-kicker > span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(201,238,101,.23); }
.hero h1 { margin: 24px 0 25px; color: var(--home-purple); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(62px, 6.8vw, 100px); font-weight: 500; letter-spacing: -.068em; line-height: .91; }
.hero h1 em { color: var(--home-purple-2); font-weight: 500; }
.hero-lead { max-width: 620px; margin: 0; color: #665f6b; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.hero-actions .button, .final-actions .button { min-height: 52px; padding-inline: 22px; }
.hero-primary { color: #231434; background: var(--lime); }
.hero-primary:hover { color: #231434; background: #d6f77d; box-shadow: 0 12px 28px rgba(121,158,29,.2); }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #756e7a; font-size: 12px; font-weight: 650; }
.hero-assurance span { display: inline-flex; align-items: center; gap: 6px; }
.hero-assurance b { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: var(--green); background: #e8f8ee; font-size: 10px; }

.hero-product { position: relative; min-height: 600px; isolation: isolate; }
.hero-product::before { content: ''; position: absolute; inset: 35px -90px 20px 10px; z-index: -3; border-radius: 48% 52% 38% 62%; background: #f1e9f9; transform: rotate(-7deg); }
.hero-orbit { position: absolute; z-index: -2; border: 1px solid rgba(94,43,184,.13); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; top: 45px; left: -5px; }
.orbit-two { width: 370px; height: 370px; top: 110px; left: 64px; }
.phone-preview { position: absolute; top: 5px; left: 100px; width: 286px; height: 585px; overflow: hidden; border: 9px solid #20172a; border-radius: 39px; background: #faf8f4; box-shadow: 0 40px 80px rgba(45,24,67,.24); transform: rotate(2deg); }
.phone-speaker { position: absolute; z-index: 4; top: 7px; left: 50%; width: 78px; height: 20px; border-radius: 0 0 15px 15px; background: #20172a; transform: translateX(-50%); }
.phone-status { height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 8px 17px 0; color: #fff; background: var(--home-purple); font-size: 8px; font-weight: 800; }
.preview-venue { padding: 22px 18px 0; color: #fff; background: var(--home-purple); }
.venue-brand { display: flex; align-items: center; gap: 10px; }
.venue-brand > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: var(--home-purple); background: var(--lime); font-size: 16px; font-weight: 900; }
.venue-brand div { display: grid; gap: 2px; }
.venue-brand small { color: rgba(255,255,255,.55); font-size: 7px; letter-spacing: .14em; }
.venue-brand strong { font-size: 13px; }
.preview-venue > p { margin: 18px 0 17px; font-family: Georgia, serif; font-size: 23px; line-height: 1.05; }
.preview-tabs { display: flex; gap: 22px; font-size: 9px; }
.preview-tabs b { padding-bottom: 9px; border-bottom: 2px solid var(--lime); color: var(--lime); }
.preview-tabs span { color: rgba(255,255,255,.62); }
.preview-categories { display: flex; gap: 7px; padding: 17px 14px 8px; font-size: 8px; }
.preview-categories span, .preview-categories b { padding: 7px 10px; border: 1px solid #e7e0ea; border-radius: 99px; white-space: nowrap; }
.preview-categories b { border-color: var(--home-purple); color: #fff; background: var(--home-purple); }
.preview-products { display: grid; gap: 8px; padding: 5px 14px; }
.preview-product { display: grid; grid-template-columns: 47px 1fr auto; align-items: center; gap: 9px; padding: 9px; border: 1px solid #ece5ec; border-radius: 13px; background: #fff; box-shadow: 0 5px 16px rgba(50,21,93,.04); }
.product-art { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 10px; font-size: 19px; }
.art-coffee { background: #ead7c8; }.art-food { color: #6d492f; background: #f3e5b9; }
.preview-product > span:nth-child(2) { display: grid; gap: 3px; }
.preview-product strong { font-size: 9px; }.preview-product small { color: #8a828d; font-size: 7px; }.preview-product > b { font-size: 8px; }
.preview-checkout { position: absolute; right: 12px; bottom: 13px; left: 12px; display: flex; align-items: center; justify-content: space-between; padding: 11px 12px; border-radius: 12px; color: #fff; background: var(--home-purple); }
.preview-checkout > span { display: grid; gap: 2px; }.preview-checkout small { color: rgba(255,255,255,.65); font-size: 7px; }.preview-checkout strong { font-size: 10px; }.preview-checkout > b { color: var(--lime); font-size: 9px; }
.nfc-card { position: absolute; z-index: 3; right: -8px; bottom: 20px; width: 270px; aspect-ratio: 1.58; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 22px; border-radius: 20px; color: #fff; background: var(--home-purple); box-shadow: 0 27px 55px rgba(50,21,93,.28); transform: rotate(-7deg); }
.nfc-card::before { content: ''; position: absolute; width: 180px; height: 180px; right: -74px; bottom: -95px; border-radius: 50%; background: var(--orange); }
.nfc-card::after { content: ''; position: absolute; width: 125px; height: 125px; left: -70px; top: -80px; border-radius: 50%; background: var(--lime); }
.nfc-top, .nfc-card > div:nth-child(2), .card-chip { position: relative; z-index: 1; }
.nfc-top { display: flex; align-items: center; justify-content: space-between; }.nfc-top strong { font-size: 13px; }.nfc-top strong span { color: var(--lime); }.nfc-waves { color: rgba(255,255,255,.65); font-size: 21px; transform: rotate(-12deg); }
.nfc-card small { color: rgba(255,255,255,.58); font-size: 6px; font-weight: 800; letter-spacing: .15em; }.nfc-card p { margin: 5px 0 0; font-family: Georgia, serif; font-size: 23px; line-height: 1.03; }
.card-chip { position: absolute; right: 20px; bottom: 21px; width: 30px; height: 23px; border-radius: 5px; background: #d2ac5b; }
.floating-alert { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(68,42,90,.11); border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 18px 38px rgba(48,28,64,.14); backdrop-filter: blur(10px); }
.floating-alert > span:nth-child(2) { display: grid; gap: 3px; }.floating-alert small { color: #8a7d92; font-size: 7px; font-weight: 850; letter-spacing: .12em; }.floating-alert strong { font-size: 10px; }.floating-alert > b { margin-left: 10px; color: var(--green); font-size: 8px; }
.alert-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: #fff; background: var(--purple); font-size: 12px; font-weight: 900; }.alert-icon.lime { color: #304010; background: var(--lime); }
.order-alert { top: 103px; right: -38px; }.reserve-alert { left: 8px; bottom: 73px; }

.venue-ribbon { border-block: 1px solid #eee9f0; background: #fbfafc; }
.ribbon-inner { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.ribbon-inner > p { flex: 0 0 auto; max-width: 170px; margin: 0; color: #8b8490; font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.venue-pills { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 9px; }
.venue-pills span { padding: 9px 13px; border: 1px solid #e5e0e8; border-radius: 99px; color: #514956; background: #fff; font-size: 12px; font-weight: 680; }

.platform-section, .venues-section { padding-block: 128px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading h2, .flow-intro h2, .control-copy h2, .security-copy h2, .final-cta h2 { margin: 13px 0 0; color: var(--home-purple); font-family: Georgia, serif; font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.055em; line-height: .99; }
.section-heading > p, .flow-intro > p:not(.section-kicker), .control-copy > p:not(.section-kicker), .security-copy > p:not(.section-kicker), .final-cta > div > p:last-child { margin: 0; color: #6d6672; font-size: 16px; line-height: 1.72; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 405px; overflow: hidden; padding: 30px; border: 1px solid #e9e3eb; border-radius: 24px; background: #fbfafc; }
.feature-number { position: absolute; top: 24px; right: 25px; color: #b2aab7; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.feature-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 75px; border-radius: 14px; color: var(--purple); background: #eee6f8; font-size: 18px; font-weight: 850; }
.feature-card h3 { max-width: 280px; margin: 0 0 12px; color: #2e2139; font-size: 24px; letter-spacing: -.035em; }
.feature-card > p, .feature-copy-block > p { max-width: 330px; margin: 0; color: #726a77; font-size: 14px; line-height: 1.65; }
.feature-primary { color: #fff; background: var(--home-purple); }.feature-primary .feature-number { color: rgba(255,255,255,.42); }.feature-primary .feature-icon { color: var(--home-purple); background: var(--lime); }.feature-primary h3 { color: #fff; }.feature-primary > p { color: rgba(255,255,255,.68); }
.tap-demo { position: absolute; right: -15px; bottom: -30px; width: 195px; height: 135px; }.tap-demo-card, .tap-demo-phone { position: absolute; display: grid; place-items: center; box-shadow: 0 15px 30px rgba(0,0,0,.18); }.tap-demo-card { width: 100px; height: 65px; left: 5px; top: 32px; border-radius: 12px; color: var(--home-purple); background: var(--lime); font-weight: 900; transform: rotate(8deg); }.tap-demo-phone { width: 73px; height: 120px; right: 8px; top: 0; border: 5px solid #17111d; border-radius: 16px; color: var(--purple); background: #fff; }.tap-demo i { position: absolute; left: 93px; top: 36px; width: 28px; height: 28px; border: 2px solid rgba(255,255,255,.55); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(45deg); }
.mini-order, .mini-calendar { position: absolute; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: center; gap: 10px; padding: 14px; border: 1px solid #e7e1e9; border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(42,24,55,.07); }.mini-order span, .mini-calendar div { display: grid; gap: 3px; }.mini-order span { flex: 1; }.mini-order small, .mini-calendar small { color: #938a98; font-size: 9px; }.mini-order b { font-size: 11px; }.mini-order > strong { padding: 6px 8px; border-radius: 99px; color: #875914; background: #fff1d2; font-size: 9px; }
.feature-reserve { background: #f5f7e9; }.feature-reserve .feature-icon { color: #40540e; background: var(--lime); }.mini-calendar > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 11px; color: #fff; background: var(--home-purple); font-size: 15px; font-weight: 850; }.mini-calendar div { flex: 1; }.mini-calendar strong { font-size: 10px; }.mini-calendar > b { color: var(--green); font-size: 9px; }
.feature-wide { min-height: 420px; grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 60px; padding: 44px; background: #f7f1e9; }.feature-wide .feature-number { position: static; margin-bottom: 24px; }.feature-wide .feature-icon { margin-bottom: 30px; color: #fff; background: var(--orange); }.feature-wide h3 { font-size: 30px; }
.operations-mini { overflow: hidden; border: 1px solid #e2dae5; border-radius: 18px; background: #fff; box-shadow: 0 22px 45px rgba(54,31,70,.09); }.ops-top { height: 48px; display: flex; align-items: center; gap: 14px; padding: 0 17px; border-bottom: 1px solid #eee9ef; }.ops-top > span { display: flex; gap: 4px; }.ops-top i { width: 6px; height: 6px; border-radius: 50%; background: #e9dfe8; }.ops-top b { flex: 1; font-size: 10px; }.ops-top small { color: var(--green); font-size: 7px; }.ops-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px; }.ops-grid > div { display: grid; gap: 4px; padding: 12px; border-radius: 10px; background: #f8f6f9; }.ops-grid small { color: #918795; font-size: 6px; letter-spacing: .1em; }.ops-grid strong { color: var(--home-purple); font-size: 21px; }.ops-grid em { color: #7d747f; font-size: 7px; font-style: normal; }.ops-row { display: grid; grid-template-columns: 30px 1fr auto auto; align-items: center; gap: 9px; margin: 0 14px 8px; padding: 10px; border: 1px solid #eee9ef; border-radius: 10px; }.ops-avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: #fff; background: var(--purple); font-size: 9px; font-weight: 850; }.ops-avatar.orange { background: var(--orange); }.ops-row > span:nth-child(2) { display: grid; gap: 3px; }.ops-row strong { font-size: 8px; }.ops-row small { color: #958b99; font-size: 7px; }.ops-row em { color: #4d444f; font-size: 8px; font-style: normal; font-weight: 800; }.ops-status { padding: 5px 7px; border-radius: 99px; color: #8a5c14; background: #fff0cc; font-size: 7px; }.ops-status.green { color: var(--green); background: #e6f7ed; }

.flow-section { padding-block: 125px; color: #fff; background: var(--home-purple); }
.flow-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(70px, 10vw, 150px); }.section-kicker.light { color: var(--lime); }.flow-intro h2, .security-copy h2 { color: #fff; }.flow-intro > p:not(.section-kicker) { max-width: 480px; margin-top: 25px; color: rgba(255,255,255,.66); }.text-cta { display: inline-flex; align-items: center; gap: 9px; margin-top: 35px; color: var(--lime); font-size: 13px; font-weight: 800; text-decoration: none; }.text-cta:hover { text-decoration: underline; }
.flow-steps { margin: 0; padding: 0; list-style: none; }.flow-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); }.flow-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }.flow-steps li > span { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .12em; }.flow-steps h3 { margin: 0 0 8px; font-size: 23px; }.flow-steps p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; }

.venue-heading { align-items: end; }.venue-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.venue-card { min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border-radius: 24px; }.venue-card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: auto; border-radius: 16px; font-size: 22px; }.venue-card small { font-size: 8px; font-weight: 850; letter-spacing: .14em; }.venue-card h3 { margin: 12px 0; font-family: Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.04em; line-height: 1.02; }.venue-card p { margin: 0; font-size: 14px; line-height: 1.65; }.venue-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid currentColor; list-style: none; opacity: .85; }.venue-card li { font-size: 11px; font-weight: 750; }.venue-card li::before { content: '✓'; margin-right: 8px; }.cafe-card { color: #fff; background: var(--home-purple); }.cafe-card .venue-card-icon { color: var(--home-purple); background: var(--lime); }.cafe-card small { color: var(--lime); }.cafe-card p { color: rgba(255,255,255,.7); }.cafe-card ul { border-color: rgba(255,255,255,.18); }.gaming-card { color: #2d2033; background: #f9d6c8; }.gaming-card .venue-card-icon { color: #fff; background: var(--orange); }.gaming-card small { color: #8d3c1f; }.gaming-card ul { border-color: rgba(89,46,32,.17); }.flexible-card { color: #2d3818; background: #e9f5c7; }.flexible-card .venue-card-icon { color: #fff; background: #566b21; }.flexible-card small { color: #566b21; }.flexible-card ul { border-color: rgba(45,56,24,.17); }

.control-section { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(60px, 8vw, 110px); padding-block: 40px 145px; }.control-preview { min-height: 510px; display: grid; grid-template-columns: 150px 1fr; overflow: hidden; border: 1px solid #e3dce7; border-radius: 24px; background: #f7f5f8; box-shadow: 0 30px 65px rgba(47,27,60,.13); transform: perspective(1100px) rotateY(4deg) rotateX(1deg); transform-origin: right center; }.control-preview aside { display: flex; flex-direction: column; padding: 20px 14px; border-right: 1px solid #e6e0e8; background: #fff; }.control-preview .brand { gap: 6px; transform: scale(.75); transform-origin: left center; }.control-preview .brand-mark { width: 31px; height: 31px; }.mock-workspace { display: grid; grid-template-columns: 31px 1fr; column-gap: 8px; margin: 24px 0 19px; padding: 8px; border: 1px solid #ece7ef; border-radius: 9px; }.mock-workspace > span { grid-row: span 2; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; color: #fff; background: var(--purple); font-size: 9px; font-weight: 850; }.mock-workspace small { color: #a097a4; font-size: 5px; }.mock-workspace strong { overflow: hidden; font-size: 7px; white-space: nowrap; }.control-preview aside nav { display: grid; gap: 6px; }.control-preview aside nav span, .control-preview aside nav b { padding: 9px; border-radius: 8px; color: #786f7d; font-size: 7px; }.control-preview aside nav b { color: #fff; background: var(--purple); }.mock-dashboard { min-width: 0; }.mock-dashboard > header { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #e6e0e8; background: #fff; }.mock-dashboard header > span { display: grid; gap: 3px; }.mock-dashboard header small { color: #9b929f; font-size: 6px; }.mock-dashboard header strong { font-size: 9px; }.mock-dashboard header > b { padding: 8px 10px; border: 1px solid #e3dce6; border-radius: 8px; font-size: 7px; }.mock-content { padding: 25px 20px; }.mock-content > p { margin: 0 0 7px; color: var(--purple); font-size: 6px; font-weight: 850; letter-spacing: .13em; }.mock-content > h3 { margin: 0 0 22px; font-size: 23px; letter-spacing: -.045em; }.mock-metrics { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 8px; }.mock-metrics article { min-height: 100px; display: flex; flex-direction: column; padding: 13px; border: 1px solid #e9e4eb; border-radius: 11px; background: #fff; }.mock-metrics article.purple { color: #fff; background: var(--home-purple); }.mock-metrics small { margin-bottom: 12px; color: #958d99; font-size: 5px; letter-spacing: .09em; }.mock-metrics .purple small, .mock-metrics .purple span { color: rgba(255,255,255,.58); }.mock-metrics strong { font-size: 16px; }.mock-metrics span { margin-top: auto; color: #928995; font-size: 6px; }.mock-table { margin-top: 12px; padding: 14px; border: 1px solid #e9e4eb; border-radius: 12px; background: #fff; }.mock-table-head { display: flex; justify-content: space-between; padding-bottom: 12px; }.mock-table-head b { font-size: 8px; }.mock-table-head span { color: var(--green); font-size: 6px; }.mock-table > div:not(.mock-table-head) { display: grid; grid-template-columns: 1.2fr .8fr .7fr .8fr; gap: 8px; padding: 11px 0; border-top: 1px solid #f0edf1; font-size: 7px; }.mock-table em { width: fit-content; padding: 3px 5px; border-radius: 99px; color: #805713; background: #fff0cd; font-style: normal; }.mock-table em.paid { color: var(--green); background: #e6f7ed; }.control-copy > p:not(.section-kicker) { margin-top: 22px; }.control-copy ul { display: grid; gap: 19px; margin: 31px 0; padding: 0; list-style: none; }.control-copy li { display: grid; grid-template-columns: 31px 1fr; gap: 12px; }.control-copy li > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: var(--green); background: #e8f7ef; font-size: 11px; font-weight: 900; }.control-copy li div { display: grid; gap: 5px; }.control-copy li strong { font-size: 13px; }.control-copy li small { color: #7c747f; font-size: 12px; line-height: 1.5; }

.security-section { overflow: hidden; padding-block: 120px; color: #fff; background: #1d1427; }.security-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }.security-mark { position: relative; min-height: 420px; display: grid; place-items: center; }.security-mark::before, .security-mark::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }.security-mark::before { width: 360px; height: 360px; }.security-mark::after { width: 260px; height: 260px; }.shield { position: relative; z-index: 2; width: 145px; height: 170px; display: grid; place-items: center; background: var(--lime); clip-path: polygon(50% 0, 92% 16%, 86% 71%, 50% 100%, 14% 71%, 8% 16%); filter: drop-shadow(0 25px 35px rgba(0,0,0,.2)); }.shield span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px; color: #fff; background: var(--home-purple); font-size: 27px; font-weight: 900; }.security-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(243,130,84,.11); }.dot-one { top: 70px; right: 38px; }.dot-two { bottom: 72px; left: 35px; background: var(--lime); }.security-line { position: absolute; width: 75px; height: 1px; background: rgba(255,255,255,.16); }.line-one { top: 105px; left: 45px; transform: rotate(25deg); }.line-two { right: 35px; bottom: 105px; transform: rotate(-25deg); }.security-copy > p:not(.section-kicker) { max-width: 650px; margin-top: 24px; color: rgba(255,255,255,.65); }.security-points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 30px; }.security-points span { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }.security-points b { color: var(--lime); }.powered-by { display: flex; align-items: center; gap: 13px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }.powered-by small { color: rgba(255,255,255,.42); font-size: 7px; font-weight: 850; letter-spacing: .13em; }.powered-by strong { font-size: 18px; }

.final-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding-block: 110px; }.final-cta > div:first-child { max-width: 720px; }.final-cta h2 { font-size: clamp(50px, 6vw, 82px); }.final-cta > div > p:last-child { max-width: 620px; margin-top: 20px; }.final-actions { flex: 0 0 auto; display: flex; gap: 10px; padding-bottom: 5px; }
.home-footer { padding-block: 38px; color: #fff; background: var(--home-purple); }.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }.footer-inner p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }.footer-inner > span { color: rgba(255,255,255,.47); font-size: 11px; }.home-footer .brand-mark { color: var(--home-purple); background: var(--lime); }.home-footer .brand-word span { color: var(--lime); }

@media (max-width: 1060px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr 430px; gap: 35px; }
  .phone-preview { left: 35px; }
  .order-alert { right: -10px; }.reserve-alert { left: -20px; }.nfc-card { right: -25px; }
  .section-heading { gap: 45px; }
  .feature-wide { grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .control-section { grid-template-columns: 1fr; }.control-preview { width: min(100%, 780px); }.control-copy { max-width: 720px; }
}
@media (max-width: 820px) {
  .section-shell, .home-nav { width: min(calc(100% - 34px), 680px); }
  .section-loader { width: min(calc(100% - 34px), 680px); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 62px 80px; }.hero-copy { text-align: center; }.hero-kicker { margin-inline: auto; }.hero-lead { margin-inline: auto; }.hero-actions, .hero-assurance { justify-content: center; }.hero-product { min-height: 590px; width: min(100%, 520px); margin: 5px auto 0; }.phone-preview { left: 95px; }.nfc-card { right: 2px; }.order-alert { right: -8px; }.reserve-alert { left: 5px; }
  .ribbon-inner { align-items: flex-start; flex-direction: column; padding-block: 28px; }.ribbon-inner > p { max-width: none; }.venue-pills { justify-content: flex-start; }
  .platform-section, .venues-section { padding-block: 90px; }.section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }.section-heading > p { max-width: 620px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-wide { grid-column: 1 / -1; grid-template-columns: 1fr; }.feature-wide .feature-copy-block { max-width: 560px; }.operations-mini { width: 100%; }
  .flow-section { padding-block: 90px; }.flow-layout { grid-template-columns: 1fr; gap: 55px; }.flow-intro { max-width: 630px; }
  .venue-cards { grid-template-columns: 1fr; }.venue-card { min-height: 390px; }.venue-card-icon { margin-bottom: 80px; }
  .control-section { padding-block: 20px 100px; }.control-preview { min-height: 460px; }.control-preview aside { display: none; }.control-preview { grid-template-columns: 1fr; transform: none; }
  .security-section { padding-block: 90px; }.security-layout { grid-template-columns: 1fr; gap: 35px; }.security-mark { min-height: 330px; }.security-copy { max-width: 650px; }
  .final-cta { align-items: flex-start; flex-direction: column; padding-block: 90px; }.final-actions { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .site-header { position: static; }.home-nav { height: 68px; }.home-actions { gap: 10px; }.nav-signin, .desktop-label { display: none; }.mobile-label { display: inline; }.home-actions .button { min-height: 36px; padding: 0 12px; font-size: 11px; }.home-nav .brand-word { font-size: 17px; }.home-nav .brand-mark { width: 34px; height: 34px; }
  .hero { padding-top: 47px; }.hero h1 { font-size: clamp(42px, 11.5vw, 50px); line-height: .94; }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-assurance { align-items: flex-start; flex-direction: column; width: fit-content; margin-inline: auto; }
  .hero-product { min-height: 510px; transform: scale(.86); transform-origin: top center; margin-bottom: -65px; }.phone-preview { left: 50%; transform: translateX(-50%) rotate(2deg); }.nfc-card { right: -18px; bottom: 16px; }.order-alert { right: -25px; }.reserve-alert { left: -25px; }
  .venue-pills { gap: 7px; }.venue-pills span { padding: 8px 10px; font-size: 10px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 380px; }.feature-wide { padding: 30px; }.operations-mini { margin-top: 10px; }.ops-grid { grid-template-columns: 1fr 1fr; }.ops-grid > div:last-child { display: none; }.ops-row { grid-template-columns: 30px 1fr auto; }.ops-row > em { display: none; }
  .section-heading h2, .flow-intro h2, .control-copy h2, .security-copy h2 { font-size: 43px; }.venue-card { min-height: 420px; }
  .control-preview { min-height: 390px; }.mock-dashboard > header { padding: 0 14px; }.mock-content { padding: 20px 13px; }.mock-metrics { grid-template-columns: 1fr 1fr; }.mock-metrics article:last-child { display: none; }.mock-table > div:not(.mock-table-head) { grid-template-columns: 1fr .8fr .7fr; }.mock-table > div > b:last-child { display: none; }
  .security-mark { min-height: 290px; transform: scale(.8); margin-block: -20px; }.security-points { grid-template-columns: 1fr; }
  .final-actions { width: 100%; flex-direction: column; }.final-actions .button { width: 100%; }.footer-inner { grid-template-columns: 1fr; gap: 15px; }.footer-inner > span { grid-row: 3; }
}

@media (prefers-reduced-motion: reduce) {
  .home-motion-ready .reveal-section { opacity: 1; transform: none; transition: none; }
  .section-loader-line { transform: scaleX(1); transition: none; }
  .section-loader-mark { opacity: 1; transform: none; transition: none; }
  .section-loader.is-active .section-loader-mark b, .section-loader.is-active .section-loader-mark i { animation: none; }
}
