/*
 * Papilocare – product landing page
 * Stylesheet
 */

:root {
    --c-purple-deep:  #4A1D5C;
    --c-purple:       #6B2C7C;
    --c-purple-mid:   #8B3D9C;
    --c-magenta:      #C7287B;
    --c-magenta-soft: #D6489E;
    --c-pink-soft:    #E8AFD0;
    --c-pink-bg:      #F5E6F0;
    --c-pink-cream:   #FBF3F8;
    --c-lavender-bg:  #FAF5FB;
    --c-photo-tint:   #C07DB5;
    --c-photo-light:  #E2D6E8;
    --c-text:         #2A1A33;
    --c-text-muted:   #6E5A77;
    --c-border:       #E8D5E8;
    --c-white:        #ffffff;

    --grad-purple:    linear-gradient(135deg, #6B2C7C 0%, #C7287B 100%);
    --grad-soft:      linear-gradient(180deg, #FFFFFF 0%, #FBF3F8 100%);

    --shadow-sm:      0 2px 8px  rgba(107, 44, 124, 0.08);
    --shadow-md:      0 8px 24px rgba(107, 44, 124, 0.12);
    --shadow-lg:      0 20px 60px rgba(107, 44, 124, 0.18);

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;

    --max-w:    1200px;
    --header-h: 72px;

    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400; font-size: 16px; line-height: 1.65;
    color: var(--c-text); background: var(--c-white);
    overflow-x: hidden; -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--c-magenta); text-decoration: none; transition: color 0.25s var(--ease); }
a:hover, a:focus-visible { color: var(--c-purple); }
button { font-family: inherit; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

.skip-link {
    position: absolute; left: -9999px; top: 0;
    background: var(--c-purple); color: #fff;
    padding: 10px 16px; z-index: 999;
    border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; color: #fff; }

.brand { white-space: nowrap; }

sup.reg {
    font-size: 0.55em; vertical-align: super; line-height: 0;
    margin-left: 0.05em; font-weight: 400;
}

/* -------- Header -------- */
.site-header {
    position: fixed; inset: 0 0 auto 0; z-index: 100;
    height: var(--header-h);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--c-border); box-shadow: var(--shadow-sm); }

.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }

.logo {
    display: flex; align-items: center; gap: 12px;
    text-decoration: none; color: var(--c-purple);
    height: 100%;
}
.logo-flower {
    width: 42px; height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}
.logo-wordmark {
    height: auto;
    max-height: 46px;
    width: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 480px) {
    .logo-wordmark { max-height: 36px; }
    .logo-flower { width: 34px; height: 34px; }
}

.main-nav { display: flex; align-items: center; }
.nav-list { list-style: none; display: flex; gap: 32px; align-items: center; }
.nav-list a {
    color: var(--c-text); font-size: 14px; font-weight: 500;
    letter-spacing: 0.3px; position: relative; padding: 6px 0;
}
.nav-list a::after {
    content: ''; position: absolute; inset: auto 0 0 0;
    height: 2px; background: var(--grad-purple);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s var(--ease);
}
.nav-list a:hover, .nav-list a:focus-visible { color: var(--c-purple); }
.nav-list a:hover::after, .nav-list a:focus-visible::after { transform: scaleX(1); }

.nav-toggle {
    display: none; background: none; border: 0;
    width: 40px; height: 40px; cursor: pointer; padding: 8px;
}
.nav-toggle span {
    display: block; width: 24px; height: 2px;
    background: var(--c-purple); margin: 5px auto;
    transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* -------- Hero -------- */
.hero {
    position: relative;
    min-height: 680px; max-height: 860px; height: 90vh;
    padding-top: var(--header-h);
    /* Background calibrated to the photo on the left so the photo blends seamlessly */
    background:
        linear-gradient(135deg,
            #C07DB5 0%,
            #D6A5C9 18%,
            #E8C9DC 35%,
            #F2DEEB 55%,
            #FAEEF4 75%,
            #FFFFFF 100%);
    overflow: hidden;
    display: flex; align-items: center;
}

.hero-bg-glow {
    position: absolute; inset: -10% -10% auto auto;
    width: 65%; height: 110%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, transparent 60%);
    pointer-events: none; z-index: 0;
}

.hero-img-wrap {
    position: absolute; inset: var(--header-h) auto 0 0;
    width: 52%; z-index: 1; pointer-events: none;
}

.hero-woman {
    position: absolute; bottom: 0; left: 0;
    height: 96%; width: auto; max-width: none;
    object-fit: contain; object-position: bottom left;
    /* Fade the photo into the background on all edges */
    -webkit-mask-image:
        radial-gradient(ellipse 78% 92% at 28% 78%, black 35%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.4) 80%, transparent 100%);
    mask-image:
        radial-gradient(ellipse 78% 92% at 28% 78%, black 35%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.4) 80%, transparent 100%);
}

.hero-flower-deco {
    position: absolute; top: 26%; left: 47%;
    width: 78px; height: 78px;
    z-index: 3; pointer-events: none; opacity: 0.5;
    filter: drop-shadow(0 8px 20px rgba(107, 44, 124, 0.22));
    animation: floatFlower 7s ease-in-out infinite;
}
.hero-flower-deco img, .hero-flower-deco svg {
    width: 100%; height: 100%; object-fit: contain;
}

