.home-ai-gen {
  position: relative;
  width: 1920px;
  height: 800px;
  margin-inline: auto;
  background: #fff;
  overflow: hidden;
}

.home-ai-gen__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-ai-gen__bg-dots {
  position: absolute;
  top: 0;
  left: 4px;
  width: 2681px;
  height: 1503px;
  background: url("../img/home-ai-gen/bg-dots.webp") center / cover no-repeat;
  opacity: 0.3;
}

.home-ai-gen__bg-dots-2 {
  position: absolute;
  top: -695px;
  left: -229px;
  width: 2164px;
  height: 1620px;
  background: url("../img/home-ai-gen/bg-dots-2.webp") center / cover no-repeat;
  opacity: 0.05;
}

.home-ai-gen__bg-stars {
  position: absolute;
  top: -308px;
  left: 265px;
  width: 1830px;
  height: 1370px;
  background: url("../img/home-ai-gen/bg-stars.webp") center / cover no-repeat;
  opacity: 0.05;
  transform: rotate(180deg);
}

.home-ai-gen__heading {
  position: absolute;
  top: 68px;
  left: 50%;
  z-index: 2;
  width: 419px;
  height: 62px;
  margin: 0;
  transform: translateX(-50%);
  font-family: "Barlow Condensed", "Barlow", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.96px;
  text-align: center;
  color: #43328a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-ai-gen__heading-rest {
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  color: #000;
}

.home-ai-gen__copy {
  position: absolute;
  top: 258px;
  left: 265px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 500px;
  pointer-events: none;
}

