/*
Theme Name: BrandCore Fixbett
Theme URI: https://fixbett.org/
Author: BrandCore
Description: Hız, içerik mimarisi ve AMP for WP uyumluluğu için hazırlanmış Fixbett pilot teması.
Version: 1.1.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: brandcore-fixbett
*/

:root {
  --bc-bg: #07120f;
  --bc-surface: #0d1d18;
  --bc-surface-2: #122720;
  --bc-primary: #20d889;
  --bc-primary-dark: #12aa69;
  --bc-accent: #ffd166;
  --bc-primary-rgb: 32,216,137;
  --bc-accent-rgb: 255,209,102;
  --bc-text: #f4fbf7;
  --bc-muted: #a8bbb2;
  --bc-border: rgba(255,255,255,.10);
  --bc-shadow: 0 22px 60px rgba(0,0,0,.28);
  --bc-radius: 22px;
  --bc-wrap: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bc-bg);
  color: var(--bc-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--bc-primary); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--bc-accent); }
.bc-wrap { width: min(calc(100% - 32px), var(--bc-wrap)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 99999; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #111; border-radius: 8px; }

.bc-topbar { background: linear-gradient(90deg, var(--bc-primary-dark), var(--bc-primary)); color: #02130c; font-size: .88rem; font-weight: 800; }
.bc-topbar .bc-wrap { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.bc-topbar a { color: inherit; }
.bc-header { position: sticky; top: 0; z-index: 50; background: var(--bc-bg); border-bottom: 1px solid var(--bc-border); }
.bc-header__inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.bc-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--bc-text); text-decoration: none; font-weight: 900; font-size: 1.35rem; letter-spacing: -.04em; white-space: nowrap; }
.bc-brand__mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #07110d; background: linear-gradient(135deg, var(--bc-primary), var(--bc-accent)); box-shadow: 0 8px 24px rgba(var(--bc-primary-rgb),.25); font-size: 1rem; }
.bc-brand .custom-logo { max-height: 44px; width: auto; }
.bc-nav { margin-left: auto; }
.bc-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.bc-nav a { color: #d8e7df; text-decoration: none; font-size: .94rem; font-weight: 700; }
.bc-nav a:hover { color: var(--bc-primary); }
.bc-header__actions { display: flex; gap: 10px; }
.bc-menu-toggle { display: none; margin-left: auto; }
.bc-menu-toggle summary { cursor: pointer; list-style: none; border: 1px solid var(--bc-border); border-radius: 12px; padding: 8px 12px; font-weight: 800; }
.bc-menu-toggle summary::-webkit-details-marker { display: none; }
.bc-mobile-nav { position: absolute; top: 76px; left: 16px; right: 16px; padding: 18px; border: 1px solid var(--bc-border); border-radius: 18px; background: var(--bc-surface); box-shadow: var(--bc-shadow); }
.bc-mobile-nav ul { display: grid; gap: 8px; margin: 0 0 14px; padding: 0; list-style: none; }
.bc-mobile-nav a:not(.bc-button) { display: block; padding: 8px; color: var(--bc-text); text-decoration: none; }

.bc-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; background: linear-gradient(135deg, var(--bc-primary), var(--bc-accent)); color: #07110d; text-decoration: none; font-weight: 900; line-height: 1.2; box-shadow: 0 10px 26px rgba(var(--bc-primary-rgb),.18); transition: transform .18s ease, box-shadow .18s ease; }
.bc-button:hover { color: #07110d; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(var(--bc-primary-rgb),.28); }
.bc-button--ghost { color: var(--bc-text); background: transparent; border-color: var(--bc-border); box-shadow: none; }
.bc-button--ghost:hover { color: var(--bc-primary); background: rgba(255,255,255,.04); }
.bc-button--small { min-height: 40px; padding-inline: 15px; font-size: .9rem; }

.bc-hero { position: relative; overflow: hidden; padding: 88px 0 56px; background: radial-gradient(circle at 80% 20%, rgba(var(--bc-primary-rgb),.15), transparent 34%), radial-gradient(circle at 20% 60%, rgba(var(--bc-accent-rgb),.08), transparent 28%); }
.bc-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent); }
.bc-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: center; gap: 54px; }
.bc-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(var(--bc-primary-rgb),.28); border-radius: 999px; background: rgba(var(--bc-primary-rgb),.08); color: var(--bc-primary); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bc-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--bc-primary); box-shadow: 0 0 0 5px rgba(var(--bc-primary-rgb),.14); }
.bc-hero h1 { max-width: 780px; margin: 20px 0 18px; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.065em; text-wrap: balance; }
.bc-gradient-text { color: var(--bc-primary); }
.bc-hero__lead { max-width: 680px; color: var(--bc-muted); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.bc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.bc-hero__note { margin: 15px 0 0; color: #7f958b; font-size: .82rem; }
.bc-dashboard { position: relative; padding: 18px; border: 1px solid var(--bc-border); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: var(--bc-shadow); }
.bc-dashboard::after { content: ""; position: absolute; width: 130px; height: 130px; right: -28px; top: -32px; border-radius: 50%; background: var(--bc-primary); filter: blur(70px); opacity: .22; }
.bc-dashboard__head { display: flex; align-items: center; justify-content: space-between; padding: 8px 4px 18px; color: var(--bc-muted); font-size: .85rem; font-weight: 800; }
.bc-live { display: inline-flex; align-items: center; gap: 6px; color: var(--bc-primary); }
.bc-live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--bc-primary); }
.bc-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bc-feature { min-height: 126px; padding: 19px; border: 1px solid var(--bc-border); border-radius: 17px; background: var(--bc-surface-2); }
.bc-feature__icon { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 10px; background: rgba(var(--bc-primary-rgb),.12); color: var(--bc-primary); font-weight: 900; }
.bc-feature strong { display: block; line-height: 1.25; }
.bc-feature span { color: var(--bc-muted); font-size: .78rem; }

