:root {
	--bg: #f2f2f5;
	--surface: #fff;
	--ink: #1c1b1f;
	--ink-2: #3f3e46;
	--muted: #76757f;
	--line: rgba(20, 18, 30, .08);
	--tile: #e9e9fb;
	--tile-2: #f1f0fc;
	--brand: #f2a51e;
	--r-xl: 32px;
	--r-lg: 24px;
	--r-md: 20px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.boardzeppelin-lab-plus { overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: 'Rubik', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.boardzeppelin-lab-plus a { color: inherit; text-decoration: none; }
.boardzeppelin-lab-plus img { display: block; max-width: 100%; }
.boardzeppelin-lab-plus button { border: 0; background: none; color: inherit; cursor: pointer; font: inherit; }
.lp-wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

.lp-head { position: sticky; z-index: 60; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .86); backdrop-filter: blur(16px); }
.lp-head-in { display: flex; align-items: center; max-width: 1280px; height: 72px; margin: 0 auto; padding: 0 32px; gap: 32px; }
.lp-logo { display: flex; flex-shrink: 0; align-items: center; gap: 10px; }
.lp-logo .em { flex-shrink: 0; width: 40px; height: 40px; overflow: hidden; border-radius: 11px; }
.lp-logo .em img { max-width: none; height: 40px; }
.lp-logo b { font-size: 17px; font-weight: 700; letter-spacing: -.4px; line-height: 1.05; }
.lp-logo b i { display: block; color: var(--muted); font-size: 13px; font-style: normal; font-weight: 500; }
.lp-nav { display: flex; margin-left: 8px; gap: 26px; }
.lp-nav a { position: relative; padding: 6px 0; color: var(--ink-2); font-size: 15px; font-weight: 500; transition: color .2s; }
.lp-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; border-radius: 2px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s cubic-bezier(.2, .85, .3, 1); }
.lp-nav a:hover::after { transform: scaleX(1); }
.lp-head-r { display: flex; align-items: center; margin-left: auto; gap: 14px; }
.lp-menu { display: flex; align-items: center; padding: 9px 16px; border-radius: 999px; font-size: 15px; font-weight: 500; gap: 9px; transition: background .2s; }
.lp-menu:hover { background: rgba(20, 18, 30, .06); }
.lp-menu i { display: flex; flex-direction: column; gap: 3.5px; }
.lp-menu i span { display: block; width: 17px; height: 1.8px; border-radius: 2px; background: var(--ink); }
.lp-ava { flex-shrink: 0; width: 38px; height: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; }
.lp-ava img { width: 100%; height: 100%; object-fit: cover; }

