/* Thunder EV — high-priority SEO landing pages */
.tev-seo-landing {
  font-family: Poppins, system-ui, sans-serif;
  color: #334155;
  background: linear-gradient(180deg, #f0f7ff 0%, #f8fafc 42%, #f8fafc 100%);
  line-height: 1.65;
  margin: 0;
}

.tev-seo-landing__header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(10px);
}

.tev-seo-landing__header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.tev-seo-landing__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.tev-seo-landing__nav a {
  color: #1d4ed8;
  text-decoration: none;
}

.tev-seo-landing__nav a:hover {
  text-decoration: underline;
}

.tev-seo-landing__hero {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 1.5rem;
}

.tev-seo-landing__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: #dbeafe;
  border: 1px solid #93c5fd;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  margin-bottom: 0.85rem;
}

.tev-seo-landing__hero h1 {
  font-size: clamp(1.65rem, 4.5vw, 2.55rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin: 0 0 0.85rem;
  letter-spacing: -0.02em;
}

.tev-seo-landing__lead {
  font-size: clamp(0.95rem, 2.2vw, 1.08rem);
  color: #475569;
  max-width: 62ch;
  margin: 0 0 1.25rem;
}

.tev-seo-landing__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tev-seo-landing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tev-seo-landing__btn:hover {
  transform: translateY(-1px);
}

.tev-seo-landing__btn--primary {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  color: #fff;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.28);
}

.tev-seo-landing__btn--secondary {
  background: #fff;
  color: #1d4ed8;
  border: 1px solid #93c5fd;
}

.tev-seo-landing__btn--wa {
  background: #22c55e;
  color: #fff;
}

.tev-seo-landing__main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.25rem 2.5rem;
}

.tev-seo-landing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .tev-seo-landing__grid--split {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }
}

.tev-seo-landing__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

.tev-seo-landing__card h2 {
  font-size: 1.15rem;
  color: #1e3a8a;
  margin: 0 0 0.65rem;
}

.tev-seo-landing__card h3 {
  font-size: 0.95rem;
  color: #0f172a;
  margin: 1rem 0 0.35rem;
}

.tev-seo-landing__card p,
.tev-seo-landing__card li {
  font-size: 0.92rem;
  margin: 0 0 0.65rem;
}

.tev-seo-landing__card ul,
.tev-seo-landing__card ol {
  padding-left: 1.2rem;
  margin: 0 0 0.75rem;
}

.tev-seo-landing__card a {
  color: #2563eb;
  font-weight: 600;
}

.tev-seo-landing__products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.tev-seo-landing__product-link {
  display: block;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1e3a8a;
  text-decoration: none;
  text-align: center;
}

.tev-seo-landing__product-link:hover {
  background: #eff6ff;
  border-color: #93c5fd;
}

.tev-seo-landing__faq details {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.55rem;
  background: #fafafa;
}

.tev-seo-landing__faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  font-size: 0.9rem;
}

.tev-seo-landing__faq p {
  margin: 0.55rem 0 0;
  font-size: 0.88rem;
  color: #475569;
}

.tev-seo-landing__cta {
  background: linear-gradient(145deg, #0f172a, #1e3a8a);
  color: #e2e8f0;
  border-radius: 18px;
  padding: 1.5rem 1.35rem;
  margin-top: 1.25rem;
}

.tev-seo-landing__cta h2 {
  color: #fff;
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.tev-seo-landing__cta p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.tev-seo-landing__form {
  display: grid;
  gap: 0.65rem;
}

.tev-seo-landing__form input,
.tev-seo-landing__form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  font: inherit;
  font-size: 0.88rem;
}

.tev-seo-landing__form textarea {
  min-height: 88px;
  resize: vertical;
}

.tev-seo-landing__form-note {
  font-size: 0.72rem;
  color: #94a3b8;
  margin: 0.35rem 0 0;
}

.tev-seo-landing__related {
  margin-top: 1.25rem;
  font-size: 0.82rem;
}

.tev-seo-landing__related a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

.tev-seo-landing__related a:hover {
  text-decoration: underline;
}

.tev-seo-landing__updated {
  text-align: center;
  font-size: 0.75rem;
  color: #94a3b8;
  margin: 1.5rem 0 0;
}
