/* Styl kontenera formularza */
.wpforms-container form {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 30px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  border: 2px solid #7C3AED !important;
  transition: all 0.3s ease-in-out !important;
}

.wpforms-container form:hover {
  box-shadow: 0 10px 40px rgba(124, 58, 237, 0.15) !important;
}

/* Pola formularza */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="url"] {
  width: 100% !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  background-color: #f9f9f9 !important;
  transition: border-color 0.3s ease !important;
}

.wpforms-field input:focus {
  outline: none !important;
  border-color: #7C3AED !important;
  background-color: #ffffff !important;
}

/* Etykiety */
.wpforms-field-label {
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  color: #111827 !important;
  display: block !important;
}

/* Przycisk */
.wpforms-submit {
  background-color: #7C3AED !important;
  color: #ffffff !important;
  padding: 14px 24px !important;
  font-size: 16px !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  margin-top: 10px !important;
  width: fit-content !important;
}

.wpforms-submit:hover {
  background-color: #5B21B6 !important;
}

/* Kontener pól */
.wpforms-field-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

/* Układ formularzy obok siebie */
.formularze-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  justify-content: center !important;
  align-items: stretch !important;
  margin: 0 auto !important;
}

@media (min-width: 768px) {
  .formularze-wrapper {
    flex-direction: row !important;
  }


}

.formularze-wrapper {
  align-items: stretch !important;
}








.audyt-table-wrapper {
  overflow-x: auto !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.audyt-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
}

.audyt-table th {
  background-color: #7C3AED !important;
  color: #ffffff !important;
  text-align: left !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
}

.audyt-table td {
  padding: 14px 20px !important;
  border-bottom: 1px solid #f3f4f6 !important;
  background-color: #ffffff !important;
  vertical-align: top !important;
}

.audyt-table tr:last-child td {
  border-bottom: none !important;
}

.audyt-table td:nth-child(2),
.audyt-table td:nth-child(3) {
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.audyt-table tr:hover td {
  background-color: #f9f9ff !important;
  transition: background-color 0.3s ease-in-out !important;
}


.audyt-table tbody tr:nth-child(2n+1) > * {
  background-color: #f9f9ff !important;
}



/* === Audyt – tabela: MOBILE POLISH === */
@media (max-width: 768px){

  /* obramowanie i cień jak w kartach */
  .audyt-table-wrapper{
    margin: 16px -12px 28px !important;   /* odkleja od krawędzi */
    padding: 0 12px !important;
  }

  .audyt-table{
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 28px rgba(0,0,0,.06) !important;
    border-spacing: 0 !important;
  }

  /* nagłówek przyklejony u góry tabeli (scroll w obrębie wrappera) */
  .audyt-table th{
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
    padding: 12px 14px !important;
    font-size: 13px !important;
    letter-spacing: .02em !important;
  }

  /* komórki – czytelna typografia i odstępy */
  .audyt-table td{
    padding: 14px 14px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    background: #fff !important;
    border-bottom: 1px solid #eef1f6 !important;
  }
  .audyt-table tr:last-child td{
    border-bottom: 0 !important;
  }

  /* delikatne „zebra”, spójne z kartami */
  .audyt-table tbody tr:nth-child(2n+1) > *{
    background: #fafbff !important;
  }

  /* sensowne szerokości i wyrównanie kolumn */
  .audyt-table th:first-child,
  .audyt-table td:first-child{ width: 60% !important; }
  .audyt-table th:nth-child(2),
  .audyt-table th:nth-child(3),
  .audyt-table td:nth-child(2),
  .audyt-table td:nth-child(3){
    width: 20% !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  /* „ptaszki”/ikony w kolumnach – jednakowa wielkość i środek */
  .audyt-table td svg,
  .audyt-table td img{
    width: 18px; height: 18px;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.08));
  }
}

