/**
 * Safience General Demo Landing Page Styles
 * Extends the Safience theme design system
 * Broad audience / universal tone
 */

/* ===== Banner ===== */
.oth_demo_bnr {
  margin-top: 5px;
  position: relative;
  margin-bottom: 0;
}

.oth_demo_bnr .custom_container {
  background: linear-gradient(135deg, #08091b 0%, #0d1a35 30%, #0229df 70%, #0a1a3a 100%);
  min-height: 650px;
  display: flex;
  align-items: center;
}

.oth_demo_bnr_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 15% 85%, rgba(2, 41, 223, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 15%, rgba(122, 0, 223, 0.08) 0%, transparent 45%);
  pointer-events: none;
}

.oth_demo_bnr_txt {
  padding: 180px 50px 80px;
  position: relative;
  z-index: 1;
}

.oth_demo_bnr_content {
  max-width: 820px;
}

.oth_demo_badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 48px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: var(--secondary-font);
}

.oth_demo_bnr_content h1 {
  color: var(--white-color);
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -2.2px;
  margin-bottom: 24px;
  font-family: var(--body-font);
}

.oth_demo_bnr_content h3 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.3px;
  margin-bottom: 32px;
  max-width: 720px;
  font-family: var(--secondary-font);
}

/* Banner inline stats */
.oth_demo_bnr_stats {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 36px;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  max-width: fit-content;
}

.oth_demo_bnr_stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.oth_demo_bnr_stat strong {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

.oth_demo_bnr_stat span {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--secondary-font);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.oth_demo_bnr_stat_divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
}

.oth_demo_bnr_content .custom_btn {
  font-size: 18px;
  height: 60px;
  padding: 0 36px;
}

.oth_demo_bnr_content .custom_btn i {
  font-size: 14px;
}

/* ===== Coverage / Where It Works ===== */
.oth_demo_coverage_sec {
  padding: 80px 0;
  background: var(--white-color);
}

.oth_demo_coverage_sec > .container > .title {
  text-align: center;
  margin-bottom: 60px;
}

.oth_demo_coverage_sec > .container > .title h6 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  font-family: var(--secondary-font);
}

.oth_demo_coverage_sec > .container > .title h3 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.6px;
}

.oth_demo_coverage_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.oth_demo_coverage_card {
  padding: 36px 30px;
  border-radius: 20px;
  background: var(--background-color);
  transition: var(--transetion);
  border: 1px solid transparent;
}

.oth_demo_coverage_card:hover {
  border-color: rgba(2, 41, 223, 0.1);
  box-shadow: 0 8px 30px rgba(2, 41, 223, 0.06);
  transform: translateY(-3px);
}

.oth_demo_coverage_icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.oth_demo_coverage_icon i {
  color: var(--white-color);
  font-size: 22px;
}

.oth_demo_coverage_card h4 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}

.oth_demo_coverage_card p {
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.2px;
}

/* ===== Sectors / Who It Serves ===== */
.oth_demo_sectors_sec {
  padding: 80px 0;
  background: var(--background-color);
}

.oth_demo_sectors_sec > .container > .title {
  text-align: center;
  margin-bottom: 60px;
}

.oth_demo_sectors_sec > .container > .title h6 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  font-family: var(--secondary-font);
}

.oth_demo_sectors_sec > .container > .title h3 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.6px;
}

.oth_demo_sectors_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.oth_demo_sector_card {
  padding: 28px 24px;
  background: var(--white-color);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: var(--transetion);
  text-align: center;
}

.oth_demo_sector_card:hover {
  border-color: rgba(2, 41, 223, 0.1);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}

.oth_demo_sector_card i {
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 16px;
}

.oth_demo_sector_card h5 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}

.oth_demo_sector_card p {
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

/* ===== How It Works ===== */
.oth_demo_how_sec {
  padding: 80px 0;
  background: var(--white-color);
}

.oth_demo_how_sec > .container > .title {
  text-align: center;
  margin-bottom: 60px;
}

.oth_demo_how_sec > .container > .title h6 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  font-family: var(--secondary-font);
}

.oth_demo_how_sec > .container > .title h3 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.6px;
}

.oth_demo_how_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.oth_demo_how_step {
  padding: 32px 24px;
  background: var(--background-color);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: var(--transetion);
  text-align: center;
}

