/* =========================================================
   Agencja Ubezpieczeniowa Wicher — Style
   Porównywarka ubezpieczeń · Paleta: granat + złoto
   ========================================================= */

:root {
  --navy-900: #081633;
  --navy-800: #0a1f44;
  --navy-700: #0f2a5c;
  --navy-600: #16386f;
  --gold-600: #b8901f;
  --gold-500: #c9a227;
  --gold-400: #e0bb55;
  --gold-100: #f5e9c8;
  --cream: #f7f4ec;
  --bg-soft: #f4f6fb;
  --paper: #ffffff;
  --ink: #1c2430;
  --muted: #5a6678;
  --line: #e6e9f0;
  --green: #1f9d57;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 18px rgba(8, 22, 51, .08);
  --shadow-md: 0 16px 40px rgba(8, 22, 51, .12);
  --shadow-lg: 0 30px 70px rgba(8, 22, 51, .22);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --container: 1200px;
  --font-head: "Cormorant Garamond", Georgia, serif;
  --font-body: "Montserrat", system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.7; font-size: 16px; overflow-x: hidden; }
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }

/* ---------- Typografia ---------- */
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.12; letter-spacing: .2px; }
.eyebrow { display: inline-block; font-family: var(--font-body); font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 14px; }
.section__title { font-size: clamp(1.9rem, 4.5vw, 3rem); color: var(--navy-800); }
.section__title--light { color: #fff; }
.section__sub { color: var(--muted); max-width: 640px; margin: 14px auto 0; }
.section__sub--light { color: #c2cee2; }
.section__head { text-align: center; max-width: 760px; margin: 0 auto 56px; }

/* ---------- Buttony ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-body); font-weight: 600; font-size: .92rem; letter-spacing: .02em; padding: 15px 30px; border-radius: 50px; border: 1.5px solid transparent; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s; white-space: nowrap; }
.btn:hover { transform: translateY(-3px); }
.btn--gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--navy-900); box-shadow: 0 10px 26px rgba(201, 162, 39, .38); }
.btn--gold:hover { box-shadow: 0 16px 34px rgba(201, 162, 39, .5); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn--ghost:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }
.btn--navy { background: var(--navy-800); color: #fff; box-shadow: var(--shadow-sm); }
.btn--navy:hover { background: var(--navy-700); box-shadow: var(--shadow-md); }
.btn--outline-navy { background: transparent; color: var(--navy-900); border-color: rgba(8, 22, 51, .35); }
.btn--outline-navy:hover { background: rgba(8, 22, 51, .06); border-color: var(--navy-900); }
.btn--lg { padding: 17px 34px; font-size: 1rem; }
.btn--block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar { background: var(--navy-900); color: #cdd6e6; font-size: .82rem; }
.topbar__inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; min-height: 42px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item--promo { color: #dfe6f2; }
.topbar__item--promo strong { color: var(--gold-400); }
.topbar__item a:hover { color: var(--gold-400); }
.topbar .ico { width: 15px; height: 15px; fill: none; stroke: var(--gold-500); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.topbar__item--hours { margin-left: auto; color: #9fb0cc; }

/* ---------- Nawigacja ---------- */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.nav.scrolled { box-shadow: var(--shadow-sm); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { width: 46px; height: 46px; border-radius: 12px; flex: none; display: grid; place-items: center; background: linear-gradient(140deg, var(--navy-700), var(--navy-900)); color: var(--gold-400); font-family: var(--font-head); font-weight: 700; font-size: 1.55rem; border: 1px solid rgba(201, 162, 39, .35); }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__text strong { font-family: var(--font-head); font-size: 1.4rem; color: var(--navy-800); letter-spacing: .5px; }
.brand__text small { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.nav__menu { display: flex; align-items: center; gap: 28px; }
.nav__menu a { font-size: .9rem; font-weight: 500; color: var(--navy-800); position: relative; transition: color .25s; }
.nav__menu a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--gold-500); transition: width .3s var(--ease); }
.nav__menu a:not(.nav__cta):hover { color: var(--gold-600); }
.nav__menu a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta { background: var(--navy-800); color: #fff !important; padding: 11px 22px; border-radius: 50px; transition: background .3s, transform .3s; }
.nav__cta:hover { background: var(--gold-600); transform: translateY(-2px); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 26px; height: 2.5px; background: var(--navy-800); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero + kalkulator ---------- */
.hero { position: relative; color: #fff; overflow: hidden; padding: clamp(50px, 7vw, 84px) 0 clamp(60px, 8vw, 96px); }
.hero__bg { position: absolute; inset: 0; background: radial-gradient(1100px 560px at 78% 8%, rgba(201, 162, 39, .18), transparent 60%), linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 58%, var(--navy-800) 100%); }
.hero__bg::after { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 59h60M59 0v60' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='1'/%3E%3C/svg%3E"); }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero__eyebrow { display: inline-block; color: var(--gold-400); font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; padding: 7px 16px; border: 1px solid rgba(201, 162, 39, .4); border-radius: 50px; margin-bottom: 22px; }
.hero__title { font-size: clamp(2.4rem, 5.4vw, 4.1rem); font-weight: 600; line-height: 1.04; }
.hero__title span { color: var(--gold-400); font-style: italic; }
.hero__lead { font-size: clamp(1rem, 1.6vw, 1.12rem); color: #d6deec; max-width: 560px; margin: 22px 0 26px; }
.hero__usp { display: grid; gap: 11px; margin-bottom: 26px; }
.hero__usp li { display: flex; align-items: center; gap: 11px; font-weight: 500; color: #eaf0fa; font-size: .95rem; }
.hero__usp svg { width: 20px; height: 20px; flex: none; padding: 4px; border-radius: 50%; background: rgba(201, 162, 39, .2); fill: none; stroke: var(--gold-400); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.hero__rating { display: flex; align-items: center; gap: 12px; font-size: .9rem; color: #c2cee2; }
.hero__rating strong { color: #fff; }
.hero__rating a { color: #c2cee2; text-decoration: underline; text-underline-offset: 3px; }
.hero__rating a:hover { color: var(--gold-400); }
.stars { color: var(--gold-500); letter-spacing: 2px; }

/* Kalkulator */
.calc { background: var(--paper); border-radius: 22px; box-shadow: var(--shadow-lg); color: var(--ink); overflow: hidden; }
.calc__head { background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); padding: 22px 26px; color: var(--navy-900); }
.calc__head h2 { font-size: 1.7rem; line-height: 1; }
.calc__head p { font-size: .9rem; font-weight: 500; opacity: .85; margin-top: 4px; }
.quote { padding: 22px 26px 26px; display: grid; gap: 14px; }
.quote__btn { display: flex; align-items: center; gap: 16px; padding: 15px 18px; border: 1.5px solid var(--line); border-radius: 14px; background: var(--bg-soft); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.quote__btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold-400); }
.quote__ico { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(140deg, var(--navy-700), var(--navy-900)); color: var(--gold-400); }
.quote__ico svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.quote__btn--wa .quote__ico { background: #25d366; color: #fff; }
.quote__btn--static { cursor: default; }
.quote__btn--static:hover { transform: none; box-shadow: none; border-color: var(--line); }
.quote__txt strong { display: block; color: var(--navy-800); font-size: 1rem; }
.quote__txt small { color: var(--muted); font-size: .8rem; }
.quote__visit { display: flex; align-items: flex-start; gap: 12px; padding: 4px 6px 0; font-size: .88rem; color: var(--muted); }
.quote__visit svg { width: 20px; height: 20px; flex: none; margin-top: 2px; fill: none; stroke: var(--gold-600); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.quote__visit strong { color: var(--navy-800); }
.quote__note { font-size: .8rem; color: var(--muted); text-align: center; }

/* ---------- Karuzela towarzystw ---------- */
.partners { padding: 40px 0 44px; background: var(--paper); border-bottom: 1px solid var(--line); }
.partners__label { text-align: center; font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee__track { display: flex; gap: 18px; width: max-content; animation: marquee 40s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track .logo { flex: none; width: 176px; height: 92px; padding: 16px 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.marquee__track .logo:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.marquee__track .logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sekcje ---------- */
.section { padding: clamp(64px, 8vw, 104px) 0; }

/* ---------- Oferta ---------- */
.offer { background: var(--bg-soft); }
.offer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--gold-400), var(--gold-600)); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.card:hover { transform: translateY(-10px); box-shadow: var(--shadow-md); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.card__icon { width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(140deg, var(--navy-700), var(--navy-900)); transition: transform .4s var(--ease); }
.card:hover .card__icon { transform: rotate(-6deg) scale(1.05); }
.card__icon svg { width: 30px; height: 30px; fill: none; stroke: var(--gold-400); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card__from { font-size: .72rem; font-weight: 700; color: var(--gold-600); background: var(--gold-100); padding: 5px 11px; border-radius: 50px; letter-spacing: .02em; }
.card h3 { font-size: 1.3rem; color: var(--navy-800); margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .9rem; margin-bottom: 18px; flex: 1; }
.card__cta { font-size: .88rem; font-weight: 700; color: var(--navy-800); transition: color .25s, gap .25s; display: inline-flex; gap: 4px; }
.card__cta:hover { color: var(--gold-600); }

/* ---------- Jak to działa ---------- */
.how__grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; }
.how__step { text-align: center; padding: 36px 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); position: relative; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.how__step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.how__num { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--navy-900); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; box-shadow: 0 6px 16px rgba(201, 162, 39, .4); }
.how__ico { width: 70px; height: 70px; margin: 14px auto 18px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(140deg, var(--navy-700), var(--navy-900)); }
.how__ico svg { width: 34px; height: 34px; fill: none; stroke: var(--gold-400); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.how__step h3 { font-size: 1.35rem; color: var(--navy-800); margin-bottom: 8px; }
.how__step p { color: var(--muted); font-size: .9rem; }
.how__arrow { font-size: 1.8rem; color: var(--gold-500); font-weight: 700; }

/* ---------- Statband ---------- */
.statband { background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); color: #fff; padding: 56px 0; position: relative; overflow: hidden; }
.statband::before { content: ""; position: absolute; top: -100px; right: -80px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 162, 39, .16), transparent 70%); }
.statband__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; text-align: center; }
.statband__num { font-family: var(--font-head); font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 700; color: var(--gold-400); line-height: 1; }
.statband__suf { font-family: var(--font-head); font-size: 1.8rem; color: var(--gold-400); font-weight: 700; }
.statband__lbl { display: block; font-size: .85rem; color: #b9c4d8; margin-top: 10px; }

/* ---------- Dlaczego ---------- */
.why { background: linear-gradient(135deg, var(--navy-800), var(--navy-600)); color: #fff; position: relative; overflow: hidden; }
.why::before { content: ""; position: absolute; bottom: -120px; left: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 162, 39, .14), transparent 70%); }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
.why__item { padding: 30px 26px; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); background: rgba(255, 255, 255, .03); transition: transform .4s var(--ease), background .3s, border-color .3s; }
.why__item:hover { transform: translateY(-6px); background: rgba(201, 162, 39, .07); border-color: rgba(201, 162, 39, .35); }
.why__num { font-family: var(--font-head); font-size: 2.3rem; font-weight: 700; color: var(--gold-400); display: block; margin-bottom: 10px; opacity: .9; }
.why__item h3 { font-size: 1.28rem; margin-bottom: 9px; }
.why__item p { color: #c2cee2; font-size: .9rem; }

/* ---------- Opinie ---------- */
.reviews__rating { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 18px; font-size: .9rem; color: var(--muted); flex-wrap: wrap; }
.reviews__rating .stars { font-size: 1.05rem; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); position: relative; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.review::before { content: "\201C"; position: absolute; top: 6px; right: 22px; font-family: var(--font-head); font-size: 5rem; color: var(--gold-100); line-height: 1; }
.review:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.review .stars { display: block; margin-bottom: 14px; }
.review blockquote { font-size: .98rem; color: var(--ink); margin-bottom: 22px; position: relative; z-index: 1; }
.review figcaption { display: flex; align-items: center; gap: 14px; }
.review__avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(140deg, var(--navy-700), var(--navy-900)); color: var(--gold-400); display: grid; place-items: center; font-weight: 600; font-size: .88rem; flex: none; }
.review figcaption strong { display: block; color: var(--navy-800); font-family: var(--font-body); font-size: .95rem; }
.review figcaption small { color: var(--muted); font-size: .82rem; }
.reviews__google { margin-top: 40px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-soft); }
.faq__wrap { max-width: 820px; }
.faq__list { display: grid; gap: 14px; }
.faq__item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.faq__item[open] { box-shadow: var(--shadow-sm); border-color: rgba(201, 162, 39, .5); }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 24px; font-weight: 600; color: var(--navy-800); position: relative; font-size: 1rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 400; color: var(--gold-600); transition: transform .3s; }
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { padding: 0 24px 22px; color: var(--muted); font-size: .94rem; }

/* ---------- CTA band ---------- */
.ctaband { background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); }
.ctaband__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px 22px; flex-wrap: wrap; }
.ctaband h2 { color: var(--navy-900); font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
.ctaband p { color: rgba(8, 22, 51, .82); margin-top: 6px; }
.ctaband__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Kontakt ---------- */
.contact__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; }
.contact__info { display: grid; gap: 22px; margin-bottom: 32px; }
.contact__row { display: flex; gap: 16px; align-items: flex-start; }
.contact__ico { width: 48px; height: 48px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--bg-soft); border: 1px solid var(--line); }
.contact__ico svg { width: 24px; height: 24px; fill: none; stroke: var(--gold-600); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact__row strong { display: block; color: var(--navy-800); font-family: var(--font-head); font-size: 1.15rem; margin-bottom: 2px; }
.contact__row p { color: var(--muted); font-size: .92rem; }
.contact__row a:hover { color: var(--gold-600); }
.contact__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); min-height: 480px; border: 1px solid var(--line); }
.contact__map iframe { width: 100%; height: 100%; min-height: 480px; }

/* ---------- Stopka ---------- */
.footer { background: var(--navy-900); color: #aebbd2; padding-top: 60px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 44px; }
.brand--footer .brand__text strong { color: #fff; }
.brand--footer .brand__text small { color: var(--gold-400); }
.footer__brand p { margin-top: 18px; font-size: .88rem; max-width: 340px; }
.footer__col h4 { color: #fff; font-family: var(--font-head); font-size: 1.2rem; margin-bottom: 16px; }
.footer__col a, .footer__col p { display: block; font-size: .9rem; color: #aebbd2; margin-bottom: 9px; transition: color .25s; }
.footer__col a:hover { color: var(--gold-400); }
.footer__legal { border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 26px; padding-bottom: 26px; display: grid; gap: 12px; }
.footer__legal p { font-size: .74rem; line-height: 1.65; color: #7d8aa3; }
.footer__legal a { color: #aebbd2; text-decoration: underline; text-underline-offset: 2px; }
.footer__legal a:hover { color: var(--gold-400); }
.footer__bar { border-top: 1px solid rgba(255, 255, 255, .08); }
.footer__bar-inner { display: flex; justify-content: space-between; gap: 14px; padding: 22px; font-size: .8rem; color: #7d8aa3; flex-wrap: wrap; }

/* ---------- FAB ---------- */
.fab { position: fixed; right: 20px; bottom: 20px; border-radius: 50px; background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); display: none; align-items: center; gap: 9px; padding: 14px 20px; box-shadow: 0 10px 26px rgba(201, 162, 39, .5); z-index: 90; color: var(--navy-900); font-weight: 700; font-size: .9rem; animation: pulse 2.6s infinite; }
.fab svg { width: 22px; height: 22px; fill: none; stroke: var(--navy-900); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
@keyframes pulse { 0% { box-shadow: 0 10px 26px rgba(201, 162, 39, .5), 0 0 0 0 rgba(201, 162, 39, .5); } 70% { box-shadow: 0 10px 26px rgba(201, 162, 39, .5), 0 0 0 16px rgba(201, 162, 39, 0); } 100% { box-shadow: 0 10px 26px rgba(201, 162, 39, .5), 0 0 0 0 rgba(201, 162, 39, 0); } }

/* ---------- WhatsApp ---------- */
.ico--wa { fill: #25d366 !important; stroke: none !important; width: 16px; height: 16px; }
.topbar__item--wa a:hover { color: #25d366; }
.contact__ico--wa { background: #e7f8ee; border-color: #bfead0; }
.contact__ico--wa svg { fill: #25d366; stroke: none; }
.fab-wa { position: fixed; right: 20px; bottom: 20px; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(37, 211, 102, .5); z-index: 95; color: #fff; animation: pulseWa 2.6s infinite; }
.fab-wa svg { width: 32px; height: 32px; }
.fab-wa__tip { position: absolute; right: 72px; white-space: nowrap; background: var(--navy-900); color: #fff; font-size: .82rem; font-weight: 600; padding: 9px 14px; border-radius: 10px; opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .3s, transform .3s; box-shadow: var(--shadow-sm); }
.fab-wa__tip::after { content: ""; position: absolute; right: -5px; top: 50%; transform: translateY(-50%) rotate(45deg); width: 10px; height: 10px; background: var(--navy-900); }
.fab-wa:hover .fab-wa__tip { opacity: 1; transform: translateX(0); }
@keyframes pulseWa { 0% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, .5); } 70% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 16px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, 0); } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .07s; }
.reveal:nth-child(3) { transition-delay: .14s; }
.reveal:nth-child(4) { transition-delay: .21s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .fab, .fab-wa { animation: none; }
  .marquee__track { animation: none; }
}

/* =========================================================
   RESPONSYWNOŚĆ
   ========================================================= */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; max-width: 560px; margin-inline: auto; }
  .offer__grid { grid-template-columns: repeat(2, 1fr); }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .statband__inner { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .how__grid { grid-template-columns: 1fr; gap: 38px; }
  .how__arrow { display: none; }
}

@media (max-width: 860px) {
  .topbar__item--promo { display: none; }
  .nav__toggle { display: flex; }
  .nav__menu { position: fixed; inset: 0 0 0 auto; width: min(82vw, 330px); height: 100vh; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; background: var(--navy-900); padding: 40px; transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow-lg); }
  .nav__menu.open { transform: translateX(0); }
  .nav__menu a { color: #fff; font-size: 1.12rem; }
  .nav__menu a:not(.nav__cta):hover { color: var(--gold-400); }
  .nav__cta { background: var(--gold-600); }
  .contact__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .fab { display: inline-flex; bottom: 92px; }
}

@media (max-width: 560px) {
  .topbar__inner { justify-content: center; gap: 16px; }
  .topbar__item--hours { margin-left: 0; }
  .offer__grid { grid-template-columns: 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }
  .statband__inner { grid-template-columns: 1fr 1fr; }
  .quote { padding: 18px 16px 20px; }
  .quote__btn { padding: 13px 14px; gap: 12px; }
  .quote__txt strong { font-size: .94rem; }
  .reviews__google .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .ctaband__inner { flex-direction: column; text-align: center; align-items: center; }
  .ctaband__actions { justify-content: center; }
  .fab span { display: none; }
  .fab { padding: 16px; border-radius: 50%; }
  .fab svg { width: 24px; height: 24px; }
}
