/* =========================================================================
   Fundacja WFS - wersja 2, blisko szablonu Stravise
   Warstwa nadpisujaca. Zawiera rebrand kolorow i tylko te komponenty,
   ktorych szablon w ogole nie ma (modal, modul darowizny, cookies).
   Uklad i design sekcji pochodza w calosci z szablonu.
   ========================================================================= */

/* -------------------------------------------------------------------------
   1. Rebrand - kolory pobrane pipeta z logo klienta
   ------------------------------------------------------------------------- */
:root {
  --wfs-navy: #001948;
  --wfs-navy-2: #0A2A6B;
  --wfs-navy-deep: #00102F;
  --wfs-gold: #D9A441;
  --wfs-gold-light: #FBCA68;
  --wfs-gold-dark: #B8862B;
  --wfs-gold-soft: #F3E2BE;
  --wfs-line: rgba(0, 25, 72, 0.12);
  --wfs-line-light: rgba(255, 255, 255, 0.16);
  --wfs-shadow: 0 18px 50px rgba(0, 25, 72, 0.12);

  --rr-heading-primary: #001948;
  --rr-theme-primary: #D9A441;
  --rr-theme-primary-2: #0A2A6B;
  --rr-theme-primary-3: #F3E2BE;
  --rr-body-bg: #001948;
  --rr-body-primary-1: #00102F;
  --rr-text-body: #3D465A;
  --rr-common-selection: #D9A441;

  /* zmienne uzywane przez main.css, ale nigdy w nim niezdefiniowane */
  --rr-border-primary: rgba(0, 25, 72, 0.14);
  --rr-theme-primary2: #0A2A6B;
  --rr-body-text-2: #3D465A;

  /* skala naglowkow: 100px/90px to za duzo dla tresci fundacyjnej */
  --rr-fs-h1: 62px;
  --rr-lh-h1: 70px;
  --rr-fs-h2: 54px;
  --rr-lh-h2: 62px;
  --rr-fs-h3: 40px;
  --rr-lh-h3: 48px;
}

/* naprawa buga szablonu: na xs h2/h3 dostawaly 90px przy line-height 42px */
@media (max-width: 575px) {
  h2, h3 { font-size: 28px !important; line-height: 36px !important; }
}
@media (max-width: 450px) {
  h2, h3 { font-size: 26px !important; line-height: 34px !important; }
}

body { overflow-x: hidden; }

.section-heading__wrap_2 .section__subtitle {
  padding: 9px 14px;
  line-height: 18px;
  border-radius: 4px;
}

/* Uwaga: gradient przez background-clip:text nie dziala na rr-title-anim,
   bo SplitText wstrzykuje wlasne elementy potomne. Zloto jednolite. */
.wfs-gold-text { color: var(--wfs-gold-dark); }
.text_white .wfs-gold-text { color: var(--wfs-gold-light); }

/* szablon zeruje marginesy akapitow */
.wfs-modal__body p,
.accordion-body p,
.about-section-2__content > .fade-top p,
.our-capabilities-2__content p { margin-bottom: 16px; }

.wfs-modal__body p:last-child,
.accordion-body p:last-child { margin-bottom: 0; }

/* -------------------------------------------------------------------------
   2. Header: sticky + scrollspy (szablon nie ma ani jednego, ani drugiego)
   ------------------------------------------------------------------------- */
.rr-header { transition: background-color 0.3s ease, box-shadow 0.3s ease; }

.rr-header.is-sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 25, 72, 0.10);
  animation: wfsSlideDown 0.45s ease forwards;
}

.rr-header.is-sticky .rr-header__top { display: none !important; }
.rr-header.is-sticky .rr-header__main { padding-top: 8px; padding-bottom: 8px; }
.rr-header.is-sticky .rr-header__logo .logo img { max-height: 44px; }

@keyframes wfsSlideDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}

.rr-header__logo .logo img,
.rr-header__logo img {
  max-width: none;
  max-height: 58px;
  width: auto;
}

@media (max-width: 575px) {
  .rr-header__logo .logo img { max-height: 42px; width: auto; }
}

.rr-header__top { background-color: var(--wfs-navy); }
.rr-header-2 .rr-header__contact { border-bottom: 0; }

