.elementor-2049 .elementor-element.elementor-element-848908b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-2049 .elementor-element.elementor-element-9e4a212{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2049 .elementor-element.elementor-element-9e4a212 .wd-text-block{font-size:12px;font-weight:600;font-style:italic;color:#095492;}.elementor-2049 .elementor-element.elementor-element-fa5c57c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(min-width:769px){.elementor-2049 .elementor-element.elementor-element-848908b{--content-width:710px;}}/* Start custom CSS for html, class: .elementor-element-a143ed3 *//* ============ GLOBAL STYLE ============ */

:root {
  --sm-primary: #18a57c;
  --sm-primary-dark: #0f7f5d;
  --sm-secondary: #0a2a43;
  --sm-accent: #1ec6a7;
  --sm-bg-light: #f7f9fb;
  --sm-border: #e2e6f0;
  --sm-text-main: #1f2933;
  --sm-text-muted: #6b7280;
  --sm-radius-lg: 18px;
  --sm-radius-md: 12px;
  --sm-shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.09);
  --sm-shadow-card: 0 14px 30px rgba(15, 23, 42, 0.06);
}

/* Body umum kalau tidak di-override theme */
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--sm-text-main);
}

/* ============ LAYOUT UTILITIES ============ */

.sm-section {
  padding: 90px 16px;
}

.sm-container {
  max-width: 1200px;
  margin: 0 auto;
}

.sm-grid {
  display: grid;
  gap: 28px;
}

.sm-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sm-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Section header */
.sm-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px auto;
}

.sm-section-header h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: var(--sm-secondary);
}

.sm-section-header p {
  color: var(--sm-text-muted);
  font-size: 0.98rem;
}

/* Cards */
.sm-card {
  background: #ffffff;
  border-radius: var(--sm-radius-md);
  box-shadow: var(--sm-shadow-card);
  padding: 22px 22px 24px;
}

/* Lists */
.sm-list {
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.sm-list-check li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  color: var(--sm-text-muted);
  font-size: 0.98rem;
}

.sm-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sm-primary);
  font-weight: 600;
}

.sm-list-bullet {
  list-style: disc;
  padding-left: 20px;
}

.sm-list-bullet li {
  margin-bottom: 6px;
  color: var(--sm-text-muted);
}

/* Buttons */
.sm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none !important;
  transition: all 0.18s ease;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.sm-btn-primary {
  background: var(--sm-primary);
  color: #ffffff;
  border-color: var(--sm-primary);
}

.sm-btn-primary:hover {
  background: var(--sm-primary-dark);
  border-color: var(--sm-primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--sm-shadow-soft);
}

.sm-btn-secondary {
  background: #ffffff;
  color: var(--sm-secondary);
  border-color: var(--sm-border);
}

.sm-btn-secondary:hover {
  border-color: var(--sm-secondary);
  color: var(--sm-secondary);
  box-shadow: var(--sm-shadow-soft);
}

.sm-btn-light {
  background: #ffffff;
  color: var(--sm-secondary);
  border-color: transparent;
}

.sm-btn-outline-light {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
}

.sm-btn-outline-light:hover {
  background: #ffffff;
  color: var(--sm-secondary);
}

/* ============ HERO ============ */

.sm-hero {
  padding-top: 110px;
  padding-bottom: 110px;
  background: radial-gradient(circle at top left, #ebfffa 0, #f7fafc 52%, #ffffff 100%);
}

.sm-hero-title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 14px;
  color: var(--sm-secondary);
}

.sm-hero-subtitle {
  font-size: 1rem;
  color: var(--sm-text-muted);
  margin-bottom: 14px;
}

.sm-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: var(--sm-primary-dark);
  font-weight: 600;
  margin-bottom: 10px;
}

.sm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.sm-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sm-hero-mockup {
  max-width: 340px;
  text-align: center;
}

.sm-hero-caption {
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--sm-text-muted);
}

/* Phone mockup */
.sm-phone-frame {
  border-radius: 40px;
  padding: 10px;
  background: linear-gradient(145deg, #0f172a, #111827);
  box-shadow: 0 26px 40px rgba(15, 23, 42, 0.3);
}

.sm-phone-screen {
  background: #0b1120;
  border-radius: 30px;
  padding: 12px 14px 16px;
  color: #e5e7eb;
}

.sm-phone-header {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.sm-phone-header .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.8);
}

.sm-phone-body {
  font-size: 0.8rem;
}

.sm-phone-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 8px;
}

.sm-phone-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sm-phone-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.9);
  margin-bottom: 6px;
}

.sm-phone-list .status {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
}

.status-processing {
  background: #facc15;
}

.status-sent {
  background: #38bdf8;
}

.status-done {
  background: #22c55e;
}

/* ============ STEPS ============ */

.sm-steps {
  background: #ffffff;
}

.sm-steps-grid .sm-step-card {
  text-align: left;
}

.sm-step-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--sm-primary-dark);
  background: rgba(24, 165, 124, 0.12);
  margin-bottom: 12px;
}

.sm-step-card h3 {
  font-size: 1.03rem;
  margin-bottom: 8px;
  color: var(--sm-secondary);
}

.sm-step-card p {
  font-size: 0.94rem;
  color: var(--sm-text-muted);
}

/* ============ ONGKIR SECTION ============ */

