/* Trendbet Giriş Rehberi — koyu tema, kırmızı marka, SEO dostu */
:root {
  --bg: #0a0a0c;
  --surface: #121218;
  --surface2: #1a1a22;
  --border: #2a2a34;
  --text: #f1f1f4;
  --muted: #9ca3af;
  --brand: #e50914;
  --brand-hover: #ff1a26;
  --brand-dim: #9f0710;
  --accent: var(--brand);
  --accent-dim: var(--brand-dim);
  --warn: #fbbf24;
  --radius: 12px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --max: 1200px;
  --font: system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  background-image: radial-gradient(ellipse 120% 70% at 50% -15%, rgba(229, 9, 20, 0.12) 0%, transparent 55%);
}

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

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--brand-hover);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 0.75rem 1rem;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  z-index: 1000;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 12, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.logo {
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.logo .brand {
  color: var(--brand);
  font-weight: 800;
}

.logo .logo-sub {
  color: var(--muted);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  align-items: center;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  color: var(--text);
}

.nav a[aria-current="page"] {
  color: var(--text);
  border-bottom-color: var(--brand);
}

.nav .cta {
  background: var(--brand);
  color: #fff !important;
  padding: 0.45rem 0.95rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: none !important;
}

.nav .cta:hover {
  background: var(--brand-hover);
  color: #fff !important;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-search {
  position: relative;
}

.search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--text);
  cursor: pointer;
}

.search-toggle:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.search-panel {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  padding: 0.5rem;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-width: min(90vw, 280px);
  z-index: 60;
}

.search-panel.is-open {
  display: block;
}

.search-panel input {
  width: 100%;
  padding: 0.5rem 0.65rem;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-size: 0.9rem;
}

.search-panel input:focus {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: flex-end;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    width: 100%;
    padding: 0.75rem 0 1rem;
    order: 3;
  }

  .nav.is-open {
    display: block;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .search-panel {
    right: auto;
    left: 0;
  }
}

.hero {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
}

.lead {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 58ch;
  margin: 0 0 1.5rem;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 0.95rem;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-hover);
  color: #fff;
}

.btn-ghost {
  border-color: var(--border);
  color: var(--text);
  background: var(--surface);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0 3rem;
  align-items: stretch;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.5rem;
  box-shadow: var(--shadow);
}

.card h2,
.card h3 {
  margin-top: 0;
  font-size: 1.15rem;
}

.card p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: 0.98rem;
}

.section-title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-list li {
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
}

.post-list a {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
}

.post-list a:hover {
  color: var(--brand);
}

.post-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.35rem;
}

.blog-hub-tree {
  margin: 1.5rem 0 2rem;
  padding: 1.25rem 1.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.blog-hub-tree__title {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
}

.blog-hub-tree__list {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.65;
}

.blog-hub-tree__list a {
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}

.blog-hub-tree__list a:hover {
  color: var(--brand);
}

.blog-category {
  margin: 2.25rem 0 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.blog-hub-tree + .blog-category {
  margin-top: 0.5rem;
  padding-top: 0;
  border-top: none;
}

main {
  padding-bottom: 3rem;
}

.prose {
  max-width: 68ch;
}

.prose h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  line-height: 1.2;
  margin-top: 0;
}

.prose h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.prose h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

.prose p {
  color: var(--muted);
}

.prose ul {
  color: var(--muted);
}

.breadcrumb {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0;
  margin-top: 2rem;
  background: var(--surface);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  font-size: 0.92rem;
}

.footer-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--text);
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li {
  margin-bottom: 0.35rem;
}

.footer-grid a {
  color: var(--muted);
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--brand);
}

.legal {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 1.5rem;
  max-width: 75ch;
}

.tag {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: var(--surface2);
  color: var(--muted);
  margin-right: 0.35rem;
}

/* SEO: içindekiler ve yayın tarihleri */
.toc {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin: 1.25rem 0 1.75rem;
  font-size: 0.95rem;
}

