﻿img {
    max-width: 100%;
}
.html-block p {
    line-height: 1.8;
    margin-bottom: 20px;
}
/* whatsapp ripple button */
.ripple-button {
    background-color: rgb(74, 174, 32) !important;
    background-image: linear-gradient(90deg, rgb(74, 174, 32), rgb(74, 174, 32));
}

.whatsapp-button > .btn-link {
    position: fixed;
    right: 34px;
    bottom: 84px;
    background: rgb(88, 185, 64);
    width: 52px;
    height: 52px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 52px;
    padding: 0px;
    z-index: 2;
    border-radius: 50% !important;
}

.whatsapp-button > .btn-link {
    animation: 1.5s ease 0s infinite alternate none running skew;
    transform: skew(20deg);
}

.whatsapp-wrapper {
    position: relative;
    align-items: center !important;
    display: flex !important;
}

.whatsapp-button {
    position: fixed;
    bottom: 26px;
    right: 30px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
}

.whatsapp-wrapper a {
    z-index: 1;
    position: relative;
    background: rgb(62, 173, 99);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-block;
    color: white;
    line-height: 49px;
    font-size: 19px;
}

.whatsapp-button .ripple {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    opacity: 0;
    border-radius: 100px;
    animation: 1.8s ease 0s infinite normal none running ripple;
    &:nth-child(2) {
        animation-delay: 0.3s;
    }

    &:nth-child(3) {
        animation-delay: 0.6s;
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}
/* whatsapp ripple button */

/* scroll top button */
.scroll-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top svg {
    transform: rotate(-90deg);
}

.scroll-top circle.bg {
    stroke: rgb(238, 238, 238);
}

.scroll-top circle.progress {
    stroke: rgb(38, 158, 246);
    stroke-linecap: round;
    transition: stroke-dashoffset 0.2s linear;
}

.scroll-top .arrow {
    position: absolute;
    font-size: 28px;
    color: rgb(38, 158, 246);
    pointer-events: none;
}
/* scroll top button end */

/* user controls */
@media (max-width:  960px) {
.user-controls {
    justify-content: center !important;
    margin-top: 20px;
}
.sw-search-box {
    max-width: 90% !important;
}
}
/* user controls */


#sw-ai-fab {
    position: fixed;
    bottom: 240px;
    right: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(124, 58, 237), rgb(79, 70, 229));
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

#sw-ai-fab:hover {
    transform: scale(1.08);
}

#sw-ai-fab.sw-ai-fab-active {
    background: linear-gradient(135deg, rgb(79, 70, 229), rgb(124, 58, 237));
}

#sw-ai-window {
    position: fixed;
    bottom: 92px;
    right: 86px;
    width: 360px;
    max-height: 520px;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 40px;
    z-index: 8999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.92) translateY(16px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.18s;
}

#sw-ai-window.sw-ai-open {
    transform: scale(1) translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.sw-ai-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgb(124, 58, 237), rgb(79, 70, 229));
    color: rgb(255, 255, 255);
    flex-shrink: 0;
}

.sw-ai-header-icon {
    font-size: 18px;
    opacity: 0.9;
}

.sw-ai-header-title {
    flex: 1 1 0%;
    font-weight: 600;
    font-size: 14px;
}

.sw-ai-header-title span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.75;
}

.sw-ai-header-actions {
    display: flex;
    gap: 6px;
}

.sw-ai-header-actions button {
    background: rgba(255, 255, 255, 0.15);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.sw-ai-header-actions button:hover {
    background: rgba(255, 255, 255, 0.28);
}

#sw-ai-messages {
    flex: 1 1 0%;
    overflow-y: auto;
    padding: 14px 14px 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgb(248, 247, 255);
}

.sw-ai-msg {
    display: flex;
}

.sw-ai-msg-user {
    justify-content: flex-end;
}

.sw-ai-msg-assistant, .sw-ai-msg-error {
    justify-content: flex-start;
}

.sw-ai-bubble {
    max-width: 82%;
    padding: 9px 13px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

.sw-ai-msg-user .sw-ai-bubble {
    background: linear-gradient(135deg, rgb(124, 58, 237), rgb(79, 70, 229));
    color: rgb(255, 255, 255);
    border-bottom-right-radius: 4px;
}

.sw-ai-msg-assistant .sw-ai-bubble {
    background: rgb(255, 255, 255);
    color: rgb(30, 27, 75);
    border: 1px solid rgb(224, 231, 255);
    border-bottom-left-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px;
}

.sw-ai-msg-error .sw-ai-bubble {
    background: rgb(254, 242, 242);
    color: rgb(153, 27, 27);
    border: 1px solid rgb(254, 202, 202);
    font-size: 12px;
}

#sw-ai-typing {
    display: none;
    padding: 0px 14px 8px;
    background: rgb(248, 247, 255);
}