.rr-header-2 .rr-header__contact__left > ul li {
  color: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rr-header-2 .rr-header__contact__left > ul li:hover,
.rr-header-2 .rr-header__contact__left > ul li:nth-child(2):hover { color: #fff; }
.rr-header-2 .rr-header__contact__left > ul li i { color: var(--wfs-gold-light); font-size: 15px; }
.rr-header__top a { color: #fff; }
.rr-header__top a:hover { color: var(--wfs-gold-light); }

.rr-header-2 .rr-header__menu__wrapper .main-menu ul li > a { font-weight: 500; }
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li.active > a,
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li > a:hover { color: var(--wfs-gold-dark); }
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li.active > a::before {
  width: 100%;
  background-color: var(--wfs-gold);
}

.offcanvas__area { background-color: var(--wfs-navy); }
.offcanvas__logo img { max-height: 74px; width: auto; }

/* meanmenu wymusza capitalize - po polsku robi "Zycie Fundacji" */
.mean-nav a, .mean-nav li a { text-transform: none; }

.rr-btn { font-weight: 500; font-size: 17px; }
.rr-btn.wfs-btn-sm { padding: 11px 24px; font-size: 15px; gap: 10px; }

/* -------------------------------------------------------------------------
   3. Hero
   ------------------------------------------------------------------------- */
.banner-section-2__content .section-heading__wrap_2 .section__title {
  font-size: 58px;
  line-height: 1.08;
  border-bottom-color: var(--wfs-line);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-2__content .section-heading__wrap_2 .section__title { font-size: 50px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-2__content .section-heading__wrap_2 .section__title { font-size: 42px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-2__content .section-heading__wrap_2 .section__title { font-size: 40px; }
}
@media (max-width: 575px) {
  .banner-section-2__content .section-heading__wrap_2 .section__title { font-size: 32px; }
}

/* szablon odbarwia zdjecie hero na czarno-biale */
.banner-section-2__thumb img { filter: none; }

/* kafelek licznika w hero: szablon ma tu ciemna zielen i 140px cyfre */
.banner-section-2__counter {
  background-color: var(--wfs-navy) !important;
  border-radius: 16px;
}

.banner-section-2__counter h2 {
  font-size: 96px;
  margin-bottom: 10px;
  color: var(--wfs-gold-light);
}

.banner-section-2__counter p { max-width: 100%; margin: 0; }

@media (max-width: 991px) {
  .banner-section-2__counter {
    width: 100%;
    max-width: 340px;
    padding: 24px 28px;
  }
  .banner-section-2__counter h2 { font-size: 64px; }
}

/* -------------------------------------------------------------------------
   4. Ikony w kartach uslug - szablon zaklada <img>, my dajemy Font Awesome
   ------------------------------------------------------------------------- */
.service-section-2__icon i {
  font-size: 42px;
  line-height: 1;
  color: var(--wfs-gold);
}

.service-section-2__item { min-height: 100%; }

/* -------------------------------------------------------------------------
   5. Lista hover-tab z opisem (szablon ma same pigulki z tytulem)
   ------------------------------------------------------------------------- */
.wfs-tag-rich ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wfs-tag-rich ul li {
  display: block;
  width: 100%;
  border-radius: 14px;
  padding: 18px 24px;
  border: 1px solid var(--wfs-line);
  background: #fff;
}

.wfs-tag-rich ul li:hover { border-color: rgba(217, 164, 65, 0.55); }

.wfs-tag-rich ul li.active {
  border-color: transparent;
  background: var(--wfs-gold-soft);
  box-shadow: var(--wfs-shadow);
}

.wfs-tag-rich__title {
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  font-family: var(--rr-ff-heading2);
  color: var(--wfs-navy);
}

.wfs-tag-rich__body {
  display: none;
  padding-top: 12px;
  font-size: 16px;
  line-height: 26px;
}

.wfs-tag-rich ul li.active .wfs-tag-rich__body { display: block; }
.wfs-tag-rich__body p { margin-bottom: 8px; }

/* Uwaga: to celowo NIE jest <ul><li>. main.js liczy
   .our-capabilities-2__tag ul li i wymaga tylu samo pozycji co obrazkow -
   zagniezdzone <li> psuly ten licznik i hover-taby przestawaly dzialac. */
.wfs-tag-rich__list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.wfs-tag-rich__list p {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 !important;
}

.wfs-tag-rich__list p::before {
  content: "\f00c";
  font-family: var(--rr-ff-fontawesome);
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 11px;
  color: var(--wfs-gold-dark);
}

/* obrazek po prawej musi miec staly kadr, inaczej skacze przy przelaczaniu */
.our-capabilities-2__thumb { min-height: 295px; }

/* -------------------------------------------------------------------------
   5b. Panele "Zycie fundacji"
   Szablon ma tu tytuly 90px z capitalize - dla polskich, dluzszych naglowkow
   to za duzo i psuje pisownie ("Relacje Z Wydarzen").
   ------------------------------------------------------------------------- */
.project-section-2__title {
  text-transform: none;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section-2__title { font-size: 40px; line-height: 50px; }
}

@media (max-width: 991px) {
  .project-section-2__title { font-size: 30px; line-height: 40px; }
  .project-section-2__item { padding: 40px 30px; }
}

.project-section-2__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}

.project-section-2__content { max-width: 720px; }
.project-section-2__content p { font-size: 16px; line-height: 27px; margin: 0; }

/* -------------------------------------------------------------------------
   6. Zespol: szablon uzywa linkow, my otwieramy modal przyciskiem
   ------------------------------------------------------------------------- */
.team-section-2__name button {
  all: unset;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.team-section-2__name button:hover { color: var(--wfs-gold-dark); }

.team-section-2__social button {
  all: unset;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--wfs-navy);
  background: var(--wfs-gold-soft);
  transition: all 0.3s ease-in-out;
}

.team-section-2__social button:hover { background: var(--wfs-gold); }

/* -------------------------------------------------------------------------
   7. Historie: przycisk pod cytatem
   ------------------------------------------------------------------------- */
.wfs-quote-more {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 500;
  color: var(--wfs-gold-dark);
  transition: gap 0.3s ease;
}

.wfs-quote-more:hover { gap: 14px; }

/* -------------------------------------------------------------------------
   8. Modal (szablon nie ma zadnego markupu ani stylu modala)
   ------------------------------------------------------------------------- */
.wfs-modal .modal-dialog { max-width: 860px; }
.wfs-modal .modal-content { border: 0; border-radius: 22px; overflow: hidden; }

.wfs-modal .modal-header {
  border: 0;
  padding: 34px 42px 0;
  align-items: flex-start;
}

.wfs-modal .modal-body { padding: 22px 42px 40px; }

@media (max-width: 575px) {
  .wfs-modal .modal-header { padding: 26px 22px 0; }
  .wfs-modal .modal-body { padding: 18px 22px 30px; }
}

.wfs-modal__title {
  font-family: var(--rr-ff-heading2);
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 6px;
  color: var(--wfs-navy);
}

.wfs-modal__role {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wfs-gold-dark);
}

.wfs-modal .btn-close {
  background-color: var(--wfs-gold-soft);
  border-radius: 50%;
  padding: 14px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.wfs-modal .btn-close:hover { background-color: var(--wfs-gold); }

.wfs-modal__intro {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.wfs-modal__intro img {
  flex: 0 0 auto;
  width: 118px;
  height: 148px;
  object-fit: cover;
  object-position: top center;
  border-radius: 14px;
}

@media (max-width: 767px) { .wfs-modal__intro { flex-direction: column; } }

.wfs-modal__list { margin: 0 0 18px; padding-left: 20px; display: grid; gap: 10px; }
.wfs-modal__list li { line-height: 27px; }
.wfs-modal__list strong { color: var(--wfs-navy); }

.wfs-quote {
  margin-top: 24px;
  padding: 26px 30px 26px 34px;
  border-radius: 16px;
  background: #F7F8FA;
  border-left: 4px solid var(--wfs-gold);
  font-family: var(--rr-ff-heading2);
  font-size: 20px;
  line-height: 32px;
  color: var(--wfs-navy);
}

.wfs-modal__pdf {
  width: 100%;
  height: 520px;
  border: 1px solid var(--wfs-line);
  border-radius: 14px;
  margin-top: 22px;
}

@media (max-width: 767px) { .wfs-modal__pdf { height: 380px; } }

.wfs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 500px;
  color: var(--wfs-navy);
  background: var(--wfs-gold-soft);
}

/* -------------------------------------------------------------------------
   9. Modul darowizny (szablon nie ma odpowiednika)
   ------------------------------------------------------------------------- */
.wfs-donate {
  border-radius: 22px;
  padding: 42px 44px;
  background: #fff;
  box-shadow: var(--wfs-shadow);
}

@media (max-width: 575px) { .wfs-donate { padding: 28px 22px; } }

.wfs-donate h3 {
  font-family: var(--rr-ff-heading2);
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}

.wfs-toggle {
  display: inline-flex;
  padding: 5px;
  border-radius: 500px;
  background: #F1F3F7;
  margin-bottom: 26px;
}

.wfs-toggle button {
  border: 0;
  background: transparent;
  padding: 11px 26px;
  border-radius: 500px;
  font-size: 15px;
  font-weight: 500;
  color: var(--wfs-navy);
  transition: all 0.3s ease-in-out;
}

.wfs-toggle button.is-active { background: var(--wfs-navy); color: #fff; }

.wfs-amounts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

@media (max-width: 767px) { .wfs-amounts { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 400px) { .wfs-amounts { grid-template-columns: repeat(2, 1fr); } }

.wfs-amounts button {
  border: 1px solid var(--wfs-line);
  background: #fff;
  border-radius: 12px;
  padding: 15px 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--wfs-navy);
  transition: all 0.3s ease-in-out;
}

.wfs-amounts button:hover { border-color: var(--wfs-gold); }

.wfs-amounts button.is-active {
  border-color: transparent;
  background: var(--wfs-gold);
  box-shadow: 0 10px 22px rgba(217, 164, 65, 0.32);
}

.wfs-amount-custom { margin-bottom: 22px; }
.wfs-amount-custom.is-hidden { display: none; }
.wfs-amount-custom label { display: block; font-size: 14px; margin-bottom: 8px; color: var(--wfs-navy); }

.wfs-input-suffix { position: relative; }

.wfs-input-suffix input {
  width: 100%;
  border: 1px solid var(--wfs-line);
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 16px;
  color: var(--wfs-navy);
}

.wfs-input-suffix span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  opacity: 0.6;
}

.wfs-donate__summary {
  padding: 18px 22px;
  border-radius: 12px;
  background: #F7F8FA;
  margin-bottom: 22px;
  font-size: 16px;
}

.wfs-donate__summary strong { color: var(--wfs-navy); font-size: 19px; }
.wfs-donate > .rr-btn { width: 100%; justify-content: center; }

.wfs-note { font-size: 13px; line-height: 22px; opacity: 0.7; margin-top: 14px; }

.wfs-btn-link {
  border: 0;
  padding: 0;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  display: inline-flex;
  align-items: center;
  color: var(--wfs-navy);
  transition: color 0.3s ease;
}

.wfs-btn-link:hover { color: var(--wfs-gold-dark); }
.wfs-btn-link i { transition: transform 0.3s ease; }
.wfs-btn-link[aria-expanded="true"] i { transform: rotate(180deg); }

.wfs-transfer { margin-top: 26px; border-top: 1px solid var(--wfs-line); padding-top: 22px; }

.wfs-transfer__list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.wfs-transfer__list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .wfs-transfer__list li { grid-template-columns: 1fr; gap: 2px; }
}

.wfs-transfer__list .wfs-k {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.6;
}

.wfs-transfer__list .wfs-v { color: var(--wfs-navy); font-weight: 500; }
.wfs-iban { font-size: 18px; letter-spacing: 0.04em; font-weight: 600; }

/* pasek zbiorki - korzysta z .progress szablonu */
.wfs-fund .team-skill__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--wfs-navy);
}

.wfs-fund .progress { height: 12px; border-radius: 500px; background: rgba(0, 25, 72, 0.12); }

.wfs-fund .progress-bar {
  width: 0;
  border-radius: 500px;
  background: var(--wfs-navy);
  transition: width 1.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.wfs-fund .progress-num { color: var(--wfs-gold-dark); font-weight: 600; }

/* -------------------------------------------------------------------------
   10. Formularz w szablonowej sekcji kontaktu
   ------------------------------------------------------------------------- */
.contact-page__input,
.contact-page__textarea { position: relative; }

.contact-page__input select { width: 100%; }

.contact-page__input .nice-select {
  width: 100%;
  height: auto;
  line-height: 26px;
  border: 0;
  border-bottom: 1px solid var(--wfs-line);
  border-radius: 0;
  padding: 14px 30px 14px 0;
  font-size: 16px;
  background: transparent;
  color: var(--wfs-navy);
}

.contact-page__input .nice-select:after { right: 8px; border-color: var(--wfs-navy); }
.contact-page__input .nice-select .list { width: 100%; border-radius: 12px; }
.contact-page__input .nice-select .option.selected { color: var(--wfs-gold-dark); }

.wfs-field__error {
  display: none;
  font-size: 13px;
  color: #C0392B;
  margin-top: 4px;
}

.has-error .wfs-field__error { display: block; }
.has-error input,
.has-error textarea,
.has-error .nice-select { border-color: #C0392B !important; }

.wfs-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 22px;
}

.wfs-check input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--wfs-gold); flex: 0 0 auto; }
.wfs-check a { color: var(--wfs-gold-dark); text-decoration: underline; }