.bc-trustbar { border-block: 1px solid var(--bc-border); background: rgba(255,255,255,.02); }
.bc-trustbar__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.bc-trust-item { padding: 22px 18px; text-align: center; border-right: 1px solid var(--bc-border); }
.bc-trust-item:last-child { border-right: 0; }
.bc-trust-item strong { display: block; color: var(--bc-text); font-size: .98rem; }
.bc-trust-item span { color: var(--bc-muted); font-size: .78rem; }

.bc-section { padding: 76px 0; }
.bc-main { padding: 46px 0 76px; }
.bc-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: 28px; }
.bc-breadcrumbs { margin-bottom: 22px; color: var(--bc-muted); font-size: .82rem; }
.bc-breadcrumbs a { color: var(--bc-muted); text-decoration: none; }
.bc-article { padding: clamp(24px,5vw,54px); border: 1px solid var(--bc-border); border-radius: var(--bc-radius); background: var(--bc-surface); box-shadow: var(--bc-shadow); }
.bc-article__header { margin-bottom: 28px; }
.bc-article__header h1 { max-width: 900px; margin: 12px 0 0; font-size: clamp(2.1rem,5vw,3.8rem); line-height: 1.08; letter-spacing: -.055em; }
.bc-article__media { overflow: hidden; margin: 0 0 32px; border-radius: 18px; }
.bc-cta-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 38px; border: 1px solid rgba(var(--bc-primary-rgb),.24); border-radius: 26px; background: radial-gradient(circle at 90% 10%,rgba(var(--bc-primary-rgb),.18),transparent 32%),var(--bc-surface); }
.bc-cta-box h2 { margin: 0 0 8px; font-size: clamp(1.6rem,4vw,2.35rem); line-height: 1.1; letter-spacing: -.04em; }
.bc-cta-box p { margin: 0; color: var(--bc-muted); }
.bc-info { padding: 28px; border: 1px solid var(--bc-border); border-radius: var(--bc-radius); background: var(--bc-surface); }
.bc-info__number { color: var(--bc-primary); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.bc-info h3 { margin: 18px 0 8px; }
.bc-info p { margin: 0; color: var(--bc-muted); }
.bc-section--soft { background: var(--bc-surface); }
.bc-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.bc-section__head h2 { margin: 0; font-size: clamp(1.8rem,4vw,2.7rem); line-height: 1.1; letter-spacing: -.045em; }
.bc-section__head p { max-width: 540px; margin: 8px 0 0; color: var(--bc-muted); }
.bc-text-link { white-space: nowrap; font-weight: 800; text-decoration: none; }
.bc-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.bc-card { overflow: hidden; border: 1px solid var(--bc-border); border-radius: var(--bc-radius); background: var(--bc-surface); box-shadow: 0 14px 35px rgba(0,0,0,.15); }
.bc-card__image { aspect-ratio: 16/9; background: linear-gradient(135deg, rgba(var(--bc-primary-rgb),.22), var(--bc-surface-2)); }
.bc-card__image img { width: 100%; height: 100%; object-fit: cover; }
.bc-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.22); font-size: 2rem; font-weight: 900; }
.bc-card__body { padding: 22px; }
.bc-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--bc-muted); font-size: .78rem; }
.bc-card h3 { margin: 11px 0 8px; font-size: 1.2rem; line-height: 1.35; letter-spacing: -.02em; }
.bc-card h3 a { color: var(--bc-text); text-decoration: none; }
.bc-card h3 a:hover { color: var(--bc-primary); }
.bc-card p { margin: 0; color: var(--bc-muted); font-size: .92rem; }
.bc-card__more { display: inline-block; margin-top: 15px; text-decoration: none; font-size: .88rem; font-weight: 900; }

