.elementor-64 .elementor-element.elementor-element-fc4c125{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-7959a7a */.disclaimer-page{
  padding:100px 20px;
  font-family:Inter,system-ui,sans-serif;
  background:transparent;
}

/* Header */
.disclaimer-header{
  max-width:780px;
  margin:0 auto 60px;
  text-align:center;
}

.disclaimer-header h1{
  font-size:clamp(36px,5vw,52px);
  font-weight:800;
  margin-bottom:14px;
  background:linear-gradient(90deg,#2563eb,#38bdf8);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.disclaimer-header p{
  font-size:18px;
  color:#475569;
  line-height:1.6;
}

/* Content */
.disclaimer-content{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
}

/* Cards */
.disclaimer-card{
  background:#ffffff;
  border-radius:22px;
  padding:32px;
  box-shadow:0 30px 100px rgba(59,130,246,.18);
}

.disclaimer-card h2{
  font-size:22px;
  font-weight:700;
  margin-bottom:12px;
  color:#020617;
}

.disclaimer-card p{
  font-size:15px;
  color:#475569;
  line-height:1.6;
}

/* Responsive */
@media(max-width:600px){
  .disclaimer-page{
    padding:80px 16px;
  }
}/* End custom CSS */