.elementor-43 .elementor-element.elementor-element-5abb3fc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0e98e84 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #374151;
  background-color: #fafaf9;
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  max-width: 56rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  flex: 1;
}

.main-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 0.5rem;
}

.subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
}

.section {
  margin-bottom: 3rem;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.5rem;
}

.text-content {
  color: #374151;
  line-height: 1.6;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.text-link {
  color: #2563eb;
  text-decoration: underline;
  transition: color 0.2s;
}

.text-link:hover {
  color: #1d4ed8;
}

/* Story List */
.story-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.story-item {
  background-color: white;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  border-left: 4px solid #d1d5db;
}

.story-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

/* Timing Section */
.timing-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.timing-item {
  background-color: white;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.timing-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

/* Platform List */
.platform-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.platform-item {
  background-color: white;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.platform-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

.platform-note {
  color: #6b7280;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f3f4f6;
}

/* Pricing Reality */
.pricing-reality {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.reality-item {
  background-color: white;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.reality-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

.reality-price {
  color: #059669;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* Practical Tips */
.practical-tips {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.practical-item {
  background-color: white;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.practical-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

/* Alternatives */
.alternatives {
  margin-top: 0.5rem;
}

.alternative-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.alternative-item {
  background-color: white;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  border-left: 4px solid #d1d5db;
}

.alternative-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

/* Footer */
.footer {
  border-top: 1px solid #e5e7eb;
  padding: 2rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 640px) {
  .main-content {
    padding: 2rem 1rem;
  }

  .main-title {
    font-size: 1.875rem;
  }

  .section-title {
    font-size: 1.25rem;
  }
}/* End custom CSS */