@charset "UTF-8";
@font-face {
  font-family: "Tungsten Reveal EXT";
  src: url("/wp-content/themes/understrap-child-master/fonts/WOFF2/TungstenRevealEXT.woff2") format("woff2"), url("/wp-content/themes/understrap-child-master/fonts/WOFF2/TungstenRevealEXT.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tungsten";
  src: url("/wp-content/themes/understrap-child-master/fonts/WOFF2/Tungsten-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tungsten";
  src: url("/wp-content/themes/understrap-child-master/fonts/WOFF2/Tungsten-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tungsten";
  src: url("/wp-content/themes/understrap-child-master/fonts/WOFF2/Tungsten-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tungsten";
  src: url("/wp-content/themes/understrap-child-master/fonts/WOFF2/Tungsten-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tungsten";
  src: url("/wp-content/themes/understrap-child-master/fonts/WOFF2/Tungsten-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
}

#cquiz .cquiz__next {
  font-size: 20px;
  background-color: #fff;
  color: #000;
  line-height: 1.05;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 21px;
  text-transform: uppercase;
  display: table;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

#cquiz .cquiz__next[hidden] {
  display: none !important;
}

#page {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.navbar-toggler {
  background: transparent !important;
  float: right;
  margin-top: -21px;
  border: none !important;
  margin-right: -15px;
  position: absolute;
  right: 4px;
  top: 30px;
}
.navbar-toggler .navbar-toggler-icon {
  height: 3px !important;
  width: 28px !important;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 28px;
  background-color: #000000;
  top: 0;
  left: 50%;
  margin-left: -14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 28px;
  background-color: #000000;
  left: 50%;
  margin-left: -14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler:hover {
  cursor: pointer;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: #000000;
}
.navbar-toggler.collapsed .navbar-toggler-icon:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -8px;
}
.navbar-toggler.collapsed .navbar-toggler-icon:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: -8px;
}

.col-footer-1 {
  padding-bottom: 38px;
}
.col-footer-1 p {
  font-size: 12px;
  color: #ffffff;
}
.col-footer-1 p a {
  color: #E33534;
  text-decoration: underline;
  line-height: 1.5;
}

.col-footer-2 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.col-footer-2 ul li {
  display: inline-block;
  margin-right: 40px;
}
.col-footer-2 ul li:last-child {
  margin-right: 0;
}
.col-footer-2 ul li a {
  font-size: 12px;
  line-height: 1.05;
  color: #C3C3C3;
  text-decoration: none;
}

.col-footer-3 p {
  text-align: right;
  font-size: 12px;
  line-height: 1.05;
  color: #C3C3C3;
}

#full-home-page-wrapper {
  padding-bottom: 10px;
}

#wrapper-footer {
  padding-top: 48px;
}

body {
  background-color: #0F0C17;
}

#full-home-page-wrapper {
  padding-top: 0;
}

.section-home-top {
  background: url(/wp-content/themes/understrap-child-master/images/bg1.png) no-repeat right top;
  min-height: 810px;
  background-color: #0f0c17;
}
.section-home-top .container {
  position: relative;
}
.section-home-top h1 {
  font-size: 60px;
  line-height: 1;
  font-family: "Tungsten";
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}
.section-home-top p {
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 32px;
}
.section-home-top a {
  font-size: 20px;
  background-color: #fff;
  color: #000;
  line-height: 1.05;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 21px;
  text-transform: uppercase;
  display: table;
}
.section-home-top .arrows {
  background: url(/wp-content/themes/understrap-child-master/images/arrows.svg) no-repeat center top;
  background-size: contain !important;
  width: 38px;
  height: 116px;
  position: absolute;
  left: 15px;
  top: 42px;
}
.section-home-top .square {
  background: url(/wp-content/themes/understrap-child-master/images/square.svg) no-repeat center top;
  background-size: contain !important;
  width: 93px;
  height: 95px;
  position: absolute;
  right: 215px;
  top: 42px;
}
.section-home-top .logo {
  background: url(/wp-content/themes/understrap-child-master/images/logo.svg) no-repeat center top;
  background-size: contain !important;
  width: 160px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 56px;
}

.home-top-wrapper {
  padding-top: 190px;
}

