/* LinkBurada — Google News tanıtım teması (navy / cyan / gold) */
:root {
  --ink: #06101f;
  --ink-2: #0b1a33;
  --ink-soft: #6b7f99;
  --mist: #eef3f9;
  --paper: #ffffff;
  --line: #d7e2ef;
  --line-strong: #b7c7db;
  --navy: #051025;
  --navy-2: #0a1a35;
  --cyan: #00c2ff;
  --cyan-2: #3ad7ff;
  --gold: #f5c542;
  --gold-2: #ffe08a;
  --brand: #0a7ec9;
  --brand-dark: #065f9a;
  --brand-soft: #e5f4ff;
  --brand-glow: rgba(0, 194, 255, 0.22);
  --accent: #f5c542;
  --accent-soft: #fff8e6;
  --warn: #c98512;
  --warn-soft: #fff7e8;
  --danger: #d6455d;
  --danger-soft: #fdecee;
  --ok: #1aa37a;
  --ok-soft: #e6f7f1;
  --shadow-sm: 0 1px 2px rgba(5, 16, 37, 0.05), 0 4px 14px rgba(5, 16, 37, 0.05);
  --shadow-md: 0 10px 30px rgba(5, 16, 37, 0.12);
  --shadow-lg: 0 22px 55px rgba(5, 16, 37, 0.18);
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 8px;
  --nav-h: 72px;
  --topbar-h: 38px;
  --container: 1180px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Sora", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--mist);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-main { flex: 1 0 auto; }
.site-footer { flex-shrink: 0; margin-top: auto; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; }
.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }

