/*
Theme Name: FUTCoinTR
Theme URI: https://futcointr.com
Author: FUTCoinTR
Author URI: https://futcointr.com
Description: Bağımsız, hafif klasik WordPress teması. FUTCoinTR — Türkiye pazarı için FC 27 coin bilgi ve satış vitrini. Sayfa oluşturucu yok, tek CSS dosyası, minimal JS.
Version: 1.0.12
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: futcointr
*/

/* ============ Tokens ============ */
:root{
  --bg:#151616;
  --surface:#1F2020;
  --surface-2:#2A2B2A;
  --line:#3F403F;
  --text:#E7E7E3;
  --muted:#BDBDBA;
  --mint:#07F468;
  --mint-ink:#05B84F;
  --on-mint:#151616;
  --gold:#F5B83D;
  --danger:#FF5D6C;
  --link:#9FB7EA;
  --font-head:'Sora',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  --radius:14px;
  --radius-sm:10px;
  --gap:1.25rem;
  --maxw:1180px;
  --tap:44px;
}

/* ============ Fonts (self-hosted, subset latin + latin-ext) ============ */
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url('assets/fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+2000-206F,U+20AC,U+2122;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url('assets/fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF,U+0304,U+0308,U+0329;}
@font-face{font-family:'Sora';font-style:normal;font-weight:700 800;font-display:swap;src:url('assets/fonts/sora-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+2000-206F,U+20AC,U+2122;}
@font-face{font-family:'Sora';font-style:normal;font-weight:700 800;font-display:swap;src:url('assets/fonts/sora-latin-ext.woff2') format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF,U+0304,U+0308,U+0329;}

/* ============ Reset ============ */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:800;line-height:1.2;margin:0 0 .6em}
h1{font-size:clamp(1.9rem,5vw,3rem)}
h2{font-size:clamp(1.5rem,3.4vw,2.1rem)}
h3{font-size:1.15rem;font-weight:700}
p{margin:0 0 1em}
ul,ol{margin:0 0 1em;padding-left:1.25em}
img{max-width:100%;height:auto;display:block}
a{color:var(--mint);text-decoration-thickness:1px}
a:hover{color:var(--gold)}
button{font-family:inherit}
figure{margin:0}
hr{border:0;border-top:1px solid var(--line);margin:2em 0}

/* ============ Accessibility ============ */
.skip-link{position:absolute;left:-999px;top:0;background:var(--mint);color:var(--on-mint);padding:.75em 1.25em;z-index:1000;border-radius:0 0 var(--radius-sm) 0;font-weight:700}
.skip-link:focus{left:0}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}

/* ============ Layout ============ */
.container{max-width:var(--maxw);margin:0 auto;padding:0 1.1rem}
section{padding:3rem 0}
.section-head{max-width:720px;margin:0 0 1.8rem}
.section-head .eyebrow{display:inline-block;color:var(--mint);font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5em}
.section-head p{color:var(--muted)}
.bg-alt{background:var(--surface)}

/* ============ Header ============ */
.site-header{position:sticky;top:0;z-index:100;background:rgba(21,22,22,.92);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:1rem}
.site-branding{display:flex;align-items:center;gap:.6rem;min-height:var(--tap)}
.site-branding img{height:28px;width:auto}
.site-branding a{display:flex;align-items:center;gap:.5rem;color:var(--text);font-family:var(--font-head);font-weight:800;text-decoration:none}
.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:var(--tap);height:var(--tap);background:transparent;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);cursor:pointer}
.menu-toggle .bar{display:block;width:20px;height:2px;background:currentColor;position:relative}
.menu-toggle .bar::before,.menu-toggle .bar::after{content:'';position:absolute;left:0;width:20px;height:2px;background:currentColor}
.menu-toggle .bar::before{top:-6px}
.menu-toggle .bar::after{top:6px}
.primary-menu{list-style:none;margin:0;padding:0;display:flex;gap:1.4rem;align-items:center}
.primary-menu a{color:var(--text);text-decoration:none;font-weight:500;font-size:.95rem;padding:.25rem 0}
.primary-menu a:hover,.primary-menu a:focus-visible{color:var(--mint)}
.header-cta{background:var(--mint);color:var(--on-mint)!important;padding:.55rem 1rem;border-radius:999px;font-weight:700!important}
.nav-primary{display:none}
@media (min-width:900px){
  .menu-toggle{display:none}
  .nav-primary{display:block}
}
.nav-primary.is-open{display:block;position:absolute;left:0;right:0;top:64px;background:var(--surface);border-bottom:1px solid var(--line);padding:1rem}
.nav-primary.is-open .primary-menu{flex-direction:column;align-items:flex-start;gap:.2rem}
.nav-primary.is-open .primary-menu a{display:block;width:100%;padding:.75rem .25rem;min-height:var(--tap)}

