.ss-section {
  width: min(100% - 40px, var(--ss-template-content-max-width));
  margin: 0 auto;
}

body.home #hero-outer.hero-fixed-bg {
  min-height: 100vh !important;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  background-color: transparent !important;
}

body.home #hero-outer.hero-fixed-bg::before {
  display: none !important;
  content: none !important;
}

body.home #hero-outer.hero-fixed-bg::after {
  background: transparent !important;
  opacity: 0 !important;
}

body.home #hero-outer.hero-fixed-bg .elementor-background-overlay {
  background: transparent !important;
  opacity: 0 !important;
}

body.home #hero-outer.hero-fixed-bg .elementor-background-overlay::before,
body.home #hero-outer.hero-fixed-bg .elementor-background-overlay::after {
  background: transparent !important;
  opacity: 0 !important;
}

body.home #hero-outer.hero-fixed-bg #hero-content {
  margin-top: auto;
  margin-bottom: clamp(56px, 9vh, 110px);
}

.ss-home {
  position: relative;
  z-index: 2;
  background: var(--ss-template-editorial-background);
  color: var(--ss-color-ink-strong);
}

.ss-home__inner {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
  width: min(100% - 40px, var(--ss-template-wide-max-width));
  margin: 0 auto;
  padding: var(--ss-template-section-spacing-desktop) 0;
}

.ss-home-section {
  min-width: 0;
}

.ss-home-section__header {
  max-width: var(--ss-template-narrow-max-width);
  margin-bottom: 18px;
}

.ss-home-section__title {
  margin: 0;
  color: var(--ss-template-heading-color, #16211f);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.12;
}

.ss-home-feature .ss-card-grid {
  grid-template-columns: minmax(0, 1fr);
}

.ss-home-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
  border: var(--ss-template-card-border);
  border-radius: var(--ss-template-card-radius);
  background: var(--ss-template-surface-color);
  box-shadow: var(--ss-template-card-shadow);
}

.ss-home-about__text {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--ss-template-muted-text-color);
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .ss-home__inner {
    width: min(100% - 28px, var(--ss-template-wide-max-width));
    padding: var(--ss-template-section-spacing-mobile) 0;
  }

  .ss-home-about {
    align-items: flex-start;
    flex-direction: column;
  }
}
