/* OZEnergy Club — landing programu lojalnościowego. Stylistyka 1:1 z ozenergy.com.pl (ciemny motyw). */
@font-face { font-family: 'New Science'; src: url('fonts/New_Science_Light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'New Science'; src: url('fonts/New_Science_Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'New Science'; src: url('fonts/New_Science_Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'New Science'; src: url('fonts/New_Science_SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'New Science'; src: url('fonts/New_Science_Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --orange-deep: #c24e00;
  --orange: #e06b10;
  --orange-light: #f08c2e;
  --amber: #f0a830;
  --gold: #d4a028;
  --gold-light: #f2c94c;
  --gold-pale: #fce8a8;
  --grad: linear-gradient(135deg, var(--orange) 0%, var(--amber) 50%, var(--gold-light) 100%);
  --grad-h: linear-gradient(90deg, var(--orange) 0%, var(--amber) 50%, var(--gold-light) 100%);
  --grad-text: linear-gradient(135deg, var(--orange-light) 0%, var(--gold-light) 100%);
  --dark: #121008;
  --dark-2: #1a160e;
  --dark-3: #433e35;
  --dark-card: #382f22;
  --glass: rgba(33,28,18,.85);
  --line: rgba(240,168,48,.1);
  --line-strong: rgba(240,168,48,.25);
  --text: #f0ece4;
  --text-2: #b0a590;
  --text-3: #7a6f5e;
  --text-card: #c7b395;
  --ok: #7bc88f;
  --ok-bg: rgba(123,200,143,.12);
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 24px;
  --r-xl: 32px;
  --glow: 0 0 60px rgba(240,168,48,.1);
  --shadow: 0 8px 40px rgba(0,0,0,.3);
  --ease: cubic-bezier(.22,1,.36,1);
  --font: 'New Science', 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --wrap: 1280px;
  --nav-h: 84px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.65; color: var(--text); background: var(--dark); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font); font-weight: 600; line-height: 1.15; margin: 0; letter-spacing: -.01em; }
p { margin: 0; }
b, strong { font-weight: 600; color: var(--text); }
[hidden] { display: none !important; }
.i { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.i-sm { width: 18px; height: 18px; }
.i-lg { width: 30px; height: 30px; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 40px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 3000; background: var(--grad); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }
.grad-text { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; }

/* ---------- przyciski (jak .btn-primary / .btn-secondary na ozenergy.com.pl) ---------- */
.btn {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 34px;
  border-radius: 100px; border: 0; font-family: var(--font); font-weight: 600; font-size: .92rem; letter-spacing: .04em; text-decoration: none; white-space: nowrap;
  transition: all .4s var(--ease);
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 4px 24px rgba(224,107,16,.3); }
.btn-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,.18) 100%); opacity: 0; transition: opacity .4s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(224,107,16,.45); }
.btn-primary:hover::before { opacity: 1; }
.btn-light, .btn-ghost, .btn-dark { background: transparent; color: var(--text); border: 1px solid rgba(255,255,255,.15); font-weight: 500; }
.btn-light:hover, .btn-ghost:hover, .btn-dark:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); }
.btn-dark { border-color: var(--line-strong); color: var(--gold-light); }
.btn-sm { min-height: 44px; padding: 0 22px; font-size: .85rem; }
.link { color: var(--gold-light); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .3s var(--ease), color .3s; }
.link:hover { color: #fff; gap: 10px; }

/* ---------- nawigacja (1:1 z #navbar na ozenergy.com.pl) ---------- */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 22px 0; background: rgba(18,16,8,.79); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid transparent; transition: all .5s var(--ease); }
.site-nav.scrolled { background: rgba(18,16,8,.92); border-bottom-color: var(--line); padding: 14px 0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; flex: none; }
.brand img { height: 40px; width: auto; filter: brightness(1.1); transition: filter .3s; }
.brand:hover img { filter: brightness(1.3); }
.brand span { font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); padding-left: 14px; border-left: 1px solid var(--line-strong); line-height: 1.2; }
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .82rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; transition: color .3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--grad-h); transition: width .4s var(--ease); border-radius: 2px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-dropdown-wrap { position: relative; }
.nav-dropdown-wrap > a { display: inline-flex; align-items: center; gap: 6px; }
.nav-dropdown-wrap > a svg { width: 12px; height: 12px; transition: transform .3s; }
.nav-dropdown-wrap:hover > a svg, .nav-dropdown-wrap:focus-within > a svg { transform: rotate(180deg); }
.nav-dropdown-wrap::after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 24px; }
.nav-dropdown { position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%) translateY(6px); min-width: 240px; background: rgba(26,22,14,.96); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid var(--line-strong); border-radius: var(--r-sm); padding: 10px 0; opacity: 0; visibility: hidden; pointer-events: none; transition: all .3s var(--ease); }
.nav-dropdown::before { content: ''; position: absolute; top: -16px; left: 0; width: 100%; height: 16px; }
.nav-dropdown-wrap:hover .nav-dropdown, .nav-dropdown-wrap:focus-within .nav-dropdown, .nav-dropdown-wrap.open .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown a { display: block; padding: 10px 24px; color: var(--text-2); font-size: .8rem; letter-spacing: .06em; text-transform: none; white-space: nowrap; transition: all .2s; }
.nav-dropdown a::after { display: none; }
.nav-dropdown a:hover { color: #fff; background: rgba(240,168,48,.08); padding-left: 28px; }
.nav-links .nav-cta { padding: 11px 30px; background: var(--grad); border-radius: 100px; color: #fff; font-size: .78rem; letter-spacing: .1em; font-weight: 600; box-shadow: 0 4px 20px rgba(224,107,16,.25); transition: all .4s var(--ease); }
.nav-links .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(224,107,16,.4); }
.nav-links .nav-cta::after { display: none; }
.mobile-toggle { display: none; background: none; border: 0; padding: 4px; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .3s; }

.mobile-menu { position: fixed; inset: 0; z-index: 2000; background: rgba(18,16,8,.97); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); display: flex; overflow-y: auto; opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; }
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-menu-inner { margin: auto; padding: 88px 24px 48px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.mobile-menu a { font-size: 1.7rem; color: rgba(255,255,255,.7); text-decoration: none; transition: color .3s; }
.mobile-menu a.sub { font-size: 1.05rem; opacity: .6; margin-top: -10px; }
.mobile-menu a:hover, .mobile-menu a[aria-current="page"] { color: var(--gold-light); opacity: 1; }
.mobile-menu .btn { font-size: .9rem; color: #fff; margin-top: 10px; }
.mobile-close { position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; background: none; border: 0; color: #fff; font-size: 1.6rem; line-height: 1; }

/* ---------- hero strony głównej ---------- */
.hero { position: relative; overflow: hidden; background: #1e1a12; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 35%; opacity: .6; filter: saturate(.65); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(18,16,8,.92) 0%, rgba(18,16,8,.72) 45%, rgba(18,16,8,.35) 100%), linear-gradient(180deg, transparent 60%, rgba(18,16,8,.9) 100%); }
.hero::after { content: ''; position: absolute; z-index: 1; width: 760px; height: 760px; right: -220px; top: 50%; transform: translateY(-50%); border-radius: 50%; border: 2px solid rgba(240,168,48,.22); box-shadow: inset 0 0 0 60px transparent, 0 0 0 70px rgba(240,168,48,.03); pointer-events: none; }
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-block: calc(var(--nav-h) + 80px) 110px; min-height: min(100vh, 900px); }
/* nagłówek z briefu: dwa zdania, każde w osobnym bloku łamanym równo na dwie linie
   („Twoja instalacja / już pracuje.” + „Nasza współpraca / trwa dalej.”) */
.hero .hero-title { max-width: none; font-size: clamp(2.4rem, 3.9vw, 3.6rem); line-height: 1.08; }
.hero-title .ht-line { display: block; width: fit-content; max-width: 11.5em; text-wrap: balance; }
.hero-title .ht-line + .ht-line { margin-top: .18em; }
/* „Twoja instalacja już pracuje.” zawsze w jednej linii: rozmiar liczony od szerokości kolumny tekstu
   (tekst ma ok. 13,1 em szerokości; 13,6 zostawia zapas). Starsze przeglądarki biorą wartość z vw. */
.hero .wrap > div:first-child { container-type: inline-size; }
.hero-title .ht-line:first-child { white-space: nowrap; max-width: none; font-size: clamp(1.3rem, 5.4vw, 2.6rem); font-size: min(2.6rem, calc(100cqi / 13.6)); }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 20px; background: rgba(240,168,48,.08); border: 1px solid rgba(240,168,48,.2); border-radius: 100px; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 32px; }
.hero-badge .dot { width: 7px; height: 7px; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 12px var(--gold-light); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.8); } }
.hero h1 { font-size: clamp(2.3rem, 3.7vw, 3.3rem); font-weight: 600; line-height: 1.12; letter-spacing: -.02em; margin-bottom: 26px; max-width: 18ch; }
.hero-lead { font-size: 1.05rem; color: var(--text-2); line-height: 1.75; max-width: 480px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-top: 40px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; font-size: .85rem; color: var(--text-2); letter-spacing: .02em; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .i { color: var(--amber); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 560px; }

/* eyebrow = .section-label z ozenergy.com.pl */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); }
.eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--amber); }