.cquiz {
  background: #14121F;
  color: #fff;
  padding: 134px 0 100px 0;
  /* Poprawna (zielona) */
  /* Zła (czerwona) */
  /* Ujawniona poprawna przy złym wyborze (białe kółko + ✓) */
  /* WYNIK */
}
.cquiz__aside {
  position: sticky;
  top: 24px;
  flex: 0 0 41%;
  max-width: 41%;
}
.cquiz__card {
  overflow: hidden;
  min-height: 718px;
  position: relative;
  background: url(/wp-content/themes/understrap-child-master/images/samurai-asside.png) no-repeat center top;
  background-size: cover !important;
  padding: 30px 30px 0 30px;
}
.cquiz__asideTitle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.cquiz__label {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 120px;
  font-family: "Tungsten";
  line-height: 1;
}
.cquiz__chevrons {
  display: table;
  background: url(/wp-content/themes/understrap-child-master/images/arrows-quiz.svg) no-repeat center top;
  width: 80px;
  height: 19px;
  position: relative;
  margin-left: -15px;
  margin-top: -10px;
}
.cquiz__progressMeta {
  position: absolute;
  bottom: 60px;
  left: 30px;
  font-weight: 500;
  font-size: 30px;
  font-family: "Tungsten Reveal EXT";
}
.cquiz__progressBar {
  position: absolute;
  left: 30px;
  bottom: 38px;
  right: 30px;
  height: 12px;
  border-radius: 30px;
  border: 1px solid #C3C3C3;
  overflow: hidden;
  background: transparent;
}
.cquiz__progressFill {
  height: 100%;
  width: 0%;
  background: #E33534;
  transition: width 0.35s ease;
}
.cquiz__main {
  position: relative;
}
.cquiz__q {
  display: none;
}
.cquiz__q.is-active {
  display: block;
}
.cquiz__q.is-exit {
  animation: qExit 0.38s ease forwards;
}
.cquiz__q.is-enter {
  animation: qEnter 0.38s ease forwards;
}
@keyframes qExit {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-18px);
  }
}
@keyframes qEnter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cquiz__kicker {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 23px;
}
.cquiz__kickerNum {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Tungsten";
}
.cquiz__kickerText {
  color: #E33534;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Tungsten";
}
.cquiz__title {
  font-weight: 500;
  text-transform: none;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 45px;
}
.cquiz__answers {
  display: grid;
  gap: 30px;
  max-width: 780px;
  margin-bottom: 16px;
}
.cquiz__ans {
  width: 100%;
  text-align: left;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.08s ease;
}
.cquiz__ans:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.65);
}
.cquiz__ans.is-selected {
  border-color: rgba(255, 255, 255, 0.65);
}
.cquiz__ans.is-disabled {
  cursor: default;
  opacity: 1;
}
.cquiz__ansText {
  font-size: 20px;
  font-weight: 600;
}
.cquiz__radio {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  position: relative;
}
.cquiz__ico {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 18px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.cquiz__ans.is-correct .cquiz__radio {
  border-color: #7DE334;
  background: #7DE334;
}
.cquiz__ans.is-correct .cquiz__ico--check {
  opacity: 1;
  transform: scale(1);
  color: #0b0a16;
  background: url(/wp-content/themes/understrap-child-master/images/check.svg) no-repeat center center;
}
.cquiz__ans.is-wrong .cquiz__radio {
  border-color: #e31b23;
  background: #e31b23;
}
.cquiz__ans.is-wrong .cquiz__ico--x {
  opacity: 1;
  transform: scale(1);
  background: url(/wp-content/themes/understrap-child-master/images/xx.svg) no-repeat center center;
}
.cquiz__ans.is-revealCorrect .cquiz__radio {
  border-color: rgba(255, 255, 255, 0.95);
  background: #fff;
}
.cquiz__ans.is-revealCorrect .cquiz__ico--check {
  opacity: 1;
  transform: scale(1);
  color: #14121F;
  background: url(/wp-content/themes/understrap-child-master/images/check.svg) no-repeat center center;
}
.cquiz__feedback {
  padding-left: 27px;
  font-size: 18px;
  opacity: 0.85;
  color: #C3C3C3;
  position: relative;
  display: block;
  margin-top: 21px;
}
.cquiz__feedback .dot {
  display: table;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 99px;
  background: #E33534;
  top: 3px;
}
.cquiz__cta {
  margin-top: 18px;
  width: 100%;
  max-width: 780px;
  height: 64px;
  border-radius: 10px;
  border: 0;
  font-weight: 900;
  letter-spacing: 0.06em;
  background: #fff;
  color: #0b0a16;
  cursor: pointer;
  transition: transform 0.08s ease, opacity 0.2s ease;
}
.cquiz__cta:hover {
  transform: translateY(-1px);
}
.cquiz__cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}
.cquiz__result {
  position: relative;
  min-height: 718px;
}
.cquiz__resultBg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-size: cover !important;
  background-color: #14121F;
}
.cquiz__resultLeft, .cquiz__resultCenter {
  position: relative;
  z-index: 1;
}
.cquiz__resultLeft {
  max-width: 344px;
  position: absolute;
  left: 28px;
  top: 29px;
  bottom: 0;
}
.cquiz__resultLeft .cquiz__label {
  font-size: 40px;
}
.cquiz__resultLeft .cquiz__chevrons {
  margin-left: 28px;
  margin-top: 10px;
}
.cquiz__resultCenter {
  width: 488px;
  height: 488px;
  position: absolute;
  left: 50%;
  margin-left: -244px;
  top: 50%;
  margin-top: -244px;
  display: table;
}
.cquiz__ring {
  width: 488px;
  height: 488px;
  border-radius: 999px;
  border: 1px solid #EF373F;
  display: table;
  place-items: center;
  -webkit-box-shadow: 0 1px 19px 0 #CB3837;
  -moz-box-shadow: 0 1px 19px 0 #CB3837;
  box-shadow: 0 1px 19px 0 #CB3837;
}
.cquiz__resultMsg {
  margin-top: 64px;
}
.cquiz__resultMsg .cquiz__resultBig {
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 1;
  font-family: "Tungsten";
  font-weight: 600;
  text-transform: uppercase;
}
.cquiz__resultMsg .cquiz__resultSmall {
  margin-bottom: 22px;
  font-size: 15px;
  color: #E7E7E7;
  margin-top: 0;
  line-height: 1.4;
}
.cquiz__resultMsg .cquiz__resultDesc {
  font-size: 15px;
  color: #E7E7E7;
  margin-top: 0;
  line-height: 1.4;
}
.cquiz__resultMsg .cquiz__resultList {
  padding-left: 0;
}
.cquiz__resultMsg .cquiz__resultList li {
  position: relative;
  font-size: 15px;
  color: #E7E7E7;
  margin-top: 0;
  line-height: 1.4;
  list-style-type: none;
  padding-left: 22px;
}
.cquiz__resultMsg .cquiz__resultList li:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 2px;
  top: 50%;
  margin-top: 0;
  left: 9px;
  background-color: #E7E7E7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.cquiz__ringInner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.cquiz__ringLabel {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 8px;
}
.cquiz__ringScore {
  font-weight: 500;
  font-size: 140px;
  line-height: 1;
  margin-bottom: 47px;
  font-family: "Tungsten";
}
.cquiz__restart {
  font-size: 20px;
  background-color: #fff;
  color: #000000;
  line-height: 1.05;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 17px 24px 17px 64px;
  font-weight: 600;
  border: none;
  outline: none;
  position: relative;
  -webkit-box-shadow: 0 1px 19px 0 #CB3837;
  -moz-box-shadow: 0 1px 19px 0 #CB3837;
  box-shadow: 0 1px 19px 0 #CB3837;
}
.cquiz__restart:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cquiz__restartIco {
  font-weight: 900;
  font-size: 18px;
}

