.elementor-12746 .elementor-element.elementor-element-3b2b380{--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-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-12746 .elementor-element.elementor-element-ca7570d img{width:50%;}.elementor-12746 .elementor-element.elementor-element-4516bf9{--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;}@media(min-width:768px){.elementor-12746 .elementor-element.elementor-element-3b2b380{--content-width:100%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-74aa1be *//* Reset dasar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Button WhatsApp */
.btn-wa {
    display: inline-block;
    margin-top: 20px;
    background-color: #25D366;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-wa:hover {
    background-color: #1ebe5d;
}


.steps {
  counter-reset: step;
}

.step {
  counter-increment: step;
  margin-bottom: 1px;
}

.step::before {
  content: counter(step) ". ";
  font-weight: 400;
  color: #000000;
}


/* Layout utama */
body {
    background-color: #ffffff;
    color: #1f2937;
    line-height: 1.7;
}

.container {
    max-width: 900px;
    margin: 1px auto;
    padding: 0 0px;
}

/* Header */
.hero {
    margin-bottom: 1px;
}

.hero h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
}

/* Content */
.content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.definition {
    margin-bottom: 30px;
    color: #374151;
}

/* Section */
.section {
    margin-bottom: 20px;
}

.section h3 {
    font-size: 18px;
    margin-bottom: 1px;
    font-weight: 600;
}

.section ul {
    padding-left: 18px;
}

.section li {
    margin-bottom: 1px;
}

/* Responsive */
@media (max-width: 600px) {
    .hero h1 {
        font-size: 26px;
    }

    .content h2 {
        font-size: 20px;
    }
}/* End custom CSS */