/* Trustech SEO Landing Page Styles */
:root {
  --trustech-orange: #ff7a1a;
  --trustech-dark: #0d0d0f;
  --trustech-soft-dark: #171719;
  --trustech-text: #333333;
  --trustech-muted: #6f6f76;
  --trustech-light: #f7f7f8;
  --trustech-border: rgba(0, 0, 0, 0.08);
}

.trustech-seo-hero,
.trustech-seo-section,
.trustech-seo-cta {
  margin: 0 auto 34px;
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
}

.trustech-seo-hero {
  border-radius: 22px;
  padding-top: clamp(52px, 7vw, 92px);
  padding-bottom: clamp(52px, 7vw, 92px);
  color: #ffffff;
  background: radial-gradient(circle at 80% 20%, rgba(255,122,26,0.28), transparent 28%), linear-gradient(135deg, #0a0a0b 0%, #19191d 58%, #101012 100%);
  overflow: hidden;
  position: relative;
}

.trustech-seo-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -45% 42%;
  height: 360px;
  background: linear-gradient(135deg, transparent, rgba(255,122,26,0.23), transparent);
  transform: rotate(-12deg);
  pointer-events: none;
}

.trustech-seo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: #ffb36f;
  background: rgba(255,255,255,0.06);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.trustech-seo-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.trustech-seo-hero p {
  max-width: 850px;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.84);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.trustech-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.trustech-seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.trustech-seo-btn:hover {
  transform: translateY(-2px);
}

.trustech-seo-btn-primary {
  color: #111111 !important;
  background: var(--trustech-orange);
  box-shadow: 0 12px 28px rgba(255, 122, 26, 0.28);
}

.trustech-seo-btn-secondary {
  color: #ffffff !important;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.24);
}

.trustech-seo-section {
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--trustech-border);
}

.trustech-seo-section.trustech-seo-soft {
  background: var(--trustech-light);
}

.trustech-seo-section h2,
.trustech-seo-cta h2 {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.trustech-seo-section h3 {
  margin: 0 0 12px;
  color: #171717;
  font-size: 21px;
  line-height: 1.25;
}

.trustech-seo-section p,
.trustech-seo-card p,
.trustech-seo-cta p,
.trustech-seo-link-card span {
  color: var(--trustech-muted);
  font-size: 16px;
  line-height: 1.72;
}

.trustech-seo-grid {
  display: grid;
  gap: 18px;
}

.trustech-seo-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trustech-seo-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trustech-seo-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trustech-seo-card,
.trustech-seo-mini-card,
.trustech-seo-link-card,
.trustech-seo-steps > div {
  border: 1px solid var(--trustech-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(0,0,0,0.04);
}

.trustech-seo-card {
  padding: 26px;
}

.trustech-seo-card ul {
  margin: 0;
  padding-left: 20px;
}

.trustech-seo-card li {
  margin: 10px 0;
  color: var(--trustech-text);
}

.trustech-seo-mini-card {
  padding: 20px;
  color: var(--trustech-text);
  font-weight: 800;
}

.trustech-seo-link-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 150px;
  padding: 22px;
  color: inherit !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.trustech-seo-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,122,26,0.42);
  box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}

.trustech-seo-link-card strong {
  color: #111111;
  font-size: 19px;
}

.trustech-seo-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.trustech-seo-steps > div {
  padding: 24px;
}

.trustech-seo-steps span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--trustech-orange);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.trustech-seo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.trustech-seo-tags span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  color: #111111;
  background: #ffffff;
  border: 1px solid var(--trustech-border);
  font-weight: 700;
}

.trustech-seo-faq details {
  margin: 0 0 12px;
  border: 1px solid var(--trustech-border);
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.trustech-seo-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #111111;
  font-weight: 900;
}

.trustech-seo-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.trustech-seo-cta {
  padding-top: clamp(40px, 6vw, 70px);
  padding-bottom: clamp(40px, 6vw, 70px);
  border-radius: 22px;
  background: linear-gradient(135deg, #111111 0%, #1d1d21 100%);
  text-align: center;
}

.trustech-seo-cta h2 {
  color: #ffffff;
}

.trustech-seo-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,0.75);
}

@media (max-width: 1024px) {
  .trustech-seo-grid-4,
  .trustech-seo-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trustech-seo-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .trustech-seo-grid-2,
  .trustech-seo-grid-3,
  .trustech-seo-grid-4,
  .trustech-seo-steps {
    grid-template-columns: 1fr;
  }

  .trustech-seo-hero,
  .trustech-seo-section,
  .trustech-seo-cta {
    border-radius: 16px;
    margin-bottom: 22px;
  }

  .trustech-seo-actions,
  .trustech-seo-actions .trustech-seo-btn {
    width: 100%;
  }
}
