* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: "Delius", cursive;
  font-family: "Alan Sans", sans-serif; */
  font-family: "Vend Sans", sans-serif;
  font-style: normal;
}

body {
  /* background: #f8f9fa; */
  color: #333;
  line-height: 1.6;
}

a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.header {
  /* background: linear-gradient(90deg, #f4df5d, #fff29f, #f4df5d); */
  /* color: #fff; */
  text-align: center;
  padding: 1rem 0 0 0;
  top: 0;
  z-index: 100;
}

.header h1 {
  font-size: 20px;
  margin-top: 10px;
  color: #337ab7;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.subtitle {
  color: #f35626;
  margin: 10px 0px 0px 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.tool-section {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  margin: 40px 0;
  padding: 40px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tool-section h2 {
  color: #222;
  font-size: 1.6rem;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.logo-container h2 {
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 20s infinite linear;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  line-height: 36px;
  font-family: "Raleway", sans-serif;
  letter-spacing: -0.025em;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}

.steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 2rem 0 25px 0;
}

/* Note: original CSS had .steps and .steps li, which I am keeping separate */
.steps li {
  list-style: none;
  background: #f35626;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
}

.clone-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto 10px auto;
}

.clone-form input {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 1rem;
  width: 60%;
}

.clone-form button {
  background: #f35626;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px 25px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s ease;
}

.clone-form button:hover {
  background: #d83c0d;
}

.tool-note {
  font-size: 0.9rem;
  color: #666;
}

/* Features */
.features {
  margin-bottom: 3rem;
  padding: 50px 0;
}

.features h2 {
  text-align: center;
  color: #1b1b1b;
  margin-bottom: 30px;
  letter-spacing: -0.025em;
  font-size: 1.8rem;
  font-weight: 700;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.feature-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h3 {
  color: #f35626;
  margin-top: 0;
  margin-bottom: 10px;
}

/* FAQ */
.faq {
  margin-bottom: 3rem;
  padding: 50px 20px;
}

.faq h2 {
  text-align: center;
  color: #1b1b1b;
  margin-bottom: 25px;
  letter-spacing: -0.025em;
  font-size: 1.8rem;
  font-weight: 700;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #f35626;
  box-shadow: 0 0 10px rgba(0, 114, 255, 0.1);
}

.faq-item h3 {
  color: #f35626;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* Footer */
.footer {
  background: #0d1b2a;
  color: #fff;
  text-align: center;
  margin-top: 3rem;
  border-top: 1px solid #eee;
  padding: 30px 20px;
}

.footer-nav {
  margin-top: 15px;
}

.footer-nav a {
  color: #f35626;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #fff;
}

/* ===== SEO Content Section ===== */
.seo-content {
  background: #f9f9f9;
  padding: 50px 20px;
  border-radius: 12px;
  margin: 50px 0;
}

.seo-content h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #1b1b1b;
}

.seo-content p {
  max-width: 850px;
  margin: 10px auto;
  color: #444;
  font-size: 1rem;
}

/* ===== Hero Section ===== */
.hero {
  text-align: center;
  padding: 40px 10px 40px 10px;
  background: #f9f9f9;
}

.hero h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #1b1b1b;
}

.hero p {
  font-size: 1.05rem;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

/* ===== CTA Section ===== */
.cta {
  text-align: center;
  background: linear-gradient(90deg, #f35626, #ff7d55);
  color: #fff;
  padding: 60px 20px;
  border-radius: 12px;
  margin: 60px 0;
}

.cta h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.cta p {
  max-width: 700px;
  margin: 10px auto 20px;
  font-size: 1.1rem;
}

.cta-button {
  display: inline-block;
  background: #fff;
  color: #f35626;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-button:hover {
  background: #e3f0ff;
}

.loading {
  display: none;
  margin-top: 10px;
  color: #2563eb;
  font-weight: 500;
}

.status {
  margin-top: 15px;
  font-size: 14px;
  color: #374151;
}

/* ===== Responsive Design ===== */
@media (max-width: 600px) {
  header {
    padding: 30px 10px;
  }

  .clone-form input {
    width: 100%;
    margin: 10px 0;
  }

  .clone-form button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .clone-form {
    flex-direction: column;
  }

  .clone-form input {
    width: 100%;
  }

  .hero h2 {
    font-size: 1.6rem;
  }

  .cta h2 {
    font-size: 1.6rem;
  }

  .steps li {
    font-size: 0.95rem;
    padding: 8px 15px;
  }
}
