/* C:\xampp\htdocs\techsolution\css\backup-disaster-recovery.css */
/* Dark theme for sections below hero – hero remains unchanged */

:root {
  --red        : #D0021B;
  --red-dark   : #a80015;
  --red-mid    : #ab0909;
  --red-soft   : rgba(208,2,27,0.15);
  --black      : #0d0d0d;
  --white      : #ffffff;
  --bg-main    : #130508;
  --bg-card    : rgba(255,255,255,0.15); 
  --text-muted : #cbd5e1;
  --grey-light : #1a1a1f;
  --grey-mid   : rgba(208,2,27,0.2);
  --glass-bg   : rgba(255,255,255,0.08);
  --glass-border: rgba(255,255,255,0.18);
  --glass-shadow: 0 8px 32px rgba(0,0,0,0.28);
}

/* Force dark background for the whole page (so background outside hero is dark) */
body.page-bdr {
    background: #0d0d0d !important;
}

/* ===== HERO SECTION (COMPLETELY UNCHANGED) ===== */
.bdr-hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.bdr-hero-bg {
  position: absolute; inset: 0;
  background-image: url('../image/backup-hero.jpg');
  background-size: cover;
  background-position: center top;
  z-index: 0;
}
.bdr-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(10,10,12,0.92) 0%, rgba(10,10,12,0.72) 55%, rgba(10,10,12,0.50) 100%);
}
.bdr-hero-grid {
  position: absolute; inset: 0; z-index: 1;
  background-image:
    linear-gradient(rgba(208,2,27,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208,2,27,0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridShift 20s linear infinite;
}
@keyframes gridShift {
  from { background-position: 0 0; }
  to   { background-position: 60px 60px; }
}
.bdr-hero-orb {
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(208,2,27,0.22) 0%, transparent 70%);
  top: -200px; right: -150px;
  pointer-events: none; z-index: 2;
  animation: orbPulse 6s ease-in-out infinite;
}
@keyframes orbPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%     { transform: scale(1.1); opacity: 0.7; }
}
.bdr-hero-content {
  position: relative; z-index: 3;
  padding: 120px 0 80px;
}
.bdr-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background:  rgba(255,255,255,0.15); 
  border: 1px solid rgba(208,2,27,0.35);
  color: #8e0002;
  font-family: 'Sora', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 7px 16px; border-radius: 50px;
  margin-bottom: 28px;
  animation: fadeUp 0.6s ease both;
  backdrop-filter: blur(8px);
}
.bdr-hero-badge i { font-size: 10px; }
.bdr-hero h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 800; color: #fff;
  line-height: 1.08; letter-spacing: -1.5px;
  margin-bottom: 28px;
  animation: fadeUp 0.7s 0.1s ease both;
}
.bdr-hero h1 .ts-highlight {
  color: var(--red); position: relative; display: inline-block;
}
.bdr-hero h1 .ts-highlight::after {
  content: '';
  position: absolute; bottom: 4px; left: 0; right: 0;
  height: 3px; background: var(--red); border-radius: 2px; opacity: 0.5;
}
.bdr-hero-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem; color: rgba(255,255,255,0.70);
  max-width: 560px; line-height: 1.75; margin-bottom: 44px;
  animation: fadeUp 0.7s 0.2s ease both;
}
.bdr-hero-ctas {
  display: flex; flex-wrap: wrap; gap: 14px;
  animation: fadeUp 0.7s 0.3s ease both;
}
.btn-hero-primary {
  font-family: 'Sora', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  padding: 14px 32px; border-radius: 50px;
  background: var(--red); color: #fff;
  border: 2px solid var(--red);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.btn-hero-primary:hover {
  background: #b00017; border-color: #b00017; color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(208,2,27,0.40);
}
.btn-hero-ghost {
  font-family: 'Sora', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  padding: 14px 32px; border-radius: 50px;
  background: var(--glass-bg); color: #fff;
  border: 2px solid var(--glass-border);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
  backdrop-filter: blur(10px);
}
.btn-hero-ghost:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.50);
  color: #fff; transform: translateY(-2px);
}
.bdr-hero-stats {
  display: flex; flex-wrap: wrap; gap: 0;
  margin-top: 64px;
  animation: fadeUp 0.7s 0.45s ease both;
}
.bdr-stats-glass {
  display: flex; flex-wrap: wrap; gap: 1px;
  background: var(--glass-border);
  border: 1px solid var(--glass-border);
  border-radius: 20px; overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  width: 100%;
}
.bdr-stat {
  flex: 1; min-width: 110px;
  padding: 22px 24px;
  background: var(--glass-bg);
  transition: background 0.2s;
}
.bdr-stat:hover { background: rgba(208,2,27,0.12); }
.bdr-stat-num {
  font-family: 'Sora', sans-serif;
  font-size: 2.2rem; font-weight: 800; color: #fff;
  line-height: 1; margin-bottom: 6px;
}
.bdr-stat-num span { color: var(--red); }
.bdr-stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: rgba(255,255,255,0.50);
  letter-spacing: 0.3px;
}
.bdr-hero-visual {
  position: relative; z-index: 3;
  animation: fadeUp 0.8s 0.25s ease both;
}
.bdr-code-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px; padding: 28px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-family: 'Courier New', monospace;
  font-size: 13.5px; color: rgba(255,255,255,0.80);
  line-height: 1.9;
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,0.10);
}
.bdr-code-card .code-top { display: flex; gap: 6px; margin-bottom: 18px; }
.code-dot { width: 12px; height: 12px; border-radius: 50%; }
.code-dot.r { background: #a10202; }
.code-dot.y { background: #febc2e; }
.code-dot.g { background: #28c840; }
.code-line .cmt { color: rgba(255,255,255,0.40); font-style: italic; }
.bdr-float-badge {
  position: absolute; bottom: -18px; left: -22px;
  background: var(--red); color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 12px; font-weight: 700;
  padding: 10px 18px; border-radius: 50px;
  box-shadow: 0 8px 24px rgba(208,2,27,0.45);
  display: flex; align-items: center; gap: 7px;
  white-space: nowrap;
  animation: floatBadge 3s ease-in-out infinite;
}
@keyframes floatBadge {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-6px); }
}

/* ===== SECTIONS BELOW HERO (DARK THEME) ===== */
.ts-section     { padding: 100px 0; }
.ts-section-alt  { background: var(--grey-light); }
.ts-section-dark { background: #0a0a0c; }

.ts-eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--red-mid); margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}
.ts-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px; height: 2px;
  background: var(--red); border-radius: 2px;
}
.ts-section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.18; letter-spacing: -0.8px;
  margin-bottom: 18px;
}
.ts-section-title.light { color: #fff; }
.ts-section-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  color: #ddd0d4;
  max-width: 540px; line-height: 1.75;
}
.ts-section-sub.light { color: rgba(255,255,255,0.55); }

