:root {
    --p41-ink: #1d1d1b;
    --p41-ink-soft: #3a3935;
    --p41-muted: #68665f;
    --p41-gold: #9b8300;
    --p41-gold-dark: #756300;
    --p41-gold-soft: #ddd3a0;
    --p41-ivory: #f7f5f0;
    --p41-ivory-2: #f2efe8;
    --p41-paper: #ffffff;
    --p41-line: #e5e0d6;
    --p41-black: #161616;
    --p41-shell: 1180px;
    --p41-shadow: 0 24px 70px rgba(35,31,22,.08);
}

html { scroll-behavior: smooth; }
body.kts-p41-hygiene-preview {
    margin: 0;
    background: var(--p41-paper);
    color: var(--p41-ink);
    font-family: Montserrat, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.kts-p41-header,.kts-p41-page,.kts-p41-footer,.kts-p41-preview-badge,
.kts-p41-header button,.kts-p41-header a,.kts-p41-page button,.kts-p41-page a,.kts-p41-page summary,.kts-p41-footer a {
    font-family: Montserrat, Arial, sans-serif;
}
body.kts-p41-hygiene-preview > header.elementor-location-header,
body.kts-p41-hygiene-preview header.elementor-location-header,
body.kts-p41-hygiene-preview > header.site-header,
body.kts-p41-hygiene-preview .site-header:not(.kts-p41-header),
body.kts-p41-hygiene-preview > footer.elementor-location-footer,
body.kts-p41-hygiene-preview footer.elementor-location-footer,
body.kts-p41-hygiene-preview > footer.site-footer,
body.kts-p41-hygiene-preview .site-footer:not(.kts-p41-footer) { display: none !important; }
body.kts-p41-hygiene-preview .kts-p41-shell { width: min(calc(100% - 44px), var(--p41-shell)); margin-inline: auto; }
body.admin-bar.kts-p41-hygiene-preview .kts-p41-header { top: 32px; }
body.kts-p41-hygiene-preview a:focus-visible,
body.kts-p41-hygiene-preview button:focus-visible,
body.kts-p41-hygiene-preview summary:focus-visible { outline: 3px solid rgba(155,131,0,.4); outline-offset: 4px; }

.kts-p41-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(229,224,214,.9); background: rgba(255,255,255,.97); backdrop-filter: blur(18px); }
.kts-p41-header-inner { display: grid; grid-template-columns: 176px minmax(0,1fr) auto; align-items: center; min-height: 94px; gap: 28px; }
.kts-p41-brand { display: inline-flex; width: 168px; align-items: center; }
.kts-p41-brand img { display: block; width: 168px; height: 82px; object-fit: contain; object-position: left center; }
.kts-p41-desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px,1.8vw,28px); }
.kts-p41-desktop-nav a,.kts-p41-phone { color: var(--p41-ink-soft); font-size: 13px; font-weight: 650; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.kts-p41-desktop-nav a { position: relative; padding: 12px 0; }
.kts-p41-desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: var(--p41-gold); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.kts-p41-desktop-nav a:hover::after,.kts-p41-desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.kts-p41-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.kts-p41-header-booking,.kts-p41-primary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--p41-black); border-radius: 2px; background: var(--p41-black); color: #fff; font-size: 13px; font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.kts-p41-header-booking:hover,.kts-p41-primary:hover { color: #fff; background: #000; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(23,21,19,.16); }
.kts-p41-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--p41-line); border-radius: 2px; background: #fff; }
.kts-p41-menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--p41-black); }
.kts-p41-mobile-menu { padding: 12px 22px 24px; border-top: 1px solid var(--p41-line); background: #fff; }
.kts-p41-mobile-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--p41-line); color: var(--p41-ink); font-size: 15px; font-weight: 650; text-decoration: none; }
.kts-p41-mobile-menu .kts-p41-mobile-phone { color: var(--p41-gold-dark); }
.kts-p41-mobile-menu .kts-p41-mobile-online { color: var(--p41-muted); font-size: 13px; font-weight: 650; }

