.seo-landing-page {
  background: #fff;
  min-height: 60vh;
}

.seo-landing-hero {
  position: relative;
  width: 100%;
}

.seo-landing-hero img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 420px;
  min-height: 200px;
}

.seo-landing-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 24, 48, 0.72) 0%,
    rgba(10, 24, 48, 0.45) 48%,
    rgba(10, 24, 48, 0.2) 100%
  );
}

.seo-landing-hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(92%, 920px);
  padding: 0 24px 0 clamp(20px, 4vw, 64px);
  z-index: 1;
}

.seo-landing-hero-title {
  margin: 0;
  color: #fff;
  font-family: "Canela Deck Web", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.55rem, 3.4vw, 2.75rem);
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.seo-landing-content {
  padding: 30px 24px 50px;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.seo-landing-accent {
  border: 0;
  border-bottom: 4px solid #111;
  margin: 0 0 28px;
  width: 70px;
}

.seo-landing-section {
  margin-bottom: 2.5rem;
}

.seo-landing-section h2 {
  font-family: "Canela Deck Web", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 700;
  color: #14243b;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.seo-landing-h3 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Canela Deck Web", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1f2d3d;
  margin: 1.55rem 0 0.7rem;
  line-height: 1.4;
}

.seo-landing-h3-icon {
  flex-shrink: 0;
  color: #186cd3;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
}

.seo-landing-section p,
.seo-landing-section li {
  font-family: "Trueno", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5563;
  margin: 0 0 0.85rem;
}

.seo-landing-bullet-list,
.seo-landing-links-list {
  margin: 0.65rem 0 1.15rem;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.seo-landing-links-label {
  font-family: "Trueno", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
  margin: 1.1rem 0 0.55rem;
}

.seo-landing-links-list a {
  color: #186cd3 !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-style: normal !important;
  opacity: 1 !important;
  font-size: 1.05rem;
  line-height: 1.5;
}

.seo-landing-links-list a:hover {
  color: #c62828;
  border-bottom-color: #c62828;
}

.seo-landing-faq-list {
  display: grid;
  gap: 16px;
  margin-top: 0.9rem;
}

.seo-landing-faq-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.seo-landing-faq-card summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: "Canela Deck Web", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #222;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.seo-landing-faq-card summary::-webkit-details-marker {
  display: none;
}

.seo-landing-faq-card summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
}

.seo-landing-faq-card[open] summary::after {
  content: "−";
}

.seo-landing-faq-answer {
  padding: 0 22px 20px;
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
}

.seo-landing-faq-answer p {
  margin: 0 0 0.85rem;
}

.seo-landing-faq-answer p:last-child {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .seo-landing-content {
    padding: 34px 80px 60px;
  }

  .seo-landing-hero img {
    max-height: 480px;
  }
}

@media (max-width: 600px) {
  .seo-landing-hero-content {
    padding: 0 16px;
    width: 94%;
  }

  .seo-landing-faq-card summary {
    padding: 16px;
    font-size: 1.02rem;
  }
}