/* ── SIMPLE BACKUP CONCEPTS (dark cards) ────────────────────────── */
.bdr-concepts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px; margin-top: 60px;
}
.bdr-concept-card {
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.2);
  border-radius: 20px; padding: 32px 28px;
  position: relative; overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.bdr-concept-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border-color: var(--red);
}
.bdr-concept-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: rgba(208,2,27,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--red-mid);
  margin-bottom: 20px;
}
.bdr-concept-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem; font-weight: 700;
  color: #fff; margin-bottom: 12px;
}
.bdr-concept-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: #ddd0d4;
  line-height: 1.7; margin: 0;
}

/* ── 3-2-1 RULE (dark cards) ─────────────────────────── */
.bdr-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; margin-top: 50px;
}
.bdr-step-card {
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.2);
  border-radius: 18px; padding: 28px 22px;
  text-align: center;
  transition: transform 0.2s, border-color 0.2s;
}
.bdr-step-card:hover {
  transform: translateY(-4px);
  border-color: var(--red);
}
.bdr-step-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem; font-weight: 800;
  margin: 0 auto 18px;
}
.bdr-step-card h4 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem; font-weight: 700;
  color: #fff; margin-bottom: 8px;
}
.bdr-step-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: #ddd0d4;
  line-height: 1.65; margin: 0;
}