.oth_demo_how_step:hover {
  border-color: rgba(2, 41, 223, 0.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.oth_demo_how_num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.oth_demo_how_step h4 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.oth_demo_how_step p {
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

/* ===== Stats Section ===== */
.oth_demo_stats_sec {
  padding: 60px 0;
  background: var(--dark-blue-color);
}

.oth_demo_stats_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.oth_demo_stat {
  position: relative;
}

.oth_demo_stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.oth_demo_stat h2 {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 8px;
}

.oth_demo_stat p {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--secondary-font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* ===== Use Cases ===== */
.oth_demo_usecases_sec {
  padding: 80px 0;
  background: var(--white-color);
}

.oth_demo_usecases_sec > .container > .title {
  text-align: center;
  margin-bottom: 60px;
}

.oth_demo_usecases_sec > .container > .title h3 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.6px;
}

.oth_demo_usecases_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.oth_demo_usecase {
  padding: 36px 32px;
  background: var(--background-color);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: var(--transetion);
}

.oth_demo_usecase:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border-color: rgba(2, 41, 223, 0.08);
}

.oth_demo_usecase_icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.oth_demo_usecase_icon i {
  color: var(--white-color);
  font-size: 20px;
}

.oth_demo_usecase h5 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

.oth_demo_usecase p {
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: -0.2px;
}

/* ===== Privacy Section ===== */
.oth_demo_privacy_sec {
  padding: 80px 0;
  background: var(--background-color);
}

.oth_demo_privacy_layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.oth_demo_privacy_content {
  flex: 1;
  min-width: 0;
}

.oth_demo_privacy_content .title {
  margin-bottom: 20px;
}

.oth_demo_privacy_content .title h6 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  font-family: var(--secondary-font);
}

.oth_demo_privacy_content .title h3 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.2px;
}

.oth_demo_privacy_content > p {
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.2px;
  margin-bottom: 28px;
}

.oth_demo_privacy_points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.oth_demo_privacy_point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: var(--white-color);
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.oth_demo_privacy_icon_sm {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(2, 41, 223, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.oth_demo_privacy_icon_sm i {
  color: var(--primary-color);
  font-size: 16px;
}

.oth_demo_privacy_point strong {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  display: block;
  margin-bottom: 4px;
}

.oth_demo_privacy_point p {
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.oth_demo_privacy_aside {
  flex: 0 0 380px;
  max-width: 380px;
}

.oth_demo_privacy_callout {
  background: var(--dark-blue-color);
  border-radius: 20px;
  overflow: hidden;
}

.oth_demo_callout_header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 28px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.oth_demo_callout_header i {
  color: #ef4444;
  font-size: 22px;
}

.oth_demo_callout_header h4 {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.oth_demo_privacy_callout ul {
  list-style: none;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.oth_demo_privacy_callout ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--secondary-font);
  font-size: 15px;
  letter-spacing: -0.2px;
}

.oth_demo_privacy_callout ul li i {
  color: #ef4444;
  font-size: 12px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 68, 68, 0.12);
  border-radius: 50%;
}

.oth_demo_callout_footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: rgba(16, 185, 129, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.oth_demo_callout_footer i {
  color: #10b981;
  font-size: 16px;
  flex-shrink: 0;
}

.oth_demo_callout_footer span {
  color: #10b981;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

/* ===== Demo Form Section ===== */
.oth_demo_form_sec {
  padding: 80px 0;
  background: var(--white-color);
  margin-bottom: 0;
}

.oth_demo_form_layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.oth_demo_form_info {
  flex: 0 0 45%;
  max-width: 45%;
  padding-top: 20px;
}

.oth_demo_form_info .title {
  margin-bottom: 24px;
}

.oth_demo_form_info .title h6 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  font-family: var(--secondary-font);
}

.oth_demo_form_info .title h2 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

.oth_demo_form_info > p {
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
}

.oth_demo_checklist {
  list-style: none;
  margin-bottom: 36px;
}

.oth_demo_checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.oth_demo_checklist li:last-child {
  border-bottom: none;
}

.oth_demo_checklist li i {
  color: var(--primary-color);
  font-size: 12px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 41, 223, 0.08);
  border-radius: 50%;
}

.oth_demo_trust_badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.oth_demo_trust_badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--background-color);
  border-radius: 8px;
  font-family: var(--secondary-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--secondary-color);
  border: 1px solid rgba(2, 41, 223, 0.08);
}

.oth_demo_trust_badges span i {
  color: var(--primary-color);
  font-size: 13px;
}

/* ===== Form Wrapper ===== */
.oth_demo_form_wrap {
  flex: 1;
  min-width: 0;
}