/* Topbar */
.topbar {
  background: linear-gradient(90deg, #030b18, #0a1a35 55%, #051833);
  color: rgba(232,240,255,.82);
  font-size: .82rem;
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0,194,255,.12);
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.topbar-left { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }
.topbar-badge {
  background: rgba(245,197,66,.12);
  color: var(--gold-2);
  border: 1px solid rgba(245,197,66,.35);
  padding: .2rem .65rem;
  border-radius: 999px;
  font-size: .75rem;
  white-space: nowrap;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 16, 37, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,194,255,.14);
  color: #e8f0ff;
}
.nav {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -.02em;
  flex-shrink: 0;
}
.logo { color: #fff; }
.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--cyan), #0a7ec9);
  color: #04101f;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px var(--brand-glow);
}
.logo span { color: var(--gold); }
.nav-links {
  display: flex;
  align-items: center;
  gap: .15rem;
}
.nav-links a {
  padding: .55rem .85rem;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 600;
  color: rgba(232,240,255,.72);
  transition: .2s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.nav-ico { opacity: .85; flex-shrink: 0; }
.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  background: rgba(0,194,255,.12);
}
.nav-links a.active { color: var(--gold-2); background: rgba(245,197,66,.12); }
.nav-actions { display: flex; align-items: center; gap: .55rem; }
.icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0,194,255,.22);
  background: rgba(255,255,255,.06);
  color: #e8f0ff;
  border-radius: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: .2s var(--ease);
}
.icon-btn:hover { border-color: var(--cyan); background: rgba(0,194,255,.14); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 700;
  padding: .75rem 1.15rem;
  transition: .2s var(--ease);
  white-space: nowrap;
}
.btn-sm { padding: .55rem .9rem; font-size: .88rem; border-radius: 10px; }
.btn-lg { padding: .95rem 1.4rem; font-size: 1rem; }
.btn-primary {
  background: linear-gradient(180deg, #1aa0e8, var(--brand));
  color: #fff;
  box-shadow: 0 8px 22px var(--brand-glow);
}
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-ghost {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(0,194,255,.22);
  color: #e8f0ff;
}
.btn-ghost:hover { background: rgba(0,194,255,.12); }
.site-header .btn-ghost { color: #e8f0ff; }
/* Beyaz kart / sayfalama üzerinde ghost buton */
.filter-card .btn-ghost,
.pager .btn-ghost,
.section .btn-ghost,
.stat-card .btn-ghost {
  background: #f0f5f9;
  border: 1px solid #c5d5e3;
  color: #0d2740;
}
.filter-card .btn-ghost:hover,
.pager .btn-ghost:hover,
.section .btn-ghost:hover {
  background: #e2edf5;
  color: #04101f;
}
.pager .btn-primary { color: #fff; }
.btn-danger-soft {
  background: var(--danger-soft);
  color: var(--danger);
  border: 1px solid #f5c5cb;
}
.btn-cart {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1a1200;
  padding: .7rem 1rem;
  border-radius: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  position: relative;
  box-shadow: 0 8px 20px rgba(245,197,66,.28);
}
.btn-cart .badge {
  background: #051025;
  color: var(--gold);
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  font-size: .72rem;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0,194,255,.25);
  background: rgba(255,255,255,.06);
  color: #e8f0ff;
  border-radius: 12px;
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  overflow: hidden;
  color: #e8f0ff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 480px at 12% 10%, rgba(0,194,255,.22), transparent 58%),
    radial-gradient(700px 420px at 88% 18%, rgba(245,197,66,.14), transparent 55%),
    linear-gradient(165deg, #030b18 0%, #0a1a35 42%, #071428 100%);
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,194,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,194,255,.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 30%, transparent 95%);
  z-index: -1;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2.5rem;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(245,197,66,.12);
  border: 1px solid rgba(245,197,66,.35);
  padding: .4rem .8rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--gold-2);
  margin-bottom: 1.1rem;
  backdrop-filter: blur(8px);
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(2.05rem, 4.2vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.hero-lead {
  color: rgba(232,240,255,.78);
  font-size: 1.05rem;
  max-width: 36rem;
  margin-bottom: 1.5rem;
}
.hero-search {
  display: flex;
  gap: .6rem;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,194,255,.25);
  border-radius: 16px;
  padding: .45rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  margin-bottom: 1rem;
  color: var(--ink);
}
.hero-search input {
  flex: 1;
  border: none;
  outline: none;
  padding: .7rem 1rem;
  background: transparent;
}
.hero-cats {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  border: 1px solid rgba(0,194,255,.22);
  background: rgba(255,255,255,.08);
  font-size: .85rem;
  font-weight: 600;
  color: rgba(232,240,255,.85);
  transition: .2s var(--ease);
  cursor: pointer;
}
.chip:hover, .chip.active {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  border-color: var(--gold);
  color: #1a1200;
}
/* Açık zemin (filtre / kategori satırı) — okunabilir chip */
.filter-card .chip,
.cat-pills .chip,
.section .chip {
  background: #eef4f8;
  border-color: #c9d8e4;
  color: #0d2740;
}
.filter-card .chip:hover,
.cat-pills .chip:hover,
.section .chip:hover,
.filter-card .chip.active,
.cat-pills .chip.active,
.section .chip.active {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  border-color: var(--gold);
  color: #1a1200;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.trust-item {
  background: rgba(10, 26, 53, .72);
  border: 1px solid rgba(0,194,255,.18);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  display: flex;
  gap: .8rem;
  align-items: center;
  color: #e8f0ff;
  backdrop-filter: blur(8px);
}
.trust-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(245,197,66,.14);
  color: var(--gold);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(245,197,66,.28);
}
.trust-item strong { display: block; font-size: .95rem; color: #fff; }
.trust-item span { color: rgba(232,240,255,.65); font-size: .82rem; }

.hero-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: translateY(0);
  animation: floatIn .8s var(--ease) both;
}
@keyframes floatIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-panel-head {
  background: linear-gradient(135deg, var(--ink), var(--ink-2));
  color: #fff;
  padding: 1.25rem 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-panel-head small { opacity: .7; }
.hero-panel-body { padding: .5rem; }
.mini-site {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  transition: .2s;
  color: var(--ink);
}
.mini-site:hover { background: var(--mist); }
.mini-site .site-meta strong,
.stat-list .site-meta strong,
.stat-list strong {
  color: #0d2740 !important;
  font-weight: 700;
}
.mini-site .site-meta span,
.stat-list .site-meta span {
  color: #5a7388;
}
.site-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: .8rem;
  color: #fff;
  flex-shrink: 0;
}
.site-meta { flex: 1; min-width: 0; }
.site-meta strong { display: block; font-size: .92rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-meta span { color: var(--ink-soft); font-size: .78rem; }
.price { font-weight: 800; color: var(--brand-dark); white-space: nowrap; }
.price s { color: #9aabba; font-weight: 600; margin-right: .35rem; font-size: .85em; }

/* Sections */
.section { padding: 3.5rem 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  letter-spacing: -.02em;
  font-weight: 650;
}
.section-head p { color: var(--ink-soft); }
.eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: .5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.stat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
}
.stat-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.stat-card-head h3 { font-size: 1rem; }
.stat-list li {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .7rem 0;
  border-top: 1px solid var(--line);
}
.stat-list li:first-child { border-top: none; }
.rank {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--mist);
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.plus-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: none;
  background: var(--brand-soft);
  color: var(--brand-dark);
  cursor: pointer;
  font-weight: 800;
  transition: .2s;
}
.plus-btn:hover { background: var(--brand); color: #fff; }

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.metric {
  background: linear-gradient(160deg, var(--ink), #153247);
  color: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.metric::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(12,143,116,.25);
}
.metric strong {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  margin: .4rem 0;
}
.metric span { opacity: .7; font-size: .9rem; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  position: relative;
}
.step-num {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.step p { color: var(--ink-soft); font-size: .92rem; }

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  margin-bottom: .7rem;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand); font-size: 1.2rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--ink-soft); margin-top: .75rem; padding-top: .75rem; border-top: 1px solid var(--line); }

.notify-form {
  max-width: 560px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow-sm);
}
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}
.notify-form .form-group { margin-bottom: .9rem; }
.notify-form .input,
.notify-form .select,
.notify-form textarea.input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .7rem .85rem;
  background: #fff;
  display: block;
}
.legal-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.7;
}
.legal-content h2, .legal-content h3 { margin: 0 0 .8rem; }
.legal-content p { margin: 0 0 .9rem; color: var(--ink-soft); }
.legal-content ul { margin: 0 0 1rem 1.2rem; color: var(--ink-soft); }