/* ── WHY BACKUP (benefits) dark ────────────────────────────────── */
.bdr-benefits-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px; margin-top: 50px;
}
.bdr-benefit-item {
  display: flex; align-items: flex-start; gap: 18px;
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.2);
  border-radius: 18px; padding: 28px 24px;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.bdr-benefit-item:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  border-color: var(--red);
}
.bdr-benefit-icon {
  flex-shrink: 0; width: 46px; height: 46px;
  border-radius: 12px; background: rgba(208,2,27,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; color: var(--red-mid);
}
.bdr-benefit-item h5 {
  font-family: 'Sora', sans-serif;
  font-size: 14.5px; font-weight: 700;
  color: #fff; margin-bottom: 6px;
}
.bdr-benefit-item p {
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px; color: #ddd0d4;
  line-height: 1.65; margin: 0;
}

/* ── SIMPLE RECOVERY STEPS (dark) ───────────────────────── */
.bdr-recovery-steps {
  max-width: 800px; margin: 40px auto 0;
  background: var(--bg-card);
  border: 1px solid rgba(208,2,27,0.2);
  border-radius: 24px;
  padding: 32px;
}
.bdr-recovery-steps ol {
  margin: 0; padding-left: 1.2rem;
}
.bdr-recovery-steps li {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: #ddd0d4;
  margin-bottom: 16px;
  line-height: 1.6;
}
.bdr-recovery-steps li strong {
  color: var(--red-mid);
}
.bdr-recovery-steps p {
  color: #ddd0d4;
}

/* ── CTA (unchanged – already dark with red bg) ──────────────────────────────────── */
.bdr-cta {
  background: var(--red); padding: 80px 0;
  position: relative; overflow: hidden;
}
.bdr-cta::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 50px 50px;
}
.bdr-cta-inner { position: relative; z-index: 1; text-align: center; }
.bdr-cta h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800; color: #fff;
  letter-spacing: -0.5px; margin-bottom: 18px;
}
.bdr-cta p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem; color: rgba(255,255,255,0.75);
  max-width: 500px; margin: 0 auto 38px; line-height: 1.72;
}
.bdr-cta-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.btn-cta-white {
  font-family: 'Sora', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  padding: 14px 34px; border-radius: 50px;
  background: #fff; color: var(--red);
  border: 2px solid #fff; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.btn-cta-white:hover {
  background: transparent; color: #fff;
  transform: translateY(-2px);
}
.btn-cta-outline {
  font-family: 'Sora', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  padding: 14px 34px; border-radius: 50px;
  background: rgba(255,255,255,0.10); color: #fff;
  border: 2px solid rgba(255,255,255,0.50);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
  backdrop-filter: blur(8px);
}
.btn-cta-outline:hover {
  background: rgba(255,255,255,0.18); border-color: #fff;
  color: #fff; transform: translateY(-2px);
}

/* ── FAQ (dark theme) ─────────────────────────────────────── */
.bdr-faq { max-width: 740px; margin: 56px auto 0; }
.bdr-faq-item { border-bottom: 1px solid rgba(208,2,27,0.2); }
.bdr-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0; cursor: pointer;
  font-family: 'Sora', sans-serif;
  font-size: 15px; font-weight: 600;
  color: #fff; gap: 16px;
  transition: color 0.15s;
}
.bdr-faq-q:hover { color: var(--red-mid); }
.bdr-faq-q .faq-icon {
  flex-shrink: 0; width: 28px; height: 28px;
  border-radius: 50%; background: rgba(208,2,27,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--red-mid);
  transition: background 0.2s, transform 0.25s;
}
.bdr-faq-item.open .bdr-faq-q .faq-icon {
  background: var(--red); color: #fff; transform: rotate(45deg);
}
.bdr-faq-a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  color: #ddd0d4;
  line-height: 1.75; max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  padding: 0;
}
.bdr-faq-item.open .bdr-faq-a { max-height: 300px; padding-bottom: 22px; }

/* ── ANIMATIONS (unchanged) ───────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ts-reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ts-reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE (unchanged) ────────────────────────── */
@media (max-width: 991px) {
  .bdr-hero { min-height: auto; }
  .bdr-hero-content { padding: 80px 0 56px; }
  .bdr-hero-orb { width: 350px; height: 350px; top: -80px; right: -60px; }
  .bdr-concepts-grid { gap: 18px; }
}
@media (max-width: 767px) {
  .ts-section { padding: 60px 0; }
  .bdr-hero-content { padding: 70px 0 48px; }
  .bdr-hero h1 { font-size: 2.1rem; }
  .bdr-hero-desc { font-size: 1rem; }
  .bdr-hero-ctas { flex-direction: column; gap: 10px; }
  .btn-hero-primary, .btn-hero-ghost { width: 100%; justify-content: center; }
  .bdr-stats-glass { display: grid; grid-template-columns: 1fr 1fr; }
  .bdr-stat { padding: 16px 14px; }
  .bdr-concepts-grid { grid-template-columns: 1fr; }
  .bdr-steps-grid { grid-template-columns: 1fr; }
  .bdr-benefits-grid { grid-template-columns: 1fr; }
  .bdr-recovery-steps { padding: 20px; }
  .bdr-recovery-steps li { font-size: 0.9rem; }
  .bdr-cta h2 { font-size: 1.6rem; }
}
@media (max-width: 480px) {
  .bdr-hero h1 { font-size: 1.8rem; }
  .ts-section-title { font-size: 1.4rem; }
}