/*
 * domain-privacy.css
 * Place at: /assets/css/domain-privacy.css
 * Zero conflicts with main.css
 */

/* ═══════════════════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════════════════ */
.dp-breadcrumb {
  background: #0f0c29;
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: .65rem 0;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
}
.dp-breadcrumb a { color: rgba(255,255,255,.65); transition: color .2s; }
.dp-breadcrumb a:hover { color: #fff; }
.dp-breadcrumb span { margin: 0 .45rem; opacity: .3; }

/* ═══════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════ */
.dp-hero {
  overflow: hidden; position: relative;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dp-hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.dp-hero-shield {
  position: absolute; font-size: 28rem; opacity: .025;
  top: 50%; left: 55%; transform: translate(-50%,-50%);
  user-select: none; pointer-events: none;
  animation: dp-shield-float 5s ease-in-out infinite;
}
@keyframes dp-shield-float { 0%,100%{transform:translate(-50%,-52%)} 50%{transform:translate(-50%,-48%)} }
.dp-hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .18; }
.dp-glow-purple { width: 500px; height: 500px; background: #7C3AED; top: -150px; right: -100px; }
.dp-glow-blue   { width: 400px; height: 400px; background: #2563EB; bottom: -100px; left: 5%; }

.dp-hero-inner {
  display: grid; grid-template-columns: 1fr 380px; gap: 3rem;
  align-items: center; padding: 4.5rem 0 4rem;
  position: relative; z-index: 1;
}
.dp-eyebrow {
  display: flex; align-items: center; gap: .5rem;
  font-size: .8125rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-bottom: 1rem;
}
.dp-eyebrow-line { display: inline-block; width: 18px; height: 2px; border-radius: 2px; flex-shrink: 0; }
.dp-eyebrow-badge {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .2rem .65rem; border-radius: 100px;
  font-size: .72rem; font-weight: 700; border: 1px solid;
}
.dp-hero-title {
  font-family: var(--fd);
  font-size: clamp(2rem,4.2vw,3.1rem);
  font-weight: 800; letter-spacing: -.035em; line-height: 1.06;
  color: #fff; margin-bottom: 1rem; display: block;
}
.dp-hero-desc {
  font-size: 1.0625rem; color: rgba(255,255,255,.6);
  max-width: 520px; line-height: 1.7; margin-bottom: 1.75rem;
}
.dp-hero-cta { display: flex; gap: .85rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.dp-btn-primary {
  display: inline-flex; align-items: center; padding: .72rem 1.65rem;
  font-size: .9375rem; font-weight: 700; border-radius: var(--r-md);
  color: #fff !important; transition: opacity .2s, transform .15s, box-shadow .2s;
}
.dp-btn-primary:hover { opacity: .9; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(124,58,237,.35); }
.dp-btn-outline-dark {
  display: inline-flex; align-items: center; padding: .72rem 1.25rem;
  font-size: .875rem; font-weight: 600; border-radius: var(--r-md);
  background: transparent; color: rgba(255,255,255,.7) !important;
  border: 1px solid rgba(255,255,255,.2); transition: all .2s;
}
.dp-btn-outline-dark:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.07); color: #fff !important; }
.dp-hero-badges { display: flex; gap: .5rem; flex-wrap: wrap; }
.dp-badge {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .28rem .75rem; font-size: .775rem; font-weight: 500;
  border: 1px solid; border-radius: 100px;
}

/* Stat card */
.dp-stat-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-xl); padding: 1.75rem; backdrop-filter: blur(12px);
}
.dp-stat-icon {
  width: 52px; height: 52px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem; margin-bottom: 1.25rem;
}
.dp-stat-card h3 { font-family: var(--fd); font-size: 1.2rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
.dp-stat-card p { font-size: .84rem; color: rgba(255,255,255,.5); margin-bottom: 1.25rem; line-height: 1.6; }
.dp-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: rgba(255,255,255,.08);
  border-radius: var(--r-md); overflow: hidden;
}
.dp-stat-cell { background: rgba(255,255,255,.05); padding: .9rem 1rem; text-align: center; }
.dp-stat-val {
  display: block; font-family: var(--fd); font-size: 1.25rem;
  font-weight: 800; letter-spacing: -.03em; line-height: 1; margin-bottom: .3rem;
}
.dp-stat-lbl { font-size: .65rem; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .04em; font-weight: 500; }

/* ═══════════════════════════════════════════════════
   SECTION HEADER
═══════════════════════════════════════════════════ */
.dp-sh { text-align: center; margin-bottom: 3rem; }
.dp-tag {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .8125rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: .85rem;
}
.dp-tag::before { content: ''; display: inline-block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
.dp-sh h2 {
  font-family: var(--fd); font-size: clamp(1.7rem,3.5vw,2.4rem);
  font-weight: 800; letter-spacing: -.03em; color: var(--ink); margin-bottom: .7rem;
}
.dp-sh p { font-size: 1rem; color: var(--ink-50); max-width: 600px; margin-inline: auto; line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   WITH / WITHOUT EXPLAINER
═══════════════════════════════════════════════════ */
.dp-explainer {
  background: var(--sw); padding: 5rem 0; border-top: 1px solid var(--border);
}
.dp-explainer-grid {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 2rem; align-items: center; max-width: 900px; margin-inline: auto;
}
.dp-explainer-col {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 2rem; overflow: hidden;
}
.dp-col-danger { border-color: rgba(239,68,68,.2); background: rgba(239,68,68,.04); }
.dp-col-success { border-color: rgba(124,58,237,.2); background: rgba(124,58,237,.04); }
.dp-col-head {
  display: flex; align-items: center; gap: .75rem;
  padding: 1rem 1.25rem; margin: -2rem -2rem 1.5rem;
  border-bottom: 1px solid var(--border);
}
.dp-col-danger { border-top: 3px solid #EF4444; }
.dp-col-success { border-top: 3px solid #7C3AED; }
.dp-col-head.dp-col-danger { background: rgba(239,68,68,.08); }
.dp-col-head.dp-col-success { background: rgba(124,58,237,.08); }
.dp-col-icon { font-size: 1.4rem; }
.dp-col-head h3 { font-family: var(--fd); font-size: .95rem; font-weight: 700; color: var(--ink); }
.dp-col-list { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.dp-col-list li {
  display: flex; align-items: flex-start; gap: .65rem;
  font-size: .875rem; color: var(--ink-75); line-height: 1.5;
}
.dp-x { color: #EF4444; font-weight: 700; flex-shrink: 0; }
.dp-tick { font-weight: 700; flex-shrink: 0; }
.dp-explainer-vs { display: flex; align-items: center; justify-content: center; }
.dp-vs-circle {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--surface); border: 2px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fd); font-size: .85rem; font-weight: 800;
  color: var(--ink-50); flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════════════════ */
.dp-howit { background: var(--surface); padding: 5rem 0; border-top: 1px solid var(--border); }
.dp-steps {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem;
  max-width: 900px; margin-inline: auto; position: relative;
}
.dp-steps::before {
  content: '';
  position: absolute;
  top: 2.5rem; left: calc(16.5% + 1rem); right: calc(16.5% + 1rem);
  height: 2px;
  background: linear-gradient(90deg, #7C3AED44, #7C3AED, #7C3AED44);
  border-radius: 2px;
}
.dp-step {
  background: var(--sw); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 2rem 1.5rem;
  text-align: center; position: relative;
  transition: border-color .2s, transform .2s;
}
.dp-step:hover { border-color: #7C3AED44; transform: translateY(-3px); }
.dp-step-num {
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--fd); font-size: 1rem; font-weight: 800;
  border: 2px solid; margin: 0 auto .85rem;
}
.dp-step-icon { font-size: 1.75rem; margin-bottom: .85rem; display: block; }
.dp-step h4 { font-family: var(--fd); font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.dp-step p { font-size: .8rem; color: var(--ink-50); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   FEATURES
═══════════════════════════════════════════════════ */
.dp-features { background: var(--sw); padding: 5rem 0; border-top: 1px solid var(--border); }
.dp-feat-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); gap: 1.25rem; }
.dp-feat-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.5rem;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.dp-feat-card:hover { border-color: var(--dpc,#7C3AED); box-shadow: var(--sh-sm); transform: translateY(-2px); }
.dp-feat-icon {
  width: 46px; height: 46px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; margin-bottom: 1rem;
}
.dp-feat-card h4 { font-family: var(--fd); font-size: .9375rem; font-weight: 700; color: var(--ink); margin-bottom: .4rem; }
.dp-feat-card p { font-size: .8rem; color: var(--ink-50); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   WHY
═══════════════════════════════════════════════════ */
.dp-why { background: var(--surface); padding: 5rem 0; border-top: 1px solid var(--border); }
.dp-why-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 1.25rem; }
.dp-why-card {
  background: var(--sw); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 1.75rem; position: relative;
  transition: border-color .2s, box-shadow .2s;
}
.dp-why-card:hover { border-color: var(--dpc,#7C3AED); box-shadow: var(--sh-md); }
.dp-why-num {
  position: absolute; top: 1.2rem; right: 1.2rem;
  font-family: var(--fd); font-size: 2.5rem; font-weight: 800;
  line-height: 1; letter-spacing: -.04em; user-select: none;
}
.dp-why-icon { font-size: 1.75rem; margin-bottom: 1rem; display: block; }
.dp-why-card h4 { font-family: var(--fd); font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.dp-why-card p { font-size: .8rem; color: var(--ink-50); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════════ */
.dp-faq { background: var(--sw); padding: 5rem 0; border-top: 1px solid var(--border); }
.dp-faq-list { max-width: 860px; margin-inline: auto; }
.dp-faq-item {
  border: 1px solid var(--border); border-radius: var(--r-md);
  background: var(--surface); margin-bottom: .6rem;
  overflow: hidden; transition: border-color .2s;
}
.dp-faq-item.open { border-color: var(--dpc,#7C3AED); }
.dp-faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.1rem 1.25rem; font-size: .9375rem; font-weight: 600;
  color: var(--ink); cursor: pointer; user-select: none;
}
.dp-faq-q:hover { color: #7C3AED; }
.dp-faq-arrow { font-size: .7rem; color: var(--ink-30); transition: transform .3s; flex-shrink: 0; }
.dp-faq-item.open .dp-faq-arrow { transform: rotate(180deg); color: #7C3AED; }
.dp-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; font-size: .875rem; color: var(--ink-75); line-height: 1.7; }
.dp-faq-item.open .dp-faq-a { max-height: 400px; }
.dp-faq-a-inner { padding: 0 1.25rem 1.25rem; }

/* ═══════════════════════════════════════════════════
   CTA
═══════════════════════════════════════════════════ */
.dp-cta {
  background: linear-gradient(135deg, #0f0c29 0%, #1a0533 40%, #0d0d2b 100%);
  padding: 5rem 0; text-align: center;
  position: relative; overflow: hidden;
}
.dp-cta-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.dp-cta-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; filter: blur(100px); opacity: .2; }
.dp-cta-inner { position: relative; z-index: 1; }
.dp-cta-shield { font-size: 3rem; margin-bottom: 1.25rem; display: block; animation: dp-shield-float 3s ease-in-out infinite; }
.dp-cta h2 {
  font-family: var(--fd); font-size: clamp(1.8rem,4vw,2.6rem);
  font-weight: 800; letter-spacing: -.04em; color: #fff; margin-bottom: .75rem;
}
.dp-cta p { font-size: 1rem; color: rgba(255,255,255,.55); max-width: 560px; margin-inline: auto; margin-bottom: 2rem; line-height: 1.65; }
.dp-cta-btns { display: flex; gap: .85rem; justify-content: center; flex-wrap: wrap; }
.dp-btn-outline-white {
  padding: .72rem 1.65rem; font-size: .9375rem; font-weight: 600;
  border-radius: var(--r-md); background: transparent;
  color: rgba(255,255,255,.8) !important; border: 1px solid rgba(255,255,255,.25);
  transition: all .2s;
}
.dp-btn-outline-white:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color: #fff !important; }

/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .dp-hero-inner { grid-template-columns: 1fr; padding: 3.5rem 0 3rem; gap: 2rem; }
  .dp-stat-card { max-width: 420px; }
  .dp-steps { grid-template-columns: 1fr; }
  .dp-steps::before { display: none; }
}
@media (max-width: 768px) {
  .dp-explainer-grid { grid-template-columns: 1fr; gap: 1rem; }
  .dp-explainer-vs { display: none; }
  .dp-feat-grid, .dp-why-grid { grid-template-columns: 1fr; }
  .dp-explainer, .dp-howit, .dp-features, .dp-why, .dp-faq, .dp-cta { padding: 3.5rem 0; }
  .dp-cta-btns, .dp-hero-cta { flex-direction: column; align-items: flex-start; }
  .dp-btn-primary, .dp-btn-outline-dark, .dp-btn-outline-white { width: 100%; max-width: 320px; text-align: center; justify-content: center; }
}