@media (max-width:768px){
  .audyt-table-wrapper{
    position: relative;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 16px !important;            /* równe marginesy jak reszta treści */
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .audyt-table{
    width: 100% !important;
    border-radius: 12px !important;        /* może być delikatny radius z gutterem */
    box-shadow: 0 8px 28px rgba(0,0,0,.06) !important;
  }
}











.faq-accordion {
  max-width: 800px;
  margin: 40px auto;
  font-family: 'Inter', sans-serif;
}

.faq-item {
  border-radius: 16px !important;
  margin-bottom: 20px !important;
  overflow: hidden !important;
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s ease-in-out !important;
  border: none !important;
}

.faq-question {
  background-color: #7C3AED !important;
  color: #ffffff !important;
  margin: 0 !important;
  padding: 18px 24px !important;
  font-size: 17px !important;
  cursor: pointer !important;
  position: relative !important;
  user-select: none !important;
  transition: background-color 0.3s ease-in-out !important;
}

.faq-question::after {
  content: '+' !important;
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 20px !important;
  transition: transform 0.3s ease !important;
}

.faq-item.active .faq-question::after {
  content: '−' !important;
}

.faq-answer {
  background-color: #ffffff !important;
  color: #1F2937 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  padding: 0 24px !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transition: all 0.4s ease-in-out !important;
  border: 1px solid #d5d8dd !important;
  border-radius: 0 0 14px 14px !important;


}

.faq-item.active .faq-answer {
  padding: 20px 24px 24px !important;
  max-height: 600px !important;
  opacity: 1 !important;
}





/* Sticky Audytor Box */
.sticky-audytor-box {
  position: sticky;
  top: 100px;
  z-index: 10;
  padding: 20px;
  background: #ffffff;
  border-radius: 45px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  width: 100%;
  max-width: 240px;
  font-family: 'Inter', sans-serif;
  margin: 0 auto;
	top: calc(80px + 240px + 24px);
}

/* Zdjęcie */
.sticky-audytor-box img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Nagłówek i rola */
.sticky-audytor-box h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.sticky-audytor-box .rola {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

/* Przycisk Zadzwoń */
.sticky-audytor-box .call-btn {
  display: inline-block;
  background: #7C3AED;
  color: white;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Social media */
.sticky-audytor-box .social-links {
  margin-top: 10px;
}

.sticky-audytor-box .social-links a {
  margin: 0 6px;
  font-size: 20px;
  text-decoration: none;
  color: #7C3AED;
}


.audytor-kontener {
  position: relative;
  overflow: visible !important;
  height: 100%;
}


.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%;
    position: relative;
    overflow: visible !important;
    height: 100%;
}


.call-btn {
    display: inline-block;
    padding: 10px 16px;
    background-color: #6B46C1;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .call-btn:hover {
    background-color: #5B21B6 !important;
  }

  .social-links img {
    margin-right: 8px;
    vertical-align: middle;
  }











.audit-bubbles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  width: 100%;
  overflow: visible;
  position: relative;
}

.bubble-ring {
 position: relative;
  width: 480px;             
  height: 480px;
  max-width: 100%;
  overflow: visible;         
}

.bubble {
  background-color: #f3f3f3;
  color: #111827;
  padding: 16px 20px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: absolute;
}

.bubble.center {
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  background-color: #00c48c;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  z-index: 2;
	box-shadow:
0 0 20px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(0, 0, 0, 0.2),
    0 0 60px rgba(0, 0, 0, 0.1);
  animation: pulseShadow 5s ease-in-out infinite;
}

.bubble.small {
  width: 100px;
  height: 100px;
  background-color: #e5e7eb;
  color: #333;
  opacity: 0.5;
  transition: all 0.1s ease;
}

.bubble.small.active {
  background-color: #7C3AED !important;
  color: white;
  font-weight: bold;
  transform: scale(1.15);
  z-index: 3;
  opacity: 1;
  background-color: #7C3AED !important;
  color: white;
  	box-shadow:
0 0 20px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(0, 0, 0, 0.2),
    0 0 60px rgba(0, 0, 0, 0.1);
}

.bubble.small {
  text-decoration: none;
}

.bubble.small:hover {
 background-color: #00c48c;
  color: #fff;
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease;
}


/* Pozycjonowanie wokół środka (16 bąbli równomiernie na kole) */
.bubble.small:nth-of-type(2)  { top: -6%;   left: 50%;  transform: translate(-20%, -50%); }
.bubble.small:nth-of-type(3)  { top: 14%;  left: 80%;  transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(4)  { top: 38%;  left: 97%;  transform: translate(-20%, -50%); }
.bubble.small:nth-of-type(5)  { top: 65%;  left: 90%;  transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(6)  { top: 84%;  left: 70%;  transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(7)  { top: 94%;  left: 50%;  transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(8)  { top: 84%;  left: 30%;  transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(9)  { top: 65%;  left: 10%;  transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(10) { top: 38%;  left: 3%;   transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(11) { top: 14%;  left: 20%;  transform: translate(0%, 0%); }
.bubble.small:nth-of-type(12) { top: -4%;  left: 24%;  transform: translate(25%, 0%); }
.bubble.small:nth-of-type(13) { top: -8%;  left: 70%;  transform: translate(25%, -50%); }
.bubble.small:nth-of-type(14) { top: 20%;  left: 100%; transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(15) { top: 80%;  left: 100%; transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(16) { top: 105%; left: 70%;  transform: translate(-50%, -50%); }
.bubble.small:nth-of-type(17) { top: 105%; left: 30%;  transform: translate(-50%, -50%); }






















.audit-comments-row {
   display: flex;
  flex-direction: column;
  gap: 28px;

}

/* Wspólne dla obu comment-boxów */
.comment-box {
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  font-family: 'Inter', sans-serif;
  display: flex;
  flex-direction: column;
  max-width: 660px;  /* lub auto */
  min-width: 0;
  background: #ffffff;
  padding: 20px;
}

/* Tylko Ekspert – fioletowa ramka */
.comment-expert {
  border: 1px solid #7C3AED;
}

/* Tylko Google – gradientowa ramka */
.comment-google {
  border: 1px solid transparent;
  background-image: linear-gradient(#ffffff, #ffffff),
    linear-gradient(to right, #4285F4, #EA4335, #FBBC05, #34A853);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}

.comment-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
	    margin-bottom: 8px;
}

.comment-box p {
  margin: 0;
  font-size: 14px;
  color: #4B5563;
  line-height: 1.6;
}

.comment-box img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.comment-box .header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Pozostałe style */
.expert-google-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  max-width: 1000px;
}

.expert-box, .google-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 24px;
  flex: 1 1 400px;
  display: flex;
  gap: 20px;
  font-family: 'Inter', sans-serif;
  align-items: flex-start;
}

.expert-photo img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.expert-content h4,
.google-box h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.expert-content p,
.google-box p {
  margin: 0;
  font-size: 14px;
  color: #4B5563;
  line-height: 1.6;
}

.google-box {
  flex-direction: column;
}

.google-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.google-header img {
  width: 24px;
  height: auto;
}

















.icon-link,
.emoji-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background-color: #f9fafb;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

/* Hover state */
.icon-link:hover,
.emoji-link:hover {
  background-color: #eef2ff;
  border-color: #7c3aed;
}

/* Ikona LinkedIn jako obrazek */
.icon-link img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: opacity 0.3s ease;
  opacity: 0.85;
}

.icon-link:hover img {
  opacity: 1;
}

/* SVG ikony wewnątrz linków */
.emoji-link .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.emoji-link .icon.hover {
  opacity: 0;
}

.emoji-link:hover .icon.default {
  opacity: 0;
}

.emoji-link:hover .icon.hover {
  opacity: 1;
}










.dla-kogo-section {
  background-color: #ffffff;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  color: #111827;
	max-width: 1600px;
}

.dla-kogo-section .container {
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px;
  background: #f9fafb;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}



.dla-kogo-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  background: linear-gradient(to right, #7C3AED, #4F46E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dla-kogo-section .intro {
  font-size: 16px;
  color: #4B5563;
  margin-bottom: 32px;
  line-height: 1.6;
}

.dla-kogo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dla-kogo-list li {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s ease;
}

.dla-kogo-list li:hover {
  border-color: #7C3AED;
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.1);
}

.dla-kogo-list li span {
  font-weight: 600;
  color: #7C3AED;
  margin-right: 8px;
}







/* Dla-kogo – pełna szerokość i luźniej na mobile */
@media (max-width: 768px){
  .dla-kogo-section{ padding: 22px 0 !important; }

  .dla-kogo-section .container{
    /* full-bleed trik */
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;

    padding: 22px 16px !important;
    border-radius: 0 !important;         /* żeby tło weszło w krawędzie */
    box-shadow: none !important;          /* kartowy cień niepotrzebny na full-bleed */
  }

  .dla-kogo-section h2{
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  .dla-kogo-list{ gap: 12px !important; }
  .dla-kogo-list li{
    padding: 14px 14px !important;
    border-radius: 14px !important;
  }
}


























#audytSticky {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  border-radius: 45px;
  display: none;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.audyt-sticky-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.audyt-sticky-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.audyt-sticky-text strong {
  font-size: 15px;
  color: #1f2937;
}

.audyt-sticky-text span {
  font-size: 13px;
  color: #6b7280;
}

.audyt-sticky-btn {
  background-color: #7c3aed;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 6px;
  text-decoration: none;
  text-align: center;
}

.audyt-sticky-btn:hover {
  background-color: #5b21b6;
  color: #fff;
}












.audit-summary-section {
  padding: 20px 40px !important;
  background: #f9fafb !important;
  font-family: 'Inter', sans-serif !important;
  border-radius: 45px !important;
   background: #f9fafb;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08)
}

.audit-summary-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  gap: 60px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;



}

.audit-summary-text {
  flex: 1 1 480px !important;
}

.audit-summary-text h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin-bottom: 24px !important;
  line-height: 1.3 !important;
}

.audit-summary-text h2 span {
  color: #7c3aed !important;
}

.audit-summary-columns {
  display: flex !important;
  gap: 40px !important;
  flex-wrap: wrap !important;
  margin-bottom: 30px !important;
}

.audit-points-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 1 1 45% !important;
  counter-reset: audit-counter !important;
}

.audit-points-list li {
  position: relative !important;
  padding-left: 28px !important;
  font-size: 15px !important;
  color: #4b5563 !important;
  margin-bottom: 12px !important;
  counter-increment: audit-counter !important;
  font-weight: 500 !important;
}





.audit-points-list a {
  text-decoration: none !important;
  color: inherit !important;
  transition: color 0.2s !important;
}

.audit-points-list a:hover {
  color: #7c3aed !important;
}

.audit-cta-btn {
  display: inline-block !important;
  background-color: #7c3aed !important;
  color: #fff !important;
  padding: 12px 28px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2) !important;
}

.audit-cta-btn:hover {
  background-color: #5b21b6 !important;
  color: #fff !important;
}

.audit-summary-image {
  flex: 1 1 460px !important;
  text-align: center !important;
}

.audit-summary-image img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
  
}







.audit-learn-more {
  background-color: #f3f4f6;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #111827;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 10px 20px rgba(0,0,0,0.03);
  margin-top: 12px; 
  margin-bottom: 12px;
	
}

.learn-more-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex-shrink: 0;
  filter: invert(27%) sepia(76%) saturate(6240%) hue-rotate(254deg) brightness(95%) contrast(101%);
}

.audit-learn-more a {
  color: #7c3aed;
  text-decoration: none;
  font-weight: 500;
}

.audit-learn-more a:hover {
  text-decoration: underline;
}





/* Sticky efekt */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease-in-out !important;
  padding: 4px 0 !important;
}

/* Logo */
.site-logo-img img {
  max-height: 30px !important;
  transition: all 0.3s ease-in-out !important;
}

/* Nawigacja główna */
.main-header-menu > li > a {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 2px 8px !important;
  color: #1f2937 !important;
  transition: color 0.3s ease-in-out !important;
}

.main-header-menu > li > a:hover {
  color: #7c3aed !important;
}

/* Aktywny link */
.main-header-menu .current-menu-item > a {
  color: #7c3aed !important;
  font-weight: 600 !important;
}

/* Submenu */
.sub-menu {
  background-color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
  border-radius: 8px !important;
  padding: 10px 0 !important;
}

.sub-menu li a {
  padding: 10px 16px !important;
  color: #4b5563 !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}

.sub-menu li a:hover {
  background-color: #f3f4f6 !important;
  color: #7c3aed !important;
  border-radius: 6px !important;
}

/* Menu mobile toggle */
.ast-mobile-menu-trigger-fill {
  background: #7c3aed !important;
  border-radius: 8px !important;
  padding: 6px 10px !important;
  color: #fff !important;
}

.ast-mobile-svg path {
  fill: #fff !important;
}










.seo-sidebar-box {
  background-color: #f9fafb;
  border-left: 4px solid #7c3aed;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
  color: #1f2937;
  margin-bottom: 40px;
}

.seo-sidebar-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f2937;
}

.seo-sidebar-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #4b5563;
}

.seo-sidebar-btn {
  display: inline-block;
  background-color: #7c3aed;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
}

.seo-sidebar-btn:hover {
  background-color: #5b21b6;
  color: #fff;
}










body.single .sidebar-main {
  position: sticky;
  top: 80px;
  align-self: start;
  z-index: 10;
}

body.single #block-13,
body.single #block-12 {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

body.single .sidebar-main .widget {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.single .sidebar-main .widget > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.single .sidebar-main .widget + .widget {
  margin-top: 2px !important;
}











/* Ogólny wygląd TOC */
body.single #ez-toc-container {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  color: #1f2937;
  position: relative;
  transition: all 0.3s ease;
}

/* Tytuł */
body.single #ez-toc-container .ez-toc-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

body.single #ez-toc-container .ez-toc-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #1f2937;
}


body.single #ez-toc-container.collapsed .ez-toc-title-toggle::before {
  transform: rotate(-90deg);
}

