/*
	Theme Name: FcsThemes v3
	Theme URI: https://www.fcsthemes.com/
	Description: FcsThemes için sıfırdan yazılmış WooCommerce teması. Manrope tipografi, mavi aksan, canlı demo önizlemeleri. İşlevsel davranış FcsThemes 1.0 ile aynıdır.
	Author: FCS
	Author URI: https://www.fcsthemes.com/
	Version: 3.0
	Text Domain: fcsthemes3
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

/* ==========================================================================
   1. Belirteçler
   ========================================================================== */

:root {
    --bg: #F6F8FB;
    --surface: #FFFFFF;
    --ink: #0F172A;
    --ink-2: #334155;
    --body: #475569;
    --muted: #64748B;
    --muted-2: #94A3B8;

    --line: #E2E8F0;
    --line-2: #CBD5E1;
    --line-soft: #F1F5F9;

    --accent: #2E6BE6;
    --accent-dark: #1F52BD;
    --accent-soft: #E6EEFC;
    --accent-soft-2: #E9EEF7;
    --accent-tint: #F0F5FF;

    --dark: #0F172A;
    --dark-2: #1E293B;
    --dark-3: #0B1220;
    --dark-line: #334155;

    --ok: #15803D;
    --ok-soft: #DCFCE7;
    --warn: #B45309;
    --warn-soft: #FEF3C7;
    --bad: #B91C1C;
    --bad-soft: #FEE2E2;

    --font: 'Manrope', Helvetica, Arial, sans-serif;
    --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

    --max: 1120px;
    --gutter: 20px;

    --sh-btn: 0 8px 20px -8px rgba(46, 107, 230, .6);
    --sh-card: 0 20px 40px -24px rgba(15, 23, 42, .25);
    --sh-pop: 0 24px 48px -28px rgba(15, 23, 42, .45);
}

/* ==========================================================================
   2. Temel
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    color: var(--ink);
    font: 400 16px/1.6 var(--font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: var(--accent); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--accent-dark); }

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 800; line-height: 1.15; letter-spacing: -.03em; color: var(--ink); text-wrap: pretty; }

p { margin: 0 0 1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0; padding: 0; }
ul { list-style: none; }

img { max-width: 100%; height: auto; display: block; }

hr { border: 0; border-top: 1px solid var(--line); margin: 32px 0; }

input, select, textarea, button { font-family: inherit; }
input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible, button:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 1px;
}

::selection { background: var(--accent); color: #fff; }

#page { min-height: 100vh; display: flex; flex-direction: column; }
#wrapper { flex: 1 0 auto; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

.eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--accent);
}
.lede { font-size: 16px; line-height: 1.55; color: var(--body); }

.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* ==========================================================================
   3. Düğmeler, rozetler
   ========================================================================== */

.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    font: 700 14px/1 var(--font);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
    -webkit-appearance: none;
    appearance: none;
}
.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .woocommerce-Button:hover { border-color: var(--accent); background: var(--surface); color: var(--ink); }

.btn--primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.single_add_to_cart_button,
.woocommerce a.checkout-button,
.woocommerce #place_order,
.woocommerce form.login button.button,
.woocommerce form.register button.button {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    box-shadow: var(--sh-btn);
}
.btn--primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce #place_order:hover,
.woocommerce form.login button.button:hover,
.woocommerce form.register button.button:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: #fff;
}

.btn--dark { background: var(--ink); border-color: var(--ink); color: #fff; box-shadow: none; }
.btn--dark:hover { background: var(--dark-2); border-color: var(--dark-2); color: #fff; }

.btn--lg { padding: 14px 24px; font-size: 15px; }
.btn--block { display: flex; width: 100%; }

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 99px;
    background: var(--line-soft);
    font-size: 12px;
    font-weight: 600;
    color: var(--ink-2);
}
.pill--accent { background: var(--accent-soft); color: var(--accent-dark); font-weight: 800; font-size: 11px; letter-spacing: .04em; }
.pill--dark { background: var(--ink); color: #fff; font-weight: 700; }
.pill--ok { background: var(--ok-soft); color: var(--ok); font-weight: 700; }
.pill--warn { background: var(--warn-soft); color: var(--warn); font-weight: 700; }
.pill--bad { background: var(--bad-soft); color: var(--bad); font-weight: 700; }

.card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
}

.tick {
    width: 18px; height: 18px;
    flex: none;
    border-radius: 9px;
    background: var(--accent-soft);
    color: var(--accent-dark);
    font-size: 11px;
    font-weight: 800;
    display: grid;
    place-items: center;
}

/* Canlı demo çerçevesi — gerçek demo sitesi ölçeklenerek gömülür */
.live {
    position: relative;
    overflow: hidden;
    background: var(--dark-3);
}
.live iframe {
    width: 1440px;
    height: 900px;
    border: 0;
    transform-origin: 0 0;
    pointer-events: none;
    display: block;
}
.live > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   4. Başlık
   ========================================================================== */

.promo {
    background: var(--ink);
    color: #E2E8F0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 9px 16px;
    letter-spacing: .01em;
}

#header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(246, 248, 251, .85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}

.header {
    position: relative; /* form#login ve mobil menu buna gore konumlanir */
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--gutter);
    height: 64px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.headerleft { flex: none; }
.headerleft a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -.02em;
}
.logo-mark {
    width: 30px; height: 30px;
    flex: none;
    border-radius: 9px;
    background: var(--accent);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.nav { margin-left: auto; min-width: 0; }
.nav ul.menu { display: flex; gap: 4px; align-items: center; }
.nav li { position: relative; }
.nav li a {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-2);
    white-space: nowrap;
}
.nav li a:hover { background: var(--accent-soft-2); color: var(--ink); }
.nav .current-menu-item > a,
.nav .current_page_item > a,
.nav .current-menu-ancestor > a { background: var(--accent-soft); color: var(--accent-dark); }

.nav li ul {
    display: none;
    position: absolute;
    top: calc(100% + 6px); left: 0;
    min-width: 210px;
    padding: 6px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--sh-card);
    z-index: 40;
}
.nav li:hover > ul { display: block; }

.header-actions { display: flex; align-items: center; gap: 8px; flex: none; }

.language a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
}
.language a:hover { background: var(--accent-soft-2); color: var(--ink); }

li.basket { display: flex; }
.cart-contents {
    position: relative;
    width: 38px; height: 38px;
    border-radius: 9px;
    border: 1px solid var(--line);
    background: var(--surface);
    display: grid !important;
    place-items: center;
    color: var(--ink-2);
    font-size: 15px;
}
.cart-contents:hover { border-color: var(--line-2); color: var(--ink); }
.cart-contents::before {
    content: "";
    width: 17px; height: 17px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cart-contents-count {
    position: absolute;
    top: -5px; right: -5px;
    min-width: 18px; height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: grid;
    place-items: center;
}

li.account { display: flex; position: relative; }
li.account > a,
li.account.account-menu > button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border: 0;
    border-radius: 9px;
    background: var(--ink);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
/* Tum etkilesim durumlari acikca sabitlenir; eklenti stilleri veya tarayici
   varsayilanlari (a:visited, :active vb.) zemini/yaziyi degistiremesin. */
li.account > a:link,
li.account > a:visited,
li.account > a:hover,
li.account > a:active,
li.account > a:focus,
li.account.account-menu > button:hover,
li.account.account-menu > button:active,
li.account.account-menu > button:focus {
    background: var(--ink);
    color: #fff;
    text-decoration: none;
}
li.account > a:hover,
li.account.account-menu > button:hover { background: var(--dark-2); color: #fff; }
li.account > a .acct-label,
li.account.account-menu > button .acct-label { color: inherit; }

.avatar-dot {
    width: 20px; height: 20px;
    flex: none;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 800;
}

ul.acc-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px); right: 0;
    min-width: 220px;
    padding: 6px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--sh-card);
    z-index: 50;
}
ul.acc-menu li a {
    display: block;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-2);
}
ul.acc-menu li a:hover { background: var(--accent-soft-2); color: var(--ink); }
ul.acc-menu li.acc-logout { margin-top: 6px; padding-top: 6px; border-top: 1px solid var(--line); }
ul.acc-menu li.acc-logout a { color: var(--bad); }
ul.acc-menu li.acc-logout a:hover { background: var(--bad-soft); }

li.nav-button {
    display: none;
    width: 38px; height: 38px;
    border-radius: 9px;
    border: 1px solid var(--line);
    background: var(--surface);
    place-items: center;
    color: var(--ink-2);
    font-size: 17px;
    cursor: pointer;
}

form#login {
    display: none;
    position: absolute;
    top: calc(100% + 10px); right: var(--gutter);
    width: 340px;
    padding: 24px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--sh-pop);
    z-index: 50;
}
form#login input[type=text], form#login input[type=password] { margin-bottom: 10px; }
form#login .submit_button { width: 100%; margin-top: 6px; }
form#login p.status { display: none; margin: 0 0 10px; font-size: 13px; color: var(--body); }
form#login a.lost { display: inline-block; margin-bottom: 6px; font-size: 13px; font-weight: 600; }
form#login p.noacc { margin: 16px 0 6px; padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--muted); }
form#login a.register { font-size: 14px; font-weight: 700; }

