/**
 * VIOZZO ELEMENTOR WIDGETS - FIXED VERSION
 * Icon fix + Search fix - v1.0.10
 */

/* CRITICAL FIX: Override Elementor's default SVG sizing */
i svg,
.fas svg,
.far svg,
.fab svg,
.fa svg,
.elementor-icon svg,
.e-font-icon-svg {
    width: 1em !important;
    height: 1em !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

/* Ensure Font Awesome icons have proper sizing */
i.fas,
i.far,
i.fab,
i.fa {
    display: inline-block;
    font-size: inherit;
    width: auto;
    height: auto;
}

/* CRITICAL FIX: Prevent images from being huge */
img {
    max-width: 100% !important;
    height: auto !important;
}

/* Override WordPress default huge image intrinsic size */
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto 300px 150px !important;
}

/* Ensure product images are properly sized */
.woocommerce img,
.woocommerce-page img {
    max-width: 100% !important;
    height: auto !important;
}

:root {
    /* MÜŞTERİ RENK PALETİ */
    --primary-color: #007bff;           /* Birincil Ana Renk - Butonlar, linkler, vurgular */
    --primary-blue: #007bff;            /* Primary Accent */
    --background: #F4F7FF;              /* Arka Plan - Sayfa genel background */
    --primary-text: #222222;            /* Birincil Yazı - Başlıklar, ana metinler */
    --secondary-text: #4A4A4A;          /* İkincil Yazı - Açıklamalar, alt başlıklar */
    --divider: #E0E6F5;                 /* Bölücü / Nötr UI - Kenar çizgileri, ayırıcılar */
    
    /* Legacy (eski uyumluluk için) */
    --white: #ffffff;
    --black: #000000;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-60: rgba(255, 255, 255, 0.6);
    --white-40: rgba(255, 255, 255, 0.4);
    --white-10: rgba(255, 255, 255, 0.1);
}

/* HERO SECTION - FULL WIDTH, NO MARGIN, PROPER POSITIONING - TAM BİTİŞİK */
.hero-section {
    background: var(--background);  /* #F4F7FF - Müşteri background renği */
    color: var(--primary-text);     /* #222222 - Birincil yazı rengi */
    padding: 0 !important;
    margin: 0 !important;
    position: relative;  /* NOT fixed! */
    overflow: visible !important;
    min-height: auto;
    height: auto;  /* Fixed height to prevent shifts */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 0 !important;  /* Body'de padding var */
    margin-top: 0 !important;
    z-index: 10 !important;
    transform: translateZ(0);  /* Hardware acceleration */
    will-change: auto;  /* Prevent constant repaint */
}

