/* ======================
   OFERTA — mobile-first + SEO content parity
====================== */

.offer-page {
  background: #fff;
}

.offer-kicker {
  margin: 0 0 10px;
  color: var(--color-accent-dark);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.offer-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 56px) 0 64px;
  background:
    radial-gradient(circle at 10% 10%, rgba(226, 97, 30, 0.12), transparent 30%),
    linear-gradient(135deg, #fffaf6 0%, #f7f0e7 52%, #fff 100%);
}

.offer-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 44px;
  align-items: center;
}

.offer-hero__inner--top-media {
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 40px);
  max-width: 1180px;
}

.offer-hero--top-media .offer-hero__content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.offer-hero--top-media .offer-hero__lead {
  margin-left: auto;
  margin-right: auto;
}

.offer-hero--top-media .offer-hero__actions {
  justify-content: center;
}

.offer-hero h1 {
  margin: 0;
  color: #1f1b18;
  font-size: clamp(2.1rem, 4vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.offer-hero__lead {
  max-width: 780px;
  margin: 22px 0 0;
  color: #312d29;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.62;
  font-weight: 650;
}

.offer-hero__more,
.offer-text-more {
  margin-top: 16px;
}

.offer-hero__more summary,
.offer-text-more summary,
.offer-step summary {
  cursor: pointer;
  list-style: none;
}

.offer-hero__more summary::-webkit-details-marker,
.offer-text-more summary::-webkit-details-marker,
.offer-step summary::-webkit-details-marker {
  display: none;
}

.offer-hero__more summary,
.offer-text-more summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent-dark);
  font-weight: 850;
}

.offer-hero__more summary::after,
.offer-text-more summary::after {
  content: "＋";
  font-weight: 900;
}

.offer-hero__more[open] summary::after,
.offer-text-more[open] summary::after {
  content: "−";
}

.offer-hero__more p,
.offer-text-more p {
  margin: 10px 0 0;
  color: #5a524c;
  line-height: 1.7;
}

.offer-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.offer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 25px;
  border-radius: 999px;
  font-weight: 850;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.offer-button--primary {
  border: 2px solid var(--color-accent);
  background: var(--color-accent);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(226, 97, 30, 0.28);
}

.offer-button--primary:hover,
.offer-button--primary:focus {
  background: #fd7e3b;
  border-color: #fd7e3b;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(226, 97, 30, 0.32);
}

.offer-button--secondary {
  border: 2px solid rgba(31, 27, 24, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #241f1b !important;
}

.offer-button--secondary:hover,
.offer-button--secondary:focus {
  border-color: var(--color-accent);
  color: var(--color-accent-dark) !important;
  transform: translateY(-2px);
}

.offer-hero__media {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow:
    0 30px 70px rgba(31, 27, 24, 0.18),
    0 10px 26px rgba(226, 97, 30, 0.12);
  background: #fff8f2;
  isolation: isolate;
  touch-action: pan-y;
}

.offer-hero__media-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: var(--color-accent-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(31, 27, 24, .12);
  backdrop-filter: blur(8px);
}

.offer-hero__media-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  gap: 8px;
  transform: translateX(-50%);
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 8px 22px rgba(31, 27, 24, .12);
  backdrop-filter: blur(8px);
}

.offer-hero__media-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(33, 29, 25, .24);
  transition: width .18s ease, background .18s ease;
}

.offer-hero__media-dots span.is-active {
  width: 22px;
  background: var(--color-accent);
}

.offer-hero__media::before {
  content: "";
  position: absolute;
  inset: 24px -20px -20px 24px;
  border-radius: 30px;
  background: rgba(226, 97, 30, 0.16);
  z-index: 0;
}

.offer-hero__media picture {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.offer-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2200 / 980;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
  box-shadow: 0 24px 58px rgba(31, 27, 24, 0.16);
  transform: none !important;
  transition: opacity .22s ease;
}

.offer-hero__media.is-changing img {
  opacity: .22;
}

.offer-hero--top-media .offer-hero__media {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.offer-hero--top-media .offer-hero__media img {
  min-height: clamp(300px, 42vw, 520px);
}

.offer-hero__media--slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.05) 100%),
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.20), transparent 30%);
}

.offer-hero__media--slideshow.is-slideshow-ready > picture {
  opacity: 0;
  pointer-events: none;
}

.offer-hero-slideshow-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
  background: #f5eadf;
}

.offer-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  box-shadow: none !important;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity .78s ease, transform 1.25s ease;
}

.offer-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.offer-hero-slideshow-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  display: inline-flex;
  gap: 8px;
  transform: translateX(-50%);
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 28px rgba(31, 27, 24, .16);
  backdrop-filter: blur(10px);
}

