.home-about-teaser {
  display: none;
}

@media (max-width: 800px) {
  .home .home-about-teaser {
    min-height: 176px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    align-items: stretch;
    gap: 12px;
    overflow: hidden;
    margin: 22px 0 26px;
    padding: 23px 18px 20px 21px;
    border: 1px solid #cfe5fb;
    border-radius: 22px;
    background:
      radial-gradient(circle at 92% 16%, rgba(51, 156, 255, .24), transparent 31%),
      linear-gradient(140deg, #f9fcff 0%, #edf7ff 100%);
    color: #1a1c1f;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(41, 89, 143, .09), inset 0 1px 0 #fff;
    -webkit-tap-highlight-color: transparent;
  }

  .home .home-about-teaser::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -70px;
    bottom: -72px;
    border: 1px solid rgba(18, 101, 232, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(51, 156, 255, .035);
  }

  .home-about-teaser-copy {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: start;
  }

  .home-about-teaser-copy small {
    color: #1265e8;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .15em;
  }

  .home-about-teaser-copy strong {
    margin-top: 9px;
    color: #202c3d;
    font-size: 19px;
    line-height: 1.28;
    letter-spacing: -.035em;
    word-break: keep-all;
  }

  .home-about-teaser-copy p {
    max-width: 270px;
    margin: 8px 0 0;
    color: #6d7b8e;
    font-size: 10px;
    line-height: 1.5;
    word-break: keep-all;
  }

  .home-about-teaser-copy b {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    color: #1265e8;
    font-size: 11px;
  }

  .home-about-teaser-copy b i {
    font-style: normal;
    transition: transform .18s ease;
  }

  .home-about-teaser-visual {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 0;
  }

  .home-about-teaser-visual::before {
    content: "";
    position: absolute;
    inset: 11px 1px 2px 8px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 24px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 16px 30px rgba(42, 93, 151, .13);
    backdrop-filter: blur(8px);
  }

  .home-about-teaser-visual i {
    width: 64px;
    height: 42px;
    position: absolute;
    left: 3px;
    display: block;
    border: 1px solid #dbe8f6;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(47, 84, 129, .10);
  }

  .home-about-teaser-visual i::before,
  .home-about-teaser-visual i::after {
    content: "";
    position: absolute;
    left: 10px;
    border-radius: 99px;
  }

  .home-about-teaser-visual i::before {
    width: 26px;
    height: 5px;
    top: 11px;
    background: #339cff;
  }

  .home-about-teaser-visual i::after {
    width: 42px;
    height: 4px;
    top: 23px;
    background: #e0ebf6;
  }

  .home-about-teaser-visual i:nth-child(1) { top: 0; transform: rotate(-4deg); }
  .home-about-teaser-visual i:nth-child(2) { top: 48px; left: 25px; transform: rotate(3deg); }
  .home-about-teaser-visual i:nth-child(3) { top: 96px; left: 6px; transform: rotate(-2deg); }

  .home-about-teaser-visual em {
    width: 52px;
    height: 52px;
    position: absolute;
    right: -2px;
    bottom: 0;
    display: grid;
    place-items: center;
    border: 5px solid rgba(237, 247, 255, .9);
    border-radius: 17px;
    background: #1265e8;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: -.04em;
    box-shadow: 0 12px 22px rgba(18, 101, 232, .25);
  }

  .home .home-about-teaser:hover .home-about-teaser-copy b i,
  .home .home-about-teaser:focus-visible .home-about-teaser-copy b i {
    transform: translateX(3px);
  }

  .home .home-about-teaser:focus-visible {
    outline: 3px solid rgba(18, 101, 232, .45);
    outline-offset: 3px;
  }
}

@media (max-width: 359px) {
  .home .home-about-teaser {
    grid-template-columns: minmax(0, 1fr) 78px;
    padding-inline: 18px 13px;
  }

  .home-about-teaser-copy strong {
    font-size: 18px;
  }

  .home-about-teaser-copy p {
    font-size: 9px;
  }

  .home-about-teaser-visual {
    transform: scale(.88);
    transform-origin: center right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-about-teaser-copy b i {
    transition: none;
  }
}