/* Elementor container override - remove all padding/margin */
.elementor-widget-viozzo-hero-slider {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.elementor-widget-viozzo-hero-slider .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

/* Body - Scroll Stability + Background Color */
body {
    margin: 0 !important;
    padding-top: 0 !important;  /* No padding needed - header not fixed */
    overflow-y: auto !important;  /* Auto scroll - sadece gerektiğinde göster */
    overflow-x: hidden !important;
    background-color: #F4F7FF !important;  /* Theme background color */
}

html {
    overflow-y: auto !important;  /* Auto scroll - sadece gerektiğinde göster */
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;  /* Smooth scroll */
    background-color: #F4F7FF !important;  /* Theme background color */
}

/* WordPress site title gizle (Viozzo yazısı) */
.site-title,
.site-description,
h1.site-title,
.entry-title {
    display: none !important;
}

/* HEADER WIDGET - NO SPACING - TAM BİTİŞİK */
.elementor-widget-viozzo-header {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-viozzo-header .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-viozzo-header .modern-header {
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Header section - no padding/margin */
.elementor-section:has(.elementor-widget-viozzo-header),
.elementor-column:has(.elementor-widget-viozzo-header),
.elementor-widget-viozzo-header {
    margin: 0 !important;
    padding: 0 !important;
}

/* Header'ın bulunduğu container */
.elementor-widget-viozzo-header .elementor-widget-container > * {
    margin: 0 !important;
}

/* Header ve hero slider arasında boşluk yok */
.elementor-widget-viozzo-header + .elementor-widget-viozzo-hero-slider {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Viozzo hero section - Header altında görünsün */
.viozzo-hero-section {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    padding-top: 110px !important;  /* Header yüksekliği + ekstra boşluk */
}

/* WordPress Admin Bar ile uyumluluk */
.admin-bar .viozzo-hero-section {
    padding-top: 142px !important;  /* 110px + 32px admin bar */
}

@media screen and (max-width: 782px) {
    .admin-bar .viozzo-hero-section {
        padding-top: 156px !important;  /* 110px + 46px mobile admin bar */
    }
}

/* ============================================================================
   GLOBAL WIDGET SPACING - TÜM WIDGETLER ARASI BOŞLUK YOK
   ============================================================================ */

/* Tüm Elementor section'lar - Default olarak boşluk yok */
.elementor-section,
.elementor-top-section,
.elementor-inner-section {
    margin: 0 !important;
    padding: 0 !important;
}

/* Tüm Viozzo widget'ları - Default margin/padding yok */
.elementor-widget-viozzo-hero-slider,
.elementor-widget-viozzo-header,
.elementor-widget-viozzo-country-plans,
.elementor-widget-viozzo-travel-features,
.elementor-widget-viozzo-how-it-works,
.elementor-widget-viozzo-about-stats,
.elementor-widget-viozzo-about-story,
.elementor-widget-viozzo-about-values,
.elementor-widget-viozzo-about-team {
    margin: 0 !important;
}

.elementor-widget-viozzo-hero-slider .elementor-widget-container,
.elementor-widget-viozzo-header .elementor-widget-container,
.elementor-widget-viozzo-country-plans .elementor-widget-container,
.elementor-widget-viozzo-travel-features .elementor-widget-container,
.elementor-widget-viozzo-how-it-works .elementor-widget-container,
.elementor-widget-viozzo-about-stats .elementor-widget-container,
.elementor-widget-viozzo-about-story .elementor-widget-container,
.elementor-widget-viozzo-about-values .elementor-widget-container,
.elementor-widget-viozzo-about-team .elementor-widget-container {
    margin: 0 !important;
}

/* Hero slider içeren section - üstte boşluk yok */
.elementor-section:has(.elementor-widget-viozzo-hero-slider) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Elementor column gap'leri kaldır - AGRESİF */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

/* Elementor inner section gap'leri */
.elementor-inner-section {
    margin: 0 !important;
}

/* Widget spacing override - AGRESİF */
.elementor-widget {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* Elementor section padding override */
.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section > .elementor-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Viozzo widget'ları için özel override */
.elementor-widget-viozzo-hero-slider .elementor-element-populated,
.elementor-widget-viozzo-country-plans .elementor-element-populated {
    padding: 0 !important;
}

/* Admin bar için padding */
body.admin-bar .modern-header {
    top: 32px !important;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0, 123, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0px;  /* Manuel ayarlandı - üst 20px, yanlar 20px, alt 0px */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    overflow: visible !important;
}

.hero-text {
    color: white;
    animation: slideInLeft 1s ease-out;
    text-align: left;
    overflow: visible !important;
    position: relative;
    z-index: 100;
}

/* BADGE - VIOZZO GLOBAL NETWORK - NEON EFEKTSIZ */
.hero-badge {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.15) 0%, rgba(77, 166, 255, 0.1) 100%);
    border: 2px solid rgba(0, 123, 255, 0.4);
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: var(--primary-blue) !important;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 8px 25px rgba(0, 123, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    visibility: visible !important;
}

.hero-badge i {
    font-size: 14px !important;
    color: var(--primary-blue) !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}

.hero-badge span {
    color: var(--primary-blue) !important;
}

/* TITLE - Connect Anywhere */
.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.0;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
    color: var(--primary-text);  /* #222222 - default */
    letter-spacing: -0.02em;
}

/* Title gradient için (Elementor kontrolünden) */
.hero-title.has-gradient {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #4da6ff 50%, var(--primary-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes glow {
    from {
        text-shadow: 0 0 20px rgba(0, 123, 255, 0.5);
    }
    to {
        text-shadow: 0 0 30px rgba(0, 123, 255, 0.8);
    }
}

/* BRAND HIGHLIGHT - Viozzo word */
.brand-highlight {
    color: var(--primary-blue);  /* #007bff - default */
    position: relative;
    display: inline-block;
    font-weight: 900;
    letter-spacing: 2px;
}

/* Brand gradient için (Elementor kontrolünden) */
.brand-highlight.has-gradient {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #4da6ff 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-highlight::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, transparent, rgba(0, 123, 255, 0.2), transparent);
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    animation: brandGlow 4s ease-in-out infinite;
}

@keyframes brandPulse {
    0%, 100% {
        transform: scale(1.1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.15);
        filter: brightness(1.2);
    }
}

@keyframes brandGlow {
    0%, 100% {
        opacity: 0;
        transform: rotate(0deg);
    }
    50% {
        opacity: 0.6;
        transform: rotate(180deg);
    }
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    color: var(--secondary-text);  /* #4A4A4A - İkincil yazı rengi */
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.4;
    font-weight: 400;
    text-shadow: none;
}

/* SEARCH COUNTRIES - EXACT LIVE SITE CSS + !important for Elementor override */
.hero-country-search {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    animation: slideInUp 1s ease-out 0.8s both;
    overflow: visible;
}

.hero-search-container {
    position: relative !important;
    width: 100% !important;
    max-width: 450px !important;
    overflow: visible !important;
}

.hero-search-input-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.hero-search-input {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.9) !important;  /* Beyaz arkaplan */
    backdrop-filter: blur(20px) !important;
    border: 2px solid var(--primary-blue) !important;  /* #007bff - Primary accent */
    border-radius: 25px !important;
    padding: 20px 30px 20px 60px !important;
    color: var(--primary-text) !important;  /* #222222 - Birincil yazı */
    font-size: 18px !important;
    font-weight: 600 !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2), 0 0 0 1px var(--divider) !important;  /* Divider rengi */
    line-height: 1.5 !important;
    -webkit-text-fill-color: var(--primary-text) !important;  /* #222222 force */
}

.hero-search-input::placeholder {
    color: var(--secondary-text) !important;  /* #4A4A4A - İkincil yazı */
    font-weight: 400 !important;
    opacity: 0.8 !important;
}

/* Tüm browser'lar için placeholder */
.hero-search-input::-webkit-input-placeholder {
    color: var(--secondary-text) !important;
    opacity: 0.8 !important;
}

.hero-search-input::-moz-placeholder {
    color: var(--secondary-text) !important;
    opacity: 0.8 !important;
}

.hero-search-input:-ms-input-placeholder {
    color: var(--secondary-text) !important;
    opacity: 0.8 !important;
}

.hero-search-input:-moz-placeholder {
    color: var(--secondary-text) !important;
    opacity: 0.8 !important;
}

.hero-search-input:focus {
    background: rgba(0, 123, 255, 0.15) !important;
    border-color: var(--primary-blue) !important;
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4), 0 0 0 3px rgba(0, 123, 255, 0.2) !important;
    transform: translateY(-3px) scale(1.02) !important;
}

.hero-search-input:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(0, 123, 255, 0.8) !important;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3), 0 0 0 2px rgba(0, 123, 255, 0.15) !important;
    transform: translateY(-1px) !important;
}

.search-icon {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: var(--primary-blue) !important;
    font-size: 20px !important;
    z-index: 2 !important;
    animation: globeRotate 4s linear infinite !important;
    display: block !important;
    pointer-events: none !important;
}

.search-icon-right {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: var(--primary-blue) !important;  /* Mavi icon */
    font-size: 16px !important;
    z-index: 2 !important;
    display: block !important;
    pointer-events: none !important;
    transition: color 0.3s ease !important;
}

.hero-search-input:focus + .search-icon-right {
    color: var(--primary-blue) !important;
}

.hero-search-results {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    border: 2px solid var(--primary-blue) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 123, 255, 0.2), 0 0 0 1px rgba(224, 230, 245, 0.5) !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    z-index: 99999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    min-width: 100% !important;
}

.hero-search-results.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.search-result-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 20px !important;
    color: var(--primary-text) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    border-bottom: 1px solid var(--divider) !important;
    background: transparent !important;
    text-decoration: none !important;
}

.search-result-item:last-child {
    border-bottom: none !important;
}

.search-result-item:hover {
    background: rgba(0, 123, 255, 0.1) !important;
    padding-left: 24px !important;
    color: var(--primary-blue) !important;
}

.search-result-item .fi {
    width: 32px !important;
    height: 32px !important;
    display: inline-block !important;
    background-size: cover !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.search-result-item .country-name {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: inherit !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.search-result-item.loading {
    justify-content: center !important;
    color: var(--secondary-text) !important;
    font-style: italic !important;
    padding: 20px !important;
}

.search-result-item.error {
    justify-content: center !important;
    color: #dc3545 !important;
    padding: 20px !important;
}

/* Responsive - mobile only */
@media (max-width: 768px) {
    .hero-search-container {
        max-width: 380px !important;
    }
}

/* PHONE MOCKUP */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: phoneFloat 6s ease-in-out infinite;
}

/* Hide phone on mobile if enabled */
@media (max-width: 768px) {
    .hero-visual.hide-mobile-phone {
        display: none !important;
    }
    
    .hero-content {
        grid-template-columns: 1fr !important;
    }
}

.phone-mockup {
    width: 280px;
    height: 560px;
    background: linear-gradient(135deg, var(--very-dark) 0%, var(--dark-charcoal) 100%);
    border-radius: 40px;
    padding: 15px;
    box-shadow: 
        0 0 80px rgba(0, 123, 255, 0.4),
        inset 0 0 80px rgba(255, 255, 255, 0.03),
        0 20px 60px rgba(0, 0, 0, 0.5);
    position: relative;
}

.phone-mockup::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 25px;
    background: #000;
    border-radius: 0 0 20px 20px;
    z-index: 10;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    border-radius: 30px;
    overflow: hidden;
}

