.wntr-faq {
    --wntr-faq-accent: #111;
    --wntr-faq-accent-contrast: #fff;
    --wntr-faq-surface: #fff;
    --wntr-faq-border: rgba(0, 0, 0, 0.18);
    --wntr-faq-border-soft: rgba(0, 0, 0, 0.08);
    --wntr-faq-text-muted: rgba(0, 0, 0, 0.68);
    --wntr-faq-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
    --wntr-faq-orb-violet: #7a3fe2;
    --wntr-faq-orb-blue: #6690cd;
    --wntr-faq-orb-cyan: #5dccdb;
    --wntr-faq-sticky-mobile-bottom: 20px;
    --wntr-faq-sticky-mobile-right: 14px;
    margin-block: clamp(2.5rem, 5vw, 5rem);
}

.wntr-faq__search-wrap {
    position: relative;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
    max-width: 100%;
    margin: 0 auto;
}

.wntr-faq__ai-greeting {
    min-height: 1.35em;
    max-width: 48rem;
    margin: 0 auto 0.85rem;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
    line-height: 1.18;
    text-align: center;
}

.wntr-faq__ai-greeting.is-typing::after {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin-left: 0.12em;
    background: currentColor;
    content: "";
    vertical-align: -0.12em;
    animation: wntrFaqCaret 0.8s steps(1) infinite;
}

@media (min-width: 768px) {
   .wntr-faq__search-wrap,
   .wntr-faq__filter-select-wrap {
        max-width: 40%;
    } 

    .wntr-faq--ai-enabled .wntr-faq__search-wrap {
        max-width: 48rem;
    }
}

.wntr-faq__search-wrap::before {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 1.25rem;
    width: 1.05rem;
    height: 1.05rem;
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
    opacity: 0.55;
    pointer-events: none;
    transform: translateY(-55%);
}

.wntr-faq__search-wrap::after {
    z-index: 1;
    position: absolute;
    top: calc(50% + 0.42rem);
    left: 2.05rem;
    width: 0.52rem;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    content: "";
    opacity: 0.55;
    pointer-events: none;
    transform: rotate(45deg);
    transform-origin: left center;
}

.wntr-faq__search-icon {
    display: none;
}

.wntr-faq--ai-enabled .wntr-faq__search-wrap::before,
.wntr-faq--ai-enabled .wntr-faq__search-wrap::after {
    display: none;
}

.wntr-faq--ai-enabled .wntr-faq__search-icon {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 1.28rem;
    display: block;
    width: 1.15rem;
    height: 1.2rem;
    opacity: 0.68;
    pointer-events: none;
    transform: translateY(-55%);
}