.cquiz__main {
  position: relative;
  z-index: 999;
}
.cquiz__main:after {
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 55px;
  right: 15px;
  background-color: #E33534;
}

/* Domyślnie NIE pokazuj przycisku sprawdzania */
#cquiz .cquiz__cta--final {
  display: none !important;
}

/* Pokaż dopiero, gdy quiz ma klasę "is-final-ready" */
#cquiz.is-final-ready .cquiz__cta--final {
  display: block !important;
}

/* (awaryjnie) jeśli gdzieś został stary przycisk w pytaniach – ukryj go */
#cquiz .cquiz__q .cquiz__cta {
  display: none !important;
}

#cquiz .cquiz__q {
  width: 100%;
}

#cquiz.is-result .cquiz__aside {
  display: none !important;
}
#cquiz.is-result .cquiz__grid {
  grid-template-columns: 1fr !important;
}
#cquiz.is-result .cquiz__result {
  width: 100%;
}

#cquiz.is-final-ready .cquiz__cta--final {
  margin-top: 38px;
}

#cquiz.result--top .cquiz__resultBg {
  background-image: url("/wp-content/themes/understrap-child-master/images/top.png");
}

#cquiz.result--mid .cquiz__resultBg {
  background-image: url("/wp-content/themes/understrap-child-master/images/mid.png");
}

#cquiz.result--low .cquiz__resultBg {
  background-image: url("/wp-content/themes/understrap-child-master/images/low.png");
}

.cquiz.is-result .cquiz__main:after {
  display: none;
}

