:root {
  --ink: #0b0b0f;
  --muted: #62616a;
  --line: rgba(20, 20, 28, 0.12);
  --pink: #ff4f86;
  --pink-deep: #fb2f6f;
  --pink-soft: #fff1f6;
  --yellow: #f9b900;
  --mint: #55cfc8;
  --shadow: 0 24px 60px rgba(20, 17, 24, 0.13);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Nunito, ui-rounded, "Arial Rounded MT Bold", "PingFang SC", "PingFang TC", "Hiragino Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header,
.hero,
.preview,
.site-footer {
  width: min(100% - 96px, 764px);
  margin-inline: auto;
}

.site-header {
  height: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 96px;
  height: auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 44px;
  height: auto;
  transform: translateY(1px);
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  color: #050507;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
}

.brand-word strong {
  color: var(--pink);
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  font-size: 13px;
  font-weight: 900;
}

.site-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--pink-deep);
}

.nav-cta {
  justify-self: end;
  min-width: 124px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff5d94 0%, #ff2f70 100%);
  box-shadow: 0 14px 28px rgba(255, 47, 112, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.hero {
  position: relative;
  height: 594px;
  display: grid;
  grid-template-columns: 366px 1fr;
  gap: 28px;
}

.hero-copy {
  position: relative;
  padding-top: 63px;
  z-index: 2;
}

.hero h1 {
  margin: 0;
  max-width: 370px;
  color: #07070a;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.155;
  letter-spacing: 0;
}

.hero h1 .title-line {
  display: block;
  white-space: nowrap;
}

.hero h1 em {
  color: var(--pink);
  font-style: normal;
}

.hero-copy p {
  width: 270px;
  margin: 25px 0 0;
  color: #6c6872;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.47;
}

.primary-button {
  width: 212px;
  height: 49px;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff5d94 0%, #ff2f70 100%);
  box-shadow: 0 18px 35px rgba(255, 47, 112, 0.24);
  font-size: 15px;
  font-weight: 900;
}

.beginner-love {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #6f6a73;
  font-size: 11px;
  font-weight: 800;
}

.stars {
  color: var(--yellow);
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}

.pink-squiggle,
.title-squiggle {
  display: block;
  width: 62px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='62' height='14' viewBox='0 0 62 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8C7 2 12 2 17 8C22 14 27 14 32 8C37 2 42 2 47 8C52 14 57 14 60 8' stroke='%23FB6F9D' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pink-squiggle {
  margin-top: 30px;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-asset {
  position: absolute;
  top: -8px;
  right: -50px;
  width: 548px;
  max-width: none;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(24, 18, 22, 0.08));
}

.phone {
  position: relative;
  background: #0d0d0f;
  border: 3px solid #181416;
  border-radius: 42px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.25),
    0 22px 44px rgba(16, 13, 18, 0.18);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  pointer-events: none;
  z-index: 4;
}

.phone-screen {
  position: absolute;
  inset: 9px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 105, 153, 0.18), transparent 24%),
    linear-gradient(180deg, #fff7fa 0%, #fff 33%, #fff 100%);
}

.hero-phone {
  position: absolute;
  top: 24px;
  right: 26px;
  width: 271px;
  height: 526px;
  transform: rotate(3.6deg);
  z-index: 3;
}

.dynamic-island {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 76px;
  height: 22px;
  border-radius: 999px;
  background: #08080a;
  transform: translateX(-50%);
  z-index: 6;
}

.statusbar {
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 0;
  color: #08080a;
  font-size: 11px;
  font-weight: 900;
}

.status-icons {
  width: 42px;
  height: 10px;
  display: inline-block;
  background:
    linear-gradient(#07070a, #07070a) 0 5px / 4px 5px no-repeat,
    linear-gradient(#07070a, #07070a) 7px 3px / 4px 7px no-repeat,
    linear-gradient(#07070a, #07070a) 14px 1px / 4px 9px no-repeat,
    radial-gradient(circle at 29px 5px, #07070a 0 5px, transparent 5.5px),
    linear-gradient(#07070a, #07070a) 35px 2px / 7px 6px no-repeat;
}

.profile-dot {
  position: absolute;
  top: 45px;
  right: 16px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(18, 18, 22, 0.1);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(24, 18, 22, 0.08);
}

.profile-dot::before,
.profile-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1.8px solid #8c8790;
}

.profile-dot::before {
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.profile-dot::after {
  bottom: 5px;
  width: 11px;
  height: 6px;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
}

.goal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 60px 22px 0;
}

.goal-row h2,
.continue-card h3,
.quick-practice h3 {
  margin: 0;
  color: #08080a;
  font-size: 14px;
  font-weight: 900;
}

.goal-row p {
  margin: 7px 0 0;
  color: #7b7580;
  font-size: 10px;
  font-weight: 800;
}

.progress-ring {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 52%, transparent 53%),
    conic-gradient(var(--pink) 0 260deg, #ffd9e6 260deg 360deg);
  color: #2b282d;
  box-shadow: 0 10px 20px rgba(255, 58, 123, 0.12);
}

.progress-ring strong {
  font-size: 15px;
  line-height: 1;
}

.progress-ring span {
  color: #9b929a;
  font-size: 8px;
}

.continue-card {
  padding: 28px 22px 0;
}

.lesson-card {
  height: 65px;
  margin-top: 12px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 30px 1fr 12px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(22, 22, 28, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px rgba(25, 18, 24, 0.07);
}

.lesson-flower {
  color: #ff759f;
  font-size: 24px;
  line-height: 1;
}

.lesson-card strong,
.lesson-card span,
.lesson-card i {
  display: block;
}

.lesson-card strong {
  font-size: 14px;
  line-height: 1;
}

.lesson-card span {
  margin-top: 4px;
  color: #8d8690;
  font-size: 9px;
  line-height: 1;
}

.lesson-card i {
  width: 74px;
  height: 4px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink) 0 58%, #ecebef 58% 100%);
}

.lesson-card b {
  color: #141418;
  font-size: 24px;
}

.quick-practice {
  padding: 20px 22px 0;
}

.kana-grid {
  display: grid;
  gap: 9px;
}

.kana-grid.small {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.kana-grid span {
  min-height: 54px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(18, 18, 22, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.78);
}

.kana-grid b {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.kana-grid em {
  margin-top: 4px;
  color: #8d8790;
  font-size: 8px;
  font-style: normal;
  line-height: 1;
}

.phone-tabs {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 17px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #7d767f;
  font-size: 8px;
  font-weight: 900;
  text-align: center;
}

.phone-tabs span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 3px;
  border: 1.6px solid currentColor;
  border-radius: 4px;
}

.phone-tabs .active {
  color: var(--pink);
}

.hero-mascot {
  position: absolute;
  left: -112px;
  bottom: 75px;
  width: 210px;
  z-index: 5;
  filter: drop-shadow(0 18px 18px rgba(24, 18, 22, 0.13));
}

.mascot-shadow {
  position: absolute;
  left: -120px;
  bottom: 67px;
  width: 180px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 87, 136, 0.2);
  z-index: 2;
}

.sparkles {
  position: absolute;
  color: var(--yellow);
  font-size: 23px;
  line-height: 1;
  z-index: 6;
}

.sparkle-one {
  top: 190px;
  left: 40px;
}

.sparkle-two {
  top: 170px;
  left: 61px;
  font-size: 18px;
}

.burst {
  position: absolute;
  display: block;
  width: 48px;
  height: 38px;
  background:
    linear-gradient(var(--yellow), var(--yellow)) 8px 14px / 7px 30px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) 24px 7px / 7px 34px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) 40px 15px / 7px 26px no-repeat;
}

.burst-yellow {
  left: -80px;
  bottom: 172px;
  transform: rotate(-54deg);
  z-index: 1;
}

.burst-mint {
  right: -18px;
  top: 42px;
  width: 42px;
  height: 34px;
  background:
    linear-gradient(var(--mint), var(--mint)) 7px 10px / 7px 24px no-repeat,
    linear-gradient(var(--mint), var(--mint)) 26px 6px / 7px 27px no-repeat;
  transform: rotate(47deg);
  z-index: 1;
}

.sakura {
  position: absolute;
  display: block;
  width: 86px;
  height: 86px;
  opacity: 0.86;
  background:
    radial-gradient(ellipse at 50% 20%, #f56d99 0 31%, transparent 32%),
    radial-gradient(ellipse at 80% 45%, #f56d99 0 30%, transparent 31%),
    radial-gradient(ellipse at 64% 82%, #f56d99 0 31%, transparent 32%),
    radial-gradient(ellipse at 25% 72%, #f56d99 0 30%, transparent 31%),
    radial-gradient(ellipse at 18% 34%, #f56d99 0 28%, transparent 29%);
}

.hero-sakura {
  right: -13px;
  bottom: 171px;
  transform: rotate(-18deg);
  z-index: 1;
}

.features {
  min-height: 300px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 31px calc((100vw - min(100vw, 864px)) / 2 + 54px) 36px;
  background:
    radial-gradient(circle at 14% 42%, rgba(255, 98, 146, 0.06), transparent 18%),
    linear-gradient(90deg, #fff8fa 0%, #fff3f7 50%, #fff9fb 100%);
}

.feature-card {
  min-width: 0;
  padding: 0 38px 0 14px;
  border-right: 1px solid rgba(34, 34, 42, 0.13);
}

.feature-card:first-child {
  padding-left: 0;
}

.feature-card:last-child {
  border-right: 0;
  padding-right: 0;
}

.feature-art-img {
  display: block;
  width: 122px;
  height: 106px;
  object-fit: contain;
  object-position: center bottom;
  margin: 0 0 17px -3px;
  filter: drop-shadow(0 12px 18px rgba(20, 16, 20, 0.12));
}

.feature-visual {
  position: relative;
  width: 116px;
  height: 96px;
  margin-bottom: 19px;
}

.feature-visual img {
  position: absolute;
  display: block;
  width: 86px;
  filter: drop-shadow(0 11px 13px rgba(20, 16, 20, 0.12));
}

.book-visual {
  background: radial-gradient(circle, #ffd8e7 0 54%, transparent 55%);
  border-radius: 50%;
}

.book-visual img {
  left: 14px;
  top: 6px;
}

.book-visual span {
  position: absolute;
  left: 7px;
  bottom: 7px;
  width: 79px;
  height: 28px;
  border-radius: 4px 4px 9px 9px;
  background: #20b4aa;
  transform: skewY(-7deg);
  box-shadow: 0 -5px 0 rgba(255, 255, 255, 0.5) inset;
}

.chat-visual img {
  left: 1px;
  top: 31px;
  width: 82px;
}

.chat-visual span,
.chat-visual b {
  position: absolute;
  display: block;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff6f9e, #ff3d80);
}

.chat-visual span {
  top: 10px;
  right: 17px;
  width: 48px;
  height: 29px;
}

.chat-visual span::after,
.chat-visual b::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: inherit;
  transform: rotate(45deg);
}

.chat-visual span::after {
  left: 13px;
  bottom: -4px;
}

.chat-visual b {
  top: 39px;
  right: 0;
  width: 45px;
  height: 28px;
}

.chat-visual b::before {
  content: "•••";
  position: absolute;
  inset: 4px 0 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}

.chat-visual b::after {
  left: 11px;
  bottom: -3px;
}

.scene-visual img {
  left: 5px;
  top: 34px;
  width: 80px;
}

.scene-visual span {
  position: absolute;
  right: -6px;
  top: 0;
  width: 78px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 16px;
  color: #098b88;
  background: #8ee5de;
  font-size: 31px;
  font-weight: 900;
  transform: rotate(6deg);
}

.badge-visual img {
  left: 16px;
  top: 28px;
  width: 88px;
}

.badge-visual span {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #835f00;
  background:
    radial-gradient(circle, #ffd65f 0 43%, transparent 44%),
    conic-gradient(from 10deg, #ffb40d 0 10%, #ffd65f 10% 20%, #ffb40d 20% 30%, #ffd65f 30% 40%, #ffb40d 40% 50%, #ffd65f 50% 60%, #ffb40d 60% 70%, #ffd65f 70% 80%, #ffb40d 80% 90%, #ffd65f 90% 100%);
  font-size: 0;
}

.badge-visual span::before,
.badge-visual span::after {
  content: "";
  position: absolute;
  top: 23px;
  width: 6px;
  height: 10px;
  border-radius: 999px;
  background: #805c00;
}

.badge-visual span::before {
  left: 19px;
}

.badge-visual span::after {
  right: 19px;
}

.feature-card h2 {
  margin: 0;
  color: #09090c;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.09;
  letter-spacing: 0;
}

.feature-card p {
  margin: 12px 0 0;
  color: #6e6872;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.preview {
  height: 530px;
  padding-top: 40px;
  text-align: center;
}

.preview > h2 {
  margin: 0;
  color: #09090d;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.1;
}

.title-squiggle {
  margin: 13px auto 27px;
  width: 49px;
  height: 10px;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px;
  text-align: left;
}

.preview-label {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.preview-label-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(255, 65, 130, 0.16));
}

.preview-label h3 {
  margin: 0;
  color: #0b0b0f;
  font-size: 18px;
  font-weight: 900;
}

.label-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(150deg, #ff77a4, #ff3b7b);
  box-shadow: 0 12px 24px rgba(255, 59, 123, 0.18);
}

.kana-label {
  font-size: 30px;
  transform: rotate(-8deg);
}

.grid-label {
  grid-template-columns: repeat(3, 5px);
  gap: 4px;
}

.grid-label::before,
.grid-label::after,
.grid-label span {
  content: "";
}

.grid-label {
  background:
    radial-gradient(circle, #fff 0 3px, transparent 3.5px) 12px 11px / 11px 11px,
    linear-gradient(150deg, #ff77a4, #ff3b7b);
}

.pin-label {
  border-radius: 50% 50% 50% 8px;
  background: linear-gradient(150deg, #68d7d1, #3fc4bc);
  transform: rotate(-45deg);
}

.pin-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

.preview-phone {
  width: 194px;
  height: 319px;
  margin-top: 12px;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}

.preview-phone-img {
  display: block;
  height: 321px;
  width: auto;
  max-width: 222px;
  margin-top: 9px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(20, 16, 20, 0.1));
}

.preview-phone-grid-img {
  margin-left: -7px;
}

.preview-phone::before {
  border-radius: 23px 23px 0 0;
}

.preview-phone .phone-screen {
  inset: 7px;
  border-radius: 22px 22px 0 0;
  background: #fff;
}

.preview-phone .dynamic-island {
  top: 9px;
  width: 58px;
  height: 16px;
}

.preview-phone .statusbar {
  padding: 12px 16px 0;
  font-size: 8px;
}

.screen-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 28px 0;
  color: #252329;
  font-size: 12px;
}

.main-kana-card {
  width: 91px;
  height: 126px;
  margin: 33px auto 14px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(23, 22, 28, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 13px 26px rgba(24, 18, 22, 0.09);
}

.main-kana-card strong {
  color: #3b383d;
  font-size: 65px;
  line-height: 0.9;
}

.main-kana-card span {
  color: #77727a;
  font-size: 10px;
}

.main-kana-card button,
.word-cards button {
  width: 22px;
  height: 22px;
  margin-top: 9px;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background: #f3f3f5;
}

.main-kana-card button::before,
.word-cards button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #0c0c10;
}

.word-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 19px;
}

.word-cards div {
  min-height: 88px;
  padding: 12px 8px 8px;
  display: grid;
  justify-items: center;
  align-content: start;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(24, 18, 22, 0.06);
}

.word-cards strong {
  font-size: 13px;
  line-height: 1;
}

.word-cards span {
  margin-top: 4px;
  color: #6f6973;
  font-size: 7.5px;
  line-height: 1.16;
  text-align: center;
}

.grid-screen {
  padding: 32px 22px 0;
}

.vowel-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 6px;
  color: #9c969d;
  font-size: 8px;
  font-weight: 900;
  text-align: center;
}

.sound-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.sound-grid span {
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 21, 25, 0.08);
  border-radius: 5px;
  color: #151519;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 4px 9px rgba(25, 20, 24, 0.04);
}

.sound-grid .hot {
  color: #fff;
  background: linear-gradient(180deg, #ff6f9e, #ff3f7d);
}

.mini-map {
  position: relative;
  height: 114px;
  background:
    linear-gradient(28deg, transparent 45%, rgba(251, 193, 89, 0.65) 46% 50%, transparent 51%),
    linear-gradient(-16deg, transparent 43%, rgba(255, 112, 145, 0.35) 44% 48%, transparent 49%),
    linear-gradient(90deg, rgba(123, 190, 232, 0.28) 0 12%, transparent 12% 100%),
    linear-gradient(0deg, rgba(77, 191, 124, 0.18) 0 18%, transparent 18% 100%),
    repeating-linear-gradient(0deg, #f8f7f2 0 21px, #e6edf0 21px 23px),
    repeating-linear-gradient(90deg, transparent 0 30px, #e7edf0 30px 32px);
  background-color: #faf8f0;
}

.mini-map span {
  position: absolute;
  left: 90px;
  top: 32px;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 8px;
  background: var(--pink);
  transform: rotate(-45deg);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9), 0 10px 20px rgba(255, 79, 134, 0.32);
}

.scene-card {
  width: 154px;
  margin: -5px auto 0;
  padding: 8px 8px 12px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(24, 18, 22, 0.12);
}

.restaurant {
  height: 56px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(75, 43, 24, 0.7), rgba(177, 110, 50, 0.45)),
    repeating-linear-gradient(90deg, #c68948 0 18px, #f5d19c 18px 21px);
}

.scene-card strong {
  display: block;
  margin-top: 9px;
  color: #2b282c;
  font-size: 8.5px;
}

.scene-card h4 {
  margin: 6px 0 0;
  color: #1b1a1e;
  font-size: 12px;
  line-height: 1.1;
}

.scene-card p {
  margin: 4px 0 0;
  color: #7f7780;
  font-size: 7px;
  line-height: 1.2;
}

.mic-button {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff6f9e, #ff3b7b);
  transform: translateX(-50%);
  box-shadow: 0 12px 22px rgba(255, 59, 123, 0.24);
}

.mic-button::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 14px;
  height: 21px;
  border-radius: 999px;
  background: #fff;
}

.mic-button::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 31px;
  width: 20px;
  height: 12px;
  border: 3px solid #fff;
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.final-cta {
  position: relative;
  height: 210px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: center;
  padding: 0 calc((100vw - min(100vw, 864px)) / 2 + 168px);
  background:
    radial-gradient(circle at 46% 0%, rgba(255, 205, 223, 0.6), transparent 27%),
    linear-gradient(90deg, #ff8ab3 0%, #ff72a4 48%, #ff94bb 100%);
}

.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -62px;
  height: 106px;
  border-radius: 50% 50% 0 0;
  background: rgba(255, 69, 138, 0.16);
}

.final-cta::after {
  left: 56%;
  bottom: -42px;
  background: rgba(255, 51, 126, 0.18);
}

.cta-copy {
  position: relative;
  z-index: 2;
}

.cta-copy h2 {
  margin: 0;
  color: #07070a;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.22;
  white-space: nowrap;
}

.cta-copy a {
  width: 291px;
  height: 48px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--pink-deep);
  background: #fff;
  box-shadow: 0 14px 28px rgba(255, 55, 123, 0.14);
  font-size: 14px;
  font-weight: 900;
}

.cta-decor {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  pointer-events: none;
}

.cta-sakura-left {
  left: calc(50% - 335px);
  top: 46px;
  width: 48px;
  opacity: 0.9;
}

.cta-sakura-right {
  right: calc(50% - 334px);
  top: 44px;
  width: 46px;
  opacity: 0.9;
}

.cta-petal {
  right: calc(50% - 384px);
  top: 88px;
  width: 28px;
  opacity: 0.78;
}

.cta-burst {
  left: calc(50% + 66px);
  top: 50px;
  width: 56px;
  transform: rotate(-20deg);
}

.cta-mascot {
  position: relative;
  z-index: 3;
  width: 190px;
  justify-self: center;
  transform: translate(54px, -16px);
  filter: drop-shadow(0 14px 18px rgba(29, 19, 25, 0.14));
}

.site-footer {
  height: 91px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-brand .brand-mark {
  width: 36px;
  height: 36px;
}

.footer-brand .brand-logo {
  width: 96px;
}

.footer-brand .brand-mark img {
  width: 38px;
}

.footer-brand .brand-word {
  font-size: 25px;
}

.footer-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #29262b;
  font-size: 9.5px;
  font-weight: 800;
}

.language-menu {
  position: relative;
}

.language-trigger {
  min-height: 28px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  color: #312d33;
  background: transparent;
  cursor: pointer;
}

.language-trigger:hover,
.language-trigger:focus-visible {
  color: var(--pink-deep);
  outline: none;
}

.language-trigger svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-trigger span {
  color: #29262b;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1;
}

.language-options {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 20;
  width: 146px;
  padding: 7px;
  border: 1px solid rgba(20, 20, 28, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(20, 16, 20, 0.14);
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.language-menu.is-open .language-options {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.language-option {
  width: 100%;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 9px;
  color: #4d4850;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.language-option:hover,
.language-option:focus-visible,
.language-option.is-active {
  color: var(--pink-deep);
  background: #fff1f6;
  outline: none;
}

.site-footer p {
  justify-self: end;
  margin: 0;
  color: #8b858d;
  font-size: 9.5px;
  font-weight: 700;
}

@media (min-width: 865px) {
  .features,
  .final-cta {
    padding-left: calc((100vw - 864px) / 2 + 54px);
    padding-right: calc((100vw - 864px) / 2 + 54px);
  }

  .final-cta {
    padding-left: calc((100vw - 864px) / 2 + 168px);
    padding-right: calc((100vw - 864px) / 2 + 168px);
  }
}

@media (max-width: 760px) {
  .site-header,
  .hero,
  .preview,
  .site-footer {
    width: min(100% - 30px, 560px);
  }

  .site-header {
    height: auto;
    min-height: 80px;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 18px 0;
  }

  .site-nav {
    display: none;
  }

  .nav-cta {
    min-width: 116px;
  }

  .hero {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }

  .hero-copy {
    padding-top: 12px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 56px);
  }

  .hero-copy p {
    width: min(100%, 330px);
  }

  .pink-squiggle {
    margin-top: 32px;
  }

  .hero-visual {
    height: 520px;
  }

  .hero-asset {
    top: 10px;
    right: auto;
    left: 50%;
    width: min(530px, 104vw);
    transform: translateX(-50%);
  }

  .hero-phone {
    right: 10px;
  }

  .features {
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
    padding: 34px max(24px, calc((100vw - 560px) / 2 + 20px));
  }

  .feature-card {
    padding: 0 24px;
  }

  .feature-card:nth-child(2) {
    border-right: 0;
  }

  .preview {
    height: auto;
    padding-bottom: 46px;
  }

  .preview-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    justify-items: center;
  }

  .preview-item {
    width: 230px;
  }

  .final-cta {
    height: auto;
    min-height: 280px;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 42px 30px 34px;
    text-align: center;
  }

  .cta-copy a {
    width: min(291px, 100%);
  }

  .cta-burst {
    top: 206px;
    right: 86px;
    left: auto;
    width: 42px;
  }

  .site-footer {
    height: auto;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 20px;
    padding: 26px 0;
  }

  .site-footer p {
    justify-self: start;
  }

  .footer-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 470px) {
  .brand-word {
    font-size: 22px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-mark img {
    width: 38px;
  }

  .nav-cta {
    min-width: 106px;
    height: 35px;
    font-size: 12px;
  }

  .primary-button {
    width: 100%;
    max-width: 245px;
  }

  .hero-visual {
    height: 488px;
    transform: none;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-right: 0;
  }
}