/* ==========================================================================
   5. Altbilgi
   ========================================================================== */

#footer { flex: none; background: var(--surface); border-top: 1px solid var(--line); }

.footer-main {
    max-width: var(--max);
    margin: 0 auto;
    padding: 48px var(--gutter) 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
    gap: 32px;
}
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 17px; letter-spacing: -.02em; color: var(--ink); }
.footer-logo .logo-mark { width: 26px; height: 26px; border-radius: 8px; font-size: 12px; }
.footer-brand p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; max-width: 300px; }

.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-col > span.footer-head {
    font-weight: 700;
    font-size: 13px;
    color: var(--ink);
    letter-spacing: .04em;
    text-transform: uppercase;
}
.footer-col a, .footer-col li a { color: var(--body); }
.footer-col a:hover { color: var(--accent); }
.footer-col li { margin-bottom: 10px; }
.footer-col li:last-child { margin-bottom: 0; }
.footer-col .muted { color: var(--body); }

.footer-bottom {
    max-width: var(--max);
    margin: 0 auto;
    padding: 18px var(--gutter) 28px;
    border-top: 1px solid var(--line-soft);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--muted-2);
}
.footer-bottom a { color: var(--muted-2); }
.footer-bottom a:hover { color: var(--ink-2); }

/* ==========================================================================
   6. Sayfa başlığı ve içerik
   ========================================================================== */

.pagehead > .wrap { padding-top: 56px; padding-bottom: 8px; }
.pagehead h1 { font-size: clamp(30px, 5vw, 44px); }
.pagehead .lede { margin: 12px 0 0; max-width: 620px; }

.crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
}
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--ink); }
.crumbs .current { color: var(--ink); }

#content { max-width: var(--max); margin: 0 auto; padding: 32px var(--gutter) 88px; }

.entry { font-size: 16px; line-height: 1.7; color: var(--body); }
.entry h2 { margin: 40px 0 14px; font-size: 26px; color: var(--ink); }
.entry h3 { margin: 30px 0 10px; font-size: 19px; color: var(--ink); }
.entry > *:first-child { margin-top: 0; }
.entry ul, .entry ol { margin: 0 0 1.2em; padding-left: 22px; }
.entry ul { list-style: disc; }
.entry ol { list-style: decimal; }
.entry li { margin-bottom: 8px; }
.entry img { margin: 24px 0; border-radius: 14px; }
.entry blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    border-left: 3px solid var(--accent);
    border-radius: 0 12px 12px 0;
    background: var(--accent-tint);
    color: var(--ink);
}
.entry table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.entry th, .entry td { padding: 12px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.entry th { font-weight: 700; color: var(--ink); }
.entry code { padding: 2px 6px; border-radius: 6px; background: var(--line-soft); font-family: var(--mono); font-size: 13px; color: var(--ink); }

/* ==========================================================================
   7. Anasayfa
   ========================================================================== */

.hero { max-width: var(--max); margin: 0 auto; padding: 40px var(--gutter) 56px; text-align: center; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 8px;
    border-radius: 99px;
    background: var(--surface);
    border: 1px solid var(--line);
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-2);
}
.hero h1 { margin: 24px auto 0; max-width: 820px; font-size: clamp(38px, 6vw, 68px); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.hero p.lede { margin: 22px auto 0; max-width: 600px; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-meta {
    display: flex; gap: 28px; justify-content: center; flex-wrap: wrap;
    margin-top: 44px;
    font-size: 13px; font-weight: 500; color: var(--muted);
}

.hero-shot { position: relative; margin: 56px auto 0; max-width: 960px; }
.hero-shot::before {
    content: "";
    position: absolute;
    inset: auto 10% -24px 10%;
    height: 120px;
    background: radial-gradient(closest-side, rgba(46, 107, 230, .28), transparent);
}
.browser {
    position: relative;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: var(--ink);
    overflow: hidden;
    box-shadow: 0 40px 80px -40px rgba(15, 23, 42, .5);
}
.browser-bar {
    display: flex; align-items: center; gap: 6px;
    padding: 12px 14px;
    background: var(--dark-2);
    border-bottom: 1px solid var(--dark-line);
}
.browser-bar i { width: 10px; height: 10px; border-radius: 5px; background: #475569; display: block; }
.browser-bar span { margin-left: 12px; flex: 1; height: 10px; border-radius: 5px; background: var(--dark-line); max-width: 320px; }
.browser .live { aspect-ratio: 16 / 9; }
.browser-cta {
    position: absolute; right: 16px; bottom: 16px;
    padding: 8px 14px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .95);
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}
.browser-cta:hover { color: var(--accent-dark); }

/* Ürün kartları */
.tcards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
    gap: 24px;
}
.tcards--tight { grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }

.tcard {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease;
}
.tcard:hover { box-shadow: var(--sh-card); }
.tcard-media { aspect-ratio: 16 / 10; background: var(--dark-3); position: relative; overflow: hidden; display: block; }
.tcard-tag {
    position: absolute; bottom: 12px; right: 12px;
    padding: 5px 10px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .92);
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    z-index: 2;
}
.tcard-body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.tcard-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.tcard-top h3 { font-size: 24px; letter-spacing: -.02em; }
.tcard-top h3 a { color: var(--ink); }
.tcard-top h3 a:hover { color: var(--accent); }
.tcard-price { font-size: 20px; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.tcard-price del { font-size: 15px; font-weight: 500; color: var(--muted); }
.tcard-body > p { margin: 0; color: var(--body); line-height: 1.55; font-size: 15px; }
.tcard-feats { display: flex; gap: 8px; flex-wrap: wrap; }
.tcard-meta { display: flex; gap: 16px; font-size: 13px; color: var(--muted); font-weight: 600; }
.tcard-actions { display: flex; gap: 10px; margin-top: auto; padding-top: 8px; }
.tcard-actions .btn { flex: 1; padding: 12px; }
.tcard-actions .btn--demo { flex: none; padding: 12px 16px; }

.tcard--soon {
    border: 1px dashed var(--line-2);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    color: var(--muted);
    text-align: center;
    background: transparent;
}
.tcard--soon b { font-size: 15px; font-weight: 700; color: var(--ink-2); }
.tcard--soon span { font-size: 14px; line-height: 1.5; }

/* Bölümler */
.section { max-width: var(--max); margin: 0 auto; padding: 24px var(--gutter) 72px; }
.band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band > .wrap { padding-top: 72px; padding-bottom: 72px; }
.section-intro { max-width: 560px; }
.section-intro h2 { margin: 10px 0 0; font-size: clamp(28px, 4vw, 40px); line-height: 1.1; }
.section-intro p { margin: 14px 0 0; color: var(--body); font-size: 16px; line-height: 1.55; }

/* Fiyat planları */
.plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 20px;
    margin-top: 40px;
}
.plan {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: var(--bg);
}
.plan--popular { border-color: var(--accent); }
.plan-flag {
    position: absolute; top: -11px; left: 24px;
    padding: 4px 10px;
    border-radius: 99px;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}
.plan-name { font-size: 15px; font-weight: 700; color: var(--ink-2); }
.plan-price { margin-top: 6px; display: flex; align-items: baseline; gap: 6px; }
.plan-price b { font-size: 36px; font-weight: 800; letter-spacing: -.03em; }
.plan-price span { color: var(--muted); font-size: 13px; font-weight: 600; }
.plan ul { display: flex; flex-direction: column; gap: 9px; font-size: 14px; color: var(--ink-2); }
.plan li { display: flex; gap: 10px; align-items: flex-start; }
.plan .btn { margin-top: auto; }

/* SSS */
.faq-wrap { max-width: 760px; margin: 0 auto; padding: 72px var(--gutter) 88px; }
.faq-wrap > h2 { text-align: center; font-size: clamp(28px, 4vw, 36px); }
.faq-list { margin-top: 36px; display: flex; flex-direction: column; gap: 10px; }
.faq-list details {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}
.faq-list summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--muted); font-size: 18px; flex: none; font-weight: 600; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details > p { margin: 0; padding: 0 20px 20px; color: var(--body); line-height: 1.6; font-size: 15px; }

/* ==========================================================================
   8. WooCommerce — genel
   ========================================================================== */

.woocommerce-notices-wrapper > *,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    margin: 0 0 24px;
    padding: 15px 18px;
    border: 1px solid var(--line);
    border-left: 3px solid var(--accent);
    border-radius: 12px;
    background: var(--surface);
    font-size: 15px;
    line-height: 1.55;
    color: var(--ink);
    list-style: none;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before { display: none; }