.toc strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--text);
  font-size: 0.95rem;
}

.toc ol {
  margin: 0;
  padding-left: 1.35rem;
  color: var(--muted);
}

.toc li {
  margin-bottom: 0.35rem;
}

.toc a {
  color: var(--accent);
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.post-dates {
  font-size: 0.88rem;
  color: var(--muted);
  margin: -0.25rem 0 1rem;
}

.post-dates time {
  white-space: nowrap;
}

.internal-hub {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.internal-hub h2 {
  font-size: 1.05rem;
  margin-top: 0;
}

.internal-hub ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.related {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.related h2 {
  font-size: 1.1rem;
}

.related ul {
  padding-left: 1.2rem;
  color: var(--muted);
}

.contact-box {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .contact-box {
    grid-template-columns: 1fr 1fr;
  }
}

/* ——— Anasayfa magazine / wireframe düzeni ——— */
.page-home main {
  padding-bottom: 0;
}

.mag-hero {
  position: relative;
  min-height: min(72vh, 520px);
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}

/* Kahraman görseli (≈1024×474) — kırpma ile dengeli yükseklik */
.page-home .mag-hero {
  min-height: clamp(260px, 42vw, 440px);
}

.page-home .mag-hero__media img {
  object-position: center center;
}

.mag-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mag-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mag-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 10, 12, 0.95) 0%,
    rgba(10, 10, 12, 0.5) 45%,
    rgba(10, 10, 12, 0.25) 100%
  );
}

.mag-hero .wrap {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.mag-hero h1 {
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  line-height: 1.12;
  margin: 0 0 0.75rem;
  max-width: 18ch;
  letter-spacing: -0.03em;
}

.mag-hero .lead {
  color: rgba(241, 241, 244, 0.88);
  max-width: 52ch;
  margin-bottom: 1.25rem;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.75rem 1.35rem;
  background: var(--brand);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  font-size: 0.95rem;
  transition: background 0.15s ease;
}

.btn-hero:hover {
  background: var(--brand-hover);
  color: #fff !important;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 1.5rem;
}

.section-heading::before,
.section-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
  white-space: nowrap;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.card-mag {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 0;
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.card-mag:hover {
  border-color: rgba(229, 9, 20, 0.45);
  transform: translateY(-2px);
}

.card-mag:focus-within {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.card-mag a {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  color: inherit;
  text-decoration: none;
}

.card-mag__img {
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--surface2);
}

.card-mag__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-mag__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1rem 1.1rem 1.15rem;
}

.card-mag__body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--text);
}

.card-mag__body p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

.card-mag__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(400px, 100%);
  column-gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: stretch;
  width: 100%;
  margin: 0 0 3rem;
}

.split-main {
  grid-column: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.split-aside {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: 400px;
  justify-self: end;
  height: 100%;
}

.split-aside .sidebar-panel {
  margin-bottom: 0;
}

.split-aside .sidebar-panel--all-posts {
  flex: 1 1 auto;
}

@media (max-width: 900px) {
  .split-layout {
    grid-template-columns: 1fr;
  }

  .split-main {
    grid-column: 1;
  }

  .split-aside {
    grid-column: 1;
    max-width: 100%;
    justify-self: stretch;
  }
}

.thumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumb-list li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}

.thumb-list li:first-child {
  padding-top: 0;
}

.thumb-list__img {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface2);
}

.thumb-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-list a {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  font-size: 1rem;
}

.thumb-list a:hover {
  color: var(--brand);
}

.thumb-list time {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.25rem;
}

.sidebar-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.25rem;
}

.sidebar-panel h3 {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
}

.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-links li {
  border-bottom: 1px solid var(--border);
}

.sidebar-links li:last-child {
  border-bottom: none;
}

.sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.sidebar-links a:hover {
  color: var(--brand);
}

