/* Netkafem Theme Header & Footer Styles */
/* Font: Poppins - Modern Kurumsal Görünüm */

/* Header & Footer için font tanımı */
.site-header,
.site-footer,
.top-bar {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Header Styles */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.site-header > .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Bar Styles */
.top-bar {
    background: #f5f5f5;
    color: #333;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.top-bar > .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.top-bar-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.top-bar-item svg {
    flex-shrink: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    width: 14px;
    height: 14px;
}

.top-bar-item:hover {
    color: #2777D1;
}

.top-bar-item:hover svg {
    opacity: 1;
}

.top-bar-social:hover {
    transform: translateY(-1px);
}

/* Header Sosyal Medya Orijinal Renkleri */
.top-bar-whatsapp {
    color: #25D366 !important;
}
.top-bar-whatsapp svg {
    fill: #25D366;
}

.top-bar-facebook {
    color: #1877F2 !important;
}
.top-bar-facebook svg {
    fill: #1877F2;
}

.top-bar-instagram {
    color: #E4405F !important;
}
.top-bar-instagram svg {
    fill: #E4405F;
}

.top-bar-twitter {
    color: #1DA1F2 !important;
}
.top-bar-twitter svg {
    fill: #1DA1F2;
}

.top-bar-consultation {
    color: #2777D1;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 12px;
}

.top-bar-consultation:hover {
    color: #1e5fa8;
    transform: translateY(-1px);
}

.top-bar-text {
    white-space: nowrap;
    font-size: 12px;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

/* Para Birimi Seçici */
.currency-selector {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 15px;
    flex-shrink: 0;
}

.currency-selector .currency-select {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #333;
    font-size: 0.8rem;
    padding: 4px 24px 4px 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    position: relative;
}

.currency-flag-display {
    flex-shrink: 0;
    background: #fff;
    display: block;
    width: 24px;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
}

.currency-selector .currency-select:hover {
    background: #fff;
    border-color: #2777D1;
    color: #2777D1;
    box-shadow: 0 2px 6px rgba(39, 119, 209, 0.2);
}

.currency-selector .currency-select:focus {
    outline: none;
    border-color: #2777D1;
    color: #2777D1;
    box-shadow: 0 0 0 3px rgba(39, 119, 209, 0.1);
}


.currency-selector .currency-dropdown-icon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.currency-selector:hover .currency-dropdown-icon {
    opacity: 1;
}

.top-bar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 500;
}

.top-bar-icon:hover {
    color: #2777D1;
    background: linear-gradient(135deg, rgba(39, 119, 209, 0.1) 0%, rgba(39, 119, 209, 0.05) 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(39, 119, 209, 0.15);
}

.top-bar-icon .icon-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-bar-icon svg {
    display: block;
    transition: transform 0.3s ease;
}

.top-bar-icon:hover svg {
    transform: scale(1.1);
}

.login-icon .icon-text,
.cart-icon .icon-text,
.user-icon .icon-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.cart-icon {
    position: relative;
}

.cart-icon .icon-wrapper {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #2777D1;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 12px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(39, 119, 209, 0.3);
}

.user-icon .icon-text {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.site-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2777D1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
}

.site-logo:hover {
    text-decoration: none;
}

.site-logo img {
    max-height: 60px;
    width: auto;
    height: auto;
    transition: transform 0.3s ease;
}

.site-logo:hover img {
    transform: scale(1.05);
}

.logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2777D1;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(39, 119, 209, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.site-logo:hover .logo-icon {
    transform: translateY(-2px) rotate(15deg);
    box-shadow: 0 4px 12px rgba(39, 119, 209, 0.4);
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logo-text {
    font-weight: 700;
    font-size: 1.5rem;
    color: #2777D1;
    line-height: 1.2;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
}

.logo-tagline {
    font-size: 0.75rem;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.site-logo:hover .logo-text {
    color: #1e5fa8;
}

.site-logo:hover .logo-tagline {
    color: #888;
}

/* Menu Toggle Button (Mobile) */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    position: relative;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
    pointer-events: none;
    user-select: none;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Navigation Styles */
.main-navigation {
    position: relative;
    margin: 0;
    padding: 0;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
}

.main-navigation > ul > li {
    position: relative;
}

.main-navigation > ul > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.main-navigation > ul > li > a svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.main-navigation > ul > li > a span {
    display: inline-block;
}

.main-navigation > ul > li > a:hover {
    color: #2777D1;
}

.main-navigation > ul > li > a:hover svg {
    transform: scale(1.1);
}

.main-navigation > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #2777D1;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.main-navigation > ul > li:hover > a::after {
    transform: scaleX(1);
}

/* Footer Styles */
.site-footer {
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);
    color: #e0e0e0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

/* Modern Footer Styles */
.site-footer {
    position: relative;
    background: linear-gradient(180deg, #0a0a0f 0%, #1a1a2e 50%, #16213e 100%);
    color: #fff;
    margin-top: 4rem;
    overflow: hidden;
}

.footer-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(39, 119, 209, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(90, 103, 216, 0.15) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #2777D1, #5A67D8, #2777D1, transparent);
    background-size: 200% 100%;
    animation: gradient-shift 3s ease infinite;
    z-index: 1;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.footer-main {
    position: relative;
    z-index: 1;
    padding: 60px 0 40px;
    background: rgba(10, 10, 15, 0.6);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(39, 119, 209, 0.3), transparent);
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 20px;
}

.footer-widget {
    position: relative;
}

.footer-widget-about {
    max-width: 350px;
}

.footer-logo-section {
    margin-bottom: 25px;
}

.footer-site-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.footer-site-logo:hover {
    text-decoration: none;
    transform: translateX(5px);
}

.footer-site-logo img {
    max-height: 60px;
    width: auto;
    filter: brightness(1.1);
    transition: transform 0.3s ease;
}

.footer-site-logo:hover img {
    transform: scale(1.05);
}

.logo-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2777D1 0%, #5A67D8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(39, 119, 209, 0.3);
    transition: all 0.3s ease;
}

.footer-site-logo:hover .logo-icon-wrapper {
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 12px 32px rgba(39, 119, 209, 0.4);
}

.footer-site-logo .logo-icon {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.footer-site-logo .logo-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-site-logo .logo-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    background: linear-gradient(135deg, #fff 0%, #2777D1 50%, #5A67D8 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: text-gradient-shift 4s ease infinite;
}

.footer-site-logo .logo-tagline {
    font-size: 0.75rem;
    color: #b0b0b0;
    margin-top: 4px;
    letter-spacing: 1px;
}

.footer-site-name {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #2777D1 50%, #5A67D8 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    margin-top: 0;
    animation: text-gradient-shift 4s ease infinite;
}

@keyframes text-gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.footer-widget:hover .footer-site-name {
    filter: drop-shadow(0 0 12px rgba(39, 119, 209, 0.6));
    animation-duration: 2s;
}

.footer-widget-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.5px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #2777D1, #5A67D8);
    border-radius: 2px;
}

.title-icon {
    font-size: 1.4rem;
    filter: drop-shadow(0 0 8px rgba(39, 119, 209, 0.5));
}

.footer-description {
    color: #b0b0b0;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.social-link:hover {
    transform: translateY(-4px) scale(1.05);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(39, 119, 209, 0.3);
}

/* Sosyal Medya Renkleri */
.social-facebook {
    background: linear-gradient(135deg, #1877F2 0%, #166fe5 100%);
    color: #fff;
}
.social-facebook:hover {
    box-shadow: 0 8px 24px rgba(24, 119, 242, 0.4);
}

.social-twitter {
    background: linear-gradient(135deg, #1DA1F2 0%, #1a91da 100%);
    color: #fff;
}
.social-twitter:hover {
    box-shadow: 0 8px 24px rgba(29, 161, 242, 0.4);
}

.social-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}
.social-instagram:hover {
    box-shadow: 0 8px 24px rgba(225, 48, 108, 0.4);
}

.social-linkedin {
    background: linear-gradient(135deg, #0A66C2 0%, #0958a8 100%);
    color: #fff;
}
.social-linkedin:hover {
    box-shadow: 0 8px 24px rgba(10, 102, 194, 0.4);
}

.social-youtube {
    background: linear-gradient(135deg, #FF0000 0%, #e60000 100%);
    color: #fff;
}
.social-youtube:hover {
    box-shadow: 0 8px 24px rgba(255, 0, 0, 0.4);
}

.social-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #20bd5a 100%);
    color: #fff;
}
.social-whatsapp:hover {
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}

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

.footer-menu li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 0;
    transition: padding-left 0.3s ease;
}

.footer-menu li::before {
    content: '→';
    position: absolute;
    left: -20px;
    color: #2777D1;
    opacity: 0;
    transition: all 0.3s ease;
    font-weight: bold;
}

.footer-menu li:hover {
    padding-left: 20px;
}

.footer-menu li:hover::before {
    opacity: 1;
    left: 0;
}

.footer-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 12px;
    border-radius: 8px;
    position: relative;
    font-size: 0.95rem;
}

.footer-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(39, 119, 209, 0.2), transparent);
    border-radius: 8px;
    transition: width 0.3s ease;
}

.footer-menu a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.footer-menu a:hover::before {
    width: 100%;
}

.menu-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.footer-menu a:hover .menu-icon {
    transform: scale(1.2);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.contact-item:hover {
    background: rgba(39, 119, 209, 0.1);
    border-color: rgba(39, 119, 209, 0.3);
    transform: translateX(5px);
    box-shadow: 0 4px 16px rgba(39, 119, 209, 0.2);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(39, 119, 209, 0.2), rgba(90, 103, 216, 0.2));
    border-radius: 12px;
    color: #2777D1;
    flex-shrink: 0;
    border: 1px solid rgba(39, 119, 209, 0.3);
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: linear-gradient(135deg, #2777D1, #5A67D8);
    color: #fff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(39, 119, 209, 0.4);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #2777D1;
}

/* Footer Secure Box - Creative Design */
.footer-secure-box {
    margin-top: 25px;
    padding: 18px;
    background: linear-gradient(135deg, rgba(39, 119, 209, 0.08) 0%, rgba(90, 103, 216, 0.05) 100%);
    border: 1px solid rgba(39, 119, 209, 0.15);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.footer-secure-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #2777D1, #5A67D8, #2777D1);
    background-size: 200% 100%;
    animation: shimmer 3s ease infinite;
}

@keyframes shimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.secure-badge-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.secure-icon-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2777D1 0%, #5A67D8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(39, 119, 209, 0.4);
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 4px 15px rgba(39, 119, 209, 0.4); }
    50% { box-shadow: 0 4px 25px rgba(39, 119, 209, 0.6); }
}

.secure-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.secure-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
}