/* Lista */
body.single #ez-toc-container nav {
  margin-top: 16px;
}

body.single #ez-toc-container ul {
  list-style: none;
  padding-left: 18px;
  margin: 0;
}

body.single #ez-toc-container li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Linki */
body.single #ez-toc-container a {
  text-decoration: none;
  color: #4b5563;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

body.single #ez-toc-container a:hover {
  color: #7c3aed;
  transform: translateX(3px);
}

body.single #ez-toc-container.collapsed nav {
  display: none !important;
}

/* Ikona toggle w TOC – minimalistyczna fioletowa strzałka */
body.single .ez-toc-icon-toggle-span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #7c3aed;              /* fiolet */
  font-size: 16px;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.2s ease;
}

body.single .ez-toc-icon-toggle-span:hover {
  color: #5b21b6;              /* ciemniejszy fiolet na hover */
  transform: scale(1.1);
}

body.single .ez-toc-icon-toggle-span::before {
  content: "▾";                /* strzałka w dół */
  display: block;
  line-height: 1;
  transition: transform 0.3s ease;
}

body.single #ez-toc-container.collapsed .ez-toc-icon-toggle-span::before {
  transform: rotate(-90deg);
}

























/* Tło głównego contentu tylko dla wpisów */
body.single .site-main article {
  background-color: #f9fafb !important;
  padding: 60px 40px !important;
  border-radius: 24px !important;
}


.single-post .entry-content ul li::marker,
.single-post .entry-content ol li::marker {
  color: #7c3aed;
}

.single-post .site-content {
  background-color: #f9fafb !important;
}































.single-post table {
  border: 0.5px solid #7c3aed !important;
  border-radius: 25px !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.single-post table th,
.single-post table td {
  border-bottom: 0.5px solid #e5e7eb !important; /* delikatna linia między wierszami */
  padding: 14px 18px !important;
  text-align: left !important;
  font-size: 15px !important;
  color: #1f2937 !important;
}

.single-post table th {
  background-color: #f3f4f6 !important;
  color: #111827 !important;
  font-weight: 600 !important;
}








.single-post h2,
.single-post h3,
.single-post h4 {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.single-post h2::after,
.single-post h3::after,
.single-post h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #7c3aed;
  border-radius: 2px;
}









.highlight-summary-box {
  background: #f9fafb;
  border-left: 4px solid #7c3aed;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 40px 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}


.highlight-summary-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.highlight-summary-box li {
  font-size: 15px;
  color: #374151;
  margin-bottom: 10px;
  line-height: 1.6;
}












.author-profile-section {
  padding: 60px 20px;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #1f2937;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.author-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.author-photo img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.author-info {
  flex: 1 1 600px;
}

.author-info h1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.author-info p,
.author-info li {
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.6;
}

.author-info ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.author-info h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #7c3aed;
}
.author-socials {
  display: flex;
  gap: 12px;
  margin: 12px 0;
}
.author-socials img {
  width: 22px;
  height: 22px;
  display: inline-block;
}

















.consulting-section {
  padding: 30px 20px;
  background-color: f3f3f5;
	border-radius: 10px;

}

.consulting-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.consulting-header {
  text-align: left;
  padding: 0 32px;
}

.consulting-header h1 {
  font-size: 30px;
  color: #1f2937;
  margin-bottom: 0;
}


/* Główna sekcja: kolumny lewa + prawa */
.consulting-main {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}

/* Lewa kolumna (ekspert + usługi) */
.consulting-left {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.expert-photo-left {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e7eb;
}

.info-text h2 {
  font-size: 18px;
  margin: 0;
  color: #1f2937;
}

.role {
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.info-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #374151;
}

.info-icon img {
  width: 20px;
  height: 20px;
}

.info-description {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* Usługi */
.services-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.services-card h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #1f2937;
}

.services-card ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.services-card li {
  margin-bottom: 8px;
  color: #4b5563;
  font-size: 14px;
}



/* sticky dla panelu z formularzem */
.consulting-form{
  position: sticky;
  top: 130px;       /* odsuniecie od górnej krawędzi/stałego headera */
  z-index: 3;      /* żeby nie chowało się pod nagłówkiem/kartą */
 max-width: 55% !important;
}

/* opcjonalnie: wyłącz sticky na mobile */
@media (max-width: 991px){
  .consulting-form{ position: static; }
}

















.seo-consultation-section {
  padding: 40px 20px;
}

.seo-consultation-container {
  width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 32px;
}

.seo-consultation-container h2 {
  font-size: 32px;
  color: #1f2937;
  margin-bottom: 20px;
}

.seo-intro {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 24px;
}

.seo-problems {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.seo-problem h3 {
  font-size: 20px;
  color: #7c3aed;
  margin-bottom: 8px;
}

.seo-problem p {
  font-size: 15px;
  color: #374151;
  margin-bottom: 8px;
}

.seo-problem ul {
  list-style-type: disc;
  margin-left: 20px;
}

.seo-problem li {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 4px;
}

.seo-problem ul li::marker {
  color: #7c3aed;
}










.consulting-section-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0;
 
}

.consulting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 32px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.consulting-card {
  background: #181826;
  border-radius: 25px;
  padding: 25px;
  box-shadow: 0 4px 32px 0 rgba(32, 32, 64, 0.18), 0 1.5px 8px 0 rgba(101, 40, 247, 0.12);
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 280px;
  position: relative;
  transition: transform 0.16s cubic-bezier(.42,.74,.39,.97), box-shadow 0.16s;
}



.consulting-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 10px 36px 0 rgba(101, 40, 247, 0.25), 0 2px 16px 0 rgba(0,0,0,0.13);
}

.consulting-card .icon {
  margin-bottom: 16px;
  background: linear-gradient(135deg, #6528f7 60%, #000 100%);
  border-radius: 12px;
  display: inline-flex;
  padding: 8px;
  box-shadow: 0 2px 8px 0 rgba(101,40,247,0.10);
}

.consulting-card h3 {
  font-size: 1.22rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #fff;
  letter-spacing: -0.5px;
}

.consulting-card p {
  color: #b7b6cc;
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}





/* Tablet: dwie kolumny */
@media (max-width: 990px) {
  .consulting-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .consulting-card {
    min-height: 240px;
  }
  .consulting-card:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    justify-self: end;
  }
  .consulting-card:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    justify-self: start;
  }
}