/* ---------- pasek przewijany (marquee) ---------- */
.marquee { overflow: hidden; background: var(--grad); position: relative; z-index: 3; }
.marquee-track { display: flex; gap: 50px; width: max-content; padding: 18px 0; animation: marquee 32s linear infinite; }
.marquee-item { display: flex; align-items: center; gap: 12px; white-space: nowrap; font-size: .82rem; color: rgba(255,255,255,.92); text-transform: uppercase; letter-spacing: .15em; font-weight: 600; }
.marquee-item::after { content: ''; width: 5px; height: 5px; background: rgba(255,255,255,.6); transform: rotate(45deg); margin-left: 38px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- makieta telefonu (ekran w ciemnym motywie) ---------- */
.phone { position: relative; width: 290px; aspect-ratio: 290 / 600; border-radius: 44px; padding: 11px; background: linear-gradient(145deg, #4a4034, #0d0b06); box-shadow: 0 40px 90px rgba(0,0,0,.55), var(--glow), inset 0 0 0 1.5px rgba(255,255,255,.08); flex: none; }
.phone::before { content: ''; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 84px; height: 22px; border-radius: 20px; background: #070604; z-index: 3; }
.phone-screen { position: relative; height: 100%; border-radius: 34px; overflow: hidden; background: var(--dark-2); color: var(--text); font-size: 10px; line-height: 1.35; display: flex; flex-direction: column; }
.ps-top { background: var(--dark); padding: 40px 14px 10px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.ps-top img { width: 82px; }
.ps-top i { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.08); display: block; position: relative; }
.ps-top i::after { content: '3'; position: absolute; right: -3px; top: -3px; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 7px; font-weight: 700; display: grid; place-items: center; font-style: normal; }
.ps-body { padding: 10px; display: grid; gap: 8px; flex: 1; overflow: hidden; align-content: start; }
.ps-hero { border-radius: 16px; padding: 12px; color: var(--text); border: 1px solid var(--line); background: radial-gradient(160px 110px at 100% 0%, rgba(242,201,76,.2), transparent 65%), radial-gradient(180px 120px at 0% 120%, rgba(224,107,16,.4), transparent 60%), var(--dark); }
.ps-hero small { color: var(--text-2); font-size: 8.5px; display: block; }
.ps-hero b { font-size: 15px; }
.ps-pts { font-weight: 700; font-size: 30px; line-height: 1; margin: 8px 0; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ps-bar { height: 5px; border-radius: 9px; background: rgba(255,255,255,.1); overflow: hidden; margin-top: 4px; }
.ps-bar i { display: block; height: 100%; width: 70%; background: var(--grad-h); border-radius: inherit; }
.ps-btn { margin-top: 10px; height: 26px; border-radius: 99px; background: var(--grad); color: #fff; font-weight: 600; display: grid; place-items: center; font-size: 9.5px; }
.ps-card { background: var(--dark-card); border: 1px solid var(--line); border-radius: 14px; padding: 9px 10px; }
.ps-card h5 { margin: 0 0 6px; font-size: 10.5px; font-weight: 600; }
.ps-row { display: flex; align-items: center; gap: 8px; padding: 4px 0; color: var(--text-2); }
.ps-row em { width: 22px; height: 22px; border-radius: 7px; background: rgba(240,168,48,.12); flex: none; display: grid; place-items: center; color: var(--amber); font-style: normal; font-weight: 700; font-size: 10px; }
.ps-row span { flex: 1; }
.ps-row span u { display: block; height: 3px; border-radius: 9px; background: rgba(255,255,255,.1); margin-top: 3px; text-decoration: none; overflow: hidden; }
.ps-row span u::after { content: ''; display: block; height: 100%; width: var(--w, 60%); background: var(--grad-h); }
.ps-row b { color: var(--gold-light); font-size: 9.5px; }
.ps-rewards { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ps-rewards div { border-radius: 10px; height: 56px; display: flex; align-items: flex-end; padding: 6px; color: #fff; font-weight: 600; font-size: 8.5px; }
.ps-tabs { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--dark); border-top: 1px solid var(--line); padding: 7px 4px 14px; font-size: 7.5px; color: var(--text-3); text-align: center; font-weight: 500; }
.ps-tabs span::before { content: ''; display: block; width: 14px; height: 14px; margin: 0 auto 3px; border-radius: 4px; background: var(--dark-3); }
.ps-tabs span.on { color: var(--gold-light); }
.ps-tabs span.on::before { background: var(--grad); }

.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 12px 18px 12px 12px; border-radius: var(--r-md); background: var(--glass); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--line-strong); color: var(--text); box-shadow: var(--shadow); font-size: 14px; line-height: 1.3; white-space: nowrap; animation: floaty 6s ease-in-out infinite; }
.float-card b { display: block; font-weight: 600; }
.float-card small { color: var(--text-2); font-size: 12.5px; }
.float-card .fc-ic { width: 42px; height: 42px; border-radius: 13px; background: var(--grad); color: #fff; display: grid; place-items: center; flex: none; }
.float-card .fc-ic.ok { background: var(--ok-bg); color: var(--ok); }
.fc-1 { left: -10%; top: 66%; }
.fc-2 { right: -8%; bottom: 16%; animation-delay: -3s; }
.fc-3 { right: 0; top: 6%; animation-delay: -1.5s; }
@keyframes floaty { 50% { transform: translateY(-10px); } }

/* ---------- sekcje ---------- */
/* overflow: clip (nie hidden) — przycina ozdobne okręgi, ale nie psuje position: sticky spisu treści */
.section { position: relative; padding-block: 120px; background: var(--dark); overflow: clip; }
.section > .wrap { position: relative; z-index: 2; }
.section-alt { background: linear-gradient(180deg, var(--dark) 0%, var(--dark-3) 100%); border-block: 1px solid var(--line); }
.section-dark { background: var(--dark-2); }
/* po sekcji z gradientem do #433e35 łagodne wejście w ciemne tło (jak .offers::before na ozenergy.com.pl) */
.section-alt + .section:not(.section-alt):not(.section-dark) { background: linear-gradient(180deg, var(--dark-2) 0%, var(--dark) 260px); }
.section-dark::before, .section-alt::before { content: ''; position: absolute; z-index: 1; width: 900px; height: 900px; border-radius: 50%; border: 4px solid rgba(240,168,48,.07); left: -360px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.section-dark::after { content: ''; position: absolute; z-index: 1; width: 980px; height: 980px; border-radius: 50%; border: 1.5px dashed rgba(240,168,48,.05); left: -400px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.section-head { max-width: 720px; margin-bottom: 64px; }
.section-head.center { text-align: center; margin-inline: auto; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; line-height: 1.15; margin: 20px 0 20px; }
.section-head p { font-size: 1.05rem; line-height: 1.75; color: var(--text-2); }
.section-head.center p { margin-inline: auto; max-width: 600px; }
.grid { display: grid; gap: 22px; }
.g-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* karta = .producer-card z ozenergy.com.pl */
.card { position: relative; overflow: hidden; padding: 30px; background: var(--dark-card); border: 1px solid var(--line); border-radius: var(--r-md); transition: all .4s var(--ease); }
.card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--grad-h); opacity: 0; transition: opacity .4s; }
.card:hover { border-color: var(--line-strong); transform: translateY(-4px); box-shadow: var(--glow); }
.card:hover::before { opacity: 1; }
.card h3 { font-size: 1.2rem; margin: 20px 0 10px; }
.card p { color: var(--text-card); font-size: .92rem; line-height: 1.7; }
.ic-box { width: 56px; height: 56px; border-radius: 16px; background: rgba(240,168,48,.1); border: 1px solid var(--line); color: var(--amber); display: grid; place-items: center; flex: none; }
.ic-box.grad { background: var(--grad); color: #fff; border: 0; }
.ic-box.dark { background: var(--dark); color: var(--gold-light); border-color: var(--line-strong); }

/* statystyki = .stat-card */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 80px; }
.stats div { position: relative; overflow: hidden; text-align: center; padding: 40px 24px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--dark-card); transition: all .4s var(--ease); }
.stats div::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--grad-h); opacity: 0; transition: opacity .4s; }
.stats div:hover { box-shadow: 0 0 50px rgba(240,168,48,.08); transform: translateY(-4px); border-color: var(--line-strong); }
.stats div:hover::after { opacity: 1; }
.stats b { display: block; font-size: 2.8rem; font-weight: 700; line-height: 1; margin-bottom: 12px; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stats b span { font-size: 1.3rem; }
.stats small { font-size: .78rem; color: var(--text-3); text-transform: uppercase; letter-spacing: .12em; font-weight: 500; }

/* kroki */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; overflow: hidden; padding: 30px 26px; border-radius: var(--r-md); background: linear-gradient(180deg, var(--dark-card) 0%, var(--dark-2) 100%); border: 1px solid var(--line); transition: all .4s var(--ease); }
.step:hover { border-color: var(--line-strong); transform: translateY(-4px); box-shadow: var(--shadow), var(--glow); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; right: 22px; top: 18px; font-weight: 700; font-size: 2.6rem; line-height: 1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; opacity: .35; }
.step h3 { font-size: 1.2rem; margin: 20px 0 10px; }
.step p { color: var(--text-card); font-size: .9rem; line-height: 1.7; }
.step .pts-tag { margin-top: 16px; }

.pts-tag { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 14px; border-radius: 100px; background: rgba(240,168,48,.08); border: 1px solid rgba(240,168,48,.2); color: var(--gold-light); font-weight: 600; font-size: .82rem; letter-spacing: .04em; white-space: nowrap; }
.chip { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 12px; border-radius: 100px; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; background: rgba(240,168,48,.08); color: var(--gold-light); border: 1px solid rgba(240,168,48,.2); white-space: nowrap; }
.chip-ok { background: var(--ok-bg); color: var(--ok); border-color: rgba(123,200,143,.25); }
.chip-dark { background: rgba(0,0,0,.45); }

/* split ze zdjęciem */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split-media { position: relative; overflow: hidden; aspect-ratio: 5 / 4; border-radius: var(--r-xl); border: 1px solid var(--line-strong); box-shadow: var(--shadow), var(--glow); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(18,16,8,.35) 100%); pointer-events: none; }
.split-media .float-card { animation: none; left: 20px; bottom: 20px; top: auto; right: auto; }
.split h2 { font-size: clamp(2rem, 3.4vw, 2.8rem); margin: 20px 0 20px; }
.split p.lead { font-size: 1.05rem; line-height: 1.75; color: var(--text-2); }
.timeline { display: grid; margin: 32px 0 36px; }
.tl { display: grid; grid-template-columns: 46px 1fr auto; gap: 16px; align-items: center; padding: 14px 0; position: relative; }
.tl:not(:last-child)::after { content: ''; position: absolute; left: 22px; top: 60px; bottom: -14px; width: 2px; background: repeating-linear-gradient(to bottom, var(--line-strong) 0 5px, transparent 5px 10px); }
.tl-dot { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(240,168,48,.08); color: var(--amber); border: 1px solid var(--line-strong); }
.tl-dot.grad { background: var(--grad); color: #fff; border: 0; box-shadow: 0 4px 20px rgba(224,107,16,.3); }
.tl b { display: block; font-size: 1rem; font-weight: 600; }
.tl small { color: var(--text-3); font-size: .85rem; }

/* poziomy */
.levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.level { position: relative; overflow: hidden; border-radius: var(--r-lg); padding: 36px 30px; background: linear-gradient(180deg, var(--dark-card) 0%, var(--dark-2) 100%); border: 1px solid var(--line); transition: all .4s var(--ease); }
.level:hover { border-color: var(--line-strong); transform: translateY(-4px); box-shadow: var(--shadow), var(--glow); }
.level::after { content: ''; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border-radius: 50%; border: 2px solid rgba(240,168,48,.12); }
.level.top { background: radial-gradient(400px 260px at 100% 0%, rgba(242,201,76,.18), transparent 60%), radial-gradient(400px 260px at 0% 100%, rgba(224,107,16,.28), transparent 60%), var(--dark-card); border-color: var(--line-strong); }
.level.top::before { content: ''; position: absolute; top: 0; left: 20%; right: 20%; height: 2px; background: var(--grad-h); border-radius: 2px; }
.level-sun { display: flex; gap: 6px; margin-bottom: 20px; }
.level-sun i { width: 28px; height: 28px; border-radius: 50%; background: rgba(240,168,48,.1); border: 1px solid var(--line); display: block; }
.level-sun i.on { background: var(--grad); border: 0; box-shadow: 0 0 20px rgba(240,168,48,.35); }
.level h3 { font-size: 1.8rem; }
.level .from { font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); margin: 8px 0 22px; }
.level ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; color: var(--text-card); font-size: .92rem; position: relative; z-index: 1; }
.level li { display: flex; gap: 10px; align-items: flex-start; }
.level li .i { color: var(--amber); margin-top: 2px; }

/* nagrody = .offer-card (ukośne ścięcie) */
.rewards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reward { position: relative; overflow: hidden; display: flex; flex-direction: column; background: linear-gradient(180deg, var(--dark-2) 0%, var(--dark-3) 100%); clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%); transition: all .5s var(--ease); }
.reward:hover { transform: translateY(-8px); }
.reward-img { position: relative; overflow: hidden; aspect-ratio: 16 / 11; display: grid; place-items: center; color: #fff; clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%); }
.reward-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.reward:hover .reward-img img { transform: scale(1.06); }
.reward-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, transparent 38%); pointer-events: none; }
.reward-img .i { width: 58px; height: 58px; stroke-width: 1.3; position: relative; z-index: 1; filter: drop-shadow(0 4px 12px rgba(0,0,0,.3)); transition: transform .6s var(--ease); }
.reward:hover .reward-img .i { transform: scale(1.1); }
.reward-img .chip { position: absolute; left: 16px; top: 16px; z-index: 2; background: rgba(0,0,0,.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-color: var(--line); }
.reward-body { padding: 16px 28px 56px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.reward-body h3 { font-size: 1.2rem; transition: color .3s; }
.reward:hover .reward-body h3 { color: var(--gold-light); }
.reward-body p { color: var(--text-card); font-size: .88rem; line-height: 1.65; flex: 1; }
.reward-body .pts-tag { align-self: flex-start; margin-top: 4px; }
.t-serwis { background: radial-gradient(circle at 70% 20%, rgba(242,201,76,.35), transparent 55%), linear-gradient(135deg, #2a241a, #5c3a12); }
.t-energia { background: radial-gradient(circle at 30% 80%, rgba(255,255,255,.18), transparent 50%), linear-gradient(135deg, #c24e00, #f0a830); }
.t-gadzety { background: radial-gradient(circle at 80% 80%, rgba(224,107,16,.4), transparent 55%), linear-gradient(135deg, #433e35, #1a160e); }
.t-eko { background: radial-gradient(circle at 20% 20%, rgba(242,201,76,.35), transparent 55%), linear-gradient(135deg, #34502f, #6f8a35); }

/* aplikacja */
.app-sec .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.app-phones { display: flex; justify-content: center; gap: 22px; align-items: flex-end; }
.app-phones .phone:first-child { transform: translateY(40px) rotate(-5deg); }
.app-phones .phone:last-child { transform: rotate(4deg); }
.feature-list { list-style: none; padding: 0; margin: 32px 0 36px; display: grid; gap: 18px; }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: flex-start; }
.feature-list b { display: block; font-size: 1.02rem; }
.feature-list span { color: var(--text-2); font-size: .9rem; }
.feature-list .ic-box { width: 48px; height: 48px; border-radius: 14px; }
.stores { display: flex; gap: 12px; flex-wrap: wrap; }
.store { position: relative; display: inline-flex; align-items: center; gap: 12px; height: 58px; padding: 0 22px 0 16px; border-radius: 14px; background: #000; color: #fff; border: 1px solid rgba(255,255,255,.18); text-decoration: none; transition: border-color .3s; }
.store:hover { border-color: var(--line-strong); }
.store small { display: block; font-size: 11px; opacity: .7; line-height: 1.1; }
.store b { display: block; font-size: 17px; line-height: 1.2; color: #fff; }
.store .soon { position: absolute; top: -9px; right: -8px; background: var(--grad); color: #fff; font-size: 10px; font-weight: 600; padding: 2px 9px; border-radius: 99px; letter-spacing: .1em; text-transform: uppercase; }
.store[aria-disabled="true"] { cursor: default; }
.qr-box { display: flex; align-items: center; gap: 18px; padding: 16px; border-radius: var(--r-md); background: var(--glass); border: 1px solid var(--line-strong); margin-top: 24px; max-width: 440px; }
/* kod QR potrzebuje jasnego tła, żeby dało się go zeskanować — ciepły kremowy zamiast bieli */
.qr-box .qr { width: 104px; height: 104px; border-radius: 12px; background: #f0ece4; padding: 8px; flex: none; }
.qr-box .qr svg { width: 100%; height: 100%; display: block; }
.qr-box b { display: block; }
.qr-box span { color: var(--text-2); font-size: .88rem; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: linear-gradient(180deg, var(--dark-card) 0%, var(--dark-2) 100%); border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color .3s, box-shadow .3s; }
.faq details:hover { border-color: var(--line-strong); }
.faq details[open] { border-color: var(--line-strong); box-shadow: var(--glow); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 64px 22px 26px; font-weight: 500; font-size: 1.02rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; position: absolute; right: 22px; top: 50%; width: 30px; height: 30px; margin-top: -15px; border-radius: 50%; border: 1px solid var(--line-strong); background: rgba(240,168,48,.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f2c94c' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 15px no-repeat; transition: transform .3s var(--ease), background-color .3s; }
.faq details[open] summary::after { transform: rotate(45deg); background-color: rgba(240,168,48,.18); }
.faq .ans { padding: 0 26px 24px; color: var(--text-card); font-size: .94rem; line-height: 1.75; }
.faq .ans p + p { margin-top: 10px; }
.faq-group + .faq-group { margin-top: 56px; }
.faq-group > h2 { font-size: 1.5rem; margin-bottom: 20px; display: flex; align-items: center; gap: 14px; }
.faq-group > h2 .ic-box { width: 44px; height: 44px; border-radius: 12px; }

/* CTA = .cta-card */
.cta-band { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 64px; border-radius: var(--r-xl); background: var(--glass); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--line-strong); }
.cta-band::before { content: ''; position: absolute; top: -60%; left: 30%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(240,168,48,.12) 0%, transparent 70%); pointer-events: none; }
.cta-band::after { content: ''; position: absolute; top: 0; left: 20%; right: 20%; height: 2px; background: var(--grad-h); border-radius: 2px; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 14px; }
.cta-band p { color: var(--text-2); font-size: 1.02rem; line-height: 1.75; max-width: 52ch; }
.cta-band p a { color: var(--gold-light); }
.cta-band .actions { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }

/* ---------- podstrony ---------- */
.page-hero { position: relative; overflow: hidden; background: #1e1a12; }
.page-hero .hero-bg { opacity: .45; }
.page-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(18,16,8,.94), rgba(18,16,8,.6)), linear-gradient(180deg, transparent 50%, var(--dark) 100%); }
.page-hero::after { content: ''; position: absolute; z-index: 1; width: 620px; height: 620px; right: -200px; top: 55%; transform: translateY(-50%); border-radius: 50%; border: 2px solid rgba(240,168,48,.18); pointer-events: none; }
.page-hero .wrap { position: relative; z-index: 2; padding-block: calc(var(--nav-h) + 80px) 90px; }
.page-hero h1 { font-size: clamp(2.3rem, 4.2vw, 3.5rem); margin: 22px 0 20px; max-width: 18ch; letter-spacing: -.02em; }
.page-hero p { font-size: 1.05rem; line-height: 1.75; color: var(--text-2); max-width: 58ch; }
.page-hero .hero-2 { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.crumbs { display: inline-flex; align-items: center; gap: 10px; padding: 8px 20px; border-radius: 100px; background: rgba(240,168,48,.08); border: 1px solid rgba(240,168,48,.2); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-light); }
.crumbs a { color: var(--text-2); text-decoration: none; }
.crumbs a:hover { color: #fff; }

.doc { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 60px; align-items: start; }
.toc { position: sticky; top: 100px; padding: 22px; border-radius: var(--r-md); background: var(--dark-2); border: 1px solid var(--line); max-height: calc(100vh - 124px); overflow-y: auto; }
.toc h2 { font-size: .7rem; text-transform: uppercase; letter-spacing: .2em; color: var(--text-3); margin-bottom: 12px; font-weight: 600; }
.toc ol, .toc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.toc li a { display: block; padding: 8px 12px; border-radius: 10px; text-decoration: none; color: var(--text-2); font-size: .88rem; line-height: 1.35; border-left: 2px solid transparent; transition: all .2s; }
.toc li a:hover { background: rgba(240,168,48,.06); color: #fff; }
.toc li a.active { background: rgba(240,168,48,.08); color: var(--gold-light); border-left-color: var(--amber); }
.toc .btn { width: 100%; margin-top: 16px; }
.doc-body > section { scroll-margin-top: 100px; }
.doc-body > section + section { margin-top: 80px; }
.doc-body h2 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); margin-bottom: 16px; }
.doc-body > section > p { color: var(--text-2); font-size: 1rem; line-height: 1.8; max-width: 72ch; }
.doc-body > section > p + p { margin-top: 12px; }

.table-wrap { overflow-x: auto; border-radius: var(--r-md); border: 1px solid var(--line); background: linear-gradient(180deg, var(--dark-card) 0%, var(--dark-2) 100%); margin-top: 26px; }
table.pts-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.pts-table th, .pts-table td { padding: 16px 22px; text-align: left; vertical-align: middle; }
.pts-table thead th { font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; color: var(--text-3); background: rgba(0,0,0,.2); border-bottom: 1px solid var(--line); }
.pts-table tbody tr + tr td { border-top: 1px solid var(--line); }
.pts-table tbody tr { transition: background .2s; }
.pts-table tbody tr:hover { background: rgba(240,168,48,.04); }
.pts-table td { color: var(--text-card); font-size: .92rem; }
.pts-table td:first-child { font-weight: 500; color: var(--text); }
.pts-table td:first-child > span { display: flex; align-items: center; gap: 14px; }
.pts-table td:first-child .ic-box { width: 40px; height: 40px; border-radius: 12px; }
.pts-table td small { display: block; color: var(--text-3); font-size: .8rem; }

.notice { display: flex; gap: 14px; padding: 18px 22px; border-radius: var(--r-md); background: rgba(240,168,48,.06); border: 1px solid var(--line-strong); color: var(--text-2); margin-top: 24px; font-size: .92rem; line-height: 1.7; }
.notice .i { color: var(--amber); margin-top: 2px; }
.notice-draft { border-style: dashed; }

.status-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 26px; }
.status-flow.three { grid-template-columns: repeat(3, 1fr); }
.status-flow div { position: relative; padding: 20px; border-radius: var(--r-md); background: var(--dark-card); border: 1px solid var(--line); }
.status-flow div:not(:last-child)::after { content: ''; position: absolute; right: -13px; top: 50%; width: 10px; height: 10px; border-top: 2px solid var(--amber); border-right: 2px solid var(--amber); transform: translateY(-50%) rotate(45deg); z-index: 1; }
.status-flow b { display: block; margin: 12px 0 4px; }
.status-flow small { color: var(--text-3); font-size: .82rem; display: block; line-height: 1.5; }

.install-tabs { display: inline-flex; padding: 5px; border-radius: 100px; background: var(--dark-2); border: 1px solid var(--line); margin-bottom: 28px; flex-wrap: wrap; }
.install-tabs button { border: 0; background: transparent; min-height: 46px; padding: 0 22px; border-radius: 100px; font-weight: 500; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-2); display: inline-flex; align-items: center; gap: 8px; transition: all .3s var(--ease); }
.install-tabs button:hover { color: #fff; }
.install-tabs button[aria-selected="true"] { background: var(--grad); color: #fff; box-shadow: 0 4px 20px rgba(224,107,16,.3); }
.install-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.install-step { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--dark-card) 0%, var(--dark-2) 100%); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.install-step .num { width: 36px; height: 36px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 700; }
.install-step h3 { font-size: 1.1rem; margin: 16px 0 8px; }
.install-step p { color: var(--text-card); font-size: .9rem; line-height: 1.7; }
.mini-screen { margin-top: 18px; border-radius: 14px; background: var(--dark); border: 1px solid var(--line); padding: 12px; font-size: .8rem; color: var(--text-2); display: grid; gap: 6px; }
.mini-screen .bar { display: flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 12px; border-radius: 9px; background: var(--dark-2); border: 1px solid var(--line); overflow: hidden; white-space: nowrap; }
.mini-screen .bar.dark-app { justify-content: center; background: var(--grad); color: #fff; border: 0; font-weight: 600; }
.mini-screen .hl { background: rgba(240,168,48,.1); border-color: var(--amber); color: var(--gold-light); font-weight: 600; }
.mini-screen .icon-row { display: flex; gap: 8px; }
.mini-screen .icon-row i { width: 38px; height: 38px; border-radius: 10px; background: var(--dark-3); display: block; opacity: .6; }
.mini-screen .icon-row i.oz { opacity: 1; background: var(--dark-2) url("favicon.svg") center / 26px no-repeat; box-shadow: 0 0 0 2px var(--amber), 0 0 18px rgba(240,168,48,.35); }

.compare { width: 100%; border-collapse: collapse; min-width: 620px; }
.compare th, .compare td { padding: 15px 20px; text-align: center; border-top: 1px solid var(--line); color: var(--text-card); font-size: .92rem; }
.compare th:first-child, .compare td:first-child { text-align: left; color: var(--text); }
.compare thead th { border-top: 0; font-size: 1.1rem; font-weight: 600; color: var(--text); background: rgba(0,0,0,.2); }
.compare thead th small { display: block; font-weight: 600; color: var(--gold-light); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; margin-top: 2px; }
.compare .yes { color: var(--amber); }
.compare .no { color: var(--text-3); }

/* regulamin */
.legal > section { background: linear-gradient(180deg, var(--dark-card) 0%, var(--dark-2) 100%); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 38px; }
.legal > section + section { margin-top: 18px; }
.legal h2 { font-size: 1.4rem; margin-bottom: 18px; display: flex; gap: 12px; align-items: baseline; }
.legal h2 .par { flex: none; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; }
.legal ol { margin: 0; padding-left: 26px; color: var(--text-card); display: grid; gap: 10px; font-size: .94rem; line-height: 1.75; }
.legal ol ol { margin-top: 8px; gap: 6px; list-style: lower-alpha; }
.legal li::marker { color: var(--amber); font-weight: 600; }
.legal a.link { display: inline; }
.legal dl { margin: 0; display: grid; gap: 12px; color: var(--text-card); font-size: .94rem; line-height: 1.7; }
.legal dt { font-weight: 600; color: var(--text); display: inline; }
.legal dd { margin: 0; display: inline; }
.legal dl div { padding-left: 16px; border-left: 2px solid var(--line-strong); }
.legal .table-wrap { background: rgba(0,0,0,.15); }
.fill { background: rgba(240,168,48,.16); color: var(--gold-light); padding: 0 6px; border-radius: 5px; font-weight: 600; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; color: var(--text-3); font-size: .85rem; margin-bottom: 24px; align-items: center; letter-spacing: .02em; }

/* stopka = footer z ozenergy.com.pl */
.site-footer { background: var(--dark); color: var(--text-3); padding-block: 90px 36px; border-top: 1px solid var(--line); position: relative; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 50px; }
.footer-grid img { height: 36px; width: auto; margin-bottom: 18px; }
.footer-grid p { font-size: .85rem; line-height: 1.7; max-width: 300px; }
.footer-grid h3 { font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--text-2); margin-bottom: 18px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.footer-grid ul a { display: block; padding: 5px 0; font-size: .88rem; text-decoration: none; transition: color .3s; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid address { font-style: normal; font-size: .88rem; display: grid; gap: 12px; }
.footer-grid address > span { display: flex; gap: 10px; align-items: flex-start; line-height: 1.6; }
.footer-grid address a { text-decoration: none; }
.footer-grid address .i { color: var(--amber); margin-top: 3px; }
.footer-bottom { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .78rem; }
.footer-bottom a { color: var(--text-2); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-light); }
.site-footer .stores { margin-top: 22px; }
.site-footer .store { height: 50px; }
.site-footer .store b { font-size: 15px; }

/* ---------- elementy z briefu dla agencji ---------- */
.hero-highlight { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px; padding: 10px 20px 10px 10px; border-radius: 100px; background: rgba(240,168,48,.08); border: 1px solid var(--line-strong); font-size: .95rem; color: var(--text); }
.hh-pts { padding: 6px 14px; border-radius: 100px; background: var(--grad); color: #fff; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.hero-note { margin-top: 18px; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.start-list { list-style: none; padding: 0; margin: 30px 0 18px; display: grid; gap: 10px; }
.start-list li { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center; padding: 12px 16px; border-radius: var(--r-sm); background: var(--dark-card); border: 1px solid var(--line); color: var(--text); }
.start-list .pts-tag { justify-content: center; }
/* sekcja „Punkty na start”: zdjęcie + szklane powiadomienia z aplikacji */
.start-visual { position: relative; overflow: hidden; aspect-ratio: 4 / 4.2; border-radius: var(--r-xl); border: 1px solid var(--line-strong); box-shadow: var(--shadow), var(--glow); isolation: isolate; }
.start-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% 60%; }
.start-visual::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(160deg, rgba(18,16,8,.05) 30%, rgba(18,16,8,.55) 100%); pointer-events: none; }
.sv-stack { position: absolute; z-index: 2; left: 6%; top: 7%; width: min(78%, 340px); display: grid; gap: 10px; }
.sv-note { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 11px 14px 11px 11px; border-radius: 16px; background: rgba(18,16,8,.72); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 10px 30px rgba(0,0,0,.25); color: var(--text); }
.sv-note:nth-child(2) { margin-left: 8%; }
.sv-note:nth-child(3) { margin-left: 16%; }
.sv-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: rgba(123,200,143,.16); color: var(--ok); }
.sv-txt b { display: block; font-size: .88rem; font-weight: 600; line-height: 1.25; }
.sv-txt small { display: block; font-size: .74rem; color: var(--text-2); }
.sv-pts { font-weight: 700; font-size: .95rem; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sv-balance { position: absolute; z-index: 2; right: 6%; bottom: 6%; min-width: 210px; padding: 14px 18px; border-radius: 18px; background: rgba(18,16,8,.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid var(--line-strong); display: grid; gap: 10px; }
.sv-balance small { display: block; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.sv-balance b { font-size: 1.6rem; font-weight: 700; line-height: 1.1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sv-bar { display: block; height: 6px; border-radius: 9px; background: rgba(255,255,255,.1); overflow: hidden; }
.sv-bar i { display: block; height: 100%; width: 58%; border-radius: inherit; background: var(--grad-h); }
/* powiadomienia wjeżdżają kolejno, gdy sekcja pojawi się na ekranie (krótko — bez opóźniania CTA) */
.js .start-visual.reveal .sv-note, .js .start-visual.reveal .sv-balance { opacity: 0; transform: translateY(10px); transition: opacity .4s ease, transform .4s ease; }
.js .start-visual.reveal.in .sv-note, .js .start-visual.reveal.in .sv-balance { opacity: 1; transform: none; }
.js .start-visual.in .sv-note:nth-child(2) { transition-delay: .15s; }
.js .start-visual.in .sv-note:nth-child(3) { transition-delay: .3s; }
.js .start-visual.in .sv-balance { transition-delay: .45s; }
.muted-note { color: var(--text-3); font-size: .88rem; line-height: 1.7; margin-bottom: 28px; }
.rewards-5 { grid-template-columns: repeat(6, 1fr); }
.rewards-5 .reward { grid-column: span 2; }
.rewards-5 .reward:nth-child(4) { grid-column: 2 / span 2; }
.catalog-note { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 36px; color: var(--text-2); font-size: .95rem; text-align: center; }
.catalog-note .i { color: var(--amber); }
.process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; counter-reset: none; }
.process::before { content: ''; position: absolute; top: 30px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--amber) 0 8px, transparent 8px 16px); opacity: .5; }
.process li { position: relative; text-align: center; padding: 0 10px; }
.process-num { position: relative; z-index: 1; width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 1.3rem; color: var(--gold-light); background: var(--dark); border: 2px solid var(--amber); box-shadow: 0 0 0 8px var(--dark); }
.process li:last-child .process-num { background: var(--grad); color: #fff; border-color: transparent; }
.process b { display: block; font-size: 1.15rem; margin-bottom: 6px; }
.process small { display: block; color: var(--text-2); font-size: .88rem; line-height: 1.6; max-width: 240px; margin: 0 auto; }
.chips-list { list-style: none; padding: 0; margin: 26px 0 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.chips-list li { padding: 9px 18px; border-radius: 100px; border: 1px solid var(--line-strong); background: rgba(240,168,48,.06); color: var(--text); font-size: .85rem; letter-spacing: .04em; }
.media-trio { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; aspect-ratio: 5 / 4; }
.media-trio img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--line); }
.media-trio img:first-child { grid-row: 1 / span 2; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.rules-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 14px; }
.rules-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text-card); line-height: 1.6; }
.rules-list .i { color: var(--amber); margin-top: 3px; }
.doc-links { display: flex; gap: 28px; flex-wrap: wrap; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; }

/* przyklejony przycisk: na komputerze dyskretna pigułka w rogu, na telefonie pełna szerokość (media niżej) */
.sticky-cta { display: flex; position: fixed; right: 28px; bottom: 28px; z-index: 900; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .3s, transform .3s var(--ease); }
.sticky-cta.show { opacity: 1; transform: none; pointer-events: auto; }
.sticky-cta .btn { min-height: 48px; padding: 0 26px; box-shadow: 0 10px 30px rgba(0,0,0,.5); }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); opacity: 0; z-index: 2500; background: var(--glass); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--line-strong); color: var(--text); padding: 13px 22px; border-radius: 100px; font-size: .9rem; box-shadow: var(--shadow); transition: opacity .3s, transform .3s var(--ease); pointer-events: none; max-width: calc(100% - 32px); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* animacje wejścia — tylko gdy JS działa (jak .reveal na ozenergy.com.pl) */
/* brief: ograniczyć animacje — krótkie, delikatne wejście, żeby nie opóźniać CTA */
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .45s ease; }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- responsywność ---------- */
@media (max-width: 1200px) {
  .nav-links { gap: 26px; }
  .brand span { display: none; }
  .steps, .g-4, .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  :root { --nav-h: 76px; }
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .hero .wrap { grid-template-columns: 1fr; gap: 50px; min-height: 0; padding-block: calc(var(--nav-h) + 56px) 90px; }
  .hero::before { background: linear-gradient(180deg, rgba(18,16,8,.88), rgba(18,16,8,.78) 60%, rgba(18,16,8,.95)); }
  .hero::after { width: 520px; height: 520px; right: -300px; top: 70%; }
  .hero .hero-title { font-size: clamp(2.4rem, 6vw, 3.3rem); }
  .section { padding-block: 90px; }
  .g-3, .rewards, .levels { grid-template-columns: 1fr 1fr; }
  .levels .level.top { grid-column: 1 / -1; }
  .split, .app-sec .wrap { grid-template-columns: 1fr; gap: 50px; }
  .split-media { order: -1; }
  .cta-band { grid-template-columns: 1fr; padding: 48px 32px; }
  .cta-band .actions { flex-direction: row; flex-wrap: wrap; }
  .page-hero .hero-2 { grid-template-columns: 1fr; }
  .page-hero .hero-2 .qr-box { justify-self: start !important; }
  /* minmax(0,…) — inaczej tabela z min-width rozpycha kolumnę i całą stronę na telefonie */
  .doc { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .toc { position: static; max-height: none; }
  .install-steps { grid-template-columns: 1fr; }
  .status-flow { grid-template-columns: 1fr 1fr; }
  .status-flow div::after { display: none; }
  .sticky-cta { left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); }
  .sticky-cta .btn { width: 100%; min-height: 54px; }
  .rewards-5 { grid-template-columns: 1fr 1fr; }
  .rewards-5 .reward, .rewards-5 .reward:nth-child(4) { grid-column: auto; }
  .rewards-5 .reward:last-child { grid-column: 1 / -1; }
  .process { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .process::before { display: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .media-trio { order: -1; }
  .start-visual { aspect-ratio: 16 / 10; }
  .site-footer { padding-bottom: 120px; }
  .toast { bottom: 96px; }
}
@media (max-width: 768px) {
  .wrap { padding-inline: 20px; }
  .brand img { height: 34px; }
  .hero h1 { font-size: 2.4rem; }
  .hero .hero-title { font-size: clamp(2rem, 9.2vw, 2.5rem); }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-visual { min-height: 480px; }
  .phone { width: 240px; border-radius: 38px; padding: 9px; }
  .phone-screen { border-radius: 30px; font-size: 8.5px; }
  .ps-top { padding-top: 34px; }
  .ps-pts { font-size: 25px; }
  .float-card { font-size: 12.5px; padding: 9px 12px 9px 9px; gap: 9px; border-radius: 14px; }
  .float-card .fc-ic { width: 34px; height: 34px; border-radius: 10px; }
  .float-card small { font-size: 11px; }
  .fc-1 { left: 0; top: 52%; }
  .fc-2 { right: 0; bottom: 12%; }
  .fc-3 { display: none; }
  .float-card { animation: none; }
  .rewards-5 { grid-template-columns: 1fr; }
  .rewards-5 .reward:last-child { grid-column: auto; }
  .process { grid-template-columns: 1fr; row-gap: 0; }
  .process li { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; text-align: left; padding: 0 0 26px; }
  .process li:not(:last-child)::after { content: ''; position: absolute; left: 25px; top: 54px; bottom: 4px; width: 2px; background: repeating-linear-gradient(180deg, var(--amber) 0 6px, transparent 6px 12px); opacity: .5; }
  .process-num { width: 52px; height: 52px; margin: 0; grid-row: span 2; font-size: 1.1rem; box-shadow: none; }
  .process small { margin: 0; max-width: none; }
  .start-list li { grid-template-columns: 84px 1fr; gap: 12px; padding: 10px 12px; font-size: .92rem; }
  .hero-highlight { font-size: .88rem; }
  .media-trio { aspect-ratio: 4 / 3; }
  .start-visual { aspect-ratio: 4 / 4.4; border-radius: var(--r-lg); }
  .sv-stack { left: 5%; top: 5%; width: 82%; gap: 8px; }
  .sv-note { grid-template-columns: 28px 1fr auto; gap: 9px; padding: 8px 11px 8px 8px; border-radius: 13px; }
  .sv-note:nth-child(2) { margin-left: 5%; }
  .sv-note:nth-child(3) { margin-left: 10%; }
  .sv-ic { width: 28px; height: 28px; border-radius: 8px; }
  .sv-txt b { font-size: .78rem; }
  .sv-txt small { font-size: .66rem; }
  .sv-balance { right: 5%; bottom: 5%; min-width: 160px; padding: 10px 14px; gap: 8px; }
  .sv-balance b { font-size: 1.25rem; }
  .marquee-track { padding: 14px 0; }
  .stats { gap: 12px; margin-top: 56px; }
  .stats div { padding: 26px 14px; }
  .stats b { font-size: 2rem; }
  .stats small { font-size: .66rem; letter-spacing: .08em; }
  .section { padding-block: 72px; }
  .section-head { margin-bottom: 40px; }
  .steps, .g-2, .g-3, .g-4, .rewards, .levels { grid-template-columns: 1fr; }
  .card, .step { padding: 24px; }
  .app-phones .phone:first-child { display: none; }
  .app-phones .phone:last-child { transform: none; }
  .tl { grid-template-columns: 42px 1fr; }
  .tl .pts-tag { grid-column: 2; justify-self: start; }
  .tl-dot { width: 42px; height: 42px; }
  .tl:not(:last-child)::after { left: 20px; top: 56px; }
  .cta-band { padding: 36px 22px; border-radius: var(--r-lg); }
  .cta-band .actions .btn { flex: 1 1 100%; }
  .page-hero .wrap { padding-block: calc(var(--nav-h) + 44px) 64px; }
  .page-hero h1 { font-size: 2.2rem; }
  .legal > section { padding: 24px 20px; }
  .legal ol { padding-left: 22px; }
  .status-flow, .status-flow.three { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; align-items: center; }
  .faq summary { font-size: .96rem; padding: 18px 58px 18px 20px; }
  .faq .ans { padding: 0 20px 20px; }
  .qr-box { display: none; }
  .install-tabs { display: flex; }
  .install-tabs button { flex: 1; justify-content: center; padding: 0 8px; font-size: .72rem; letter-spacing: .04em; }
}

/* ---------- spis treści podstron: zwijany na tablecie i telefonie (przycisk dokłada landing.js) ---------- */
.toc-toggle { display: none; }
@media (max-width: 1024px) {
  .toc.has-toggle > h2 { display: none; }
  .toc-toggle { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; padding: 0; background: none; border: 0; color: var(--text); font-size: .95rem; font-weight: 600; text-align: left; }
  .toc-toggle svg { width: 18px; height: 18px; flex: none; color: var(--amber); transition: transform .3s var(--ease); }
  .toc.has-toggle:not(.is-collapsed) .toc-toggle svg { transform: rotate(180deg); }
  .toc.has-toggle:not(.is-collapsed) .toc-toggle { margin-bottom: 10px; }
  .toc.is-collapsed ul, .toc.is-collapsed ol { display: none; }
  .toc { padding: 10px 18px; }
}

/* ---------- telefon: poprawki UX (krótsza strona, CTA wyżej, dotyk ≥ 44 px, lżejsze tła) ---------- */
@media (max-width: 768px) {
  /* cele dotyku ≥ 44 px */
  .mobile-toggle { width: 44px; height: 44px; display: grid; place-content: center; padding: 0; margin-right: -8px; }
  .mobile-toggle span { margin: 3px 0; }
  .brand { min-height: 44px; }
  .footer-grid ul a { padding: 11px 0; }
  .footer-grid address a { display: inline-block; }
  .footer-bottom a { display: inline-block; padding: 12px 6px; }
  .doc-links a, .section .link { padding-block: 12px; }
  .toc li a { padding: 12px; }

  /* hero: przycisk wyraźnie nad dolną krawędzią także na małych ekranach */
  .hero .wrap { padding-block: calc(var(--nav-h) + 22px) 52px; gap: 26px; }
  .hero-badge { margin-bottom: 16px; padding: 7px 14px; font-size: .64rem; }
  .hero .hero-title { margin-bottom: 14px; }
  .hero-lead { font-size: .94rem; line-height: 1.58; }
  .hero-highlight { margin-top: 16px; padding: 8px 16px 8px 8px; }
  .hero-cta { margin-top: 20px; gap: 10px; }
  .hero-cta .btn { min-height: 50px; }
  .hero-note { margin-top: 12px; font-size: .7rem; }
  .hero-visual { min-height: 390px; }
  .phone { width: 205px; border-radius: 34px; padding: 8px; }
  .phone-screen { border-radius: 27px; font-size: 7.5px; }
  .ps-pts { font-size: 22px; }

  /* krótsze sekcje */
  .section { padding-block: 56px; }
  .section-head { margin-bottom: 26px; }
  .section-head h2, .split h2 { font-size: 1.75rem; margin: 14px 0 12px; }
  .section-head p, .split p.lead { font-size: .95rem; line-height: 1.65; }

  /* „Dlaczego warto” 2×2 */
  #dlaczego .grid.g-4 { grid-template-columns: 1fr 1fr; gap: 10px; }
  #dlaczego .card { padding: 16px 14px; }
  #dlaczego .card .ic-box { width: 40px; height: 40px; border-radius: 12px; }
  #dlaczego .card h3 { font-size: 1rem; margin: 12px 0 4px; }
  #dlaczego .card p { font-size: .8rem; line-height: 1.5; }

  /* Korzyści: kompaktowe karty poziome zamiast pięciu pełnych kart */
  .rewards { gap: 10px; }
  .reward { flex-direction: row; clip-path: none; border-radius: var(--r-md); border: 1px solid var(--line); min-height: 128px; }
  .reward:hover { transform: none; }
  .reward-img { flex: 0 0 36%; aspect-ratio: auto; clip-path: none; }
  .reward-img::after { background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.55) 100%); }
  .reward-img .chip { left: 6px; right: 6px; top: auto; bottom: 6px; height: auto; min-height: 18px; padding: 3px 4px; justify-content: center; text-align: center; white-space: normal; font-size: .5rem; letter-spacing: .06em; line-height: 1.2; }
  .reward-body { padding: 12px 14px; gap: 4px; justify-content: center; }
  .reward-body h3 { font-size: .95rem; line-height: 1.25; }
  .reward-body p { font-size: .78rem; line-height: 1.45; flex: none; }
  .reward-body .pts-tag { margin-top: 6px; height: 26px; font-size: .75rem; padding: 0 10px; }
  .catalog-note { margin-top: 18px; font-size: .85rem; }

  /* aplikacja: bez drugiej makiety telefonu (jest już w hero) */
  .app-sec .app-phones { display: none; }
  .app-sec .wrap { gap: 0; }
  .feature-list { margin: 18px 0 22px; gap: 14px; }

  /* rozwój systemu, punkty na start, polecenia, FAQ */
  .media-trio { aspect-ratio: 16 / 10; gap: 8px; }
  .media-trio img { border-radius: var(--r-md); }
  .chips-list { margin: 16px 0 22px; gap: 8px; }
  .chips-list li { padding: 7px 14px; font-size: .8rem; }
  .start-visual { aspect-ratio: 4 / 3.7; }
  .start-list { margin: 18px 0 14px; gap: 8px; }
  .start-list li { padding: 8px 10px; }
  .process li { padding-bottom: 18px; }
  .faq-layout { gap: 26px; }
  .rules-list { gap: 10px; margin-bottom: 18px; }
  .cta-band h2 { font-size: 1.5rem; }

  /* tabele punktów i Korzyści: na telefonie wiersz = karta (nazwa + punkty w linii, warunek pod spodem), bez przewijania w bok */
  table.pts-table { min-width: 0; }
  .pts-table thead { display: none; }
  .pts-table, .pts-table tbody { display: block; }
  .pts-table tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; row-gap: 6px; align-items: center; padding: 14px 16px; }
  .pts-table tbody tr + tr { border-top: 1px solid var(--line); }
  .pts-table tbody tr + tr td { border-top: 0; }
  .pts-table td { padding: 0; }
  .pts-table td:nth-child(3) { grid-column: 1 / -1; font-size: .82rem; color: var(--text-2); }
  .pts-table td:first-child > span { gap: 10px; }
  .pts-table td:first-child .ic-box { width: 32px; height: 32px; border-radius: 9px; }
  .pts-table td:first-child .ic-box .i { width: 15px; height: 15px; }
  .pts-table .pts-tag { font-size: .8rem; height: 28px; }
  /* większe pole kliknięcia bez zmiany wyglądu */
  .footer-grid address a { padding: 11px 0; margin-block: -11px; }
  .crumbs a { display: inline-block; padding-block: 13px; margin-block: -13px; }

  /* lżejsze zdjęcia tła na telefon: pionowy kadr ze środka oryginału */
  .hero .hero-bg { background-image: url('hero-b-m.webp') !important; }
  .page-hero .hero-bg[style*="hero.webp"] { background-image: url('hero-m.webp') !important; }
  .page-hero .hero-bg[style*="grunt.webp"] { background-image: url('grunt-m.webp') !important; }
  .page-hero .hero-bg[style*="dom.webp"] { background-image: url('dom-m.webp') !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
@media print {
  .site-nav, .mobile-menu, .site-footer, .toc, .sticky-cta, .page-hero, .no-print, .notice-draft { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .doc { display: block; }
  .section { padding: 0; background: #fff; }
  .legal > section { background: none; border: 0; padding: 0; margin-top: 14pt !important; break-inside: avoid-page; }
  .legal ol, .legal dl, .legal dt, .legal h2 { color: #000; }
  .legal h2 .par { -webkit-text-fill-color: #c24e00; }
  .print-title { display: block !important; color: #000; }
}
.print-title { display: none; }
