/* ==========================================================================
   U KOWALSKICH — sekcje strony głównej (struktura Finzo)
   Wymaga: css/shared.css
   ========================================================================== */

/* nagłówki sekcji */
.sec-title {
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-align: center;
}
.sec-sub {
  margin: 18px auto 0;
  max-width: 56ch;
  text-align: center;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
}
.sec-title--left, .sec-sub--left { text-align: left; margin-inline: 0; }

/* etykieta sekcji (Finzo eyebrow) */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 18px;
}
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex: none; }
.eyebrow--center { justify-content: center; }

/* nagłówek sekcji w wierszu: tytuł + link */
.sec-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: clamp(32px, 4.5vw, 56px);
}
.arrowlink { font-weight: 600; font-size: 15.5px; color: var(--gold-dark); white-space: nowrap; }
.arrowlink span { display: inline-block; transition: transform 0.2s var(--ease); }
.arrowlink:hover { color: var(--ink); }
.arrowlink:hover span { transform: translateX(4px); }

/* ==========================================================================
   HERO — wizual lewo / tekst prawo (Finzo)
   ========================================================================== */

.hero {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(28px, 4.5vh, 64px) var(--pad-x) clamp(48px, 7vw, 96px);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
.hero__visual { position: relative; }
.hero__media {
  border-radius: var(--r-big);
  overflow: hidden;
  aspect-ratio: 4 / 4.6;
  background: var(--ink);
  box-shadow: 0 40px 90px rgba(15, 35, 57, 0.22);
}
.hero__video { width: 100%; height: 100%; object-fit: cover; }
.hero__float {
  position: absolute;
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15, 35, 57, 0.16);
}
.hero__float--card {
  left: -34px;
  top: 16%;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  max-width: 300px;
}
.hero__float--card strong { display: block; font-size: 15px; font-weight: 600; }
.hero__float--card span:last-child { display: block; font-size: 12.5px; color: var(--ink-soft); }
.hero__float--chip {
  right: -22px;
  top: 6%;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  background: var(--gold);
  color: var(--white);
  border-radius: var(--r-pill);
  transform: rotate(4deg);
}
.hero__float--tile {
  right: 8%;
  bottom: -20px;
  padding: 14px 22px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 14px;
  transform: rotate(-3deg);
}