.hero-phone-interface {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* STATUS BAR */
.status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: var(--primary-blue);
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 123, 255, 0.2);
}

.status-bar .carrier {
    color: var(--primary-blue);
    text-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
    font-weight: 700;
    font-size: 12px;
}

.status-bar .signal {
    display: flex;
    gap: 3px;
    align-items: flex-end;
}

.status-bar .signal i {
    font-size: 18px;
    color: var(--primary-blue);
    display: inline-block;
}

.hero-qr-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-qr-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.qr-container-hero {
    position: relative;
    width: 160px;
    height: 160px;
}

.qr-code-hero {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    padding: 12px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.qr-corner-hero {
    position: absolute;
    width: 28px;
    height: 28px;
}

.qr-corner-hero.top-left {
    top: 10px;
    left: 10px;
}

.qr-corner-hero.top-right {
    top: 10px;
    right: 10px;
}

.qr-corner-hero.bottom-left {
    bottom: 10px;
    left: 10px;
}

.corner-outer-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #1a365d;
    border-radius: 3px;
}

.corner-inner-hero {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #1a365d;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.qr-data-grid-hero {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 3px;
    width: 72px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.qr-module-hero {
    background: transparent;
    border-radius: 1px;
    animation: qrModuleFlickerHero 4.5s ease-in-out infinite;
}

.qr-module-hero.active {
    background: #000;
    animation: qrModuleActiveHero 4.5s ease-in-out infinite;
}

.qr-scan-line-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--primary-blue) 50%, transparent 100%);
    animation: qrScanLineHero 2.5s linear infinite;
}

.qr-scan-overlay-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 123, 255, 0.15) 50%, transparent 75%);
    animation: qrScanOverlayHero 3.5s linear infinite;
    pointer-events: none;
    border-radius: 15px;
}

.qr-glow-effect-hero {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.4) 0%, transparent 70%);
    border-radius: 25px;
    animation: qrGlowHero 3.5s ease-in-out infinite;
    pointer-events: none;
}

.scan-instruction-hero {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.scan-icon-hero {
    font-size: 20px;
}

.scan-text-hero {
    color: var(--primary-blue);
    font-weight: 700;
}

.scan-pulse-hero {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid var(--primary-blue);
    border-radius: 30px;
    opacity: 0;
}

/* ANIMATIONS */
@keyframes phoneFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes globeRotate {
    from { 
        transform: translateY(-50%) rotate(0deg); 
    }
    to { 
        transform: translateY(-50%) rotate(360deg); 
    }
}

@keyframes brandPulse {
    0%, 100% {
        filter: brightness(1);
        text-shadow: 0 0 20px rgba(0, 123, 255, 0.5);
    }
    50% {
        filter: brightness(1.2);
        text-shadow: 0 0 30px rgba(0, 123, 255, 0.8);
    }
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    }
}

@keyframes iconRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes signalPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes qrCornerPulseHero {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.8; }
}

