.home-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1920px;
  height: auto;
  min-height: 0;
  margin-inline: auto;
  margin-bottom: 0;
  padding-top: 76px;
  padding-bottom: 0;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}

.home-ft__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 72px;
  width: 1768px;
  margin-left: 76px;
}

.home-ft__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.home-ft__logo {
  position: relative;
  display: block;
  width: 215px;
  height: 76.25px;
  text-decoration: none;
}

.home-ft__logo-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 76.25px;
  height: 76.25px;
  overflow: hidden;
}

.home-ft__logo-mark img {
  position: absolute;
  top: -10.2%;
  left: -10%;
  width: 120%;
  height: 122.45%;
  max-width: none;
  object-fit: cover;
}

.home-ft__logo-word {
  position: absolute;
  top: 20.25px;
  left: 81.02px;
  display: block;
  width: 133.98px;
  height: 35.19px;
}

.home-ft__tagline {
  width: 679px;
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  color: #858194;
}

.home-ft__menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.home-ft__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.home-ft__col--features {
  width: 260px;
}

.home-ft__col--platforms {
  width: 152px;
}

.home-ft__col--support {
  width: 304px;
}

.home-ft__col--docs {
  width: 327px;
}

.home-ft__col--legal {
  width: 216px;
}

.home-ft__col-title {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}

.home-ft__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-ft__link,
.home-ft__text {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #858194;
  text-decoration: none;
}

.home-ft__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-ft__link:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 4px;
  border-radius: 2px;
}

.home-ft__link--multiline {
  line-height: 18px;
}

.home-ft__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
}

.home-ft__meta,
.home-ft__copy {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  color: #858194;
}

.home-ft__meta a {
  color: inherit;
  text-decoration: none;
}

.home-ft__meta a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-ft__watermark {
  position: relative;
  top: auto;
  left: auto;
  z-index: 0;
  width: 1920px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 0;
  font-size: 0;
  pointer-events: none;
}

.home-ft__watermark-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  object-fit: cover;
  object-position: top center;
}

.home-ft__watermark-img--tablet {
  display: none;
}

.home-ft__watermark-img--mobile {
  display: none;
}

.home-ft__tagline-text--1440,
.home-ft__tagline-text--m360 {
  display: none;
}

.home-ft__br-m360 {
  display: none;
}

.home-ft__br-desk {
  display: block;
}

.home-ft__br-1440 {
  display: none;
}

@media (max-width: 1679px) and (min-width: 1025px) {
  .home-footer {
    width: 1440px;
    height: auto;
    min-height: 0;
    padding-top: 100px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
  }

  .home-ft__inner {
    top: auto;
    left: auto;
    gap: 56px;
    width: 1240px;
    margin-left: 100px;
  }

  .home-ft__logo {
    width: 197px;
    height: 70px;
  }

  .home-ft__logo-mark {
    width: 70px;
    height: 70px;
  }

  .home-ft__logo-word {
    top: 18.56px;
    left: 74.24px;
    width: 122.76px;
    height: 32.24px;
  }

  .home-ft__tagline {
    width: max-content;
    max-width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    flex-shrink: 0;
  }

  .home-ft__tagline-text--1920,
  .home-ft__tagline-text--m360 {
    display: none;
  }

  .home-ft__tagline-text--1440 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-ft__tagline-line {
    display: block;
    white-space: nowrap;
  }

  .home-ft__col {
    gap: 14px;
  }

  .home-ft__col--features {
    width: 210px;
  }

  .home-ft__col--platforms {
    width: 122px;
  }

  .home-ft__col--support {
    width: 226px;
  }

  .home-ft__col--docs {
    width: 262px;
  }

  .home-ft__col--legal {
    width: 173px;
  }

  .home-ft__col-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
  }

  .home-ft__list {
    gap: 10px;
  }

  .home-ft__link,
  .home-ft__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .home-ft__link--multiline {
    line-height: 17px;
  }

  .home-ft__meta,
  .home-ft__copy {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
  }

  .home-ft__watermark {
    position: relative;
    top: auto;
    width: 1440px;
    height: auto;
    margin-top: 32px;
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-footer {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    zoom: 1;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 60px 0 0;
    box-sizing: border-box;
    background: #fff;
  }

  .home-ft__inner {
    position: static;
    top: auto;
    left: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .home-ft__top {
    position: static;
    justify-content: center;
    width: 100%;
    padding: 0 clamp(16px, 6.25vw, 48px);
    box-sizing: border-box;
  }

  .home-ft__logo {
    width: 141px;
    height: 50px;
  }

  .home-ft__logo-mark {
    width: 50px;
    height: 50px;
  }

  .home-ft__logo-word {
    top: 13.28px;
    left: 53.14px;
    width: 87.87px;
    height: 23.08px;
  }

  .home-ft__tagline {
    display: none;
  }

  .home-ft__menu {
    position: static;
    display: grid;
    grid-template-columns: 169px 122px 226px;
    justify-content: start;
    align-items: start;
    column-gap: 67px;
    row-gap: 50px;
    width: 100%;
    max-width: 768px;
    margin-inline: auto;
    padding: 0 clamp(16px, 6.25vw, 48px);
    box-sizing: border-box;
  }

  .home-ft__col {
    gap: 14px;
  }

  .home-ft__col--features {
    grid-column: 1;
    grid-row: 1;
    width: 210px;
  }

  .home-ft__col--platforms {
    grid-column: 2;
    grid-row: 1;
    width: 122px;
  }

  .home-ft__col--support {
    grid-column: 3;
    grid-row: 1;
    width: 226px;
  }

  .home-ft__col--docs {
    grid-column: 1 / 3;
    grid-row: 2;
    width: 262px;
  }

  .home-ft__col--legal {
    grid-column: 3;
    grid-row: 2;
    width: 173px;
  }

  .home-ft__col-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
  }

  .home-ft__list {
    gap: 10px;
  }

  .home-ft__link,
  .home-ft__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
  }

  .home-ft__link--multiline {
    line-height: 1.25;
  }

  .home-ft__bottom {
    position: static;
    width: 100%;
    max-width: 768px;
    margin-inline: auto;
    padding: 0 clamp(16px, 6.25vw, 48px);
    box-sizing: border-box;
  }

  .home-ft__meta,
  .home-ft__copy {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
  }

  .home-ft__watermark {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
    width: 100%;
    max-width: 768px;
    height: auto;
    aspect-ratio: 768 / 186;
    margin-top: 50px;
    margin-bottom: 0;
    margin-inline: auto;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    pointer-events: none;
  }

  .home-ft__watermark-img--desktop {
    display: none;
  }

  .home-ft__watermark-img--tablet {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    transform: none;
    object-fit: cover;
    object-position: top center;
  }

  .home-ft__watermark-img--mobile {
    display: none;
  }

  .home-ft__br-m360 {
    display: none;
  }
}