@keyframes floatFlower {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33%      { transform: translate(6px, -10px) rotate(6deg); }
    66%      { transform: translate(-4px, 8px) rotate(-5deg); }
}

.hero-inner { position: relative; z-index: 2; width: 100%; }
.hero-content { margin-left: auto; width: 56%; max-width: 600px; padding: 40px 0; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--c-border);
    border-radius: 999px;
    font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
    font-weight: 600; color: var(--c-purple);
    margin-bottom: 24px;
}

.hero-badge .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--c-magenta);
    box-shadow: 0 0 0 4px rgba(199, 40, 123, 0.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(199, 40, 123, 0.4); }
    50%      { box-shadow: 0 0 0 8px rgba(199, 40, 123, 0); }
}

.hero-title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1.12; margin-bottom: 24px;
}
.hero-title span { display: block; }
.title-light { font-weight: 200; color: var(--c-purple-deep); }
.title-bold  { font-weight: 700; color: var(--c-purple); }
.title-bold.accent {
    background: var(--grad-purple);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}

.hero-lead {
    font-size: 1.05rem; font-weight: 300;
    color: var(--c-text-muted);
    max-width: 480px; margin-bottom: 28px; line-height: 1.6;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }

.btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 32px; border-radius: 999px;
    font-weight: 600; font-size: 14px; letter-spacing: 0.5px;
    text-transform: uppercase; border: 0; cursor: pointer;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
    text-decoration: none;
}
.btn-primary { background: var(--grad-purple); color: var(--c-white); box-shadow: var(--shadow-md); }
.btn-primary:hover, .btn-primary:focus-visible { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--c-white); }
.btn-secondary { background: rgba(255, 255, 255, 0.85); color: var(--c-purple); border: 1.5px solid var(--c-purple); }
.btn-secondary:hover, .btn-secondary:focus-visible { background: var(--c-purple); color: var(--c-white); }
.btn-light { background: var(--c-white); color: var(--c-purple); box-shadow: var(--shadow-md); }
.btn-light:hover, .btn-light:focus-visible { background: var(--c-pink-cream); color: var(--c-magenta); transform: translateY(-2px); }

.hero-stats {
    list-style: none;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    padding-top: 24px; margin: 0;
    border-top: 1px solid rgba(107, 44, 124, 0.15);
    max-width: 520px;
}
.hero-stats li { display: flex; flex-direction: column; gap: 4px; }
.hero-stats .num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.9rem; font-weight: 700; line-height: 1;
    color: var(--c-magenta); letter-spacing: -0.5px;
}
.hero-stats .lbl {
    font-size: 10.5px; letter-spacing: 1.2px; text-transform: uppercase;
    font-weight: 600; color: var(--c-text-muted); line-height: 1.35;
}

/* -------- Section base -------- */
.section { padding: 100px 0; position: relative; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.eyebrow {
    display: inline-block; font-size: 12px; letter-spacing: 3px;
    text-transform: uppercase; font-weight: 600;
    color: var(--c-magenta); margin-bottom: 16px;
}
.eyebrow.light { color: rgba(255, 255, 255, 0.85); }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); line-height: 1.15; margin-bottom: 20px; }
.section-title.center { text-align: center; }
.section-title .light { font-weight: 200; color: var(--c-purple-deep); }
.section-title .bold { font-weight: 700; color: var(--c-purple); }
.section-sub { color: var(--c-text-muted); font-size: 1.05rem; font-weight: 300; max-width: 600px; margin: 0 auto; }
.lead { font-size: 1.1rem; font-weight: 400; color: var(--c-text); margin-bottom: 24px; line-height: 1.7; }
.muted { color: var(--c-text-muted); }
.small { font-size: 0.9rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.two-col.reverse .col-text  { order: 2; }
.two-col.reverse .col-image { order: 1; }

/* -------- Product -------- */
.section-product { background: var(--grad-soft); }

.check-list { list-style: none; margin: 28px 0; }
.check-list li {
    position: relative; padding: 12px 0 12px 36px;
    border-bottom: 1px solid var(--c-border); font-size: 1rem;
}
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
    content: ''; position: absolute; left: 0; top: 50%;
    transform: translateY(-50%);
    width: 22px; height: 22px; border-radius: 50%;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l4 4L20 6' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center / 14px no-repeat,
        var(--grad-purple);
}

.product-card {
    position: relative;
    background:
        radial-gradient(ellipse at center bottom, #FBF3F8 0%, #FFFFFF 70%);
    border-radius: var(--radius-lg);
    padding: 32px 36px 28px;
    box-shadow: var(--shadow-lg);
    text-align: center;
    margin: 0;
    overflow: hidden;
}
.product-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: url("../img/papilocare-flower.png") center / contain no-repeat;
    opacity: 0.18;
    pointer-events: none;
    animation: floatFlower 10s ease-in-out infinite;
}
.product-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 160px;
    height: 160px;
    background: url("../img/papilocare-flower.png") center / contain no-repeat;
    opacity: 0.12;
    pointer-events: none;
    animation: floatFlower 12s ease-in-out infinite reverse;
}
.card-glow {
    position: absolute; inset: -2px;
    background: var(--grad-purple); border-radius: var(--radius-lg);
    z-index: -1; opacity: 0.15; filter: blur(20px);
}
.product-img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 380px;
    filter: drop-shadow(0 20px 30px rgba(107, 44, 124, 0.2));
}
.card-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: var(--grad-purple);
    color: var(--c-white);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transform: rotate(8deg);
}
.card-tag strong { font-size: 15px; line-height: 1; margin-bottom: 2px; }
.card-tag span { font-size: 9px; letter-spacing: 0.5px; opacity: 0.9; }

