/* Promo, durum, market */
.promo-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.promo-card {
  display: block;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.15);
}
.promo-card--site { border-top: 4px solid #22c55e; }
.promo-card--market { border-top: 4px solid #d946ef; }
.promo-card--status { border-top: 4px solid #2563eb; }
.promo-icon { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.promo-card h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; color: #0f172a; }
.promo-card p { font-size: 0.88rem; color: #64748b; margin: 0 0 12px; line-height: 1.5; }
.promo-cta { font-size: 0.85rem; font-weight: 600; color: #2563eb; }

/* Ana sayfa — hizmet & iletişim hunisi */
.ng-home-funnel {
  margin: 40px 0 36px;
  padding: 36px 0 0;
  border-top: 1px solid #e2e8f0;
}
.ng-home-funnel-inner {
  max-width: 100%;
}
.ng-funnel-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}
.ng-funnel-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  margin: 0 0 8px;
}
.ng-funnel-head h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
  line-height: 1.25;
}
.ng-funnel-lead {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}
.ng-funnel-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.ng-funnel-service-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  border-left: 4px solid var(--funnel-accent, #2563eb);
}
.ng-funnel-service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.12);
  border-color: #cbd5e1;
}
.ng-funnel-service-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--funnel-accent, #2563eb) 12%, #fff);
  color: var(--funnel-accent, #2563eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.ng-funnel-service-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ng-funnel-service-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #0f172a;
  display: block;
}
.ng-funnel-service-desc {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
  display: block;
}
.ng-funnel-service-arrow {
  flex-shrink: 0;
  color: #94a3b8;
  font-size: 1.1rem;
  margin-top: 4px;
}
.ng-funnel-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #2563eb 100%);
  color: #fff;
}
.ng-funnel-contact-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
}
.ng-funnel-contact-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 18px;
}
.ng-funnel-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ng-funnel-contact-actions .btn-ng {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.ng-funnel-contact-actions .btn-ng .bi {
  flex-shrink: 0;
}
.ng-funnel-contact-actions .btn-ng-primary {
  background: #fff;
  color: #1e40af;
  border: none;
}
.ng-funnel-contact-actions .btn-ng-primary:hover {
  background: #f1f5f9;
}
.ng-funnel-contact-actions .btn-ng-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.ng-funnel-contact-actions .btn-ng-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}
.ng-funnel-channels-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 12px;
}
.ng-funnel-channel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ng-funnel-channel-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
}
.ng-funnel-channel-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ng-funnel-channel-key {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2px;
}
.ng-funnel-channel-list a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ng-funnel-channel-list a:hover {
  color: #e0e7ff;
}

.contact-channel-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-channel-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact-channel-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-channel-ico--wa {
  background: #dcfce7;
  color: #16a34a;
}
.contact-channel-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  margin-bottom: 2px;
}
.contact-channel-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}
a.contact-channel-value:hover {
  color: #2563eb;
}
.contact-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #25d366;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  margin-top: 4px;
}
.contact-wa-btn:hover {
  background: #1da851;
}

@media (max-width: 900px) {
  .ng-funnel-contact {
    grid-template-columns: 1fr;
  }
  .ng-funnel-services {
    grid-template-columns: 1fr;
  }
}