.kts-p41-page { overflow: clip; }
.kts-p41-preview-badge { position: fixed; right: 18px; bottom: 18px; z-index: 1200; padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(23,21,19,.88); color: #fff; font-size: 11px; font-weight: 750; letter-spacing: .04em; box-shadow: 0 10px 28px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.kts-p41-eyebrow { margin: 0 0 17px; color: var(--p41-gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; line-height: 1.25; text-transform: uppercase; }
.kts-p41-section { padding-block: clamp(72px,6.7vw,96px); }
.kts-p41-section-head { max-width: 900px; margin-bottom: 40px; }
.kts-p41-section-head-centered { max-width: 820px; margin-inline: auto; text-align: center; }
.kts-p41-section-head-split { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: clamp(38px,6vw,82px); align-items: end; max-width: none; }
.kts-p41-section h2,.kts-p41-final-cta h2 { margin: 0; color: var(--p41-black); font-size: clamp(35px,3.65vw,50px); font-weight: 500; letter-spacing: -.047em; line-height: 1.07; }
.kts-p41-section-head > p:last-child,.kts-p41-section-head-split > p,.kts-p41-process-copy > p,.kts-p41-team-grid > div > p,.kts-p41-frequency-grid > div > p,.kts-p41-faq-grid > div > p,.kts-p41-final-cta p { color: var(--p41-muted); font-size: 16px; line-height: 1.78; }

.kts-p41-hero { position: relative; background: var(--p41-ivory); }
.kts-p41-hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -165px; top: -220px; border: 1px solid rgba(155,131,0,.16); border-radius: 50%; pointer-events: none; }
.kts-p41-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); gap: clamp(44px,7vw,96px); align-items: center; min-height: 680px; padding-block: clamp(64px,8vw,104px); }
.kts-p41-hero h1 { max-width: 760px; margin: 0; color: var(--p41-black); font-size: clamp(45px,5.35vw,72px); font-weight: 500; letter-spacing: -.052em; line-height: .99; }
.kts-p41-hero-lead { max-width: 710px; margin: 26px 0 0; color: var(--p41-ink-soft); font-size: clamp(17px,1.55vw,20px); line-height: 1.7; }
.kts-p41-hero-actions { margin-top: 32px; }
.kts-p41-cta-pair { display: grid; grid-template-columns: minmax(0,3fr) minmax(0,2fr); gap: 13px; width: min(100%,560px); }
.kts-p41-cta-pair > a { width: 100%; min-width: 0; text-align: center; }
.kts-p41-secondary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid #cec8bb; border-radius: 2px; background: transparent; color: var(--p41-ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.kts-p41-secondary:hover { color: var(--p41-black); border-color: var(--p41-gold); background: rgba(255,255,255,.55); }