/* -------- Action grid -------- */
.section-action {
    background:
        radial-gradient(ellipse at top right, rgba(199, 40, 123, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at bottom left, rgba(107, 44, 124, 0.08) 0%, transparent 50%),
        var(--c-white);
}
.actions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.action-card {
    background: var(--c-white); border-radius: var(--radius-md);
    padding: 36px 28px; text-align: center;
    box-shadow: var(--shadow-sm); border: 1px solid var(--c-border);
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
    position: relative; overflow: hidden;
}
.action-card::before {
    content: ''; position: absolute; inset: 0 0 auto 0; height: 4px;
    background: var(--grad-purple);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s var(--ease);
}
.action-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--c-pink-soft); }
.action-card:hover::before { transform: scaleX(1); }
.action-ico {
    width: 72px; height: 72px; margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: var(--c-pink-bg); color: var(--c-purple);
    transition: background 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease);
}
.action-card:hover .action-ico { background: var(--grad-purple); color: var(--c-white); transform: scale(1.1); }
.action-ico svg { width: 38px; height: 38px; }
.action-card h3 { font-size: 1.2rem; font-weight: 600; color: var(--c-purple); margin-bottom: 12px; }
.action-card p { color: var(--c-text-muted); font-size: 0.95rem; line-height: 1.6; }

/* -------- Formula -------- */
.section-formula {
    background:
        radial-gradient(ellipse 600px 500px at 100% 0%, rgba(199, 40, 123, 0.10) 0%, transparent 60%),
        linear-gradient(135deg, #FBF3F8 0%, #F5E6F0 100%);
    position: relative; overflow: hidden;
}
.formula-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 1; }
.formula-card {
    background: var(--c-white); border-radius: var(--radius-md);
    padding: 28px 24px; text-align: center; box-shadow: var(--shadow-sm);
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.formula-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.formula-img {
    width: 100%; height: 160px; margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; border-radius: var(--radius-sm);
}
.formula-img img { width: 100%; height: 100%; object-fit: contain; }
.formula-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--c-purple); margin-bottom: 4px; }
.formula-tag {
    font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--c-magenta); font-weight: 600; margin-bottom: 14px;
}
.formula-card p:not(.formula-tag) { color: var(--c-text-muted); font-size: 0.92rem; line-height: 1.55; }
.formula-note { text-align: center; margin-top: 40px; font-size: 0.9rem; color: var(--c-text-muted); font-style: italic; }

/* -------- How to -------- */
.section-howto { background: var(--c-white); }
.timeline {
    list-style: none; display: flex; align-items: center; justify-content: center;
    gap: 40px; margin: 60px 0 50px; flex-wrap: wrap;
}
.tl-step { flex: 1; max-width: 380px; text-align: center; }
.tl-num { width: 160px; height: 160px; margin: 0 auto 24px; }
.tl-num svg { width: 100%; height: 100%; }
.tl-step h3 { font-size: 1.3rem; font-weight: 700; color: var(--c-purple); margin-bottom: 10px; }
.tl-step p { color: var(--c-text-muted); font-size: 1rem; }
.tl-step p strong { color: var(--c-magenta); }
.tl-arrow { width: 60px; opacity: 0.7; list-style: none; }

.howto-tips {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    margin-top: 60px; padding: 32px;
    background: var(--c-pink-cream);
    border-radius: var(--radius-md); border: 1px solid var(--c-border);
}
.tip { display: flex; align-items: center; gap: 14px; font-size: 0.95rem; color: var(--c-text); margin: 0; }
.tip svg { color: var(--c-magenta); width: 28px; height: 28px; flex-shrink: 0; }
.tip strong { color: var(--c-purple); }

/* -------- For whom -------- */
.section-forwhom { background: var(--grad-soft); }
.forwhom-circle { position: relative; width: 100%; max-width: 460px; aspect-ratio: 1; margin: 0 auto; }
.forwhom-virus {
    position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(199, 40, 123, 0.3));
}
.circle-deco {
    position: absolute; inset: 10%; border-radius: 50%;
    background: var(--grad-purple); opacity: 0.08; z-index: 1;
    animation: spin 20s linear infinite; display: block;
}
.circle-deco::before, .circle-deco::after {
    content: ''; position: absolute; inset: -10%;
    border-radius: 50%; border: 2px dashed rgba(199, 40, 123, 0.15);
}
.circle-deco::after { inset: -25%; opacity: 0.5; }
@keyframes spin { to { transform: rotate(360deg); } }

