.seo-page {
  background: #fff7ed;
  color: #111827;
}

.seo-hero {
  padding: 90px 20px 60px;
  background: linear-gradient(135deg, #ff6a00, #111827);
  color: #ffffff;
  text-align: center;
}

.seo-hero h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin-bottom: 18px;
}

.seo-hero p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.8;
}

.seo-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 35px;
}

.seo-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
  border: 1px solid #fed7aa;
}

.seo-card h2,
.seo-card h3 {
  color: #ea580c;
  margin-bottom: 12px;
}

.seo-card p,
.seo-content p,
.seo-content li {
  line-height: 1.8;
  font-size: 1rem;
}

.seo-cta {
  margin-top: 45px;
  padding: 35px;
  border-radius: 24px;
  background: #111827;
  color: #ffffff;
  text-align: center;
}

.seo-cta a {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ff6a00;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.seo-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 18px;
  background: #111827;
}

.seo-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.seo-nav a:hover {
  color: #ff6a00;
}

.seo-links{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:20px;
}

.seo-links a{
    background:#ff5a00;
    color:#fff;
    text-decoration:none;
    padding:10px 16px;
    border-radius:8px;
    font-weight:600;
}

.faq-section{
    padding:80px 20px;
    background:#ffffff;
}

.faq-section h2{
    text-align:center;
    margin-bottom:40px;
}

.faq-item{
    max-width:900px;
    margin:0 auto 25px;
    padding:20px;
    border:1px solid #e5e5e5;
    border-radius:12px;
}