.offer-hero-slideshow-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(33, 29, 25, .28);
  transition: width .22s ease, background .22s ease;
}

.offer-hero-slideshow-dots span.is-active {
  width: 24px;
  background: var(--color-accent);
}

.offer-hero-slideshow-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  background: rgba(255,255,255,.76);
  color: transparent;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(31, 27, 24, .18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.offer-hero-slideshow-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 11px;
  border-right: 3px solid #211d19;
  border-bottom: 3px solid #211d19;
}

.offer-hero-slideshow-nav--prev::before {
  transform: translate(-42%, -50%) translateY(1.5px) rotate(135deg);
}

.offer-hero-slideshow-nav--next::before {
  transform: translate(-58%, -50%) translateY(1.5px) rotate(-45deg);
}

.offer-hero-slideshow-nav:hover,
.offer-hero-slideshow-nav:focus {
  background: rgba(255,255,255,.94);
  border-color: rgba(255,255,255,.86);
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 16px 38px rgba(31, 27, 24, .24);
}

.offer-hero-slideshow-nav--prev {
  left: 18px;
}

.offer-hero-slideshow-nav--next {
  right: 18px;
}



.offer-mobile-summary {
  padding: 34px 0 10px;
  background: #fff;
}

.offer-mobile-summary h2 {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.offer-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.offer-summary-grid article,
.offer-step,
.offer-feature,
.offer-list-panel,
.offer-cta,
.offer-visual-break__box {
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(31, 27, 24, 0.06);
}

.offer-summary-grid article {
  padding: 18px;
}

.offer-summary-grid span,
.offer-step summary span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(226, 97, 30, 0.11);
  color: var(--color-accent-dark);
  font-size: 0.88rem;
  font-weight: 900;
}

.offer-summary-grid strong {
  display: block;
  margin-top: 12px;
  color: #211d19;
  font-size: 1.05rem;
}

.offer-summary-grid p {
  margin: 8px 0 0;
  color: #514a43;
  line-height: 1.55;
}

.offer-intro-section,
.offer-types-section,
.offer-prepare-section,
.offer-cta-section,
.offer-visual-break {
  padding: 64px 0;
}

.offer-narrow {
  max-width: 920px;
}

.offer-narrow h2,
.offer-split h2,
.offer-cta h2,
.offer-visual-break h2 {
  margin-top: 0;
}

.offer-narrow p,
.offer-split p,
.offer-cta p,
.offer-visual-break p {
  color: #3f3a35;
  font-size: 1.05rem;
  line-height: 1.75;
}

.section-alt {
  background: #faf9f6;
}

.offer-scope-section,
.offer-why-section {
  padding: 68px 0;
}

.offer-scope-section h2,
.offer-why-section h2 {
  margin-top: 0;
  text-align: center;
}

.offer-scope-section .offer-kicker,
.offer-why-section .offer-kicker {
  text-align: center;
}

.offer-section-lead {
  max-width: 760px;
  margin: -8px auto 28px;
  color: #5a534c;
  text-align: center;
  line-height: 1.65;
}

.offer-section-lead--left {
  margin: 0;
  text-align: left;
}

.offer-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.offer-step {
  padding: 0;
  overflow: hidden;
}

.offer-step summary {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
}

.offer-step summary strong {
  color: #211d19;
  font-size: 1.12rem;
  line-height: 1.25;
}

.offer-step summary::after {
  content: "＋";
  margin-left: auto;
  color: var(--color-accent-dark);
  font-weight: 900;
}

.offer-step[open] summary::after {
  content: "−";
}

.offer-step p {
  margin: 0;
  padding: 0 24px 24px;
  color: #514a43;
  line-height: 1.65;
}

.offer-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 36px;
  align-items: center;
}

.offer-split--reverse {
  grid-template-columns: minmax(320px, 1.1fr) minmax(0, 0.9fr);
}

.offer-list-panel {
  padding: 28px;
}

.offer-list-panel--accent {
  background:
    linear-gradient(135deg, rgba(226, 97, 30, 0.09), rgba(137, 199, 137, 0.12)),
    #fff;
}

.offer-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.offer-check-list li {
  position: relative;
  padding-left: 32px;
  color: #332f2a;
  line-height: 1.55;
}

.offer-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.offer-visual-break {
  background: #fff;
}

.offer-visual-break__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  background:
    radial-gradient(circle at 15% 15%, rgba(226, 97, 30, 0.11), transparent 28%),
    #fff;
}

.offer-visual-break__box p {
  margin: 0;
}

/* Specjalizacja — link do landing page */
.offer-specialization-section {
  padding: 64px 0;
}

.offer-specialization {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: 28px;
  align-items: center;
}