.sw-ai-dots {
    display: flex;
    gap: 4px;
    align-items: center;
}

.sw-ai-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(124, 58, 237);
    animation: 1.2s ease-in-out 0s infinite normal none running swAiDot;
}

.sw-ai-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.sw-ai-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes swAiDot {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.4;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.sw-ai-footer {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
    border-top: 1px solid rgb(224, 231, 255);
    background: rgb(255, 255, 255);
    flex-shrink: 0;
}

#sw-ai-input {
    flex: 1 1 0%;
    border: 1px solid rgb(196, 181, 253);
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 13px;
    resize: none;
    outline: none;
    transition: border-color 0.15s;
    line-height: 1.4;
    max-height: 100px;
    overflow-y: auto;
}

#sw-ai-input:focus {
    border-color: rgb(124, 58, 237);
}

#sw-ai-send {
    background: linear-gradient(135deg, rgb(124, 58, 237), rgb(79, 70, 229));
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 10px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 0.15s;
    align-self: flex-end;
}

#sw-ai-send:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#sw-ai-stats {
    padding: 14px 16px 12px;
    background: rgba(124, 58, 237, 0.04);
    border-bottom: 1px solid rgba(124, 58, 237, 0.1);
    flex-shrink: 0;
}

.sw-ai-stats-model-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sw-ai-stats-label {
    font-size: 10px;
    color: rgb(170, 170, 170);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.sw-ai-stats-model-id {
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
    color: rgb(30, 27, 75);
    margin-top: 2px;
}

.sw-ai-stats-tier {
    padding: 2px 7px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    background: rgba(16, 185, 129, 0.12);
    color: rgb(5, 150, 105);
}

.sw-ai-stats-tier.paid {
    background: rgba(245, 158, 11, 0.12);
    color: rgb(217, 119, 6);
}

.sw-ai-stats-counters {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 0px;
}

.sw-ai-stats-big {
    font-size: 20px;
    font-weight: 700;
    color: rgb(124, 58, 237);
    line-height: 1;
}

.sw-ai-stats-sub {
    font-size: 10px;
    color: rgb(136, 136, 136);
    margin-top: 2px;
}

.sw-ai-stats-divider {
    border-left: 1px solid rgb(224, 231, 255);
    padding-left: 20px;
}

.sw-ai-stats-session-label {
    font-size: 10px;
    color: rgb(187, 187, 187);
    font-style: italic;
    align-self: flex-end;
    padding-bottom: 1px;
}

#sw-ai-stats-rpd {
    margin-top: 12px;
}

.sw-ai-stats-rpd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    font-size: 10px;
    color: rgb(136, 136, 136);
    font-weight: 500;
}

#sw-ai-stats-rpd-count {
    font-weight: 700;
    color: rgb(124, 58, 237);
}

#sw-ai-stats-rpd-count.warn {
    color: rgb(217, 119, 6);
}

#sw-ai-stats-rpd-count.danger {
    color: rgb(220, 38, 38);
}

.sw-ai-stats-progress-bg {
    height: 5px;
    border-radius: 3px;
    background: rgba(124, 58, 237, 0.1);
    overflow: hidden;
}

.sw-ai-stats-progress-fill {
    height: 100%;
    border-radius: 3px;
    background: rgb(124, 58, 237);
    transition: width 0.3s;
}

.sw-ai-stats-progress-fill.warn {
    background: rgb(245, 158, 11);
}

.sw-ai-stats-footnote {
    font-size: 10px;
    color: rgb(187, 187, 187);
    margin-top: 5px;
}

.sw-ai-stats-unknown {
    font-size: 11px;
    color: rgb(187, 187, 187);
    font-style: italic;
    margin-top: 8px;
}

#sw-ai-stats-toggle.active {
    background: rgba(255, 255, 255, 0.25) !important;
}

.sw-ai-msg-assistant .sw-ai-bubble p {
    margin: 0px 0px 6px;
}

.sw-ai-msg-assistant .sw-ai-bubble p:last-child {
    margin-bottom: 0px;
}

.sw-ai-msg-assistant .sw-ai-bubble strong {
    font-weight: 700;
    color: rgb(55, 48, 163);
}

.sw-ai-msg-assistant .sw-ai-bubble em {
    font-style: italic;
}

.sw-ai-msg-assistant .sw-ai-bubble ul, .sw-ai-msg-assistant .sw-ai-bubble ol {
    margin: 4px 0px 6px 16px;
    padding: 0px;
}

.sw-ai-msg-assistant .sw-ai-bubble li {
    margin-bottom: 3px;
}

.sw-ai-msg-assistant .sw-ai-bubble code {
    background: rgba(79, 70, 229, 0.1);
    border-radius: 3px;
    padding: 1px 4px;
    font-size: 12px;
    color: rgb(67, 56, 202);
}

