.elementor-23 .elementor-element.elementor-element-aa3c4a9{--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-8b5b498 *//* --- KODE CSS ABOUT US PREMIUM INTERNATIONAL CONFERENCE --- */
.iclaw-about-container {
  font-family: 'Sora', 'Helvetica Neue', Arial, sans-serif;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  color: #334155;
  line-index: 1.7;
}

/* Deskripsi Utama &amp; Tema Kulit */
.iclaw-about-hero {
  background: #ffffff;
  border-left: 6px solid #8A1525;
  padding: 30px;
  margin-bottom: 45px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  border-radius: 0 16px 16px 0;
}

.iclaw-about-hero h2 {
  font-size: 24px;
  color: #8A1525;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}

.iclaw-about-hero p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 0;
  text-align: justify;
}

/* Tipografi Judul Seksi */
.iclaw-section-title {
  font-size: 22px;
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.iclaw-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #E5A93C;
  border-radius: 2px;
}

/* Grid Efektif untuk Objectives (2 Kolom) */
.iclaw-objectives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.iclaw-objective-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.iclaw-objective-card:hover {
  border-color: #8A1525;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(138, 21, 37, 0.04);
}

.iclaw-objective-number {
  background: #eddce0;
  color: #8A1525;
  font-size: 14px;
  font-weight: 800;
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iclaw-objective-text {
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  margin: 0;
}

/* Tata Letak Split (Highlights vs Benefits) */
.iclaw-split-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 35px;
}

/* Styling Baris Highlights */
.iclaw-highlight-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9;
}

.iclaw-highlight-item:last-child {
  border-bottom: none;
}

.iclaw-highlight-icon {
  color: #E5A93C;
  font-size: 18px;
  font-weight: bold;
}

.iclaw-highlight-text {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
}

/* Kotak Kontras Khusus Benefits (Mewah Marun) */
.iclaw-benefits-box {
  background: linear-gradient(135deg, #8A1525 0%, #5c0b16 100%);
  color: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(138, 21, 37, 0.12);
  position: relative;
  overflow: hidden;
}

.iclaw-benefits-box::before {
  content: '★';
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.03);
}

.iclaw-benefits-box h3 {
  color: #E5A93C;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.iclaw-benefits-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #f1f5f9;
  margin: 0;
  text-align: justify;
}

/* Responsivitas Screen HP */
@media (max-width: 768px) {
  .iclaw-objectives-grid {
    grid-template-columns: 1fr;
  }
  .iclaw-split-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .iclaw-about-hero {
    padding: 20px;
  }
}/* End custom CSS */