.hero__copy { min-width: 0; }
.hero h1 {
  font-size: clamp(52px, 6.4vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.032em;
  font-weight: 600;
}
.hero h1 span { color: var(--gold); }
.hero__lead {
  margin-top: 26px;
  max-width: 46ch;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}
.hero__actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero__proof {
  margin-top: clamp(36px, 5vh, 56px);
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 16px 20px;
  align-items: center;
}
.hero__seals { display: flex; }
.hero__seals img { width: 56px; height: 56px; border-radius: 50%; background: var(--white); }
.hero__seals img + img { margin-left: -14px; }
.hero__proof-num {
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.hero__proof-txt { grid-column: 1 / -1; max-width: 46ch; font-size: 13.5px; color: var(--ink-soft); }
@media (min-width: 1100px) {
  .hero__proof { grid-template-columns: auto auto minmax(0, 1fr); }
  .hero__proof-txt { grid-column: 3; }
}

/* ==========================================================================
   FEATURES
   ========================================================================== */

.features {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(40px, 6vw, 80px) var(--pad-x);
}
.feat-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: clamp(36px, 5vw, 64px);
}
.feat-card {
  background: var(--card);
  border-radius: var(--r-card);
  padding: 44px 44px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}
.feat-card h3 {
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  max-width: 18ch;
}
.feat-card p { color: var(--ink-soft); font-size: 17px; line-height: 1.55; max-width: 52ch; }
.feat-card p a { font-weight: 600; color: var(--ink); text-decoration: underline; text-decoration-color: var(--gold-soft); }
.feat-link { font-weight: 600; font-size: 15px; color: var(--gold-dark); }
.feat-link span { transition: transform 0.2s var(--ease); display: inline-block; }
.feat-link:hover span { transform: translateX(4px); }
.feat-visual {
  margin: 14px -44px 0 44px;
  border-radius: 20px 0 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 8.6;
}
.feat-visual video { width: 100%; height: 100%; object-fit: cover; }

.feat-wide {
  margin-top: 24px;
  background: var(--card);
  border-radius: var(--r-card);
  padding: clamp(36px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.feat-wide__copy { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.feat-wide__copy h3 { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.15; letter-spacing: -0.02em; max-width: 22ch; }
.feat-wide__copy p { color: var(--ink-soft); font-size: 17px; line-height: 1.6; max-width: 56ch; }
.feat-wide__copy p a { font-weight: 600; color: var(--ink); text-decoration: underline; text-decoration-color: var(--gold-soft); }
.feat-wide__visual {
  position: relative;
  min-height: 260px;
  background-image: radial-gradient(rgba(15, 35, 57, 0.16) 1.3px, transparent 1.3px);
  background-size: 14px 14px;
  border-radius: 18px;
}
.tile {
  position: absolute;
  background: var(--white);
  border-radius: 14px;
  padding: 18px 26px;
  font-weight: 600;
  font-size: 17px;
  box-shadow: 0 16px 40px rgba(15, 35, 57, 0.14);
  white-space: nowrap;
}
.tile--1 { top: 8%; left: 6%; transform: rotate(-6deg); }
.tile--2 { top: 38%; left: 38%; transform: rotate(3deg); }
.tile--3 { top: 66%; left: 12%; transform: rotate(-2deg); }

.feat-grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.feat-card--sm { padding: 40px 36px 44px; }
.feat-card--sm h3 { font-size: clamp(21px, 1.9vw, 26px); }
.feat-card--sm p { font-size: 15.5px; }
.feat-card--dark {
  background: var(--dark);
  color: var(--white);
  padding: 44px 40px;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  overflow: hidden;
}
.feat-card--dark::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160, 131, 91, 0.55) 0%, transparent 68%);
}
.feat-card--dark h3 { font-size: clamp(24px, 2.2vw, 30px); max-width: 12ch; }
.feat-card--dark .btn { align-self: flex-start; position: relative; z-index: 1; }
.btn__arrow { display: inline-block; transition: transform 0.2s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ==========================================================================
   LICZBY
   ========================================================================== */

.stats {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(24px, 3.5vw, 48px) var(--pad-x) clamp(40px, 5.5vw, 72px);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 48px);
}
.stat {
  border-top: 1px solid var(--ink-line);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stat__num {
  font-size: clamp(44px, 4.6vw, 72px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}
.stat__num em { font-style: normal; color: var(--gold); font-size: 0.62em; vertical-align: 0.12em; }
.stat__label { font-size: 14px; line-height: 1.5; color: var(--ink-soft); max-width: 24ch; }

/* ==========================================================================
   JAK ZACZYNAMY
   ========================================================================== */

.steps {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(40px, 6vw, 80px) var(--pad-x);
}
.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: clamp(36px, 5vw, 64px);
  counter-reset: step;
}
.step {
  position: relative;
  background: var(--card);
  border-radius: var(--r-card);
  padding: 36px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step__num {
  font-size: clamp(40px, 3.6vw, 56px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--gold);
}
.step h3 { font-size: clamp(21px, 1.9vw, 26px); letter-spacing: -0.015em; }
.step p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; }
.step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -21px;
  top: 44px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--ink-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--gold-dark);
  z-index: 1;
}

/* ==========================================================================
   NARZĘDZIA — karuzela marquee
   ========================================================================== */