.bc-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.bc-info { padding: 26px; border: 1px solid var(--bc-border); border-radius: var(--bc-radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.bc-info__number { color: var(--bc-primary); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.bc-info h3 { margin: 12px 0 8px; }
.bc-info p { margin: 0; color: var(--bc-muted); }
.bc-cta-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 38px; border: 1px solid rgba(var(--bc-primary-rgb),.24); border-radius: 28px; background: linear-gradient(120deg, rgba(var(--bc-primary-rgb),.12), rgba(var(--bc-accent-rgb),.05)); }
.bc-cta-box h2 { margin: 0 0 8px; font-size: clamp(1.7rem,4vw,2.5rem); line-height: 1.15; }
.bc-cta-box p { margin: 0; color: var(--bc-muted); }

.bc-main { padding: 46px 0 92px; }
.bc-breadcrumbs { margin-bottom: 22px; color: var(--bc-muted); font-size: .82rem; }
.bc-breadcrumbs a { color: var(--bc-muted); text-decoration: none; }
.bc-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: 30px; }
.bc-article, .bc-sidebar__box { border: 1px solid var(--bc-border); border-radius: var(--bc-radius); background: var(--bc-surface); }
.bc-article { padding: clamp(24px,5vw,54px); }
.bc-article__header h1 { margin: 12px 0 14px; font-size: clamp(2rem,5vw,3.6rem); line-height: 1.08; letter-spacing: -.05em; }
.bc-article__media { overflow: hidden; margin: 28px 0; border-radius: 18px; }
.bc-entry { color: #d9e6df; }
.bc-entry > *:first-child { margin-top: 0; }
.bc-entry h2, .bc-entry h3 { color: var(--bc-text); line-height: 1.25; letter-spacing: -.025em; scroll-margin-top: 110px; }
.bc-entry h2 { margin-top: 2em; font-size: 1.75rem; }
.bc-entry h3 { margin-top: 1.7em; font-size: 1.35rem; }
.bc-entry p, .bc-entry li { max-width: 75ch; }
.bc-entry blockquote { margin: 28px 0; padding: 18px 22px; border-left: 4px solid var(--bc-primary); border-radius: 0 14px 14px 0; background: rgba(var(--bc-primary-rgb),.07); }
.bc-entry table { width: 100%; border-collapse: collapse; }
.bc-entry th, .bc-entry td { padding: 12px; border: 1px solid var(--bc-border); text-align: left; }
.bc-entry :where(input,textarea,select) { max-width: 100%; padding: 12px; border: 1px solid var(--bc-border); border-radius: 10px; background: var(--bc-bg); color: var(--bc-text); }
.bc-entry .wp-block-button__link { background: var(--bc-primary); color: #032017; border-radius: 12px; }
.bc-sidebar { position: sticky; top: 100px; display: grid; gap: 18px; }
.bc-sidebar__box { padding: 22px; }
.bc-sidebar__box h2, .bc-sidebar__box h3 { margin: 0 0 14px; font-size: 1rem; }
.bc-sidebar__box ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.bc-sidebar__box li { padding-bottom: 10px; border-bottom: 1px solid var(--bc-border); }
.bc-sidebar__box li:last-child { padding-bottom: 0; border-bottom: 0; }
.bc-sidebar__box a { color: #dceae3; text-decoration: none; font-size: .88rem; font-weight: 700; line-height: 1.35; }
.bc-sidebar__box a:hover { color: var(--bc-primary); }
.bc-sidebar__cta { text-align: center; background: linear-gradient(145deg, rgba(var(--bc-primary-rgb),.13), rgba(255,255,255,.03)); }
.bc-sidebar__cta p { color: var(--bc-muted); font-size: .86rem; }
.bc-related { margin-top: 38px; padding-top: 32px; border-top: 1px solid var(--bc-border); }
.bc-related h2 { font-size: 1.4rem; }
.bc-related ul { display: grid; gap: 10px; padding-left: 20px; }
.bc-pagination { margin-top: 30px; }
.bc-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.bc-pagination a, .bc-pagination span { min-width: 40px; padding: 8px 12px; border: 1px solid var(--bc-border); border-radius: 10px; text-align: center; text-decoration: none; }
.bc-pagination .current { background: var(--bc-primary); color: #032017; border-color: var(--bc-primary); }

.bc-footer { padding: 54px 0 92px; border-top: 1px solid var(--bc-border); background: var(--bc-bg); }
.bc-footer__grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 36px; }
.bc-footer h2, .bc-footer h3 { margin-top: 0; font-size: 1rem; }
.bc-footer p, .bc-footer li { color: var(--bc-muted); font-size: .86rem; }
.bc-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bc-footer a { color: #dbe8e1; text-decoration: none; }
.bc-footer__bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--bc-border); color: #71867b; font-size: .78rem; }
.bc-sticky-cta { position: fixed; z-index: 45; left: 50%; bottom: 14px; transform: translateX(-50%); width: min(calc(100% - 24px), 560px); display: none; grid-template-columns: 1fr 1.2fr; gap: 8px; padding: 8px; border: 1px solid var(--bc-border); border-radius: 17px; background: var(--bc-surface); box-shadow: 0 18px 50px rgba(0,0,0,.42); }
.bc-empty { padding: 50px; border: 1px dashed var(--bc-border); border-radius: var(--bc-radius); color: var(--bc-muted); text-align: center; }

@media (max-width: 960px) {
  .bc-nav, .bc-header__actions { display: none; }
  .bc-menu-toggle { display: block; }
  .bc-hero__grid, .bc-content-grid { grid-template-columns: 1fr; }
  .bc-dashboard { max-width: 620px; }
  .bc-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .bc-card-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 680px) {
  body { font-size: 15px; }
  .bc-wrap { width: min(calc(100% - 24px), var(--bc-wrap)); }
  .bc-topbar .bc-wrap { min-height: 34px; font-size: .76rem; }
  .bc-header__inner { min-height: 64px; }
  .bc-mobile-nav { top: 64px; }
  .bc-hero { padding: 58px 0 40px; }
  .bc-hero__grid { gap: 34px; }
  .bc-hero h1 { font-size: clamp(2.35rem,13vw,3.6rem); }
  .bc-hero__actions .bc-button { flex: 1 1 140px; }
  .bc-feature { min-height: 112px; padding: 15px; }
  .bc-trustbar__grid { grid-template-columns: 1fr 1fr; }
  .bc-trust-item:nth-child(2) { border-right: 0; }
  .bc-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--bc-border); }
  .bc-section { padding: 54px 0; }
  .bc-section__head { align-items: start; flex-direction: column; }
  .bc-card-grid, .bc-info-grid, .bc-sidebar, .bc-footer__grid { grid-template-columns: 1fr; }
  .bc-card-grid .bc-card:nth-child(n+4) { display: none; }
  .bc-cta-box { grid-template-columns: 1fr; padding: 26px; }
  .bc-article { border-radius: 18px; }
  .bc-main { padding-top: 28px; }
  .bc-footer { padding-bottom: 104px; }
  .bc-sticky-cta { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
