/**
 * Website resources hub — /website-resources
 * Loads after services.css; uses body.page-website-resources.
 */

body.page-website-resources #header {
  display: none;
}

body.page-website-resources .header-spacer {
  display: none;
}

body.page-website-resources .header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
}

body.page-website-resources .header-frame {
  width: 100%;
  height: 82px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-website-resources .full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 30px;
}

body.page-website-resources .full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-website-resources main#main-content {
  contain: layout;
  min-height: 100vh;
}

body.page-website-resources .container {
  contain: layout;
}

body.page-website-resources .hero-services {
  min-height: 150px;
  contain: layout paint;
  transform: translateZ(0);
}

body.page-website-resources .hero-services h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

body.page-website-resources .sitemap-section {
  min-height: 400px;
}

body.page-website-resources .sitemap-grid {
  contain: layout;
}

body.page-website-resources .sitemap-card {
  min-height: 58px;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

body.page-website-resources .sitemap-card i {
  min-width: 22px;
  text-align: center;
  font-size: 1.05rem;
  color: var(--brand-primary, #1e40af);
}

body.page-website-resources .sitemap-grid--mb {
  margin-bottom: 34px;
}

body.page-website-resources .resources-intro {
  max-width: 52rem;
  margin: 0 auto 36px;
  text-align: left;
  color: var(--text-muted, #475569);
  font-size: 1.05rem;
  line-height: 1.65;
}

body.page-website-resources .resources-intro p {
  margin-bottom: 1rem;
}

body.page-website-resources .resources-intro p:last-child {
  margin-bottom: 0;
}

body.page-website-resources .resources-intro strong {
  color: var(--text-dark, #0f172a);
  font-weight: 600;
}

body.page-website-resources .float-icon {
  position: fixed;
  bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
}

body.page-website-resources .float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

body.page-website-resources .float-call {
  right: 14px;
  background: #1d4ed8;
  font-size: 24px;
}

@media (max-width: 768px) {
  body.page-website-resources .container {
    padding: 0 20px;
  }

  body.page-website-resources .sitemap-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-website-resources .sitemap-card {
    padding: 12px 10px;
    gap: 6px;
    min-height: 70px;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body.page-website-resources .sitemap-card i {
    min-width: 0;
    font-size: 1rem;
  }

  body.page-website-resources .sitemap-card span {
    font-size: 0.78rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.page-website-resources .hero-services {
    min-height: 120px;
  }

  body.page-website-resources .header-frame {
    height: 74px;
  }

  body.page-website-resources .full-footer-frame {
    height: 330px;
  }

  body.page-website-resources .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  body.page-website-resources .float-wa {
    left: 10px;
    font-size: 31px;
  }

  body.page-website-resources .float-call {
    right: 10px;
    font-size: 22px;
  }
}
