:root{
  --purple:#7b226f;
  --purple-dark:#351330;
  --purple-soft:#f8e6f5;
  --magenta:#af1b87;
  --red:#e43e35;
  --text:#302a31;
  --muted:#746a75;
  --line:#ead6e6;
  --white:#fff;
  --fb:#3656a7;
  --shadow:0 20px 60px rgba(58,23,54,.12);
  --shadow-strong:0 25px 80px rgba(58,23,54,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  color:var(--text);
  background:radial-gradient(circle at 95% 0%, rgba(175,27,135,.10), transparent 28rem), linear-gradient(180deg,#fff,#fff8fc);
  line-height:1.58;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 28px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(123,34,111,.10)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}
.brand{line-height:1}
.brand-main{display:block;color:var(--purple);font-family:Impact,"Arial Black","Segoe UI Black",sans-serif;font-size:clamp(1.35rem,2.4vw,2.05rem);letter-spacing:.04em;text-transform:uppercase}
.brand-sub{display:block;margin-top:3px;color:var(--red);font-family:"Brush Script MT","Segoe Script","Comic Sans MS",cursive;font-size:1.1rem;letter-spacing:.02em}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.btn,.pill,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:999px;padding:10px 16px;background:#fff;color:var(--purple);font-family:inherit;font-weight:850;cursor:pointer;box-shadow:0 8px 20px rgba(123,34,111,.10);transition:transform .18s ease, box-shadow .18s ease}
.btn:hover,.pill:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(123,34,111,.16)}
.btn-primary,.pill-primary{background:linear-gradient(135deg,var(--purple),var(--magenta));color:#fff}
.btn-dark{background:var(--purple-dark);color:#fff}
.btn-red{background:var(--red);color:#fff}
.btn-fb{background:var(--fb);color:#fff}
.cart-count{min-width:23px;height:23px;padding:0 7px;border-radius:999px;background:var(--red);color:#fff;font-size:.75rem;font-weight:950;display:inline-flex;align-items:center;justify-content:center}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 14%, rgba(123,34,111,.12), transparent 20rem), linear-gradient(105deg,#fff 0%,#fff 56%,#fff1fa 100%);border-bottom:1px solid rgba(123,34,111,.10)}
.hero-grid{display:grid;grid-template-columns:1fr 540px;gap:34px;align-items:center;min-height:540px;padding:56px 0 54px}
.hero-copy{max-width:670px}
.hero-kicker{display:inline-block;padding:8px 14px;border-radius:999px;background:#fff;color:var(--purple);box-shadow:var(--shadow);font-weight:900;font-size:.88rem;margin-bottom:18px}
.hero-title-main{display:block;color:var(--purple);font-family:Impact,"Arial Black","Segoe UI Black",sans-serif;font-size:clamp(3.2rem,9vw,6.6rem);line-height:.88;letter-spacing:.03em;text-transform:uppercase}
.hero-title-sub{display:block;color:var(--red);font-family:"Brush Script MT","Segoe Script","Comic Sans MS",cursive;font-size:clamp(1.8rem,4vw,3rem);line-height:1;margin-top:4px;transform:rotate(-2deg)}
.hero h1{margin:18px 0 14px;color:#231a23;font-size:clamp(2rem,4.4vw,3.7rem);line-height:1.02;letter-spacing:-.055em;max-width:650px}
.hero p{margin:0 0 24px;color:#514851;font-size:1.12rem;max-width:650px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-card{background:#fff;border:1px solid rgba(123,34,111,.14);border-radius:32px;padding:18px;box-shadow:var(--shadow-strong)}
.hero-card img{border-radius:22px;width:100%;height:auto}
.section{padding:48px 0}
.section-alt{background:linear-gradient(180deg,#fff9fd,#fff)}
.eyebrow{color:var(--purple);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:950}
h2{margin:0 0 8px;color:var(--purple);font-size:clamp(1.9rem,4vw,2.9rem);line-height:1.04;letter-spacing:-.045em}
.lead{margin:0;color:var(--muted)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px;flex-wrap:wrap}
.search{display:flex;gap:8px;min-width:min(480px,100%);background:#fff;border:1px solid rgba(123,34,111,.14);padding:8px;border-radius:999px;box-shadow:var(--shadow)}
.search input{flex:1;border:0;border-radius:999px;padding:12px 15px;font:inherit;min-width:0;background:transparent;outline:none}
.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:24px}
.product-card{background:#fff;border:1px solid rgba(123,34,111,.12);border-radius:30px;box-shadow:var(--shadow);overflow:hidden;transition:transform .18s ease, box-shadow .18s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:0 30px 70px rgba(123,34,111,.18)}
.product-img{height:255px;background:linear-gradient(135deg,#f8e6f5,#fff);display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover}
.no-photo{width:100%;height:100%;display:grid;place-items:center;font-size:4rem;background:radial-gradient(circle at 30% 30%,#fff,transparent 38%),linear-gradient(135deg,#f8e6f5,#fff)}
.product-body{padding:20px 20px 14px}.product-body h3{margin:0 0 8px;font-size:1.18rem;color:#231a23}.product-body p{color:var(--muted);margin:0}
.product-foot{padding:0 20px 20px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.price{font-size:1.26rem;font-weight:950;color:var(--purple);white-space:nowrap}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step-card{background:#fff;border:1px solid rgba(123,34,111,.12);border-radius:28px;padding:22px;box-shadow:var(--shadow);position:relative}
.step-number{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--magenta));color:#fff;display:grid;place-items:center;font-weight:950;font-size:1.1rem;margin-bottom:14px}
.step-card h3{margin:0 0 8px;color:var(--purple-dark);font-size:1.1rem}
.step-card p{margin:0;color:var(--muted)}
.note-box{margin-top:22px;background:#fff;border:1px solid rgba(123,34,111,.12);border-radius:24px;padding:18px 20px;box-shadow:var(--shadow)}
.note-box strong{color:var(--purple-dark)}
.cards-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:26px}
.card-box{background:#fff;border:1px solid rgba(123,34,111,.14);border-radius:34px;padding:18px;box-shadow:var(--shadow-strong)}
.card-box h3{margin:0 0 12px;color:var(--purple-dark);font-size:1rem;letter-spacing:.14em;text-transform:uppercase}
.card-preview{border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.card-preview img{width:100%;height:auto}
.card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.site-footer{margin-top:42px;background:linear-gradient(135deg,var(--purple-dark),#5b1b50);color:#eadde5;padding:38px 0}.footer-grid{display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap}.site-footer h3{color:#ffb6da;margin:0 0 8px}
@media(max-width:1100px){.hero-grid,.steps-grid,.cards-grid{grid-template-columns:1fr}.hero-grid{min-height:0;padding:42px 0}.hero-card{max-width:640px}.search{width:100%;min-width:0}}
@media(max-width:720px){.header-inner{align-items:flex-start;flex-direction:column}.header-actions{width:100%}.header-actions .pill{flex:1}.search{border-radius:22px;flex-direction:column}.search .btn{width:100%}}

/* Interaktywna wizytówka: po najechaniu rusza się, po kliknięciu obraca */
.flip-card.hero-card {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    perspective: 1400px;
    transform-style: preserve-3d;
    position: relative;
    font-family: inherit;
}

.flip-card.hero-card:hover {
    animation: cardHoverDance 1.25s ease-in-out infinite;
}

.flip-card.hero-card:focus-visible {
    outline: 4px solid rgba(123, 34, 111, .28);
    outline-offset: 8px;
    border-radius: 34px;
}

.flip-card-inner {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1559 / 1009;
    transition: transform .75s cubic-bezier(.2, .7, .2, 1);
    transform-style: preserve-3d;
}

.flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-side {
    position: absolute;
    inset: 0;
    display: block;
    background: #fff;
    border: 1px solid rgba(123, 34, 111, .14);
    border-radius: 32px;
    padding: 18px;
    box-shadow: var(--shadow-strong);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-card-side img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 22px;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-hint {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--purple);
    font-weight: 900;
    font-size: .82rem;
    box-shadow: 0 8px 20px rgba(58, 23, 54, .14);
    pointer-events: none;
    white-space: nowrap;
}

@keyframes cardHoverDance {
    0%, 100% { transform: translateY(0) rotate(-.25deg); }
    25% { transform: translateY(-4px) rotate(.45deg); }
    50% { transform: translateY(-8px) rotate(.85deg); }
    75% { transform: translateY(-3px) rotate(-.35deg); }
}

@media (prefers-reduced-motion: reduce) {
    .flip-card.hero-card:hover {
        animation: none;
    }

    .flip-card-inner {
        transition: none;
    }
}

@media (max-width: 720px) {
    .flip-hint {
        bottom: 10px;
        font-size: .74rem;
        padding: 7px 10px;
    }
}


/* Sekcja z przesłanym logo i zdjęciem tulipanów */
.brand-showcase {
    background:
        radial-gradient(circle at 8% 0%, rgba(123, 34, 111, .08), transparent 26rem),
        linear-gradient(180deg, #fff, #fff8fc);
}

.brand-media-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 26px;
    align-items: stretch;
}

.brand-photo-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(123, 34, 111, .13);
    box-shadow: var(--shadow-strong);
}

.brand-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease, filter .35s ease;
}

.brand-photo-card:hover img {
    transform: scale(1.035);
    filter: saturate(1.04);
}

.brand-logo-card {
    padding: 26px;
    display: grid;
    place-items: center;
    min-height: 420px;
}

.brand-logo-card img {
    object-fit: contain;
    max-height: 390px;
    border-radius: 24px;
}

.brand-cover-card {
    min-height: 420px;
}

.brand-cover-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.72), transparent 54%);
    pointer-events: none;
}

.brand-cover-caption {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    max-width: 420px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 14px 35px rgba(58, 23, 54, .14);
    backdrop-filter: blur(10px);
}

.brand-cover-caption strong {
    display: block;
    color: var(--purple);
    font-size: 1.25rem;
    line-height: 1.12;
    margin-bottom: 6px;
}

.brand-cover-caption span {
    color: var(--muted);
}

@media (max-width: 980px) {
    .brand-media-grid {
        grid-template-columns: 1fr;
    }

    .brand-logo-card,
    .brand-cover-card {
        min-height: 320px;
    }
}

@media (max-width: 720px) {
    .brand-logo-card {
        padding: 18px;
    }

    .brand-cover-caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px 16px;
    }
}


/* =========================================================
   V11 — optymalizacja mobile / RWD
   ========================================================= */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

button,
input,
textarea,
select {
    font-size: 16px; /* iPhone nie zoomuje formularzy */
}

.site-header {
    max-width: 100vw;
}

.header-inner,
.section-head,
.product-foot,
.hero-actions,
.card-actions,
.footer-grid {
    min-width: 0;
}

.brand,
.header-actions,
.product-card,
.search,
.btn,
.pill {
    min-width: 0;
}

.product-body h3,
.product-body p,
.lead,
.hero p {
    overflow-wrap: anywhere;
}

.product-card form {
    width: auto;
}

.product-card .btn {
    min-height: 44px;
}

@media (max-width: 980px) {
    .container {
        width: min(100% - 24px, 760px);
    }

    .site-header {
        position: sticky;
    }

    .header-inner {
        align-items: stretch;
        gap: 10px;
        padding: 10px 0;
    }

    .brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 4px 0 2px;
    }

    .brand-main {
        font-size: clamp(1.45rem, 8vw, 2.1rem);
        line-height: .95;
    }

    .brand-sub {
        font-size: clamp(1rem, 4.5vw, 1.35rem);
    }

    .header-actions {
        justify-content: center;
        gap: 7px;
    }

    .header-actions .pill {
        flex: 1 1 calc(50% - 8px);
        max-width: none;
        min-height: 44px;
        padding: 10px 11px;
        font-size: .92rem;
        text-align: center;
        white-space: normal;
        line-height: 1.15;
    }

    .header-actions .btn-dark {
        flex-basis: 100%;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: 0;
        padding: 34px 0 36px;
    }

    .hero-copy {
        max-width: 100%;
        text-align: center;
    }

    .hero-kicker {
        margin-bottom: 12px;
        font-size: .82rem;
    }

    .hero-title-main {
        font-size: clamp(3.2rem, 18vw, 5.4rem);
    }

    .hero-title-sub {
        font-size: clamp(1.75rem, 10vw, 2.8rem);
    }

    .hero h1 {
        margin-top: 16px;
        font-size: clamp(1.85rem, 8vw, 3rem);
        letter-spacing: -.045em;
    }

    .hero p {
        font-size: 1rem;
        margin-bottom: 18px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-actions .btn {
        flex: 1 1 100%;
        min-height: 46px;
    }

    .flip-card.hero-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .flip-card-side {
        border-radius: 24px;
        padding: 10px;
    }

    .flip-card-side img {
        border-radius: 18px;
    }

    .section {
        padding: 34px 0;
    }

    .section-head {
        align-items: stretch;
        margin-bottom: 18px;
    }

    h2 {
        font-size: clamp(1.7rem, 8vw, 2.35rem);
    }

    .search {
        width: 100%;
        min-width: 0;
        border-radius: 20px;
        padding: 8px;
        flex-direction: column;
    }

    .search input {
        min-height: 46px;
        text-align: center;
    }

    .search .btn {
        width: 100%;
        min-height: 46px;
    }

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

    .product-card {
        border-radius: 22px;
    }

    .product-card:hover {
        transform: none;
    }

    .product-img {
        height: clamp(168px, 42vw, 230px);
    }

    .product-body {
        padding: 14px 14px 10px;
    }

    .product-body h3 {
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .product-body p {
        font-size: .9rem;
        line-height: 1.38;
    }

    .product-foot {
        padding: 0 14px 14px;
        gap: 8px;
    }

    .price {
        font-size: 1.05rem;
    }

    .product-foot form,
    .product-foot .btn {
        width: 100%;
    }

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

    .step-card {
        border-radius: 22px;
        padding: 16px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .card-box {
        border-radius: 24px;
        padding: 12px;
    }

    .site-footer {
        margin-top: 24px;
        padding: 30px 0;
        text-align: center;
    }

    .footer-grid {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .container {
        width: calc(100% - 18px);
    }

    .header-actions .pill {
        flex-basis: 100%;
        width: 100%;
        font-size: .95rem;
    }

    .header-actions .pill[href="#wizytowka"],
    .header-actions .pill[href="#logo-i-tulipany"],
    .header-actions .pill-email {
        flex-basis: calc(50% - 8px);
        width: auto;
    }

    .hero {
        background:
            radial-gradient(circle at 50% 0%, rgba(175,27,135,.10), transparent 18rem),
            linear-gradient(180deg,#fff,#fff4fb);
    }

    .hero-grid {
        padding: 28px 0 30px;
    }

    .hero-title-main {
        font-size: clamp(2.8rem, 19vw, 4.4rem);
    }

    .hero-title-sub {
        font-size: clamp(1.5rem, 10vw, 2.3rem);
    }

    .hero h1 {
        font-size: clamp(1.65rem, 8.5vw, 2.45rem);
    }

    .products {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-img {
        height: min(72vw, 310px);
    }

    .product-body h3 {
        font-size: 1.08rem;
    }

    .product-body p {
        font-size: .94rem;
    }

    .product-foot {
        align-items: stretch;
    }

    .price {
        width: 100%;
        text-align: center;
        font-size: 1.22rem;
    }

    .product-foot .btn {
        min-height: 48px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .note-box {
        border-radius: 20px;
        padding: 15px;
    }

    .brand-media-grid {
        gap: 16px;
    }

    .brand-logo-card,
    .brand-cover-card {
        min-height: 250px;
    }

    .brand-cover-card::after {
        background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.86) 70%);
    }

    .brand-cover-caption {
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-radius: 18px;
        padding: 12px 13px;
    }

    .brand-cover-caption strong {
        font-size: 1rem;
    }
}

@media (max-width: 390px) {
    .brand-main {
        font-size: 1.48rem;
    }

    .brand-sub {
        font-size: 1rem;
    }

    .btn,
    .pill {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-title-main {
        font-size: 2.55rem;
    }
}


/* =========================================================
   V12 — czytelna wersja dla telefonu, komputera i starszych klientów
   Priorytet: duże, ale nie przesadzone litery, wyraźne przyciski,
   dużo światła, brak ścisku, prosta nawigacja.
   ========================================================= */
:root{
  --tap: 48px;
  --radius-mobile: 22px;
}

html {
  font-size: 17px;
}

body {
  font-size: 1rem;
  line-height: 1.68;
  color: #2b2530;
  background:
    radial-gradient(circle at 95% 0%, rgba(175,27,135,.08), transparent 30rem),
    linear-gradient(180deg,#fff,#fff8fc);
}

a, button, input, textarea, select {
  -webkit-tap-highlight-color: rgba(123,34,111,.14);
}

.btn,
.pill,
button.btn {
  min-height: var(--tap);
  padding: 11px 18px;
  font-size: 1rem;
  letter-spacing: .005em;
  border: 1px solid rgba(123,34,111,.08);
}

.site-header {
  box-shadow: 0 6px 24px rgba(58,23,54,.06);
}

.header-inner {
  padding: 13px 0;
}

.brand-main {
  letter-spacing: .055em;
}

.hero {
  border-bottom: 1px solid rgba(123,34,111,.09);
}

.hero-grid {
  min-height: 560px;
}

.hero h1 {
  max-width: 720px;
}

.hero p,
.lead,
.product-body p,
.step-card p,
.note-box,
.brand-cover-caption span {
  color: #5e5360;
}

.hero-actions .btn {
  min-width: 190px;
}

.section {
  padding: 56px 0;
}

.section-head {
  margin-bottom: 28px;
}

.products {
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 26px;
}

.product-card {
  border-radius: 32px;
  border-color: rgba(123,34,111,.14);
}

.product-img {
  height: 285px;
  background: linear-gradient(135deg,#fff,#fff4fb);
}

.product-img img {
  object-fit: contain;
  padding: 0;
  background: #fffdfb;
}

.product-body {
  padding: 22px 22px 14px;
}

.product-body h3 {
  font-size: 1.23rem;
  line-height: 1.25;
  letter-spacing: -.015em;
  color: #241c24;
}

.product-body p {
  font-size: 1rem;
  line-height: 1.58;
}

.product-foot {
  padding: 0 22px 22px;
}

.price {
  font-size: 1.35rem;
}

.search input {
  font-size: 1rem;
}

.step-card h3 {
  font-size: 1.18rem;
}

.site-footer {
  font-size: 1rem;
}

@media (min-width: 981px) {
  .header-actions .pill {
    white-space: nowrap;
  }

  .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card {
    display: flex;
    flex-direction: column;
  }

  .product-body {
    flex: 1;
  }
}

@media (max-width: 980px) {
  html {
    font-size: 17px;
  }

  .container {
    width: min(100% - 22px, 760px);
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    padding: 10px 0 12px;
  }

  .brand {
    padding: 5px 0 4px;
  }

  .brand-main {
    font-size: clamp(1.55rem, 7.5vw, 2.2rem);
    letter-spacing: .055em;
  }

  .brand-sub {
    font-size: clamp(1.05rem, 4.6vw, 1.45rem);
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .pill {
    flex: 1 1 calc(50% - 8px);
    min-height: 48px;
    padding: 11px 12px;
    font-size: .98rem;
    line-height: 1.18;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(123,34,111,.10);
  }

  .header-actions .btn-dark,
  .header-actions .pill-primary {
    flex-basis: calc(50% - 8px);
  }

  .hero-grid {
    gap: 24px;
    padding: 32px 0 36px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-kicker {
    font-size: .88rem;
    padding: 9px 13px;
  }

  .hero-title-main {
    font-size: clamp(3rem, 16vw, 5rem);
    line-height: .9;
  }

  .hero-title-sub {
    font-size: clamp(1.6rem, 8.5vw, 2.65rem);
  }

  .hero h1 {
    font-size: clamp(1.75rem, 7.2vw, 2.75rem);
    line-height: 1.07;
    margin: 16px 0 12px;
  }

  .hero p {
    font-size: 1.03rem;
    line-height: 1.62;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
    min-height: 50px;
    font-size: 1.02rem;
    border-radius: 18px;
  }

  .section {
    padding: 38px 0;
  }

  .section-head {
    gap: 16px;
    margin-bottom: 20px;
  }

  .eyebrow {
    font-size: .82rem;
  }

  h2 {
    font-size: clamp(1.75rem, 7.2vw, 2.45rem);
    line-height: 1.08;
  }

  .lead {
    font-size: 1rem;
    line-height: 1.6;
  }

  .search {
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(123,34,111,.09);
  }

  .search input,
  .search .btn {
    min-height: 50px;
    font-size: 1rem;
  }

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

  .product-card {
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(58,23,54,.10);
  }

  .product-img {
    height: clamp(190px, 42vw, 260px);
  }

  .product-body {
    padding: 16px 16px 11px;
  }

  .product-body h3 {
    font-size: 1.05rem;
    line-height: 1.25;
  }

  .product-body p {
    font-size: .96rem;
    line-height: 1.5;
  }

  .product-foot {
    padding: 0 16px 16px;
  }

  .product-foot form {
    width: 100%;
  }

  .product-foot .btn {
    width: 100%;
    min-height: 50px;
    border-radius: 18px;
    font-size: 1.02rem;
  }

  .price {
    width: 100%;
    text-align: center;
    font-size: 1.22rem;
    margin-bottom: 2px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-card {
    border-radius: 22px;
    padding: 18px;
  }

  .step-card h3 {
    font-size: 1.08rem;
  }

  .step-card p {
    font-size: .98rem;
  }

  .step-number {
    width: 46px;
    height: 46px;
  }

  .flip-card-side {
    padding: 10px;
    border-radius: 24px;
  }

  .flip-hint {
    font-size: .78rem;
    bottom: 10px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 18px;
  }

  body {
    line-height: 1.66;
  }

  .container {
    width: calc(100% - 18px);
  }

  .header-actions .pill,
  .header-actions .btn-dark,
  .header-actions .pill-primary {
    flex-basis: 100%;
    width: 100%;
    min-height: 50px;
    font-size: 1rem;
  }

  .header-actions .pill[href="#wizytowka"],
  .header-actions .pill[href="#logo-i-tulipany"],
  .header-actions .pill-email {
    flex-basis: calc(50% - 8px);
    width: auto;
    font-size: .95rem;
  }

  .hero-grid {
    padding: 28px 0 32px;
  }

  .hero-title-main {
    font-size: clamp(2.7rem, 16vw, 4.2rem);
  }

  .hero-title-sub {
    font-size: clamp(1.45rem, 9vw, 2.25rem);
  }

  .hero h1 {
    font-size: clamp(1.62rem, 7.8vw, 2.25rem);
  }

  .hero p {
    font-size: 1rem;
  }

  .products {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-card {
    border-radius: 24px;
  }

  .product-img {
    height: min(74vw, 330px);
    min-height: 230px;
  }

  .product-body h3 {
    font-size: 1.16rem;
  }

  .product-body p {
    font-size: 1rem;
  }

  .product-foot {
    align-items: stretch;
  }

  .price {
    font-size: 1.34rem;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step-card {
    padding: 18px 18px 20px;
  }

  .cards-grid {
    gap: 18px;
  }

  .card-box {
    padding: 11px;
    border-radius: 22px;
  }

  .brand-logo-card,
  .brand-cover-card {
    min-height: 245px;
  }

  .brand-cover-caption {
    font-size: .92rem;
  }
}

@media (max-width: 380px) {
  html {
    font-size: 17px;
  }

  .container {
    width: calc(100% - 14px);
  }

  .brand-main {
    font-size: 1.42rem;
  }

  .brand-sub {
    font-size: 1rem;
  }

  .header-actions .pill {
    min-height: 48px;
    padding: 10px;
  }

  .hero-title-main {
    font-size: 2.45rem;
  }

  .hero h1 {
    font-size: 1.55rem;
  }

  .product-img {
    min-height: 215px;
  }
}


/* =========================================================
   V13 — baner transmisji LIVE 17:00
   ========================================================= */
.live-banner-section {
  padding: 34px 0 10px;
  background: linear-gradient(180deg,#fff8fc,#fff);
}

.live-banner-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(123,34,111,.16);
  box-shadow: 0 24px 70px rgba(58,23,54,.14);
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}

.live-banner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 82px rgba(58,23,54,.18);
}

.live-banner-card img {
  width: 100%;
  height: auto;
  display: block;
}

.live-banner-mobile-text {
  display: none;
}

.live-sticky-pill {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg,#e43e35,#af1b87);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 44px rgba(175,27,135,.28);
  border: 2px solid rgba(255,255,255,.75);
}

.live-sticky-pill::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,.85);
  animation: livePulse 1.4s infinite;
}

@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.75); }
  70% { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@media (max-width: 760px) {
  .live-banner-section {
    padding: 22px 0 6px;
  }

  .live-banner-card {
    border-radius: 24px;
  }

  .live-banner-card img {
    min-height: 260px;
    object-fit: cover;
    object-position: 36% center;
  }

  .live-banner-mobile-text {
    display: block;
    margin-top: 12px;
    padding: 16px 15px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(123,34,111,.13);
    box-shadow: 0 12px 28px rgba(58,23,54,.09);
    text-align: center;
  }

  .live-banner-mobile-text strong {
    display: block;
    color: var(--purple);
    font-size: 1.24rem;
    line-height: 1.18;
    margin-bottom: 6px;
  }

  .live-banner-mobile-text span {
    display: block;
    color: #5e5360;
    font-size: 1rem;
    line-height: 1.45;
  }

  .live-sticky-pill {
    right: 10px;
    left: 10px;
    bottom: 10px;
    justify-content: center;
    border-radius: 18px;
    min-height: 52px;
    font-size: 1rem;
  }

  body {
    padding-bottom: 76px;
  }
}


/* =========================================================
   V14 — poprawka widoku telefonu: czytelnie, bez wielkich bloków
   ========================================================= */

@media (max-width: 760px) {
  html { font-size: 16px; }
  body {
    line-height: 1.45;
    padding-bottom: 0 !important;
    background: linear-gradient(180deg,#fff,#fff7fc);
  }
  .container { width: calc(100% - 24px); }

  .site-header {
    position: relative;
    box-shadow: none;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid rgba(123,34,111,.08);
  }

  .header-inner {
    display: block;
    padding: 14px 0 12px;
  }

  .brand {
    padding: 0 0 10px;
    text-align: center;
  }

  .brand-main {
    font-size: clamp(1.95rem, 10vw, 2.75rem);
    line-height: .96;
    letter-spacing: .09em;
    font-weight: 500;
  }

  .brand-sub {
    margin-top: 4px;
    font-size: clamp(1.02rem, 5vw, 1.35rem);
    line-height: 1.05;
  }

  .header-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
  }

  .header-actions .pill,
  .header-actions .btn-dark,
  .header-actions .pill-primary {
    width: 100%;
    min-height: 44px;
    padding: 9px 8px;
    border-radius: 17px;
    font-size: .96rem;
    line-height: 1.12;
    letter-spacing: 0;
    box-shadow: 0 6px 18px rgba(58,23,54,.06);
    border: 1px solid rgba(123,34,111,.10);
  }

  .header-actions .btn-dark,
  .header-actions .pill-primary {
    font-size: 1rem;
    font-weight: 900;
  }

  .header-actions .pill-primary {
    background: linear-gradient(135deg,#af1b87,#d51c9b);
  }

  /* Na telefonie ukrywamy ogromny blok hero, bo zabierał cały ekran */
  .hero { display: none; }

  .live-banner-section {
    padding: 12px 0 8px;
    background: linear-gradient(180deg,#fff,#fff7fc);
  }

  .live-banner-card {
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(58,23,54,.10);
    border-color: rgba(123,34,111,.12);
  }

  .live-banner-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 220px;
    object-fit: contain;
    object-position: center;
    background: #fff;
  }

  .live-banner-mobile-text {
    display: none !important;
  }

  .live-sticky-pill {
    position: static;
    display: flex;
    margin: 10px auto 0;
    width: 100%;
    justify-content: center;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 18px;
    font-size: 1rem;
    box-shadow: 0 10px 26px rgba(175,27,135,.18);
  }

  .section { padding: 26px 0; }
  #oferta { padding-top: 22px; }

  .section-head {
    margin-bottom: 15px;
    gap: 10px;
    text-align: center;
  }

  .eyebrow {
    font-size: .76rem;
    letter-spacing: .10em;
  }

  h2 {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
    line-height: 1.08;
  }

  .lead {
    font-size: .98rem;
    line-height: 1.48;
  }

  .search {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(58,23,54,.07);
  }

  .search input,
  .search .btn {
    min-height: 43px;
    font-size: .96rem;
    border-radius: 15px;
  }

  .products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-card {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(58,23,54,.10);
  }

  .product-img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    background: #fff;
  }

  .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }

  .product-body {
    padding: 15px 16px 10px;
  }

  .product-body h3 {
    font-size: 1.12rem;
    line-height: 1.22;
    margin-bottom: 7px;
  }

  .product-body p {
    font-size: .96rem;
    line-height: 1.45;
  }

  .product-foot {
    padding: 0 16px 16px;
    gap: 10px;
  }

  .price {
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
  }

  .product-foot form,
  .product-foot .btn {
    width: 100%;
  }

  .product-foot .btn {
    min-height: 45px;
    border-radius: 16px;
    font-size: 1rem;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .step-card {
    border-radius: 19px;
    padding: 15px;
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: .95rem;
  }

  .step-card h3 {
    font-size: 1.05rem;
    margin: 10px 0 4px;
  }

  .step-card p {
    font-size: .95rem;
    line-height: 1.45;
  }

  .cards-grid { gap: 15px; }

  .card-box {
    border-radius: 20px;
    padding: 9px;
  }

  .brand-media-grid { gap: 14px; }

  .brand-logo-card,
  .brand-cover-card {
    min-height: 210px;
    border-radius: 22px;
  }

  .brand-cover-card::after {
    background: linear-gradient(180deg, transparent 35%, rgba(255,255,255,.92) 100%);
  }

  .brand-cover-caption {
    left: 9px;
    right: 9px;
    bottom: 9px;
    border-radius: 16px;
    padding: 10px;
  }

  .brand-cover-caption strong { font-size: .98rem; }
  .brand-cover-caption span { font-size: .86rem; }

  .site-footer {
    margin-top: 16px;
    padding: 26px 0;
    font-size: .94rem;
  }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 18px); }
  .header-actions { gap: 8px; }

  .header-actions .pill,
  .header-actions .btn-dark,
  .header-actions .pill-primary {
    min-height: 42px;
    font-size: .91rem;
    padding: 8px 6px;
  }

  .brand-main { font-size: 1.75rem; }
  .brand-sub { font-size: 1rem; }
  .live-banner-card img { max-height: 190px; }
  .product-body h3 { font-size: 1.05rem; }
  .product-body p { font-size: .92rem; }
}


/* =========================================================
   V15 — intuicyjna wersja: mniej powtórek, krótsza góra, jasna ścieżka
   ========================================================= */

/* Desktop/tablet: logiczny układ nawigacji */
.header-actions {
  align-items: center;
}

.header-actions .pill-main,
.header-actions .pill-call,
.header-actions .pill-primary {
  font-weight: 950;
}

.header-actions .pill-live {
  background: linear-gradient(135deg,#e43e35,#af1b87);
  color: #fff;
  border-color: rgba(255,255,255,.55);
}

/* Kontakt zamiast powtarzania maila/panelu u góry */
.contact-section {
  padding-top: 26px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(123,34,111,.13);
  box-shadow: 0 18px 52px rgba(58,23,54,.10);
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.btn-admin {
  background: #3a0b35;
  color: #fff;
}

/* Telefon: zero chaosu, najpierw oferta/koszyk/tel */
@media (max-width: 760px) {
  .site-header {
    background: #fff;
  }

  .header-inner {
    padding: 12px 0 10px;
  }

  .brand {
    padding-bottom: 9px;
  }

  .brand-main {
    font-size: clamp(1.72rem, 9vw, 2.2rem);
    letter-spacing: .07em;
  }

  .brand-sub {
    font-size: clamp(.95rem, 4.5vw, 1.18rem);
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .header-actions .pill {
    min-height: 42px;
    padding: 8px 8px;
    border-radius: 16px;
    font-size: .93rem;
    line-height: 1.12;
    box-shadow: 0 5px 14px rgba(58,23,54,.055);
  }

  .header-actions .pill-main {
    grid-column: 1 / -1;
    background: #fff;
    border: 2px solid rgba(123,34,111,.20);
    font-size: 1.02rem;
  }

  .header-actions .pill-call,
  .header-actions .pill-primary {
    grid-column: span 1;
    font-size: .96rem;
  }

  .header-actions .pill-live,
  .header-actions a[href="#kontakt"] {
    grid-column: span 1;
    font-size: .9rem;
  }

  .live-banner-section {
    padding-top: 10px;
  }

  .live-banner-card img {
    max-height: 155px;
    object-fit: cover;
    object-position: center;
  }

  .live-banner-mobile-text {
    display: none !important;
  }

  .live-sticky-pill {
    display: none !important;
  }

  #oferta {
    padding-top: 18px;
  }

  .section-head .eyebrow {
    display: none;
  }

  .section-head h2 {
    font-size: 1.62rem;
  }

  .section-head .lead {
    font-size: .95rem;
    line-height: 1.42;
  }

  .products {
    gap: 14px;
  }

  .product-card {
    border-radius: 20px;
  }

  .product-img {
    aspect-ratio: 4 / 3;
  }

  .product-body {
    padding: 13px 14px 8px;
  }

  .product-body h3 {
    font-size: 1.05rem;
  }

  .product-body p {
    font-size: .91rem;
  }

  .product-foot {
    padding: 0 14px 14px;
  }

  .price {
    font-size: 1.18rem;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    text-align: center;
  }

  .contact-card h2 {
    font-size: 1.45rem;
  }

  .contact-actions .btn {
    width: 100%;
    min-height: 44px;
    border-radius: 16px;
    font-size: .96rem;
  }
}

@media (max-width: 390px) {
  .header-actions .pill {
    font-size: .88rem;
    min-height: 40px;
  }

  .header-actions .pill-main {
    font-size: .96rem;
  }

  .live-banner-card img {
    max-height: 140px;
  }
}


/* =========================================================
   V21 — czytelniej i szybciej: mniej chaosu na telefonie
   ========================================================= */
img{max-width:100%;height:auto}
.site-header{
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(123,34,111,.08);
}
.header-actions .admin-link{opacity:.72;font-size:.9rem}
@media (max-width: 760px){
  body{background:#fff8fc;font-size:16px;line-height:1.45}
  .container{width:calc(100% - 20px)}
  .header-inner{display:block;padding:12px 0 10px}
  .brand{text-align:center;padding-bottom:10px}
  .brand-main{font-size:clamp(1.65rem,9vw,2.15rem);letter-spacing:.07em;line-height:1}
  .brand-sub{font-size:clamp(.96rem,4.6vw,1.15rem);line-height:1.05}
  .header-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .header-actions .pill{
    min-height:42px;
    padding:8px 8px;
    border-radius:16px;
    font-size:.92rem;
    line-height:1.12;
    box-shadow:0 5px 14px rgba(58,23,54,.055);
    border:1px solid rgba(123,34,111,.10);
    letter-spacing:0;
  }
  .header-actions .pill-main{
    grid-column:1/-1;
    font-size:1rem;
    font-weight:950;
    border:2px solid rgba(123,34,111,.16);
  }
  .header-actions .pill-primary{font-size:.95rem;font-weight:950}
  .header-actions .admin-link{font-size:.84rem;opacity:.65}
  .hero{display:none!important}
  .live-banner-section{display:none!important}
  #oferta{padding-top:20px}
  .section{padding:24px 0}
  .section-head{text-align:center;margin-bottom:14px}
  .section-head .eyebrow{display:none}
  h2{font-size:1.55rem;line-height:1.1}
  .lead{font-size:.96rem;line-height:1.45}
  .search{padding:8px;border-radius:18px}
  .search input,.search .btn{min-height:42px;border-radius:15px;font-size:16px}
  .products{grid-template-columns:1fr!important;gap:14px}
  .product-card{border-radius:20px;box-shadow:0 10px 28px rgba(58,23,54,.08)}
  .product-img{aspect-ratio:4/3;height:auto!important;min-height:0!important;background:#fff}
  .product-img img{width:100%;height:100%;object-fit:cover}
  .product-body{padding:13px 14px 8px}
  .product-body h3{font-size:1.05rem;line-height:1.2}
  .product-body p{font-size:.92rem;line-height:1.42}
  .product-foot{padding:0 14px 14px;gap:8px}
  .price{font-size:1.18rem}
  .product-foot form,.product-foot .btn{width:100%}
  .cards-grid,.brand-media-grid,.steps-grid{grid-template-columns:1fr!important;gap:12px}
  .card-box,.step-card,.brand-logo-card,.brand-cover-card{border-radius:20px}
}
@media (min-width:761px){
  .header-actions{gap:8px}
  .header-actions .pill{padding:10px 14px}
}

