.elementor-31 .elementor-element.elementor-element-19275be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8bf5773 */.privacy-section {
  background: radial-gradient(circle at top, #f9fafb, #eef2f7);
  padding: 120px 20px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #020617;
}

.privacy-container {
  max-width: 1200px;
  margin: auto;
  background: rgba(255,255,255,0.96);
  padding: 85px;
  border-radius: 34px;
  box-shadow: 0 50px 100px rgba(15,23,42,0.12);
  position: relative;
}

.privacy-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(90deg, #2563eb, #22c55e, #f59e0b);
  border-radius: 34px 34px 0 0;
}

/* Header */
.privacy-header {
  text-align: center;
  margin-bottom: 80px;
}

.privacy-header h1 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.9px;
  margin-bottom: 14px;
}

.privacy-subtitle {
  font-size: 16.8px;
  color: #475569;
  line-height: 1.8;
}

/* Intro */
.privacy-intro {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 40px;
  color: #1f2937;
}

/* Headings */
.privacy-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 65px 0 22px;
  padding-left: 20px;
  position: relative;
}

.privacy-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 80%;
  background: linear-gradient(180deg, #2563eb, #60a5fa);
  border-radius: 6px;
}

/* Lists */
.privacy-list {
  padding-left: 30px;
  margin-bottom: 30px;
}

.privacy-list li {
  font-size: 16.3px;
  line-height: 1.9;
  margin-bottom: 10px;
  color: #1f2937;
}

/* Info & Warning Boxes */
.privacy-box {
  padding: 34px 38px;
  border-radius: 22px;
  margin: 34px 0;
}

.privacy-box.info {
  background: linear-gradient(135deg, #eff6ff, #e0f2fe);
  border-left: 7px solid #2563eb;
  box-shadow: 0 18px 35px rgba(37,99,235,0.12);
}

.privacy-box.warning {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border-left: 7px solid #ea580c;
  box-shadow: 0 18px 35px rgba(234,88,12,0.15);
  font-weight: 600;
  color: #9a3412;
}

/* Footer */
.privacy-footer {
  margin-top: 75px;
  padding-top: 32px;
  border-top: 1px dashed #c7d2fe;
  font-size: 15.2px;
  color: #475569;
  text-align: center;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1024px) {
  .privacy-container {
    padding: 60px 45px;
  }

  .privacy-header h1 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .privacy-container {
    padding: 42px 28px;
  }

  .privacy-header h1 {
    font-size: 28px;
  }

  .privacy-content h2 {
    font-size: 22px;
  }

  .privacy-list li {
    font-size: 15.5px;
  }
}/* End custom CSS */