@media (max-width: 749px) {
  .home-footer {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 360 * 100cqi);
    padding: calc(40 / 360 * 100cqi) 0 0;
    box-sizing: border-box;
    background: #fff;
    container-type: inline-size;
    container-name: home-footer;
  }

  .home-ft__inner {
    position: static;
    top: auto;
    left: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: calc(40 / 360 * 100cqi);
    width: 100%;
    max-width: none;
    padding: 0 calc(20 / 360 * 100cqi);
    box-sizing: border-box;
  }

  .home-ft__top {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: calc(15 / 360 * 100cqi);
    width: 100%;
    padding: 0;
  }

  .home-ft__logo {
    width: calc(91 / 360 * 100cqi);
    height: calc(32.3 / 360 * 100cqi);
  }

  .home-ft__logo-mark {
    width: calc(32.3 / 360 * 100cqi);
    height: calc(32.3 / 360 * 100cqi);
  }

  .home-ft__logo-word {
    top: calc(8.6 / 32.3 * 100%);
    left: calc(34.3 / 91 * 100%);
    width: calc(56.7 / 91 * 100%);
    height: calc(14.9 / 32.3 * 100%);
  }

  .home-ft__tagline {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 2.778cqi;
    line-height: 1;
    color: #858194;
  }

  .home-ft__menu {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    align-items: start;
    column-gap: calc(10 / 360 * 100cqi);
    row-gap: calc(30 / 360 * 100cqi);
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0;
  }

  .home-ft__col {
    gap: calc(15 / 360 * 100cqi);
  }

  .home-ft__col--features {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .home-ft__col--platforms {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
  }

  .home-ft__col--support {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }

  .home-ft__col--docs {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
  }

  .home-ft__col--legal {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
  }

  .home-ft__col-title {
    font-weight: 500;
    font-size: 3.333cqi;
    line-height: 1;
  }

  .home-ft__list {
    gap: calc(10 / 360 * 100cqi);
  }

  .home-ft__link,
  .home-ft__text {
    font-weight: 500;
    font-size: 3.333cqi;
    line-height: 1.25;
    color: #858194;
  }

  .home-ft__link--multiline {
    line-height: 1.25;
  }

  .home-ft__bottom {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: calc(10 / 360 * 100cqi);
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0;
  }

  .home-ft__meta,
  .home-ft__copy {
    white-space: normal;
    font-weight: 500;
    font-size: 2.778cqi;
    line-height: 1;
    color: #858194;
  }

  .home-ft__watermark {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 360 / 88;
    margin-top: 0;
    margin-bottom: 0;
    margin-inline: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    pointer-events: none;
    align-self: stretch;
  }

  .home-ft__watermark-img--desktop,
  .home-ft__watermark-img--tablet {
    display: none;
  }

  .home-ft__watermark-img--mobile {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top center;
  }

  .home-ft__br-m360 {
    display: block;
  }

  .home-ft__br-desk,
  .home-ft__br-1440 {
    display: none;
  }

  .home-ft__tagline-text--1920,
  .home-ft__tagline-text--1440 {
    display: none;
  }

  .home-ft__tagline-text--m360 {
    display: inline;
  }
}

@media (min-width: 1920px) {
  .screen.home-chrome {
    min-height: 0;
    height: auto;
  }

  .screen.home-chrome > .home-footer:last-child,
  .screen.home-chrome > footer.home-footer {
    margin-bottom: 0;
  }
}

/* Near-desktop: keep 1920 artboards, scale to viewport (loaded last among home sections) */
@media (min-width: 1680px) and (max-width: 1919px) {
  .home-hero,
  .home-autoposting,
  .home-media,
  .home-text-factory,
  .home-shorts,
  .home-ai-gen,
  .home-ai-text,
  .home-ai-plan,
  .home-stats,
  .home-crossposting,
  .home-sync,
  .home-personal,
  .home-platforms,
  .home-reviews,
  .home-pricing,
  .home-support,
  .home-mobile-app,
  .home-security,
  .home-faq,
  .home-cta,
  .home-footer {
    zoom: calc(100cqw / 1920px);
    margin-inline: 0;
    margin-bottom: 0;
  }
}
