.tofaa-faq {
    --faq-purple: #7c4fa0;
    --faq-purple-dark: #5d3678;
    --faq-lilac: #b083bc;
    --faq-lime: #d1d635;
    --faq-pink: #e85b91;
    --faq-peach: #f2c4aa;
    --faq-cream: #fffaf5;
    --faq-page: #f7e9df;
    --faq-ink: #211827;
    overflow: hidden;
    padding: 0 !important;
    background:
        radial-gradient(circle at 5% 25%, rgba(209, 214, 53, .16), transparent 24%),
        radial-gradient(circle at 96% 58%, rgba(176, 131, 188, .18), transparent 25%),
        var(--faq-page);
    color: var(--faq-ink);
    font-family: "Rubik", sans-serif;
}

.tofaa-faq *,
.tofaa-faq *::before,
.tofaa-faq *::after { box-sizing: border-box; }
.tofaa-faq h1, .tofaa-faq h2, .tofaa-faq h3, .tofaa-faq p { font-family: inherit; }
.tofaa-faq__shell { width: min(1480px, calc(100% - 64px)); margin: 0 auto; padding: 20px 0 92px; }

.tofaa-faq__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    min-height: 520px;
    overflow: hidden;
    border: 1px solid var(--faq-ink);
    border-radius: 42px;
    background: var(--faq-purple);
    box-shadow: 0 10px 0 rgba(33, 24, 39, .18);
}

