/* Anti-DDoS sayfası — scoped .dd-page */
.dd-page {
  --dd-ink: #1e1b4b;
  --dd-deep: #312e81;
  --dd-primary: #4f46e5;
  --dd-accent: #7c3aed;
  --dd-hi: #a78bfa;
  --dd-danger: #dc2626;
  --dd-surface: #eef2ff;
  --dd-card: #fff;
  --dd-muted: #475569;
  --dd-border: #c7d2fe;
}

.dd-page .breadcrumb-nav {
  margin-bottom: 0;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.dd-page .vm-sidebar .page-links a.active {
  background: var(--dd-primary);
  color: #fff;
  font-weight: 700;
}

/* Hero — header overlap yok */
.dd-hero {
  background: linear-gradient(128deg, #1e1b4b 0%, #3730a3 35%, #5b21b6 70%, #6d28d9 100%);
  color: #fff;
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}

.dd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 100% 0%, rgba(167, 139, 250, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 0% 100%, rgba(99, 102, 241, 0.2) 0%, transparent 50%);
  pointer-events: none;
}

.dd-hero__inner { position: relative; z-index: 1; }

.dd-hero__title {
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #fff;
}

.dd-hero__lead {
  font-size: 1.1rem;
  color: #e0e7ff;
  max-width: 560px;
  margin-bottom: 22px;
  line-height: 1.6;
}

.dd-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.dd-hero__stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  background: rgba(99, 102, 241, 0.4);
  border: 1px solid rgba(167, 139, 250, 0.6);
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
}

.dd-hero__stat i { color: #c4b5fd; }

.dd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.dd-btn--light {
  background: #fff;
  color: var(--dd-deep);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.dd-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid #c4b5fd;
}

.dd-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.dd-btn--light:hover { background: #ede9fe; }

.dd-btn--outline:hover {
  background: rgba(124, 58, 237, 0.5);
  color: #fff;
}

.dd-hero__visual { text-align: center; padding: 12px 0; }

.dd-shield {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.35);
  border: 4px solid #a78bfa;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 36px rgba(167, 139, 250, 0.4);
}

.dd-shield i {
  font-size: 4.5rem;
  color: #ddd6fe;
}

/* Gövde + sidebar */
.dd-body {
  background: var(--dd-surface);
  padding: 48px 0 72px;
}

.dd-body > .container > .row {
  align-items: flex-start;
}

.dd-sidebar-col {
  position: sticky;
  top: 100px;
}

.dd-main { min-width: 0; }

.dd-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dd-primary);
  margin-bottom: 24px;
  text-decoration: none;
}

.dd-back:hover {
  color: var(--dd-accent);
  text-decoration: none;
}

.dd-section-head {
  text-align: center;
  margin-bottom: 32px;
}

.dd-section-head h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--dd-ink);
  margin-bottom: 10px;
}

.dd-section-head p {
  color: var(--dd-muted);
  margin: 0 auto;
  max-width: 560px;
  line-height: 1.6;
}

/* Özellik grid — düz, iç içe değil */
.dd-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.dd-feature {
  background: var(--dd-card);
  border: 2px solid var(--dd-border);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(49, 46, 129, 0.08);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.dd-feature:hover {
  transform: translateY(-4px);
  border-color: var(--dd-primary);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.18);
}

.dd-feature__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
}

.dd-feature__icon--1 { background: linear-gradient(135deg, #4f46e5, #6366f1); }
.dd-feature__icon--2 { background: linear-gradient(135deg, #db2777, #ec4899); }
.dd-feature__icon--3 { background: linear-gradient(135deg, #0284c7, #0ea5e9); }
.dd-feature__icon--4 { background: linear-gradient(135deg, #0891b2, #06b6d4); }
.dd-feature__icon--5 { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.dd-feature__icon--6 { background: linear-gradient(135deg, #4338ca, #5b21b6); }

.dd-feature h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--dd-ink);
  margin-bottom: 8px;
}

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

/* Teknik panel */
.dd-tech {
  background: var(--dd-card);
  border: 2px solid var(--dd-border);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 6px 20px rgba(49, 46, 129, 0.1);
}

.dd-tech__head {
  background: linear-gradient(90deg, #3730a3, #5b21b6);
  color: #fff;
  padding: 18px 24px;
}

.dd-tech__head h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.dd-tech__body {
  padding: 28px 24px;
}

.dd-tech__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dd-tech__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dd-ink);
}

.dd-tech__item i {
  color: #059669;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Saldırı chip */
.dd-attacks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}

.dd-attack {
  padding: 10px 16px;
  background: var(--dd-card);
  border: 2px solid #a5b4fc;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--dd-ink);
}

/* CTA */
.dd-cta {
  background: linear-gradient(135deg, #1e1b4b, #5b21b6);
  border: 2px solid #a78bfa;
  border-radius: 16px;
  padding: 44px 32px;
  text-align: center;
  color: #fff;
}

.dd-cta h2 {
  color: #fff;
  font-size: 1.65rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.dd-cta p {
  color: #e0e7ff;
  margin-bottom: 24px;
  font-size: 1.05rem;
}

.dd-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.dd-cta__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.dd-cta__links a {
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 8px 14px;
  border: 1px solid rgba(196, 181, 253, 0.6);
  border-radius: 8px;
  text-decoration: none;
}

.dd-cta__links a:hover {
  background: #a78bfa;
  color: var(--dd-ink);
}

@media (max-width: 991px) {
  .dd-sidebar-col { display: none; }
  .dd-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .dd-hero { padding: 40px 0 48px; }
  .dd-features { grid-template-columns: 1fr; }
  .dd-tech__grid { grid-template-columns: 1fr; }
  .dd-hero__actions .dd-btn { width: 100%; justify-content: center; }
}