.sidebar-links a span.arrow {
  color: var(--brand);
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

.sidebar-panel--all-posts .sidebar-links a {
  font-size: 0.86rem;
  line-height: 1.35;
  align-items: flex-start;
}

/* Anasayfa S.S.S. (sık sorulan sorular) */
.home-faq__intro {
  max-width: 72ch;
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.home-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: 2rem;
  align-items: start;
  flex: 1 1 auto;
}

/* İki konu bloku alt alta: 15+15 madde toplamda daha uzun, sağ sütunla boşluk azalır */
.home-faq.home-faq--two {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.home-faq__topic {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  font-weight: 700;
}

.home-faq__item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  margin-bottom: 0.55rem;
}

.home-faq__item summary {
  cursor: pointer;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.35;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item summary::after {
  content: "+";
  margin-left: auto;
  color: var(--brand);
  font-weight: 700;
  flex-shrink: 0;
}

.home-faq__item[open] summary::after {
  content: "–";
}

.home-faq__answer {
  padding: 0 0.85rem 0.85rem;
  border-top: 1px solid var(--border);
}

.home-faq__answer p {
  margin: 0.65rem 0 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted);
}

.home-faq__answer a {
  color: var(--brand);
  font-weight: 600;
}

@media (max-width: 900px) {
  .home-faq:not(.home-faq--two) {
    grid-template-columns: 1fr;
  }
}

/* Blog yazısı sonu S.S.S. */
.post-faq {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
}

.post-faq h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.post-faq__intro {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--muted);
  max-width: 68ch;
  line-height: 1.5;
}

.post-faq__list {
  max-width: 100%;
}

.newsletter-bar {
  background: var(--surface2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(1.5rem, 4vw, 2.25rem) 0;
  margin-top: 1rem;
}

.newsletter-bar .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.newsletter-bar p {
  margin: 0;
  font-weight: 600;
  color: var(--text);
  max-width: 36ch;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
  justify-content: flex-end;
  min-width: min(100%, 420px);
}

.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 0.65rem 0.85rem;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-size: 0.95rem;
}

.newsletter-form input:focus {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}

.newsletter-form button {
  padding: 0.65rem 1.35rem;
  border-radius: 6px;
  border: none;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.95rem;
}

.newsletter-form button:hover {
  background: var(--brand-hover);
}

.newsletter-note {
  flex-basis: 100%;
  width: 100%;
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
  text-align: right;
}

.newsletter-feedback {
  flex-basis: 100%;
  margin: 0;
  font-size: 0.88rem;
  color: var(--brand);
  font-weight: 600;
  min-height: 1.25em;
}

.site-footer.footer-mag {
  background: #050506;
  border-top: 1px solid var(--border);
  margin-top: 0;
}

.footer-mag .footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.75rem 0 1.25rem;
}

.footer-inline-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.footer-inline-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-inline-nav a:hover {
  color: var(--brand);
}

.social-row {
  display: flex;
  gap: 0.65rem;
}

.social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--muted);
}

.social-row a:hover {
  color: var(--brand);
  border-color: rgba(229, 9, 20, 0.5);
}

.social-row svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.footer-brand-bar {
  padding: 1.25rem 0 0;
  border-bottom: 1px solid var(--border);
}

.footer-mag .footer-brand-bar {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.footer-brand {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.footer-brand-link {
  color: var(--text);
  text-decoration: none;
}

.footer-brand-link:hover {
  color: var(--brand);
}

.footer-tagline {
  color: var(--muted);
  font-weight: 400;
}

.footer-social-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-social-cta:hover {
  color: var(--brand);
  border-color: rgba(229, 9, 20, 0.5);
}

.footer-mag .legal {
  color: rgba(255, 255, 255, 0.55);
}

.footer-mag .legal a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-mag .legal a:hover {
  color: var(--brand);
}

.legal p {
  margin: 0 0 0.5rem;
}

.legal p:last-child {
  margin-bottom: 0;
}

.footer-copy {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  opacity: 0.9;
}
