/*
Theme Name: Akademia Nowy Start
Theme URI: https://www.akademianowystart.pl
Author: Akademia Nowy Start
Author URI: https://www.akademianowystart.pl
Description: Własny motyw Akademii Nowy Start — zastępuje Kubio. Kolory, typografia i komponenty zgodne z makietą strony głównej i strony O nas.
Version: 2.5
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ans
*/

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #FFFBF9;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #4F4A4A;
}

a { text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

body { overflow-x: hidden; }

.ans-wrap { width: 100%; background: #FFFBF9; }

/* ---------- typografia ---------- */
h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; font-weight: 700; color: #4F4A4A; margin: 0; }
.eyebrow {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C93C45;
  margin-bottom: 14px;
}

/* ---------- nav ---------- */
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: #4F4A4A; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14.5px; }
.nav-links a:hover { color: #C93C45; }
.nav-links li.current-menu-item > a,
.nav-links a.is-current,
.mobile-nav a.is-current { color: #C93C45; border-bottom: 2px solid #C93C45; padding-bottom: 4px; }
.nav-header-inner { max-width: 1160px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; color: #4F4A4A; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-menu-btn { display: none; }
.nav-search-btn { display: flex; }
@media (max-width: 980px) {
  .nav-search-btn { width: 34px !important; height: 34px !important; }
}
.mobile-nav { display: none; flex-direction: column; gap: 2px; background: #fff; border-top: 1px solid #E8CBCD; padding: 10px 24px 18px; }
.mobile-nav.is-open { display: flex; }
.mobile-nav a { color: #4F4A4A; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 15px; padding: 11px 0; border-bottom: 1px solid #F6DCDD; }
.mobile-nav a:last-child { border-bottom: none; }

/* wyszukiwarka w nagłówku */
.ans-search-form { display: none; align-items: center; gap: 8px; max-width: 1160px; margin: 0 auto; padding: 0 24px 16px; }
.ans-search-form.is-open { display: flex; }
.ans-search-form input[type="search"] { flex: 1; padding: 10px 16px; border-radius: 30px; border: 1px solid #E8CBCD; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #4F4A4A; background: #FBF3F1; }
.ans-search-form button { background: #C93C45; color: #fff; border: none; border-radius: 30px; padding: 10px 18px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13.5px; }

/* ---------- przyciski ---------- */
.btn-primary { background: #C93C45; color: #fff !important; font-family: 'Poppins', sans-serif; font-weight: 600; border-radius: 30px; display: inline-block; transition: background .15s ease; border: none; }
.btn-primary:hover { background: #B32E37; }
.btn-ghost { border: 1.5px solid #C93C45; color: #C93C45 !important; font-family: 'Poppins', sans-serif; font-weight: 600; border-radius: 30px; display: inline-block; transition: all .15s ease; background: none; }
.btn-ghost:hover { background: #C93C45; color: #fff !important; }
.btn-white { background: #fff; color: #C93C45 !important; font-family: 'Poppins', sans-serif; font-weight: 700; border-radius: 30px; display: inline-block; transition: opacity .15s ease; }
.btn-white:hover { opacity: .88; }
.btn-outline-white { border: 1.5px solid #fff; color: #fff !important; font-family: 'Poppins', sans-serif; font-weight: 600; border-radius: 30px; padding: 15px 30px; font-size: 16px; display: inline-block; }

.card-hover { transition: transform .18s ease, box-shadow .18s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(79,74,74,0.12); }
.link-arrow { color: #C93C45 !important; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.link-arrow svg { transition: transform .15s ease; }
.link-arrow:hover svg { transform: translateX(3px); }
.footer-link { color: #D6C9C9 !important; font-family: 'Montserrat', sans-serif; font-size: 14px; transition: color .15s ease; }
.footer-link:hover { color: #E2626B !important; }

/* ---------- gridy / layout ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.sec-pad { padding: 88px 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.feature-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; }
.expert-row { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: center; }
.expert-row.reverse { grid-template-columns: 1.2fr 0.8fr; }
.expert-row.reverse .expert-photo { order: 2; }
.expert-row.reverse .expert-bio { order: 1; }

/* ---------- karuzela ---------- */
.ans-carousel { position: relative; border-radius: 20px; overflow: hidden; height: 420px; }
.ans-carousel-slide { display: none; flex-direction: column; justify-content: flex-end; width: 100%; height: 100%; position: relative; }
.ans-carousel-slide.is-active { display: flex; }
.ans-carousel-slide-card { margin: 0 24px 24px; background: #fff; border-radius: 16px; padding: 26px 28px; max-width: 480px; box-shadow: 0 16px 36px rgba(79,74,74,0.16); }
.carousel-arrow { background: rgba(255,255,255,0.92); border: none; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #4F4A4A; box-shadow: 0 4px 12px rgba(79,74,74,0.18); position: absolute; top: 44%; transform: translateY(-50%); }
.carousel-arrow:hover { color: #C93C45; }
.carousel-arrow.prev { left: 16px; }
.carousel-arrow.next { right: 16px; }
.carousel-dots { position: absolute; top: 20px; right: 20px; display: flex; gap: 6px; }
.carousel-dot { width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.85); cursor: pointer; padding: 0; background: #E8CBCD; }
.carousel-dot.is-active { background: #C93C45; }

/* ---------- treść stron/wpisów (page.php, single.php) ---------- */
.ans-entry-content { font-family: 'Montserrat', sans-serif; font-size: 17px; line-height: 1.75; color: #4F4A4A; max-width: 760px; margin: 0 auto; }
.ans-entry-content h2 { font-size: clamp(22px,2.8vw,28px); margin: 40px 0 18px; line-height: 1.3; }
.ans-entry-content h3 { font-size: 20px; margin: 32px 0 14px; }
.ans-entry-content p { margin: 0 0 20px; }
.ans-entry-content ul, .ans-entry-content ol { margin: 0 0 20px; padding-left: 22px; }
.ans-entry-content li { margin-bottom: 8px; }
.ans-entry-content a { color: #C93C45; text-decoration: underline; }
.ans-entry-content img { border-radius: 16px; margin: 24px 0; }
.ans-entry-content blockquote { border-left: 3px solid #C93C45; margin: 24px 0; padding: 4px 0 4px 20px; font-style: italic; color: #6b5f5e; }
.ans-page-hero { background: #FBF3F1; padding: 64px 24px 48px; text-align: center; }
.ans-page-hero h1 { font-size: clamp(28px,3.6vw,42px); line-height: 1.2; max-width: 760px; margin: 0 auto; }
.ans-meta { font-family: 'Montserrat', sans-serif; font-size: 13px; color: #a3908f; margin: 0 0 26px; text-align: center; }

/* ---------- karty bloga (home.php / archive.php / front-page.php) ---------- */
.blog-card { background: #fff; border: 1px solid #E8CBCD; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.blog-card-cover { height: 150px; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; }
.blog-card-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.blog-tag { display: inline-block; background: #F6DCDD; color: #C93C45; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 11px; padding: 5px 11px; border-radius: 20px; align-self: flex-start; }
.blog-card h3 { font-weight: 600; font-size: 16.5px; line-height: 1.35; }
.ans-pagination { display: flex; gap: 8px; justify-content: center; margin: 48px 0 0; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; }
.ans-pagination a, .ans-pagination span { display: flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; border-radius: 30px; color: #4F4A4A; }
.ans-pagination .current { background: #C93C45; color: #fff; }
.ans-pagination a:hover { background: #F6DCDD; }

/* ---------- responsywność ---------- */
@media (max-width: 980px) {
  .nav-links { display: none !important; }
  .mobile-menu-btn { display: flex !important; }
  .hero-grid { grid-template-columns: 1fr !important; gap: 48px !important; }
  .grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
  .products-grid { grid-template-columns: 1fr !important; }
  .products-intro { position: static !important; }
  .feature-grid { grid-template-columns: 1fr !important; }
  .expert-row, .expert-row.reverse { grid-template-columns: 1fr !important; }
  .expert-row.reverse .expert-photo, .expert-row.reverse .expert-bio { order: initial !important; }
}
@media (max-width: 720px) {
  .grid-2 { grid-template-columns: 1fr !important; }
  .grid-3 { grid-template-columns: 1fr !important; }
  .sec-pad { padding: 64px 20px !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
  .nav-header-inner { padding: 12px 14px !important; gap: 8px !important; }
  .brand-name { font-size: 13.5px !important; max-width: 108px !important; }
  .nav-cta { padding: 8px 12px !important; font-size: 11.5px !important; }
  .mobile-menu-btn { width: 32px !important; height: 32px !important; }
}

/* ---------- oferta / cennik: karty usług i pakietów (standardowe bloki Gutenberga) ---------- */
.ans-lead { font-size: 18px; line-height: 1.7; text-align: center; max-width: 680px; margin: 0 auto 8px; }
.ans-lead strong { color: #C93C45; }

.ans-break { width: 100vw; position: relative; left: 50%; transform: translateX(-50%); padding: 0 24px; }
.ans-break-inner { max-width: 1160px; margin: 0 auto; }

.ans-service-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 10px rgba(79,74,74,0.08); padding: 26px; border-left: 4px solid #C93C45; }
.ans-service-card h3 { color: #C93C45; font-size: 18px; margin: 0 0 10px; }
.ans-card-desc { font-size: 14px; color: #766b6a; margin: 0 0 14px; }

.ans-check-list { list-style: none; margin: 0 0 16px; padding: 12px 0; border-top: 1px solid #F6DCDD; border-bottom: 1px solid #F6DCDD; }
.ans-check-list li { font-size: 13px; color: #6b5f5e; margin: 0 0 8px; padding-left: 20px; position: relative; line-height: 1.45; }
.ans-check-list li:last-child { margin-bottom: 0; }
.ans-check-list li::before { content: "✓"; position: absolute; left: 0; color: #C93C45; font-weight: 700; }

.ans-price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 22px; color: #2967B0; margin: 0 0 10px; }

.ans-package-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 14px rgba(79,74,74,0.1); overflow: hidden; position: relative; display: flex; flex-direction: column; }
.ans-package-featured { border: 3px solid #C93C45; }
.ans-package-featured::before { content: "NAJCZĘŚCIEJ WYBIERANY"; position: absolute; top: 0; right: 0; background: #C93C45; color: #fff; font-size: 10.5px; font-weight: 700; padding: 6px 12px; font-family: 'Poppins', sans-serif; letter-spacing: .04em; z-index: 1; }
.ans-package-header { padding: 24px 22px 16px; background: linear-gradient(135deg,#f5f5f5 0%,#fafafa 100%); }
.ans-package-header h3 { font-size: 19px; margin: 0 0 4px; }
.ans-package-subtitle { display: block; font-size: 12.5px; color: #a3908f; font-weight: 400; margin: 0; }
.ans-package-body { padding: 20px 22px 4px; flex-grow: 1; }
.ans-package-body ul { list-style: none; margin: 0; padding: 0; }
.ans-package-body li { font-size: 13.5px; color: #6b5f5e; margin: 0 0 10px; padding-left: 20px; position: relative; }
.ans-package-body li::before { content: "✓"; position: absolute; left: 0; color: #476D40; font-weight: 700; }
.ans-package-pricing { padding: 14px 22px 0; margin: 0 !important; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.ans-old-price { text-decoration: line-through; color: #a3908f; font-size: 13px; }
.ans-new-price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 22px; color: #2967B0; }
.ans-savings { font-size: 12px; color: #C93C45; font-weight: 600; margin-left: auto; }
.ans-package-btn-wrap { padding: 16px 22px 22px; margin: 0 !important; }
.ans-btn-block { width: 100%; margin: 0 !important; }
.ans-btn-block > .wp-block-button__link { display: block; text-align: center; }

.wp-block-button.btn-primary > .wp-block-button__link { background: #C93C45; color: #fff !important; font-family: 'Poppins', sans-serif; font-weight: 600; border-radius: 30px; padding: 14px 28px; }
.wp-block-button.btn-primary > .wp-block-button__link:hover { background: #B32E37; }

.ans-program-band { background: linear-gradient(135deg,#476D40 0%,#2c5a1f 100%); color: #fff; padding: 56px 32px; border-radius: 16px; text-align: center; }
.ans-program-band h3 { color: #fff; font-size: 28px; margin: 0 0 16px; }
.ans-tag { display: inline-block; background: rgba(255,255,255,0.18); padding: 7px 16px; border-radius: 20px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .04em; margin-bottom: 18px; }
.ans-program-band p { color: rgba(255,255,255,0.95); }
.ans-program-price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 42px; margin: 6px 0 8px; }
.ans-price-info { font-size: 13.5px; color: rgba(255,255,255,0.85); margin-bottom: 24px !important; }
.ans-program-band .wp-block-buttons { justify-content: center; }
.wp-block-button.btn-white > .wp-block-button__link { background: #fff; color: #C93C45 !important; font-family: 'Poppins', sans-serif; font-weight: 700; border-radius: 30px; padding: 14px 28px; }
.wp-block-button.btn-white > .wp-block-button__link:hover { opacity: .88; }

.ans-cta-band { background: #FBF3F1; padding: 52px 32px; border-radius: 16px; text-align: center; }
.ans-cta-band h2 { margin: 0 0 14px; }
.ans-cta-band p { max-width: 520px; margin: 0 auto 26px; }
.ans-cta-band .wp-block-buttons { justify-content: center; }

.ans-compare-table { background: #fff; border: 1px solid #F0E2E0; border-radius: 16px; padding: 8px 28px; box-shadow: 0 2px 10px rgba(79,74,74,0.06); }
.ans-compare-table table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.ans-compare-table th, .ans-compare-table td { padding: 14px; border-bottom: 1px solid #F0E2E0; text-align: left; }
.ans-compare-table thead th { border-bottom: 2px solid #F0D9D4; }
.ans-compare-table tbody tr:last-child td { border-bottom: none; }
.ans-compare-table tbody tr:hover { background: #FCF5F1; }
.ans-compare-table th { font-family: 'Poppins', sans-serif; font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; color: #a3908f; }
.ans-compare-table td:last-child, .ans-compare-table th:last-child { text-align: right; }
.ans-compare-table td:last-child { color: #C93C45; font-weight: 700; font-family: 'Poppins', sans-serif; }
.ans-compare-table th:last-child { color: #a3908f; }

@media (max-width: 720px) {
  .ans-program-band { padding: 40px 22px; }
  .ans-program-price { font-size: 32px; }
}

/* ---------- wypalenie – pakiety: landing page o wypaleniu zawodowym (standardowe bloki Gutenberga) ---------- */
.ans-hero-band { background: linear-gradient(145deg, #A92F37 0%, #C93C45 55%, #D76068 100%); padding: 90px 24px; border-radius: 20px; text-align: left; } .ans-hero-band .wp-block-group__inner-container { max-width: 960px; margin: 0 auto; position: relative; z-index: 1; } .ans-hero-badge { display: inline-flex; align-items: center; background: none; border: none; color: #FBE4DE; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; padding: 0; border-radius: 0; margin-bottom: 24px; opacity: .92; } .ans-hero-badge::before { content: ""; width: 26px; height: 2px; background: #EFA4A4; border-radius: 2px; margin-right: .5rem; display: inline-block; } .ans-hero-band h1 { color: #fff; font-size: clamp(28px,5vw,44px); font-weight: 800; margin: 0 0 20px; letter-spacing: -.01em; } .ans-hero-band h1 em { font-style: italic; font-weight: 300; color: #F8DCDD; } .ans-hero-band .ans-hero-sub { color: rgba(255,255,255,.9); max-width: 520px; margin: 0 0 32px; font-size: 17px; line-height: 1.7; } .ans-hero-band .wp-block-buttons { justify-content: flex-start; } .ans-hero-note { display: block; margin-top: 14px; color: rgba(255,255,255,.7); font-size: 13px; }

.ans-section-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #C93C45; margin: 0 0 12px !important; }
.ans-section-lead { color: #7a7474; max-width: 620px; }

.ans-recognition-band { background: #FBF3F1; padding: 56px 32px; border-radius: 16px; }
.ans-check-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; margin: 32px 0; }
.ans-check-item { background: #fff; border: 1.5px solid #f2c8c9; border-radius: 14px; padding: 18px 20px; display: flex; gap: 12px; align-items: flex-start; }
.ans-check-icon { flex-shrink: 0; font-size: 18px; }
.ans-check-text { font-size: 14.5px; line-height: 1.55; color: #4F4A4A; margin: 0 !important; }
.ans-quote-band { background: linear-gradient(135deg, #C93C45 0%, #A92F37 100%); color: #fff; border-radius: 18px; padding: 32px 36px; font-size: 16px; line-height: 1.75; font-style: italic; font-weight: 300; }
.ans-quote-band strong { font-style: normal; font-weight: 600; color: #F8DCDD; }

.ans-burnout-item { border-top: 3px solid #C93C45; padding-top: 16px; }
.ans-burnout-item h4 { font-size: 15.5px; font-weight: 700; margin: 0 0 8px; color: #4F4A4A; }
.ans-burnout-item p { font-size: 13.5px; color: #7a7474; line-height: 1.6; margin: 0 !important; }

.ans-offer-path-label { text-align: center; color: #aaa; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; margin: 8px 0 24px !important; }
.ans-offer-path-label span { display: inline-block; background: #F8DCDD; color: #C93C45; padding: 4px 16px; border-radius: 100px; font-weight: 600; }
.ans-offer-ladder { max-width: 720px; margin: 0 auto; }
.ans-offer-connector { text-align: center; padding: 10px 0; }
.ans-offer-connector span { display: inline-block; background: #FBF3F1; color: #D76068; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; border: 1px solid #f2c8c9; }
.ans-offer-card { background: #fff; border-radius: 18px; padding: 30px 32px; border: 2px solid #f2c8c9; position: relative; margin-bottom: 4px; }
.ans-offer-featured { border-color: #C93C45; }
.ans-offer-badge { display: inline-block; background: #C93C45; color: #fff; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 16px; border-radius: 100px; margin-bottom: 14px; }
.ans-offer-top { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
.ans-offer-tag { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #C93C45; margin: 0 0 6px !important; }
.ans-offer-card h3 { font-size: 19px; margin: 0; }
.ans-offer-price-box { text-align: right; flex-shrink: 0; }
.ans-offer-price { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 800; color: #C93C45; line-height: 1; }
.ans-offer-price-note { font-size: 12px; color: #aaa; margin-top: 2px; }
.ans-offer-desc { font-size: 14.5px; color: #7a7474; line-height: 1.7; }
.ans-offer-card ul { list-style: none; margin: 0 0 16px !important; padding: 0 !important; }
.ans-offer-card ul li { font-size: 13.5px; color: #4F4A4A; margin-bottom: 8px; padding-left: 18px; position: relative; line-height: 1.5; }
.ans-offer-card ul li::before { content: "✦"; color: #D76068; font-size: 11px; position: absolute; left: 0; top: 3px; }
.ans-offer-meta { display: flex; gap: 16px; flex-wrap: wrap; margin: 0 0 16px !important; font-size: 13px; color: #999; }
.ans-offer-extra { background: #F8DCDD; border-radius: 12px; padding: 16px 20px; display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.ans-offer-extra h4 { font-size: 14px; font-weight: 700; margin: 0 0 6px; color: #4F4A4A; }
.ans-offer-extra p { font-size: 13px; color: #7a7474; line-height: 1.55; margin: 0 !important; }
.wp-block-button.ans-offer-btn > .wp-block-button__link { background: #C93C45; color: #fff !important; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 14px; padding: 12px 26px; border-radius: 100px; }
.wp-block-button.ans-offer-btn > .wp-block-button__link:hover { background: #A92F37; }

.ans-process-band { background: linear-gradient(135deg, #A92F37 0%, #C93C45 100%); padding: 60px 32px; border-radius: 18px; }
.ans-process-band h2, .ans-process-band .ans-section-label { color: #fff; text-align: center; }
.ans-process-band .ans-section-label { color: rgba(255,255,255,.75); }
.ans-process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; margin-top: 36px; text-align: center; }
.ans-process-num { font-family: 'Poppins', sans-serif; font-size: 34px; font-weight: 800; color: rgba(255,255,255,.25); line-height: 1; margin-bottom: 8px; }
.ans-process-step h4 { font-size: 14.5px; font-weight: 600; color: #fff; margin: 0 0 6px; }
.ans-process-step p { font-size: 12.5px; color: rgba(255,255,255,.7); line-height: 1.55; margin: 0 !important; }

.ans-kalkulator-band { background: linear-gradient(135deg, #4F4A4A 0%, #2e2a2a 100%); padding: 56px 32px; border-radius: 18px; text-align: center; }
.ans-kalkulator-band .ans-section-label { color: #D76068; text-align: center; }
.ans-kalkulator-band h2 { color: #fff; margin: 0 0 14px; }
.ans-kalkulator-band h2 span { color: #F8DCDD; }
.ans-kalkulator-band p { color: rgba(255,255,255,.75); max-width: 520px; margin: 0 auto 20px; }
.ans-kalk-checks { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 22px !important; color: rgba(255,255,255,.7); font-size: 13.5px; }
.ans-kalkulator-band .wp-block-buttons { justify-content: center; }
.ans-kalk-link { color: rgba(255,255,255,.5) !important; font-size: 12px; }

.ans-expert-card { background: #FBF3F1; border-radius: 18px; padding: 30px 28px; border: 1.5px solid #f2c8c9; max-width: 460px; margin: 32px auto 0; }
.ans-entry-content img.ans-expert-avatar { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin: 0 0 16px; }
.ans-expert-name { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #4F4A4A; margin: 0 0 4px; }
.ans-expert-role { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: #C93C45; margin: 0 0 14px !important; }
.ans-expert-bio { font-size: 14px; color: #7a7474; line-height: 1.7; margin: 0 !important; }

@media (max-width: 720px) {
  .ans-hero-band, .ans-process-band, .ans-kalkulator-band, .ans-recognition-band { padding: 48px 22px; }
  .ans-offer-top { flex-direction: column; }
  .ans-offer-price-box { text-align: left; }
}

/* ---------- materiały: katalog materiałów do pobrania (standardowe bloki Gutenberga) ---------- */
.ans-mat-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; box-sizing: border-box; }

/* ---------- HERO ---------- */
.ans-mat-hero {
  position: relative;
  width: 100%;
  background:
    radial-gradient(120% 140% at 85% -10%, rgba(215,109,104,.55) 0%, rgba(215,109,104,0) 55%),
    linear-gradient(160deg,#A92F37 0%,#C93C45 60%,#B7333C 100%);
  color: #FFF3EF;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(3.5rem,7vw,6rem) 0;
}
.ans-mat-hero .ans-mat-wrap { position: relative; z-index: 1; max-width: 960px; }
.ans-mat-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: #FBE4DE; opacity: .92; margin: 0 0 1.1rem !important;
}
.ans-mat-eyebrow::before { content: ""; width: 26px; height: 2px; background: #EFA4A4; border-radius: 2px; margin-right: .5rem; display: inline-block; }
.ans-mat-hero h1 {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: clamp(2.2rem,5.2vw,4rem); line-height: 1.04; letter-spacing: -.015em;
  margin: 0 0 1.2rem; color: #FFF6F2;
}
.ans-mark { position: relative; white-space: nowrap; }
.ans-mark svg { position: absolute; left: -2%; bottom: -.28em; width: 104%; height: .5em; overflow: visible; pointer-events: none; }
.ans-mark path { fill: none; stroke: #EFA4A4; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 640; stroke-dashoffset: 640; animation: ans-mat-draw 1.1s .35s cubic-bezier(.6,.1,.2,1) forwards; }
@keyframes ans-mat-draw { to { stroke-dashoffset: 0; } }
.ans-mat-hero > .ans-mat-wrap > p { font-size: clamp(1.05rem,1.7vw,1.3rem); line-height: 1.6; max-width: 640px; margin: 0 0 2rem !important; color: #FCE7E1; font-weight: 400; }
.ans-mat-stats { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; }
.ans-mat-chip {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,246,242,.14); border: 1px solid rgba(255,246,242,.28);
  color: #FFF3EF; font-weight: 600; font-size: .9rem;
  padding: .5rem .95rem !important; border-radius: 999px; backdrop-filter: blur(2px);
  margin: 0 !important; width: fit-content;
}
.ans-mat-chip b { color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; }

/* ---------- KATALOG / FILTRY ---------- */
.ans-mat-catalog { padding: clamp(3rem,6vw,5rem) 0 clamp(3.5rem,7vw,5.5rem); background: #FCF5F1; border-radius: 20px; }
.ans-mat-catalog-head { text-align: center; margin-bottom: 2rem; }
.ans-mat-catalog-head h2 { font-family: 'Poppins', sans-serif; font-weight: 700; letter-spacing: -.01em; font-size: clamp(1.5rem,3vw,2.1rem); line-height: 1.1; margin: 0; color: #A92F37; }
.ans-mat-catalog-head p { margin: .6rem auto 0 !important; color: #6E5350; font-size: 1rem; max-width: 46ch; }
.ans-mat-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin-bottom: 2.25rem; }
.ans-mat-filter {
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .92rem;
  color: #A92F37; background: #fff; border: 1.5px solid #EFD9D2;
  padding: .55rem 1.05rem; border-radius: 999px; cursor: pointer;
  transition: background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.ans-mat-filter:hover { border-color: #D76D68; transform: translateY(-1px); }
.ans-mat-filter.is-active { background: #C93C45; border-color: #C93C45; color: #fff; }
.ans-mat-filter:focus-visible { outline: 3px solid #D76D68; outline-offset: 2px; }

/* ---------- SIATKA KART ---------- */
.ans-mat-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(305px,1fr)); }
.ans-mat-card {
  display: flex; flex-direction: column;
  background: #FFFFFF; border: 1px solid #EFD9D2;
  border-radius: 18px; padding: 1.5rem 1.5rem 1.4rem;
  box-shadow: 0 1px 0 rgba(169,47,55,.04);
  transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ans-mat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -22px rgba(169,47,55,.45); border-color: #EFA4A4; }
.ans-mat-card.is-free { background: linear-gradient(180deg,#FFF8F5 0%,#FFFFFF 42%); }
.ans-mat-card-media { margin: -1.5rem -1.5rem 1.1rem !important; border-radius: 18px 18px 0 0; overflow: hidden; background: #F5DCD0; }
.ans-mat-card-media img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; border-radius: 0 !important; margin: 0 !important; }
.ans-mat-card-top { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: 1rem !important; }
.ans-mat-tag {
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .72rem; letter-spacing: .06em;
  text-transform: uppercase; color: #A92F37;
  background: #FBEAE4; border: 1px solid #F4D6CE;
  padding: .32rem .62rem !important; border-radius: 8px; white-space: nowrap; margin: 0 !important; width: fit-content;
}
.ans-mat-card[data-cat="linkedin"] .ans-mat-tag { color: #1F5698; background: #E7F0FA; border-color: #CBDFF3; }
.ans-mat-card[data-cat="wypalenie"] .ans-mat-tag { color: #A75E17; background: #FBEEDC; border-color: #F1D9B4; }
.ans-mat-price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: .95rem; color: #C93C45; white-space: nowrap; margin: 0 !important; width: fit-content; }
.ans-mat-price.free { color: #fff; background: #D76D68; padding: .3rem .65rem !important; border-radius: 8px; font-size: .82rem; letter-spacing: .02em; }
.ans-mat-card h3 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.22rem; line-height: 1.25; margin: 0 0 .6rem; color: #2C1918; letter-spacing: -.01em; }
.ans-mat-card > p { margin: 0 0 1.35rem !important; color: #6E5350; font-size: .94rem; line-height: 1.6; }
.ans-mat-actions { margin-top: auto !important; display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; }
.wp-block-button.ans-mat-btn > .wp-block-button__link {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .95rem;
  padding: .7rem 1.15rem; border-radius: 11px;
  background: #C93C45; color: #fff !important; box-shadow: 0 6px 16px -8px rgba(201,60,69,.7);
  transition: background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.wp-block-button.ans-mat-btn > .wp-block-button__link:hover { background: #A92F37; transform: translateY(-1px); }
.ans-mat-empty { display: none; text-align: center; color: #6E5350; padding: 2.5rem 0 !important; font-size: 1rem; }

/* ---------- ARTYKUŁY ---------- */
.ans-mat-articles { background: #F5DCD0; width: 100%; border-radius: 20px; padding: clamp(3rem,6vw,4.5rem) 0; }
.ans-mat-articles h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: clamp(1.5rem,3vw,2.1rem); color: #A92F37; margin: 0 0 .4rem; letter-spacing: -.01em; }
.ans-mat-lead { color: #7A544E; margin: 0 0 2rem !important; font-size: 1rem; }
.ans-mat-art-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); margin-bottom: 2.25rem; }
.ans-mat-art { background: #fff; border-radius: 16px; border: 1px solid #F0D3CB; transition: transform .2s ease,box-shadow .2s ease; overflow: hidden; padding: 0 !important; }
.ans-mat-art:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -22px rgba(169,47,55,.5); }
.ans-mat-art-link { display: block; text-decoration: none; color: #2C1918; padding: 1.5rem 1.6rem; }
.ans-mat-art-media { margin: -1.5rem -1.6rem 1.2rem !important; border-radius: 0; overflow: hidden; background: #FCF5F1; }
.ans-mat-art-media img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; border-radius: 0 !important; margin: 0 !important; }
.ans-mat-kicker { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: #D76D68; margin: 0 0 .55rem !important; }
.ans-mat-art h3 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.16rem; line-height: 1.35; margin: 0; color: #2C1918; }
.ans-mat-more { display: inline-flex; align-items: center; gap: .4rem; margin: 1rem 0 0 !important; color: #C93C45; font-weight: 600; font-size: .9rem; }
.ans-mat-art:hover .ans-mat-more { text-decoration: underline; }
.wp-block-button.ans-mat-allbtn > .wp-block-button__link {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1rem;
  background: #A92F37; color: #fff !important; padding: .85rem 1.5rem; border-radius: 12px;
  transition: background .18s ease,transform .18s ease;
}
.wp-block-button.ans-mat-allbtn > .wp-block-button__link:hover { background: #C93C45; transform: translateY(-1px); }

@media (max-width: 560px) {
  .ans-mat-wrap { padding: 0 18px; }
  .ans-mat-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .ans-mark path { stroke-dashoffset: 0; animation: none; }
}

/* ---------- grono kobiet: program 10 spotkań (standardowe bloki Gutenberga) ---------- */
.ans-gk-wrap { max-width: 900px; margin: 0 auto; padding: 0 24px; width: 100%; box-sizing: border-box; }

/* ---------- HERO ---------- */
.ans-gk-hero { background: linear-gradient(135deg, #A92F37 0%, #C93C45 55%, #D76D68 100%); padding: 90px 24px; border-radius: 20px; text-align: center; color: #fff; }
.ans-gk-hero .ans-gk-wrap { max-width: 720px; }
.ans-gk-hero h1 { color: #fff; font-size: clamp(2rem,5vw,3.2rem); font-weight: 800; margin: 0 0 20px; letter-spacing: -.01em; }
.ans-gk-subtitle { color: #fff; font-size: clamp(1.1rem,2vw,1.4rem); font-weight: 300; margin: 0 0 20px !important; }
.ans-gk-tagline { color: rgba(255,255,255,.88); font-size: 1.05rem; max-width: 560px; margin: 0 auto 8px !important; }
.ans-gk-hero .wp-block-buttons { justify-content: center; }
.wp-block-button.ans-gk-cta-btn > .wp-block-button__link {
  display: inline-block; background: #fff; color: #C93C45 !important;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem;
  padding: 14px 40px; border-radius: 100px; border: 2px solid #fff;
  transition: all .25s ease;
}
.wp-block-button.ans-gk-cta-btn > .wp-block-button__link:hover { background: #D76D68; color: #fff !important; border-color: #D76D68; }

/* wspólne nagłówki sekcji */
.ans-gk-about h2, .ans-gk-forwhom h2, .ans-gk-structure h2, .ans-gk-benefits h2,
.ans-gk-details h2, .ans-gk-process h2, .ans-gk-faq h2, .ans-gk-cta h2 {
  text-align: center; color: #A92F37; font-size: clamp(1.6rem,3vw,2.2rem); margin: 0 0 36px;
}

/* ---------- O PROGRAMIE ---------- */
.ans-gk-about { background: #fff; padding: 70px 0; }
.ans-gk-about-grid { display: flex; flex-direction: column; gap: 20px; max-width: 760px; margin: 0 auto; }
.ans-gk-about-box { background: #FBF3F1; border-left: 5px solid #D76D68; padding: 26px 30px; border-radius: 4px 12px 12px 4px; }
.ans-gk-about-label { color: #A92F37; font-weight: 700; font-size: 1.05rem; margin: 0 0 8px !important; }
.ans-gk-about-box > p:last-child { margin: 0 !important; color: #6b5f5e; }

/* ---------- DLA KOGO ---------- */
.ans-gk-forwhom { background: linear-gradient(to right, rgba(215,109,104,.06), rgba(201,60,69,.06)); padding: 70px 0; }
.ans-gk-forwhom-list { max-width: 760px; margin: 0 auto; }
.ans-gk-forwhom-item { text-align: left; font-size: 1.05rem; line-height: 1.7; color: #4F4A4A; margin: 0 0 18px !important; }
.ans-gk-highlight { color: #C93C45; font-weight: 600; }

/* ---------- STRUKTURA ---------- */
.ans-gk-structure { background: #fff; padding: 70px 0; }
.ans-gk-sessions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 22px; }
.ans-gk-session-card { background: linear-gradient(135deg, #D76D68 0%, #C93C45 100%); color: #fff; padding: 34px 22px; border-radius: 14px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.ans-gk-session-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px -14px rgba(169,47,55,.5); }
.ans-gk-session-num { font-family: 'Poppins', sans-serif; font-size: 2.1rem; font-weight: 800; color: rgba(255,255,255,.55); margin: 0 0 8px !important; }
.ans-gk-session-card h4 { color: #fff; font-size: 1.05rem; margin: 0 0 10px; }
.ans-gk-session-card > p:last-child { color: rgba(255,255,255,.9); font-size: .92rem; margin: 0 !important; }

/* ---------- CO ZABIERASZ ---------- */
.ans-gk-benefits { background: #FBF3F1; padding: 70px 0; }
.ans-gk-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 34px; }
.ans-gk-benefit-item { text-align: center; }
.ans-gk-benefit-check { width: 54px; height: 54px; line-height: 54px; margin: 0 auto 16px; border-radius: 50%; background: linear-gradient(135deg, #D76D68, #C93C45); color: #fff; font-size: 1.6rem; font-weight: 700; }
.ans-gk-benefit-item h4 { color: #A92F37; font-size: 1.1rem; margin: 0 0 10px; }
.ans-gk-benefit-item > p:last-child { color: #6b5f5e; font-size: .95rem; margin: 0 !important; }

/* ---------- SZCZEGÓŁY ---------- */
.ans-gk-details { background: #fff; padding: 70px 0; }
.ans-gk-details-box { background: #FBF3F1; border: 2px solid #EFA4A4; border-radius: 14px; padding: 36px; max-width: 720px; margin: 0 auto; }
.ans-gk-detail-item { display: flex; align-items: flex-start; gap: 16px; font-size: 1rem; color: #4F4A4A; margin: 0 0 16px !important; }
.ans-gk-detail-item::before { content: ""; width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: #C93C45; flex-shrink: 0; }
.ans-gk-detail-item:last-child { margin-bottom: 0 !important; }
.ans-gk-detail-item strong { color: #A92F37; flex: 0 0 200px; }

/* ---------- JAK TO WYGLĄDA ---------- */
.ans-gk-process { background: linear-gradient(to bottom, rgba(215,109,104,.06), rgba(201,60,69,.06)); padding: 70px 0; }
.ans-gk-process-steps { max-width: 700px; margin: 0 auto; }
.ans-gk-step { display: flex; gap: 24px; margin-bottom: 36px; align-items: flex-start; }
.ans-gk-step:last-child { margin-bottom: 0; }
.ans-gk-step-num { flex-shrink: 0; width: 56px; height: 56px; line-height: 56px; text-align: center; border-radius: 50%; background: linear-gradient(135deg, #D76D68, #C93C45); color: #fff; font-family: 'Poppins', sans-serif; font-size: 1.4rem; font-weight: 700; margin: 0 !important; }
.ans-gk-step-content h4 { color: #A92F37; font-size: 1.1rem; margin: 0 0 8px; }
.ans-gk-step-content p { color: #6b5f5e; margin: 0 !important; }

/* ---------- FAQ ---------- */
.ans-gk-faq { background: #fff; padding: 70px 0; }
.ans-gk-faq-list { max-width: 720px; margin: 0 auto; }
.ans-gk-faq-item { border-bottom: 1px solid #EFD9D2; padding: 22px 0; }
.ans-gk-faq-item:first-child { padding-top: 0; }
.ans-gk-faq-item:last-child { border-bottom: none; }
.ans-gk-faq-q { font-size: 1.05rem; font-weight: 600; color: #A92F37; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.ans-gk-faq-q::-webkit-details-marker { display: none; }
.ans-gk-faq-q::after { content: "+"; font-size: 1.4rem; color: #D76D68; margin-left: 12px; transition: transform .2s ease; }
.ans-gk-faq-item[open] .ans-gk-faq-q::after { transform: rotate(45deg); }
.ans-gk-faq-a { color: #6b5f5e; line-height: 1.75; margin-top: 14px; }
.ans-gk-faq-a p { margin: 0 !important; }

/* ---------- CTA + ZAPISY ---------- */
.ans-gk-cta { background: linear-gradient(135deg, #C93C45 0%, #D76D68 100%); color: #fff; text-align: center; padding: 70px 24px; border-radius: 20px; }
.ans-gk-cta h2 { color: #fff; }
.ans-gk-cta > .ans-gk-wrap > p { color: rgba(255,255,255,.92); font-size: 1.1rem; max-width: 560px; margin: 0 auto 8px !important; }
.ans-gk-signup { background: #fff; border-radius: 16px; padding: 40px; max-width: 560px; margin: 40px auto 0 !important; text-align: left; }
.ans-gk-signup h3 { color: #A92F37; text-align: center; font-size: 1.3rem; margin: 0 0 24px; }
.ans-gk-signup form label { display: block; font-family: 'Montserrat', sans-serif; font-size: .9rem; color: #4F4A4A; margin-bottom: 16px; }
.ans-gk-signup form input[type="text"], .ans-gk-signup form input[type="email"] {
  display: block; width: 100%; margin-top: 6px; padding: 10px 14px;
  border: 1px solid #EFD9D2; border-radius: 8px; font-size: 14px; font-family: 'Montserrat', sans-serif;
}
.ans-gk-signup form input[type="submit"] {
  background: #C93C45; color: #fff; border: none; border-radius: 30px;
  padding: 12px 32px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; cursor: pointer;
}
.ans-gk-signup form input[type="submit"]:hover { background: #A92F37; }

@media (max-width: 720px) {
  .ans-gk-hero, .ans-gk-about, .ans-gk-forwhom, .ans-gk-structure, .ans-gk-benefits, .ans-gk-details, .ans-gk-process, .ans-gk-faq, .ans-gk-cta { padding-left: 20px; padding-right: 20px; }
  .ans-gk-step { flex-direction: column; }
}


/* ---------- FIX (2026-09-05): Gutenberg czasem owija dzieci grupy w dodatkowy
   .wp-block-group__inner-container, co psuje display:grid/flex ustawione na
   zewnętrznej klasie (dzieci "grid"/"flex" trafiają na jeden, ukryty poziom
   głębiej i renderują się w jednej kolumnie). Robimy ten wrapper "przezroczystym"
   dla layoutu (display:contents), żeby prawdziwe elementy siatki znów były
   bezpośrednimi dziećmi właściwego kontenera grid/flex. Dotyczy wszystkich
   własnych klas (prefiks "ans-" i "grid-2/3/4") na wszystkich stronach. ---------- */
[class*="ans-"] > .wp-block-group__inner-container,
[class*="grid-"] > .wp-block-group__inner-container {
  display: contents;
}

/* ---------- FIX (2026-09-05): pasma na pełną szerokość ekranu (bez marginesów,
   bez zaokrąglonych rogów) zamiast wąskiej "karty" wewnątrz .ans-break-inner ---------- */
.ans-mat-hero, .ans-program-band, .ans-cta-band {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
}


/* ---------- FIX (2026-09-05): banery kolorystyczne na stronie Wypalenie – pakiety
   były ograniczone do wąskiej kolumny treści (.ans-entry-content, max-width:760px),
   co na szerokich ekranach wyglądało na mocno wyśrodkowane, z dużym pustym
   marginesem po bokach. Poszerzamy je do tej samej szerokości co inne pasma
   w motywie (konwencja .ans-break-inner, 1160px), zachowując zaokrąglone rogi
   i wygląd karty — bez rozciągania do samej krawędzi ekranu. ---------- */
.ans-hero-band, .ans-recognition-band, .ans-process-band, .ans-kalkulator-band {
  width: 100vw;
  max-width: 1160px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 36px;
  margin-bottom: 36px;
}


/* ---------- FIX (2026-09-06): landing "Symulator rozmowy" (slug lp-sym, page-id-629)
   ma wklejoną w treści całą samodzielną stronę HTML z własnym ciemnym designem
   i keyvisualem (zmienne --bg/--card/--green itd.). Po przejściu z Kubio na własny
   motyw zaczęły się przebijać elementy motywu (biały header, różowy baner z tytułem
   strony, czerwona sekcja "Umów konsultację", stopka motywu) nałożone na tę stronę —
   ten sam mechanizm co przy Symulatorze/Generatorze/Audytorze (patrz FIX 2026-09-05).
   Uwaga: stopka WŁASNA strony (w treści) jest zagnieżdżona w .ans-entry-content,
   a stopka MOTYWU jest bezpośrednim dzieckiem .ans-wrap — stąd selektor z ">",
   żeby schować tylko tę drugą i nie ukryć też własnej stopki strony. ---------- */
body.page-id-629 header.nav-header,
body.page-id-629 .ans-page-hero,
body.page-id-629 #kontakt,
body.page-id-629 > .ans-wrap > footer,
body.page-id-629 .wp-block-kubio-header,
body.page-id-629 .wp-block-kubio-footer {
  display: none !important;
}
body.page-id-629 { background: #111410 !important; }
body.page-id-629 .sec-pad { background: #111410 !important; min-height: 100vh !important; padding: 0 !important; }
body.page-id-629 .ans-entry-content { margin: 0 !important; max-width: none !important; }

/* ---------- FIX (2026-09-06): landing "Generator Postów AI" (slug gen-tr, page-id-565)
   ma wklejoną w treści całą samodzielną stronę HTML z własnym zielonym designem
   (zmienne --forest/--terra/--cream itd., przekolorowane z niebieskiego na zielony,
   dopasowane do palety wtyczki Generator Postów AI: #476D40 / #72A766).
   Po przejściu z Kubio na własny motyw zaczęły się przebijać elementy motywu (biały header,
   różowy baner z tytułem strony "gen-tr", czerwona sekcja "Umów konsultację", stopka motywu)
   nałożone na tę stronę — ten sam mechanizm co przy Symulatorze/Generatorze/Audytorze/lp-sym
   (patrz FIX 2026-09-05 i FIX 2026-09-06 wyżej).
   Uwaga: stopka WŁASNA strony (w treści) jest zagnieżdżona w .ans-entry-content,
   a stopka MOTYWU jest bezpośrednim dzieckiem .ans-wrap — stąd selektor z ">",
   żeby schować tylko tę drugą i nie ukryć też własnej stopki strony. ---------- */
body.page-id-565 header.nav-header,
body.page-id-565 .ans-page-hero,
body.page-id-565 #kontakt,
body.page-id-565 > .ans-wrap > footer,
body.page-id-565 .wp-block-kubio-header,
body.page-id-565 .wp-block-kubio-footer {
  display: none !important;
}
body.page-id-565 { background: #F1F7ED !important; }
body.page-id-565 .sec-pad { background: #F1F7ED !important; min-height: 100vh !important; padding: 0 !important; }
body.page-id-565 .ans-entry-content { margin: 0 !important; max-width: none !important; }
