:root {
  --ink: #3c3544;
  --muted: #736b78;
  --purple: #8161d1;
  --purple-dark: #6747b7;
  --purple-soft: #efe9ff;
  --lavender: #d8c8ff;
  --cream: #fffaf5;
  --paper: #fffefd;
  --peach: #ffe8dc;
  --mint: #e3f5ea;
  --line: #e9e1ed;
  --shadow: 0 24px 70px rgba(83, 58, 104, 0.14);
  --radius-lg: 36px;
  --radius-md: 24px;
  --shell: 1120px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 920px; }
.center { text-align: center; }
.section { padding: 108px 0; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #fff;
  color: var(--purple-dark);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 76px;
  border-bottom: 1px solid rgba(111, 79, 156, 0.08);
  background: rgba(255, 253, 250, 0.82);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1.1; }
.brand strong { display: block; color: var(--purple); font-size: 21px; letter-spacing: 0.12em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.brand-icon { width: 40px; height: 40px; border-radius: 11px; object-fit: cover; box-shadow: 0 4px 12px rgba(102, 67, 172, .2); }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #605668; font-size: 14px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--purple); }
.header-cta {
  padding: 9px 19px;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(129, 97, 209, 0.24);
}

.hero {
  position: relative;
  min-height: 780px;
  padding: 140px 0 80px;
  overflow: hidden;
  background: linear-gradient(140deg, #fffaf5 0%, #fff 46%, #f6f1ff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 66px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--purple); font-size: 14px; font-weight: 800; letter-spacing: 0.08em; }
.eyebrow span { margin-right: 7px; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(44px, 5.3vw, 70px); line-height: 1.3; letter-spacing: -0.04em; }
h1 em { color: var(--purple); font-style: normal; }
.hero-lead { margin: 26px 0 28px; color: #62596a; font-size: 18px; line-height: 2; }
.app-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.app-store-badge:hover { transform: translateY(-2px); filter: brightness(1.08); }
.app-store-badge img { display: block; width: 218px; height: 80px; }
.availability { margin: 12px 0 0; color: #8a818d; font-size: 12px; }
.hero-demo { position: relative; min-height: 690px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; }
.hero-mimi-art {
  position: static;
  z-index: 4;
  align-self: flex-start;
  width: 126px;
  height: 126px;
  margin-left: 26px;
  border: 6px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 22px 48px rgba(91, 63, 115, 0.2);
  transform: rotate(-6deg);
}
.demo-phone {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  padding: 24px 24px 29px;
  border: 9px solid #403a43;
  border-radius: 48px;
  background: #fffdfb;
  box-shadow: 0 42px 100px rgba(85, 58, 109, 0.23);
  transform: rotate(2deg);
}
.demo-phone::before { content: ""; position: absolute; top: 9px; left: 50%; width: 88px; height: 21px; border-radius: 999px; background: #403a43; transform: translateX(-50%); }
.demo-topbar { display: flex; justify-content: space-between; margin-top: 22px; padding-bottom: 11px; border-bottom: 1px solid var(--line); font-weight: 800; }
.demo-mimi-character { width: 74px; height: 74px; margin: 16px auto 0; object-fit: contain; }
.mimi-line { margin: 0 0 12px; color: var(--purple); font-size: 13px; font-weight: 800; text-align: center; }
.speech-card { display: grid; grid-template-columns: 22px 1fr; align-items: center; padding: 14px 16px; border-radius: 20px; background: #f3edff; }
.speech-card p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.65; }
.mic-dot { color: #8e6cde; }
.wave { grid-column: 2; color: #a78ce8; font-size: 11px; letter-spacing: 3px; animation: pulseWave 1.6s infinite ease-in-out; }
.demo-arrow { margin: 5px 0; color: #b5a2d8; text-align: center; animation: bob 1.6s infinite ease-in-out; }
.result-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.result-list div { padding: 8px 10px; border: 1px solid #ece4f4; border-radius: 12px; background: #fff; font-size: 13px; font-weight: 700; opacity: 0; transform: translateY(8px); animation: listIn 6s infinite; }
.result-list div span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; border-radius: 50%; background: #9574df; color: #fff; font-size: 10px; }
.result-list div:nth-child(2) { animation-delay: .2s; }.result-list div:nth-child(3) { animation-delay: .4s; }.result-list div:nth-child(4) { animation-delay: .6s; }.result-list div:nth-child(5) { animation-delay: .8s; }.result-list div:nth-child(6) { animation-delay: 1s; }
.floating-note { position: absolute; z-index: 3; padding: 10px 16px; border: 2px solid #e3d8fa; border-radius: 999px; background: #fff; color: var(--purple); font-size: 13px; font-weight: 800; box-shadow: 0 12px 30px rgba(87, 67, 113, 0.14); }
.note-one { top: 85px; left: -18px; transform: rotate(-7deg); }
.note-two { right: -12px; bottom: 82px; transform: rotate(6deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: 0.65; }
.glow-one { width: 260px; height: 260px; top: 70px; right: 28%; background: #eadfff; }
.glow-two { width: 300px; height: 300px; bottom: -110px; left: -80px; background: #ffe4d8; }
.scroll-cue { position: absolute; bottom: 23px; left: 50%; display: flex; flex-direction: column; align-items: center; color: #897d8f; font-size: 10px; text-decoration: none; transform: translateX(-50%); }
.scroll-cue i { font-style: normal; font-size: 16px; animation: bob 1.6s infinite ease-in-out; }

h2 { margin: 0; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.4; letter-spacing: -0.035em; }
.section-heading > p:last-child { margin: 14px 0 0; color: var(--muted); }
.empathy { background: #fff9f4; }
.worry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 48px 0 38px; }
.worry-card { padding: 30px 14px 26px; border-radius: var(--radius-md); box-shadow: 0 14px 35px rgba(96, 72, 77, 0.08); }
.worry-card span { font-size: 34px; }
.worry-card p { margin: 10px 0 0; font-weight: 800; line-height: 1.65; }
.peach { background: var(--peach); transform: rotate(-2deg); }.lavender { background: var(--purple-soft); transform: translateY(12px); }.mint { background: var(--mint); transform: rotate(2deg); }
.empathy-copy { margin: 0 auto; max-width: 690px; color: #655c69; font-size: 17px; }
.empathy-copy strong { color: var(--purple-dark); }

.features { background: #fff; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 92px; margin-top: 105px; }
.feature-row.reverse .feature-visual { order: 2; }
.feature-visual { position: relative; min-height: 570px; display: grid; place-items: center; border-radius: var(--radius-lg); overflow: hidden; }
.feature-visual::before, .feature-visual::after { content: ""; position: absolute; border-radius: 50%; }
.feature-visual::before { width: 310px; height: 310px; top: -80px; right: -70px; background: rgba(255,255,255,.38); }
.feature-visual::after { width: 220px; height: 220px; bottom: -85px; left: -60px; background: rgba(255,255,255,.35); }
.lilac-visual { background: #eee7ff; }.peach-visual { background: #ffebdf; }.mint-visual { background: #e4f4ec; }
.phone-shot { position: relative; z-index: 2; width: 255px; border: 7px solid #443d47; border-radius: 38px; overflow: hidden; background: #fff; box-shadow: 0 28px 65px rgba(62, 48, 72, 0.22); }
.phone-shot img { width: 100%; height: auto; }
.visual-chip { position: absolute; z-index: 4; padding: 9px 15px; border-radius: 999px; background: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 11px 28px rgba(77, 54, 91, 0.15); }
.chip-mic { top: 75px; right: 30px; color: var(--purple-dark); }.chip-photo { left: 27px; bottom: 80px; color: #b95d3d; }.chip-family { top: 87px; right: 25px; color: #4b8769; }
.feature-number { color: #d5c8ed; font-size: 58px; font-weight: 900; line-height: 1; }
.feature-label { margin: 14px 0 8px; color: var(--purple); font-size: 14px; font-weight: 800; letter-spacing: 0.1em; }
.feature-copy h3 { margin: 0; font-size: clamp(29px, 3.2vw, 41px); line-height: 1.45; letter-spacing: -0.03em; }
.feature-copy > p:not(.feature-label):not(.example) { margin: 22px 0 0; color: var(--muted); font-size: 16px; }
.example { margin: 22px 0 0; padding: 16px 18px; border-left: 4px solid var(--lavender); border-radius: 0 14px 14px 0; background: #faf7ff; color: #62566e; font-size: 14px; }
.example strong { display: block; color: var(--purple-dark); font-size: 11px; letter-spacing: .08em; }

.how-to { overflow: hidden; background: linear-gradient(135deg, #f6f0ff, #fffaf5); }
.how-to-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.step-list { display: grid; gap: 25px; margin: 42px 0 30px; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: start; }
.step-list li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 15px; background: var(--purple); color: #fff; font-size: 19px; font-weight: 900; box-shadow: 0 8px 18px rgba(129, 97, 209, .22); }
.step-list strong { display: block; font-size: 18px; }
.step-list p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }
.anything-note { display: flex; gap: 13px; align-items: center; padding: 18px; border: 1px solid #e6dcf5; border-radius: 19px; background: rgba(255,255,255,.75); }
.anything-note > span { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #efe8ff; color: var(--purple); font-weight: 900; }
.anything-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.anything-note strong { color: var(--ink); font-size: 15px; }
.how-to-visual { position: relative; display: grid; place-items: center; min-height: 600px; }
.large-shot { width: 275px; transform: rotate(2deg); }
.task-bubble { position: absolute; padding: 11px 16px; border-radius: 16px; background: #fff; color: var(--purple-dark); font-size: 13px; font-weight: 800; box-shadow: var(--shadow); }
.bubble-one { top: 100px; left: -12px; transform: rotate(-5deg); }.bubble-two { right: -20px; bottom: 125px; transform: rotate(4deg); }

.price { background: #fffdfb; }
.price-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; gap: 20px; margin-top: 48px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.paid-card { border: 3px solid #9b7ce2; background: linear-gradient(150deg, #fff 0%, #f3edff 100%); box-shadow: 0 24px 60px rgba(107, 76, 164, .15); }
.recommend { position: absolute; top: -15px; right: 28px; padding: 5px 14px; border-radius: 999px; background: var(--purple); color: #fff; font-size: 12px; font-weight: 800; }
.plan-name { margin: 0; font-weight: 900; }
.free-price { display: flex; flex-direction: column; margin: 10px 0 14px; }
.free-price strong { color: var(--ink); font-size: 37px; line-height: 1.2; }
.free-price span { color: var(--muted); font-size: 13px; }
.plan-price { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 12px 0 10px; }
.plan-price p { display: flex; flex-direction: column; justify-content: center; min-height: 90px; margin: 0; padding: 14px 12px; border: 1px solid #ded1f5; border-radius: 16px; background: rgba(255,255,255,.72); text-align: center; }
.plan-price strong { color: var(--ink); font-size: clamp(23px, 2.8vw, 31px); line-height: 1.2; white-space: nowrap; }
.paid-card .plan-price strong { color: var(--purple-dark); }
.plan-price span { margin-top: 6px; color: var(--muted); font-size: 11px; font-weight: 700; }
.annual { margin: 0; color: var(--purple); font-size: 13px; font-weight: 800; text-align: center; }
.trial-label { margin: 3px 0 18px; color: var(--muted); font-size: 12px; text-align: center; }
.price-card ul { display: grid; gap: 9px; margin: 18px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding-left: 25px; color: #635a67; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); font-weight: 900; }
.family-free { display: flex; align-items: center; gap: 20px; margin-top: 24px; padding: 22px 28px; border-radius: 22px; background: #fff0e6; }
.family-icon { font-size: 38px; }
.family-free strong { font-size: 18px; }.family-free p { margin: 1px 0 0; color: var(--muted); font-size: 13px; }
.comparison { margin-top: 20px; padding: 22px 25px; border: 1px solid #e9ddfa; border-radius: 22px; background: #faf7ff; text-align: center; }
.comparison > span { display: block; color: var(--muted); font-size: 12px; }
.comparison > strong { display: block; color: var(--purple-dark); font-size: 20px; }
.comparison sup { font-size: 10px; }
.comparison p { margin: 8px 0 0; color: #8b828e; font-size: 10px; line-height: 1.5; }
.trial-points { display: grid; gap: 9px; width: fit-content; margin: 28px auto 0; color: #62586a; font-size: 13px; font-weight: 700; }

.faq { background: #f9f5ff; }
.faq-list { display: grid; gap: 12px; margin-top: 42px; }
.faq-list details { border: 1px solid #e5dced; border-radius: 18px; background: #fff; overflow: hidden; }
.faq-list summary { position: relative; padding: 21px 52px 21px 24px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; color: var(--purple); font-size: 25px; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 14px; }

.download { position: relative; overflow: hidden; background: linear-gradient(145deg, #7958c5, #a88ae9); color: #fff; }
.download::before, .download::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.08); }
.download::before { width: 370px; height: 370px; top: -210px; left: -110px; }.download::after { width: 450px; height: 450px; right: -200px; bottom: -280px; }
.download-inner { position: relative; z-index: 2; }
.section-kicker.light { color: #eee6ff; }
.download h2 { color: #fff; }
.download p:not(.section-kicker) { color: #eee8f8; }
.light-badge { margin-top: 16px; }
.coming-note { display: block; margin-top: 12px; color: #e6dcf7; }
.closing-mimi-art { width: 138px; height: 138px; margin: 0 auto 24px; border: 5px solid rgba(255,255,255,.72); border-radius: 50%; object-fit: cover; box-shadow: 0 18px 45px rgba(61, 35, 100, .28); }

.site-footer { padding: 48px 0; background: #38313c; color: #eee8f0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 22px 50px; align-items: start; }
.footer-brand strong { font-size: 14px; }.footer-brand p { margin: 5px 0 0; color: #bdb4c0; font-size: 11px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; max-width: 500px; }
.site-footer nav a { color: #d5cbd7; font-size: 11px; text-underline-offset: 4px; }
.copyright { grid-column: 1 / -1; margin-top: 5px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #958c98; font-size: 10px; }
.copyright p { margin: 3px 0; }
.toast { position: fixed; z-index: 200; right: 18px; bottom: 18px; max-width: min(360px, calc(100% - 36px)); padding: 13px 17px; border-radius: 14px; background: #342d38; color: #fff; font-size: 13px; box-shadow: 0 15px 40px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

a:focus-visible, summary:focus-visible { outline: 3px solid #f0b361; outline-offset: 4px; }

@keyframes pulseWave { 0%, 100% { opacity: .35; transform: scaleX(.8); } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes listIn { 0%, 12% { opacity: 0; transform: translateY(8px); } 20%, 85% { opacity: 1; transform: translateY(0); } 95%, 100% { opacity: 0; transform: translateY(0); } }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { min-height: auto; padding-bottom: 90px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { text-align: center; }
  .hero-demo { min-height: 680px; }
  .feature-row, .how-to-grid { grid-template-columns: 1fr; gap: 48px; }
  .feature-row.reverse .feature-visual { order: 0; }
  .feature-row { max-width: 650px; margin-inline: auto; margin-top: 80px; }
  .feature-copy { text-align: center; }
  .example { text-align: left; }
  .how-to-copy { max-width: 650px; margin-inline: auto; }
  .how-to-visual { min-height: 570px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 78px 0; }
  .site-header { height: 68px; }
  .brand small { display: none; }
  .brand strong { font-size: 18px; }
  .brand-icon { width: 36px; height: 36px; border-radius: 10px; }
  .header-cta { padding: 8px 13px; font-size: 11px; }
  .hero { padding-top: 110px; }
  .eyebrow { font-size: 12px; }
  h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero-lead { font-size: 15px; line-height: 1.85; }
  .hero-demo { min-height: 620px; }
  .hero-mimi-art { width: 105px; height: 105px; margin-left: 10px; border-width: 4px; }
  .demo-phone { width: min(100%, 350px); border-width: 7px; border-radius: 42px; transform: rotate(1deg); }
  .floating-note { font-size: 11px; }
  .note-one { top: 54px; left: -5px; }.note-two { right: -5px; bottom: 45px; }
  h2 { font-size: clamp(30px, 9vw, 42px); }
  .worry-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
  .worry-card { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 18px; transform: none; }
  .worry-card span { font-size: 30px; }.worry-card p { margin: 0; text-align: left; }
  .empathy-copy { font-size: 15px; }
  .empathy-copy br { display: none; }
  .feature-row { margin-top: 62px; }
  .feature-visual { min-height: 505px; border-radius: 28px; }
  .phone-shot { width: 225px; }
  .feature-number { font-size: 46px; }
  .feature-copy h3 { font-size: 28px; }
  .feature-copy > p:not(.feature-label):not(.example) { font-size: 15px; }
  .visual-chip { font-size: 11px; }.chip-mic, .chip-family { right: 10px; }.chip-photo { left: 10px; }
  .how-to-grid { gap: 25px; }
  .how-to-visual { min-height: 510px; }
  .large-shot { width: 235px; }
  .bubble-one { left: 0; }.bubble-two { right: 0; }
  .price-grid { grid-template-columns: 1fr; }
  .paid-card { order: -1; }
  .price-card { padding: 29px 25px; }
  .plan-price { grid-template-columns: 1fr; }
  .plan-price p { min-height: 76px; }
  .plan-price strong { font-size: 28px; }
  .family-free { align-items: flex-start; padding: 20px; }
  .comparison > strong { font-size: 18px; }
  .trial-points { width: 100%; padding-left: 12px; }
  .faq-list summary { font-size: 14px; }
  .footer-inner { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .result-list div { opacity: 1; transform: none; }
}