.woocommerce .woocommerce-message { border-left-color: var(--ok); background: var(--ok-soft); border-color: #BBF7D0; }
.woocommerce .woocommerce-error { border-left-color: var(--bad); background: var(--bad-soft); border-color: #FECACA; }
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button { float: right; padding: 8px 14px; font-size: 13px; margin-left: 16px; }

.woocommerce .price, .woocommerce span.amount, .woocommerce bdi { font-family: var(--font); color: var(--ink); }
.woocommerce del { color: var(--muted); font-weight: 500; }
.woocommerce ins { text-decoration: none; }
mark, .woocommerce mark { background: transparent; font-weight: 700; color: var(--ink); }

#primary.content-area { max-width: var(--max); margin: 0 auto; padding: 15px var(--gutter) 40px; }

/* ==========================================================================
   9. Mağaza arşivi
   ========================================================================== */

.shop-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.shop-filters a {
    padding: 8px 14px;
    border-radius: 99px;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--ink-2);
    font-size: 13px;
    font-weight: 600;
}
.shop-filters a:hover { border-color: var(--line-2); color: var(--ink); }
.shop-filters a.is-on { background: var(--ink); border-color: var(--ink); color: #fff; font-weight: 700; }

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }

.woocommerce ul.products li.product {
    position: relative;
    width: auto !important;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow .2s ease;
}
.woocommerce ul.products li.product:hover { box-shadow: var(--sh-card); }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: flex; flex-direction: column; }
.woocommerce ul.products li.product img {
    margin: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    box-shadow: none;
    border-radius: 0;
}
.woocommerce ul.products li.product .live { aspect-ratio: 16 / 10; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 22px 24px 0;
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--ink);
}
.woocommerce ul.products li.product .loop-feats {
    padding: 12px 24px 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product .loop-meta {
    padding: 10px 24px 0;
    margin: 0;
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    display: block;
    padding: 12px 24px 0;
    margin: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--ink);
}
.woocommerce ul.products li.product .price del { font-size: 14px; }
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.added_to_cart {
    display: flex;
    margin: 18px 24px 24px;
    padding: 12px;
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    box-shadow: none;
}
.woocommerce ul.products li.product a.button:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.woocommerce ul.products li.product a.added_to_cart {
    margin-top: -10px;
    background: var(--surface);
    border-color: var(--line);
    color: var(--ink);
}
.woocommerce ul.products li.product .onsale {
    position: absolute; top: 14px; right: 14px; left: auto;
    margin: 0; padding: 5px 10px;
    min-height: 0; min-width: 0; line-height: 1;
    border-radius: 99px;
    background: var(--accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    color: #fff;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { display: none; }

/* ==========================================================================
   10. Ürün detay
   ========================================================================== */

.woocommerce div.product {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 40px;
    align-items: start;
    margin: 0;
}
.woocommerce div.product::before, .woocommerce div.product::after { display: none; }
.woocommerce div.product > div.images.woocommerce-product-gallery {
    grid-column: 1;
    width: 100%;
    float: none;
    margin: 0;
    /* Yakinlastirma katmani (.zoomImg) dogal genisliginde olusuyor; dar
       ekranda izgarayi tasirmamasi icin kirpilir. */
    min-width: 0;
    overflow: hidden;
}
.woocommerce div.product > div.summary {
    grid-column: 2;
    /* Kart yalnız 1. satırda dursaydı satırın yüksekliğini kart belirlerdi ve
       ondan kısa olan önizlemenin altında boş bir bant kalırdı. İki satıra
       yayılınca 1. satırın yüksekliğini önizleme belirler; kart, sekmeler
       satırına taşarak yapışkan kalmayı sürdürür. */
    grid-row: 1 / span 2;
    width: 100%;
    float: none;
    margin: 0;
    position: sticky;
    top: 84px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.woocommerce div.product > .woocommerce-tabs,
.woocommerce div.product > .related,
.woocommerce div.product > .upsells,
.woocommerce div.product > .pdp-block { grid-column: 1; }
/* Kapak görselinin yerini alan canlı demo çerçevesi */
.woocommerce div.product > .pdp-preview { grid-column: 1; }
.pdp-preview .live { aspect-ratio: 16 / 10; }
.woocommerce div.product > span.onsale { position: absolute; top: 16px; left: 16px; z-index: 3; }

.woocommerce div.product .woocommerce-product-gallery__wrapper {
    border-radius: 18px;
    border: 1px solid var(--line);
    overflow: hidden;
    background: var(--dark-3);
    box-shadow: var(--sh-pop);
}
.woocommerce div.product .woocommerce-product-gallery img { display: block; width: 100%; }
.woocommerce div.product .woocommerce-product-gallery__trigger {
    top: 14px; right: 14px;
    width: 34px; height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--line);
    text-indent: 0;
    color: var(--ink);
    box-shadow: none;
}
.woocommerce div.product .woocommerce-product-gallery__trigger::after,
.woocommerce div.product .woocommerce-product-gallery__trigger::before { display: none; }

.product-topline { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.woocommerce div.product .product_title { margin: 0; font-size: 32px; letter-spacing: -.03em; }
.product-tech { display: flex; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--muted); font-weight: 600; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--ink);
}
.woocommerce div.product p.price del { font-size: 18px; }

.woocommerce div.product .woocommerce-product-details__short-description { font-size: 15px; line-height: 1.5; color: var(--body); }
.woocommerce div.product .woocommerce-product-details__short-description p { float: none; margin: 0 0 10px; }
.woocommerce div.product .woocommerce-product-details__short-description p:last-child { margin-bottom: 0; }
.woocommerce div.product .woocommerce-product-details__short-description a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface);
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
}
.woocommerce div.product .woocommerce-product-details__short-description a:hover { border-color: var(--line-2); color: var(--ink); }

.woocommerce div.product form.cart { margin: 0; display: flex; gap: 10px; }
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after { display: none; }
.woocommerce div.product form.cart div.quantity { display: none; }
.woocommerce div.product form.cart button.single_add_to_cart_button { flex: 1; padding: 14px; font-size: 15px; border-radius: 11px; }

.buy-note { margin: -8px 0 0; text-align: center; font-size: 12px; color: var(--muted-2); }

.assurance { margin: 0; padding: 16px 0 0; border-top: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: var(--ink-2); }
.assurance li { display: flex; gap: 10px; }
.assurance li::before { content: "\2713"; color: var(--accent); font-weight: 800; flex: none; }

.woocommerce div.product .product_meta { display: none; }