/* ============ Buttons ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;min-height:var(--tap);padding:.7em 1.4em;border-radius:999px;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer;font-size:1rem;line-height:1.2}
.btn-primary{background:var(--mint);color:var(--on-mint)}
.btn-primary:hover,.btn-primary:focus-visible{background:#3BFF86;color:var(--on-mint)}
.btn-secondary{background:transparent;color:var(--text);border-color:var(--line)}
.btn-secondary:hover,.btn-secondary:focus-visible{border-color:var(--mint);color:var(--mint)}
.btn-block{width:100%}
.btn-row{display:flex;flex-wrap:wrap;gap:.9rem}

/* ============ Hero ============ */
.hero{padding:2.6rem 0 3rem}
.hero .container{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:center}
.hero-copy,.hero-media{min-width:0}
.hero h1{overflow-wrap:break-word}
.hero-media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);order:-1}
.hero-media img{width:100%}
.hero-eyebrow{display:inline-block;color:var(--mint);font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.6em}
.hero-lede{color:var(--muted);font-size:1.05rem;max-width:52ch}
.hero-note{margin-top:1.2rem;font-size:.85rem;color:var(--muted);border-left:3px solid var(--gold);padding-left:.8rem}
@media (min-width:860px){
  .hero .container{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}
  .hero-media{order:0}
}

/* ============ Cards / grids ============ */
.grid{display:grid;gap:var(--gap)}
.grid-2{grid-template-columns:1fr}
.grid-3{grid-template-columns:1fr}
.grid-4{grid-template-columns:1fr}
.grid-5{grid-template-columns:1fr}
@media (min-width:640px){
  .grid-2{grid-template-columns:1fr 1fr}
  .grid-4{grid-template-columns:1fr 1fr}
}
@media (min-width:900px){
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .grid-4{grid-template-columns:repeat(4,1fr)}
  .grid-5{grid-template-columns:repeat(5,1fr)}
}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem}
.card h3{margin-bottom:.4em}
.card p{color:var(--muted);margin-bottom:0}
.platform-card{text-align:center}
.platform-card .icon{width:40px;height:40px;margin:0 auto .6rem;color:var(--mint)}
.step-card{position:relative;padding-top:2.6rem}
.step-card .num{position:absolute;top:1.1rem;left:1.4rem;font-family:var(--font-head);font-weight:800;font-size:1.4rem;color:var(--mint)}

/* ============ Placeholder (plugin gracefully missing) ============ */
.fct-placeholder{background:var(--surface-2);border:1px dashed var(--line);border-radius:var(--radius);padding:1.6rem;text-align:center;color:var(--muted)}
.fct-placeholder strong{color:var(--text);display:block;margin-bottom:.3em;font-family:var(--font-head)}

/* ============ Buy / Sell split ============ */
.split{display:grid;gap:1.2rem}
@media (min-width:720px){.split{grid-template-columns:1fr 1fr}}
.split-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;display:flex;flex-direction:column;gap:.8rem}
.split-card.buy{border-top:3px solid var(--mint)}
.split-card.sell{border-top:3px solid var(--gold)}

/* ============ FAQ ============ */
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{cursor:pointer;list-style:none;padding:1.1rem .2rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:var(--tap)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:1.4rem;color:var(--mint);flex:none}
.faq-item[open] summary::after{content:'\2212'}
.faq-item .faq-a{padding:0 .2rem 1.2rem;color:var(--muted)}
.risk-note{margin-top:1.6rem;background:var(--surface-2);border:1px solid var(--danger);border-radius:var(--radius-sm);padding:1rem 1.2rem;color:var(--text)}
.risk-note strong{color:var(--danger)}

