/* FDSS SEO Homepage Fallback Styles
   Serves the pre-hydration hero shell (inside #root, replaced by React)
   and the <noscript> fallback (visible only without JavaScript). */

/* ===== Pre-hydration hero shell ===== */
.seo-prehydra-hero {
  position: relative;
  min-height: 560px;
  max-height: 820px;
  height: 88vh;
  background: #121212;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0;
  box-sizing: border-box;
}

.seo-prehydra-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  border: 0;
}

.seo-prehydra-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #121212, rgba(18, 18, 18, 0.7), transparent);
}

.seo-prehydra-hero-content {
  position: relative;
  width: 100%;
  max-width: 640px;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.seo-prehydra-hero-eyebrow {
  color: #FF6B00;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 1.25rem 0;
}

.seo-prehydra-hero-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.06;
  margin: 0;
}

.seo-prehydra-hero-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 1.5rem 0 0 0;
}

.seo-prehydra-hero-cta {
  display: inline-block;
  margin-top: 2rem;
  background: #FF6B00;
  color: #121212;
  font-weight: 700;
  padding: 1rem 1.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

/* ===== Noscript fallback ===== */
.seo-fallback-header {
  background: #121212;
  color: #ffffff;
  padding: 1rem 1.5rem;
}

.seo-fallback-brand {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
}

.seo-fallback-nav {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.seo-fallback-nav a {
  color: #ffffff;
  text-decoration: none;
}

.seo-fallback-nav a:first-child,
.seo-fallback-nav a:last-child {
  color: #FF6B00;
  font-weight: 600;
}

.seo-fallback-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.seo-fallback-section {
  margin-bottom: 2.5rem;
}

.seo-fallback-section h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.seo-fallback-hero h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.seo-fallback-hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
}

.seo-fallback-hero-text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.seo-fallback-cta-primary {
  background: #FF6B00;
  color: #121212;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}

.seo-fallback-cta-phone {
  color: #121212;
  font-weight: 600;
  text-decoration: none;
  margin-left: 1rem;
}

.seo-fallback-services ul {
  line-height: 1.8;
  padding-left: 1.5rem;
}

.seo-fallback-services p,
.seo-fallback-faq p,
.seo-fallback-contact p {
  line-height: 1.6;
}

.seo-fallback-faq h3 {
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

.seo-fallback-contact a {
  color: #FF6B00;
  font-weight: 600;
  text-decoration: none;
}
