/* Alfapanel — strona publiczna, styl premium. Mobile-first, własna czcionka (bez zewnętrznych serwerów). */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('/static/fonts/manrope-latin-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('/static/fonts/manrope-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --red: #e30613;
  --red-deep: #b1040f;
  --red-glow: rgba(227, 6, 19, 0.35);
  --amber: #f4b400;
  --ink: #0b0e13;
  --graphite: #12161d;
  --steel: #1c222b;
  --steel-2: #2a323d;
  --text: #0f1319;
  --text-2: #3a434f;
  --muted: #677180;
  --line: #e7e9ed;
  --bg: #f6f6f3;
  --card: #ffffff;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(11, 14, 19, 0.06), 0 2px 8px rgba(11, 14, 19, 0.04);
  --shadow: 0 2px 6px rgba(11, 14, 19, 0.05), 0 18px 40px -12px rgba(11, 14, 19, 0.18);
  --shadow-lg: 0 30px 80px -20px rgba(11, 14, 19, 0.45);
  --wrap: 1200px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  color-scheme: light;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font: 16px/1.65 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-feature-settings: 'ss01', 'cv05';
  color: var(--text);
  background: var(--bg);
  padding-bottom: 76px;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: var(--red-deep); text-underline-offset: 3px; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.025em; margin: 0 0 0.5em; font-weight: 800; }
h1 { font-size: clamp(2.2rem, 6.4vw, 4.1rem); }
h2 { font-size: clamp(1.7rem, 4vw, 2.7rem); }
h3 { font-size: 1.12rem; letter-spacing: -0.01em; font-weight: 750; }
p { margin: 0 0 1em; }
::selection { background: var(--red); color: #fff; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: 20px; }
.narrow { max-width: 620px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red);
}
.kicker::before { content: ''; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }
.section-head { max-width: 720px; margin-bottom: 36px; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }

/* ---------- pasek otwarcia i nagłówek ---------- */
.topbar { background: var(--ink); color: #c9ced6; text-align: center; font-size: 0.86rem; padding: 9px 16px; letter-spacing: 0.01em; }
.topbar strong { color: var(--amber); font-weight: 700; }
.header { position: sticky; top: 0; z-index: 30; background: rgba(255, 255, 255, 0.82); backdrop-filter: saturate(1.6) blur(14px); -webkit-backdrop-filter: saturate(1.6) blur(14px); border-bottom: 1px solid rgba(11, 14, 19, 0.06); }
.header-in { display: flex; align-items: center; gap: 20px; min-height: 72px; }
/* `flex: none` na logo jest konieczne: w wierszu flex obrazek domyślnie się kurczy, a ponieważ
   ma ustawioną wysokość i „width: auto", ściskanie zgniata go w poziomie zamiast zmniejszyć
   proporcjonalnie. Przy szóstej pozycji w menu logo 432×164 robiło się 23×36 px.
   Nagłówek zostaje w jednym rzędzie — zawijanie spychało przyciski do drugiej linii. Zamiast tego
   przy ciasnych szerokościach lekko zwężamy odstępy w menu, a poniżej progu i tak jest hamburger. */
.brand { display: flex; align-items: center; text-decoration: none; flex: none; }
.brand img { height: 36px; width: auto; display: block; flex: none; max-width: none; }
.nav { display: none; gap: 2px; margin-left: 8px; min-width: 0; }
.nav a { color: var(--text-2); text-decoration: none; font-weight: 650; font-size: 0.9rem; padding: 8px 10px; border-radius: 999px; transition: background 0.2s, color 0.2s; white-space: nowrap; }
.nav a:hover { background: rgba(11, 14, 19, 0.05); color: var(--text); }
.nav a[aria-current="page"] { color: var(--red); background: rgba(227, 6, 19, 0.07); }
.header-cta { margin-left: auto; display: flex; gap: 8px; align-items: center; }

/* ---------- przyciski ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 20px; border-radius: 999px; font-weight: 750; text-decoration: none; font-family: inherit;
  border: 1.5px solid transparent; cursor: pointer; font-size: 0.95rem; line-height: 1.2; white-space: nowrap;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s, border-color 0.2s, color 0.2s;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: linear-gradient(180deg, #f0192a, var(--red) 55%, var(--red-deep)); color: #fff; box-shadow: 0 10px 24px -10px var(--red-glow), inset 0 1px 0 rgba(255, 255, 255, 0.22); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 32px -12px rgba(227, 6, 19, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.22); }
.btn-ghost { border-color: rgba(11, 14, 19, 0.14); color: var(--text); background: rgba(255, 255, 255, 0.7); }
.btn-ghost:hover { border-color: var(--text); background: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline-light { border-color: rgba(255, 255, 255, 0.28); color: #fff; background: rgba(255, 255, 255, 0.04); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255, 255, 255, 0.1); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-lg { padding: 16px 26px; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.6; cursor: progress; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #e8ebef; isolation: isolate;
  background:
    radial-gradient(900px 520px at 88% -10%, rgba(227, 6, 19, 0.34), transparent 60%),
    radial-gradient(700px 420px at -10% 110%, rgba(244, 180, 0, 0.1), transparent 60%),
    linear-gradient(180deg, var(--graphite), var(--ink));
  padding: 44px 0 0;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1; opacity: 0.5;
  background: repeating-linear-gradient(90deg, transparent 0 88px, rgba(255, 255, 255, 0.035) 88px 90px);
  mask-image: linear-gradient(180deg, #000 20%, transparent 85%);
  -webkit-mask-image: linear-gradient(180deg, #000 20%, transparent 85%);
}
.hero-grid { display: grid; gap: 32px; align-items: start; padding-bottom: 36px; }
.hero .kicker { color: #ff4b55; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: transparent; background: linear-gradient(90deg, #fff, #ffb3b7 60%, #ff4b55); -webkit-background-clip: text; background-clip: text; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: #b8bfc9; max-width: 58ch; }
.ticks { list-style: none; padding: 0; margin: 22px 0 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.ticks li {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); color: #eef0f3; font-weight: 650; font-size: 0.92rem;
}
.ticks li svg { width: 18px; height: 18px; color: var(--amber); flex: none; }
.hero-call { color: #9aa3ae; margin: 0; }
.hero-call a { color: #fff; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.hero-panel { display: block; width: 100%; height: clamp(70px, 11vw, 150px); margin-top: 8px; }

/* ---------- pasek atutów ---------- */
.trust { position: relative; z-index: 2; margin-top: -1px; background: var(--card); border-bottom: 1px solid var(--line); }
.trust-in { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-item { display: flex; gap: 12px; align-items: center; padding: 18px 8px; }
.trust-item svg { width: 36px; height: 36px; flex: none; color: var(--red); background: rgba(227, 6, 19, 0.07); border-radius: 12px; padding: 8px; }
.trust-item strong { display: block; font-size: 0.95rem; line-height: 1.25; }
.trust-item span { display: block; font-size: 0.82rem; color: var(--muted); line-height: 1.3; }

/* ---------- formularz ---------- */
.quote-form {
  position: relative; background: var(--card); color: var(--text); border-radius: 24px; padding: 26px; display: grid; gap: 16px;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(255, 255, 255, 0.6);
}
.quote-form::before { content: ''; position: absolute; inset: 0 24px auto; height: 3px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, var(--red), var(--amber)); }
.quote-head h2 { font-size: 1.45rem; margin: 0 0 4px; }
.quote-head p { margin: 0; color: var(--muted); font-size: 0.92rem; display: flex; align-items: center; gap: 8px; }
.quote-head p::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #1fb45a; box-shadow: 0 0 0 4px rgba(31, 180, 90, 0.15); }
.field { display: grid; gap: 7px; border: 0; padding: 0; margin: 0; min-width: 0; }
.field > span, .field legend { font-weight: 750; font-size: 0.88rem; padding: 0; color: var(--text-2); }
.field input, .field select {
  width: 100%; font: inherit; font-weight: 550; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fbfbfa; color: var(--text); transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.field input:hover, .field select:hover { border-color: #cfd4da; }
.field input:focus, .field select:focus { outline: none; border-color: var(--red); background: #fff; box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.12); }
.field [aria-invalid="true"] { border-color: var(--red); }
.field-error { color: var(--red-deep); font-size: 0.86rem; font-weight: 700; }
.form-alert { background: #fff1f1; color: var(--red-deep); padding: 10px 12px; border-radius: var(--radius-sm); margin: 0; font-weight: 650; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-block; padding: 9px 15px; border: 1.5px solid var(--line); border-radius: 999px; font-weight: 700; font-size: 0.9rem; cursor: pointer; background: #fbfbfa; transition: all 0.15s; }
.chip span:hover { border-color: #cfd4da; }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip input:focus-visible + span { box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.2); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 0.78rem; color: var(--muted); margin: 0; }
.form-status:empty { display: none; }
.form-status { border-radius: var(--radius-sm); padding: 16px; background: #ebf8f0; color: #125a2d; font-weight: 700; line-height: 1.5; }
.form-status.is-error { background: #fff1f1; color: var(--red-deep); }
.quote-form.is-sent > *:not(.form-status):not(.quote-head) { display: none; }

/* ---------- sekcje ---------- */
.band { padding: 64px 0; }
.band-alt { background: #fff; border-block: 1px solid var(--line); }
.intro { color: var(--muted); max-width: 70ch; font-size: 1.06rem; }
.note { color: var(--muted); font-size: 0.92rem; margin-top: 22px; display: flex; gap: 10px; align-items: flex-start; }
.note svg { width: 20px; height: 20px; flex: none; color: var(--amber); margin-top: 2px; }
.cards { display: grid; gap: 18px; }
.card {
  position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #dde0e5; }
.card p { color: var(--text-2); flex: 1; margin-bottom: 18px; }
.card-link { font-weight: 800; color: var(--red); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; font-size: 0.92rem; }
.card-link svg { width: 16px; height: 16px; transition: transform 0.2s var(--ease); }
.card:hover .card-link svg { transform: translateX(3px); }
.tag { align-self: flex-start; background: var(--amber); color: var(--ink); font-weight: 800; font-size: 0.68rem; letter-spacing: 0.14em; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; }
.tag-soft { background: rgba(227, 6, 19, 0.08); color: var(--red-deep); letter-spacing: 0.06em; }
.offer-card .num { font-size: clamp(3rem, 6vw, 4rem); font-weight: 800; letter-spacing: -0.05em; line-height: 1; margin: 18px 0 6px; color: var(--ink); }
.offer-card .num span { font-size: 0.34em; letter-spacing: 0; margin-left: 4px; color: var(--muted); font-weight: 750; }
.offer-card .num::after { content: ''; display: block; width: 36px; height: 3px; border-radius: 3px; background: var(--red); margin-top: 14px; }
.offer-card h3 { margin-top: 10px; }
.offer-card.no-num h3 { margin-top: 14px; }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 22px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); }
.feature .ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--steel-2), var(--ink)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12); }
.feature .ico svg { width: 24px; height: 24px; }
.feature h3 { margin: 2px 0 6px; }
.feature p { color: var(--text-2); margin: 0; }
.product-card { text-decoration: none; color: inherit; overflow: hidden; }
.product-card .pc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.product-card .pc-ico { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: rgba(227, 6, 19, 0.07); color: var(--red); }
.product-card .pc-ico svg { width: 26px; height: 26px; }
.product-card.is-featured { background: linear-gradient(160deg, var(--steel), var(--ink)); color: #fff; border-color: transparent; }
.product-card.is-featured p { color: #b8bfc9; }
.product-card.is-featured .pc-ico { background: rgba(255, 255, 255, 0.08); color: #fff; }
.product-card.is-featured .tag-soft { background: var(--red); color: #fff; }
.product-card.is-featured .card-link { color: #fff; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; counter-reset: step; }
.steps li { counter-increment: step; position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px 24px; }
.steps li::before {
  content: counter(step, decimal-leading-zero); display: block; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.1em;
  color: var(--red); margin-bottom: 14px;
}
.steps li::after { content: ''; position: absolute; left: 24px; right: 24px; top: 48px; height: 2px; background: linear-gradient(90deg, var(--red), transparent); opacity: 0.25; }
.steps p { margin: 0; color: var(--text-2); }
.prose { max-width: 760px; }
.prose h2 { margin-top: 0.2em; }
.prose p { color: var(--text-2); font-size: 1.04rem; }
.faq { display: grid; gap: 10px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 4px 20px; transition: box-shadow 0.2s, border-color 0.2s; }
.faq details[open] { box-shadow: var(--shadow-sm); border-color: #dfe2e7; }
.faq summary { font-weight: 750; cursor: pointer; list-style: none; position: relative; padding: 16px 40px 16px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; position: absolute; right: 2px; top: 50%; width: 24px; height: 24px; margin-top: -12px; border-radius: 50%;
  background: rgba(227, 6, 19, 0.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e30613' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 7v10M7 12h10'/%3E%3C/svg%3E") center/16px no-repeat;
  transition: transform 0.25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 18px; color: var(--text-2); }

.cta { position: relative; overflow: hidden; background: radial-gradient(700px 300px at 85% 0%, rgba(227, 6, 19, 0.45), transparent 60%), linear-gradient(180deg, var(--steel), var(--ink)); color: #fff; padding: 64px 0; isolation: isolate; }
.cta::before { content: ''; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(90deg, transparent 0 88px, rgba(255, 255, 255, 0.04) 88px 90px); }
.cta h2 { color: #fff; margin-bottom: 10px; }
.cta p { color: #b8bfc9; margin: 0; font-size: 1.08rem; }
.cta-in { display: grid; gap: 26px; align-items: center; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.location { display: grid; gap: 28px; align-items: stretch; }
.nap { display: grid; grid-template-columns: max-content 1fr; gap: 10px 20px; margin: 22px 0 26px; }
.nap dt { font-weight: 750; color: var(--muted); font-size: 0.9rem; }
.nap dd { margin: 0; font-weight: 650; }
.nap a { color: var(--text); }
.map-embed {
  position: relative; border-radius: 24px; min-height: 340px; overflow: hidden; color: #fff; box-shadow: var(--shadow);
  background:
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, 0.05) 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, 0.05) 39px 40px),
    linear-gradient(160deg, var(--steel), var(--ink));
}
.map-cover { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px; text-align: center; padding: 24px; }
.map-ico { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.08); color: #fff; }
.map-ico svg { width: 28px; height: 28px; }
.map-cover p { margin: 0; font-size: 1.05rem; max-width: 30ch; }
.map-cover small { color: #aab2bd; font-size: 0.8rem; max-width: 34ch; }
.map-embed.is-loaded { background: #e9ecef; }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.page-head { padding: 56px 0 8px; }
.thanks { font-size: 1.12rem; background: #ebf8f0; color: #125a2d; border-radius: var(--radius); padding: 18px 22px; max-width: 780px; font-weight: 650; }

/* Opis pod filmem — to on pracuje na pozycje w Google, sama ramka jest dla wyszukiwarki pusta. */
.video figcaption { padding: 14px 16px 18px; font-size: 0.92rem; line-height: 1.55; color: var(--text-2); }

/* ---------- menu na telefonie (pełny ekran, bez chowania pozycji poza kadrem) ---------- */
/* Ikona telefonu tylko na telefonie — reguła musi przebić własny `display` przycisku ikonowego. */
.only-sm:not(#x) { display: none; }
.icon-btn {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink);
  cursor: pointer; transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.icon-btn svg { width: 20px; height: 20px; }
.icon-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.burger { display: none; position: relative; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.burger span {
  position: absolute; left: 13px; width: 18px; height: 2px; border-radius: 2px; background: var(--ink);
  transition: transform 0.28s var(--ease), opacity 0.2s;
}
.burger span:first-child { top: 18px; }
.burger span:last-child { top: 24px; }
body.menu-open .burger span:first-child { transform: translateY(3px) rotate(45deg); }
body.menu-open .burger span:last-child { transform: translateY(-3px) rotate(-45deg); }
body.menu-open { overflow: hidden; }

.menu-sheet {
  position: fixed; inset: 0; z-index: 60; display: flex; flex-direction: column;
  background: rgba(255, 255, 255, 0.96); backdrop-filter: saturate(1.6) blur(18px); -webkit-backdrop-filter: saturate(1.6) blur(18px);
  padding: 14px 20px calc(20px + env(safe-area-inset-bottom));
  animation: sheet-in 0.26s var(--ease);
}
.menu-sheet[hidden] { display: none; }
@keyframes sheet-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.menu-head { display: flex; align-items: center; justify-content: space-between; min-height: 56px; }
.menu-head img { height: 34px; width: auto; }
.menu-nav { display: flex; flex-direction: column; margin-top: 18px; }
.menu-nav a {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 4px; text-decoration: none; color: var(--ink); font-weight: 750;
  font-size: clamp(1.25rem, 5.5vw, 1.6rem); letter-spacing: -0.01em;
  border-bottom: 1px solid rgba(11, 14, 19, 0.07);
}
.menu-nav a svg { width: 22px; height: 22px; color: var(--text-2); flex: none; transition: transform 0.2s var(--ease); }
.menu-nav a:active svg, .menu-nav a:hover svg { transform: translateX(4px); color: var(--red); }
.menu-nav a[aria-current="page"] { color: var(--red); }
.menu-foot { margin-top: auto; padding-top: 24px; display: grid; gap: 10px; }
.menu-foot .btn { width: 100%; justify-content: center; padding: 15px 18px; font-size: 1rem; }
.menu-foot p { margin: 6px 0 0; text-align: center; color: var(--text-2); font-size: 0.9rem; }
/* tylko link w stopce menu (e-mail) — przyciski zachowują własne kolory */
.menu-foot p a { color: inherit; }

/* ---------- osadzony formularz (Typeform) ---------- */
.band-embed { padding-block: 16px 24px; }
/* Strona docelowa reklamy: nagłówek ma zajmować minimum miejsca, formularz ma być widoczny od razu. */
.page-head-tight { padding-block: 20px 4px; }
.page-head-tight h1 { font-size: clamp(1.35rem, 3.2vw, 1.9rem); margin: 0; }
.embed-box { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--card); box-shadow: var(--shadow-sm); }
.embed-box iframe { display: block; width: 100%; border: 0; height: 640px; }
/* Formularz ma się zmieścić w oknie razem z przyciskiem „Wyślij” — bez chowania go pod paskiem. */
.embed-full iframe { height: min(calc(100vh - 210px), 820px); min-height: 520px; }
/* Na stronie docelowej reklamy dolny pasek z przyciskami jest zbędny (cel strony to formularz)
   i zasłaniałby przycisk wysyłki. */
body.lander .mobile-bar { display: none; }
body.lander { padding-bottom: 0; }
@media (max-width: 720px) { .embed-full iframe { height: calc(100vh - 168px); min-height: 480px; } }

/* ---------- galeria (przewijana, 3 zdjęcia na ekranie) ---------- */
.gal { position: relative; }
.gal-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: 82%; gap: 16px;
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
  scrollbar-width: none; padding-bottom: 4px;
}
.gal-track::-webkit-scrollbar { display: none; }
.g-item { margin: 0; scroll-snap-align: start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.g-item img, .g-item video { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; max-width: 100%; background: var(--ink); }
.g-item figcaption { padding: 12px 16px 16px; font-size: 0.9rem; color: var(--text-2); }
.gal-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--ink); box-shadow: var(--shadow-md); cursor: pointer;
  display: none; align-items: center; justify-content: center; transition: background 0.2s, transform 0.2s;
}
.gal-nav svg { width: 20px; height: 20px; }
.gal-nav:hover { background: var(--ink); color: #fff; }
.gal-nav.prev { left: -10px; }
.gal-nav.prev svg { transform: rotate(180deg); }
.gal-nav.next { right: -10px; }
.gal-nav[hidden] { display: none !important; }
@media (min-width: 640px) { .gal-track { grid-auto-columns: calc((100% - 16px) / 2); } }
@media (min-width: 960px) {
  .gal-track { grid-auto-columns: calc((100% - 32px) / 3); }
  .gal-nav { display: flex; }
}

/* ---------- filmy ---------- */
.videos { display: grid; gap: 18px; }
.video { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9; max-width: 100%; box-shadow: var(--shadow-sm); background: var(--ink); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-cover {
  position: absolute; inset: 0; width: 100%; border: 0; cursor: pointer; text-align: left; color: #fff; font: inherit;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 4px; padding: 20px;
  background:
    radial-gradient(420px 220px at 85% 10%, rgba(227, 6, 19, 0.45), transparent 60%),
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(255, 255, 255, 0.05) 58px 60px),
    linear-gradient(160deg, var(--steel-2), var(--ink));
  transition: transform 0.3s var(--ease);
}
.video-cover .play {
  position: absolute; left: 50%; top: 42%; width: 66px; height: 66px; margin: -33px 0 0 -33px; border-radius: 50%;
  display: grid; place-items: center; background: var(--red); box-shadow: 0 14px 34px -8px rgba(227, 6, 19, 0.7); transition: transform 0.25s var(--ease);
}
.video-cover .play svg { width: 28px; height: 28px; margin-left: 3px; }
.video-cover:hover .play { transform: scale(1.08); }
.video-cover .vt { font-weight: 800; font-size: 1.02rem; line-height: 1.3; letter-spacing: -0.01em; max-width: 34ch; }
.video-cover small { color: #aab2bd; font-size: 0.78rem; }
@media (min-width: 640px) { .videos { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .videos { grid-template-columns: repeat(3, 1fr); } }

/* ---------- media społecznościowe ---------- */
.socials { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.socials a {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px; text-decoration: none;
  border: 1.5px solid var(--line); background: #fff; color: var(--text); font-weight: 700; font-size: 0.88rem; transition: all 0.2s var(--ease);
}
.socials a:hover { border-color: var(--text); transform: translateY(-1px); }
.socials svg { width: 18px; height: 18px; }
.socials-dark a { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.14); color: #e8ebef; }
.socials-dark a:hover { border-color: #fff; background: rgba(255, 255, 255, 0.12); text-decoration: none; }
.follow { margin-top: 26px; display: grid; gap: 10px; }
.follow > span { font-size: 0.86rem; font-weight: 700; color: var(--muted); }

/* ---------- stopka i pasek mobilny ---------- */
.footer { background: var(--ink); color: #9aa3ae; padding: 56px 0 28px; font-size: 0.92rem; }
.footer a { color: #e8ebef; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer strong { color: #fff; font-size: 1.05rem; }
.footer-in { display: grid; gap: 30px; }
.footer .f-brand img { height: 34px; width: auto; background: #fff; padding: 6px 10px; border-radius: 10px; }
.footer nav { display: grid; gap: 8px; }
.footer h4 { color: #fff; margin: 0 0 12px; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 36px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; }
.mobile-bar {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: flex; gap: 8px; padding: 8px;
  background: rgba(255, 255, 255, 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(11, 14, 19, 0.08); border-radius: 999px; box-shadow: var(--shadow);
}
.mobile-bar .btn { flex: 1; padding: 13px 16px; }

/* ---------- animacje pojawiania (tylko z JS i gdy użytkownik ich nie wyłączył) ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.js [data-reveal].in { opacity: 1; transform: none; }

@media (min-width: 640px) {
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-in { grid-template-columns: 1.6fr 1fr 1fr; }
  .trust-in { grid-template-columns: repeat(4, 1fr); }
  .trust-item { padding: 22px 12px; }
}
@media (max-width: 639px) {
  .hide-sm { display: none; }
  .header-cta .btn-primary { display: none; }
  .trust-in { gap: 0 10px; }
  .trust-item { padding: 14px 0; gap: 10px; }
  .trust-item svg { width: 30px; height: 30px; padding: 6px; border-radius: 10px; }
  .trust-item strong { font-size: 0.86rem; }
  .trust-item span { font-size: 0.76rem; }
}
@media (max-width: 1099px) {
  /* Zamiast przewijanego paska, w którym część pozycji chowała się poza ekranem — przycisk i pełne menu. */
  .header-in { min-height: 64px; }
  .nav { display: none; }
  .burger { display: inline-flex; align-items: center; justify-content: center; }
}
@media (max-width: 639px) {
  .only-sm:not(#x) { display: inline-flex; }
}
@media (min-width: 960px) {
  body { padding-bottom: 0; }
  .mobile-bar { display: none; }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; padding-bottom: 24px; }
  .cards-4 { grid-template-columns: repeat(4, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .cta-in { grid-template-columns: 1fr auto; }
  .location { grid-template-columns: 1.1fr 0.9fr; }
  .band { padding: 96px 0; }
  .cta { padding: 80px 0; }
}
/* Pełne menu pokazujemy dopiero, gdy naprawdę się mieści obok logo, telefonu i przycisku wyceny.
   Przy sześciu pozycjach potrzeba ok. 1150 px; niżej wchodzi hamburger, który i tak ma komplet
   odnośników. Wcześniej próg 1100 px powodował, że ostatnie pozycje wchodziły pod telefon. */
@media (min-width: 1180px) {
  .nav { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* Długi opis produktu w panelu: ma się dać przeczytać i skopiować, a nie rozjechać strony. */
.copy.long {
  max-height: 22rem;
  overflow: auto;
  white-space: pre-wrap;
  line-height: 1.55;
}

/* Kalkulator ilości płyt */
.calc-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin: 18px 0; }
.calc-grid label { display: flex; flex-direction: column; gap: 6px; font-size: .95rem; color: var(--muted); }
.calc-grid input, .calc-grid select { padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font-size: 1rem; background: var(--bg); color: var(--ink); }
.calc-out { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-top: 6px; }
.calc-out .muted { grid-column: 1 / -1; margin: 4px 0 0; }
.calc-res { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; background: var(--bg-alt); border-radius: 14px; }
.calc-res span { font-size: .85rem; color: var(--muted); }
.calc-res strong { font-size: 1.45rem; letter-spacing: -.01em; }
.calc-sum { background: var(--brand); color: #fff; }
.calc-sum span { color: rgba(255,255,255,.8); }

/* Cennik w panelu: pole ceny i przyciski w jednej linii */
.price-form { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 0; }
.price-form input { width: 6.5rem; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; font-size: 1rem; text-align: right; }

/* ---------- tabela cen ---------- */
/* Klient szukający „płyta PIR 100 mm cena" ma zobaczyć liczbę od razu, także na telefonie.
   Na wąskim ekranie tabela zamienia się w listę kart — nagłówki kolumn wracają jako etykiety. */
.cennik-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.cennik { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.cennik thead th {
  text-align: left; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); font-weight: 800; padding: 16px 20px; background: #fbfbfa; border-bottom: 1px solid var(--line);
}
.cennik thead th.num, .cennik td.num { text-align: right; }
.cennik tbody th { text-align: left; font-weight: 800; color: var(--text); padding: 14px 20px; border-bottom: 1px solid var(--line); }
.cennik tbody td { padding: 14px 20px; border-bottom: 1px solid var(--line); color: var(--text-2); }
.cennik tbody tr:last-child th, .cennik tbody tr:last-child td { border-bottom: 0; }
.cennik tbody tr:hover th, .cennik tbody tr:hover td { background: #fcfcfb; }
.cennik td.num { font-weight: 800; color: var(--text); white-space: nowrap; }
.cennik td.brutto { color: var(--red); }
.cennik.spec td.num { font-weight: 700; color: var(--text-2); }
.cennik.spec tbody th { white-space: nowrap; }
.cennik .jedn { font-weight: 600; color: var(--muted); font-size: 0.86em; }
.cennik .pack { font-size: 0.9rem; }
.cennik .znacznik {
  display: inline-block; margin-left: 8px; padding: 2px 9px; border-radius: 999px; vertical-align: 2px;
  background: rgba(244, 180, 0, 0.16); color: #7a5c00; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.cennik .uwaga { display: block; font-weight: 600; font-size: 0.84rem; color: var(--muted); margin-top: 2px; }
.cennik-cta { margin-top: 22px; }
.cennik-cta .btn { background: var(--ink); color: #fff; }

@media (max-width: 720px) {
  .cennik, .cennik tbody, .cennik tr, .cennik th, .cennik td { display: block; }
  .cennik thead { display: none; }
  .cennik tbody tr { padding: 4px 0 10px; border-bottom: 1px solid var(--line); }
  .cennik tbody tr:last-child { border-bottom: 0; }
  .cennik tbody th { border-bottom: 0; padding: 14px 18px 6px; font-size: 1.05rem; }
  .cennik tbody td { border-bottom: 0; padding: 3px 18px; display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
  /* Etykieta rozpycha się na całą wolną szerokość, żeby kwota i jednostka trzymały się razem po prawej. */
  .cennik tbody td::before { content: attr(data-label); color: var(--muted); font-size: 0.86rem; font-weight: 700; flex: 1; text-align: left; }
  .cennik tbody td .jedn { margin-left: 2px; }
  .cennik tbody td.num { text-align: right; }
}

/* ---------- rysunki techniczne profili ---------- */
/* Rysunek jest wektorowy, więc skaluje się bez utraty ostrości. Kolory bierzemy ze zmiennych,
   żeby rysunek zawsze pasował do reszty strony, a nie był obcym elementem. */
.rysunki { display: grid; gap: 20px; }
.rysunki.cards-2 { grid-template-columns: 1fr; }
.rysunki.cards-3 { grid-template-columns: 1fr; }
.rys-box {
  margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 20px 16px 16px; display: flex; flex-direction: column; gap: 12px;
}
.rys-box figcaption { color: var(--text-2); font-size: 0.92rem; line-height: 1.5; margin-top: auto; }
.rys { width: 100%; height: auto; max-height: 300px; color: var(--muted); display: block; }
.rys .blacha { fill: none; stroke: var(--ink); stroke-width: 7; stroke-linejoin: round; stroke-linecap: round; }
.rys .wym line { stroke: var(--muted); stroke-width: 1.4; }
.rys .wym text { fill: var(--text); font-size: 15px; font-weight: 700; text-anchor: middle; font-family: inherit; }
.rys .pom { stroke: var(--line); stroke-width: 1.2; stroke-dasharray: 4 3; }


@media (min-width: 760px) {
  .rysunki.cards-2 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .rysunki.cards-3 { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- wizualny cennik hal ---------- */
/* Rysunki ram są w jednej skali, więc karty mają różne proporcje — siatka musi to znieść. */
.hale { display: grid; gap: 18px; grid-template-columns: 1fr; }
.hala {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s;
}
.hala:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #dde0e5; }
.hala .rama { width: 100%; height: auto; display: block; }
.hala-opis { margin-top: auto; }
.hala h3 { margin: 0 0 4px; font-size: 1.05rem; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hala h3 .system {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(11, 14, 19, 0.06); color: var(--text-2); padding: 3px 8px; border-radius: 999px;
}
.hala .wymiary { color: var(--muted); font-size: 0.88rem; margin: 0 0 10px; }
.hala .cena { font-size: 1.32rem; font-weight: 800; color: var(--red); margin: 0 0 12px; line-height: 1.2; }
.hala .cena span { display: block; font-size: 0.78rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }

@media (min-width: 680px) { .hale { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .hale { grid-template-columns: repeat(3, 1fr); } }

/* ---------- konfigurator ceny profilu ---------- */
.konfig { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.konfig-form { display: grid; gap: 0; }
.konfig-pola { display: grid; gap: 14px; padding: 22px; }
.konfig-pola .field { display: grid; gap: 6px; }
.konfig-pola .field > span { font-weight: 700; font-size: 0.92rem; }
.konfig-pola .field em { font-style: normal; font-weight: 600; color: var(--muted); }
.konfig-pola select, .konfig-pola input {
  font: inherit; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; color: var(--text); width: 100%; box-sizing: border-box;
}
.konfig-pola select:focus, .konfig-pola input:focus { outline: 2px solid var(--red); outline-offset: 1px; }
.konfig-wynik { background: linear-gradient(180deg, var(--graphite), var(--ink)); color: #fff; padding: 24px; display: grid; gap: 16px; border-top: 3px solid var(--amber); }
.konfig-profil span, .konfig-ceny span { display: block; font-size: 0.8rem; color: #9aa3ad; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 700; }
.konfig-profil strong { font-size: 1.12rem; font-weight: 800; }
.konfig-ceny { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; align-items: end; }
.konfig-ceny strong { font-size: 1.9rem; font-weight: 800; line-height: 1.05; display: block; margin-top: 4px; letter-spacing: -0.01em; }
.konfig-ceny .razem strong { color: var(--amber); }
.konfig-netto { margin: 0; font-size: 0.8rem; color: #9aa3ad; }
.konfig-rabat { padding: 22px; border-top: 1px solid var(--line); }
.konfig-rabat h3 { margin: 0 0 4px; font-size: 1.22rem; }
.konfig-rabat > p { margin: 0 0 14px; color: var(--text-2); font-size: 0.94rem; }
.konfig-rabat-pola { display: grid; gap: 10px; }
.konfig-rabat-pola .field { display: grid; }
.konfig-rabat-pola input {
  font: inherit; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); width: 100%; box-sizing: border-box;
}
.konfig-form.is-sent .konfig-rabat-pola { display: none; }

@media (min-width: 760px) {
  .konfig-pola { grid-template-columns: repeat(2, 1fr); padding: 26px; }
  .konfig-pola .field:last-child { grid-column: 1 / -1; }
  .konfig-wynik { grid-template-columns: 1fr auto; align-items: center; padding: 26px; }
  .konfig-netto { grid-column: 1 / -1; }
  .konfig-rabat-pola { grid-template-columns: 1fr auto; align-items: center; }
}

/* ---------- konfigurator: sekcja wyróżniona ---------- */
/* Kalkulator to narzędzie sprzedażowe, więc nie może wyglądać jak kolejny akapit.
   Ciemne tło przerywa rytm strony i zatrzymuje wzrok — tak jak sekcja z wezwaniem do kontaktu. */
.band-konfig {
  /* Bez `overflow: hidden` — przycinanie na sekcji blokuje przyklejanie panelu z ceną na telefonie.
     Dekoracja w ::before i tak jest ograniczona przez `inset: 0`, więc nic nie wystaje. */
  position: relative; isolation: isolate; color: #fff;
  background: radial-gradient(760px 320px at 15% 0%, rgba(227, 6, 19, 0.38), transparent 62%),
    linear-gradient(180deg, var(--steel), var(--ink));
}
.band-konfig::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: repeating-linear-gradient(90deg, transparent 0 88px, rgba(255, 255, 255, 0.04) 88px 90px);
}
.band-konfig .section-head h2 { color: #fff; }
.band-konfig .section-head p { color: #b8bfc9; }
.band-konfig .kicker { color: var(--amber); }
.band-konfig .note { color: #9aa3ad; }
.band-konfig .konfig { border: 0; box-shadow: var(--shadow-lg); }
.band-konfig .konfig-pola { background: #fff; }
.band-konfig .konfig-rabat { background: #fff; }

/* ---------- konfigurator na telefonie ---------- */
/* Pola zajmują pół ekranu, więc przy przewijaniu cena znikała klientowi z oczu — a to jedyna
   liczba, po którą tu przyszedł. Na wąskim ekranie wynik idzie na górę i przykleja się pod
   nagłówkiem strony, dzięki czemu kwota aktualizuje się w polu widzenia przy każdej zmianie. */
@media (max-width: 759px) {
  .band-konfig { padding: 40px 0 44px; }
  /* `overflow: hidden` na karcie zablokowałoby przyklejanie — zaokrąglamy więc same elementy. */
  .konfig { overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .konfig-form { display: flex; flex-direction: column; gap: 12px; }

  .konfig-wynik {
    order: -1; position: sticky; top: 73px; z-index: 6;
    border-radius: var(--radius); padding: 18px 18px 16px;
    box-shadow: 0 20px 44px -18px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(244, 180, 0, 0.18);
  }
  .konfig-profil span, .konfig-ceny span { font-size: 0.72rem; }
  .konfig-profil strong { font-size: 1rem; }
  .konfig-ceny { grid-template-columns: 1fr 1fr; gap: 10px; }
  .konfig-ceny strong { font-size: 1.62rem; }
  .konfig-netto { font-size: 0.74rem; }

  .konfig-pola,
  .konfig-rabat {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow-sm); padding: 18px 16px;
  }
  .konfig-rabat { border-top: 1px solid var(--line); }
  /* Palec potrzebuje większego celu niż kursor. */
  .konfig-pola select,
  .konfig-pola input,
  .konfig-rabat-pola input { min-height: 50px; font-size: 1rem; }
  .konfig-rabat-pola .btn { min-height: 52px; width: 100%; justify-content: center; }
}

/* Podpowiedź przy polu ilości i sygnał, że kwota się przeliczyła. */
.konfig-pola .pole-hint { display: block; margin-top: 6px; font-size: 0.8rem; color: var(--muted); line-height: 1.35; }
.konfig-wynik.is-nowa { animation: konfig-blysk 0.7s var(--ease); }
@keyframes konfig-blysk {
  0% { box-shadow: 0 0 0 0 rgba(244, 180, 0, 0.55); }
  60% { box-shadow: 0 0 0 10px rgba(244, 180, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(244, 180, 0, 0); }
}
@media (prefers-reduced-motion: reduce) { .konfig-wynik.is-nowa { animation: none; } }
/* Dane rejestrowe w stopce — wymóg informacyjny i sygnał wiarygodności dla Google. */
.footer-rejestr { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.08); color: #8b93a0; font-size: 0.82rem; line-height: 1.6; }