.lp-hero { padding: 66px 0 20px; }
.lp-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.lp-h1 { font-size: clamp(34px, 4.6vw, 58px); font-weight: 700; letter-spacing: -1.6px; line-height: 1.06; }
.lp-sub { max-width: 470px; margin-top: 20px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.lp-cta { display: flex; flex-wrap: wrap; margin-top: 30px; gap: 12px; }
.lp-btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 27px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 15.5px; font-weight: 600; gap: 9px; transition: transform .2s, opacity .2s; }
.lp-btn:hover { opacity: .9; transform: translateY(-2px); }
.lp-btn.ghost { border: 1px solid rgba(20, 18, 30, .18); background: transparent; color: var(--ink); }
.lp-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.lp-screen { position: relative; overflow: hidden; border-radius: var(--r-xl); aspect-ratio: 16/11; background: #0d0c12; box-shadow: 0 34px 70px rgba(24, 20, 50, .2), 0 4px 14px rgba(24, 20, 50, .08); }
.lp-screen > .art { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.lp-screen .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 5, 12, .05) 30%, rgba(6, 5, 12, .86) 78%); }
.lp-screen .body { position: absolute; right: 0; bottom: 0; left: 0; padding: 22px; }
.lp-screen .body b, .lp-screen .body em { display: block; }
.lp-screen .body b { color: #fff; font-size: 19px; font-weight: 700; }
.lp-screen .body em { margin-top: 4px; color: rgba(255, 255, 255, .66); font-size: 13px; font-style: normal; }
.lp-screen .row { display: flex; margin-top: 14px; gap: 9px; }
.lp-screen .row img { width: 58px; height: 58px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 11px; object-fit: cover; }
.lp-screen .row img:first-child { outline: 2px solid #fff; outline-offset: 1px; }

.lp-sec { padding: 58px 0; }
.lp-sec-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; gap: 20px; }
.lp-h2 { font-size: clamp(24px, 2.7vw, 34px); font-weight: 700; letter-spacing: -.9px; }
.lp-all { color: var(--muted); font-size: 15px; font-weight: 500; }
.lp-rail-shell { position: relative; }
.lp-rail { display: flex; overflow-x: auto; padding: 4px 0 8px; gap: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.lp-rail::-webkit-scrollbar { display: none; }
.lp-poster { position: relative; flex: 0 0 216px; overflow: hidden; border-radius: var(--r-md); background: #0d0c12; scroll-snap-align: start; transition: transform .25s, box-shadow .25s; }
.lp-poster img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.lp-poster:hover { box-shadow: 0 22px 44px rgba(24, 20, 50, .22); transform: translateY(-6px); }
.lp-poster .cap { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px 14px 13px; background: linear-gradient(180deg, transparent, rgba(6, 5, 12, .9) 72%); color: #fff; font-size: 13.5px; font-weight: 600; line-height: 1.3; }
.lp-arrow { position: absolute; z-index: 4; top: calc(50% - 14px); display: grid; width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: 0 6px 18px rgba(24, 20, 50, .16); color: var(--ink); place-items: center; transform: translateY(-50%); transition: .2s; }
.lp-arrow:hover { background: var(--ink); color: #fff; }
.lp-arrow svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.lp-arrow.prev { left: -16px; }
.lp-arrow.next { right: -16px; }

.lp-panel { padding: 56px 40px 52px; border-radius: var(--r-xl); background: var(--surface); }
.lp-panel h2, .lp-panel .note { text-align: center; }
.lp-panel .note { max-width: 520px; margin: 12px auto 0; color: var(--muted); font-size: 15.5px; line-height: 1.55; }
.lp-tiles { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 40px; gap: 14px; }
.lp-tile { display: flex; flex-direction: column; align-items: center; padding: 22px 12px 20px; border-radius: var(--r-md); background: var(--tile); text-align: center; transition: transform .22s, background .22s; }
.lp-tile:hover { background: var(--tile-2); transform: translateY(-5px); }
.lp-ic { display: grid; width: 62px; height: 62px; border-radius: 50%; box-shadow: 0 7px 16px rgba(24, 20, 50, .16); place-items: center; transition: transform .22s; }
.lp-tile:hover .lp-ic { transform: scale(1.07); }
.lp-ic svg { width: 27px; height: 27px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.lp-ic--projects { background: linear-gradient(145deg, #8b7bf7, #6f5cf0); }
.lp-ic--shop { background: linear-gradient(145deg, #ffb43d, #f0812f); }
.lp-ic--files { background: linear-gradient(145deg, #38ccb0, #22a98f); }
.lp-ic--faq { background: linear-gradient(145deg, #5c9bff, #3b78f0); }
.lp-ic--about { background: linear-gradient(145deg, #fb7fb8, #f2588f); }
.lp-ic--contacts { background: linear-gradient(145deg, #57cf78, #33b25b); }
.lp-tile b { margin-top: 14px; font-size: 14.5px; font-weight: 600; }
.lp-tile > span:last-child { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.lp-gcard { position: relative; display: flex; flex: 0 0 268px; flex-direction: column; justify-content: flex-end; min-height: 212px; overflow: hidden; padding: 26px 24px; border-radius: var(--r-lg); color: #fff; scroll-snap-align: start; }
.lp-gcard b { font-size: 20px; font-weight: 700; line-height: 1.2; }
.lp-gcard span { margin-top: 9px; color: rgba(255, 255, 255, .76); font-size: 13.5px; line-height: 1.5; }
.lp-gcard--orange { background: radial-gradient(120% 130% at 100% 0%, #ff8a3d, transparent 62%), linear-gradient(160deg, #2a1a10, #120c14); }
.lp-gcard--violet { background: radial-gradient(120% 130% at 100% 0%, #7b6cf6, transparent 62%), linear-gradient(160deg, #1b1730, #100c18); }
.lp-gcard--green { background: radial-gradient(120% 130% at 100% 0%, #2fbf9f, transparent 62%), linear-gradient(160deg, #0f2420, #0b1114); }
.lp-gcard--blue { background: radial-gradient(120% 130% at 100% 0%, #4f8cf7, transparent 62%), linear-gradient(160deg, #131c2e, #0c1018); }
.lp-gcard--pink { background: radial-gradient(120% 130% at 100% 0%, #f472b6, transparent 62%), linear-gradient(160deg, #2a1220, #140b14); }
.lp-gcard--gold { background: radial-gradient(120% 130% at 100% 0%, #f7c23b, transparent 62%), linear-gradient(160deg, #241d0c, #130f0a); }

.lp-foot { margin-top: 34px; border-top: 1px solid var(--line); background: var(--surface); }
.lp-foot-in { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 46px 0 34px; gap: 46px; }
.lp-foot-zep img { width: 210px; }
.lp-foot-links { display: flex; flex-wrap: wrap; font-size: 15px; font-weight: 500; gap: 22px; }
.lp-foot-contact { display: flex; flex-wrap: wrap; align-items: center; margin-top: 18px; gap: 14px; }
.lp-foot-contact b { font-size: 23px; font-weight: 700; }
.lp-pill { display: inline-flex; align-items: center; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 500; gap: 8px; }
.lp-pill svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.lp-foot-addr { max-width: 520px; margin-top: 14px; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.lp-foot-bot { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 18px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; gap: 18px; }
.lp-flag { position: fixed; z-index: 80; bottom: 16px; left: 16px; display: flex; align-items: center; padding: 9px 15px; border-radius: 999px; background: var(--ink); box-shadow: 0 8px 22px rgba(24, 20, 50, .25); color: #fff; font-size: 12.5px; font-weight: 600; gap: 8px; }
.lp-flag s { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }

@media (max-width: 1080px) { .lp-tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) {
	.lp-hero-grid { grid-template-columns: 1fr; gap: 34px; }
	.lp-nav { position: absolute; top: 72px; right: 18px; display: none; flex-direction: column; min-width: 210px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 38px rgba(24, 20, 50, .15); gap: 8px; }
	.lp-nav.on { display: flex; }
	.lp-foot-in { grid-template-columns: 1fr; gap: 26px; }
	.lp-foot-zep img { width: 160px; }
}
@media (max-width: 760px) { .lp-arrow { display: none; } }
@media (max-width: 560px) {
	.lp-wrap, .lp-head-in { padding: 0 18px; }
	.lp-head-in { gap: 12px; }
	.lp-logo b { font-size: 15px; }
	.lp-logo b i { display: none; }
	.lp-menu { padding: 9px 12px; }
	.lp-hero { padding: 38px 0 10px; }
	.lp-sec { padding: 38px 0; }
	.lp-panel { padding: 36px 20px 34px; }
	.lp-poster { flex-basis: 168px; }
	.lp-gcard { flex-basis: 232px; }
	.lp-tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.lp-poster, .lp-tile, .lp-ic, .lp-btn { transition: none; }
}