/* Ürün alt bölümleri */
.pdp-block > h2 { font-size: 24px; letter-spacing: -.02em; }
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 18px;
}
.feature-grid div {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px 18px;
}
.feature-grid b { display: block; font-weight: 700; font-size: 15px; color: var(--ink); }
.feature-grid span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.req-list {
    margin-top: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    overflow: hidden;
}
.req-list div { display: flex; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.req-list div:last-child { border-bottom: 0; }
.req-list b { font-family: var(--mono); font-size: 12px; color: var(--accent); font-weight: 500; flex: none; width: 72px; }
.req-list span { color: var(--ink-2); line-height: 1.5; }

/* Sekmeler */
.woocommerce div.product .woocommerce-tabs { margin: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 8px;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0; padding: 0;
    background: transparent !important; border: 0; border-radius: 0; box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 8px 14px;
    border-radius: 99px;
    background: var(--surface);
    border: 1px solid var(--line);
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-2);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { border-color: var(--line-2); color: var(--ink); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { background: var(--ink); border-color: var(--ink); color: #fff; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0; padding: 24px 0 0;
    font-size: 15px; line-height: 1.7; color: var(--body);
}
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child { display: none; }
.woocommerce div.product .woocommerce-tabs .panel ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce div.product .woocommerce-tabs .panel ul li {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 18px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--ink-2);
}
/* Sekme içindeki "Hoşunuza gidebilir…" / "İlgili ürünler" başlıkları gereksiz. */
.woocommerce .upsells.products > h2, .woocommerce .related.products > h2 { display: none; }
.woocommerce .upsells.products, .woocommerce .related.products { margin: 0; }

/* Sekme içindeki benzer ürün kartları küçük ve sade tutulur. */
.woocommerce div.product .woocommerce-tabs ul.products {
    /* auto-fill: tek urun kaldiginda kart tum satiri kaplamaz, kucuk kalir. */
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.products li.product { border-radius: 14px; }
.woocommerce div.product .woocommerce-tabs ul.products li.product img { aspect-ratio: 16 / 10; }
.woocommerce div.product .woocommerce-tabs ul.products li.product .woocommerce-loop-product__title {
    padding: 14px 16px 0;
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.products li.product .price {
    padding: 6px 16px 0;
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.products li.product a.button {
    margin: 12px 16px 16px;
    padding: 9px 12px;
    font-size: 13px;
}
.woocommerce div.product .woocommerce-tabs ul.products li.product a.added_to_cart {
    margin: 0 16px 14px;
    padding: 8px 12px;
    font-size: 13px;
}

/* ==========================================================================
   11. Sepet & ödeme
   ========================================================================== */

.steps { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.step { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--muted); }
.step i {
    width: 24px; height: 24px; flex: none;
    border-radius: 99px;
    border: 1px solid var(--line-2);
    display: grid; place-items: center;
    font-size: 12px; font-weight: 800; font-style: normal;
    color: var(--muted);
}
.step--active { color: var(--ink); font-weight: 800; }
.step--active i { background: var(--accent); border-color: var(--accent); color: #fff; }
.step--done i { background: var(--accent-soft); border-color: var(--accent-soft); color: var(--accent-dark); }
.step-sep { width: 28px; height: 2px; border-radius: 2px; background: var(--line); }
.step-sep--done { background: var(--accent); }

.woocommerce table.shop_table {
    width: 100%;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: var(--surface);
}
.woocommerce table.shop_table th {
    padding: 14px 18px;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
    text-align: left;
}
.woocommerce table.shop_table td {
    padding: 18px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 15px;
    color: var(--ink-2);
    vertical-align: middle;
}
.woocommerce table.shop_table tbody tr:last-child td { border-bottom: 0; }

.woocommerce table.cart img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.woocommerce table.cart td.product-name a { font-size: 16px; font-weight: 700; color: var(--ink); }
.woocommerce table.cart td.product-name a:hover { color: var(--accent); }
.woocommerce table.cart td.product-subtotal { font-weight: 800; color: var(--ink); }

.woocommerce a.remove {
    width: 28px; height: 28px;
    line-height: 26px;
    border-radius: 99px;
    font-size: 17px; font-weight: 500;
    color: var(--muted) !important;
    text-align: center;
}
.woocommerce a.remove:hover { background: var(--bad-soft) !important; color: var(--bad) !important; }

.woocommerce .quantity input.qty,
.woocommerce table.cart td.product-quantity input.qty {
    width: 82px;
    padding: 10px 8px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--bg);
    text-align: center;
    font: 700 15px/1 var(--font);
    color: var(--ink);
}
td.product-quantity .qty { display: block !important; }
a.added_to_cart.wc-forward { margin-left: 10px; }

.woocommerce table.cart td.actions { padding: 18px; background: var(--bg); }
.woocommerce table.cart td.actions .coupon { display: flex; align-items: center; gap: 10px; float: none; }
.woocommerce table.cart td.actions .coupon label { display: none; }
.woocommerce table.cart td.actions .coupon input#coupon_code { width: 210px; margin: 0; }
.woocommerce table.cart td.actions > .button {
    float: right;
    background: transparent; border-color: transparent;
    color: var(--accent); box-shadow: none;
}
.woocommerce table.cart td.actions > .button:hover { background: var(--accent-soft-2); border-color: transparent; }
.woocommerce table.cart td.actions > .button:disabled { color: var(--muted-2); }

.woocommerce .cart-collaterals { width: 100%; }
.woocommerce .cart-collaterals .cart_totals {
    width: 100%; float: none;
    padding: 24px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
}
.woocommerce .cart-collaterals .cart_totals h2 { margin: 0 0 16px; font-size: 19px; }
.woocommerce .cart-collaterals .cart_totals table.shop_table { border: 0; margin: 0; background: transparent; border-radius: 0; }
.woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
    padding: 11px 0;
    border-bottom: 1px solid var(--line-soft);
    background: transparent;
    font-size: 15px; font-weight: 500;
    letter-spacing: 0; text-transform: none;
    color: var(--body);
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td { text-align: right; font-weight: 700; color: var(--ink); }
.woocommerce .cart-collaterals .cart_totals tr.order-total th,
.woocommerce .cart-collaterals .cart_totals tr.order-total td { border-bottom: 0; padding-top: 16px; }
.woocommerce .cart-collaterals .cart_totals tr.order-total th { font-size: 16px; font-weight: 800; color: var(--ink); }
.woocommerce .cart-collaterals .cart_totals tr.order-total td strong { font-size: 26px; font-weight: 800; letter-spacing: -.03em; }
.woocommerce .wc-proceed-to-checkout { padding: 16px 0 0; }
.woocommerce .wc-proceed-to-checkout a.checkout-button { display: flex; padding: 14px; margin: 0; font-size: 15px; }
.woocommerce .cart-collaterals .cross-sells { width: 100%; float: none; margin-top: 24px; }

.woocommerce-cart .woocommerce:has(form.woocommerce-cart-form) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce-cart .woocommerce > form.woocommerce-cart-form { grid-column: 1; grid-row: 2; margin: 0; }
.woocommerce-cart .woocommerce > .cart-collaterals { grid-column: 2; grid-row: 2; }

.cart-empty-box {
    max-width: 480px;
    margin: 24px auto;
    padding: 40px 32px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    text-align: center;
}

/* Ödeme */
.woocommerce .checkout .col2-set, .woocommerce-page .checkout .col2-set { width: 100%; }
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2 { width: 100% !important; float: none !important; }

.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 0 28px;
    align-items: start;
}
.woocommerce-checkout form.checkout::before, .woocommerce-checkout form.checkout::after { display: none; }
.woocommerce-checkout form.checkout > #customer_details {
    grid-column: 1; grid-row: 1 / span 2;
    padding: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
}
.woocommerce-checkout form.checkout > h3#order_review_heading { grid-column: 2; grid-row: 1; margin: 0 0 16px; font-size: 19px; }
.woocommerce-checkout form.checkout > #order_review {
    grid-column: 2; grid-row: 2;
    padding: 24px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
}
.woocommerce .checkout h3 { margin: 0 0 18px; font-size: 19px; }

.woocommerce-checkout table.woocommerce-checkout-review-order-table { border: 0; background: transparent; border-radius: 0; }
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead { display: none; }
.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
    padding: 11px 0;
    border-bottom: 1px solid var(--line-soft);
    background: transparent;
    font-size: 15px; font-weight: 500;
    letter-spacing: 0; text-transform: none;
    color: var(--body);
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table td { text-align: right; font-weight: 700; color: var(--ink); white-space: nowrap; }
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td { border-bottom: 0; padding-top: 16px; }
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th { font-size: 16px; font-weight: 800; color: var(--ink); }
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total strong { font-size: 26px; font-weight: 800; letter-spacing: -.03em; }
.woocommerce-checkout .product-quantity { color: var(--muted); font-weight: 500; }

#payment, .woocommerce-checkout #payment { background: transparent; border-radius: 0; }
#payment ul.payment_methods {
    padding: 16px 0 0; margin: 0;
    border: 0; border-top: 1px solid var(--line-soft);
    display: flex; flex-direction: column; gap: 10px;
}
#payment ul.payment_methods li {
    padding: 15px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    list-style: none;
}
#payment ul.payment_methods li:hover { border-color: var(--line-2); }
#payment ul.payment_methods li label { display: inline; font-size: 15px; font-weight: 700; color: var(--ink); }
#payment ul.payment_methods li img { display: inline-block; margin-left: 8px; max-height: 24px; }
#payment div.payment_box {
    margin: 12px 0 0;
    padding: 14px 16px;
    background: var(--bg);
    border-radius: 10px;
    font-size: 14px; line-height: 1.6;
    color: var(--body);
}
#payment div.payment_box::before { display: none; }
#payment .form-row.place-order { padding: 18px 0 0; margin: 0; }
#payment #place_order { display: flex; width: 100%; padding: 15px; font-size: 16px; }
.woocommerce-privacy-policy-text p, .woocommerce-terms-and-conditions-wrapper p { font-size: 13px; color: var(--muted); }

/* Sipariş alındı */
.woocommerce ul.order_details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1px;
    margin: 0 0 32px;
    padding: 0;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
}
/* WooCommerce'in clearfix ::before/::after'i izgara icinde birer oge sayilip
   basta ve sonda bos sutun aciyordu. */
.woocommerce ul.order_details::before,
.woocommerce ul.order_details::after { display: none; }
.woocommerce ul.order_details li {
    float: none; margin: 0; padding: 18px 20px; border: 0;
    background: var(--surface);
    font-size: 12px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
    color: var(--muted);
}
.woocommerce ul.order_details li strong {
    display: block; margin-top: 6px;
    font-size: 17px; font-weight: 800;
    letter-spacing: -.02em; text-transform: none;
    color: var(--ink);
    overflow-wrap: anywhere;
}

/* ==========================================================================
   12. Hesap alanı
   ========================================================================== */

/* Hesap alani: menu ustte yatay sekme seridi, icerik altta tam genislik. */
body.logged-in.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
/* WooCommerce'in woocommerce-layout.css dosyasindaki float/width kurallarini
   ezer ve satirlari acikca atar. */
body.woocommerce-account .woocommerce > nav.woocommerce-MyAccount-navigation {
    float: none;
    /* Şerit yalnızca sekmeler kadar yer kaplar; içerik alanının tamamına
       yayılınca sekmeler arasında gereksiz boşluk kalıyordu. */
    width: 100%;
    max-width: 100%;
    justify-self: start;
    grid-column: 1; grid-row: 1;
}
body.woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
    float: none; width: auto; min-width: 0;
    grid-column: 1; grid-row: 2;
}

