/* ============================================================
   eventin.live avaleht v2 (Virgo 29.08.2026, #40) — l2-* sektsioonid.
   Idee 100% juhiabi.ee "Avaleht v2" (marketing-v2.css), värvid ja fondid
   eventin'i tokenitest (style.css :root --hem-*).
   ============================================================ */
body.hem-landing-v2 {
	--l2-ink: var(--hem-gray-900, #111827);
	--l2-slate: #46506b;
	--l2-muted: var(--hem-gray-400, #9ca3af);
	--l2-mist: #eff4ff;
	--l2-primary: var(--hem-primary, #2563eb);
	--l2-deep: var(--hem-primary-dark, #1d4ed8);
	--l2-light: #dbeafe;
	--l2-light2: #eef3ff;
	--l2-line: var(--hem-gray-200, #e5e7eb);
	--l2-ok: var(--hem-success, #10b981);
	--l2-warn: #d97706;
	--l2-font-d: 'Space Grotesk', var(--hem-font-sans, Inter, sans-serif);
	--l2-font-b: var(--hem-font-sans, Inter, -apple-system, sans-serif);
	--l2-font-m: var(--hem-font-mono, 'JetBrains Mono', ui-monospace, Menlo, monospace);
	margin: 0;
	font-family: var(--l2-font-b);
	color: var(--l2-ink);
	background: #fff;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
html { scroll-behavior: smooth; }
.hem-landing-v2 *, .hem-landing-v2 *::before, .hem-landing-v2 *::after { box-sizing: border-box; }
.hem-landing-v2 .hem-footer { margin-top: 0; }
section[id^="s-"] { scroll-margin-top: 104px; } /* kleepuva 2-realise päise kõrgus */

/* ---------- päis (kleepuv, klaasjas) ---------- */
.l2-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.84); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--l2-line); }
.l2-header__inner { max-width: 1160px; margin: 0 auto; padding: 10px 24px; display: flex; align-items: center; flex-wrap: wrap; column-gap: 16px; row-gap: 4px; }
.l2-header__menu { display: contents; }
.l2-header__brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--l2-ink); flex-shrink: 0; order: 1; }
.l2-header__logo { height: 34px; width: auto; flex-shrink: 0; object-fit: contain; display: block; }
.l2-header__name { font-family: var(--l2-font-d); font-size: 1.375rem; font-weight: 700; letter-spacing: -0.03em; }
.l2-header__dot { color: var(--l2-primary); }
.l2-header__actions { order: 2; margin-left: auto; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.l2-header__nav { order: 3; flex-basis: 100%; display: flex; align-items: center; gap: 2px; flex-wrap: wrap; justify-content: flex-start; margin-left: -12px; }
.l2-nav-link { color: var(--l2-slate); text-decoration: none; font-size: .9375rem; font-weight: 600; padding: 6px 12px; border-radius: 8px; }
.l2-nav-link:hover { color: var(--l2-ink); background: var(--l2-mist); }
.l2-langs { display: inline-flex; gap: 2px; margin: 0 6px; }
.l2-langs__item { font-family: var(--l2-font-m); font-size: 11.5px; padding: 5px 8px; border-radius: 999px; text-decoration: none; color: var(--l2-slate); border: 1px solid transparent; }
.l2-langs__item.is-active { background: var(--l2-light2); color: var(--l2-deep); border-color: var(--l2-light); }
.l2-header__burger { display: none; order: 2; margin-left: auto; width: 40px; height: 40px; border: 1px solid var(--l2-line); border-radius: 10px; background: #fff; cursor: pointer; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.l2-header__burger span { width: 18px; height: 2px; background: var(--l2-ink); border-radius: 2px; }

/* ---------- ühisosad ---------- */
.l2-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.l2 { padding: 96px 0; }
.l2--mist { background: var(--l2-mist); }
.l2 img { max-width: 100%; display: block; }
.l2-chip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--l2-font-m); font-size: 12.5px; font-weight: 500; padding: 5px 12px; border-radius: 999px; white-space: nowrap; background: var(--l2-light2); color: var(--l2-deep); border: 1px solid var(--l2-light); }
.l2-chip--ok { background: #f0fdf4; color: var(--l2-ok); border-color: #dcfce7; }
.l2-chip--warn { background: #fffbeb; color: var(--l2-warn); border-color: #fef3c7; }
.l2-chip--inv { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.25); }
.l2-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; }
.l2-eyebrow { margin-bottom: 16px; }
.l2-title { font-family: var(--l2-font-d); font-weight: 700; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -0.02em; line-height: 1.12; max-width: 22em; margin: 0; }
.l2-sub { color: var(--l2-slate); font-size: 18px; margin: 14px 0 0; max-width: 38em; }
.l2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--l2-font-d); font-weight: 600; font-size: 15.5px; padding: 11px 22px; border-radius: 10px; border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: .15s; line-height: 1.2; }
.l2-btn--p { background: var(--l2-primary); color: #fff; }
.l2-btn--p:hover { background: var(--l2-deep); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(37,99,235,.28); color: #fff; }
.l2-btn--g { border-color: var(--l2-line); color: var(--l2-ink); background: #fff; }
.l2-btn--g:hover { border-color: var(--l2-primary); color: var(--l2-primary); }
.l2-btn--l { font-size: 17px; padding: 14px 30px; }
.l2-btn--s { font-size: 14px; padding: 8px 16px; }
.l2-cta { display: flex; gap: 14px; margin-top: 24px; flex-wrap: wrap; }
.l2-preview-bar { background: #f59e0b; color: #fff; text-align: center; font-size: .8125rem; font-weight: 600; padding: 8px; }
/* puuduv pilt (AINULT eelvaates) */
.l2-ph { border: 2px dashed #b9c2e8; background: repeating-linear-gradient(45deg, #f7f8fe, #f7f8fe 12px, #eff2fc 12px, #eff2fc 24px); border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 24px; min-height: 160px; }
.l2-ph b { font-family: var(--l2-font-m); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.l2-ph span { font-size: 13px; line-height: 1.45; color: var(--l2-slate); }

/* ---------- teaderiba ---------- */
.l2-bar { background: var(--l2-ink); color: #fff; font-size: 14px; padding: 9px 16px; text-align: center; }
.l2-bar b { color: #8ef0b0; }
.l2-bar a { color: #fff; text-decoration: underline; text-underline-offset: 3px; margin-left: 10px; font-weight: 600; }

/* ---------- hero ---------- */
.l2-hero { padding: 72px 0 48px; overflow: hidden; }
.l2-hero__grid { display: grid; grid-template-columns: 7fr 6fr; gap: 56px; align-items: center; }
.l2-hero__title { font-family: var(--l2-font-d); font-weight: 700; font-size: clamp(38px, 5vw, 58px); line-height: 1.04; letter-spacing: -0.03em; margin: 18px 0 20px; }
.l2-hero__title em { font-style: normal; color: var(--l2-primary); position: relative; }
.l2-hero__title em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 10px; background: var(--l2-light); z-index: -1; border-radius: 3px; }
.l2-hero__lead { font-size: 19px; color: var(--l2-slate); max-width: 34em; margin: 0; }
.l2-offer { margin-top: 26px; border: 1.5px solid #bbf7d0; background: #f0fdf4; border-radius: 14px; padding: 16px 20px; max-width: 36em; }
.l2-offer > b { color: var(--l2-ok); font-family: var(--l2-font-d); }
.l2-offer__body { font-size: 15px; color: var(--l2-slate); margin-top: 3px; }
.l2-offer__body p { margin: 0 0 4px; }
.l2-hero__trust { font-family: var(--l2-font-m); font-size: 12.5px; color: var(--l2-muted); letter-spacing: .02em; margin-top: 18px; }
.l2-frame { background: #fff; border: 1px solid var(--l2-line); border-radius: 14px; box-shadow: 0 30px 70px -22px rgba(17,24,39,.28); overflow: hidden; }
.l2-frame__bar { display: flex; gap: 6px; padding: 11px 14px; border-bottom: 1px solid var(--l2-line); background: #fafbfe; }
.l2-frame__bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--l2-line); }
.l2-frame__bar i:first-child { background: #fca5a5; }
.l2-frame__bar i:nth-child(2) { background: #fcd34d; }
.l2-frame__bar i:nth-child(3) { background: #86efac; }
.l2-shot { position: relative; }
.l2-shot__img { width: 100%; height: auto; cursor: zoom-in; }
.l2-float { position: absolute; box-shadow: 0 10px 26px rgba(17,24,39,.16); background: #fff; }
.l2-float--1 { top: 14%; left: -34px; animation: l2bob 5s ease-in-out infinite; }
.l2-float--2 { bottom: 26%; right: -20px; animation: l2bob 6s ease-in-out .8s infinite; }
.l2-float--3 { bottom: -16px; left: 10%; animation: l2bob 5.5s ease-in-out 1.6s infinite; }
@keyframes l2bob { 50% { transform: translateY(-7px); } }

/* ---------- ribakiri ---------- */
.l2-ticker { border-block: 1px solid var(--l2-line); background: var(--l2-mist); padding: 13px 0; overflow: hidden; }
.l2-ticker__inner { display: flex; gap: 40px; width: max-content; animation: l2roll 46s linear infinite; }
.l2-ticker span { font-family: var(--l2-font-m); font-size: 13px; color: var(--l2-slate); white-space: nowrap; }
.l2-ticker span b { color: var(--l2-ok); font-weight: 600; margin-right: 7px; }
@keyframes l2roll { to { transform: translateX(-50%); } }

/* ---------- voog ---------- */
.l2-flow { display: grid; grid-template-columns: repeat(var(--l2-cols, 3), 1fr); gap: 18px; margin-top: 52px; counter-reset: l2step; }
.l2-flow__step { background: #fff; border: 1px solid var(--l2-line); border-radius: 14px; padding: 18px; position: relative; transition: .2s; }
.l2-flow__step:hover { transform: translateY(-4px); box-shadow: 0 16px 34px -14px rgba(17,24,39,.18); }
.l2-flow__step::before { counter-increment: l2step; content: counter(l2step, decimal-leading-zero); font-family: var(--l2-font-m); font-size: 12px; color: var(--l2-primary); display: block; margin-bottom: 8px; }
.l2-flow__img { border-radius: 8px; border: 1px solid var(--l2-line); aspect-ratio: 16/10; object-fit: cover; object-position: top left; margin-bottom: 12px; width: 100%; }
.l2-flow__step h3 { font-family: var(--l2-font-d); font-size: 17px; margin: 0 0 4px; }
.l2-flow__step p { font-size: 14px; color: var(--l2-slate); line-height: 1.5; margin: 0; }
.l2-flow__arrow { position: absolute; right: -15px; top: 46%; font-size: 15px; color: var(--l2-muted); z-index: 2; }

/* ---------- suurvaade ---------- */
.l2-modsec + .l2-modsec { padding-top: 0; }
.l2-mod { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.l2-mod--flip .l2-mod__media { order: -1; }
.l2-mod__title { font-family: var(--l2-font-d); font-weight: 700; font-size: clamp(26px, 3vw, 36px); letter-spacing: -0.02em; margin: 14px 0; }
.l2-mod__body { color: var(--l2-slate); }
.l2-mod__body p { margin: 0 0 8px; }
.l2-mod__list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 11px; }
.l2-mod__list li { padding-left: 28px; position: relative; font-size: 15.5px; }
.l2-mod__list li::before { content: '✓'; position: absolute; left: 0; color: var(--l2-ok); font-weight: 700; }
.l2-mod__media { position: relative; }
.l2-mod__media .l2-frame { transform: rotate(-1deg); }
.l2-mod--flip .l2-mod__media .l2-frame { transform: rotate(1deg); }
.l2-mod__stock { position: absolute; right: -18px; bottom: -34px; width: 44%; z-index: 2; transform: rotate(2deg); border-radius: 12px; box-shadow: 0 14px 30px rgba(17,24,39,.22); }
.l2-mod--flip .l2-mod__stock { right: auto; left: -18px; transform: rotate(-2deg); }
.l2-mod__media .l2-ph.l2-shot__img { aspect-ratio: 16/10; }

/* ---------- bento ---------- */
.l2-bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; grid-auto-flow: dense; }
.l2-bcard { background: #fff; border: 1px solid var(--l2-line); border-radius: 14px; padding: 22px; transition: .2s; }
.l2-bcard:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -14px rgba(17,24,39,.16); }
.l2-bcard--img { grid-row: span 2; padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.l2-bcard__img { aspect-ratio: 16/11; object-fit: cover; object-position: top left; border-bottom: 1px solid var(--l2-line); width: 100%; cursor: zoom-in; }
.l2-bcard__pad { padding: 20px 22px; }
.l2-bcard__ico { font-size: 22px; display: block; margin-bottom: 10px; }
.l2-bcard h3 { font-family: var(--l2-font-d); font-size: 16.5px; margin: 0 0 5px; }
.l2-bcard p { font-size: 14px; color: var(--l2-slate); line-height: 1.5; margin: 0; }

/* ---------- kellele ---------- */
.l2-who { display: grid; grid-template-columns: repeat(var(--l2-cols, 4), 1fr); gap: 22px; margin-top: 52px; }
.l2-wcard { border-radius: 14px; overflow: hidden; border: 1px solid var(--l2-line); background: #fff; display: flex; flex-direction: column; }
.l2-wcard__img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.l2-wcard .l2-ph.l2-wcard__img { border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }
.l2-wcard__pad { padding: 22px; }
.l2-wcard h3 { font-family: var(--l2-font-d); font-size: 18px; margin: 0 0 6px; }
.l2-wcard p { font-size: 14.5px; color: var(--l2-slate); margin: 0; }

/* ---------- muudatuste logi ---------- */
.l2-rel { background: #fff; border: 1px solid var(--l2-line); border-radius: 16px; padding: 28px 30px; margin-top: 40px; box-shadow: 0 14px 34px -20px rgba(17,24,39,.14); }
.l2-rel__head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.l2-rel__head h3 { font-family: var(--l2-font-d); font-size: 20px; margin: 0; }
.l2-rel__date { font-family: var(--l2-font-m); font-size: 12px; color: var(--l2-muted); }
.l2-rel__intro { color: var(--l2-slate); font-size: 15.5px; margin: 10px 0 0; max-width: 52em; }
.l2-rel__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 20px; }
.l2-rel__label { font-family: var(--l2-font-m); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--l2-muted); margin-bottom: 8px; }
.l2-rel__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.l2-rel__list li { padding-left: 24px; position: relative; font-size: 14px; color: var(--l2-slate); line-height: 1.45; }
.l2-rel__list--added li::before { content: '✓'; position: absolute; left: 0; color: var(--l2-ok); font-weight: 700; }
.l2-rel__list--fixed li::before { content: '•'; position: absolute; left: 2px; color: var(--l2-primary); font-weight: 700; }
.l2-rel__older { margin-top: 18px; display: grid; gap: 8px; }
.l2-rel__row { display: flex; align-items: center; gap: 12px; padding: 10px 16px; background: #fff; border: 1px solid var(--l2-line); border-radius: 12px; }
.l2-rel__rowtitle { font-family: var(--l2-font-d); font-size: 14.5px; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l2-rel__moredet { margin-top: 8px; }
.l2-rel__moredet > summary { display: inline-flex; cursor: pointer; font-family: var(--l2-font-m); font-size: 12px; color: var(--l2-primary); list-style: none; border: 1px solid var(--l2-line); border-radius: 999px; padding: 3px 12px; background: #fff; }
.l2-rel__moredet > summary::-webkit-details-marker { display: none; }
.l2-rel__moredet > ul { margin-top: 10px; }

/* ---------- hinnad ---------- */
.l2-ptoggle { display: inline-flex; gap: 4px; background: #fff; border: 1px solid var(--l2-line); border-radius: 999px; padding: 4px; margin-top: 22px; }
.l2-ptoggle button { font-family: var(--l2-font-d); font-size: 14px; font-weight: 600; padding: 7px 18px; border: 0; border-radius: 999px; background: transparent; color: var(--l2-slate); cursor: pointer; }
.l2-ptoggle button.is-active { background: var(--l2-primary); color: #fff; }
.l2-plans { display: grid; grid-template-columns: repeat(var(--l2-cols, 3), minmax(0, 1fr)); gap: 16px; margin-top: 44px; align-items: stretch; max-width: 980px; }
.l2-pcard { background: #fff; border: 1px solid var(--l2-line); border-radius: 16px; padding: 26px 20px; display: flex; flex-direction: column; position: relative; }
.l2-pcard--hi { border: 2px solid var(--l2-primary); box-shadow: 0 22px 44px -18px rgba(37,99,235,.28); }
.l2-pcard__flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--l2-primary); color: #fff; font-family: var(--l2-font-m); font-size: 11px; padding: 4px 12px; border-radius: 999px; white-space: nowrap; }
.l2-pcard h3 { font-family: var(--l2-font-d); font-size: 18px; margin: 0; }
.l2-pcard__price { font-family: var(--l2-font-d); font-weight: 700; font-size: 32px; letter-spacing: -0.02em; margin: 10px 0 12px; min-height: 44px; }
.l2-pcard__price small { font-size: 14px; color: var(--l2-muted); font-weight: 500; letter-spacing: 0; }
.l2-pcard__price .l2-py { display: none; }
.l2-yearly .l2-pcard__price .l2-pm { display: none; }
.l2-yearly .l2-pcard__price .l2-py { display: inline; }
.l2-pcard__price em { display: block; font-style: normal; font-family: var(--l2-font-m); font-size: 11.5px; font-weight: 500; color: var(--l2-muted); margin-top: 2px; }
.l2-pcard__price em b { color: var(--l2-ok); }
.l2-pcard__caps { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.l2-pcard__cap { font-size: 11.5px; padding: 4px 10px; }
.l2-pcard__mods { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.l2-mpill { font-size: 12px; padding: 3px 10px; border-radius: 999px; background: var(--l2-mist); border: 1px solid var(--l2-line); color: var(--l2-slate); }
.l2-pcard .l2-btn { margin-top: auto; width: 100%; }
.l2-pfold > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; margin: 22px 0 0; padding: 12px 26px; border: 2px solid var(--l2-primary); border-radius: 999px; color: var(--l2-primary); font-family: var(--l2-font-d); font-weight: 600; }
.l2-pfold > summary::-webkit-details-marker { display: none; }
.l2-pfold > summary::after { content: '↓'; }
.l2-pfold[open] > summary::after { content: '↑'; }
.l2-pfold > summary:hover { background: var(--l2-primary); color: #fff; }

/* ---------- KKK ---------- */
.l2-faq { margin-top: 32px; max-width: 820px; display: grid; gap: 10px; }
.l2-faq__item { border: 1px solid var(--l2-line); border-radius: 12px; padding: 16px 20px; background: #fff; }
.l2-faq__item summary { font-family: var(--l2-font-d); font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.l2-faq__item summary::-webkit-details-marker { display: none; }
.l2-faq__item summary::after { content: '+'; color: var(--l2-primary); font-weight: 700; }
.l2-faq__item[open] summary::after { content: '−'; }
.l2-faq__a { margin-top: 10px; color: var(--l2-slate); line-height: 1.7; }
.l2-faq__a p { margin: 0 0 8px; }

/* ---------- tekstiplokk / vahe ---------- */
.l2-text { display: grid; gap: 40px; align-items: center; }
.l2-text--img { grid-template-columns: 1fr 1fr; }
.l2-text__body { color: var(--l2-slate); font-size: 16px; line-height: 1.8; margin-top: 14px; }
.l2-text__body p { margin: 0 0 1em; }
.l2-text__img { border-radius: 12px; cursor: zoom-in; }
.l2-spacer { position: relative; }
.l2-spacer__line { position: absolute; top: 50%; left: 24px; right: 24px; border: 0; border-top: 1px solid var(--l2-line); margin: 0; }

/* ---------- CTA-plokk ---------- */
.l2-cband { background: linear-gradient(135deg, var(--l2-deep), var(--l2-primary) 60%); color: #fff; border-radius: 22px; padding: 64px 56px; display: grid; grid-template-columns: 3fr 2fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.l2-cband::after { content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.07); }
.l2-cband__title { font-family: var(--l2-font-d); font-weight: 700; font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.02em; line-height: 1.1; margin: 14px 0 0; color: #fff; }
.l2-cband__body { margin-top: 14px; color: rgba(255,255,255,.85); font-size: 17px; max-width: 30em; }
.l2-cband__body p { margin: 0 0 6px; }
.l2-cband__side { display: grid; gap: 12px; justify-items: start; position: relative; z-index: 1; }
.l2-cband__img { border-radius: 12px; border: 1px solid rgba(255,255,255,.25); width: 100%; max-width: 340px; }
.l2-cband .l2-btn--p { background: #fff; color: var(--l2-deep); }
.l2-cband .l2-btn--p:hover { background: var(--l2-light2); box-shadow: none; color: var(--l2-deep); }
.l2-cband .l2-cta { margin-top: 0; }
.l2-cband small { font-family: var(--l2-font-m); font-size: 12px; color: rgba(255,255,255,.75); }
.l2-cband .l2-ph { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); color: #fff; }
.l2-cband .l2-ph span { color: rgba(255,255,255,.85); }

/* ---------- suurvaade + tagasi-nupp ---------- */
#l2-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; background: rgba(15,23,42,.86); padding: 32px; }
#l2-lightbox.is-open { display: flex; }
#l2-lightbox img { max-width: 100%; max-height: 100%; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5); background: #fff; }
#l2-lightbox-close { position: absolute; top: 16px; right: 20px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 28px; cursor: pointer; }
#l2-backjump { position: fixed; right: 20px; bottom: 20px; z-index: 900; display: none; box-shadow: 0 10px 30px rgba(37,99,235,.35); }
#l2-backjump.is-visible { display: inline-flex; }

/* ---------- liikumise rahustus + kitsamad ekraanid ---------- */
@media (prefers-reduced-motion: reduce) { .l2-float, .l2-ticker__inner { animation: none; } }
@media (max-width: 1020px) {
	.l2 { padding: 72px 0; }
	.l2-hero__grid { grid-template-columns: 1fr; gap: 44px; }
	.l2-float--1 { left: 0; }
	.l2-float--2 { right: 0; }
	.l2-flow { grid-template-columns: repeat(2, 1fr); }
	.l2-flow__arrow { display: none; }
	.l2-bento { grid-template-columns: repeat(2, 1fr); }
	.l2-mod { grid-template-columns: 1fr; gap: 36px; }
	.l2-mod--flip .l2-mod__media { order: 0; }
	.l2-who { grid-template-columns: repeat(2, 1fr); }
	.l2-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.l2-cband { grid-template-columns: 1fr; padding: 44px 28px; }
	.l2-rel__cols { grid-template-columns: 1fr; }
	.l2-text--img { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
	.l2-header__burger { display: flex; }
	section[id^="s-"] { scroll-margin-top: 64px; }
	.l2-header__menu { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; background: #fff; border-bottom: 1px solid var(--l2-line); padding: 12px 24px 18px; gap: 4px; box-shadow: 0 20px 40px -20px rgba(17,24,39,.25); }
	.l2-header__menu.is-open { display: flex; }
	.l2-header__nav { order: 1; flex-direction: column; align-items: stretch; flex-basis: auto; gap: 2px; margin-left: 0; }
	.l2-header__actions { order: 2; flex-direction: column; align-items: stretch; margin-left: 0; gap: 6px; margin-top: 8px; }
	.l2-header__menu .l2-btn { justify-content: center; }
	.l2-langs { justify-content: center; margin: 6px 0; }
}
@media (max-width: 560px) {
	.l2 { padding: 56px 0; }
	.l2-flow, .l2-bento, .l2-who, .l2-plans { grid-template-columns: 1fr; }
	.l2-hero { padding: 40px 0 32px; }
	.l2-mod__stock { display: none; }
}