.sw-ai-msg-assistant .sw-ai-bubble h1, .sw-ai-msg-assistant .sw-ai-bubble h2, .sw-ai-msg-assistant .sw-ai-bubble h3 {
    font-size: 13px;
    font-weight: 700;
    color: rgb(55, 48, 163);
    margin: 6px 0px 3px;
}

.sw-ai-msg-assistant .sw-ai-bubble a {
    color: rgb(79, 70, 229);
    text-decoration: underline;
}

.sw-ai-msg-assistant .sw-ai-bubble hr {
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: rgba(79, 70, 229, 0.2) currentcolor currentcolor;
    border-image: initial;
    margin: 6px 0px;
}

#sw-pub-fab {
    position: fixed;
    bottom: 168px;
    right: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(8, 145, 178), rgb(14, 116, 144));
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

#sw-pub-fab:hover {
    transform: scale(1.08);
}

#sw-pub-fab.sw-pub-fab-active {
    background: linear-gradient(135deg, rgb(14, 116, 144), rgb(8, 145, 178));
}

#sw-pub-window {
    position: fixed;
    bottom: 92px;
    right: 86px;
    width: 360px;
    max-height: 520px;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 40px;
    z-index: 8999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.92) translateY(16px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.18s;
}

#sw-pub-window.sw-pub-open {
    transform: scale(1) translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.sw-pub-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgb(8, 145, 178), rgb(14, 116, 144));
    color: rgb(255, 255, 255);
    flex-shrink: 0;
}

.sw-pub-header-icon {
    font-size: 18px;
    opacity: 0.9;
}

.sw-pub-header-title {
    flex: 1 1 0%;
    font-weight: 600;
    font-size: 14px;
}

.sw-pub-header-title span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.75;
}

.sw-pub-header-actions {
    display: flex;
    gap: 6px;
}

.sw-pub-header-actions button {
    background: rgba(255, 255, 255, 0.15);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.sw-pub-header-actions button:hover {
    background: rgba(255, 255, 255, 0.28);
}

#sw-pub-messages {
    flex: 1 1 0%;
    overflow-y: auto;
    padding: 14px 14px 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgb(240, 249, 255);
}

.sw-pub-msg {
    display: flex;
}

.sw-pub-msg-user {
    justify-content: flex-end;
}

.sw-pub-msg-assistant, .sw-pub-msg-error {
    justify-content: flex-start;
}

.sw-pub-bubble {
    max-width: 82%;
    padding: 9px 13px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

.sw-pub-msg-user .sw-pub-bubble {
    background: linear-gradient(135deg, rgb(8, 145, 178), rgb(14, 116, 144));
    color: rgb(255, 255, 255);
    border-bottom-right-radius: 4px;
}

.sw-pub-msg-assistant .sw-pub-bubble {
    background: rgb(255, 255, 255);
    color: rgb(12, 74, 110);
    border: 1px solid rgb(186, 230, 253);
    border-bottom-left-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px;
}

.sw-pub-msg-error .sw-pub-bubble {
    background: rgb(254, 242, 242);
    color: rgb(153, 27, 27);
    border: 1px solid rgb(254, 202, 202);
    font-size: 12px;
}

#sw-pub-typing {
    display: none;
    padding: 0px 14px 8px;
    background: rgb(240, 249, 255);
}

.sw-pub-dots {
    display: flex;
    gap: 4px;
    align-items: center;
}

.sw-pub-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(8, 145, 178);
    animation: 1.2s ease-in-out 0s infinite normal none running swPubDot;
}

.sw-pub-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.sw-pub-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes swPubDot {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.4;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.sw-pub-footer {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
    border-top: 1px solid rgb(186, 230, 253);
    background: rgb(255, 255, 255);
    flex-shrink: 0;
}

#sw-pub-input {
    flex: 1 1 0%;
    border: 1px solid rgb(125, 211, 252);
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 13px;
    resize: none;
    outline: none;
    transition: border-color 0.15s;
    line-height: 1.4;
    max-height: 100px;
    overflow-y: auto;
}

#sw-pub-input:focus {
    border-color: rgb(8, 145, 178);
}

#sw-pub-send {
    background: linear-gradient(135deg, rgb(8, 145, 178), rgb(14, 116, 144));
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 10px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 0.15s;
    align-self: flex-end;
}

#sw-pub-send:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sw-pub-msg-assistant .sw-pub-bubble p {
    margin: 0px 0px 6px;
}

.sw-pub-msg-assistant .sw-pub-bubble p:last-child {
    margin-bottom: 0px;
}

.sw-pub-msg-assistant .sw-pub-bubble strong {
    font-weight: 700;
    color: rgb(7, 89, 133);
}

