    /* Google Fonts Import */
    @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

    :root {
        /* Ana Renk ve Tonları */
        --primary: #d66453;
        --primary-light: #e88575;
        --primary-lighter: #ffa698;
        --primary-dark: #b54d3d;
        --primary-darker: #943d30;
        
        /* Nötr Renkler */
        --white: #ffffff;
        --gray-50: #fafafa;
        --gray-100: #f5f5f5;
        --gray-200: #eeeeee;
        --gray-300: #e0e0e0;
        --gray-400: #bdbdbd;
        --gray-500: #9e9e9e;
        --gray-600: #757575;
        --gray-700: #616161;
        --gray-800: #424242;
        --gray-900: #212121;
        
        /* Font Aileleri */
        --heading-font: 'Outfit', sans-serif;
        --body-font: 'Plus Jakarta Sans', sans-serif;
        
        /* Diğer Değişkenler */
        --border-radius: 12px;
        --transition: all 0.3s ease;
        --shadow-sm: 0 2px 8px rgba(0,0,0,0.1);
        --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
        --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
        
        /* Section Padding */
        --section-padding: 6rem 0;
    }

    /* Base Styles */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: var(--body-font);
        line-height: 1.6;
        color: var(--gray-800);
        background-color: var(--white);
        overflow-x: hidden;
        width: 100%;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        text-align: center;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /* Typography */
    h1, h2, h3, h4, h5, h6 {
        font-family: var(--heading-font);
        font-weight: 600;
        line-height: 1.2;
        color: var(--gray-900);
        text-align: center;
        margin-bottom: 1.5rem;
    }

    h1 {
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }

    h2 {
        font-size: 2.8rem;
        position: relative;
        padding-bottom: 1.5rem;
    }

    h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background-color: var(--primary);
    }

    h3 {
        font-size: 2rem;
    }

    p {
        margin-bottom: 1.5rem;
        color: var(--gray-700);
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.8;
    }

    /* Section Styles */
    section {
        padding: var(--section-padding);
    }

    /* Header Styles */
    .header {
        background: var(--white);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 1rem 0;
        box-shadow: var(--shadow-sm);
        transition: all 0.3s ease;
    }

    .header.scrolled {
        padding: 0.5rem 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .logo img {
        height: 50px;
        width: auto;
    }

    .nav-menu {
        display: flex;
        gap: 2rem;
        align-items: center;
    }

    .nav-menu a {
        color: var(--gray-800);
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        transition: all 0.3s ease;
        position: relative;
    }

    .nav-menu a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -4px;
        left: 0;
        background-color: var(--primary);
        transition: width 0.3s ease;
    }

    .nav-menu a:hover {
        color: var(--primary);
    }

    .nav-menu a:hover:after {
        width: 100%;
    }

    .social-media {
        display: flex;
        align-items: center;
        margin-left: 2rem;
    }

    .instagram-link {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
        color: var(--gray-800);
        font-weight: 500;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        transition: var(--transition);
        background: var(--gray-50);
    }

    .instagram-link:hover {
        background: var(--gray-100);
        transform: translateY(-2px);
    }

    .instagram-username {
        font-size: 0.9rem;
    }

    .verified-badge {
        width: 18px;
        height: 18px;
        margin-left: 4px;
    }

    /* Instagram için mavi tik */
    .instagram-link .verified-badge {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%230095F6' d='M19.998 3.094 14.638 0l-2.972 5.15H5.432v6.354L0 14.64 3.094 20 0 25.359l5.432 3.137v6.354h6.234L14.638 40l5.36-3.094L25.358 40l2.972-5.15h6.234v-6.354L40 25.359 36.906 20 40 14.64l-5.432-3.137V5.15h-6.234L25.358 0l-5.36 3.094z'/%3E%3Cpath fill='white' d='M17.366 24.732 11.818 19.2l1.954-1.954 3.594 3.594 9.092-9.092 1.954 1.954z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* WhatsApp için yeşil tik */
    .whatsapp-link .verified-badge {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%2325D366' d='M19.998 3.094 14.638 0l-2.972 5.15H5.432v6.354L0 14.64 3.094 20 0 25.359l5.432 3.137v6.354h6.234L14.638 40l5.36-3.094L25.358 40l2.972-5.15h6.234v-6.354L40 25.359 36.906 20 40 14.64l-5.432-3.137V5.15h-6.234L25.358 0l-5.36 3.094z'/%3E%3Cpath fill='white' d='M17.366 24.732 11.818 19.2l1.954-1.954 3.594 3.594 9.092-9.092 1.954 1.954z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .mobile-menu-btn {
        display: none;
        background: none;
        border: none;
        color: var(--gray-800);
        font-size: 1.5rem;
        cursor: pointer;
    }

    /* Responsive Styles */
    @media (max-width: 968px) {
        .mobile-menu-btn {
            display: block;
        }

        .nav-menu {
            position: fixed;
            top: 80px;
            left: -100%;
            width: 100%;
            height: calc(100vh - 80px);
            background: var(--white);
            flex-direction: column;
            padding: 2rem;
            transition: 0.3s ease;
        }

        .nav-menu.active {
            left: 0;
        }

        .social-media {
            margin-top: 2rem;
        }

        .instagram-link {
            margin: 1rem 0;
        }
    }

    @media (max-width: 480px) {
        .header-container {
            padding: 0 1rem;
        }

        .logo img {
            height: 40px;
        }
    }

    /* Store Section */
    .store-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-top: 3rem;
        width: 100%;
        padding: 0 1rem;
    }

    .store-item {
        width: 100%;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        background: var(--white);
        border-radius: var(--border-radius);
        box-shadow: var(--shadow-sm);
        transition: var(--transition);
        text-decoration: none;
    }

    .store-item:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }

    .store-item img {
        height: 120px;
        width: auto;
        max-width: 180px;
        object-fit: contain;
        margin-bottom: 1rem;
    }

    .store-item p {
        color: var(--gray-700);
        font-size: 1rem;
        margin: 0;
    }

    /* Markalar Slider Stili */
    .brands {
        background: var(--gray-50);
        overflow: hidden;
    }

    .marquee {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .marquee-content {
        display: flex;
        animation: marquee 20s linear infinite;
        gap: 3rem;
    }

    .marquee-content img {
        height: 80px;
        width: auto;
        object-fit: contain;
    }

    @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    /* About Section */
    .about {
        background-color: var(--gray-50);
    }

    .about-content {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    /* Mission Vision Section */
    .mission-vision .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
        max-width: 1200px;
    }

    .mission, .vision {
        padding: 3rem;
        background: var(--white);
        border-radius: var(--border-radius);
        box-shadow: var(--shadow-sm);
        transition: var(--transition);
    }

    .mission:hover, .vision:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }

    /* Contact Section */
    .contact {
        background: var(--white);
        padding: var(--section-padding);
    }

    .contact-container {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 3rem;
        margin-top: 2rem;
    }

    .contact-info {
        text-align: left;
        padding: 2rem;
        background: var(--gray-50);
        border-radius: var(--border-radius);
        box-shadow: var(--shadow-sm);
    }

    .contact-item {
        margin-bottom: 2rem;
    }

    .contact-item:last-child {
        margin-bottom: 0;
    }

    .contact-item h3 {
        color: var(--primary);
        font-size: 1.5rem;
        margin-bottom: 1rem;
        text-align: left;
    }

    .contact-item p {
        font-size: 1.1rem;
        color: var(--gray-700);
        line-height: 1.6;
        margin-bottom: 0.5rem;
        text-align: left;
    }

    .contact-item a {
        color: var(--gray-700);
        text-decoration: none;
        transition: var(--transition);
    }

    .contact-item a:hover {
        color: var(--primary);
    }

    .contact-map {
        width: 100%;
        height: 100%;
        min-height: 400px;
        border-radius: var(--border-radius);
        overflow: hidden;
        box-shadow: var(--shadow-sm);
    }

    .contact-map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    /* Button Styles */
    .btn {
        display: inline-block;
        padding: 1rem 2rem;
        background: var(--primary);
        color: var(--white);
        border-radius: var(--border-radius);
        text-decoration: none;
        font-weight: 500;
        transition: var(--transition);
    }

    .btn:hover {
        background: var(--primary-dark);
        transform: translateY(-2px);
    }

    /* WhatsApp Button */
    .whatsapp-button {
        position: fixed;
        bottom: 2rem;
        left: 2rem;
        background: #25d366;
        color: var(--white);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        box-shadow: var(--shadow-md);
        transition: var(--transition);
        z-index: 999;
    }

    .whatsapp-button:hover {
        transform: scale(1.1);
        box-shadow: var(--shadow-lg);
    }

    /* Footer */
    footer {
        background-color: #2c2c2c;
        color: #ffffff;
        padding: 4rem 0 2rem;
        position: relative;
    }

    /* Scroll to top button */
    .scroll-top {
        position: absolute;
        top: -25px;
        right: 30px;
        background: var(--primary);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }

    .scroll-top:hover {
        transform: translateY(-5px);
        background: var(--primary-dark);
    }

    .scroll-top i {
        color: white;
        font-size: 24px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
        margin-bottom: 3rem;
    }

    .footer-section {
        padding: 1rem;
    }

    .company-info {
        padding-right: 1rem;
    }

    .footer-logo {
        width: 130px;
        height: auto;
        margin-bottom: 1.2rem;
        transition: transform 0.3s ease;
    }

    .footer-logo:hover {
        transform: scale(1.05);
    }

    .company-description {
        color: #b0b0b0;
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .footer-social {
        display: flex;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .footer-social a {
        color: #ffffff;
        background: rgba(255,255,255,0.1);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .footer-social a:hover {
        background: var(--primary);
        transform: translateY(-3px);
    }

    .footer h4 {
        color: #ffffff;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        position: relative;
        padding-bottom: 10px;
    }

    .footer h4::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: var(--primary);
    }

    .footer-links {
        list-style: none;
        padding: 0;
    }

    .footer-links li {
        margin-bottom: 1rem;
        transition: transform 0.3s ease;
    }

    .footer-links li:hover {
        transform: translateX(5px);
    }

    .footer-links a {
        color: #b0b0b0;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
    }

    .footer-links a::before {
        content: '→';
        margin-right: 8px;
        color: var(--primary);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .footer-links a:hover::before {
        opacity: 1;
    }

    .footer-links a:hover {
        color: var(--primary);
    }

    .footer-contact p {
        display: flex;
        align-items: flex-start;
        gap: 0.8rem;
        color: #b0b0b0;
        margin-bottom: 1rem;
        font-size: 0.95rem;
    }

    .footer-contact i {
        color: var(--primary);
        font-size: 1.1rem;
        margin-top: 0.2rem;
    }

    .footer-bottom {
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 2rem;
        text-align: center;
        margin-top: 2rem;
    }

    .footer-bottom p {
        color: #b0b0b0;
        font-size: 0.9rem;
    }

    /* Responsive Styles */
    @media (max-width: 992px) {
        .footer-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .company-info {
            grid-column: 1 / -1;
        }
    }

    @media (max-width: 768px) {
        .footer {
            padding: 3rem 0 1rem;
        }
        
        .scroll-top {
            right: 50%;
            transform: translateX(50%);
        }
        
        .footer-section {
            padding: 0.5rem;
        }
        
        .footer h4::after {
            left: 50%;
            transform: translateX(-50%);
        }
    }

    @media (max-width: 576px) {
        .footer-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        
        .footer-section {
            text-align: center;
        }
        
        .footer-social {
            justify-content: center;
        }
        
        .footer-contact p {
            justify-content: center;
        }
        
        .company-description {
            text-align: center;
        }
        
        .footer-logo {
            margin: 0 auto 1.2rem;
        }
        
        .footer-links li:hover {
            transform: none;
        }
        
        .footer-links a {
            justify-content: center;
        }
    }

    /* Animations */
    @keyframes fadeIn {
        from { 
            opacity: 0; 
            transform: translateY(20px); 
        }
        to { 
            opacity: 1; 
            transform: translateY(0); 
        }
    }

    .fade-in {
        animation: fadeIn 0.6s ease forwards;
    }

    /* Müşteri Yorumları Stili */
    .reviews {
        background: var(--gray-50);
        padding: var(--section-padding);
    }

    .reviews-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin-top: 3rem;
    }

    .review-card {
        background: var(--white);
        padding: 2rem;
        border-radius: var(--border-radius);
        box-shadow: var(--shadow-sm);
        transition: var(--transition);
    }

    .review-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }

    .review-header {
        display: flex;
        align-items: center;
        margin-bottom: 1.5rem;
        gap: 1rem;
    }

    .reviewer-image {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .reviewer-info {
        text-align: left;
    }

    .reviewer-name {
        font-weight: 600;
        color: var(--gray-900);
        margin: 0;
    }

    .review-date {
        font-size: 0.9rem;
        color: var(--gray-500);
    }

    .review-rating {
        color: #ffc107;
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .review-text {
        color: var(--gray-700);
        font-size: 1rem;
        line-height: 1.6;
        text-align: left;
    }

    /* İstatistikler Bölümü */
    .stats {
        background: var(--gray-50);
        padding: 4rem 0;
        margin-top: 2rem;
    }

    .stats-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
        text-align: center;
    }

    .stat-item {
        padding: 2rem;
        background: var(--white);
        border-radius: var(--border-radius);
        box-shadow: var(--shadow-sm);
        transition: var(--transition);
    }

    .stat-item:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }

    .stat-number {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 0.5rem;
        font-family: var(--heading-font);
    }

    .stat-number::after {
        content: '+';
        font-size: 2rem;
        color: var(--primary);
    }

    .stat-label {
        color: var(--gray-600);
        font-size: 1.1rem;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .stats-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .stats-container {
            grid-template-columns: 1fr;
        }
    }

    .company-name {
        font-size: 1.3rem;
        font-weight: 600;
        color: #d66453;
        margin-bottom: 0.8rem;
    }
    .company-name:hover {
        color: #d66453;
    }

    @media (max-width: 1200px) {
        .store-container {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 992px) {
        .store-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 576px) {
        .store-container {
            grid-template-columns: 1fr;
        }
    }

    .coming-soon {
        position: relative;
        overflow: hidden;
    }

    .construction-banner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-15deg);
        width: 150%;
        padding: 10px;
        background: repeating-linear-gradient(
            45deg,
            #ffd700,
            #ffd700 10px,
            #000000 10px,
            #000000 20px
        );
        color: white;
        text-align: center;
        font-weight: 600;
        font-size: 1.2rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .construction-banner span {
        display: block;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 4px;
        white-space: nowrap;
    }

    .coming-soon img {
        opacity: 0.8;
        filter: grayscale(20%);
    }

    .instagram-preview {
        display: none; /* Varsayılan olarak gizli */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: var(--white);
        padding: 2rem;
        border-radius: var(--border-radius);
        box-shadow: var(--shadow-lg);
        z-index: 1000;
        max-width: 90vw;
        width: 100px;
    }

    .instagram-account {
        margin-bottom: 0rem;
    }

    .instagram-account h3 {
        color: var(--primary);
        margin-bottom: 1rem;
    }

    .instagram-feed {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .instagram-post {
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 8px;
        transition: var(--transition);
    }

    .instagram-post:hover {
        transform: scale(1.05);
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .social-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .social-popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: var(--white);
        padding: 2rem;
        border-radius: var(--border-radius);
        box-shadow: var(--shadow-lg);
        z-index: 1000;
        text-align: center;
    }

    .popup-content h3 {
        color: var(--primary);
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .social-accounts {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .instagram-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.8rem 1.5rem;
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        color: white;
        text-decoration: none;
        border-radius: 25px;
        font-weight: 500;
        transition: var(--transition);
    }

    .instagram-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 39, 67, 0.3);
    }

    .instagram-btn i {
        font-size: 1.2rem;
    }

    .instagram-follow {
        padding: 4rem 0;
        background: var(--gray-50);
        margin-top: -2rem;
    }

    .instagram-title {
        text-align: center;
        margin-bottom: 3rem;
        font-size: 2.5rem;
        color: var(--gray-800);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .instagram-title i {
        color: #e1306c;
    }

    .instagram-accounts {
        display: flex;
        justify-content: center;
        gap: 2rem;
        padding: 0 1rem;
    }

    .instagram-card {
        background: white;
        border-radius: 16px;
        padding: 2rem;
        width: 100%;
        max-width: 400px;
        box-shadow: var(--shadow-sm);
        transition: var(--transition);
    }

    .instagram-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }

    .profile-header {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .profile-img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 3px solid #e1306c;
        padding: 2px;
    }

    .profile-info {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
    }

    .profile-name {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .verified-badge {
        color: #3897f0;
        font-size: 1rem;
    }

    .follower-count {
        color: var(--gray-600);
        font-size: 1rem;
    }

    .follow-btn {
        display: inline-block;
        width: 100%;
        padding: 0.8rem;
        background: #0095f6;
        color: white;
        text-align: center;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        transition: var(--transition);
    }

    .follow-btn:hover {
        background: #0081d6;
    }

    @media (max-width: 768px) {
        .instagram-accounts {
            flex-direction: column;
            align-items: center;
        }
        
        .instagram-card {
            max-width: 100%;
        }
        
        .instagram-title {
            font-size: 2rem;
        }
    }

    .whatsapp-contact {
        padding: 4rem 0;
        background: #f8f9fa;
    }

    .whatsapp-card {
        background: white;
        border-radius: 16px;
        padding: 3rem 2rem;
        max-width: 600px;
        margin: 0 auto;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        text-align: center;
    }

    .whatsapp-icon {
        font-size: 4rem; /* İkon boyutunu büyüttük */
        color: #25D366;
        margin-bottom: 1.5rem;
    }

    .whatsapp-content h2 {
        font-size: 2rem;
        color: #1a1a1a;
        margin-bottom: 1rem;
    }

    .whatsapp-content p {
        color: #666;
        margin-bottom: 2rem;
        font-size: 1.1rem;
    }

    .whatsapp-btn {
        display: inline-block;
        background: #25D366;
        color: white;
        padding: 1rem 2rem;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        text-transform: uppercase;
    }

    .whatsapp-btn:hover {
        background: #20bd5a;
        transform: translateY(-2px);
    }

    .social-link {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
        font-weight: 500;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        transition: var(--transition);
    }

    .instagram-link {
        color: var(--gray-800);
        background: var(--gray-50);
    }

    .whatsapp-link {
        color: #ffffff;
        background: #25D366;
    }

    .instagram-link:hover {
        background: var(--gray-100);
        transform: translateY(-2px);
    }

    .whatsapp-link:hover {
        background: #22c35e;
        transform: translateY(-2px);
    }

    .social-username {
        font-size: 0.9rem;
    }

    /* Mobil görünüm için mevcut medya sorgusunu güncelleyin */
    @media (max-width: 968px) {
        .social-media {
            margin-top: 2rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        
        .social-link {
            justify-content: center;
        }
    }

    .social-media a {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
        color: var(--gray-800);
        background: var(--gray-50);
        font-weight: 500;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        transition: var(--transition);
    }

    .social-media a:hover {
        background: var(--gray-100);
        transform: translateY(-2px);
    }

    /* Mobil görünüm için */
    @media (max-width: 968px) {
        .social-media {
            margin-top: 2rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        
        .social-media a {
            justify-content: center;
        }
    }

    /* Instagram kartı içindeki verified-badge için özel stil */
    .instagram-card .verified-badge {
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%230095F6' d='M19.998 3.094 14.638 0l-2.972 5.15H5.432v6.354L0 14.64 3.094 20 0 25.359l5.432 3.137v6.354h6.234L14.638 40l5.36-3.094L25.358 40l2.972-5.15h6.234v-6.354L40 25.359 36.906 20 40 14.64l-5.432-3.137V5.15h-6.234L25.358 0l-5.36 3.094z'/%3E%3Cpath fill='white' d='M17.366 24.732 11.818 19.2l1.954-1.954 3.594 3.594 9.092-9.092 1.954 1.954z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .whatsapp-icon {
        text-decoration: none !important;
    }

    /* veya daha spesifik olarak */
    .fab.fa-whatsapp {
        text-decoration: none !important;
    }

    /* eğer link içindeyse */
    a .fab.fa-whatsapp {
        text-decoration: none !important;
    }

    a[href*="wa.me"] {
        text-decoration: none !important;
    }

    .google-reviews-btn-container {
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .google-reviews-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: white;
        color: #4285F4;
        padding: 1rem 2rem;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        border: 2px solid #4285F4;
        transition: all 0.3s ease;
    }

    .google-reviews-btn i {
        font-size: 1.2rem;
    }

    .google-reviews-btn:hover {
        background: #4285F4;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(66, 133, 244, 0.2);
    }

    /* Mobil görünüm için */
    @media (max-width: 768px) {
        .google-reviews-btn {
            padding: 0.8rem 1.5rem;
            font-size: 0.9rem;
        }
    }

    .footer {
        background-color: var(--gray-900);
        color: var(--gray-300);
        padding: 4rem 0 2rem;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        margin-bottom: 3rem;
    }

    .footer-section h4 {
        color: var(--white);
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        text-align: left;
    }

    .footer-logo img {
        height: 60px;
        margin-bottom: 1rem;
    }

    .company-description {
        color: var(--gray-400);
        margin-bottom: 1.5rem;
        text-align: left;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .footer-social {
        display: flex;
        gap: 1rem;
    }

    .footer-social a {
        color: var(--gray-400);
        font-size: 1.5rem;
        transition: var(--transition);
    }

    .footer-social a:hover {
        color: var(--white);
        transform: translateY(-3px);
    }

    .footer-links {
        list-style: none;
        padding: 0;
    }

    .footer-links li {
        margin-bottom: 0.8rem;
    }

    .footer-links a {
        color: var(--gray-400);
        text-decoration: none;
        transition: var(--transition);
        font-size: 0.95rem;
    }

    .footer-links a:hover {
        color: var(--white);
        padding-left: 5px;
    }

    .footer-contact {
        list-style: none;
        padding: 0;
    }

    .footer-contact li {
        display: flex;
        gap: 10px;
        margin-bottom: 1rem;
        color: var(--gray-400);
        font-size: 0.95rem;
    }

    .footer-contact i {
        color: var(--primary);
        margin-top: 5px;
    }

    .footer-contact a {
        color: var(--gray-400);
        text-decoration: none;
        transition: var(--transition);
    }

    .footer-contact a:hover {
        color: var(--white);
    }

    .footer-bottom {
        padding-top: 2rem;
        border-top: 1px solid var(--gray-800);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .copyright {
        color: var(--gray-500);
        font-size: 0.9rem;
    }

    .payment-methods img {
        height: 30px;
    }

    @media (max-width: 968px) {
        .footer-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 576px) {
        .footer-grid {
            grid-template-columns: 1fr;
        }
        
        .footer-bottom {
            flex-direction: column;
            gap: 1rem;
            text-align: center;
        }
    }

    /* Slider butonları için yeni stiller */
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: var(--primary);
        opacity: 0.5;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: var(--primary);
    }

    /* Mobil uyumluluk için ek düzenlemeler */
    @media (max-width: 768px) {
        h1 {
            font-size: 2.5rem;
        }
        
        h2 {
            font-size: 2rem;
        }
        
        h3 {
            font-size: 1.5rem;
        }
        
        .container {
            padding: 0 15px;
        }
        
        .store-container {
            gap: 1rem;
        }
        
        .store-item {
            height: 150px;
            padding: 1rem;
        }
        
        .store-item img {
            height: 90px;
            max-width: 140px;
        }
        
        .contact-container {
            grid-template-columns: 1fr;
        }
        
        .mission-vision .container {
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        
        .instagram-accounts {
            padding: 0 1rem;
        }
        
        .whatsapp-card {
            margin: 0 1rem;
        }
        
        .stats-container {
            padding: 0 1rem;
        }
        
        .about-content {
            padding: 0 1rem;
        }
    }

    @media (max-width: 480px) {
        h1 {
            font-size: 2rem;
        }
        
        h2 {
            font-size: 1.8rem;
        }
        
        .store-item {
            height: 130px;
        }
        
        .store-item img {
            height: 70px;
            max-width: 120px;
        }
        
        .whatsapp-icon {
            font-size: 3rem;
        }
        
        .whatsapp-content h2 {
            font-size: 1.5rem;
        }
        
        .instagram-card {
            padding: 1.5rem;
        }
    }

    .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Announcement Popup Styles */
    .announcement-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        align-items: center;
        justify-content: center;
    }

    .announcement-content {
        background: white;
        padding: 2rem;
        border-radius: 12px;
        width: 90%;
        max-width: 500px;
        position: relative;
        animation: popupFadeIn 0.3s ease;
    }

    .announcement-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .announcement-header h3 {
        margin: 0;
        color: var(--primary);
        font-size: 1.8rem;
    }

    .close-popup {
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        color: var(--gray-600);
        padding: 0.5rem;
        line-height: 1;
    }

    .announcement-text {
        font-size: 1.2rem;
        color: var(--gray-800);
        margin-bottom: 2rem;
        text-align: center;
        line-height: 1.6;
    }

    .announcement-whatsapp-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        background: #25d366;
        color: white;
        padding: 1rem 2rem;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        font-size: 1.1rem;
    }

    .announcement-whatsapp-btn:hover {
        background: #22b35a;
        transform: translateY(-2px);
    }

    @keyframes popupFadeIn {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 576px) {
        .announcement-content {
            padding: 1.5rem;
        }
        
        .announcement-text {
            font-size: 1.1rem;
        }
        
        .announcement-whatsapp-btn {
            padding: 0.8rem 1.5rem;
            font-size: 1rem;
        }
    }