.kts-p41-hero-photo { position: relative; isolation: isolate; aspect-ratio: 4 / 3; min-height: 0; margin: 0; border: 1px solid var(--p41-line); border-radius: 140px 20px 20px 20px; overflow: hidden; background: linear-gradient(145deg,#fff 0%,#f5f1e8 100%); box-shadow: var(--p41-shadow); transition: border-color .24s ease, box-shadow .24s ease; }
.kts-p41-hero-photo:hover { border-color: rgba(155,131,0,.34); box-shadow: 0 28px 76px rgba(35,31,22,.105); }
.kts-p41-team-photo-img { display: block; width: 100%; height: 100%; min-height: 0; aspect-ratio: 4 / 3; object-fit: contain; object-position: 50% 50%; background: #eef2f5; }
.kts-p41-hero-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.42); pointer-events: none; }
.kts-p41-hero-photo::after { content: ""; position: absolute; inset: auto 0 0; z-index: 1; height: 28%; background: linear-gradient(180deg,rgba(18,18,18,0),rgba(18,18,18,.48)); pointer-events: none; }
.kts-p41-hero-photo figcaption { position: absolute; left: 28px; right: 28px; bottom: 22px; z-index: 2; display: flex; justify-content: space-between; gap: 20px; align-items: end; color: #fff; }
.kts-p41-hero-photo figcaption span { font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.kts-p41-hero-photo figcaption strong { font-size: 16px; font-weight: 650; }
.kts-p41-media-missing { display: grid; min-height: 0; aspect-ratio: 4 / 3; place-content: center; gap: 8px; padding: 32px; text-align: center; color: var(--p41-muted); }
.kts-p41-media-missing strong { color: var(--p41-black); font-size: 22px; }
.kts-p41-media-missing span { font-size: 13px; }
.kts-p41-protocol-grid strong { color: var(--p41-black); font-size: 13px; }
.kts-p41-protocol-grid span { margin-top: 6px; color: var(--p41-muted); font-size: 11px; line-height: 1.5; }

.kts-p41-benefit-strip { border-block: 1px solid var(--p41-line); background: #fff; }
.kts-p41-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.kts-p41-benefit-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 15px; align-items: start; min-height: 130px; padding: 28px 24px; border-left: 1px solid var(--p41-line); }
.kts-p41-benefit-grid article:last-child { border-right: 1px solid var(--p41-line); }
.kts-p41-tick { display: inline-grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--p41-gold-soft); border-radius: 50%; color: var(--p41-gold-dark); font-size: 15px; font-weight: 800; }
.kts-p41-benefit-grid strong { display: block; color: var(--p41-black); font-size: 15px; line-height: 1.35; }
.kts-p41-benefit-grid p { margin: 7px 0 0; color: var(--p41-muted); font-size: 12px; line-height: 1.55; }

.kts-p41-scope { background: var(--p41-paper); }
.kts-p41-scope-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.kts-p41-scope-grid article { min-height: 290px; padding: 28px; border: 1px solid var(--p41-line); background: #fff; }
.kts-p41-scope-grid article > span,.kts-p41-pathway-grid article > span { color: var(--p41-gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.kts-p41-scope-grid h3,.kts-p41-pathway-grid h3 { margin: 42px 0 11px; color: var(--p41-black); font-size: 21px; line-height: 1.26; }
.kts-p41-scope-grid p,.kts-p41-pathway-grid p { margin: 0; color: var(--p41-muted); font-size: 13px; line-height: 1.72; }
.kts-p41-scope-note { max-width: 860px; margin: 24px 0 0; color: var(--p41-muted); font-size: 12px; line-height: 1.72; }

.kts-p41-pathways { background: var(--p41-ivory-2); }
.kts-p41-pathway-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.kts-p41-pathway-grid article { display: flex; min-height: 310px; flex-direction: column; padding: 28px; border: 1px solid var(--p41-line); background: #fff; }
.kts-p41-pathway-grid h3 { margin-top: 44px; }
.kts-p41-pathway-grid a { margin-top: auto; padding-top: 24px; color: var(--p41-black); font-size: 12px; font-weight: 750; text-decoration: none; }

.kts-p41-process { background: #fff; }
.kts-p41-process-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(42px,6.5vw,88px); align-items: start; }
.kts-p41-process-copy { position: sticky; top: 112px; }
.kts-p41-process-copy > p:last-child { margin-top: 20px; }
.kts-p41-process-list { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--p41-line); }
.kts-p41-process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--p41-line); }
.kts-p41-process-list li > span { color: var(--p41-gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.kts-p41-process-list h3 { margin: 0 0 8px; color: var(--p41-black); font-size: 20px; line-height: 1.3; }
.kts-p41-process-list p { margin: 0; color: var(--p41-muted); font-size: 13px; line-height: 1.7; }

.kts-p41-team { background: var(--p41-ivory); }
.kts-p41-team-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.9fr); gap: clamp(42px,7vw,96px); align-items: center; }
.kts-p41-team-grid > div > p { margin-top: 22px; }
.kts-p41-team-panel { display: grid; gap: 12px; }
.kts-p41-team-panel > div { display: grid; grid-template-columns: minmax(146px,.48fr) minmax(0,1fr); gap: 20px; align-items: center; min-height: 100px; padding: 20px 24px; border: 1px solid var(--p41-line); background: rgba(255,255,255,.72); }
.kts-p41-team-panel strong { min-width: 0; color: var(--p41-gold-dark); font-size: 36px; font-weight: 600; line-height: 1.06; letter-spacing: -.04em; }
.kts-p41-team-panel span { min-width: 0; color: var(--p41-ink-soft); font-size: 13px; line-height: 1.55; }
.kts-p41-team-fact--continuity strong { max-width: 150px; font-size: 28px; letter-spacing: -.035em; }

.kts-p41-frequency { background: var(--p41-paper); }
.kts-p41-frequency-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: clamp(42px,7vw,96px); align-items: start; }
.kts-p41-frequency-grid > div > p { margin-top: 22px; }
.kts-p41-frequency-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--p41-line); }
.kts-p41-frequency-list li { position: relative; padding: 20px 24px 20px 34px; border-bottom: 1px solid var(--p41-line); color: var(--p41-ink-soft); font-size: 14px; line-height: 1.55; }
.kts-p41-frequency-list li::before { content: "✓"; position: absolute; left: 0; top: 20px; color: var(--p41-gold-dark); font-weight: 800; }