.badge-premium { font-size: 0.65rem; background: #fae8ff; color: #a21caf; padding: 2px 6px; border-radius: 4px; margin-left: 6px; }

.market-hero { text-align: center; margin-bottom: 32px; }
.market-badge { display: inline-block; background: #fae8ff; color: #a21caf; padding: 6px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; margin-bottom: 12px; }
.market-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.market-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  position: relative;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}
.market-card.is-owned { border-color: #86efac; background: #f0fdf4; }
.market-card-icon { font-size: 2rem; color: #7c3aed; margin-bottom: 12px; }
.market-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.market-features { list-style: none; padding: 0; margin: 12px 0; }
.market-features li { font-size: 0.85rem; color: #475569; margin-bottom: 6px; }
.market-features .bi { color: #22c55e; margin-right: 6px; }
.market-price { font-size: 1.5rem; font-weight: 800; color: #0f172a; margin: 16px 0; }
.btn-market-buy {
  display: block;
  width: 100%;
  padding: 12px;
  background: linear-gradient(90deg, #7c3aed, #2563eb);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}
.market-owned-badge {
  display: inline-block;
  color: #16a34a;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
}
.market-owned-badge:hover { color: #15803d; }
.market-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }

/* Paketler v2 */
.packages-page { background: #f8fafc; }
.packages-hero-v2 {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 55%, #2563eb 100%);
  color: #fff;
  padding: 56px 0 48px;
  margin-bottom: 32px;
}
.packages-hero-inner { max-width: 720px; }
.packages-hero-kicker {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .85;
  margin-bottom: 10px;
}
.packages-hero-v2 h1 { font-size: 2.25rem; font-weight: 800; margin: 0 0 12px; }
.packages-hero-lead { font-size: 1.05rem; opacity: .92; line-height: 1.6; margin: 0; }
.packages-hero-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; font-size: .88rem; }
.packages-hero-meta span { background: rgba(255,255,255,.12); padding: 6px 14px; border-radius: 20px; }
.packages-hero-active { background: rgba(34,197,94,.25) !important; }
.packages-body { padding-bottom: 56px; }
.packages-compare { margin-bottom: 28px; padding: 24px; border-radius: 16px; }
.packages-compare-title { font-size: 1.1rem; font-weight: 700; margin: 0 0 16px; }
.packages-compare-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.packages-compare-table th, .packages-compare-table td { padding: 10px 14px; border-bottom: 1px solid #e2e8f0; text-align: center; }
.packages-compare-table th:first-child, .packages-compare-table td:first-child { text-align: left; font-weight: 600; }
.packages-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}
.package-card-v2 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 4px 24px rgba(15,23,42,.06);
  transition: transform .2s, box-shadow .2s;
}
.package-card-v2:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(37,99,235,.12); }
.package-card-v2.is-featured {
  border-color: #2563eb;
  box-shadow: 0 8px 32px rgba(37,99,235,.18);
}
.package-card-v2-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: linear-gradient(90deg, #f97316, #ea580c);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
}
.package-card-v2-head h2 { font-size: 1.35rem; font-weight: 800; margin: 0 0 8px; }
.package-card-v2-desc { font-size: .88rem; color: #64748b; line-height: 1.5; margin: 0; min-height: 2.8em; }
.package-card-v2-price { margin: 20px 0; }
.package-card-v2-price .amount { font-size: 2rem; font-weight: 800; color: #0f172a; }
.package-card-v2-price .period { font-size: .85rem; color: #94a3b8; }
.package-card-v2-features { list-style: none; padding: 0; margin: 0 0 20px; flex: 1; }
.package-card-v2-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  color: #334155;
  margin-bottom: 10px;
  line-height: 1.4;
}
.package-card-v2-features .check { color: #16a34a; font-weight: 700; flex-shrink: 0; }
.package-card-v2-btn { border-radius: 12px; font-weight: 600; }
.packages-payment {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
}
.packages-payment-icon { font-size: 2.5rem; }
.packages-payment h3 { margin: 0 0 12px; font-size: 1.1rem; }
.packages-payment-steps { margin: 0; padding-left: 20px; color: #475569; line-height: 1.8; font-size: .9rem; }

/* Blog — liste */
.blog-page-v2 { padding-bottom: 64px; background: #f1f5f9; }
.blog-hero-v2 {
  text-align: center;
  padding: 56px 20px 44px;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #3b82f6 100%);
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.blog-hero-v2::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.15) 0%, transparent 50%);
  pointer-events: none;
}
.blog-hero-v2-inner { position: relative; z-index: 1; }
.blog-hero-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  font-weight: 600;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.blog-hero-v2 h1 { font-size: clamp(1.75rem, 4vw, 2.35rem); font-weight: 800; margin: 0 0 12px; letter-spacing: -.02em; }
.blog-hero-v2 > .container > p,
.blog-hero-v2-inner > p { color: rgba(255,255,255,.88); margin: 0 auto; max-width: 560px; line-height: 1.6; font-size: 1.05rem; }
.blog-hero-v2-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  font-size: .88rem;
  color: rgba(255,255,255,.9);
}
.blog-hero-v2-stats strong { font-size: 1.1rem; margin-right: 4px; }
.blog-featured-v2 {
  margin-bottom: 36px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(15,23,42,.08);
  border: 1px solid #e2e8f0;
}
.blog-featured-v2-link {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  text-decoration: none;
  color: inherit;
}
.blog-featured-v2-media { position: relative; min-height: 260px; background: #e2e8f0; }
.blog-featured-v2-media img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }
.blog-featured-v2-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #2563eb;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 6px 12px;
  border-radius: 8px;
}
.blog-featured-v2-body { padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; }
.blog-featured-v2-body time { font-size: .8rem; color: #94a3b8; }
.blog-featured-v2-body h2 { font-size: 1.65rem; font-weight: 800; margin: 10px 0 14px; line-height: 1.25; color: #0f172a; }
.blog-featured-v2-body p { color: #64748b; line-height: 1.65; margin: 0 0 16px; font-size: 1rem; }
.blog-media-placeholder {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);
  color: #3b82f6;
  font-size: 2.5rem;
}
.blog-media-placeholder--lg { min-height: 260px; height: 100%; font-size: 4rem; }
.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .88rem;
  font-weight: 700;
  color: #2563eb;
}
.blog-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.blog-card-v2 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(15,23,42,.06);
  transition: box-shadow .25s, transform .25s;
}
.blog-card-v2:hover { box-shadow: 0 16px 40px rgba(37,99,235,.12); transform: translateY(-4px); }
.blog-card-v2-link { text-decoration: none; color: inherit; flex: 1; display: flex; flex-direction: column; }
.blog-card-v2-media { overflow: hidden; }
.blog-card-v2-cover { width: 100%; height: 168px; object-fit: cover; display: block; transition: transform .35s; }
.blog-card-v2:hover .blog-card-v2-cover { transform: scale(1.04); }
.blog-card-v2-body { padding: 20px 22px 16px; flex: 1; display: flex; flex-direction: column; }
.blog-card-v2-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 6px; }
.blog-card-v2-meta time { font-size: .78rem; color: #94a3b8; }
.blog-tag {
  font-size: .7rem;
  font-weight: 600;
  text-transform: capitalize;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 3px 10px;
  border-radius: 999px;
}
.blog-card-v2 h2 { font-size: 1.12rem; margin: 0 0 10px; line-height: 1.35; font-weight: 700; color: #0f172a; }
.blog-card-v2-excerpt { font-size: .88rem; color: #64748b; flex: 1; line-height: 1.6; margin: 0 0 12px; }
.blog-card-v2-footer { padding: 0 22px 18px; border-top: 1px solid #f1f5f9; padding-top: 14px; }
.blog-empty-v2 {
  text-align: center;
  padding: 56px 32px;
  background: #fff;
  border-radius: 20px;
  border: 1px dashed #cbd5e1;
  color: #64748b;
}
.blog-empty-v2 i { font-size: 2.5rem; color: #94a3b8; display: block; margin-bottom: 12px; }
@media (max-width: 768px) {
  .blog-featured-v2-link { grid-template-columns: 1fr; }
  .blog-featured-v2-body { padding: 24px; }
  .blog-featured-v2-body h2 { font-size: 1.35rem; }
}

/* Blog — yazı detay */
.blog-post-v2 { padding-bottom: 56px; background: #f8fafc; }
.blog-post-v2-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
  color: #fff;
  padding: 32px 0 40px;
  margin-bottom: 32px;
}
.blog-breadcrumb-v2 {
  font-size: .82rem;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.75);
}
.blog-breadcrumb-v2 a { color: rgba(255,255,255,.9); text-decoration: none; }
.blog-breadcrumb-v2 a:hover { color: #fff; text-decoration: underline; }
.blog-breadcrumb-v2-sep { opacity: .5; }
.blog-breadcrumb-v2-current { color: rgba(255,255,255,.65); max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.blog-post-v2-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: -.02em;
  max-width: 820px;
}
.blog-post-v2-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  font-size: .88rem;
  color: rgba(255,255,255,.85);
}
.blog-post-v2-meta i { margin-right: 4px; opacity: .9; }
.blog-post-v2-tool-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: .82rem;
  text-transform: capitalize;
}
.blog-post-v2-tool-pill:hover { background: rgba(255,255,255,.22); color: #fff; }
.blog-post-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  gap: 32px;
  align-items: start;
}
.blog-post-v2-main {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 30px rgba(15,23,42,.06);
  padding: 36px 40px 32px;
}
.blog-post-v2-cover {
  margin: -8px 0 28px;
  border-radius: 14px;
  overflow: hidden;
}
.blog-post-v2-cover img { width: 100%; display: block; border-radius: 14px; }
.blog-post-v2-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 500;
}
.blog-content-v2 {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #334155;
}
.blog-content-v2 h2,
.blog-content-v2 h3 {
  color: #0f172a;
  font-weight: 700;
  margin: 1.75em 0 .65em;
  line-height: 1.3;
}
.blog-content-v2 h2 { font-size: 1.35rem; }
.blog-content-v2 h3 { font-size: 1.15rem; }
.blog-content-v2 p { margin: 0 0 1.1em; }
.blog-content-v2 ul,
.blog-content-v2 ol {
  margin: 0 0 1.25em;
  padding-left: 1.4em;
}
.blog-content-v2 li { margin-bottom: .4em; }
.blog-content-v2 a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(37,99,235,.35);
}
.blog-content-v2 a:hover { color: #1d4ed8; border-bottom-color: #1d4ed8; }
.blog-content-v2 strong { color: #0f172a; }
.blog-content-v2 code {
  font-size: .9em;
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 6px;
}
.blog-post-v2-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin-top: 36px;
  padding: 24px 26px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1px solid #bfdbfe;
  border-radius: 16px;
}
.blog-post-v2-cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.blog-post-v2-cta strong { display: block; font-size: 1rem; color: #0f172a; margin-bottom: 4px; }
.blog-post-v2-cta p { margin: 0; font-size: .88rem; color: #64748b; flex: 1; min-width: 180px; }
.blog-post-v2-cta .btn { border-radius: 12px; font-weight: 700; white-space: nowrap; }
.blog-post-v2-footer { margin-top: 32px; padding-top: 24px; border-top: 1px solid #e2e8f0; }
.blog-post-v2-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
}
.blog-post-v2-back:hover { color: #2563eb; }
.blog-post-v2-sidebar {
  position: sticky;
  top: 24px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(15,23,42,.05);
}
.blog-post-v2-sidebar h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 16px;
  color: #0f172a;
}
.blog-related-v2 { list-style: none; margin: 0; padding: 0; }
.blog-related-v2 li { margin-bottom: 4px; }
.blog-related-v2 a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  transition: background .15s;
}
.blog-related-v2 a:hover { background: #f1f5f9; }
.blog-related-v2 time {
  display: block;
  font-size: .72rem;
  color: #94a3b8;
  margin-bottom: 4px;
}
.blog-related-v2 span {
  font-size: .88rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .blog-post-v2-layout { grid-template-columns: 1fr; }
  .blog-post-v2-sidebar { position: static; }
  .blog-post-v2-main { padding: 28px 22px; }
}

/* Yasal sayfalar */
.legal-page-wrap { padding: 40px 0 56px; background: #f8fafc; }
.legal-page-wrap .breadcrumb { font-size: .85rem; color: #64748b; margin-bottom: 20px; }
.legal-page-wrap .breadcrumb a { color: #2563eb; }
.legal-page-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 32px rgba(15,23,42,.06);
  padding: 40px 48px;
  max-width: 820px;
  margin: 0 auto;
}
.legal-doc h1 { font-size: 1.75rem; font-weight: 800; margin: 0 0 8px; }
.legal-doc .legal-updated { color: #94a3b8; font-size: .85rem; margin-bottom: 24px; }
.legal-doc h2 { font-size: 1.15rem; margin: 28px 0 12px; color: #0f172a; }
.legal-doc p, .legal-doc li { line-height: 1.7; color: #475569; }
.legal-doc ul { padding-left: 1.25rem; }

/* Market v2 */
.marketplace-page { background: #faf5ff; }
.market-hero-v2 {
  text-align: center;
  padding: 48px 20px 40px;
  background: linear-gradient(135deg, #581c87 0%, #7c3aed 50%, #2563eb 100%);
  color: #fff;
  margin-bottom: 32px;
}
.market-hero-v2 .market-badge-v2 {
  display: inline-block;
  background: rgba(255,255,255,.2);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.market-hero-v2 h1 { font-size: 2rem; font-weight: 800; margin: 0 0 10px; }
.market-hero-v2 p { opacity: .92; max-width: 560px; margin: 0 auto; line-height: 1.6; }
.market-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
  padding-bottom: 48px;
}
.market-card-v2 {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e9d5ff;
  box-shadow: 0 4px 24px rgba(88,28,135,.08);
}
.market-card-v2.is-owned { border-color: #86efac; background: linear-gradient(180deg, #f0fdf4, #fff); }
.market-card-v2-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #7c3aed;
  margin-bottom: 14px;
}
.market-card-v2 h3 { font-size: 1.15rem; font-weight: 700; margin: 0 0 8px; }
.market-card-v2 > p { font-size: .88rem; color: #64748b; line-height: 1.5; margin: 0 0 12px; }
.market-card-v2-features { list-style: none; padding: 0; margin: 0 0 16px; }
.market-card-v2-features li { font-size: .85rem; color: #475569; margin-bottom: 6px; padding-left: 22px; position: relative; }
.market-card-v2-features li::before { content: '✓'; position: absolute; left: 0; color: #22c55e; font-weight: 700; }
.market-card-v2-price { font-size: 1.6rem; font-weight: 800; margin: 12px 0 16px; }
.market-card-v2-owned {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #16a34a;
  font-weight: 600;
  text-decoration: none !important;
}
.market-card-v2-buy {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #7c3aed, #2563eb);
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}

/* Satın alım & ödeme (paket + market panel) */
.ng-checkout-page { background: #f8fafc; padding-bottom: 56px; }
.ng-checkout-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 55%, #2563eb 100%);
  color: #fff;
  padding: 40px 0 36px;
  margin-bottom: 28px;
}
.ng-checkout-hero .container { max-width: 1100px; }
.ng-checkout-kicker {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .85;
  margin-bottom: 8px;
}
.ng-checkout-hero h1 { font-size: 1.75rem; font-weight: 800; margin: 0 0 8px; }
.ng-checkout-hero p { margin: 0; opacity: .9; font-size: .95rem; max-width: 520px; }
.ng-checkout-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.ng-checkout-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.75);
}
.ng-checkout-step.is-active {
  background: #fff;
  color: #1e40af;
}
.ng-checkout-step .num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  background: rgba(255,255,255,.2);
}
.ng-checkout-step.is-active .num { background: #2563eb; color: #fff; }
.ng-checkout-step.is-done { color: #bbf7d0; }
.ng-checkout-step.is-done .num { background: #22c55e; color: #fff; }

.ng-checkout-body { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.ng-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}
.ng-checkout-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 24px rgba(15,23,42,.06);
}
.ng-checkout-card--summary {
  position: sticky;
  top: 88px;
}
.ng-checkout-card h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 20px;
  color: #0f172a;
}
.ng-checkout-product-name {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 6px;
  color: #0f172a;
}
.ng-checkout-price-block {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 16px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}
.ng-checkout-price-block .amount {
  font-size: 2.25rem;
  font-weight: 800;
  color: #2563eb;
  line-height: 1;
}
.ng-checkout-price-block .period {
  font-size: .9rem;
  color: #94a3b8;
}
.ng-checkout-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ng-checkout-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  color: #475569;
  margin-bottom: 10px;
  line-height: 1.45;
}
.ng-checkout-features li i {
  color: #22c55e;
  margin-top: 2px;
  flex-shrink: 0;
}
.ng-checkout-trust {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .78rem;
  color: #64748b;
}
.ng-checkout-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ng-checkout-trust i { color: #2563eb; }

.ng-pay-methods { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.ng-pay-method {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.ng-pay-method:has(input:checked) {
  border-color: #2563eb;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
}
.ng-pay-method input { accent-color: #2563eb; width: 18px; height: 18px; flex-shrink: 0; }
.ng-pay-method-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #2563eb;
}
.ng-pay-method:has(input:checked) .ng-pay-method-icon {
  background: #dbeafe;
}
.ng-pay-method-text strong { display: block; font-size: .95rem; color: #0f172a; }
.ng-pay-method-text span { font-size: .8rem; color: #64748b; }

.ng-bank-card {
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
}
.ng-bank-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #0f172a;
  font-size: .9rem;
}
.ng-bank-card-head i { color: #2563eb; font-size: 1.1rem; }
.ng-bank-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: .88rem;
}
.ng-bank-row:last-child { border-bottom: none; padding-bottom: 0; }
.ng-bank-row dt { color: #64748b; margin: 0; font-weight: 500; }
.ng-bank-row dd { margin: 0; text-align: right; font-weight: 600; color: #0f172a; }
.ng-bank-row dd code {
  font-size: .8rem;
  word-break: break-all;
  background: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}
.ng-bank-ref { color: #dc2626 !important; font-size: 1rem !important; }

.ng-checkout-submit {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}
.ng-checkout-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(37,99,235,.35);
}
.ng-checkout-submit:disabled { opacity: .55; cursor: not-allowed; }
.ng-checkout-back {
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: .88rem;
  color: #64748b;
  text-decoration: none !important;
}
.ng-checkout-back:hover { color: #2563eb; }

.ng-coupon-field label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
}
.ng-coupon-field input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: .95rem;
}
.ng-coupon-field input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,.15);
}

/* Ödeme sayfası */
.ng-payment-page { background: #f8fafc; padding-bottom: 56px; }
.ng-payment-wrap { max-width: 820px; margin: 0 auto; padding: 0 20px; }
.ng-payment-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 40px rgba(15,23,42,.08);
  overflow: hidden;
}
.ng-payment-status {
  text-align: center;
  padding: 40px 28px 32px;
  color: #fff;
}
.ng-payment-status--pending {
  background: linear-gradient(135deg, #d97706, #ea580c);
}
.ng-payment-status--review {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}
.ng-payment-status--paid {
  background: linear-gradient(135deg, #059669, #16a34a);
}
.ng-payment-status--other {
  background: linear-gradient(135deg, #64748b, #475569);
}
.ng-payment-status-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}
.ng-payment-status h1 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 8px;
}
.ng-payment-status p { margin: 0; opacity: .92; font-size: .95rem; }
.ng-payment-status .order-code {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 14px;
  background: rgba(255,255,255,.2);
  border-radius: 8px;
  font-family: ui-monospace, monospace;
  font-weight: 700;
  letter-spacing: .04em;
}
.ng-payment-body { padding: 28px 28px 32px; }
.ng-payment-body h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 16px;
  color: #0f172a;
}
.ng-payment-summary-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.ng-payment-pill {
  flex: 1;
  min-width: 140px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
}
.ng-payment-pill span { display: block; font-size: .75rem; color: #64748b; margin-bottom: 4px; }
.ng-payment-pill strong { font-size: 1rem; color: #0f172a; }
.ng-payment-pill--amount strong { color: #2563eb; font-size: 1.15rem; }

.ng-payment-hint {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: .88rem;
  color: #92400e;
  line-height: 1.5;
  margin: 16px 0 24px;
}
.ng-payment-hint i { margin-right: 6px; }

.ng-payment-form .form-group { margin-bottom: 18px; }
.ng-payment-form label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
}
.ng-payment-form .form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: .95rem;
}
.ng-payment-form .form-control:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.ng-payment-file {
  border: 2px dashed #cbd5e1;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  background: #fafbfc;
  transition: border-color .15s, background .15s;
}
.ng-payment-file:has(input:focus),
.ng-payment-file:hover {
  border-color: #2563eb;
  background: #eff6ff;
}
.ng-payment-file i { font-size: 1.75rem; color: #94a3b8; display: block; margin-bottom: 8px; }
.ng-payment-file p { margin: 0 0 12px; font-size: .85rem; color: #64748b; }
.ng-payment-file input[type="file"] { font-size: .85rem; max-width: 100%; }
.ng-payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}
.ng-payment-btn-primary {
  padding: 14px 28px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}
.ng-payment-btn-primary:hover { box-shadow: 0 6px 20px rgba(37,99,235,.3); }
.ng-payment-btn-ghost {
  padding: 10px 16px;
  border: none;
  background: transparent;
  color: #64748b;
  font-size: .85rem;
  cursor: pointer;
  text-decoration: underline;
}
.ng-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  padding: 4px 10px;
  font-size: .75rem;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  color: #2563eb;
}
.ng-copy-btn:hover { background: #eff6ff; border-color: #93c5fd; }

.ng-alert-pending {
  background: #fef3c7;
  border: 1px solid #fde68a;
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 24px;
  font-size: .9rem;
  color: #92400e;
}
.ng-alert-pending a { font-weight: 700; color: #b45309; }

@media (max-width: 900px) {
  .ng-checkout-grid { grid-template-columns: 1fr; }
  .ng-checkout-card--summary { position: static; }
}

/* Ana sayfa — 4 kolonlu araç matrisi (webmaster panel stili) */
.ng-tools-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 32px;
  align-items: stretch;
}

.ng-tools-matrix--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .ng-tools-matrix--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ng-tools-matrix--four {
    grid-template-columns: 1fr;
  }
}

.ng-metric-col {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
  min-width: 0;
  height: 100%;
}

.ng-metric-col-bar {
  height: 4px;
  flex-shrink: 0;
}

.ng-metric-col-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef4 100%);
  border-bottom: 1px solid #e2e8f0;
}

.ng-metric-col-emoji {
  font-size: 1rem;
  line-height: 1;
}

.ng-metric-col-title {
  flex: 1;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #0f172a;
  line-height: 1.2;
}

.ng-metric-col-count {
  font-size: 0.7rem;
  font-weight: 700;
  color: #64748b;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 2px 7px;
}

.ng-metric-query {
  display: flex;
  gap: 6px;
  padding: 8px 10px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.ng-metric-query-input,
.ng-metric-domain {
  flex: 1;
  min-width: 0;
  padding: 7px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 0.78rem;
  font-family: inherit;
}

.ng-metric-query-input:focus,
.ng-metric-domain:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.ng-metric-query-input.ng-metric-query-error,
.ng-metric-domain.ng-metric-domain-error {
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.2);
}

.ng-metric-run-btn {
  flex-shrink: 0;
  padding: 7px 12px;
  border: none;
  border-radius: 6px;
  background: #2563eb;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.ng-metric-run-btn:hover:not(:disabled) {
  background: #1d4ed8;
}

.ng-metric-run-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.ng-metric-col.is-running .ng-metric-run-btn {
  background: #64748b;
}

.ng-metric-col.is-running tr[data-slug] {
  opacity: 0.85;
}

.ng-metric-val.is-loading {
  color: #94a3b8;
  animation: ng-metric-pulse 0.9s ease-in-out infinite;
}

.ng-metric-val.is-err {
  color: #dc2626;
}

.ng-metric-val.is-skip {
  color: #94a3b8;
}

@keyframes ng-metric-pulse {
  50% { opacity: 0.35; }
}

.ng-metric-col-body {
  flex: 0 0 auto;
  background: #fff;
}

.ng-metric-table tbody {
  min-height: 168px;
}

.ng-metric-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.76rem;
}

.ng-metric-table tr:nth-child(even) {
  background: #f8fafc;
}

.ng-metric-table tr:nth-child(odd) {
  background: #fff;
}

.ng-metric-table td {
  padding: 7px 6px;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
}

.ng-metric-ico {
  width: 30px;
  text-align: center;
}

.ng-metric-ico-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  font-size: 0.65rem;
  color: #fff;
  line-height: 1;
}

.ng-metric-label {
  color: #334155;
  font-weight: 500;
  line-height: 1.25;
  padding-right: 4px;
}

.ng-metric-label a {
  color: inherit;
  text-decoration: none;
}

.ng-metric-label a:hover {
  color: #2563eb;
  text-decoration: underline;
}

.ng-metric-val {
  text-align: right;
  font-weight: 700;
  color: #94a3b8;
  width: 42px;
  max-width: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.74rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  padding-left: 4px;
}

.ng-metric-val.is-ok {
  color: #0f172a;
}

.ng-metric-val.is-yes {
  color: #16a34a;
  font-weight: 800;
}

.ng-metric-val.is-no {
  color: #dc2626;
  font-weight: 800;
}

.ng-metric-row-hidden,
.ng-metric-col .hidden-tool {
  display: none;
}

.ng-metric-col-more {
  padding: 8px 10px;
  border-top: 1px solid #f1f5f9;
}

.ng-metric-more-link {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f8fafc;
  color: #2563eb;
  font-size: 0.74rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ng-metric-more-link:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

.ng-metric-col-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 8px;
  padding: 10px 12px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  font-size: 0.72rem;
  margin-top: auto;
}

.ng-metric-col-foot a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: underline;
}

.ng-metric-col-foot a:hover {
  color: #1d4ed8;
}

/* Normal kategori kutusu — domain sorgusu yok */
.ng-metric-col-simple .ng-metric-col-title a {
  color: inherit;
  text-decoration: none;
}

.ng-metric-col-simple .ng-metric-col-title a:hover {
  color: #2563eb;
}

.ng-metric-col-body-simple {
  flex: 1;
  padding: 4px 0;
}

.ng-metric-simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ng-metric-simple-list li {
  border-bottom: 1px solid #f1f5f9;
}

.ng-metric-simple-list li:nth-child(even) {
  background: #f8fafc;
}

.ng-metric-simple-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
}

.ng-metric-simple-list a:hover {
  background: #eff6ff;
  color: #2563eb;
}

.ng-metric-simple-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  font-size: 0.7rem;
  flex-shrink: 0;
}

.ng-metric-simple-name {
  flex: 1;
  min-width: 0;
  line-height: 1.25;
}

.ng-metric-simple-go {
  color: #2563eb;
  font-weight: 700;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .ng-tools-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ng-tools-matrix {
    grid-template-columns: 1fr;
  }
}

/* —— Kategori sayfası —— */
.ng-page-category {
  padding-bottom: 48px;
}

.ng-cat-hero {
  background: linear-gradient(135deg, #0f172a 0%, color-mix(in srgb, var(--cat-color, #3b82f6) 55%, #1e293b) 100%);
  color: #fff;
  padding: 28px 0 36px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.ng-cat-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 100% 0%, color-mix(in srgb, var(--cat-color, #3b82f6) 40%, transparent) 0%, transparent 60%);
  pointer-events: none;
}

.ng-cat-hero-inner {
  position: relative;
  z-index: 1;
}

.ng-cat-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  margin-bottom: 18px;
  opacity: 0.9;
}

.ng-cat-breadcrumb a {
  color: #e2e8f0;
  text-decoration: none;
}

.ng-cat-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.ng-cat-breadcrumb span:last-child {
  color: #fff;
  font-weight: 600;
}

.ng-cat-hero-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: start;
}

.ng-cat-hero-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}

.ng-cat-hero-text h1 {
  margin: 0 0 8px;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ng-cat-hero-desc {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
}

.ng-cat-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ng-cat-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.ng-cat-pill-link {
  text-decoration: none;
  color: #fff;
}

.ng-cat-pill-link:hover {
  background: rgba(255, 255, 255, 0.28);
}

.ng-cat-hero a.ng-cat-back-btn,
.ng-status-hero a.ng-status-back-btn {
  align-self: start;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.ng-cat-hero a.ng-cat-back-btn:hover,
.ng-status-hero a.ng-status-back-btn:hover {
  background: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.ng-cat-body {
  padding-bottom: 24px;
}

.ng-cat-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
}

.ng-cat-tool-card {
  display: grid;
  grid-template-columns: 32px 40px 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
  position: relative;
  overflow: hidden;
}

.ng-cat-tool-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--cat-color, #3b82f6);
  opacity: 0;
  transition: opacity 0.15s;
}

.ng-cat-tool-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--cat-color, #3b82f6) 45%, #e2e8f0);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.ng-cat-tool-card:hover::before {
  opacity: 1;
}

.ng-cat-tool-num {
  font-size: 0.72rem;
  font-weight: 800;
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
}

.ng-cat-tool-ico {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border-radius: 10px;
  background: color-mix(in srgb, var(--cat-color, #3b82f6) 18%, #f1f5f9);
  border: 1px solid color-mix(in srgb, var(--cat-color, #3b82f6) 25%, #e2e8f0);
}

.ng-cat-tool-content {
  min-width: 0;
}

.ng-cat-tool-title {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.ng-cat-tool-card:hover .ng-cat-tool-title {
  color: var(--cat-color, #2563eb);
}

.ng-cat-tool-desc {
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ng-cat-tool-badge {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 6px;
  background: linear-gradient(135deg, #d946ef, #7c3aed);
  color: #fff;
  flex-shrink: 0;
}

.ng-cat-tool-arrow {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cat-color, #2563eb);
  flex-shrink: 0;
}

.ng-cat-empty {
  text-align: center;
  padding: 48px 24px;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  color: #64748b;
}

.ng-cat-empty .btn-ng {
  margin-top: 16px;
  display: inline-block;
}

@media (max-width: 768px) {
  .ng-cat-hero-main {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .ng-cat-back-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ng-cat-tool-card {
    grid-template-columns: 28px 36px 1fr auto;
  }

  .ng-cat-tool-badge {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
    margin-top: 4px;
  }

  .ng-cat-tool-arrow {
    grid-row: 1;
    grid-column: 4;
  }
}

@media (max-width: 480px) {
  .ng-cat-tools-grid {
    grid-template-columns: 1fr;
  }

  .ng-cat-tool-card {
    grid-template-columns: 32px 1fr auto;
  }

  .ng-cat-tool-ico {
    display: none;
  }
}

/* —— Durum sayfası —— */
.ng-status-page {
  padding-bottom: 48px;
}

.ng-status-hero {
  background: linear-gradient(135deg, #0c1222 0%, #1e3a5f 45%, #0d9488 100%);
  color: #fff;
  padding: 28px 0 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.ng-status-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 100% 0%, rgba(45, 212, 191, 0.25) 0%, transparent 55%);
  pointer-events: none;
}

.ng-status-hero-inner {
  position: relative;
  z-index: 1;
}

.ng-status-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.8rem;
  margin-bottom: 18px;
  opacity: 0.9;
}

.ng-status-breadcrumb a {
  color: #e2e8f0;
  text-decoration: none;
}

.ng-status-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.ng-status-hero-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: start;
}

.ng-status-hero-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
}

.ng-status-hero-text h1 {
  margin: 0 0 8px;
  font-size: 1.85rem;
  font-weight: 800;
}

.ng-status-hero-text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
}

.ng-status-stats--simple {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 520px;
}

.ng-status-overall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
}

.ng-status-overall--ok {
  background: linear-gradient(90deg, #ecfdf5, #f0fdf4);
  border-color: #bbf7d0;
}

.ng-status-overall--warn {
  background: linear-gradient(90deg, #fffbeb, #fef3c7);
  border-color: #fde68a;
}

.ng-status-overall--down {
  background: linear-gradient(90deg, #fef2f2, #fee2e2);
  border-color: #fecaca;
}

.ng-status-overall-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: ng-status-pulse 2s ease-in-out infinite;
}

.ng-status-overall--ok .ng-status-overall-dot { background: #22c55e; }
.ng-status-overall--warn .ng-status-overall-dot { background: #f59e0b; }
.ng-status-overall--down .ng-status-overall-dot { background: #ef4444; }

@keyframes ng-status-pulse {
  50% { opacity: 0.5; transform: scale(0.92); }
}

.ng-status-overall strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
}

.ng-status-overall p {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: #64748b;
}

.ng-status-overall-total {
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
  background: rgba(255, 255, 255, 0.7);
  padding: 6px 12px;
  border-radius: 999px;
}

.ng-status-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.ng-status-stat {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.ng-status-stat-icon {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 6px;
  opacity: 0.7;
}

.ng-status-stat-num {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.ng-status-stat-label {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}

.ng-status-stat--ok .ng-status-stat-num { color: #16a34a; }
.ng-status-stat--warn .ng-status-stat-num { color: #d97706; }
.ng-status-stat--down .ng-status-stat-num { color: #dc2626; }
.ng-status-stat--accent {
  background: linear-gradient(135deg, #eff6ff, #f5f3ff);
  border-color: #bfdbfe;
}

.ng-status-stat--accent .ng-status-stat-num {
  color: #2563eb;
}

.ng-status-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.ng-status-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.ng-status-search-wrap {
  position: relative;
  flex: 1;
  min-width: 200px;
  max-width: 360px;
}

.ng-status-search-ico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 0.9rem;
  pointer-events: none;
}

.ng-status-search {
  width: 100%;
  padding: 10px 12px 10px 34px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 0.88rem;
  font-family: inherit;
}

.ng-status-search:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.ng-status-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ng-status-filter {
  padding: 8px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ng-status-filter:hover {
  border-color: #93c5fd;
  color: #2563eb;
}

.ng-status-filter.is-active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.ng-status-table-wrap {
  overflow-x: auto;
}

.ng-status-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.ng-status-table th {
  padding: 12px 16px;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 1;
}

.ng-status-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}

.ng-status-table tbody tr:hover {
  background: #f8fafc;
}

.ng-status-table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.ng-status-table tbody tr:nth-child(even):hover {
  background: #f1f5f9;
}

.ng-status-tool-link {
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}

.ng-status-tool-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

.ng-status-premium {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 5px;
  background: linear-gradient(135deg, #d946ef, #7c3aed);
  color: #fff;
  vertical-align: middle;
}

.ng-status-cat {
  font-size: 0.8rem;
  color: #64748b;
}

.ng-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px 5px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.ng-status-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.ng-status-pill--ok {
  background: #dcfce7;
  color: #166534;
}

.ng-status-pill--ok .ng-status-pill-dot { background: #22c55e; }

.ng-status-pill--warn {
  background: #fef3c7;
  color: #92400e;
}

.ng-status-pill--warn .ng-status-pill-dot { background: #f59e0b; }

.ng-status-pill--down {
  background: #fee2e2;
  color: #991b1b;
}

.ng-status-pill--down .ng-status-pill-dot { background: #ef4444; }

.ng-status-acc {
  min-width: 120px;
}

.ng-status-acc-bar {
  height: 8px;
  background: #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 4px;
  max-width: 140px;
}

.ng-status-acc-bar span {
  display: block;
  height: 100%;
  border-radius: 6px;
  transition: width 0.3s ease;
}

.ng-status-acc-bar--high span {
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.ng-status-acc-bar--mid span {
  background: linear-gradient(90deg, #f59e0b, #d97706);
}

.ng-status-acc-bar--low span {
  background: linear-gradient(90deg, #ef4444, #dc2626);
}

.ng-status-acc-val {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.ng-status-sample {
  font-size: 0.8rem;
  color: #94a3b8;
  white-space: nowrap;
}

.ng-status-empty {
  text-align: center;
  padding: 32px;
  color: #64748b;
  font-size: 0.9rem;
}

.ng-status-footnote {
  margin-top: 18px;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .ng-status-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ng-status-hero-main {
    grid-template-columns: auto 1fr;
  }

  .ng-status-hero a.ng-status-back-btn {
    grid-column: 1 / -1;
  }

  .ng-status-overall-total {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .ng-status-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .ng-status-search-wrap {
    max-width: none;
  }
}

/* —— Site haritası sayfası —— */
.ng-sitemap-page {
  padding-bottom: 48px;
}

.ng-sitemap-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #1d4ed8 100%);
  color: #fff;
  padding: 32px 0 36px;
  margin-bottom: 28px;
}

.ng-sitemap-hero-inner h1 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
}

.ng-sitemap-breadcrumb {
  font-size: 0.82rem;
  margin-bottom: 14px;
  opacity: 0.9;
}

.ng-sitemap-breadcrumb a {
  color: #bfdbfe !important;
  text-decoration: none;
}

.ng-sitemap-breadcrumb a:hover {
  text-decoration: underline;
}

.ng-sitemap-breadcrumb span {
  margin: 0 6px;
  opacity: 0.6;
}

.ng-sitemap-lead {
  margin: 0 0 20px;
  font-size: 1rem;
  opacity: 0.92;
  max-width: 560px;
}

.ng-sitemap-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ng-sitemap-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 12px 18px;
  min-width: 100px;
  text-align: center;
}

.ng-sitemap-stat strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.ng-sitemap-stat span {
  font-size: 0.75rem;
  opacity: 0.85;
}

.ng-sitemap-body {
  max-width: 1200px;
}

.ng-sitemap-section-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px;
}

.ng-sitemap-quick {
  margin-bottom: 28px;
}

.ng-sitemap-quick-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ng-sitemap-quick-link {
  display: inline-flex;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #334155 !important;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.ng-sitemap-quick-link:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8 !important;
}

.ng-sitemap-block {
  margin-bottom: 32px;
}

.ng-sitemap-block-desc {
  margin: -4px 0 18px;
}

.ng-sitemap-block-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 14px;
}

.ng-sitemap-block-icon {
  font-size: 1.5rem;
}

.ng-sitemap-block-all {
  margin-left: auto;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2563eb !important;
  text-decoration: none;
}

.ng-sitemap-block-all:hover {
  text-decoration: underline;
}

.ng-sitemap-page .ng-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.ng-sitemap-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}

.ng-sitemap-card-bar {
  height: 4px;
}

.ng-sitemap-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
}

.ng-sitemap-card-head h3 {
  flex: 1;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
}

.ng-sitemap-card-head h3 a {
  color: #0f172a !important;
  text-decoration: none;
}

.ng-sitemap-card-head h3 a:hover {
  color: #2563eb !important;
}

.ng-sitemap-card-emoji {
  font-size: 1.1rem;
}

.ng-sitemap-card-count {
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 2px 8px;
}

.ng-sitemap-link-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  flex: 1;
  max-height: 280px;
  overflow-y: auto;
}

.ng-sitemap-link-list li {
  border-bottom: 1px solid #f1f5f9;
}

.ng-sitemap-link-list li:nth-child(even) {
  background: #fafbfc;
}

.ng-sitemap-link-list a {
  display: block;
  padding: 8px 14px;
  font-size: 0.84rem;
  color: #475569 !important;
  text-decoration: none;
}

.ng-sitemap-link-list a:hover {
  color: #2563eb !important;
  background: #eff6ff;
}

.ng-sitemap-link-list--blog {
  max-height: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0;
}

.ng-sitemap-block--blog {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px;
}

.ng-sitemap-card-foot {
  padding: 10px 14px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  text-align: right;
}

.ng-sitemap-card-foot a {
  font-size: 0.8rem;
  font-weight: 700;
  color: #2563eb !important;
  text-decoration: none;
}

.ng-sitemap-card-foot a:hover {
  text-decoration: underline;
}

.ng-sitemap-back {
  text-align: center;
  margin-top: 8px;
}

/* Landing — hero hızlı analiz, vitrin, referanslar, lead */
.ng-section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  margin: 0 0 8px;
}
.ng-hero-quick {
  margin-top: 20px;
  max-width: 560px;
}
.ng-hero-quick-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}
.ng-hero-quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ng-hero-quick-input {
  flex: 1 1 180px;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
}
.ng-hero-quick-select {
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  max-width: 140px;
}
.ng-hero-quick-btn {
  white-space: nowrap;
}
.ng-hero-quick-note {
  margin: 10px 0 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
}
.ng-hero-quick-note a {
  color: #fff;
  text-decoration: underline;
}
.ng-popular-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 14px 16px;
  margin-bottom: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.ng-popular-strip-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ng-popular-strip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ng-popular-strip-links a {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
}
.ng-popular-strip-links a:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}
.ng-why-seo {
  margin: 36px 0;
  padding-top: 8px;
}
.ng-why-seo-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 24px;
}
.ng-why-seo-head h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}
.ng-why-seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.ng-why-seo-card {
  padding: 22px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-top: 4px solid var(--why-accent, #2563eb);
}
.ng-why-seo-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--why-accent, #2563eb);
  background: color-mix(in srgb, var(--why-accent, #2563eb) 12%, #fff);
  margin-bottom: 12px;
}
.ng-why-seo-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f172a;
}
.ng-why-seo-card p {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.55;
}
.ng-showcase {
  margin: 32px 0 36px;
  padding-top: 8px;
}
.ng-showcase-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 22px;
}
.ng-showcase-head h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800;
  margin: 0 0 8px;
  color: #0f172a;
}
.ng-showcase-lead {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.55;
}
.ng-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.ng-showcase-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  border-left: 3px solid var(--show-accent, #2563eb);
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.ng-showcase-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}
.ng-showcase-card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--show-accent, #2563eb);
  background: color-mix(in srgb, var(--show-accent, #2563eb) 10%, #fff);
}
.ng-showcase-card-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ng-showcase-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.ng-showcase-card-desc {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ng-showcase-card-go {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-top: 2px;
  transition: background 0.15s, color 0.15s;
}
.ng-showcase-card:hover .ng-showcase-card-go {
  background: var(--show-accent, #2563eb);
  color: #fff;
}
/* 5. kart tek başına kalırsa tam genişlik */
.ng-showcase-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .ng-showcase-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ng-showcase-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .ng-showcase-grid .ng-showcase-card:nth-child(4),
  .ng-showcase-grid .ng-showcase-card:nth-child(5) {
    grid-column: span 1;
  }
}
.ng-testimonials {
  margin: 40px 0 28px;
}
.ng-testimonials-head {
  text-align: center;
  margin-bottom: 24px;
}
.ng-testimonials-head h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 800;
  margin: 0;
  color: #0f172a;
}
.ng-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.ng-testimonial-card {
  margin: 0;
  padding: 22px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.ng-testimonial-text {
  margin: 0 0 16px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #334155;
  font-style: normal;
}
.ng-testimonial-card footer strong {
  display: block;
  font-size: 0.9rem;
  color: #0f172a;
}
.ng-testimonial-card footer span {
  font-size: 0.8rem;
  color: #94a3b8;
}
.ng-lead-form-section {
  margin: 36px 0 40px;
}
.ng-lead-form-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  padding: 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 50%, #2563eb 100%);
  color: #fff;
}
.ng-lead-form-head h2 {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: #fff;
}
.ng-lead-form-head p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.ng-lead-form {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  color: #0f172a;
}
.ng-lead-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.ng-lead-form .form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
}
.ng-lead-submit {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ng-lead-form-note {
  margin: 12px 0 0;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.45;
}
@media (max-width: 900px) {
  .ng-showcase-grid {
    grid-template-columns: 1fr;
  }
  .ng-showcase-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .ng-lead-form-card {
    grid-template-columns: 1fr;
  }
  .ng-lead-form-grid {
    grid-template-columns: 1fr;
  }
  .ng-hero-quick-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .ng-hero-quick-input {
    flex: 1 1 100%;
    padding: 8px 12px;
    font-size: 0.875rem;
    line-height: 1.25;
    min-height: 0;
    height: 40px;
    box-sizing: border-box;
  }
  .ng-hero-quick-select,
  .ng-hero-quick-btn {
    flex: 1 1 calc(50% - 3px);
    max-width: none;
    width: auto;
    padding: 8px 10px;
    font-size: 0.85rem;
    height: 40px;
    box-sizing: border-box;
  }
  .ng-hero-quick-label {
    margin-bottom: 6px;
    font-size: 0.72rem;
  }
  .ng-hero-quick {
    margin-top: 14px;
  }
  .ng-hero-quick-note {
    margin-top: 8px;
    font-size: 0.78rem;
  }
}

@media (max-width: 640px) {
  .ng-sitemap-block-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ng-sitemap-block-all {
    margin-left: 0;
  }
}