.home-ai-gen__copy-title {
  margin: 0;
  flex: none;
  width: 534px;
  height: 48px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.3;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-ai-gen__copy-title-accent {
  font-family: "Barlow Condensed", "Barlow", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

.home-ai-gen__copy-body {
  margin: 0;
  flex: none;
  display: flex;
  align-items: center;
  width: 500px;
  height: 168px;
}

.home-ai-gen__copy-body p {
  margin: 0;
  width: 100%;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-ai-gen__copy-body strong {
  font-weight: 500;
  color: #43328a;
}

.home-ai-gen__copy-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  gap: 17px;
  width: 424px;
}

.home-ai-gen__cta-wrap {
  display: flex;
  align-items: flex-start;
  flex: none;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.home-ai-gen__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 404px;
  height: 71px;
  padding: 24px 26px;
  box-sizing: border-box;
  border: 0;
  border-radius: 10px;
  background: #43328a;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.home-ai-gen__cta:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.home-ai-gen__link {
  flex: none;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  background-image: linear-gradient(90deg, #5445c4, #666);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.home-ai-gen__link:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.home-ai-gen__collage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-ai-gen__shot,
.home-ai-gen__deco {
  position: absolute;
}

.home-ai-gen__shot img,
.home-ai-gen__deco img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

.home-ai-gen__shot--flowers {
  top: 217.3px;
  left: 843.3px;
  width: 327.2px;
  height: 358.5px;
  z-index: 2;
}

.home-ai-gen__shot--text {
  top: 200.2px;
  left: 1221.1px;
  width: 505.9px;
  height: 260.1px;
  z-index: 3;
}

.home-ai-gen__shot--desserts {
  top: 372.1px;
  left: 1025.3px;
  width: 457px;
  height: 302.4px;
  z-index: 4;
}

.home-ai-gen__deco--stars {
  top: 197px;
  left: 1111px;
  width: 567.9px;
  height: 457.5px;
  z-index: 5;
}

.home-ai-gen__deco--robot {
  top: 498.9px;
  left: 1483.3px;
  width: 196px;
  height: 152px;
  z-index: 6;
}

@media (max-width: 1679px) {
  .home-ai-gen {
    width: 1440px;
    height: 700px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
  }

  .home-ai-gen__bg-dots {
    top: 0;
    left: 4px;
    width: 1395px;
    height: 782px;
  }

  .home-ai-gen__bg-dots-2 {
    top: -277px;
    left: -102px;
    width: 1494px;
    height: 1118px;
  }

  .home-ai-gen__bg-stars {
    top: -230px;
    left: 91px;
    width: 1511px;
    height: 1131px;
  }

  .home-ai-gen__heading {
    top: 68px;
    width: 419px;
    height: 62px;
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .home-ai-gen__copy {
    top: 226px;
    left: 138px;
    gap: 10px;
    width: 500px;
  }

  .home-ai-gen__copy-title {
    width: 512px;
    height: 46px;
    font-size: 32px;
  }

  .home-ai-gen__copy-body {
    width: 450px;
  }

  .home-ai-gen__copy-body p {
    font-size: 18px;
  }

  .home-ai-gen__copy-actions {
    gap: 10px;
  }

  .home-ai-gen__cta {
    width: 321px;
    height: 61px;
    font-size: 18px;
  }

  .home-ai-gen__link {
    width: 321px;
    font-size: 16px;
  }

  .home-ai-gen__shot--flowers {
    top: 216.54px;
    left: 663.25px;
    width: 266.52px;
    height: 291.64px;
  }

  .home-ai-gen__shot--text {
    top: 183.09px;
    left: 925.09px;
    width: 410.13px;
    height: 212.88px;
  }

  .home-ai-gen__shot--desserts {
    top: 344.34px;
    left: 801.34px;
    width: 370.64px;
    height: 246.56px;
  }

  .home-ai-gen__deco--stars {
    top: 183px;
    left: 837px;
    width: 459.84px;
    height: 371.23px;
  }

  .home-ai-gen__deco--robot {
    top: 420px;
    left: 1163px;
    width: 161.58px;
    height: 125.96px;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-ai-gen {
    width: 100%;
    height: auto;
    aspect-ratio: 768 / 900;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    container-type: inline-size;
    container-name: home-ai-gen;
  }

  .home-ai-gen__bg-dots {
    top: 0;
    left: calc(4 / 768 * 100%);
    width: calc(1646 / 768 * 100%);
    height: calc(923 / 900 * 100%);
  }

  .home-ai-gen__bg-dots-2 {
    top: calc(-40 / 900 * 100%);
    left: calc(-244 / 768 * 100%);
    width: calc(1286 / 768 * 100%);
    height: calc(963 / 900 * 100%);
  }

  .home-ai-gen__bg-stars {
    top: calc(-139 / 900 * 100%);
    left: calc(-143 / 768 * 100%);
    width: calc(1031 / 768 * 100%);
    height: calc(772 / 900 * 100%);
    transform: scaleX(-1);
  }

  .home-ai-gen__heading {
    top: calc(55 / 900 * 100%);
    width: calc(281 / 768 * 100%);
    height: calc(44 / 900 * 100%);
    font-size: 3.906cqi;
    letter-spacing: -0.078cqi;
  }

  .home-ai-gen__copy {
    top: calc(559 / 900 * 100%);
    left: calc(134 / 768 * 100%);
    gap: calc(10 / 768 * 100cqi);
    width: calc(500 / 768 * 100%);
    align-items: center;
  }

  .home-ai-gen__copy-title {
    width: 100%;
    height: auto;
    font-size: 3.125cqi;
    text-align: center;
  }

  .home-ai-gen__copy-body {
    width: calc(450 / 500 * 100%);
    height: auto;
    justify-content: center;
  }

  .home-ai-gen__copy-body p {
    font-size: 2.083cqi;
    text-align: center;
  }

  .home-ai-gen__copy-actions {
    gap: calc(10 / 768 * 100cqi);
    width: 100%;
    align-items: center;
  }

  .home-ai-gen__cta-wrap {
    justify-content: center;
    padding: calc(10 / 768 * 100cqi) 0 0;
  }

  .home-ai-gen__cta {
    width: calc(321 / 768 * 100cqi);
    height: calc(58 / 768 * 100cqi);
    padding: 0;
    font-size: 2.344cqi;
  }

  .home-ai-gen__link {
    width: calc(321 / 768 * 100cqi);
    font-size: 2.083cqi;
  }

  .home-ai-gen__shot--flowers {
    top: calc(183.8 / 900 * 100%);
    left: calc(71 / 768 * 100%);
    width: calc(240.38 / 768 * 100%);
    height: calc(264.82 / 900 * 100%);
  }

  .home-ai-gen__shot--text {
    top: calc(138 / 900 * 100%);
    left: calc(323.37 / 768 * 100%);
    width: calc(379.796 / 768 * 100%);
    height: calc(187.853 / 900 * 100%);
  }

  .home-ai-gen__shot--desserts {
    top: calc(298.12 / 900 * 100%);
    left: calc(216.38 / 768 * 100%);
    width: calc(341.859 / 768 * 100%);
    height: calc(221.116 / 900 * 100%);
  }

  .home-ai-gen__deco--stars {
    top: calc(197.05 / 900 * 100%);
    left: calc(254 / 768 * 100%);
    width: calc(404.214 / 768 * 100%);
    height: calc(322.78 / 900 * 100%);
  }

  .home-ai-gen__deco--robot {
    top: calc(368.8 / 900 * 100%);
    left: calc(553.59 / 768 * 100%);
    width: calc(130.113 / 768 * 100%);
    height: calc(97.38 / 900 * 100%);
  }
}

@media (max-width: 749px) {
  .home-ai-gen {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 700;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    container-type: inline-size;
    container-name: home-ai-gen;
  }

  .home-ai-gen__bg-dots {
    top: 0;
    left: calc(4 / 360 * 100%);
    width: calc(1249 / 360 * 100%);
    height: calc(700 / 700 * 100%);
  }

  .home-ai-gen__bg-dots-2 {
    top: 0;
    left: calc(-217 / 360 * 100%);
    width: calc(940 / 360 * 100%);
    height: calc(704 / 700 * 100%);
  }

  .home-ai-gen__bg-stars {
    top: calc(-91 / 700 * 100%);
    left: calc(-205 / 360 * 100%);
    width: calc(916 / 360 * 100%);
    height: calc(686 / 700 * 100%);
    transform: scaleX(-1);
  }

  .home-ai-gen__heading {
    top: calc(55 / 700 * 100%);
    width: calc(281 / 360 * 100%);
    height: auto;
    min-height: calc(44 / 700 * 100%);
    font-size: 6.111cqi;
    letter-spacing: -0.122cqi;
  }

  .home-ai-gen__copy {
    top: calc(443 / 700 * 100%);
    left: 50%;
    transform: translateX(-50%);
    gap: calc(10 / 360 * 100cqi);
    width: calc(315 / 360 * 100%);
    align-items: center;
  }

  .home-ai-gen__copy-title {
    width: 100%;
    height: auto;
    font-size: 4.444cqi;
    text-align: center;
  }

  .home-ai-gen__copy-body {
    width: 100%;
    height: auto;
    min-height: calc(104 / 700 * 100%);
    justify-content: center;
  }

  .home-ai-gen__copy-body p {
    font-size: 3.333cqi;
    text-align: center;
  }

  .home-ai-gen__copy-actions {
    gap: calc(10 / 360 * 100cqi);
    width: 100%;
    align-items: center;
  }

  .home-ai-gen__cta-wrap {
    justify-content: center;
    padding: calc(10 / 360 * 100cqi) 0 0;
  }

  .home-ai-gen__cta {
    width: calc(247 / 360 * 100cqi);
    height: calc(46 / 360 * 100cqi);
    padding: 0;
    font-size: 3.889cqi;
  }

  .home-ai-gen__link {
    width: calc(321 / 360 * 100cqi);
    max-width: 100%;
    font-size: 3.056cqi;
  }

  .home-ai-gen__shot--flowers {
    top: calc(135 / 700 * 100%);
    left: calc(14 / 360 * 100%);
    width: calc(138.22 / 360 * 100%);
    height: calc(152.28 / 700 * 100%);
  }

  .home-ai-gen__shot--text {
    top: calc(166 / 700 * 100%);
    left: calc(128 / 360 * 100%);
    width: calc(218.39 / 360 * 100%);
    height: calc(108.02 / 700 * 100%);
  }

  .home-ai-gen__shot--desserts {
    top: calc(261 / 700 * 100%);
    left: calc(81 / 360 * 100%);
    width: calc(196.57 / 360 * 100%);
    height: calc(127.15 / 700 * 100%);
  }

  .home-ai-gen__deco--stars {
    top: calc(182 / 700 * 100%);
    left: calc(100 / 360 * 100%);
    width: calc(217.38 / 360 * 100%);
    height: calc(173.57 / 700 * 100%);
  }

  .home-ai-gen__deco--robot {
    top: calc(299.12 / 700 * 100%);
    left: calc(261.12 / 360 * 100%);
    width: calc(69.97 / 360 * 100%);
    height: calc(52.36 / 700 * 100%);
  }
}

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