nav.woocommerce-MyAccount-navigation {
    margin: 0;
    padding: 6px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    position: static;
}
nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    gap: 4px;
    min-width: 0;
}
.woocommerce-MyAccount-navigation li { float: none; margin: 0; padding: 0; background: transparent; border-radius: 0; flex: 0 0 auto; }
.woocommerce-MyAccount-navigation li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-2);
    white-space: nowrap;
    transition: background .15s ease, color .15s ease;
}
/* Ikonlar: her uc nokta icin maske; rengi metinden alir. */
.woocommerce-MyAccount-navigation li a::before {
    content: "";
    width: 17px; height: 17px;
    flex: none;
    background: currentColor;
    -webkit-mask: var(--ikon) center / contain no-repeat;
            mask: var(--ikon) center / contain no-repeat;
}
.woocommerce-MyAccount-navigation-link--orders a {
    --ikon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation-link--downloads a {
    --ikon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation-link--edit-account a {
    --ikon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation-link--indirim-kuponlari a {
    --ikon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'/%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'/%3E%3C/svg%3E");
}
.woocommerce-MyAccount-navigation li a:hover { background: var(--accent-soft-2); color: var(--ink); }
.woocommerce-MyAccount-navigation li.is-active a {
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    box-shadow: var(--sh-btn);
}
.is-active { background: transparent !important; }

.woocommerce-MyAccount-content > p { color: var(--body); }
.woocommerce-MyAccount-content .woocommerce-Address { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }

/* Panel */
.acct-hi { margin-bottom: 24px; }
.acct-hi h2 { font-size: 26px; margin-bottom: 6px; }
.acct-hi p { margin: 0; color: var(--body); }

.acct-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-bottom: 24px; }
.acct-stat { padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.acct-stat .lbl { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 8px; }
.acct-stat .val { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.03em; line-height: 1.05; color: var(--ink); }
.acct-stat a { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 700; }

.acct-panel { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; margin-bottom: 20px; }
.acct-panel-head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.acct-panel-head h3 { font-size: 17px; }
.acct-panel-head a { margin-left: auto; font-size: 13px; font-weight: 700; }

.lic-list { display: flex; flex-direction: column; gap: 10px; }
.lic {
    display: flex; align-items: center; gap: 16px;
    padding: 14px 16px;
    background: var(--bg);
    border-radius: 12px;
    flex-wrap: wrap;
}
.lic-main { flex: 1; min-width: 180px; }
.lic-prod { font-size: 15px; font-weight: 700; color: var(--ink); }
.lic-dom { font-size: 13px; color: var(--muted); font-weight: 600; }
.lic-key-wrap {
    display: flex;
    align-items: stretch;
    gap: 6px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 9px;
    padding: 4px 4px 4px 12px;
    max-width: 100%;
}
.lic-key {
    font-family: var(--mono);
    font-size: 12.5px;
    line-height: 1.6;
    color: var(--ink-2);
    align-self: center;
    word-break: break-all;
    -webkit-user-select: all;
    user-select: all;
}

/* Kopyala düğmesi */
.copy-btn {
    position: relative;
    flex: none;
    width: 30px;
    align-self: center;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: var(--bg);
    color: var(--muted);
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .15s ease, color .15s ease;
}
.copy-btn::before {
    content: "";
    width: 15px; height: 15px;
    background: currentColor;
    -webkit-mask: var(--kopya) center / contain no-repeat;
            mask: var(--kopya) center / contain no-repeat;
    --kopya: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");
}
.copy-btn:hover { background: var(--accent-soft); color: var(--accent); }
.copy-btn.is-copied { background: var(--ok-soft); color: var(--ok); }
.copy-btn.is-copied::before {
    --kopya: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
/* "Kopyalandı" balonu */
.copy-btn.is-copied::after {
    content: "Kopyalandı";
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 9px;
    border-radius: 7px;
    background: var(--ink);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
}

/* Sipariş detayındaki lisans kutusu da kopyalanabilir hâle gelir. */
#borderc.lic-key-wrap {
    display: inline-flex;
    width: auto;
    padding: 4px 4px 4px 14px;
    border-radius: 10px;
}
#borderc.lic-key-wrap .lic-key { font-size: 14px; color: var(--ink); }

.acct-orders { display: flex; flex-direction: column; gap: 8px; }
.acct-order {
    display: flex; align-items: center; gap: 14px;
    padding: 13px 16px;
    background: var(--bg);
    border-radius: 12px;
    flex-wrap: wrap;
}
.acct-order:hover { background: var(--accent-tint); }
.acct-order .no { font-weight: 800; color: var(--ink); }
.acct-order .date { font-size: 13px; color: var(--muted); font-weight: 600; }
.acct-order .tot { margin-left: auto; font-weight: 800; color: var(--ink); }

/* Hesap tabloları — domain + lisans sütunları eklenmiş 7 sütunlu tablo */
.woocommerce-MyAccount-content table.shop_table th,
.woocommerce-MyAccount-content table.shop_table td { padding: 13px 14px; font-size: 14px; }
.woocommerce-MyAccount-content table.shop_table th { font-size: 11px; }

.woocommerce-orders-table__cell-domain { width: 20%; }
.woocommerce-orders-table__cell-lisans { width: 21%; }
.woocommerce-orders-table__cell-order-number { width: 9%; }
.woocommerce-orders-table__cell-order-date { width: 11%; }
.woocommerce-orders-table__cell-order-status { width: 11%; }
.woocommerce-orders-table__cell-order-total { width: 13%; }
.woocommerce-orders-table__cell-order-actions { width: 15%; }

td.woocommerce-orders-table__cell-domain {
    font-family: var(--mono); font-size: 12.5px; line-height: 1.5;
    overflow-wrap: break-word; color: var(--ink);
}
td.woocommerce-orders-table__cell-lisans {
    font-family: var(--mono); font-size: 12px; line-height: 1.55;
    overflow-wrap: anywhere; color: var(--body);
}
/* Tablo içindeki kod hücresi: kod ile kopyala düğmesi yan yana. */
.kod-hucre { display: inline-flex; align-items: center; gap: 6px; max-width: 100%; }
/* Dar ekranda kod sarabilir; kırılma tirelerden olsun, hücrenin
   "overflow-wrap: anywhere" değeri kodu grubun ortasından bölüyordu. */
.kod-hucre .lic-key { font-size: inherit; line-height: inherit; text-align: left; word-break: normal; overflow-wrap: break-word; }
.kod-hucre .copy-btn { width: 26px; height: 26px; }
td.woocommerce-orders-table__cell-order-actions .button { width: 100%; padding: 9px 12px; font-size: 13px; }

.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-status { font-weight: 700; color: var(--ink-2); }
.woocommerce table.shop_table tr.woocommerce-orders-table__row--status-completed td.woocommerce-orders-table__cell-order-status { color: var(--ok); }
.woocommerce table.shop_table tr.woocommerce-orders-table__row--status-processing td.woocommerce-orders-table__cell-order-status { color: var(--accent); }
.woocommerce table.shop_table tr.woocommerce-orders-table__row--status-on-hold td.woocommerce-orders-table__cell-order-status,
.woocommerce table.shop_table tr.woocommerce-orders-table__row--status-pending td.woocommerce-orders-table__cell-order-status { color: var(--warn); }
.woocommerce table.shop_table tr.woocommerce-orders-table__row--status-cancelled td.woocommerce-orders-table__cell-order-status,
.woocommerce table.shop_table tr.woocommerce-orders-table__row--status-failed td.woocommerce-orders-table__cell-order-status,
.woocommerce table.shop_table tr.woocommerce-orders-table__row--status-refunded td.woocommerce-orders-table__cell-order-status { color: var(--bad); }

/* Sipariş detayı — functions.php çıktıları */
h2.woocommerce-column__title,
h2.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-column__title { margin: 30px 0 12px; font-size: 19px; color: var(--ink); }
.woocommerce-order-details__title:first-child { margin-top: 0; }

#borderc {
    padding: 18px 20px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    font-size: 15px;
    color: var(--ink);
    word-break: break-word;
}
#borderc ul.bacs_details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px 24px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--line-soft);
}
#borderc ul.bacs_details:first-child { padding-top: 0; }
#borderc ul.bacs_details:last-child { padding-bottom: 0; border-bottom: 0; }
#borderc ul.bacs_details li { font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
#borderc ul.bacs_details li strong {
    display: block; margin-top: 3px;
    font-size: 15px; font-weight: 700;
    letter-spacing: 0; text-transform: none;
    color: var(--ink); word-break: break-all;
}
#borderc ul.bacs_details li.iban strong { font-family: var(--mono); font-size: 13.5px; }
#borderc ul.bacs_details img { max-height: 28px; width: auto; }

/* Banka bilgileri — account.js kutuyu kart ızgarasına dönüştürür.
   Yukarıdaki kurallar JS çalışmazsa devreye giren yedek görünümdür. */
