/* ================================================================
   GEZIBILET — PREMIUM FOOTER
   ================================================================ */
.footer-divider {
    line-height: 0;
    width: 100%;
    overflow: hidden;
    background: #f8fafc;
    position: relative;
    z-index: 10;
    margin-bottom: -1px;
}

.footer-divider svg {
    display: block;
    width: 100%;
    height: 40px;
}

.footer-divider .shape-fill {
    fill: #0f172a;
}

.site-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 80px 0 0;
    font-family: var(--font-body);
}

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

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 60px;
    padding-bottom: 60px;
}

/* Brand */
.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    text-decoration: none;
}

.footer-brand .logo-icon {
    width: 40px;
    height: 40px;
    background: #e2001a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 18px;
    box-shadow: 0 8px 16px rgba(226, 0, 26, 0.2);
}

.footer-brand .logo-text {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    color: white;
    letter-spacing: -0.02em;
}

.footer-about {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #64748b;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #e2001a;
    transform: translateY(-3px);
}

/* Links */
.footer-title {
    color: white;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    display: inline-block;
}

.footer-links a:hover {
    color: #e2001a;
    transform: translateX(5px);
}

/* Contact */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(226, 0, 26, 0.1);
    color: #e2001a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-text .label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 2px;
}

.contact-text .value {
    font-size: 15px;
    font-weight: 700;
    color: white;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
}

.bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 13px;
    color: #64748b;
}

.copyright strong {
    color: white;
}

.payment-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.payment-logos img {
    height: 26px;
    width: auto;
    transition: all 0.3s ease;
}

.payment-logos img:hover {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 1200px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

/* === Gezibilet V5 Bar Gradient Support Widget === */
.gb-support-v5 {
    position: fixed;
    bottom: 0;
    right: 40px;
    z-index: 9999;
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* The Main Bar */
.gb-v5-bar-trigger {
    width: 320px;
    height: 54px;
    background: linear-gradient(90deg, #180f04 0%, #ca172d 100%);
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    box-shadow: 0 -5px 25px rgba(202, 23, 45, 0.2);
    display: flex;
    align-items: center;
    padding: 0 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 20;
}

.gb-support-v5.is-chat-active .gb-v5-bar-trigger {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

.gb-v5-bar-trigger:hover {
    height: 58px;
    transform: translateY(-2px);
}

.gb-v5-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.gb-v5-bar-text {
    color: #fff;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.gb-v5-bar-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.gb-v5-dot {
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
    animation: gbPulse 2s infinite;
}

/* Options Revealed */
.gb-v5-options {
    width: 300px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gb-support-v5.is-open .gb-v5-options {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

.gb-v5-opt-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    text-decoration: none;
    color: #1e293b;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.gb-v5-opt-item:first-child {
    border-bottom: 1px solid #f1f5f9;
}

.gb-v5-opt-item:hover {
    background: #f8fafc;
}

.gb-v5-opt-item i {
    font-size: 18px;
}

.gb-v5-opt-item.whatsapp i {
    color: #25d366;
}

.gb-v5-opt-item.live i {
    color: #ca172d;
}

/* Chat Window V5 */
.gb-v5-chat-window {
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 360px;
    height: 520px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: v5SlideIn 0.4s ease;
    z-index: 100;
}

.gb-v5-chat-window.active {
    display: flex;
}

.gb-v5-chat-header {
    background: linear-gradient(90deg, #ff8c00 0%, #ca172d 100%);
    padding: 18px 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gb-v5-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gb-v5-avatar {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
}

.gb-v5-status-text {
    display: flex;
    flex-direction: column;
}

.gb-v5-status-text strong {
    font-size: 14px;
}

.gb-v5-status-text span {
    font-size: 11px;
    opacity: 0.8;
}

.gb-v5-chat-close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.7;
}

.gb-v5-chat-messages {
    flex: 1;
    padding: 20px;
    background: #f8fafc;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gb-v5-msg {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13.5px;
    line-height: 1.5;
}

.gb-v5-msg.bot {
    align-self: flex-start;
    background: #fff;
    color: #334155;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-bottom-left-radius: 2px;
}

.gb-v5-msg.user {
    align-self: flex-end;
    background: #0f172a;
    color: #fff;
    border-bottom-right-radius: 2px;
}

.gb-v5-msg.system {
    align-self: center;
    background: none;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0;
}

.gb-v5-chat-footer {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #f1f5f9;
}

.gb-v5-tools {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    padding-left: 5px;
}

.gb-v5-tools button {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.2s;
}

.gb-v5-tools button:hover {
    color: #ca172d;
}

.gb-v5-input-row {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.gb-v5-input-row textarea {
    flex: 1;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 13.5px;
    height: 40px;
    resize: none;
    outline: none;
}

.gb-v5-input-row button {
    width: 40px;
    height: 40px;
    background: #0f172a;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

@keyframes gbPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes v5SlideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@media (max-width: 480px) {
    .gb-v5-chat-window {
        width: calc(100vw - 40px);
        height: 60vh;
        right: -20px;
    }

    .gb-v5-bar-trigger {
        width: calc(100vw - 80px);
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 60px 0 0;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bottom-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .payment-logos {
        justify-content: center;
        flex-wrap: wrap;
    }
}