.oth_demo_form {
  display: flex;
  gap: 20px 12px;
  flex-wrap: wrap;
  padding: 40px;
  background: var(--background-color);
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.oth_demo_form .form_wrp {
  width: 100%;
}

.oth_demo_form .form_wrp.w_half {
  width: calc(50% - 6px);
}

.oth_demo_form .form_wrp label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--secondary-color);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.oth_demo_form .form_wrp input,
.oth_demo_form .form_wrp select,
.oth_demo_form .form_wrp textarea {
  height: 52px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--text-color);
  border-radius: 10px;
  background: var(--white-color);
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--secondary-font);
  line-height: 1.5;
  letter-spacing: -0.2px;
  transition: var(--transetion);
}

.oth_demo_form .form_wrp textarea {
  height: auto;
  min-height: 100px;
  resize: vertical;
}

.oth_demo_form .form_wrp select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2333343f"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}

.oth_demo_form .form_wrp input:focus,
.oth_demo_form .form_wrp select:focus,
.oth_demo_form .form_wrp textarea:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(2, 41, 223, 0.08);
}

.oth_demo_form .form_wrp input::placeholder,
.oth_demo_form .form_wrp textarea::placeholder {
  color: rgba(104, 128, 132, 1);
  font-size: 14px;
}

.oth_demo_form .custom_btn_wrap {
  margin-top: 8px;
}

.oth_demo_submit_btn {
  width: 100%;
  cursor: pointer;
}

.oth_demo_submit_btn i {
  font-size: 14px;
}

.oth_demo_form_note {
  width: 100%;
}

.oth_demo_form_note p {
  color: rgba(104, 128, 132, 1);
  font-family: var(--secondary-font);
  font-size: 13px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.oth_demo_form_note p i {
  color: rgba(104, 128, 132, 0.6);
  font-size: 12px;
}

/* ===== Success State ===== */
.oth_demo_form_success {
  padding: 40px;
  background: var(--background-color);
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.oth_demo_success_inner {
  text-align: center;
  padding: 60px 40px;
}

.oth_demo_success_inner i {
  font-size: 64px;
  color: #10b981;
  margin-bottom: 24px;
}

.oth_demo_success_inner h3 {
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}

.oth_demo_success_inner p {
  color: var(--text-color);
  font-family: var(--secondary-font);
  font-size: 17px;
  line-height: 1.7;
  max-width: 420px;
  margin: 0 auto;
}

/* ===== Responsive ===== */
@media (max-width: 1399px) {
  .oth_demo_bnr_content h1 {
    font-size: 48px;
  }

  .oth_demo_privacy_aside {
    flex: 0 0 340px;
    max-width: 340px;
  }
}

@media (max-width: 1199px) {
  .oth_demo_form_layout,
  .oth_demo_privacy_layout {
    flex-direction: column;
  }

  .oth_demo_form_info,
  .oth_demo_privacy_aside {
    flex: none;
    max-width: 100%;
  }

  .oth_demo_how_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .oth_demo_coverage_grid,
  .oth_demo_sectors_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oth_demo_stats_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }

  .oth_demo_stat:nth-child(2)::after {
    display: none;
  }

  .oth_demo_bnr_txt {
    padding: 150px 30px 60px;
  }

  .oth_demo_bnr_content h1 {
    font-size: 40px;
  }

  .oth_demo_bnr_content h3 {
    font-size: 18px;
  }

  .oth_demo_usecases_grid {
    grid-template-columns: 1fr;
  }

  .oth_demo_bnr_stats {
    flex-wrap: wrap;
    gap: 16px;
  }

  .oth_demo_bnr_stat_divider {
    display: none;
  }
}

@media (max-width: 767px) {
  .oth_demo_coverage_grid,
  .oth_demo_sectors_grid {
    grid-template-columns: 1fr;
  }

  .oth_demo_how_grid {
    grid-template-columns: 1fr;
  }

  .oth_demo_stats_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oth_demo_stat::after {
    display: none !important;
  }

  .oth_demo_form {
    padding: 24px;
  }

  .oth_demo_form .form_wrp.w_half {
    width: 100%;
  }

  .oth_demo_bnr_content h1 {
    font-size: 32px;
    letter-spacing: -1.2px;
  }

  .oth_demo_stat h2 {
    font-size: 38px;
  }

  .oth_demo_trust_badges {
    flex-direction: column;
    gap: 10px;
  }

  .oth_demo_form_info .title h2 {
    font-size: 28px;
  }

  .oth_demo_coverage_sec > .container > .title h3,
  .oth_demo_usecases_sec > .container > .title h3,
  .oth_demo_sectors_sec > .container > .title h3,
  .oth_demo_how_sec > .container > .title h3 {
    font-size: 30px;
  }

  .oth_demo_privacy_content .title h3 {
    font-size: 28px;
  }

  .oth_demo_bnr_stats {
    padding: 16px 20px;
  }

  .oth_demo_bnr_stat strong {
    font-size: 22px;
  }
}