/* Page hero compact */
.page-hero {
  padding: 2.8rem 0 1.5rem;
  text-align: center;
  color: #e8f0ff;
  background:
    radial-gradient(700px 280px at 50% 0%, rgba(0,194,255,.18), transparent 70%),
    linear-gradient(180deg, #030b18, #0a1a35 70%, var(--mist));
}
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -.02em;
  margin-bottom: .7rem;
  color: #fff;
}
.page-hero h1 em { font-style: normal; color: var(--gold); }
.page-hero p {
  max-width: 48rem;
  margin: 0 0 1rem;
  color: rgba(232,240,255,.78);
}
.catalog-hero { text-align: left; padding: 2.6rem 0 2rem; }
.hero-kicker {
  display: inline-flex;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--gold);
  background: rgba(245,197,66,.12);
  border: 1px solid rgba(245,197,66,.3);
  padding: .28rem .7rem;
  border-radius: 999px;
  margin-bottom: .85rem;
}
.page-seo-html {
  color: rgba(232,240,255,.82);
  max-width: 48rem;
  margin: .35rem 0 1rem;
  font-size: 1.02rem;
  line-height: 1.6;
}
.page-seo-html p { margin: 0 0 .6rem; }
.trust-mini {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.2rem;
  color: rgba(232,240,255,.78);
  font-size: .9rem;
  font-weight: 650;
}
.pkg-card-top {
  display: flex;
  justify-content: space-between;
  gap: .6rem;
  align-items: flex-start;
  margin-bottom: .5rem;
}
.pkg-card-top h3 { margin: 0; font-size: 1.1rem; }
.pkg-sites {
  background: var(--mist);
  border-radius: 12px;
  padding: .7rem .8rem;
  margin: .85rem 0 1rem;
  max-height: 160px;
  overflow: auto;
}
.pkg-sites small {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .4rem;
}
.pkg-sites ul { margin: 0; padding: 0; list-style: none; }
.pkg-sites li {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  font-size: .82rem;
  padding: .22rem 0;
  border-bottom: 1px dashed var(--line);
}
.pkg-sites li:last-child { border-bottom: 0; }
.pkg-sites em { color: var(--ink-soft); font-style: normal; font-weight: 700; }
.pager {
  display: flex;
  gap: .45rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  margin-bottom: .5rem;
}
.page-hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .7rem;
  color: var(--ink-soft);
  font-size: .88rem;
  font-weight: 600;
}
.page-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