@keyframes cornerOuterPulseHero {
    0%, 100% { border-color: #000; transform: scale(1); opacity: 1; }
    50% { border-color: var(--primary-blue); transform: scale(1.1); opacity: 0.7; }
}

@keyframes cornerInnerPulseHero {
    0%, 100% { background: #000; transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { background: var(--primary-blue); transform: translate(-50%, -50%) scale(1.3); opacity: 0.6; }
}

@keyframes qrModuleFlickerHero {
    0%, 100% { opacity: 0.4; transform: scale(0.85); }
    50% { opacity: 0.7; transform: scale(1); }
}

@keyframes qrModuleActiveHero {
    0%, 100% { opacity: 1; background: #000; transform: scale(1); }
    25% { opacity: 0.7; background: #333; transform: scale(0.9); }
    50% { opacity: 0.5; background: var(--primary-blue); transform: scale(1.1); }
    75% { opacity: 0.8; background: #000; transform: scale(1); }
}

@keyframes qrScanLineHero {
    0% { transform: translateY(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(160px); opacity: 0; }
}

@keyframes qrScanOverlayHero {
    0% { transform: translateX(-100%); opacity: 0; }
    50% { opacity: 0.9; }
    100% { transform: translateX(100%); opacity: 0; }
}

@keyframes qrGlowHero {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.08); }
}

@keyframes scanIconBounceHero {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes scanPulseHero {
    0% { opacity: 0; transform: scale(0.7); }
    50% { opacity: 0.8; transform: scale(1.1); }
    100% { opacity: 0; transform: scale(1.4); }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hero-visual { 
        order: -1; 
    }
    
    .hero-text { 
        text-align: center; 
    }
    
    .hero-country-search { 
        justify-content: center; 
    }
    
    .phone-mockup { 
        width: 240px; 
        height: 480px; 
    }
    
    .hero-search-container {
        max-width: 380px;
    }
}

@media (max-width: 768px) {
    .hero-title { 
        font-size: 1.6rem !important;  /* 2rem'den küçültüldü */
        line-height: 1.2 !important;  /* Biraz daha rahat okuma için */
    }
    
    .hero-subtitle { 
        font-size: 0.95rem;  /* Biraz küçültüldü */
        line-height: 1.5;
    }
    
    /* Hide badge on mobile */
    .hero-badge {
        display: none !important;
    }
    
    .phone-mockup { 
        width: 200px; 
        height: 400px; 
    }
    
    .qr-container-hero { 
        width: 120px; 
        height: 120px; 
    }
    
    .hero-search-container {
        max-width: 320px;
    }
    
    .hero-search-input {
        font-size: 16px;
        padding: 18px 25px 18px 55px;
    }
    
    .search-icon {
        left: 18px;
        font-size: 18px;
    }
}

/* ============================================================================
   VIOZZO HEADER WIDGET - FROM MAIN SITE
   ============================================================================ */

/* Modern Header Design - Optimized */
.modern-header {
    position: relative;
    z-index: 1000;
    background: #F4F7FF;
    border-bottom: 1px solid rgba(224, 230, 245, 0.6);
    height: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* GPU acceleration for smooth scrolling */
    will-change: transform, background-color, box-shadow;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/* Sticky Header - appears on scroll */
.modern-header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    /* Smooth transition instead of animation - prevents jank on scroll */
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.25s ease,
                box-shadow 0.25s ease;
}

/* Initial slide-in animation only - use class added once via JS */
.modern-header.sticky-header.slide-in {
    animation: slideDown 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Admin bar adjustment */
body.admin-bar .modern-header.sticky-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .modern-header.sticky-header {
        top: 46px;
    }
}

/* Scrolled state */
.modern-header.scrolled {
    /* Legacy class - use sticky-header instead */
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    text-decoration: none;
    flex-shrink: 0;
}

.logo-text h1 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    background: linear-gradient(135deg, var(--primary-text) 0%, var(--primary-blue) 100%);  /* Koyu gri → Mavi */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
}

/* Logo Text Brand - Viozzo */
.logo-text-brand {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.modern-header.scrolled .logo-text-brand {
    font-size: 22px;
}

/* Footer Logo Container */
.footer-item__logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

/* Footer Logo Text Brand - Viozzo */
.footer-logo-text-brand {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
    letter-spacing: -0.5px;
    position: relative;
    left: -2px;
    top: -2px;
}

/* Logo Image - Smaller for compact header */
.logo-image {
    height: 40px;
    max-height: 40px;
    width: auto;
    max-width: 140px;
    display: block;
    object-fit: contain;
    transition: all 0.3s ease;
}

.modern-header.scrolled .logo-image {
    height: 36px;
    max-height: 36px;
}


/* Desktop Navigation */
.main-nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    margin: 0 40px;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.nav-menu li {
    flex-shrink: 0;
}

.nav-menu a {
    color: var(--primary-text);  /* #222222 - Birincil yazı */
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;  /* Slightly smaller for compact look */
    padding: 6px 14px;  /* Reduced padding */
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: var(--primary-blue);  /* #007bff - Primary accent */
    background: rgba(0, 123, 255, 0.05);  /* Hafif mavi arkaplan */
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* GTranslate in Mobile Menu */
.mobile-gtranslate {
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 10px;
}

.mobile-gtranslate .gt_selector,
.mobile-gtranslate select,
.mobile-gtranslate .gtranslate_wrapper select {
    width: 100% !important;
    padding: 12px 15px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 123, 255, 0.3) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1) !important;
    transition: all 0.3s ease;
}

.mobile-gtranslate .gt_selector:hover,
.mobile-gtranslate select:hover {
    border-color: #007bff !important;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2) !important;
}

.mobile-gtranslate .gt_selector option,
.mobile-gtranslate select option {
    color: #333333 !important;
    background: #ffffff !important;
    padding: 10px !important;
}

.mobile-gtranslate a,
.mobile-gtranslate .glink {
    color: #333333 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.mobile-gtranslate img {
    width: 24px !important;
    height: 16px !important;
    border-radius: 3px;
    margin-right: 8px;
    vertical-align: middle;
}

/* GTranslate floating widget override */
.gtranslate_wrapper {
    font-family: inherit !important;
}

.gtranslate_wrapper a {
    color: #333333 !important;
}

/* Cart Button - Prominent */
.cart-btn {
    position: relative;
    width: 45px;  /* Biraz daha büyük */
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 123, 255, 0.1);  /* Hafif mavi background */
    border: 2px solid var(--primary-blue);  /* #007bff - Primary accent */
    border-radius: 10px;
    color: var(--primary-blue);  /* #007bff - Mavi icon */
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cart-btn:hover {
    background: var(--primary-blue);  /* #007bff */
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.cart-btn i {
    font-size: 18px;
    color: var(--primary-blue);  /* #007bff - Mavi icon */
}

/* Hover'da icon MAVİ KALSIN - değişmesin */
.cart-btn:hover i {
    color: var(--primary-blue);  /* Mavi kalır */
}

.cart-count {
    position: absolute;
    top: -8px;  /* Biraz daha yukarı */
    right: -8px;  /* Biraz daha sağa */
    background: var(--primary-blue);  /* #007bff - Mavi badge */
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 12px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    z-index: 10;  /* Önde görünsün */
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);  /* Mavi gölge */
}

.icon-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--divider);  /* #E0E6F5 - Bölücü */
    border-radius: 10px;
    color: var(--primary-text);  /* #222222 - Birincil yazı */
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.icon-btn:hover {
    background: rgba(0, 123, 255, 0.05);
    border-color: var(--primary-blue);  /* #007bff */
    color: var(--primary-blue);
    transform: translateY(-2px);
}

.cart-count {
    position: absolute;
    top: -8px;  /* Biraz daha yukarı */
    right: -8px;  /* Biraz daha sağa */
    background: var(--primary-blue);  /* #007bff - Mavi badge */
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 12px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    z-index: 10;  /* Önde görünsün */
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);  /* Mavi gölge */
}

/* User Menu */
.user-menu {
    position: relative;
}

.login-btn {
    background: linear-gradient(135deg, #007bff 0%, #4da6ff 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
}

.user-menu:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 14px;
}

.user-dropdown-item:hover {
    background: rgba(0, 123, 255, 0.2);
    color: #007bff;
}

.user-dropdown-item.logout {
    color: #ff4444;
}

.user-dropdown-item.logout:hover {
    background: rgba(255, 68, 68, 0.1);
}

/* ============================================
   MOBILE MENU - SIMPLE WORKING VERSION
   ============================================ */

/* Mobile Toggle Button - CLEAN BLUE DESIGN */
.mobile-toggle {
    display: none;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    z-index: 99999;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: none;
}

.mobile-toggle i {
    font-size: 24px;
    color: #007bff;
    transition: all 0.3s ease;
}

.mobile-toggle:hover {
    background: transparent !important;
    border: none !important;
    transform: scale(1.1);
}

.mobile-toggle:hover i {
    color: #007bff;
}

.mobile-toggle:active {
    transform: scale(0.95);
}

.mobile-toggle.active {
    background: transparent !important;
    border: none !important;
}

.mobile-toggle.active i {
    color: #007bff;
}

.mobile-toggle.active i::before {
    content: '\f00d';
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.mobile-menu-overlay.active {
    display: block;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: white;
    z-index: 99999;
    transition: right 0.3s ease;
    overflow-y: auto;
    border: none;
    box-shadow: none;
}

.mobile-menu.active {
    right: 0;
}

/* Mobile Menu Header - MODERN REDESIGN */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-bottom: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    min-height: 50px;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.mobile-logo-image {
    height: 32px;
    max-height: 32px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.mobile-logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
}


/* Mobile Navigation */
.mobile-nav {
    padding: 0;
}

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

.mobile-nav-menu li,
.mobile-nav-item {
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
}

.mobile-nav-menu a,
.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.mobile-nav-menu a:hover,
.mobile-nav-link:hover,
.mobile-nav-menu .current-menu-item > a {
    background: #f8f9fa;
    color: #007bff;
}

.mobile-nav-link i,
.mobile-nav-menu a i {
    font-size: 20px;
    width: 28px;
    text-align: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    color: #007bff;
}

.mobile-nav-link span,
.mobile-nav-menu a span {
    flex: 1;
}

.mobile-nav-link:hover i,
.mobile-nav-link.active i,
.mobile-nav-menu a:hover i,
.mobile-nav-menu .current-menu-item > a i {
    transform: scale(1.2);
    color: var(--primary-color);
}

/* Mobile Auth Actions - Geliştirilmiş */
.mobile-auth-actions {
    padding: 15px;
    border-top: 2px solid rgba(0, 123, 255, 0.1);
    margin-top: auto;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 123, 255, 0.03) 100%);
}

.mobile-user-panel {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, var(--background) 100%);
    border: 2px solid rgba(0, 123, 255, 0.2);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.1);
}