/* Mobile: jedna kolumna, klasycznie */
@media (max-width: 690px) {
  .consulting-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 20px;
  }
  .consulting-section-2 {
    padding: 30px 0;
  }
  .consulting-card,
  .consulting-card:nth-child(4),
  .consulting-card:nth-child(5) {
    grid-column: 1 / 2 !important;
    grid-row: auto !important;
    justify-self: stretch !important;
  }
}






















.faq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 16px;
  font-family: Inter, sans-serif;
}
.faq h2 {
  margin-bottom: 34px;
  font: 800 2.1rem/1.3 Inter, sans-serif;
  color: #181826;
}

/* --- pojedynczy kartonik --- */
.faq-item { margin-bottom: 24px; }
.faq-btn {
  width: 100%;
  padding: 25px 88px 25px 28px;
  border: 1px solid transparent;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 8px 36px rgba(0,0,0,.11);
  font: 600 1.1rem/1.4 Inter, sans-serif;
  color: #181826;
  text-align: left;
  cursor: pointer;
  position: relative;
  display: block;
  transition: box-shadow .22s, border-color .22s;
  z-index: 1;
}
.faq-btn:hover { box-shadow: 0 16px 54px rgba(0,0,0,.15); }
.faq-item.open .faq-btn {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(135deg, #9900ff 55%, #000 100%) border-box;
  background-clip: padding-box, border-box;
  color: #181826;           /* Tekst zawsze czarny! */
}

/* --- strzałka --- */
.faq-arrow {
  position: absolute; top: 50%; right: 24px; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 12px; background: #ffff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  transition: transform .3s;
}
.faq-arrow::before {
  content: "";
  width: 20px; height: 20px;
  background: linear-gradient(135deg,#6528f7 60%,#4312d9 100%);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" stroke="white" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 10 12 16 18 10"/></svg>') center/contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" stroke="white" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 10 12 16 18 10"/></svg>') center/contain no-repeat;
}
.faq-item.open .faq-arrow { transform: translateY(-50%) rotate(180deg); }

/* --- odpowiedź --- */
.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 28px;
  font: 400 1rem/1.6 ;
  color: #58586e;
  transition: max-height .33s cubic-bezier(.77,0,.18,1), padding .33s;
}
.faq-item.open .faq-content {
  max-height: 600px;
  padding: 18px 28px 26px;
}

/* --- mobile --- */
@media(max-width:600px){
  .faq{padding:40px 4vw}
  .faq h2{font-size:1.5rem;margin-bottom:22px}
  .faq-btn{padding:20px 80px 20px 20px;font-size:1rem}
  .faq-content{padding-left:20px;padding-right:20px}
}


.content h2 {
  margin-top: 20px;
	margin-bottom: 4px; 
}




.audit-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4f3f8;
  color: #181826;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 9px;
  padding: 4px 13px 4px 8px;
  margin-bottom: 18px;
  margin-top: 4px;
  letter-spacing: 0.03em;
}
.audit-label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audit-label svg {
  display: block;
}




































.toc-outer {
  position: sticky;
  top: 80px;
  margin-top: 80px;
  height: 460px;
  min-width: 260px;
  max-width: 300px;
  z-index: 30;
  display: flex;
  align-items: stretch;
  overflow-y: hidden;  
	 background: transparent;
}

.toc-outer::before, .toc-outer::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 34px;
  pointer-events: none;
  z-index: 2;
}
.toc-outer::before {
  top: 0;
  background: linear-gradient(180deg, #fff 60%, transparent 100%);
}
.toc-outer::after {
  bottom: 0;
  background: linear-gradient(0deg, #fff 60%, transparent 100%);
}


.toc-inner {
 flex: 1;
  overflow-y: auto;
  height: 100%;
  position: relative;
  scrollbar-width: none;

}
.toc-inner::-webkit-scrollbar { display: none; }

.toc-inner ul {
   list-style: none;
  margin: 0;
  position: relative;
}

.toc-inner li {
  margin-bottom: 20px;
}

.toc-inner a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.05rem;
  font-weight: 300;
  color: #232323;
  text-decoration: none;
  padding: 25px 22px;
  border-radius: 22px;
  border: 1px solid transparent;
  box-shadow: 0 4px 24px 0 rgba(101,40,247,0.07);
  background: none;
  transition: 
    background 0.18s, 
    color 0.18s, 
    box-shadow 0.2s, 
    border 0.2s;
  position: relative;
}

.toc-inner a .toc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px;
  margin-right: 0;
}

.toc-inner a.active,
.toc-inner a:focus {
  color: #6528f7;
  background: rgba(101, 40, 247, 0.10);
  border: 1px solid #6528f7;
  font-weight: 700;
  box-shadow: 0 8px 28px 0 rgba(101,40,247,0.12), 0 1.5px 7px 0 rgba(24,24,27,0.07);
}

.toc-inner a.active .toc-icon svg,
.toc-inner a:focus .toc-icon svg {
  stroke: #6528f7;
  filter: drop-shadow(0 0 3px #cbb6fd60);
}

.toc-inner a .toc-icon svg {
  display: block;
  stroke: #6528f7;
  background: none;
  transition: stroke 0.2s, filter 0.2s;
}

/* Efekt hover */
.toc-inner a:hover {
  background: rgba(101, 40, 247, 0.07);
  color: #6528f7;
  border: 1px solid #ece7fa;
  box-shadow: 0 3px 10px 0 rgba(101,40,247,0.08);
}

.toc-inner a:hover .toc-icon svg {
  stroke: #6528f7;
}

/* Dla mobile schowaj */
@media (max-width: 900px) {
  .toc-outer { display: none; }
}



.glowny-prawa {
  position: sticky;
  top: 30px; /* lub ile chcesz odstępu od góry */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}




































.audit-labels-row {
  display: flex;
  gap: 16px;
  margin: 5px 0 26px 0;
  flex-wrap: wrap;
  margin-top: 0 !important; /* wymusza brak dodatkowego odstępu */
}
.audit-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 9px;
  padding: 5px 14px 5px 9px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: #f4f3f8;
  color: #181826;
}
.audit-label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audit-label svg { display: block; }

.audit-label.priority {
  background: #fff2f2;
  color: #c71223;
  border: 1.5px solid #ff374b;
}
.audit-label.priority .icon svg polygon {
  /* wykrzyknikowy trójkąt – intensywnie czerwony */
  fill: #ff374b;
}
.audit-label .priority-level {
  margin-left: 3px;
  font-weight: 700;
}

.audit-label.onsite {
  background: #f7f4ff;
  color: #181826;
  border: 1.5px solid #e6e1fa;
}

.audit-label.step {
  background: #f8f7fe;
  color: #6528f7;
  border: 1.5px solid #6528f7;
}
.audit-label.step .step-num {
  margin-left: 4px;
  font-weight: 600;
  color: #6528f7;
}

.audit-label.offsite {
  background: #f2f6ff;
  color: #2358de;
  border: 1.5px solid #a2c2f5;
}
.audit-label.offsite .icon svg circle,
.audit-label.offsite .icon svg path {
  stroke: #2358de;
}

.audit-label.priority.low {
  background: #fffbea;
  color: #d1a600;
  border: 1.5px solid #f6d641;
}
.audit-label.priority.low .icon svg circle,
.audit-label.priority.low .icon svg rect,
.audit-label.priority.low .icon svg {
  stroke: #f6d641;
  fill: #f6d641;
}
.audit-label.priority.low .icon svg circle {
  fill: #fffbea;
}
.audit-label.priority.low .icon svg rect,
.audit-label.priority.low .icon svg circle:last-child {
  fill: #f6d641;
}



/* Responsywność: pod 2 na rząd */
@media (max-width:600px){
  .audit-labels-row { flex-direction: column; gap: 9px; }
  .audit-label { font-size: .99rem; }
}


.audit-label.priority.medium {
  background: #fff4e3;       /* bardzo jasny, przezroczysty pomarańcz */
  color: #ff8800;
  border: 1.5px solid #ff8800;
  font-weight: 600;
}
.audit-label.priority.medium .icon svg circle {
  stroke: #ff8800;
  fill: #fff4e3;
}
.audit-label.priority.medium .icon svg text {
  fill: #ff8800;
  font-weight: bold;
}
.audit-label.priority.medium .priority-level {
  color: #ff8800 !important;
}


