.tofaa-faq__hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 86px); }
.tofaa-faq__eyebrow { margin: 0 0 14px; color: var(--faq-lime); font-size: 14px; font-weight: 900; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.tofaa-faq__hero h1 { margin: 0; color: var(--faq-lime); font-size: clamp(54px, 6.7vw, 102px); font-weight: 1000; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.tofaa-faq__lead { max-width: 680px; margin: 28px 0 0; color: #fff; font-size: clamp(19px, 1.8vw, 26px); font-weight: 500; line-height: 1.45; }

.tofaa-faq__search {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: min(100%, 680px);
    min-height: 64px;
    margin-top: 34px;
    padding: 10px 14px 10px 20px;
    border: 1px solid var(--faq-ink);
    border-radius: 18px;
    background: var(--faq-cream);
    box-shadow: 0 6px 0 var(--faq-ink);
}
.tofaa-faq__search svg { width: 25px; height: 25px; fill: none; stroke: var(--faq-purple); stroke-linecap: round; stroke-width: 2; }
.tofaa-faq__search input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: var(--faq-purple); font: 700 17px/1.2 "Rubik", sans-serif; }
.tofaa-faq__search input::placeholder { color: #9d7aad; opacity: 1; }
.tofaa-faq__search button { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid var(--faq-ink); border-radius: 50%; background: var(--faq-lime); color: var(--faq-purple); font: 800 25px/1 "Rubik", sans-serif; cursor: pointer; }
.tofaa-faq__search-status { min-height: 18px; margin: 14px 0 -32px; color: #fff; font-size: 13px; font-weight: 700; }

.tofaa-faq__hero-art { position: relative; min-height: 100%; overflow: hidden; border-left: 1px solid var(--faq-ink); background: linear-gradient(145deg, var(--faq-lime), #c7d629); }
.tofaa-faq__hero-art::before, .tofaa-faq__hero-art::after, .tofaa-faq__hero-orbit { position: absolute; border: 1px solid rgba(124, 79, 160, .45); border-radius: 50%; content: ""; }
.tofaa-faq__hero-art::before { width: 430px; height: 430px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.tofaa-faq__hero-art::after { width: 310px; height: 310px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.tofaa-faq__hero-orbit { width: 530px; height: 260px; top: 50%; left: 50%; border-style: dashed; transform: translate(-50%, -50%) rotate(-18deg); }
.tofaa-faq__question-card { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: min(68%, 350px); min-height: 330px; flex-direction: column; align-items: center; justify-content: center; padding: 36px; border: 1px solid var(--faq-ink); border-radius: 40px; background: var(--faq-purple); color: #fff; text-align: center; box-shadow: 14px 18px 0 rgba(33, 24, 39, .2); transform: translate(-50%, -50%) rotate(-4deg); }
.tofaa-faq__question-card > span { display: grid; width: 108px; height: 108px; place-items: center; margin-bottom: 28px; border: 2px solid var(--faq-lime); border-radius: 50%; color: var(--faq-lime); font-size: 72px; font-weight: 900; line-height: 1; }
.tofaa-faq__question-card strong { max-width: 250px; color: var(--faq-lime); font-size: 29px; font-weight: 1000; letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.tofaa-faq__question-card small { margin-top: 12px; font-size: 14px; font-weight: 800; }
.tofaa-faq__hero-dot { position: absolute; z-index: 3; display: block; border: 1px solid var(--faq-ink); border-radius: 50%; }
.tofaa-faq__hero-dot--pink { top: 52px; right: 42px; width: 82px; height: 82px; background: var(--faq-pink); }
.tofaa-faq__hero-dot--lilac { bottom: 40px; left: 42px; width: 58px; height: 58px; background: var(--faq-lilac); }

.tofaa-faq__categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 38px 0 54px; }
.tofaa-faq__category-link { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 88px; padding: 15px 18px; border: 1px solid var(--faq-ink); border-radius: 22px; color: var(--faq-purple); box-shadow: 0 6px 0 var(--faq-ink); text-decoration: none !important; transition: transform .16s ease, box-shadow .16s ease; }
.tofaa-faq__category-link--produkty { background: #f5f5b1; }
.tofaa-faq__category-link--dostawa { background: #eaddec; }
.tofaa-faq__category-link--platnosci { background: #f5d5c3; }
.tofaa-faq__category-link--tofaanklub { background: var(--faq-lime); }
.tofaa-faq__category-link:hover { color: var(--faq-purple); transform: translateY(2px); box-shadow: 0 4px 0 var(--faq-ink); }
.tofaa-faq__category-link:active { transform: translateY(6px); box-shadow: none; }
.tofaa-faq__category-icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--faq-ink); border-radius: 16px; background: var(--faq-cream); }
.tofaa-faq__category-icon svg { width: 34px; height: 34px; fill: none; stroke: var(--faq-purple); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.tofaa-faq__category-link strong, .tofaa-faq__category-link small { display: block; }
.tofaa-faq__category-link strong { font-size: 17px; font-weight: 900; line-height: 1.1; }
.tofaa-faq__category-link small { margin-top: 4px; color: #5d5061; font-size: 12px; font-weight: 600; }
.tofaa-faq__category-arrow { font-size: 21px; font-weight: 900; }

.tofaa-faq__sections { display: grid; gap: 30px; }
.tofaa-faq__section { scroll-margin-top: 125px; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.5fr); gap: clamp(32px, 5vw, 76px); padding: clamp(36px, 5vw, 72px); border: 1px solid var(--faq-ink); border-radius: 38px; background: var(--faq-cream); box-shadow: 0 8px 0 rgba(33, 24, 39, .14); }
.tofaa-faq__section--dostawa { background: #f4ebf4; }
.tofaa-faq__section--platnosci { background: #fff1e9; }
.tofaa-faq__section--tofaanklub { background: #f5f5b1; }
.tofaa-faq__section[hidden] { display: none; }
.tofaa-faq__section-heading { position: relative; align-self: start; }
.tofaa-faq__section-heading .tofaa-faq__eyebrow { max-width: 300px; margin-bottom: 14px; color: var(--faq-purple); }
.tofaa-faq__section-heading h2 { position: relative; z-index: 1; margin: 0; color: var(--faq-purple); font-size: clamp(38px, 4.6vw, 68px); font-weight: 1000; letter-spacing: -.055em; line-height: .95; }
.tofaa-faq__section-heading > p:last-child { position: relative; z-index: 1; max-width: 380px; margin: 24px 0 0; color: #5d5061; font-size: 17px; line-height: 1.55; }
.tofaa-faq__section-number { position: absolute; z-index: 0; top: -38px; right: 0; color: rgba(124, 79, 160, .10); font-size: clamp(82px, 9vw, 136px); font-weight: 1000; letter-spacing: -.08em; line-height: 1; }

.tofaa-faq__questions { min-width: 0; }
.tofaa-faq__item { overflow: hidden; margin: 0 0 12px; border: 1px solid var(--faq-ink); border-radius: 18px; background: rgba(255, 255, 255, .78); }
.tofaa-faq__item:last-child { margin-bottom: 0; }
.tofaa-faq__item[hidden] { display: none; }
.tofaa-faq__item summary { display: grid; grid-template-columns: minmax(0, 1fr) 44px; align-items: center; gap: 18px; min-height: 76px; padding: 14px 16px 14px 24px; color: var(--faq-purple); font-size: 17px; font-weight: 900; line-height: 1.35; list-style: none; cursor: pointer; }
.tofaa-faq__item summary::-webkit-details-marker { display: none; }
.tofaa-faq__item summary::marker { display: none; content: ""; }
.tofaa-faq__item summary:focus-visible { outline: 3px solid var(--faq-pink); outline-offset: -4px; }
.tofaa-faq__toggle { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--faq-ink); border-radius: 50%; background: var(--faq-lime); transition: transform .25s ease, background .25s ease; }
.tofaa-faq__toggle::before, .tofaa-faq__toggle::after { position: absolute; width: 16px; height: 2px; border-radius: 3px; background: var(--faq-purple); content: ""; transition: transform .25s ease; }
.tofaa-faq__toggle::after { transform: rotate(90deg); }
.tofaa-faq__item[open] .tofaa-faq__toggle { background: var(--faq-peach); transform: rotate(180deg); }
.tofaa-faq__item[open] .tofaa-faq__toggle::after { transform: rotate(0); }
.tofaa-faq__answer { padding: 0 76px 24px 24px; color: #554b58; font-size: 16px; line-height: 1.65; }
.tofaa-faq__answer p { margin: 0; }
.tofaa-faq__answer a { color: var(--faq-purple); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.tofaa-faq__empty { max-width: 760px; margin: 54px auto; padding: 48px; border: 1px solid var(--faq-ink); border-radius: 30px; background: var(--faq-cream); color: var(--faq-purple); text-align: center; }
.tofaa-faq__empty[hidden] { display: none; }
.tofaa-faq__empty > span { display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 20px; border: 1px solid var(--faq-ink); border-radius: 50%; background: var(--faq-lime); font-size: 40px; font-weight: 900; }
.tofaa-faq__empty h2 { margin: 0; font-size: 32px; font-weight: 1000; letter-spacing: -.04em; }
.tofaa-faq__empty p { margin: 14px 0 0; font-size: 16px; }

.tofaa-faq__contact { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; min-height: 310px; overflow: hidden; margin-top: 54px; padding: clamp(42px, 6vw, 82px); border: 1px solid var(--faq-ink); border-radius: 40px; background: var(--faq-purple); color: #fff; box-shadow: 0 10px 0 var(--faq-ink); }
.tofaa-faq__contact > div { position: relative; z-index: 2; }
.tofaa-faq__contact h2 { max-width: 880px; margin: 0; color: #fff; font-size: clamp(40px, 5vw, 72px); font-weight: 1000; letter-spacing: -.055em; line-height: .95; }
.tofaa-faq__contact p:last-child { max-width: 760px; margin: 24px 0 0; font-size: 18px; line-height: 1.55; }
.tofaa-faq__contact-button { position: relative; z-index: 2; display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 28px; padding: 14px 25px; border: 1px solid var(--faq-ink); border-radius: 18px; background: var(--faq-lime); color: var(--faq-purple) !important; box-shadow: 0 7px 0 var(--faq-ink); font-size: 14px; font-weight: 1000; text-decoration: none !important; text-transform: uppercase; transition: transform .16s ease, box-shadow .16s ease; }
.tofaa-faq__contact-button:hover { transform: translateY(2px); box-shadow: 0 5px 0 var(--faq-ink); }
.tofaa-faq__contact-button:active { transform: translateY(7px); box-shadow: none; }
.tofaa-faq__contact-dot { position: absolute; right: -58px; bottom: -80px; width: 220px; height: 220px; border: 1px solid var(--faq-ink); border-radius: 50%; background: var(--faq-peach); }

/* The legacy theme targets every paragraph through #primary. Keep the FAQ's
   typography intentional without changing paragraphs on any other page. */
div#page main#primary.tofaa-faq .tofaa-faq__eyebrow { color: var(--faq-lime); font-size: 14px; line-height: 1.3; }
div#page main#primary.tofaa-faq .tofaa-faq__lead { color: #fff; font-size: clamp(19px, 1.8vw, 26px); line-height: 1.45; }
div#page main#primary.tofaa-faq .tofaa-faq__search-status { color: #fff; font-size: 13px; line-height: 1.35; }
div#page main#primary.tofaa-faq .tofaa-faq__section-heading .tofaa-faq__eyebrow { color: var(--faq-purple); font-size: 14px; line-height: 1.3; }
div#page main#primary.tofaa-faq .tofaa-faq__section-heading > p:last-child { color: #5d5061; font-size: 17px; line-height: 1.55; }
div#page main#primary.tofaa-faq .tofaa-faq__answer p { color: #554b58; font-size: 16px; line-height: 1.65; }
div#page main#primary.tofaa-faq .tofaa-faq__empty p { color: var(--faq-purple); font-size: 16px; line-height: 1.5; }
div#page main#primary.tofaa-faq .tofaa-faq__contact .tofaa-faq__eyebrow { color: var(--faq-lime); font-size: 14px; line-height: 1.3; }
div#page main#primary.tofaa-faq .tofaa-faq__contact p:last-child { color: #fff; font-size: 18px; line-height: 1.55; }

@media (max-width: 1100px) {
    .tofaa-faq__hero { grid-template-columns: 1fr .76fr; }
    .tofaa-faq__categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tofaa-faq__section { grid-template-columns: 1fr; }
    .tofaa-faq__section-heading > p:last-child { max-width: 650px; }
}

@media (max-width: 760px) {
    .tofaa-faq__shell { width: min(100% - 32px, 1480px); padding-top: 12px; padding-bottom: 60px; }
    .tofaa-faq__hero { grid-template-columns: 1fr; min-height: 0; border-radius: 28px; }
    .tofaa-faq__hero-copy { padding: 38px 24px 44px; }
    .tofaa-faq__hero h1 { font-size: clamp(46px, 15vw, 68px); }
    .tofaa-faq__lead { margin-top: 22px; font-size: 18px; }
    .tofaa-faq__search { min-height: 58px; margin-top: 28px; }
    .tofaa-faq__search-status { margin-bottom: -26px; }
    .tofaa-faq__hero-art { min-height: 300px; border-top: 1px solid var(--faq-ink); border-left: 0; }
    .tofaa-faq__question-card { min-height: 220px; width: min(64%, 260px); padding: 24px; border-radius: 30px; }
    .tofaa-faq__question-card > span { width: 72px; height: 72px; margin-bottom: 16px; font-size: 48px; }
    .tofaa-faq__question-card strong { font-size: 21px; }
    .tofaa-faq__question-card small { font-size: 12px; }
    .tofaa-faq__hero-art::before { width: 330px; height: 330px; }
    .tofaa-faq__hero-art::after { width: 230px; height: 230px; }
    .tofaa-faq__hero-orbit { width: 390px; height: 190px; }
    .tofaa-faq__hero-dot--pink { top: 26px; right: 22px; width: 54px; height: 54px; }
    .tofaa-faq__hero-dot--lilac { bottom: 24px; left: 22px; width: 42px; height: 42px; }
    .tofaa-faq__categories { grid-template-columns: 1fr; gap: 13px; margin: 30px 0 38px; }
    .tofaa-faq__category-link { min-height: 76px; }
    .tofaa-faq__sections { gap: 20px; }
    .tofaa-faq__section { scroll-margin-top: 92px; gap: 28px; padding: 32px 20px; border-radius: 28px; }
    .tofaa-faq__section-number { top: -24px; right: 0; font-size: 92px; }
    .tofaa-faq__section-heading h2 { font-size: 44px; }
    div#page main#primary.tofaa-faq .tofaa-faq__section-heading > p:last-child { margin-top: 16px; font-size: 16px; }
    .tofaa-faq__item summary { grid-template-columns: minmax(0, 1fr) 40px; min-height: 70px; gap: 12px; padding: 13px 12px 13px 17px; font-size: 15px; }
    .tofaa-faq__toggle { width: 38px; height: 38px; }
    .tofaa-faq__answer { padding: 0 17px 20px; font-size: 15px; }
    div#page main#primary.tofaa-faq .tofaa-faq__answer p { font-size: 15px; }
    .tofaa-faq__contact { grid-template-columns: 1fr; min-height: 0; align-items: start; margin-top: 38px; padding: 40px 24px 48px; border-radius: 28px; }
    .tofaa-faq__contact h2 { font-size: 42px; }
    div#page main#primary.tofaa-faq .tofaa-faq__contact p:last-child { font-size: 16px; }
    .tofaa-faq__contact-button { width: fit-content; }
    .tofaa-faq__contact-dot { right: -80px; bottom: -110px; }
}

@media (prefers-reduced-motion: reduce) {
    .tofaa-faq *, .tofaa-faq *::before, .tofaa-faq *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Compact header and the same horizontal "drum" interaction used by the
   chapter switcher on the #Tofaanklub page. */
.tofaa-faq__hero {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    border-radius: 30px;
    background: var(--faq-cream);
    box-shadow: 0 8px 0 rgba(33, 24, 39, .14);
}

.tofaa-faq__hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    align-items: center;
    gap: 12px clamp(34px, 5vw, 82px);
    padding: clamp(30px, 3.4vw, 48px) clamp(30px, 4vw, 60px);
}

.tofaa-faq__hero-heading {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
}

.tofaa-faq__hero-mark {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid var(--faq-ink);
    border-radius: 22px;
    background: var(--faq-lime);
    color: var(--faq-purple);
    box-shadow: 0 6px 0 var(--faq-ink);
    font-size: 46px;
    font-weight: 1000;
    line-height: 1;
    transform: rotate(-3deg);
}

.tofaa-faq__hero .tofaa-faq__eyebrow { margin-bottom: 8px; color: var(--faq-purple); }
.tofaa-faq__hero h1 {
    color: var(--faq-purple);
    font-size: clamp(38px, 4.2vw, 62px);
    letter-spacing: -.055em;
    line-height: .96;
}
.tofaa-faq__lead { max-width: 700px; margin: 12px 0 0; color: #5d5061; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.45; }
.tofaa-faq__search { width: 100%; margin: 0; box-shadow: 0 5px 0 var(--faq-ink); }
.tofaa-faq__search-status { grid-column: 2; min-height: 18px; margin: 0; color: var(--faq-purple); }
.tofaa-faq__hero-dot { position: absolute; top: -36px; right: -24px; width: 104px; height: 104px; border: 1px solid var(--faq-ink); border-radius: 50%; background: var(--faq-peach); }
.tofaa-faq__hero-art { display: none; }

div#page main#primary.tofaa-faq .tofaa-faq__hero .tofaa-faq__eyebrow { color: var(--faq-purple); }
div#page main#primary.tofaa-faq .tofaa-faq__lead { color: #5d5061; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.45; }
div#page main#primary.tofaa-faq .tofaa-faq__search-status { color: var(--faq-purple); }

.tofaa-faq__rotator { --faq-panel-scale: 1; margin-top: 30px; }
.tofaa-faq__rotator[hidden] { display: none; }
.tofaa-faq__tabs { position: relative; z-index: 8; margin: 0 0 20px; }
.tofaa-faq__tabs > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.tofaa-faq__tabs button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    border: 1px solid var(--faq-ink);
    border-radius: 999px;
    background: var(--faq-cream);
    color: var(--faq-purple);
    box-shadow: 0 5px 0 rgba(33, 24, 39, .16);
    font: 900 14px/1.1 "Rubik", sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, color .25s ease, background .25s ease;
}
.tofaa-faq__tabs button small {
    display: grid;
    min-width: 26px;
    height: 26px;
    place-items: center;
    padding: 0 7px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
}
.tofaa-faq__tabs button:hover { transform: translateY(2px); box-shadow: 0 3px 0 rgba(33, 24, 39, .16); }
.tofaa-faq__tabs button:active { transform: translateY(5px); box-shadow: none; }
.tofaa-faq__tabs button.is-active { background: var(--faq-purple); color: #fff; box-shadow: 0 5px 0 var(--faq-ink); }
.tofaa-faq__tabs button:focus-visible { outline: 3px solid var(--faq-pink); outline-offset: 3px; }
.tofaa-faq__tabs button[hidden] { display: none; }

.tofaa-faq__drum { position: relative; perspective: 1500px; perspective-origin: 50% 42%; }
.tofaa-faq__drum-viewport {
    position: relative;
    overflow: hidden;
    transition: height .76s cubic-bezier(.18, .78, .18, 1);
    transform-style: preserve-3d;
}
.tofaa-faq:not(.is-faq-drum-ready) .tofaa-faq__panel:not(.is-active) { display: none; }
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel {
    position: absolute;
    z-index: 1;
    inset: 0 0 auto;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    filter: blur(3px);
    transform: translateX(74%) translateZ(-300px) rotateY(-58deg) scale(.92);
    transform-origin: 50% 50%;
    transition:
        opacity .5s ease,
        filter .76s cubic-bezier(.18, .78, .18, 1),
        transform .76s cubic-bezier(.18, .78, .18, 1),
        visibility 0s linear .76s;
    will-change: transform, opacity, filter;
}
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-active {
    z-index: 4;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    filter: blur(0);
    transform: translateX(0) translateZ(0) rotateY(0) scale(1);
    transition-delay: 0s;
}
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-entering-forward { transform: translateX(74%) translateZ(-300px) rotateY(-58deg) scale(.92); }
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-leaving-forward { z-index: 3; opacity: 0; visibility: visible; transform: translateX(-74%) translateZ(-300px) rotateY(58deg) scale(.92); }
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-entering-backward { transform: translateX(-74%) translateZ(-300px) rotateY(58deg) scale(.92); }
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-leaving-backward { z-index: 3; opacity: 0; visibility: visible; transform: translateX(74%) translateZ(-300px) rotateY(-58deg) scale(.92); }
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-preparing-transition { transition: none !important; }
.tofaa-faq.is-faq-drum-ready .tofaa-faq__drum.is-resetting .tofaa-faq__panel { transition: none !important; }

/*
 * Category changes use finite keyframes instead of interruptible transitions.
 * Removing an interrupted keyframe always returns the panels to their class-
 * based state, so a previous click cannot overwrite the newest selection.
 */
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-in-forward,
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-in-backward,
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-out-forward,
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-out-backward {
    visibility: visible;
    transition: none !important;
}
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-in-forward,
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-in-backward {
    z-index: 4;
    pointer-events: auto;
}
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-out-forward,
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-out-backward {
    z-index: 3;
    pointer-events: none;
}
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-in-forward {
    animation: tofaa-faq-panel-in-forward .62s cubic-bezier(.18, .78, .18, 1) both;
}
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-in-backward {
    animation: tofaa-faq-panel-in-backward .62s cubic-bezier(.18, .78, .18, 1) both;
}
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-out-forward {
    animation: tofaa-faq-panel-out-forward .62s cubic-bezier(.18, .78, .18, 1) both;
}
.tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-animating-out-backward {
    animation: tofaa-faq-panel-out-backward .62s cubic-bezier(.18, .78, .18, 1) both;
}

@keyframes tofaa-faq-panel-in-forward {
    from { opacity: 0; filter: blur(3px); transform: translateX(58%) translateZ(-260px) rotateY(-48deg) scale(.94); }
    to { opacity: 1; filter: blur(0); transform: translateX(0) translateZ(0) rotateY(0) scale(1); }
}
@keyframes tofaa-faq-panel-out-forward {
    from { opacity: 1; filter: blur(0); transform: translateX(0) translateZ(0) rotateY(0) scale(1); }
    to { opacity: 0; filter: blur(3px); transform: translateX(-58%) translateZ(-260px) rotateY(48deg) scale(.94); }
}
@keyframes tofaa-faq-panel-in-backward {
    from { opacity: 0; filter: blur(3px); transform: translateX(-58%) translateZ(-260px) rotateY(48deg) scale(.94); }
    to { opacity: 1; filter: blur(0); transform: translateX(0) translateZ(0) rotateY(0) scale(1); }
}
@keyframes tofaa-faq-panel-out-backward {
    from { opacity: 1; filter: blur(0); transform: translateX(0) translateZ(0) rotateY(0) scale(1); }
    to { opacity: 0; filter: blur(3px); transform: translateX(58%) translateZ(-260px) rotateY(-48deg) scale(.94); }
}

.tofaa-faq__section {
    grid-template-columns: minmax(220px, .62fr) minmax(0, 1.55fr);
    gap: clamp(30px, 4vw, 64px);
    padding: clamp(34px, 4vw, 58px);
}
.tofaa-faq__section-number { top: -24px; }
.tofaa-faq__section-heading h2 { font-size: clamp(36px, 4vw, 60px); }
.tofaa-faq__empty { margin-top: 34px; }
.tofaa-faq__contact { margin-top: 38px; }

@media (max-width: 980px) {
    .tofaa-faq__hero-copy { grid-template-columns: 1fr; }
    .tofaa-faq__search { margin-top: 6px; }
    .tofaa-faq__search-status { grid-column: 1; }
    .tofaa-faq__section { grid-template-columns: 1fr; }
    .tofaa-faq__section-heading > p:last-child { max-width: 680px; }
}

@media (max-width: 760px) {
    .tofaa-faq__hero { border-radius: 26px; }
    .tofaa-faq__hero-copy { padding: 28px 20px 30px; }
    .tofaa-faq__hero-heading { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; }
    .tofaa-faq__hero-mark { width: 52px; height: 52px; border-radius: 16px; box-shadow: 0 4px 0 var(--faq-ink); font-size: 33px; }
    .tofaa-faq__hero h1 { font-size: clamp(34px, 10.8vw, 48px); }
    .tofaa-faq__lead { margin-top: 9px; font-size: 15px; }
    .tofaa-faq__search { min-height: 54px; margin-top: 6px; padding-left: 16px; }
    .tofaa-faq__hero-dot { top: -44px; right: -44px; }
    .tofaa-faq__rotator { margin-top: 24px; }
    .tofaa-faq__tabs { margin-bottom: 16px; overflow: hidden; }
    .tofaa-faq__tabs > div { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: none; }
    .tofaa-faq__tabs > div::-webkit-scrollbar { display: none; }
    .tofaa-faq__tabs button { min-height: 44px; flex: 0 0 auto; padding: 9px 15px; font-size: 12px; }
    .tofaa-faq__tabs button small { min-width: 23px; height: 23px; font-size: 10px; }
    .tofaa-faq.is-faq-drum-ready .tofaa-faq__panel { transform: translateX(86%) scale(.96); }
    .tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-active { transform: translateX(0) scale(1); }
    .tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-entering-forward { transform: translateX(86%) scale(.96); }
    .tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-leaving-forward { transform: translateX(-86%) scale(.96); }
    .tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-entering-backward { transform: translateX(-86%) scale(.96); }
    .tofaa-faq.is-faq-drum-ready .tofaa-faq__panel.is-leaving-backward { transform: translateX(86%) scale(.96); }
    .tofaa-faq__section { gap: 24px; padding: 30px 18px; }
    .tofaa-faq__section-number { top: -18px; }
    .tofaa-faq__contact { margin-top: 30px; }
}

/* Final alignment with the #Tofaanklub chapter navigation. */
.tofaa-faq__search { box-shadow: none; }

.tofaa-faq__tabs {
    position: sticky;
    z-index: 18;
    top: 92px;
    margin: 0;
    padding: 12px 0 8px;
    pointer-events: none;
}

.tofaa-faq__tabs > div {
    width: fit-content;
    max-width: calc(100% - 40px);
    margin-inline: auto;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6px;
    padding: 7px;
    overflow-x: auto;
    border: 1px solid rgba(33, 24, 39, .55);
    border-radius: 999px;
    background: rgba(255, 248, 239, .76);
    box-shadow: 0 8px 24px rgba(54, 31, 65, .13);
    backdrop-filter: blur(18px) saturate(135%);
    pointer-events: auto;
    scrollbar-width: none;
}

.tofaa-faq__tabs > div::-webkit-scrollbar { display: none; }
.tofaa-faq__tabs button {
    min-height: 34px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    font-size: 12px;
    line-height: 1;
    transition: background-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.tofaa-faq__tabs button small { display: none; }
.tofaa-faq__tabs button:hover,
.tofaa-faq__tabs button:focus-visible,
.tofaa-faq__tabs button.is-active {
    background: var(--faq-purple);
    color: #fff;
    box-shadow: none;
    outline: none;
    transform: translateY(-1px);
}
.tofaa-faq__tabs button:focus-visible { box-shadow: 0 0 0 3px rgba(209, 214, 53, .72); }
.tofaa-faq__tabs button:active { box-shadow: none; transform: translateY(1px); }

.tofaa-faq__drum-viewport { padding-bottom: 0; }
.tofaa-faq__panel { padding-bottom: 2px; }
.tofaa-faq__item { will-change: height; }
.tofaa-faq__item.is-tofaa-details-animating { overflow: hidden !important; }
.tofaa-faq__answer { transform-origin: top center; }

.tofaa-faq__contact {
    grid-template-columns: minmax(0, 1fr) auto;
    width: min(100%, 980px);
    min-height: 0;
    align-items: center;
    gap: 24px;
    margin: 26px auto 0;
    padding: 24px 28px;
    border-radius: 24px;
    background: #eaddec;
    color: var(--faq-purple);
    box-shadow: 0 5px 0 rgba(33, 24, 39, .16);
}
.tofaa-faq__contact h2 {
    max-width: none;
    color: var(--faq-purple);
    font-size: clamp(25px, 2.8vw, 38px);
    letter-spacing: -.04em;
    line-height: 1;
}
.tofaa-faq__contact-button { min-height: 52px; }

@media (min-width: 761px) {
    .tofaa-faq__contact-button { margin-right: 46px; }
}

@media (max-width: 860px) {
    .tofaa-faq__tabs { top: 80px; }
}

@media (max-width: 760px) {
    .tofaa-faq__tabs { top: 70px; padding-block: 8px; }
    .tofaa-faq__tabs > div { width: calc(100% - 22px); max-width: none; margin-inline: auto; }
    .tofaa-faq__tabs button { min-height: 32px; padding: 9px 12px; font-size: 11px; }
    .tofaa-faq__contact { grid-template-columns: 1fr; gap: 18px; margin-top: 22px; padding: 24px 20px 28px; }
    .tofaa-faq__contact-button { width: fit-content; }
}

/* FAQ rows mirror the list used on the product page. */
.tofaa-faq__questions { border-top: 1px solid var(--faq-ink); }
.tofaa-faq__item {
    overflow: visible;
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--faq-ink);
    border-radius: 0;
    background: transparent;
}
.tofaa-faq__item summary {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 2px;
    font-size: clamp(16px, 1.2vw, 20px);
}
.tofaa-faq__item summary:focus-visible {
    outline: 2px solid var(--faq-pink);
    outline-offset: -2px;
}
.tofaa-faq__toggle {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    background: var(--faq-lime);
    transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}
.tofaa-faq__toggle::before,
.tofaa-faq__toggle::after {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: var(--faq-purple);
    transform: translate(-50%, -50%);
    transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}
.tofaa-faq__toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.tofaa-faq__item[open] .tofaa-faq__toggle {
    background: var(--faq-lime);
    transform: rotate(180deg);
}
.tofaa-faq__item[open] .tofaa-faq__toggle::after { transform: translate(-50%, -50%) rotate(0deg); }
.tofaa-faq__answer {
    padding: 0 60px 22px 2px;
    color: var(--faq-purple);
    font-size: 16px;
    line-height: 1.65;
}
div#page main#primary.tofaa-faq .tofaa-faq__answer p { color: var(--faq-purple); }

@media (max-width: 760px) {
    .tofaa-faq__item summary { min-height: 68px; gap: 16px; padding: 14px 2px; font-size: 15px; }
    .tofaa-faq__toggle { width: 40px; height: 40px; flex-basis: 40px; }
    .tofaa-faq__answer { padding: 0 46px 20px 2px; font-size: 15px; }
}

/* Equal breathing room above and below the category navigation. */
.tofaa-faq__rotator { margin-top: 20px; }
.tofaa-faq__tabs { margin: 0 0 20px; padding: 0; }

@media (max-width: 760px) {
    .tofaa-faq__rotator { margin-top: 20px; }
    .tofaa-faq__tabs { margin-bottom: 20px; padding: 0; }
}

/* FAQ search feedback: keep the live result directly beneath the search field. */
.tofaa-faq__search-wrap {
    grid-column: 2;
    display: grid;
    align-self: center;
    gap: 9px;
    min-width: 0;
}

.tofaa-faq__search-wrap .tofaa-faq__search {
    width: 100%;
    margin: 0;
}

.tofaa-faq__search-wrap .tofaa-faq__search-status {
    grid-column: auto;
    min-height: 18px;
    margin: 0;
    padding: 0 1px;
}

/* The former large no-results card has been removed from the template. */
.tofaa-faq__empty {
    display: none !important;
}

@media (max-width: 980px) {
    .tofaa-faq__search-wrap {
        grid-column: 1;
        margin-top: 6px;
    }

    .tofaa-faq__search-wrap .tofaa-faq__search {
        margin-top: 0;
    }
}


/* ==========================================================================
   FAQ search — subtle clear action + consistent input colour
   ========================================================================== */

/* The clear action is controlled by the native hidden attribute in JS. The
   explicit rule prevents the button's display:grid declaration from making it
   visible before the visitor has entered a query. */
.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear][hidden] {
    display: none !important;
}

/* Keep typed text identical in normal, hover and focused states. Some global
   form styles in the theme otherwise recolour focused inputs to black. */
div#page main#primary.tofaa-faq .tofaa-faq__search input[type="search"],
div#page main#primary.tofaa-faq .tofaa-faq__search input[type="search"]:hover,
div#page main#primary.tofaa-faq .tofaa-faq__search input[type="search"]:focus,
div#page main#primary.tofaa-faq .tofaa-faq__search input[type="search"]:focus-visible,
div#page main#primary.tofaa-faq .tofaa-faq__search input[type="search"]:active {
    color: var(--faq-purple) !important;
    -webkit-text-fill-color: var(--faq-purple) !important;
    caret-color: var(--faq-purple) !important;
}

/* A quiet, icon-only reset control instead of the large lime CTA-like disc. */
div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear] {
    position: relative !important;
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(124, 79, 160, .08) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: .78 !important;
    transition: background-color .16s ease, opacity .16s ease !important;
}

div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]::before,
div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    border-radius: 999px;
    background: var(--faq-purple);
    content: "";
    transform-origin: center;
}

div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]:hover,
div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]:focus-visible {
    background: rgba(124, 79, 160, .14) !important;
    opacity: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    outline: none !important;
}

/* ==========================================================================
   FAQ search — final clear-button visibility and contrast
   ========================================================================== */

/* This rule must come after the visual button rules: the previous display:block
   override had higher specificity than [hidden], so the X stayed visible on an
   empty search field. */
div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear][hidden] {
    display: none !important;
}

/* Keep the reset action restrained, but clearly readable against the cream
   search field. */
div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]:not([hidden]) {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid rgba(124, 79, 160, .28) !important;
    border-radius: 50% !important;
    background: rgba(124, 79, 160, .10) !important;
    color: var(--faq-purple) !important;
    opacity: 1 !important;
}

div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]::before,
div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]::after {
    width: 14px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: var(--faq-purple) !important;
}

div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]:hover,
div#page main#primary.tofaa-faq .tofaa-faq__search [data-tofaa-faq-clear]:focus-visible {
    border-color: rgba(124, 79, 160, .45) !important;
    background: rgba(124, 79, 160, .18) !important;
}

/* ==========================================================================
   Pomoc — kategorie nad jedną zintegrowaną kartą wyszukiwarki i pytań
   ========================================================================== */
.tofaa-faq__hero-copy {
    grid-template-columns: 1fr;
}

.tofaa-faq__hero-heading {
    max-width: 920px;
}

.tofaa-faq__questions-card {
    overflow: hidden;
    border: 1px solid var(--faq-ink);
    border-radius: 34px;
    background: var(--faq-cream);
    box-shadow: 0 7px 0 rgba(33, 24, 39, .14);
}

.tofaa-faq__questions-card > .tofaa-faq__search-wrap {
    display: grid;
    grid-column: auto;
    gap: 8px;
    margin: 0;
    padding: 24px clamp(24px, 4vw, 58px) 20px;
    border-bottom: 1px solid rgba(33, 24, 39, .22);
    background: rgba(176, 131, 188, .08);
}

.tofaa-faq__questions-card .tofaa-faq__search {
    width: 100%;
    max-width: none;
    min-height: 60px;
    border-color: var(--faq-ink);
    border-radius: 18px;
    background: #fffdfb;
}

.tofaa-faq__questions-card .tofaa-faq__search-status {
    min-height: 18px;
    color: var(--faq-purple);
}

.tofaa-faq__questions-card .tofaa-faq__drum[hidden] {
    display: none;
}

.tofaa-faq__questions-card .tofaa-faq__section,
.tofaa-faq__questions-card .tofaa-faq__section--dostawa,
.tofaa-faq__questions-card .tofaa-faq__section--platnosci,
.tofaa-faq__questions-card .tofaa-faq__section--tofaanklub {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 760px) {
    .tofaa-faq__questions-card {
        border-radius: 26px;
    }

    .tofaa-faq__questions-card > .tofaa-faq__search-wrap {
        margin-top: 0;
        padding: 18px 18px 15px;
    }

    .tofaa-faq__questions-card .tofaa-faq__search {
        min-height: 54px;
        margin: 0;
    }
}

/* ==========================================================================
   Help centre — downloads, contact and registered company details
   ========================================================================== */

.tofaa-help-documents,
.tofaa-help-contact,
.tofaa-help-company {
    margin-top: clamp(28px, 4vw, 54px);
    border: 1px solid var(--faq-ink);
    border-radius: 30px;
    background: var(--faq-cream);
}

.tofaa-help-documents {
    padding: clamp(28px, 4vw, 52px);
}

.tofaa-help-section-heading {
    max-width: 820px;
    margin-bottom: 26px;
}

.tofaa-help-section-heading__eyebrow,
div#page main#primary.tofaa-faq .tofaa-help-section-heading__eyebrow {
    margin: 0 0 9px;
    color: var(--faq-purple);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.tofaa-help-section-heading h2,
.tofaa-help-contact h2,
.tofaa-help-company h2 {
    margin: 0;
    color: var(--faq-purple);
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: 1.05;
}

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

.tofaa-help-document {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    min-height: 96px;
    padding: 18px;
    border: 1px solid var(--faq-ink);
    border-radius: 20px;
    background: #fff;
    color: var(--faq-purple) !important;
    box-shadow: 0 5px 0 var(--faq-ink);
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.tofaa-help-document:hover,
.tofaa-help-document:focus-visible {
    background: #f6f6c4;
    transform: translateY(2px);
    box-shadow: 0 3px 0 var(--faq-ink);
}

.tofaa-help-document:focus-visible {
    outline: 3px solid var(--faq-purple);
    outline-offset: 3px;
}

.tofaa-help-document__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid var(--faq-ink);
    border-radius: 16px;
    background: var(--faq-lime);
    font-size: 12px;
    font-weight: 1000;
}

.tofaa-help-document strong,
.tofaa-help-document small {
    display: block;
}

.tofaa-help-document strong {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.tofaa-help-document small {
    margin-top: 5px;
    color: #67566d;
    font-size: 13px;
    line-height: 1.35;
}

.tofaa-help-document__arrow {
    font-size: 24px;
    font-weight: 900;
}

.tofaa-help-contact {
    display: grid;
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: clamp(26px, 5vw, 72px);
    margin-top: 69px;
    scroll-margin-top: 110px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.tofaa-help-contact__intro {
    position: sticky;
    top: 120px;
}

div#page main#primary.tofaa-faq .tofaa-help-contact__intro > p:last-child {
    max-width: 420px;
    margin: 17px 0 0;
    color: #5d5061;
    font-size: 16px;
    line-height: 1.55;
}

.tofaa-help-contact__form {
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
}

.tofaa-help-contact__form .tofaa-contact-form {
    --tofaa-help-form-purple: #7c4fa0;
    --tofaa-help-form-lime: #d1d635;
    --tofaa-help-form-ink: #211827;
    margin-bottom: 0;
    padding: clamp(24px, 4vw, 44px);
    padding-bottom: 24px;
    border: 1px solid var(--tofaa-help-form-ink);
    border-radius: 30px;
    background: #fff;
    box-shadow: none;
    color: var(--tofaa-help-form-ink);
    font-family: "Rubik", Arial, sans-serif;
}

.tofaa-help-contact__form .tofaa-contact-form__intro {
    display: none;
}

.tofaa-help-contact__form .tofaa-contact-field label {
    margin-bottom: 8px;
    color: var(--tofaa-help-form-ink);
    font-size: 14px;
}

.tofaa-help-contact__form .tofaa-contact-field label small {
    color: #726a76;
    font-size: 12px;
}

.tofaa-help-contact__form .tofaa-contact-field label > span[aria-hidden="true"] {
    color: #d90000;
}

body.logged-in .tofaa-help-contact__form .tofaa-contact-field--identity {
    display: none;
}

body.tofaa-contact-account-email-ready .tofaa-help-contact__form .tofaa-contact-field--email {
    display: none;
}

body.tofaa-contact-account-email-ready .tofaa-help-contact__form .tofaa-contact-field--topic {
    grid-column: 1 / -1;
}

.tofaa-help-contact__form .tofaa-contact-form input[type="text"],
.tofaa-help-contact__form .tofaa-contact-form input[type="email"],
.tofaa-help-contact__form .tofaa-contact-form select,
.tofaa-help-contact__form .tofaa-contact-form textarea {
    min-height: 54px;
    margin: 0 !important;
    padding: 13px 15px !important;
    border: 1px solid var(--tofaa-help-form-ink) !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--tofaa-help-form-purple) !important;
    font-family: "Rubik", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
}

.tofaa-help-contact__form .tofaa-contact-form textarea {
    display: block;
    resize: none !important;
}

.tofaa-help-contact__form .tofaa-contact-form > p:empty {
    display: none !important;
    margin: 0 !important;
}

.tofaa-help-contact__form .tofaa-contact-form input:focus,
.tofaa-help-contact__form .tofaa-contact-form select:focus,
.tofaa-help-contact__form .tofaa-contact-form textarea:focus {
    outline: 0;
    border-color: var(--tofaa-help-form-purple) !important;
    box-shadow: 0 0 0 3px rgba(124, 79, 160, .13) !important;
}

.tofaa-help-contact__form .tofaa-contact-order-note {
    border: 1px solid #cabcd0;
    border-radius: 13px;
    background: #f3e9f5;
    color: #625868;
}

.tofaa-help-contact__form .tofaa-contact-field--message {
    margin-bottom: 0;
}

.tofaa-help-contact__form .tofaa-contact-privacy {
    margin: 22px 0 !important;
    color: #7c4fa0 !important;
    font-size: 11.2px !important;
    line-height: 1.55 !important;
}

.tofaa-help-contact__form .tofaa-contact-privacy a,
.tofaa-help-contact__form .tofaa-contact-privacy strong {
    color: #7c4fa0 !important;
    font-weight: 700;
}

.tofaa-help-contact__form .tofaa-contact-submit > span:not(.wpcf7-spinner),
.tofaa-help-contact__form .tofaa-contact-submit p > span:not(.wpcf7-spinner) {
    display: none !important;
}

.tofaa-help-contact__form .tofaa-contact-submit,
.tofaa-help-contact__form .tofaa-contact-submit > p {
    margin: 0 !important;
    padding: 0 !important;
}

.tofaa-help-contact__form .wpcf7-spinner {
    display: none !important;
}

.tofaa-help-contact__form select.tofaa-contact-select__native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
}

.tofaa-help-contact__form .tofaa-contact-select {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: visible;
}

.tofaa-help-contact__form .tofaa-contact-select.is-open {
    z-index: 1000;
}

.tofaa-help-contact__form .tofaa-contact-select__control {
    display: flex !important;
    width: 100% !important;
    min-height: 50px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1px solid #171717 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #7c4fa0 !important;
    font-family: "Rubik", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-transform: none !important;
    cursor: pointer;
}

.tofaa-help-contact__form .tofaa-contact-select__control.is-placeholder {
    color: rgba(124, 79, 160, .58) !important;
}

.tofaa-help-contact__form .tofaa-contact-select__control svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    transition: transform .18s ease;
}

.tofaa-help-contact__form .tofaa-contact-select.is-open .tofaa-contact-select__control svg {
    transform: rotate(180deg);
}

.tofaa-help-contact__form .tofaa-contact-select__control:focus-visible,
.tofaa-help-contact__form .tofaa-contact-select.is-open .tofaa-contact-select__control {
    outline: 0 !important;
    border-color: #7c4fa0 !important;
    box-shadow: 0 0 0 2px rgba(124, 79, 160, .1) !important;
}

.tofaa-help-contact__form .tofaa-contact-select__options {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    max-height: 260px;
    margin: 0;
    padding: 4px 0;
    overflow-y: auto;
    border: 1px solid #171717;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(23, 23, 23, .14);
}

.tofaa-help-contact__form .tofaa-contact-select__options[hidden] {
    display: none !important;
}

.tofaa-help-contact__form .tofaa-contact-select__option {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 9px 13px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #7c4fa0 !important;
    font-family: "Rubik", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-transform: none !important;
    cursor: pointer;
}

.tofaa-help-contact__form .tofaa-contact-select__option:hover,
.tofaa-help-contact__form .tofaa-contact-select__option:focus-visible,
.tofaa-help-contact__form .tofaa-contact-select__option.is-selected {
    outline: 0 !important;
    background: #d1d635 !important;
}

.tofaa-help-contact__form .tofaa-contact-submit input[type="submit"],
.tofaa-help-contact__form .tofaa-contact-submit input[type="submit"]:disabled {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 10px 16px !important;
    border: 1px solid #171717 !important;
    border-radius: 999px !important;
    background: var(--tofaa-help-form-lime) !important;
    box-shadow: 0 8px 0 #171717 !important;
    color: var(--tofaa-help-form-purple) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
    appearance: none;
    cursor: pointer;
    transform: none;
    transition: transform .18s cubic-bezier(.2, .8, .2, 1), box-shadow .18s cubic-bezier(.2, .8, .2, 1), background-color .18s ease;
}

.tofaa-help-contact__form .tofaa-contact-submit input[type="submit"]:hover,
.tofaa-help-contact__form .tofaa-contact-submit input[type="submit"]:focus-visible {
    outline: 0;
    transform: translateY(6px);
    box-shadow: 0 2px 0 #171717 !important;
}

.tofaa-help-contact__form .tofaa-contact-submit input[type="submit"]:active {
    transform: translateY(8px);
    box-shadow: 0 0 0 #171717 !important;
}

.tofaa-help-contact__form .wpcf7-form.submitting .tofaa-contact-submit input[type="submit"] {
    opacity: .72 !important;
    cursor: wait;
}

.tofaa-help-contact__form .tofaa-contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 7px !important;
    color: #b3261e;
    font-size: 12px;
    line-height: 1.4;
}

.tofaa-help-contact__form .tofaa-contact-field:has(.wpcf7-not-valid) > label,
.tofaa-help-contact__form .tofaa-contact-field:has(.wpcf7-not-valid) > label small,
.tofaa-help-contact__form .tofaa-contact-field:has(.wpcf7-not-valid) > label > span[aria-hidden="true"] {
    color: #b3261e !important;
}

.tofaa-help-contact__form .tofaa-contact-form input.wpcf7-not-valid,
.tofaa-help-contact__form .tofaa-contact-form select.wpcf7-not-valid,
.tofaa-help-contact__form .tofaa-contact-form textarea.wpcf7-not-valid,
.tofaa-help-contact__form .tofaa-contact-field:has(select.wpcf7-not-valid) .tofaa-contact-select__control {
    border-color: #b3261e !important;
}

.tofaa-help-contact__form .tofaa-contact-form input.wpcf7-not-valid:focus,
.tofaa-help-contact__form .tofaa-contact-form select.wpcf7-not-valid:focus,
.tofaa-help-contact__form .tofaa-contact-form textarea.wpcf7-not-valid:focus,
.tofaa-help-contact__form .tofaa-contact-field:has(select.wpcf7-not-valid) .tofaa-contact-select__control:focus-visible {
    box-shadow: 0 0 0 4px rgba(179, 38, 30, .12) !important;
}

.tofaa-help-contact__form .tofaa-contact-form > .wpcf7-response-output {
    display: flex !important;
    min-height: 50px;
    align-items: flex-start;
    justify-content: center;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #7c4fa0 !important;
    font-family: "Rubik", Arial, sans-serif;
    font-size: 16.9px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease;
}

.tofaa-help-contact__form .wpcf7-form.sent .tofaa-contact-form > .wpcf7-response-output,
.tofaa-help-contact__form .wpcf7-form[data-status="sent"] .tofaa-contact-form > .wpcf7-response-output,
.tofaa-help-contact__form .wpcf7-form.failed .tofaa-contact-form > .wpcf7-response-output,
.tofaa-help-contact__form .wpcf7-form[data-status="failed"] .tofaa-contact-form > .wpcf7-response-output,
.tofaa-help-contact__form .wpcf7-form.aborted .tofaa-contact-form > .wpcf7-response-output,
.tofaa-help-contact__form .wpcf7-form[data-status="aborted"] .tofaa-contact-form > .wpcf7-response-output,
.tofaa-help-contact__form .wpcf7-form.spam .tofaa-contact-form > .wpcf7-response-output,
.tofaa-help-contact__form .wpcf7-form[data-status="spam"] .tofaa-contact-form > .wpcf7-response-output {
    opacity: 1;
    visibility: visible;
}

.tofaa-help-contact__form .wpcf7-form.invalid .tofaa-contact-form > .wpcf7-response-output,
.tofaa-help-contact__form .wpcf7-form[data-status="invalid"] .tofaa-contact-form > .wpcf7-response-output {
    opacity: 0 !important;
    visibility: hidden !important;
}

@media (prefers-reduced-motion: reduce) {
    .tofaa-help-contact__form .tofaa-contact-submit input[type="submit"],
    .tofaa-help-contact__form .tofaa-contact-form > .wpcf7-response-output {
        transition: none;
    }
}

.tofaa-help-company {
    display: grid;
    grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(28px, 4vw, 52px);
    background: var(--faq-purple);
    color: #fff;
}

.tofaa-help-company .tofaa-help-section-heading__eyebrow,
.tofaa-help-company h2 {
    color: var(--faq-lime);
}

.tofaa-help-company__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
}

div#page main#primary.tofaa-faq .tofaa-help-company__details p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.tofaa-help-company__details a {
    color: var(--faq-lime) !important;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .tofaa-help-contact,
    .tofaa-help-company {
        grid-template-columns: 1fr;
    }

    .tofaa-help-contact__intro {
        position: static;
    }
}

@media (max-width: 680px) {
    .tofaa-help-documents,
    .tofaa-help-company {
        border-radius: 24px;
    }

    .tofaa-help-contact {
        border-radius: 0;
    }

    .tofaa-help-documents__grid,
    .tofaa-help-company__details {
        grid-template-columns: 1fr;
    }

    .tofaa-help-document {
        grid-template-columns: 48px minmax(0, 1fr) auto;
        min-height: 84px;
        padding: 14px;
    }

    .tofaa-help-document__icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }
}

/* Tofaa 2.90 — kategorie są optycznie wyśrodkowane między navbarem a kartą pytań. */
.tofaa-faq__shell {
    padding-top: 0;
}

.tofaa-faq__rotator {
    margin-top: 0;
    padding-top: clamp(28px, 3vw, 44px);
}

.tofaa-faq__tabs {
    position: relative;
    top: auto;
    margin: 0 0 clamp(28px, 3vw, 44px);
    padding: 0;
}

@media (max-width: 760px) {
    .tofaa-faq__rotator {
        margin-top: 0;
        padding-top: 24px;
    }

    .tofaa-faq__tabs {
        margin-bottom: 24px;
        padding: 0;
    }
}