/* -------- HPV banner -------- */
.section-hpv { padding: 60px 0; }
.hpv-banner {
    background: var(--grad-purple); border-radius: var(--radius-lg);
    padding: 60px 80px; display: flex; align-items: center;
    justify-content: space-between; gap: 40px; color: var(--c-white);
    position: relative; overflow: hidden; box-shadow: var(--shadow-lg);
}
.hpv-banner::before {
    content: ''; position: absolute; inset: -50% auto -50% -10%;
    width: 60%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.10) 0%, transparent 60%);
    pointer-events: none;
}
.hpv-content { position: relative; z-index: 1; flex: 1; }
.hpv-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 200; line-height: 1.2; margin: 12px 0 18px; color: #fff; }
.hpv-title strong { font-weight: 700; }
.hpv-content p { margin-bottom: 24px; font-weight: 300; font-size: 1.05rem; max-width: 540px; opacity: 0.95; }
.hpv-deco {
    width: 240px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background: var(--c-white);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    animation: floatY 4s ease-in-out infinite;
}
.hpv-deco img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* -------- FAQ -------- */
.section-faq { background: var(--c-white); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
    background: var(--c-white); border: 1px solid var(--c-border);
    border-radius: var(--radius-md); margin-bottom: 14px; overflow: hidden;
    transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.faq-item:hover { border-color: var(--c-pink-soft); }
.faq-item[open] { border-color: var(--c-magenta); box-shadow: var(--shadow-sm); }
.faq-item summary {
    padding: 22px 28px;
    cursor: pointer;
    font-weight: 600;
    color: var(--c-purple);
    font-size: 1rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: auto;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236B2C7C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center / 16px no-repeat,
        var(--c-pink-bg);
    flex-shrink: 0;
    transition: transform 0.3s var(--ease), background-color 0.3s var(--ease);
}
.faq-item[open] summary::after {
    transform: rotate(180deg);
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center / 16px no-repeat,
        var(--c-magenta);
}
.faq-body { padding: 0 28px 24px; color: var(--c-text-muted); font-size: 0.97rem; line-height: 1.7; }
.faq-body strong { color: var(--c-purple); }

/* -------- CTA -------- */
.section-cta { background: var(--grad-soft); padding: 80px 0; }
.cta-box {
    text-align: center; background: var(--c-white);
    padding: 60px 40px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md); max-width: 720px; margin: 0 auto;
}
.cta-box h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 16px; line-height: 1.2; }
.cta-box h2 .light { font-weight: 200; color: var(--c-purple-deep); }
.cta-box h2 .bold  { font-weight: 700; color: var(--c-magenta); }
.cta-box p { color: var(--c-text-muted); margin-bottom: 28px; font-size: 1.05rem; }

