.elementor-49 .elementor-element.elementor-element-2ff2b7e{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-0b79151 */.about-page{
  padding:100px 20px;
  font-family:Inter,system-ui,sans-serif;
  background:transparent;
}

/* Header */
.about-header{
  max-width:760px;
  margin:0 auto 60px;
  text-align:center;
}

.about-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;
}

.about-header p{
  font-size:18px;
  color:#475569;
  line-height:1.6;
}

/* Content Grid */
.about-content{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:32px;
}

/* Cards */
.about-card{
  background:#ffffff;
  border-radius:22px;
  padding:32px;
  box-shadow:0 30px 100px rgba(59,130,246,.18);
}

.about-card h2{
  font-size:22px;
  font-weight:700;
  margin-bottom:12px;
  color:#020617;
}

.about-card p{
  color:#475569;
  line-height:1.6;
  font-size:15px;
}

/* List */
.about-card ul{
  margin:12px 0 0;
  padding-left:18px;
}

.about-card li{
  margin-bottom:8px;
  color:#475569;
  font-size:15px;
}

/* Responsive spacing */
@media(max-width:600px){
  .about-page{
    padding:80px 16px;
  }
}/* End custom CSS */