.sw-pub-msg-assistant .sw-pub-bubble em {
    font-style: italic;
}

.sw-pub-msg-assistant .sw-pub-bubble ul, .sw-pub-msg-assistant .sw-pub-bubble ol {
    margin: 4px 0px 6px 16px;
    padding: 0px;
}

.sw-pub-msg-assistant .sw-pub-bubble li {
    margin-bottom: 3px;
}

.sw-pub-msg-assistant .sw-pub-bubble code {
    background: rgba(8, 145, 178, 0.1);
    border-radius: 3px;
    padding: 1px 4px;
    font-size: 12px;
    color: rgb(14, 116, 144);
}

.sw-pub-msg-assistant .sw-pub-bubble h1, .sw-pub-msg-assistant .sw-pub-bubble h2, .sw-pub-msg-assistant .sw-pub-bubble h3 {
    font-size: 13px;
    font-weight: 700;
    color: rgb(7, 89, 133);
    margin: 6px 0px 3px;
}

.sw-pub-msg-assistant .sw-pub-bubble a {
    color: rgb(8, 145, 178);
    text-decoration: underline;
}

.sw-pub-msg-assistant .sw-pub-bubble hr {
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: rgba(8, 145, 178, 0.2) currentcolor currentcolor;
    border-image: initial;
    margin: 6px 0px;
}

.sw-fabs-both #sw-ai-fab {
    bottom: 92px;
}

.sw-fabs-both #sw-ai-window {
    bottom: 90px;
}

@media (max-width: 480px) {
    #sw-ai-window, #sw-pub-window {
        width: calc(-24px + 100vw);
        right: 12px;
        bottom: 80px;
    }

    .sw-fabs-both #sw-ai-fab {
        bottom: 84px;
    }
}

/* -- Accordion (data-sw-module="accordion") -- */
/* Gorsel toggle Claude Designer'in CSS'ine birakiliyor.
   JS yalnizca [data-acc-item] uzerine .open class'i toggle eder. */

/* -- Cookie Consent Banner (#sw-consent-banner) -- */
#sw-consent-banner {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: calc(100% - 32px);
    max-width: 640px;
    font-family: inherit;
}

#sw-consent-card {
    background: #1a1a1a;
    color: #e8e8e8;
    border-radius: 12px;
    padding: 20px 22px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .55);
    border: 1px solid rgba(255, 255, 255, .08);
}

#sw-consent-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#sw-consent-title {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
}

#sw-consent-close {
    background: none;
    border: none;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin-left: 10px;
}

#sw-consent-close:hover { color: #fff; }

#sw-consent-text {
    font-size: .82rem;
    color: #b0b0b0;
    line-height: 1.6;
    margin: 0;
}

#sw-consent-policy-link {
    color: #60a5fa;
    text-decoration: underline;
    margin-left: 5px;
}

#sw-consent-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 8px;
}

#sw-consent-toggle-cats {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: .78rem;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

#sw-consent-toggle-cats:hover { color: #e5e7eb; }

#sw-consent-actions { display: flex; gap: 8px; }

#sw-consent-reject {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #d1d5db;
    border-radius: 6px;
    padding: 7px 16px;
    font-size: .82rem;
    cursor: pointer;
}

#sw-consent-reject:hover { border-color: rgba(255, 255, 255, .4); }

#sw-consent-accept {
    background: #2563eb;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 7px 16px;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
}

#sw-consent-accept:hover { background: #1d4ed8; }

#sw-consent-cats {
    margin-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 14px;
    display: none;
    flex-direction: column;
    gap: 10px;
}

.sw-cat-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sw-cat-label {
    font-size: .8rem;
    color: #d1d5db;
}

.sw-cat-toggle {
    position: relative;
    width: 36px;
    height: 20px;
    flex-shrink: 0;
}

.sw-cat-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sw-cat-slider {
    position: absolute;
    inset: 0;
    background: #374151;
    border-radius: 20px;
    cursor: pointer;
    transition: .2s;
}

.sw-cat-slider::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    transition: .2s;
}

.sw-cat-toggle input:checked + .sw-cat-slider { background: #2563eb; }
.sw-cat-toggle input:checked + .sw-cat-slider::before { transform: translateX(16px); }

#sw-consent-save {
    display: block;
    margin-top: 12px;
    width: 100%;
    background: #1e3a5f;
    border: none;
    color: #93c5fd;
    border-radius: 6px;
    padding: 8px;
    font-size: .82rem;
    cursor: pointer;
    font-weight: 600;
}

#sw-consent-save:hover { background: #1d4ed8; color: #fff; }

@media (max-width: 480px) {
    #sw-consent-foot { 
        flex-direction: column; align-items: flex-start; 
    }

}
.foot-signature p a {
    color: inherit;
}