/* PXL Yapı — ortak bileşenler (tüm sayfalarda) */

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.whatsapp-float:hover {
    color: #fff;
    background: #1ebe57;
    transform: translateY(-2px);
}

.btn-scandi-outline {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    padding: 0.75rem 1.5rem;
    color: var(--scandi-anthracite, #2a2a28);
    border: 1px solid var(--scandi-anthracite, #2a2a28);
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease, color 0.2s ease;
}
.btn-scandi-outline:hover {
    background: var(--scandi-anthracite, #2a2a28);
    color: var(--scandi-white, #fff);
}
.btn-scandi-outline.btn-lg {
    padding: 1rem 2rem;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer-full {
    padding: 2.5rem 0 1.5rem;
    border-top: 1px solid var(--scandi-light-gray, #e8e6e3);
    background: var(--scandi-white, #fff);
    font-family: "Outfit", sans-serif;
}
.site-footer-full a {
    color: var(--scandi-anthracite-soft, #3d3d3a);
    text-decoration: none;
}
.site-footer-full a:hover {
    color: var(--scandi-anthracite, #2a2a28);
}
.site-footer-full__title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--scandi-mid-gray, #9c9892);
    margin-bottom: 0.75rem;
}
.site-footer-full__line {
    font-size: 0.92rem;
    font-weight: 300;
    color: var(--scandi-anthracite-soft, #3d3d3a);
    margin-bottom: 0.35rem;
}
.site-footer-full__copy {
    text-align: center;
    font-size: 0.85rem;
    color: var(--scandi-mid-gray, #9c9892);
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--scandi-light-gray, #e8e6e3);
}