#borderc.pay-box {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.pay-holder { margin: 0 0 14px; font-size: 14px; color: var(--muted); }
.pay-holder b { color: var(--ink); font-weight: 700; }

.pay-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
    gap: 14px;
}
.pay-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    transition: border-color .15s ease;
}
.pay-card:hover { border-color: var(--line-2); }
.pay-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--line-soft);
}
.pay-head img { height: 24px; width: auto; flex: none; }
.pay-head b { font-size: 15px; font-weight: 700; color: var(--ink); }
.pay-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
}
.pay-card .lic-key-wrap {
    background: var(--bg);
    border-color: var(--line);
    margin-top: -2px;
}
.pay-card .lic-key { font-size: 13px; color: var(--ink); letter-spacing: .01em; }
.pay-card .copy-btn { background: var(--surface); }
.pay-card .copy-btn:hover { background: var(--accent-soft); color: var(--accent); }
.pay-card .copy-btn.is-copied { background: var(--ok-soft); color: var(--ok); }

a.woocommerce-MyAccount-downloads-file.button.alt {
    padding: 9px 14px;
    background: var(--accent) !important;
    border-color: var(--accent);
    font-size: 13px; color: #fff;
}
a.woocommerce-MyAccount-downloads-file.button.alt::before { content: none; }
.woocommerce .order-again a.button { background: var(--ink) !important; border-color: var(--ink); color: #fff; }
section.woocommerce-customer-details { display: none; }

.woocommerce-support {
    padding: 20px 22px;
    background: var(--accent-tint);
    border: 1px solid var(--line);
    border-radius: 16px;
    font-size: 15px;
    color: var(--ink);
}

/* ==========================================================================
   13. Formlar
   ========================================================================== */

input[type=text], input[type=email], input[type=password], input[type=tel],
input[type=url], input[type=number], input[type=search], select, textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--bg);
    font: 400 14px/1.4 var(--font);
    color: var(--ink);
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .15s ease, background .15s ease;
}
select {
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}
textarea, .woocommerce form .form-row textarea { min-height: 130px; line-height: 1.6; resize: vertical; }
/* Yalnizca metin alanlari. Ciplak "input:focus" yazilirsa input[type=submit]
   de eslesiyor ve ozgullugu (0,1,1) .btn--primary'yi (0,1,0) yendigi icin
   giris dugmesi tiklaninca beyaz zemin + beyaz yazi olup okunmaz hale
   geliyordu. */
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus,
input[type=tel]:focus, input[type=url]:focus, input[type=number]:focus,
input[type=search]:focus, select:focus, textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus { background: var(--surface); border-color: var(--accent); }
::placeholder { color: var(--muted-2); opacity: 1; }
input[type=checkbox], input[type=radio] { width: 16px; height: 16px; margin: 0; accent-color: var(--accent); flex: none; }

.woocommerce form .form-row { margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.woocommerce form .form-row label { margin: 0; font-size: 13px; font-weight: 700; color: var(--ink-2); }
.woocommerce form .form-row .required { color: var(--accent); border: 0; text-decoration: none; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: left; }
.woocommerce form .form-row-last { float: right; }
.woocommerce form .form-row-wide { clear: both; }

.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon,
.woocommerce-EditAccountForm, .woocommerce form.woocommerce-form-login {
    margin: 0;
    padding: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
}
.woocommerce form .form-row .woocommerce-form-login__rememberme,
.woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-2);
}
.woocommerce-form__label-for-checkbox span { font-weight: 500; }
.woocommerce-LostPassword a { font-size: 13px; font-weight: 600; }
.woocommerce form.login .button, .woocommerce form.register .button { display: flex; width: 100%; padding: 13px; font-size: 15px; }
.woocommerce-EditAccountForm fieldset { margin: 22px 0 0; padding: 22px 0 0; border: 0; border-top: 1px solid var(--line-soft); }
.woocommerce-EditAccountForm legend { padding: 0; font-size: 17px; font-weight: 800; color: var(--ink); }

.select2-container--default .select2-selection--single { display: flex; align-items: center; height: auto; }
.select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 1.4; color: var(--ink); }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; }
.select2-dropdown { border-color: var(--line); border-radius: 10px; overflow: hidden; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background: var(--accent); }

/* Tema formları */
#form-wrapper {
    padding: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
}
#form-wrapper > h2 { margin: 0 0 20px; font-size: 22px; }
#form-wrapper label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 700; color: var(--ink-2); }
#form-wrapper label.error { margin: 6px 0 0; font-weight: 600; }
#form-wrapper .field { margin-bottom: 16px; }
#form-wrapper .frm-button { margin-top: 20px; }
.field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.req { color: var(--accent); }
.form-note { margin: 12px 0 0; font-size: 12px; color: var(--muted-2); text-align: center; }

#form-wrapper button[type="submit"],
#form-wrapper input[type="button"],
button#send-message, #register-me {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px;
    border: 0;
    border-radius: 11px;
    background: var(--accent);
    font: 700 15px/1 var(--font);
    color: #fff;
    cursor: pointer;
    box-shadow: var(--sh-btn);
    -webkit-appearance: none;
    appearance: none;
}
#form-wrapper button[type="submit"]:hover,
#form-wrapper input[type="button"]:hover,
button#send-message:hover, #register-me:hover { background: var(--accent-dark); }

/* Bildirim kutusu — kayıt ve iletişim formlarının sunucu yanıtı.
   #error-message artık yalnızca kap; görünüm .fcs-notice'ten gelir. */
#error-message { margin-bottom: 20px; padding: 0; border: 0; background: transparent; }

.fcs-notice {
    display: flex;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    font-size: 15px;
    line-height: 1.55;
    color: var(--ink);
}
.fcs-notice-ico {
    width: 20px; height: 20px;
    flex: none;
    margin-top: 1px;
    background: currentColor;
    -webkit-mask: var(--ikon) center / contain no-repeat;
            mask: var(--ikon) center / contain no-repeat;
}
.fcs-notice-body { min-width: 0; }
.fcs-notice-body b { display: block; font-weight: 700; }
.fcs-notice-body ul {
    margin: 9px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.fcs-notice-body li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    color: var(--body);
}
.fcs-notice-body li::before {
    content: "";
    position: absolute;
    left: 0; top: 8px;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: .45;
}
.fcs-notice-body p { margin: 7px 0 0; font-size: 14px; color: var(--body); }

.fcs-notice--error { border-color: #FECACA; background: var(--bad-soft); }
.fcs-notice--error .fcs-notice-body b { color: var(--bad); }
.fcs-notice--error .fcs-notice-ico {
    color: var(--bad);
    --ikon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E");
}

.fcs-notice--ok { border-color: #BBF7D0; background: var(--ok-soft); }
.fcs-notice--ok .fcs-notice-body b { color: var(--ok); }
.fcs-notice--ok .fcs-notice-ico {
    color: var(--ok);
    --ikon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");
}

/* Gönderim sırasında düğme: etiket kaybolmaz, yanına dönen halka gelir. */
button.is-loading,
.btn.is-loading { pointer-events: none; opacity: .85; }
button.is-loading::after,
.btn.is-loading::after {
    content: "";
    width: 15px; height: 15px;
    margin-left: 10px;
    flex: none;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: fcs-spin .6s linear infinite;
}
@keyframes fcs-spin { to { transform: rotate(360deg); } }
.register-message { display: none; }

label.error { display: block; margin-top: 6px; font-size: 13px; color: var(--bad); }
input.error, textarea.error { border-color: var(--bad); }
.button-loader { display: inline-flex; align-items: center; }
.button-loader svg { height: 20px; }
.g-recaptcha { margin-bottom: 4px; }

/* ==========================================================================
   14. Destek, iletişim, giriş kartı, 404
   ========================================================================== */

.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px; align-items: start; }
.split--wide { grid-template-columns: minmax(0, 1fr) 380px; }

.support-hero { background: var(--surface); border-bottom: 1px solid var(--line); }
.support-hero > .wrap { max-width: 720px; padding-top: 72px; padding-bottom: 56px; text-align: center; }
.support-hero h1 { font-size: clamp(30px, 5vw, 44px); }
.support-hero p { margin: 12px 0 0; color: var(--body); font-size: 16px; }
.support-search {
    margin-top: 28px;
    display: flex;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 6px;
    gap: 6px;
}
.support-search input { flex: 1; min-width: 0; border: 0; background: none; padding: 12px 14px; font-size: 15px; }
.support-search input:focus { background: none; }
.support-search button { padding: 12px 20px; border-radius: 10px; border: 0; background: var(--ink); color: #fff; font-weight: 700; font-size: 14px; cursor: pointer; }
.support-search button:hover { background: var(--dark-2); }

.help-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; }
.help-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--ink);
}
.help-card b { font-size: 16px; font-weight: 700; }
.help-card span { font-size: 13px; color: var(--muted); line-height: 1.5; }

