:root {
  --fuchsia: #D92264;
  --blue: #0968d8;
  --blue-dark: #3A0E1B;
  --ink: #18040A;
  --muted: #18040A;
  --line: #dce8f7;
  --soft: #f4f9ff;
  --white: #fff;
  --shadow: 0 18px 45px rgba(16, 40, 75, .12);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.6; }
body.variant-a .faq-ebook, body.variant-b .ebook-section, body.variant-b .faq-repeat { display: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; scroll-margin-top: 96px; }
.eyebrow { margin: 0 0 10px; color: var(--fuchsia); text-transform: uppercase; font-size: calc(.78rem + 2px); font-weight: 600; letter-spacing: .08em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; line-height: 1.12; color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; }
h1 { font-size: clamp(2.12rem, 4.15vw, 3.85rem); font-weight: 760; max-width: 620px; }
h1 span { color: var(--blue); display: block; }
h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
h3 { font-size: 1rem; }
p { margin: 16px 0 0; }
.lead { font-size: 1.16rem; color: var(--ink); }
.lead strong, .lead span { display: block; font-weight: 680; }
.lead strong { font-size: 1.29rem; }
.subtitle, .soft-line { color: var(--fuchsia); font-weight: 560; }
.subtitle { font-size: 1.38rem; line-height: 1.35; }

