/* ═══════════════════════════════════════════
   VIBRAÉ STUDIO — V4 OVERRIDE / DODATKI
   Dorzuca/poprawia: advisor card, footer Instagram,
   WhatsApp/IG ikony, animowane feature-icons,
   sekcja firma, hero pricing greeting (z personalizacji)
   ═══════════════════════════════════════════ */

/* ═══════ WHATSAPP / IG IKONY ═══════ */
.wa-icon { vertical-align: -3px; margin-right: 6px; flex-shrink: 0; }
.ig-icon { vertical-align: -3px; margin-right: 5px; flex-shrink: 0; }
.btn-wa, .btn-ig { display: inline-flex; align-items: center; gap: 8px; }
.alt-link-wa { display: inline-flex; align-items: center; gap: 6px; }

/* ═══════ FEATURE ICON — animowane SVG ═══════ */
.feature-icon-anim {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212,165,116,0.18), rgba(212,165,116,0.04));
  border: 1px solid rgba(212,165,116,0.35);
  color: var(--gold);
  margin-bottom: 18px;
  transition: transform 0.6s cubic-bezier(.22,.61,.36,1), border-color var(--t-base);
}
.feature-icon-anim svg {
  width: 28px; height: 28px;
  transition: transform 0.7s cubic-bezier(.22,.61,.36,1), opacity 0.4s;
}
.feature:hover .feature-icon-anim {
  transform: scale(1.08) rotate(-3deg);
  border-color: var(--gold);
}
.feature:hover .feature-icon-anim svg {
  transform: scale(1.1);
  animation: featureIconPulse 1.4s ease-in-out infinite;
}
@keyframes featureIconPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Reveal pulse na ikonach w sekcji features po wejściu */
.feature.in .feature-icon-anim svg {
  animation: featureIconReveal 0.9s cubic-bezier(.34,1.56,.64,1) 0.3s both;
}
@keyframes featureIconReveal {
  0% { transform: scale(0.4) rotate(-12deg); opacity: 0; }
  60% { transform: scale(1.15) rotate(4deg); opacity: 1; }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}

/* ═══════ BANNER LOGO (solution-banner) ═══════ */
.banner-logo {
  width: 70px;
  height: auto;
  flex-shrink: 0;
  filter: brightness(1.1);
}

/* ═══════ ADVISOR CARD (Adrian — leasing) ═══════ */
.advisor-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
  margin: 40px auto;
  max-width: 720px;
  padding: 28px 32px;
  background: linear-gradient(180deg, rgba(26,22,20,0.95), rgba(10,9,8,0.9));
  border: 1px solid rgba(212,165,116,0.4);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.advisor-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.advisor-icon {
  width: 72px; height: 72px;
  display: grid; place-items: center;
  background: rgba(212,165,116,0.12);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.advisor-body { min-width: 0; }
.advisor-tag {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.advisor-body h4 {
  margin: 0 0 12px;
  font-family: var(--f-display);
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--cream);
}
.advisor-body p {
  margin: 0 0 16px;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--ink-mute);
}
.advisor-body p strong { color: var(--cream); }
.advisor-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.advisor-tel {
  font-family: var(--f-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color var(--t-fast);
}
.advisor-tel:hover { color: var(--gold-bright); }
.advisor-tag-small {
  font-size: 0.78rem;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .advisor-card { grid-template-columns: 1fr; padding: 24px 20px; gap: 18px; }
  .advisor-icon { width: 60px; height: 60px; font-size: 1.5rem; }
  .advisor-body h4 { font-size: 1.25rem; }
}

/* ═══════ FOOTER LINKS (z Instagramem) ═══════ */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 6px;
  line-height: 1.6;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  color: var(--ink-mute);
  transition: color var(--t-fast);
  font-size: 0.86rem;
}
.footer-links a:hover { color: var(--gold); }
.footer-links a:not(:last-child)::after {
  content: "·";
  display: inline-block;
  margin-left: 16px;
  color: var(--ink-soft);
  opacity: 0.6;
}
.footer-links a:last-child::after { content: ""; margin: 0; }
.ig-link { color: var(--gold) !important; font-weight: 500; }
.ig-link:hover { color: var(--gold-bright) !important; }

/* ═══════ SEKCJA FIRMA — drobne poprawki narracji ═══════ */
.section-team .col-text .lead strong { color: var(--cream); }
.section-team .ts-num {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

/* ═══════ SCENARIO BODY wrapper (naprawia nachodzenie napisów) ═══════ */
.scenario-body {
  padding: 24px 28px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.scenario-body h4 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: var(--ink);
  text-transform: uppercase;
}
.scenario-body p {
  margin: 0;
  color: var(--ink-mute);
  font-size: 0.94rem;
  line-height: 1.6;
  flex: 1;
}
/* Wyłącz stare reguły scenario h4/p (z zewnętrznymi marginesami) */
.scenario > h4, .scenario > p {
  margin: 0;
  padding: 0;
}

/* ═══════ HERO PRICING — gwiazdka asterisk styling ═══════ */
.pricing-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
}

/* ═══════ CENNIK FOOT — drobne ulepszenia odstępów ═══════ */
.cennik-foot {
  margin-top: 20px;
  font-size: 0.92rem;
  line-height: 1.7;
}
.cennik-foot strong { color: var(--cream); }
.cennik-foot a { color: var(--gold); }
.cennik-foot a:hover { text-decoration: underline; }

/* ═══════ PERSONALIZACJA URL — eyebrow + greeting (z V3) ═══════ */
.eyebrow-personalized {
  color: var(--gold-bright);
  animation: personalizedPulse 2.4s ease-in-out infinite;
}
@keyframes personalizedPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}
.pricing-greeting {
  margin: -8px -4px 16px;
  padding: 10px 14px;
  background: linear-gradient(90deg, rgba(212,165,116,0.18), rgba(212,165,116,0.04));
  border: 1px solid rgba(212,165,116,0.35);
  border-radius: var(--radius);
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--cream);
  animation: greetingSlide 0.6s cubic-bezier(.22,.61,.36,1) 0.4s both;
}
.pricing-greeting strong {
  color: var(--gold);
  font-weight: 700;
  display: inline-block;
  margin-right: 6px;
}
@keyframes greetingSlide {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ═══════ COSTS TITLE — bez ikonki wykresu ═══════ */
.costs-title { display: flex; align-items: center; gap: 10px; }
.costs-title .costs-icon { display: none; }  /* ukrywam ikonkę 📉 — user prosił */
