/* ================= DEĞİŞKENLER ================= */
    :root{
      --ti-yellow:#F2C94C;
      --autel-orange:#F2C94C;
      --bg-page:#f8fafc;
      --text-main:#0f172a;
      --max-width:1400px;
      --header-height:110px;
      --easing:cubic-bezier(0.19, 1, 0.22, 1);
      --border-color:#eaeaea;
    }

    /* ================= TEMEL ================= */
    *{ box-sizing:border-box; outline:none; margin:0; padding:0; }
    html, body{
      font-family:"Inter",sans-serif;
      background:var(--bg-page);
      color:var(--text-main);
      overflow-x:hidden;
      scroll-behavior:smooth;
    }
    a{ text-decoration:none; color:inherit; transition:all .2s ease; }
    ul{ list-style:none; margin:0; padding:0; }
    img, video{ max-width:100%; display:block; }
    ::selection{ background:var(--ti-yellow); color:#000; }

    /* GRAIN */
    .grain-overlay{
      position:fixed; top:0; left:0; width:100%; height:100%;
      pointer-events:none; z-index:9000; opacity:0.03;
      background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    }

    /* ================= HEADER ================= */
    header{ position:fixed; top:0; left:0; width:100%; z-index:1000; background:#fff; border-bottom:1px solid #eaeaea; }
    .top-strip{ background-color:var(--ti-yellow); height:3px; width:100%; }
    .header-top{ border-bottom:1px solid #f0f0f0; height:50px; }
    .top-container{ max-width:var(--max-width); margin:0 auto; padding:0 2rem; height:100%; display:flex; align-items:center; justify-content:space-between; }
    .logo img{ height:28px; width:auto; opacity:.9; }
    .top-actions{ display:flex; align-items:center; gap:1.5rem; }

    /* Search */
    .search-container{ position:relative; width:300px; }
    .search-minimal{ border-bottom:1px solid #ddd; padding:.3rem 0; display:flex; align-items:center; width:100%; transition:border-color .3s; }
    .search-minimal:focus-within{ border-bottom-color:var(--ti-yellow); }
    .search-minimal input{ border:none; background:transparent; font-size:.85rem; width:100%; color:#333; }
    .search-minimal i{ color:#999; font-size:.8rem; }
    #search-results{ position:absolute; top:100%; left:0; width:100%; background:#fff; border:1px solid #eee; border-top:none; box-shadow:0 10px 30px rgba(0,0,0,0.1); z-index:9999; display:none; max-height:400px; overflow-y:auto; border-radius:0 0 8px 8px; }
    .search-item{ display:flex; align-items:center; gap:10px; padding:10px 15px; border-bottom:1px solid #f9f9f9; cursor:pointer; transition:background .2s; }
    .search-item:hover{ background:#fdfdfd; }
    .s-icon-box{ width:36px; height:36px; background:#f0f0f0; border-radius:6px; display:flex; align-items:center; justify-content:center; color:#666; flex-shrink:0; }
    .s-icon-box img{ width:100%; height:100%; object-fit:cover; border-radius:6px; }
    .s-info{ display:flex; flex-direction:column; }
    .s-title{ font-size:.85rem; font-weight:600; color:#333; }
    .s-detail{ font-size:.75rem; color:#888; margin-top:2px; }
    .s-badge{ margin-left:auto; font-size:.7rem; padding:2px 6px; border-radius:4px; background:#eee; color:#666; }
    .s-empty{ padding:15px; font-size:.85rem; color:#999; text-align:center; }

    .utility-link{ font-size:.8rem; font-weight:500; color:#555; display:flex; align-items:center; gap:6px; cursor:pointer; }
    .utility-link:hover{ color:var(--ti-yellow); }
    .btn-buy{ background:var(--ti-yellow); color:#000; padding:.4rem 1rem; border-radius:2px; font-weight:600; font-size:.8rem; letter-spacing:.5px; }
    .btn-buy:hover{ background:#e0b840; }
    .cart-btn-wrap { position: relative; display: inline-block; }
    .cart-badge { position: absolute; top: -8px; right: -8px; background: #ff4d4d; color: #fff; font-size: 0.7rem; font-weight: 800; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }

    .header-bottom{ height:60px; background:#fff; }
    .bottom-container{ max-width:var(--max-width); margin:0 auto; padding:0 2rem; height:100%; display:flex; align-items:center; }
    .nav-links{ display:flex; height:100%; gap:2.5rem; }
    .nav-item{ height:100%; display:flex; align-items:center; font-size:.9rem; font-weight:500; color:#333; cursor:pointer; position:relative; transition:color .2s; }
    .nav-item:hover{ color:var(--ti-yellow); }

    /* MEGA MENU (Header Sorununun Çözümü Burası) */
    .mega-menu-wrapper{ position:absolute; top:100%; left:0; width:100vw; background:#fff; border-bottom:1px solid #eaeaea; box-shadow:0 10px 30px rgba(0,0,0,0.03); display:none; z-index:1002; height:450px; }
    .nav-item.has-dropdown:hover .mega-menu-wrapper{ display:block; }
    .mega-content-container{ max-width:var(--max-width); margin:0 auto; padding:0 2rem; height:100%; display:grid; grid-template-columns:250px 250px 1fr; }
    .mega-content-container.solutions-menu { grid-template-columns: 280px 1fr; } /* Çözümler menüsü için 2 kolon */
    .mega-col{ padding:1.5rem 0; overflow-y:auto; border-right:1px solid #f0f0f0; }
    .mega-col:last-child{ border-right:none; }

    .main-item{ padding:.6rem 0; padding-right:1rem; font-size:.9rem; font-weight:600; color:#333; display:flex; justify-content:space-between; align-items:center; cursor:pointer; transition:all .2s; border-bottom:1px solid transparent; }
    .main-item:hover, .main-item.active{ color:var(--ti-yellow); padding-left:10px; }
    .main-item.active{ border-right:2px solid var(--ti-yellow); }

    /* BU KISIM DÜZELTİLDİ: .sol-map-panel EKLENDİ */
    .cat-panel, .sub-panel, .sol-map-panel{ display:none; }
    .cat-panel.active, .sub-panel.active, .sol-map-panel.active{ display:block; }

    .cat-item{ padding:.5rem 0; padding-left:1rem; font-size:.9rem; font-weight:400; color:#555; cursor:pointer; display:block; transition:all .2s; }
    .cat-item:hover, .cat-item.active{ color:#000; font-weight:500; background:#fafafa; }
    .cat-item.active{ color:var(--ti-yellow); }
    .sub-panel{ padding-left:2rem; }
    .sub-header{ font-family:"Space Grotesk"; font-size:.85rem; font-weight:700; color:#999; text-transform:uppercase; margin-bottom:1rem; display:block; padding-top:.5rem; }
    .sub-link{ display:block; padding:.4rem 0; font-size:.9rem; color:#666; transition:color .2s; }
    .sub-link:hover{ color:var(--ti-yellow); }
    .sol-map-item { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:.55rem 1rem; border-radius:10px; color:#555; border:1px solid transparent; transition:all .2s ease; }
    .sol-map-item:hover { background:#fafafa; border-color:#eee; color:#111; }

    header [data-magnet]{ transform:none !important; }
    main{ padding-top:var(--header-height); }

    /* ================== PROFİL SAYFASI ÖZEL STİLLERİ ================== */
    main.profile-page{ min-height:100vh; padding-top: calc(var(--header-height) + 3rem); padding-bottom:6rem; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; background: radial-gradient(circle at 10% -10%, rgba(242,201,76,0.23) 0, transparent 55%), radial-gradient(circle at 120% 120%, rgba(59,130,246,0.12) 0, transparent 55%), var(--bg-page); }
    .profile-glow-orb{ position:absolute; width:520px; height:520px; border-radius:50%; background: radial-gradient(circle, rgba(242,201,76,0.16) 0%, transparent 65%); filter: blur(16px); opacity:.7; top:-140px; right:-80px; pointer-events:none; }
    .profile-container{ position:relative; max-width:550px; width:100%; padding:0 1.5rem; z-index:5; }
    .profile-card{ background: rgba(255,255,255,0.92); border-radius:24px; border:1px solid #e5e7eb; box-shadow:0 24px 80px rgba(15,23,42,0.12); backdrop-filter: blur(16px); color:#0f172a; display: block; overflow:hidden; }
    
    .msg-box { padding: 1rem; margin-bottom: 0.5rem; border-radius: 8px; font-size: 0.9rem; border: 1px solid transparent; }
    .msg-error { background: #fee2e2; color: #b91c1c; border-color: #fecaca; }
    .msg-success { background: #dcfce7; color: #15803d; border-color: #bbf7d0; }
    
    .auth-pane{ padding:2.5rem; background: linear-gradient(180deg, rgba(248,250,252,0.9), #ffffff); width: 100%; }
    .auth-tag{ display:inline-flex; align-items:center; gap:.5rem; font-size:.75rem; text-transform:uppercase; letter-spacing:.12em; color:#64748b; background:#f9fafb; border-radius:999px; padding:.25rem .8rem; border:1px solid #e2e8f0; margin-bottom:1.25rem; }
    .auth-tag-dot{ width:6px; height:6px; border-radius:999px; background:var(--autel-orange); box-shadow:0 0 12px rgba(242,201,76,0.7); }
    .auth-title{ font-family:"Space Grotesk",sans-serif; font-size:2.1rem; font-weight:700; line-height:1.2; margin:0 0 .75rem 0; color:#0f172a; }
    .auth-subtitle{ font-size:.95rem; color:#6b7280; margin-bottom:1.8rem; }
    .auth-tabs{ display:inline-flex; padding:.2rem; border-radius:999px; background:#f3f4f6; border:1px solid #e5e7eb; margin-bottom:1.5rem; }
    .auth-tab-btn{ border:none; background:transparent; color:#6b7280; font-size:.85rem; padding:.5rem 1.1rem; border-radius:999px; cursor:pointer; display:inline-flex; align-items:center; gap:.4rem; }
    .auth-tab-btn.active{ background:#fff; color:#111827; box-shadow:0 8px 18px rgba(15,23,42,0.08); }
    .auth-form{ display:none; animation: fadeIn .4s ease forwards; }
    .auth-form.active{ display:block; }
    @keyframes fadeIn{ from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:translateY(0);} }
    .form-field{ margin-bottom:1rem; }
    .form-label{ display:block; font-size:.85rem; color:#6b7280; margin-bottom:.35rem; }
    .form-input{ width:100%; border-radius:12px; border:1px solid #d1d5db; background:#f9fafb; color:#111827; padding:.75rem .9rem; font-size:.9rem; }
    .form-input::placeholder{ color:#9ca3af; }
    .form-row-inline{ display:flex; gap:.75rem; }
    .auth-actions{ display:flex; align-items:center; justify-content:space-between; margin-top:1rem; gap:1rem; flex-wrap:wrap; }
    .primary-btn{ border:none; border-radius:999px; padding:.75rem 1.6rem; background: linear-gradient(135deg, var(--autel-orange), #fbbf24); color:#111827; font-weight:600; font-size:.9rem; cursor:pointer; box-shadow:0 14px 35px rgba(250,204,21,0.45); }
    .primary-btn:hover{ filter:brightness(.97); }
    .link-ghost{ font-size:.8rem; color:#6b7280; }
    .link-ghost a{ color:#111827; text-decoration:underline; }
    .divider{ display:flex; align-items:center; gap:.65rem; margin:1.6rem 0 1rem; font-size:.75rem; color:#9ca3af; }
    .divider-line{ flex:1; height:1px; background: linear-gradient(90deg, rgba(209,213,219,0.9), transparent); }
    .social-row{ display:flex; gap:.75rem; flex-wrap:wrap; }
    .social-btn{ flex:1; min-width:120px; border-radius:999px; border:1px solid #d1d5db; background:#fff; color:#111827; font-size:.8rem; padding:.6rem 1rem; display:inline-flex; align-items:center; justify-content:center; gap:.4rem; cursor:pointer; }
    .social-btn i{ font-size:.9rem; }
    .logout-btn{ margin-top:1.2rem; display:inline-flex; align-items:center; gap:.5rem; border-radius:999px; border:none; padding:.5rem 1rem; font-size:.85rem; font-weight:600; color:#fff; background: #ef4444; cursor:pointer; transition: background 0.2s; }
    .logout-btn:hover{ background: #dc2626; }
    .logout-btn i{ font-size:.85rem; }

    /* ================= MODAL STYLES ================= */
    .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(4px); z-index: 9999; display: none; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
    .modal-overlay.active { display: flex; opacity: 1; }
    .modal-content { background: #fff; width: 100%; max-width: 550px; border-radius: 20px; box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25); transform: translateY(20px); transition: transform 0.3s ease; overflow: hidden; margin: 20px; }
    .modal-overlay.active .modal-content { transform: translateY(0); }
    .modal-header { padding: 1.5rem 2rem; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; justify-content: space-between; background: #fff; }
    .modal-title { font-size: 1.25rem; font-weight: 700; font-family: "Space Grotesk", sans-serif; color: #0f172a; }
    .modal-close { background: transparent; border: none; font-size: 2rem; line-height: 1; color: #94a3b8; cursor: pointer; transition: color 0.2s; }
    .modal-close:hover { color: #ef4444; }
    .modal-body { padding: 2rem; max-height: 70vh; overflow-y: auto; }
    .modal-footer { padding-top: 1.5rem; display: flex; justify-content: flex-end; gap: 1rem; border-top: 1px solid #f1f5f9; margin-top: 1rem; }
    .btn-cancel { background: #f1f5f9; color: #64748b; border: none; padding: 0.75rem 1.5rem; border-radius: 999px; font-weight: 500; cursor:pointer; transition: background 0.2s; }
    .btn-cancel:hover { background: #e2e8f0; color: #334155; }

    /* ================= FOOTER ================= */
    footer{ background:#111; color:#999; padding:4rem 2rem 2rem; border-top:3px solid var(--ti-yellow); font-size:.85rem; position:relative; z-index:10; }
    .f-grid{ max-width:var(--max-width); margin:0 auto; display:grid; grid-template-columns: repeat(4, 1fr); gap:3rem; margin-bottom:3rem; }
    .f-head{ color:#fff; font-weight:600; margin-bottom:1.5rem; text-transform:uppercase; letter-spacing:.5px; font-size:.9rem; }
    .f-link{ display:block; margin-bottom:.8rem; transition:color .2s; }
    .f-link:hover{ color:var(--ti-yellow); }
    .f-bottom{ max-width:var(--max-width); margin:0 auto; border-top:1px solid #333; padding-top:2rem; display:flex; justify-content:space-between; align-items:center; gap:1rem; }

    /* Responsive */
    @media (max-width: 1024px){
      .nav-links{ display:none; }
      .search-container{ display:none; }
      .f-grid{ grid-template-columns:1fr 1fr; }
    }
    @media (max-width: 768px){
      .top-actions .utility-link{ display:none; }
      main.profile-page{ padding-top: calc(var(--header-height) + 2rem); padding-bottom: 4rem; }
      .auth-pane { padding:2rem 1.6rem; }
      .f-bottom{ flex-direction:column; align-items:flex-start; }
    }

    /* === LOCALE SWITCHER === */
    .locale-switcher{ position:relative; display:flex; align-items:center; }
    .locale-trigger{ background:transparent; border:none; padding:0; display:flex; align-items:center; gap:6px; }
    .locale-popover{ position:absolute; top:calc(100% + 10px); right:0; width:320px; background:#fff; border:1px solid #eee; border-radius:14px; box-shadow:0 18px 45px rgba(0,0,0,.12); padding:12px; display:none; z-index:1005; }
    .locale-popover.open{ display:block; }
    .lp-head{ font-weight:800; font-size:.85rem; color:#111; margin-bottom:10px; }
    .lp-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
    .lp-col{ border:1px solid #f0f0f0; border-radius:12px; padding:10px; background:#fff; }
    .lp-title{ font-size:.75rem; color:#888; font-weight:700; margin-bottom:8px; text-transform:uppercase; letter-spacing:.4px; }
    .lp-item{ width:100%; text-align:left; background:#fff; border:1px solid #eee; border-radius:10px; padding:9px 10px; font-size:.85rem; color:#333; margin-bottom:8px; cursor:pointer; transition:all .2s ease; }
    .lp-item:last-child{ margin-bottom:0; }
    .lp-item:hover{ border-color:rgba(242,201,76,.85); box-shadow:0 8px 18px rgba(242,201,76,.12); }
    .lp-item.active{ border-color:rgba(242,201,76,.95); background:rgba(242,201,76,.12); color:#111; font-weight:800; }
    .lp-foot{ display:flex; justify-content:space-between; align-items:center; gap:10px; margin-top:10px; padding-top:10px; border-top:1px solid #f3f3f3; }
    .lp-hint{ font-size:.75rem; color:#888; }
    .lp-close{ border:1px solid #eee; background:#fff; border-radius:10px; padding:7px 10px; font-weight:800; font-size:.8rem; cursor:pointer; }
    .lp-close:hover{ border-color:rgba(242,201,76,.85); }

    /* ================= COOKIE (ÇEREZ) MODAL & BANNER STİLLERİ ================= */
    .cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 13000; display: none; align-items: flex-end; justify-content: space-between; gap: 16px; padding: 16px 16px; border: 1px solid #eee; border-radius: 18px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 18px 60px rgba(0,0,0,.12); }
    .cookie-banner.show { display: flex; }
    .cookie-left { min-width: 240px; }
    .cookie-title { font-family: "Space Grotesk"; font-weight: 900; color: #111; margin: 0 0 6px 0; font-size: 1rem; }
    .cookie-text { margin: 0; color: #666; font-size: .88rem; line-height: 1.5; }
    .cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 10px; }
    .cookie-btn { border: 1px solid #eee; background: #fff; color: #111; font-weight: 900; border-radius: 14px; padding: 10px 12px; font-size: .85rem; cursor: pointer; transition: all .2s ease; }
    .cookie-btn:hover { border-color: rgba(242,201,76,.9); box-shadow: 0 10px 24px rgba(242,201,76,.15); }
    .cookie-btn.primary { background: var(--ti-yellow); border-color: var(--ti-yellow); color: #000; }
    .cookie-link { font-weight: 900; color: #111; border-bottom: 1px dashed rgba(0,0,0,.25); }
    .cookie-link:hover { color: var(--ti-yellow); border-bottom-color: rgba(242,201,76,.9); }

    /* Modal Overlay & Container (Cookie) */
    .cookie-pref-overlay, .cookie-policy-overlay { position: fixed; inset: 0; background: rgba(255,255,255,.78); backdrop-filter: blur(10px); z-index: 13050; display: none; align-items: center; justify-content: center; padding: 18px; }
    .cookie-pref-overlay.open, .cookie-policy-overlay.open { display: flex; }
    .cookie-pref-modal, .cookie-policy-modal { width: min(980px, 100%); max-height: 88vh; background: #fff; border: 1px solid #eee; border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.16); overflow: hidden; display: flex; flex-direction: column; }
    .cookie-pref-head, .cookie-policy-head { padding: 16px 18px; border-bottom: 1px solid #f2f2f2; background: #fafafa; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
    .cookie-pref-head h3, .cookie-policy-head h3 { margin: 0; font-family: "Space Grotesk"; font-size: 1.1rem; font-weight: 900; color: #111; }
    .cookie-pref-close, .cookie-policy-close { border: 1px solid #eee; background: #fff; width: 42px; height: 42px; border-radius: 14px; cursor: pointer; flex-shrink: 0; }
    .cookie-pref-body, .cookie-policy-body { padding: 16px 18px 8px; overflow: auto; color: #333; line-height: 1.7; font-size: .95rem; }
    .cookie-pref-row { border: 1px solid #f0f0f0; border-radius: 14px; padding: 12px 12px; margin-bottom: 10px; display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }

    /* Toggle Switch */
    .cookie-toggle input[type="checkbox"] { width: 44px; height: 24px; appearance: none; background: #e9e9e9; border-radius: 999px; position: relative; cursor: pointer; transition: .2s ease; border: 1px solid #e5e5e5; }
    .cookie-toggle input[type="checkbox"]:checked { background: rgba(242,201,76,.9); border-color: rgba(242,201,76,.9); }
    .cookie-toggle input[type="checkbox"]::after { content: ""; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: .2s ease; box-shadow: 0 6px 14px rgba(0,0,0,.14); }
    .cookie-toggle input[type="checkbox"]:checked::after { left: 22px; }

    .cookie-pref-foot { padding: 14px 18px; border-top: 1px solid #f2f2f2; background: #fafafa; display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
    .cookie-fab { position: fixed; left: 18px; bottom: 18px; z-index: 12950; width: 52px; height: 52px; border-radius: 18px; border: 1px solid #eee; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: 0 18px 50px rgba(0,0,0,.10); display: none; align-items: center; justify-content: center; cursor: pointer; transition: .2s ease; }
    .cookie-fab.show { display: flex; }
    .cookie-fab:hover { transform: translateY(-2px); border-color: rgba(242,201,76,.9); }

    /* Policy Text */
    .cookie-policy-body h4{ font-family:"Space Grotesk"; margin: 18px 0 6px; font-size: 1rem; color:#111; }
    .cookie-policy-body p{ margin: 0 0 10px; color:#444; }
    .cookie-policy-body ul{ padding-left: 18px; margin: 6px 0 12px; }
    .cookie-policy-body li{ margin-bottom: 6px; color:#444; }
    .cookie-inline-link{ font-weight: 900; color:#111; border-bottom: 1px dashed rgba(0,0,0,.2); }
    .cookie-inline-link:hover{ color: var(--ti-yellow); border-bottom-color: rgba(242,201,76,.9); }
/* ================= DEĞİŞKENLER ================= */
        :root {
            --ti-yellow: #F2C94C;
            --bg-page: #f8fafc;
            --text-main: #1f1f1f;
            --max-width: 1400px;
            --header-height: 110px;
            --easing: cubic-bezier(0.19, 1, 0.22, 1);
            --border-color: #eaeaea;
            --color-teal: #0d9488;
            --card-shadow: 0 10px 30px -10px rgba(0,0,0,0.05);
        }

        /* ================= TEMEL ================= */
        * { box-sizing: border-box; outline: none; margin: 0; padding: 0; }
        html, body {
            font-family: "Inter", sans-serif;
            height: auto !important;
            min-height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            background-color: var(--bg-page);
        }
        a { text-decoration: none; color: inherit; transition: all 0.2s ease; }
        ul { list-style: none; }
        img { max-width: 100%; display: block; }

        /* ================= HEADER STYLES ================= */
        header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: #fff; border-bottom: 1px solid #eaeaea; }
        .top-strip { background-color: var(--ti-yellow); height: 3px; width: 100%; }
        .header-top { border-bottom: 1px solid #f0f0f0; height: 50px; }
        .top-container { max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; height: 100%; display: flex; justify-content: space-between; align-items: center; }
        .logo img { height: 28px; width: auto; opacity: 0.9; }
        .top-actions { display: flex; align-items: center; gap: 1.5rem; }
        
        /* Search */
        .search-container { position: relative; width: 300px; }
        .search-minimal { border-bottom: 1px solid #ddd; padding: 0.3rem 0; display: flex; align-items: center; width: 100%; transition: border-color 0.3s; }
        .search-minimal:focus-within { border-bottom-color: var(--ti-yellow); }
        .search-minimal input { border: none; background: transparent; font-size: 0.85rem; width: 100%; color: #333; }
        .search-minimal i { color: #999; font-size: 0.8rem; }
        #search-results { position: absolute; top: 100%; left: 0; width: 100%; background: #fff; border: 1px solid #eee; border-top: none; box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 9999; display: none; max-height: 400px; overflow-y: auto; border-radius: 0 0 8px 8px; }
        .search-item { display: flex; align-items: center; gap: 10px; padding: 10px 15px; border-bottom: 1px solid #f9f9f9; cursor: pointer; transition: background 0.2s; }
        .search-item:hover { background: #fdfdfd; }
        .s-icon-box { width: 36px; height: 36px; background: #f0f0f0; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #666; flex-shrink: 0; }
        .s-icon-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
        .s-info { display: flex; flex-direction: column; }
        .s-title { font-size: 0.85rem; font-weight: 600; color: #333; }
        .s-detail { font-size: 0.75rem; color: #888; margin-top: 2px; }
        .s-badge { margin-left: auto; font-size: 0.7rem; padding: 2px 6px; border-radius: 4px; background: #eee; color: #666; }
        .s-empty { padding: 15px; font-size: 0.85rem; color: #999; text-align: center; }

        .utility-link { font-size: 0.8rem; font-weight: 500; color: #555; display: flex; align-items: center; gap: 6px; cursor: pointer; }
        .utility-link:hover { color: var(--ti-yellow); }
        .btn-buy { background: var(--ti-yellow); color: #000; padding: 0.4rem 1rem; border-radius: 2px; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.5px; }
        .btn-buy:hover { background: #e0b840; }

        /* Bottom Header */
        .header-bottom { height: 60px; background: #fff; }
        .bottom-container { max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; height: 100%; display: flex; align-items: center; }
        .nav-links { display: flex; height: 100%; gap: 2.5rem; }
        .nav-item { height: 100%; display: flex; align-items: center; font-size: 0.9rem; font-weight: 500; color: #333; cursor: pointer; position: relative; transition: color 0.2s; }
        .nav-item:hover { color: var(--ti-yellow); }
        .nav-item .nav-link { height: 100%; display: flex; align-items: center; gap: 6px; color: inherit; text-decoration: none; }

        /* Mega Menu */
        .mega-menu-wrapper { position: absolute; top: 100%; left: 0; width: 100vw; background: #fff; border-bottom: 1px solid #eaeaea; box-shadow: 0 10px 30px rgba(0,0,0,0.03); display: none; z-index: 1002; height: 450px; }
        .nav-item.has-dropdown:hover .mega-menu-wrapper { display: block; }
        .mega-content-container { max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; height: 100%; display: grid; grid-template-columns: 250px 250px 1fr; }
        .mega-content-container.solutions-menu { grid-template-columns: 280px 1fr; }
        .mega-col { padding: 1.5rem 0; overflow-y: auto; border-right: 1px solid #f0f0f0; }
        .main-item { padding: 0.6rem 0; padding-right: 1rem; font-size: 0.9rem; font-weight: 600; color: #333; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: all 0.2s; border-bottom: 1px solid transparent; }
        .main-item:hover, .main-item.active { color: var(--ti-yellow); padding-left: 10px; }
        .main-item.active { border-right: 2px solid var(--ti-yellow); }
        .cat-panel, .sub-panel, .sol-map-panel { display: none; }
        .cat-panel.active, .sub-panel.active, .sol-map-panel.active { display: block; }
        .cat-item { padding: 0.5rem 0; padding-left: 1rem; font-size: 0.9rem; font-weight: 400; color: #555; cursor: pointer; display: block; transition: all 0.2s; }
        .cat-item:hover, .cat-item.active { color: #000; font-weight: 500; background: #fafafa; }
        .sub-panel { padding-left: 2rem; }
        .sub-header { font-family: "Space Grotesk"; font-size: 0.85rem; font-weight: 700; color: #999; text-transform: uppercase; margin-bottom: 1rem; display: block; padding-top: 0.5rem; }
        .sub-link { display: block; padding: 0.4rem 0; font-size: 0.9rem; color: #666; transition: color 0.2s; }
        .sub-link:hover { color: var(--ti-yellow); }
        .sol-map-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0.55rem 1rem; border-radius: 10px; color: #555; border: 1px solid transparent; transition: all 0.2s ease; }
        .sol-map-item:hover { background: #fafafa; border-color: #eee; color: #111; }

        /* Locale Switcher */
        .locale-switcher { position: relative; display: flex; align-items: center; }
        .locale-trigger { background: transparent; border: none; padding: 0; display: flex; align-items: center; gap: 6px; }
        .locale-popover { position: absolute; top: calc(100% + 10px); right: 0; width: 320px; background: #fff; border: 1px solid #eee; border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,0.12); padding: 12px; display: none; z-index: 1005; }
        .locale-popover.open { display: block; }
        .lp-head { font-weight: 800; font-size: 0.85rem; color: #111; margin-bottom: 10px; }
        .lp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .lp-col { border: 1px solid #f0f0f0; border-radius: 12px; padding: 10px; background: #fff; }
        .lp-title { font-size: 0.75rem; color: #888; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.4px; }
        .lp-item { width: 100%; text-align: left; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 9px 10px; font-size: 0.85rem; color: #333; margin-bottom: 8px; cursor: pointer; transition: all 0.2s ease; }
        .lp-item:last-child { margin-bottom: 0; }
        .lp-item:hover { border-color: rgba(242,201,76,0.85); box-shadow: 0 8px 18px rgba(242,201,76,0.12); }
        .lp-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #f3f3f3; }
        .lp-hint { font-size: 0.75rem; color: #888; }
        .lp-close { border: 1px solid #eee; background: #fff; border-radius: 10px; padding: 7px 10px; font-weight: 800; font-size: 0.8rem; cursor: pointer; }
        .lp-close:hover { border-color: rgba(242,201,76,0.85); }

        /* ================= DASHBOARD LAYOUT ================= */
        main { padding-top: calc(var(--header-height) + 2rem); padding-bottom: 4rem; min-height: 80vh; }

        .dashboard-container {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 0 2rem;
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 2.5rem;
        }

        /* --- SIDEBAR --- */
        .dashboard-sidebar {
            background: #fff;
            border-radius: 20px;
            padding: 1.5rem;
            height: fit-content;
            border: 1px solid #e2e8f0;
            position: sticky;
            top: 130px;
            box-shadow: var(--card-shadow);
        }

        .user-profile-mini {
            display: flex;
            align-items: center;
            gap: 12px;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #f1f5f9;
            margin-bottom: 1.5rem;
        }
        .user-avatar {
            width: 48px; height: 48px;
            background: var(--ti-yellow);
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            font-weight: 800; font-size: 1.2rem; color: #111;
        }
        .user-info h4 { font-size: 0.95rem; font-weight: 700; color: #111; margin: 0; }
        .user-info span { font-size: 0.8rem; color: #64748b; }

        .nav-btn {
            width: 100%;
            text-align: left;
            background: transparent;
            border: none;
            padding: 1rem 1.2rem;
            border-radius: 12px;
            font-size: 0.95rem;
            font-weight: 600;
            color: #64748b;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: all 0.2s ease;
            margin-bottom: 0.5rem;
        }
        .nav-btn i { width: 20px; text-align: center; font-size: 1.1rem; }
        .nav-btn:hover { background: #f8fafc; color: #111; }
        .nav-btn.active { background: var(--ti-yellow); color: #111; box-shadow: 0 4px 12px rgba(242, 201, 76, 0.25); }

        /* --- CONTENT AREA --- */
        .dashboard-content { position: relative; }

        .tab-pane {
            display: none;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.4s ease, transform 0.4s ease;
        }
        .tab-pane.active { display: block; opacity: 1; transform: translateY(0); }

        .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2rem; }
        .section-title { font-family: "Space Grotesk"; font-size: 2rem; font-weight: 700; color: #111; line-height: 1; }
        .section-desc { color: #64748b; margin-top: 5px; font-size: 0.95rem; }

        .dash-card {
            background: #fff;
            border-radius: 20px;
            padding: 1.5rem;
            border: 1px solid #e2e8f0;
            box-shadow: var(--card-shadow);
            margin-bottom: 2rem;
        }

        /* --- GENEL BAKIŞ & SERVİS SORGULAMA --- */
        .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
        .stat-card { background: #fff; padding: 1.5rem; border-radius: 16px; border: 1px solid #e2e8f0; display: flex; align-items: flex-start; gap: 1rem; }
        .stat-icon { width: 45px; height: 45px; border-radius: 10px; background: rgba(13, 148, 136, 0.1); color: var(--color-teal); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
        .stat-info h5 { color: #64748b; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px; }
        .stat-info strong { font-size: 1.5rem; color: #111; font-family: "Space Grotesk"; }

        .service-widget {
            background: #1e293b; color: #fff; padding: 2rem; border-radius: 20px;
            position: relative; overflow: hidden; margin-bottom: 2rem;
        }
        .service-widget::after {
            content: ''; position: absolute; right: -20px; bottom: -20px; width: 150px; height: 150px;
            border-radius: 50%; background: radial-gradient(circle, rgba(242,201,76,0.15), transparent 70%);
        }
        .sw-input-group { display: flex; gap: 10px; margin-top: 1.5rem; position: relative; z-index: 2; flex-wrap: wrap; }
        
        .sw-select {
            background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); 
            color: #fff; padding: 0.8rem 1rem; border-radius: 10px; min-width: 150px; cursor: pointer;
        }
        .sw-select option { background: #1e293b; color: #fff; }
        
        .sw-input { flex: 1; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 0.8rem 1rem; border-radius: 10px; color: #fff; min-width: 200px; }
        .sw-input::placeholder { color: rgba(255,255,255,0.5); }
        .sw-btn { background: var(--ti-yellow); color: #000; border: none; padding: 0 1.5rem; border-radius: 10px; font-weight: 700; cursor: pointer; }

        .address-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
        .addr-box { background: #f8fafc; padding: 1.5rem; border-radius: 12px; border: 1px dashed #cbd5e1; position: relative; }
        .addr-head { font-size: 0.85rem; font-weight: 700; color: #94a3b8; margin-bottom: 10px; text-transform: uppercase; }
        .addr-text { font-size: 0.95rem; color: #334155; line-height: 1.6; }

        /* YENİ: Listeleme için Adres Kartı Sınıfları */
        /* destek_page.html style etiketleri içinde ilgili kısım */

/* destek_page.html içindeki style etiketleri arasında */

/* destek_page.html -> style etiketi içi */

/* --- 1. KARTLARI EŞİTLEME --- */
/* Grid içindeki kartların hepsini %100 yüksekliğe zorla */
.addr-card-item {
    display: flex;
    flex-direction: column;
    height: 100%; 
    justify-content: space-between;
    min-height: 250px; /* Minimum bir yükseklik */
}

/* İçerik kısmını esnek yap, butonları dibe it */
.addr-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Bilgi kutusunu (gri alan) esnek yap */
.addr-info-box {
    margin-top: auto; /* Bilgi kutusunu içeriğin altına it */
    margin-bottom: 15px;
}

/* --- 2. KOMPAKT MODAL (SCROLL GİZLEME) --- */
/* Modallardaki inputları ve boşlukları küçültüyoruz */
.modal-compact .form-label {
    font-size: 0.8rem;
    margin-bottom: 3px;
    color: #64748b;
}

.modal-compact .form-input {
    padding: 6px 10px; /* İç boşluğu azalttık */
    height: 36px;      /* Yüksekliği sabitledik (Normalde 48px idi) */
    font-size: 0.9rem;
    margin-bottom: 8px; /* Alt boşluğu azalttık */
}

.modal-compact .modal-body {
    padding: 1rem 1.5rem; /* Kenar boşluklarını daralttık */
}

.modal-compact h5 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
    padding-top: 0.5rem !important;
}

/* Varsayılan Yap Butonu Tasarımı */
.btn-make-default {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #94a3b8;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}
.btn-make-default:hover {
    border-color: var(--ti-yellow);
    color: #b45309;
    background: #fffcf0;
}
        .addr-card-item.default {
            background: #fffcf0;
            border-color: var(--ti-yellow);
        }

        /* YENİ: Profil Özet Kartı Stilleri */
        .summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
        .summary-item { padding: 0.8rem; background: #f8fafc; border-radius: 8px; border: 1px solid #f1f5f9; }
        .summary-label { display: block; font-size: 0.75rem; color: #94a3b8; font-weight: 700; text-transform: uppercase; margin-bottom: 4px; }
        .summary-value { font-size: 0.95rem; color: #334155; font-weight: 600; }
        @media (max-width: 768px) { 
            .summary-grid { grid-template-columns: 1fr; } 
            div[style*="grid-template-columns: 1fr 1fr"], div[style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
        }

        .accordion-item { border-bottom: 1px solid #f1f5f9; padding: 1rem 0; }
        .accordion-header {
            width: 100%; display: flex; justify-content: space-between; align-items: center;
            background: none; border: none; cursor: pointer;
            font-size: 1rem; font-weight: 600; color: #333; text-align: left;
        }
        .accordion-header:hover { color: var(--color-teal); }
        .accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: #64748b; font-size: 0.9rem; line-height: 1.6; }
        .accordion-header.active + .accordion-body { max-height: 200px; padding-top: 10px; }
        .accordion-header.active i { transform: rotate(180deg); }

        /* --- SİPARİŞLERİM & MODAL STYLES --- */
        .data-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
        .data-table th { text-align: left; padding: 1rem; color: #64748b; font-weight: 600; border-bottom: 1px solid #e2e8f0; }
        .data-table td { padding: 1rem; border-bottom: 1px solid #f1f5f9; color: #333; }
        .data-table tr:last-child td { border-bottom: none; }
        .status-badge { padding: 4px 10px; border-radius: 999px; font-size: 0.75rem; font-weight: 700; }
        .status-processing { background: #fff7ed; color: #ea580c; }
        .status-shipped { background: #eff6ff; color: #2563eb; }
        .status-delivered { background: #f0fdf4; color: #16a34a; }
        .btn-sm { padding: 6px 12px; font-size: 0.8rem; border: 1px solid #e2e8f0; border-radius: 6px; background: #fff; cursor: pointer; transition: 0.2s; }
        .btn-sm:hover { border-color: var(--ti-yellow); background: #fffcf0; }
        .btn-link { background: none; border:none; color: var(--color-teal); cursor: pointer; font-size: 0.9rem; font-weight: 600; text-decoration: underline; }

        /* MODAL CSS */
        .custom-modal {
            position: fixed; top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.55); z-index: 2000;
            display: none; align-items: center; justify-content: center;
            opacity: 0; transition: opacity 0.25s ease;
            padding: 16px;
        }
        .custom-modal.active { display: flex; opacity: 1; }
   /* destek_page.html içindeki style tagleri arasına */
.modal-content {
    background: #fff;
    width: 100%;
    max-width: 600px;
    border-radius: 18px;
    position: relative;
    transform: translateY(16px);
    transition: transform 0.25s ease;
    box-shadow: 0 30px 80px rgba(0,0,0,.18);
    border: 1px solid rgba(0,0,0,.04);
    
    /* Layout ve Scroll Ayarları */
    display: flex;
    flex-direction: column;
    max-height: 85vh;       /* Ekranın %85'ini geçmesin */
    margin: 0 20px;         /* Mobilde kenar boşluğu */
    overflow: hidden;       /* Dışarı taşmayı engelle */
    padding: 0;             /* Padding iç elementlerde olacak */
}

/* Modal Başlığı (Sabit) */
.modal-header {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #eee;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Orta Kısım (Scroll Olacak Alan) */
.modal-body {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

/* Alt Kısım (Buton - Sabit) */
.modal-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee;
    background: #fff;
    flex-shrink: 0;
}

/* Select2 Dropdown Fix (Modal içinde scroll olunca bozulmaması için) */
.select2-container--default .select2-dropdown {
    z-index: 9999999 !important;
}
        .custom-modal.active .modal-content { transform: translateY(0); }
        .modal-close { position: absolute; top: 1.2rem; right: 1.2rem; background: none; border: none; font-size: 1.2rem; cursor: pointer; color: #999; }
        .modal-close:hover { color: #333; }
        .modal-title { font-family: "Space Grotesk"; font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid #eee; }
        
        .invoice-row { display: flex; justify-content: space-between; margin-bottom: 0.8rem; font-size: 0.9rem; }
        .invoice-row.total { font-weight: 700; font-size: 1.1rem; border-top: 1px solid #eee; padding-top: 1rem; margin-top: 1rem; }

        /* --- MUHASEBE ALT SEKMELERİ --- */
        .acc-nav { 
            display: flex; gap: 1rem; margin-bottom: 2rem; border-bottom: 1px solid #eee; padding-bottom: 1rem; overflow-x: auto;
        }
        .acc-tab-btn { 
            background: #fff; border: 1px solid #e2e8f0; padding: 0.6rem 1.5rem; border-radius: 99px; 
            cursor: pointer; font-weight: 600; color: #64748b; transition: all 0.2s ease; font-size: 0.9rem; white-space: nowrap;
        }
        .acc-tab-btn:hover { background: #f8fafc; color: #333; }
        .acc-tab-btn.active { 
            background: var(--ti-yellow); color: #111; border-color: var(--ti-yellow); box-shadow: 0 4px 12px rgba(242, 201, 76, 0.2);
        }
        .acc-content { display: none; animation: fadeUp 0.4s ease; }
        .acc-content.active { display: block; }
        @keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

        /* --- ÖDEME GÖRSELLERİ --- */
        .payment-methods-grid { display: flex; gap: 1rem; margin-top: 1rem; }
        .pm-card { border: 1px solid #eee; border-radius: 10px; padding: 1rem; flex: 1; text-align: center; cursor: pointer; transition: 0.2s; }
        .pm-card:hover { border-color: var(--ti-yellow); background: #fffcf0; }
        .credit-card-visual { background: linear-gradient(135deg, #1e293b, #0f172a); color: #fff; padding: 1.5rem; border-radius: 14px; margin-bottom: 1.5rem; }
        .cc-chip { width: 40px; height: 30px; background: #e2e8f0; border-radius: 6px; margin-bottom: 1rem; opacity: 0.8; }
        .cc-number { font-family: monospace; font-size: 1.2rem; letter-spacing: 2px; margin-bottom: 1rem; }

        /* --- DESTEK & BİLGİ BANKASI --- */
        .kb-search-box { position: relative; margin-bottom: 2rem; }
        .kb-input { width: 100%; padding: 1rem 1rem 1rem 3rem; border: 1px solid #e2e8f0; border-radius: 12px; font-size: 1rem; }
        .kb-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #999; }
        .kb-categories { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
        .kb-cat { background: #fff; border: 1px solid #e2e8f0; padding: 0.8rem 1.5rem; border-radius: 99px; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: 0.2s; }
        .kb-cat:hover { background: var(--ti-yellow); border-color: var(--ti-yellow); }

        .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }
        .contact-box { background: #f8fafc; padding: 1.5rem; border-radius: 12px; display: flex; align-items: center; gap: 1rem; border: 1px solid #e2e8f0; }
        .cb-icon { width: 40px; height: 40px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--color-teal); box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
        
        .ticket-form input, .ticket-form textarea, .ticket-form select, .form-input {
            width: 100%; padding: 0.8rem 1rem; border: 1px solid #e2e8f0; border-radius: 10px;
            margin-bottom: 1rem; font-family: "Inter"; font-size: 0.95rem;
        }
        .form-label { display:block; margin-bottom:5px; font-weight:600; font-size:0.9rem; color:#333; }
        
        .btn-submit { background: var(--text-main); color: #fff; border: none; padding: 1rem 2rem; border-radius: 10px; font-weight: 700; cursor: pointer; transition: 0.2s; }
        .btn-submit:hover { background: var(--color-teal); }

        /* Footer */
        footer { background: #111; color: #999; padding: 4rem 2rem 2rem; border-top: 3px solid var(--ti-yellow); font-size: 0.85rem; position: relative; z-index: 10; margin-top: 0; }
        .f-grid { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; margin-bottom: 3rem; }
        .f-head { color: #fff; font-weight: 600; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.5px; font-size: 0.9rem; }
        .f-link { display: block; margin-bottom: 0.8rem; transition: color 0.2s; }
        .f-link:hover { color: var(--ti-yellow); }
        .f-bottom { max-width: var(--max-width); margin: 0 auto; border-top: 1px solid #333; padding-top: 2rem; display: flex; justify-content: space-between; }

@media (max-width: 1024px) {
            .dashboard-container { grid-template-columns: 70px 1fr; padding: 0 1rem; gap: 1rem; }
            .dashboard-sidebar { 
                position: sticky; top: calc(var(--header-height) + 1rem); 
                display: flex; flex-direction: column; padding: 10px 5px; gap: 15px;
                background: #fff; margin-bottom: 0; border-radius: 12px; height: fit-content;
                box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid #e2e8f0;
            }
            .user-profile-mini { display: none; }
            .nav-btn { 
                width: 100%; margin-bottom: 0; padding: 12px 0; 
                flex-direction: column; justify-content: center; align-items: center; 
                border-radius: 8px; text-align: center; border-bottom: none;
                background: transparent;
                /* Hide raw text nodes by setting font size to 0 */
                font-size: 0; 
            }
            
            .nav-btn.active { 
                background: var(--ti-yellow); color: #111; 
                box-shadow: 0 4px 12px rgba(242, 201, 76, 0.25); 
            }
            
            /* Reset font size for icon and active text if any */
            .nav-btn i { font-size: 1.3rem; margin: 0; color: #64748b; }
            .nav-btn.active i { color: #111; }
            
            .stats-grid, .address-preview-grid, .contact-grid { grid-template-columns: 1fr; }
            .nav-links { display: none; }
            .f-grid { grid-template-columns: 1fr 1fr; }
        }

        /* ===================== EK: DESTEK İYİLEŞTİRMELERİ ===================== */
        .ticket-row { cursor: pointer; }
        .ticket-row:hover { background: #fffcf0; }

        .inline-hint{
            font-size:.8rem; color:#64748b; margin-top:-6px; margin-bottom:10px;
        }

        /* --- Dosya Çipi ve Silme İkonu Ayarları (GÜNCELLENDİ) --- */
        .file-chip {
            display: inline-flex; align-items: center; gap: 8px;
            padding: 8px 10px; border-radius: 999px;
            border: 1px solid #e2e8f0; background: #fff;
            font-size: .85rem; color: #334155;
            transition: all 0.2s ease;
        }
        
        /* Varsayılan olarak silme ikonunu GİZLE */
        .file-chip .remove-file {
            display: none; 
            cursor: pointer; color: #ef4444; font-size: 0.9rem;
            margin-left: 5px; transition: color 0.2s;
        }
        
        /* "editing-mode" sınıfı eklendiğinde ikonu GÖSTER */
        .editing-mode .file-chip .remove-file {
            display: inline-block;
        }

        .file-chip .remove-file:hover { color: #dc2626; }
        .file-chip i { color:#64748b; }
        /* Özel override: silme ikonu kırmızı olmalı */
        .file-chip .remove-file.fa-xmark { color: #ef4444; }


        .td-actions{ display:flex; gap:10px; align-items:center; }
        .td-btn{
            border:1px solid #e2e8f0; background:#fff;
            padding:8px 12px; border-radius:10px;
            font-weight:700; cursor:pointer;
        }
        .td-btn:hover{ border-color: var(--ti-yellow); background:#fffcf0; }
        .td-btn.danger{ border-color:#fee2e2; background:#fff5f5; color:#ef4444; }

        .pw-meter{ display:flex; gap:8px; flex-wrap:wrap; margin-top:8px; margin-bottom:12px; }
        .pw-rule{
            font-size:.78rem; padding:4px 8px; border-radius:999px;
            border:1px solid #e2e8f0; background:#fff; color:#64748b;
        }
        .pw-rule.ok{ border-color:#bbf7d0; background:#f0fdf4; color:#16a34a; }
        .pw-rule.bad{ border-color:#fecaca; background:#fff1f2; color:#ef4444; }

        .chat-bubble{
            padding: 1rem;
            border-radius: 12px;
            margin-bottom: 12px;
            border: 1px solid #e2e8f0;
        }
        .chat-bubble.staff{ background:#f1f5f9; }
        .chat-bubble.user{ background:#fffcf0; border-color:#fceeb5; }
        .chat-meta{
            font-size:0.8rem; font-weight:800; color:#475569;
            display:flex; justify-content:space-between; gap:12px;
            margin-bottom:8px;
        }
        .chat-text{ color:#111; font-size:0.95rem; line-height:1.55; white-space:pre-wrap; }
    
        .msg-alert { 
            padding: 12px 15px; border-radius: 10px; margin-bottom: 20px; font-size: 0.9rem; 
            display:flex; align-items:center; gap:10px; border: 1px solid transparent;
        }
        .msg-alert.success { background-color: #f0fdf4; color: #166534; border-color: #bbf7d0; }
        .msg-alert.danger { background-color: #fef2f2; color: #991b1b; border-color: #fecaca; }
        
        /* --- SELECT2 MODERN TASARIM & FIX --- */

        /* 1. Modalın üzerinde görünmesini sağla */
        .select2-container {
            z-index: 999999 !important; 
            width: 100% !important;
        }
        .select2-dropdown {
            z-index: 999999 !important;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        }

        /* 2. Input kutusu tasarımı */
        .select2-container--default .select2-selection--single {
            height: 48px;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            display: flex;
            align-items: center;
            background-color: #fff;
        }

        /* Focus olunca */
        .select2-container--default.select2-container--open .select2-selection--single {
            border-color: var(--ti-yellow);
        }

        /* Ok işareti */
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 46px;
            right: 10px;
        }

        /* Yazı stili */
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            padding-left: 15px;
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            color: #333;
            line-height: normal;
        }

        /* Arama kutusu */
        .select2-search--dropdown .select2-search__field {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 8px;
            font-family: 'Inter', sans-serif;
        }

        /* Seçenekler */
        .select2-results__option {
            padding: 10px 15px;
            font-size: 0.9rem;
            font-family: 'Inter', sans-serif;
        }
        .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
            background-color: var(--ti-yellow);
            color: #000;
        }
        /* --- MODERN BİLDİRİMLER (TOASTS) --- */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-toast {
    min-width: 300px;
    background: #fff;
    border-left: 4px solid;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: slideInRight 0.4s ease forwards;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    opacity: 0;
}

.custom-toast.success { border-color: #22c55e; }
.custom-toast.success i { color: #22c55e; }

.custom-toast.error { border-color: #ef4444; }
.custom-toast.error i { color: #ef4444; }

.custom-toast.info { border-color: var(--ti-yellow); }
.custom-toast.info i { color: #d97706; }

@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes fadeOutRight {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
}

/* --- GÜZELLEŞTİRİLMİŞ DELETE MODAL --- */
#modal-generic-delete .modal-content {
    text-align: center;
    max-width: 400px;
    padding: 2.5rem 2rem;
}

.delete-icon-box {
    width: 80px;
    height: 80px;
    background: #fee2e2;
    color: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto 1.5rem;
    animation: pulseRed 2s infinite;
}

@keyframes pulseRed {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
/* ================= COOKIE STYLES (Eksik Olan Kısım) ================= */
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 13000; display: none; align-items: flex-end; justify-content: space-between; gap: 16px; padding: 16px 16px; border: 1px solid #eee; border-radius: 18px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 18px 60px rgba(0,0,0,.12); }
.cookie-banner.show { display: flex; }
.cookie-left { min-width: 240px; }
.cookie-title { font-family: "Space Grotesk"; font-weight: 900; color: #111; margin: 0 0 6px 0; font-size: 1rem; }
.cookie-text { margin: 0; color: #666; font-size: .88rem; line-height: 1.5; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 10px; }
.cookie-btn { border: 1px solid #eee; background: #fff; color: #111; font-weight: 900; border-radius: 14px; padding: 10px 12px; font-size: .85rem; cursor: pointer; transition: all .2s ease; }
.cookie-btn:hover { border-color: rgba(242,201,76,.9); box-shadow: 0 10px 24px rgba(242,201,76,.15); }
.cookie-btn.primary { background: var(--ti-yellow); border-color: var(--ti-yellow); color: #000; }
.cookie-link { font-weight: 900; color: #111; border-bottom: 1px dashed rgba(0,0,0,.25); }
.cookie-link:hover { color: var(--ti-yellow); border-bottom-color: rgba(242,201,76,.9); }

/* Tercih ve Politika Modalları */
.cookie-pref-overlay, .cookie-policy-overlay { position: fixed; inset: 0; background: rgba(255,255,255,.78); backdrop-filter: blur(10px); z-index: 13050; display: none; align-items: center; justify-content: center; padding: 18px; }
.cookie-pref-overlay.open, .cookie-policy-overlay.open { display: flex; }
.cookie-pref-modal, .cookie-policy-modal { width: min(980px, 100%); max-height: 88vh; background: #fff; border: 1px solid #eee; border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.16); overflow: hidden; display: flex; flex-direction: column; }
.cookie-pref-head, .cookie-policy-head { padding: 16px 18px; border-bottom: 1px solid #f2f2f2; background: #fafafa; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.cookie-pref-head h3, .cookie-policy-head h3 { margin: 0; font-family: "Space Grotesk"; font-size: 1.1rem; font-weight: 900; color: #111; }
.cookie-pref-close, .cookie-policy-close { border: 1px solid #eee; background: #fff; width: 42px; height: 42px; border-radius: 14px; cursor: pointer; flex-shrink: 0; }
.cookie-pref-body, .cookie-policy-body { padding: 16px 18px 8px; overflow: auto; color: #333; line-height: 1.7; font-size: .95rem; }
.cookie-pref-row { border: 1px solid #f0f0f0; border-radius: 14px; padding: 12px 12px; margin-bottom: 10px; display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.cookie-toggle input[type="checkbox"] { width: 44px; height: 24px; appearance: none; background: #e9e9e9; border-radius: 999px; position: relative; cursor: pointer; transition: .2s ease; border: 1px solid #e5e5e5; }
.cookie-toggle input[type="checkbox"]:checked { background: rgba(242,201,76,.9); border-color: rgba(242,201,76,.9); }
.cookie-toggle input[type="checkbox"]::after { content: ""; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: .2s ease; box-shadow: 0 6px 14px rgba(0,0,0,.14); }
.cookie-toggle input[type="checkbox"]:checked::after { left: 22px; }
.cookie-pref-foot { padding: 14px 18px; border-top: 1px solid #f2f2f2; background: #fafafa; display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }

/* Sol Alt İkon */
.cookie-fab { position: fixed; left: 18px; bottom: 18px; z-index: 12950; width: 52px; height: 52px; border-radius: 18px; border: 1px solid #eee; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: 0 18px 50px rgba(0,0,0,.10); display: none; align-items: center; justify-content: center; cursor: pointer; transition: .2s ease; }
.cookie-fab.show { display: flex; }
.cookie-fab:hover { transform: translateY(-2px); border-color: rgba(242,201,76,.9); }

/* Politika Metin Stilleri */
.cookie-policy-body h4{ font-family:"Space Grotesk"; margin: 18px 0 6px; font-size: 1rem; color:#111; }
.cookie-policy-body p{ margin: 0 0 10px; color:#444; }
.cookie-policy-body ul{ padding-left: 18px; margin: 6px 0 12px; }
.cookie-policy-body li{ margin-bottom: 6px; color:#444; }
.cookie-inline-link{ font-weight: 900; color:#111; border-bottom: 1px dashed rgba(0,0,0,.2); }
.cookie-inline-link:hover{ color: var(--ti-yellow); border-bottom-color: rgba(242,201,76,.9); }
/* --- DESTEK SAYFASI İÇ TABLAR --- */
.inner-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1px;
    overflow-x: auto;
}

.inner-tab-btn {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 0.8rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.inner-tab-btn:hover {
    color: var(--ti-yellow);
}

.inner-tab-btn.active {
    color: #111;
    border-bottom-color: var(--ti-yellow);
}

.inner-content {
    display: none;
    animation: fadeUp 0.4s ease;
}

.inner-content.active {
    display: block;
}

/* FAQ STYLES */
.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.faq-header {
    padding: 1rem 1.2rem;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
}
.faq-header:hover { background: #f1f5f9; }
.faq-body {
    padding: 1.2rem;
    border-top: 1px solid #e2e8f0;
    display: none;
    color: #555;
    line-height: 1.6;
}
.faq-item.active .faq-body { display: block; }
.faq-item.active .faq-header i { transform: rotate(180deg); }

/* BLOG GRID */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.blog-card { border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; background: #fff; transition:0.2s; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--card-shadow); }
.blog-img { width: 100%; height: 160px; object-fit: cover; }
.blog-body { padding: 1.2rem; }
.blog-title { font-weight: 700; font-size: 1rem; margin-bottom: 0.5rem; color:#111; }
.blog-excerpt {
    /* Mevcut kodlarınız muhtemelen şöyledir: */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 3 satır sınırı */
    
    /* BU SATIRI EKLEYİN (Hata Çözümü): */
    line-clamp: 3; 
    
    overflow: hidden;
}
/* --- BLOG FEED (ALT ALTA GÖRÜNÜM) --- */
.blog-feed {
    display: flex;
    flex-direction: column;
    gap: 2.5rem; /* Yazılar arası boşluk */
    max-width: 900px; /* Okuma kolaylığı için genişlik sınırı */
}

.blog-post {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.blog-post-img {
    width: 100%;
    height: auto;
    max-height: 400px; /* Çok uzun resimleri sınırlar */
    object-fit: cover;
    display: block;
}

.blog-post-body {
    padding: 2rem;
}

.blog-post-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.5rem;
}

.blog-post-meta {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-post-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
}

/* ======== MOBILE MENU ================= */
.mobile-menu-btn {
    display: none;
    background: transparent; border: none; font-size: 1.5rem; color: #333; cursor: pointer; margin-left: 1rem;
}
.mobile-menu-panel {
    position: fixed; top: 0; left: -320px; width: 320px; height: 100vh; background: #fff; z-index: 10000;
    box-shadow: 5px 0 20px rgba(0,0,0,0.1); transition: left 0.3s ease; padding: 2rem; overflow-y: auto;
}
.mobile-menu-panel.active { left: 0; }
.mobile-menu-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);
    z-index: 9999; display: none; opacity: 0; transition: opacity 0.3s;
}
.mobile-menu-overlay.active { display: block; opacity: 1; }
.mobile-close-btn {
    position: absolute; top: 0.75rem; right: 1rem; background: transparent; border: none; font-size: 1.5rem; cursor: pointer; color: #333;
}
.mobile-nav-item {
    display: block; font-size: 1.1rem; font-weight: 600; color: #333; padding: 1rem 0; border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
}
@media (max-width: 992px) {
    .nav-links { display: none !important; }
    .mobile-menu-btn { display: block; }
    .top-actions .search-container { display: none; }
    .locale-switcher, .utility-link { display: none !important; }
    
    .dashboard-container {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    .dashboard-sidebar {
        position: static;
        width: 100%;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        padding: 1rem;
        gap: 0.5rem;
    }
    .user-profile-mini {
        display: none; /* Hide on mobile to save space */
    }
    .dashboard-sidebar .nav-btn {
        width: auto;
        white-space: nowrap;
        margin-bottom: 0;
        padding: 0.6rem 1rem;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .dashboard-sidebar form {
        margin-top: 0 !important;
        flex-shrink: 0;
    }
    .dashboard-content {
        padding: 0;
        max-width: 100%;
        overflow-x: hidden;
    }
    .btn-buy {
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0.4rem 0.8rem;
    }
    .payment-grid-fix { grid-template-columns: 1fr !important; }
    .payment-split { grid-template-columns: 1fr !important; gap: 1rem !important; }
    
    .inner-nav {
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
    }
    .inner-nav::-webkit-scrollbar { height: 2px; }
    .inner-nav::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }
    .card-header-flex { flex-direction: column !important; align-items: flex-start !important; gap: 1rem; }
    .card-grid-fix { grid-template-columns: 1fr !important; }
}
    .card-header-flex { display: flex; justify-content: space-between; align-items: center; }
    .card-grid-fix { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
    
    .mobile-accordion-btn { display: none; }
    @media (max-width: 992px) {
        .inner-nav { display: none !important; }
        .mobile-accordion-btn {
            display: flex !important; justify-content: space-between; align-items: center;
            width: 100%; background: #fff; border: 1px solid #e2e8f0; border-radius: 20px;
            padding: 1.25rem 1.5rem; margin-bottom: 0.75rem; font-size: 1.05rem; font-weight: 700;
            color: #1e293b; cursor: pointer; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); transition: all 0.2s ease;
        }
        .mobile-accordion-btn i.fa-solid:not(.accordion-arrow) { margin-right: 10px; color: #64748b; }
        .accordion-arrow { color: #94a3b8; transition: transform 0.3s; }
        .mobile-accordion-btn.active {
            border-bottom-left-radius: 0; border-bottom-right-radius: 0;
            border-bottom: 1px solid #f1f5f9; margin-bottom: 0;
        }
        .mobile-accordion-btn.active .accordion-arrow { transform: rotate(180deg); color: var(--ti-yellow); }
        .inner-content .dash-card {
            border-top-left-radius: 0 !important; border-top-right-radius: 0 !important;
            border-top: none !important; margin-bottom: 1.5rem !important;
        }
        /* Mobile Card Table */
        .data-table thead { display: none; }
        .data-table, .data-table tbody, .data-table tr, .data-table td { display: block; width: 100%; }
        .data-table tr {
            margin-bottom: 1rem; border: 1px solid #e2e8f0; border-radius: 8px;
            padding: 0.5rem 0; box-shadow: 0 2px 4px rgba(0,0,0,0.02); background: #fff;
        }
        .data-table td {
            display: flex; justify-content: space-between; align-items: center;
            padding: 0.75rem 1rem; border-bottom: 1px solid #f8fafc; text-align: right;
        }
        .data-table td:last-child { border-bottom: none; }
        .data-table td::before {
            content: attr(data-label); font-weight: 600; color: #64748b;
            text-align: left; margin-right: 1rem; flex-shrink: 0;
        }
    }
.payment-method-tab { background:none; border:none; padding:10px 20px; font-weight:600; font-size:1rem; cursor:pointer; color:#64748b; border-bottom:3px solid transparent; transition:0.2s; }
                            .payment-method-tab.active { color:#111; border-bottom-color:#111; }