/* ============ Breadcrumbs ============ */
.breadcrumbs{font-size:.85rem;color:var(--muted);padding:1rem 0 0}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs a:hover{color:var(--mint)}
.breadcrumbs [aria-current]{color:var(--text)}

/* ============ Article / page content ============ */
.page-content,.entry-content{max-width:74ch}
.entry-content h2{margin-top:1.6em}
.entry-content table,.page-content table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.entry-content ul{color:var(--text)}
.page-header{padding-top:2rem}
.entry-meta{color:var(--muted);font-size:.85rem}
.post-list-card{display:flex;flex-direction:column;gap:.5rem}
.post-list-card time{color:var(--muted);font-size:.85rem}

/* ============ Support ============ */
.support-box{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem}

/* ============ Footer ============ */
.site-footer{background:var(--surface);border-top:1px solid var(--line);padding:2.6rem 0 1.6rem;margin-top:2rem;color:var(--muted)}
.footer-grid{display:grid;gap:1.6rem;grid-template-columns:1fr}
@media (min-width:720px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.footer-grid h4{color:var(--text);font-family:var(--font-head);font-size:.95rem;margin-bottom:.7em}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid li{margin-bottom:.5em}
.footer-grid a{color:var(--muted);text-decoration:none}
.footer-grid a:hover{color:var(--mint)}
.footer-disclaimer{margin-top:2rem;padding-top:1.6rem;border-top:1px solid var(--line);font-size:.8rem;color:var(--muted);line-height:1.6}
.footer-bottom{margin-top:1.2rem;font-size:.8rem;display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:space-between}

/* ============ Forms ============ */
label{display:block;font-weight:600;margin-bottom:.35em}
input[type=text],input[type=email],input[type=tel],textarea,select{width:100%;min-height:var(--tap);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);padding:.6em .8em;font:inherit}
textarea{min-height:120px}
input:focus,textarea:focus,select:focus{border-color:var(--mint)}
.field{margin-bottom:1rem}