.info-cards { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; }
.info-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.info-card .k { font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.info-card .v { margin-top: 4px; font-size: 16px; font-weight: 700; color: var(--ink); }
.info-card .v a { color: var(--ink); }
.info-card .v a:hover { color: var(--accent); }

.checklist { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--ink-2); }
.checklist div { display: flex; gap: 10px; }
.checklist div::before { content: "\2713"; color: var(--accent); font-weight: 800; flex: none; }

/* Giriş / kayıt kartı */
.auth-wrap { max-width: 440px; margin: 0 auto; padding: 56px var(--gutter) 88px; }
.auth-wrap--wide { max-width: 560px; }
/* Kayıt formu kartın içinde; kendi kart stilini devralmaz. */
.auth-card #form-wrapper { padding: 0; background: transparent; border: 0; border-radius: 0; }
.auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--line-soft);
    border-radius: 11px;
    padding: 4px;
    gap: 4px;
    margin-bottom: 20px;
}
.auth-tabs a {
    padding: 9px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: var(--muted);
}
.auth-tabs a.is-on { background: var(--surface); color: var(--ink); box-shadow: 0 1px 2px rgba(15, 23, 42, .08); }

.auth-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 32px;
}
/* Kart zaten çerçeveli; Woo'nun giriş formu içeride düz kalır. */
.auth-card form.login,
.auth-card .woocommerce { border: 0; padding: 0; background: transparent; border-radius: 0; }
.auth-card #customer_login > h2,
.auth-card form.login > h2 { display: none; }
.auth-card .col2-set, .auth-card .col-1, .auth-card .col-2 { width: 100% !important; float: none !important; margin: 0; }
.auth-head { margin-bottom: 20px; }
.auth-head h2 { font-size: 26px; }
.auth-head p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

/* 404 */
.err404 { max-width: 560px; margin: 0 auto; padding: 72px var(--gutter) 40px; text-align: center; }
.err404 .code {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 99px;
    background: var(--accent-soft);
    color: var(--accent-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 20px;
}
.err404 h1 { font-size: clamp(30px, 5vw, 44px); }
.err404 p { margin: 14px auto 26px; color: var(--body); font-size: 16px; }
.err404 form { display: flex; gap: 8px; margin-bottom: 22px; }
.err404 .links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; font-size: 14px; font-weight: 700; }

/* ==========================================================================
   15. Duyarlı düzen
   ========================================================================== */

