:root {
  --ink: #1a0a2e;
  --muted: #6b7280;
  --purple: #7c3aed;
  --pink: #d946ef;
  --line: #ede9fe;
  --page-width: 375px;
}

* { box-sizing: border-box; }

html { scroll-behavior: auto; }

body {
  margin: 0;
  color: var(--ink);
  background: #f1eff4;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.page-shell {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  overflow: clip;
  background: #fff;
}

.desktop-download,
.desktop-section-nav {
  display: none;
}

#about,
#features,
#how,
#categories,
#faq {
  scroll-margin-top: 57px;
}

.site-header {
  height: 57px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}

.brand img { width: 85px; height: 26px; }

.header-cta {
  min-width: 140px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  border-radius: 100px;
  background: linear-gradient(166deg, var(--purple), var(--pink));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.hero {
  height: 565px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(151deg, #f5f3ff 8%, #ede9fe 42%, #fae8ff 92%);
}

.hero-scroll-target {
  display: block;
  position: absolute;
  top: 295px;
  left: 0;
  width: 1px;
  height: 1px;
  scroll-margin-top: 57px;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 472px;
  width: 100%;
  height: 97px;
  opacity: .9;
  background: linear-gradient(165.5deg, #4c1d95 0%, #7c3aed 45%, #d946ef 100%);
}

.hero-lead {
  position: absolute;
  left: 81px;
  top: 20px;
  font-size: 16px;
  line-height: 26px;
}

.hero-lead span,
.intro h2 span {
  color: transparent;
  background: linear-gradient(130deg, var(--purple), var(--pink));
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 900;
}

.hero-dot {
  position: absolute;
  top: 17px;
  width: 5px;
  height: 5px;
}
.hero-dot-one { left: 215px; }
.hero-dot-two { left: 230px; }

.hero-label {
  position: absolute;
  top: 49px;
  left: 80px;
  padding: 0 4px;
  border-radius: 8px;
  color: #b856f0;
  background: rgba(184,86,240,.1);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.hero h1 {
  position: absolute;
  top: 86px;
  left: 35px;
  z-index: 2;
  font-size: 30px;
  line-height: 39px;
  font-weight: 900;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.hero-free-image {
  position: absolute;
  top: 124px;
  left: 101px;
  z-index: 2;
  width: 174px;
  height: 69px;
  max-width: none;
  object-fit: fill;
}

.hero-badges {
  position: absolute;
  left: 20px;
  top: 494px;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.hero-badges a,
.download-badges a { display: block; }
.hero-badges a:first-child img { width: 146px; height: 53.366px; object-fit: contain; }
.hero-badges a:last-child img { width: 180px; height: 53.334px; object-fit: contain; }

.hero-phone {
  position: absolute;
  top: 212px;
  left: 75.37px;
  width: 225.26px;
  height: 457.57px;
  max-width: none;
  object-fit: fill;
}

.section { padding: 48px 20px; }

.section-label {
  color: rgba(124,58,237,.8);
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.intro { height: 277px; }
.intro h2,
.how h2,
.categories h2,
.faq h2 {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: -.03em;
}

.intro > p:last-child {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 25.2px;
}

.features { height: 1746px; }
.feature {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f9fafb;
}
.feature-one { height: 590px; }
.feature-two { height: 599px; background: #fff; }
.feature-three { height: 557px; }

.feature-copy {
  position: relative;
  z-index: 2;
  padding: 40px 20px 0;
}

.feature-number {
  position: absolute;
  left: 7px;
  top: 51.21875px;
  color: rgba(124,58,237,.1);
  font-family: Arial, sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 3px;
}

.feature h2 {
  position: relative;
  margin-top: 40px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.feature-copy > p:last-child {
  margin-top: 13px;
  color: var(--muted);
  font-size: 16px;
  line-height: 25.2px;
}

.feature-orb {
  position: absolute;
  width: 276px;
  height: 274px;
  border-radius: 50%;
  background: #ede9fe;
  opacity: .72;
}

.feature-one .feature-orb { left: -46px; top: 245px; }
.feature-search {
  position: absolute;
  left: 39px;
  top: 226px;
  width: 149px;
  height: 300px;
  object-fit: contain;
  z-index: 1;
}

.feature-shop {
  position: absolute;
  left: 198px;
  top: 263.21875px;
  width: 143.5px;
  height: 225.5px;
  z-index: 1;
  object-fit: fill;
}

.feature-two .feature-copy { padding-top: 40px; }
.feature-two .feature-number { left: 5px; top: 35.21875px; }
.feature-two h2 { margin-top: 42px; }
.feature-two .feature-orb { left: 136px; top: 269px; }
.feature-chat {
  position: absolute;
  left: 40.3px;
  top: 277.7px;
  width: 136px;
  height: 235px;
  object-fit: fill;
  z-index: 1;
}
.feature-schedule {
  position: absolute;
  left: 184px;
  top: 243px;
  width: 151px;
  height: 305px;
  object-fit: fill;
  z-index: 1;
}

.feature-three .feature-copy { padding-top: 40px; }
.feature-three .feature-number { left: 4px; top: 30.21875px; }
.feature-three h2 { margin-top: 35px; }
.feature-three .feature-orb { left: -56px; top: 230px; }
.feature-experience {
  position: absolute;
  left: 45px;
  top: 215px;
  width: 151px;
  height: 305px;
  object-fit: contain;
  z-index: 1;
}

.socials {
  position: absolute;
  left: 233px;
  top: 249px;
  width: 86px;
  height: 191px;
  z-index: 2;
  object-fit: contain;
}

.how { height: 657px; background: #fff; }
.steps {
  position: relative;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}
.steps::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 32px;
  left: 27px;
  width: 4px;
  background: rgba(124,58,237,.12);
}
.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  min-height: 98px;
}
.steps img {
  position: relative;
  z-index: 1;
  max-width: none;
}
.steps li:nth-child(1) > img { width: 74px; height: 74px; margin: -9px 0 0 -9px; }
.steps li:nth-child(2) > img,
.steps li:nth-child(3) > img,
.steps li:nth-child(4) > img { width: 61px; height: 61px; margin: -2.5px 0 0 -2.5px; }
.steps li:nth-child(5) > img { width: 70px; height: 70px; margin: -6px 0 0 -7px; }
.steps li div { padding-top: 7px; }
.steps b { display: block; color: #a375f2; font-size: 16px; line-height: 15px; }
.steps h3 { margin-top: 3px; font-size: 16px; line-height: 23px; }
.steps p { color: var(--muted); font-size: 14px; line-height: 21px; white-space: nowrap; }

.categories {
  height: 746px;
  background: linear-gradient(117deg, #f5f3ff, #fae8ff);
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.category-grid article {
  height: 169px;
  overflow: hidden;
  border-radius: 12px 12px 16px 16px;
  background: #fff;
}
.category-grid article > img {
  width: 100%;
  height: 96px;
  object-fit: cover;
}
.category-grid article div {
  min-height: 73px;
  padding: 7px 16px 12px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 16px 16px;
}
.category-grid h3 { font-size: 13px; line-height: 20px; white-space: nowrap; }
.category-grid p { color: var(--muted); font-size: 11px; line-height: 16.5px; }

.faq { background: #fff; }
.faq-list { display: grid; gap: 10px; margin-top: 26px; }
.faq details {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.faq summary {
  min-height: 53px;
  padding: 16px 18px;
  list-style: none;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: 16px 240px;
  column-gap: 10px;
  align-items: start;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:focus-visible {
  outline: 3px solid rgba(124,58,237,.45);
  outline-offset: -3px;
  border-radius: 15px;
}
.faq summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 17px;
  color: #8b5cf6;
  font-size: 22px;
  font-weight: 300;
}
.faq details[open] summary::after { content: "×"; }
.faq summary span,
.answer > span { color: var(--purple); font-weight: 900; margin-right: 9px; }
.faq summary .question-text {
  color: var(--ink);
  margin-right: 0;
}
.answer {
  display: grid;
  grid-template-columns: 24px 1fr;
  padding: 15px 16px 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 21px;
}
.answer p { margin: 0; }
.answer > span { color: var(--pink); }

.download {
  height: 299px;
  padding: 56px 20px 36px;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #5922bd, #9f2ff1 55%, #d12be7);
}
.download h2 { font-size: 28px; line-height: 39px; font-weight: 900; }
.download p { margin-top: 14px; font-size: 14px; color: rgba(255,255,255,.8); }
.download-badges {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  width: 335px;
  margin: 27px auto 0;
}
.download-badges a:first-child img { width: 146px; height: 53.366px; object-fit: contain; }
.download-badges a:last-child img { width: 180px; height: 53.334px; object-fit: contain; }

.site-footer {
  height: 160px;
  padding: 30px 20px;
  background: #0d0718;
  color: #7f778a;
}
.site-footer > a img { opacity: .94; }
.site-footer nav {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 12px 24px;
  margin-top: 24px;
  font-size: 11px;
}

.site-footer nav a,
.site-footer nav span { color: #fff; }

/* Legal pages */
.legal-page .site-header { justify-content: flex-start; }
.legal-page .brand { display: block; }
.legal-main {
  padding: 48px 20px;
  color: var(--ink);
  background: #fff;
}
.legal-title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.legal-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.legal-intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.legal-updated {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 28px;
  text-align: right;
}
.legal-main p,
.legal-main li {
  font-size: 14px;
  line-height: 28px;
}
.legal-main p { margin: 0; }
.legal-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.legal-section h2,
.legal-section h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 28px;
}
.legal-section h2 { font-size: 20px; }
.legal-section h3 { font-size: 18px; }
.legal-section ol,
.legal-section ul {
  margin: 0;
  padding-left: 22px;
}
.legal-section li + li { margin-top: 0; }
.legal-section ol ol,
.legal-section ol ul,
.legal-section ul ul { margin-top: 0; }
.legal-link {
  color: #645aff;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: anywhere;
}
.legal-table-wrap {
  width: 100%;
  overflow: hidden;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #000;
  font-size: 14px;
  line-height: 28px;
}
.legal-table th,
.legal-table td {
  padding: 10px;
  border: 1px solid #e6eaf2;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  overflow-wrap: anywhere;
}
.legal-table th { background: #f8f8f8; }
.privacy-data-table th,
.privacy-data-table td {
  width: 33.333%;
  padding: 10px 6px;
}
.legal-page .site-footer { background: #0f0a1e; }

@media (max-width: 350px) {
  .legal-main { padding-inline: 16px; }
  .legal-table,
  .legal-table th,
  .legal-table td { font-size: 12px; }
  .privacy-data-table th,
  .privacy-data-table td { padding-inline: 4px; }
}

@media (max-width: 350px) {
  .header-cta { min-width: 128px; padding-inline: 12px; }
  .hero h1 { font-size: 26px; }
  .hero-phone { left: 50%; transform: translateX(-50%); }
  .hero-badges { left: 3%; width: 94%; gap: 2%; }
  .hero-badges a:first-child { width: 44%; }
  .hero-badges a:last-child { width: 54%; }
  .hero-badges a:first-child img,
  .hero-badges a:last-child img { width: 100%; height: auto; }
  .feature-copy > p:last-child { font-size: 15px; }
  .steps { transform: scale(.94); transform-origin: left top; width: 106%; }
  .category-grid article div { padding-inline: 11px; }
  .download-badges { width: 100%; gap: 2%; }
  .download-badges a:first-child { width: 44%; }
  .download-badges a:last-child { width: 54%; }
  .download-badges a:first-child img,
  .download-badges a:last-child img { width: 100%; height: auto; }
}

@media (min-width: 376px) {
  .page-shell { box-shadow: 0 0 30px rgba(26,10,46,.08); }
}

@media (min-width: 1200px) {
  body {
    background: linear-gradient(180deg, #fae8ff 0%, #f4f3ff 48%, #f5f3ff 100%);
  }

  .desktop-download {
    position: fixed;
    z-index: 20;
    top: 215px;
    left: calc(50% - 543.5px);
    display: block;
    width: 253px;
    text-align: center;
  }

  .desktop-download__tagline {
    color: #25202c;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .05em;
    white-space: nowrap;
  }

  .desktop-download__logo {
    width: 141px;
    height: 43px;
    margin: 8px 0 0 51px;
  }

  .desktop-download__qr-row {
    display: flex;
    gap: 47px;
    margin-top: 45px;
  }

  .desktop-download__qr-row a {
    width: 103px;
    color: #25202c;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
  }

  .desktop-download__qr-row img {
    width: 103px;
    height: 103px;
  }

  .desktop-download__qr-row span {
    display: block;
    margin-top: 7px;
  }

  .desktop-section-nav {
    position: fixed;
    z-index: 20;
    top: 215px;
    left: calc(50% + 265.5px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 309px;
    height: 365px;
    padding: 27px 37px 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    border: 2px solid rgba(158, 62, 238, .6);
    border-radius: 16px;
  }

  .desktop-section-nav a {
    display: flex;
    flex: 0 0 36px;
    flex-direction: column;
    justify-content: space-between;
    color: #9e3eee;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .047em;
    white-space: nowrap;
  }

  .desktop-section-nav a::after {
    width: 100%;
    height: 3px;
    content: "";
    background: rgba(158, 62, 238, .48);
  }
}