.kts-p41-faq { background: #fff; }
.kts-p41-faq-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(42px,7vw,100px); align-items: start; }
.kts-p41-faq-grid > div > p { margin-top: 22px; }
.kts-p41-faq-list { border-top: 1px solid var(--p41-line); }
.kts-p41-faq-item { border-bottom: 1px solid var(--p41-line); }
.kts-p41-faq-item summary { display: grid; grid-template-columns: 1fr 28px; gap: 18px; align-items: center; padding: 24px 0; cursor: pointer; color: var(--p41-black); font-size: 14px; font-weight: 700; line-height: 1.45; list-style: none; }
.kts-p41-faq-item summary::-webkit-details-marker { display: none; }
.kts-p41-faq-plus { color: var(--p41-gold-dark); font-size: 24px; font-weight: 300; text-align: center; transition: transform .2s ease; }
.kts-p41-faq-item[open] .kts-p41-faq-plus { transform: rotate(45deg); }
.kts-p41-faq-answer { padding: 0 48px 24px 0; }
.kts-p41-faq-answer p { margin: 0; color: var(--p41-muted); font-size: 13px; line-height: 1.75; }

.kts-p41-final-cta { padding-block: clamp(72px,7vw,98px); background: var(--p41-ivory-2); }
.kts-p41-final-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(410px,.75fr); gap: clamp(42px,7vw,90px); align-items: center; }
.kts-p41-final-cta p { max-width: 730px; margin: 14px 0 0; }
.kts-p41-final-actions { justify-self: end; width: min(100%,520px); }
.kts-p41-final-actions .kts-p41-cta-pair { width: 100%; }
.kts-p41-final-cennik-link { display: inline-block; margin-top: 16px; color: var(--p41-black); font-size: 12px; font-weight: 750; text-decoration: none; }

.kts-p41-footer { padding: 62px 0 24px; border-top: 1px solid var(--p41-line); background: var(--p41-ivory-2); }
.kts-p41-footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .8fr; gap: 70px; }
.kts-p41-footer-brand img { display: block; width: 170px; height: 104px; object-fit: contain; object-position: left center; }
.kts-p41-footer-brand p { max-width: 390px; margin: 20px 0 0; color: var(--p41-muted); font-size: 13px; line-height: 1.7; }
.kts-p41-footer h2 { margin: 0 0 18px; color: var(--p41-black); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kts-p41-footer nav a,.kts-p41-footer address,.kts-p41-footer > .kts-p41-shell > .kts-p41-footer-grid > div:last-child > a { display: block; margin: 0 0 10px; color: var(--p41-muted); font-size: 12px; line-height: 1.6; text-decoration: none; font-style: normal; }
.kts-p41-footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--p41-line); color: var(--p41-muted); font-size: 11px; }
.kts-p41-footer-bottom nav { display: flex; gap: 20px; }
.kts-p41-footer-bottom nav a { margin: 0; }