.mobile-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.mobile-user-avatar {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.mobile-user-details {
    flex: 1;
}

.mobile-username {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-text);
    margin-bottom: 2px;
}

.mobile-user-email {
    font-size: 12px;
    color: var(--secondary-text);
}

.mobile-account-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.mobile-account-btn,
.mobile-orders-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--divider);
    border-radius: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-account-btn:hover,
.mobile-orders-btn:hover {
    background: var(--background);
    border-color: var(--primary-color);
}

.mobile-logout-btn,
.mobile-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    border: none;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.3);
    cursor: pointer;
}

.mobile-logout-btn:hover,
.mobile-login-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 123, 255, 0.4);
}

.mobile-logout-btn {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
}

.mobile-logout-btn:hover {
    box-shadow: 0 8px 24px rgba(0, 123, 255, 0.4);
}

/* Mobile Customer Panel Icon - Header'da görünsün, mobil menü içinde gizli */
.mobile-customer-panel {
    display: none;  /* Desktop'ta gizli */
    color: var(--primary-blue) !important;
}

.mobile-customer-panel i {
    color: var(--primary-blue) !important;
}

.mobile-customer-panel:hover {
    color: var(--primary-blue) !important;
}

.mobile-customer-panel:hover i {
    color: var(--primary-blue) !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }

    .header-container {
        justify-content: space-between;  /* Logo sol, actions sağ */
    }

    .mobile-toggle {
        display: flex;
        order: 3;  /* En sona */
    }

    .cart-btn {
        order: 1;  /* İlk sıraya */
    }

    .mobile-customer-panel {
        display: flex !important;  /* Mobilde header'da GÖSTER */
        order: 2;  /* Sepet ile hamburger arası */
        position: relative;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        background: transparent !important;
        border: none !important;
        border-radius: 0;
        color: #333 !important;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .mobile-customer-panel i {
        font-size: 24px;
        color: #007bff !important;
        transition: all 0.3s ease;
    }

    .mobile-customer-panel:hover {
        background: transparent !important;
        transform: scale(1.1);
    }

    .mobile-customer-panel:hover i {
        color: #007bff !important;
    }

    .header-actions {
        gap: 2px;  /* Mobilde minimum gap - ikonlar menüye bitişik */
        margin-left: auto;  /* Sağa yapıştır */
    }

    .header-actions > *:not(:last-child) {
        margin-right: 0px !important;  /* Elementor override - ikonlar arası boşluk kaldır */
    }

    .theme-switcher-container {
        display: none;
    }

    .user-menu .login-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .logo-text h1 {
        font-size: 20px;  /* Smaller on mobile */
    }

    .logo-text-brand {
        font-size: 18px;
    }

    .footer-logo-text-brand {
        font-size: 18px;
    }

    .logo-image {
        height: 32px;
        max-height: 32px;
        max-width: 110px;
    }

    .header-container {
        padding: 0 15px;
    }

    .modern-header {
        height: 56px;  /* Compact mobile header */
    }

    .modern-header.scrolled {
        height: 52px;  /* Even more compact when scrolled */
    }

    .cart-btn {
        width: 38px;
        height: 38px;
    }

    .icon-btn {
        width: 36px;
        height: 36px;
    }
}

/* ============================================================================
   VIOZZO COUNTRY PLANS WIDGET (Revolutionary eSIM Features)
   ============================================================================ */

/* Country Plans Section - TAM GENİŞLİK AÇIK TASARIM - TAM BİTİŞİK */
.country-plans-section {
    padding: 0 0 80px;  /* Üst padding tamamen kaldırıldı - tam bitişik */
    background: linear-gradient(180deg,
        #F4F7FF 0%,      /* Tema background - açık mavi/beyaz */
        #FFFFFF 15%,     /* Beyaz */
        #F8FAFF 30%,     /* Çok açık mavi */
        #FFFFFF 50%,     /* Beyaz */
        #F4F7FF 70%,     /* Tema background */
        #E8EFFF 85%,     /* Hafif mavi ton */
        #F4F7FF 100%);   /* Tema background */
    position: relative;
    color: var(--primary-text);  /* #222222 - Koyu yazı */
    min-height: auto;
    width: 100%;
    margin: 0 !important;
}

/* Country plans içerik container - maksimum genişlik ve ortalama */
.country-plans-section .plans-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Elementor container override - TAM GENİŞLİK */
.elementor-widget-viozzo-country-plans {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.elementor-widget-viozzo-country-plans .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.country-plans-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
    z-index: 0;
}

.country-plans-section .section-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.country-plans-section .section-particle {
    position: absolute;
    width: 1px;
    height: 1px;
    background: var(--primary-blue);
    border-radius: 50%;
    animation: sectionFloat 8s infinite linear;
    opacity: 0.4;
}

@keyframes sectionFloat {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 0.4;
    }
    90% {
        opacity: 0.4;
    }
    100% {
        transform: translateY(-100px) translateX(50px);
        opacity: 0;
    }
}

.country-plans-section > * {
    position: relative;
    z-index: 2;
}

/* Section Header - TAM GENİŞLİK - BİTİŞİK */
.country-plans-section .section-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 60px 60px 0;  /* Üstten başlasın */
    width: 100%;
}

.country-plans-section .section-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary-text) 0%, var(--primary-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.country-plans-section .section-subtitle {
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    color: var(--secondary-text);  /* #4A4A4A - İkincil yazı */
    max-width: 900px;
    margin: 0 auto 10px;
    line-height: 1.7;
    font-weight: 400;
}

/* Filter Row - Tab System - AÇIK TEMA - TAM GENİŞLİK - YATAY KAYDIRMA */
.filter-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;  /* Tek satır - alt satıra inme yok */
    justify-content: center;  /* İçeriği ortala */
    margin: 42px 0;  /* Üstten boşluk */
    width: 100%;  /* Tam genişlik */
    padding: 0 60px 12px;  /* Scrollbar için alt boşluk artırıldı 8px -> 12px */
    overflow-x: auto;  /* Yatay kaydırma aktif */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;  /* iOS için smooth kaydırma */
    scrollbar-width: none;  /* Firefox için scrollbar gizle */
    -ms-overflow-style: none;  /* IE ve Edge için scrollbar gizle */
}

/* Webkit (Chrome, Safari) scrollbar gizle */
.filter-row::-webkit-scrollbar {
    display: none;  /* Scrollbar'ı tamamen gizle */
}

