html,
body {
  height: 100%;
  overflow: hidden;
}

body.u-body {
  min-height: 100svh;
}

.u-section-1 {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 174, 101, 0.22), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(144, 97, 191, 0.2), transparent 18%),
    linear-gradient(145deg, #fff2d5 0%, #f8e6bd 48%, #f4ddb0 100%);
  min-height: 100svh;
  display: flex;
  overflow: hidden;
}

.u-section-1::before,
.u-section-1::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.u-section-1::before {
  width: 34rem;
  height: 34rem;
  right: -10rem;
  top: 6rem;
  background: radial-gradient(circle, rgba(142, 97, 191, 0.15), transparent 68%);
}

.u-section-1::after {
  width: 28rem;
  height: 28rem;
  left: -8rem;
  bottom: -10rem;
  background: radial-gradient(circle, rgba(255, 156, 88, 0.16), transparent 70%);
}

.u-section-1 .u-sheet-1 {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
  padding: 150px 20px 30px;
  z-index: 1;
}

.u-home-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
  width: 100%;
}

.u-home-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.u-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.u-home-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(142, 97, 191, 0.14);
  border-radius: 999px;
  background: rgba(255, 248, 234, 0.72);
  color: #7f68a0;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(110, 74, 157, 0.06);
}

.u-section-1 .u-text-1 {
  font-family: "Noto Serif";
  font-size: clamp(4.25rem, 8vw, 6.4rem);
  font-weight: bold;
  margin: 0;
  text-align: left;
  color: #513772 !important;
  letter-spacing: -0.04em;
  max-width: 9ch;
  text-wrap: balance;
  text-shadow: 0 8px 30px rgba(255, 255, 255, 0.45);
}

.u-section-1 .u-text-2 {
  font-family: "Noto Serif";
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  margin: 22px 0 0;
  text-align: left;
  color: #7a6790;
  max-width: 30rem;
  line-height: 1.6;
}

.u-section-1 .u-layout-wrap-1 {
  width: min(100%, 255px);
  margin: 34px 0 0;
}

.u-section-1 .u-layout-cell-2 {
  min-height: auto;
}

.u-section-1 .u-container-layout-2 {
  padding: 0;
}

.u-section-1 .u-image-2 {
  width: 255px;
  height: 79px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 22px 40px rgba(120, 84, 166, 0.18);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.u-section-1 .u-text-3 {
  font-family: "Noto Serif";
  margin: auto auto 0;
  text-align: center;
  color: rgba(90, 68, 122, 0.76);
  font-size: 0.92rem;
}

.u-home-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.u-phone-frame {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1206 / 2622;
  padding: 10px;
  border-radius: 44px;
  background: linear-gradient(180deg, #7148a5 0%, #3f245f 100%);
  box-shadow:
    0 32px 70px rgba(88, 51, 134, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.u-phone-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.u-phone-frame::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 28%;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.u-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  background: #fde7b7;
  line-height: 0;
}

.u-app-shot {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 36px;
  background: #fde7b7;
}

.u-floating-note {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(141, 98, 187, 0.18);
  border-radius: 18px;
  background: rgba(255, 247, 231, 0.84);
  box-shadow: 0 18px 36px rgba(113, 78, 157, 0.14);
}

.u-floating-note-left {
  left: -8px;
  bottom: 84px;
}

.u-floating-note-right {
  right: -8px;
  top: 84px;
}

.u-note-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8e74af;
}

.u-note-value {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  color: #583d7e;
}

.u-section-1 .u-image-2:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 46px rgba(120, 84, 166, 0.22);
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 100svh;
  }

  .u-section-1 .u-text-2 {
    margin-top: 28px;
  }

  .u-home-showcase {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.9fr);
  }

  .u-floating-note-left {
    left: 6px;
  }

  .u-floating-note-right {
    right: 6px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 100svh;
    padding-top: 122px;
    justify-content: flex-start;
  }

  .u-home-showcase {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .u-home-copy {
    align-items: center;
    text-align: center;
  }

  .u-home-meta {
    justify-content: center;
  }

  .u-section-1 .u-text-1,
  .u-section-1 .u-text-2 {
    text-align: center;
  }

  .u-section-1 .u-text-1 {
    margin: 0 auto;
    max-width: 10ch;
  }

  .u-section-1 .u-text-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .u-phone-frame {
    width: min(100%, 286px);
  }

  .u-floating-note-left,
  .u-floating-note-right {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 100svh;
    padding-top: 114px;
    padding-bottom: 24px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: auto;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-phone-frame {
    width: min(100%, 252px);
    border-radius: 36px;
    padding: 8px;
  }

  .u-phone-screen {
    border-radius: 30px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 100svh;
    padding-top: 104px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
  }

  .u-home-meta {
    gap: 8px;
    margin-bottom: 18px;
  }

  .u-home-pill {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.8rem;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: auto;
  }

  .u-section-1 .u-image-2 {
    width: 214px;
    height: auto;
  }

  .u-phone-frame {
    width: min(100%, 224px);
  }
}
