:root {
  --ink: #332d31;
  --muted: #71686d;
  --rose: #c95f7f;
  --rose-dark: #9e3e5c;
  --blush: #f9e9ee;
  --blush-soft: #fff8fa;
  --plum: #88618f;
  --plum-soft: #f0e8f2;
  --line: #eee6e9;
  --green: #688272;
  --green-soft: #eaf1ec;
  --white: #fff;
  --font: "Hiragino Maru Gothic ProN", "M PLUS Rounded 1c", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { width: 142px; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.text-link { font-size: 13px; font-weight: 700; }
.button {
  min-height: 54px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  color: var(--white);
  background: var(--rose);
  box-shadow: 0 10px 24px rgba(166, 68, 98, .22);
  font-size: 15px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #b94f6f; }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(201, 95, 127, .35); outline-offset: 4px; }
.button-small { min-height: 44px; padding: 0 20px; font-size: 13px; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 660px;
  margin: auto;
  padding: 64px 20px 88px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.eyebrow-pill {
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--rose-dark);
  background: var(--blush);
  font-size: 12px;
  font-weight: 700;
}
.hero h1 { margin: 0; font-size: clamp(52px, 5.4vw, 72px); line-height: 1.2; letter-spacing: .03em; }
.hero h1 em { color: var(--rose); font-style: normal; }
.hero-lead { max-width: 510px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.cta-block { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.cta-block small, .bottom-cta > small { color: #93888e; font-size: 11px; }

.hero-visual { min-height: 710px; position: relative; display: grid; place-items: center; }
.blob { position: absolute; border-radius: 50%; }
.blob-one { width: 450px; height: 450px; background: var(--blush-soft); }
.blob-two { width: 280px; height: 280px; right: 0; top: 20px; background: var(--plum-soft); opacity: .7; }
.phone {
  z-index: 1;
  position: relative;
  width: 320px;
  height: auto;
  aspect-ratio: 390 / 844;
  padding: 14px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 40px;
  background: var(--white);
  box-shadow: 0 28px 60px rgba(96, 62, 77, .16);
}
.speaker { width: 42px; height: 5px; margin: 0 auto 8px; flex: 0 0 auto; border-radius: 9px; background: #e5dde0; }
.app-bar { height: 49px; padding: 0 12px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); }
.app-brand-mark { width: 30px; height: 34px; display: block; overflow: hidden; }
.app-brand-mark img { width: 96px; max-width: none; height: 34px; object-fit: contain; object-position: left center; }
.household-pill { margin-left: auto; height: 31px; padding: 0 9px 0 5px; display: flex; align-items: center; gap: 4px; border-radius: 16px; color: var(--rose-dark); background: var(--blush); font-size: 9px; font-weight: 700; }
.household-pill i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--plum); background: white; font-size: 12px; font-style: normal; }
.household-pill b { color: var(--muted); font-size: 10px; }
.app-menu { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #faf6f7; font-size: 18px; line-height: 1; }
.app-content { padding: 10px 14px 60px; display: flex; flex: 1; flex-direction: column; overflow: hidden; }
.greeting-row { min-height: 58px; display: flex; align-items: center; justify-content: space-between; }
.greeting-row > span:first-child { display: flex; flex-direction: column; gap: 3px; }
.greeting-row strong { font-size: 16px; line-height: 21px; }
.greeting-row small { color: var(--muted); font-size: 7.5px; line-height: 12px; }
.morning-mark { width: 38px; height: 38px; position: relative; flex: 0 0 auto; }
.morning-mark::before { content: ""; position: absolute; left: 9px; bottom: 10px; width: 20px; height: 10px; border: 2px solid #e7a2b0; border-bottom: 0; border-radius: 20px 20px 0 0; }
.morning-mark::after { content: ""; position: absolute; left: 4px; right: 4px; bottom: 9px; height: 2px; border-radius: 2px; background: #e7a2b0; }
.morning-mark i { position: absolute; left: 18px; top: 4px; width: 2px; height: 7px; border-radius: 2px; background: #e7a2b0; }
.app-section-label { padding: 9px 2px 6px; color: #4b4247; font-size: 11px; font-weight: 800; }
.status-row { min-height: 68px; padding: 7px 8px; display: flex; align-items: center; gap: 9px; border-radius: 14px; }
.status-row-due { background: #fcf3f5; }
.status-ring { width: 46px; height: 46px; position: relative; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: conic-gradient(var(--plum) 0 58%, #f0eaec 58% 100%); }
.status-ring::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: white; }
.ring-today { background: conic-gradient(var(--rose) 0 100%); }
.ring-today::after { background: #fcf3f5; }
.status-ring strong, .status-ring small { z-index: 1; }
.status-ring strong { color: #3a2e37; font-size: 13px; line-height: 13px; }
.status-ring small { margin-top: -8px; color: #9c8ca0; font-size: 6px; }
.ring-today strong { color: #a44664; font-size: 9px; }
.status-copy { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 3px; }
.status-copy strong { overflow: hidden; font-size: 9.5px; line-height: 13px; text-overflow: ellipsis; white-space: nowrap; }
.status-copy small { overflow: hidden; color: var(--muted); font-size: 6.5px; line-height: 10px; text-overflow: ellipsis; white-space: nowrap; }
.status-action { min-height: 26px; padding: 0 9px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--rose); font-size: 7px; font-weight: 700; }
.status-detail { padding: 8px 1px; color: var(--rose); font-size: 7px; font-weight: 700; }
.review-card { min-height: 55px; padding: 8px 10px; display: flex; align-items: center; gap: 8px; border-radius: 12px; background: #faf6f7; }
.review-card > span:nth-child(2) { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 2px; }
.review-card strong { overflow: hidden; font-size: 8.5px; text-overflow: ellipsis; white-space: nowrap; }
.review-card small { color: var(--muted); font-size: 6.5px; }
.review-card b { color: var(--muted); font-size: 18px; font-weight: 400; }
.review-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--plum); background: var(--plum-soft); font-size: 14px; }
.app-tabs { height: 51px; position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); background: white; }
.app-tabs span { padding-top: 5px; display: flex; align-items: center; flex-direction: column; gap: 1px; color: var(--muted); }
.app-tabs i { height: 24px; font-size: 17px; font-style: normal; line-height: 23px; }
.app-tabs small { font-size: 6.5px; font-weight: 600; }
.app-tabs .active { color: var(--rose); }
.app-fab { width: 43px; height: 43px; position: absolute; right: 12px; bottom: 45px; display: grid; place-items: center; border: 3px solid white; border-radius: 15px; color: white; background: var(--rose); box-shadow: 0 6px 18px rgba(166, 68, 98, .26); font-size: 22px; }

.pain-strip { padding: 30px 24px; display: grid; place-items: center; gap: 18px; border-block: 1px solid var(--line); background: #fbf8f9; }
.pain-strip p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.pain-strip div { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.pain-strip span { font-size: 12px; }
.pain-strip span::first-letter { color: var(--rose); }

.section { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 100px 24px; }
.section-heading { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.section-heading p { margin: 0; color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 3vw, 38px); line-height: 1.45; }
.section-heading > span { max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.card-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 350px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; border: 1px solid var(--line); border-radius: 28px; }
.feature-icon, .step-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 20px; font-size: 26px; }
.feature-icon.rose { color: var(--rose-dark); background: var(--blush); }
.feature-icon.purple { color: var(--plum); background: var(--plum-soft); }
.feature-icon.green { color: var(--green); background: var(--green-soft); }
.feature-card small { margin-top: 10px; color: var(--rose-dark); font-size: 11px; font-weight: 700; }
.feature-card:nth-child(2) small { color: var(--plum); }
.feature-card:nth-child(3) small { color: var(--green); }
.feature-card h3 { margin: 0; font-size: 21px; line-height: 1.55; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }

.how-to { padding: 100px 24px; background: var(--blush-soft); }
.steps { max-width: 980px; margin: 56px auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.steps li { min-height: 250px; position: relative; padding: 26px; display: flex; flex-direction: column; align-items: center; gap: 12px; border-radius: 26px; background: var(--white); text-align: center; }
.steps b { position: absolute; top: 18px; right: 22px; color: #e4d5da; font-size: 14px; }
.step-icon { color: var(--rose-dark); background: var(--blush); }
.steps h3 { margin: 4px 0 0; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.pricing { max-width: 1080px; }
.pricing-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  gap: 22px;
}
.price-card {
  position: relative;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
}
.free-plan { margin-block: 20px; background: linear-gradient(180deg, #fff 0%, #fffafb 100%); }
.premium-plan {
  border: 2px solid var(--plum);
  box-shadow: 0 22px 55px rgba(100, 72, 110, .14);
  background: linear-gradient(145deg, #fff 0%, #fffafe 100%);
}
.recommended {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 9px 34px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  color: var(--white);
  background: var(--plum);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.plan-head { min-height: 125px; padding-bottom: 26px; border-bottom: 1px solid var(--line); text-align: center; }
.plan-head > p { margin: 0 0 16px; color: var(--rose-dark); font-size: 23px; font-weight: 700; }
.premium-plan .plan-head > p { color: var(--plum); }
.price { display: flex; align-items: flex-end; justify-content: center; gap: 12px; }
.price strong { font-size: 52px; line-height: 1; }
.price span { padding-bottom: 6px; color: var(--muted); font-size: 11px; }
.price-options { display: flex; align-items: center; justify-content: center; gap: 16px; }
.price-options > div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 6px; }
.price-options span { color: var(--muted); font-size: 12px; font-weight: 700; }
.price-options strong { color: var(--plum); font-size: 34px; }
.price-options .or { color: #b4a8ae; font-size: 9px; }
.price-options .annual { padding-left: 16px; border-left: 1px solid #d8cbdc; }
.price-options .annual small {
  grid-column: 1 / -1;
  padding: 4px 10px;
  border: 1px solid #e697ae;
  border-radius: 999px;
  color: var(--rose-dark);
  font-size: 10px;
  font-weight: 700;
}
.price-card ul { margin: 0; padding: 26px 0; display: grid; gap: 0; list-style: none; }
.price-card li { min-height: 51px; display: flex; align-items: center; gap: 12px; border-bottom: 1px dashed #eadde2; color: var(--ink); font-size: 13px; }
.price-card li:last-child { border-bottom: 0; }
.price-card li i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--rose-dark); background: var(--blush); font-style: normal; font-weight: 700; }
.premium-plan li i { color: var(--plum); background: var(--plum-soft); }
.plan-button {
  min-height: 52px;
  margin-top: auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease;
}
.plan-button:hover { transform: translateY(-2px); }
.plan-button.secondary { border: 1px solid var(--rose); color: var(--rose-dark); background: var(--white); }
.plan-button.primary { color: var(--white); background: var(--plum); box-shadow: 0 9px 22px rgba(100, 72, 110, .22); }
.saving { margin: 13px 0 0; color: var(--plum); font-size: 11px; font-weight: 700; text-align: center; }
.upgrade-note {
  margin-top: 24px;
  padding: 18px 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  border: 1px solid #f0dfe5;
  border-radius: 20px;
  background: var(--blush-soft);
}
.upgrade-note strong { color: var(--rose-dark); font-size: 12px; }
.upgrade-note span { color: var(--muted); font-size: 11px; }
.upgrade-note span::before { content: "✓"; margin-right: 6px; color: var(--rose); font-weight: 700; }
.pricing-footnote { margin: 14px 0 0; color: #9a9095; font-size: 10px; text-align: center; }

.bottom-cta { padding: 110px 24px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.home-mark { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 24px; color: var(--rose); background: var(--blush); font-size: 32px; }
.bottom-cta h2 { margin: 8px 0 0; font-size: clamp(28px, 3vw, 36px); line-height: 1.45; }
.bottom-cta p { margin: 0 0 8px; color: var(--muted); font-size: 14px; }

footer { min-height: 110px; padding: 0 max(24px, calc((100% - 1132px) / 2)); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); background: #fbf9fa; }
footer img { width: 110px; }
footer p { color: #9a9095; font-size: 10px; }

@media (max-width: 820px) {
  .site-header { width: calc(100% - 36px); }
  .header-actions .text-link { display: none; }
  .hero { width: 100%; padding: 44px 24px 80px; grid-template-columns: 1fr; gap: 50px; }
  .hero h1 { font-size: 48px; }
  .hero-visual { min-height: 710px; }
  .card-grid, .steps, .pricing-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .free-plan { margin-block: 0; }
  .section { width: 100%; padding: 80px 24px; }
}

@media (max-width: 460px) {
  .site-header { min-height: 68px; }
  .brand img { width: 118px; }
  .header-actions { gap: 12px; }
  .button-small { min-height: 40px; padding: 0 15px; font-size: 11px; }
  .hero { padding-top: 32px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .phone { width: min(320px, calc(100vw - 48px)); }
  .pain-strip div { flex-direction: column; gap: 12px; }
  .price-card { padding: 30px 22px; }
  .price-options { gap: 9px; }
  .price-options strong { font-size: 27px; }
  .price-options .annual { padding-left: 9px; }
  .bottom-cta { padding: 82px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
