.elementor-33743 .elementor-element.elementor-element-a39a117{--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;}.elementor-33743 .elementor-element.elementor-element-c5d11b1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-53a96a1 *//* SCOPED CSS FOR .id-brand-seo (DARK THEME COMPATIBLE) */

.id-brand-seo {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #E2E8F0; 
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.id-brand-seo h1, .id-brand-seo h2, .id-brand-seo h3 {
  color: #FFFFFF; 
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.id-brand-seo h1 { font-size: 2.5rem; letter-spacing: -0.025em; }
.id-brand-seo h2 { font-size: 2rem; letter-spacing: -0.025em; margin-top: 0.5rem;}
.id-brand-seo h3 { font-size: 1.25rem; color: #F8FAFC; }

.id-brand-seo p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.id-brand-list {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.id-brand-list li {
  margin-bottom: 0.5rem;
}

.id-brand-seo a {
  color: #60A5FA; 
  text-decoration: none;
  transition: color 0.2s ease;
}

.id-brand-seo a:hover {
  color: #93C5FD;
  text-decoration: underline;
}

.id-brand-section {
  padding: 5rem 1.5rem;
}

/* GAMBAR UTAMA HERO */
.id-brand-featured-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 2.5rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* SECTION BACKGROUNDS */
.id-brand-hero {
  padding: 4rem 1.5rem 6rem 1.5rem;
  background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
  text-align: center;
  color: #334155; 
  border-radius: 16px; 
  margin: 2rem 1.5rem;
}

.id-brand-hero h1 { color: #0F172A; }

.id-brand-bg-light {
  background-color: #1E293B; 
  border-radius: 12px;
  margin: 2rem 1.5rem;
}

.id-brand-container {
  max-width: 900px;
  margin: 0 auto;
}

.id-brand-trust-badge {
  display: inline-block;
  background: #DCFCE7;
  color: #166534;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border: 1px solid #BBF7D0;
}

/* BUTTONS */
.id-brand-button-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.id-brand-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.id-brand-button-primary, .id-brand-button:not(.id-brand-button-secondary):not(.id-brand-button-outline) {
  background-color: #3B82F6;
  color: white !important;
  border: 2px solid #3B82F6;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

.id-brand-button-primary:hover, .id-brand-button:not(.id-brand-button-secondary):not(.id-brand-button-outline):hover {
  background-color: #2563EB;
  border-color: #2563EB;
  transform: translateY(-1px);
}

.id-brand-button-secondary {
  background-color: #F97316;
  color: white !important;
  border: 2px solid #F97316;
}

.id-brand-button-secondary:hover {
  background-color: #EA580C;
  border-color: #EA580C;
  transform: translateY(-1px);
}

.id-brand-button-outline {
  background-color: transparent;
  color: #60A5FA !important;
  border: 2px solid #60A5FA;
}

.id-brand-button-outline:hover {
  background-color: rgba(96, 165, 250, 0.1);
}

/* CARDS */
.id-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.id-brand-card {
  background: #1E293B; 
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
  border: 1px solid #334155; 
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #E2E8F0; 
}

.id-brand-card h3 {
    color: #FFFFFF;
}

.id-brand-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4);
  border-color: #475569;
}

.id-brand-card p:last-child {
  margin-bottom: 0;
}

.id-brand-mt { margin-top: 2.5rem; }
.id-brand-mb { margin-bottom: 2.5rem; }

.id-brand-seo blockquote {
  border-left: 4px solid #3B82F6;
  margin: 2rem 0;
  padding: 1.5rem;
  font-style: italic;
  color: #E2E8F0;
  background: #1E293B; 
  border-radius: 0 8px 8px 0;
  font-size: 1.1rem;
}

/* TABLE STYLES */
.id-brand-table-wrapper {
  overflow-x: auto;
  margin-top: 2rem;
  border-radius: 12px;
  border: 1px solid #334155;
}

.id-brand-seo table {
  width: 100%;
  border-collapse: collapse;
  background: #1E293B; 
  min-width: 600px;
  color: #E2E8F0;
}

.id-brand-seo th, .id-brand-seo td {
  padding: 1.25rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #334155;
}

.id-brand-seo th {
  background-color: #0F172A; 
  color: #FFFFFF;
  font-weight: 700;
}

.id-brand-seo tr:last-child td { border-bottom: none; }

/* TIMELINE */
.id-brand-timeline p {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.id-brand-timeline p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3B82F6;
}

/* DETAILS/FAQ STYLES */
.id-brand-details {
  background: #1E293B; 
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid #334155;
  padding: 1.25rem;
  transition: all 0.2s ease;
}

.id-brand-details:hover {
  border-color: #475569;
}

.id-brand-details summary {
  font-weight: 600;
  cursor: pointer;
  outline: none;
  font-size: 1.1rem;
  color: #FFFFFF; 
  list-style: none; 
  position: relative;
  padding-right: 1.5rem;
}

.id-brand-details summary::-webkit-details-marker {
  display: none;
}

.id-brand-details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #94A3B8;
  font-weight: 400;
}

.id-brand-details[open] summary::after {
  content: "−";
}

.id-brand-details p {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #CBD5E1;
  padding-top: 1rem;
  border-top: 1px solid #334155;
}

/* CONTACT BOX & QR */
.id-brand-contact-box {
  background: #1E293B; 
  border: 2px solid #334155;
  padding: 3rem 2rem;
  border-radius: 16px;
  margin-top: 3rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.id-brand-contact-benefits {
  font-size: 1.1rem;
  color: #166534; 
  background: #DCFCE7; 
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  font-weight: 500;
}

.id-brand-contact-info {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #E2E8F0;
}

.id-brand-contact-info p {
  margin-bottom: 0.5rem;
}

.id-brand-qr-code {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.5); 
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .id-brand-seo h1 { font-size: 2rem; }
  .id-brand-seo h2 { font-size: 1.75rem; }
  .id-brand-section { padding: 4rem 1.25rem; }
  .id-brand-hero { padding: 3rem 1.25rem; margin: 1rem; }
  .id-brand-bg-light { margin: 1rem; }
  .id-brand-button-group { flex-direction: column; gap: 1rem; }
  .id-brand-button { width: 100%; }
  .id-brand-contact-box { padding: 2rem 1rem; }
  .id-brand-featured-image { margin-bottom: 1.5rem; }
}/* End custom CSS */