.wfs-form__msg {
  display: none;
  margin-top: 18px;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 24px;
}

.wfs-form__msg.is-visible { display: block; }
.wfs-form__msg--ok { background: rgba(217, 164, 65, 0.14); color: var(--wfs-navy); border: 1px solid rgba(217, 164, 65, 0.4); }
.wfs-form__msg--err { background: rgba(192, 57, 43, 0.08); color: #8E241A; border: 1px solid rgba(192, 57, 43, 0.3); }

.wfs-register {
  padding: 16px 22px;
  border-radius: 12px;
  background: #F7F8FA;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--wfs-navy);
}

/* -------------------------------------------------------------------------
   11. Stopka
   ------------------------------------------------------------------------- */
.footer-section-2__logo img { max-height: 64px; width: auto; }

.footer-section-2__social span {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--wfs-gold-light);
}

.copyright-2__menu ul { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; margin: 0; padding: 0; }
.copyright-2__menu ul li { color: rgba(255, 255, 255, 0.6); font-size: 14px; }

/* -------------------------------------------------------------------------
   12. Cookies, toast, pasek mobilny
   ------------------------------------------------------------------------- */
.wfs-cookie {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1045;
  max-width: 760px;
  margin: 0 auto;
  padding: 26px 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 25, 72, 0.25);
  border: 1px solid var(--wfs-line);
  transform: translateY(140%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.wfs-cookie.is-visible { transform: translateY(0); }
.wfs-cookie p { font-size: 15px; line-height: 25px; margin-bottom: 18px; }
.wfs-cookie a { color: var(--wfs-gold-dark); text-decoration: underline; }
.wfs-cookie__actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 575px) {
  .wfs-cookie { padding: 22px 20px; bottom: 82px; }
  .wfs-cookie__actions .rr-btn { flex: 1 1 100%; justify-content: center; }
}