/* ====== Zmienne brandu ====== */
:root{
  --accent: #6528f7;     /* kolor przewodni */
  --card: #181826 !important;       /* tło kart */
  --text: #ffffff !important;
  --muted: #cfd0de;
  --ring: rgba(255,255,255,.09);
  --shadow-lg: 0 22px 60px rgba(0,0,0,.35);
  --shadow-md: 0 12px 34px rgba(0,0,0,.28);
}

/* ====== Layout sekcji ====== */
.pricing-audyt{
  padding: clamp(32px, 6vw, 72px) 0;
  background: transparent; /* zostawiamy białe tło strony */
  color: #0c0c17;
}

.pricing-audyt__container{
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3.2vw, 28px);
}

.pricing-audyt__head{
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 48px);
}
.pricing-audyt__head h2{
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: .2px;
}
.pricing-audyt__sub{
  margin: 0;
  color: #5a5d71;
  font-size: clamp(14px, 1.2vw, 16px);
}

.pricing-audyt__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 28px);
  align-items: stretch;
}

/* ====== Karta planu ====== */
.plan{
  position: relative;
  background: var(--card);
  color: var(--text);
  border-radius: 22px;
  border: 1px solid var(--ring);
  box-shadow: var(--shadow-md);
  padding: clamp(18px, 2.4vw, 26px);
  overflow: hidden;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* subtelny „glow” akcentu */
.plan::before{
  content:"";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    radial-gradient(120px 120px at 20px 20px, rgba(101,40,247,.35), transparent 70%),
    radial-gradient(240px 160px at 85% -20%, rgba(101,40,247,.12), transparent 60%);
  pointer-events: none;
  z-index: -1;
}

.plan:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(101,40,247,.35);
}

/* dekoracyjny „piksel” w lewym górnym rogu */
.plan__accent-dot{
  position: absolute; top: 16px; left: 16px;
  width: 16px; height: 16px; border-radius: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.35));
  box-shadow: 0 0 0 2px rgba(255,255,255,.12) inset, 0 6px 12px rgba(0,0,0,.35);
  opacity: .9;
}

/* badge „Popularny” */
.plan__badge{
  position: absolute; top: 14px; right: 14px;
  font-size: 12px; letter-spacing: .4px;
  background: rgba(101,40,247,.22);
  border: 1px solid rgba(101,40,247,.45);
  padding: 6px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}
.is-popular{
  outline: 2px solid rgba(101,40,247,.25);
  outline-offset: 3px;
}

.plan__price{ display:flex; gap:10px; align-items: baseline; flex-wrap: wrap;} .plan__amount{ font-size: clamp(26px, 3vw, 34px); font-weight: 700; }

.plan__header{
  display: grid;
  gap: 14px;
  position: relative;   
  z-index: 2;
}

.plan__title{
  margin: 0;
  color: #ffffff !important;       /* wymusza jasny kolor dla „Audyt” */
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.15;
  letter-spacing: .2px;
  font-weight: 700;
}

.plan__title span{
  color: #e9e8ff;       /* akcent dla drugiej części */
  opacity: 1;
}

/* przyciski */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  height: 44px; padding: 0 16px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--ring);
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
  will-change: transform;
}
.btn:hover{ transform: translateY(-1px); }

.btn--primary{
  background: linear-gradient(180deg, #fff, #efecff);
  color: #171717;
  box-shadow: 0 6px 18px rgba(101,40,247,.35);
  border-color: rgba(255,255,255,.65);
}
.btn--primary:hover{
  box-shadow: 0 10px 26px rgba(101,40,247,.45);
}

.btn--ghost{
  background: rgba(255,255,255,.04);
  color: #ffffff;
  backdrop-filter: saturate(140%);
}
.btn--ghost:hover{
   background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.25);
	 color: #ffffff !important;
}

/* divider */
.plan__divider{
  margin: 18px 0 10px;
  color: #9ea0b6;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: grid; place-items: center;
  position: relative;
}
.plan__divider::before{
  content:"";
  position:absolute; left:0; right:0; top:50%;
  transform: translateY(-50%);
  height:1px; background: var(--ring);
}
.plan__divider{ background: linear-gradient(transparent 45%, rgba(255,255,255,.02) 45%, rgba(255,255,255,.02) 55%, transparent 55%); }

/* lista cech */
.plan__features{
  list-style: none; margin: 10px 0 0; padding: 0;
  display: grid; gap: 10px;
}
.plan__features li{
  display:grid; grid-template-columns: 20px 1fr; gap: 10px;
  color: var(--muted);
  line-height: 1.5;
  position: relative;
}
.plan__features li::before{
  content: "";
  width: 14px; height: 14px; border-radius: 4px;
  margin-top: 3px;
  background: linear-gradient(180deg, rgba(101,40,247,.9), rgba(101,40,247,.45));
  box-shadow: 0 0 0 2px rgba(255,255,255,.08) inset;
}

/* stopka karty */
.plan__foot{
  margin-top: 14px;
  color: #bfc0d2;
}

/* planowe warianty akcentów – wszystkie oparte o brand */
.plan--free::before{
  background:
    radial-gradient(120px 120px at 24px 24px, rgba(101,40,247,.28), transparent 70%),
    radial-gradient(220px 160px at 85% -20%, rgba(101,40,247,.08), transparent 60%);
}
.plan--pro::before{
  background:
    radial-gradient(150px 140px at 28px 20px, rgba(101,40,247,.42), transparent 70%),
    radial-gradient(260px 180px at 85% -20%, rgba(101,40,247,.16), transparent 60%);
}
.plan--consult::before{
  background:
    radial-gradient(120px 120px at 24px 24px, rgba(101,40,247,.34), transparent 70%),
    radial-gradient(260px 170px at 90% -20%, rgba(101,40,247,.12), transparent 60%);
}

/* notka pod gridem */
.pricing-audyt__note{
  margin-top: clamp(18px, 3.2vw, 28px);
  text-align: center;
  color: #5a5d71;
  font-size: .95rem;
}

/* ====== RWD ====== */
@media (max-width: 980px){
  .pricing-audyt__grid{ grid-template-columns: 1fr; }
  .plan{ max-width: 680px; margin-inline: auto; }
}

/* preferencje dostępności */
@media (prefers-reduced-motion: reduce){
  .plan, .btn{ transition: none; }
}

































:root{
  --accent: #6528f7;        /* kolor akcentu z Twojej palety */
  --frame-bg: #f6f7fb;      /* lekkie, nowoczesne tło ramki */
  --frame-br: #eceff5;   /* delikatniejsza ramka pod białe tło */
  --frame-br: #e6e9f2;      /* delikatna ramka */

}

.audyt-info-card{
  padding: clamp(16px, 4vw, 40px);
}

.audyt-info-card__inner{
  max-width: 1000px;
  margin-inline: auto;
  background: var(--frame-bg);
  color: var(--text-dark);
  border: 1px solid var(--frame-br);
  border-radius: 18px;
  padding: clamp(22px, 5vw, 48px);
  text-align: center;
  box-shadow: 0 12px 28px rgba(24,24,38,.06);
  position: relative;
  overflow: clip;
}

/* subtelny akcent u góry ramki */
.audyt-info-card__inner::before{
  content:"";
  position:absolute; inset: 0 0 auto 0; height: 6px;
  background: linear-gradient(90deg, transparent, rgba(101,40,247,.5), rgba(101,40,247,.15), transparent);
}

/* czytelna typografia */
.audyt-info-card__inner p{
  margin: 0 0 14px 0;
  line-height: 1.65;
  font-size: 15px;
  color: #2b2d3b;
}
.audyt-info-card__inner p:last-child{ margin-bottom: 0; }

@media (prefers-reduced-motion: reduce){
  .audyt-info-card__inner{ box-shadow: 0 8px 16px rgba(24,24,38,.05); }
}

























/* ===== ARCHIVE / CATEGORY – jeden „kartonik” wewnątrz ===== */

/* 1) WARSTWA ZEWNĘTRZNA (article) – bez karty, bez cienia */
body.archive.category .ast-article-post{
  background: transparent !important;   /* albo #f9fafb – i tak tło strony */
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
  transition: none !important;
}

