:root {
  --ink: #101410;
  --ink-soft: #1d251f;
  --paper: #f7f4ec;
  --cream: #ece7da;
  --white: #fff;
  --gold: #dfb449;
  --gold-dark: #936a16;
  --gold-soft: #f7d77b;
  --muted: #6f756d;
  --line: rgba(17, 20, 18, .13);
  --dark-line: rgba(255,255,255,.13);
  --container: min(1180px, calc(100% - 72px));
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 span, h2 span { color: var(--gold); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(16,20,16,.94); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(228,182,66,.7), transparent); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-logo { width: 205px; height: 60px; object-fit: cover; object-position: center; filter: drop-shadow(0 5px 12px rgba(0,0,0,.22)); }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { position: relative; color: #c7cac3; transition: color .2s ease; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; bottom: -10px; left: 0; height: 1px; background: var(--gold); transition: right .2s ease; }
.main-nav > a:hover, .main-nav > a.active { color: var(--gold); }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 16px; background: var(--gold); color: var(--ink); }
.nav-cta span { font-size: 16px; }
.nav-specialties { position: relative; }
.nav-specialties-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: #c7cac3; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.nav-specialties-toggle span { color: var(--gold); font-size: 16px; line-height: 0; transition: transform .2s ease; }
.nav-specialties:hover .nav-specialties-toggle, .nav-specialties.is-open .nav-specialties-toggle { color: var(--gold); }
.nav-specialties.is-open .nav-specialties-toggle span { transform: rotate(180deg); }
.nav-specialties-menu { position: absolute; top: calc(100% + 23px); left: 50%; display: grid; width: 310px; padding: 10px; transform: translate(-50%, -10px); border: 1px solid rgba(223,180,73,.22); border-radius: 14px; background: rgba(16,20,16,.98); box-shadow: 0 24px 55px rgba(0,0,0,.32); opacity: 0; pointer-events: none; transition: .2s ease; }
.nav-specialties:hover .nav-specialties-menu, .nav-specialties.is-open .nav-specialties-menu { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.nav-specialties-menu a { display: grid; grid-template-columns: 27px 1fr auto; gap: 2px 10px; align-items: center; padding: 13px 12px; border-radius: 9px; color: var(--white); text-transform: none; letter-spacing: 0; }
.nav-specialties-menu a:hover { background: rgba(223,180,73,.1); }
.nav-specialties-menu a > span { grid-row: 1 / span 2; color: var(--gold); font-family: var(--display); font-size: 11px; }
.nav-specialties-menu a strong { font-family: var(--display); font-size: 12px; }
.nav-specialties-menu a small { color: #9fa89e; font-size: 10px; }
.nav-specialties-menu a b { grid-column: 3; grid-row: 1 / span 2; color: var(--gold); font-size: 15px; }
.nav-specialties-menu .nav-specialties-all { display: block; margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--dark-line); color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nav-specialties-menu .nav-specialties-all span { float: right; font-size: 15px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.eyebrow, .kicker { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--gold); }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: var(--gold-soft); }
.button-ghost { border-color: rgba(228,182,66,.7); color: var(--white); }
.button-ghost:hover { color: var(--gold); border-color: var(--gold); }
.button-outline-dark { border-color: var(--ink); color: var(--ink); }
.button-outline-dark:hover { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; border-bottom: 1px solid currentColor; padding-bottom: 6px; color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 17px; }

.hero-home, .service-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 14% 18%, rgba(223,180,73,.12), transparent 33%), linear-gradient(135deg, #101410, #171d18); color: var(--white); }
.hero-home::before, .service-hero::before { content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; background: rgba(228,182,66,.09); filter: blur(100px); left: -280px; top: -260px; }
.hero-grid { position: relative; min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; padding-block: 58px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 { max-width: 710px; margin: 23px 0 24px; font-size: clamp(50px, 6vw, 82px); line-height: .99; letter-spacing: -.07em; }
.hero-lead { max-width: 590px; color: #c4c9c2; font-family: var(--display); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 33px; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 34px; color: #abb0a8; font-size: 12px; }
.hero-reassurance span { display: inline-flex; align-items: center; gap: 7px; }
.hero-reassurance b { color: var(--gold); }
.hero-visual { position: relative; min-height: 600px; margin: 0; overflow: hidden; border: 1px solid rgba(223,180,73,.28); border-radius: 24px; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.hero-visual img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: 50% 35%; opacity: .9; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,20,18,.55), transparent 38%), linear-gradient(0deg, rgba(17,20,18,.88), transparent 42%); }
.hero-visual figcaption { position: absolute; z-index: 1; right: 26px; bottom: 27px; display: grid; gap: 3px; }
.hero-visual figcaption strong { font-family: var(--display); font-size: 20px; }
.hero-visual figcaption span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.team-hero img { object-position: 50% 22%; }
.hero-badge { position: absolute; z-index: 2; top: 38px; right: 24px; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid var(--gold); background: rgba(17,20,18,.75); }
.hero-badge strong { color: var(--gold); font-family: var(--display); font-size: 30px; line-height: 1; }
.hero-badge span { font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.trust-strip { background: var(--gold); color: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 125px; display: grid; align-content: center; gap: 3px; padding: 24px; border-right: 1px solid rgba(17,20,18,.2); }
.trust-grid > div:first-child { border-left: 1px solid rgba(17,20,18,.2); }
.trust-grid span { font-family: var(--display); font-size: 11px; font-weight: 800; }
.trust-grid strong { font-family: var(--display); font-size: 17px; }
.trust-grid small { color: rgba(17,20,18,.68); font-size: 11px; }

.section-heading { max-width: 720px; margin-bottom: 45px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .kicker { justify-content: center; }
.section-heading h2, .split-heading h2 { margin: 10px 0 14px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.03; letter-spacing: -.06em; }
.section-heading p:not(.kicker), .split-heading > p { color: var(--muted); }
.path-grid, .specialty-grid, .feature-grid, .article-grid, .pricing-grid, .problem-grid { display: grid; gap: 15px; }
.path-grid { grid-template-columns: repeat(2, 1fr); }
.path-card { position: relative; min-height: 380px; padding: 34px; border: 1px solid var(--line); background: var(--white); }
.path-card.path-family { background: var(--ink); color: var(--white); }
.path-card.path-family p, .path-card.path-family .check-list { color: #b8beb6; }
.path-label { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.path-family .path-label { color: var(--gold); }
.path-number { position: absolute; top: 30px; right: 33px; color: var(--gold-dark); font-family: var(--display); font-size: 13px; font-weight: 800; }
.path-card h3 { max-width: 460px; margin: 58px 0 13px; font-size: 31px; line-height: 1.05; letter-spacing: -.05em; }
.path-card p { max-width: 490px; color: var(--muted); }
.check-list { display: grid; gap: 8px; margin: 23px 0 27px; padding: 0; color: var(--muted); list-style: none; font-size: 13px; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--gold-dark); font-weight: 800; }
.path-family .check-list li::before { color: var(--gold); }

.dark-section { background: var(--ink); color: var(--white); }
.visit-process-section { background: var(--cream); color: var(--ink); }
.visit-process-section .split-heading > p { color: var(--muted); }
.visit-process-section .timeline { border-top-color: var(--line); }
.visit-process-section .timeline article { border-right-color: var(--line); }
.visit-process-section .timeline article span { color: var(--gold-dark); }
.visit-process-section .timeline p { color: var(--muted); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.split-heading > div { max-width: 690px; }
.split-heading > p { max-width: 415px; margin: 0 0 4px; }
.split-heading.light > p { color: #aeb5ac; }
.problem-grid { grid-template-columns: repeat(4, 1fr); }
.problem-grid article { min-height: 255px; padding: 23px; border: 1px solid var(--dark-line); background: rgba(255,255,255,.03); }
.problem-grid article span { color: var(--gold); font-family: var(--display); font-size: 12px; }
.problem-grid article i { float: right; color: var(--gold); font-style: normal; font-size: 19px; }
.problem-grid h3 { margin: 66px 0 7px; font-size: 19px; }
.problem-grid p { margin: 0; color: #aeb5ac; font-size: 13px; }

.specialty-grid { grid-template-columns: repeat(3, 1fr); }
.specialty-card { display: flex; min-height: 325px; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, border-color .2s ease; }
.specialty-card:hover { transform: translateY(-5px); border-color: var(--gold-dark); }
.specialty-card.planned { background: var(--cream); border-style: dashed; }
.specialty-card > span { color: var(--gold-dark); font-family: var(--display); font-size: 12px; font-weight: 800; }
.specialty-card h3 { margin: 47px 0 10px; font-size: 25px; line-height: 1.08; letter-spacing: -.04em; }
.specialty-card p { color: var(--muted); font-size: 14px; }
.specialty-card .text-link { margin-top: auto; }
.specialty-badge { display: inline-flex; width: fit-content; margin-top: 16px; padding: 5px 8px; background: rgba(228,182,66,.18); color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.specialty-provider { display: block; margin-top: -4px; color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.parallel-services { padding-top: 82px; padding-bottom: 92px; background: var(--cream); }
.parallel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.parallel-card { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 32px; border-radius: 18px; background: var(--ink); color: var(--white); box-shadow: 0 22px 55px rgba(17,20,18,.12); }
.parallel-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,20,18,.95) 0%, rgba(17,20,18,.24) 60%, rgba(17,20,18,.05) 100%); z-index: 1; }
.parallel-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .35s ease; }
.parallel-card:hover img { transform: scale(1.04); }
.parallel-card-content { position: relative; z-index: 2; max-width: 510px; }
.parallel-card .eyebrow { margin-bottom: 13px; }
.parallel-card h3 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 43px); line-height: 1.02; letter-spacing: -.06em; }
.parallel-card p:not(.eyebrow) { max-width: 470px; margin-bottom: 18px; color: #d0d4ce; font-size: 14px; }
.parallel-card .text-link { color: var(--gold); }
.parallel-card .parallel-number { position: absolute; z-index: 2; top: 24px; right: 27px; color: var(--gold); font-family: var(--display); font-size: 13px; font-weight: 800; }
.parallel-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 20px; color: #bfc5bd; font-size: 11px; }
.parallel-meta span::before { content: "✓"; margin-right: 6px; color: var(--gold); }
.parallel-card:nth-child(1) img { object-position: center 28%; }
.parallel-card:nth-child(2) img { object-position: center 30%; }

.about-layout, .split-layout, .contact-layout, .client-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 80px; }
.portrait-card { position: relative; margin: 0; }
.portrait-card img { width: 100%; max-height: 600px; object-fit: cover; object-position: center 28%; filter: saturate(.9); }
.portrait-card figcaption { position: absolute; right: 0; bottom: 0; padding: 14px 17px; background: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-content h2, .contact-copy h2 { margin: 10px 0 18px; font-size: clamp(35px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.06em; }
.about-content .lead, .contact-copy > p:not(.kicker) { color: var(--muted); font-family: var(--display); font-size: 18px; }
.about-points { display: grid; gap: 0; margin: 32px 0; }
.about-points > div { display: grid; grid-template-columns: 180px 1fr; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); }
.about-points strong { font-family: var(--display); font-size: 13px; }
.about-points span { color: var(--muted); font-size: 13px; }

.method-section { background: var(--ink); color: var(--white); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--dark-line); }
.timeline article { min-height: 230px; padding: 25px 22px; border-right: 1px solid var(--dark-line); }
.timeline article span { color: var(--gold); font-family: var(--display); font-size: 12px; font-weight: 800; }
.timeline h3 { margin: 64px 0 10px; font-size: 18px; }
.timeline p { margin: 0; color: #aeb5ac; font-size: 13px; }

.service-hero .container { position: relative; min-height: 430px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; padding-block: 60px; }
.service-hero h1 { max-width: 710px; margin: 18px 0; font-size: clamp(45px, 6vw, 75px); line-height: 1; letter-spacing: -.07em; }
.service-hero p:not(.eyebrow) { max-width: 620px; color: #c4c9c2; font-size: 18px; }
.service-hero-visual { align-self: stretch; overflow: hidden; border-left: 1px solid rgba(228,182,66,.35); }
.service-hero-visual img { width: 100%; height: 100%; min-height: 315px; object-fit: cover; opacity: .85; }
.physio-hero .service-hero-visual { position: relative; min-height: 560px; border-left: 0; border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.physio-hero .service-hero-visual::after { content: "Michał Kroć · fizjoterapia 50+"; position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; border: 1px solid rgba(223,180,73,.42); border-radius: 999px; background: rgba(16,20,16,.82); color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(10px); }
.physio-hero .service-hero-visual img { min-height: 560px; object-position: center 34%; opacity: .92; }
.training-hero .service-hero-visual { position: relative; min-height: 560px; border-left: 0; border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.training-hero .service-hero-visual::after { content: "Norbert Kamont · trening personalny 50+"; position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; border: 1px solid rgba(223,180,73,.46); border-radius: 999px; background: rgba(16,20,16,.84); color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(10px); }
.training-hero .service-hero-visual img { min-height: 560px; object-position: center 30%; opacity: .94; }

.physio-photo-story { overflow: hidden; background: linear-gradient(180deg, var(--paper), #eee9dc); }
.physio-photo-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; align-items: start; }
.physio-photo-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 22px; background: var(--ink); box-shadow: 0 26px 70px rgba(17,20,18,.14); }
.physio-photo-card-offset { margin-top: 72px; }
.physio-photo-card img { width: 100%; height: 650px; object-fit: cover; transition: transform .6s ease; }
.physio-photo-card-main img { object-position: center 30%; }
.physio-photo-card-offset img { object-position: center 30%; }
.physio-photo-card:hover img { transform: scale(1.018); }
.physio-photo-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(12,15,12,.9), transparent); pointer-events: none; }
.physio-photo-card figcaption { position: absolute; z-index: 1; right: 24px; bottom: 23px; left: 24px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; color: var(--white); }
.physio-photo-card figcaption > span { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(223,180,73,.68); border-radius: 50%; color: var(--gold); font-family: var(--display); font-size: 11px; font-weight: 800; }
.physio-photo-card figcaption div { display: grid; gap: 2px; }
.physio-photo-card figcaption strong { font-family: var(--display); font-size: 17px; line-height: 1.15; }
.physio-photo-card figcaption small { color: #c3c9c1; font-size: 10px; }

.training-photo-story { overflow: hidden; background: linear-gradient(180deg, var(--paper), #ebe5d7); }
.training-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.training-photo-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 22px; background: var(--ink); box-shadow: 0 24px 65px rgba(17,20,18,.15); }
.training-photo-card img { width: 100%; height: 560px; object-fit: cover; object-position: center 30%; transition: transform .6s ease; }
.training-photo-card:hover img { transform: scale(1.018); }
.training-photo-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(0deg, rgba(10,13,10,.92), transparent); pointer-events: none; }
.training-photo-card figcaption { position: absolute; z-index: 1; right: 24px; bottom: 23px; left: 24px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; color: var(--white); }
.training-photo-card figcaption > span { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(223,180,73,.7); border-radius: 50%; color: var(--gold); font-family: var(--display); font-size: 11px; font-weight: 800; }
.training-photo-card figcaption div { display: grid; gap: 2px; }
.training-photo-card figcaption strong { font-family: var(--display); font-size: 17px; line-height: 1.15; }
.training-photo-card figcaption small { color: #c3c9c1; font-size: 10px; }

.case-carousel-section { overflow: hidden; background: var(--cream); }
.case-carousel { position: relative; min-height: 560px; overflow: hidden; border-radius: 24px; background: var(--ink); color: var(--white); box-shadow: 0 30px 80px rgba(17,20,18,.18); }
.case-carousel-slide { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.case-carousel-slide[hidden] { display: none; }
.case-carousel-slide img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center; }
.case-carousel-slide-content { display: flex; flex-direction: column; justify-content: center; padding: 58px 55px; }
.case-carousel-slide-content h3 { max-width: 450px; margin: 10px 0 18px; font-size: clamp(32px, 4vw, 52px); line-height: 1.03; letter-spacing: -.06em; }
.case-carousel-slide-content p:not(.kicker) { max-width: 450px; color: #c0c8bf; }
.case-carousel-slide-content ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; color: #e0e4dd; font-size: 13px; }
.case-carousel-slide-content li::before { content: "✓"; margin-right: 9px; color: var(--gold); font-weight: 800; }
.carousel-controls { position: absolute; z-index: 2; right: 45px; bottom: 32px; display: flex; align-items: center; gap: 14px; }
.carousel-controls button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(223,180,73,.55); border-radius: 50%; background: rgba(16,20,16,.7); color: var(--gold); }
.carousel-controls button:hover { background: var(--gold); color: var(--ink); }
.carousel-dots { display: flex; gap: 6px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.3); }
.carousel-dots button.is-active { background: var(--gold); transform: scale(1.25); }

.pelvic-floor-section { background: var(--paper); }
.pelvic-floor-card { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, #151a16, #202720); color: var(--white); box-shadow: 0 32px 85px rgba(17,20,18,.18); }
.pelvic-floor-visual { position: relative; min-width: 0; min-height: 650px; margin: 0; overflow: hidden; }
.pelvic-floor-visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.03); }
.pelvic-floor-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(21,26,22,.52)), linear-gradient(0deg, rgba(10,13,10,.75), transparent 30%); pointer-events: none; }
.pelvic-floor-visual figcaption { position: absolute; z-index: 1; right: 25px; bottom: 22px; left: 25px; color: #d3d8d1; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pelvic-floor-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px 48px; }
.pelvic-floor-copy h2 { margin: 10px 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.06em; }
.pelvic-floor-copy > p:not(.kicker) { color: #bbc2ba; font-size: 14px; }
.pelvic-floor-points { display: grid; gap: 0; margin: 20px 0; padding: 0; list-style: none; }
.pelvic-floor-points li { display: grid; gap: 3px; padding: 13px 0; border-top: 1px solid var(--dark-line); }
.pelvic-floor-points strong { color: var(--white); font-family: var(--display); font-size: 13px; }
.pelvic-floor-points span { color: #aeb6ad; font-size: 11px; }
.pelvic-floor-note { padding: 15px 17px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.055); color: #aeb6ad; font-size: 10px; line-height: 1.6; }
.pelvic-floor-note strong { display: block; margin-bottom: 3px; color: var(--gold); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.pelvic-floor-copy .hero-actions { margin-top: 22px; }
.voucher-visual { position: relative; min-height: 390px; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 50% 38%, rgba(223,180,73,.28), transparent 20%), linear-gradient(145deg, #151b16, #30372d); box-shadow: 0 25px 65px rgba(17,20,18,.16); }
.voucher-visual::before, .voucher-visual::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(223,180,73,.28); border-radius: 50%; }
.voucher-visual::after { width: 390px; height: 390px; }
.voucher-gift { position: relative; z-index: 1; width: 190px; height: 140px; border: 4px solid var(--gold); border-radius: 9px; background: linear-gradient(145deg, #dfb449, #986c18); box-shadow: 0 20px 35px rgba(0,0,0,.28); }
.voucher-gift::before { content: ""; position: absolute; top: -42px; left: 42px; width: 98px; height: 50px; border: 4px solid var(--gold); border-bottom: 0; border-radius: 70px 70px 0 0; background: transparent; transform: rotate(-8deg); }
.voucher-gift::after { content: "VOUCHER"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: .1em; }
.voucher-ribbon { position: absolute; z-index: 2; top: -4px; bottom: -4px; left: 50%; width: 25px; transform: translateX(-50%); background: rgba(16,20,16,.82); }
.voucher-gift-label { position: absolute; right: 25px; bottom: 22px; left: 25px; z-index: 3; color: #e4e9df; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.generated-specialty-hero { background: radial-gradient(circle at 82% 14%, rgba(223,180,73,.16), transparent 32%), var(--ink); }
.generated-specialty-hero .service-hero-copy { padding-block: 86px; }
.generated-specialty-hero .service-hero-visual { margin: 28px 0 28px 28px; border: 1px solid rgba(223,180,73,.25); border-radius: 18px 0 0 18px; box-shadow: -24px 28px 70px rgba(0,0,0,.24); }
.generated-specialty-hero .service-hero-visual img { filter: saturate(.88) contrast(1.03); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 15px 38px rgba(17,20,18,.045); }
.feature-card > span { color: var(--gold-dark); font-family: var(--display); font-size: 12px; font-weight: 800; }
.feature-card h3 { margin: 50px 0 9px; font-size: 22px; line-height: 1.1; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-provider { margin-top: 22px !important; color: #b9c0b7 !important; font-size: 12px !important; line-height: 1.65; }
.service-provider a { color: var(--gold); }
.contact-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.contact-chips a { padding: 10px 13px; border: 1px solid var(--line); color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.contact-chips a:hover { border-color: var(--gold-dark); background: rgba(228,182,66,.08); }
.price-disclaimer { margin: 20px 0 0; color: var(--muted); font-size: 12px; }

.specialist-social-section { padding: 88px 0; background: var(--cream); }
.specialist-social-card { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 24px 60px rgba(17,20,18,.07); }
.specialist-social-profile { display: grid; grid-template-columns: 128px 1fr; gap: 25px; align-items: center; }
.specialist-social-profile img { width: 128px; height: 148px; object-fit: cover; object-position: center 22%; border-radius: 14px; filter: saturate(.92); }
.specialist-social-profile h2 { margin: 5px 0 10px; font-size: clamp(30px, 3.8vw, 47px); line-height: 1.02; letter-spacing: -.055em; }
.specialist-social-profile p:not(.kicker) { margin: 0; color: var(--muted); font-size: 14px; }
.specialist-social-links { display: grid; gap: 8px; }
.specialist-social-links a { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 11px; transition: .2s ease; }
.specialist-social-links a:hover { transform: translateX(4px); border-color: var(--gold-dark); background: rgba(223,180,73,.08); }
.specialist-social-links span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.specialist-social-links strong { text-align: right; font-family: var(--display); font-size: 13px; }
.specialist-social-links [hidden] { display: none; }
.image-panel { overflow: hidden; background: var(--ink); }
.image-panel img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.specialist-intro { background: var(--paper); }
.specialist-intro .image-panel { border-radius: 22px; box-shadow: 0 24px 60px rgba(17,20,18,.12); }
.specialist-intro .image-panel img { object-position: center 22%; filter: saturate(.94); }
.specialist-intro .copy-panel { max-width: 660px; }
.copy-panel h2 { margin: 10px 0 17px; font-size: clamp(33px, 4vw, 52px); line-height: 1.03; letter-spacing: -.06em; }
.copy-panel p { color: var(--muted); }
.note-box { margin-top: 24px; padding: 20px; border-left: 3px solid var(--gold); background: var(--cream); color: var(--muted); font-size: 13px; }
.note-box strong { display: block; margin-bottom: 5px; color: var(--ink); font-family: var(--display); }

.inquiry-section { padding-block: 84px; background: var(--paper); }
.inquiry-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.inquiry-copy { position: sticky; top: 130px; }
.inquiry-copy h2 { max-width: 520px; margin: 8px 0 14px; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.06em; }
.inquiry-copy > p:not(.kicker) { max-width: 480px; margin-bottom: 0; color: var(--muted); font-size: 15px; }
.inquiry-promise { display: grid; gap: 3px; margin-top: 22px; padding: 14px 16px; border-left: 3px solid var(--gold); background: var(--cream); }
.inquiry-promise strong { font-family: var(--display); font-size: 13px; }
.inquiry-promise span { color: var(--muted); font-size: 11px; }
.inquiry-form { display: grid; gap: 10px; padding: 27px 28px 24px; border-top: 4px solid var(--gold); border-radius: 3px; background: var(--white); box-shadow: 0 20px 60px rgba(17,20,18,.08); }
.inquiry-form .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.inquiry-form label { display: grid; align-content: start; gap: 4px; color: var(--gold-dark); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 9px 11px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); outline: 0; font-size: 13px; letter-spacing: 0; text-transform: none; }
.inquiry-form input, .inquiry-form select { min-height: 42px; }
.inquiry-form textarea { min-height: 92px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(223,180,73,.12); }
.optional-label { color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.inquiry-consent { display: flex !important; grid-template-columns: none !important; align-items: start; gap: 9px !important; color: var(--muted) !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.inquiry-consent input { width: 17px; min-height: 17px; accent-color: var(--gold-dark); }
.inquiry-form .button { justify-self: start; min-height: 45px; }
.inquiry-form .form-status { margin: -2px 0 0; min-height: 14px; font-size: 11px; }

.pricing-directory { background: linear-gradient(180deg, var(--white), var(--cream)); }
.pricing-directory > .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.pricing-specialist-block { position: relative; min-width: 0; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 18px 46px rgba(17,20,18,.055); }
.pricing-specialist-block::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--gold-dark), var(--gold)); }
.physio-pricing::before { background: linear-gradient(90deg, #4f7c66, #8ab29d); }
.pricing-specialist-block + .pricing-specialist-block { margin-top: 0; }
.pricing-specialist-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 18px; min-height: 154px; margin-bottom: 8px; }
.pricing-specialist-head h2 { margin: 7px 0 9px; font-size: clamp(27px, 2.6vw, 36px); line-height: 1.04; letter-spacing: -.05em; }
.pricing-specialist-head h2 span { color: var(--gold-dark); }
.pricing-specialist-head p:not(.kicker) { max-width: 580px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.pricing-specialist-head > strong { min-width: 0; padding: 8px 11px; border: 1px solid rgba(152,108,24,.25); border-radius: 99px; background: var(--cream); color: var(--gold-dark); white-space: nowrap; font-family: var(--display); font-size: 10px; }
.physio-pricing .pricing-specialist-head > strong { border-color: rgba(79,124,102,.28); background: #f1f6f3; color: #416a56; }
.pricing-specialist-block .pricing-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.price-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto auto; column-gap: 22px; padding: 20px 0; border: 0; border-top: 1px solid var(--line); background: transparent; }
.price-card:first-child { border-top: 0; }
.price-card.featured { margin: 0 -14px; padding: 20px 14px; border: 1px solid rgba(152,108,24,.2); border-radius: 12px; background: linear-gradient(110deg, rgba(223,180,73,.12), rgba(223,180,73,.035)); color: var(--ink); }
.physio-pricing .price-card.featured { border-color: rgba(79,124,102,.2); background: linear-gradient(110deg, rgba(109,154,129,.12), rgba(109,154,129,.035)); }
.price-card small { grid-column: 1; color: var(--gold-dark); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.physio-pricing .price-card small { color: #416a56; }
.price-card h3 { grid-column: 1; margin: 4px 0 6px; font-size: 18px; line-height: 1.18; }
.price-card p, .price-card.featured p { grid-column: 1; min-height: 0; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.price { grid-column: 2; grid-row: 1 / span 3; display: grid; align-content: center; justify-items: end; gap: 1px; margin: 0; text-align: right; font-family: var(--display); }
.price strong { font-size: clamp(21px, 2vw, 28px); line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.price span { color: var(--muted); font-size: 9px; line-height: 1.3; }
.price-card .check-list { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 5px 16px; margin: 12px 0 0; }
.price-card .check-list li { font-size: 10px; }
.price-card .button { grid-column: 1 / -1; justify-self: start; min-height: 0; margin-top: 13px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--gold-dark); font-size: 9px; box-shadow: none; }
.price-card .button:hover { transform: translateX(3px); background: transparent; color: var(--ink); }
.physio-pricing .price-card .button { color: #416a56; }
.price-disclaimer { margin: 15px 0 0; padding-top: 15px; border-top: 1px solid var(--line); font-size: 10px; line-height: 1.55; }
.terms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.terms-grid article { padding: 22px; border-top: 2px solid var(--gold); background: var(--white); }
.terms-grid strong { font-family: var(--display); font-size: 14px; }
.terms-grid p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }

.page-hero { padding: 92px 0; background: var(--ink); color: var(--white); }
.page-hero-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.page-hero h1 { max-width: 760px; margin: 16px 0 12px; font-size: clamp(44px, 6vw, 76px); line-height: .99; letter-spacing: -.07em; }
.page-hero p:not(.eyebrow) { max-width: 660px; margin: 0; color: #bdc2ba; font-size: 18px; }
.author-card { display: flex; align-items: center; gap: 12px; min-width: 250px; padding: 13px; border: 1px solid var(--dark-line); }
.author-card img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; }
.author-card div { display: grid; }
.author-card small, .author-card span { color: #aeb5ac; font-size: 10px; }
.author-card strong { font-family: var(--display); font-size: 14px; }
.blog-filters { display: flex; flex-wrap: wrap; justify-content: end; gap: 7px; }
.blog-filters button { padding: 10px 12px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 10px; font-weight: 800; }
.blog-filters button:hover, .blog-filters button.active { border-color: var(--gold-dark); color: var(--gold-dark); }
.article-grid { grid-template-columns: repeat(3, 1fr); }
.article-card { position: relative; min-height: 265px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, border-color .2s ease; }
.article-card:hover { transform: translateY(-4px); border-color: var(--gold-dark); }
.article-tag { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-icon { position: absolute; top: 21px; right: 23px; color: var(--gold-dark); font-size: 20px; }
.article-card h3 { margin: 55px 0 10px; font-size: 20px; line-height: 1.12; }
.article-card p { color: var(--muted); font-size: 13px; }
.article-card small { margin-top: auto; color: var(--gold-dark); font-size: 10px; font-weight: 800; }
.article-card[hidden] { display: none; }
.featured-post { background: var(--cream); }
.featured-post-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: stretch; gap: 55px; }
.post-visual { min-height: 355px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: linear-gradient(145deg, rgba(17,20,18,.22), rgba(17,20,18,.9)), url("assets/trening-50-plus/norbert-wstawanie-z-lawki.jpg") center / cover; color: var(--white); }
.blog-filters { display: flex; flex-wrap: wrap; justify-content: end; gap: 7px; }
body[data-page="blog"] .page-hero { background: linear-gradient(135deg, var(--cream), var(--paper)); }
body[data-page="blog"] .page-hero h1 { max-width: 720px; }
body[data-page="blog"] .featured-post { padding-top: 90px; }
.post-visual > span { color: var(--gold); font-family: var(--display); font-size: 15px; font-weight: 800; }
.post-visual div { display: flex; justify-content: space-between; align-items: end; }
.post-visual small { color: var(--gold); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.post-visual strong { font-family: var(--display); font-size: 30px; }
.featured-post article h2 { max-width: 720px; margin: 10px 0 18px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.03; letter-spacing: -.06em; }
.featured-post article p { max-width: 720px; color: var(--muted); }
.article-takeaway { display: grid; grid-template-columns: 150px 1fr; gap: 15px; margin-top: 25px; padding: 17px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.article-takeaway strong { color: var(--gold-dark); font-family: var(--display); }
.article-section { border-top: 1px solid var(--line); }
.article-layout { display: grid; grid-template-columns: 180px 1fr; gap: 50px; }
.article-layout aside { display: grid; align-content: start; gap: 5px; }
.article-layout aside span { color: var(--gold-dark); font-family: var(--display); font-size: 16px; font-weight: 800; }
.article-layout aside small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-layout article { max-width: 760px; }
.article-layout h2 { margin: 0 0 17px; font-size: clamp(32px, 4vw, 52px); line-height: 1.03; letter-spacing: -.06em; }
.article-layout h3 { margin: 30px 0 7px; font-size: 20px; }
.article-layout p { color: var(--muted); }
.article-layout .lead { font-family: var(--display); font-size: 18px; }
.article-layout blockquote { margin: 30px 0; padding: 20px; border-left: 3px solid var(--gold); background: var(--cream); font-family: var(--display); font-size: 20px; }
.small-note { font-size: 12px; font-style: italic; }
.newsletter-section { padding: 75px 0; background: var(--ink); color: var(--white); }
.newsletter-box { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.newsletter-box h2 { margin: 7px 0; font-size: 34px; letter-spacing: -.05em; }
.newsletter-box p:not(.kicker) { margin: 0; color: #aeb5ac; }
.newsletter-box form { display: grid; grid-template-columns: minmax(220px, 300px) auto; gap: 8px; }
.newsletter-box input { min-height: 51px; padding: 0 15px; border: 1px solid var(--dark-line); background: transparent; color: var(--white); outline: 0; }
.form-status { grid-column: 1 / -1; min-height: 20px; color: var(--gold); font-size: 12px; }

/* Blog — układ redakcyjny inspirowany stroną referencyjną centrumleczenia.eu/blog */
body[data-page="blog"], body[data-bundle-route="blog"] { background: #f3ecdf; }
body[data-page="blog"] .site-header, body[data-bundle-route="blog"] .site-header { background: rgba(247,244,236,.97); color: var(--ink); border-bottom-color: rgba(126,94,42,.18); }
body[data-page="blog"] .site-header::after, body[data-bundle-route="blog"] .site-header::after { background: linear-gradient(90deg, transparent, rgba(147,106,22,.38), transparent); }
body[data-page="blog"] .main-nav > a:not(.nav-cta), body[data-bundle-route="blog"] .main-nav > a:not(.nav-cta), body[data-page="blog"] .nav-specialties-toggle, body[data-bundle-route="blog"] .nav-specialties-toggle { color: #28231f; }
body[data-page="blog"] .main-nav > a:hover, body[data-page="blog"] .main-nav > a.active, body[data-page="blog"] .nav-specialties-toggle:hover, body[data-bundle-route="blog"] .main-nav > a:hover, body[data-bundle-route="blog"] .main-nav > a.is-active, body[data-bundle-route="blog"] .nav-specialties-toggle:hover { color: var(--gold-dark); }
body[data-page="blog"] .nav-cta, body[data-bundle-route="blog"] .nav-cta { border: 1px solid rgba(126,94,42,.25); border-radius: 9px; background: transparent; color: #4f3a1d; }
body[data-page="blog"] .menu-toggle, body[data-bundle-route="blog"] .menu-toggle { color: var(--ink); }
body[data-page="blog"] .brand-logo, body[data-bundle-route="blog"] .brand-logo { filter: drop-shadow(0 4px 10px rgba(126,94,42,.12)); }

.blog-reference-hero { min-height: 574px; display: flex; align-items: center; padding: 130px 0 84px; background: radial-gradient(circle at 82% 12%, rgba(223,180,73,.13), transparent 28%), #29241f; color: #fff8e8; }
.blog-reference-hero .container { width: min(1180px, calc(100% - 100px)); }
.blog-reference-hero .eyebrow { margin-bottom: 23px; color: #e4c372; }
.blog-reference-hero h1 { max-width: 820px; margin: 0 0 25px; font-size: clamp(54px, 5.45vw, 70px); line-height: 1; letter-spacing: -.045em; }
.blog-reference-hero > .container > p:not(.eyebrow) { max-width: 740px; margin-bottom: 31px; color: rgba(255,248,232,.72); font-size: 18px; line-height: 1.65; }
.blog-home-link { display: inline-flex; align-items: center; gap: 15px; min-height: 47px; padding: 0 17px; border: 1px solid rgba(245,211,139,.46); border-radius: 7px; color: #fff8e8; font-size: 12px; font-weight: 700; }
.blog-home-link span { color: var(--gold); font-size: 17px; }
.blog-home-link:hover { border-color: var(--gold); color: var(--gold-soft); }

.blog-list-section { padding: 92px 0; background: #f3ecdf; }
.blog-topic-heading { max-width: 820px; }
.blog-topic-heading h2 { margin: 10px 0 17px; color: #28231f; font-size: clamp(40px, 4vw, 52px); line-height: 1.04; letter-spacing: -.045em; }
.blog-topic-heading > p:not(.kicker), .blog-feed-heading > p:not(.kicker) { max-width: 760px; margin: 0; color: #70675e; font-size: 16px; }
.blog-category-tabs.blog-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 42px; }
.blog-category-tabs .blog-category-tab { min-height: 172px; display: grid; align-content: start; gap: 7px; padding: 26px 28px; border: 1px solid rgba(126,94,42,.2); border-radius: 8px; background: #fbf7ef; color: #28231f; text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.blog-category-tabs .blog-category-tab:hover { transform: translateY(-2px); border-color: rgba(147,106,22,.52); }
.blog-category-tabs .blog-category-tab.active { border-color: #e5c780; background: linear-gradient(135deg, rgba(245,211,139,.12), rgba(255,255,255,.26)); color: #28231f; }
.blog-category-tab span { color: #7e5e2a; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blog-category-tab strong { font-family: var(--display); font-size: 21px; line-height: 1.18; }
.blog-category-tab small { max-width: 440px; color: #756c63; font-size: 13px; line-height: 1.55; }
.blog-feed-heading { max-width: 840px; margin-top: 88px; }
.blog-feed-heading h2 { margin: 9px 0 15px; color: #28231f; font-size: clamp(36px, 3.4vw, 44px); line-height: 1.1; letter-spacing: -.045em; }

.blog-list-section .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 39px; align-items: stretch; }
.blog-list-section .article-card { min-height: 634px; display: flex; overflow: hidden; flex-direction: column; padding: 0; border: 1px solid rgba(126,94,42,.2); border-radius: 8px; background: #fbf7ef; color: #28231f; box-shadow: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.blog-list-section .article-card:hover { transform: translateY(-4px); border-color: rgba(126,94,42,.48); box-shadow: 0 18px 40px rgba(67,49,27,.08); }
.blog-card-media { height: 237px; flex: 0 0 237px; margin: 0; overflow: hidden; background: #d9d1c4; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; filter: saturate(.88) contrast(1.02); transition: transform .35s ease; }
.blog-list-section .article-card:hover .blog-card-media img { transform: scale(1.025); }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 27px 20px 25px; }
.blog-list-section .article-tag { width: fit-content; color: #7e5e2a; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blog-list-section .article-card h3 { margin: 18px 0 14px; font-size: 21px; line-height: 1.18; letter-spacing: -.025em; }
.blog-list-section .article-card p { margin: 0; color: #70675e; font-size: 14px; line-height: 1.65; }
.blog-list-section .article-card time { margin-top: auto; padding-top: 24px; color: #7e5e2a; font-size: 11px; font-weight: 700; }

@media (max-width: 820px) {
  body[data-page="blog"] .main-nav, body[data-bundle-route="blog"] .main-nav { background: #f7f4ec; border-top-color: rgba(126,94,42,.18); }
  .blog-reference-hero { min-height: 520px; padding: 105px 0 72px; }
  .blog-reference-hero .container { width: min(100% - 40px, 680px); }
  .blog-reference-hero h1 { font-size: clamp(47px, 10vw, 62px); }
  .blog-category-tabs.blog-filters, .blog-list-section .article-grid { grid-template-columns: 1fr; }
  .blog-category-tabs .blog-category-tab { min-height: 0; }
  .blog-list-section .article-card { min-height: 560px; }
  .blog-card-media { height: min(360px, 65vw); flex-basis: min(360px, 65vw); }
}

@media (max-width: 520px) {
  .blog-reference-hero { min-height: 470px; padding: 82px 0 62px; }
  .blog-reference-hero h1 { font-size: 43px; }
  .blog-reference-hero > .container > p:not(.eyebrow) { font-size: 15px; }
  .blog-list-section { padding: 70px 0; }
  .blog-topic-heading h2 { font-size: 37px; }
  .blog-category-tabs .blog-category-tab { padding: 22px; }
  .blog-feed-heading { margin-top: 65px; }
  .blog-feed-heading h2 { font-size: 34px; }
  .blog-list-section .article-card { min-height: 535px; }
  .blog-card-media { height: 225px; flex-basis: 225px; }
}

.family-cta, .page-cta { padding: 70px 0; background: var(--gold); color: var(--ink); }
.family-box, .page-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.family-box h2, .page-cta h2 { max-width: 700px; margin: 8px 0 10px; font-size: clamp(30px, 4vw, 48px); line-height: 1.03; letter-spacing: -.06em; }
.family-box p:not(.kicker), .page-cta p:not(.kicker) { max-width: 650px; margin: 0; color: rgba(17,20,18,.72); }
.family-actions { display: grid; gap: 18px; justify-items: start; }
.family-actions .button-primary { background: var(--ink); color: var(--gold); }
.family-actions .text-link { color: var(--ink); }

.contact-section { background: var(--cream); }
.contact-copy { align-self: start; }
.contact-details { display: grid; gap: 12px; margin-top: 28px; }
.contact-details a, .contact-details > span { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.contact-details a:hover { color: var(--gold-dark); }
.contact-details span span, .contact-details > a > span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid var(--gold-dark); color: var(--gold-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.contact-form { display: grid; gap: 14px; padding: 32px; background: var(--white); border-top: 4px solid var(--gold); }
.form-heading { display: grid; gap: 3px; margin-bottom: 5px; }
.form-heading strong { font-family: var(--display); font-size: 21px; }
.form-heading small { color: var(--muted); }
.contact-form label { display: grid; gap: 6px; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); background: var(--paper); outline: 0; color: var(--ink); font-size: 14px; letter-spacing: 0; text-transform: none; }
.contact-form input { min-height: 46px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(228,182,66,.12); }

.client-portal { min-height: calc(100vh - 84px); padding: 85px 0; background: var(--ink); color: var(--white); }
.client-layout { grid-template-columns: .8fr 1.2fr; align-items: start; }
.client-intro h1 { margin: 15px 0; font-size: clamp(43px, 5vw, 68px); line-height: 1; letter-spacing: -.07em; }
.client-intro p:not(.eyebrow) { max-width: 480px; color: #b8beb6; }
.client-login, .client-dashboard { padding: 32px; background: var(--white); color: var(--ink); }
.client-login { display: grid; gap: 15px; border-top: 4px solid var(--gold); }
.client-login h2 { margin: 0 0 7px; font-size: 27px; }
.client-login label { display: grid; gap: 6px; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-login input { min-height: 48px; padding: 0 13px; border: 1px solid var(--line); outline: 0; }
.client-login input:focus { border-color: var(--gold-dark); }
.client-dashboard { display: grid; gap: 20px; }
.client-dashboard[hidden] { display: none; }
.client-dashboard-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.client-dashboard h2 { margin: 0; font-size: 28px; }
.client-dashboard small { color: var(--muted); }
.client-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.client-stat { padding: 17px; background: var(--cream); }
.client-stat strong { display: block; font-family: var(--display); font-size: 25px; }
.client-stat span { color: var(--muted); font-size: 10px; }
.client-dashboard article { padding: 18px 0; border-top: 1px solid var(--line); }
.client-dashboard article h3 { margin: 0 0 8px; font-size: 17px; }
.client-dashboard article p { margin: 0; color: var(--muted); font-size: 13px; white-space: pre-line; }
.client-logout { border: 0; background: transparent; color: var(--gold-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }

/* Strefa klienta 2.0 */
.client-portal { min-height: calc(100vh - 84px); padding: 76px 0 96px; background: radial-gradient(circle at 14% 12%, rgba(223,180,73,.12), transparent 30%), var(--ink); color: var(--white); }
.client-portal-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.client-intro { position: sticky; top: 132px; }
.client-intro h1 { margin: 19px 0; font-size: clamp(44px, 5.4vw, 72px); line-height: .98; letter-spacing: -.065em; }
.client-intro > p:not(.eyebrow) { max-width: 580px; color: #b9c0b8; font-size: 17px; }
.client-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; margin: 28px 0; color: #d5d9d3; font-size: 12px; }
.client-benefits span::first-letter { color: var(--gold); }
.client-intro .note-box { color: var(--ink); }
.client-auth-card, .client-dashboard { border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: var(--white); color: var(--ink); box-shadow: 0 34px 85px rgba(0,0,0,.24); }
.client-auth-card[hidden], .client-dashboard[hidden] { display: none; }
.client-auth-tabs { display: grid; grid-template-columns: repeat(2, 1fr); padding: 8px; border-bottom: 1px solid var(--line); background: var(--cream); border-radius: 20px 20px 0 0; }
.client-auth-tabs button { min-height: 48px; border: 0; border-radius: 12px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-auth-tabs button.is-active { background: var(--white); color: var(--ink); box-shadow: 0 8px 25px rgba(17,20,18,.08); }
.client-auth-panel { padding: 34px; }
.client-auth-panel[hidden] { display: none; }
.client-auth-panel h2 { margin: 5px 0 6px; font-size: 33px; letter-spacing: -.04em; }
.client-auth-panel > p:not(.kicker) { color: var(--muted); font-size: 13px; }
.client-auth-panel form { display: grid; gap: 16px; margin-top: 25px; }
.client-auth-panel form > label, .client-form-grid label { display: grid; gap: 7px; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-auth-panel input { min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 9px; background: #fff; outline: 0; }
.client-auth-panel input:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(223,180,73,.13); }
.client-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.client-specialty-choice { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; border: 0; }
.client-specialty-choice legend { grid-column: 1 / -1; margin-bottom: 4px; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-specialty-choice label { display: flex; min-height: 84px; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.client-specialty-choice label:has(input:checked) { border-color: var(--gold-dark); background: rgba(223,180,73,.1); }
.client-specialty-choice input { width: 18px; min-height: 18px; accent-color: var(--gold-dark); }
.client-specialty-choice span { display: grid; }
.client-specialty-choice strong { font-family: var(--display); font-size: 12px; }
.client-specialty-choice small { color: var(--muted); font-size: 10px; }
.client-consent { display: flex !important; align-items: start; grid-template-columns: none !important; gap: 10px !important; color: var(--muted) !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.client-consent input { width: 17px; min-height: 17px; accent-color: var(--gold-dark); }
.client-dashboard { display: grid; gap: 0; padding: 0; overflow: hidden; }
.client-dashboard-head { padding: 28px 30px; background: var(--cream); }
.client-overview { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.client-overview > div { display: grid; gap: 3px; padding: 18px 22px; border-right: 1px solid var(--line); }
.client-overview > div:last-child { border-right: 0; }
.client-overview span, .client-module-stats span, .client-progress span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.client-overview strong { font-family: var(--display); font-size: 12px; }
.client-service-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.client-service-tabs button { min-height: 47px; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.client-service-tabs button span { margin-right: 6px; color: var(--gold-dark); }
.client-service-tabs button.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.client-service-tabs button[hidden] { display: none; }
.client-service-panel { display: grid; gap: 22px; padding: 28px 30px 32px; }
.client-service-panel[hidden] { display: none; }
.client-service-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.client-service-heading small { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-service-heading h3 { margin: 4px 0 0; font-size: 26px; }
.client-service-heading > strong { padding: 7px 10px; border-radius: 999px; background: rgba(67,117,82,.11); color: #315c3d; font-size: 9px; text-transform: uppercase; }
.client-progress { display: grid; gap: 8px; }
.client-progress > div { display: flex; justify-content: space-between; }
.client-progress i { height: 8px; overflow: hidden; border-radius: 99px; background: var(--cream); }
.client-progress b { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold-dark), var(--gold)); transition: width .4s ease; }
.client-module-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.client-module-stats > div { display: grid; gap: 5px; padding: 15px; border-radius: 10px; background: var(--cream); }
.client-module-stats strong { font-family: var(--display); font-size: 13px; }
.client-module-copy { display: grid; gap: 0; }
.client-module-copy section { padding: 16px 0; border-top: 1px solid var(--line); }
.client-module-copy small { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-module-copy p { margin: 5px 0 0; color: var(--muted); font-size: 13px; white-space: pre-line; }
.client-specialist-link { width: fit-content; color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; }

.site-footer { padding: 55px 0 22px; background: var(--ink); color: var(--white); }
.site-footer .brand-logo { width: 235px; height: 68px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 38px; padding-bottom: 42px; }
.footer-grid > div:first-child p { max-width: 300px; margin: 18px 0 0; color: #9fa69e; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid > div > strong { margin-bottom: 7px; color: var(--gold); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { color: #b9beb7; font-size: 12px; }
.footer-grid > div > a:not(.brand):hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--dark-line); color: #7f877e; font-size: 10px; }

@media (max-width: 1050px) { .main-nav { gap: 14px; } .hero-grid, .about-layout, .split-layout, .contact-layout { gap: 45px; } .problem-grid, .timeline { grid-template-columns: repeat(2, 1fr); } .timeline article:nth-child(2) { border-right: 0; } .timeline article:nth-child(n+3) { border-top: 1px solid var(--dark-line); } }
@media (max-width: 820px) { .container { width: min(100% - 40px, 680px); } .main-nav { position: fixed; inset: 84px 0 auto; display: none; padding: 24px 20px 30px; background: var(--ink); border-top: 1px solid var(--dark-line); } .main-nav.open { display: grid; } .main-nav > a:not(.nav-cta)::after { bottom: -4px; } .menu-toggle { display: block; } .hero-grid, .service-hero .container, .page-hero-grid, .about-layout, .split-layout, .contact-layout, .client-layout, .featured-post-grid, .pricing-specialist-head, .physio-photo-grid, .training-photo-grid, .pelvic-floor-card { grid-template-columns: 1fr; } .pricing-specialist-head { align-items: start; } .pricing-specialist-head > strong { width: fit-content; min-width: 0; } .hero-grid { padding-block: 48px; } .hero-visual { min-height: 460px; border-left: 0; } .hero-visual img { min-height: 460px; } .service-hero-visual { min-height: 280px; border-left: 0; } .service-hero-visual img { min-height: 280px; } .physio-hero .service-hero-visual, .physio-hero .service-hero-visual img, .training-hero .service-hero-visual, .training-hero .service-hero-visual img { min-height: 520px; } .physio-photo-card-offset { margin-top: 0; } .physio-photo-card img, .training-photo-card img { height: min(690px, 118vw); } .pelvic-floor-visual, .pelvic-floor-visual img { min-height: 430px; } .pelvic-floor-copy { padding: 36px 30px; } .trust-grid { grid-template-columns: repeat(2, 1fr); } .trust-grid > div:nth-child(3) { border-left: 1px solid rgba(17,20,18,.2); } .path-grid, .specialty-grid, .feature-grid, .article-grid, .pricing-grid { grid-template-columns: 1fr; } .problem-grid, .timeline, .terms-grid { grid-template-columns: repeat(2, 1fr); } .split-heading, .family-box, .page-cta .container, .newsletter-box { display: grid; align-items: start; } .split-heading > p { max-width: 650px; } .newsletter-box form { max-width: 520px; } .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px) { .parallel-grid { grid-template-columns: 1fr; } .parallel-card { min-height: 420px; } }
@media (max-width: 820px) { .generated-specialty-hero .service-hero-copy { padding-block: 58px; } .generated-specialty-hero .service-hero-visual { margin: 0; border-radius: 0; } }
@media (max-width: 900px) { .specialist-social-card, .client-portal-shell { grid-template-columns: 1fr; } .client-intro { position: static; } }
@media (max-width: 620px) { .specialist-social-card { padding: 24px; } .specialist-social-profile { grid-template-columns: 86px 1fr; } .specialist-social-profile img { width: 86px; height: 108px; } .specialist-social-links a { display: grid; gap: 3px; } .specialist-social-links strong { text-align: left; } .client-form-grid, .client-specialty-choice, .client-benefits, .client-overview, .client-module-stats, .inquiry-form .form-grid { grid-template-columns: 1fr; } .client-overview > div { border-right: 0; border-bottom: 1px solid var(--line); } .client-overview > div:last-child { border-bottom: 0; } .client-service-tabs { grid-template-columns: 1fr; } .client-auth-panel, .client-service-panel { padding: 24px; } .inquiry-section { padding-block: 68px; } .inquiry-form { padding: 23px 20px 20px; } }
@media (max-width: 520px) { .section { padding: 75px 0; } .container { width: min(100% - 32px, 480px); } .brand-logo { width: 174px; height: 52px; } .site-footer .brand-logo { width: 215px; height: 64px; } .hero-copy h1 { font-size: 50px; } .hero-visual, .hero-visual img { min-height: 390px; } .trust-grid > div { min-height: 112px; padding: 16px; } .trust-grid strong { font-size: 14px; } .path-card, .feature-card, .contact-form, .client-login, .client-dashboard { padding: 23px; } .problem-grid, .timeline, .terms-grid, .client-stat-grid, .footer-grid { grid-template-columns: 1fr; } .timeline article { border-right: 0; border-top: 1px solid var(--dark-line); } .timeline article:first-child { border-top: 0; } .article-layout { grid-template-columns: 1fr; gap: 15px; } .article-takeaway { grid-template-columns: 1fr; } .newsletter-box form { grid-template-columns: 1fr; } .footer-bottom { display: grid; } .footer-grid { gap: 28px; } }
@media (max-width: 520px) { .client-dashboard { padding: 0; } .client-dashboard-head { padding: 23px; } }
@media (max-width: 820px) { .nav-specialties-menu { position: static; width: 100%; margin-top: 12px; transform: none; } .nav-specialties:hover .nav-specialties-menu { transform: none; } .nav-specialties-menu a { padding: 15px 12px; } .pricing-directory > .container, .inquiry-layout { grid-template-columns: 1fr; } .pricing-specialist-block { padding: 23px; } .inquiry-copy { position: static; } .case-carousel-slide { grid-template-columns: 1fr; } .case-carousel-slide img { min-height: 360px; height: min(550px, 95vw); } .case-carousel-slide-content { min-height: 420px; padding: 36px 30px 90px; } .carousel-controls { right: 25px; bottom: 23px; } }
@media (max-width: 520px) { .pricing-specialist-head { grid-template-columns: 1fr; gap: 10px; min-height: 0; margin-bottom: 14px; } .pricing-specialist-head > strong { grid-row: 1; width: fit-content; } .price-card { grid-template-columns: minmax(0, 1fr) auto; column-gap: 14px; padding: 18px 0; } .price-card.featured { margin-inline: -10px; padding: 18px 10px; } .price strong { font-size: 21px; } .price-card .check-list { gap: 4px 11px; } }
