/* SPos storefront: same blue, indigo and slate system as Admin + POS. */
:root { --spos-blue: #2563eb; --spos-indigo: #4f46e5; --spos-navy: #0f172a; --spos-mint: #14b8a6; }
.fy-body { background: #f6f8fc; }
.fy-logo { gap: .58rem; }.spos-logo-mark { display: inline-grid; place-items: center; min-width: 46px; height: 38px; padding: 0 7px; border-radius: 12px; background: linear-gradient(135deg, var(--spos-blue), var(--spos-indigo)); box-shadow: 0 8px 18px rgba(37,99,235,.26); color: #fff; font-size: 10px; font-weight: 800; line-height: 1; }.spos-logo-text { color: var(--spos-navy); font-size: 22px; font-weight: 800; letter-spacing: -.055em; line-height: 1; }.spos-logo-text span { color: var(--spos-blue); }.fy-drawer__brand .spos-logo-text { color: #fff; font-size: 21px; }.fy-pos-link { align-items: center; gap: .46rem; padding: .48rem .7rem; border-radius: 8px; background: #eff6ff; color: var(--spos-blue); font-size: 12px; font-weight: 800; letter-spacing: .03em; text-decoration: none; }.fy-pos-link:hover { background: #dbeafe; color: #1d4ed8; }.fy-pos-link__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--spos-mint); box-shadow: 0 0 0 4px rgba(20,184,166,.12); }
.fy-footer .fy-logo .spos-logo-text { color: #fff; }.fy-footer .fy-logo .spos-logo-text span { color: #93c5fd; }
.spos-home-hero { position: relative; overflow: hidden; padding: 78px 0 100px; background: radial-gradient(circle at 86% 12%, rgba(56,189,248,.21), transparent 25%), radial-gradient(circle at 5% 92%, rgba(79,70,229,.14), transparent 27%), linear-gradient(135deg, #f8fbff, #eaf2ff); border-bottom: 1px solid #dbeafe; }.spos-home-hero::after { content: ''; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(37,99,235,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(37,99,235,.055) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, #000, transparent); pointer-events: none; }.spos-home-hero__grid { position: relative; z-index: 1; display: block; }.spos-kicker,.spos-section-head > div > span { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--spos-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }.spos-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--spos-mint); box-shadow: 0 0 0 5px rgba(20,184,166,.13); }.spos-home-hero h1 { max-width: 750px; margin: 0 0 20px; color: var(--spos-navy); font-size: clamp(46px, 5.1vw, 76px); font-weight: 800; letter-spacing: -.07em; line-height: 1.04; }.spos-home-hero h1 em { color: var(--spos-blue); font-style: normal; }.spos-home-hero p { max-width: 650px; margin: 0 0 28px; color: #475569; font-size: 16px; line-height: 1.8; }.spos-home-search { display: flex; align-items: center; max-width: 630px; gap: 12px; padding: 7px 7px 7px 18px; border: 1px solid #dbe5f3; border-radius: 14px; background: #fff; box-shadow: 0 16px 35px rgba(15,23,42,.08); }.spos-home-search svg { width: 20px; color: var(--spos-blue); flex: 0 0 auto; }.spos-home-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--spos-navy); font: 500 13px inherit; }.spos-home-search button { border: 0; border-radius: 9px; padding: 13px 17px; background: var(--spos-navy); color: #fff; font: 800 12px inherit; cursor: pointer; }.spos-home-search button span { margin-left: 5px; font-size: 16px; }.spos-home-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }.spos-action { display: inline-flex; align-items: center; gap: 8px; border-radius: 10px; padding: 13px 16px; font-size: 12px; font-weight: 800; text-decoration: none; }.spos-action--primary { background: var(--spos-blue); box-shadow: 0 10px 22px rgba(37,99,235,.24); color: #fff; }.spos-action--primary:hover { background: #1d4ed8; color: #fff; }.spos-action--ghost { border: 1px solid #cbd5e1; background: rgba(255,255,255,.68); color: #334155; }.spos-action--ghost:hover { border-color: var(--spos-blue); color: var(--spos-blue); }.spos-home-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 30px; }.spos-home-stats div { display: grid; gap: 3px; }.spos-home-stats strong { color: var(--spos-navy); font-size: 14px; }.spos-home-stats span { color: #64748b; font-size: 11px; }
.spos-terminal-preview { max-width: 410px; margin-left: auto; overflow: hidden; border: 1px solid rgba(148,163,184,.35); border-radius: 19px; background: #fff; box-shadow: 0 34px 64px rgba(30,64,175,.17); transform: rotate(2.2deg); }.spos-terminal-preview__top { display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: var(--spos-navy); color: #cbd5e1; font-size: 10px; }.spos-terminal-preview__top b { margin-right: auto; color: #e2e8f0; }.spos-dots { color: #64748b; font-size: 8px; letter-spacing: 2px; }.spos-terminal-preview__top em { padding: 4px 6px; border-radius: 99px; background: rgba(20,184,166,.18); color: #5eead4; font-size: 8px; font-style: normal; font-weight: 800; }.spos-terminal-preview__body { padding: 20px; }.spos-terminal-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }.spos-terminal-brand .spos-logo-mark { width: 42px; height: 42px; }.spos-terminal-brand div { display: grid; gap: 2px; }.spos-terminal-brand small,.spos-terminal-product small { color: #94a3b8; font-size: 10px; }.spos-terminal-brand strong { color: #0f172a; font-size: 13px; }.spos-terminal-product { display: flex; align-items: center; gap: 10px; padding: 9px; border: 1px solid #e2e8f0; border-radius: 11px; }.spos-terminal-product img { width: 45px; height: 45px; border-radius: 7px; object-fit: contain; background: #f8fafc; }.spos-terminal-product div { display: grid; min-width: 0; margin-right: auto; gap: 3px; }.spos-terminal-product div strong { overflow: hidden; max-width: 165px; color: #334155; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }.spos-terminal-product > b { color: #0f172a; font-size: 11px; }.spos-terminal-summary { display: flex; justify-content: space-between; margin: 18px 0; color: #64748b; font-size: 11px; }.spos-terminal-summary b { color: var(--spos-mint); }.spos-terminal-preview__body > a { display: flex; justify-content: space-between; padding: 12px; border-radius: 9px; background: var(--spos-blue); color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
.spos-sync-strip { position: relative; z-index: 3; display: flex; align-items: center; gap: 14px; margin-top: -29px; padding: 16px 21px; border: 1px solid #dbeafe; border-radius: 14px; background: #fff; box-shadow: 0 13px 30px rgba(15,23,42,.08); }.spos-sync-strip__icon { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 11px; background: #eff6ff; color: var(--spos-blue); font-size: 20px; font-weight: 800; }.spos-sync-strip div:nth-child(2) { display: grid; gap: 3px; }.spos-sync-strip strong { color: #1e293b; font-size: 13px; }.spos-sync-strip span { color: #64748b; font-size: 11px; }.spos-sync-strip a { margin-left: auto; color: var(--spos-blue); white-space: nowrap; font-size: 12px; font-weight: 800; text-decoration: none; }
.spos-section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 23px; }.spos-section-head h2 { margin: 0; color: var(--spos-navy); font-size: 29px; font-weight: 800; letter-spacing: -.05em; }.spos-section-head p { margin: 6px 0 0; color: #64748b; font-size: 13px; }.spos-section-head > a { color: var(--spos-blue); font-size: 12px; font-weight: 800; text-decoration: none; }.fy-section { padding: 70px 0; }.fy-section--soft { background: #f0f5ff; }.fy-card { border-color: #e2e8f0; border-radius: 14px; box-shadow: 0 5px 16px rgba(15,23,42,.04); }.fy-card:hover { box-shadow: 0 17px 30px rgba(15,23,42,.11); }.fy-btn--primary { background: var(--spos-blue); border-color: var(--spos-blue); }.fy-btn--primary:hover { background: #1d4ed8; border-color: #1d4ed8; }
@media (max-width: 991px) { .spos-home-hero { padding: 54px 0 75px; }.spos-home-hero__grid { display: block; }.spos-home-hero h1 { max-width: 690px; }.spos-home-hero p { max-width: 640px; } }
@media (max-width: 575px) { .spos-logo-mark { min-width: 41px; height: 34px; padding: 0 5px; border-radius: 10px; font-size: 8px; }.spos-logo-text { font-size: 18px; }.spos-home-hero { padding-top: 43px; }.spos-home-hero h1 { font-size: 43px; }.spos-home-hero p { font-size: 14px; }.spos-home-search { padding-left: 12px; }.spos-home-search button { padding: 12px; font-size: 0; }.spos-home-search button span { margin: 0; font-size: 17px; }.spos-home-stats { gap: 17px; }.spos-sync-strip { align-items: flex-start; margin: -22px 12px 0; }.spos-sync-strip a { display: none; }.fy-section { padding: 48px 0; }.spos-section-head h2 { font-size: 23px; } }

/* Hero product showcase */
@media (min-width: 992px) {
	.spos-home-hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(430px, .76fr); align-items: center; gap: 46px; }
}
.spos-hero-visual { position: relative; isolation: isolate; }.spos-hero-visual::before { content: ''; position: absolute; z-index: -1; inset: 8% -4% -8% 12%; border-radius: 30px; background: linear-gradient(135deg, #2563eb, #4f46e5); opacity: .16; transform: rotate(5deg); }.spos-hero-visual img { display: block; width: 100%; min-height: 430px; object-fit: cover; border: 9px solid rgba(255,255,255,.85); border-radius: 25px; box-shadow: 0 28px 54px rgba(30,64,175,.2); }.spos-hero-visual__badge { position: absolute; left: -28px; bottom: 32px; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 12px 28px rgba(15,23,42,.14); }.spos-hero-visual__badge > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #eff6ff; color: #2563eb; }.spos-hero-visual__badge div { display: grid; gap: 2px; }.spos-hero-visual__badge small { color: #64748b; font-size: 9px; }.spos-hero-visual__badge strong { color: #0f172a; font-size: 11px; }.spos-hero-visual__floating { position: absolute; top: 27px; right: -18px; padding: 9px 12px; border-radius: 999px; background: #0f172a; color: #fff; box-shadow: 0 10px 20px rgba(15,23,42,.18); font-size: 10px; font-weight: 800; }.spos-hero-visual__floating span { margin-right: 4px; color: #5eead4; }

/* Rich marketplace-style cards for the storefront sliders. */
.spos-market-card { border: 1px solid #e2e8f0; border-radius: 17px; box-shadow: 0 7px 20px rgba(15,23,42,.055); overflow: hidden; }.spos-market-card:hover { transform: translateY(-6px); border-color: #bfdbfe; box-shadow: 0 22px 38px rgba(30,64,175,.14); }.spos-market-card .fy-card__media { height: 238px; padding: 15px; background: linear-gradient(145deg, #fff, #f5f9ff); }.spos-market-card .fy-card__media::after { display: none; }.spos-market-card .fy-card__media img { width: 100% !important; max-width: 190px; height: 100%; object-fit: contain; transition: transform .3s ease; }.spos-market-card:hover .fy-card__media img { transform: scale(1.06); }.spos-market-card .fy-card__badge { top: 11px; left: 11px; border-radius: 999px; background: #ef4444; box-shadow: 0 5px 11px rgba(239,68,68,.2); font-size: 9px; }.spos-market-card__favorite { position: absolute; z-index: 3; top: 11px; right: 11px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #e2e8f0; border-radius: 50%; background: rgba(255,255,255,.92); color: #64748b; font-size: 20px; line-height: 1; cursor: pointer; }.spos-market-card__favorite:hover,.spos-market-card__favorite.active { border-color: #fecdd3; color: #e11d48; }.spos-market-card__stock { position: absolute; z-index: 2; right: 11px; bottom: 10px; padding: 4px 7px; border-radius: 6px; background: #ecfdf5; color: #059669; font-size: 9px; font-weight: 800; }.spos-market-card .fy-card__body { padding: 13px 14px 14px; text-align: left; }.spos-market-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 7px; color: #64748b; font-size: 10px; font-weight: 700; }.spos-market-card__meta > span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.spos-market-card__rating { flex: 0 0 auto; color: #f59e0b; }.spos-market-card .fy-card__title { height: 38px; margin-bottom: 7px; color: #1e293b; font-size: 13px; line-height: 1.45; }.spos-market-card .fy-card__desc { display: -webkit-box; height: 36px; min-height: 36px; margin-bottom: 10px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #64748b; font-size: 10.5px; line-height: 1.55; }.spos-market-card .fy-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin: 0 0 9px; color: #0f172a; font-size: 20px; letter-spacing: -.04em; }.spos-market-card .fy-card__price del { order: 2; margin: 0; color: #94a3b8; font-size: 10px; }.spos-market-card__benefit { display: flex; align-items: center; gap: 5px; margin-bottom: 11px; color: #64748b; font-size: 9.5px; }.spos-market-card__benefit span { display: grid; place-items: center; width: 14px; height: 14px; border-radius: 50%; background: #d1fae5; color: #047857; font-size: 8px; font-weight: 900; }.spos-market-card .fy-card__actions { grid-template-columns: .82fr 1.18fr; gap: 7px; }.spos-market-card .fy-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 35px; border-radius: 8px; font-size: 10px; font-weight: 800; }.spos-market-card .fy-btn--secondary { border-color: #cbd5e1; background: #fff; color: #334155; }.spos-market-card .fy-btn--primary { box-shadow: 0 7px 14px rgba(37,99,235,.18); }.spos-market-card .fy-btn--primary span { margin-left: 4px; font-size: 14px; }
@media (max-width: 575px) { .spos-market-card .fy-card__media { height: 220px; }.spos-market-card .fy-card__body { padding: 12px; } }

/* Marketplace discovery blocks, specific to SMAR. */
.fy-section--compact { padding: 48px 0; }.spos-trust-strip { position: relative; z-index: 3; margin-top: -24px; }.spos-trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #dbe5f3; border-radius: 16px; background: #fff; box-shadow: 0 16px 32px rgba(15,23,42,.08); overflow: hidden; }.spos-trust-strip__grid > div { display: flex; align-items: center; gap: 10px; min-height: 78px; padding: 14px 17px; border-right: 1px solid #edf2f7; }.spos-trust-strip__grid > div:last-child { border: 0; }.spos-trust-strip__grid b { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 10px; background: #eff6ff; color: var(--spos-blue); font-size: 14px; }.spos-trust-strip__grid span { display: grid; gap: 2px; color: #64748b; font-size: 10px; }.spos-trust-strip__grid strong { color: #1e293b; font-size: 11px; }.spos-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }.spos-category-card { display: grid; gap: 7px; min-height: 138px; padding: 16px; border: 1px solid #e2e8f0; border-radius: 15px; background: linear-gradient(145deg,#fff,#f8fbff); color: #1e293b; text-decoration: none; transition: .22s ease; }.spos-category-card:hover { transform: translateY(-4px); border-color: #bfdbfe; box-shadow: 0 16px 28px rgba(30,64,175,.1); color: var(--spos-blue); }.spos-category-card__icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #eef4ff; font-size: 19px; }.spos-category-card > span:last-of-type { font-size: 12px; font-weight: 800; }.spos-category-card small { align-self: end; color: #64748b; font-size: 9px; font-weight: 700; }.fy-section--dark { background: linear-gradient(125deg,#0f172a,#172554); }.spos-section-head--light h2,.spos-section-head--light p { color: #fff; }.spos-section-head--light p { opacity: .65; }.spos-section-head--light > a { color: #bfdbfe; }.fy-section--dark .spos-market-card { box-shadow: none; }.spos-brand-row { display: flex; flex-wrap: wrap; gap: 10px; }.spos-brand-chip { padding: 11px 16px; border: 1px solid #dbe5f3; border-radius: 999px; background: #fff; color: #334155; font-size: 12px; font-weight: 800; text-decoration: none; }.spos-brand-chip:hover { border-color: var(--spos-blue); color: var(--spos-blue); }
@media (max-width: 991px) { .spos-trust-strip__grid { grid-template-columns: repeat(2, 1fr); }.spos-trust-strip__grid > div:nth-child(2) { border-right: 0; }.spos-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 575px) { .spos-trust-strip { margin: -18px 12px 0; }.spos-trust-strip__grid > div { min-height: 70px; padding: 11px; }.spos-trust-strip__grid b { flex-basis: 27px; width: 27px; height: 27px; font-size: 11px; }.spos-trust-strip__grid strong { font-size: 10px; }.spos-trust-strip__grid span { font-size: 8px; }.spos-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.spos-category-card { min-height: 116px; padding: 12px; } }