@media (max-width: 1080px) {
    .woocommerce div.product { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .woocommerce div.product > div.images.woocommerce-product-gallery,
    .woocommerce div.product > div.summary { grid-column: 1; }
    /* Tek sütuna inince kart doğal sırasına döner; masaüstündeki iki satırlık
       yerleşim burada önizlemeyle üst üste binerdi. */
    .woocommerce div.product > div.summary { position: static; grid-row: auto; }

    .woocommerce-cart .woocommerce:has(form.woocommerce-cart-form) { grid-template-columns: minmax(0, 1fr); }
    .woocommerce-cart .woocommerce > form.woocommerce-cart-form,
    .woocommerce-cart .woocommerce > .cart-collaterals { grid-column: 1; grid-row: auto; }

    .woocommerce-checkout form.checkout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .woocommerce-checkout form.checkout > #customer_details,
    .woocommerce-checkout form.checkout > h3#order_review_heading,
    .woocommerce-checkout form.checkout > #order_review { grid-column: 1; grid-row: auto; }

    body.logged-in.woocommerce-account .woocommerce { gap: 20px; }

    .split--wide { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 860px) {
    .header { gap: 12px; }
    li.nav-button { display: grid; }
    .header-actions { margin-left: auto; }
    .nav {
        position: absolute;
        top: 100%; left: 0; right: 0;
        margin-left: 0;
    }
    .nav ul.menu {
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        padding: 10px;
        background: var(--surface);
        border-bottom: 1px solid var(--line);
        box-shadow: var(--sh-card);
    }
    .nav li a { padding: 11px 14px; font-size: 15px; }
    .nav li ul { position: static; display: block; border: 0; box-shadow: none; padding: 0 0 0 12px; }
    .language { display: none; }
    form#login { right: 12px; left: 12px; width: auto; }

    .hero { padding-top: 56px; padding-bottom: 40px; }
    .hero-meta { gap: 16px; margin-top: 32px; }
    .hero-shot { margin-top: 40px; }

    .section { padding-bottom: 48px; }
    .band > .wrap { padding-top: 48px; padding-bottom: 48px; }
    .faq-wrap { padding-top: 48px; padding-bottom: 56px; }

    .pagehead > .wrap { padding-top: 36px; }
    #content, #primary.content-area { padding-top: 24px; padding-bottom: 32px; }

    .woocommerce div.product .product_title { font-size: 26px; }
    .woocommerce div.product p.price { font-size: 26px; }
    .woocommerce div.product > div.summary { padding: 22px; }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; }
    .woocommerce-checkout form.checkout > #customer_details { padding: 20px; }
    #form-wrapper { padding: 22px; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
    .header { gap: 8px; }
    .headerleft a { font-size: 16px; }
    .headerleft a span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .header-actions { gap: 6px; }
    li.account > a, li.account.account-menu > button { padding: 9px 12px; font-size: 13px; }
    /* Yalnizca avatar bulunan (giris yapilmis) dugmede etiket gizlenir. */
    li.account.account-menu .acct-label { display: none; }

    .hero h1 { font-size: 32px; }
    .hero p.lede { font-size: 16px; }
    .hero-actions .btn { width: 100%; }
    .tcard-actions { flex-wrap: wrap; }
    .tcard-actions .btn { width: 100%; flex: none; }

    .woocommerce div.product form.cart { flex-wrap: wrap; }
    .woocommerce div.product form.cart button.single_add_to_cart_button { width: 100%; flex: none; }

    .woocommerce table.shop_table_responsive thead { display: none; }
    .woocommerce table.shop_table_responsive tr { display: block; border-bottom: 1px solid var(--line); }
    .woocommerce table.shop_table_responsive tr:last-child { border-bottom: 0; }
    .woocommerce table.shop_table_responsive td {
        /* Masaustu sutun paylari (width:20% vb.) kart duzeninde satirin
           yuzdesine donusup metni birkac karaktere sikistiriyordu. */
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 16px;
        padding: 11px 16px;
        border-bottom: 0;
        text-align: right;
    }
    .woocommerce table.shop_table_responsive td::before {
        content: attr(data-title);
        flex: none;
        font-size: 12px;
        font-weight: 700;
        color: var(--muted);
        text-align: left;
    }
    /* Etiketi olmayan hucre: WooCommerce yine de ": " basiyor. js/account.js
       nitelikleri thead'den tamamlar, calismadigi durumda bos iki nokta
       gorunmesin. */
    .woocommerce table.shop_table_responsive td:not([data-title])::before { content: none; }
    .woocommerce table.shop_table_responsive td.product-thumbnail { display: none; }

    /* Uzun degerler (domain, lisans kodu) etiketin altina tam genislikte gecer. */
    .woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell-domain,
    .woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell-lisans {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        text-align: left;
    }
    .woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell-lisans {
        font-size: 13px;
        overflow-wrap: break-word;
    }
    .woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions .button { width: 100%; }
    .woocommerce table.cart td.actions .coupon { flex-wrap: wrap; }
    .woocommerce table.cart td.actions .coupon input#coupon_code,
    .woocommerce table.cart td.actions .coupon .button { width: 100%; }
    .woocommerce table.cart td.actions > .button { float: none; width: 100%; margin-top: 10px; }

    .lic { flex-direction: column; align-items: stretch; }
}

@media print {
    #header, #footer, .promo, .hero-shot { display: none; }
    body { background: #fff; }
}


/* =========================================================================
   Destek talepleri
   Mevcut belirteçler (--accent, --line, --surface …) ve hap/düğme sınıfları
   yeniden kullanılır; yeni renk veya yazı tipi getirilmez.
   ====================================================================== */

/* Hesap sekmesi ikonu */
.woocommerce-MyAccount-navigation-link--destek-taleplerim a {
    --ikon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E");
}

.tkt-wrap { display: block; }
.support-tickets { margin-top: 56px; }

/* Üst şerit */
.tkt-bar { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.tkt-bar-title { font-size: 20px; margin: 0; min-width: 0; overflow-wrap: anywhere; }
.tkt-bar .btn { margin-left: auto; }

/* Bildirimler */
.tkt-not {
    padding: 13px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    border: 1px solid transparent;
}
.tkt-not--ok  { background: var(--ok-soft);  color: var(--ok);  border-color: rgba(21, 128, 61, .18); }
.tkt-not--bad { background: var(--bad-soft); color: var(--bad); border-color: rgba(185, 28, 28, .18); }

/* Durum süzgeçleri */
.tkt-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.tkt-filter {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    border: 1px solid var(--line);
    border-radius: 99px;
    background: var(--surface);
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-2);
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease;
}
.tkt-filter i { font-style: normal; font-weight: 700; font-size: 12px; color: var(--muted); }
.tkt-filter:hover { border-color: var(--line-2); color: var(--ink); }
.tkt-filter.is-on { background: var(--accent); border-color: var(--accent); color: #fff; }
.tkt-filter.is-on i { color: rgba(255, 255, 255, .75); }

/* Liste */
.tkt-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.tkt-row { margin: 0; padding: 0; }
.tkt-row-link {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.tkt-row-link:hover { border-color: var(--line-2); box-shadow: 0 2px 10px rgba(15, 23, 42, .05); }
.tkt-no { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; font-weight: 600; color: var(--muted); }
.tkt-main { min-width: 0; }
.tkt-subject {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    overflow-wrap: anywhere;
}
.tkt-meta { display: flex; flex-wrap: wrap; gap: 4px 12px; margin-top: 5px; font-size: 12.5px; color: var(--muted); }
.tkt-prod { font-weight: 600; color: var(--ink-2); }
.tkt-pills { display: flex; gap: 7px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }

/* Boş durum */
.tkt-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding: 48px 24px;
    background: var(--surface);
    border: 1px dashed var(--line-2);
    border-radius: 18px;
}
.tkt-empty b { font-size: 16px; color: var(--ink); }
.tkt-empty span { font-size: 14px; color: var(--body); max-width: 380px; }
.tkt-empty .btn { margin-top: 10px; }

/* Sayfalama */
.tkt-pager { display: flex; gap: 6px; margin-top: 20px; flex-wrap: wrap; }
.tkt-pager a, .tkt-pager span {
    min-width: 36px;
    padding: 7px 10px;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface);
    font-size: 13px;
    font-weight: 700;
    color: var(--ink-2);
    text-decoration: none;
}
.tkt-pager .is-on { background: var(--accent); border-color: var(--accent); color: #fff; }

/* Talep künyesi */
.tkt-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    padding: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-bottom: 20px;
}
.tkt-fact { min-width: 0; }
.tkt-fact .lbl { display: block; font-size: 12px; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.tkt-fact .val { display: block; font-size: 14px; font-weight: 700; color: var(--ink); overflow-wrap: anywhere; }

/* Mesaj akışı */
.tkt-thread { display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }
.tkt-msg {
    padding: 18px 20px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-left: 3px solid var(--line-2);
    border-radius: 14px;
}
.tkt-msg--staff { border-left-color: var(--accent); background: var(--accent-tint); }
.tkt-msg-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.tkt-ava {
    flex: none;
    width: 32px; height: 32px;
    display: grid;
    place-items: center;
    border-radius: 99px;
    background: var(--line-soft);
    border: 1px solid var(--line);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    color: var(--ink-2);
}
.tkt-msg--staff .tkt-ava { background: var(--accent-soft); border-color: transparent; color: var(--accent-dark); }
.tkt-msg-who { font-size: 14px; font-weight: 700; color: var(--ink); min-width: 0; overflow-wrap: anywhere; }
.tkt-msg-when { margin-left: auto; flex: none; font-size: 12px; color: var(--muted); }

.tkt-msg-body { font-size: 14.5px; line-height: 1.65; color: var(--body); overflow-wrap: anywhere; }
.tkt-msg-body > :first-child { margin-top: 0; }
.tkt-msg-body > :last-child { margin-bottom: 0; }
.tkt-msg-body p { margin: 0 0 12px; }
.tkt-msg-body a { overflow-wrap: anywhere; }
.tkt-msg-body img { max-width: 100%; height: auto; border-radius: 10px; border: 1px solid var(--line); }
.tkt-msg-body ul, .tkt-msg-body ol { margin: 0 0 12px; padding-left: 20px; }
.tkt-msg-body pre { max-width: 100%; overflow-x: auto; background: var(--line-soft); border-radius: 10px; padding: 12px; font-size: 13px; }
.tkt-msg-body table { display: block; max-width: 100%; overflow-x: auto; }
.tkt-msg-body iframe { max-width: 100%; }

.tkt-msg-files { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tkt-file {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    padding: 7px 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--bg);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ink-2);
    text-decoration: none;
    overflow-wrap: anywhere;
}
.tkt-file::before {
    content: "";
    flex: none;
    width: 14px; height: 14px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center / contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center / contain no-repeat;
}
.tkt-file:hover { border-color: var(--line-2); color: var(--ink); }

/* Kapalı talep */
.tkt-closed {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 20px 22px;
    background: var(--line-soft);
    border: 1px solid var(--line);
    border-radius: 16px;
}
.tkt-closed b { font-size: 15px; color: var(--ink); }
.tkt-closed span { font-size: 13.5px; color: var(--body); }
.tkt-closed .btn { margin-top: 10px; }

/* Formlar */
.tkt-form { margin-bottom: 0; }
.tkt-field { margin: 0 0 18px; min-width: 0; }
.tkt-field:last-of-type { margin-bottom: 20px; }
.tkt-field label { display: block; margin-bottom: 7px; font-size: 13.5px; font-weight: 700; color: var(--ink-2); }
.tkt-field input[type=text],
.tkt-field select,
.tkt-field textarea { width: 100%; max-width: 100%; }
.tkt-field input[type=file] {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    color: var(--body);
    padding: 10px 12px;
    border: 1px dashed var(--line-2);
    border-radius: 11px;
    background: var(--bg);
}
.tkt-req { color: var(--bad); }
.tkt-hint { font-weight: 500; color: var(--muted); font-size: 12px; }
.tkt-file-name { display: block; margin-top: 7px; font-size: 12.5px; font-weight: 600; color: var(--accent-dark); overflow-wrap: anywhere; }
.tkt-field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 0 16px; }
.tkt-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 0; }
.tkt-close-btn { color: #fff; background: var(--bad); border-color: var(--bad); }
.tkt-close-btn:hover { border-color: var(--bad); color: var(--bad); }
.tkt-reply { margin-top: 0; }
p.order-again { margin-top: 15px; }
h2.woocommerce-order-downloads__title { margin-bottom: 15px; }

/* Dar ekran */
@media (max-width: 640px) {
    .tkt-bar { gap: 12px; }
    .tkt-bar .btn { margin-left: 0; width: 100%; justify-content: center; }
    .tkt-row-link { grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 15px 16px; }
    .tkt-no { order: -1; }
    .tkt-pills { justify-content: flex-start; }
    .tkt-msg { padding: 15px 16px; }
    .tkt-msg-head { flex-wrap: wrap; gap: 8px; }
    .tkt-msg-when { margin-left: 0; width: 100%; }
    .tkt-actions .btn { width: 100%; justify-content: center; }
}

/* Dar ekran: sekme şeridi yatay kaymak yerine ızgaraya sarar. Sekmelerin
   hepsi aynı anda göründüğü için aktif olan her zaman belli olur; eskiden
   4. ve 5. sekmeler şeridin sağında kalıyor ve kaydırmadan görülemiyordu. */
@media (max-width: 880px) {
    /* Izgaraya sararken şerit tam genişlikte olmalı; masaüstündeki
       "içeriği kadar" davranışı burada sütunları tek başına bırakıyordu. */
    body.woocommerce-account .woocommerce > nav.woocommerce-MyAccount-navigation {
        width: auto; max-width: none; justify-self: stretch;
    }
    nav.woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    }
    .woocommerce-MyAccount-navigation li a {
        justify-content: flex-start;
        padding: 10px 12px;
        font-size: 13px;
        line-height: 1.3;
        white-space: normal;
    }
}

/* Masaüstünde siparişler tablosunda domain ve lisans kodu tek satırda durur.
   Kolon payları koda göre yeniden dağıtıldı. 1080px altında eski davranış
   sürüyor; orada satır sığmadığı için tabloyu taşırırdı. */
@media (min-width: 1081px) {
    .woocommerce-orders-table__cell-domain { width: 15%; }
    .woocommerce-orders-table__cell-lisans { width: 32%; }
    .woocommerce-orders-table__cell-order-number { width: 7%; }
    .woocommerce-orders-table__cell-order-date { width: 12%; }
    .woocommerce-orders-table__cell-order-status { width: 10.5%; }
    .woocommerce-orders-table__cell-order-total { width: 11%; }
    .woocommerce-orders-table__cell-order-actions { width: 12.5%; }

    /* Puntolar tabloya sığsın diye kısılıyor; özgüllük "table.shop_table td"
       kuralını (14px) geçecek kadar yüksek olmalı. */
    .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-domain { font-size: 13px; white-space: nowrap; }
    .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-lisans { font-size: 12.5px; }
    td.woocommerce-orders-table__cell-lisans .lic-key { white-space: nowrap; }
    .woocommerce-MyAccount-content table.shop_table th.woocommerce-orders-table__cell-domain,
    .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-domain,
    .woocommerce-MyAccount-content table.shop_table th.woocommerce-orders-table__cell-lisans,
    .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-lisans { padding-left: 12px; padding-right: 12px; }
}