/* ============ Consent banner ============ */
.fct-cookiebar{position:fixed;left:0;right:0;bottom:0;z-index:200;background:var(--surface);border-top:1px solid var(--line);padding:1rem;display:none}
.wa-float{position:fixed;right:16px;bottom:16px;z-index:150;display:inline-flex;align-items:center;gap:.5rem;min-height:48px;padding:.6rem 1rem;border-radius:999px;background:#25D366;color:#151616;font-weight:700;text-decoration:none;box-shadow:0 6px 20px rgba(0,0,0,.35)}
.wa-float:hover,.wa-float:focus-visible{color:#151616;filter:brightness(1.08)}
@media (max-width:600px){.wa-float{padding:.7rem;right:12px;bottom:12px}.wa-float span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}
.fct-was{text-decoration:line-through;color:var(--muted)}
body .fct section.fct-tabpanel{padding:0}
body .fct-price-table:not(.fct-compare-wrap) table{display:table;width:100%}
.post-cta{margin-top:2.5rem;margin-bottom:2.5rem;padding-top:1.5rem;padding-bottom:1.5rem;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
.post-cta h2{margin-top:0}
.fct-cookiebar.is-visible{display:block}
.fct-cookiebar .container{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.fct-cookiebar p{margin:0;color:var(--muted);font-size:.9rem;max-width:60ch}
.fct-cookiebar .actions{display:flex;gap:.7rem;flex-wrap:wrap}

/* ============ Blog: kategori chip / TOC / ilgili yazılar ============ */
.category-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.2rem}
.chip{display:inline-flex;align-items:center;gap:.35em;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:.4em 1em;font-size:.85rem;font-weight:600;color:var(--text);text-decoration:none}
.chip:hover,.chip:focus-visible{border-color:var(--mint);color:var(--mint)}
.chip.is-active{background:var(--mint);border-color:var(--mint);color:var(--on-mint)}
.chip-count{color:var(--muted);font-weight:500}
.chip.is-active .chip-count{color:var(--on-mint);opacity:.8}
.post-card-cat{margin-bottom:.5rem}
.toc{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem 1.4rem;margin:1.4rem auto;max-width:74ch}
.toc-title{display:block;font-family:var(--font-head);margin-bottom:.5em}
.toc ol{margin:0;padding-left:1.2rem}
.toc li{margin-bottom:.3em}
.toc a{color:var(--muted);text-decoration:none}
.toc a:hover,.toc a:focus-visible{color:var(--mint)}
.related-posts{margin-top:2rem}

/* ============ Utility ============ */
.text-muted{color:var(--muted)}
.text-center{text-align:center}
.mt-0{margin-top:0}
.badge{display:inline-block;background:var(--surface-2);color:var(--gold);border:1px solid var(--line);border-radius:999px;padding:.2em .8em;font-size:.75rem;font-weight:700}
.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}

/* ============ futcointr-core bileşenleri: tema renkleri (sistem açık/koyu tercihinden bağımsız) ============ */
body .fct{--fct-fg:var(--text);--fct-muted:var(--muted);--fct-line:var(--line);--fct-accent:var(--mint);--fct-bg:var(--surface);--fct-warn-bg:rgba(245,184,61,.12);color:var(--text);max-width:100%}
body .fct-notice,body .fct-warn{color:var(--text);border-left-color:var(--gold)}
body .fct-tab{background:transparent;color:var(--muted);border-color:var(--line)}
body .fct-tab[aria-selected="true"]{background:var(--surface);color:var(--text);border-color:var(--mint);box-shadow:0 -3px 0 var(--mint) inset}
body .fct th{color:var(--muted);font-weight:600}
body .fct td,body .fct th[scope="row"]{color:var(--text)}
body .fct-btn{background:var(--mint);color:var(--on-mint);font-weight:700}
body .fct-btn-secondary{background:transparent;color:var(--mint);border:1px solid var(--mint)}
body .fct input,body .fct select,body .fct textarea{background:var(--bg);color:var(--text);border-color:var(--line)}
body .fct input::placeholder{color:var(--muted)}
body .fct label,body .fct h3,body .fct-summary{color:var(--text)}
body .fct-consent label,body .fct-small,body .fct-msg,body .fct-updated{color:var(--muted)}
body .fct-consent a,body .fct a:not(.fct-btn){color:var(--mint)}
body .fct a.fct-btn{color:var(--on-mint)}
body .fct a.fct-btn.fct-btn-secondary{color:var(--mint)}
/* Trade cards: "Bize Sat" = gold, "Satın Al" = mint; countdown in hero */
body .fct-btn.fct-btn-gold{background:var(--gold);color:#1A1204}
body .fct-btn.fct-btn-mint{background:var(--mint);color:var(--on-mint)}
body .fct-card{background:var(--surface);border-color:var(--line)}
body .fct-col-sell{border-color:rgba(245,184,61,.45)}
body .fct-col-buy{border-color:rgba(7,244,104,.45)}
body .fct-col-label{color:var(--muted)}
body .fct-card-title,body .fct-col-price,body .fct-qty-val{color:var(--text)}
body .fct-qty-btn{background:var(--bg);color:var(--text);border-color:var(--line)}
.hero-countdown{margin:1rem 0 .25rem}
.hero-countdown .fct-countdown{background:transparent}
body .fct-cd-unit{background:var(--surface);border-color:var(--line)}
body .fct-dl dt{color:var(--muted)}
body .fct-dl dd,body .fct-iban{color:var(--text)}
body .fct-opt{background:var(--surface);color:var(--text);border-color:var(--line)}
body .fct-opt.is-active{border-color:var(--mint);box-shadow:0 0 0 2px var(--mint) inset}
body .fct-error{color:var(--danger)}
body .fct-waitlist{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem;margin:1.2rem 0}
body .fct-waitlist form{max-width:100%}
@media (max-width:480px){body .fct th,body .fct td{padding:.45rem .3rem;font-size:.88rem}}