.wntr-faq__search-icon--ai svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.wntr-faq__search {
    position: relative;
    width: 100%;
    border: 1px solid var(--wntr-faq-border);
    border-radius: 999px;
    background: var(--wntr-faq-surface);
    padding: 1rem 1.35rem 1rem 3.15rem;
    font: inherit;
    line-height: 1.2;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wntr-faq__search::-webkit-search-decoration {
    display: none;
}

.wntr-faq__search:focus {
    border-color: var(--wntr-faq-accent);
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.wntr-faq--ai-enabled .wntr-faq__search {
    padding-right: 6.5rem;
}

.wntr-faq--ai-enabled .wntr-faq__filters,
.wntr-faq--ai-enabled .wntr-faq__filter-select-wrap {
    display: none !important;
}

.wntr-faq__ask {
    appearance: none;
    position: absolute;
    top: 50%;
    right: 0.35rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    min-height: 0;
    border: 0;
    border-radius: 999px;
    background: var(--wntr-faq-accent);
    color: var(--wntr-faq-accent-contrast);
    cursor: pointer;
    font: inherit;
    font-size: 0.86rem;
    line-height: 1;
    padding: 0.72rem 1.05rem;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.wntr-faq__ask:hover,
.wntr-faq__ask:focus-visible {
    opacity: 0.86;
    outline: none;
    transform: translateY(-50%) scale(0.98);
}

.wntr-faq.is-ai-loading .wntr-faq__ask {
    opacity: 0.62;
}

.wntr-faq__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 clamp(2.5rem, 5vw, 4.25rem);
    padding: 0.4rem;

    border-radius: 999px;

    margin: 1rem auto;
}

.wntr-faq__filters button.cat-item {
    appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto !important;
    max-width: none !important;
    font-size: 0.8rem !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    padding: 0.5rem 1.2rem !important;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.wntr-faq__filters button.cat-item:hover,
.wntr-faq__filters button.cat-item:focus-visible {
    background: rgba(0, 0, 0, 0.045);
}

.wntr-faq__filters button.cat-item:focus-visible {
    outline: 2px solid var(--wntr-faq-accent);
    outline-offset: 3px;
}

.wntr-faq__filters button.cat-item.current-cat {
    background: var(--wntr-faq-accent);
    color: var(--wntr-faq-accent-contrast);
}

.wntr-faq__filters button.cat-item span {
    position: relative;
    z-index: 1;
    display: block;
    white-space: nowrap;
}

.wntr-faq__filter-select-wrap {
    position: relative;
    display: none;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin: 1rem auto;
}

.wntr-faq__filter-select-wrap::after {
    position: absolute;
    top: 50%;
    right: 2.1rem;
    width: 0.55rem;
    height: 0.55rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    pointer-events: none;
    transform: translateY(-65%) rotate(45deg);
}

.wntr-faq__filter-select {
    appearance: none;
    -webkit-appearance: none;
    flex: 1 1 auto;
    font-size: 0.9rem !important;
    min-width: 0;
    width: 100%;
    border: 0px solid var(--wntr-faq-border);
    border-radius: 999px;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: 1.2;
    margin: 0 2rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wntr-faq__filter-select:focus {
    outline: none;
}

.wntr-faq__filter-select-prefix {
    flex: 0 0 auto;
    font-size: 0.9rem;
    opacity: 0.68;
}

.wntr-faq__filter-select-wrap.is-empty .wntr-faq__filter-select-prefix {
    display: none;
}

.wntr-faq__popular {
    max-width: 100%;
    margin: 1.5rem auto 0;
    text-align: center;
}

.wntr-faq__popular[hidden] {
    display: none !important;
}

.wntr-faq__popular-label {
    margin: 0 0 0.85rem;
    color: var(--wntr-faq-text-muted);
    font-size: 0.78rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wntr-faq__popular-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

.wntr-faq__popular-button,
.wntr-faq__empty-suggestions button,
.wntr-faq__empty-reset {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    min-height: 0;
    border: 1px solid var(--wntr-faq-border-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wntr-faq__popular-button {
    flex-direction: column;
    gap: 0.4rem;
    padding: 1rem 2rem;
    line-height: 1.2;
}

.wntr-faq__popular-button span {
    overflow-wrap: anywhere;
    font-size: 0.86rem;
    text-align: center;
}

.wntr-faq__popular-button small {
    color: var(--wntr-faq-text-muted);
    font-size: 0.72rem;
    opacity: 0.7;
}

.wntr-faq__popular-button:hover,
.wntr-faq__popular-button:focus-visible,
.wntr-faq__empty-suggestions button:hover,
.wntr-faq__empty-suggestions button:focus-visible,
.wntr-faq__empty-reset:hover,
.wntr-faq__empty-reset:focus-visible {
    border-color: rgba(0, 0, 0, 0.24);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.045);
    outline: none;
    transform: translateY(-1px);
}

.wntr-faq__ai {
    position: relative;
    z-index: 0;
    max-width: 48rem;
    margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
    padding: clamp(1rem, 3vw, 2.35rem) clamp(1.25rem, 5vw, 4rem) clamp(1.25rem, 5vw, 4rem);
    border-radius: 14px;
    box-shadow: var(--wntr-faq-shadow);
    text-align: center;
    overflow: hidden;
}

.wntr-faq__ai::before,
.wntr-faq__ai::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.wntr-faq__ai::before {
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-image: conic-gradient(transparent, rgba(17, 17, 17, 0.32), transparent 28%);
    animation: wntrFaqConicRotate 7s linear infinite;
}

.wntr-faq__ai::after {
    z-index: -1;
    inset: 1px;
    border-radius: 13px;
    background: var(--wntr-faq-surface);
}

.wntr-faq__ai[hidden] {
    display: none !important;
}

.wntr-faq__ai-kicker,
.wntr-faq__ai-note {
    color: var(--wntr-faq-text-muted);
    font-size: 0.72rem;
    line-height: 1.35;
    opacity: 0.7;
}

.wntr-faq__ai-kicker {
    margin: 0 0 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wntr-faq__ai-products {
    display: grid;
    gap: 0.65rem;
    width: min(100%, 32rem);
    margin: 1.1rem auto 0;
    text-align: left;
}

.wntr-faq__ai-product {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.035);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.wntr-faq__ai-product:hover,
.wntr-faq__ai-product:focus-visible {
    border-color: rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.055);
    transform: translateY(-1px);
}

.wntr-faq__ai-product-image {
    display: block;
    width: 56px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.08);
}

.wntr-faq__ai-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wntr-faq__ai-product-name {
    display: block;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.25;
}

.wntr-faq__ai-product-price {
    display: block;
    margin-top: 0.18rem;
    color: var(--wntr-faq-text-muted);
    font-size: 0.78rem;
    line-height: 1.2;
}

.wntr-faq__ai-product-arrow {
    color: var(--wntr-faq-text-muted);
    font-size: 1rem;
    line-height: 1;
    opacity: 0.65;
}

.wntr-faq__ai > .wntr-faq__ai-persona + .wntr-faq__ai-kicker,
.wntr-faq__ai-dialog > .wntr-faq__ai-persona + .wntr-faq__ai-kicker {
    margin-top: 0;
}

.wntr-faq__ai-persona {
    position: relative;
    display: grid;
    place-items: center;
    width: 130px;
    height: 130px;
    margin: -8px auto 8px;
    border-radius: 999px;
    isolation: isolate;
    transition: opacity 0.45s ease, filter 0.45s ease, transform 0.45s ease;
}

.wntr-faq__ai-persona-svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.wntr-faq__ai-persona--image {
    width: 100px;
    height: 100px;
    margin: 1rem auto;
    padding: 6px;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.wntr-faq__ai-persona--image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: conic-gradient(
        from 0deg,
        var(--wntr-faq-orb-violet),
        var(--wntr-faq-orb-blue),
        var(--wntr-faq-orb-cyan),
        var(--wntr-faq-orb-violet)
    );
    animation: wntrFaqAgentImageBorder 9s linear infinite;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.wntr-faq__ai-persona-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    transform: scale(1);
    transition: filter 0.45s ease, transform 0.45s ease;
}

.wntr-faq__ai-persona--image[data-state="thinking"]::before {
    animation-duration: 4.5s;
}

.wntr-faq__ai-persona--image[data-state="thinking"] .wntr-faq__ai-persona-image {
    transform: scale(1.04);
    filter: saturate(1.08);
}

.wntr-faq__ai-persona--image[data-state="speaking"]::before {
    animation-duration: 2.8s;
}

.wntr-faq__ai-persona--image[data-state="speaking"] .wntr-faq__ai-persona-image {
    transform: scale(1.06);
    filter: saturate(1.12) contrast(1.03);
}

.wntr-faq__ai-persona-blob {
    opacity: 0.78;
    transform-box: fill-box;
    transform-origin: center;
    animation: wntrFaqBlobRotate 22s ease-in-out infinite alternate;
    transition: opacity 0.45s ease;
}

.wntr-faq__ai-persona-blob path {
    filter: blur(26px);
    transform: var(--wntr-faq-blob-transform, scale(0.78));
    transform-box: fill-box;
    transform-origin: center;
    animation: wntrFaqBlobMorph 6.4s cubic-bezier(0.45, 0.2, 0.55, 0.8) infinite alternate;
    transition: filter 0.45s ease, opacity 0.45s ease;
}

.wntr-faq__ai-persona-blob--violet {
    opacity: 0.54;
    animation-direction: alternate-reverse;
    animation-duration: 26s;
}

.wntr-faq__ai-persona-blob--violet path {
    fill: var(--wntr-faq-orb-violet);
    opacity: 0.56;
    filter: blur(28px);
    --wntr-faq-blob-transform: translate(-88px, 46px) scale(0.74);
}

.wntr-faq__ai-persona-blob--blue {
    opacity: 0.82;
    animation-duration: 23s;
}

.wntr-faq__ai-persona-blob--blue path {
    fill: var(--wntr-faq-orb-blue);
    opacity: 0.74;
    filter: blur(24px);
    --wntr-faq-blob-transform: translate(-8px, 8px) scale(0.86);
}

.wntr-faq__ai-persona-blob--cyan {
    opacity: 0.6;
    animation-direction: alternate-reverse;
    animation-duration: 19s;
}

.wntr-faq__ai-persona-blob--cyan path {
    fill: var(--wntr-faq-orb-cyan);
    opacity: 0.56;
    filter: blur(22px);
    --wntr-faq-blob-transform: translate(82px, -76px) scale(0.68);
}

.wntr-faq__ai-persona-blob--white {
    opacity: 0.38;
    animation-duration: 29s;
}

.wntr-faq__ai-persona-blob--white path {
    fill: #fff;
    opacity: 0.3;
    filter: blur(30px);
    --wntr-faq-blob-transform: translate(-22px, -24px) scale(0.7);
}

.wntr-faq__ai-persona-blob--alt {
    animation-direction: alternate-reverse;
}

.wntr-faq__ai-persona-blob--alt path {
    animation-delay: -3.2s;
}

.wntr-faq__ai-persona-blob--violet.wntr-faq__ai-persona-blob--alt {
    opacity: 0.42;
    animation-duration: 31s;
}

.wntr-faq__ai-persona-blob--violet.wntr-faq__ai-persona-blob--alt path {
    opacity: 0.42;
    filter: blur(34px);
    --wntr-faq-blob-transform: translate(78px, -34px) scale(0.72);
}

.wntr-faq__ai-persona-blob--blue.wntr-faq__ai-persona-blob--alt {
    opacity: 0.62;
    animation-duration: 27s;
}

.wntr-faq__ai-persona-blob--blue.wntr-faq__ai-persona-blob--alt path {
    opacity: 0.5;
    filter: blur(32px);
    --wntr-faq-blob-transform: translate(54px, 64px) scale(0.78);
}

.wntr-faq__ai-persona-blob--cyan.wntr-faq__ai-persona-blob--alt {
    opacity: 0.48;
    animation-duration: 21s;
}

.wntr-faq__ai-persona-blob--cyan.wntr-faq__ai-persona-blob--alt path {
    opacity: 0.44;
    filter: blur(30px);
    --wntr-faq-blob-transform: translate(-66px, -58px) scale(0.7);
}

.wntr-faq__ai-persona-blob--white.wntr-faq__ai-persona-blob--alt {
    opacity: 0.28;
    animation-duration: 34s;
}

.wntr-faq__ai-persona-blob--white.wntr-faq__ai-persona-blob--alt path {
    opacity: 0.22;
    filter: blur(36px);
    --wntr-faq-blob-transform: translate(38px, -10px) scale(0.64);
}

.wntr-faq__ai-persona[data-state="thinking"] .wntr-faq__ai-persona-blob {
    opacity: 0.9;
}

.wntr-faq__ai-persona[data-state="thinking"] .wntr-faq__ai-persona-blob path {
    filter: blur(22px);
}

.wntr-faq__ai-persona[data-state="speaking"] .wntr-faq__ai-persona-blob {
    opacity: 0.96;
}

.wntr-faq__ai-persona[data-state="speaking"] .wntr-faq__ai-persona-blob path {
    filter: blur(18px);
}

.wntr-faq__ai-persona[data-state="speaking"] {
    animation: wntrFaqBlobSpeakDrift 1.1s ease-in-out infinite alternate;
}

.wntr-faq__ai-persona[data-state="asleep"] {
    opacity: 0.58;
}

.wntr-faq__ai-answer {
    font-size: clamp(1rem, 1.6vw, 1.14rem);
    line-height: 1.55;
    text-align: center;
}

.wntr-faq__ai-typewriter {
    display: block;
    width: min(100%, 52rem);
    margin: 0 auto;
    line-height: 1.42;
    text-align: center;
}

.wntr-faq__ai-typewriter-line {
    display: block;
    max-width: 100%;
    opacity: 0;
    transform: translateY(0.35rem);
    line-height: 1.42;
    white-space: normal;
        text-wrap: balance;
}

.wntr-faq__ai-typewriter-line.is-active {
    animation: wntrFaqAiLineFade 0.52s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.wntr-faq__ai-typewriter-line.is-complete {
    opacity: 1;
    transform: translateY(0);
}

.wntr-faq__ai-answer > :last-child,
.wntr-faq__ai-note,
.wntr-faq__ai-notice {
    margin-bottom: 0;
}

.wntr-faq__ai-note {
    margin-top: 1rem;
}

.wntr-faq__ai-source-link {
    margin: 1.2rem 0 0;
    color: var(--wntr-faq-text-muted);
    font-size: 0.82rem;
}

.wntr-faq__ai-source-link a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

.wntr-faq__ai-source-link a:hover,
.wntr-faq__ai-source-link a:focus-visible {
    color: var(--wntr-faq-accent);
    outline: none;
}

.wntr-faq__ai-primary-action {
    display: flex;
    justify-content: center;
    margin: 1.1rem 0 0;
}

.wntr-faq__ai-primary-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45em;
    max-width: min(100%, 34rem);
    min-height: 2.8rem;
    padding: 0.72rem 1.05rem;
    border-radius: 999px;
    background: var(--wntr-faq-accent);
    color: var(--wntr-faq-accent-contrast);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: 0 !important;
    box-shadow: none;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.wntr-faq__ai-primary-action a::after {
    content: "\2192";
    flex: 0 0 auto;
    line-height: 1;
}

.wntr-faq__ai-primary-action a:hover,
.wntr-faq__ai-primary-action a:focus-visible {
    color: var(--wntr-faq-accent-contrast);
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: 0 !important;
    opacity: 0.92;
    outline: none;
    transform: translateY(-1px);
}

.wntr-faq__ai-contact-link {
    margin: 1.1rem 0 0;
    color: var(--wntr-faq-text-muted);
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: center;
}

.wntr-faq__ai-contact-link a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

.wntr-faq__ai-contact-link a:hover,
.wntr-faq__ai-contact-link a:focus-visible {
    color: var(--wntr-faq-accent);
    outline: none;
}

.wntr-faq__ai-notice {
    color: var(--wntr-faq-text-muted);
}

.wntr-faq__ai-support-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-width: min(100%, 42rem);
    margin: 1.15rem auto 0;
    color: var(--wntr-faq-text-muted);
    font-size: clamp(0.92rem, 1.2vw, 1rem);
    line-height: 1.45;
    text-align: center;
}

.wntr-faq__ai-support-contact p {
    margin: 0;
}

.wntr-faq__ai-support-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

.wntr-faq__ai-support-link {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    width: auto !important;
    min-height: 0;
    border: 1px solid var(--wntr-faq-border-soft);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    background: rgba(0, 0, 0, 0.035);
    color: inherit;
    font: inherit;
    line-height: 1.2;
    text-decoration: none;
}

.wntr-faq__ai-support-link span {
    color: var(--wntr-faq-text-muted);
    font-size: 0.78em;
}

.wntr-faq__ai-support-link:hover,
.wntr-faq__ai-support-link:focus-visible {
    border-color: var(--wntr-faq-accent);
    color: var(--wntr-faq-accent);
    outline: none;
}

.wntr-faq__browse {
    margin-top: 1.25rem;
    text-align: center;
}

.wntr-faq__browse-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    min-height: 0;
    border: 1px solid var(--wntr-faq-border-soft);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-size: 0.86rem;
    line-height: 1;
    padding: 0.62rem 1rem;
}

.wntr-faq__browse-button:hover,
.wntr-faq__browse-button:focus-visible {
    background: rgba(0, 0, 0, 0.045);
    outline: none;
}

.wntr-faq--desktop-filters-select .wntr-faq__filters {
    display: none;
}

.wntr-faq--desktop-filters-select .wntr-faq__filter-select-wrap {
    display: flex;
}

.wntr-faq__status {
    min-height: 0;
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.62;
    text-align: center;
}

.wntr-faq__status:not(:empty) {
    min-height: 1.25rem;
    margin: 3rem 0;
}

.wntr-faq.is-loading .wntr-faq__status {
    animation: wntrFaqPulse 1.1s ease-in-out infinite;
}

.wntr-faq__results {
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.wntr-faq__results[hidden] {
    display: none !important;
}

.wntr-faq__results.is-updating {
    opacity: 0.35;
    transform: translateY(0.25rem);
}

.wntr-faq__sources > h2 {
    margin: clamp(1.5rem, 4vw, 2.5rem) 0 1rem;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.15;
    text-align: center;
}

.wntr-faq__sources ul {
    list-style: none;
    font-size: 0.8rem;
    margin: 0;
}

.wntr-faq__sources ul li {
    line-height: 2rem;
    border-bottom: 1px solid #ccc;
}

.wntr-faq__site-sources {
    display: grid;
    gap: 0.6rem;
    max-width: 48rem;
    margin: 1rem auto 0;
}

.wntr-faq__site-source {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--wntr-faq-border-soft);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.wntr-faq__site-source:hover,
.wntr-faq__site-source:focus-visible {
    border-color: rgba(0, 0, 0, 0.24);
    background: rgba(0, 0, 0, 0.025);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.035);
    outline: none;
}

.wntr-faq__site-source span {
    font-size: 0.95rem;
    font-weight: 500;
}

.wntr-faq__site-source small {
    color: var(--wntr-faq-text-muted);
    font-size: 0.78rem;
    text-align: right;
}

.wntr-faq--ai-standalone {
    margin-block: clamp(1rem, 2.5vw, 2rem);
    padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.wntr-faq--ai-standalone .wntr-faq__search-wrap {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: min(100%, 48rem);
    min-height: 3.25rem;
    max-width: 48rem;
    margin-inline: auto;
    margin-bottom: clamp(0.9rem, 2vw, 1.35rem);
    padding: 0.3rem 0.3rem 0.3rem 3rem;
    border: 1px solid var(--wntr-faq-border);
    border-radius: 999px;
    background: var(--wntr-faq-surface);
    box-sizing: border-box;
    box-shadow: none;
}

.wntr-faq.wntr-faq--ai-standalone .wntr-faq__ai-greeting {
    max-width: min(100%, 48rem);
    margin: 0 auto clamp(0.85rem, 1.8vw, 1.25rem);
    color: inherit;
    font-size: clamp(1.45rem, 1.9vw, 2rem) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

.wntr-faq--ai-standalone .wntr-faq__search-icon {
    left: 1.25rem;
    width: 1.05rem;
    height: 1.05rem;
    transform: translateY(-50%);
}

.wntr-faq--ai-standalone .wntr-faq__search {
    flex: 1 1 auto;
    min-width: 0;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none;
    font-size: clamp(0.95rem, 1.05vw, 1.08rem) !important;
    line-height: 1.2;
}

.wntr-faq--ai-standalone .wntr-faq__search:focus {
    box-shadow: none;
}

.wntr-faq--ai-standalone .wntr-faq__clear {
    display: none !important;
}

.wntr-faq--ai-standalone .wntr-faq__ask {
    position: static;
    flex: 0 0 auto;
    min-width: 4.75rem;
    height: 2.55rem !important;
    min-height: 2.55rem;
    margin: 0 !important;
    padding: 0 1.05rem;
    border: 0 !important;
    box-sizing: border-box;
    font-size: 0.95rem !important;
    transform: none;
}

.wntr-faq--ai-standalone .wntr-faq__ask:hover,
.wntr-faq--ai-standalone .wntr-faq__ask:focus-visible {
    transform: scale(0.98);
}

@media (max-width: 640px) {
    .wntr-faq--ai-standalone .wntr-faq__search-wrap {
        min-height: 3.1rem;
        padding-left: 2.85rem;
    }

    .wntr-faq.wntr-faq--ai-standalone .wntr-faq__ai-greeting {
        font-size: clamp(1.3rem, 6vw, 1.75rem) !important;
    }

    .wntr-faq--ai-standalone .wntr-faq__ask {
        min-width: 4.7rem;
        height: 2.45rem !important;
        font-size: 0.92rem !important;
        padding-inline: 0.9rem;
    }
}

.wntr-faq--sticky-ai {
    position: relative;
    z-index: 9998;
    margin: 0;
}

.wntr-faq__sticky-ai-wrap {
    position: fixed;
    z-index: 9997;
    left: 0;
    right: 0;
    bottom: max(var(--wntr-faq-sticky-mobile-bottom), env(safe-area-inset-bottom));
    width: min(calc(100vw - 1.5rem), 42rem);
    margin-inline: auto;
    display: flex;
    justify-content: center;
    transform: none;
    pointer-events: none;
}

.wntr-faq--sticky-desktop-left .wntr-faq__sticky-ai-wrap {
    left: max(0.85rem, env(safe-area-inset-left));
    right: auto;
    width: auto;
    max-width: calc(100vw - 1.5rem);
    margin-inline: 0;
    justify-content: flex-start;
}

.wntr-faq--sticky-desktop-right .wntr-faq__sticky-ai-wrap {
    left: auto;
    right: max(0.85rem, env(safe-area-inset-right));
    width: auto;
    max-width: calc(100vw - 1.5rem);
    margin-inline: 0;
    justify-content: flex-end;
}

.wntr-faq--sticky-desktop-left.is-expanded .wntr-faq__sticky-ai-wrap,
.wntr-faq--sticky-desktop-right.is-expanded .wntr-faq__sticky-ai-wrap {
    width: min(calc(100vw - 1.5rem), 42rem);
}

.wntr-faq__sticky-ai-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 5px 15px 5px 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px) saturate(145%);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
    box-sizing: border-box;
    overflow: hidden;
    pointer-events: auto;
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), padding 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, box-shadow 0.3s ease;
}

.wntr-faq--sticky-ai.is-expanded .wntr-faq__sticky-ai-pill {
    width: min(100%, 42rem);
    padding-left: 6px;
    padding-right: 6px;
    background: rgba(255, 255, 255, 0.9);
}

.wntr-faq--sticky-desktop-icon-only:not(.is-expanded) .wntr-faq__sticky-ai-pill {
    width: 48px;
    max-width: 48px;
    min-height: 48px;
    padding: 4px;
}

.wntr-faq__sticky-ai-tooltip {
    display: none;
}

.wntr-faq--sticky-ai.is-chat-open .wntr-faq__sticky-ai-tooltip {
    display: none !important;
}

.wntr-faq__sticky-ai-intro {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: auto;
    max-width: 100%;
    min-width: 0;
    flex: 0 1 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    font: inherit;
    text-align: left;
    text-transform: none !important;
    transition: opacity 0.24s ease, transform 0.35s ease;
}

.wntr-faq--sticky-desktop-icon-only:not(.is-expanded) .wntr-faq__sticky-ai-intro {
    gap: 0;
    flex: 0 0 40px;
    width: 40px;
}

.wntr-faq--sticky-desktop-icon-only:not(.is-expanded) .wntr-faq__sticky-ai-avatar {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
}

.wntr-faq--sticky-desktop-icon-only:not(.is-expanded) .wntr-faq__sticky-ai-avatar .wntr-faq__ai-persona {
    width: 40px;
    height: 40px;
}

.wntr-faq--sticky-ai.is-expanded .wntr-faq__sticky-ai-intro {
    opacity: 0;
    transform: translateX(-0.7rem);
    pointer-events: none;
}

.wntr-faq--sticky-ai.is-collapsing .wntr-faq__sticky-ai-intro {
    opacity: 1;
    transform: translateX(0);
    pointer-events: none;
    transition-delay: 0.08s;
}

.wntr-faq__sticky-ai-field-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef0f1;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.92);
    transition: opacity 0.18s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.wntr-faq__sticky-ai-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef0f1;
}

.wntr-faq__sticky-ai-avatar-icon {
    display: block;
    width: 20px;
    height: 21px;
    fill: rgba(0, 0, 0, 0.58);
}

.wntr-faq__sticky-ai-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wntr-faq__sticky-ai-avatar .wntr-faq__ai-persona {
    width: 42px;
    height: 42px;
    margin: 0;
    transform: scale(1.38);
}

.wntr-faq__sticky-ai-avatar .wntr-faq__ai-persona-svg {
    inset: 0;
    width: 100%;
    height: 100%;
}

.wntr-faq__sticky-ai-greeting {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #111;
    font-size: 0.92rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: none !important;
    white-space: nowrap;
}

.wntr-faq--sticky-desktop-icon-only:not(.is-expanded) .wntr-faq__sticky-ai-greeting {
    display: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 601px) {
    .wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip {
        position: absolute;
        bottom: calc(100% + 0.75rem);
        left: 50%;
        z-index: 4;
        display: block;
        width: max-content;
        max-width: min(24rem, calc(100vw - 2rem));
        padding: 0.65rem 0.82rem;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.88);
        box-shadow:
            0 12px 28px rgba(0, 0, 0, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #111;
        font-size: 0.88rem;
        line-height: 1.25;
        opacity: 0;
        pointer-events: none;
        text-align: center;
        text-transform: none !important;
        transform: translate(-50%, 0.35rem) scale(0.98);
        transition: opacity 0.18s ease, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
        white-space: normal;
    }

    .wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 18px;
        height: 10px;
        background: rgba(255, 255, 255, 0.88);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        transform: translateX(-50%);
    }

    .wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-pill:hover + .wntr-faq__sticky-ai-tooltip,
    .wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-pill:focus-within + .wntr-faq__sticky-ai-tooltip,
    .wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip.is-visible {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }

    .wntr-faq--sticky-desktop-left.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip {
        left: 0;
        text-align: left;
        transform: translate(0, 0.35rem) scale(0.98);
    }

    .wntr-faq--sticky-desktop-left.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip::after {
        left: 27px;
    }

    .wntr-faq--sticky-desktop-left.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-pill:hover + .wntr-faq__sticky-ai-tooltip,
    .wntr-faq--sticky-desktop-left.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-pill:focus-within + .wntr-faq__sticky-ai-tooltip,
    .wntr-faq--sticky-desktop-left.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip.is-visible {
        transform: translate(0, 0) scale(1);
    }

    .wntr-faq--sticky-desktop-right.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip {
        right: 0;
        left: auto;
        text-align: left;
        transform: translate(0, 0.35rem) scale(0.98);
    }

    .wntr-faq--sticky-desktop-right.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip::after {
        right: 21px;
        left: auto;
        transform: none;
    }

    .wntr-faq--sticky-desktop-right.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-pill:hover + .wntr-faq__sticky-ai-tooltip,
    .wntr-faq--sticky-desktop-right.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-pill:focus-within + .wntr-faq__sticky-ai-tooltip,
    .wntr-faq--sticky-desktop-right.wntr-faq--sticky-desktop-icon-only:not(.is-expanded):not(.is-collapsing) .wntr-faq__sticky-ai-tooltip.is-visible {
        transform: translate(0, 0) scale(1);
    }
}