/* 2) JEDYNA karta = .ast-article-inner */
body.archive.category .ast-article-post .ast-article-inner{
  background: #ffffff !important;
  border-radius: 18px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.05) !important;
  overflow: hidden !important;          /* zaokrągla także miniaturę */
  height: 100%;
  transition: box-shadow .25s ease, transform .25s ease;
}

/* Hover – tylko na karcie (nie na całym article) */
body.archive.category .ast-article-post:hover .ast-article-inner{
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.08) !important;
}

/* 3) Wnętrze karty – równe paddingi */
body.archive.category .ast-article-post .post-content{
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}

/* Miniaturka na górze w pełnej szerokości, z odziedziczonym radius */
body.archive.category .ast-article-post .post-thumb{ margin: 0; }
body.archive.category .ast-article-post .post-thumb img{
  width: 100%; height: auto; display: block;
}

/* 4) Typografia – zostaje jak była; tu tylko drobne wygładzenia */
body.archive.category .ast-article-post .entry-title{ margin: 14px 0 8px; }
body.archive.category .ast-article-post .entry-title a{
  font-size: 1.25rem; font-weight: 700; line-height: 1.3;
  color: #111827; text-decoration: none; transition: color .2s;
  word-break: normal; overflow-wrap: break-word; hyphens: auto;
}
body.archive.category .ast-article-post .entry-title a:hover{ color:#7c3aed; }

body.archive.category .ast-article-post .entry-meta{
  font-size:.86rem; color:#6b7280; margin-bottom:12px;
}
body.archive.category .ast-article-post .ast-excerpt-container{
  font-size:.98rem; line-height:1.6; color:#374151; margin-top:2px;
}

/* 5) Odstępy między kartami – korzystamy z siatki Asty, tylko dół */
body.archive.category .ast-grid-common-col{ margin-bottom:24px; }

/* 6) Sekcja opisu kategorii – bez zmian, kosmetyka */
body.archive.category{ background:#f9fafb; }
body.archive.category .ast-archive-description{
  max-width:960px; margin:0 auto 40px; padding:28px 28px 24px;
  background:#fff; border-radius:18px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
/* === Kategoria: blok opisu nad listą artykułów === */
.ast-archive-description{
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 28px 28px 22px;
  background: #ffffff;
  border: 1px solid #e9eef5;               /* delikatna ramka zamiast mocnego cienia */
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(16,24,40,.04);
}

/* Tytuł */
.ast-archive-description .page-title{
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: .1px;
  background: linear-gradient(90deg,#7c3aed, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Akapity i typografia wewnątrz */
.ast-archive-description p{
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}
.ast-archive-description p:last-child{ margin-bottom: 0; }

/* Wyróżnienia i linki */
.ast-archive-description b,
.ast-archive-description strong{ color:#111827; font-weight: 700; }

.ast-archive-description a{
  color: #7c3aed;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s ease;
}
.ast-archive-description a:hover{ color:#5b21b6; }

/* Mobile – ciaśniejsze odstępy, mniejszy padding */
@media (max-width: 768px){
  .ast-archive-description{
    margin: 0 16px 28px;
    padding: 20px 18px 16px;
    border-radius: 16px;
  }
  .ast-archive-description .page-title{
    margin-bottom: 8px;
  }
  .ast-archive-description p{
    font-size: 15.5px;
    line-height: 1.65;
  }
}



















/* 1) NIE rozciągaj wszystkich widgetów do 100% wysokości */
.elementor.elementor .e-con > .elementor-widget {
  height: auto !important;
}

/* 2) Kontener audytora niech też nie wymusza wysokości */
.audytor-kontener {
  height: auto !important;
}

/* 3) Mobile: wyłącz sticky i zbędne pozycjonowanie prawej kolumny */
@media (max-width: 900px) {
  .sticky-audytor-box {
    position: static !important;
    top: auto !important;        /* kasuje oba wcześniejsze topy */
    max-width: 100% !important;
    margin: 16px 0 !important;
  }

  /* bezpieczeństwo – nie wymuszaj minimalnych wysokości kontenerów */
  .e-con, .e-con-inner {
    min-height: 0 !important;
  }
}

/* 4) Honeypoty WPForms – schowaj bez wpływu na layout */
#wpforms-1504-field_3-container,
#wpforms-1507-field_3-container {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

















/* HERO – czytelny tekst na mobile */
@media (max-width: 768px){
  /* kontener hero (sekcja z H1 „Audyt SEO online”) */
  .elementor-element-b036fe8{
    position: relative;
  }
  /* fioletowy overlay między obrazem a treścią */
  .elementor-element-b036fe8::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(
      180deg,
      rgba(98, 0, 255, 0.00) 0%,
      rgba(98, 0, 255, 0.55) 24%,
      rgba(98, 0, 255, 0.85) 72%
    );
    z-index:1;
  }
  /* treść ponad overlayem */
  .elementor-element-b036fe8 .elementor-widget-heading,
  .elementor-element-b036fe8 .elementor-widget-text-editor,
  .elementor-element-b036fe8 .elementor-widget-button{
    position: relative;
    z-index: 2;
  }

  /* drobne typograficzne dopasowanie na telefonie */
  .elementor-element-b036fe8 h1{
    font-size: 34px !important;
    line-height: 1.15 !important;
    margin-bottom: 10px !important;
  }
  .elementor-element-b036fe8 .elementor-widget-text-editor{
    font-size: 16px !important;
  }
	
}




@media (max-width: 768px){
  .elementor-element-b036fe8{ display:flex; flex-direction:column; }
  .elementor-element-b036fe8 .elementor-widget-image{ 
    order: 2; 
    margin-top: 14px !important;
    z-index: 0 !important;            /* na wszelki wypadek */
  }
  .elementor-element-b036fe8 .elementor-widget-heading,
  .elementor-element-b036fe8 .elementor-widget-text-editor,
  .elementor-element-b036fe8 .elementor-widget-button{
    order: 1;
  }
  .elementor-element-b036fe8 .elementor-widget-image img{
    width: 86vw; max-width: 460px; height:auto;
    display:block; margin: 0 auto;
  }
}






/* >>> Sekcja z dwoma formularzami (#audytseoonline) – MOBILE FIX <<< */
@media (max-width: 768px){

  /* 1) Rodzic: zmień kierunek na kolumnę poprzez zmienną Elementora */
  #audytseoonline{
    --flex-direction: column !important;   /* działa na Container */
  }

  /* 2) Dzieci (dwie kolumny z formularzami): 100% szerokości + nadpisanie zmiennej */
  #audytseoonline > .e-con-inner > .e-con{
    --width: 100% !important;              /* klucz – przebija inline 50% */
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

 


  /* 5) Przycisk na pełną szerokość (bardziej „mobilnie”) */
  #audytseoonline .wpforms-submit{
    width: 100% !important;
    font-size: 16px !important;   /* iOS zoom fix */
    padding: 14px 18px !important;
  }

  /* 6) Nagłówki nad formularzami – mniejsza typografia */
  #audytseoonline h2.elementor-heading-title{
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin: 0 0 10px !important;
  }
}












/* Audit summary – schowaj grafikę na mobile */
@media (max-width: 768px){
  .audit-summary-image{
    display: none !important;
  }
  /* tekst idzie na pełną szerokość i zmniejsz odstępy */
  .audit-summary-container{
    gap: 20px !important;
  }
  .audit-summary-text{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}



/* TYLKO odstępy między etykietami – mobile */
@media (max-width: 768px){
  .audit-labels-row{
    margin: 6px 0 10px !important;   /* mniej nad/pod całym blokiem */
    gap: 6px !important;              /* ciaśniej między elementami */
  }
  .audit-labels-row .audit-label{
    margin: 0 !important;             /* zeruj ewentualne marginesy własne */
  }
  /* na wszelki wypadek, gdyby builder nie respektował gap */
  .audit-labels-row .audit-label + .audit-label{
    margin-top: 6px !important;
  }
	
}







/* 1) Sticky na CAŁĄ prawą kolumnę (flex item) */
.prawa-kontener {
  position: sticky !important;
  top: 150px !important;          /* dopasuj do wysokości nagłówka */
  align-self: flex-start !important; /* nie rozciągaj na wysokość */
  overflow: visible !important;
}

/* 2) Wewnątrz – box już NIE jest sticky (żeby nie mieszać dwóch sticky naraz) */
.prawa-kontener .sticky-audytor-box {
  position: static !important;
  top: auto !important;
}

/* 3) Rozkuwamy ewentualne blokady wysokości/overflow po drodze */
#box-prawa,
#box-prawa .elementor-widget-container,
#box-prawa .audytor-kontener {
  height: auto !important;
  overflow: visible !important;
}

/* 4) Zostawiamy kolumnę lewą jak jest – ale upewniamy się,
      że rodzic (wiersz) nie ucina overflow */
.prawa-kontener.parentNode,
.prawa-kontener.parentNode * {
  /* nic tu nie zmieniamy – to tylko przypomnienie, że sticky
     zadziała w obrębie sekcji/wiersza */
}





/* Sticky na całej prawej kolumnie (flex-item) */
.prawy-sticky {
  position: sticky !important;
  top: 5px !important;                 /* dopasuj do wysokości headera */
  align-self: flex-start !important;     /* nie rozciągaj w osi cross */
  height: auto !important;
  overflow: visible !important;
  z-index: 5;
}

/* W środku wszystko statyczne (nie dublujemy sticky) */
.prawy-sticky .glowny-prawa,
.prawy-sticky .toc-outer,
.prawy-sticky .sticky-audytor-box {
  position: static !important;
  top: auto !important;
}

/* Na wszelki wypadek – rodzice nie mogą ucinać overflow */
.prawy-sticky,
.prawy-sticky > .elementor-widget-container {
  overflow: visible !important;
}









/* Wyłącz globalny smooth z CSS – smooth robi JS z offsetem */
html { scroll-behavior: auto !important; }

/* Kotwice zatrzymują się pod sticky headerem nawet przy skoku z zewnątrz */
[id] { scroll-margin-top: calc(var(--header-offset, 100px)); }
:root { --header-offset: 100px; } /* dopasuj do nagłówka */













.consult-section {
  padding: 100px 20px;
  max-width: 900px;
  margin: 0 auto;

}

.consult-container h2 {
  text-align: center;
  margin-bottom: 40px;

}

.tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.tab {
  background: none;
  border: none;
  font: inherit;
  color: #5B21B6;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}



.tab.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #5B21B6;
  border-radius: 2px;
}

.tab-content {
  display: none;
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tab:hover,
.tab:focus {
  background: none !important;
  color: #5B21B6; /* zachowaj podstawowy kolor */
  box-shadow: none !important;
  outline: none !important;
}






.audit-comments-row p,
.audit-comments-row span[itemprop="text"] {
    display: block;
    margin: 0 0 1em;
    font-size: 14px;
    line-height: 1.6;
    color: #4B5563;
    font-family: 'Inter', sans-serif;
}









/* MOBILE: wyłącz flex na stronie o klasie .elementor-1371 */
@media (max-width: 767px) {
  /* Najczęstsze kontenery Elementor, które mają display:flex */
  .elementor-1371 .e-con,
  .elementor-1371 .e-con-inner,
  .elementor-1371 .elementor-container,
  .elementor-1371 .elementor-row {
    display: block !important;
    flex: none !important;
  }

  /* Gdy coś ma inline style "display:flex" – też wymuś block */
  .elementor-1371 [style*="display:flex"] {
    display: block !important;
  }

  /* Dzieci niech rozciągają się na pełną szerokość */
  .elementor-1371 .e-con > *,
  .elementor-1371 .e-con-inner > * {
    width: 100% !important;
    max-width: 100% !important;
  }
}

















/* MOBILE: skrócony opis archiwum */
@media (max-width: 767px) {
  .ast-archive-description {
    position: relative;
  }

  /* ukryj wszystkie akapity... */
  .ast-archive-description p {
    display: none;
  }

  /* ...zostaw tylko 1. akapit i przytnij do kilku linii */
  .ast-archive-description p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 4;      /* ile linii pokazać */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
  }

  /* miękki „fade” na dole, żeby wyglądało jak zajawka */
  .ast-archive-description::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 3.2rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 85%);
    pointer-events: none;
  }
}

/* Opcjonalnie: gdy dodasz klasę .show-full na sekcję, pokaż całość (np. do „rozwiń”) */
@media (max-width: 767px) {
  .ast-archive-description.show-full p {
    display: block;
  }
  .ast-archive-description.show-full p:first-of-type {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: visible;
  }
  .ast-archive-description.show-full::after {
    display: none;
  }
}

































/* --- TYLKO MOBILE: poziomy scroll w tabelach --- */
@media (max-width: 768px) {
  /* motyw nie może ucinać osi X na mobile */
  html, body, .site-content, .ast-container, .content-area, .entry-content {
    overflow-x: visible !important;
  }

  /* wrapper z suwakiem – tylko na mobile */
  .entry-content .table-scroll{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* sama tabela szeroka, przewijana wewnątrz wrappera – tylko na mobile */
  .entry-content .table-scroll > table{
    width: auto !important;   /* zdejmuje width:100% na mobile */
    min-width: 720px;         /* wymuś przewijanie; podnieś do 960/1200 gdy potrzeba */
    table-layout: auto;
    border-collapse: collapse;
  }

  .entry-content .table-scroll > table th,
  .entry-content .table-scroll > table td{
    white-space: nowrap;
  }
}

/* --- DESKTOP: zachowanie jak w motywie (brak zmian) --- */
/* brak reguł – wrapper nie wpływa na layout; tabela działa normalnie */





















/* MOBILE: pokazuj ToC w treści, ukryj sidebarowy */
@media (max-width: 768px) {
  /* ToC w treści (ten w .toc-mobile) */
  .toc-mobile { display: block !important; }
  .toc-mobile #ez-toc-container {
    margin: 16px 0 24px;
    width: 100%;
    max-width: 100%;
    position: static;     /* gdyby miał sticky/fixed */
    float: none;
  }

  /* Ukryj standardowy ToC w sidebarze/dole */
  #secondary #ez-toc-container,
  .widget-area #ez-toc-container { display: none !important; }
}

/* DESKTOP: tylko sidebarowy ToC, ukryj ten w treści */
@media (min-width: 769px) {
  .toc-mobile { display: none !important; }
  #secondary #ez-toc-container,
  .widget-area #ez-toc-container { display: block; }
}























/* 1) Sam formularz niech wypełnia kolumnę */
.consulting-form .wpforms-container,
.consulting-form .wpforms-form{
  max-width:100% !important;
  width:100%;
  margin:0;               /* gdyby WPForms centrował formę */
}

/* 2) Zdejmij ograniczenia rozmiarów pól WPForms */
.consulting-form .wpforms-field-medium,
.consulting-form .wpforms-field-large,
.consulting-form .wpforms-field-small{
  max-width:100% !important;
  width:100% !important;
}

/* 3) Same kontrolki na 100% kolumny */
.consulting-form .wpforms-field input,
.consulting-form .wpforms-field select,
.consulting-form .wpforms-field textarea{
  width:100% !important;
  box-sizing:border-box;
}

/* tylko w tej sekcji – dostosuj .consulting-form do swojej otoczki */
.consulting-form .wpforms-field-medium.wpforms-field-required.wpforms-valid{
  width: 100% !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  background-color: #f9f9f9 !important;
  transition: border-color 0.3s ease !important;
}

























/* Formularz konsultacji – 1 kolumna na mobile */
@media (max-width: 768px) {
  /* główny kontener z dwiema kolumnami */
  .consulting-section .consulting-main {
    display: flex;
    flex-direction: column;      /* jedna kolumna pod drugą */
    gap: 20px;
  }

  /* lewa i prawa kolumna: pełna szerokość */
  .consulting-section .consulting-left,
  .consulting-section .consulting-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    min-width: 0;                /* zapobiega „ściskaniu” przez flex */
  }

  /* sam box formularza */
  .consulting-form,
  .consulting-form .wpforms-container,
  .consulting-form .wpforms-form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  /* pola formularza – pełna szerokość w wierszu */
  .consulting-form .wpforms-field,
  .consulting-form input[type="text"],
  .consulting-form input[type="email"],
  .consulting-form input[type="url"],
  .consulting-form select,
  .consulting-form textarea {
    width: 100% !important;
  }

  /* jeżeli Elementor nadaje 50% szerokości wewnętrznym kontenerom,
     zbij to również (asekuracyjnie) */
  .consulting-section .elementor-container,
  .consulting-section .e-con { 
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  /* usuń ewentualne lewe/prawe paddingi, które „zwężają” na mobile */
  .consulting-section .e-con.e-con-boxed > .e-con-inner {
    padding-left: 0;
    padding-right: 0;
  }
}



















:root{
  --bg:#f7f7fb;
  --card:#ffffff;
  --text:#14161a;
  --muted:#5c6670;
  --brand:#6c4af2;         /* fiolet zbliżony do brandu */
  --brand-weak:#efeaff;
  --ok:#10b981;
  --border:#e9e9ef;
  --radius:18px;
  --shadow:0 10px 30px rgba(20,22,26,.08);
}

*{box-sizing:border-box}
.confirm-body{
  margin:0;background:var(--bg);color:var(--text);
  font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.confirm-wrap{
  min-height:100dvh;display:flex;flex-direction:column;
  width:min(900px,100%);margin-inline:auto;
  padding:28px;
}
.confirm-head{
  display:flex;gap:14px;align-items:center;
  background:linear-gradient(180deg,var(--brand-weak),#fff 80%);
  border:1px solid var(--border);border-bottom:0;border-radius:var(--radius) var(--radius) 0 0;
  padding:26px 24px 16px;
}
.confirm-check{
  width:44px;height:44px;border-radius:12px;background:var(--ok);
  display:grid;place-items:center;flex:0 0 44px;
  box-shadow:0 6px 18px rgba(16,185,129,.25);color:#fff;
}
.confirm-check svg{width:26px;height:26px}
#confirm-title{font-size:clamp(20px,2.3vw,30px);margin:0}
.confirm-lead{margin:.25rem 0 0;color:var(--muted)}

.confirm-grid{
  background:var(--card);border:1px solid var(--border);
  border-top:0;border-radius:0 0 var(--radius) var(--radius);
  box-shadow:var(--shadow);
  padding:22px;
  display:grid;gap:16px;grid-template-columns:1fr 1fr;
}
.confirm-box{
  border:1px dashed var(--border);border-radius:14px;
  padding:16px;background:#fff;
}
.confirm-box h2{font-size:18px;margin:10px 0}
.confirm-pill{
  display:inline-block;padding:6px 10px;border-radius:999px;
  background:var(--brand-weak);color:var(--brand);font-weight:700;
  font-size:12px;letter-spacing:.2px
}
.confirm-eta{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.chip{
  border:1px solid var(--border);padding:6px 10px;border-radius:999px;
  font-size:12px;color:var(--muted);background:#fff
}

.confirm-foot{
  margin-top:18px;display:flex;flex-direction:column;gap:12px;
  align-items:flex-start;
}
.hint{color:var(--muted);margin:0}
.actions{display:flex;gap:10px;flex-wrap:wrap}
.btn{
  appearance:none;border:0;cursor:pointer;text-decoration:none;
  padding:10px 14px;border-radius:12px;font-weight:700;
  display:inline-flex;align-items:center;gap:8px
}
.btn-primary{background:var(--brand);color:#fff}
.btn-ghost{background:#fff;border:1px solid var(--border);color:var(--text)}
.btn:hover{filter:brightness(.97)}
.small{font-size:13px;color:var(--muted);margin:0}

/* Responsywność */
@media (max-width: 760px){
  .confirm-wrap{padding:20px}
  .confirm-head{padding:20px 16px 12px}
  .confirm-grid{grid-template-columns:1fr;padding:16px}
}

















:root{
  --primary:#5511F8;
  --black:#0A0A0A;
  --white:#FFFFFF;
  --muted:#F5F5F7;
  --border:#EAEAEA;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  color:var(--black);
  background:var(--white);
  line-height:1.6;
}

/* Containers */
.container{
  width:min(1200px, 92vw);
  margin-inline:auto;
  padding-inline: clamp(12px, 2vw, 20px);
}

.section-wide{
  width:min(1200px, 90vw);
  margin: clamp(24px,5vw,56px) auto;
}

/* HERO */
.hero{
  padding: clamp(32px, 6vw, 80px) 0 clamp(24px, 4vw, 48px);
  background:
    radial-gradient(1200px 400px at 10% -10%, rgba(85,17,248,0.06), transparent 60%),
    radial-gradient(1000px 500px at 110% 10%, rgba(85,17,248,0.06), transparent 60%);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(20px, 4vw, 48px);
  align-items:center;
}
.hero-left h1{
  margin:0 0 12px 0;
  font-size: clamp(32px, 5.5vw, 56px);
  letter-spacing:-.02em;
}
.lead{
  font-size: clamp(16px, 1.4vw, 20px);
  opacity:.9;
  margin: 8px 0 16px;
  max-width: 60ch;
}
.bullets{
  margin: 12px 0 20px;
  padding-left: 18px;
}
.bullets li{margin:6px 0}

/* Cards right */
.market-cards{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 2.4vw, 20px);
}
.card{
  border:1px solid var(--border);
  border-radius:16px;
  padding: clamp(14px, 2vw, 18px);
  background: var(--white);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover{
  transform: translateY(-2px);
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.card h3{
  margin:.2rem 0 .4rem;
  font-size: clamp(16px, 1.2vw, 18px);
}
.card p{margin:0; opacity:.9}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 18px;
  border-radius:12px;
  border:1px solid transparent;
  text-decoration:none;
  font-weight:600;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .08s ease;
}
.btn:active{ transform: translateY(1px) }
.btn-primary{
  background:var(--primary);
  color:var(--white);
}
.btn-primary:hover{ filter:brightness(1.05) }
.btn-ghost{
  background:transparent; color:var(--black);
  border-color: var(--border);
}
.btn-ghost:hover{ border-color: var(--black) }

.cta-row{ display:flex; gap:12px; flex-wrap:wrap; }

/* Content + sidebar */
.content-and-sidebar{
  display:grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: clamp(20px, 4vw, 40px);
  align-items:start;
}

.content h2{
  margin: 0 0 8px 0;
  font-size: clamp(22px, 2.6vw, 32px);
}
.content h3{
  margin: 20px 0 6px 0;
  font-size: clamp(18px, 2vw, 22px);
}
.content p{ margin: 10px 0; max-width: 75ch; }
.content ul{ padding-left: 18px; margin: 8px 0 16px; }
.content li{ margin: 6px 0; }

.callout{
  margin: 18px 0;
  padding: 14px 16px;
  background: var(--muted);
  border:1px dashed var(--border);
  border-radius:14px;
}

.checklist li{
  list-style: none;
  position: relative;
  padding-left: 26px;
}
.checklist li::before{
  content:"";
  position:absolute; left:0; top:.45em;
  width:14px; height:14px; border-radius:4px;
  border:2px solid var(--primary);
}

.grid-2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  margin: 14px 0 8px;
}
.box{
  border:1px solid var(--border);
  border-radius:14px;
  padding: 14px 16px;
  background: var(--white);
}

.cta-bar{
  display:flex; gap:10px; justify-content:flex-start;
  margin-top: 8px;
}

/* Sidebar wrapper ONLY (nie stylujemy .audytor-kontener ani wnętrza) */
.sidebar{
  position: relative; /* pozwala Twojemu sticky działać niezależnie */
}



/* Responsive */
@media (max-width: 1000px){
  .hero-grid{
    grid-template-columns: 1fr;
  }
  .market-cards{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px){
  .content-and-sidebar{
    grid-template-columns: 1fr;
  }
  .sidebar{ order: 2; }
}
@media (max-width: 560px){
  .market-cards{ grid-template-columns: 1fr; }
  .cta-row{ gap:8px }
}








