/* Hero-only override layer to remove image background and improve spacing */
html,
body {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif !important;
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.block-title,
.pricing-title {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif !important;
  letter-spacing: -0.01em;
}

p,
li,
a,
.features-body,
.pricing-subtitle {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif !important;
}

.main-navigation > .menu > li > a {
  font-family: "Sora", "Manrope", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pricing-cta,
.pricing-cta-outline,
.btn {
  font-family: "Sora", "Manrope", sans-serif !important;
  font-weight: 700;
}

/* Balance text scale with adjacent imagery in What We Provide + Features */
#what-we-provide .block-title,
#features > .container > .block-title {
  font-size: clamp(2.1rem, 3.35vw, 2.7rem);
  line-height: 1.2;
}

#what-we-provide-content .text-base {
  font-size: clamp(1.09rem, 1.3vw, 1.2rem);
  line-height: 1.75;
}

#features .sub-title {
  font-size: clamp(1.2rem, 1.85vw, 1.56rem);
  line-height: 1.35;
  font-weight: 700;
}

#features .features-body {
  font-size: clamp(1.08rem, 1.22vw, 1.18rem) !important;
  line-height: 1.72;
}

.frameworks.frameworks-start {
  align-items: center;
  gap: 0.55rem;
  padding: 0;
}

.frameworks.frameworks-start .frameworks-label {
  margin-right: 0.45rem;
  font-size: 0.79rem;
  letter-spacing: 0.08em;
}

.frameworks.frameworks-start .framework-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #d8e3ef;
}

.frameworks.frameworks-start .framework-logo {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
}

.frameworks.frameworks-start .framework-logo-go {
  width: 24px !important;
  height: 24px !important;
}

#intro.sasa {
  background-image: none !important;
  background-color: #062752 !important;
  background: linear-gradient(135deg, #062752 0%, #0b3f78 52%, #0a5ca8 100%) !important;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  background-size: auto !important;
}

#intro.sasa::before {
  background-image: none !important;
  background: transparent !important;
  opacity: 0 !important;
  content: none !important;
}

#intro .shopify {
  padding-top: 170px;
  padding-bottom: 120px;
}

#intro h1.white-text {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

#intro h3.white-text {
  margin: 18px 0 0;
  max-width: 860px;
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  font-weight: 500;
  line-height: 1.75;
  opacity: 0.95;
}

#intro .pricing-cta-outline {
  margin-top: 28px;
}

#intro .vas-intro-image {
  margin-top: -64px;
  text-align: center;
}

#intro .vas-intro-image img {
  max-width: min(760px, 92vw);
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  #intro .shopify {
    padding-top: 132px;
    padding-bottom: 80px;
  }

  #intro h3.white-text {
    max-width: 100%;
  }

  #intro .vas-intro-image {
    margin-top: -28px;
  }
}

@media screen and (max-width: 640px) {
  #what-we-provide .block-title,
  #features > .container > .block-title {
    font-size: 1.95rem;
  }

  #features .sub-title {
    font-size: 1.17rem;
    line-height: 1.32;
  }

  #what-we-provide-content .text-base,
  #features .features-body {
    font-size: 1.04rem !important;
    line-height: 1.62;
  }

  .frameworks.frameworks-start .framework-link {
    width: 40px;
    height: 40px;
  }

  #intro .shopify {
    padding-top: 118px;
    padding-bottom: 62px;
  }

  #intro h1.white-text {
    margin-bottom: 6px;
  }

  #intro h3.white-text {
    margin-top: 14px;
    line-height: 1.6;
  }

  #intro .pricing-cta-outline {
    margin-top: 22px;
  }

  #intro .vas-intro-image {
    margin-top: 2px;
  }
}