.wntr-faq__sticky-ai-field {
    position: absolute;
    inset: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0s linear 0.18s;
}

.wntr-faq--sticky-ai.is-expanded .wntr-faq__sticky-ai-field {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.wntr-faq--sticky-ai.is-expanded .wntr-faq__sticky-ai-field-icon {
    opacity: 1;
    transform: scale(1);
}

.wntr-faq--sticky-ai.is-collapsing .wntr-faq__sticky-ai-field-icon {
    opacity: 0;
    transform: scale(0.92);
}

.wntr-faq--sticky-ai.is-collapsing .wntr-faq__sticky-ai-field {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0s linear 0.5s;
}

.wntr-faq__sticky-ai-input {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 7.2rem 0 3.25rem;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 0.95rem;
    outline: none;
    transform: translateX(1.2rem);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}

.wntr-faq--sticky-ai.is-expanded .wntr-faq__sticky-ai-input {
    transform: translateX(0);
}

.wntr-faq--sticky-ai.is-collapsing .wntr-faq__sticky-ai-input {
    transform: translateX(0);
}

.wntr-faq__sticky-ai-input::placeholder {
    color: rgba(0, 0, 0, 0.52);
}

.wntr-faq__sticky-ai-submit {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1.2rem;
    border: 0;
    border-radius: 999px;
    background: var(--wntr-faq-accent);
    color: var(--wntr-faq-accent-contrast);
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
    transform: translateX(calc(100% + 1rem));
    transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, background 0.2s ease;
}

.wntr-faq--sticky-ai.is-expanded .wntr-faq__sticky-ai-submit {
    transform: translateX(0);
}

.wntr-faq--sticky-ai.is-collapsing .wntr-faq__sticky-ai-submit {
    transform: translateX(calc(100% + 1rem));
    transition-delay: 0s;
}

.wntr-faq__sticky-ai-submit:hover,
.wntr-faq__sticky-ai-submit:focus-visible {
    outline: none;
    opacity: 0.88;
}

@media (max-width: 600px) {
    .wntr-faq__sticky-ai-wrap {
        left: auto;
        right: max(var(--wntr-faq-sticky-mobile-right), env(safe-area-inset-right));
        bottom: max(var(--wntr-faq-sticky-mobile-bottom), env(safe-area-inset-bottom));
        width: auto;
        max-width: calc(100vw - 1.5rem);
        margin-inline: 0;
        justify-content: flex-end;
    }

    .wntr-faq--sticky-mobile-left .wntr-faq__sticky-ai-wrap {
        left: max(var(--wntr-faq-sticky-mobile-right), env(safe-area-inset-left));
        right: auto;
        justify-content: flex-start;
    }

    .wntr-faq--sticky-mobile-center .wntr-faq__sticky-ai-wrap {
        left: 0;
        right: 0;
        width: min(calc(100vw - 1.5rem), 42rem);
        margin-inline: auto;
        justify-content: center;
    }

    .wntr-faq--sticky-mobile-right .wntr-faq__sticky-ai-wrap {
        left: auto;
        right: max(var(--wntr-faq-sticky-mobile-right), env(safe-area-inset-right));
        justify-content: flex-end;
    }

    .wntr-faq--sticky-ai.is-expanded .wntr-faq__sticky-ai-wrap {
        left: 0.75rem;
        right: 0.75rem;
        width: auto;
        max-width: none;
        justify-content: center;
    }

    .wntr-faq__sticky-ai-pill {
        width: 48px;
        min-height: 48px;
        max-width: 48px;
        padding: 4px;
        border-radius: 999px;
    }

    .wntr-faq--sticky-ai.is-expanded .wntr-faq__sticky-ai-pill {
        width: 100%;
        max-width: 100%;
        padding: 6px;
    }

    .wntr-faq__sticky-ai-intro {
        gap: 0;
        flex: 0 0 40px;
        width: 40px;
    }

    .wntr-faq__sticky-ai-avatar {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .wntr-faq__sticky-ai-avatar .wntr-faq__ai-persona {
        width: 40px;
        height: 40px;
    }

    .wntr-faq__sticky-ai-greeting {
        display: none;
    }

    .wntr-faq__sticky-ai-input {
        padding-right: 6.2rem;
        font-size: 1rem;
    }

    .wntr-faq__sticky-ai-submit {
        padding-inline: 1rem;
    }

    .wntr-faq__sticky-ai-tooltip {
        position: absolute;
        right: 0;
        bottom: calc(100% + 0.7rem);
        z-index: 4;
        display: block;
        width: max-content;
        min-width: 0;
        max-width: min(16rem, calc(100vw - 1.5rem));
        padding: 0.58rem 0.74rem;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #111;
        font-size: 0.84rem;
        line-height: 1.25;
        opacity: 0;
        pointer-events: none;
        text-align: left;
        text-transform: none !important;
        transform: translateY(0.3rem) scale(0.98);
        transition: opacity 0.18s ease, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
        white-space: normal;
        text-wrap: balance;
    }

    .wntr-faq__sticky-ai-tooltip::after {
        content: "";
        position: absolute;
        right: 21px;
        bottom: -9px;
        width: 16px;
        height: 9px;
        background: rgba(255, 255, 255, 0.92);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

    .wntr-faq__sticky-ai-tooltip.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .wntr-faq--sticky-mobile-left .wntr-faq__sticky-ai-tooltip {
        right: auto;
        left: 0;
    }

    .wntr-faq--sticky-mobile-left .wntr-faq__sticky-ai-tooltip::after {
        right: auto;
        left: 21px;
    }

    .wntr-faq--sticky-mobile-center .wntr-faq__sticky-ai-tooltip {
        right: auto;
        left: 50%;
        text-align: center;
        transform: translate(-50%, 0.3rem) scale(0.98);
    }

    .wntr-faq--sticky-mobile-center .wntr-faq__sticky-ai-tooltip.is-visible {
        transform: translate(-50%, 0) scale(1);
    }

    .wntr-faq--sticky-mobile-center .wntr-faq__sticky-ai-tooltip::after {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.wntr-faq__ai.wntr-faq__ai--chat {
    position: fixed;
    z-index: 999998;
    left: 50%;
    bottom: calc(max(var(--wntr-faq-sticky-mobile-bottom), env(safe-area-inset-bottom)) + 66px);
    display: block;
    width: min(calc(100vw - 1.5rem), 26rem);
    max-width: none;
    height: min(35rem, calc(100dvh - 6.8rem));
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 68px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: left;
    transform: translateX(-50%);
    animation: wntrFaqChatIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wntr-faq__ai.wntr-faq__ai--chat::before,
.wntr-faq__ai.wntr-faq__ai--chat::after {
    display: none;
    content: none;
}

.wntr-faq__ai.wntr-faq__ai--chat.is-closing {
    animation: wntrFaqChatOut 0.25s ease both;
}

.wntr-faq__ai.wntr-faq__ai--chat[hidden] {
    display: none !important;
}

.wntr-faq--sticky-desktop-left .wntr-faq__ai--chat {
    left: max(0.85rem, env(safe-area-inset-left));
    transform: none;
    animation-name: wntrFaqChatSideIn;
}

.wntr-faq--sticky-desktop-right .wntr-faq__ai--chat {
    right: max(0.85rem, env(safe-area-inset-right));
    left: auto;
    transform: none;
    animation-name: wntrFaqChatSideIn;
}

.wntr-faq--sticky-desktop-left .wntr-faq__ai--chat.is-closing,
.wntr-faq--sticky-desktop-right .wntr-faq__ai--chat.is-closing {
    animation-name: wntrFaqChatSideOut;
}

.wntr-faq__chat-dialog {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.wntr-faq__chat-header {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex: 0 0 auto;
    padding: 0.8rem 0.85rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.wntr-faq__chat-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    background: #eef0f1;
}

.wntr-faq__chat-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wntr-faq__chat-avatar .wntr-faq__ai-persona {
    width: 38px;
    height: 38px;
    margin: 0;
    transform: scale(1.34);
}

.wntr-faq__chat-avatar .wntr-faq__ai-persona-svg {
    inset: 0;
    width: 100%;
    height: 100%;
}

.wntr-faq__chat-heading {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.14rem;
    min-width: 0;
}

.wntr-faq__chat-name {
    overflow: hidden;
    color: #111;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wntr-faq__chat-status {
    color: rgba(0, 0, 0, 0.54);
    font-size: 0.72rem;
    line-height: 1.15;
}

.wntr-faq__chat-end {
    flex: 0 0 auto;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0.35rem 0.28rem !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.wntr-faq__chat-end:hover,
.wntr-faq__chat-end:focus-visible {
    color: #111 !important;
    text-decoration: underline;
    text-underline-offset: 0.18em;
    outline: none;
}

.wntr-faq__chat-close {
    position: relative;
    display: block;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f2f2f2;
    cursor: pointer;
}

.wntr-faq__chat-close::before,
.wntr-faq__chat-close::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 14px;
    height: 1.5px;
    border-radius: 2px;
    background: #333;
}

.wntr-faq__chat-close::before {
    transform: rotate(45deg);
}

.wntr-faq__chat-close::after {
    transform: rotate(-45deg);
}

.wntr-faq__chat-close:hover,
.wntr-faq__chat-close:focus-visible {
    background: #e9e9e9;
    outline: none;
}

.wntr-faq__chat-messages {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.8rem;
    min-height: 0;
    padding: 1rem 0.85rem;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.wntr-faq__chat-message {
    position: relative;
    width: fit-content;
    max-width: 88%;
    padding: 0.7rem 0.82rem;
    border-radius: 14px;
    color: #181818;
    font-size: 0.9rem;
    line-height: 1.46;
    animation: wntrFaqChatMessageIn 0.27s ease both;
}

.wntr-faq__chat-message p {
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.wntr-faq__chat-message--assistant {
    align-self: flex-start;
    border-bottom-left-radius: 5px;
    background: #f2f2f2;
}

.wntr-faq__chat-message--user {
    align-self: flex-end;
    border-bottom-right-radius: 5px;
    background: var(--wntr-faq-accent);
    color: var(--wntr-faq-accent-contrast);
}

.wntr-faq__chat-message--assistant::after,
.wntr-faq__chat-message--user::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 13px;
    background: inherit;
}

.wntr-faq__chat-message--assistant::after {
    left: -5px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.wntr-faq__chat-message--user::after {
    right: -5px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.wntr-faq__chat-message.is-thinking p {
    opacity: 0.58;
    animation: wntrFaqPulse 1.1s ease-in-out infinite;
}

.wntr-faq__ai-products--chat {
    width: 100%;
    margin: 0.65rem 0 0;
    gap: 0.45rem;
}

.wntr-faq__ai-products--chat .wntr-faq__ai-product {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.55rem;
    padding: 0.45rem;
    border-color: rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, 0.72);
}

.wntr-faq__ai-products--chat .wntr-faq__ai-product-image {
    width: 44px;
    border-radius: 7px;
}

.wntr-faq__ai-products--chat .wntr-faq__ai-product-name {
    font-size: 0.82rem;
}

.wntr-faq__ai-products--chat .wntr-faq__ai-product-price {
    font-size: 0.72rem;
}

.wntr-faq__ai-products--chat .wntr-faq__ai-product-arrow {
    display: none;
}

.wntr-faq__chat-sources {
    margin-top: 0.6rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wntr-faq__chat-message .wntr-faq__ai-primary-action {
    justify-content: flex-start;
    margin-top: 0.7rem;
}

.wntr-faq__chat-message .wntr-faq__ai-primary-action + .wntr-faq__chat-sources {
    margin-top: 0.42rem;
    padding-top: 0.42rem;
}

.wntr-faq__chat-message .wntr-faq__ai-primary-action a {
    min-height: 2.4rem;
    padding: 0.58rem 0.82rem;
    font-size: 0.78rem;
}

.wntr-faq__chat-sources .wntr-faq__sources > h2 {
    margin: 0 0 0.38rem;
    color: rgba(0, 0, 0, 0.54);
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
}

.wntr-faq__chat-sources .wntr-faq__sources ul {
    margin: 0;
    padding: 0;
    font-size: 0.77rem;
}

.wntr-faq__chat-sources .wntr-faq__sources li {
    border: 0;
    line-height: 1.35;
}

.wntr-faq__chat-sources .wntr-faq__sources a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.wntr-faq__chat-sources .wntr-faq__ai-contact-link {
    margin: 0.55rem 0 0;
    font-size: 0.77rem;
    line-height: 1.35;
    text-align: left;
}

.wntr-faq__chat-composer {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    margin: 0;
    padding: 0.65rem;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
}

.wntr-faq__chat-input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 0.78rem !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #111;
    font-size: 0.9rem !important;
    line-height: 1.2;
    text-transform: none !important;
}

.wntr-faq__chat-input:focus {
    border-color: rgba(0, 0, 0, 0.28) !important;
    outline: none;
}

.wntr-faq__chat-submit {
    flex: 0 0 auto;
    min-height: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 0.88rem !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--wntr-faq-accent) !important;
    color: var(--wntr-faq-accent-contrast) !important;
    cursor: pointer;
    font-size: 0.84rem !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.wntr-faq__chat-submit:hover,
.wntr-faq__chat-submit:focus-visible {
    opacity: 0.86;
    outline: none;
}

@media (max-width: 600px) {
    .wntr-faq__ai.wntr-faq__ai--chat,
    .wntr-faq--sticky-mobile-left .wntr-faq__ai--chat,
    .wntr-faq--sticky-mobile-center .wntr-faq__ai--chat,
    .wntr-faq--sticky-mobile-right .wntr-faq__ai--chat {
        right: 0.75rem;
        left: 0.75rem;
        bottom: calc(max(var(--wntr-faq-sticky-mobile-bottom), env(safe-area-inset-bottom)) + 64px);
        width: auto;
        height: min(32rem, calc(100dvh - 6.5rem));
        transform: none;
        animation-name: wntrFaqChatSideIn;
    }

    .wntr-faq__ai.wntr-faq__ai--chat.is-closing,
    .wntr-faq--sticky-mobile-left .wntr-faq__ai--chat.is-closing,
    .wntr-faq--sticky-mobile-center .wntr-faq__ai--chat.is-closing,
    .wntr-faq--sticky-mobile-right .wntr-faq__ai--chat.is-closing {
        animation-name: wntrFaqChatSideOut;
    }
}

.wntr-faq__ai.wntr-faq__ai--modal {
    position: fixed;
    z-index: 999998;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: none;
    min-height: 100dvh;
    margin: 0;
    padding: clamp(1rem, 4vw, 3rem);
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px) saturate(0.92);
    -webkit-backdrop-filter: blur(14px) saturate(0.92);
    box-shadow: none;
    overflow: hidden;
    animation: wntrFaqModalOverlayIn 0.55s ease both;
}

.wntr-faq__ai.wntr-faq__ai--modal.is-closing {
    animation: wntrFaqModalOverlayOut 0.42s ease both;
}

.wntr-faq__ai.wntr-faq__ai--modal::before,
.wntr-faq__ai.wntr-faq__ai--modal::after {
    display: none;
    content: none;
}

.wntr-faq__ai.wntr-faq__ai--modal[hidden] {
    display: none !important;
}

.wntr-faq__ai-dialog {
    position: relative;
    z-index: 0;
    display: block;
    width: min(100%, 48rem);
    max-height: min(82vh, 48rem);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 18px;
    background: transparent;
    padding: clamp(1.15rem, 4vw, 3.5rem) clamp(1.35rem, 6vw, 6rem) clamp(1.35rem, 6vw, 6rem);
    box-shadow:
        0 34px 100px rgba(0, 0, 0, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.82) inset;
    animation: wntrFaqModalIn 0.72s cubic-bezier(0.19, 1, 0.22, 1) both;
    box-sizing: border-box;
    isolation: isolate;
}

.wntr-faq__ai--modal.is-closing .wntr-faq__ai-dialog {
    animation: wntrFaqModalOut 0.42s cubic-bezier(0.55, 0, 0.4, 1) both;
}

.wntr-faq__ai-dialog::before,
.wntr-faq__ai-dialog::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.wntr-faq__ai-dialog::before {
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-image: conic-gradient(transparent, rgba(17, 17, 17, 0.28), rgba(255, 255, 255, 0.7), transparent 28%);
    animation: wntrFaqConicRotate 7s linear infinite;
}

.wntr-faq__ai-dialog::after {
    z-index: -1;
    inset: 4px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 28%),
        radial-gradient(circle at 96% 12%, rgba(0, 0, 0, 0.045), rgba(255, 255, 255, 0) 26%),
        linear-gradient(135deg, rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0) 42%),
        var(--wntr-faq-surface);
}

.wntr-faq__ai-close {
    appearance: none;
    position: absolute !important;
    top: clamp(1rem, 2vw, 1.4rem) !important;
    right: clamp(1rem, 2vw, 1.4rem) !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    min-width: 2.35rem;
    min-height: 2.35rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.68) !important;
    background-image: none !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.05rem 1.05rem;
    color: #333 !important;
    cursor: pointer;
    font-size: 0 !important;
    line-height: 1 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wntr-faq__ai-close::before,
.wntr-faq__ai-close::after {
    display: none !important;
    content: none !important;
}

.wntr-faq__ai-close svg {
    display: none !important;
}

.wntr-faq__ai-close-mark {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block !important;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.76) !important;
    text-align: center;
    pointer-events: none;
}

.wntr-faq__ai-close-line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block !important;
    width: 1.05rem;
    height: 2px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    transform-origin: center;
}

.wntr-faq__ai-close-line:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.wntr-faq__ai-close-line:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wntr-faq__ai-close:hover,
.wntr-faq__ai-close:focus-visible {
    background: #fff;
    transform: translateY(-1px);
    outline: none;
}

.wntr-faq__ai--modal .wntr-faq__ai-content,
.wntr-faq__ai--modal .wntr-faq__results {
    width: 100%;
}

.wntr-faq__ai--modal .wntr-faq__sources > h2 {
    margin-top: 1.5rem;
}

.wntr-faq__ai--modal .wntr-faq__section-title,
.wntr-faq__ai--modal .wntr-faq__section-text {
    display: none;
}

.wntr-faq__section {
    animation: wntrFaqFadeIn 0.32s ease both;
}

.wntr-faq__section + .wntr-faq__section {
    margin-top: clamp(3rem, 6vw, 5rem);
}

.wntr-faq__section-header {
    max-width: 48rem;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.wntr-faq__section-title {
    margin-bottom: 0.45rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.06;
}

.wntr-faq__section-text {
    max-width: 42rem;
    color: var(--wntr-faq-text-muted);
}

.wntr-faq__section-text > :last-child {
    margin-bottom: 0;
}

.wntr-faq__accordion {
    border-top: 1px solid var(--wntr-faq-border);
}

.wntr-faq__item {
    border: 0;
    border-bottom: 1px solid var(--wntr-faq-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.wntr-faq__item.is-hidden {
    display: none;
}

.wntr-faq__item > h3 {
    margin: 0;
}

.wntr-faq__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 1.25rem 0;
    text-align: left;
    transition: color 0.2s ease;
}

.wntr-faq__trigger:hover,
.wntr-faq__trigger:focus-visible {
    color: var(--wntr-faq-accent);
}

.wntr-faq__trigger:focus-visible {
    outline: 2px solid var(--wntr-faq-accent);
    outline-offset: 4px;
}

.wntr-faq__trigger .accordion-title {
    font-weight: 500;
    font-size: 0.95rem;
}

.wntr-faq__trigger svg {
    flex: 0 0 1rem;
    width: 0.9rem;
    height: 0.9rem;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: transform 0.24s ease;
}

.wntr-faq__trigger[aria-expanded="true"] svg {
    transform: rotate(45deg);
}

.wntr-faq__highlight {
    border-radius: 0.22em;
    background: rgba(0, 0, 0, 0.1);
    color: inherit;
    padding: 0.2rem 0.3em;
}

.wntr-faq__panel {
    height: 0;
    max-height: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    opacity: 1;
    overflow: hidden;
    transition: height 0.34s cubic-bezier(0.22, 1, 0.36, 1) !important;
    will-change: height;
}

.wntr-faq__panel[hidden] {
    display: none;
}

.wntr-faq__panel .accordion-panel__inner {
    min-height: 0;
    max-width: 50%;
    padding: 0 0 1.5rem;
    color: var(--wntr-faq-text-muted);
}

.wntr-faq__panel .accordion-panel__inner .wntr-faq__answer-content p {
    font-size: 0.9rem;
}


.wntr-faq__panel .accordion-panel__inner.has-image {
    display: grid;
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
    max-width: 100%;
}

.wntr-faq__panel .accordion-panel__inner > :first-child,
.wntr-faq__answer-content > :first-child {
    margin-top: 0;
}

.wntr-faq__panel .accordion-panel__inner > :last-child,
.wntr-faq__answer-content > :last-child {
    margin-bottom: 0;
}

.wntr-faq__answer-media {
    margin: 0;
}

.wntr-faq__answer-media a {
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.wntr-faq__answer-image {
    display: block;
    width: 100%;
    aspect-ratio: 1080 / 825;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.wntr-faq__answer-media a:hover .wntr-faq__answer-image,
.wntr-faq__answer-media a:focus-visible .wntr-faq__answer-image {
    transform: scale(1.025);
}

.wntr-faq-lightbox-is-open {
    overflow: hidden;
}

.wntr-faq-ai-modal-is-open {
    overflow: hidden;
}

.wntr-faq-lightbox {
    --wntr-faq-lightbox-start-x: 0px;
    --wntr-faq-lightbox-start-y: 1.5rem;
    --wntr-faq-lightbox-start-scale: 0.94;
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    padding: clamp(1rem, 4vw, 3rem);
    min-height: 100dvh;
    opacity: 0;
    transition: background-color 0.24s ease, opacity 0.24s ease;
}

.wntr-faq-lightbox.is-open {
    display: flex;
}

.wntr-faq-lightbox.wntr-faq-lightbox--visible {
    background: rgba(0, 0, 0, 0.68);
    opacity: 1;
}

.wntr-faq-lightbox__figure {
    display: grid;
    gap: 0.75rem;
    place-items: center;
    justify-items: center;
    max-width: min(100%, 92rem);
    max-height: 100%;
    margin: 0;
    opacity: 0;
    transform: translate3d(var(--wntr-faq-lightbox-start-x), var(--wntr-faq-lightbox-start-y), 0) scale(var(--wntr-faq-lightbox-start-scale));
    transition: opacity 0.24s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.wntr-faq-lightbox.wntr-faq-lightbox--visible .wntr-faq-lightbox__figure {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.wntr-faq-lightbox__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: min(82vh, 54rem);
    border-radius: 10px;
    object-fit: contain;
}

.wntr-faq-lightbox__close,
.wntr-faq-lightbox__nav {
    appearance: none;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    cursor: pointer;
    font: inherit;
    line-height: 1;
}

.wntr-faq-lightbox__close:hover,
.wntr-faq-lightbox__close:focus-visible,
.wntr-faq-lightbox__nav:hover,
.wntr-faq-lightbox__nav:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    outline: none;
}

.wntr-faq-lightbox__close {
    top: 1rem;
    right: 1rem;
}

.wntr-faq-lightbox__close::before,
.wntr-faq-lightbox__close::after {
    position: absolute;
    width: 1.05rem;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    content: "";
}

.wntr-faq-lightbox__close::before {
    transform: rotate(45deg);
}

.wntr-faq-lightbox__close::after {
    transform: rotate(-45deg);
}

.wntr-faq-lightbox__nav--prev {
    left: 1rem;
}

.wntr-faq-lightbox__nav--next {
    right: 1rem;
}

.wntr-faq__empty {
    max-width: 44rem;
    margin: clamp(1.5rem, 4vw, 3rem) auto 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid var(--wntr-faq-border-soft);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.035), rgba(255, 255, 255, 0) 42%),
        var(--wntr-faq-surface);
    box-shadow: var(--wntr-faq-shadow);
    color: inherit;
    text-align: center;
}

.wntr-faq__empty-kicker {
    margin: 0 0 0.5rem;
    color: var(--wntr-faq-text-muted);
    font-size: 0.78rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wntr-faq__empty h2 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.1;
}

.wntr-faq__empty p:not(.wntr-faq__empty-kicker) {
    max-width: 30rem;
    margin: 0.75rem auto 0;
    color: var(--wntr-faq-text-muted);
    font-size: 0.92rem;
}

.wntr-faq__empty-suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.wntr-faq__empty-suggestions button {
    padding: 0.5rem 0.9rem;
    font-size: 0.86rem;
}

.wntr-faq__empty-reset {
    margin-top: 1.1rem;
    padding: 0.62rem 1rem;
    background: var(--wntr-faq-accent);
    color: var(--wntr-faq-accent-contrast);
    font-size: 0.86rem;
}

@keyframes wntrFaqFadeIn {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wntrFaqPulse {
    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.95;
    }
}

@keyframes wntrFaqChatIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(0.65rem) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

@keyframes wntrFaqChatOut {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateX(-50%) translateY(0.45rem) scale(0.985);
    }
}

@keyframes wntrFaqChatSideIn {
    from {
        opacity: 0;
        transform: translateY(0.65rem) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes wntrFaqChatSideOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(0.45rem) scale(0.985);
    }
}

@keyframes wntrFaqChatMessageIn {
    from {
        opacity: 0;
        transform: translateY(0.24rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wntrFaqConicRotate {
    to {
        transform: rotate(1turn);
    }
}

@keyframes wntrFaqAgentImageBorder {
    to {
        transform: rotate(1turn);
    }
}

@keyframes wntrFaqCaret {
    0%,
    45% {
        opacity: 1;
    }

    46%,
    100% {
        opacity: 0;
    }
}

@keyframes wntrFaqBlobRotate {
    to {
        transform: rotate(1turn);
    }
}

@keyframes wntrFaqBlobMorph {
    0% {
        d: path("M 100 600 q 0 -500, 500 -500 t 500 500 t -500 500 T 100 600 z");
    }

    34% {
        d: path("M 100 600 q -50 -400, 500 -500 t 450 550 t -500 500 T 100 600 z");
    }

    72% {
        d: path("M 100 600 q 0 -400, 500 -500 t 400 500 t -500 500 T 100 600 z");
    }

    100% {
        d: path("M 150 600 q 0 -600, 500 -500 t 500 550 t -500 500 T 150 600 z");
    }
}

@keyframes wntrFaqAiLineFade {
    from {
        opacity: 0;
        transform: translateY(0.55rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wntrFaqBlobSpeakDrift {
    0% {
        transform: translate3d(-1px, 1px, 0) scale(1);
    }

    50% {
        transform: translate3d(1px, -1px, 0) scale(1.035);
    }

    100% {
        transform: translate3d(0, 1px, 0) scale(1.015);
    }
}

@keyframes wntrFaqModalOverlayIn {
    from {
        background: rgba(255, 255, 255, 0);
        backdrop-filter: blur(0) saturate(1);
        -webkit-backdrop-filter: blur(0) saturate(1);
    }

    to {
        background: rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(14px) saturate(0.92);
        -webkit-backdrop-filter: blur(14px) saturate(0.92);
    }
}

@keyframes wntrFaqModalOverlayOut {
    from {
        background: rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(14px) saturate(0.92);
        -webkit-backdrop-filter: blur(14px) saturate(0.92);
    }

    to {
        background: rgba(255, 255, 255, 0);
        backdrop-filter: blur(0) saturate(1);
        -webkit-backdrop-filter: blur(0) saturate(1);
    }
}

@keyframes wntrFaqModalIn {
    from {
        opacity: 0;
        transform: translateY(5.5rem) scale(0.965);
    }

    68% {
        opacity: 1;
        transform: translateY(-0.22rem) scale(1.003);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes wntrFaqModalOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(3.75rem) scale(0.97);
    }
}

@media (max-width: 767px) {
    .wntr-faq__filters {
        flex-wrap: nowrap;
        width: max-content;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 999px;
        scroll-padding-inline: 0.4rem;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .wntr-faq__filters::-webkit-scrollbar {
        display: none;
    }

    .wntr-faq__filters button.cat-item {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .wntr-faq--mobile-filters-buttons .wntr-faq__filters {
        display: flex;
    }

    .wntr-faq--mobile-filters-buttons .wntr-faq__filter-select-wrap {
        display: none;
    }

    .wntr-faq--mobile-filters-select .wntr-faq__filters {
        display: none;
    }

    .wntr-faq--mobile-filters-select .wntr-faq__filter-select-wrap {
        display: flex;
    }
}

@media (min-width: 768px) {
    .wntr-faq__panel .accordion-panel__inner.has-image {
        grid-template-columns: minmax(0, 2fr) minmax(14rem, 1fr);
    }
}

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