* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.header {
  padding: 40px 30px;
  text-align: center;
}

.pre-headline {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  opacity: 0.9;
}

.headline {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}

.sub-headline {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
  color: #A92E22;
  font-weight: 600;
}

.content {
  padding: 50px 40px;
}

.problem-section {
  background: #fff5f5;
  padding: 30px;
  border-left: 5px solid #ff4444;
  margin-bottom: 40px;
}

.warning-section {
  background: #fffbe5;
  padding: 30px;
  border-left: 5px solid #ffc107;
  margin-bottom: 40px;
}


.problem-section h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.problem-item {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
}

.solution-intro {
  text-align: center;
  background-color: #f1f8ff;
  border: 1px solid #bedcff;
  padding: 40px 20px;
  border-radius: 15px;
  margin: 40px 0;
}

.cta {
  text-align: center;
  margin: 40px 0px 60px;
}

.solution-intro h2 {
  font-size: 24px;
  color: #A92E22;
  margin-bottom: 20px;
  line-height: 1.2;
}

.solution-intro p {
  font-size: 20px;
  line-height: 1.6;
}

.form-section {
  background: linear-gradient(135deg, #FF6B35, #F7931E);
  color: white;
  padding: 40px;
  border-radius: 15px;
  margin: 50px 0;
  text-align: center;
}

.form-title {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
}

.form-description {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.form-container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.form-group input {
  width: 100%;
  padding: 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.cta-button {
  display: inline-block;
  text-align: center;
  background: linear-gradient(135deg, #28a745, #28a745);
  color: white;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: auto;
  margin: 25px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.2;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
  background: linear-gradient(135deg, #28a745, green);
}

.benefits {
  margin: 50px 0;
}

.benefits h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}

.benefit-item {
  background: white;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 5px solid rgba(40, 167, 69, 0.3);
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  border-radius: 8px;
}

.benefit-item h4 {
  color: #A92E22;
  font-size: 20px;
  margin-bottom: 10px;
}

.method-section {
  margin: 50px 0;
  border-radius: 15px;
}

.method-section h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.method-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.process-step {
  background: white;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: flex-start;
}

.step-number {
  background: linear-gradient(135deg, #FF6B35, #F7931E);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  margin-right: 25px;
  flex-shrink: 0;
}

.step-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.step-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.testimonial {
  background: linear-gradient(135deg, #e8f5e8, #f0f8ff);
  padding: 35px;
  border-radius: 15px;
  margin: 40px 0;
  border-left: 5px solid #28a745;
}

.testimonial-text {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-author {
  font-weight: bold;
  color: #28a745;
  font-size: 18px;
}

.guarantee-section {
  background: #fff9e6;
  padding: 20px;
  border-radius: 15px;
  margin: 50px 0;
  border: 1px solid #ffc107;
  text-align: center;
}

.guarantee-section h3 {
  color: #A92E22;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.guarantee-section p {
  font-size: 18px;
  line-height: 1.6;
}

.urgency {
  background: #ffe6e6;
  padding: 25px;
  border-radius: 10px;
  border: 2px dashed #e17055;
  margin: 30px 0;
  text-align: center;
}

.urgency h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .headline {
    font-size: 32px;
  }

  .sub-headline {
    font-size: 18px;
  }

  .content {
    padding: 30px 20px;
  }

  .process-step {
    flex-direction: column;
    text-align: center;
  }

  .step-number {
    margin: 0 auto 20px auto;
  }
}