@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url(fonty/archivo-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url(fonty/archivo-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonty/caveat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonty/caveat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonty/figtree-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonty/figtree-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --papier: #fffefb;
  --atrament: #24101a;
  --magenta: #e5004b; 
  --magenta-ciemna: #b8003c;
  --puder: #fbe9f1;
  --zolty: #ffd23e;
  --sliwka: #33081f;
  --linia: #f0d9e4;
  --tekst-jasny: #6e5364;
  --tekst: #503748; 

  
  --kampania-jasny: #f7eee3;
  --kampania-sredni: #eddcc8;
  --kampania-akcent: #b95e45;

  --font-naglowki: "Archivo", "Segoe UI", system-ui, sans-serif;
  --font-tekst: "Figtree", "Segoe UI", system-ui, sans-serif;
  --font-notka: "Caveat", "Segoe Script", cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id] { scroll-margin-top: 64px; }

body {
  font-family: var(--font-tekst);
  color: var(--atrament);
  line-height: 1.6;
  background: var(--papier);
  -webkit-font-smoothing: antialiased;
  
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.kartka { max-width: 760px; margin: 0 auto; background: var(--papier); position: relative; }

.kartka::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.2 0 0 0 0 0.06 0 0 0 0 0.12 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2 {
  font-family: var(--font-naglowki);
  line-height: 1.05;
  letter-spacing: -0.015em;
}

h2 {
  font-size: clamp(1.9rem, 7vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  text-wrap: balance;
  margin-bottom: 20px;
  --misreg-kolor: rgba(229, 0, 75, 0.22);
  text-shadow: 3px 3px 0 var(--misreg-kolor);
}

a { color: var(--magenta); }

b { font-weight: 700; }

.zalety b, .krok b { text-wrap: balance; }
.zalety li, .kupon li, .lead, .hej { text-wrap: pretty; }

.notka {
  font-family: var(--font-notka);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--magenta);
  transform: rotate(-1.5deg);
  display: inline-block;
  margin-top: 10px;
}
.notka-margines { display: block; font-size: 1.25rem; margin: 6px 0 0; transform: rotate(-2deg); color: var(--kampania-akcent); }

.linia {
  display: inline-block;
  opacity: 0;
  animation: pieczatka .38s cubic-bezier(.18, .89, .32, 1.18) both;
}
.hero h1 .linia:nth-of-type(1) { animation-delay: .05s; }
.hero h1 .linia:nth-of-type(2) { animation-delay: .2s; }
@keyframes pieczatka {
  from { opacity: 0; transform: scale(1.06) rotate(-1deg); }
  to   { opacity: 1; transform: scale(1) rotate(0); }
}
.hero-fade { opacity: 0; animation: wejscie-fade .6s ease .35s both; }
@keyframes wejscie-fade { from { opacity: 0; } to { opacity: 1; } }

.marker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 36' preserveAspectRatio='none'%3E%3Cpath fill='%23ffd23e' fill-opacity='0.92' d='M5,9 L1,15 L4,22 L2,28 L8,33 C28,36 52,34 78,35 C94,36 106,34 113,31 L118,24 L114,18 L117,10 L109,5 C88,1 62,3 38,2 C24,1 11,4 5,9 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0% 100%;
  padding: 0 0.14em;
  margin: 0 -0.04em;
  box-decoration-break: clone;
  animation: zakreslenie .5s cubic-bezier(.22, .61, .36, 1) .5s forwards;
}
@keyframes zakreslenie { to { background-size: 100% 100%; } }
.marker-statyczny { animation: none; background-size: 100% 100%; }

.naklejka {
  position: absolute;
  top: -14px;
  right: 2px;
  width: 86px;
  aspect-ratio: 1;
  background: var(--zolty);
  clip-path: polygon(50.0% 0.0%, 56.4% 9.5%, 65.5% 2.4%, 68.6% 13.5%, 79.4% 9.5%, 79.0% 21.0%, 90.5% 20.6%, 86.5% 31.4%, 97.6% 34.5%, 90.5% 43.6%, 100.0% 50.0%, 90.5% 56.4%, 97.6% 65.5%, 86.5% 68.6%, 90.5% 79.4%, 79.0% 79.0%, 79.4% 90.5%, 68.6% 86.5%, 65.5% 97.6%, 56.4% 90.5%, 50.0% 100.0%, 43.6% 90.5%, 34.5% 97.6%, 31.4% 86.5%, 20.6% 90.5%, 21.0% 79.0%, 9.5% 79.4%, 13.5% 68.6%, 2.4% 65.5%, 9.5% 56.4%, 0.0% 50.0%, 9.5% 43.6%, 2.4% 34.5%, 13.5% 31.4%, 9.5% 20.6%, 21.0% 21.0%, 20.6% 9.5%, 31.4% 13.5%, 34.5% 2.4%, 43.6% 9.5%);
  display: grid;
  place-items: center;
  transform: rotate(8deg);
  filter: drop-shadow(2px 3px 3px rgba(51, 8, 31, 0.18));
}
.naklejka span {
  font-family: var(--font-naglowki);
  font-weight: 900;
  font-size: 1.34rem;
  line-height: 1;
  color: var(--atrament);
  text-align: center;
}
.naklejka em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
.anim-naklejka { animation: przybicie .45s cubic-bezier(.18, .89, .32, 1.28) .75s both; }
@keyframes przybicie {
  from { opacity: 0; transform: rotate(16deg) scale(1.5); }
  to   { opacity: 1; transform: rotate(8deg) scale(1); }
}
@media (hover: hover) {
  .naklejka:hover { animation: none; transform: rotate(10deg) scale(1.03); transition: transform .25s cubic-bezier(.34, 1.56, .64, 1); }
}

.hero-wycinek { display: none; }

.btn {
  display: block;
  width: 100%;
  background: var(--magenta);
  color: #fff;
  border: 2px solid var(--magenta);
  border-radius: 999px;
  padding: 15px 22px;
  font-family: var(--font-naglowki);
  font-weight: 700;
  font-size: 1.02rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 3px 3px 0 rgba(51, 8, 31, 0.25);
  transition: background .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn:hover { background: var(--magenta-ciemna); border-color: var(--magenta-ciemna); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 rgba(51, 8, 31, 0.25); }
.btn-kontur { background: transparent; color: var(--magenta); box-shadow: 2px 2px 0 rgba(51, 8, 31, 0.12); }
.btn-kontur:hover { background: var(--puder); color: var(--magenta-ciemna); }
.btn-jasny { background: #fff; border-color: #fff; color: var(--sliwka); }
.btn-jasny:hover { background: var(--puder); border-color: var(--puder); }
.btn-small { display: inline-block; width: auto; padding: 9px 18px; font-size: 0.9rem; }

.topbar {
  position: sticky;
  top: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 14px 0;
  padding: 8px 8px 8px 16px;
  
  background: rgba(255, 254, 251, 0.55);
  -webkit-backdrop-filter: blur(18px) saturate(1.8);
  backdrop-filter: blur(18px) saturate(1.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 3px 5px 18px rgba(51, 8, 31, 0.08);
  transition: box-shadow .25s ease;
}
.topbar.przewinieta {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 4px 10px 30px rgba(51, 8, 31, 0.14);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .topbar { background: rgba(255, 254, 251, 0.96); }
}

@media (max-width: 899px) and (max-height: 720px) {
  .topbar { position: static; }
  section[id] { scroll-margin-top: 12px; }
}
.logo {
  font-family: var(--font-naglowki);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  color: var(--atrament);
  text-decoration: none;
  white-space: nowrap;
}
.logo span { color: var(--magenta); }
.topbar-tel {
  font-family: var(--font-naglowki);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--magenta);
  text-decoration: none;
  padding: 12px 16px;
  margin-block: -4px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}

.hero {
  position: relative;
  padding: 40px 20px 44px;
  background: linear-gradient(180deg, var(--papier) 62%, var(--kampania-jasny) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 180px;
  background-image: radial-gradient(#f3cadd 1.3px, transparent 1.4px);
  background-size: 11px 11px;
  -webkit-mask-image: radial-gradient(closest-side at 75% 22%, #000, transparent);
  mask-image: radial-gradient(closest-side at 75% 22%, #000, transparent);
  pointer-events: none;
}
.hero h1 {
  font-size: clamp(2.1rem, 10vw, 3.6rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.98;
  margin: 14px 0 18px;
  letter-spacing: -0.02em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55),
    4px 4px 0 rgba(229, 0, 75, 0.3);
}

.hero h1 .linia:nth-of-type(1) { padding-right: 64px; }
.lead {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 450;
  color: var(--tekst);
  margin-bottom: 22px;
  max-width: 30em;
}
.fakty {
  list-style: none;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--linia);
}
.fakty li {
  font-weight: 600;
  font-size: 0.95rem;
  padding: 5px 0 5px 30px;
  position: relative;
}
.fakty li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 18px;
  height: 9px;
  background: var(--magenta);
  border-radius: 60% 40% 55% 45% / 65% 45% 60% 40%;
  transform: rotate(-4deg);
}
.fakty li:nth-child(2)::before { transform: rotate(3deg); width: 20px; }
.fakty li:nth-child(3)::before { transform: rotate(-6deg); }

.swatche {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.swatche i {
  width: 42px;
  height: 19px;
  border-radius: 60% 40% 55% 45% / 65% 45% 60% 40%;
  opacity: 0;
  animation: wynurzenie .3s cubic-bezier(.22, .61, .36, 1) forwards;
  transition: transform .25s cubic-bezier(.22, .61, .36, 1);
  cursor: default;
}
.swatche i:hover { transform: rotate(-2deg) scaleX(1.35) scaleY(0.82); }

.swatche i:nth-of-type(1) { background: #e6c9ae; transform: rotate(-5deg); animation-delay: .95s; }
.swatche i:nth-of-type(2) { background: #d97b6a; transform: rotate(3deg);  animation-delay: 1.0s; }
.swatche i:nth-of-type(3) { background: #b95e45; transform: rotate(-3deg); animation-delay: 1.05s; }
.swatche i:nth-of-type(4) { background: #986a53; transform: rotate(4deg);  animation-delay: 1.1s; }
.swatche i:nth-of-type(5) { background: #5f4636; transform: rotate(-4deg); animation-delay: 1.15s; }
@keyframes wynurzenie { from { opacity: 0; translate: 0 8px; } to { opacity: 1; translate: 0 0; } }
.swatche-notka {
  font-size: 1.35rem;
  margin-top: 0;
  margin-left: 4px;
  text-decoration: none;
}
.swatche-notka:hover {
  text-decoration: underline wavy;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
}
.swatche-notka { color: var(--kampania-akcent); padding: 8px 4px; margin-block: -8px; }

.section { padding: 44px 20px 52px; }
#program { padding-top: 36px; }
.section-tlo { background: var(--kampania-jasny); }
.section-tlo .btn { margin-top: 26px; }

.section-tlo { position: relative; }
.section-tlo::before,
.section-tlo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background: conic-gradient(from -135deg at 50% 100%, var(--kampania-jasny) 90deg, transparent 0) 0 0 / 22px 10px repeat-x;
}
.section-tlo::before { top: -10px; }
.section-tlo::after { bottom: -10px; transform: scaleY(-1); }
.section-sliwka { background: var(--sliwka); color: #f3dce8; }
.section-sliwka h2 { color: #fff; --misreg-kolor: rgba(244, 169, 206, 0.3); }
.section-sliwka p { color: #d9b3c6; margin-bottom: 20px; }

.zalety { list-style: none; }
.zalety li {
  position: relative;
  padding: 14px 0 14px 34px;
  border-bottom: 1px dashed var(--linia);
  color: var(--tekst);
  font-size: 0.98rem;
}
.zalety li:last-child { border-bottom: none; }
.zalety li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 20px;
  height: 10px;
  background: var(--magenta);
  border-radius: 60% 40% 55% 45% / 65% 45% 60% 40%;
  transform: rotate(-4deg);
}
.zalety li:nth-child(2)::before { transform: rotate(3deg); width: 22px; }
.zalety li:nth-child(3)::before { transform: rotate(-7deg); width: 18px; height: 11px; }
.zalety li:nth-child(4)::before { transform: rotate(2deg); }
.zalety b {
  display: block;
  font-family: var(--font-naglowki);
  font-weight: 800;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  color: var(--atrament);
  margin-bottom: 2px;
}

.kroki { list-style: none; }
.krok {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 12px 0;
}
.krok-nr {
  flex: none;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-family: var(--font-notka);
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--magenta);
  border: 2px solid var(--magenta);
  border-radius: 54% 46% 48% 52% / 48% 54% 46% 52%; 
  transform: rotate(-5deg);
}
.krok:nth-child(2) .krok-nr { transform: rotate(3deg); border-radius: 47% 53% 55% 45% / 53% 46% 54% 47%; }
.krok:nth-child(3) .krok-nr { transform: rotate(-2deg); border-radius: 52% 48% 45% 55% / 46% 52% 48% 54%; }

.krok.widoczna .krok-nr {
  animation: wobble-nr .55s cubic-bezier(.34, 1.56, .64, 1) both;
}
@keyframes wobble-nr {
  from { scale: 0.4; }
  to   { scale: 1; }
}
.krok div { color: var(--tekst); font-size: 0.98rem; }
.krok b {
  display: block;
  font-family: var(--font-naglowki);
  font-weight: 800;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  color: var(--atrament);
  margin-bottom: 2px;
}

.kupon {
  position: relative;
  border: 2px dashed var(--magenta);
  border-radius: 6px;
  background: #fff;
  padding: 28px 20px 20px;
  margin-top: 24px;
}
.kupon::before {
  content: "✂";
  position: absolute;
  top: -15px;
  left: 20px;
  font-size: 1.3rem;
  color: var(--magenta);
  background: var(--papier);
  padding: 0 7px;
  line-height: 1;
}

.kupon.widoczna::before {
  animation: ciecie .9s ease-in-out both;
}
@keyframes ciecie {
  from { left: calc(100% - 48px); }
  to   { left: 20px; }
}

.kupon.reveal { transform: none; }
.kupon.widoczna { animation: odciecie .45s cubic-bezier(.34, 1.56, .64, 1) .85s both; }
@keyframes odciecie {
  from { translate: 0 -5px; rotate: 0.4deg; }
  to   { translate: 0 0; rotate: 0deg; }
}
.kupon.widoczna .kupon-tab { animation: tab-przybicie .3s cubic-bezier(.18, .89, .32, 1.28) .95s both; }
@keyframes tab-przybicie {
  from { opacity: 0; transform: rotate(6deg) scale(1.35); }
  to   { opacity: 1; transform: rotate(1.5deg) scale(1); }
}
.kupon-tab {
  position: absolute;
  top: -14px;
  right: 16px;
  background: var(--zolty);
  color: var(--atrament);
  font-family: var(--font-naglowki);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  transform: rotate(1.5deg);
  box-shadow: 2px 3px 8px rgba(51, 8, 31, 0.16);
}

.kupon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  right: -11px;
  height: 20px;
  translate: 0 -50%;
  pointer-events: none;
  background:
    radial-gradient(circle 9px at 9px 50%, var(--papier) 97%, transparent) left center / 20px 20px no-repeat,
    radial-gradient(circle 9px at calc(100% - 9px) 50%, var(--papier) 97%, transparent) right center / 20px 20px no-repeat;
}
.kupon ul { list-style: none; margin-bottom: 14px; }
.kupon li {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: 0.98rem;
  line-height: 1.5;
}
.kupon li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.85em;
  width: 18px;
  height: 9px;
  background: var(--magenta);
  border-radius: 60% 40% 55% 45% / 65% 45% 60% 40%;
  transform: rotate(-4deg);
}
.kupon-note { font-size: 0.82rem; color: var(--tekst-jasny); line-height: 1.45; }

.wycinek-katalog {
  position: relative;
  width: min(62vw, 240px);
  margin: 34px auto 0;
  padding: 8px 8px 10px;
  background: #fff;
  transform: rotate(-2deg);
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.35);
}
.wycinek-katalog::before,
.wycinek-katalog::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 20px;
  background: rgba(255, 210, 62, 0.6);
  top: -9px;
}
.wycinek-katalog::before { left: -16px; transform: rotate(-38deg); }
.wycinek-katalog::after { right: -16px; transform: rotate(38deg); }
img.katalog-photo { display: block; width: 100%; height: auto; }

img.katalog-photo.widoczna { animation: rzut-na-blat .55s cubic-bezier(.2, .7, .35, 1.05) both; }
@keyframes rzut-na-blat {
  from { opacity: 0; transform: translateY(-16px) rotate(-2deg) scale(1.05); }
  to   { opacity: 1; transform: none; }
}
.notka-katalog {
  position: static;
  display: block;
  width: auto;
  margin: 10px 0 0;
  font-size: 1.25rem;
  color: #f4a9ce;
  text-align: center;
  transform: rotate(-4deg);
}
@media (hover: hover) {
  .wycinek-katalog { transition: transform .3s cubic-bezier(.22, .61, .36, 1), box-shadow .3s cubic-bezier(.22, .61, .36, 1); }
  .wycinek-katalog:hover { transform: rotate(0.8deg) translateY(-5px); }
}

.photo-placeholder {
  position: relative;
  background: var(--puder);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--magenta);
  font-family: var(--font-notka);
  font-weight: 600;
  font-size: 1.25rem;
}
.photo-placeholder::before,
.photo-placeholder::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 20px;
  background: rgba(255, 210, 62, 0.55);
  top: -9px;
}
.photo-placeholder::before { left: -18px; transform: rotate(-38deg); }
.photo-placeholder::after { right: -18px; transform: rotate(38deg); }
.section-sliwka .photo-placeholder { background: #47102c; color: #f4a9ce; }

.kontakt-dane {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 20px 0 22px;
}
.kontakt-photo { flex: none; width: 96px; aspect-ratio: 1; border-radius: 50%; }
img.kontakt-photo { object-fit: cover; }
.kontakt-photo::before { left: auto; right: 8px; top: -8px; transform: rotate(24deg); width: 52px; height: 16px; }
.kontakt-photo::after { display: none; }
.kontakt-imie { font-family: var(--font-naglowki); font-weight: 800; font-size: 1.2rem; display: block; }
.kontakt-rola { color: var(--tekst-jasny); font-size: 0.9rem; }
.kontakt-akcje { display: grid; gap: 10px; }
.hej { color: var(--tekst); max-width: 34em; margin-bottom: 4px; }
.podpis {
  font-family: var(--font-notka);
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--magenta);
  transform: rotate(-3deg);
  display: inline-block;
  margin: 2px 0 18px 6px;
}

.podpis.reveal,
.podpis.reveal.widoczna { opacity: 1; transform: rotate(-3deg); } 
.podpis.widoczna { animation: pisanie .8s cubic-bezier(.5, .05, .6, .95) .2s both; }
@keyframes pisanie {
  from { clip-path: inset(-20% 103% -25% -3%); }
  to   { clip-path: inset(-20% -3% -25% -3%); }
}

.kontakt-form {
  margin-top: 30px;
  background: #fff;
  border: 2px solid var(--atrament);
  border-radius: 4px;
  padding: 24px 20px;
  box-shadow: 3px 3px 0 rgba(51, 8, 31, 0.12);
}
.form-tytul { font-family: var(--font-naglowki); font-weight: 700; margin-bottom: 14px; }
.form-tytul::after {
  content: " wype\0142nij i wy\015Blij :)";
  font-family: var(--font-notka);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--magenta);
  margin-left: 6px;
}
.kontakt-form label {
  display: block;
  font-weight: 600;
  margin: 14px 0 6px;
  font-size: 0.92rem;
}
.kontakt-form input[type="text"],
.kontakt-form textarea {
  width: 100%;
  padding: 10px 2px;
  border: 0;
  border-bottom: 2px solid var(--linia);
  border-radius: 0;
  font: inherit;
  color: var(--atrament);
  background: transparent;
  transition: border-color .15s ease, box-shadow .2s cubic-bezier(.22, .61, .36, 1);
}
.kontakt-form textarea {
  line-height: 28px;
  padding: 6px 2px;
  background-image: repeating-linear-gradient(to bottom, transparent 0 27px, var(--linia) 27px 28px);
  background-attachment: local;
  resize: none; 
}
.kontakt-form input[type="text"]:focus-visible,
.kontakt-form textarea:focus-visible {
  outline: none;
  border-bottom-color: var(--magenta);
  box-shadow: 0 2px 0 0 rgba(229, 0, 75, 0.25);
}
.kontakt-form .btn { margin-top: 20px; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.zgoda {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400 !important;
  font-size: 0.82rem !important;
  color: var(--tekst-jasny);
  margin-top: 16px !important;
}
.zgoda input { margin-top: 1px; min-width: 20px; min-height: 20px; accent-color: var(--magenta); }

.form-status { padding: 12px 14px; border-radius: 10px; margin-bottom: 14px; font-size: 0.95rem; }
.form-status.ok { background: #e8f6ec; color: #1c6b33; border: 1px solid #bfe4ca; }
.form-status.err { background: #fdecec; color: #9c2121; border: 1px solid #f2c2c2; }
.form-status.ok { animation: stempel-ok .5s cubic-bezier(.18, .89, .32, 1.28) .15s both; transform: rotate(-1deg); }
@keyframes stempel-ok {
  from { opacity: 0; transform: rotate(-2.5deg) scale(1.15); }
  to   { opacity: 1; transform: rotate(-1deg) scale(1); }
}
.form-status.err { animation: nie-tak .35s ease both; }
@keyframes nie-tak {
  0% { translate: 0 0; } 30% { translate: -3px 0; } 60% { translate: 3px 0; } 100% { translate: 0 0; }
}

.footer {
  background: var(--sliwka);
  color: #d9b3c6;
  padding: 32px 20px 30px;
  font-size: 0.88rem;
  position: relative;
}
.footer a { color: #f4a9ce; }
.footer-rzad {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(244, 169, 206, 0.22);
}
.footer-logo { flex: none; width: 77px; height: auto; opacity: 0.9; }
.folio {
  font-family: var(--font-naglowki);
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 169, 206, 0.55);
}
.footer-copy { font-size: 0.9rem; }
.footer-copy a { text-decoration: none; border-bottom: 1px solid rgba(244, 169, 206, 0.4); }
.footer-copy a:hover { border-bottom-color: #f4a9ce; }
.footer-note { margin-top: 10px; font-size: 0.78rem; opacity: 0.65; max-width: 44em; }

.kod-kreskowy {
  flex: none;
  background: #fff;
  border-radius: 3px;
  padding: 7px 10px 5px;
  transform: rotate(-1.5deg);
  box-shadow: 2px 3px 8px rgba(51, 8, 31, 0.16);
}
.kod-kreskowy::before {
  content: "";
  display: block;
  width: 108px;
  height: 26px;
  background: repeating-linear-gradient(90deg,
    var(--atrament) 0 2px, transparent 2px 4px,
    var(--atrament) 4px 7px, transparent 7px 9px,
    var(--atrament) 9px 10px, transparent 10px 14px,
    var(--atrament) 14px 15px, transparent 15px 17px);
}
.kod-kreskowy span {
  display: block;
  margin-top: 3px;
  font-family: var(--font-naglowki);
  font-weight: 700;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: var(--atrament);
}

.kod-kreskowy span::after {
  content: "";
  display: block;
  margin-top: 4px;
  height: 6px;
  background: linear-gradient(90deg, #00aeef 0 20%, #ec008c 20% 40%, #ffd23e 40% 60%, #24101a 60% 80%, #e5004b 80% 100%);
}

.pasek-dol {
  position: fixed;
  bottom: calc(14px + env(safe-area-inset-bottom));
  left: 0;
  right: 0;
  width: fit-content;
  max-width: calc(100% - 48px);
  margin-inline: auto;
  z-index: 20;
  display: flex;
  gap: 6px;
  padding: 6px;
  background: rgba(255, 254, 251, 0.55);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  backdrop-filter: blur(20px) saturate(1.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 5px 14px 36px rgba(51, 8, 31, 0.2);
  transform: translateY(calc(100% + 28px + env(safe-area-inset-bottom)));
  transition: transform .28s cubic-bezier(.4, 0, .7, 1);
}
.pasek-dol.widoczny { transform: none; transition: transform .45s cubic-bezier(.3, 1.25, .5, 1); }
.pasek-dol .btn { padding: 11px 20px; font-size: 0.92rem; border-radius: 999px; white-space: nowrap; }
.pasek-tel { flex: none; width: auto; background: rgba(255, 255, 255, 0.55); border-color: transparent; box-shadow: 2px 2px 0 rgba(51, 8, 31, 0.12); }
.pasek-tel:hover { background: rgba(255, 255, 255, 0.8); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .pasek-dol { background: rgba(255, 254, 251, 0.97); }
  .pasek-tel { background: #fff; }
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s cubic-bezier(.22, .61, .36, 1) var(--zwloka, 0s),
              transform .5s cubic-bezier(.22, .61, .36, 1) var(--zwloka, 0s);
}
.reveal.widoczna { opacity: 1; transform: none; }

.section h2.widoczna {
  animation: druk-h2 .55s cubic-bezier(.18, .89, .32, 1.12) var(--zwloka, 0s) both;
}
@keyframes druk-h2 {
  0%   { opacity: 0; transform: scale(1.04); text-shadow: 1px 1px 0 transparent; }
  55%  { opacity: 1; transform: none; text-shadow: 1px 1px 0 transparent; }
  100% { text-shadow: 3px 3px 0 var(--misreg-kolor); }
}

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--magenta);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible { border-radius: 999px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .anim-naklejka { animation: none; }
  .marker { animation: none; background-size: 100% 100%; }
  .swatche i { animation: none; opacity: 1; }
  .linia, .hero-fade { animation: none; opacity: 1; transform: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
  .kupon.widoczna::before { animation: none; }
  .btn, .pasek-dol, .topbar { transition: none; }
  .wycinek-katalog { transition: none; }
  .krok.widoczna .krok-nr { animation: none; scale: 1; }
  .section h2.widoczna, .kupon.widoczna, .kupon.widoczna .kupon-tab,
  img.katalog-photo.widoczna, .podpis.widoczna,
  .form-status.ok, .form-status.err { animation: none; }
  .kontakt-form input[type="text"], .kontakt-form textarea, .naklejka { transition: none; }
}

@media (min-width: 900px) {
  body {
    background: radial-gradient(120% 85% at 50% 20%, #fae7f0 0%, #f2d3e2 46%, #e3b7cd 76%, #d5a5bf 100%);
    padding: 40px 24px 56px;
    position: relative;
  }
  .kartka {
    max-width: min(920px, calc(100% - 48px));
    border-radius: 8px;
    box-shadow: 14px 28px 90px rgba(51, 8, 31, 0.22);
    overflow: clip;
  }

  
  body::before {
    content: "str. 9 →";
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 18px 26px;
    box-sizing: border-box;
    font-family: var(--font-notka);
    font-weight: 600;
    font-size: 1.1rem;
    color: #dcb7c9;
    position: absolute;
    left: 50%;
    translate: calc(-50% + 6px) 0;
    top: 40px;
    width: min(920px, calc(100% - 48px));
    height: calc(100% - 96px);
    background: #fdf4f8;
    border-radius: 8px;
    box-shadow: 10px 16px 44px rgba(51, 8, 31, 0.16);
    transform: rotate(1.9deg);
    z-index: 0;
  }
  .kartka { position: relative; z-index: 1; }

  
  .kartka::after {
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.2 0 0 0 0 0.06 0 0 0 0 0.12 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' stroke='%23ab97a2' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='5'/%3E%3Cpath d='M11 0v22M0 11h22'/%3E%3C/g%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' stroke='%23ab97a2' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='5'/%3E%3Cpath d='M11 0v22M0 11h22'/%3E%3C/g%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' stroke='%23ab97a2' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='5'/%3E%3Cpath d='M11 0v22M0 11h22'/%3E%3C/g%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' stroke='%23ab97a2' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='5'/%3E%3Cpath d='M11 0v22M0 11h22'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 0 0, 14px 76px, calc(100% - 14px) 76px, 14px calc(100% - 14px), calc(100% - 14px) calc(100% - 14px);
    background-size: 240px 240px, 22px 22px, 22px 22px, 22px 22px, 22px 22px;
  }

  section[id] { scroll-margin-top: 70px; }

  .topbar {
    width: fit-content;
    margin-inline: auto;
    gap: 32px;
    padding: 8px 10px 8px 20px;
    background: rgba(255, 254, 251, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 3px 3px 0 rgba(51, 8, 31, 0.08);
  }
  .topbar.przewinieta { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 4px 4px 0 rgba(51, 8, 31, 0.12); }

  .hero { padding: 72px clamp(44px, 6vw, 72px) 60px; }
  .hero h1 { font-size: clamp(3.4rem, 3.2vw + 1.5rem, 4.4rem); }
  .hero h1 .linia:nth-of-type(1) { padding-right: clamp(150px, 20vw, 200px); }
  .naklejka { width: 140px; top: 34px; right: clamp(32px, 5vw, 56px); z-index: 2; }
  .naklejka span { font-size: 1.9rem; }
  .hero-wycinek {
    display: block;
    position: absolute;
    top: 150px;
    right: clamp(40px, 6vw, 64px);
    width: 256px;
    margin: 0;
    transform: rotate(3.5deg);
    z-index: 1;
    filter: drop-shadow(6px 10px 18px rgba(51, 8, 31, 0.28));
  }
  .hero-wycinek img { width: 100%; height: auto; border-radius: 3px; display: block; }
  .hero-wycinek::before,
  .hero-wycinek::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 22px;
    background: rgba(255, 210, 62, 0.5);
    top: -10px;
  }
  .hero-wycinek::before { left: -20px; transform: rotate(-38deg); }
  .hero-wycinek::after { right: -20px; transform: rotate(38deg); }
  .hero .lead, .hero .fakty, .swatche { max-width: 56%; }
  @media (max-width: 1080px) {
    
    .hero-wycinek { width: 220px; }
  }
  .lead { font-size: 1.2rem; }
  .btn { display: inline-block; width: auto; }
  .kontakt-akcje .btn, .kontakt-form .btn { display: block; width: 100%; }
  
  .hero .btn + .notka { display: block; width: fit-content; margin-top: 12px; }

  .section { padding: 60px clamp(44px, 6vw, 72px); }
  h2 { margin-bottom: 24px; }

  .zalety { columns: 2; column-gap: 48px; }
  .zalety li { break-inside: avoid; border-bottom: none; padding-top: 10px; padding-bottom: 12px; }

  .kupon { max-width: 640px; transform: rotate(-0.6deg); }
  
  .kupon.reveal, .kupon.reveal.widoczna { transform: rotate(-0.6deg); }
  .kupon ul { columns: 2; column-gap: 36px; }
  .kupon li { break-inside: avoid; }
  #program { position: relative; }
  #program > .notka {
    position: absolute;
    right: clamp(24px, 4vw, 56px);
    top: 55%;
    transform: rotate(-7deg);
    font-size: 1.6rem;
    max-width: 150px;
    text-align: center;
  }

  .kroki { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .krok { flex-direction: column; align-items: flex-start; gap: 12px; padding: 0; }

  .section-sliwka { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
  .wycinek-katalog { width: 240px; margin-top: 0; transform: rotate(2.5deg); box-shadow: 3px 4px 0 #fff, 5px 7px 0 rgba(255, 255, 255, 0.45), 12px 18px 36px rgba(0, 0, 0, 0.4); }
  .notka-katalog { position: absolute; left: auto; right: calc(100% + 14px); bottom: 30px; width: 7em; margin: 0; text-align: right; }

  #kontakt {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    column-gap: 56px;
    grid-template-areas:
      "kh kh"
      "knotka knotka"
      "kdane kform"
      "khej kform"
      "kpodpis kform"
      "kakcje kform"
      ". kform";
    align-content: start;
  }
  #kontakt h2 { grid-area: kh; }
  #kontakt .notka { grid-area: knotka; }
  #kontakt .kontakt-dane { grid-area: kdane; }
  #kontakt .hej { grid-area: khej; }
  #kontakt .podpis { grid-area: kpodpis; }
  #kontakt .kontakt-akcje { grid-area: kakcje; align-self: start; }
  #kontakt .kontakt-form { grid-area: kform; margin-top: 0; }

  .pasek-dol { display: none; }
  body { padding-bottom: 56px; }

  .footer { padding: 36px clamp(40px, 5.5vw, 64px) 34px; }

  
  .footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background: linear-gradient(315deg, #f2d3e2 0%, #fbe9f1 46%, #e8c2d5 50%, transparent 52%);
    box-shadow: -4px -4px 10px rgba(51, 8, 31, 0.18);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}