.secure-subtitle {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.payment-methods-strip {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.strip-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.cards-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.card-chip {
    width: 48px;
    height: 30px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.card-chip::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.card-chip:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.card-chip:hover::after {
    left: 100%;
}

.card-chip svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-secure-box {
        margin-top: 20px;
        padding: 14px;
    }
    
    .secure-badge-main {
        gap: 10px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .secure-icon-circle {
        width: 36px;
        height: 36px;
    }
    
    .secure-icon-circle svg {
        width: 16px;
        height: 16px;
    }
    
    .secure-title {
        font-size: 0.85rem;
    }
    
    .secure-subtitle {
        font-size: 0.65rem;
    }
    
    .cards-row {
        gap: 6px;
    }
    
    .card-chip {
        width: 42px;
        height: 26px;
    }
}

/* WhatsApp CTA Button */
.footer-whatsapp-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.footer-whatsapp-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.footer-whatsapp-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.footer-whatsapp-cta:hover::before {
    left: 100%;
}

.whatsapp-cta-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.footer-whatsapp-cta:hover .whatsapp-cta-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.whatsapp-cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.whatsapp-cta-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
}

.whatsapp-cta-subtitle {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.whatsapp-cta-arrow {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.footer-whatsapp-cta:hover .whatsapp-cta-arrow {
    color: #fff;
    transform: translateX(3px);
}


/* Responsive */
@media (max-width: 768px) {
    .footer-whatsapp-cta {
        margin-top: 15px;
        padding: 12px 14px;
        gap: 10px;
    }
    
    .whatsapp-cta-icon {
        width: 38px;
        height: 38px;
    }
    
    .whatsapp-cta-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .whatsapp-cta-title {
        font-size: 0.85rem;
    }
    
    .whatsapp-cta-subtitle {
        font-size: 0.7rem;
    }
    
}

.footer-bottom {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    padding: 25px 0;
    text-align: center;
    backdrop-filter: blur(10px);
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(39, 119, 209, 0.3), transparent);
}

.footer-bottom-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-bottom-content p {
    margin: 0;
    color: #888;
    font-size: 0.9rem;
    line-height: 1.6;
}

.copyright {
    color: #aaa !important;
}

.copyright strong {
    color: #fff;
    background: linear-gradient(135deg, #fff 0%, #2777D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-credits {
    font-size: 0.85rem !important;
    color: #666 !important;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    /* Logo solda, menü sağda */
    .header-content {
        flex-wrap: nowrap;
        align-items: flex-start; /* Üstten hizala - logo büyük olduğu için */
        justify-content: flex-start;
    }
    
    .site-logo {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    /* Logo icon ve text wrapper'ı hizala */
    .site-logo .logo-icon {
        align-self: flex-start;
        margin-top: 0;
    }
    
    .site-logo .logo-text-wrapper {
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    /* Hamburger menüyü logo text ile aynı hizaya getir */
    .menu-toggle {
        display: flex;
        margin-left: auto; /* hamburgeri sağa it */
        align-self: center !important; /* Logo text ile aynı hizada */
        margin-top: 0 !important;
        position: relative;
    }
    
    .site-logo {
        margin-right: auto;   /* logo solda, aradaki boşluk menüyü sağa iter */
        max-width: 100% !important;       /* Logo büyümesi için max-width kaldırıldı */
        font-size: 1.4rem;
    }
    
    .site-logo img {
        max-height: 95px;     /* Mobilde logo görseli daha büyük */
    }
    
    .logo-icon {
        width: 70px;
        height: 70px;
        font-size: 2.5rem;
    }
    
    .logo-text {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
    }
    
    .logo-tagline {
        font-size: 1rem;
    }
    
    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        width: 100%;
    }
    
    .main-navigation.active {
        max-height: 500px;
    }
    
    .main-navigation ul {
        flex-direction: column;
        padding: 1rem 0;
        width: 100%;
    }
    
    .main-navigation > ul > li {
        width: 100%;
    }
    
    .main-navigation > ul > li > a {
        padding: 1rem 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .main-navigation > ul > li > a svg {
        width: 20px;
        height: 20px;
    }
    
    .top-bar {
        padding: 4px 0;
        font-size: 0.7rem;
    }
    
    .top-bar > .container {
        padding: 0 10px;
    }
    
    .top-bar-content {
        flex-wrap: nowrap;
        gap: 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    
    .top-bar-content::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }
    
    .top-bar-left {
        gap: 4px;
        flex-wrap: nowrap;
        flex-shrink: 0;
    }
    
    /* Çalışma saatleri mobilde gizle */
    .top-bar-item:first-child {
        display: none;
    }
    
    /* Sosyal medya ikonlarını küçült */
    .top-bar-item {
        font-size: 0.7rem;
        padding: 4px 6px;
        gap: 4px;
    }
    
    .top-bar-item svg {
        width: 14px;
        height: 14px;
    }
    
    .top-bar-text {
        display: none !important;
    }
    
    .top-bar-right {
        gap: 4px;
        flex-shrink: 0;
    }
    
    .top-bar-icon {
        padding: 4px 6px;
        min-width: 32px;
        min-height: 32px;
    }
    
    .top-bar-icon svg {
        width: 16px;
        height: 16px;
    }
    
    .top-bar-icon .icon-text {
        display: none !important;
    }
    
    .cart-count {
        font-size: 0.6rem;
        padding: 1px 3px;
        min-width: 14px;
        height: 14px;
        top: 2px;
        right: 2px;
    }
    
    /* Currency selector mobilde küçült */
    .currency-selector {
        margin-left: 4px;
        gap: 4px;
        font-size: 0.7rem;
    }
    
    .currency-selector svg {
        width: 14px;
        height: 14px;
    }
    
    .footer-main {
        padding: 40px 0 30px;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-widget-about {
        max-width: 100%;
    }
    
    .footer-logo-section {
        margin-bottom: 15px;
    }
    
    .footer-site-logo {
        flex-wrap: wrap;
    }
    
    .logo-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .footer-site-logo .logo-icon {
        font-size: 1.6rem;
    }
    
    .footer-site-logo .logo-text {
        font-size: 1.2rem;
    }
    
    .footer-site-logo .logo-tagline {
        font-size: 0.65rem;
    }
    
    .footer-widget-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .footer-description {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .footer-social {
        gap: 8px;
        margin-top: 12px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
    }
    
    .footer-menu li {
        margin-bottom: 8px;
    }
    
    .footer-contact {
        gap: 12px;
    }
    
    .contact-item {
        gap: 10px;
        padding: 12px;
    }
    
    .contact-icon {
        width: 36px;
        height: 36px;
    }
    
    
    .footer-bottom {
        padding: 15px 0;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .copyright,
    .footer-credits {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }
    
    .hero-content p {
        font-size: 0.9rem;
    }
    
    .section-title {
        font-size: 1.3rem;
    }
    
    .product-card {
        margin-bottom: 1rem;
    }
    
    .product-info h3 {
        font-size: 1rem;
    }
    
    .footer-main {
        padding: 30px 0 20px;
    }
    
    .footer-widgets {
        gap: 24px;
    }
    
    .footer-widget-title {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .footer-menu li {
        margin-bottom: 6px;
    }
    
    .footer-menu li a {
        font-size: 13px;
        padding: 8px 0;
    }
    
    .footer-contact {
        gap: 10px;
    }
    
    .contact-item {
        padding: 10px;
        gap: 8px;
    }
    
    .contact-icon {
        width: 32px;
        height: 32px;
    }
    
    .contact-icon svg {
        width: 16px;
        height: 16px;
    }
    
    .contact-label {
        font-size: 12px;
    }
    
    .contact-link {
        font-size: 13px;
    }
    
    .card-title {
        font-size: 1rem;
    }
    
    .security-card,
    .payment-card {
        padding: 16px;
    }
    
    .card-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .card-icon-wrapper {
        width: 48px;
        height: 48px;
    }
    
    .product-info p {
        font-size: 13px;
    }
    
    .logo-text {
        font-size: 2.5rem !important;
    }
    
    .footer-site-logo .logo-text {
        font-size: 1rem;
    }
}

/* Menu Cart Badge */
.menu-cart-link,
.menu-favori-link {
    position: relative;
}

.menu-download-center-btn:hover svg {
    transform: translateY(2px) !important;
    stroke: #fff !important;
}

.menu-download-center-btn span {
    color: #fff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.menu-download-center-btn::after {
    display: none !important;
}

.menu-cart-badge,
.menu-favori-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 10px;
    margin-left: 6px;
    animation: pulse-badge 2s infinite;
}

.menu-cart-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.menu-favori-badge {
    background: linear-gradient(135deg, #ec4899, #be185d);
}

@keyframes pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Admin Panel Butonu - Sağ Üst Köşe */
.admin-panel-btn {
    position: fixed !important;
    top: 8px !important;
    right: 45px !important;
    z-index: 1001 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 20px !important;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%) !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(15, 39, 68, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    white-space: nowrap !important;
}

.admin-panel-btn:link,
.admin-panel-btn:visited,
.admin-panel-btn:hover,
.admin-panel-btn:active {
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%) !important;
}

.admin-panel-btn svg {
    flex-shrink: 0 !important;
    stroke: #fff !important;
    fill: none !important;
    transition: transform 0.3s ease !important;
    width: 16px !important;
    height: 16px !important;
}

.admin-panel-btn:hover {
    padding-right: 25px !important;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    box-shadow: -4px 4px 20px rgba(37, 99, 235, 0.5) !important;
    color: #fff !important;
    text-decoration: none !important;
}

.admin-panel-btn:hover svg {
    transform: rotate(90deg) !important;
    stroke: #fff !important;
}

.admin-panel-btn span {
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .admin-panel-btn {
        padding: 8px 12px;
        font-size: 0;
        gap: 0;
        top: 6px;
        right: 10px;
    }
    
    .admin-panel-btn span {
        display: none;
    }
    
    .admin-panel-btn svg {
        width: 18px;
        height: 18px;
    }
    
    .menu-download-center-btn {
        margin: 4px !important;
        padding: 12px 16px !important;
    }
}

/* ============================================
   COOKIE CONSENT BANNER
   Modern, Minimal Design
============================================ */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.97) 0%, rgba(30, 41, 59, 0.97) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner.show {
    transform: translateY(0);
    opacity: 1;
}

.cookie-banner-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.cookie-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.cookie-text {
    flex: 1;
}

.cookie-message {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
}

.cookie-message strong {
    color: #fff;
    font-weight: 600;
}

.cookie-policy-link {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.cookie-policy-link:hover {
    color: #93c5fd;
    border-bottom-color: #93c5fd;
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    white-space: nowrap;
}

.cookie-btn-settings {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-btn-settings:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.cookie-btn-reject {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-btn-reject:hover {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.4);
}

.cookie-btn-accept {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.cookie-btn-accept:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

/* Cookie Settings Modal */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cookie-modal.show {
    opacity: 1;
}

.cookie-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.cookie-modal-content {
    position: relative;
    background: #fff;
    border-radius: 16px;
    max-width: 520px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.95) translateY(20px);
    transition: transform 0.3s ease;
}

.cookie-modal.show .cookie-modal-content {
    transform: scale(1) translateY(0);
}

.cookie-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    color: #fff;
}

.cookie-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.cookie-modal-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
}

.cookie-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.cookie-modal-body {
    padding: 24px;
    overflow-y: auto;
    max-height: calc(90vh - 180px);
}

.cookie-modal-desc {
    margin: 0 0 20px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.cookie-option:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cookie-option:last-child {
    margin-bottom: 0;
}

.cookie-option-info {
    flex: 1;
}

.cookie-option-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.cookie-option-icon {
    font-size: 16px;
}

.cookie-option-header h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.cookie-option-badge {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cookie-option-badge.required {
    background: #dbeafe;
    color: #1d4ed8;
}

.cookie-option-info p {
    margin: 0;
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}

/* Toggle Switch */
.cookie-toggle {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
    flex-shrink: 0;
}

.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    border-radius: 26px;
    transition: all 0.3s ease;
}

.cookie-toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cookie-toggle input:checked + .cookie-toggle-slider {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.cookie-toggle input:checked + .cookie-toggle-slider:before {
    transform: translateX(22px);
}

.cookie-toggle.disabled .cookie-toggle-slider {
    cursor: not-allowed;
    opacity: 0.7;
}

.cookie-toggle.disabled input:checked + .cookie-toggle-slider {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
}

.cookie-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

/* Responsive */
@media (max-width: 768px) {
    .cookie-banner-container {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 20px;
        gap: 16px;
    }
    
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .cookie-icon {
        margin: 0 auto;
    }
    
    .cookie-actions {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cookie-btn {
        flex: 1;
        min-width: 100px;
    }
    
    .cookie-modal-content {
        margin: 10px;
    }
    
    .cookie-modal-footer {
        flex-direction: column;
    }
    
    .cookie-modal-footer .cookie-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cookie-message {
        font-size: 13px;
    }
    
    .cookie-btn {
        padding: 10px 14px;
        font-size: 12px;
    }
    
    .cookie-btn-settings svg {
        display: none;
    }
}

/* ============================================
   FOOTER CSS - Newsletter & Secure Section
   ============================================ */

/* Container */
.footer-newsletter-section .container,
.footer-secure-section .container,
.footer-main .container,
.footer-bottom .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* E-Bülten Bölümü - DESKTOP YATAY */
.footer-newsletter-section {
    background: linear-gradient(135deg, rgba(39, 119, 209, 0.2) 0%, rgba(90, 103, 216, 0.2) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.footer-newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(39, 119, 209, 0.25) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(90, 103, 216, 0.25) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.newsletter-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
}

.newsletter-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #2777D1 0%, #5A67D8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 24px rgba(39, 119, 209, 0.4);
}

.newsletter-text {
    flex: 1;
    min-width: 250px;
    text-align: left;
}

.newsletter-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 1.3;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.newsletter-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.newsletter-form {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

.newsletter-input-group {
    display: flex;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 4px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.newsletter-input-group:focus-within {
    border-color: rgba(39, 119, 209, 0.5);
    box-shadow: 0 0 0 4px rgba(39, 119, 209, 0.1);
    background: rgba(255, 255, 255, 0.2);
}

.newsletter-input {
    flex: 1;
    padding: 14px 18px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-btn {
    padding: 14px 24px;
    background: linear-gradient(135deg, #2777D1 0%, #5A67D8 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(39, 119, 209, 0.4);
    flex-shrink: 0;
}

.newsletter-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 119, 209, 0.5);
    background: linear-gradient(135deg, #1e5fa8 0%, #4c51bf 100%);
}

.newsletter-btn:active:not(:disabled) {
    transform: translateY(0);
}

.newsletter-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.newsletter-message {
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 8px;
    margin-top: 12px;
    display: none;
    text-align: center;
}

.newsletter-message.success {
    display: block;
    background: rgba(34, 197, 94, 0.2);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.newsletter-message.error {
    display: block;
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

/* Güvenli Alışveriş Bölümü - DESKTOP YATAY */
.footer-secure-section {
    background: linear-gradient(135deg, rgba(39, 119, 209, 0.2) 0%, rgba(90, 103, 216, 0.2) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 0;
    position: relative;
    overflow: visible;
    width: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    margin: 0;
    clear: both;
}

.footer-secure-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(39, 119, 209, 0.25) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(90, 103, 216, 0.25) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.secure-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.secure-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 300px;
    flex-direction: row;
}

.secure-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #2777D1 0%, #5A67D8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 24px rgba(39, 119, 209, 0.4);
}

.secure-text {
    flex: 1;
    text-align: left;
}

.secure-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 1.3;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.secure-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.payment-methods {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.payment-title {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 20px 0;
    text-align: center;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.payment-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.payment-card {
    width: 60px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.payment-card:hover {
    transform: translateY(-5px) scale(1.1);
}

.payment-card svg {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.payment-card:hover svg {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #2777D1 0%, #5A67D8 100%);
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(39, 119, 209, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 100001;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background: linear-gradient(135deg, #1e5fa8 0%, #4c51bf 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(39, 119, 209, 0.5);
    gap: 12px;
}

.scroll-to-top:active {
    transform: translateY(-1px);
}

.scroll-to-top-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.scroll-to-top-icon svg {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.scroll-to-top:hover .scroll-to-top-icon svg {
    transform: translateY(-2px);
}

.scroll-to-top-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Mobil Görünüm - SADECE küçük ekranlarda */
@media only screen and (max-width: 968px) {
    .newsletter-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }
    
    .newsletter-text {
        min-width: 100%;
        width: 100%;
        text-align: center;
    }
    
    .newsletter-form {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .newsletter-input-group {
        flex-direction: column;
        padding: 12px;
    }
    
    .newsletter-btn {
        width: 100%;
        justify-content: center;
    }
    
    .secure-wrapper {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .secure-content {
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    
    .secure-text {
        text-align: center;
        width: 100%;
    }
    
    .payment-methods {
        width: 100%;
        text-align: center;
    }
    
    .payment-title {
        text-align: center;
    }
    
    .payment-cards {
        justify-content: center;
        gap: 15px;
    }
    
    .payment-card {
        width: 55px;
        height: 35px;
    }
    
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        padding: 10px 16px;
        font-size: 13px;
        gap: 8px;
    }
    
    .scroll-to-top-icon {
        width: 18px;
        height: 18px;
    }
    
    .scroll-to-top-text {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .footer-newsletter-section {
        padding: 40px 0;
    }
    
    .newsletter-title {
        font-size: 20px;
    }
    
    .newsletter-desc {
        font-size: 14px;
    }
    
    .newsletter-icon {
        width: 56px;
        height: 56px;
    }
    
    .newsletter-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .footer-secure-section {
        padding: 40px 0;
    }
    
    .secure-title {
        font-size: 20px;
    }
    
    .secure-desc {
        font-size: 14px;
    }
    
    .secure-icon {
        width: 56px;
        height: 56px;
    }
    
    .secure-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .payment-title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    
    .payment-cards {
        gap: 12px;
    }
    
    .payment-card {
        width: 50px;
        height: 32px;
    }
    
    .scroll-to-top {
        padding: 10px 14px;
        font-size: 12px;
        gap: 6px;
    }
    
    .scroll-to-top-text {
        font-size: 12px;
    }
}

