/* =============================================
   BHULEGA NAHI CONSULTING — privacy.css
   Privacy Policy Page Styles
   ============================================= */

/* ── Variables ── */
:root {
  --sky-light:  #e0f2fe;
  --sky-mid:    #7dd3fc;
  --sky-main:   #0ea5e9;
  --sky-dark:   #0369a1;
  --sky-deep:   #0c4a6e;
  --white:      #ffffff;
  --off-white:  #f0f9ff;
  --text-dark:  #0c2340;
  --text-mid:   #334e68;
  --text-soft:  #64748b;
  --border:     #e0f2fe;
  --font-head:  'Playfair Display', Georgia, serif;
  --font-body:  'DM Sans', 'Segoe UI', sans-serif;
  --radius:     14px;
  --shadow:     0 4px 24px rgba(14,165,233,0.10);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text-dark);
  line-height: 1.75;
  font-size: 15px;
}
a { color: var(--sky-main); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── Layout ── */
.container { max-width: 860px; margin: 0 auto; padding: 0 24px; }

/* ── Header ── */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.header-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 66px;
}
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-icon { font-size: 1.8rem; }
.logo-title {
  font-family: var(--font-head);
  font-size: 1.05rem; font-weight: 900;
  color: var(--sky-dark); line-height: 1.1;
  display: block;
}
.logo-sub {
  font-size: 0.65rem; letter-spacing: 0.16em;
  color: var(--text-soft); text-transform: uppercase;
  display: block;
}
.back-link {
  font-size: 0.85rem; font-weight: 600;
  color: var(--sky-dark);
  padding: 8px 18px; border-radius: 50px;
  border: 1.5px solid var(--sky-mid);
  transition: background 0.2s;
}
.back-link:hover { background: var(--sky-light); text-decoration: none; }

/* ── Hero Banner ── */
.policy-hero {
  background: linear-gradient(150deg, var(--off-white) 0%, var(--sky-light) 60%, #bae6fd 100%);
  padding: 64px 0 52px;
  position: relative;
  overflow: hidden;
}
.policy-hero::before {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,165,233,0.18), transparent);
  top: -120px; right: -80px;
  pointer-events: none;
}
.hero-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(14,165,233,0.12);
  border: 1px solid rgba(14,165,233,0.28);
  color: var(--sky-dark);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
  margin-bottom: 18px;
  animation: fadeUp 0.5s ease both;
}
.policy-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 900; color: var(--text-dark);
  line-height: 1.15; margin-bottom: 14px;
  animation: fadeUp 0.5s ease 0.1s both;
}
.policy-hero h1 span { color: var(--sky-main); }
.policy-hero p {
  font-size: 1rem; color: var(--text-mid);
  max-width: 560px; margin-bottom: 24px;
  animation: fadeUp 0.5s ease 0.2s both;
}
.effective-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white);
  border: 1.5px solid var(--sky-mid);
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 0.82rem; color: var(--text-mid);
  box-shadow: var(--shadow);
  animation: fadeUp 0.5s ease 0.3s both;
  flex-wrap: wrap;
}
.effective-badge strong { color: var(--sky-dark); }

/* ── Table of Contents ── */
.toc-bar {
  background: var(--off-white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin: 40px 0 0;
  box-shadow: var(--shadow);
  animation: fadeUp 0.5s ease 0.4s both;
}
.toc-bar h3 {
  font-family: var(--font-head);
  font-size: 0.95rem; font-weight: 700;
  color: var(--sky-dark); margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.toc-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 6px 20px;
  list-style: none;
}
.toc-list li a {
  font-size: 0.83rem; color: var(--text-mid); font-weight: 500;
  display: flex; align-items: center; gap: 6px;
  padding: 4px 0;
  transition: color 0.2s;
}
.toc-list li a:hover { color: var(--sky-main); text-decoration: none; }
.toc-list li a::before {
  content: '→';
  color: var(--sky-mid);
  font-size: 0.75rem;
}

/* ── Policy Body ── */
.policy-body { padding: 52px 0 80px; }

.policy-section {
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--border);
}
.policy-section:last-child { border-bottom: none; margin-bottom: 0; }

