@import "global.css";

.privacy_and_terms_header.privacy_and_terms_header--compact {
  height: auto;
  min-height: 0;
  padding-bottom: 28px;
}

.privacy_and_terms_header.privacy_and_terms_header--compact .navbar {
  padding-top: 40px;
  padding-bottom: 0;
}

:root {
  --primary: #b5445a;
  --primary-light: #f7e8eb;
  --primary-dark: #8a2d40;
  --text-main: #1a1a2e;
  --text-secondary: #555577;
  --bg: #fdfbfc;
  --border: #e8d5da;
  --white: #ffffff;
  --shadow: 0 4px 24px rgba(181, 68, 90, 0.08);
}

.child-safety-main {
  background: var(--bg);
  color: var(--text-main);
  font-family: "Tajawal", "Baloo Bhaijaan 2", sans-serif;
  margin-top: 0;
}

.child-safety-page .hero {
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary) 60%,
    #d4607a 100%
  );
  color: var(--white);
  text-align: center;
  padding: 72px 24px 80px;
  position: relative;
  overflow: hidden;
}

.child-safety-page .hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  top: -200px;
  left: -100px;
}

.child-safety-page .hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  bottom: -120px;
  right: -60px;
}

.child-safety-page .hero-icon {
  font-size: 56px;
  margin-bottom: 16px;
  display: block;
  position: relative;
  z-index: 1;
}

.child-safety-page .hero h1 {
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.child-safety-page .hero p {
  font-size: 17px;
  opacity: 0.88;
  max-width: 560px;
  margin: 0 auto;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.child-safety-page .badge-bar {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 28px 24px;
  background: var(--primary-light);
  border-bottom: 1px solid var(--border);
}

.child-safety-page .badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1.5px solid var(--primary);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(181, 68, 90, 0.1);
}

.child-safety-page main {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 24px 80px;
}

.child-safety-page .zero-tolerance {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white);
  border-radius: 16px;
  padding: 36px 40px;
  margin-bottom: 48px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(181, 68, 90, 0.22);
}

.child-safety-page .zero-tolerance h2 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.child-safety-page .zero-tolerance p {
  font-size: 16px;
  opacity: 0.92;
  line-height: 1.9;
}

.child-safety-page .section {
  margin-bottom: 44px;
  background: var(--white);
  border-radius: 14px;
  padding: 32px 36px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.child-safety-page .section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.child-safety-page .section-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.child-safety-page .section h2 {
  font-size: 19px;
  font-weight: 700;
  color: var(--primary-dark);
  margin: 0;
}

.child-safety-page .section p,
.child-safety-page .section li {
  font-size: 15.5px;
  color: var(--text-secondary);
  line-height: 1.9;
}

.child-safety-page .section p {
  margin-bottom: 0;
}

.child-safety-page .section ul {
  padding-right: 20px;
  margin-top: 12px;
  margin-bottom: 0;
}

.child-safety-page .section ul li {
  margin-bottom: 10px;
  position: relative;
}

.child-safety-page .section ul li::marker {
  color: var(--primary);
}

.child-safety-page .highlight-box {
  background: var(--primary-light);
  border-right: 4px solid var(--primary);
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  margin-top: 16px;
  font-size: 15px;
  color: var(--primary-dark);
  font-weight: 500;
}

.child-safety-page .contact-card {
  background: var(--text-main);
  color: var(--white);
  border-radius: 14px;
  padding: 32px 36px;
  text-align: center;
  margin-top: 48px;
}

.child-safety-page .contact-card h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.child-safety-page .contact-card p {
  opacity: 0.8;
  margin-bottom: 20px;
  font-size: 15px;
}

.child-safety-page .contact-card a {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.2s, transform 0.2s;
}

.child-safety-page .contact-card a:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

.child-safety-page .last-updated {
  text-align: center;
  color: var(--text-secondary);
  font-size: 13px;
  margin-top: 40px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .child-safety-page .hero {
    padding: 56px 16px 60px;
  }

  .child-safety-page .zero-tolerance,
  .child-safety-page .section,
  .child-safety-page .contact-card {
    padding: 24px 20px;
  }
}