/* Firefox için de scrollbar'ı gizle */
.filter-row {
    scrollbar-width: none;  /* Firefox için scrollbar gizle */
}

.filter-chip {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--divider);  /* #E0E6F5 - Açık kenarlık */
    border-radius: 30px;
    padding: 13px 24px;  /* Üst-alt padding artırıldı - 12px -> 13px */
    color: var(--secondary-text);  /* #4A4A4A */
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
    user-select: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;  /* Chip'lerin sıkışmaması için - tek satırda kalır */
    white-space: nowrap;  /* Yazılar alt satıra inmesin */
    min-height: 42px;  /* Minimum yükseklik - içerik sığsın */
}

.filter-chip:hover {
    background: rgba(0, 123, 255, 0.05);
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    /* transform kaldırıldı - taşma sorunu çözüldü */
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

.filter-chip.active {
    background: #0056b3 !important;
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(0, 86, 179, 0.35);
    /* WCAG AA uyumlu: #0056b3 vs #ffffff = 7.04:1 kontrast oranı (gerekli: 4.5:1) */
}

/* Accessibility: Ensure text contrast for filter chips - WCAG AA compliant */
.filter-chip.active,
.filter-chip.active span,
.filter-chip.active * {
    color: #ffffff !important;
}

.filter-chip i {
    font-size: 12px;
}

/* Countries Grid */
.countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 2rem auto;
    max-width: 1200px;
    padding: 0 20px;
}

/* Country Tab Cards */
.country-tab {
    background: rgba(173, 216, 255, 0.08) !important;
    backdrop-filter: blur(15px) !important;
    border: 2px solid rgba(173, 216, 255, 0.2) !important;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: visible;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.country-tab::before {
    display: none !important;
    content: none !important;
}

.country-tab:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(173, 216, 255, 0.5);
    background: rgba(173, 216, 255, 0.15) !important;
}

.country-tab.active {
    background: rgba(173, 216, 255, 0.22) !important;
    box-shadow: 0 4px 15px rgba(173, 216, 255, 0.6);
}

.country-name {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 8px 0 5px;
}

.country-price {
    font-size: 1rem;
    color: #E6F3FF;
    font-weight: 600;
}

/* Plans Grid - 3x3 Layout - TAM GENİŞLİK */
.country-plans-section .plans-grid {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 60px;  /* Kenarlarda biraz boşluk */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

/* Plan Cards - AÇIK MODERN TASARIM */
.country-plans-section .plan-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid var(--divider);  /* #E0E6F5 */
    border-radius: 20px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    justify-content: flex-start;
    height: 100%;
    min-height: 85px;
    position: relative;
    overflow: hidden;
}

.country-plans-section .plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.05), transparent);
    transition: left 0.5s ease;
}

.country-plans-section .plan-card:hover::before {
    left: 100%;
}

.country-plans-section .plan-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary-blue);
    box-shadow: 0 12px 32px rgba(0, 123, 255, 0.2);
    background: rgba(255, 255, 255, 1);
}

/* Plan Flag - MAVİMSİ ÇERÇEVE İLE TAMAMEN DAİRESEL */
.country-plans-section .plan-flag {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.08) 0%, rgba(0, 123, 255, 0.12) 100%);
    border-radius: 50%;  /* Tam yuvarlak */
    border: 2px solid rgba(0, 123, 255, 0.2);  /* Mavimsi çerçeve */
    flex-shrink: 0;
    overflow: hidden;  /* İçerik dışarı taşmasın */
    font-size: 42px;  /* Emoji bayrakları büyüt - yuvarlağı doldursun */
    line-height: 1;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);  /* Hafif mavi gölge */
}

.country-plans-section .plan-card:hover .plan-flag {
    border-color: var(--primary-blue);  /* Hover'da daha belirgin mavi */
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.25);
    transform: scale(1.08);
}

/* Flag icon için - eğer fi class'ı varsa */
.country-plans-section .plan-flag .fi {
    width: 56px !important;  /* Çerçeve ile aynı boyut - tam dolduracak */
    height: 56px !important;  /* Çerçeve ile aynı boyut - tam dolduracak */
    border-radius: 50% !important;  /* Tam yuvarlak */
    background-size: cover !important;
    background-position: center center !important;
    display: block !important;
}

/* Plan Info */
.plan-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.country-plans-section .plan-label {
    color: var(--secondary-text);  /* #4A4A4A */
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 4px 0;
    line-height: 1;
    font-weight: 600;
    opacity: 0.7;
}

.country-plans-section .plan-country {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-text);  /* #222222 */
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.country-plans-section .plan-price {
    color: var(--primary-blue);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 4px 0 0 0;
}

.country-plans-section .currency {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Plan Arrow */
.plan-arrow {
    flex-shrink: 0;
    margin-left: auto;
}

.country-plans-section .plan-arrow i {
    color: var(--secondary-text);  /* #4A4A4A */
    transition: all 0.3s ease;
    font-size: 22px;
    opacity: 0.5;
}

.country-plans-section .plan-card:hover .plan-arrow i {
    color: var(--primary-blue);
    transform: translateX(8px);
    opacity: 1;
}

/* All Countries Button - MODERN AÇIK TASARIM - TAM GENİŞLİK */
.country-plans-section .all-countries-section {
    text-align: center;
    margin-top: 60px;
    padding: 0 60px;
    width: 100%;
}

.country-plans-section .all-countries-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #4da6ff 100%);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 123, 255, 0.35);
    position: relative;
    overflow: hidden;
}

.country-plans-section .all-countries-btn::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;
}

.country-plans-section .all-countries-btn:hover::before {
    left: 100%;
}

.country-plans-section .all-countries-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 123, 255, 0.45);
}

.country-plans-section .all-countries-btn i {
    transition: transform 0.3s ease;
    font-size: 18px;
}

.country-plans-section .all-countries-btn:hover i {
    transform: translateX(6px);
}

/* Responsive - TAM GENİŞLİK */
@media (max-width: 1200px) {
    .country-plans-section .plans-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 40px;
    }

    .country-plans-section .section-header,
    .country-plans-section .all-countries-section {
        padding: 0 40px;
    }

    .country-plans-section .filter-row {
        padding: 0 40px;  /* Tablet için padding */
    }
}

