{"id":12,"date":"2026-08-19T13:19:57","date_gmt":"2026-08-19T13:19:57","guid":{"rendered":"https:\/\/gmbay.com.tr\/?page_id=12"},"modified":"2026-09-16T10:02:52","modified_gmt":"2026-09-16T10:02:52","slug":"ana-sayfa","status":"publish","type":"page","link":"https:\/\/gmbay.com.tr\/en\/","title":{"rendered":"Home Page"},"content":{"rendered":"\n<!-- TAILWIND VE MARKA RENK MOTORU -->\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&amp;family=Manrope:wght@600;700;800&amp;display=swap\" rel=\"stylesheet\">\n<script>\n    tailwind.config = {\n        theme: {\n            extend: {\n                colors: {\n                    'brand-green': '#8bb745',\n                    'brand-green2': '#76a035',\n                    'brand-blue': '#064f99',\n                    'brand-dark': '#1e293b',\n                    'brand-muted': '#64748b',\n                    'brand-light': '#f8fafc',\n                },\n                fontFamily: {\n                    inter: ['Inter', 'sans-serif'],\n                    manrope: ['Manrope', 'sans-serif'],\n                }\n            }\n        }\n    }\n<\/script>\n\n<!-- ==================== GMBAY RESPONSIVE HEADER \/ \u00dcST MEN\u00dc ==================== -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n    .gmbay-header-wrapper {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        box-sizing: border-box;\n        width: 100%;\n    }\n    .gmbay-header-wrapper * {\n        box-sizing: border-box;\n    }\n\n    .gmbay-header {\n        width: 100%;\n        background-color: rgba(255, 255, 255, 0.98);\n        backdrop-filter: blur(8px);\n        border-bottom: 1px solid #e2e8f0;\n        position: sticky;\n        top: 0;\n        z-index: 99999;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);\n    }\n\n    .gmbay-container {\n        max-width: 1280px;\n        margin: 0 auto;\n        padding: 0.4rem 1.5rem;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    \/* B\u00fcy\u00fct\u00fclm\u00fc\u015f Yeni Logo *\/\n    .gmbay-logo-link {\n        display: flex;\n        align-items: center;\n        text-decoration: none !important;\n        outline: none !important;\n    }\n    .gmbay-logo-img {\n        height: 95px; \/* Logo boyutu *\/\n        width: auto;\n        max-width: 320px;\n        object-fit: contain;\n        transition: opacity 0.2s ease;\n        display: block;\n    }\n    .gmbay-logo-link:hover .gmbay-logo-img {\n        opacity: 0.9;\n    }\n\n    \/* Masa\u00fcst\u00fc Navigasyon *\/\n    .gmbay-desktop-nav {\n        display: flex;\n        align-items: center;\n        gap: 1.75rem;\n        margin: 0;\n        padding: 0;\n        list-style: none;\n    }\n\n    .gmbay-nav-item {\n        position: relative;\n        display: flex;\n        align-items: center;\n        height: 50px;\n    }\n\n    .gmbay-nav-link {\n        color: #1e293b !important;\n        font-size: 0.925rem;\n        font-weight: 600;\n        text-decoration: none !important;\n        display: inline-flex;\n        align-items: center;\n        gap: 0.35rem;\n        position: relative;\n        padding: 6px 0;\n        background: transparent !important;\n        border: none !important;\n        outline: none !important;\n        cursor: pointer;\n        transition: color 0.2s ease;\n    }\n\n    .gmbay-nav-link::after {\n        content: '';\n        position: absolute;\n        width: 100%;\n        height: 2.5px;\n        bottom: 0;\n        left: 0;\n        background-color: #8bb745;\n        transform: scaleX(0);\n        transform-origin: bottom center;\n        transition: transform 0.25s ease-out;\n        border-radius: 2px;\n    }\n    .gmbay-nav-link:hover,\n    .gmbay-nav-item:hover > .gmbay-nav-link {\n        color: #8bb745 !important;\n    }\n    .gmbay-nav-link:hover::after,\n    .gmbay-nav-item:hover > .gmbay-nav-link::after {\n        transform: scaleX(1);\n    }\n\n    \/* Masa\u00fcst\u00fc A\u00e7\u0131l\u0131r Men\u00fc *\/\n    .gmbay-dropdown {\n        position: absolute;\n        top: 100%;\n        left: 0;\n        min-width: 290px;\n        background: #ffffff;\n        border-radius: 12px;\n        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);\n        border-top: 3px solid #8bb745;\n        padding: 0.5rem 0;\n        opacity: 0;\n        visibility: hidden;\n        transform: translateY(10px);\n        transition: all 0.2s ease;\n        z-index: 1000;\n    }\n\n    .gmbay-nav-item:hover .gmbay-dropdown {\n        opacity: 1;\n        visibility: visible;\n        transform: translateY(0);\n    }\n\n    .gmbay-dropdown-link {\n        display: block;\n        padding: 0.7rem 1.25rem;\n        color: #475569 !important;\n        font-size: 0.875rem;\n        font-weight: 500;\n        text-decoration: none !important;\n        transition: all 0.2s ease;\n        white-space: nowrap;\n    }\n    .gmbay-dropdown-link:hover {\n        background-color: #f8fafc;\n        color: #8bb745 !important;\n        padding-left: 1.5rem;\n    }\n\n    \/* Masa\u00fcst\u00fc Buton *\/\n    .gmbay-cta-btn {\n        background-color: #8bb745 !important;\n        color: #ffffff !important;\n        font-size: 0.8rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        padding: 0.65rem 1.35rem;\n        border-radius: 8px;\n        text-decoration: none !important;\n        display: inline-block;\n        transition: all 0.2s ease;\n        box-shadow: 0 2px 6px rgba(139, 183, 69, 0.25);\n    }\n    .gmbay-cta-btn:hover {\n        background-color: #79a239 !important;\n        transform: translateY(-1px);\n        box-shadow: 0 4px 12px rgba(139, 183, 69, 0.35);\n    }\n\n    \/* Mobil Hamburger Buton *\/\n    .gmbay-hamburger {\n        display: none;\n        flex-direction: column;\n        justify-content: center;\n        gap: 5px;\n        width: 40px;\n        height: 40px;\n        background: transparent;\n        border: none;\n        cursor: pointer;\n        padding: 0;\n        z-index: 100001;\n    }\n    .gmbay-hamburger span {\n        display: block;\n        width: 26px;\n        height: 2.5px;\n        background-color: #1e293b;\n        border-radius: 2px;\n        transition: all 0.3s ease;\n    }\n    .gmbay-hamburger.is-active span:nth-child(1) {\n        transform: translateY(7.5px) rotate(45deg);\n        background-color: #8bb745;\n    }\n    .gmbay-hamburger.is-active span:nth-child(2) {\n        opacity: 0;\n    }\n    .gmbay-hamburger.is-active span:nth-child(3) {\n        transform: translateY(-7.5px) rotate(-45deg);\n        background-color: #8bb745;\n    }\n\n    \/* Mobil Men\u00fc \u00c7ekmecesi *\/\n    .gmbay-mobile-menu {\n        display: none;\n        width: 100%;\n        background-color: #ffffff;\n        border-top: 1px solid #f1f5f9;\n        box-shadow: 0 10px 20px rgba(0,0,0,0.08);\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.35s ease-in-out;\n    }\n    .gmbay-mobile-menu.is-open {\n        max-height: 80vh;\n        overflow-y: auto;\n    }\n\n    .gmbay-mobile-list {\n        list-style: none;\n        padding: 1rem 1.5rem 1.75rem 1.5rem;\n        margin: 0;\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n    }\n\n    .gmbay-mobile-link {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        width: 100%;\n        padding: 0.75rem 0;\n        color: #1e293b !important;\n        font-size: 1rem;\n        font-weight: 600;\n        text-decoration: none !important;\n        border-bottom: 1px solid #f8fafc;\n        background: transparent;\n        border: none;\n        text-align: left;\n        cursor: pointer;\n    }\n    .gmbay-mobile-link:hover {\n        color: #8bb745 !important;\n    }\n\n    \/* Mobil Alt Men\u00fcler *\/\n    .gmbay-mobile-submenu {\n        display: none;\n        list-style: none;\n        padding: 0.25rem 0 0.5rem 1rem;\n        margin: 0;\n        background-color: #f8fafc;\n        border-radius: 8px;\n    }\n    .gmbay-mobile-submenu.sub-open {\n        display: flex;\n        flex-direction: column;\n    }\n    .gmbay-mobile-sublink {\n        display: block;\n        padding: 0.6rem 0.75rem;\n        color: #475569 !important;\n        font-size: 0.9rem;\n        font-weight: 500;\n        text-decoration: none !important;\n    }\n    .gmbay-mobile-sublink:hover {\n        color: #8bb745 !important;\n    }\n\n    .gmbay-mobile-cta {\n        display: block;\n        width: 100%;\n        text-align: center;\n        margin-top: 1rem;\n        padding: 0.85rem;\n        background-color: #8bb745 !important;\n        color: #ffffff !important;\n        font-weight: 700;\n        border-radius: 8px;\n        text-decoration: none !important;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        letter-spacing: 0.05em;\n    }\n\n    \/* Medya Sorgular\u0131 *\/\n    @media (max-width: 992px) {\n        .gmbay-desktop-nav,\n        .gmbay-cta-btn {\n            display: none !important;\n        }\n        .gmbay-hamburger {\n            display: flex;\n        }\n        .gmbay-mobile-menu {\n            display: block;\n        }\n        .gmbay-logo-img {\n            height: 75px; \/* Mobil i\u00e7in logo boyutu *\/\n        }\n    }\n<\/style>\n\n<div class=\"gmbay-header-wrapper\">\n    <header class=\"gmbay-header\">\n        <div class=\"gmbay-container\">\n            \n            <!-- YEN\u0130 LOGO -->\n            <a href=\"https:\/\/gmbay.com.tr\/\" class=\"gmbay-logo-link\">\n                <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/yeni-gmbay-logo.png\" alt=\"GM BAY Sa\u011fl\u0131k \u00dcr\u00fcnleri\" class=\"gmbay-logo-img\">\n            <\/a>\n\n            <!-- MASA\u00dcST\u00dc MEN\u00dc -->\n            <nav class=\"gmbay-desktop-nav\">\n                <div class=\"gmbay-nav-item\">\n                    <a href=\"https:\/\/gmbay.com.tr\/\" class=\"gmbay-nav-link\">Ana Sayfa<\/a>\n                <\/div>\n                \n                <!-- Kurumsal A\u00e7\u0131l\u0131r Men\u00fc -->\n                <div class=\"gmbay-nav-item\">\n                    <button type=\"button\" class=\"gmbay-nav-link\">\n                        Kurumsal \n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#8bb745\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6 6-6\"><\/path><\/svg>\n                    <\/button>\n                    <div class=\"gmbay-dropdown\">\n                        <a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/hakkimizda\/\" class=\"gmbay-dropdown-link\">Hakk\u0131m\u0131zda<\/a>\n                        <a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/misyonumuz-ve-vizyonumuz\/\" class=\"gmbay-dropdown-link\">Misyonumuz ve Vizyonumuz<\/a>\n                        <a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/degerlerimiz\/\" class=\"gmbay-dropdown-link\">De\u011ferlerimiz<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- \u00dcr\u00fcnlerimiz A\u00e7\u0131l\u0131r Men\u00fc -->\n                <div class=\"gmbay-nav-item\">\n                    <button type=\"button\" class=\"gmbay-nav-link\">\n                        \u00dcr\u00fcnlerimiz \n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#8bb745\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6 6-6\"><\/path><\/svg>\n                    <\/button>\n                    <div class=\"gmbay-dropdown\">\n                        <a href=\"https:\/\/gmbay.com.tr\/index.php\/urunlerimiz\/ilac-grubu\/\" class=\"gmbay-dropdown-link\">\u0130la\u00e7 Grubu<\/a>\n                        <a href=\"https:\/\/gmbay.com.tr\/index.php\/dermatoloji-grubu\/\" class=\"gmbay-dropdown-link\">Dermatoloji Grubu<\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"gmbay-nav-item\">\n                    <a href=\"https:\/\/gmbay.com.tr\/index.php\/haberler\/\" class=\"gmbay-nav-link\">Haberler<\/a>\n                <\/div>\n            <\/nav>\n\n            <!-- MASA\u00dcST\u00dc CTA BUTONU -->\n            <a href=\"https:\/\/gmbay.com.tr\/index.php\/iletisim\/\" class=\"gmbay-cta-btn\">Bize Ula\u015f\u0131n<\/a>\n\n            <!-- MOB\u0130L HAMBURGER BUTON -->\n            <button class=\"gmbay-hamburger\" id=\"gmbayMenuBtn\" aria-label=\"Men\u00fcy\u00fc A\u00e7\">\n                <span><\/span>\n                <span><\/span>\n                <span><\/span>\n            <\/button>\n\n        <\/div>\n\n        <!-- MOB\u0130L MEN\u00dc \u00c7EKMECES\u0130 -->\n        <div class=\"gmbay-mobile-menu\" id=\"gmbayMobileDrawer\">\n            <ul class=\"gmbay-mobile-list\">\n                <li>\n                    <a href=\"https:\/\/gmbay.com.tr\/\" class=\"gmbay-mobile-link\">Ana Sayfa<\/a>\n                <\/li>\n                \n                <!-- Mobil Kurumsal -->\n                <li>\n                    <button type=\"button\" class=\"gmbay-mobile-link\" onclick=\"toggleSubmenu('subKurumsal', this)\">\n                        <span>Kurumsal<\/span>\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#8bb745\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6 6-6\"><\/path><\/svg>\n                    <\/button>\n                    <ul class=\"gmbay-mobile-submenu\" id=\"subKurumsal\">\n                        <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/hakkimizda\/\" class=\"gmbay-mobile-sublink\">Hakk\u0131m\u0131zda<\/a><\/li>\n                        <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/misyonumuz-ve-vizyonumuz\/\" class=\"gmbay-mobile-sublink\">Misyonumuz ve Vizyonumuz<\/a><\/li>\n                        <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/degerlerimiz\/\" class=\"gmbay-mobile-sublink\">De\u011ferlerimiz<\/a><\/li>\n                    <\/ul>\n                <\/li>\n\n                <!-- Mobil \u00dcr\u00fcnlerimiz -->\n                <li>\n                    <button type=\"button\" class=\"gmbay-mobile-link\" onclick=\"toggleSubmenu('subUrunler', this)\">\n                        <span>\u00dcr\u00fcnlerimiz<\/span>\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#8bb745\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6 6-6\"><\/path><\/svg>\n                    <\/button>\n                    <ul class=\"gmbay-mobile-submenu\" id=\"subUrunler\">\n                        <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/urunlerimiz\/ilac-grubu\/\" class=\"gmbay-mobile-sublink\">\u0130la\u00e7 Grubu<\/a><\/li>\n                        <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/dermatoloji-grubu\/\" class=\"gmbay-mobile-sublink\">Dermatoloji Grubu<\/a><\/li>\n                    <\/ul>\n                <\/li>\n\n                <li>\n                    <a href=\"https:\/\/gmbay.com.tr\/index.php\/haberler\/\" class=\"gmbay-mobile-link\">Haberler<\/a>\n                <\/li>\n\n                <li>\n                    <a href=\"https:\/\/gmbay.com.tr\/index.php\/iletisim\/\" class=\"gmbay-mobile-cta\">Bize Ula\u015f\u0131n<\/a>\n                <\/li>\n            <\/ul>\n        <\/div>\n    <\/header>\n<\/div>\n\n<script>\n    \/\/ Mobil Hamburger A\u00e7\/Kapat\n    const menuBtn = document.getElementById('gmbayMenuBtn');\n    const mobileDrawer = document.getElementById('gmbayMobileDrawer');\n\n    if (menuBtn && mobileDrawer) {\n        menuBtn.addEventListener('click', function() {\n            menuBtn.classList.toggle('is-active');\n            mobileDrawer.classList.toggle('is-open');\n        });\n    }\n\n    \/\/ Mobil Alt Men\u00fcleri A\u00e7\/Kapat\n    function toggleSubmenu(id, btn) {\n        const submenu = document.getElementById(id);\n        if (submenu) {\n            submenu.classList.toggle('sub-open');\n            const svg = btn.querySelector('svg');\n            if (svg) {\n                svg.style.transform = submenu.classList.contains('sub-open') ? 'rotate(180deg)' : 'rotate(0deg)';\n                svg.style.transition = 'transform 0.2s ease';\n            }\n        }\n    }\n<\/script>\n\n\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&amp;family=Manrope:wght@700;800&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Hero Banner Kapsay\u0131c\u0131 & Fontlar *\/\n    .gmbay-hero-wrapper {\n        position: relative;\n        min-height: 620px;\n        height: 85vh;\n        max-height: 850px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        overflow: hidden;\n        background-color: #064f99;\n        font-family: 'Inter', sans-serif;\n        box-sizing: border-box;\n    }\n    .gmbay-hero-wrapper * {\n        box-sizing: border-box;\n    }\n\n    \/* Mozaik Yumu\u015fak I\u015f\u0131lt\u0131 Animasyonlar\u0131 *\/\n    .poly-shimmer-1 { animation: gmbayShimmer1 8s ease-in-out infinite alternate; }\n    .poly-shimmer-2 { animation: gmbayShimmer2 10s ease-in-out infinite alternate; }\n    .poly-shimmer-3 { animation: gmbayShimmer3 12s ease-in-out infinite alternate; }\n\n    @keyframes gmbayShimmer1 { 0% { opacity: 0.9; } 100% { opacity: 0.7; } }\n    @keyframes gmbayShimmer2 { 0% { opacity: 0.7; } 100% { opacity: 0.95; } }\n    @keyframes gmbayShimmer3 { 0% { opacity: 0.8; } 100% { opacity: 0.6; } }\n\n    \/* SVG Arka Plan *\/\n    .gmbay-hero-bg-svg {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        z-index: 1;\n        pointer-events: none;\n    }\n\n    \/* \u0130\u00e7erik Kutusu *\/\n    .gmbay-hero-content {\n        position: relative;\n        z-index: 10;\n        max-width: 960px;\n        margin: 0 auto;\n        padding: 2rem 1.5rem;\n        width: 100%;\n        text-align: center;\n    }\n\n    \/* Ba\u015fl\u0131k *\/\n    .gmbay-hero-title {\n        font-family: 'Manrope', 'Inter', sans-serif;\n        font-size: 3.25rem;\n        font-weight: 800;\n        color: #ffffff;\n        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);\n        margin: 0 0 1.5rem 0;\n        line-height: 1.25 !important;\n        letter-spacing: -0.02em;\n    }\n\n    \/* A\u00e7\u0131klama Paragraf\u0131 *\/\n    .gmbay-hero-desc {\n        font-size: 1.125rem;\n        color: rgba(255, 255, 255, 0.92);\n        max-width: 720px;\n        margin: 0 auto 2.5rem auto;\n        font-weight: 300;\n        line-height: 1.75 !important;\n    }\n\n    \/* Buton Grubu *\/\n    .gmbay-hero-actions {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 1.25rem;\n    }\n\n    .gmbay-btn {\n        display: inline-block;\n        font-size: 0.95rem;\n        font-weight: 700;\n        padding: 1rem 2rem;\n        border-radius: 12px;\n        text-decoration: none !important;\n        transition: all 0.25s ease;\n        cursor: pointer;\n        text-align: center;\n    }\n\n    .gmbay-btn-white {\n        background-color: #ffffff !important;\n        color: #1e293b !important;\n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    }\n    .gmbay-btn-white:hover {\n        background-color: #f1f5f9 !important;\n        transform: translateY(-2px);\n        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    .gmbay-btn-green {\n        background-color: #8bb745 !important;\n        color: #ffffff !important;\n        border: 1px solid #8bb745;\n        box-shadow: 0 10px 25px rgba(139, 183, 69, 0.3);\n    }\n    .gmbay-btn-green:hover {\n        background-color: #79a239 !important;\n        border-color: #79a239 !important;\n        transform: translateY(-2px);\n        box-shadow: 0 14px 30px rgba(139, 183, 69, 0.4);\n    }\n\n    \/* Mobil Uyumluluk *\/\n    @media (max-width: 768px) {\n        .gmbay-hero-wrapper {\n            min-height: 540px;\n            height: auto;\n            padding: 4rem 0;\n        }\n        .gmbay-hero-title {\n            font-size: 2.15rem;\n            line-height: 1.3 !important;\n        }\n        .gmbay-hero-desc {\n            font-size: 0.975rem;\n            margin-bottom: 2rem;\n        }\n        .gmbay-hero-actions {\n            flex-direction: column;\n            gap: 0.85rem;\n        }\n        .gmbay-btn {\n            width: 100%;\n            padding: 0.875rem 1.5rem;\n        }\n    }\n<\/style>\n\n<div class=\"gmbay-hero-wrapper\">\n    \n    <svg class=\"gmbay-hero-bg-svg\" viewBox=\"0 0 1440 900\" preserveAspectRatio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <polygon points=\"0,0 240,0 120,200\" fill=\"#8bb745\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"0,0 120,200 0,350\" fill=\"#6fa518\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"240,0 420,0 310,220\" fill=\"#7ba83c\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"240,0 310,220 120,200\" fill=\"#88b543\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"120,200 310,220 200,420\" fill=\"#619717\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"0,350 120,200 200,420\" fill=\"#528310\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"0,350 200,420 0,600\" fill=\"#3c6b12\" class=\"poly-shimmer-1\"><\/polygon>\n\n        <polygon points=\"420,0 600,0 500,240\" fill=\"#509b55\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"420,0 500,240 310,220\" fill=\"#60a442\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"310,220 500,240 400,450\" fill=\"#3a8c5e\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"200,420 310,220 400,450\" fill=\"#448b30\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"200,420 400,450 260,650\" fill=\"#2d773d\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"0,600 200,420 260,650\" fill=\"#26642d\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"0,600 260,650 0,900\" fill=\"#1b4f2c\" class=\"poly-shimmer-2\"><\/polygon>\n\n        <polygon points=\"600,0 800,0 710,220\" fill=\"#28837e\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"600,0 710,220 500,240\" fill=\"#3b906a\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"500,240 710,220 620,480\" fill=\"#227376\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"400,450 500,240 620,480\" fill=\"#237b67\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"400,450 620,480 480,700\" fill=\"#1b6362\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"260,650 400,450 480,700\" fill=\"#1d5c48\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"260,650 480,700 320,900\" fill=\"#14463a\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"0,900 260,650 320,900\" fill=\"#123d32\" class=\"poly-shimmer-3\"><\/polygon>\n\n        <polygon points=\"800,0 1020,0 920,250\" fill=\"#16668a\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"800,0 920,250 710,220\" fill=\"#1d7486\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"710,220 920,250 830,500\" fill=\"#13597d\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"620,480 710,220 830,500\" fill=\"#186377\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"620,480 830,500 680,720\" fill=\"#104e70\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"480,700 620,480 680,720\" fill=\"#125062\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"480,700 680,720 520,900\" fill=\"#0d3f5a\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"320,900 480,700 520,900\" fill=\"#0b384f\" class=\"poly-shimmer-1\"><\/polygon>\n\n        <polygon points=\"1020,0 1240,0 1140,230\" fill=\"#094a82\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"1020,0 1140,230 920,250\" fill=\"#0f5787\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"1240,0 1440,0 1350,220\" fill=\"#064f99\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"1240,0 1350,220 1140,230\" fill=\"#073e73\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"1140,230 1350,220 1260,490\" fill=\"#052f5e\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"920,250 1140,230 1050,510\" fill=\"#0b4578\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"920,250 1050,510 830,500\" fill=\"#0d466f\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"1350,220 1440,0 1440,450\" fill=\"#03234d\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"1350,220 1440,450 1260,490\" fill=\"#042754\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"1050,510 1260,490 1180,730\" fill=\"#042954\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"830,500 1050,510 920,740\" fill=\"#08385e\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"830,500 920,740 680,720\" fill=\"#0a3d61\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"1260,490 1440,450 1440,750\" fill=\"#021a3b\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"1260,490 1440,750 1180,730\" fill=\"#032045\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"920,740 1180,730 1020,900\" fill=\"#031e3d\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"680,720 920,740 760,900\" fill=\"#062e4a\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"520,900 680,720 760,900\" fill=\"#062e4a\" class=\"poly-shimmer-2\"><\/polygon>\n        <polygon points=\"760,900 920,740 1020,900\" fill=\"#04223f\" class=\"poly-shimmer-1\"><\/polygon>\n        <polygon points=\"1020,900 1180,730 1440,900\" fill=\"#02142e\" class=\"poly-shimmer-3\"><\/polygon>\n        <polygon points=\"1180,730 1440,750 1440,900\" fill=\"#010d21\" class=\"poly-shimmer-2\"><\/polygon>\n    <\/svg>\n\n    <div class=\"gmbay-hero-content\">\n        \n        <h1 class=\"gmbay-hero-title\">\n            G\u00fczelli\u011finiz ve Sa\u011fl\u0131\u011f\u0131n\u0131z \u0130\u00e7in<br>\n            <span>GM BAY Sa\u011fl\u0131k \u00dcr\u00fcnleri<\/span>\n        <\/h1>\n        \n        <p class=\"gmbay-hero-desc\">\n            GM BAY Sa\u011fl\u0131k \u00dcr\u00fcnleri olarak, uluslararas\u0131 kalite standartlar\u0131nda geli\u015ftirdi\u011fimiz yenilik\u00e7i t\u0131bbi ve dermatolojik \u00e7\u00f6z\u00fcmlerle toplum sa\u011fl\u0131\u011f\u0131na de\u011fer kat\u0131yoruz.\n        <\/p>\n        \n        <div class=\"gmbay-hero-actions\">\n            <a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/hakkimizda\/\" class=\"gmbay-btn gmbay-btn-white\">\n                Kurumsal Kimli\u011fimiz\n            <\/a>\n            <a href=\"#urunlerimiz\" class=\"gmbay-btn gmbay-btn-green\" onclick=\"document.getElementById('urunlerimiz')?.scrollIntoView({ behavior: 'smooth' }); return false;\">\n                \u00dcr\u00fcn Ailemizi \u0130nceleyin\n            <\/a>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        const productBtn = document.querySelector('a[href=\"#urunlerimiz\"]');\n        if (productBtn) {\n            productBtn.addEventListener('click', function(e) {\n                const targetEl = document.getElementById('urunlerimiz');\n                if (targetEl) {\n                    e.preventDefault();\n                    targetEl.scrollIntoView({ behavior: 'smooth' });\n                }\n            });\n        }\n    });\n<\/script>\n\n\n\n<!-- 1. B\u00d6L\u00dcM: HAKKIMIZDA, EKRANA G\u0130R\u0130NCE \u00c7ALI\u015eAN AN\u0130MASYONLU SAYA\u00c7LAR & DE\u011eERLER\u0130M\u0130Z -->\n<style>\n    \/* SAF CSS SAYA\u00c7 MOTORU *\/\n    @property --num-exp { syntax: '<integer>'; initial-value: 0; inherits: false; }\n    @property --num-team { syntax: '<integer>'; initial-value: 0; inherits: false; }\n    @property --num-prod { syntax: '<integer>'; initial-value: 0; inherits: false; }\n    @property --num-collab { syntax: '<integer>'; initial-value: 0; inherits: false; }\n\n    @keyframes countExp { from { --num-exp: 0; } to { --num-exp: 10; } }\n    @keyframes countTeam { from { --num-team: 0; } to { --num-team: 50; } }\n    @keyframes countProd { from { --num-prod: 0; } to { --num-prod: 20; } }\n    @keyframes countCollab { from { --num-collab: 0; } to { --num-collab: 6; } }\n\n    \/* Ba\u015flang\u0131\u00e7ta 0 G\u00f6ster *\/\n    .css-count-exp::before { content: \"0\"; }\n    .css-count-team::before { content: \"0\"; }\n    .css-count-prod::before { content: \"0\"; }\n    .css-count-collab::before { content: \"0\"; }\n\n    \/* SADECE EKRANA G\u0130R\u0130LD\u0130\u011e\u0130NDE (is-visible TET\u0130KLEND\u0130\u011e\u0130NDE) \u00c7ALI\u015eTIR *\/\n    .is-visible .css-count-exp {\n        animation: countExp 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        counter-reset: exp var(--num-exp);\n    }\n    .is-visible .css-count-exp::before { content: counter(exp); }\n\n    .is-visible .css-count-team {\n        animation: countTeam 3.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        counter-reset: team var(--num-team);\n    }\n    .is-visible .css-count-team::before { content: counter(team); }\n\n    .is-visible .css-count-prod {\n        animation: countProd 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        counter-reset: prod var(--num-prod);\n    }\n    .is-visible .css-count-prod::before { content: counter(prod); }\n\n    .is-visible .css-count-collab {\n        animation: countCollab 2.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        counter-reset: collab var(--num-collab);\n    }\n    .is-visible .css-count-collab::before { content: counter(collab); }\n<\/style>\n\n<section id=\"kurumsal\" class=\"py-20 md:py-24 bg-[#f8fafc] font-inter\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n        \n        <!-- \u00dcST KISIM: HAKKIMIZDA B\u0130LG\u0130 ALANI -->\n        <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-10 lg:gap-16 items-start mb-20 md:mb-24\">\n            \n            <!-- Sol: Ba\u015fl\u0131k Alan\u0131 -->\n            <div class=\"lg:col-span-5\">\n                <span class=\"flex items-center gap-2 text-sm font-bold tracking-widest text-brand-green uppercase mb-4\">\n                    <span class=\"w-6 h-[2px] bg-brand-green\"><\/span> Hakk\u0131m\u0131zda\n                <\/span>\n                <h2 class=\"font-manrope text-3xl sm:text-4xl lg:text-5xl font-extrabold text-brand-dark leading-tight\">\n                    Sa\u011fl\u0131kta G\u00fcven ve <br class=\"hidden lg:block\">Uluslararas\u0131 Standartlar.\n                <\/h2>\n            <\/div>\n\n            <!-- Sa\u011f: Metin ve 3'l\u00fc \u00d6zellik Kartlar\u0131 -->\n            <div class=\"lg:col-span-7\">\n                <p class=\"text-brand-muted text-base md:text-lg font-light leading-relaxed mb-8\">\n                    <strong class=\"font-semibold text-brand-dark\">GM BAY Sa\u011fl\u0131k \u00dcr\u00fcnleri<\/strong>, 2014 y\u0131l\u0131nda kurulan; re\u00e7eteli ve re\u00e7etesiz ila\u00e7lar\u0131n, g\u0131da takviyesi \u00fcr\u00fcnlerinin, medikal aletlerin, kozmetik ve ki\u015fisel bak\u0131m \u00fcr\u00fcnlerinin \u00fcretimini, sat\u0131\u015f\u0131n\u0131 ve pazarlamas\u0131n\u0131 yapan \u00f6nc\u00fc bir kurulu\u015ftur.\n                <\/p>\n                \n                <div class=\"grid grid-cols-1 sm:grid-cols-3 gap-4\">\n                    <div class=\"bg-white p-5 rounded-2xl border border-brand-green\/15 shadow-sm flex flex-col gap-3 transition-transform hover:-translate-y-1\">\n                        <div class=\"w-10 h-10 rounded-xl bg-brand-light text-brand-green flex items-center justify-center flex-shrink-0 shadow-sm\">\n                            <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.5\" d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"text-sm font-semibold text-brand-dark leading-snug\">Deneyimli ve G\u00fcvenilir Ekip<\/span>\n                    <\/div>\n                    \n                    <div class=\"bg-white p-5 rounded-2xl border border-brand-green\/15 shadow-sm flex flex-col gap-3 transition-transform hover:-translate-y-1\">\n                        <div class=\"w-10 h-10 rounded-xl bg-brand-light text-brand-green flex items-center justify-center flex-shrink-0 shadow-sm\">\n                            <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.5\" d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"text-sm font-semibold text-brand-dark leading-snug\">20&#8217;nin \u00fczerinde sa\u011fl\u0131k alan\u0131nda \u00fcr\u00fcn yelpazesi<\/span>\n                    <\/div>\n                    \n                    <div class=\"bg-white p-5 rounded-2xl border border-brand-green\/15 shadow-sm flex flex-col gap-3 transition-transform hover:-translate-y-1\">\n                        <div class=\"w-10 h-10 rounded-xl bg-brand-light text-brand-green flex items-center justify-center flex-shrink-0 shadow-sm\">\n                            <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.5\" d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"text-sm font-semibold text-brand-dark leading-snug\">T\u00fcm T\u00fcrkiye&#8217;yi kapsayan geni\u015f saha ekibi<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <!-- ORTA KISIM: EKRANA G\u0130R\u0130NCE \u00c7ALI\u015eAN SAYA\u00c7LAR -->\n        <div id=\"stats-counter-section\" class=\"grid grid-cols-2 lg:grid-cols-4 gap-4 sm:gap-6 mb-20 md:mb-24\">\n            \n            <div class=\"bg-white p-6 sm:p-8 rounded-3xl border border-slate-200\/80 text-center transition-transform hover:-translate-y-1 shadow-sm\">\n                <div class=\"flex items-center justify-center gap-0.5 mb-2\">\n                    <span class=\"css-count-exp font-manrope font-extrabold text-4xl sm:text-5xl md:text-6xl text-brand-blue\"><\/span>\n                    <span class=\"font-manrope font-extrabold text-3xl sm:text-4xl text-brand-green\">+<\/span>\n                <\/div>\n                <span class=\"font-inter text-xs md:text-sm font-semibold text-brand-muted uppercase tracking-wider block\">Y\u0131ll\u0131k Deneyim<\/span>\n            <\/div>\n\n            <div class=\"bg-white p-6 sm:p-8 rounded-3xl border border-slate-200\/80 text-center transition-transform hover:-translate-y-1 shadow-sm\">\n                <div class=\"flex items-center justify-center gap-0.5 mb-2\">\n                    <span class=\"css-count-team font-manrope font-extrabold text-4xl sm:text-5xl md:text-6xl text-brand-green\"><\/span>\n                    <span class=\"font-manrope font-extrabold text-3xl sm:text-4xl text-brand-blue\">+<\/span>\n                <\/div>\n                <span class=\"font-inter text-xs md:text-sm font-semibold text-brand-muted uppercase tracking-wider block\">Saha Ekibi<\/span>\n            <\/div>\n\n            <div class=\"bg-white p-6 sm:p-8 rounded-3xl border border-slate-200\/80 text-center transition-transform hover:-translate-y-1 shadow-sm\">\n                <div class=\"flex items-center justify-center gap-0.5 mb-2\">\n                    <span class=\"css-count-prod font-manrope font-extrabold text-4xl sm:text-5xl md:text-6xl text-brand-blue\"><\/span>\n                    <span class=\"font-manrope font-extrabold text-3xl sm:text-4xl text-brand-green\">+<\/span>\n                <\/div>\n                <span class=\"font-inter text-xs md:text-sm font-semibold text-brand-muted uppercase tracking-wider block\">\u00dcr\u00fcn Yelpazesi<\/span>\n            <\/div>\n\n            <div class=\"bg-white p-6 sm:p-8 rounded-3xl border border-slate-200\/80 text-center transition-transform hover:-translate-y-1 shadow-sm\">\n                <div class=\"flex items-center justify-center gap-0.5 mb-2\">\n                    <span class=\"css-count-collab font-manrope font-extrabold text-4xl sm:text-5xl md:text-6xl text-brand-green\"><\/span>\n                    <span class=\"font-manrope font-extrabold text-3xl sm:text-4xl text-brand-blue\">+<\/span>\n                <\/div>\n                <span class=\"font-inter text-xs md:text-sm font-semibold text-brand-muted uppercase tracking-wider block\">Partner<\/span>\n            <\/div>\n\n        <\/div>\n\n        <!-- DE\u011eERLER\u0130M\u0130Z B\u00d6L\u00dcM\u00dc -->\n        <div class=\"mb-20 md:mb-24\">\n            <div class=\"text-center max-w-2xl mx-auto mb-12 sm:mb-14\">\n                <span class=\"text-sm font-bold tracking-widest text-brand-green uppercase\">Kurumsal \u0130lkelerimiz<\/span>\n                <h3 class=\"font-manrope text-3xl md:text-4xl font-extrabold text-brand-dark mt-2\">De\u011ferlerimiz<\/h3>\n                <p class=\"text-brand-muted text-sm md:text-base font-light mt-3\">Her a\u015famada bilimin rehberli\u011finde, tavizsiz benimsedi\u011fimiz temel \u00e7al\u0131\u015fma prensiplerimiz.<\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 gap-5\">\n                \n                <!-- 1. Sayg\u0131 -->\n                <div class=\"group bg-white p-6 rounded-2xl border border-slate-200\/80 shadow-sm hover:border-brand-green\/40 hover:shadow-xl transition-all duration-300 flex flex-col justify-between\">\n                    <div>\n                        <div class=\"w-12 h-12 rounded-xl bg-brand-light text-brand-green group-hover:bg-brand-green group-hover:text-white flex items-center justify-center mb-5 transition-colors\">\n                            <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\" d=\"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z\"><\/path><\/svg>\n                        <\/div>\n                        <h4 class=\"font-manrope font-bold text-lg text-brand-dark mb-2\">Sayg\u0131<\/h4>\n                        <p class=\"text-xs text-brand-muted leading-relaxed font-light\">\u0130nsana, sa\u011fl\u0131\u011fa ve mesleki etik kurallara duyulan derin sayg\u0131.<\/p>\n                    <\/div>\n                    <div class=\"w-8 h-1 bg-brand-green\/30 rounded-full mt-5 group-hover:w-full group-hover:bg-brand-green transition-all duration-300\"><\/div>\n                <\/div>\n\n                <!-- 2. Sorumluluk -->\n                <div class=\"group bg-white p-6 rounded-2xl border border-slate-200\/80 shadow-sm hover:border-brand-green\/40 hover:shadow-xl transition-all duration-300 flex flex-col justify-between\">\n                    <div>\n                        <div class=\"w-12 h-12 rounded-xl bg-brand-light text-brand-blue group-hover:bg-brand-blue group-hover:text-white flex items-center justify-center mb-5 transition-colors\">\n                            <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path><\/svg>\n                        <\/div>\n                        <h4 class=\"font-manrope font-bold text-lg text-brand-dark mb-2\">Sorumluluk<\/h4>\n                        <p class=\"text-xs text-brand-muted leading-relaxed font-light\">Toplum ve hasta sa\u011fl\u0131\u011f\u0131na kar\u015f\u0131 \u00fcstlenilen tam medikal bilin\u00e7.<\/p>\n                    <\/div>\n                    <div class=\"w-8 h-1 bg-brand-blue\/30 rounded-full mt-5 group-hover:w-full group-hover:bg-brand-blue transition-all duration-300\"><\/div>\n                <\/div>\n\n                <!-- 3. Kararl\u0131l\u0131k -->\n                <div class=\"group bg-white p-6 rounded-2xl border border-slate-200\/80 shadow-sm hover:border-brand-green\/40 hover:shadow-xl transition-all duration-300 flex flex-col justify-between\">\n                    <div>\n                        <div class=\"w-12 h-12 rounded-xl bg-brand-light text-brand-green group-hover:bg-brand-green group-hover:text-white flex items-center justify-center mb-5 transition-colors\">\n                            <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path><\/svg>\n                        <\/div>\n                        <h4 class=\"font-manrope font-bold text-lg text-brand-dark mb-2\">Kararl\u0131l\u0131k<\/h4>\n                        <p class=\"text-xs text-brand-muted leading-relaxed font-light\">S\u00fcrekli geli\u015fim ve y\u00fcksek kalite vizyonunda tavizsiz duru\u015f.<\/p>\n                    <\/div>\n                    <div class=\"w-8 h-1 bg-brand-green\/30 rounded-full mt-5 group-hover:w-full group-hover:bg-brand-green transition-all duration-300\"><\/div>\n                <\/div>\n\n                <!-- 4. B\u00fct\u00fcnl\u00fck -->\n                <div class=\"group bg-white p-6 rounded-2xl border border-slate-200\/80 shadow-sm hover:border-brand-green\/40 hover:shadow-xl transition-all duration-300 flex flex-col justify-between\">\n                    <div>\n                        <div class=\"w-12 h-12 rounded-xl bg-brand-light text-brand-blue group-hover:bg-brand-blue group-hover:text-white flex items-center justify-center mb-5 transition-colors\">\n                            <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\" d=\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"><\/path><\/svg>\n                        <\/div>\n                        <h4 class=\"font-manrope font-bold text-lg text-brand-dark mb-2\">B\u00fct\u00fcnl\u00fck<\/h4>\n                        <p class=\"text-xs text-brand-muted leading-relaxed font-light\">T\u00fcm i\u015f ortaklar\u0131 ve s\u00fcre\u00e7lerde sars\u0131lmaz kurumsal tutarl\u0131l\u0131k.<\/p>\n                    <\/div>\n                    <div class=\"w-8 h-1 bg-brand-blue\/30 rounded-full mt-5 group-hover:w-full group-hover:bg-brand-blue transition-all duration-300\"><\/div>\n                <\/div>\n\n                <!-- 5. \u015eeffafl\u0131k -->\n                <div class=\"group bg-white p-6 rounded-2xl border border-slate-200\/80 shadow-sm hover:border-brand-green\/40 hover:shadow-xl transition-all duration-300 flex flex-col justify-between\">\n                    <div>\n                        <div class=\"w-12 h-12 rounded-xl bg-brand-light text-brand-green group-hover:bg-brand-green group-hover:text-white flex items-center justify-center mb-5 transition-colors\">\n                            <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\" d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\"><\/path><\/svg>\n                        <\/div>\n                        <h4 class=\"font-manrope font-bold text-lg text-brand-dark mb-2\">\u015eeffafl\u0131k<\/h4>\n                        <p class=\"text-xs text-brand-muted leading-relaxed font-light\">A\u00e7\u0131k, net, do\u011frulanabilir ve hesap verebilir ileti\u015fim modeli.<\/p>\n                    <\/div>\n                    <div class=\"w-8 h-1 bg-brand-green\/30 rounded-full mt-5 group-hover:w-full group-hover:bg-brand-green transition-all duration-300\"><\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- ALT KISIM: GENEL M\u00dcD\u00dcR MESAJI (Dengeli, Kibar ve \u015e\u0131k Format) -->\n        <div class=\"relative bg-white rounded-3xl border border-slate-200 shadow-sm overflow-hidden mt-8\">\n            \n            <!-- Arka Plan Watermark T\u0131rnak -->\n            <div class=\"absolute -top-6 -right-4 text-brand-light opacity-50 z-0 pointer-events-none\" style=\"font-size: 180px; font-family: serif; line-height: 1;\">\n                &#8221;\n            <\/div>\n\n            <!-- \u0130\u00e7erik Grid'i (Bo\u015fluklar bir t\u0131k daralt\u0131ld\u0131) -->\n            <div class=\"relative z-10 grid grid-cols-1 lg:grid-cols-12 gap-6 lg:gap-10 p-6 md:p-10 items-center\">\n                \n                <!-- Sol: Foto\u011fraf Alan\u0131 -->\n                <div class=\"lg:col-span-4 flex justify-center lg:justify-end\">\n                    <div class=\"relative group\">\n                        <!-- Boyut: Bir t\u0131k k\u00fc\u00e7\u00fclt\u00fcld\u00fc (lg:w-48 lg:h-48), kalite koruma ayarlar\u0131 aktif -->\n                        <div class=\"w-36 h-36 sm:w-40 sm:h-40 lg:w-48 lg:h-48 rounded-full overflow-hidden border-[6px] border-white shadow-lg bg-slate-50 relative z-10 transition-transform duration-700 group-hover:scale-[1.03]\">\n                            <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/09\/genelmudur-scaled.png\" alt=\"G\u00fcrsel Bayat - Genel M\u00fcd\u00fcr\" class=\"w-full h-full object-cover transition-transform duration-700 group-hover:scale-110\" style=\"object-position: center top; filter: contrast(1.05) brightness(1.05);\">\n                        <\/div>\n                        \n                        <!-- Etraf\u0131ndaki \u0130nce Zarif Halka -->\n                        <div class=\"absolute inset-0 -m-2.5 rounded-full border border-brand-green\/20 z-0 pointer-events-none transition-transform duration-700 group-hover:scale-105\"><\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Sa\u011f: Tipografi Odakl\u0131 Mesaj -->\n                <div class=\"lg:col-span-8 flex flex-col justify-center text-center lg:text-left\">\n                    \n                    <h3 class=\"font-manrope text-lg md:text-xl font-bold text-brand-dark mb-3 tracking-wide\">\n                        Genel M\u00fcd\u00fcr\u00fcm\u00fcz\u00fcn Mesaj\u0131\n                    <\/h3>\n                    \n                    <!-- Metin boyutu bir t\u0131k ufalt\u0131ld\u0131 -->\n                    <p class=\"font-inter text-slate-600 text-base md:text-lg lg:text-xl leading-relaxed mb-6 font-light italic\">\n                        &#8220;Sa\u011fl\u0131k, taviz verilemez bir sorumluluktur. GM BAY olarak her ad\u0131m\u0131m\u0131zda, \u00f6nce insan sa\u011fl\u0131\u011f\u0131na duydu\u011fumuz derin sayg\u0131, bilimsel yakla\u015f\u0131m ve \u015feffafl\u0131k ilkemiz yatar.&#8221;\n                    <\/p>\n                    \n                    <!-- \u0130sim ve Unvan Blo\u011fu -->\n                    <div class=\"pt-5 border-t border-slate-100 flex flex-col lg:flex-row items-center lg:items-start gap-1 lg:gap-3\">\n                        <h4 class=\"font-manrope font-extrabold text-base md:text-lg text-brand-dark\">G\u00fcrsel BAYAT<\/h4>\n                        <span class=\"hidden lg:block text-slate-300\">|<\/span>\n                        <p class=\"text-xs md:text-sm font-bold text-brand-green tracking-wide\">\n                            GM BAY Sa\u011fl\u0131k \u00dcr\u00fcnleri Genel M\u00fcd\u00fcr\u00fc\n                        <\/p>\n                    <\/div>\n                    \n                <\/div>\n                \n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<!-- SCROLL'DA EKRANA G\u0130R\u0130NCE AN\u0130MASYONU BA\u015eLATAN TET\u0130KLEY\u0130C\u0130 -->\n<script>\n    (function() {\n        function setupScrollTrigger() {\n            var statsBox = document.getElementById('stats-counter-section');\n            if (!statsBox) return;\n\n            if ('IntersectionObserver' in window) {\n                var observer = new IntersectionObserver(function(entries) {\n                    entries.forEach(function(entry) {\n                        if (entry.isIntersecting) {\n                            statsBox.classList.add('is-visible');\n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.2 });\n\n                observer.observe(statsBox);\n            } else {\n                statsBox.classList.add('is-visible');\n            }\n        }\n\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', setupScrollTrigger);\n        } else {\n            setupScrollTrigger();\n        }\n    })();\n<\/script>\n\n\n\n<!-- 2. B\u00d6L\u00dcM: \u00dcR\u00dcN A\u0130LEM\u0130Z (SAYDAM YE\u015e\u0130L GRADYAN ZEM\u0130NL\u0130, FERAH & AYRI\u015eAN V\u0130TR\u0130N) -->\n<style>\n    .product-btn, .product-btn * {\n        text-decoration: none !important;\n        outline: none !important;\n    }\n\n    \/* Vitrin Kartlar\u0131 *\/\n    .pro-card-showcase {\n        background: #ffffff;\n        border: 1px solid rgba(226, 232, 240, 0.9);\n        border-radius: 1.25rem;\n        box-shadow: 0 6px 20px -3px rgba(4, 26, 51, 0.06), 0 2px 6px -2px rgba(139, 183, 69, 0.05);\n        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;\n        text-decoration: none !important;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n    }\n    .pro-card-showcase:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 16px 30px -6px rgba(139, 183, 69, 0.2), 0 4px 10px -2px rgba(4, 26, 51, 0.04);\n    }\n\n    \/* Kart \u00dcst Renk Vurgular\u0131 *\/\n    .card-accent-blue {\n        border-top: 4px solid #064f99 !important;\n    }\n    .card-accent-green {\n        border-top: 4px solid #8bb745 !important;\n    }\n\n    \/* Buton Ok Hareketi *\/\n    .pro-arrow {\n        transition: transform 0.2s ease;\n    }\n    .pro-card-showcase:hover .pro-arrow {\n        transform: translateX(4px);\n    }\n<\/style>\n\n<section id=\"urunlerimiz\" class=\"py-14 md:py-18 relative overflow-hidden font-inter border-y border-[#8bb745]\/20\" style=\"background: linear-gradient(135deg, rgba(139, 183, 69, 0.12) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(6, 79, 153, 0.05) 75%, rgba(139, 183, 69, 0.1) 100%);\">\n    \n    <!-- Arka Plan Dekoratif Saydam I\u015f\u0131klar -->\n    <div class=\"absolute top-0 right-0 w-80 h-80 bg-[#8bb745]\/15 rounded-full blur-3xl pointer-events-none\"><\/div>\n    <div class=\"absolute bottom-0 left-0 w-80 h-80 bg-[#064f99]\/10 rounded-full blur-3xl pointer-events-none\"><\/div>\n\n    <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n        \n        <!-- BA\u015eLIK ALANI -->\n        <div class=\"text-center max-w-xl mx-auto mb-9 md:mb-11\">\n            <span class=\"inline-flex items-center gap-1.5 text-xs font-bold tracking-widest text-[#8bb745] bg-[#8bb745]\/15 border border-[#8bb745]\/30 px-3.5 py-1 rounded-full uppercase mb-2.5 shadow-xs\">\n                <span class=\"w-1.5 h-1.5 rounded-full bg-[#8bb745]\"><\/span>\n                Portf\u00f6y\u00fcm\u00fcz\n            <\/span>\n            <h2 class=\"font-manrope text-2xl sm:text-3xl md:text-4xl font-extrabold text-[#041a33] mb-2 tracking-tight\">\n                \u00dcr\u00fcn Ailemiz\n            <\/h2>\n            <p class=\"text-slate-600 text-xs sm:text-sm font-light leading-relaxed\">\n                Toplum sa\u011fl\u0131\u011f\u0131 ve ya\u015fam kalitesini art\u0131rmaya y\u00f6nelik geli\u015ftirdi\u011fimiz yenilik\u00e7i medikal ve dermatolojik portf\u00f6y\u00fcm\u00fcz.\n            <\/p>\n        <\/div>\n\n        <!-- 2'L\u0130 KART YAPISI (YE\u015e\u0130L & MAV\u0130 PALET DENGES\u0130) -->\n        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6 max-w-4xl mx-auto items-stretch mb-9 md:mb-11\">\n            \n            <!-- 1. KART: \u0130LA\u00c7 GRUBU (Mavi Vurgulu) -->\n            <a href=\"https:\/\/gmbay.com.tr\/index.php\/urunlerimiz\/ilac-grubu\/\" class=\"pro-card-showcase card-accent-blue p-6 sm:p-7 md:p-8 cursor-pointer\">\n                <div>\n                    <!-- Mavi \u0130kon Kutusu -->\n                    <div class=\"w-12 h-12 rounded-xl bg-[#064f99] text-white flex items-center justify-center mb-5 shadow-sm\">\n                        <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\" d=\"M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z\"><\/path><\/svg>\n                    <\/div>\n\n                    <h3 class=\"font-manrope text-xl sm:text-2xl font-bold text-[#041a33] mb-2\">\n                        \u0130la\u00e7 Grubu\n                    <\/h3>\n                    <p class=\"text-slate-500 text-xs sm:text-sm font-light leading-relaxed mb-6\">\n                        Hekimlerimizin g\u00fcvenle re\u00e7eteledi\u011fi, Sa\u011fl\u0131k Bakanl\u0131\u011f\u0131 onayl\u0131 geni\u015f terap\u00f6tik tedavi portf\u00f6y\u00fcm\u00fcz ve ruhsatl\u0131 \u00fcr\u00fcnlerimiz.\n                    <\/p>\n                <\/div>\n\n                <div class=\"pt-4 border-t border-slate-100 flex items-center justify-between\">\n                    <span class=\"product-btn inline-flex items-center gap-2 text-[#064f99] hover:text-[#041a33] font-inter text-xs sm:text-sm font-bold transition-colors\">\n                        \u00dcr\u00fcnleri \u0130ncele\n                        <svg class=\"pro-arrow w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path><\/svg>\n                    <\/span>\n                    <svg class=\"w-4 h-4 text-slate-300\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5l7 7-7 7\"><\/path><\/svg>\n                <\/div>\n            <\/a>\n\n            <!-- 2. KART: DERMATOLOJ\u0130 GRUBU (Ye\u015fil Vurgulu) -->\n            <a href=\"https:\/\/gmbay.com.tr\/index.php\/dermatoloji-grubu\/\" class=\"pro-card-showcase card-accent-green p-6 sm:p-7 md:p-8 cursor-pointer\">\n                <div>\n                    <!-- Ye\u015fil \u0130kon Kutusu -->\n                    <div class=\"w-12 h-12 rounded-xl bg-[#8bb745] text-white flex items-center justify-center mb-5 shadow-sm\">\n                        <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.8\" d=\"M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.286L13 21l-2.286-6.857L5 12l5.714-2.286L13 3z\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                    <h3 class=\"font-manrope text-xl sm:text-2xl font-bold text-[#041a33] mb-2\">\n                        Dermatoloji Grubu\n                    <\/h3>\n                    <p class=\"text-slate-500 text-xs sm:text-sm font-light leading-relaxed mb-6\">\n                        Cilt sa\u011fl\u0131\u011f\u0131, yenileyici bak\u0131m ve estetik dermatoloji alan\u0131nda ileri form\u00fcllerle geli\u015ftirilmi\u015f dermokozmetik portf\u00f6y\u00fcm\u00fcz.\n                    <\/p>\n                <\/div>\n\n                <div class=\"pt-4 border-t border-slate-100 flex items-center justify-between\">\n                    <span class=\"product-btn inline-flex items-center gap-2 text-[#8bb745] hover:text-[#76a035] font-inter text-xs sm:text-sm font-bold transition-colors\">\n                        \u00dcr\u00fcnleri \u0130ncele\n                        <svg class=\"pro-arrow w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path><\/svg>\n                    <\/span>\n                    <svg class=\"w-4 h-4 text-slate-300\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5l7 7-7 7\"><\/path><\/svg>\n                <\/div>\n            <\/a>\n\n        <\/div>\n\n        <!-- KURUMSAL G\u00dcVENCE \u015eER\u0130D\u0130 -->\n        <div class=\"max-w-4xl mx-auto pt-7 border-t border-[#8bb745]\/25 grid grid-cols-1 sm:grid-cols-3 gap-3.5 text-center\">\n            \n            <div class=\"flex items-center justify-center gap-2.5 py-2.5 px-3 text-[#041a33] bg-white\/90 rounded-xl border border-slate-200\/80 shadow-xs backdrop-blur-xs\">\n                <div class=\"w-7 h-7 rounded-lg bg-[#8bb745]\/15 text-[#8bb745] flex items-center justify-center flex-shrink-0\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                <\/div>\n                <span class=\"text-xs sm:text-sm font-semibold\">GMP &amp; ISO Standartlar\u0131<\/span>\n            <\/div>\n\n            <div class=\"flex items-center justify-center gap-2.5 py-2.5 px-3 text-[#041a33] bg-white\/90 rounded-xl border border-slate-200\/80 shadow-xs backdrop-blur-xs\">\n                <div class=\"w-7 h-7 rounded-lg bg-[#064f99]\/10 text-[#064f99] flex items-center justify-center flex-shrink-0\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.2\" d=\"M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z\"><\/path><\/svg>\n                <\/div>\n                <span class=\"text-xs sm:text-sm font-semibold\">Klinik Olarak Test Edilmi\u015f<\/span>\n            <\/div>\n\n            <div class=\"flex items-center justify-center gap-2.5 py-2.5 px-3 text-[#041a33] bg-white\/90 rounded-xl border border-slate-200\/80 shadow-xs backdrop-blur-xs\">\n                <div class=\"w-7 h-7 rounded-lg bg-[#8bb745]\/15 text-[#8bb745] flex items-center justify-center flex-shrink-0\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.2\" d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064\"><\/path><\/svg>\n                <\/div>\n                <span class=\"text-xs sm:text-sm font-semibold\">T\u00fcrkiye Geneli Da\u011f\u0131t\u0131m A\u011f\u0131<\/span>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<!-- 4. B\u00d6L\u00dcM: PARTNERLER\u0130M\u0130Z (\u0130S\u0130M VE LOGO V\u0130TR\u0130N\u0130) -->\n<style>\n    .partner-card {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-bottom: 4px solid #8bb745 !important;\n        border-radius: 1.25rem;\n        box-shadow: 0 4px 18px -2px rgba(15, 23, 42, 0.05);\n        transition: all 0.25s ease;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        padding: 1.5rem 1.25rem;\n        height: 100%;\n    }\n    .partner-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 16px 30px -6px rgba(139, 183, 69, 0.15);\n        border-color: #cbd5e1;\n        border-bottom-color: #76a035 !important;\n    }\n    .partner-img-wrapper {\n        width: 100%;\n        height: 100px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-top: 1rem;\n    }\n    .partner-img-wrapper img {\n        max-height: 100%;\n        max-width: 100%;\n        object-fit: contain;\n        transition: transform 0.3s ease;\n        mix-blend-mode: multiply; \/* Logolar\u0131n beyaz arka planla kusursuz b\u00fct\u00fcnle\u015fmesini sa\u011flar *\/\n    }\n    .partner-card:hover .partner-img-wrapper img {\n        transform: scale(1.05);\n    }\n<\/style>\n\n<section id=\"partnerlerimiz\" class=\"py-14 md:py-18 bg-[#f8fafc] font-inter border-t border-slate-200\/70\">\n    <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n        \n        <!-- BA\u015eLIK & A\u00c7IKLAMA -->\n        <div class=\"text-center max-w-2xl mx-auto mb-12 md:mb-16\">\n            <h2 class=\"font-manrope text-2xl sm:text-3xl md:text-4xl font-extrabold text-brand-dark mb-3 tracking-tight\">\n                Partnerlerimiz\n            <\/h2>\n            <p class=\"text-brand-muted text-xs sm:text-sm md:text-base font-light leading-relaxed\">\n                GM BAY olarak i\u015f birliklerinin g\u00fcc\u00fcne inan\u0131yor ve de\u011fer veriyoruz. Sa\u011fl\u0131k \u00e7al\u0131\u015fanlar\u0131 ve toplum sa\u011fl\u0131\u011f\u0131na verdi\u011fimiz katma de\u011feri artt\u0131rmak ad\u0131na her g\u00fcn i\u015f birliklerimizi artt\u0131rmak i\u00e7in \u00e7al\u0131\u015f\u0131yoruz.\n            <\/p>\n        <\/div>\n\n        <!-- 6'LI PARTNER KARTLARI (3 S\u00fctunlu Grid Yap\u0131s\u0131) -->\n        <div class=\"grid grid-cols-2 md:grid-cols-3 gap-5 sm:gap-6 lg:gap-8 max-w-5xl mx-auto items-stretch\">\n            \n            <!-- 1. PARTNER: Pharmamedico -->\n            <div class=\"partner-card\">\n                <h3 class=\"font-manrope text-sm sm:text-base md:text-lg font-bold text-brand-dark text-center\">\n                    Pharmamedico\n                <\/h3>\n                <div class=\"partner-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/pharmamedico.png\" alt=\"Pharmamedico Logo\">\n                <\/div>\n            <\/div>\n\n            <!-- 2. PARTNER: Phoenix Labs -->\n            <div class=\"partner-card\">\n                <h3 class=\"font-manrope text-sm sm:text-base md:text-lg font-bold text-brand-dark text-center\">\n                    Phoenix Labs\n                <\/h3>\n                <div class=\"partner-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/Phoenix-Labs.jpg\" alt=\"Phoenix Labs Logo\">\n                <\/div>\n            <\/div>\n\n            <!-- 3. PARTNER: Sanofi -->\n            <div class=\"partner-card\">\n                <h3 class=\"font-manrope text-sm sm:text-base md:text-lg font-bold text-brand-dark text-center\">\n                    Sanofi\n                <\/h3>\n                <div class=\"partner-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/Sanofi_logo.svg\" alt=\"Sanofi Logo\">\n                <\/div>\n            <\/div>\n\n            <!-- 4. PARTNER: Fareva -->\n            <div class=\"partner-card\">\n                <h3 class=\"font-manrope text-sm sm:text-base md:text-lg font-bold text-brand-dark text-center\">\n                    Fareva\n                <\/h3>\n                <div class=\"partner-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/fareva_logo.jpg\" alt=\"Fareva Logo\">\n                <\/div>\n            <\/div>\n\n            <!-- 5. PARTNER: Empharma -->\n            <div class=\"partner-card\">\n                <h3 class=\"font-manrope text-sm sm:text-base md:text-lg font-bold text-brand-dark text-center\">\n                    Empharma\n                <\/h3>\n                <div class=\"partner-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/emka_ilac_limited_sirketi_logo.jpg\" alt=\"Empharma Logo\">\n                <\/div>\n            <\/div>\n\n            <!-- 6. PARTNER: DNC -->\n            <div class=\"partner-card\">\n                <h3 class=\"font-manrope text-sm sm:text-base md:text-lg font-bold text-brand-dark text-center\">\n                    DNC\n                <\/h3>\n                <div class=\"partner-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/DNC.jpg\" alt=\"DNC Logo\">\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<!-- 3. B\u00d6L\u00dcM: B\u0130ZDEN HABERLER (TEKL\u0130 & KOMPAKT V\u0130TR\u0130N) -->\n<style>\n    .news-card-link, .news-card-link * {\n        text-decoration: none !important;\n        outline: none !important;\n    }\n    .news-card {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-radius: 1.15rem;\n        box-shadow: 0 3px 12px -2px rgba(15, 23, 42, 0.05);\n        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        height: 100%;\n    }\n    .news-card:hover {\n        transform: translateY(-3px);\n        border-color: #cbd5e1;\n        box-shadow: 0 12px 24px -6px rgba(6, 79, 153, 0.1), 0 3px 8px -2px rgba(139, 183, 69, 0.06);\n    }\n    .news-img-box img {\n        transition: transform 0.35s ease;\n    }\n    .news-card:hover .news-img-box img {\n        transform: scale(1.03);\n    }\n    .news-arrow {\n        transition: transform 0.2s ease;\n    }\n    .news-card:hover .news-arrow {\n        transform: translateX(3px);\n    }\n<\/style>\n\n<section id=\"haberler\" class=\"py-10 md:py-12 bg-[#f8fafc] font-inter border-t border-slate-200\/70 text-left\">\n    <div class=\"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8\">\n        \n        <!-- BA\u015eLIK & T\u00dcM HABERLER BUTONU -->\n        <div class=\"flex items-center justify-between mb-7 md:mb-8 text-left\">\n            <h2 class=\"font-manrope text-2xl sm:text-3xl font-extrabold text-brand-dark tracking-tight text-left\">\n                Bizden Haberler\n            <\/h2>\n            <a href=\"https:\/\/gmbay.com.tr\/index.php\/haberler\/\" class=\"news-card-link inline-flex items-center gap-1.5 text-xs sm:text-sm font-bold text-brand-dark hover:text-brand-green px-3.5 py-2 rounded-xl border border-slate-200 bg-white transition-colors shadow-xs\">\n                <span>T\u00fcm Haberler<\/span>\n                <svg class=\"news-arrow w-3.5 h-3.5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path><\/svg>\n            <\/a>\n        <\/div>\n\n        <!-- TEKL\u0130 HABER KARTI (SOLA YASLI & GEN\u0130\u015eLET\u0130LM\u0130\u015e) -->\n        <div class=\"w-full text-left\">\n            \n            <!-- 1. HABER: DO\u011eANIN \u0130Y\u0130LE\u015eT\u0130R\u0130C\u0130 G\u00dcC\u00dc -->\n            <a href=\"https:\/\/gmbay.com.tr\/index.php\/haberler\/\" class=\"news-card-link group block text-left\">\n                <div class=\"news-card\">\n                    <div class=\"text-left\">\n                        <!-- G\u00f6rsel Alan\u0131 -->\n                        <div class=\"news-img-box h-48 sm:h-56 w-full overflow-hidden bg-slate-100 relative\">\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1584308666744-24d5c474f2ae?auto=format&amp;fit=crop&amp;q=80&amp;w=800\" alt=\"Do\u011fan\u0131n \u0130yile\u015ftirici G\u00fcc\u00fcn\u00fc Form\u00fcle Ettik\" class=\"w-full h-full object-cover\">\n                            <span class=\"absolute top-3 left-3 bg-white\/95 backdrop-blur-xs text-brand-dark text-[10px] font-bold px-2.5 py-0.5 rounded-full uppercase tracking-wider shadow-xs border border-slate-200\/80\">\n                                Ar-Ge &amp; \u0130novasyon\n                            <\/span>\n                        <\/div>\n\n                        <!-- Metin Alan\u0131 -->\n                        <div class=\"p-5 sm:p-6 text-left\">\n                            <h3 class=\"font-manrope text-lg sm:text-xl font-bold text-brand-dark group-hover:text-brand-blue transition-colors mb-2 leading-snug text-left\">\n                                Do\u011fan\u0131n iyile\u015ftirici g\u00fcc\u00fcn\u00fc form\u00fcle ettik\n                            <\/h3>\n                            <p class=\"text-brand-muted text-xs sm:text-sm font-light leading-relaxed mb-2 text-left\">\n                                10 y\u0131l\u0131 a\u015fk\u0131n s\u00fcredir edindi\u011fimiz deneyim ve ger\u00e7ekle\u015ftirdi\u011fimiz klinik \u00e7al\u0131\u015fmalar do\u011frultusunda do\u011fan\u0131n iyile\u015ftirici g\u00fcc\u00fcn\u00fc form\u00fcllerimizde birle\u015ftirdik.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Alt \u00c7izgi & Buton -->\n                    <div class=\"px-5 sm:px-6 pb-4 pt-2 border-t border-slate-100 flex items-center justify-between text-left\">\n                        <span class=\"inline-flex items-center gap-1 text-xs font-bold text-brand-green group-hover:text-brand-blue transition-colors\">\n                            Devam\u0131n\u0131 Oku\n                            <svg class=\"news-arrow w-3.5 h-3.5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path><\/svg>\n                        <\/span>\n                        <span class=\"text-[11px] text-slate-400 font-medium\">GMBAY B\u00fclten<\/span>\n                    <\/div>\n                <\/div>\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<!-- 5. B\u00d6L\u00dcM: SOSYAL MEDYADA B\u0130Z (KURUMSAL VE KONTRASTLI KARTLAR) -->\n<style>\n    .social-card, .social-card * {\n        text-decoration: none !important;\n        outline: none !important;\n    }\n    .social-card {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-radius: 1.25rem;\n        box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.05);\n        transition: all 0.25s ease;\n    }\n    .social-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 16px 30px -6px rgba(15, 23, 42, 0.1);\n    }\n<\/style>\n\n<section id=\"sosyal-medya\" class=\"py-16 md:py-20 bg-[#f8fafc] font-inter border-t border-slate-200\/70\">\n    <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n        \n        <!-- BA\u015eLIK & A\u00c7IKLAMA -->\n        <div class=\"text-center max-w-2xl mx-auto mb-12\">\n            <span class=\"text-xs font-bold tracking-widest text-brand-green uppercase mb-2 block\">\n                Dijital Kanallar\u0131m\u0131z\n            <\/span>\n            <h2 class=\"font-manrope text-2xl sm:text-3xl md:text-4xl font-extrabold text-brand-dark tracking-tight mb-3\">\n                Sosyal Medyada Biz\n            <\/h2>\n            <p class=\"text-brand-muted text-sm md:text-base font-light leading-relaxed\">\n                Sa\u011fl\u0131k d\u00fcnyas\u0131ndaki g\u00fcncel geli\u015fmeler, yenilik\u00e7i \u00fcr\u00fcnlerimiz ve kurumsal duyurular\u0131m\u0131z i\u00e7in dijital kanallar\u0131m\u0131zdan bize kat\u0131l\u0131n.\n            <\/p>\n        <\/div>\n\n        <!-- 3'L\u00dc SOSYAL MEDYA KARTLARI -->\n        <div class=\"grid grid-cols-1 sm:grid-cols-3 gap-5\">\n            \n            <!-- 1. LINKEDIN -->\n            <a href=\"https:\/\/www.linkedin.com\/company\/gmbaysa\u011fl\u0131k\u00fcr\u00fcnleri\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-card group p-6 hover:border-[#0a66c2]\/50 flex flex-col justify-between block\">\n                <div>\n                    <!-- \u0130kon -->\n                    <div class=\"mb-5\">\n                        <div class=\"w-12 h-12 rounded-xl bg-[#0a66c2]\/10 text-[#0a66c2] group-hover:bg-[#0a66c2] group-hover:text-white transition-all flex items-center justify-center shadow-xs\">\n                            <svg class=\"w-6 h-6 fill-current\" viewBox=\"0 0 24 24\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"><\/path><\/svg>\n                        <\/div>\n                    <\/div>\n\n                    <h3 class=\"font-manrope font-bold text-lg text-brand-dark mb-1.5 group-hover:text-[#0a66c2] transition-colors\">\n                        LinkedIn\n                    <\/h3>\n                    <p class=\"text-xs text-brand-muted font-light leading-relaxed mb-6\">\n                        Sekt\u00f6rel haberler, i\u015f f\u0131rsatlar\u0131 ve bilimsel medikal yay\u0131nlar\u0131m\u0131z.\n                    <\/p>\n                <\/div>\n\n                <div class=\"pt-4 border-t border-slate-100 flex items-center justify-between\">\n                    <span class=\"text-xs font-bold text-slate-700 group-hover:text-[#0a66c2] transition-colors\">Takip Et<\/span>\n                    <svg class=\"w-4 h-4 text-slate-400 group-hover:text-[#0a66c2] group-hover:translate-x-1 transition-all\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path><\/svg>\n                <\/div>\n            <\/a>\n\n            <!-- 2. INSTAGRAM -->\n            <a href=\"https:\/\/www.instagram.com\/baygmtr\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-card group p-6 hover:border-[#E1306C]\/50 flex flex-col justify-between block\">\n                <div>\n                    <!-- \u0130kon -->\n                    <div class=\"mb-5\">\n                        <div class=\"w-12 h-12 rounded-xl bg-[#E1306C]\/10 text-[#E1306C] group-hover:bg-[#E1306C] group-hover:text-white transition-all flex items-center justify-center shadow-xs\">\n                            <svg class=\"w-6 h-6 fill-current\" viewBox=\"0 0 24 24\"><path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"><\/path><\/svg>\n                        <\/div>\n                    <\/div>\n\n                    <h3 class=\"font-manrope font-bold text-lg text-brand-dark mb-1.5 group-hover:text-[#E1306C] transition-colors\">\n                        Instagram\n                    <\/h3>\n                    <p class=\"text-xs text-brand-muted font-light leading-relaxed mb-6\">\n                        Cilt bak\u0131m ipu\u00e7lar\u0131, \u00fcr\u00fcn detaylar\u0131 ve dinamik i\u00e7eriklerimiz.\n                    <\/p>\n                <\/div>\n\n                <div class=\"pt-4 border-t border-slate-100 flex items-center justify-between\">\n                    <span class=\"text-xs font-bold text-slate-700 group-hover:text-[#E1306C] transition-colors\">Takip Et<\/span>\n                    <svg class=\"w-4 h-4 text-slate-400 group-hover:text-[#E1306C] group-hover:translate-x-1 transition-all\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path><\/svg>\n                <\/div>\n            <\/a>\n\n            <!-- 3. YOUTUBE -->\n            <a href=\"https:\/\/www.youtube.com\/@baygmtr\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-card group p-6 hover:border-[#FF0000]\/50 flex flex-col justify-between block\">\n                <div>\n                    <!-- \u0130kon -->\n                    <div class=\"mb-5\">\n                        <div class=\"w-12 h-12 rounded-xl bg-[#FF0000]\/10 text-[#FF0000] group-hover:bg-[#FF0000] group-hover:text-white transition-all flex items-center justify-center shadow-xs\">\n                            <svg class=\"w-6 h-6 fill-current\" viewBox=\"0 0 24 24\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"><\/path><\/svg>\n                        <\/div>\n                    <\/div>\n\n                    <h3 class=\"font-manrope font-bold text-lg text-brand-dark mb-1.5 group-hover:text-[#FF0000] transition-colors\">\n                        YouTube\n                    <\/h3>\n                    <p class=\"text-xs text-brand-muted font-light leading-relaxed mb-6\">\n                        Uzman hekim s\u00f6yle\u015fileri, videocast&#8217;ler ve tan\u0131t\u0131m filmlerimiz.\n                    <\/p>\n                <\/div>\n\n                <div class=\"pt-4 border-t border-slate-100 flex items-center justify-between\">\n                    <span class=\"text-xs font-bold text-slate-700 group-hover:text-[#FF0000] transition-colors\">Abone Ol<\/span>\n                    <svg class=\"w-4 h-4 text-slate-400 group-hover:text-[#FF0000] group-hover:translate-x-1 transition-all\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path><\/svg>\n                <\/div>\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<style>\n    .baygm-btn, .baygm-btn * {\n        text-decoration: none !important;\n        outline: none !important;\n    }\n    .baygm-card-clean {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-left: 4px solid #8bb745 !important;\n        border-radius: 1.25rem;\n        box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06);\n        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;\n    }\n    .baygm-card-clean:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 16px 32px -6px rgba(15, 23, 42, 0.1);\n    }\n<\/style>\n\n<section id=\"online-satis\" class=\"py-12 md:py-16 bg-[#f8fafc] font-inter border-t border-slate-200\/70\">\n    <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n        \n        <div class=\"baygm-card-clean p-6 sm:p-8 md:p-9 relative overflow-hidden flex flex-col md:flex-row items-center justify-between gap-6 md:gap-8\">\n            \n            <div class=\"flex flex-col sm:flex-row items-center md:items-start gap-5 sm:gap-6 text-center sm:text-left z-10\">\n                \n                <a href=\"https:\/\/baygm.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"baygm-btn w-44 h-24 sm:w-48 sm:h-26 rounded-xl bg-slate-50 p-2 border border-slate-200\/80 flex items-center justify-center flex-shrink-0 group hover:border-brand-green transition-all duration-200 shadow-xs\">\n                    <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/baygm-logo-1-scaled-e1787928664219.png\" alt=\"BayGM Sa\u011fl\u0131k \u00dcr\u00fcnleri\" class=\"w-full h-full object-contain group-hover:scale-105 transition-transform duration-200\">\n                <\/a>\n\n                <div>\n                    <div class=\"flex items-center justify-center sm:justify-start gap-2 mb-2\">\n                        <span class=\"text-[11px] font-bold text-brand-green bg-emerald-50 px-2.5 py-1 rounded-md uppercase tracking-wider border border-brand-green\/20\">\n                            Yetkili Online Sat\u0131\u015f Ma\u011fazas\u0131\n                        <\/span>\n                    <\/div>\n                    <h3 class=\"font-manrope text-xl sm:text-2xl font-extrabold text-brand-dark tracking-tight\">\n                        Dermokozmetik ve Sa\u011fl\u0131k \u00dcr\u00fcnleri <br class=\"hidden sm:inline\">\n                        <span class=\"text-brand-blue\">Baygm.com<\/span> G\u00fcvencesiyle Kap\u0131n\u0131zda\n                    <\/h3>\n                    <p class=\"mt-2 text-xs sm:text-sm text-brand-muted font-light max-w-lg leading-relaxed\">\n                        T\u00fcketici sa\u011fl\u0131\u011f\u0131 ve dermokozmetik portf\u00f6y\u00fcm\u00fcz\u00fc do\u011frudan temin etmek ve g\u00fcvenle sipari\u015f vermek i\u00e7in resmi online sat\u0131\u015f ma\u011fazam\u0131z\u0131 ziyaret edebilirsiniz.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"z-10 flex-shrink-0 w-full md:w-auto\">\n                <a href=\"https:\/\/baygm.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"baygm-btn w-full md:w-auto inline-flex items-center justify-center gap-2 bg-brand-green hover:bg-brand-green2 text-white font-inter text-sm font-bold px-6 py-3.5 rounded-xl shadow-sm transition-all hover:shadow-md\">\n                    <span>Baygm.com&#8217;a Git<\/span>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"><\/path><\/svg>\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<!-- 7. B\u00d6L\u00dcM: FOOTER (SADE & KURUMSAL ALT B\u0130LG\u0130) -->\n<style>\n    .footer-link, .footer-link * {\n        text-decoration: none !important;\n        outline: none !important;\n    }\n    .footer-link {\n        transition: all 0.2s ease;\n    }\n    .footer-link:hover {\n        color: #8bb745 !important;\n        transform: translateX(3px);\n    }\n    .footer-social-btn {\n        transition: all 0.25s ease;\n    }\n    .footer-social-btn:hover {\n        background-color: #8bb745 !important;\n        color: #ffffff !important;\n        transform: translateY(-2px);\n    }\n\n    \/* 1. Teman\u0131n bozuk ve \u00e7ak\u0131\u015fan eski butonlar\u0131n\u0131 tamamen gizle *\/\n    a.scroll-to-top,\n    .scroll-to-top,\n    #scrollUp,\n    .scrollup,\n    .to-top,\n    .back-to-top,\n    #scrollToTop,\n    [class*=\"scroll-to-top\"] {\n        display: none !important;\n        opacity: 0 !important;\n        visibility: hidden !important;\n        pointer-events: none !important;\n    }\n\n    \/* 2. Yeni \u00d6zel Yukar\u0131 Kayd\u0131r Buton Stili *\/\n    #gmbayScrollTop {\n        position: fixed;\n        bottom: 24px;\n        right: 24px;\n        z-index: 999999;\n        width: 44px;\n        height: 44px;\n        border-radius: 12px;\n        background-color: #8bb745;\n        color: #ffffff;\n        border: none;\n        outline: none;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        box-shadow: 0 4px 14px rgba(139, 183, 69, 0.35);\n        opacity: 0;\n        visibility: hidden;\n        transform: translateY(12px);\n        transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    #gmbayScrollTop.active {\n        opacity: 1;\n        visibility: visible;\n        transform: translateY(0);\n    }\n\n    #gmbayScrollTop:hover {\n        background-color: #76a035;\n        transform: translateY(-3px);\n        box-shadow: 0 8px 20px rgba(139, 183, 69, 0.45);\n    }\n<\/style>\n\n<footer class=\"bg-[#041a33] text-white font-inter border-t-4 border-brand-green pt-16 pb-8\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n        \n        <!-- \u00dcST ALAN: 4 S\u00dcTUNLU ANA GRID -->\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-12 gap-10 lg:gap-12 pb-14 border-b border-white\/10 items-start\">\n            \n            <!-- 1. S\u00dcTUN: LOGO & KURUMSAL MET\u0130N (lg:col-span-4) -->\n            <div class=\"lg:col-span-4 space-y-5\">\n                \n                <!-- Logo Alan\u0131 -->\n                <a href=\"https:\/\/gmbay.com.tr\/\" class=\"inline-flex items-center justify-center bg-white px-4 py-2.5 rounded-2xl shadow-sm border border-white\/20 transition-transform hover:scale-105\">\n                    <img decoding=\"async\" src=\"https:\/\/gmbay.com.tr\/wp-content\/uploads\/2026\/08\/yeni-gmbay-logo.png\" alt=\"GM BAY Sa\u011fl\u0131k \u00dcr\u00fcnleri Logo\" class=\"h-12 sm:h-14 w-auto object-contain\">\n                <\/a>\n                \n                <!-- Tan\u0131t\u0131m Metni -->\n                <p class=\"text-sm text-gray-300\/90 font-light leading-relaxed max-w-sm\">\n                    <strong class=\"text-white font-semibold\">GM BAY Sa\u011fl\u0131k \u00dcr\u00fcnleri<\/strong>, yenilik\u00e7i yakla\u015f\u0131m\u0131 ve uluslararas\u0131 kalite standartlar\u0131yla toplum sa\u011fl\u0131\u011f\u0131na de\u011fer katan medikal ve dermokozmetik \u00e7\u00f6z\u00fcmler sunar.\n                <\/p>\n            <\/div>\n\n            <!-- 2. S\u00dcTUN: KURUMSAL BA\u011eLANTILAR (lg:col-span-2) -->\n            <div class=\"lg:col-span-2 lg:pl-2\">\n                <h4 class=\"font-manrope text-base font-bold text-white mb-5 flex items-center gap-2\">\n                    <span class=\"w-2 h-2 rounded-full bg-brand-green\"><\/span> Kurumsal\n                <\/h4>\n                <ul class=\"space-y-3 text-sm text-gray-300 font-light\">\n                    <li><a href=\"https:\/\/gmbay.com.tr\/\" class=\"footer-link inline-block hover:text-brand-green\">Ana Sayfa<\/a><\/li>\n                    <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/hakkimizda\/\" class=\"footer-link inline-block hover:text-brand-green\">Hakk\u0131m\u0131zda<\/a><\/li>\n                    <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/misyonumuz-ve-vizyonumuz\/\" class=\"footer-link inline-block hover:text-brand-green\">Misyon &amp; Vizyon<\/a><\/li>\n                    <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/kurumsal\/degerlerimiz\/\" class=\"footer-link inline-block hover:text-brand-green\">De\u011ferlerimiz<\/a><\/li>\n                    <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/kariyer\/\" class=\"footer-link inline-block hover:text-brand-green\">Kariyer<\/a><\/li>\n                    <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/haberler\/\" class=\"footer-link inline-block hover:text-brand-green\">Haberler &amp; Duyurular<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- 3. S\u00dcTUN: \u00dcR\u00dcN A\u0130LEM\u0130Z (lg:col-span-3) -->\n            <div class=\"lg:col-span-3\">\n                <h4 class=\"font-manrope text-base font-bold text-white mb-5 flex items-center gap-2\">\n                    <span class=\"w-2 h-2 rounded-full bg-brand-green\"><\/span> \u00dcr\u00fcn Ailemiz\n                <\/h4>\n                <ul class=\"space-y-3 text-sm text-gray-300 font-light\">\n                    <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/urunlerimiz\/ilac-grubu\/\" class=\"footer-link inline-block hover:text-brand-green\">\u0130la\u00e7 Grubu<\/a><\/li>\n                    <li><a href=\"https:\/\/gmbay.com.tr\/index.php\/dermatoloji-grubu\/\" class=\"footer-link inline-block hover:text-brand-green\">Dermatoloji Grubu<\/a><\/li>\n                    <li><a href=\"https:\/\/baygm.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-link inline-flex items-center gap-1.5 text-brand-green font-medium\">Baygm.com Online Sat\u0131\u015f \u2192<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- 4. S\u00dcTUN: \u0130LET\u0130\u015e\u0130M & SOSYAL MEDYA (lg:col-span-3) -->\n            <div class=\"lg:col-span-3 space-y-4\">\n                <h4 class=\"font-manrope text-base font-bold text-white mb-5 flex items-center gap-2\">\n                    <span class=\"w-2 h-2 rounded-full bg-brand-green\"><\/span> \u0130leti\u015fim\n                <\/h4>\n                \n                <!-- Telefon -->\n                <div class=\"flex items-start gap-3 text-sm text-gray-300 font-light\">\n                    <div class=\"w-8 h-8 rounded-lg bg-white\/5 text-brand-green flex items-center justify-center flex-shrink-0 mt-0.5 border border-white\/10\">\n                        <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"><\/path><\/svg>\n                    <\/div>\n                    <div>\n                        <span class=\"block text-xs text-gray-400\">Telefon<\/span>\n                        <a href=\"tel:+902166390132\" class=\"text-white font-medium hover:text-brand-green transition-colors\">+90 (216) 639 01 32 &#8211; 33<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- E-Posta -->\n                <div class=\"flex items-start gap-3 text-sm text-gray-300 font-light\">\n                    <div class=\"w-8 h-8 rounded-lg bg-white\/5 text-brand-green flex items-center justify-center flex-shrink-0 mt-0.5 border border-white\/10\">\n                        <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path><\/svg>\n                    <\/div>\n                    <div>\n                        <span class=\"block text-xs text-gray-400\">E-Posta<\/span>\n                        <a href=\"mailto:info@gmbay.com.tr\" class=\"text-white font-medium hover:text-brand-green transition-colors\">info@gmbay.com.tr<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Sosyal Medya \u0130konlar\u0131 -->\n                <div class=\"pt-2\">\n                    <span class=\"block text-xs text-gray-400 mb-2.5\">Bizi Takip Edin<\/span>\n                    <div class=\"flex items-center gap-2.5\">\n                        <a href=\"https:\/\/www.linkedin.com\/company\/gmbaysa\u011fl\u0131k\u00fcr\u00fcnleri\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-social-btn w-9 h-9 rounded-xl bg-white\/5 text-gray-300 flex items-center justify-center border border-white\/10\" aria-label=\"LinkedIn\">\n                            <svg class=\"w-4 h-4 fill-current\" viewBox=\"0 0 24 24\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"><\/path><\/svg>\n                        <\/a>\n                        <a href=\"https:\/\/www.instagram.com\/baygmtr\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-social-btn w-9 h-9 rounded-xl bg-white\/5 text-gray-300 flex items-center justify-center border border-white\/10\" aria-label=\"Instagram\">\n                            <svg class=\"w-4 h-4 fill-current\" viewBox=\"0 0 24 24\"><path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"><\/path><\/svg>\n                        <\/a>\n                        <a href=\"https:\/\/www.youtube.com\/@baygmtr\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-social-btn w-9 h-9 rounded-xl bg-white\/5 text-gray-300 flex items-center justify-center border border-white\/10\" aria-label=\"YouTube\">\n                            <svg class=\"w-4 h-4 fill-current\" viewBox=\"0 0 24 24\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"><\/path><\/svg>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <!-- ALT ALAN: TEL\u0130F HAKKI & KVKK BA\u011eLANTISI -->\n        <div class=\"pt-8 flex flex-col md:flex-row items-center justify-between gap-4 text-xs text-gray-400 font-light text-center md:text-left\">\n            <div>\n                <p>\u00a9 2026 <strong>GM BAY Sa\u011fl\u0131k \u00dcr\u00fcnleri<\/strong>. T\u00fcm haklar\u0131 sakl\u0131d\u0131r.<\/p>\n            <\/div>\n            \n            <div class=\"flex items-center justify-center\">\n                <a href=\"https:\/\/gmbay.com.tr\/index.php\/kvkk-aydinlatma-metni\/\" class=\"hover:text-brand-green transition-colors font-medium\">\n                    Ki\u015fisel Verilerin Korunmas\u0131 ve Ayd\u0131nlatma Metni\n                <\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/footer>\n\n<!-- YEN\u0130 M\u0130L\u0130METR\u0130K ORTALANMI\u015e YUKARI KAYDIR BUTONU -->\n<button id=\"gmbayScrollTop\" onclick=\"scrollToTopSmooth()\" aria-label=\"Sayfan\u0131n Ba\u015f\u0131na \u00c7\u0131k\">\n    <svg class=\"w-5 h-5\" style=\"width: 20px; height: 20px; display: block;\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.5\" d=\"M5 15l7-7 7 7\"><\/path>\n    <\/svg>\n<\/button>\n\n<script>\n    function scrollToTopSmooth() {\n        window.scrollTo({\n            top: 0,\n            behavior: 'smooth'\n        });\n    }\n\n    (function() {\n        var btn = document.getElementById('gmbayScrollTop');\n        if (!btn) return;\n\n        window.addEventListener('scroll', function() {\n            if (window.scrollY > 250) {\n                btn.classList.add('active');\n            } else {\n                btn.classList.remove('active');\n            }\n        }, { passive: true });\n    })();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ana Sayfa Kurumsal Hakk\u0131m\u0131zda Misyonumuz ve Vizyonumuz De\u011ferlerimiz \u00dcr\u00fcnlerimiz \u0130la\u00e7 Grubu Dermatoloji Grubu Haberler Bize Ula\u015f\u0131n Ana Sayfa Kurumsal Hakk\u0131m\u0131zda [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gmbay.com.tr\/en\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gmbay.com.tr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gmbay.com.tr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gmbay.com.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gmbay.com.tr\/en\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":88,"href":"https:\/\/gmbay.com.tr\/en\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":515,"href":"https:\/\/gmbay.com.tr\/en\/wp-json\/wp\/v2\/pages\/12\/revisions\/515"}],"wp:attachment":[{"href":"https:\/\/gmbay.com.tr\/en\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"well played","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}