
/* SmartSetupUAE desktop hero + SEO visibility fix */
@media (min-width: 769px) {
  .hero {
    min-height: auto !important;
    padding-top: 58px !important;
    padding-bottom: 42px !important;
  }

  .hero .container,
  .hero > div,
  section.hero {
    align-items: center !important;
  }

  .h1,
  .hero h1,
  h1.h1 {
    font-size: clamp(36px, 3.35vw, 50px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    max-width: 760px !important;
  }

  .hero p,
  .hero .lead,
  .hero-subtitle {
    font-size: clamp(15px, 1.1vw, 18px) !important;
    line-height: 1.55 !important;
    max-width: 680px !important;
  }

  .sec {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .sec-sm {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  nav {
    height: 58px !important;
  }

  html {
    scroll-padding-top: 58px !important;
  }

  body > div[style*="height:64px"] {
    height: 58px !important;
  }
}

.ss-hero-seo-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  max-width: 720px;
}

.ss-hero-seo-pills span {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(197,160,89,.35);
  background: rgba(197,160,89,.10);
  color: #d6b15f;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

@media (max-width: 768px) {
  .h1,
  .hero h1,
  h1.h1 {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.08 !important;
  }

  .hero p,
  .hero .lead,
  .hero-subtitle {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }

  .ss-hero-seo-pills {
    gap: 6px;
    margin-top: 14px;
  }

  .ss-hero-seo-pills span {
    font-size: 10.5px;
    padding: 6px 8px;
  }
}

/* Better compact finder card on desktop */
@media (min-width: 769px) {
  .finder-card,
  [id="step1"],
  [id="step2"] {
    font-size: 14px !important;
  }

  .field label {
    font-size: 11px !important;
  }

  .field input,
  .field select {
    height: 42px !important;
    font-size: 13px !important;
  }
}