@media (max-width: 768px) {
    .country-plans-section {
        padding: 40px 0;
    }

    .country-plans-section .section-title {
        font-size: 1.8rem;
    }

    .country-plans-section .section-subtitle {
        font-size: 0.95rem;
    }

    /* Mobilde Gizle - Hide on Mobile */
    .section-subtitle.hide-mobile {
        display: none !important;
    }

    .country-plans-section .plans-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 15px;
    }

    .country-plans-section .section-header,
    .country-plans-section .filter-row,
    .country-plans-section .all-countries-section {
        padding: 0 20px;
    }

    .country-plans-section .plan-card {
        padding: 15px 20px;
        min-height: 60px;
    }

    .country-plans-section .plan-flag {
        width: 40px;
        height: 40px;
        font-size: 30px;  /* Mobilde emoji büyüt - yuvarlağı doldursun */
        line-height: 1;
    }

    .country-plans-section .plan-flag .fi {
        width: 40px !important;  /* Mobilde de çerçeve ile aynı boyut */
        height: 40px !important;
    }


    .country-plans-section .plan-country {
        font-size: 1rem;
    }

    .country-plans-section .plan-price {
        font-size: 0.9rem;
    }

    .filter-row {
        gap: 8px;
        padding: 0 20px;  /* Mobilde yanlardan padding */
        justify-content: flex-start;  /* Mobilde sola yaslanmış */
    }

    .filter-chip {
        padding: 8px 14px;
        font-size: 13px;
        flex-shrink: 0;  /* Mobilde de tek satır */
    }
}

/* ============================================
   HERO SLIDER CONTENT & PHONE MOCKUP
   ============================================ */

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text {
    text-align: left;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-visual.hide-mobile-phone {
    display: flex;
}

@media (max-width: 768px) {
    .hero-visual.hide-mobile-phone {
        display: none !important;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .hero-text {
        text-align: center;
    }
}

/* Phone Mockup Styles */
.phone-mockup {
    position: relative;
    width: 280px;
    height: 560px;
    background: linear-gradient(145deg, #1a1a1a 0%, #0a0a0a 100%);
    border-radius: 40px;
    padding: 12px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 0 0 2px rgba(255, 255, 255, 0.1),
        inset 0 0 20px rgba(0, 123, 255, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.3s ease;
}

.phone-mockup:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: var(--background);
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.hero-phone-interface {
    width: 100%;
    height: 100%;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 12px;
    color: var(--primary-text);
    font-weight: 500;
}

.hero-qr-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.hero-qr-display {
    text-align: center;
}

.qr-container-hero {
    background: #ffffff;
    padding: 6px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    width: 140px;
    height: 140px;
    box-sizing: border-box;
}

.qr-code-hero {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.qr-corner-hero {
    position: absolute;
    width: 32px;
    height: 32px;
}

.qr-corner-hero.top-left {
    top: 0;
    left: 0;
}

.qr-corner-hero.top-right {
    top: 0;
    right: 0;
}

.qr-corner-hero.bottom-left {
    bottom: 0;
    left: 0;
}

/* 4. köşe - sağ alt */
.qr-corner-hero.bottom-right {
    bottom: 0;
    right: 0;
}

.corner-outer-hero {
    width: 100%;
    height: 100%;
    border: 3px solid #1a365d;
    border-radius: 3px;
    position: absolute;
}

.corner-inner-hero {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #1a365d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.qr-data-grid-hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 4px;
    width: 60px;
    height: 60px;
}

.qr-module-hero {
    background: transparent;
    border-radius: 1px;
}

.qr-module-hero.active {
    background: #1a365d;
}

.qr-scan-line-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    animation: qrScan 2s ease-in-out infinite;
}

@keyframes qrScan {
    0% {
        top: 0;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

.qr-scan-overlay-hero {
    position: absolute;
    inset: 0;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    opacity: 0.3;
    animation: qrPulse 2s ease-in-out infinite;
}

@keyframes qrPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.02);
    }
}

.qr-glow-effect-hero {
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.2), transparent);
    border-radius: 20px;
    z-index: -1;
}

.scan-instruction-hero {
    margin-top: 16px;
    background: rgba(0, 123, 255, 0.1);
    padding: 12px 20px;
    border-radius: 12px;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.scan-icon-hero {
    font-size: 18px;
}

.scan-pulse-hero {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: rgba(0, 123, 255, 0.2);
    animation: scanPulse 2s ease-in-out infinite;
}

@keyframes scanPulse {
    0%, 100% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ============================================
   HERO SEARCH DROPDOWN STYLES
   ============================================ */

.hero-country-search {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
}

.hero-search-container {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
}

.hero-search-input-wrapper {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
}

.hero-search-input {
    width: 100%;
    padding: 15px 50px;
    font-size: 16px;
    border: 2px solid rgba(0, 123, 255, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: var(--primary-text);
    transition: all 0.3s ease;
    outline: none;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.08);
}

.hero-search-input:focus {
    border-color: var(--primary-color);
    background: white;
    box-shadow: 0 5px 20px rgba(0, 123, 255, 0.15);
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 18px;
}

.search-icon-right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 18px;
}

/* DROPDOWN RESULTS - ÇOK ÖNEMLİ */
.hero-search-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999 !important; /* ÇOK YÜKSEK Z-INDEX */
    display: none;
    margin-top: 5px;
}

.hero-search-results.active {
    display: block !important;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Search Result Items - Plan Card Style */
.search-result-item {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid var(--divider);
    border-radius: 16px;
    padding: 16px 20px;
    margin: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    color: var(--primary-text);
}

.search-result-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.05), transparent);
    transition: left 0.5s ease;
}

.search-result-item:hover::before {
    left: 100%;
}

.search-result-item:hover {
    transform: translateX(4px);
    border-color: var(--primary-blue);
    box-shadow: 0 8px 24px rgba(0, 123, 255, 0.2);
    background: rgba(255, 255, 255, 1);
}

.search-result-item:last-child {
    border-bottom: 2px solid var(--divider);
}

.search-result-item.loading {
    justify-content: center;
    color: var(--secondary-text);
    font-style: italic;
    border-style: dashed;
}

.search-result-item.error {
    justify-content: center;
    color: #dc3545;
    border-color: rgba(220, 53, 69, 0.3);
}

/* Country Flag Circle */
.search-result-item .country-flag {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.08) 0%, rgba(0, 123, 255, 0.12) 100%);
    border-radius: 50%;
    border: 2px solid rgba(0, 123, 255, 0.2);
    flex-shrink: 0;
    overflow: hidden;
    font-size: 32px;
    line-height: 1;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.search-result-item:hover .country-flag {
    border-color: var(--primary-blue);
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.25);
    transform: scale(1.08);
}

.search-result-item .country-flag .fi {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background-size: cover !important;
    background-position: center center !important;
    display: block !important;
}

/* Country Info */
.search-result-item .country-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.search-result-item .country-label {
    color: var(--secondary-text);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 0.7;
    line-height: 1;
}

.search-result-item .country-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-text);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.search-result-item .country-region {
    color: var(--secondary-text);
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.8;
    line-height: 1.2;
}

.search-result-item .country-price {
    color: var(--primary-blue);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 3px;
}

.search-result-item .currency {
    font-size: 0.8rem;
    opacity: 0.8;
}

/* Arrow */
.search-result-item .country-arrow {
    flex-shrink: 0;
    margin-left: auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 123, 255, 0.08);
    border-radius: 50%;
    color: var(--primary-blue);
    transition: all 0.3s ease;
}