.tools {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(48px, 7vw, 96px) var(--pad-x);
}
.tools__marquee {
  margin-top: clamp(32px, 4.5vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.tools__row { display: flex; width: max-content; }
.tools__row:hover .tools__track { animation-play-state: paused; }
.tools__track {
  display: flex;
  gap: 16px;
  padding-right: 16px;
  animation: tools-scroll 36s linear infinite;
}
.tools__row--rev .tools__track { animation-direction: reverse; animation-duration: 42s; }
@keyframes tools-scroll { to { transform: translateX(-100%); } }
.tool {
  background: var(--card);
  border-radius: var(--r-pill);
  padding: 22px 36px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.tool:hover { color: var(--ink); background: #ECEFF4; }
@media (prefers-reduced-motion: reduce) {
  .tools__track { animation: none; }
  .tools__marquee { -webkit-mask-image: none; mask-image: none; }
  .tools__row { flex-wrap: wrap; width: auto; }
  .tools__track { flex-wrap: wrap; }
  .tools__track[aria-hidden="true"] { display: none; }
}

/* ==========================================================================
   OPINIE
   ========================================================================== */

.voice {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(40px, 6vw, 80px) var(--pad-x);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.voice__media { position: relative; }
.voice__media .imgslot {
  border-radius: var(--r-card);
  aspect-ratio: 4 / 4.4;
  background: radial-gradient(120% 90% at 20% 0%, #21456B 0%, var(--ink) 58%, #0A1826 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.imgslot__mark { width: 40%; max-width: 170px; opacity: 0.5; }
.imgslot--photo { background: var(--card); }
.imgslot__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
.imgslot__name {
  position: absolute;
  bottom: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(12, 28, 46, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: var(--r-pill);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.02em;
}
.imgslot__cap {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: rgba(242, 244, 249, 0.55);
  white-space: nowrap;
}
.voice__copy h2 {
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  max-width: 18ch;
}
.voice__quote {
  margin-top: 30px;
  background: var(--card);
  border-radius: var(--r-card);
  padding: 34px 38px;
  transition: opacity 0.25s var(--ease);
}
.voice__quote.is-swap { opacity: 0; }
.voice__quote p { font-size: 18px; line-height: 1.6; color: var(--ink); }
.voice__quote cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.voice__nav { display: flex; gap: 10px; margin-top: 22px; }
.voice__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--ink-line);
  background: var(--white);
  font-size: 18px;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.voice__btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* ==========================================================================
   PANEL + BLOG + FAQ + STATEMENT
   ========================================================================== */

.panel { padding: clamp(24px, 3vw, 48px) var(--shell-pad); }
.panel__grid {
  max-width: 1420px;
  margin-inline: auto;
  background: var(--card);
  border-radius: var(--r-big);
  padding: clamp(44px, 6vw, 88px) var(--card-pad);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.panel__list { list-style: none; margin: 28px 0 0; padding: 0; }
.panel__list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
}
.panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--gold);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center / 12px no-repeat, linear-gradient(#000 0 0);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center / 12px no-repeat, linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.panel__actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }

.panel__mock {
  background: var(--dark);
  border-radius: var(--r-card);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(15, 35, 57, 0.22);
}
.panel__mock::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160, 131, 91, 0.4) 0%, transparent 68%);
}
.panel__mock > * { position: relative; z-index: 1; }
.panel__mock-head {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(242, 244, 249, 0.8);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.panel__mock-head img { height: 26px; width: auto; opacity: 0.9; }
.panel__mock-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(242, 244, 249, 0.07);
  border-radius: 14px;
  padding: 14px 18px;
}
.panel__mock-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex: none;
}
.panel__mock-row strong { display: block; font-size: 14.5px; font-weight: 600; color: var(--white); }
.panel__mock-row span:last-child { display: block; font-size: 12.5px; color: rgba(242, 244, 249, 0.55); }

/* blog na głównej */
.home-blog {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(48px, 7vw, 96px) var(--pad-x) clamp(32px, 4vw, 56px);
}
.home-blog .post { min-height: 200px; }

/* FAQ na głównej */
.home-faq {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(40px, 5.5vw, 72px) var(--pad-x);
}
.home-faq__list { max-width: 960px; margin: clamp(32px, 4.5vw, 52px) auto 0; }
.home-faq__more { text-align: center; margin-top: 28px; }

.statement {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(72px, 10vw, 140px) var(--pad-x) clamp(56px, 8vw, 110px);
  text-align: center;
}
.statement p {
  font-size: clamp(34px, 8.6vw, 124px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.statement span { color: var(--gold); }

/* wejście hero */
html.js .hero__copy > *, html.js .hero__visual { opacity: 0; transform: translateY(18px); }
html.loaded .hero__copy > *, html.loaded .hero__visual {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
html.loaded .hero__visual { transition-delay: 0.05s; }
html.loaded .hero__lead { transition-delay: 0.12s; }
html.loaded .hero__actions { transition-delay: 0.22s; }
html.loaded .hero__proof { transition-delay: 0.34s; }

@media (prefers-reduced-motion: reduce) {
  html.js .hero__copy > *, html.js .hero__visual, html.js .rv { opacity: 1; transform: none; transition: none; }
  .hero__video, .feat-visual video { display: none; }
  .btn, .voice__btn, .feat-link span, .btn__arrow { transition: none; }
}

/* ==========================================================================
   RESPONSYWNOŚĆ
   ========================================================================== */

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; }
  .hero__visual { max-width: 560px; margin-inline: auto; order: 2; }
  .hero__copy { order: 1; text-align: left; }
  .feat-grid2 { grid-template-columns: 1fr; }
  .feat-grid3 { grid-template-columns: 1fr 1fr; }
  .feat-card--dark { grid-column: 1 / -1; }
  .voice { grid-template-columns: 1fr; }
  .voice__media { max-width: 480px; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .steps__grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; margin-top: clamp(36px, 5vw, 64px); }
  .step:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 32px;
    top: auto;
    bottom: -21px;
  }
  .panel__grid { grid-template-columns: 1fr; }
  .panel__mock { max-width: 460px; }
  .blog__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {

  .hero { padding-top: 10px; }
  .hero h1 { font-size: clamp(40px, 11vw, 52px); }
  .hero__actions .btn { flex: 1 1 0; justify-content: center; white-space: nowrap; padding: 15px 12px; font-size: 14px; }
  .hero__float--card { left: -6px; max-width: 250px; padding: 12px 14px; }
  .hero__float--chip { right: -4px; }
  .hero__float--tile { right: 4%; bottom: -14px; }
  .feat-card { padding: 32px 26px 0; }
  .feat-card--sm { padding: 32px 26px 36px; }
  .feat-visual { margin: 10px -26px 0 26px; }
  .feat-wide { grid-template-columns: 1fr; }
  .feat-wide__visual { min-height: 220px; }
  .feat-grid3 { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .stat__num { font-size: clamp(38px, 11vw, 48px); }
  .tool { padding: 16px 26px; font-size: 15px; }
  .panel__actions .btn { flex: 1 1 0; justify-content: center; white-space: nowrap; padding: 15px 12px; font-size: 14px; }
  .blog__grid { grid-template-columns: 1fr; }
  .sec-row .sec-title--left { font-size: clamp(30px, 8vw, 40px); }
}

@media (max-width: 560px) {
  .imgslot__role { display: none; }
}

/* statement: fraza + krótki akapit (poprawka 19.07) */
.statement__sub {
  margin-top: 22px;
  max-width: 62ch;
  margin-inline: auto;
  font-size: clamp(15px, 1.3vw, 18px) !important;
  line-height: 1.6 !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
  color: var(--ink-soft);
}

/* ciemna karta „A jeśli nie wiesz, czego potrzebujesz” */
.feat-card--ask {
  margin-top: 24px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px 44px;
  flex-wrap: wrap;
}
.feat-card--ask h3 { max-width: none; }
.feat-card--ask p { color: rgba(242, 244, 249, 0.65); font-size: 16px; margin-top: 8px; }
.feat-card--ask .btn { flex: none; position: relative; z-index: 1; }

/* ===== statystyki v2: karty premium zamiast gołych liczb ===== */
.stats__grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(14px, 2vw, 24px); }
.stat {
  border-top: 0;
  background: var(--card);
  border-radius: 20px;
  padding: clamp(24px, 2.6vw, 34px) clamp(22px, 2.4vw, 30px);
  gap: 12px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.stat:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(15, 35, 57, 0.10); }
.stat__num { color: var(--ink); }
.stat__num::after {
  content: '';
  display: block;
  width: 36px; height: 3px;
  margin-top: 14px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
}
.stat__label { max-width: none; font-size: 14.5px; }
@media (max-width: 900px) {
  .stats__grid { grid-template-columns: 1fr; gap: 12px; }
  .stat {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 18px 22px;
  }
  .stat__num {
    font-size: 42px;
    min-width: 68px;
    text-align: center;
    color: var(--gold-dark);
    flex: none;
  }
  .stat__num::after { display: none; }
  .stat__label { font-size: 14px; }
  .stat:hover { transform: none; box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) { .stat, .stat:hover { transition: none; transform: none; } }