@media (max-width: 1100px) {
    .kts-p41-header-inner { grid-template-columns: 160px minmax(0,1fr) auto; gap: 18px; }
    .kts-p41-desktop-nav { gap: 13px; }
    .kts-p41-phone { display: none; }
    .kts-p41-benefit-grid,.kts-p41-pathway-grid { grid-template-columns: repeat(2,1fr); }
    .kts-p41-benefit-grid article:nth-child(2),.kts-p41-benefit-grid article:nth-child(4) { border-right: 1px solid var(--p41-line); }
    .kts-p41-scope-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 960px) {
    .kts-p41-desktop-nav,.kts-p41-header-booking { display: none; }
    .kts-p41-header-inner { grid-template-columns: 1fr auto; min-height: 82px; }
    .kts-p41-brand,.kts-p41-brand img { width: 145px; }
    .kts-p41-brand img { height: 68px; }
    .kts-p41-menu-toggle { display: block; }
    .kts-p41-hero-grid,.kts-p41-section-head-split,.kts-p41-process-grid,.kts-p41-team-grid,.kts-p41-frequency-grid,.kts-p41-faq-grid,.kts-p41-final-grid { grid-template-columns: 1fr; }
    .kts-p41-hero-grid { gap: 45px; min-height: auto; }
    .kts-p41-hero-photo,.kts-p41-team-photo-img,.kts-p41-media-missing { min-height: 0; aspect-ratio: 4 / 3; }
    .kts-p41-hero-photo { border-radius: 110px 18px 18px 18px; }
    .kts-p41-process-copy { position: static; }
    .kts-p41-final-grid { gap: 36px; }
    .kts-p41-final-actions { justify-self: start; max-width: 520px; }
}

@media (max-width: 782px) { body.admin-bar.kts-p41-hygiene-preview .kts-p41-header { top: 46px; } }

@media (max-width: 680px) {
    body.kts-p41-hygiene-preview .kts-p41-shell { width: min(calc(100% - 28px), var(--p41-shell)); }
    .kts-p41-header-inner { min-height: 74px; }
    .kts-p41-brand,.kts-p41-brand img { width: 126px; }
    .kts-p41-brand img { height: 60px; }
    .kts-p41-preview-badge { right: 10px; bottom: 10px; font-size: 9px; }
    .kts-p41-hero-grid { padding-block: 52px 62px; }
    .kts-p41-hero h1 { font-size: clamp(40px,12.5vw,56px); }
    .kts-p41-hero-lead { font-size: 16px; line-height: 1.65; }
    .kts-p41-cta-pair { grid-template-columns: 1fr; width: 100%; }
    .kts-p41-hero-actions a { width: 100%; }
    .kts-p41-hero-photo,.kts-p41-team-photo-img,.kts-p41-media-missing { min-height: 0; aspect-ratio: 4 / 3; }
    .kts-p41-hero-photo { border-radius: 72px 14px 14px 14px; }
    .kts-p41-team-photo-img { object-fit: contain; object-position: 50% 50%; }
    .kts-p41-hero-photo figcaption { left: 20px; right: 20px; bottom: 18px; }
    .kts-p41-benefit-grid,.kts-p41-scope-grid,.kts-p41-pathway-grid { grid-template-columns: 1fr; }
    .kts-p41-benefit-grid article,.kts-p41-benefit-grid article:nth-child(2),.kts-p41-benefit-grid article:nth-child(4),.kts-p41-benefit-grid article:last-child { min-height: 100px; border: 0; border-bottom: 1px solid var(--p41-line); }
    .kts-p41-section { padding-block: 72px; }
    .kts-p41-section-head { margin-bottom: 34px; }
    .kts-p41-section h2,.kts-p41-final-cta h2 { font-size: 37px; }
    .kts-p41-scope-grid article,.kts-p41-pathway-grid article { min-height: 240px; }
    .kts-p41-process-list li { grid-template-columns: 52px 1fr; }
    .kts-p41-team-panel > div { grid-template-columns: minmax(112px,.46fr) minmax(0,1fr); gap: 16px; padding-inline: 20px; }
    .kts-p41-team-panel strong { font-size: 30px; }
    .kts-p41-team-fact--continuity strong { max-width: 118px; font-size: 24px; }
    .kts-p41-faq-answer { padding-right: 12px; }
    .kts-p41-footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .kts-p41-footer-bottom { align-items: flex-start; flex-direction: column; }
    .kts-p41-footer-bottom nav { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