.site-header {
  position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92);
  border-bottom: 1px solid #fdeaf4; backdrop-filter: blur(16px);
}
.nav { min-height: 88px; display: flex; align-items: center; gap: 24px; }
.logo { display: flex; align-items: center; gap: 0; color: var(--ink); line-height: 1.08; }
.logo img { width: 62px; height: 62px; object-fit: contain; }
.logo strong { display: block; font-size: 1.05rem; font-weight: 560; letter-spacing: .06em; color: var(--fuchsia); text-transform: uppercase; }
.logo small { display: block; margin-top: 5px; font-size: calc(.885rem + 2px); font-weight: 400; letter-spacing: .04em; color: var(--ink); }
.menu { margin-left: auto; margin-right: auto; display: flex; align-items: center; gap: 24px; font-size: calc(.92rem + 2px); font-weight: 560; }
.menu a { position: relative; padding: 31px 0 18px; color: #3A0E1B; }
.menu a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 13px; height: 2px;
  background: var(--fuchsia); transform: scaleX(0); transform-origin: center;
  transition: transform .38s ease; border-radius: 999px;
}
.menu a:hover { color: var(--fuchsia); }
.menu a:hover::after { transform: scaleX(1); }
.phone-btn, .btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 0 24px; border-radius: 6px; font-weight: 850; transition: .2s ease;
}
.phone-btn { gap: 9px; border: 1px solid transparent; background: transparent; color: var(--fuchsia); box-shadow: none; font-weight: 750; }
.phone-btn svg, .btn svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .nav-cta { min-height: 52px; padding: 0 24px; border-radius: 6px; background: var(--fuchsia); color: #fff; font-weight: 650; }
.appointment-cta { gap: 10px; border: 1px solid #A92154; background: linear-gradient(180deg, var(--fuchsia), #C21959); color: #fff; font-weight: 560; box-shadow: none; }
.blue-panel .appointment-cta { background: linear-gradient(180deg, var(--fuchsia), #C21959); color: #fff; border-color: #A92154; }
.btn.primary { background: var(--blue); color: #fff; box-shadow: none; }
.btn.secondary { color: var(--blue); border: 1px solid var(--blue); background: transparent; box-shadow: none; font-weight: 600; }
.btn.light { background: #fff; color: var(--blue-dark); }
.btn.light.appointment-cta { border: 1px solid #A92154; background: linear-gradient(180deg, var(--fuchsia), #C21959); color: #fff; font-weight: 560; box-shadow: none; }
.phone-btn:hover, .btn:hover { transform: translateY(-1px); } .phone-btn:hover { border-color: var(--fuchsia); background: rgba(217,34,100,.04); }
.btn[aria-disabled="true"] { cursor: not-allowed; }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 10px 14px; font-weight: 800; color: var(--blue); }

.hero { position: relative; min-height: 0; display: block; padding: 0; overflow: hidden; background: linear-gradient(90deg, #FCF1F3, #FCFAFA); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); align-items: stretch; gap: 0; }
.hero-copy {
  position: relative; z-index: 3; width: auto; max-width: none; align-self: center;
  margin-left: 0; padding: 30px 0px; background: transparent;
}
.hero-eyebrow { margin: 0; color: #2A0712; font-size: 4rem; font-weight: 900; letter-spacing: 1px; max-width: none; } .hero-heading { width: max-content; max-width: 100%; } .hero h2 { font-size: clamp(2rem, 3.2vw, 3rem); } .hero h2 span { display: inline; color: var(--fuchsia); }
.hero-line {
  display: block; width: min(170px, 48vw); height: 2px; margin: 18px 0 0; border-radius: 999px; background: var(--fuchsia); transform: scaleX(.2); transform-origin: left; transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.hero-heading:hover .hero-line { transform: scaleX(1); }
.hero-intro { max-width: 560px; margin-top: 18px; color: var(--ink); font-family: "Inter", "Segoe UI", Arial, sans-serif; font-size: 18px; line-height: 1.55; }
.actions { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 32px; }
.call-cta, .service-cta { gap: 10px; }
.call-cta span { font-weight: 500; }
.call-cta b { font-weight: 650; }
.hero .btn.primary { background: linear-gradient(180deg, var(--fuchsia), #C21959); color: #fff; border: 1px solid #A92154; font-weight: 560; } .hero .btn.secondary { color: var(--fuchsia); border-color: var(--fuchsia); }
.trust-list { list-style: none; padding: 0; margin: 48px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; font-weight: 560; font-size: .92rem; }
.trust-list li { display: flex; align-items: center; gap: 12px; }
.hero .trust-list li:last-child { margin-left: -5px; }
.hero .trust-list img { width: 44px; height: 44px; object-fit: contain; flex: 0 0 auto; }
.trust-list img { width: 44px; height: 44px; object-fit: contain; flex: 0 0 auto; }
.about .trust-list li { display: flex; align-items: center; gap: 12px; padding-left: 0; }
.hero-media { position: relative; z-index: 1; min-height: 100%; display: block; overflow: hidden; margin-right: calc(max(20px, (100vw - 1280px) / 2) * -1); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 0; }
.ebook.highlight { animation: ebookGlow 1.45s ease; }
@keyframes ebookGlow { 0%, 100% { box-shadow: 0 12px 30px rgba(16,40,75,.06); } 45% { box-shadow: 0 0 0 5px rgba(9,104,216,.10), 0 20px 48px rgba(9,104,216,.16); } }

.section-head { text-align: center; margin-bottom: 42px; } #oferta { padding: 60px 0; }
.section-head.left { text-align: left; margin-bottom: 24px; }
.reviews-head { display: grid; justify-items: center; width: max-content; margin-left: auto; margin-right: auto; }
.about-head, .orthotics-head, .section-head.left .reviews-head { justify-items: start; margin-left: 0; margin-right: auto; }
.about-row .eyebrow { color: var(--fuchsia); opacity: .9; font-size: calc(.78rem + 2px); font-weight: 600; }
.section-line {
  display: block; width: min(170px, 48vw); height: 2px; margin-top: 16px; border-radius: 999px;
  background: var(--fuchsia); transform: scaleX(.2); transform-origin: center; transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.reviews-head:hover .section-line, .reviews-head:focus-within .section-line { transform: scaleX(1); }
.about-head .section-line, .orthotics-head .section-line, .section-head.left .section-line { transform-origin: left; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.service-card, .ebook, .accordion details { border: 1px solid #fdeaf4; background: rgba(255,255,255,.92); border-radius: 8px; box-shadow: 0 12px 30px rgba(16,40,75,.06); }
.review-card { border: 1px solid #fdeaf4; background: rgba(255,255,255,.92); border-radius: 8px; box-shadow: 0 12px 30px rgba(16,40,75,.06); }
.service-card { min-height: 210px; padding: 26px 18px; text-align: center; box-shadow: none; transition: transform .32s ease, border-color .32s ease, background .32s ease; }
.service-icon { width: 72px; height: 72px; margin: 0 auto 18px; display: grid; place-items: center; transition: transform .38s cubic-bezier(.22, 1, .36, 1); }
.service-icon img { width: 100%; height: 100%; object-fit: contain; transition: transform .38s cubic-bezier(.22, 1, .36, 1); }
.service-card h3 { color: var(--ink); min-height: 56px; }
.service-card:hover { transform: translateY(-1px); border-color: var(--fuchsia); background: #fff; } .service-card:hover .service-icon { transform: scale(1.01); } .service-card:hover .service-icon img { transform: scale(1.025); }

.about-orthotics-section { background: linear-gradient(90deg, #FCF1F3, #FCFAFA, #FCF1F3); padding-top: 0 !important; padding-bottom: 0 !important; overflow: hidden; }
.about-orthotics-container { position: relative; background: transparent; overflow: visible; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.portrait-wrap { position: relative; align-self: stretch; min-height: 0; }
.portrait-wrap::before { content: ""; position: absolute; inset: 0 0 0 calc(max(20px, (100vw - 1280px) / 2) * -1); background: url("assets/podolog-bydgoszcz-malgorzata-krajewska.png") center top/cover no-repeat; }
.portrait { display: none; }
.about-row > div:not(.portrait-wrap) { padding: 70px 0 70px 100px; align-self: center; }
.about-copy { font-size: calc(1rem + 2px); }
.trust-list.inline { grid-template-columns: repeat(3, 1fr); margin-top: 34px; }

.orthotics-row { padding: 0; background: transparent; }
.orthotics-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 430px; }
.blue-panel { position: relative; color: var(--ink); padding: 64px 64px 64px 0; background: transparent; z-index: 1; }
.blue-panel::before { display: none; }
.blue-panel h2 { color: var(--ink); } .blue-panel .eyebrow { color: var(--fuchsia); }
.blue-panel .eyebrow { opacity: .9; font-size: calc(.78rem + 2px); }
.blue-panel .eyebrow { font-weight: 600; }
.blue-panel h2 { font-size: clamp(1.75rem, 2.55vw, 2.45rem); font-weight: 650; }
.blue-panel p, .blue-panel .check-list { color: var(--ink); max-width: 520px; font-size: calc(1rem + 2px); }
.check-list { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--fuchsia); font-weight: 900; }
.orthotics-image { position: relative; min-height: 430px; margin-right: calc(max(20px, (100vw - 1280px) / 2) * -1); background: url("assets/wkladki-ortopedyczne.png") center/cover no-repeat; }

.faq-ebook { background: #fff; padding-top: 44px; padding-bottom: 44px; } .two-columns { display: grid; grid-template-columns: 2fr 3fr; gap: 28px; align-items: stretch; }
.two-columns > div, .two-columns > .ebook { background: #FCF1F3; border: 1px solid #fdeaf4; border-radius: 8px; box-shadow: none; } .two-columns > div { padding: 34px; } .faq-ebook h2 { font-size: clamp(1.2rem, 1.55vw, 1.55rem); }
.accordion { display: grid; gap: 8px; } .faq-ebook .accordion details, .faq-ebook .ebook { border-color: #fdeaf4; box-shadow: none; }
.accordion details { position: relative; overflow: visible; z-index: 1; transition: background-color .25s ease, border-color .25s ease, transform .25s ease; }
.accordion details:hover { border-color: #fdeaf4; background: #fff; transform: translateY(-1px); }
.accordion details[open] { z-index: 20; border-color: #fdeaf4; border-radius: 8px 8px 0 0; }
.accordion summary { position: relative; cursor: pointer; padding: 12px 44px 12px 18px; font-weight: 560; color: var(--ink); list-style: none; transition: color .25s ease, padding-left .25s ease; }
.accordion summary::-webkit-details-marker { display: none; } .accordion summary::after { content: "+"; position: absolute; right: 18px; top: 50%; color: var(--fuchsia); font-size: 1.35rem; line-height: 1; transform: translateY(-50%); transition: color .25s ease; }
.accordion details[open] summary::after { content: "-"; color: var(--fuchsia); }
.accordion details > p { position: absolute; top: calc(100% - 1px); left: -1px; right: -1px; z-index: 10; margin: 0; padding: 0 18px 16px; color: var(--muted); background: #fff; border: 1px solid #fdeaf4; border-top: 0; border-radius: 0 0 8px 8px; animation: faq-answer-in .34s cubic-bezier(.2,.75,.25,1) both; }
.accordion details > p::before { content: ""; display: block; width: 64px; height: 1px; margin: 0 0 14px; background: var(--fuchsia); }
@keyframes faq-answer-in { 0% { opacity: 0; clip-path: inset(0 0 100% 0); filter: blur(3px); transform: translateY(-8px) scaleY(.94); } 70% { opacity: 1; filter: blur(0); } 100% { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); } }
.ebook { padding: 34px; position: relative; overflow: hidden; display: grid; gap: 18px; }
.ebook .eyebrow { color: var(--fuchsia); }
.ebook-main { display: grid; grid-template-columns: 3fr 2fr; gap: 28px; align-items: center; }
.ebook-cover { width: 223%; height: auto; filter: drop-shadow(0 10px 10px rgba(16,40,75,.10)); transform: translateX(-20px) rotate(7deg); transform-origin: center; transition: transform .35s ease, filter .35s ease; }
.ebook-cover:hover { filter: drop-shadow(0 13px 14px rgba(16,40,75,.13)); transform: translateX(-20px) rotate(7deg) scale(1.1); }
input { width: 100%; min-height: 52px; border: 1px solid #fdeaf4; border-radius: 6px; padding: 0 16px; font: inherit; }
input:focus { outline: 0; background: #FFFCF8; border-color: #A87582; box-shadow: none; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #fff inset; -webkit-text-fill-color: var(--ink); }
#ebook-email-new, #ebook-email-new:-webkit-autofill, #ebook-email-new:-webkit-autofill:hover { background: #fff !important; -webkit-box-shadow: 0 0 0 1000px #fff inset !important; box-shadow: 0 0 0 1000px #fff inset !important; -webkit-text-fill-color: var(--ink) !important; }
#ebook-email-new:focus, #ebook-email-new:-webkit-autofill:focus, #ebook-email-new:-webkit-autofill:active { background: #FFFCF8 !important; -webkit-box-shadow: 0 0 0 1000px #FFFCF8 inset !important; box-shadow: 0 0 0 1000px #FFFCF8 inset !important; -webkit-text-fill-color: var(--ink) !important; border-color: #A87582; }
.ebook .btn.primary { background: var(--fuchsia); color: #fff; }
.form-note { min-height: 24px; color: var(--blue); font-weight: 750; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reviews { padding-top: 60px; padding-bottom: 30px; }
.reviews h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.review-card { display: grid; grid-template-rows: auto 1fr; height: 315px; min-height: 315px; padding: 20px 26px 26px; overflow: hidden; box-shadow: none; text-align: center; }
.review-quote { width: 102px; height: auto; margin: 0 auto 6px 0; padding: 10px 10px 15px; box-sizing: content-box; }
.review-stage { display: grid; min-height: 0; }
.review-layer { grid-area: 1 / 1; display: grid; grid-template-rows: 1fr auto auto; justify-items: center; min-height: 0; transition: opacity .7s ease, filter .7s ease; }
.review-next { opacity: 0; filter: blur(1.5px) contrast(.98); }
.review-grid.is-resetting .review-layer { transition: none; }
.review-grid.is-dissolving .review-current { opacity: 0; filter: blur(1.5px) contrast(.98); }
.review-grid.is-dissolving .review-next { opacity: 1; filter: blur(0) contrast(1); }
.review-stars { color: var(--fuchsia); font-size: 2em; letter-spacing: .06em; text-align: center; }
.review-dots { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.review-dots button { width: 11px; height: 11px; padding: 0; border-radius: 50%; border: 1px solid #fdeaf4; background: transparent; cursor: pointer; transition: background .18s ease, border-color .18s ease, box-shadow .2s ease, transform .2s ease; }
.review-dots button.active { background: var(--fuchsia); border-color: var(--fuchsia); }
.review-dots button:hover, .review-dots button:focus-visible { border-color: var(--fuchsia); box-shadow: 0 0 0 5px rgba(217,34,100,.1); transform: scale(1.22); outline: none; }
blockquote { align-self: start; margin: 0 0 12px; color: #3A0E1B; font-style: italic; }
figcaption { color: var(--muted); font-size: .9rem; }
.ebook-section { padding-top: 59px; padding-bottom: 59px; background: #fff; }
.ebook-section-box { position: relative; z-index: 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; padding: 0; border: 0; border-radius: 8px; background: transparent; }
.ebook-section-box::before { content: ""; position: absolute; inset: 20px 0; z-index: -1; border: 1px solid #fdeaf4; border-radius: 8px; background: #FCF1F3; }
.ebook-promo { position: relative; z-index: 1; display: grid; grid-template-columns: 3fr 2fr; gap: 24px; align-items: center; padding: 18px 34px; border-radius: 8px; color: #fff; } .ebook-promo::before { content: ""; position: absolute; inset: 0 -60px 0 0; z-index: -1; border-radius: inherit; background: linear-gradient(180deg, var(--fuchsia), #C21959); clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%); } .ebook-promo h2, .ebook-promo p { color: #fff; } .ebook-promo h2 { margin: 18px 0 22px; font-size: calc(clamp(2rem, 3.2vw, 3rem) - 6px); } .ebook-promo p { margin-top: 0; } .ebook-promo p:first-child { text-transform: uppercase; font-weight: 520; letter-spacing: .04em; } .ebook-promo p:last-child { font-size: calc(1rem + 2px); } .ebook-promo img { width: 300px; justify-self: center; filter: drop-shadow(0 12px 18px rgba(42,7,18,.18)); transform: translate(30px, 0px) rotate(12deg); transform-origin: top center; transition: transform .35s ease; } .ebook-promo img:hover { transform: translate(30px, 0px) translateY(-10px) rotate(12deg) scale(1.1); }
.ebook-signup { display: grid; align-content: center; margin: 20px 0; padding: 34px 34px 34px 54px; color: var(--ink); } .ebook-signup h2 { margin-bottom: 22px; font-size: 2.4rem; } .ebook-new-form { position: relative; display: grid; gap: 14px; } .ebook-check { display: grid; grid-template-columns: 18px minmax(0, 92%); gap: 10px; align-items: start; color: var(--ink); font-size: .9rem; line-height: 1.35; } .ebook-check input { width: 16px; height: 16px; min-height: 0; margin: 4px 0 0 2px; align-self: start; } .ebook-new-form input.is-missing { border-color: var(--fuchsia); } .ebook-check.is-missing { color: var(--fuchsia); } .ebook-new-form .btn { appearance: none; background: linear-gradient(180deg, var(--fuchsia), #C21959); color: #fff; border: 1px solid #A92154; box-shadow: none; text-transform: uppercase; font-weight: 720; letter-spacing: .045em; } .ebook-new-status { position: absolute; left: 0; top: 100%; padding-top: 10px; color: var(--fuchsia); font-size: .78rem; line-height: 1.25; } .ebook-new-status.is-success { color: #198754; }
.faq-repeat { background: #fff; padding-top: 30px; padding-bottom: 60px; } .faq-repeat-grid { grid-template-columns: repeat(2, 1fr); gap: 0 28px; }
.faq-repeat .accordion details { background: transparent; border: 0; border-top: 1px solid #fdeaf4; border-radius: 0; box-shadow: none; }
.faq-repeat .accordion details:hover, .faq-repeat .accordion details[open] { border-color: #fdeaf4; border-radius: 0; }
.faq-repeat .accordion summary { padding-top: 10px; padding-bottom: 10px; }

.contact { background: linear-gradient(135deg, #06356d, #0870df); color: #fff; }
.contact h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: center; }
.contact-phone { display: block; margin: 18px 0; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; line-height: 1; }
address { margin-top: 22px; font-style: normal; }
.contact p, .contact address { color: var(--ink); }
iframe { width: 100%; min-height: 360px; border: 0; border-radius: 8px; box-shadow: var(--shadow); }
.footer { padding: 9px 0; background: linear-gradient(180deg, var(--fuchsia), #C21959); color: #fff; font-size: .9rem; }
.footer .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.footer p { margin: 0; }
.privacy-link { border: 0; background: transparent; color: #fff; font: inherit; cursor: pointer; padding: 0; }
.mobile-call { display: none; }

@media (max-width: 1020px) {
  .nav { min-height: 74px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .menu { display: none; position: absolute; left: 20px; right: 20px; top: 76px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .menu.open { display: grid; gap: 4px; }
  .menu a { padding: 12px; border: 0; }
  .menu a::after { display: none; }
  .phone-btn, .nav-cta { display: none; }
  .split, .orthotics-grid, .two-columns, .ebook-section-box, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr); }
  .hero-copy { max-width: 560px; margin-left: 0; padding: 48px 0; }
  .hero-media { min-height: 100%; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .orthotics-row { background: transparent; }
  .blue-panel { padding: 48px 32px; }
  .blue-panel::before { display: none; }
  .orthotics-image { display: none; }
  .review-grid, .faq-repeat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1240px); }
  .section { padding: 45px 0; }
  .logo span { font-size: .78rem; }
  .hero { min-height: auto; display: block; padding: 0; }
  .hero-grid { grid-template-columns: 1fr; width: 100%; max-width: none; margin-left: 0; }
  .hero-copy { width: min(100% - 28px, 1240px); max-width: none; margin: 0 auto; padding: 21px 0 28px; }
  .actions { flex-direction: column; }
  .btn, .phone-btn { width: 100%; }
  .trust-list, .trust-list.inline, .services-grid, .review-grid, .faq-repeat-grid { grid-template-columns: 1fr; }
  .trust-list { margin-top: 30px; } .hero .trust-list { display: none; }
  .hero-media { height: 320px; min-height: 0; margin: 0; border-radius: 0; }
  .portrait-wrap { min-height: 360px; margin: 0 -14px; } .portrait-wrap::before { inset: 0; } .portrait-wrap::after { display: none; } .portrait { border-radius: 8px; } .service-card { min-height: auto; } .review-card { height: 315px; min-height: 315px; padding: 20px; }
  .ebook, .ebook-main, .ebook-fields, .ebook-promo { grid-template-columns: 1fr; }
  .ebook { padding: 26px; }
  .ebook-cover { width: 240px; margin: 0 auto; } .orthotics-row { padding: 0; } .orthotics-grid { width: 100%; } .orthotics-image { display: block; min-height: 260px; background: url("assets/wkladki-ortopedyczne.png") center/cover no-repeat; }
  .footer { padding-bottom: 82px; }
  .footer .container { display: block; }
  .mobile-call { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; min-height: 54px; align-items: center; justify-content: center; background: var(--blue); color: #fff; font-weight: 650; box-shadow: 0 -10px 26px rgba(9,104,216,.22); }
}