.offer-specialization__content {
  max-width: 760px;
}

.offer-specialization__content .offer-kicker,
.offer-specialization__content h2 {
  text-align: left;
}

.offer-specialization__content h2 {
  margin: 0;
  color: #211d19;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.offer-specialization__content p {
  margin: 16px 0 0;
  color: #3f3a35;
  font-size: 1.05rem;
  line-height: 1.72;
}

.offer-specialization__card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(226, 97, 30, .20);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 10%, rgba(226, 97, 30, .14), transparent 30%),
    linear-gradient(135deg, #fffaf6 0%, #fff 78%);
  color: #211d19 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(31, 27, 24, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.offer-specialization__card span {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(226, 97, 30, .11);
  color: var(--color-accent-dark);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.offer-specialization__card strong {
  color: #211d19;
  font-size: clamp(1.12rem, 2.4vw, 1.55rem);
  line-height: 1.22;
}

.offer-specialization__card::after {
  content: "Przejdź do strony →";
  color: var(--color-accent-dark);
  font-weight: 900;
}

.offer-specialization__card:hover,
.offer-specialization__card:focus {
  transform: translateY(-3px);
  border-color: rgba(226, 97, 30, .34);
  box-shadow: 0 18px 42px rgba(31, 27, 24, .12);
}

/* Baner prowadzący do galerii na stronie oferty */
.offer-gallery-banner-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(226, 97, 30, 0.10), transparent 30%),
    radial-gradient(circle at 88% 30%, rgba(137, 199, 137, 0.13), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}

.offer-gallery-banner-section__head {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}

.offer-gallery-banner-section__head h2 {
  margin: 0;
  color: #211d19;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.offer-gallery-banner-section__head p {
  margin: 16px auto 0;
  color: #484139;
  font-size: 1.05rem;
  line-height: 1.72;
}

.offer-gallery-banner {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: clamp(22px, 2.2vw, 34px);
  background: #f6efe8;
  box-shadow: 0 18px 42px rgba(31, 27, 24, 0.12);
  text-decoration: none !important;
  isolation: isolate;
}

.offer-gallery-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .12) 100%);
  opacity: .65;
  pointer-events: none;
  transition: opacity .18s ease;
}

.offer-gallery-banner:hover::after,
.offer-gallery-banner:focus-visible::after {
  opacity: .88;
}

.offer-gallery-banner picture,
.offer-gallery-banner img {
  display: block;
  width: 100%;
}

.offer-gallery-banner img {
  height: auto;
  aspect-ratio: 1800 / 800;
  object-fit: cover;
  transform: none !important;
  transition: filter .18s ease;
}

.offer-gallery-banner:hover img,
.offer-gallery-banner:focus-visible img {
  filter: brightness(.98) contrast(1.02);
}

.offer-gallery-banner:focus-visible {
  outline: 3px solid rgba(226, 97, 30, .48);
  outline-offset: 4px;
}

.offer-gallery-banner--empty {
  padding: 28px;
  color: #5c544c;
  text-align: center;
  font-weight: 750;
}

.offer-gallery-banner-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.offer-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.offer-feature {
  padding: 24px;
}

.offer-feature h3 {
  margin: 0 0 10px;
  color: #211d19;
  font-size: 1.15rem;
}

.offer-feature p {
  margin: 0;
  color: #514a43;
  line-height: 1.65;
}

.offer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 38px 28px;
  background:
    radial-gradient(circle at 15% 15%, rgba(226, 97, 30, 0.14), transparent 32%),
    #fff;
}

.offer-cta p {
  max-width: 760px;
  margin: 0 auto 6px;
}

.offer-mobile-sticky-cta {
  display: none;
}