/* Filters + table */
.filter-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
  margin: -1rem auto 1.25rem;
  position: relative;
  z-index: 2;
}
.filter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .9rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.filter-top h2 { font-size: 1.15rem; }
.count-pill {
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: .82rem;
  font-weight: 700;
  padding: .35rem .7rem;
  border-radius: 999px;
}
.search-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: .7rem;
  margin-bottom: .7rem;
}
.search-input {
  position: relative;
}
.search-input svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8aa0b2;
}
.search-input input {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--mist);
  border-radius: 12px;
  padding: .85rem 1rem .85rem 2.6rem;
  outline: none;
}
.search-input input:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px var(--brand-glow); }
.filter-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto auto;
  gap: .6rem;
  margin-bottom: .9rem;
}
.select, .input {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: .75rem .9rem;
  outline: none;
}
.select:focus, .input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-glow); }
.cat-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  justify-content: space-between;
}
.cat-pills { display: flex; flex-wrap: wrap; gap: .4rem; }

.table-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.table-scroll { overflow-x: auto; }
table.sites {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}
table.sites th,
.data-table th,
.story-table th {
  text-align: left;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #3d556b !important;
  padding: .95rem 1rem;
  background: #eef3f7;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
  font-weight: 800;
}
table.sites td .site-meta strong,
.data-table td strong {
  color: #0d2740;
}
.cat-meta, .site-cell small, table.sites .cat {
  color: #5a7388 !important;
}
table.sites td {
  padding: .95rem 1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  font-size: .92rem;
}
table.sites tr:last-child td { border-bottom: none; }
table.sites tr:hover td { background: #f9fcfb; }
.site-cell {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-weight: 700;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .28rem .55rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
}
.badge-ok { background: var(--ok-soft); color: var(--ok); }
.badge-no { background: var(--danger-soft); color: var(--danger); }
.badge-neutral { background: var(--mist); color: var(--ink-soft); }
.da, .pa { font-weight: 800; }

/* Mobile cards for sites */
.site-cards { display: none; gap: .8rem; }
.site-card-m {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
}
.site-card-m-top {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .8rem;
}
.site-card-m-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  margin-bottom: .9rem;
}
.kv {
  background: var(--mist);
  border-radius: 10px;
  padding: .55rem .6rem;
  text-align: center;
}
.kv small { display: block; color: #7d93a6; font-size: .7rem; margin-bottom: .15rem; }
.kv strong { font-size: .9rem; }

/* Packages */
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.pkg-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: .25s var(--ease);
  padding: 1.2rem 1.25rem 1.25rem;
}
.pkg-card > p {
  color: var(--ink-soft);
  font-size: .92rem;
  margin: 0 0 .5rem;
  flex: 0 0 auto;
}
.pkg-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin: .4rem 0 .2rem;
  font-weight: 700;
}
.pkg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #cfe5de; }
.pkg-head {
  padding: 1.2rem 1.2rem .7rem;
  display: flex;
  justify-content: space-between;
  gap: .75rem;
}
.pkg-head h3 { font-size: 1.05rem; line-height: 1.35; }
.fav-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  color: #9aabba;
}
.pkg-card-ref { padding: 1.1rem 1.1rem 0; }
.pkg-card-ref .pkg-card-top { margin-bottom: .65rem; }
.pkg-table {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
}
.pkg-table.expanded { max-height: none; overflow: visible; }
.pkg-table table { width: 100%; border-collapse: collapse; font-size: .8rem; }
.pkg-table th, .pkg-table td { padding: .5rem .65rem; text-align: left; border-bottom: 1px solid var(--line); }
.pkg-table th { background: #f8fafb; color: #7d93a6; font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; position: sticky; top: 0; }
.pkg-more {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: .78rem;
  color: var(--brand);
  font-weight: 700;
  padding: .55rem;
  cursor: pointer;
}
.pkg-foot {
  margin-top: auto;
  padding: 1rem 0 1.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
}
.pkg-price { font-size: 1.35rem; font-weight: 800; color: var(--ink); }
.pkg-price s { color: #9aabba; font-size: .95rem; margin-right: .35rem; }
.pkg-empty-sites { color: var(--ink-soft); font-size: .9rem; }

.filter-row-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto auto;
  gap: .55rem;
  align-items: center;
}
@media (max-width: 1100px) {
  .filter-row-5 { grid-template-columns: 1fr 1fr; }
}

.plat-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.plat-ig { background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af); }
.plat-fb { background: #1877f2; }
.plat-x { background: #111; }
.plat-tt { background: #010101; }
.plat-yt { background: #ff0033; }
.plat-other { background: #0a7ec9; }

.story-table .muted { color: #5a7388; font-weight: 500; }
.story-table .empty-cell, .data-table .empty-cell {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--ink-soft);
}
.inline-form { display: inline; }

/* Story Satış — zengin tablo */
.story-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem;
}
.story-hero-metrics span {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(0,194,255,.25);
  color: #e8f0ff;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
}
.story-table-wrap {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.story-table { width: 100%; border-collapse: collapse; }
.story-table tbody tr { border-bottom: 1px solid #eef2f6; transition: background .15s; }
.story-table tbody tr:hover { background: #f6fafc; }
.story-table td { padding: 1rem 1.05rem; vertical-align: middle; color: #0d2740; }
.story-followers { display: flex; flex-direction: column; gap: .1rem; }
.story-followers strong { font-size: 1.05rem; color: #0d2740; }
.story-price-col { font-variant-numeric: tabular-nums; white-space: nowrap; }
.story-actions { display: flex; gap: .4rem; flex-wrap: wrap; }
.story-actions .btn { white-space: nowrap; }

/* Footer süre seçici */
.footer-duration { min-width: 180px; max-width: 240px; }
.footer-cart-form { margin: 0; }

/* Banka kartları */
.bank-list { display: flex; flex-direction: column; gap: .75rem; }
.bank-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  box-shadow: var(--shadow-sm);
}
.bank-abbr {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #e8f3ff;
  color: #0a5ea8;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: .85rem;
  flex-shrink: 0;
}
.bank-meta { flex: 1; min-width: 0; }
.bank-meta strong { display: block; color: #0d2740; font-size: 1rem; }
.bank-meta span { display: block; color: #5a7388; font-size: .82rem; margin: .15rem 0; }
.bank-meta code { display: block; font-size: .92rem; color: #0d2740; letter-spacing: .02em; word-break: break-all; }
.bank-note { text-align: center; color: #5a7388; margin-top: 1.5rem; font-size: .92rem; line-height: 1.5; }
.bank-page { max-width: 820px; margin: 0 auto; }

/* Bakiye paketleri */
.card-soft {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow-sm);
}
.balance-custom {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.balance-custom h3 { margin: 0 0 .35rem; color: #0d2740; }
.balance-custom p { margin: 0; color: #5a7388; }
.balance-custom-form { display: flex; gap: .6rem; align-items: center; flex-wrap: wrap; }
.balance-input-wrap {
  display: flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .2rem .7rem;
  background: #f8fafb;
}
.balance-input-wrap span { font-weight: 800; color: #0d2740; }
.balance-input-wrap .input { border: 0; background: transparent; min-width: 140px; }
.balance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.balance-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.balance-card.featured { border-color: var(--brand); box-shadow: 0 10px 28px rgba(10,126,201,.12); }
.balance-badge {
  position: absolute;
  top: .75rem;
  right: .75rem;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1a1200;
  font-size: .7rem;
  font-weight: 800;
  padding: .2rem .55rem;
  border-radius: 999px;
}
.balance-amount { display: block; font-size: 1.7rem; color: #0d2740; margin: .4rem 0; }
.balance-card p { color: #5a7388; font-size: .88rem; margin: 0 0 1rem; }
.how-steps { margin-top: 2.5rem; }
.how-steps h2 { text-align: center; margin-bottom: 1.2rem; color: #0d2740; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.how-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
}
.how-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(10,126,201,.12);
  color: var(--brand);
  font-weight: 800;
  margin-bottom: .6rem;
}
.how-grid h4 { margin: 0 0 .35rem; color: #0d2740; }
.how-grid p { margin: 0; color: #5a7388; font-size: .9rem; }

.profile-form h2 { font-size: 1.05rem; margin: 0 0 .85rem; color: #0d2740; }
.seg-toggle { display: flex; gap: .5rem; }
.seg-toggle label {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .7rem .9rem;
  display: flex;
  gap: .45rem;
  align-items: center;
  cursor: pointer;
  background: #f8fafb;
  color: #0d2740;
  font-weight: 600;
}
.switch-row {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .7rem 0;
  color: #0d2740;
  font-weight: 600;
}
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}
@media (max-width: 900px) {
  .balance-grid, .how-grid, .form-grid-2 { grid-template-columns: 1fr; }
}

/* Auth */
.auth-wrap {
  min-height: calc(100vh - 280px);
  display: grid;
  place-items: center;
  padding: 2.5rem 0;
  background:
    radial-gradient(600px 300px at 20% 0%, rgba(12,143,116,.12), transparent 70%),
    var(--mist);
}
.auth-card {
  width: min(100%, 520px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
}
.auth-card.wide { width: min(100%, 680px); }
.auth-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
}
.auth-card h1 {
  text-align: center;
  font-family: var(--display);
  font-size: 1.7rem;
  margin-bottom: .35rem;
}
.auth-card > p {
  text-align: center;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--mist);
  border-radius: 12px;
  padding: .3rem;
  margin-bottom: 1.2rem;
}
.auth-tabs a {
  text-align: center;
  padding: .7rem;
  border-radius: 10px;
  font-weight: 700;
  color: var(--ink-soft);
}
.auth-tabs a.active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: var(--shadow-sm);
}
.btn-google {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  cursor: pointer;
  margin-bottom: 1rem;
}
.divider {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: #9aabba;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.divider::before, .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}
.form-group { margin-bottom: .85rem; }
.form-group label {
  display: block;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: .4rem;
}
.form-group .hint { font-size: .78rem; color: #7d93a6; margin-top: .35rem; }
.password-wrap { position: relative; }
.password-wrap .toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  color: #8aa0b2;
}
.check-row {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .88rem;
  color: var(--ink-soft);
  margin: 1rem 0;
}
.check-row input { margin-top: .2rem; }
.auth-foot {
  text-align: center;
  margin-top: 1rem;
  font-size: .9rem;
  color: var(--ink-soft);
}
.auth-foot a { color: var(--brand); font-weight: 700; }
.toast {
  position: fixed;
  top: calc(var(--topbar-h) + var(--nav-h) + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  padding: .8rem 1.1rem;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  z-index: 200;
  font-size: .9rem;
  font-weight: 600;
  max-width: min(92vw, 480px);
  text-align: center;
}

/* Checkout */
.checkout-steps {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 0 .5rem;
  flex-wrap: wrap;
}
.checkout-step {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #9aabba;
  font-weight: 700;
  font-size: .92rem;
}
.checkout-step.active { color: var(--brand-dark); }
.checkout-step .n {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: grid;
  place-items: center;
  font-size: .8rem;
}
.checkout-step.active .n { background: var(--brand); color: #fff; border-color: var(--brand); }
.checkout-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 1.2rem;
  padding-bottom: 3rem;
}
.panel-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.3rem;
  box-shadow: var(--shadow-sm);
}
.panel-card h2, .panel-card h3 { margin-bottom: 1rem; font-size: 1.15rem; }
.cart-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  margin-bottom: .8rem;
}
.cart-item-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}
.cart-item-title { font-weight: 800; margin-bottom: .25rem; }
.config-bar {
  margin-top: .9rem;
  background: var(--warn-soft);
  border: 1px solid #f5d9b0;
  color: var(--warn);
  border-radius: 12px;
  padding: .75rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: .55rem;
  color: var(--ink-soft);
}
.summary-total {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 1.15rem;
  font-weight: 800;
}
.pay-methods {
  display: grid;
  gap: .7rem;
  margin-bottom: 1.2rem;
}
.pay-method {
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: .2s;
}
.pay-method.active {
  border-color: var(--brand);
  background: var(--brand-soft);
}
.pay-method strong { display: block; margin-bottom: .15rem; }
.pay-method span { font-size: .82rem; color: var(--ink-soft); }
.card-form {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
  background: #fbfdff;
}
.card-brands {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  opacity: .7;
  font-size: .75rem;
  font-weight: 700;
  color: var(--ink-soft);
}

/* Panel / Dashboard */
.panel-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.2rem;
  padding: 1.5rem 0 3rem;
  align-items: start;
}
.sidebar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: calc(var(--topbar-h) + var(--nav-h) + 16px);
}
.user-card {
  text-align: center;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1rem;
}
.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--brand), #086b57);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 auto .75rem;
}
.user-card h3 { font-size: 1rem; }
.user-card p { color: var(--ink-soft); font-size: .82rem; margin-bottom: .85rem; }
.balance-box {
  background: var(--mist);
  border-radius: 12px;
  padding: .85rem;
  margin-bottom: .85rem;
  text-align: left;
}
.balance-box small { color: #7d93a6; font-size: .75rem; }
.balance-box strong { display: block; font-size: 1.15rem; margin-top: .15rem; }
.side-nav a {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem .8rem;
  border-radius: 12px;
  font-weight: 650;
  font-size: .9rem;
  color: var(--ink-soft);
  margin-bottom: .2rem;
}
.side-nav a:hover { background: var(--mist); color: var(--ink); }
.side-nav a.active { background: var(--brand-soft); color: var(--brand-dark); }
.side-nav .count {
  margin-left: auto;
  background: var(--mist);
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 800;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
}
.side-nav a.active .count { background: #fff; color: var(--brand-dark); }
.alert {
  border-radius: 14px;
  padding: .9rem 1rem;
  font-size: .9rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.alert-ok { background: var(--ok-soft); color: var(--ok); border: 1px solid #b7e4d7; }
.alert-error { background: var(--danger-soft); color: var(--danger); border: 1px solid #f5c5cb; }
.alert a { font-weight: 800; text-decoration: underline; }
.dash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  margin-bottom: 1.1rem;
}
.dash-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
}
.dash-stat small { color: #7d93a6; font-size: .78rem; font-weight: 700; }
.dash-stat strong { display: block; font-size: 1.35rem; margin: .35rem 0; }
.dash-stat a { color: var(--brand); font-size: .82rem; font-weight: 700; }
.bank-list { display: grid; gap: .7rem; }
.bank-item {
  display: flex;
  align-items: center;
  gap: .9rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: .9rem 1rem;
  background: #fff;
}
.bank-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--mist);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: .7rem;
  color: var(--ink-soft);
  flex-shrink: 0;
}
.bank-info { flex: 1; min-width: 0; }
.bank-info strong { display: block; font-size: .88rem; margin-bottom: .2rem; }
.bank-info code {
  font-size: .78rem;
  color: var(--ink-soft);
  word-break: break-all;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #030b18, #051025);
  color: rgba(232,240,255,.78);
  padding: 3rem 0 1.5rem;
  border-top: 1px solid rgba(0,194,255,.12);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.site-footer .logo { color: #fff; margin-bottom: 1rem; }
.footer-grid h4 {
  color: #fff;
  font-size: .92rem;
  margin-bottom: .9rem;
}
.footer-grid a {
  display: block;
  padding: .28rem 0;
  font-size: .88rem;
  color: rgba(255,255,255,.65);
}
.footer-grid a:hover { color: #fff; }
.footer-contact { font-size: .9rem; line-height: 1.8; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .82rem;
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: .9rem; }

/* Float widgets */
.float-widgets {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  z-index: 90;
}
.float-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: none;
  border-radius: 999px;
  padding: .75rem 1rem;
  color: #fff;
  font-weight: 750;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  font-size: .85rem;
}
.float-ai { background: linear-gradient(135deg, #0a7ec9, #00c2ff); }
.float-wa { background: #25d366; }

/* Utilities */
.mt-1 { margin-top: .5rem; }
.mt-2 { margin-top: 1rem; }
.mb-1 { margin-bottom: .5rem; }
.mb-2 { margin-bottom: 1rem; }
.w-full { width: 100%; }
.text-muted { color: var(--ink-soft); }
.empty {
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--ink-soft);
}
.empty strong { display: block; color: var(--ink); margin-bottom: .4rem; }

/* Responsive */
@media (max-width: 1024px) {
  .hero-grid, .checkout-grid, .panel-layout { grid-template-columns: 1fr; }
  .stats-grid, .pkg-grid { grid-template-columns: 1fr 1fr; }
  .metrics, .steps, .dash-stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sidebar { position: static; }
  .filter-row { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(var(--nav-h) + 8px);
    background: #0a1a35;
    border: 1px solid rgba(0,194,255,.22);
    border-radius: 16px;
    padding: .6rem;
    box-shadow: var(--shadow-lg);
  }
  .nav-toggle { display: grid; place-items: center; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .topbar-left span:nth-child(2) { display: none; }
  .hero { padding: 2.5rem 0 2rem; }
  .hero-panel { display: none; }
  .trust-row, .stats-grid, .pkg-grid, .metrics, .steps, .dash-stats, .form-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .filter-row { grid-template-columns: 1fr; }
  .table-wrap .table-scroll { display: none; }
  .site-cards { display: grid; }
  .btn-cart span.label { display: none; }
  .float-btn span { display: none; }
  .float-btn { width: 52px; height: 52px; justify-content: center; padding: 0; border-radius: 50%; }
  .auth-card { padding: 1.4rem; border-radius: 18px; }
  .section { padding: 2.5rem 0; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