.result--low .cquiz__restart:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  left: 24px;
  background: url(/wp-content/themes/understrap-child-master/images/face-low.svg) no-repeat center top;
}

.result--mid .cquiz__restart:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  left: 24px;
  background: url(/wp-content/themes/understrap-child-master/images/face-mid.svg) no-repeat center top;
}

.result--top .cquiz__restart:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  left: 24px;
  background: url(/wp-content/themes/understrap-child-master/images/face-high2.svg) no-repeat center top;
}

.cquiz:not(.is-result) .cquiz__main {
  padding-left: 55px;
}

.section-niebezpiecznik {
  background: #0F0C17;
  padding: 65px 0 0 0;
  position: relative;
  max-width: 1295px;
  margin-left: auto;
  margin-right: auto;
}
.section-niebezpiecznik:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #CB3837;
  opacity: 1;
}
.section-niebezpiecznik h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  max-width: 18ch;
}
.section-niebezpiecznik p {
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
  max-width: 52ch;
  margin-bottom: 40px;
}
.section-niebezpiecznik p a {
  text-decoration: underline;
  color: #ffffff;
}
.section-niebezpiecznik__cta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.section-niebezpiecznik__cta-label {
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 600;
}
.section-niebezpiecznik__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #CB3837;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.section-niebezpiecznik__cta-btn:hover {
  color: #ffffff;
}
.section-niebezpiecznik__media {
  display: flex;
  justify-content: flex-end;
}
.section-niebezpiecznik__media-box {
  background: #000;
  padding: 34px;
  width: 100%;
}
.section-niebezpiecznik__media-box img {
  display: block;
  width: 100%;
  height: auto;
}
.section-niebezpiecznik .section-niebezpiecznik__content {
  padding-right: 0;
}

/* COOKIEYES – dopasowanie do testsamuraja.pl (ciemny motyw + czerwony akcent) */
.cky-consent-container.cky-box-bottom-left {
  left: 24px !important;
  bottom: 24px !important;
  max-width: 520px !important;
  z-index: 999999 !important;
}

.cky-consent-container .cky-consent-bar {
  background: rgba(10, 8, 20, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55) !important;
  padding: 18px 18px 16px !important;
}

/* Cienka czerwona linia jak w sekcjach */
.cky-consent-container .cky-consent-bar:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #e31b23;
  border-radius: 99px;
  opacity: 0.9;
  margin-bottom: 12px;
}

