/* =========================================================================
   SignagePlus theme
   Tokens → base → layout → header/menu → hero → sections → components → pages
   ========================================================================= */

@font-face {
	font-family: "Plus Jakarta Sans";
	src: url(../fonts/plus-jakarta-sans-var-latin.woff2) format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SP Devanagari";
	src: url(../fonts/noto-sans-devanagari-var.woff2) format("woff2");
	font-weight: 100 900;
	font-display: swap;
	unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
@font-face {
	font-family: "Plus Jakarta Sans";
	src: url(../fonts/plus-jakarta-sans-italic-var-latin.woff2) format("woff2");
	font-weight: 200 800;
	font-style: italic;
	font-display: swap;
}

:root {
	--sp-primary: #FEC945;
	--sp-ink: #000000;
	--sp-text: #1C1C1F;
	--sp-muted: #5B5B63;
	--sp-paper: #FFFFFF;
	--sp-tint: #FFF7DC;
	--sp-soft: #F4F4F1;
	--sp-line: rgba(28, 28, 31, .12);
	--sp-live: #1FB36B;
	--sp-on-dark: #F2F2EE;
	--sp-on-dark-muted: #A9A9A2;
	--sp-r-xl: 32px;
	--sp-r-lg: 22px;
	--sp-r-md: 14px;
	--sp-r-sm: 10px;
	--sp-wrap: 1240px;
	--sp-gutter: clamp(20px, 4vw, 40px);
	--sp-header-h: 80px;
	--sp-logo-h: 38px;
	--sp-ease: cubic-bezier(.2, .7, .1, 1);
	--sp-font: "Plus Jakarta Sans", "SP Devanagari", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--sp-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 12px 32px -12px rgba(0, 0, 0, .14);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--sp-header-h) + 16px); }
body {
	margin: 0;
	font-family: var(--sp-font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--sp-text);
	background: var(--sp-paper);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern", "liga", "calt", "tnum" 0;
}
body.sp-lock { overflow: hidden; }
img, video, svg, iframe { max-width: 100%; }
img, video { height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; font-weight: 800; line-height: 1.12; letter-spacing: -.025em; color: var(--sp-ink); text-wrap: balance; }
h3 { font-size: 1.22rem; letter-spacing: -.015em; }
p { margin: 0 0 1em; text-wrap: pretty; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--sp-primary); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--sp-primary); color: #000; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.sp-skip {
	position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px;
	background: var(--sp-ink); color: #fff; border-radius: var(--sp-r-sm); transition: top .2s;
}
.sp-skip:focus { top: 16px; }
.sp-main:focus { outline: 0; }
.sp-icon { width: 1.25em; height: 1.25em; flex: none; }
.sp-icon.is-flip { transform: scaleX(-1); }