.rr-btn.wfs-btn-ghost {
  background-color: transparent;
  border: 1px solid var(--wfs-line);
  color: var(--wfs-navy);
}

.rr-btn.wfs-btn-ghost .hover-bg { background-color: var(--wfs-navy); }
.rr-btn.wfs-btn-ghost:hover { color: #fff; border-color: var(--wfs-navy); }

.wfs-toast {
  position: fixed;
  left: 50%;
  bottom: 34px;
  transform: translate(-50%, 160%);
  z-index: 1300;
  padding: 14px 26px;
  border-radius: 500px;
  background: var(--wfs-navy);
  color: #fff;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.4s ease;
}

.wfs-toast.is-visible { transform: translate(-50%, 0); }
.wfs-toast i { color: var(--wfs-gold-light); }

.wfs-bottombar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: none;
  background: #fff;
  border-top: 1px solid var(--wfs-line);
  box-shadow: 0 -8px 26px rgba(0, 25, 72, 0.10);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.wfs-bottombar.is-visible { transform: translateY(0); }
.wfs-bottombar__inner { display: grid; grid-template-columns: 1fr 1fr; }

.wfs-bottombar a {
  padding: 16px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--wfs-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.wfs-bottombar a:first-child { background: var(--wfs-gold); }
.wfs-bottombar a + a { border-left: 1px solid var(--wfs-line); }

@media (max-width: 991px) {
  .wfs-bottombar { display: block; }
  .copyright-2__area { padding-bottom: 80px; }
}

/* -------------------------------------------------------------------------
   13. Drobiazgi
   ------------------------------------------------------------------------- */
.wfs-js-stub { display: none !important; }
.p-20 { padding: 20px; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--wfs-gold);
  outline-offset: 3px;
}
