/* styles-complete.css - Load this file with media="print" onload trick */
/* This contains all non-critical styles that can be deferred */

/* Base resets already in critical CSS, but including for completeness */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Container responsive sizes */
@media (min-width: 1200px) {
  .container { max-width: 1140px; }
}
@media (min-width: 992px) {
  .container { max-width: 960px; }
}
@media (min-width: 768px) {
  .container { max-width: 720px; }
}
@media (min-width: 576px) {
  .container { max-width: 540px; }
}

.container p {
  margin: 0 20px;
}

/* Ad containers - below fold */
.ad-wrapper {
  justify-content: center;
  width: 100%;
  margin: 20px 0;
  min-height: 100px;
}

.ad-container {
  overflow: hidden;
  max-width: 100%;
  min-height: 90px;
  contain: layout;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 14px;
  color: #000;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
}

/* H2 header title (secondary) */
h2.header-title {
  font-size: 2rem;
  line-height: 36px;
}

/* H2 container styles - below fold */
.h2-container {
  background: linear-gradient(135deg, #9478d1, #5a5a9e);
  border-radius: 16px;
  border: 1px solid #e1e3f0;
  box-shadow: 0 12px 40px rgba(63, 63, 125, 0.1);
  color: #3a3a68;
  max-width: 800px;
  padding: 15px;
  margin: 15px auto;
  width: 100%;
  box-sizing: border-box;
  min-height: 70px;
}

.h2-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.h2-header img {
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
}

.h2-header h2 {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  flex-grow: 1;
}

/* List items with background images */
.li1 {
  background-image: url('https://www.people-search-global.com/search/blackboy.webp');
}

[class^="li"] {
  list-style: none;
  padding: 0 20px 0 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  line-height: 1.3;
  margin: 10px 0 20px;
  min-height: 25px;
}

/* Content sections */
.intro-section p {
  margin: 15px 0;
  line-height: 1.7;
}

.content-area {
  margin-bottom: 2rem;
}

/* Back to top button */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #007bff;
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

/* Region links */
.region-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 15px;
}

.region-links a {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.2s ease;
}

.region-links a:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* FAQ Section */
#faq-section {
  margin: 30px 0;
}

.faq-container details {
  background: #fff;
  border: 1px solid #e1e3f0;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 10px 5px;
}

.faq-container summary {
  cursor: pointer;
  font-weight: 600;
  color: #333;
  user-select: none;
}

.faq-container summary:hover {
  color: #007bff;
}

.faq-container details[open] summary {
  margin-bottom: 10px;
  color: #007bff;
}

.faq-container p {
  margin: 10px 0 0;
  line-height: 1.6;
  color: #5f6368;
}

/* Trust badge */
.trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  margin: 30px auto;
  max-width: 300px;
  background: #f8f9ff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.trust-badge img {
  width: 50px;
  height: 50px;
}

.trust-badge span {
  font-weight: 600;
  color: #333;
}

/* Footer */
.footer {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 30px 15px;
  margin-top: 50px;
  text-align: center;
}

.footer p {
  margin: 10px 0;
  font-size: 0.9rem;
}

.footer a {
  color: #3498db;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* Code formatting */
code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
  html { font-size: 93.75%; }
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.8rem; }
}

@media (max-width: 767.98px) {
  html { font-size: 81.25%; }
  .rt-breadcrump { min-height: 250px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .h2-container {
    margin: 15px 10px;
    min-height: 100px;
  }
}

@media (max-width: 479px) {
  html { font-size: 75%; }
  .h2-container { margin: 15px 8px; }
}

@media (max-width: 320px) {
  html { font-size: 68.75%; }
}

/* Tab styles (if needed) */
.tab-button, .tab-pane {
  transition: opacity 0.2s ease;
}

.tab-button.active {
  font-weight: 700;
  border-bottom: 2px solid #007bff;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Accordion styles */
.accordion-item {
  border: 1px solid #e1e3f0;
  border-radius: 8px;
  margin: 10px 0;
  overflow: hidden;
}

.accordion-header {
  padding: 15px;
  background: #f8f9ff;
  cursor: pointer;
  font-weight: 600;
  user-select: none;
}

.accordion-header:hover {
  background: #e8e9ff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 15px;
}