
  .smart-answers {
    --bg: #ffffff;
    --white: #111111;
    --muted: #4a4a4a;
    --purple: #9b68ff;
    --blue: #4ba3ff;
    --orange: #ff9a44;
    --pink: #ff7ea8;
    --red: #ff6f6f;
  }

  .smart-answers,
  .smart-answers * {
    box-sizing: border-box;
  }

  .smart-answers {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-top: -8px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: clamp(420px, 30vw, 600px);
    overflow: hidden;
    display: grid;
    place-items: start center;
    padding: 12px 22px 14px;
    color: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: var(--bg);
    isolation: isolate;
  }

  .smart-answers::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, var(--bg) 0%, transparent 18%, transparent 82%, var(--bg) 100%),
      linear-gradient(180deg, var(--bg) 0%, transparent 14%, transparent 78%, var(--bg) 100%);
    pointer-events: none;
    z-index: -1;
  }

  .smart-answers .content {
    position: relative;
    width: min(1520px, 100%);
    margin: 0 auto -150px;
    height: clamp(460px, 32vw, 650px);
    transform: translateY(46px);
  }

  .smart-answers .headline {
    position: absolute;
    left: 50%;
    top: 34%;
    width: min(470px, 38%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .smart-answers .headline h1 {
    margin: 0;
    color: #111;
    font-size: clamp(28px, 3.08vw, 48px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 0 22px rgba(255, 255, 255, .18);
  }

  .smart-answers .headline p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: clamp(16px, 1.55vw, 24px);
    line-height: 1.1;
    font-weight: 500;
  }

  .smart-answers .bubble {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    width: 300px;
    padding: 16px 26px;
    border: 1px solid rgba(var(--accent-rgb), .44);
    border-radius: 18px;
    color: #111;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
      rgba(var(--accent-rgb), .10);
    box-shadow:
      0 0 14px rgba(var(--accent-rgb), .10),
      inset 0 0 18px rgba(255, 255, 255, .02);
    backdrop-filter: none;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
    will-change: transform;
    cursor: default;
  }

  .smart-answers .bubble:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--accent-rgb), .78);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .035)),
      rgba(var(--accent-rgb), .15);
    box-shadow:
      0 0 20px rgba(var(--accent-rgb), .18),
      0 10px 22px rgba(var(--accent-rgb), .05),
      inset 0 0 22px rgba(255, 255, 255, .03);
  }

  .smart-answers .sleep:hover {
    transform: translateX(-50%) translateY(-6px);
  }

  .smart-answers .bubble::after {
    display: none;
  }

  .smart-answers .bubble p {
    margin: 0;
    font-size: clamp(16px, 1.55vw, 25px);
    line-height: 1.35;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }

  .smart-answers .meal {
    --accent: var(--orange);
    --accent-rgb: 255, 154, 68;
    left: 9%;
    top: 8.5%;
    width: 300px;
  }

  .smart-answers .sleep {
    --accent: var(--purple);
    --accent-rgb: 155, 104, 255;
    left: 50%;
    top: 1.5%;
    width: min(590px, 46%);
    min-height: 88px;
    transform: translateX(-50%);
  }

  .smart-answers .sleep p {
    font-size: clamp(24px, 2.4vw, 40px);
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
  }

  .smart-answers .photo {
    --accent: var(--purple);
    --accent-rgb: 155, 104, 255;
    right: 8%;
    top: 8.5%;
    width: 300px;
  }

  .smart-answers .meeting {
    --accent: var(--blue);
    --accent-rgb: 75, 163, 255;
    left: 0;
    top: 29%;
    width: 430px;
    min-height: 96px;
  }

  .smart-answers .flight {
    --accent: var(--red);
    --accent-rgb: 255, 111, 111;
    right: 0;
    top: 29%;
    width: 380px;
    min-height: 96px;
  }

  .smart-answers .coffee {
    --accent: #ff8c73;
    --accent-rgb: 255, 140, 115;
    left: 10%;
    top: 52%;
    bottom: auto;
    width: 340px;
    min-height: 86px;
  }

  .smart-answers .snack {
    --accent: var(--blue);
    --accent-rgb: 75, 163, 255;
    right: 8%;
    top: 52%;
    bottom: auto;
    width: 330px;
    min-height: 86px;
  }

  .smart-answers .bot-wrap {
    position: absolute;
    left: 50%;
    top: 52%;
    bottom: auto;
    width: min(350px, 24%);
    height: 92px;
    transform: translateX(-50%);
  }

  .smart-answers .bot-wrap::after {
    content: none;
  }

  .smart-answers .wave {
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    height: 34px;
    opacity: .84;
  }

  .smart-answers .wave-side {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .smart-answers .wave-left {
    right: calc(50% + 74px);
    justify-content: flex-end;
  }

  .smart-answers .wave-right {
    left: calc(50% + 74px);
    justify-content: flex-start;
  }

  .smart-answers .bar {
    width: 4px;
    height: var(--h);
    border-radius: 99px;
    background: linear-gradient(180deg, var(--c), #f2f7ff);
    box-shadow: 0 0 5px var(--c);
    animation: smartAnswersPulse 1.65s ease-in-out infinite;
    animation-delay: var(--d);
  }

  @keyframes smartAnswersPulse {
    0%, 100% { transform: scaleY(.62); opacity: .56; }
    50% { transform: scaleY(1.08); opacity: 1; }
  }

  .smart-answers .bot {
    position: absolute;
    left: 50%;
    top: 16px;
    width: 92px;
    height: 62px;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-radius: 30px 30px 24px 24px;
    background:
      radial-gradient(circle at 50% 62%, rgba(105, 139, 236, .04), transparent 48%) padding-box,
      linear-gradient(#ffffff, #ffffff) padding-box,
      linear-gradient(120deg, #ffa45a 0%, #ff94b7 34%, #a78cff 64%, #4c8fe6 100%) border-box;
    box-shadow:
      inset 0 -8px 14px rgba(76, 143, 230, .06),
      inset 0 6px 14px rgba(255, 148, 183, .04),
      0 0 12px rgba(167, 140, 255, .18),
      0 0 18px rgba(76, 143, 230, .09),
      0 10px 18px rgba(255, 164, 90, .07);
    z-index: 2;
  }

  .smart-answers .bot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 4px;
    height: 28px;
    border-radius: 99px;
    background: #a78cff;
    transform: translateX(-50%);
    box-shadow: 0 0 6px rgba(167, 140, 255, .38);
  }

  .smart-answers .bot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -40px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a78cff;
    transform: translateX(-50%);
    box-shadow: 0 0 7px rgba(167, 140, 255, .38);
  }

  .smart-answers .eye {
    position: absolute;
    top: 22px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff94b7, #6fa5ee);
    box-shadow: 0 0 6px rgba(111, 165, 238, .22);
  }

  .smart-answers .eye.left {
    left: 19px;
  }

  .smart-answers .eye.right {
    right: 19px;
  }

  .smart-answers .ear {
    position: absolute;
    top: 16px;
    width: 8px;
    height: 32px;
    border-radius: 99px;
    background: linear-gradient(180deg, #ffa45a 0%, #ff94b7 34%, #a78cff 64%, #4c8fe6 100%);
    box-shadow: 0 0 6px rgba(76, 143, 230, .18);
    z-index: -1;
  }

  .smart-answers .ear.left {
    left: -16px;
  }

  .smart-answers .ear.right {
    right: -16px;
  }

  @media (min-width: 921px) and (max-width: 1600px) {
    .smart-answers {
      min-height: 420px;
    }

    .smart-answers .content {
      width: min(1180px, 100%);
      height: 460px;
      margin-bottom: -150px;
      transform: translateY(24px);
    }

    .smart-answers .headline {
      top: 38%;
      width: 380px;
    }

    .smart-answers .headline h1 {
      font-size: 40px;
    }

    .smart-answers .headline p {
      font-size: 20px;
    }

    .smart-answers .bubble {
      min-height: 70px;
      padding: 14px 20px;
    }

    .smart-answers .bubble p {
      font-size: 20px;
    }

    .smart-answers .meal {
      left: 0;
      top: 7%;
      width: 280px;
    }

    .smart-answers .sleep {
      top: 1.5%;
      width: 460px;
      min-height: 78px;
    }

    .smart-answers .sleep p {
      font-size: 32px;
    }

    .smart-answers .photo {
      right: 0;
      top: 7%;
      width: 280px;
    }

    .smart-answers .meeting {
      left: 0;
      top: 30%;
      width: 350px;
      min-height: 86px;
    }

    .smart-answers .flight {
      right: 0;
      top: 30%;
      width: 340px;
      min-height: 86px;
    }

    .smart-answers .coffee {
      left: 5%;
      top: 56%;
      width: 310px;
      min-height: 78px;
    }

    .smart-answers .snack {
      right: 5%;
      top: 56%;
      width: 310px;
      min-height: 78px;
    }

    .smart-answers .bot-wrap {
      top: 58%;
      width: 300px;
    }
  }

  @media (min-width: 761px) and (max-width: 1180px) {
    .smart-answers {
      min-height: auto;
      padding: 34px 16px;
    }

    .smart-answers .content {
      width: min(920px, 100%);
      height: auto;
      margin-bottom: 0;
      transform: none;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: center;
      gap: 18px 22px;
    }

    .smart-answers .bubble,
    .smart-answers .headline {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      transform: none;
      width: 100%;
    }

    .smart-answers .bubble {
      min-height: 70px;
      padding: 16px 20px;
    }

    .smart-answers .bubble p {
      font-size: clamp(17px, 4vw, 24px);
    }

    .smart-answers .headline {
      order: 1;
      grid-column: 1 / -1;
      width: min(100%, 560px);
      justify-self: center;
      margin: 0 0 8px;
    }

    .smart-answers .headline h1 {
      font-size: clamp(32px, 7vw, 46px);
    }

    .smart-answers .headline p {
      font-size: clamp(18px, 4vw, 24px);
    }

    .smart-answers .bot-wrap {
      order: 2;
      grid-column: 1 / -1;
      justify-self: center;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: min(360px, 92%);
      height: 100px;
      transform: none;
      margin: 0 0 10px;
    }

    .smart-answers .sleep {
      order: 3;
      grid-column: 1 / -1;
      width: min(100%, 620px);
      justify-self: center;
    }

    .smart-answers .bubble:hover {
      transform: translateY(-4px);
    }

    .smart-answers .sleep:hover {
      transform: translateY(-4px);
    }

    .smart-answers .sleep p {
      font-size: clamp(24px, 5vw, 36px);
      white-space: normal;
    }

    .smart-answers .meal { order: 4; }
    .smart-answers .photo { order: 5; }
    .smart-answers .meeting { order: 6; }
    .smart-answers .flight { order: 7; }
    .smart-answers .coffee { order: 8; }
    .smart-answers .snack { order: 9; }
  }

  @media (max-width: 760px) {
    .smart-answers {
      min-height: auto;
      padding: 28px 14px;
    }

    .smart-answers .content {
      width: min(680px, 100%);
      height: auto;
      margin-bottom: 0;
      transform: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
    }

    .smart-answers .bubble,
    .smart-answers .headline {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      transform: none;
      width: min(100%, 520px);
    }

    .smart-answers .bubble:hover {
      transform: translateY(-3px);
    }

    .smart-answers .sleep:hover {
      transform: translateY(-3px);
    }

    .smart-answers .headline h1 {
      font-size: 32px;
    }

    .smart-answers .headline p {
      font-size: 18px;
    }

    .smart-answers .headline {
      margin-bottom: 46px;
    }

    .smart-answers .bubble {
      border-radius: 18px;
      min-height: 64px;
      padding: 14px 16px;
    }

    .smart-answers .bubble p {
      font-size: clamp(14px, 3.9vw, 17px);
      white-space: nowrap;
    }

    .smart-answers .bubble br {
      display: none;
    }

    .smart-answers .sleep p {
      font-size: 24px;
    }

    .smart-answers .headline { order: 1; }
    .smart-answers .bot-wrap { order: 2; }
    .smart-answers .sleep { order: 3; }
    .smart-answers .meal { order: 4; }
    .smart-answers .photo { order: 5; }
    .smart-answers .meeting { order: 6; }
    .smart-answers .flight { order: 7; }
    .smart-answers .coffee { order: 8; }
    .smart-answers .snack { order: 9; }

    .smart-answers .bot-wrap {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      transform: none;
      margin: 0 0 22px;
      width: min(330px, 96%);
      height: 94px;
    }
  }