@media (max-width: 980px) {
  .offer-hero__inner,
  .offer-split,
  .offer-split--reverse,
  .offer-specialization {
    grid-template-columns: 1fr;
  }

  .offer-specialization__content {
    max-width: 900px;
  }

  .offer-specialization__content .offer-kicker,
  .offer-specialization__content h2,
  .offer-specialization__content p {
    text-align: center;
  }

  .offer-summary-grid,
  .offer-step-list,
  .offer-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-hero {
    padding-top: 52px;
  }

  .offer-visual-break__box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .offer-page {
    padding-bottom: 72px;
  }

  .offer-hero {
    padding: 36px 0 30px;
  }

  .offer-hero__inner {
    gap: 24px;
  }

  .offer-hero__media-dots {
    bottom: 12px;
  }

  .offer-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    letter-spacing: -0.04em;
  }

  .offer-hero__lead {
    margin-top: 16px;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .offer-hero__actions {
    margin-top: 22px;
  }

  .offer-button {
    width: 100%;
    min-height: 48px;
  }

  .offer-hero__media::before {
    display: none;
  }

  .offer-hero__media {
    border-radius: 22px;
  }

  .offer-hero__media img {
    border-radius: 22px;
    aspect-ratio: 3 / 4;
    min-height: 360px;
    max-height: none;
  }

  .offer-hero-slideshow-nav {
    width: 38px;
    height: 38px;
    font-size: 1.65rem;
  }

  .offer-hero-slideshow-nav--prev {
    left: 10px;
  }

  .offer-hero-slideshow-nav--next {
    right: 10px;
  }

  .offer-hero-slideshow-dots {
    bottom: 12px;
  }

  .offer-mobile-summary {
    padding: 28px 0 4px;
  }

  .offer-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .offer-summary-grid article {
    padding: 14px;
    border-radius: 18px;
  }

  .offer-summary-grid span,
  .offer-step summary span {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  .offer-summary-grid strong {
    margin-top: 9px;
    font-size: 0.98rem;
  }

  .offer-summary-grid p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .offer-intro-section,
  .offer-types-section,
  .offer-prepare-section,
  .offer-cta-section,
  .offer-visual-break,
  .offer-gallery-banner-section,
  .offer-scope-section,
  .offer-why-section {
    padding: 40px 0;
  }

  .offer-narrow h2,
  .offer-split h2,
  .offer-scope-section h2,
  .offer-why-section h2,
  .offer-visual-break h2,
  .offer-gallery-banner-section h2,
  .offer-cta h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.15;
  }

  .offer-narrow p,
  .offer-split p,
  .offer-cta p,
  .offer-visual-break p,
  .offer-gallery-banner-section p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .offer-gallery-banner-section__head {
    margin-bottom: 18px;
    text-align: left;
  }

  .offer-gallery-banner-section__head .offer-kicker {
    text-align: left;
  }

  .offer-gallery-banner img {
    aspect-ratio: 900 / 1200;
  }

  .offer-gallery-banner-section__actions {
    margin-top: 18px;
  }

  .offer-section-lead {
    display: none;
  }

  .offer-hero__more,
  .offer-text-more,
  .offer-step {
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(31, 27, 24, 0.05);
  }

  .offer-hero__more,
  .offer-text-more {
    padding: 14px 16px;
  }

  .offer-hero__more p,
  .offer-text-more p {
    font-size: 0.97rem;
    line-height: 1.6;
  }

  .offer-step-list,
  .offer-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .offer-step summary {
    min-height: auto;
    padding: 16px;
  }

  .offer-step summary strong {
    font-size: 1rem;
  }

  .offer-step p {
    padding: 0 16px 16px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .offer-list-panel,
  .offer-visual-break__box,
  .offer-feature,
  .offer-cta {
    border-radius: 18px;
    padding: 20px;
  }

  .offer-check-list {
    gap: 11px;
  }

  .offer-check-list li {
    font-size: 0.97rem;
    line-height: 1.48;
  }

  .offer-feature p {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .offer-mobile-sticky-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1200;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 32px rgba(31, 27, 24, 0.18);
    backdrop-filter: blur(10px);
  }

  .offer-mobile-sticky-cta a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 850;
    text-decoration: none !important;
  }

  .offer-mobile-sticky-cta a:first-child {
    background: var(--color-accent);
    color: #fff !important;
  }

  .offer-mobile-sticky-cta a:last-child {
    background: #f7f0e7;
    color: #241f1b !important;
  }
}


/* v12 — subtelne przełamanie pomarańczu na podstronie oferty */
.offer-why-section.section-alt {
  background:
    radial-gradient(circle at 12% 16%, rgba(13, 105, 134, .12), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(226, 97, 30, .055), transparent 25%),
    linear-gradient(180deg, #f4fafb 0%, #fff 100%);
}

.offer-why-section .offer-feature {
  border-color: rgba(13, 105, 134, .14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
    radial-gradient(circle at 100% 0%, rgba(13,105,134,.08), transparent 34%);
}

.offer-scope-section.section-alt {
  background:
    radial-gradient(circle at 92% 10%, rgba(125, 87, 66, .055), transparent 26%),
    linear-gradient(180deg, #faf9f6 0%, #fff 100%);
}

.offer-prepare-section {
  background:
    radial-gradient(circle at 10% 14%, rgba(226, 97, 30, .06), transparent 30%),
    linear-gradient(180deg, #fffaf6 0%, #fff 100%);
}

.offer-prepare-section .offer-list-panel--accent {
  border-color: rgba(13,105,134,.16);
  background:
    radial-gradient(circle at 12% 10%, rgba(13,105,134,.08), transparent 30%),
    #fff;
}

.offer-mobile-summary {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfc 100%);
}