/* -------- Footer -------- */
.site-footer {
    background: linear-gradient(180deg, var(--c-purple-deep) 0%, var(--c-purple) 100%);
    color: var(--c-white); padding: 70px 0 30px; position: relative;
}
.site-footer::before {
    content: ''; position: absolute; inset: 0 0 auto 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-logo {
    height: auto;
    max-height: 80px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.footer-brand-tag {
    font-size: 0.85rem;
    opacity: 0.85;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 6px 0 6px 16px;
    border-left: 2px solid var(--c-magenta-soft);
}

.footer-medical {
    display: flex; align-items: flex-start; gap: 12px;
    max-width: 360px; font-size: 0.85rem; line-height: 1.5;
    background: rgba(255, 255, 255, 0.08);
    padding: 16px 20px; border-radius: var(--radius-sm);
    border-left: 3px solid var(--c-magenta-soft);
}
.footer-medical svg { color: var(--c-magenta-soft); flex-shrink: 0; margin-top: 2px; }
.footer-medical p { margin: 0; }

.footer-companies {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
    padding: 40px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.company-label {
    font-size: 11px; text-transform: uppercase; letter-spacing: 2px;
    font-weight: 600; color: var(--c-pink-soft); margin-bottom: 14px;
}
.company-logo {
    height: 56px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.company-logo svg { height: 100%; width: auto; max-width: 200px; }
.company-logo img {
    height: auto;
    max-height: 38px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.company address { font-size: 0.85rem; line-height: 1.65; opacity: 0.9; font-style: normal; }

.footer-bottom { padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-tagline { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: 3px; margin: 0; }
.footer-legal { text-align: right; font-size: 0.78rem; opacity: 0.7; line-height: 1.6; }
.footer-legal .copy { margin-top: 4px; }
.footer-legal p { margin: 0; }

/* -------- Back to top -------- */
.back-to-top {
    position: fixed; inset: auto 24px 24px auto;
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--grad-purple); color: var(--c-white);
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-md); z-index: 50;
    opacity: 0; transform: translateY(20px); pointer-events: none;
    transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { color: var(--c-white); transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* -------- Reveal -------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* -------- Responsive -------- */
@media (max-width: 1024px) {
    .actions-grid     { grid-template-columns: repeat(2, 1fr); }
    .formula-grid     { grid-template-columns: repeat(2, 1fr); }
    .footer-companies { grid-template-columns: 1fr 1fr; }
    .hero-content     { width: 62%; }
    .two-col          { gap: 50px; }
}

@media (max-width: 768px) {
    .section { padding: 70px 0; }

    .nav-toggle { display: block; }
    .nav-list {
        position: fixed; inset: var(--header-h) 0 auto 0;
        background: var(--c-white); flex-direction: column; gap: 0;
        box-shadow: var(--shadow-md);
        transform: translateY(-120%); transition: transform 0.3s var(--ease);
        border-top: 1px solid var(--c-border);
    }
    .nav-list.open { transform: translateY(0); }
    .nav-list li { width: 100%; border-bottom: 1px solid var(--c-border); }
    .nav-list a { display: block; padding: 16px 24px; }
    .logo-text { font-size: 18px; }
    .logo-flower { width: 36px; height: 36px; }

    .hero {
        min-height: auto; max-height: none; height: auto;
        padding-bottom: 60px; display: block;
        background:
            linear-gradient(180deg, #E2D6E8 0%, #F2DEEB 35%, #FAEEF4 70%, #FFFFFF 100%);
    }
    .hero-img-wrap { position: relative; width: 100%; height: 380px; inset: 0; margin-bottom: 10px; }
    .hero-woman {
        position: absolute; height: 100%; width: 100%;
        object-fit: cover; object-position: center 25%;
        -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    }
    .hero-bg-glow {
        inset: auto 0 0 0; width: 100%; height: 50%;
        background: radial-gradient(ellipse at center, rgba(199, 40, 123, 0.12) 0%, transparent 70%);
    }
    .hero-flower-deco {
        top: auto; bottom: -38px; left: 50%; transform: translateX(-50%);
        width: 60px; height: 60px;
    }
    .hero-content { width: 100%; max-width: 100%; margin: 0 auto; padding: 50px 0 10px; text-align: center; }
    .hero-badge  { margin-inline: auto; }
    .hero-lead   { margin-inline: auto; }
    .hero-cta    { justify-content: center; }
    .hero-stats  { margin: 0 auto; max-width: 480px; }

    .two-col { grid-template-columns: 1fr; gap: 50px; }
    .two-col.reverse .col-text  { order: 1; }
    .two-col.reverse .col-image { order: 2; }
    .col-text      { text-align: center; }
    .check-list li { text-align: left; }

    .actions-grid { grid-template-columns: 1fr; }
    .formula-grid { grid-template-columns: 1fr 1fr; }
    .timeline     { flex-direction: column; gap: 20px; }
    .tl-arrow     { transform: rotate(90deg); }
    .howto-tips   { grid-template-columns: 1fr; }

    .hpv-banner   { flex-direction: column; padding: 40px 30px; text-align: center; }
    .hpv-deco     { width: 140px; }

    .footer-top       { flex-direction: column; align-items: flex-start; }
    .footer-companies { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom    { flex-direction: column; text-align: center; }
    .footer-legal     { text-align: center; }

    .product-card { padding: 32px 20px; overflow: visible; }
    .product-card::before, .product-card::after { display: none; }
    .card-tag { width: 60px; height: 60px; top: 8px; right: 8px; }
}

@media (max-width: 480px) {
    .section          { padding: 60px 0; }
    .container        { padding: 0 16px; }
    .formula-grid     { grid-template-columns: 1fr; }
    .hpv-banner       { padding: 30px 20px; }
    .cta-box          { padding: 40px 20px; }
    .hero-img-wrap    { height: 320px; }
    .hero-stats       { gap: 12px; }
    .hero-stats .num  { font-size: 1.5rem; }
    .hero-stats .lbl  { font-size: 9.5px; letter-spacing: 0.8px; }
    .hero-flower-deco { width: 50px; height: 50px; bottom: -28px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* -------- Sticky disclaimer (medical device notice) -------- */
/*
 * Zgodne z Rozporządzeniem MZ z 21.04.2023 r. (Dz.U. 2023 poz. 817):
 * - min. 10% powierzchni reklamy (10vh)
 * - odległość liter od krawędzi tła nie większa niż 1/2 wysokości liter
 * - odległość między wierszami nie większa niż wysokość liter
 * - wyróżnia się od tła, widoczne, czytelne, nieruchome, poziome
 */
.sticky-disclaimer {
    --sd-font: 22px;
    --sd-pad: calc(var(--sd-font) / 2.2);
    position: fixed;
    inset: auto 0 0 0;
    z-index: 100;
    background: var(--c-purple-deep);
    color: var(--c-white);
    min-height: 10vh;
    padding: var(--sd-pad) 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.22);
    border-top: 3px solid var(--c-magenta);
}
.sticky-disclaimer p {
    margin: 0;
    font-size: var(--sd-font);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: 0.2px;
    max-width: 100%;
}
.sticky-disclaimer strong {
    display: block;
    color: var(--c-pink-soft);
    font-weight: 800;
    margin-bottom: calc(var(--sd-font) * 0.18);
    letter-spacing: 0.4px;
}

/* Body i fixed elementy nad paskiem */
body { padding-bottom: 12vh; }
.back-to-top { bottom: calc(10vh + 24px); }

/* Mobile - mniejszy font, ale wciąż >= 10vh */
@media (max-width: 768px) {
    .sticky-disclaimer { --sd-font: 16px; min-height: 11vh; }
    body { padding-bottom: 13vh; }
}
@media (max-width: 480px) {
    .sticky-disclaimer { --sd-font: 14px; min-height: 12vh; padding-left: 16px; padding-right: 16px; }
    body { padding-bottom: 14vh; }
}

/* -------- Footer disclaimer + sources -------- */
.footer-disclaimer {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.82rem;
    line-height: 1.65;
    opacity: 0.88;
}
.footer-disclaimer p { margin: 0 0 12px 0; }
.footer-disclaimer p:last-child { margin-bottom: 0; }
.footer-sources {
    font-size: 0.75rem;
    opacity: 0.85;
}
.footer-sources strong {
    color: var(--c-pink-soft);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.72rem;
    margin-right: 8px;
}
.footer-disclaimer a {
    color: var(--c-pink-soft);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.footer-disclaimer a:hover {
    color: var(--c-white);
}

/* -------- Footnote references -------- */
.footnote-ref {
    font-size: 0.55em;
    vertical-align: super;
    line-height: 0;
    font-weight: 600;
    color: var(--c-magenta);
    margin-left: 1px;
}
.hero-title .footnote-ref {
    -webkit-text-fill-color: var(--c-magenta);
    color: var(--c-magenta);
}
.hpv-content .footnote-ref {
    color: var(--c-pink-soft);
    -webkit-text-fill-color: var(--c-pink-soft);
}

/* -------- Footer sources -------- */
.src-item {
    display: inline-block;
    margin-bottom: 4px;
    line-height: 1.55;
}

/* -------- Print styles (Ctrl+P / Save as PDF) -------- */
@media print {
    @page {
        size: A4;
        margin: 18mm 14mm 18mm 14mm;
    }

    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        box-shadow: none !important;
    }

    body {
        padding-bottom: 0;
        font-size: 11pt;
        line-height: 1.5;
        color: #000;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Fixed elements - rozprostować do normalnego flow */
    .site-header {
        position: static;
        background: transparent;
        backdrop-filter: none;
        border-bottom: 2px solid var(--c-purple);
        height: auto;
        padding: 10px 0;
        box-shadow: none;
    }
    .main-nav { display: none; }
    .sticky-disclaimer {
        position: static;
        margin-top: 30px;
        page-break-inside: avoid;
    }
    .back-to-top, .skip-link, .nav-toggle { display: none !important; }

    /* Hero - czytelna wersja bez gradientów po krawędziach */
    .hero {
        min-height: auto;
        max-height: none;
        height: auto;
        padding: 20px 0 30px;
        display: block;
        page-break-after: always;
    }
    .hero-img-wrap {
        position: relative;
        width: 100%;
        height: 240px;
        inset: 0;
        margin-bottom: 20px;
    }
    .hero-woman {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center 20%;
    }
    .hero-flower-deco { display: none; }
    .hero-content { width: 100%; max-width: 100%; padding: 0; }
    .hero-bg-glow { display: none; }

    /* Sekcje - mniejsze paddingi i łamanie stron */
    .section {
        padding: 30px 0;
        page-break-inside: avoid;
    }
    .section-product, .section-action, .section-formula,
    .section-howto, .section-forwhom, .section-hpv,
    .section-faq, .section-cta {
        page-break-before: auto;
    }

    /* Dwukolumnowe układy - na pełnej szerokości w druku */
    .two-col { grid-template-columns: 1fr; gap: 20px; }
    .two-col.reverse .col-text { order: 1; }
    .two-col.reverse .col-image { order: 2; }

    /* Karty/grids - kompaktowe */
    .actions-grid    { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .formula-grid    { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .howto-tips      { grid-template-columns: 1fr; gap: 10px; }
    .footer-companies { grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
    .timeline        { gap: 20px; }

    /* Pojedyncze elementy - bez efektów hover */
    .action-card, .formula-card, .faq-item {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    .faq-item summary::after { display: none; }
    .faq-item { background: #fff; }
    .faq-item summary { padding: 12px 16px; }
    .faq-body { padding: 0 16px 14px; }

    /* FAQ - rozwinąć wszystkie pytania w druku */
    .faq-item details, .faq-item { display: block; }
    details > * { display: block !important; }

    /* Linki - pokaż URL w nawiasie */
    a[href^="http"]:after {
        content: " (" attr(href) ")";
        font-size: 9pt;
        color: #555;
        word-break: break-all;
    }
    .logo a[href]:after, .nav-list a[href]:after { content: none; }

    /* Stopka */
    .site-footer {
        background: var(--c-purple);
        color: var(--c-white);
        padding: 20px 0 10px;
        page-break-inside: avoid;
    }
    .footer-disclaimer, .footer-legal { font-size: 9pt; }

    /* Strona footer-disclaimer + sources jest ok */
    .footer-bottom { flex-direction: column; gap: 8px; }

    /* CTA section - na końcu */
    .section-cta { page-break-before: avoid; }

    /* Hover stany wylacz */
    a:hover, .action-card:hover, .formula-card:hover { color: inherit; transform: none; }

    /* Reveal animacje - od razu pokaż */
    .reveal { opacity: 1 !important; transform: none !important; }
}

/* -------- Action grid 5 cards (po przebudowie z 6 do 5) -------- */
.actions-grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1200px) {
    .actions-grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .actions-grid-5 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .actions-grid-5 { grid-template-columns: 1fr; }
}

/* -------- Formula grid 7 cards -------- */
.formula-grid-7 {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.formula-grid-7 > .formula-card:nth-child(5),
.formula-grid-7 > .formula-card:nth-child(6),
.formula-grid-7 > .formula-card:nth-child(7) {
    /* drugi rząd 3 karty - wycentrowane */
}

@media (min-width: 1025px) {
    .formula-grid-7 {
        grid-template-columns: repeat(8, 1fr);
    }
    .formula-grid-7 > .formula-card { grid-column: span 2; }
    .formula-grid-7 > .formula-card:nth-child(5) { grid-column: 2 / span 2; }
    .formula-grid-7 > .formula-card:nth-child(6) { grid-column: 4 / span 2; }
    .formula-grid-7 > .formula-card:nth-child(7) { grid-column: 6 / span 2; }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .formula-grid-7 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) and (min-width: 481px) {
    .formula-grid-7 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .formula-grid-7 { grid-template-columns: 1fr; }
}

.formula-card h3 .latin {
    display: block;
    font-size: 0.78em;
    font-weight: 400;
    font-style: italic;
    color: var(--c-text-muted);
    margin-top: 2px;
}

.formula-tech-note {
    text-align: center;
    margin-top: 40px;
    padding: 20px 30px;
    background: var(--c-pink-cream);
    border-radius: var(--radius-md);
    border-left: 3px solid var(--c-magenta);
    font-size: 0.92rem;
    color: var(--c-text);
    line-height: 1.6;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

/* -------- Footer medical info -------- */
.footer-medical-info {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-medical-info .company-label {
    color: var(--c-pink-soft);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0 0 18px;
}
.medical-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}
.medical-name {
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.4;
}
.medical-name span {
    display: inline-block;
    font-weight: 400;
    opacity: 0.85;
    margin-top: 2px;
}
.footer-medical-info address {
    font-style: normal;
    font-size: 0.88rem;
    opacity: 0.9;
    line-height: 1.6;
}
.medical-contacts {
    font-size: 0.92rem;
}
.medical-contacts p {
    margin: 0 0 8px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.medical-contacts p:last-child { margin-top: 4px; }
.medical-contacts .contact-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: var(--c-pink-soft);
    min-width: 50px;
}
.medical-contacts a {
    color: var(--c-white);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: border-color 0.25s var(--ease);
}
.medical-contacts a:hover {
    color: var(--c-pink-soft);
    border-bottom-color: var(--c-pink-soft);
}
.medical-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.10);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    color: #fff !important;
}
.medical-link:hover {
    background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 768px) {
    .medical-info-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* Pełna informacja przeniesiona z sekcji składników */
.footer-full-info {
    font-size: 0.85rem;
    line-height: 1.6;
    opacity: 0.88;
    margin: 0 0 12px;
}

/* Footer links (Polityka cookies, Ustawienia cookies) */
.footer-links {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.footer-links a, .footer-link-btn {
    color: var(--c-pink-soft);
    font-size: 0.85rem;
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    transition: color 0.25s var(--ease);
}
.footer-links a:hover, .footer-link-btn:hover {
    color: var(--c-white);
    text-decoration: underline;
}

/* -------- Cookie banner -------- */
.cookie-banner {
    position: fixed;
    inset: auto 0 12vh 0;
    z-index: 998;
    background: var(--c-white);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
    border-top: 1px solid var(--c-border);
    padding: 22px 0;
    transform: translateY(120%);
    transition: transform 0.35s var(--ease);
}
.cookie-banner.is-visible {
    transform: translateY(0);
}
.cookie-banner-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
}
.cookie-banner h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--c-purple);
    margin: 0 0 6px;
}
.cookie-banner p {
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--c-text-muted);
    margin: 0;
    max-width: 720px;
}
.cookie-banner p a { color: var(--c-magenta); }
.cookie-banner-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
}
.cookie-banner-actions .btn {
    padding: 10px 22px;
    font-size: 12px;
    white-space: nowrap;
    justify-content: center;
}
.btn-text {
    background: transparent;
    color: var(--c-purple);
    border: 0;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
}
.btn-text:hover { color: var(--c-magenta); }

@media (max-width: 768px) {
    .cookie-banner-content { grid-template-columns: 1fr; gap: 16px; }
    .cookie-banner-actions { flex-direction: row; flex-wrap: wrap; }
    .cookie-banner-actions .btn { flex: 1 1 auto; padding: 12px 18px; }
}

/* -------- Cookie modal -------- */
.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s var(--ease);
}
.cookie-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
.cookie-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(74, 29, 92, 0.55);
    backdrop-filter: blur(4px);
}
.cookie-modal-content {
    position: relative;
    background: var(--c-white);
    border-radius: var(--radius-md);
    max-width: 600px;
    width: calc(100% - 32px);
    max-height: calc(100vh - 64px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    transform: translateY(20px);
    transition: transform 0.3s var(--ease);
}
.cookie-modal.is-open .cookie-modal-content {
    transform: translateY(0);
}
.cookie-modal-header {
    padding: 22px 26px;
    border-bottom: 1px solid var(--c-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-modal-header h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--c-purple);
    margin: 0;
}
.cookie-modal-close {
    background: transparent;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    color: var(--c-text-muted);
    cursor: pointer;
    transition: background 0.2s var(--ease);
}
.cookie-modal-close:hover {
    background: var(--c-pink-bg);
    color: var(--c-purple);
}
.cookie-modal-body {
    padding: 22px 26px;
    overflow-y: auto;
}
.cookie-modal-body > p {
    font-size: 0.9rem;
    color: var(--c-text-muted);
    line-height: 1.55;
    margin: 0 0 22px;
}
.cookie-category {
    padding: 16px 0;
    border-top: 1px solid var(--c-border);
}
.cookie-category:first-of-type { border-top: 0; padding-top: 0; }
.cookie-category-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.cookie-category h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--c-purple);
    margin: 0 0 4px;
}
.cookie-category p {
    font-size: 0.85rem;
    color: var(--c-text-muted);
    line-height: 1.5;
    margin: 0;
}
.cookie-modal-footer {
    padding: 20px 26px;
    border-top: 1px solid var(--c-border);
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    background: var(--c-pink-cream);
}
.cookie-modal-footer .btn { padding: 10px 22px; font-size: 12px; }

@media (max-width: 480px) {
    .cookie-modal-footer { flex-direction: column-reverse; align-items: stretch; }
    .cookie-modal-footer .btn { width: 100%; }
}

/* Cookie toggle switch */
.cookie-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}
.cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.cookie-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #cfc1d5;
    border-radius: 24px;
    transition: background 0.25s var(--ease);
}
.cookie-slider::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.25s var(--ease);
}
.cookie-switch input:checked + .cookie-slider {
    background: var(--c-magenta);
}
.cookie-switch input:checked + .cookie-slider::before {
    transform: translateX(20px);
}
.cookie-switch-disabled .cookie-slider {
    cursor: not-allowed;
    opacity: 0.7;
}

.visually-hidden {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}

/* Adjust sticky disclaimer z-index żeby cookie banner był nad nim */
.sticky-disclaimer { z-index: 100; }

/* Footer disclaimer corrections */
.footer-bottom {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

/* -------- Legal page (Polityka cookies, etc.) -------- */
.legal-page {
    padding: calc(var(--header-h) + 60px) 0 80px;
    background: var(--grad-soft);
    min-height: 70vh;
}
.legal-head {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.legal-head .section-title {
    margin-bottom: 14px;
}
.legal-section {
    max-width: 820px;
    margin: 0 auto 40px;
    background: var(--c-white);
    border-radius: var(--radius-md);
    padding: 32px 38px;
    box-shadow: var(--shadow-sm);
}
.legal-section h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--c-purple);
    margin: 0 0 16px;
    line-height: 1.3;
}
.legal-section h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--c-magenta);
    margin: 20px 0 10px;
}
.legal-section p {
    margin: 0 0 14px;
    line-height: 1.7;
    color: var(--c-text);
}
.legal-section ul {
    margin: 0 0 14px 22px;
    padding: 0;
}
.legal-section ul li {
    margin-bottom: 8px;
    line-height: 1.65;
}
.legal-section address {
    font-style: normal;
    line-height: 1.7;
    padding: 16px 20px;
    background: var(--c-pink-cream);
    border-left: 3px solid var(--c-magenta);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.legal-cat {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--c-border);
}
.legal-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.legal-note {
    max-width: 820px;
    margin: 30px auto 0;
    text-align: center;
    color: var(--c-text-muted);
    font-style: italic;
    font-size: 0.92rem;
}

/* Stopka uproszczona dla legal-page */
.site-footer-simple {
    padding: 30px 0 20px;
}
.site-footer-simple .footer-bottom {
    padding-top: 0;
}

/* Howto tips title */
.howto-tips-title {
    margin: 50px auto 18px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--c-purple);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    max-width: 720px;
}
.howto-tips-title + .howto-tips {
    margin-top: 0;
}

/* -------- Mobile overflow fix + lead na PC w jednej linii -------- */
html {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

.cookie-banner, .cookie-modal, .sticky-disclaimer, .site-header {
    max-width: 100vw;
}

.cookie-banner-content, .container {
    min-width: 0;
}

/* Lead w sekcji o produkcie - szerszy zeby mukoadhezyjna byla w jednej linii */
.section-product .col-text .lead {
    max-width: none;
}
@media (min-width: 1025px) {
    .check-list li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
    }
}

/* KEDP w stopce */
.footer-legal .kedp {
    font-size: 0.78rem;
    opacity: 0.75;
    letter-spacing: 1px;
    margin: 4px 0 0;
    font-family: 'Montserrat', sans-serif;
}

/* Mobile - card-tag + col-text fixy */
@media (max-width: 768px) {
    .two-col > div {
        min-width: 0;
        max-width: 100%;
    }
    .col-text, .col-image {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }
    .col-text p, .col-text .lead, .col-text .check-list, .col-text .muted {
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .product-card {
        width: 100%;
        max-width: 100%;
    }
}