.section-number {
  font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sky-main); margin-bottom: 8px;
}
.policy-section h2 {
  font-family: var(--font-head);
  font-size: 1.45rem; font-weight: 900;
  color: var(--text-dark); margin-bottom: 16px;
  line-height: 1.2;
}
.policy-section p {
  color: var(--text-mid); margin-bottom: 14px; font-size: 0.95rem;
}
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { list-style: none; margin: 14px 0; padding: 0; }
.policy-section ul li {
  display: flex; align-items: flex-start; gap: 10px;
  color: var(--text-mid); font-size: 0.93rem;
  margin-bottom: 9px; padding: 10px 14px;
  background: var(--off-white);
  border-left: 3px solid var(--sky-mid);
  border-radius: 0 8px 8px 0;
}
.policy-section ul li::before {
  content: '✦';
  color: var(--sky-main);
  font-size: 0.7rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ── Info Box ── */
.info-box {
  background: linear-gradient(135deg, var(--sky-light), #bae6fd);
  border: 1.5px solid var(--sky-mid);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 18px 0;
  font-size: 0.88rem;
  color: var(--sky-deep);
  display: flex; gap: 12px; align-items: flex-start;
}
.info-box .box-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }

/* ── Warning Box ── */
.warn-box {
  background: #fef9ee;
  border: 1.5px solid #fcd34d;
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 18px 0;
  font-size: 0.88rem;
  color: #78350f;
  display: flex; gap: 12px; align-items: flex-start;
}
.warn-box .box-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }

/* ── Data Table ── */
.data-table {
  width: 100%; border-collapse: collapse;
  margin: 20px 0; font-size: 0.88rem;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow);
}
.data-table thead tr {
  background: linear-gradient(135deg, var(--sky-dark), var(--sky-deep));
}
.data-table thead th {
  padding: 13px 16px; text-align: left;
  color: var(--white); font-weight: 600;
  font-size: 0.8rem; letter-spacing: 0.06em;
}
.data-table tbody tr:nth-child(even) { background: var(--off-white); }
.data-table tbody tr:nth-child(odd)  { background: var(--white); }
.data-table tbody tr:hover           { background: var(--sky-light); transition: background 0.2s; }
.data-table tbody td {
  padding: 11px 16px; color: var(--text-mid);
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

/* ── Rights Grid ── */
.rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px; margin: 20px 0;
}
.right-card {
  background: var(--off-white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.right-card:hover {
  border-color: var(--sky-mid);
  box-shadow: var(--shadow);
}
.right-card .rc-icon { font-size: 1.6rem; margin-bottom: 10px; display: block; }
.right-card h4 {
  font-family: var(--font-head);
  font-size: 0.9rem; font-weight: 700;
  color: var(--sky-dark); margin-bottom: 6px;
}
.right-card p { font-size: 0.8rem; color: var(--text-soft); margin: 0; }

/* ── Contact Card ── */
.contact-card {
  background: linear-gradient(135deg, var(--sky-deep), var(--sky-dark));
  border-radius: 18px;
  padding: 32px 28px;
  color: var(--white);
  margin-top: 24px;
}
.contact-card h3 {
  font-family: var(--font-head);
  font-size: 1.2rem; margin-bottom: 18px;
  color: var(--sky-mid);
}
.contact-row {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 12px; font-size: 0.9rem;
}
.contact-row .cr-icon { font-size: 1.2rem; flex-shrink: 0; }
.contact-row a { color: var(--sky-mid); }
.contact-row a:hover { color: var(--white); text-decoration: none; }

/* ── Footer ── */
.footer {
  background: var(--sky-deep);
  color: rgba(255,255,255,0.7);
  padding: 32px 0;
  text-align: center;
}
.footer-brand {
  font-family: var(--font-head);
  font-size: 1.05rem; font-weight: 700;
  color: var(--white); margin-bottom: 8px;
}
.footer-tagline { font-size: 0.82rem; margin-bottom: 10px; }
.footer-links {
  display: flex; gap: 20px;
  justify-content: center; flex-wrap: wrap;
  margin: 10px 0;
}
.footer-links a { font-size: 0.82rem; color: var(--sky-mid); }
.footer-links a:hover { color: var(--white); text-decoration: none; }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.32); margin-top: 8px; }

/* ── Animations ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .policy-hero { padding: 44px 0 36px; }
  .rights-grid { grid-template-columns: 1fr 1fr; }
  .toc-list { grid-template-columns: 1fr; }
  .data-table { font-size: 0.78rem; }
  .data-table thead th,
  .data-table tbody td { padding: 9px 10px; }
  .effective-badge { flex-direction: column; gap: 6px; }
}
@media (max-width: 400px) {
  .rights-grid { grid-template-columns: 1fr; }
}