.sm-ongkir {
  background: var(--sm-bg-light);
}

.sm-ongkir-grid {
  align-items: center;
}

.sm-ongkir-card {
  max-width: 360px;
  margin: 0 auto;
}

.sm-ongkir-card h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: var(--sm-secondary);
}

.sm-ongkir-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: var(--sm-text-main);
}

.sm-ongkir-row span:first-child {
  color: var(--sm-text-muted);
}

.sm-ongkir-row.sm-ongkir-total {
  font-weight: 700;
  margin-top: 4px;
}

.sm-ongkir-card hr {
  border: none;
  border-top: 1px solid var(--sm-border);
  margin: 10px 0 12px;
}

.sm-align-left {
  text-align: left;
  margin-left: 0;
}

/* ============ BENEFITS & FEATURES ============ */

.sm-benefit-card h3,
.sm-feature-card h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
  color: var(--sm-secondary);
}

.sm-benefit-card p,
.sm-feature-card p {
  font-size: 0.95rem;
  color: var(--sm-text-muted);
}

/* ============ TESTIMONIALS ============ */

.sm-testimonials {
  background: #ffffff;
}

.sm-testimonial-card {
  text-align: left;
  position: relative;
}

.sm-testimonial-rating {
  color: #facc15;
  font-size: 1rem;
  margin-bottom: 10px;
}

.sm-testimonial-text {
  font-size: 0.95rem;
  color: var(--sm-text-muted);
  margin-bottom: 14px;
}

.sm-testimonial-name {
  font-weight: 600;
  color: var(--sm-secondary);
  margin-bottom: 2px;
}

.sm-testimonial-role {
  font-size: 0.85rem;
  color: var(--sm-text-muted);
}

/* ============ FAQ ============ */

.sm-faq {
  background: var(--sm-bg-light);
}

.sm-faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.sm-faq-item {
  background: #ffffff;
  border-radius: var(--sm-radius-md);
  border: 1px solid var(--sm-border);
  margin-bottom: 10px;
  padding: 12px 16px;
}

.sm-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--sm-secondary);
  font-size: 0.98rem;
}

/* Hilangkan caret default */
.sm-faq-item summary::-webkit-details-marker {
  display: none;
}

.sm-faq-item summary::after {
  content: "+";
  float: right;
  font-size: 1.1rem;
  color: var(--sm-text-muted);
  transition: transform 0.18s ease;
}

.sm-faq-item[open] summary::after {
  content: "−";
}

.sm-faq-item p {
  margin-top: 8px;
  font-size: 0.94rem;
  color: var(--sm-text-muted);
}

/* ============ CTA ============ */

.sm-cta {
  background: linear-gradient(120deg, var(--sm-secondary), #102a43);
  color: #ffffff;
  text-align: center;
}

.sm-cta-inner {
  max-width: 680px;
  margin: 0 auto;
}

.sm-cta h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.sm-cta p {
  font-size: 0.98rem;
  margin-bottom: 22px;
  color: rgba(241, 245, 249, 0.9);
}

.sm-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* ============ RESPONSIVE ============ */

@media (max-width: 1024px) {
  .sm-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-hero-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 768px) {
  .sm-section {
    padding: 70px 16px;
  }

  .sm-grid-2,
  .sm-grid-3,
  .sm-grid-4 {
    grid-template-columns: 1fr;
  }

  .sm-hero {
    padding-top: 80px;
  }

  .sm-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sm-section-header {
    text-align: left;
    margin-bottom: 32px;
  }

  .sm-section-header h2 {
    font-size: 1.7rem;
  }
}
/* ====== CTA SECTION – UPGRADE VISUAL ====== */

.sm-cta {
  /* gradient lebih kuat dan senada brand */
  background: radial-gradient(circle at top left, #1ec6a7 0, #18a57c 30%, #0a2a43 80%);
  color: #ffffff;
  text-align: center;
  padding: 120px 16px; /* sedikit lebih tinggi biar berasa section penting */
  position: relative;
  overflow: hidden;
}

/* efek glow lembut di belakang konten */
.sm-cta::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0, transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.sm-cta-inner {
  position: relative;
  z-index: 1;
}

/* judul CTA lebih besar & tegas */
.sm-cta h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
  color: #f9fafb;
  text-shadow: 0 12px 30px rgba(15, 23, 42, 0.55);
}

/* teks pendukung sedikit lebih terang */
.sm-cta p {
  font-size: 1rem;
  margin-bottom: 26px;
  color: rgba(241, 245, 249, 0.92);
}

/* jarak tombol lebih lega */
.sm-cta-actions {
  gap: 14px;
}

/* tombol utama di CTA */
.sm-btn-light {
  background: #f9fafb;
  color: #0a2a43;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.25);
}

.sm-btn-light:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

/* tombol sekunder outline tapi tetap senada */
.sm-btn-outline-light {
  background: transparent;
  color: #e0fdf5;
  border-color: rgba(224, 253, 245, 0.8);
}

.sm-btn-outline-light:hover {
  background: rgba(24, 165, 124, 0.15);
  color: #ffffff;
  border-color: #f9fafb;
}

/* responsive – kecilin dikit di mobile */
@media (max-width: 768px) {
  .sm-cta {
    padding: 90px 16px;
  }

  .sm-cta h2 {
    font-size: 2rem;
  }
}/* End custom CSS */