.search-result-item:hover .country-arrow {
    background: var(--primary-blue);
    color: white;
    transform: translateX(4px);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .hero-country-search {
        max-width: 100%;
        padding: 0 20px;
    }

    .hero-search-input {
        font-size: 14px;
        padding: 12px 45px;
    }

    .hero-search-results {
        max-height: 300px;
    }

    .search-result-item {
        padding: 10px 15px;
    }
}

/* Mobile: Hide Login text, show only icon */
@media (max-width: 991px) {
    .login-btn {
        font-size: 0 !important;
    }
    
    .login-btn i {
        font-size: 20px !important;
    }
}

.mobile-close-btn {
    width: 44px;
    height: 44px;
    background: transparent !important;
    border: none !important;
    border-radius: 8px;
    color: white !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 8px;
    flex-shrink: 0;
}

.mobile-close-btn svg {
    width: 28px;
    height: 28px;
    color: white;
    transition: all 0.3s ease;
}

.mobile-close-btn:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: rotate(90deg);
}

.mobile-close-btn:hover svg {
    transform: scale(1.1);
}

.mobile-close-btn:active {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: rotate(90deg) scale(0.95);
}

.mobile-close-btn i {
    color: white !important;
    font-size: 28px;
    font-weight: 300;
}

/* Desktop - Hide Mobile Toggle */
@media (min-width: 1025px) {
    .mobile-toggle {
        display: none !important;
    }
}

/* Mobile - Hide Login Button */
@media (max-width: 768px) {
    .login-btn {
        display: none !important;
    }
}

/* About Us Page - Stats 3 columns on mobile */
@media (max-width: 768px) {
    .hakkimizda-1-stats {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 8px !important;
    }

    .hakkimizda-stat-item {
        flex: 1 !important;
        padding: 12px 8px !important;
        text-align: center !important;
    }

    .hakkimizda-stat-icon {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }

    .hakkimizda-stat-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .hakkimizda-stat-number {
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    .hakkimizda-stat-label {
        font-size: 10px !important;
        white-space: nowrap !important;
    }

    /* Info boxes - 2 columns on mobile */
    .info-boxes-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .info-box {
        padding: 15px 10px !important;
        text-align: center !important;
    }

    .info-box-icon {
        font-size: 24px !important;
        margin-bottom: 8px !important;
    }

    .info-box-title {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
}

/* ==========================================================================
   MODERN BLOG SINGLE POST STYLES
   Laravel-inspired design for Viozzo Blog
   ========================================================================== */

.my-120 {
    padding: 60px 0;
}

.blog-details-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.blog-details-row {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.blog-details-main {
    flex: 0 0 75%;
    max-width: 75%;
}

.blog-sidebar-wrap {
    flex: 0 0 25%;
    max-width: 25%;
}

/* Blog Details Card */
.blog-details {
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
}

.blog-details__thumb {
    margin-bottom: 0;
    padding: 0;
}

.blog-details__top-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.blog-details__content {
    padding: 30px;
}

/* Date Badge */
.blog-item__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    background: #f5f7fa;
    padding: 8px 16px;
    border-radius: 20px;
}

.blog-item__date-icon {
    color: #007bff;
}

/* Title */
.blog-details__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 25px;
}

/* Content */
.blog-details__desc {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.blog-details__desc p {
    margin-bottom: 15px;
}

.blog-details__desc h2,
.blog-details__desc h3,
.blog-details__desc h4 {
    color: #1a1a2e;
    font-weight: 600;
    margin: 25px 0 15px;
}

.blog-details__desc h2 {
    font-size: 24px;
}

.blog-details__desc h3 {
    font-size: 20px;
}

.blog-details__desc h4 {
    font-size: 18px;
}

.blog-details__desc ul,
.blog-details__desc ol {
    margin: 15px 0;
    padding-left: 25px;
}

.blog-details__desc li {
    margin-bottom: 8px;
}

.blog-details__desc a {
    color: #007bff;
    text-decoration: none;
}

.blog-details__desc a:hover {
    text-decoration: underline;
}

.blog-details__desc img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

.blog-details__desc blockquote {
    background: #f5f7fa;
    border-left: 4px solid #007bff;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

/* Share Section */
.tag-share {
    padding-top: 25px;
    margin-top: 25px;
}

.share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-label {
    font-weight: 600;
    color: #1a1a2e;
    font-size: 14px;
}

.share-icon-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8e8e8;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-icon-button:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-3px);
}

/* Blog Comments Section */
.blog-details-section .comments-area {
    margin-top: 40px;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.blog-details-section .comments-title,
.blog-details-section .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 25px;
}

.blog-details-section .comment-form label {
    display: block;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
    font-size: 14px;
}

.blog-details-section .comment-form input[type="text"],
.blog-details-section .comment-form input[type="email"],
.blog-details-section .comment-form input[type="url"],
.blog-details-section .comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.blog-details-section .comment-form input:focus,
.blog-details-section .comment-form textarea:focus {
    outline: none;
    border-color: #007bff;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.blog-details-section .comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.blog-details-section .comment-form .submit {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.blog-details-section .comment-form .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.blog-details-section .logged-in-as {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.blog-details-section .logged-in-as a {
    color: #007bff;
    text-decoration: none;
}

.blog-details-section .logged-in-as a:hover {
    text-decoration: underline;
}

.blog-details-section .comment-notes {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

/* Tags */
.blog-tags {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.blog-tags .tag-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.blog-tags .tag-links i {
    color: #007bff;
    margin-right: 5px;
}

.blog-tags .tag-links a {
    background: #f5f7fa;
    padding: 5px 12px;
    border-radius: 15px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-tags .tag-links a:hover {
    background: #007bff;
    color: #fff;
}

/* Sidebar */
.blog-sidebar {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.blog-sidebar__header {
    background: #f5f5f5;
    padding: 16px 24px;
}

.blog-sidebar__title {
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.blog-sidebar__body {
    padding: 24px;
    background: #fafafa;
}

/* Recent Posts */
.recent-news__item {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.recent-news__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-news__thumb {
    flex-shrink: 0;
    width: 100px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.recent-news__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-news__content {
    flex: 1;
    min-width: 0;
}

.recent-news__title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.4;
}

.recent-news__title a {
    color: #1a1a2e;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-news__title a:hover {
    color: #007bff;
}

.recent-news__date {
    font-size: 12px;
    color: #999;
}

.recent-news__date i {
    margin-right: 5px;
    color: #007bff;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .blog-details-row {
        flex-direction: column;
    }

    .blog-details-main,
    .blog-sidebar-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .my-120 {
        padding: 40px 0;
    }

    .blog-details__top-image {
        height: 250px;
    }

    .blog-details__content {
        padding: 20px;
    }

    .blog-details__title {
        font-size: 24px;
    }

    .blog-details__desc {
        font-size: 15px;
    }

    .share {
        flex-wrap: wrap;
    }

    .share-icon-button {
        width: 36px;
        height: 36px;
    }
}