.cky-consent-container .cky-title {
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.cky-consent-container .cky-notice-des,
.cky-consent-container .cky-notice-des p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* Układ przycisków */
.cky-consent-container .cky-notice-btn-wrapper {
  gap: 10px !important;
  margin-top: 14px !important;
}

/* Wspólne dla przycisków */
.cky-consent-container .cky-btn {
  border-radius: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  padding: 12px 14px !important;
  min-height: 46px !important;
  box-shadow: none !important;
}

/* Primary – Akceptuj */
.cky-consent-container .cky-btn-accept {
  background: #e31b23 !important;
  border-color: #e31b23 !important;
  color: #ffffff !important;
}

.cky-consent-container .cky-btn-accept:hover {
  filter: brightness(1.06);
}

/* Secondary – Dostosuj / Odrzuć */
.cky-consent-container .cky-btn-customize,
.cky-consent-container .cky-btn-reject {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #ffffff !important;
}

.cky-consent-container .cky-btn-customize:hover,
.cky-consent-container .cky-btn-reject:hover {
  border-color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

/* Linki (jeśli występują) */
.cky-consent-container a {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Mobile */
@media (max-width: 640px) {
  .cky-consent-container.cky-box-bottom-left {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    max-width: none !important;
  }
  .cky-consent-container .cky-notice-btn-wrapper {
    flex-direction: column !important;
  }
  .cky-consent-container .cky-btn {
    width: 100% !important;
  }
}
.cquiz__resultLong {
  font-size: 15px;
  color: rgb(231, 231, 231);
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .section-home-top .arrows {
    width: 21px;
    height: 64px;
    top: 22px;
    left: 22px;
  }
  .section-home-top .square {
    width: 26px;
    height: 27px;
    top: 16px;
    right: 105px;
  }
  .section-home-top .logo {
    width: 70px;
    height: 14px;
    right: 22px;
    top: 22px;
  }
  .home-top-wrapper {
    padding-top: 110px;
  }
  .home-top-wrapper img {
    max-width: 185px;
  }
  .section-home-top .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .section-home-top h1 {
    font-size: 40px;
    line-height: 1;
    max-width: 170px;
  }
  .section-home-top p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 250px;
  }
  .section-home-top a {
    font-size: 16px;
    padding: 17px 21px 15px 21px;
  }
  .section-home-top {
    min-height: inherit;
    padding-bottom: 70px;
    background-position: -175px 60px;
    background-size: cover !important;
    background-color: #000000;
  }
  .cquiz {
    padding: 80px 0 50px 0;
    background-color: #000000;
  }
  .cquiz__label {
    font-size: 72px;
  }
  .cquiz__title {
    font-size: 22px;
  }
  .cquiz__ansText {
    font-size: 14px;
  }
  .cquiz__ans {
    padding: 12px 20px;
  }
  .cquiz__radio {
    width: 28px;
    height: 28px;
  }
  .cquiz__feedback {
    font-size: 13px;
  }
  #cquiz .cquiz__next {
    font-size: 16px;
    padding: 17px 21px 15px 21px;
  }
  .cquiz__card {
    min-height: 650px;
    background: url(/wp-content/themes/understrap-child-master/images/samurai-mobile.png) no-repeat center top;
    padding: 30px 16px 0 16px;
  }
  .cquiz__asideTitle {
    padding-left: 13px;
  }
  .cquiz__chevrons {
    margin-left: 18px;
    margin-top: 10px;
  }
  .cquiz__progressMeta {
    left: 16px;
  }
  .cquiz__progressBar {
    left: 16px;
    right: 16px;
  }
  .cquiz__cta {
    font-size: 16px;
    height: 56px;
  }
  .cquiz__aside {
    flex: none;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .cquiz:not(.is-result) .cquiz__main {
    padding-left: 15px;
    padding-top: 43px;
  }
  .cquiz__answers {
    max-width: 100%;
  }
  .cquiz__ring {
    width: 248px;
    height: 248px;
  }
  .cquiz__resultCenter {
    top: 145px;
    margin-top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .cquiz__restart-1 {
    display: none;
  }
  .cquiz__ringScore {
    font-size: 80px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cquiz__resultLeft {
    position: relative;
    max-width: 100%;
    top: 0;
    padding-top: 29px;
    padding-bottom: 30px;
  }
  .cquiz__ring {
    margin-left: auto;
    margin-right: auto;
  }
  #cquiz.result--low .cquiz__resultBg {
    background: url(/wp-content/themes/understrap-child-master/images/low-mobile.png) no-repeat center 145px;
    background-size: 390px 254px !important;
  }
  #cquiz.result--mid .cquiz__resultBg {
    background: url(/wp-content/themes/understrap-child-master/images/mid-mobile2.png) no-repeat center 145px;
    background-size: 390px 311px !important;
  }
  #cquiz.result--top .cquiz__resultBg {
    background: url(/wp-content/themes/understrap-child-master/images/top-mobile.png) no-repeat center 145px;
    background-size: 390px 254px !important;
  }
  #cquiz.is-result .cquiz__result {
    background-color: #0e0c17;
  }
  .cquiz__resultMsg {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 344px;
    margin-top: 325px;
  }
  #full-home-page-wrapper {
    padding-bottom: 0;
  }
  #wrapper-footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .section-niebezpiecznik {
    background-color: #000000;
  }
  .section-niebezpiecznik h2 {
    font-size: 30px;
  }
  .section-niebezpiecznik p {
    font-size: 16px;
  }
  .section-niebezpiecznik__media-box img {
    max-width: 384px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-niebezpiecznik .section-niebezpiecznik__content {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .section-home-top {
    background-size: 155% !important;
  }
}
@media (max-width: 580px) {
  .section-home-top {
    background-size: 181% !important;
    background-position: -185px 60px;
    padding-bottom: 0;
  }
  .cquiz__card {
    min-height: 450px;
  }
  .cquiz__label {
    font-size: 36px;
  }
  .cquiz__chevrons {
    margin-left: 18px;
    margin-top: 6px;
  }
  .col-footer-2 {
    flex: none;
    max-width: 100%;
  }
  .col-footer-2 ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .col-footer-3 {
    flex: none;
    max-width: 100%;
    padding-top: 30px;
  }
  .col-footer-3 p {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .cquiz__resultLeft {
    left: 0 !important;
  }
}
@media (max-width: 480px) {
  .cquiz__card {
    min-height: 350px;
  }
  .section-niebezpiecznik__cta {
    display: block;
  }
  .section-niebezpiecznik__cta-label {
    display: block;
    margin-bottom: 12px;
  }
  .section-niebezpiecznik__cta-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=custom.css.map */