/* ---------- layout ---------- */
.sp-wrap { width: 100%; max-width: calc(var(--sp-wrap) + var(--sp-gutter) * 2); margin-inline: auto; padding-inline: var(--sp-gutter); }
.sp-wrap--narrow { max-width: calc(760px + var(--sp-gutter) * 2); }
.sp-section { padding-block: clamp(64px, 9vw, 120px); }
.sp-section--flush { padding-block: clamp(40px, 6vw, 72px); }
.sp-section--tint { background: var(--sp-soft); }
.sp-grid { display: grid; gap: clamp(16px, 2vw, 28px); }
.sp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.sp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sp-grid--4 { grid-template-columns: repeat(4, 1fr); }
.sp-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.sp-split--why { align-items: start; grid-template-columns: 1.25fr .75fr; }
@media (max-width: 1080px) { .sp-grid--4 { grid-template-columns: repeat(2, 1fr); } .sp-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .sp-split, .sp-split--why { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .sp-grid--2, .sp-grid--3, .sp-grid--4 { grid-template-columns: 1fr; } }

/* ---------- headings ---------- */
.sp-head { display: flex; gap: 24px; justify-content: space-between; align-items: end; margin-bottom: clamp(32px, 4vw, 56px); }
.sp-head > div { max-width: 720px; }
.sp-head__title { font-size: clamp(1.9rem, 3.6vw, 3.05rem); margin: 0; }
.sp-head__lead { margin: 16px 0 0; font-size: 1.1rem; color: var(--sp-muted); max-width: 62ch; }
.sp-head--tight { margin-bottom: 28px; }
@media (max-width: 720px) { .sp-head--row { flex-direction: column; align-items: start; } }
.sp-label { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; font-size: .9rem; font-weight: 600; color: var(--sp-muted); }
.sp-label::before { content: ""; width: 18px; height: 3px; border-radius: 2px; background: var(--sp-primary); }

/* ---------- buttons ---------- */
.sp-btn {
	--bg: var(--sp-primary); --fg: #000; --bd: var(--bg);
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 12px 24px; border-radius: 999px; border: 1.5px solid var(--bd);
	background: var(--bg); color: var(--fg); font-weight: 700; font-size: .98rem; line-height: 1.2;
	text-decoration: none; cursor: pointer; white-space: nowrap;
	transition: transform .25s var(--sp-ease), background-color .2s, color .2s, border-color .2s, box-shadow .25s;
}
.sp-btn:hover { transform: translateY(-2px); }
.sp-btn:active { transform: translateY(0); }
.sp-btn--primary:hover { box-shadow: 0 10px 24px -10px color-mix(in srgb, var(--sp-primary) 90%, #000); }
.sp-btn--dark { --bg: var(--sp-ink); --fg: #fff; }
.sp-btn--dark:hover { --bg: #26262b; }
.sp-btn--ghost { --bg: transparent; --fg: var(--sp-ink); --bd: var(--sp-line); }
.sp-btn--ghost:hover { --bd: var(--sp-ink); }
.sp-btn--outline { --bg: transparent; --fg: var(--sp-ink); --bd: var(--sp-ink); }
.sp-btn--outline:hover { --bg: var(--sp-ink); --fg: #fff; }
.sp-btn--outline-light { --bg: transparent; --fg: #fff; --bd: rgba(255, 255, 255, .35); }
.sp-btn--outline-light:hover { --bd: #fff; }
.sp-btn--sm { min-height: 42px; padding: 9px 20px; font-size: .92rem; }
.sp-btn--lg { min-height: 56px; padding: 15px 30px; font-size: 1.02rem; }
.sp-link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-decoration: none; background: linear-gradient(var(--sp-primary), var(--sp-primary)) 0 100% / 0 3px no-repeat; transition: background-size .3s var(--sp-ease); }
.sp-link-arrow:hover { background-size: 100% 3px; }
.sp-link-arrow .sp-icon { display: none; }
.sp-link { font-weight: 700; }

/* ---------- header ---------- */
.sp-header {
	position: relative; z-index: 50; height: var(--sp-header-h);
	background: rgba(255, 255, 255, .86); backdrop-filter: saturate(1.6) blur(14px); -webkit-backdrop-filter: saturate(1.6) blur(14px);
	border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s, transform .35s var(--sp-ease);
}
.has-sticky-header .sp-header { position: sticky; top: 0; }
.admin-bar.has-sticky-header .sp-header { top: 32px; }
@media (max-width: 782px) { .admin-bar.has-sticky-header .sp-header { top: 0; } }
.sp-header.is-scrolled { border-bottom-color: var(--sp-line); box-shadow: 0 6px 24px -18px rgba(0, 0, 0, .3); }
.sp-header__inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.sp-logo { display: inline-flex; align-items: center; flex: none; }
.sp-logo img { height: var(--sp-logo-h); width: auto; }
.sp-nav { margin-left: auto; }
.menu-center .sp-nav { margin-inline: auto; }
.sp-nav__list { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.sp-nav__list > li { position: relative; }
.sp-nav__list a {
	display: block; padding: 10px 14px; font-weight: 600; font-size: .98rem; text-decoration: none; color: var(--sp-text);
	background: linear-gradient(var(--sp-primary), var(--sp-primary)) 50% calc(100% - 4px) / 0 3px no-repeat;
	transition: background-size .3s var(--sp-ease), color .2s;
}
.sp-nav__list a:hover, .sp-nav__list .current-menu-item > a, .sp-nav__list .current_page_item > a { background-size: calc(100% - 28px) 3px; color: var(--sp-ink); }
.sp-nav__list .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 220px; list-style: none; margin: 0; padding: 8px;
	background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r-md); box-shadow: var(--sp-shadow);
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s var(--sp-ease);
}
.sp-nav__list li:hover > .sub-menu, .sp-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.sp-nav__list .sub-menu a { background: none; border-radius: 8px; }
.sp-nav__list .sub-menu a:hover { background: var(--sp-soft); }
.sp-header__actions { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.menu-center .sp-header__actions { margin-left: 0; }
.sp-burger {
	display: none; width: 48px; height: 48px; border: 1.5px solid var(--sp-line); border-radius: 50%; background: #fff;
	cursor: pointer; place-items: center; transition: border-color .2s;
}
.sp-burger:hover { border-color: var(--sp-ink); }
.sp-burger__lines { display: grid; gap: 5px; width: 20px; }
.sp-burger__lines span { height: 2px; background: var(--sp-ink); border-radius: 2px; transition: width .3s var(--sp-ease); }
.sp-burger__lines span:last-child { width: 65%; margin-left: auto; }
.sp-burger:hover .sp-burger__lines span:last-child { width: 100%; }
@media (max-width: 1024px) {
	.sp-nav { display: none; }
	.sp-burger { display: grid; }
	.sp-header__actions { margin-left: auto; }
}
@media (max-width: 560px) { .sp-hide-sm { display: none !important; } :root { --sp-header-h: 70px; } }

/* ---------- full-screen menu ---------- */
.sp-overlay {
	position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column;
	background: var(--sp-ink); color: var(--sp-on-dark); overflow-y: auto; overscroll-behavior: contain;
	clip-path: circle(0 at calc(100% - 52px) 40px); transition: clip-path .6s var(--sp-ease);
}
.sp-overlay::before {
	content: ""; position: fixed; inset: auto -20vw -30vh auto; width: 70vw; height: 70vw; pointer-events: none;
	background: radial-gradient(closest-side, color-mix(in srgb, var(--sp-primary) 28%, transparent), transparent);
}
.sp-overlay[hidden] { display: none; }
.sp-overlay.is-open { clip-path: circle(150% at calc(100% - 52px) 40px); }
.sp-overlay__bar { display: flex; align-items: center; justify-content: space-between; min-height: var(--sp-header-h); flex: none; }
.sp-overlay__close {
	width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; cursor: pointer;
	background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, .25); transition: transform .4s var(--sp-ease), border-color .2s;
}
.sp-overlay__close:hover { transform: rotate(90deg); border-color: var(--sp-primary); }
.sp-overlay__body { flex: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: center; padding-block: 32px 48px; position: relative; }
.sp-overlay__list { list-style: none; margin: 0; padding: 0; counter-reset: m; }
.sp-overlay__list > li { overflow: hidden; }
.sp-overlay__list a {
	display: inline-block; padding: .08em 0; font-size: clamp(2.3rem, 7vw, 4.4rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.12;
	color: var(--sp-on-dark); text-decoration: none; transform: translateY(105%); transition: transform .7s var(--sp-ease), color .2s;
	transition-delay: calc(var(--i, 0) * 60ms + 180ms);
}
.sp-overlay.is-open .sp-overlay__list a { transform: none; }
.sp-overlay__list a:hover, .sp-overlay__list .current-menu-item > a, .sp-overlay__list .current_page_item > a { color: var(--sp-primary); }
.sp-overlay__list .sub-menu { list-style: none; padding: 0 0 8px 4px; margin: 0; }
.sp-overlay__list .sub-menu a { font-size: 1.3rem; font-weight: 600; letter-spacing: 0; }
.sp-overlay__aside { display: grid; gap: 28px; align-content: center; opacity: 0; transform: translateY(16px); transition: .6s var(--sp-ease) .45s; }
.sp-overlay.is-open .sp-overlay__aside { opacity: 1; transform: none; }
.sp-overlay__aside .sp-btn { justify-self: start; }
@media (max-width: 860px) { .sp-overlay__body { grid-template-columns: 1fr; align-content: start; gap: 40px; } }

/* ---------- hero ---------- */
.sp-hero {
	position: relative; overflow: clip; padding-block: clamp(40px, 6vw, 88px) clamp(56px, 8vw, 112px);
	background-image: radial-gradient(rgba(28, 28, 31, .09) 1px, transparent 1.2px);
	background-size: 22px 22px; background-position: -11px -11px;
}
.sp-hero::after {
	content: ""; position: absolute; inset: auto 0 0; height: 40%; pointer-events: none;
	background: linear-gradient(transparent, var(--sp-paper));
}
.sp-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.sp-hero__title { font-size: clamp(2.7rem, 5.3vw, 5rem); line-height: .98; letter-spacing: -.045em; margin: 0 0 28px; }
.sp-hero__line { display: block; overflow: hidden; padding-bottom: .06em; white-space: nowrap; }
@media (max-width: 420px) { .sp-hero__line { white-space: normal; } }
.sp-hero__line + .sp-hero__line { color: var(--sp-ink); -webkit-text-stroke: 0; }
.sp-hero__line + .sp-hero__line::after {
	content: ""; display: inline-block; width: .32em; height: .1em; margin-left: .08em; vertical-align: baseline;
	background: var(--sp-primary); border-radius: 2px; animation: sp-caret 1.1s steps(1) infinite;
}
.sp-hero__lead { font-size: 1.14rem; color: var(--sp-muted); max-width: 52ch; margin-bottom: 32px; }
.sp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.sp-hero__chips { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; margin: 0; padding: 0; }
.sp-hero__chips li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; color: var(--sp-text); }
.sp-hero__chips .sp-icon { width: 20px; height: 20px; color: #9a7000; }
@media (max-width: 960px) { .sp-hero__grid { grid-template-columns: 1fr; } .sp-hero__stage { max-width: 620px; } }

/* The display: the one bold element of the page. */
.sp-hero__stage { position: relative; padding: 24px 0 40px; }
.sp-display { position: relative; margin-inline: auto; width: 100%; filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .22)); }
.sp-display::before {
	content: ""; position: absolute; left: 8%; right: 8%; bottom: 2%; height: 30%; z-index: -1; filter: blur(40px);
	background: var(--sp-primary); opacity: 0; transition: opacity 1.2s ease 1.1s;
}
.sp-display.is-on::before { opacity: .55; }
.sp-display__screen {
	position: relative; aspect-ratio: 16 / 10; border-radius: 20px; overflow: hidden;
	background: #050505; border: 12px solid #111; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06), 0 0 0 1px #2a2a2a;
}
.sp-display__screen::before { /* power-on line */
	content: ""; position: absolute; inset: 0; z-index: 3; background: #fff; pointer-events: none;
	transform: scale(0, .004); opacity: 0;
}
.sp-display.is-on .sp-display__screen::before { animation: sp-poweron 1.1s var(--sp-ease) forwards; }
.sp-display__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.sp-display.is-playing .sp-display__video { opacity: 1; }
.sp-display__boot {
	position: absolute; inset: 0; display: grid; place-items: center; z-index: 1; opacity: 0;
	background: radial-gradient(circle at 50% 45%, #1b1b1b, #050505 70%);
}
.sp-display__boot img { width: 22%; height: auto; }
.sp-display.is-on .sp-display__boot { animation: sp-boot 3.2s ease .9s forwards; }
.sp-display.is-on.no-video .sp-display__boot { animation: sp-bootstay 1s ease .9s forwards; }
.sp-display__glare { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(115deg, rgba(255, 255, 255, .12) 0 18%, transparent 36%); }
.sp-display__stand { width: 18%; height: 36px; margin: -2px auto 0; background: linear-gradient(#1a1a1a, #0d0d0d); clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%); }
.sp-display__stand { position: relative; }
.sp-display__stand::after { content: ""; position: absolute; left: -45%; right: -45%; bottom: -8px; height: 9px; border-radius: 6px; background: linear-gradient(#1f1f1f, #0a0a0a); }
.sp-float {
	position: absolute; z-index: 2; background: #fff; border-radius: var(--sp-r-md); box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .35);
	opacity: 0; transform: translateY(14px) scale(.96); transition: opacity .7s var(--sp-ease), transform .7s var(--sp-ease);
}
.sp-display.is-on ~ .sp-float, .sp-bus.is-on ~ .sp-float { opacity: 1; transform: none; }
.sp-float--token { left: -4%; bottom: 10%; padding: 14px 18px; display: grid; min-width: 150px; transition-delay: 1.6s; }
.sp-float__label { font-size: .78rem; font-weight: 600; color: var(--sp-muted); }
.sp-float__token { font-size: 2rem; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: lining-nums proportional-nums; line-height: 1.1; color: var(--sp-ink); }
.sp-float__token.is-flash { animation: sp-flash .6s ease; }
.sp-float__sub { font-size: .85rem; font-weight: 600; }
.sp-float__sub b { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 4px; background: var(--sp-primary); border-radius: 6px; }
.sp-float--sync { right: -2%; top: 4%; padding: 10px 16px 10px 14px; display: flex; gap: 10px; align-items: center; font-size: .86rem; font-weight: 600; transition-delay: 2s; }
@media (max-width: 560px) { .sp-float--token { left: 0; bottom: 4%; min-width: 0; padding: 10px 14px; } .sp-float__token { font-size: 1.5rem; } .sp-float--sync { right: 0; top: -2%; } }
.sp-live { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--sp-live); flex: none; }
.sp-live::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid var(--sp-live); animation: sp-ping 1.8s ease-out infinite; }

/* ---------- LED ticker ---------- */
.sp-ticker { background: var(--sp-ink); color: var(--sp-primary); overflow: hidden; padding: 18px 0; border-block: 6px solid #141414; }
.sp-ticker__track { display: flex; width: max-content; animation: sp-marquee 48s linear infinite; }
.sp-ticker ul { display: flex; list-style: none; margin: 0; padding: 0; }
.sp-ticker li {
	display: flex; align-items: center; gap: 36px; padding-right: 36px; white-space: nowrap;
	font-size: clamp(1.1rem, 2.2vw, 1.7rem); font-weight: 800; letter-spacing: .02em;
	-webkit-mask: radial-gradient(circle, #000 58%, transparent 62%) 0 0 / 4px 4px; mask: radial-gradient(circle, #000 58%, transparent 62%) 0 0 / 4px 4px;
	text-shadow: 0 0 12px color-mix(in srgb, var(--sp-primary) 70%, transparent);
}
.sp-ticker li::after { content: ""; width: 14px; height: 14px; background: currentColor; border-radius: 3px; transform: rotate(45deg); }
.sp-ticker.is-pausable:hover .sp-ticker__track { animation-play-state: paused; }
.sp-ticker__track { animation-duration: var(--sp-ticker-speed, 48s); }
.sp-ticker__track.is-reverse { animation-direction: reverse; }

/* ---------- solutions (bento) ---------- */
.sp-solutions { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.sp-solution {
	position: relative; display: flex; flex-direction: column; overflow: hidden;
	background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r-xl);
	transition: border-color .3s, transform .4s var(--sp-ease);
}
.sp-solution:hover { border-color: var(--sp-ink); }
.sp-solution__body { padding: clamp(24px, 3vw, 36px); display: flex; flex-direction: column; gap: 4px; flex: 1; }
.sp-solution__title { font-size: 1.45rem; margin: 6px 0 8px; }
.sp-solution__text { color: var(--sp-muted); }
.sp-solution .sp-link-arrow { margin-top: auto; align-self: start; padding-top: 8px; }
.sp-solution__media { background: var(--sp-tint); display: grid; place-items: center; padding: 24px 24px 0; order: -1; aspect-ratio: 4 / 3; overflow: hidden; }
.sp-solution__media img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; transition: transform .6s var(--sp-ease); }
.sp-solution:hover .sp-solution__media img { transform: scale(1.03); }
.sp-solution--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; }
.sp-solution--wide .sp-solution__media { order: 2; aspect-ratio: auto; padding: 32px; align-items: center; }
.sp-solution--wide .sp-solution__title { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.sp-eyebrow { font-size: .88rem; font-weight: 600; color: #8a6400; }
@media (max-width: 1000px) { .sp-solutions { grid-template-columns: 1fr 1fr; } .sp-solution--wide { grid-template-columns: 1fr; } .sp-solution--wide .sp-solution__media { order: -1; } }
@media (max-width: 620px) { .sp-solutions { grid-template-columns: 1fr; } }

/* ---------- checklist ---------- */
.sp-checklist { list-style: none; margin: 12px 0 20px; padding: 0; display: grid; gap: 10px; }
.sp-checklist li { display: flex; gap: 12px; align-items: flex-start; }
.sp-checklist .sp-icon { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--sp-primary); color: #000; stroke-width: 2.4; margin-top: 2px; }

/* ---------- queue board ---------- */
.sp-section--queue { background: var(--sp-soft); }
.sp-board {
	background: #070707; color: #fff; border-radius: var(--sp-r-xl); padding: clamp(20px, 3vw, 32px);
	border: 10px solid #151515; box-shadow: var(--sp-shadow); font-variant-numeric: lining-nums proportional-nums;
}
.sp-board__head, .sp-board__rows li { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; }
.sp-board__head { padding: 0 18px 14px; color: var(--sp-on-dark-muted); font-weight: 600; font-size: .9rem; border-bottom: 1px solid #262626; }
.sp-board__rows { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; }
.sp-board__rows li {
	padding: 14px 18px; border-radius: var(--sp-r-md); background: #151515; font-size: clamp(1.4rem, 3vw, 2.1rem); font-weight: 800; letter-spacing: -.01em;
	transition: background-color .5s, color .5s, transform .5s var(--sp-ease), opacity .5s;
}
.sp-board__rows li span:last-child { font-size: .8em; color: var(--sp-on-dark-muted); }
.sp-board__rows li.is-now { background: var(--sp-primary); color: #000; }
.sp-board__rows li.is-now span:last-child { color: #000; }
.sp-board__rows li.is-enter { opacity: 0; transform: translateY(-12px); }
.sp-board__foot { display: flex; align-items: center; gap: 10px; margin: 18px 4px 0; color: var(--sp-on-dark-muted); font-size: .9rem; }

/* ---------- FAQ ---------- */
.sp-faq { border-top: 1px solid var(--sp-line); }
.sp-faq__item { border-bottom: 1px solid var(--sp-line); }
.sp-faq__item summary {
	display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; cursor: pointer; list-style: none;
	font-weight: 700; font-size: 1.08rem; color: var(--sp-ink);
}
.sp-faq__item summary::-webkit-details-marker { display: none; }
.sp-faq__item summary .sp-icon { width: 32px; height: 32px; padding: 7px; border-radius: 50%; border: 1.5px solid var(--sp-line); transition: transform .35s var(--sp-ease), background-color .2s, border-color .2s; }
.sp-faq__item[open] summary .sp-icon { transform: rotate(45deg); background: var(--sp-primary); border-color: var(--sp-primary); }
.sp-faq__body { padding: 0 48px 20px 0; color: var(--sp-muted); }
.sp-faq__item[open] .sp-faq__body { animation: sp-drop .35s var(--sp-ease); }

/* ---------- products ---------- */
.sp-product-card { position: relative; display: flex; flex-direction: column; height: 100%; }
.sp-product-card__media {
	position: relative; display: block; aspect-ratio: 1; border-radius: var(--sp-r-lg); overflow: hidden; background: #fff;
	border: 1px solid var(--sp-line); transition: border-color .3s;
}
.sp-product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 6%; transition: transform .6s var(--sp-ease); }
.sp-product-card:hover .sp-product-card__media { border-color: var(--sp-ink); }
.sp-product-card:hover .sp-product-card__media img { transform: scale(1.05); }
.sp-product-card__ph { display: grid; place-items: center; height: 100%; color: var(--sp-muted); }
.sp-product-card__ph .sp-icon { width: 48px; height: 48px; }
.sp-badge { position: absolute; top: 14px; left: 14px; padding: 4px 12px; border-radius: 999px; background: var(--sp-ink); color: #fff; font-size: .78rem; font-weight: 700; }
.sp-product-card__body { padding: 18px 4px 0; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.sp-product-card__title { font-size: 1.15rem; margin: 0; }
.sp-product-card__title a { text-decoration: none; }
.sp-product-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; } /* whole card clickable */
.sp-product-card__text { color: var(--sp-muted); font-size: .95rem; margin: 0; }
.sp-product-card__meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 4px; }
.sp-product-card .sp-link-arrow { margin-top: auto; padding-top: 8px; align-self: start; font-size: .94rem; }
.sp-chip { display: inline-flex; padding: 4px 12px; border-radius: 999px; background: var(--sp-soft); font-size: .82rem; font-weight: 600; }
.sp-price { font-weight: 800; }
.sp-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.sp-filter button { padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--sp-line); background: #fff; font-weight: 600; cursor: pointer; transition: .2s; }
.sp-filter button:hover { border-color: var(--sp-ink); }
.sp-filter button.is-active { background: var(--sp-ink); color: #fff; border-color: var(--sp-ink); }
.sp-grid__item { transition: opacity .35s, transform .35s var(--sp-ease); }
.sp-grid__item.is-hidden { display: none; }

/* ---------- features ---------- */
.sp-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--sp-line); border: 1px solid var(--sp-line); border-radius: var(--sp-r-xl); overflow: hidden; }
.sp-feature { background: var(--sp-soft); padding: clamp(22px, 2.6vw, 32px); }
.sp-section--tint .sp-feature { background: #fff; }
.sp-feature h3 { font-size: 1.1rem; margin: 18px 0 6px; }
.sp-feature p { color: var(--sp-muted); font-size: .96rem; margin: 0; }
.sp-feature__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--sp-primary); color: #000; }
.sp-feature__icon .sp-icon { width: 24px; height: 24px; }
@media (max-width: 1000px) { .sp-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sp-features { grid-template-columns: 1fr; } }

/* ---------- stats + consultation ---------- */
.sp-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 12px; }
.sp-stat { padding: 24px 0 0; border-top: 3px solid var(--sp-ink); }
.sp-stat__value { display: block; font-size: clamp(3rem, 6vw, 4.6rem); font-weight: 800; letter-spacing: -.05em; line-height: 1; font-variant-numeric: lining-nums proportional-nums; color: var(--sp-ink); }
.sp-stat__label { display: block; margin-top: 10px; color: var(--sp-muted); font-weight: 600; }
.sp-consult { background: var(--sp-primary); color: #000; border-radius: var(--sp-r-xl); padding: clamp(28px, 3vw, 40px); }
.sp-consult h3 { font-size: 1.6rem; margin-bottom: 8px; }
.sp-consult ul { list-style: none; margin: 18px 0 26px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sp-consult li { padding: 7px 14px; border-radius: 999px; background: rgba(255, 255, 255, .55); font-weight: 600; font-size: .92rem; }

/* ---------- testimonials ---------- */
.sp-slider { position: relative; }
.sp-slider__track {
	display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px;
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: 4px 2px 8px;
}
.sp-slider__track::-webkit-scrollbar { display: none; }
@media (max-width: 1000px) { .sp-slider__track { grid-auto-columns: calc((100% - 24px) / 2); } }
@media (max-width: 640px) { .sp-slider__track { grid-auto-columns: 88%; } }
.sp-quote { scroll-snap-align: start; margin: 0; display: flex; flex-direction: column; gap: 18px; padding: 32px; background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r-lg); }
.sp-quote__mark { width: 40px; height: 40px; color: var(--sp-primary); stroke-width: 2.2; }
.sp-quote blockquote { margin: 0; font-size: 1.06rem; line-height: 1.6; flex: 1; }
.sp-quote blockquote p:last-child { margin: 0; }
.sp-quote figcaption { display: flex; align-items: center; gap: 12px; }
.sp-quote figcaption strong { display: block; }
.sp-quote figcaption small { color: var(--sp-muted); }
.sp-quote__avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: none; }
.sp-quote__avatar--initials { display: grid; place-items: center; background: var(--sp-ink); color: var(--sp-primary); font-weight: 800; font-size: .95rem; }
.sp-stars { display: flex; gap: 2px; color: var(--sp-primary); }
.sp-stars .sp-icon { fill: currentColor; width: 18px; height: 18px; }
.sp-slider__nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 20px; }
.sp-slider__btn { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; border: 1.5px solid var(--sp-line); background: #fff; cursor: pointer; transition: .2s; }
.sp-slider__btn:hover { background: var(--sp-ink); color: #fff; border-color: var(--sp-ink); }
.sp-slider__btn:disabled { opacity: .35; pointer-events: none; }

/* ---------- blog cards ---------- */
.sp-card { display: flex; flex-direction: column; position: relative; }
.sp-card__media { display: block; aspect-ratio: 3 / 2; border-radius: var(--sp-r-lg); overflow: hidden; background: var(--sp-soft); }
.sp-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--sp-ease); }
.sp-card:hover .sp-card__media img { transform: scale(1.04); }
.sp-card__ph { display: block; height: 100%; background: radial-gradient(rgba(28, 28, 31, .12) 1px, transparent 1.2px) 0 0 / 16px 16px; }
.sp-card__body { padding-top: 18px; }
.sp-card--plain { padding: 24px; border: 1px solid var(--sp-line); border-radius: var(--sp-r-lg); }
.sp-card--plain .sp-card__body { padding: 0; }
.sp-card__title { font-size: 1.22rem; margin: 10px 0 8px; }
.sp-card__title a { text-decoration: none; background: linear-gradient(var(--sp-primary), var(--sp-primary)) 0 100% / 0 40% no-repeat; transition: background-size .4s var(--sp-ease); }
.sp-card:hover .sp-card__title a { background-size: 100% 40%; }
.sp-card__excerpt { color: var(--sp-muted); font-size: .96rem; margin: 0; }
.sp-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; font-size: .85rem; color: var(--sp-muted); margin: 0; }
.sp-meta__cat { padding: 3px 10px; border-radius: 999px; background: var(--sp-tint); color: #6d4f00; font-weight: 700; text-decoration: none; }

/* ---------- CTA + footer ---------- */
.sp-cta { background: var(--sp-ink); color: #fff; position: relative; overflow: hidden; }
.sp-cta::before {
	content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
	background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1.2px); background-size: 22px 22px;
	-webkit-mask: linear-gradient(90deg, transparent, #000 60%); mask: linear-gradient(90deg, transparent, #000 60%);
}
.sp-cta__inner { position: relative; display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: center; padding-block: clamp(56px, 8vw, 96px); }
.sp-cta__title { color: #fff; font-size: clamp(2rem, 4.4vw, 3.6rem); margin: 0; max-width: 16ch; }
.sp-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sp-footer { background: var(--sp-footer-bg, var(--sp-ink)); color: var(--sp-on-dark-muted); padding-top: clamp(48px, 6vw, 80px); border-top: 1px solid #1c1c1c; font-size: .96rem; }
.sp-footer a { color: var(--sp-on-dark); text-decoration: none; }
.sp-footer a:hover { color: var(--sp-primary); }
.sp-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 48px; }
.sp-footer__grid--3 { grid-template-columns: 1.4fr 1fr 1.3fr; }
.sp-footer__brand p { margin: 20px 0; max-width: 40ch; }
.sp-footer__title { color: #fff; font-size: 1rem; letter-spacing: 0; margin: 6px 0 18px; }
.sp-footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.sp-footer__hotline { display: inline-block; font-size: clamp(1.7rem, 2.6vw, 2.2rem); font-weight: 800; letter-spacing: -.03em; color: var(--sp-primary) !important; margin-bottom: 14px; font-variant-numeric: lining-nums proportional-nums; }
.sp-footer__news { padding: 28px 0; border-top: 1px solid #1f1f1f; }
.sp-footer__bottom { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; padding: 24px 0 32px; border-top: 1px solid #1f1f1f; font-size: .88rem; }
.sp-footer__bottom p { margin: 0; }
.sp-footer__legal { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
@media (max-width: 1000px) { .sp-footer__grid, .sp-footer__grid--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sp-footer__grid, .sp-footer__grid--3 { grid-template-columns: 1fr; } }

/* contact list + socials (plugin markup) */
.sp-contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.sp-contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.sp-contact-list small { display: block; font-size: .8rem; color: var(--sp-muted); font-weight: 600; }
.sp-contact-list a { text-decoration: none; font-weight: 600; }
.sp-contact-list a:hover { text-decoration: underline; }
.sp-contact-list__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--sp-tint); color: #000; flex: none; }
.sp-contact-list .sp-sep { margin: 0 6px; opacity: .4; }
.sp-contact-list.is-dark small { color: var(--sp-on-dark-muted); }
.sp-contact-list.is-dark a, .sp-contact-list.is-dark li { color: var(--sp-on-dark); }
.sp-contact-list.is-dark .sp-contact-list__icon { background: #1a1a1a; color: var(--sp-primary); }
.sp-contact-list.is-compact { gap: 12px; }
.sp-contact-list.is-compact .sp-contact-list__icon { width: 34px; height: 34px; border-radius: 10px; }
.sp-contact-list.is-compact .sp-icon { width: 18px; height: 18px; }
.sp-socials { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.sp-socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--sp-line); transition: .2s; }
.sp-socials a:hover { background: var(--sp-primary); border-color: var(--sp-primary); color: #000 !important; }
.sp-socials.is-dark a { border-color: #2c2c2c; color: var(--sp-on-dark); }

/* ---------- page head + inner pages ---------- */
.sp-pagehead {
	padding-block: clamp(48px, 7vw, 96px) clamp(40px, 5vw, 64px); background: var(--sp-soft);
	background-image: radial-gradient(rgba(28, 28, 31, .08) 1px, transparent 1.2px); background-size: 22px 22px;
}
.sp-pagehead__title { font-size: clamp(2.3rem, 5.2vw, 4.2rem); letter-spacing: -.04em; margin: 12px 0 0; max-width: 20ch; }
.sp-pagehead__lead { margin: 20px 0 0; font-size: 1.15rem; color: var(--sp-muted); max-width: 64ch; }
.sp-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .88rem; color: var(--sp-muted); }
.sp-crumbs a { text-decoration: none; }
.sp-crumbs a:hover { color: var(--sp-ink); text-decoration: underline; }
.sp-builder { width: 100%; }
.sp-empty { padding: 48px 0; text-align: left; max-width: 560px; }

/* prose */
.sp-prose { font-size: 1.06rem; max-width: 72ch; }
.sp-prose > * + * { margin-top: 1.1em; }
.sp-prose h2 { font-size: 1.8rem; margin-top: 1.6em; }
.sp-prose h3 { font-size: 1.35rem; margin-top: 1.5em; }
.sp-prose a { color: #7a5800; font-weight: 600; }
.sp-prose img { border-radius: var(--sp-r-md); }
.sp-prose blockquote { margin-inline: 0; padding: 4px 0 4px 24px; border-left: 4px solid var(--sp-primary); font-size: 1.15rem; }
.sp-prose ul, .sp-prose ol { padding-left: 1.3em; }
.sp-prose li + li { margin-top: .4em; }
.sp-prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.sp-prose th, .sp-prose td { padding: 10px 12px; border-bottom: 1px solid var(--sp-line); text-align: left; }
.sp-prose figure { margin-inline: 0; }
.sp-prose .alignwide { max-width: none; }

/* article */
.sp-article__head { padding-top: clamp(40px, 6vw, 72px); }
.sp-article__title { font-size: clamp(2.1rem, 4.6vw, 3.5rem); letter-spacing: -.035em; margin: 18px 0 32px; }
.sp-article .sp-meta { margin-top: 18px; }
.sp-article__hero { margin: 0 auto clamp(32px, 5vw, 56px); }
.sp-article__hero img { width: 100%; border-radius: var(--sp-r-xl); aspect-ratio: 16 / 9; object-fit: cover; }
.sp-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; }
.sp-article__foot { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--sp-line); display: grid; gap: 16px; }
.sp-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.sp-tags a { padding: 5px 12px; border-radius: 999px; background: var(--sp-soft); font-size: .85rem; font-weight: 600; text-decoration: none; color: var(--sp-text); }
.sp-share { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; font-size: .92rem; }
.sp-share span { font-weight: 700; }
.sp-sidebar .widget { margin-bottom: 32px; }
@media (max-width: 960px) { .sp-article__layout { grid-template-columns: 1fr; } }

/* pagination / search */
.sp-pagination { margin-top: 56px; }
.sp-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.sp-pagination a, .sp-pagination span { display: grid; place-items: center; min-width: 46px; height: 46px; padding: 0 12px; border-radius: 999px; border: 1.5px solid var(--sp-line); text-decoration: none; font-weight: 700; }
.sp-pagination .current { background: var(--sp-ink); color: #fff; border-color: var(--sp-ink); }
.sp-pagination a:hover { border-color: var(--sp-ink); }
.sp-search { display: flex; max-width: 520px; border: 1.5px solid var(--sp-line); border-radius: 999px; overflow: hidden; background: #fff; transition: border-color .2s; }
.sp-search:focus-within { border-color: var(--sp-ink); }
.sp-search input { flex: 1; min-width: 0; border: 0; padding: 14px 20px; background: none; outline: 0; }
.sp-search button { border: 0; background: var(--sp-primary); padding: 0 20px; cursor: pointer; }
.sp-searchbar { margin-bottom: 40px; }

/* product page */
.sp-product__hero { padding-block: clamp(32px, 5vw, 64px); background: linear-gradient(var(--sp-soft) 70%, var(--sp-paper) 70%); }
.sp-product__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.sp-product__main { background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r-xl); aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; }
.sp-product__main img { width: 100%; height: 100%; object-fit: contain; padding: 6%; }
.sp-product__thumbs { display: flex; gap: 10px; list-style: none; padding: 0; margin: 12px 0 0; }
.sp-product__thumbs img { width: 76px; height: 76px; object-fit: cover; border-radius: 12px; border: 1px solid var(--sp-line); }
.sp-product__title { font-size: clamp(2.2rem, 4.6vw, 3.6rem); letter-spacing: -.04em; margin: 4px 0 16px; }
.sp-product__summary .sp-crumbs { margin-bottom: 18px; }
.sp-product__lead { font-size: 1.15rem; color: var(--sp-muted); }
.sp-product__sizes { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 22px 0; }
.sp-product__sizes > span:first-child { font-weight: 700; margin-right: 6px; }
.sp-product__price { font-size: 1.6rem; }
.sp-product__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 16px; }
.sp-product__details { display: grid; grid-template-columns: 1fr 420px; gap: clamp(32px, 5vw, 72px); align-items: start; }
.sp-product__specs { position: sticky; top: calc(var(--sp-header-h) + 24px); background: var(--sp-soft); border-radius: var(--sp-r-lg); padding: 28px; }
.sp-product__specs h2 { font-size: 1.3rem; }
.sp-specs { margin: 0; }
.sp-specs__row { display: grid; grid-template-columns: 42% 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--sp-line); font-size: .94rem; }
.sp-specs__row:last-child { border-bottom: 0; }
.sp-specs dt { font-weight: 700; color: var(--sp-ink); }
.sp-specs dd { margin: 0; color: var(--sp-text); }
@media (max-width: 960px) { .sp-product__grid, .sp-product__details { grid-template-columns: 1fr; } .sp-product__specs { position: static; } .sp-product__hero { background: var(--sp-soft); } }

/* forms */
.sp-form { background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r-xl); padding: clamp(24px, 3vw, 40px); box-shadow: var(--sp-shadow); }
.sp-form__title { font-size: 1.5rem; margin-bottom: 20px; }
.sp-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.sp-field { margin: 0; }
.sp-field--full { grid-column: 1 / -1; }
.sp-field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; }
.sp-field label span { color: #b35c00; }
.sp-field input, .sp-field select, .sp-field textarea {
	width: 100%; min-height: 50px; padding: 12px 16px; border: 1.5px solid var(--sp-line); border-radius: var(--sp-r-sm); background: #fff;
	transition: border-color .2s, box-shadow .2s;
}
.sp-field textarea { resize: vertical; min-height: 120px; }
.sp-field input:focus, .sp-field select:focus, .sp-field textarea:focus { outline: 0; border-color: var(--sp-ink); box-shadow: 0 0 0 4px color-mix(in srgb, var(--sp-primary) 45%, transparent); }
.sp-form__foot { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; margin: 22px 0 0; }
.sp-form__foot small { color: var(--sp-muted); }
.sp-hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.sp-notice { padding: 14px 18px; border-radius: var(--sp-r-sm); font-weight: 600; margin-bottom: 20px; }
.sp-notice--ok { background: #E4F6EC; color: #0C5A33; }
.sp-notice--error { background: #FDECEA; color: #8A1C12; }
@media (max-width: 620px) { .sp-form__grid { grid-template-columns: 1fr; } }

/* contact page */
.sp-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.sp-contact__hotline { display: inline-block; margin-bottom: 32px; font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -.04em; text-decoration: none; color: var(--sp-ink); background: linear-gradient(var(--sp-primary), var(--sp-primary)) 0 88% / 100% .22em no-repeat; font-variant-numeric: lining-nums proportional-nums; }
.sp-contact__info .sp-socials { margin-top: 28px; }
.sp-map iframe { display: block; width: 100%; height: clamp(320px, 45vw, 480px); border: 0; filter: grayscale(1) contrast(1.05); }
@media (max-width: 900px) { .sp-contact { grid-template-columns: 1fr; } }

/* clients */
.sp-clients { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; list-style: none; margin: 0; padding: 0; }
.sp-clients li { display: grid; place-items: center; padding: 24px; border: 1px solid var(--sp-line); border-radius: var(--sp-r-md); filter: grayscale(1); opacity: .8; transition: .3s; }
.sp-clients li:hover { filter: none; opacity: 1; }

/* 404 */
.sp-404 { padding-block: clamp(64px, 10vw, 140px); }
.sp-404__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.sp-404__screen {
	position: relative; aspect-ratio: 16 / 10; border-radius: 20px; border: 12px solid #111; overflow: hidden; display: grid; place-items: center; background: #0c0c0c;
}
.sp-404__screen span { position: relative; z-index: 1; font-size: clamp(4rem, 12vw, 8rem); font-weight: 800; color: var(--sp-primary); letter-spacing: -.05em; }
.sp-404__screen i {
	position: absolute; inset: -50%; opacity: .22;
	background: repeating-radial-gradient(circle at 17% 32%, #fff 0 1px, transparent 1px 3px), repeating-radial-gradient(circle at 71% 64%, #fff 0 1px, transparent 1px 4px);
	animation: sp-static .35s steps(4) infinite;
}
.sp-404__title { font-size: clamp(2rem, 4vw, 3rem); }
.sp-404__links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.sp-404 .sp-search { margin-top: 24px; }
@media (max-width: 860px) { .sp-404__inner { grid-template-columns: 1fr; } }

/* comments */
.sp-comments { padding-block: 48px; }
.sp-comments__list { list-style: none; padding: 0; }
.sp-comments .comment-body { padding: 20px 0; border-bottom: 1px solid var(--sp-line); }
.comment-form input:not([type=checkbox]):not([type=submit]), .comment-form textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--sp-line); border-radius: var(--sp-r-sm); }

/* back to top */
.sp-totop {
	position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 50px; height: 50px; display: grid; place-items: center;
	border-radius: 50%; background: var(--sp-ink); color: var(--sp-primary); box-shadow: var(--sp-shadow);
	opacity: 0; transform: translateY(16px); pointer-events: none; transition: .35s var(--sp-ease);
}
.sp-totop .sp-icon { transform: rotate(-90deg); }
.sp-totop.is-visible { opacity: 1; transform: none; pointer-events: auto; }

/* WordPress core classes */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin-inline: auto; }
.wp-caption-text, figcaption { font-size: .88rem; color: var(--sp-muted); }
.sticky .sp-card__title::before { content: "★ "; color: var(--sp-primary); }

/* ---------- motion ---------- */
.sp-reveal [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--sp-ease), transform .9s var(--sp-ease); transition-delay: calc(var(--i, 0) * 70ms); }
.sp-reveal [data-reveal].is-in { opacity: 1; transform: none; }
.js .sp-hero__line { opacity: 1; }
.js .sp-hero__line > * , .js .sp-hero__line { animation: sp-rise 1s var(--sp-ease) both; }
.js .sp-hero__line + .sp-hero__line { animation-delay: .12s; }
.js .sp-hero__lead { animation: sp-fade 1s var(--sp-ease) .3s both; }
.js .sp-hero__actions { animation: sp-fade 1s var(--sp-ease) .42s both; }
.js .sp-hero__chips { animation: sp-fade 1s var(--sp-ease) .54s both; }

@keyframes sp-rise { from { transform: translateY(.6em); opacity: 0; clip-path: inset(0 0 100% 0); } to { transform: none; opacity: 1; clip-path: inset(0 0 -10% 0); } }
@keyframes sp-fade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes sp-poweron {
	0% { opacity: 1; transform: scale(0, .004); }
	35% { opacity: 1; transform: scale(1, .004); }
	60% { opacity: .9; transform: scale(1, 1); }
	100% { opacity: 0; transform: scale(1, 1); }
}
@keyframes sp-boot { 0% { opacity: 0; } 20% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; } }
@keyframes sp-bootstay { to { opacity: 1; } }
@keyframes sp-caret { 50% { opacity: 0; } }
@keyframes sp-ping { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }
@keyframes sp-flash { 0% { color: var(--sp-ink); } 30% { color: #c48b00; transform: scale(1.06); } 100% { color: var(--sp-ink); transform: none; } }
@keyframes sp-marquee { to { transform: translateX(-50%); } }
@keyframes sp-drop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@keyframes sp-static { 0% { transform: translate(0, 0); } 25% { transform: translate(-5%, 3%); } 50% { transform: translate(4%, -4%); } 75% { transform: translate(-3%, -2%); } }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
	.sp-reveal [data-reveal] { opacity: 1; transform: none; }
	.sp-ticker__track { animation: none; }
	.sp-display__boot { opacity: 1 !important; }
	.sp-float { opacity: 1; transform: none; }
}

/* Solution cards: centred wide image; image-less card becomes a dark "screen" card. */
.sp-solution--wide .sp-solution__media img { object-position: center; max-height: 420px; }
.sp-solution:not(:has(.sp-solution__media)) { background: var(--sp-ink); border-color: var(--sp-ink); color: var(--sp-on-dark); }
.sp-solution:not(:has(.sp-solution__media)) .sp-solution__title { color: #fff; }
.sp-solution:not(:has(.sp-solution__media)) .sp-solution__text { color: var(--sp-on-dark-muted); }
.sp-solution:not(:has(.sp-solution__media)) .sp-eyebrow { color: var(--sp-primary); }
.sp-solution:not(:has(.sp-solution__media)) .sp-solution__body { background-image: radial-gradient(rgba(255, 255, 255, .1) 1px, transparent 1.2px); background-size: 22px 22px; }

/* =========================================================================
   v1.1: previous-site menu, drawer, top bar, section options, heroes
   ========================================================================= */

/* Elementor's kit typography must not override the theme on SignagePlus sections. */
body[class*="elementor-kit-"] { font-family: var(--sp-font); color: var(--sp-text); }
body .sp-section :is(h1, h2, h3, h4), body .sp-hero :is(h1, h2, h3), body .sp-pagehead h1, body .sp-cta h2, body .sp-footer h2 { font-family: var(--sp-font); letter-spacing: -.025em; }
body .sp-section :is(p, li, a, span, dt, dd, label, input, select, textarea, button), body .sp-hero :is(p, li, a, span) { font-family: var(--sp-font); }
.sp-builder .e-con { --padding-top: 0; --padding-bottom: 0; --padding-left: 0; --padding-right: 0; --gap: 0; }
.sp-builder .e-con > .e-con-inner { max-width: none; }

/* Top bar */
.sp-topbar { background: var(--sp-ink); color: var(--sp-on-dark-muted); font-size: .86rem; }
.sp-topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.sp-topbar p { margin: 0; }
.sp-topbar__contacts { display: flex; gap: 20px; }
.sp-topbar a { color: var(--sp-on-dark); text-decoration: none; display: inline-flex; gap: 6px; align-items: center; }
.sp-topbar a:hover { color: var(--sp-primary); }
.sp-topbar .sp-icon { width: 15px; height: 15px; color: var(--sp-primary); }
@media (max-width: 700px) { .sp-topbar__inner > p:first-child { display: none; } .sp-topbar__inner { justify-content: center; } }

/* Menu exactly like the previous site: medium weight, active + hover in brand colour, no underline. */
.nav-classic .sp-nav__list { gap: 10px; }
.nav-classic .sp-nav__list a { background: none; font-weight: 500; font-size: 1rem; padding: 10px 16px; color: #1C1C1F; transition: color .2s; }
.nav-classic .sp-nav__list a:hover, .nav-classic .sp-nav__list .current-menu-item > a, .nav-classic .sp-nav__list .current_page_item > a, .nav-classic .sp-nav__list .current-menu-ancestor > a { color: var(--sp-primary); background: none; }
.sp-btn--header { min-height: 52px; padding: 12px 32px; font-weight: 500; font-size: 1rem; }
.hbtn-rounded .sp-btn--header { border-radius: 16px; }
.hbtn-light .sp-btn--header { color: #fff; }
.hbtn-light .sp-btn--header:hover { color: #fff; }
@media (max-width: 560px) { .sp-btn--header { min-height: 44px; padding: 8px 20px; } }

/* Mobile menu shell (panel inside the dialog) */
.sp-overlay__panel { position: relative; }
.sp-overlay--full .sp-overlay__panel { display: flex; flex-direction: column; min-height: 100%; }

/* Side drawer like the previous site */
.sp-overlay--drawer { background: rgba(0, 0, 0, .5); color: var(--sp-text); clip-path: none; opacity: 0; transition: opacity .35s ease; overflow: hidden; }
.sp-overlay--drawer::before { display: none; }
.sp-overlay--drawer.is-open { opacity: 1; clip-path: none; }
.sp-overlay--drawer .sp-overlay__panel {
	position: absolute; top: 0; right: 0; bottom: 0; width: min(380px, 86vw); background: #fff; overflow-y: auto; overscroll-behavior: contain;
	display: flex; flex-direction: column; transform: translateX(100%); transition: transform .45s var(--sp-ease); box-shadow: -20px 0 60px -20px rgba(0, 0, 0, .35);
}
.sp-overlay--drawer.is-open .sp-overlay__panel { transform: none; }
.sp-overlay--drawer .sp-wrap { padding-inline: 24px; }
.sp-overlay--drawer .sp-overlay__bar { min-height: 88px; border-bottom: 1px solid var(--sp-line); }
.sp-overlay--drawer .sp-overlay__close { border: 0; color: var(--sp-primary); width: 44px; height: 44px; }
.sp-overlay--drawer .sp-overlay__close .sp-icon { width: 28px; height: 28px; stroke-width: 2.6; }
.sp-overlay--drawer .sp-overlay__close:hover { transform: rotate(90deg); }
.sp-overlay--drawer .sp-overlay__body { display: block; padding: 0; flex: 1; }
.sp-overlay--drawer .sp-overlay__list > li { border-bottom: 1px solid var(--sp-line); overflow: visible; }
.sp-overlay--drawer .sp-overlay__list a { display: block; transform: none; font-size: 1.06rem; font-weight: 500; letter-spacing: 0; padding: 14px 24px; color: var(--sp-text); transition: color .2s, background-color .2s, padding .25s var(--sp-ease); }
.sp-overlay--drawer .sp-overlay__list a:hover { background: var(--sp-soft); padding-left: 30px; }
.sp-overlay--drawer .sp-overlay__list .current-menu-item > a, .sp-overlay--drawer .sp-overlay__list .current_page_item > a { color: #b98a00; }
.sp-overlay--drawer .sp-overlay__list .sub-menu a { font-size: .96rem; padding-left: 40px; }
.sp-overlay--drawer .sp-overlay__aside { opacity: 1; transform: none; padding: 24px; gap: 22px; }
.sp-overlay--drawer .sp-overlay__aside .sp-btn { width: 100%; }

/* Section options (Elementor → Style → Section) */
.sp-bg--white { background: #fff; }
.sp-bg--soft { background: var(--sp-soft); }
.sp-bg--tint { background: var(--sp-tint); }
.sp-bg--dark { background: var(--sp-ink); color: var(--sp-on-dark); }
body .sp-bg--dark :is(h2, h3, .sp-head__title) { color: #fff; }
.sp-bg--dark .sp-head__lead, .sp-bg--dark .sp-faq__body { color: var(--sp-on-dark-muted); }
.sp-bg--dark .sp-faq__item summary { color: #fff; }
.sp-bg--dark .sp-stat { border-top-color: var(--sp-primary); }
.sp-bg--dark .sp-stat__value { color: #fff; }
.sp-pad--compact { padding-block: clamp(40px, 5vw, 64px); }
.sp-pad--none { padding-block: 0; }
.sp-head-block { padding-top: clamp(40px, 6vw, 72px); }
.sp-align--center .sp-head { justify-content: center; text-align: center; }
.sp-align--center .sp-head__lead { margin-inline: auto; }
.sp-about__media img { width: 100%; border-radius: var(--sp-r-xl); }

/* Screens: images/GIFs are visible straight away; videos fade in when playing. */
.sp-display__screen img.sp-display__video, .sp-classic__frame img, .sp-bus__screen img.sp-bus__media { opacity: 1; }

/* ---------- Classic hero (previous site layout, modernised) ---------- */
.sp-hero--classic .sp-hero__grid { grid-template-columns: 1fr 1fr; }
.sp-hero__badge { display: inline-block; margin: 0 0 22px; padding: 9px 22px; border-radius: 999px; background: #F1F1F5; font-weight: 600; font-size: 1.05rem; color: var(--sp-ink); }
.sp-hero__badge mark { background: none; color: #e0a800; }
.sp-hero--classic .sp-hero__title { font-size: clamp(2.6rem, 4.8vw, 4.4rem); }
.sp-hero--classic .sp-hero__line { white-space: normal; }
.sp-hero--classic .sp-hero__line + .sp-hero__line::after { display: none; }
.sp-hero--classic .sp-hero__chips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sp-hero--classic .sp-hero__chips li { flex-direction: column; justify-content: center; text-align: center; gap: 8px; min-height: 104px; padding: 16px 10px; background: var(--sp-tint); border-radius: 22px; font-weight: 700; font-size: .9rem; line-height: 1.25; transition: transform .3s var(--sp-ease), background-color .3s; }
.sp-hero--classic .sp-hero__chips li:hover { transform: translateY(-4px); background: #FFEFB8; }
.sp-hero--classic .sp-hero__chips .sp-icon { width: 32px; height: 32px; color: #F2B300; stroke-width: 2; }
.sp-classic { position: relative; padding: 8% 6%; }
.sp-classic__lines { position: absolute; inset: 0; color: var(--sp-primary); pointer-events: none; }
.sp-classic__lines svg { width: 100%; height: 100%; }
.sp-classic__lines path { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: sp-draw 2.4s var(--sp-ease) .3s forwards; }
.sp-classic__frame { position: relative; aspect-ratio: 16 / 10; border-radius: 26px; overflow: hidden; background: #050505; box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .5); transform: rotate(-1.5deg); transition: transform .6s var(--sp-ease); }
.sp-classic:hover .sp-classic__frame { transform: rotate(0); }
.sp-classic__frame > img, .sp-classic__frame > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sp-classic .sp-display__boot { opacity: 1; }
@keyframes sp-draw { to { stroke-dashoffset: 0; } }
@media (max-width: 960px) { .sp-hero--classic .sp-hero__grid { grid-template-columns: 1fr; } .sp-hero--classic .sp-hero__stage { order: 2; } }
@media (max-width: 560px) { .sp-hero--classic .sp-hero__chips { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Smart bus hero ---------- */
.sp-hero--bus .sp-hero__grid { grid-template-columns: .9fr 1.1fr; }
.sp-hero--bus .sp-hero__title { font-size: clamp(2.6rem, 4.9vw, 4.7rem); }
.sp-bus {
	position: relative; aspect-ratio: 1000 / 700; border-radius: 28px; overflow: hidden; background: #dfe3e8;
	box-shadow: 0 50px 90px -40px rgba(0, 0, 0, .55), 0 0 0 1px rgba(0, 0, 0, .06);
}
.sp-bus__svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.sp-bus__led { font: 700 17px var(--sp-font); fill: var(--sp-primary); letter-spacing: .06em; }
.sp-bus__small { font: 600 9px var(--sp-font); fill: #c7cfd7; }
.sp-bus__flags { transform-box: fill-box; transform-origin: top; animation: sp-flags 5s ease-in-out infinite; }
@keyframes sp-flags { 50% { transform: skewX(4deg) translateY(1px); } }
.sp-bus__screen {
	position: absolute; left: 46.2%; top: 28%; width: 34.6%; height: 29.15%; overflow: hidden; border-radius: 5px; background: #050505;
	container-type: inline-size; color: #fff;
}
.sp-bus__screen::before { content: ""; position: absolute; inset: 0; z-index: 5; background: #fff; pointer-events: none; transform: scale(0, .006); opacity: 0; }
.sp-bus.is-on .sp-bus__screen::before { animation: sp-poweron 1.1s var(--sp-ease) forwards; }
.sp-bus .sp-display__boot { z-index: 4; }
.sp-bus.is-on .sp-display__boot { animation: sp-boot 2.6s ease .9s forwards; }
.sp-bus__media { position: absolute; inset: 0; width: 100%; height: 83%; object-fit: cover; }
video.sp-bus__media { opacity: 0; transition: opacity .8s; }
.sp-bus.is-playing video.sp-bus__media { opacity: 1; }
.sp-bus__slides { position: absolute; inset: 0 0 17% 0; }
.sp-bus__slide { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 5cqw 6cqw; opacity: 0; transition: opacity .8s ease; }
.sp-bus__slide.is-active { opacity: 1; }
.sp-bus__slide--route { background: radial-gradient(120% 90% at 0 0, #17385a, #0a1522 70%); }
.sp-bus__route-title { display: flex; align-items: center; gap: 3cqw; margin: 0 0 6cqw; font-size: 6.2cqw; font-weight: 700; line-height: 1.2; }
.sp-bus__route-title b { display: grid; place-items: center; min-width: 10cqw; height: 10cqw; border-radius: 2cqw; background: var(--sp-primary); color: #000; font-size: 5.6cqw; }
.sp-bus__stops { position: relative; display: flex; justify-content: space-between; list-style: none; margin: 0; padding: 0; }
.sp-bus__stops::before { content: ""; position: absolute; left: 2%; right: 2%; top: 1.6cqw; height: .8cqw; border-radius: 1cqw; background: rgba(255, 255, 255, .22); }
.sp-bus__stops li { position: relative; display: grid; justify-items: center; gap: 2cqw; width: 18%; text-align: center; font-size: 3.5cqw; line-height: 1.2; color: #d6e2ee; }
.sp-bus__stops i { width: 4cqw; height: 4cqw; border-radius: 50%; background: #0a1522; border: .8cqw solid #7f94aa; }
.sp-bus__stops .is-passed { color: #7f94aa; }
.sp-bus__stops .is-passed i { background: #7f94aa; }
.sp-bus__stops .is-next { color: #fff; font-weight: 700; }
.sp-bus__stops .is-next i { background: var(--sp-primary); border-color: var(--sp-primary); box-shadow: 0 0 0 1.4cqw rgba(254, 201, 69, .3); animation: sp-ping-soft 1.6s ease-out infinite; }
@keyframes sp-ping-soft { 50% { box-shadow: 0 0 0 2.4cqw rgba(254, 201, 69, 0); } }
.sp-bus__slide--ad { flex-direction: row; align-items: center; gap: 5cqw; background: radial-gradient(120% 100% at 100% 0, #2a2410, #0b0b0b 65%); color: #fff; }
.sp-bus__slide--ad strong { color: var(--sp-primary); }
.sp-bus__slide--ad img { width: 18cqw; height: auto; }
.sp-bus__slide--ad p { margin: 0; display: grid; gap: 1cqw; }
.sp-bus__slide--ad strong { font-size: 7cqw; line-height: 1.05; letter-spacing: -.03em; }
.sp-bus__slide--ad span { font-size: 4cqw; font-weight: 600; }
.sp-bus__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 17%; z-index: 3; display: flex; align-items: center; gap: 3cqw; padding: 0 3cqw; background: #0b0b0b; border-top: .4cqw solid var(--sp-primary); font-size: 3.6cqw; }
.sp-bus__route { display: grid; place-items: center; min-width: 8cqw; height: 8cqw; border-radius: 1.4cqw; background: var(--sp-primary); color: #000; font-weight: 800; }
.sp-bus__next { flex: 1; display: flex; align-items: baseline; gap: 2cqw; min-width: 0; white-space: nowrap; overflow: hidden; }
.sp-bus__next small { color: #9aa6b2; font-size: 3cqw; }
.sp-bus__next b { font-size: 4.2cqw; color: #fff; }
.sp-bus__time { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--sp-primary); }
.sp-hero--bus .sp-float--token { left: -4%; bottom: 8%; }
.sp-hero--bus .sp-float--sync { right: -2%; top: -4%; }
@media (max-width: 960px) { .sp-hero--bus .sp-hero__grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .sp-bus { border-radius: 18px; } .sp-hero--bus .sp-float--token { left: 2%; bottom: -6%; } .sp-hero--bus .sp-float--sync { right: 2%; top: -8%; } .sp-hero--bus .sp-hero__stage { padding-bottom: 56px; } }

/* Elementor editor: always show content (no waiting for scroll reveals). */
.elementor-editor-active [data-reveal] { opacity: 1 !important; transform: none !important; }
.sp-no-anim [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
.sp-contact-list a { white-space: nowrap; }

/* =========================================================================
   v1.2: smart TV hero, one-line highlights, ticker layouts, calling board, hCaptcha
   ========================================================================= */
.sp-main { overflow-x: clip; }

/* Highlights on one line (wraps only on narrow screens) */
.sp-hero:not(.sp-hero--classic) .sp-hero__chips { flex-wrap: nowrap; gap: 8px clamp(12px, 1.4vw, 22px); }
.sp-hero:not(.sp-hero--classic) .sp-hero__chips li { white-space: nowrap; font-size: clamp(.8rem, .92vw, .95rem); }
@media (max-width: 1180px) { .sp-hero:not(.sp-hero--classic) .sp-hero__chips { flex-wrap: wrap; } }

/* ---------- Smart TV (wall mount) ---------- */
.sp-hero--tv .sp-hero__grid { grid-template-columns: 1.14fr .86fr; }
.sp-hero--tv .sp-hero__title { font-size: clamp(2.6rem, 5.1vw, 4.9rem); }
.sp-tv { position: relative; width: 100%; max-width: var(--sp-tv-w, 640px); margin-inline: auto; }
.sp-tv__stage { position: relative; aspect-ratio: 1 / 1; perspective: 1800px; }
.sp-tv__device {
	position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	background: linear-gradient(145deg, #1d1d20, #0a0a0b 60%); border-radius: 16px; will-change: transform;
}
.sp-tv__device.is-landscape { width: 100%; height: 56.25%; }
.sp-tv__device.is-portrait { width: 56.25%; height: 100%; }
.sp-tv[data-anim="morph"] .sp-tv__device { transition: width .95s var(--sp-ease), height .95s var(--sp-ease); }
.sp-tv.has-shadow .sp-tv__device { box-shadow: 0 1px 0 rgba(255, 255, 255, .08) inset, 0 0 0 1px #2a2a2e, 0 38px 60px -28px rgba(0, 0, 0, .45), 0 18px 24px -18px rgba(0, 0, 0, .35); }
.sp-tv.has-mount .sp-tv__stage::before { /* soft wall contact shadow behind the mount */
	content: ""; position: absolute; left: 50%; top: 50%; width: 38%; height: 30%; transform: translate(-50%, -42%);
	background: radial-gradient(closest-side, rgba(0, 0, 0, .22), transparent); filter: blur(18px); pointer-events: none;
}
.sp-tv__screen { position: absolute; inset: 9px; border-radius: 7px; overflow: hidden; background: #000; container-type: size; }
.sp-tv__led { position: absolute; left: 50%; bottom: 3px; width: 5px; height: 3px; margin-left: -2.5px; border-radius: 2px; background: var(--sp-live); box-shadow: 0 0 6px var(--sp-live); opacity: .9; }
.sp-tv__device.is-portrait .sp-tv__led { bottom: 3px; }
.sp-tv__glare { position: absolute; inset: 0; z-index: 4; pointer-events: none; background: linear-gradient(118deg, rgba(255, 255, 255, .1) 0 16%, transparent 34%); }
.sp-tv__playlist { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease, filter .7s ease; }
.sp-tv__playlist.is-active { opacity: 1; }
.sp-tv.is-turning .sp-tv__playlist { opacity: 0; filter: blur(6px); transition-duration: .32s; }
.sp-tv__item { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease, filter 1.1s ease, transform 1.3s ease; background: #0b0b0b url(../img/logo-mark.png) no-repeat center / 16%; }
.sp-tv__item.is-on { opacity: 1; z-index: 1; }
.sp-tv--fx-blur .sp-tv__item:not(.is-on) { filter: blur(16px); }
.sp-tv--fx-zoom .sp-tv__item:not(.is-on) { transform: scale(1.08); }
.sp-tv__item > video, .sp-tv__item > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sp-tv__item > video { opacity: 0; transition: opacity .6s; }
.sp-tv__item.is-playing > video { opacity: 1; }

/* built-in screen content (used when a timeline is empty) */
.sp-tv__builtin { background-image: none; display: flex; align-items: center; color: #fff; }
.sp-tv__builtin p { margin: 0; }
.sp-tv__builtin--brand { gap: 5cqw; padding: 0 8cqw; background: radial-gradient(120% 120% at 100% 0, #2b2410, #0b0b0b 60%); }
.sp-tv__builtin--brand img { width: 14cqw; height: auto; }
.sp-tv__builtin--brand p, .sp-tv__builtin--bars p { display: grid; gap: 1.6cqh; }
.sp-tv__builtin--brand strong { font-size: 6.2cqw; line-height: 1.05; letter-spacing: -.035em; font-weight: 800; }
.sp-tv__builtin--brand span { font-size: 2.6cqw; color: #bdbdb5; display: flex; align-items: center; gap: 1.4cqw; }
.sp-tv__builtin--brand span::before { content: ""; width: 1.4cqw; height: 1.4cqw; border-radius: 50%; background: var(--sp-live); box-shadow: 0 0 0 .7cqw rgba(31, 179, 107, .25); }
.sp-tv__builtin--bars { flex-direction: column; justify-content: center; align-items: flex-start; gap: 5cqh; padding: 0 8cqw; background: var(--sp-primary); color: #000; }
.sp-tv__builtin--bars strong { font-size: 6.6cqw; letter-spacing: -.035em; font-weight: 800; line-height: 1; }
.sp-tv__builtin--bars span { font-size: 2.8cqw; font-weight: 600; }
.sp-tv__bars { display: flex; align-items: flex-end; gap: 1.6cqw; height: 22cqh; }
.sp-tv__bars i { width: 5cqw; border-radius: 1cqw 1cqw 0 0; background: #000; animation: sp-bar 2.4s ease-in-out infinite; }
.sp-tv__bars i:nth-child(1) { height: 35%; } .sp-tv__bars i:nth-child(2) { height: 60%; animation-delay: .15s; } .sp-tv__bars i:nth-child(3) { height: 45%; animation-delay: .3s; } .sp-tv__bars i:nth-child(4) { height: 80%; animation-delay: .45s; } .sp-tv__bars i:nth-child(5) { height: 55%; animation-delay: .6s; } .sp-tv__bars i:nth-child(6) { height: 95%; animation-delay: .75s; } .sp-tv__bars i:nth-child(7) { height: 70%; animation-delay: .9s; }
@keyframes sp-bar { 50% { transform: scaleY(.6); } }
.sp-tv__bars i { transform-origin: bottom; }
.sp-tv__builtin--queue { flex-direction: column; justify-content: center; align-items: stretch; padding: 8cqh 9cqw; background: radial-gradient(120% 70% at 50% 0, #17385a, #0a1522 70%); text-align: center; }
.sp-tv__b-label { font-size: 5cqw; color: #9fb3c8; font-weight: 600; }
.sp-tv__b-token { font-size: 19cqw; font-weight: 800; letter-spacing: -.04em; line-height: 1.05; color: var(--sp-primary); }
.sp-tv__b-sub { font-size: 5.4cqw; font-weight: 600; margin-bottom: 6cqh !important; }
.sp-tv__b-sub b { display: inline-grid; place-items: center; min-width: 9cqw; padding: 0 2cqw; margin-left: 1.5cqw; border-radius: 1.6cqw; background: var(--sp-primary); color: #000; }
.sp-tv__b-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2cqh; }
.sp-tv__b-list li { display: flex; justify-content: space-between; padding: 2.6cqh 5cqw; border-radius: 2.4cqw; background: rgba(255, 255, 255, .07); font-size: 6cqw; font-weight: 700; }
.sp-tv__b-list li span:last-child { color: #9fb3c8; }
.sp-tv__builtin--promo-v { flex-direction: column; justify-content: center; align-items: flex-start; gap: 6cqh; padding: 0 10cqw; background: var(--sp-primary); color: #000; }
.sp-tv__builtin--promo-v img { width: 26cqw; height: auto; }
.sp-tv__builtin--promo-v p { display: grid; gap: 1cqh; }
.sp-tv__builtin--promo-v strong, .sp-tv__builtin--promo-v span { font-size: 12cqw; line-height: .98; letter-spacing: -.045em; font-weight: 800; }
.sp-tv__builtin--promo-v span { color: #fff; -webkit-text-stroke: 0; text-shadow: 0 0 0 #000; }

/* rotate control: icon button at the corner */
.sp-tv__rotate {
	position: absolute; right: 2%; bottom: 3%; z-index: 5; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; cursor: pointer;
	background: #fff; color: var(--sp-ink); border: 1px solid var(--sp-line); box-shadow: 0 12px 28px -12px rgba(0, 0, 0, .35); transition: transform .3s var(--sp-ease), background-color .2s, color .2s, box-shadow .3s;
}
.sp-tv__rotate::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--sp-primary); opacity: 0; animation: sp-hint 2.4s ease-out 1.8s 3; }
.sp-tv.was-used .sp-tv__rotate::after { display: none; }
.sp-tv__rotate:hover { background: var(--sp-ink); color: var(--sp-primary); transform: translateY(-2px); }
.sp-tv__rotate:hover svg { transform: rotate(-30deg); }
.sp-tv__rotate svg { transition: transform .4s var(--sp-ease); }
.sp-tv__rotate:disabled { opacity: .6; cursor: progress; }
.sp-tv__tip { position: absolute; right: calc(100% + 10px); top: 50%; transform: translate(6px, -50%); padding: 6px 10px; border-radius: 8px; background: var(--sp-ink); color: #fff; font-size: .8rem; font-weight: 600; white-space: nowrap; opacity: 0; pointer-events: none; transition: .25s var(--sp-ease); }
.sp-tv__rotate:hover .sp-tv__tip, .sp-tv__rotate:focus-visible .sp-tv__tip { opacity: 1; transform: translate(0, -50%); }
@keyframes sp-hint { 0% { transform: scale(.85); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }

/* rotate control: segmented toggle below */
.sp-tv__toggle { display: flex; gap: 4px; width: max-content; margin: 14px auto 0; padding: 5px; border-radius: 999px; background: #f1f1ef; border: 1px solid var(--sp-line); }
.sp-tv__toggle button { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 0; border-radius: 999px; background: transparent; font-weight: 600; font-size: .9rem; color: var(--sp-muted); cursor: pointer; transition: background-color .25s, color .25s, box-shadow .25s; }
.sp-tv__toggle button[aria-pressed="true"] { background: #fff; color: var(--sp-ink); box-shadow: 0 4px 12px -6px rgba(0, 0, 0, .3); }
.sp-tv__toggle button[aria-pressed="true"] svg { color: #c79500; }
@media (max-width: 960px) { .sp-hero--tv .sp-hero__grid { grid-template-columns: 1fr; } .sp-tv { max-width: 520px; } }
@media (max-width: 560px) { .sp-tv__rotate { width: 48px; height: 48px; } .sp-tv__tip { display: none; } }

/* ---------- Ticker layouts ---------- */
.sp-ticker--minimal, .sp-ticker--outline, .sp-ticker--pills, .sp-ticker--dual, .sp-ticker--brand { border-block: 0; }
.sp-ticker--minimal li, .sp-ticker--outline li, .sp-ticker--pills li, .sp-ticker--dual li, .sp-ticker--brand li { -webkit-mask: none; mask: none; text-shadow: none; letter-spacing: -.01em; }
.sp-ticker--minimal { background: #fff; color: var(--sp-ink); border-block: 1px solid var(--sp-line); padding: 24px 0; }
.sp-ticker--minimal li { font-weight: 600; font-size: clamp(1rem, 1.8vw, 1.35rem); gap: 40px; padding-right: 40px; }
.sp-ticker--minimal li::after { width: 8px; height: 8px; border-radius: 50%; background: var(--sp-primary); transform: none; }
.sp-ticker--outline { background: #fff; padding: clamp(18px, 3vw, 34px) 0; }
.sp-ticker--outline li { font-size: clamp(2.6rem, 6vw, 5.2rem); font-weight: 800; letter-spacing: -.045em; color: transparent; -webkit-text-stroke: 1.5px var(--sp-ink); gap: .5em; padding-right: .5em; }
.sp-ticker--outline li.is-alt { color: var(--sp-primary); -webkit-text-stroke: 0; }
.sp-ticker--outline li::after { width: .22em; height: .22em; border-radius: 50%; background: var(--sp-ink); transform: none; }
.sp-ticker--pills { background: var(--sp-soft); padding: 22px 0; }
.sp-ticker--pills li { gap: 10px; margin-right: 12px; padding: 12px 22px 12px 16px; font-size: 1rem; font-weight: 600; color: var(--sp-ink); background: #fff; border: 1px solid var(--sp-line); border-radius: 999px; }
.sp-ticker--pills li::after { display: none; }
.sp-ticker--pills li::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--sp-primary); box-shadow: 0 0 0 4px rgba(254, 201, 69, .3); }
.sp-ticker--dual { background: transparent; padding: clamp(30px, 4vw, 52px) 0; overflow: hidden; }
.sp-ticker__band { width: 104%; margin-left: -2%; padding: 16px 0; overflow: hidden; }
.sp-ticker__band--a { position: relative; z-index: 2; background: var(--sp-primary); color: #000; transform: rotate(-2deg); box-shadow: 0 16px 30px -18px rgba(0, 0, 0, .4); }
.sp-ticker__band--b { background: var(--sp-ink); color: var(--sp-primary); transform: rotate(1.6deg); margin-top: -10px; }
.sp-ticker--dual li { font-weight: 800; font-size: clamp(1.1rem, 2vw, 1.6rem); }
.sp-ticker--brand { background: var(--sp-primary); color: #000; transform: rotate(-1.4deg); width: 104%; margin: clamp(20px, 3vw, 36px) 0 clamp(20px, 3vw, 36px) -2%; padding: 20px 0; box-shadow: 0 18px 34px -22px rgba(0, 0, 0, .45); }
.sp-ticker--brand li { font-weight: 800; font-size: clamp(1.2rem, 2.2vw, 1.75rem); }

/* ---------- Token calling board ---------- */
.sp-board__call { display: flex; align-items: center; gap: 12px; padding: 12px 16px; margin: 0 0 14px; border-radius: 14px; background: #141414; color: var(--sp-on-dark-muted); font-weight: 600; font-size: .95rem; }
.sp-board__chime { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: rgba(254, 201, 69, .14); color: var(--sp-primary); }
.sp-board__chime .sp-icon { width: 17px; height: 17px; }
.sp-board__call strong { font-size: 1.45rem; font-weight: 800; color: var(--sp-primary); letter-spacing: -.01em; }
.sp-board__call-counter { margin-left: auto; }
.sp-board__call-counter b { display: inline-grid; place-items: center; min-width: 32px; height: 28px; padding: 0 6px; margin-left: 4px; border-radius: 7px; background: var(--sp-primary); color: #000; }
.sp-board__call.is-flash strong, .sp-board__call.is-flash .sp-board__chime { animation: sp-call-flash .9s ease; }
@keyframes sp-call-flash { 0%, 100% { transform: none; } 30% { transform: scale(1.12); } }
.sp-board__rows li.sp-board__row { transition: background-color 1.4s ease, color 1.4s ease, opacity 1.4s ease; }
.sp-board__token { position: relative; display: block; height: 1.2em; overflow: hidden; }
.sp-board__token b { display: block; font-weight: 800; transition: transform .45s var(--sp-ease), opacity .45s ease; }
.sp-board__token b.is-out { position: absolute; left: 0; top: 0; transform: translateY(-110%); opacity: 0; }
.sp-board__token b.is-in { animation: sp-token-in .5s var(--sp-ease); }
@keyframes sp-token-in { from { transform: translateY(110%); opacity: 0; } to { transform: none; opacity: 1; } }
.sp-board__rows li.is-now { background: var(--sp-primary); color: #000; }
.sp-board__rows li.is-calling { animation: sp-call-blink .5s steps(1) 3; }
@keyframes sp-call-blink { 50% { background: #151515; color: #fff; } }
.sp-board__rows li.was-now { opacity: .72; }
.sp-board__rows li.is-now .sp-board__counter { color: #000; }

/* hCaptcha */
.sp-captcha { margin: 18px 0 0; min-height: 78px; }

/* Elementor's global "img { height: auto }" must not break media that fills a frame. */
body .sp-tv__item > img, body .sp-tv__item > video, body .sp-product-card__media img, body .sp-card__media img,
body .sp-solution__media img, body .sp-classic__frame > img, body .sp-classic__frame > video, body .sp-product__main img { height: 100%; max-width: none; }
body .sp-tv__item > img, body .sp-tv__item > video { width: 100%; }
.sp-board__token, .sp-board__token b { line-height: 1.2; }
.sp-board__rows li.sp-board__row { align-items: center; }
body .sp-board__rows li.is-now span.sp-board__counter { color: inherit; }

/* =========================================================================
   v1.3: interactive token kiosk (mid shot) in the Token Management card
   ========================================================================= */
.sp-solution--kiosk { background: var(--sp-ink); border-color: var(--sp-ink); color: var(--sp-on-dark); }
.sp-solution--kiosk .sp-solution__title { color: #fff; }
.sp-solution--kiosk .sp-solution__text { color: var(--sp-on-dark-muted); }
.sp-solution--kiosk .sp-eyebrow { color: var(--sp-primary); }
.sp-solution--kiosk .sp-solution__body { background-image: radial-gradient(rgba(255, 255, 255, .09) 1px, transparent 1.2px); background-size: 22px 22px; }
.sp-solution--kiosk .sp-checklist li { color: #e9e9e4; }
.sp-solution--kiosk .sp-link-arrow { color: #fff; }
.sp-solution--kiosk:hover { border-color: #2a2a2a; }
.sp-solution__media--kiosk, .sp-solution--wide .sp-solution__media--kiosk {
	position: relative; aspect-ratio: auto; min-height: 600px; padding: 44px 24px 0; overflow: hidden; display: flex; justify-content: center; align-items: flex-start;
	background: radial-gradient(55% 48% at 50% 42%, rgba(254, 201, 69, .13), transparent 72%), linear-gradient(180deg, #0b0b0c, #050505);
}
.sp-solution__media--kiosk::after { /* floor light at the bottom of the mid shot */
	content: ""; position: absolute; left: 10%; right: 10%; bottom: -60px; height: 120px; background: radial-gradient(closest-side, rgba(254, 201, 69, .12), transparent); pointer-events: none;
}
.sp-kiosk-stage { display: flex; justify-content: center; padding: 24px 0 0; border-radius: var(--sp-r-xl); background: radial-gradient(55% 48% at 50% 40%, rgba(254, 201, 69, .16), transparent 72%), #070707; min-height: 600px; overflow: hidden; }

.sp-kiosk { --k-w: clamp(250px, 24vw, 292px); position: relative; width: var(--k-w); flex: none; }
.sp-kiosk__halo { position: absolute; left: 50%; top: 34%; width: 150%; height: 70%; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(254, 201, 69, .2), transparent); filter: blur(24px); animation: sp-k-breathe 5s ease-in-out infinite; pointer-events: none; }
@keyframes sp-k-breathe { 50% { opacity: .55; transform: translate(-50%, -50%) scale(.94); } }

/* body: brushed graphite with bevels */
.sp-kiosk__unit {
	position: relative; padding: 12px 14px 0; border-radius: 30px 30px 10px 10px;
	background: linear-gradient(90deg, #141518 0%, #2b2d33 9%, #1a1b1f 22%, #16171a 50%, #1d1e22 78%, #30323a 91%, #121316 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), inset 0 0 0 1px rgba(255, 255, 255, .04), 0 40px 80px -30px rgba(0, 0, 0, .9), 0 0 0 1px #000;
}
.sp-kiosk__unit::before { /* side accent light strips */
	content: ""; position: absolute; top: 60px; bottom: 0; left: 3px; right: 3px; border-left: 2px solid rgba(254, 201, 69, .35); border-right: 2px solid rgba(254, 201, 69, .35); border-radius: 0 0 8px 8px; pointer-events: none;
	-webkit-mask: linear-gradient(transparent, #000 20%, #000 70%, transparent); mask: linear-gradient(transparent, #000 20%, #000 70%, transparent);
}
.sp-kiosk__top { display: flex; justify-content: center; gap: 8px; height: 18px; align-items: center; }
.sp-kiosk__cam { width: 7px; height: 7px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #4a5a70, #0a0d12 60%); box-shadow: 0 0 0 2px #0c0d10; }
.sp-kiosk__sensor { width: 4px; height: 4px; border-radius: 50%; background: #1d2a1d; box-shadow: 0 0 4px rgba(31, 179, 107, .5); }

/* touchscreen */
.sp-kiosk__screen { position: relative; aspect-ratio: 10 / 13.4; border-radius: 12px; padding: 6px; background: #050505; box-shadow: inset 0 0 0 1px #2a2a2e, 0 0 0 1px #000; }
.sp-kiosk__ui { position: relative; height: 100%; border-radius: 8px; overflow: hidden; background: linear-gradient(180deg, #ffffff, #f4f3ee); color: var(--sp-ink); container-type: inline-size; }
.sp-kiosk__glass { position: absolute; inset: 6px; border-radius: 8px; pointer-events: none; background: linear-gradient(120deg, rgba(255, 255, 255, .22) 0 12%, transparent 30%); mix-blend-mode: screen; }
.sp-kiosk__bar { display: flex; align-items: center; gap: 2.4cqw; padding: 3.6cqw 5cqw; background: var(--sp-ink); color: #fff; font-size: 4.4cqw; font-weight: 700; }
.sp-kiosk__bar img { width: 6.6cqw; height: auto; }
.sp-kiosk__bar time { margin-left: auto; color: var(--sp-primary); font-variant-numeric: tabular-nums; }
.sp-kiosk__view { position: absolute; inset: 13cqw 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3.4cqw; padding: 0 7cqw 4cqw; text-align: center; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .45s ease, transform .45s var(--sp-ease), visibility 0s .45s; }
.sp-kiosk__ui[data-state="idle"] .sp-kiosk__view--idle, .sp-kiosk__ui[data-state="printing"] .sp-kiosk__view--printing, .sp-kiosk__ui[data-state="done"] .sp-kiosk__view--done { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.sp-kiosk__hello { margin: 0; font-size: 4.2cqw; color: var(--sp-muted); font-weight: 600; }
.sp-kiosk__title { margin: 0 0 1cqw; font-size: 8.4cqw; font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
.sp-kiosk__services { display: grid; gap: 2.2cqw; width: 100%; }
.sp-kiosk__services button { display: flex; align-items: center; gap: 3cqw; width: 100%; padding: 2.6cqw 3.4cqw; border: 1.5px solid #e4e3dc; border-radius: 3.4cqw; background: #fff; font: 600 4.4cqw var(--sp-font); color: var(--sp-ink); cursor: pointer; text-align: left; transition: border-color .2s, background-color .2s, transform .15s; }
.sp-kiosk__services button span { display: grid; place-items: center; width: 7.4cqw; height: 7.4cqw; border-radius: 2cqw; background: var(--sp-soft); font-weight: 800; font-size: 4.2cqw; }
.sp-kiosk__services button[aria-checked="true"] { border-color: var(--sp-ink); background: #fffaf0; }
.sp-kiosk__services button[aria-checked="true"] span { background: var(--sp-primary); }
.sp-kiosk__services button:active { transform: scale(.98); }
.sp-kiosk__print {
	position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 2.6cqw; width: 100%; margin-top: 1cqw; padding: 4.6cqw 4cqw; border: 0; border-radius: 99px; cursor: pointer; overflow: hidden;
	background: linear-gradient(180deg, #ffd66a, var(--sp-primary)); color: #000; font: 800 5.4cqw var(--sp-font); letter-spacing: -.01em;
	box-shadow: 0 1.6cqw 0 #c99400, 0 3cqw 6cqw -2cqw rgba(201, 148, 0, .6); transition: transform .12s ease, box-shadow .12s ease;
}
.sp-kiosk__print svg { width: 6cqw; height: 6cqw; }
.sp-kiosk__print::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, .55) 50%, transparent 70%); transform: translateX(-120%); animation: sp-k-shine 3.6s ease-in-out 1.5s infinite; }
@keyframes sp-k-shine { 60%, 100% { transform: translateX(120%); } }
.sp-kiosk__print:hover { filter: brightness(1.04); }
.sp-kiosk__print:active, .sp-kiosk__print.is-pressed { transform: translateY(1.4cqw); box-shadow: 0 .2cqw 0 #c99400, 0 1cqw 3cqw -2cqw rgba(201, 148, 0, .6); }
.sp-kiosk__print:focus-visible { outline: 3px solid var(--sp-ink); outline-offset: 3px; }
.sp-kiosk__queue { margin: 0; font-size: 3.8cqw; color: var(--sp-muted); }
.sp-kiosk__queue b { color: var(--sp-ink); }
.sp-kiosk__spin { width: 14cqw; height: 14cqw; border-radius: 50%; border: 1.6cqw solid #ecebe4; border-top-color: var(--sp-primary); animation: sp-k-spin .8s linear infinite; }
@keyframes sp-k-spin { to { transform: rotate(360deg); } }
.sp-kiosk__view--printing p { margin: 0; font-size: 5cqw; font-weight: 700; }
.sp-kiosk__ok { display: grid; place-items: center; width: 15cqw; height: 15cqw; border-radius: 50%; background: var(--sp-live); color: #fff; animation: sp-k-pop .5s var(--sp-ease); }
.sp-kiosk__ok .sp-icon { width: 8cqw; height: 8cqw; stroke-width: 2.8; }
@keyframes sp-k-pop { from { transform: scale(.4); opacity: 0; } }
.sp-kiosk__done-label { margin: 0; font-size: 5cqw; font-weight: 700; }
.sp-kiosk__done-token { margin: 0; font-size: 17cqw; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.sp-kiosk__done-sub { margin: 0; font-size: 3.9cqw; color: var(--sp-muted); }
.sp-kiosk__done-sub::before { content: "↓ "; color: #c99400; font-weight: 800; }

/* printer: slot with glowing LED strip */
.sp-kiosk__printer { position: relative; height: 62px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 12px; }
.sp-kiosk__plabel { font-size: 9px; font-weight: 700; letter-spacing: .12em; color: #6c6e76; margin-bottom: 7px; }
.sp-kiosk__slot { position: relative; width: 74%; height: 12px; border-radius: 7px; background: linear-gradient(180deg, #000, #0f0f11); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .9), 0 1px 0 rgba(255, 255, 255, .1); }
.sp-kiosk__led {
	position: absolute; left: 8%; right: 8%; top: 4px; height: 3px; border-radius: 3px;
	background: linear-gradient(90deg, rgba(254, 201, 69, .25), #fec945, #fff3c4, #fec945, rgba(254, 201, 69, .25)); background-size: 220% 100%;
	box-shadow: 0 0 8px rgba(254, 201, 69, .8), 0 0 18px rgba(254, 201, 69, .45);
	animation: sp-k-sweep 3.2s linear infinite, sp-k-glow 2.6s ease-in-out infinite;
}
@keyframes sp-k-sweep { to { background-position: -220% 0; } }
@keyframes sp-k-glow { 50% { opacity: .55; box-shadow: 0 0 4px rgba(254, 201, 69, .6), 0 0 10px rgba(254, 201, 69, .25); } }
.sp-kiosk__cone { /* light spilling out of the slot onto the paper and body */
	position: absolute; left: 50%; top: calc(100% - 12px); width: 88%; height: 150px; transform: translateX(-50%); pointer-events: none; opacity: .35;
	background: radial-gradient(60% 100% at 50% 0, rgba(254, 201, 69, .55), rgba(254, 201, 69, .08) 55%, transparent 75%); filter: blur(6px); transition: opacity .5s ease;
}
.sp-kiosk.is-printing .sp-kiosk__led { animation-duration: .7s, .5s; }
.sp-kiosk.is-printing .sp-kiosk__cone, .sp-kiosk.has-ticket .sp-kiosk__cone { opacity: 1; animation: sp-k-cone 1.2s ease-in-out infinite; }
@keyframes sp-k-cone { 50% { opacity: .7; } }
.sp-kiosk.is-printing .sp-kiosk__halo { animation-duration: 1.2s; }

/* lower body (cropped: mid shot) */
.sp-kiosk__lower { position: relative; height: 250px; display: flex; flex-direction: column; align-items: center; gap: 16px; padding-top: 206px; }
.sp-kiosk__grille { width: 46%; height: 10px; border-radius: 6px; background: radial-gradient(circle, #050505 1.2px, transparent 1.6px) 0 0 / 6px 5px; opacity: .8; }
.sp-kiosk__nfc { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #101114; color: #5a5d66; box-shadow: inset 0 0 0 1px #26282e; }
.sp-kiosk__nfc .sp-icon { width: 16px; height: 16px; }

/* paper feed: tickets appear to come out of the slot */
.sp-kiosk__feed { position: absolute; left: 0; right: 0; z-index: 3; pointer-events: none; clip-path: inset(0 -60px -400px -60px); }
.sp-ticket {
	position: absolute; left: 50%; top: 0; width: 66%; margin-left: -33%; pointer-events: auto; cursor: pointer; transform-origin: 50% 0;
	padding: 12px 12px 18px; background: linear-gradient(180deg, #fbfaf6, #f1efe8); color: #151515; text-align: center; font-family: var(--sp-font);
	box-shadow: 0 10px 22px -8px rgba(0, 0, 0, .7), 0 0 0 .5px rgba(0, 0, 0, .15);
	-webkit-mask: linear-gradient(#000, #000) top / 100% calc(100% - 6px) no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / 10px 6px repeat-x;
	mask: linear-gradient(#000, #000) top / 100% calc(100% - 6px) no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / 10px 6px repeat-x;
	transform: translateY(-101%);
}
.sp-ticket.is-feeding { animation: sp-k-feed 1.9s steps(19, end) forwards; }
.sp-ticket.is-out { transform: translateY(0); animation: sp-k-sway 2.4s ease-in-out 1; }
.sp-ticket.is-taken { transition: transform .6s var(--sp-ease), opacity .5s ease; transform: translate(40px, 70px) rotate(10deg); opacity: 0; }
@keyframes sp-k-feed { from { transform: translateY(-101%); } to { transform: translateY(0); } }
@keyframes sp-k-sway { 30% { transform: rotate(1.4deg); } 60% { transform: rotate(-.8deg); } 100% { transform: none; } }
.sp-ticket::before { /* thermal-paper shimmer + glow edge right after printing */
	content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(254, 201, 69, .35), transparent 30%); opacity: 0;
}
.sp-ticket.is-feeding::before, .sp-ticket.is-fresh::before { opacity: 1; transition: opacity 1.8s ease; }
.sp-ticket__brand { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.sp-ticket__brand img { width: 14px; height: auto; filter: grayscale(1) contrast(1.4); }
.sp-ticket__svc { margin: 6px 0 0; font-size: 9px; font-weight: 600; color: #555; letter-spacing: .08em; }
.sp-ticket__no { margin: 2px 0 2px; font-size: 38px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.sp-ticket__meta { margin: 0; font-size: 8.5px; color: #555; }
.sp-ticket__rule { height: 0; margin: 8px 0; border-top: 1px dashed #bdbab0; }
.sp-ticket__note { margin: 0 0 8px; font-size: 8.5px; line-height: 1.35; color: #333; }
.sp-ticket__code { height: 22px; margin: 0 8%; background: repeating-linear-gradient(90deg, #111 0 2px, transparent 2px 3px, #111 3px 4px, transparent 4px 6px, #111 6px 9px, transparent 9px 10px); opacity: .85; }
.sp-ticket__hint { position: absolute; left: 50%; bottom: -26px; transform: translateX(-50%); white-space: nowrap; font-size: 11px; font-weight: 600; color: var(--sp-primary); opacity: 0; transition: opacity .4s ease .6s; }
.sp-ticket.is-out .sp-ticket__hint { opacity: 1; }

@media (max-width: 1000px) { .sp-solution__media--kiosk, .sp-solution--wide .sp-solution__media--kiosk { min-height: 580px; } }
@media (prefers-reduced-motion: reduce) {
	.sp-ticket.is-feeding { animation: none; transform: none; }
	.sp-kiosk__halo, .sp-kiosk__led, .sp-kiosk__print::after { animation: none; }
}

/* v1.4: QR on the printed ticket */
.sp-ticket__foot { display: flex; align-items: center; gap: 10px; text-align: left; }
.sp-ticket__qr { flex: none; width: 66px; height: 66px; padding: 5px; background: #fff; border-radius: 3px; }
.sp-ticket__qr svg { display: block; width: 100%; height: 100%; }
.sp-ticket__qr svg path, .sp-ticket__qr svg rect[fill="black"] { fill: #111; }
.sp-ticket__foot .sp-ticket__note { margin: 0; }
.sp-ticket__foot .sp-ticket__code { flex: 1; margin: 0; }

/* =========================================================================
   v1.4: product hero panel, "Ideal for" icons, solution detail page
   ========================================================================= */
.sp-product__hero { background: var(--sp-soft); background-image: radial-gradient(rgba(28, 28, 31, .07) 1px, transparent 1.2px); background-size: 22px 22px; padding-block: clamp(36px, 5vw, 72px); }
@media (max-width: 960px) { .sp-product__hero { background-color: var(--sp-soft); } }

/* Ideal for */
.sp-ideal { list-style: none; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.sp-ideal li { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid var(--sp-line); border-radius: var(--sp-r-md); background: #fff; font-weight: 600; font-size: .95rem; line-height: 1.3; transition: border-color .25s, transform .3s var(--sp-ease), box-shadow .3s; }
.sp-ideal li:hover { border-color: var(--sp-ink); transform: translateY(-3px); box-shadow: 0 14px 30px -18px rgba(0, 0, 0, .3); }
.sp-ideal__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--sp-tint); color: #000; }
.sp-ideal__icon .sp-icon { width: 22px; height: 22px; }
.sp-prose .sp-ideal { margin-top: 14px; }
.sp-prose .sp-ideal li { margin: 0; }

/* Solution page: hero */
.sp-sol__hero { background: var(--sp-soft); background-image: radial-gradient(rgba(28, 28, 31, .07) 1px, transparent 1.2px); background-size: 22px 22px; padding-block: clamp(32px, 4vw, 56px); }
.sp-sol__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.sp-sol__copy .sp-crumbs { margin-bottom: 22px; }
.sp-sol__copy .sp-crumbs span[aria-current] { color: var(--sp-ink); font-weight: 600; }
.sp-sol__title { font-size: clamp(2.4rem, 4.8vw, 4rem); letter-spacing: -.045em; line-height: 1.02; margin: 4px 0 18px; }
.sp-sol__lead { font-size: 1.14rem; color: var(--sp-muted); max-width: 54ch; margin-bottom: 30px; }
.sp-sol__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.sp-sol__pills { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sp-sol__pills li { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px 7px 9px; border-radius: 999px; background: #fff; border: 1px solid var(--sp-line); font-weight: 600; font-size: .88rem; }
.sp-sol__pills .sp-icon { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: var(--sp-primary); stroke-width: 2.6; }
.sp-sol__stage {
	position: relative; height: clamp(560px, 50vw, 690px); display: flex; justify-content: center; align-items: flex-start; padding-top: 34px; overflow: hidden; border-radius: var(--sp-r-xl);
	background: radial-gradient(55% 45% at 50% 38%, rgba(254, 201, 69, .16), transparent 72%), linear-gradient(180deg, #0b0b0c, #040404);
	box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .55);
}
.sp-sol__stage::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 80px; background: linear-gradient(transparent, rgba(4, 4, 4, .85)); pointer-events: none; }
.sp-sol__image { border-radius: var(--sp-r-xl); overflow: hidden; background: #fff; border: 1px solid var(--sp-line); aspect-ratio: 4 / 3.4; display: grid; place-items: center; padding: 24px; }
.sp-sol__image img { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 960px) { .sp-sol__grid { grid-template-columns: 1fr; } .sp-sol__stage { height: 640px; } }

/* Solution page: overview + benefits */
.sp-sol__ov-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.sp-sol__ov-grid.is-single { grid-template-columns: minmax(0, 760px); }
.sp-sol__h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin: 0 0 18px; }
.sp-sol__prose { max-width: 62ch; }
.sp-sol__prose > :first-child { margin-top: 0; }
.sp-sol__prose p { font-size: 1.08rem; color: #3b3b40; }
.sp-sol__benefits { position: sticky; top: calc(var(--sp-header-h) + 24px); padding: clamp(22px, 2.6vw, 32px); border-radius: var(--sp-r-xl); background: var(--sp-ink); color: var(--sp-on-dark); }
.sp-sol__benefits h3 { color: #fff; font-size: 1.2rem; margin: 0 0 18px; }
.sp-sol__benefits ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.sp-sol__benefits li { display: flex; gap: 14px; align-items: flex-start; padding: 14px; border-radius: var(--sp-r-md); background: #141414; border: 1px solid #222; font-size: .96rem; line-height: 1.5; color: var(--sp-on-dark-muted); }
.sp-sol__benefits li strong { display: block; color: #fff; font-size: 1rem; margin-bottom: 2px; }
.sp-sol__bicon { flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--sp-primary); color: #000; }
.sp-sol__bicon .sp-icon { width: 17px; height: 17px; stroke-width: 2.6; }
.sp-sol__ideal { margin-top: clamp(40px, 5vw, 64px); }
.sp-sol__ideal h3 { font-size: 1.3rem; margin: 0; }
@media (max-width: 960px) { .sp-sol__ov-grid { grid-template-columns: 1fr; } .sp-sol__benefits { position: static; } }

/* FAQ + quote splits */
.sp-split--faq { grid-template-columns: .8fr 1.2fr; align-items: start; }
.sp-split--quote { grid-template-columns: .85fr 1.15fr; align-items: start; }
.sp-split--quote .sp-contact-list { margin-top: 26px; }
@media (max-width: 860px) { .sp-split--faq, .sp-split--quote { grid-template-columns: 1fr; } }

/* More solutions: compact cards */
.sp-mini { display: flex; flex-direction: column; height: 100%; overflow: hidden; border-radius: var(--sp-r-lg); background: #fff; border: 1px solid var(--sp-line); text-decoration: none; transition: border-color .25s, transform .35s var(--sp-ease), box-shadow .35s; }
.sp-mini:hover { border-color: var(--sp-ink); transform: translateY(-4px); box-shadow: 0 18px 36px -22px rgba(0, 0, 0, .35); }
.sp-mini__media { display: grid; place-items: center; aspect-ratio: 16 / 9; background: var(--sp-tint); overflow: hidden; }
.sp-mini__media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.sp-mini__media .sp-icon { width: 48px; height: 48px; color: #8a6400; }
.sp-mini__body { display: grid; gap: 6px; padding: 20px 22px 24px; }
.sp-mini__body small { font-weight: 600; color: #8a6400; }
.sp-mini__body strong { font-size: 1.2rem; letter-spacing: -.02em; color: var(--sp-ink); }
.sp-mini__body span { color: var(--sp-muted); font-size: .95rem; }
body .sp-mini__media img { height: 100%; }
.sp-prose ul.sp-ideal { padding-left: 0; }

/* v1.4.1: symmetric ticket: brand, service, token, date, rule, QR, note (all centred) */
.sp-ticket__foot { flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.sp-ticket__qr { width: 72px; height: 72px; margin: 0 auto; }
.sp-ticket__foot .sp-ticket__note { max-width: 90%; margin: 0 auto; text-align: center; }
.sp-ticket__rule { margin: 8px 6px; }
