:root {
  --p59-blue: #155eef;
  --p59-blue-2: #155eef;
  --p59-bg: #f6f8ff;
  --p59-surface: #ffffff;
  --p59-ink: #0f172a;
  --p59-muted: #475569;
  --p59-line: #e5eaf5;
  --p59-soft-blue: #eef4ff;
  --p59-icon-line: #dde7ff;
  --p59-red: #991b1b;
  --p59-green: #065f46;
  --p59-cyan: #0369a1;
  --p59-gold: #92600a;
  --p59-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  --p59-card-radius: 18px;
}

.p59-homepage,
.p59-homepage * {
  box-sizing: border-box;
}

.p59-homepage {
  margin: 0;
  color: var(--p59-ink);
  background: var(--p59-bg);
  font-family: "Inter", "Source Han Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.p59-homepage a {
  color: inherit;
  text-decoration: none;
}

.p59-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.p59-icon-box {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--p59-icon-line);
  border-radius: 12px;
  background: var(--p59-soft-blue);
  color: var(--p59-blue);
}

.p59-icon-box--important {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.p59-icon-box--step {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.p59-icon-box svg,
.p59-button svg,
.p59-card-action svg,
.p59-day-card > a svg,
.p59-task-dot svg,
.p59-step-mark svg,
.p59-path-node svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p59-homepage button,
.p59-homepage a {
  -webkit-tap-highlight-color: transparent;
}

.p59-shell {
  width: min(1252px, calc(100% - 64px));
  margin: 0 auto;
}

.p59-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p59-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--p59-blue);
  box-shadow: 0 8px 22px rgba(0, 47, 167, 0.25);
}

.p59-header__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.p59-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-width: 0;
  color: #fff;
  font-weight: 700;
}

.p59-brand__mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 13px;
}

.p59-brand__text {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.p59-brand__text span {
  opacity: 0.55;
  margin: 0 2px;
}

.p59-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 4px;
  min-width: 0;
}

.p59-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}

.p59-nav a:hover,
.p59-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.p59-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--p59-blue);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.p59-menu-button {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 8px;
}

.p59-menu-button span:not(.p59-sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: #fff;
}

.p59-hero {
  padding: 40px 0 32px;
}

.p59-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 40px;
  align-items: start;
}

.p59-hero__copy {
  min-width: 0;
  padding-top: 1px;
}

.p59-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  margin: 0 0 19px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 47, 167, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--p59-blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.p59-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--p59-blue);
}

.p59-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--p59-ink);
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.p59-hero__lead {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--p59-muted);
  font-size: 15px;
  line-height: 1.62;
}

.p59-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.p59-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.p59-button svg {
  width: 18px;
  height: 18px;
}

.p59-button--primary {
  background: var(--p59-blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 47, 167, 0.24);
}

.p59-button--light {
  background: #fff;
  color: var(--p59-ink);
  border-color: var(--p59-line);
}

.p59-button--ghost {
  color: var(--p59-muted);
  border-color: var(--p59-line);
  background: rgba(255, 255, 255, 0.48);
}

.p59-button:focus-visible,
.p59-card-action:focus-visible,
.p59-feature-grid a:focus-visible,
.p59-footer a:focus-visible {
  outline: 3px solid rgba(0, 47, 167, 0.24);
  outline-offset: 2px;
}

.p59-stats {
  min-width: 0;
  padding: 25px;
}

.p59-stats__label {
  margin: 0 0 16px;
  color: var(--p59-muted);
  font-size: 11px;
  font-weight: 700;
}

.p59-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.p59-stat {
  min-height: 96px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0, 47, 167, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--p59-shadow);
}

.p59-stat div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.p59-stat strong {
  color: var(--p59-blue);
  font-size: 22px;
  line-height: 1.18;
}

.p59-stat div > span {
  color: var(--p59-muted);
  font-size: 11px;
  line-height: 16px;
}

.p59-stat .p59-icon-box {
  color: var(--p59-blue);
}

.p59-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.p59-product-card,
.p59-day-card,
.p59-steps__grid article,
.p59-feature-grid a {
  min-width: 0;
  border: 1px solid var(--p59-line);
  border-radius: var(--p59-card-radius);
  background: #fff;
  box-shadow: var(--p59-shadow);
}

.p59-product-card {
  display: flex;
  flex-direction: column;
  min-height: 289px;
  padding: 21px;
}

.p59-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.p59-card-title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.p59-card-head h2 {
  margin: 0;
  color: var(--p59-ink);
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
}

.p59-mini-progress {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 94px;
}

.p59-mini-progress span,
.p59-task-progress span {
  display: block;
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: #e5ebf7;
  overflow: hidden;
}

.p59-mini-progress i,
.p59-task-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--p59-blue);
}

.p59-mini-progress b,
.p59-task-progress b {
  color: var(--p59-blue);
  font-size: 11px;
  line-height: 16px;
}

.p59-profile-list {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.p59-profile-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--p59-muted);
  font-size: 12px;
}

.p59-profile-list strong {
  color: var(--p59-ink);
}

.p59-profile-list em {
  color: var(--p59-muted);
  font-style: normal;
}

.p59-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: auto;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.p59-card-action--filled {
  background: var(--p59-blue);
  color: #fff;
}

.p59-card-action--outline,
.p59-card-action--link {
  color: var(--p59-blue);
  border: 1px solid rgba(0, 47, 167, 0.16);
  background: #fff;
}

.p59-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--p59-soft-blue);
  color: var(--p59-blue);
  font-size: 11px;
  line-height: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.p59-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 10px;
}

.p59-time-chip {
  min-width: 0;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.p59-time-chip strong {
  font-size: 10px;
  line-height: 15px;
}

.p61e-onboarding-guide {
  padding-top: 28px;
}

.p61e-onboarding-card {
  display: grid;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(0, 47, 167, 0.13);
  border-radius: var(--p59-card-radius);
  background: #fff;
  box-shadow: var(--p59-shadow);
}

.p61e-onboarding-card__copy {
  display: grid;
  gap: 12px;
  max-width: 780px;
}

.p61e-onboarding-card__copy .p59-kicker {
  margin: 0;
  width: max-content;
  max-width: 100%;
}

.p61e-onboarding-card h2 {
  margin: 0;
  color: var(--p59-ink);
  font-size: 28px;
  line-height: 1.28;
  font-weight: 800;
}

.p61e-onboarding-card__copy > p:not(.p59-kicker) {
  margin: 0;
  color: var(--p59-muted);
  font-size: 15px;
  line-height: 1.68;
}

.p61e-onboarding-card__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.p61e-onboarding-card__steps article {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--p59-line);
  border-radius: 14px;
  background: #f8fbff;
}

.p61e-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: var(--p59-soft-blue);
  color: var(--p59-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.p61e-onboarding-card__steps h3 {
  margin: 0;
  color: var(--p59-ink);
  font-size: 16px;
  line-height: 1.38;
  font-weight: 800;
}

.p61e-onboarding-card__steps p {
  margin: 9px 0 0;
  color: var(--p59-muted);
  font-size: 13px;
  line-height: 1.62;
}

.p61e-onboarding-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p61e-onboarding-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(3px);
}

.p61e-onboarding-modal[hidden] {
  display: none;
}

.p61e-onboarding-modal__panel {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 20px;
  width: min(860px, 100%);
  max-height: calc(100vh - 64px);
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(0, 47, 167, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.28);
}

.p61e-onboarding-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--p59-line);
  border-radius: 999px;
  background: #f8fbff;
  color: var(--p59-muted);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0 0 4px #fff, 0 10px 20px rgba(15, 23, 42, 0.1);
}

.p61e-onboarding-modal__close:hover {
  border-color: rgba(0, 47, 167, 0.22);
  color: var(--p59-ink);
}

.p61e-onboarding-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: stretch;
}

.p61e-onboarding-modal__main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.p61e-onboarding-modal__copy {
  display: grid;
  gap: 12px;
  padding-right: 42px;
}

.p61e-onboarding-modal__copy h2 {
  margin: 0;
  color: var(--p59-ink);
  font-size: 28px;
  line-height: 1.24;
  font-weight: 800;
}

.p61e-onboarding-modal__copy p {
  margin: 0;
  color: var(--p59-muted);
  font-size: 14.5px;
  line-height: 1.72;
}

.p61e-onboarding-modal__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.p61e-onboarding-modal__step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--p59-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.p61e-onboarding-modal__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf0ff;
  color: var(--p59-blue-2);
  font-size: 12px;
  font-weight: 800;
}

.p61e-onboarding-modal__step h3 {
  margin: 0;
  color: var(--p59-ink);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.p61e-onboarding-modal__step p {
  grid-column: 2;
  margin: 6px 0 0;
  color: var(--p59-muted);
  font-size: 12.5px;
  line-height: 1.58;
}

.p61e-onboarding-modal__pet {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  padding: 24px 16px;
  border: 1px solid rgba(0, 47, 167, 0.12);
  border-radius: 18px;
  background: #fffaf1;
  overflow: visible;
}

.p61e-onboarding-modal__pet::before {
  content: none;
}

.p61e-onboarding-modal__pet-bubble {
  position: relative;
  z-index: 1;
  max-width: 170px;
  padding: 11px 12px;
  border: 1px solid rgba(0, 47, 167, 0.16);
  border-radius: 14px;
  background: #fff;
  color: var(--p59-ink);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.p61e-onboarding-modal__pet img {
  position: relative;
  z-index: 1;
  width: 188px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(74, 52, 36, 0.16));
}

.p61e-onboarding-modal__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.p61e-onboarding-modal__actions .p59-button {
  width: auto;
  min-height: 46px;
  padding: 0 18px;
}

.p61e-onboarding-modal__note {
  margin: -6px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.58;
}

body.p61e-onboarding-open {
  overflow: hidden;
}

body.p61e-onboarding-open .xingxiaoyou-bubble {
  display: none !important;
}

.p59-time-chip--reading {
  background: #eaf0ff;
  color: var(--p59-blue-2);
}

.p59-time-chip--listening {
  background: #e7f6fc;
  color: var(--p59-cyan);
}

.p59-time-chip--writing {
  background: #fff1f1;
  color: var(--p59-red);
}

.p59-time-chip--speaking {
  background: #eaf8f0;
  color: var(--p59-green);
}

.p59-task-list {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.p59-task-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 27px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--p59-ink);
  font-size: 11px;
}

.p59-task-dot {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #ffffff;
  color: var(--p59-blue);
}

.p59-task-dot svg {
  width: 13px;
  height: 13px;
}

.p59-task-list li:not(.is-done) .p59-task-dot {
  background: var(--p59-soft-blue);
  color: transparent;
}

.p59-task-list li > span {
  width: 12px;
  height: 12px;
  border: 1px solid #b8c4da;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}

.p59-task-list p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p59-task-list em {
  color: var(--p59-muted);
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
}

.p59-task-list .is-done {
  color: var(--p59-muted);
}

.p59-task-list .is-done > span {
  border-color: var(--p59-blue);
  background: var(--p59-blue);
}

.p59-task-list .is-done p {
  text-decoration: line-through;
}

.p59-task-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 13px;
}

.p59-mini-plan {
  display: grid;
  gap: 12px;
  margin-top: 7px;
}

.p59-mini-plan div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 35px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f8fbff;
}

.p59-mini-plan span {
  color: var(--p59-blue);
  font-size: 11px;
  font-weight: 800;
}

.p59-mini-plan strong {
  min-width: 0;
  color: var(--p59-ink);
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p59-mini-plan em {
  padding: 3px 8px;
  border-radius: 8px;
  background: var(--p59-soft-blue);
  color: var(--p59-blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.p59-section {
  padding: 48px 0;
}

.p59-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.p59-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p59-section-head--split {
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.p59-section-head .p59-kicker {
  margin-bottom: 8px;
}

.p59-section h2,
.p59-final-cta h2 {
  margin: 0;
  color: var(--p59-ink);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
}

.p59-section-head p:not(.p59-kicker),
.p59-final-cta p {
  margin: 8px 0 0;
  color: var(--p59-muted);
  font-size: 15px;
  line-height: 1.6;
}

.p59-steps {
  padding-top: 40px;
}

.p59-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.p59-steps__grid article {
  min-height: 206px;
  padding: 24px;
  text-align: center;
}

.p59-step-mark {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 1px solid var(--p59-icon-line);
  border-radius: 14px;
  background: var(--p59-soft-blue);
  color: var(--p59-blue);
}

.p59-step-mark b {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #ffffff;
  color: var(--p59-blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.p59-steps__grid p {
  margin: 0 0 6px;
  color: rgba(0, 47, 167, 0.62);
  font-size: 10px;
  font-weight: 800;
}

.p59-steps__grid h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 20px;
}

.p59-steps__grid b {
  display: block;
  max-width: 240px;
  margin: 0 auto;
  color: var(--p59-muted);
  font-size: 12px;
  line-height: 1.62;
  font-weight: 500;
}

.p59-day-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.p59-day-card {
  padding: 20px;
}

.p59-day-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.p59-day-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.p59-day-card__head span {
  display: block;
  margin-top: 2px;
  color: var(--p59-muted);
  font-size: 12px;
}

.p59-day-card__head em,
.p59-schedule span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--p59-soft-blue);
  color: var(--p59-blue);
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
}

.p59-schedule {
  display: grid;
  gap: 9px;
}

.p59-schedule div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 28px;
}

.p59-schedule time {
  color: var(--p59-muted);
  font-size: 10px;
}

.p59-schedule p {
  min-width: 0;
  margin: 0;
  color: var(--p59-ink);
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p59-day-card > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--p59-blue);
  font-size: 12px;
  font-weight: 800;
}

.p59-day-card > a svg {
  width: 15px;
  height: 15px;
}

.p59-features {
  background: rgba(255, 255, 255, 0.52);
}

.p59-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.p59-feature-grid a {
  display: grid;
  min-height: 166px;
  padding: 18px;
  align-content: start;
}

.p59-feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.p59-feature-top b {
  color: var(--p59-blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.p59-feature-grid strong {
  margin-top: 18px;
  color: var(--p59-ink);
  font-size: 15px;
  line-height: 22px;
}

.p59-feature-grid em {
  margin-top: 7px;
  color: var(--p59-muted);
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
}

.p59-path__line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.p59-path__line div {
  position: relative;
  min-width: 0;
  text-align: center;
}

.p59-path__line div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(50% + 40px);
  right: calc(-50% + 40px);
  height: 1px;
  background: var(--p59-line);
}

.p59-path-node {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 14px;
  background: var(--p59-soft-blue);
  border: 1px solid var(--p59-icon-line);
  color: var(--p59-blue);
}

.p59-path-node b {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #ffffff;
  color: var(--p59-blue);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.p59-path-node svg {
  width: 21px;
  height: 21px;
}

.p59-path__line strong,
.p59-path__line em {
  display: block;
}

.p59-path__line strong {
  color: var(--p59-ink);
  font-size: 13px;
  line-height: 20px;
}

.p59-path__line em {
  margin-top: 2px;
  color: var(--p59-muted);
  font-size: 11px;
  line-height: 16px;
  font-style: normal;
}

.p59-final-cta {
  padding: 56px 0;
}

.p59-final-cta__panel {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 48px 64px;
  border: 1px solid var(--p59-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 10%, rgba(21, 94, 239, 0.13), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f2f6ff 100%);
  color: var(--p59-ink);
  text-align: center;
  box-shadow: var(--p59-shadow);
}

.p59-final-cta__panel::before,
.p59-final-cta__panel::after {
  content: none;
}

.p59-final-cta__panel > * {
  position: relative;
  z-index: 1;
}

.p59-final-cta .p59-kicker {
  border-color: var(--p59-icon-line);
  background: var(--p59-soft-blue);
  color: var(--p59-blue);
  margin-top: 16px;
}

.p59-final-cta .p59-kicker span {
  background: var(--p59-blue);
}

.p59-final-cta h2 {
  max-width: 680px;
  margin: 0 auto;
  color: var(--p59-ink);
  font-size: 32px;
}

.p59-final-cta p {
  max-width: 460px;
  margin: 14px auto 0;
  color: var(--p59-muted);
}

.p59-cta-row--center {
  justify-content: center;
  margin-top: 36px;
}

.p59-final-cta .p59-button--primary {
  background: var(--p59-blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(21, 94, 239, 0.18);
}

.p59-final-cta .p59-button--light {
  background: #ffffff;
  border-color: #cfe0ff;
  color: var(--p59-blue);
}

.p59-final-cta small {
  display: block;
  margin-top: 20px;
  color: var(--p59-muted);
  font-size: 12px;
}

.p59-footer {
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid var(--p59-line);
}

.p59-footer__grid {
  display: grid;
  grid-template-columns: 240px repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.p59-brand--footer {
  color: var(--p59-ink);
}

.p59-brand--footer .p59-brand__mark {
  background: var(--p59-blue);
  border-color: var(--p59-blue);
}

.p59-footer__brand p {
  max-width: 210px;
  margin: 14px 0 0;
  color: var(--p59-muted);
  font-size: 12px;
  line-height: 1.65;
}

.p59-footer nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.p59-footer h2 {
  margin: 0 0 4px;
  color: var(--p59-ink);
  font-size: 13px;
  line-height: 18px;
}

.p59-footer a {
  color: var(--p59-muted);
  font-size: 12px;
  line-height: 18px;
}

.p59-footer a:hover {
  color: var(--p59-blue);
}

.p59-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--p59-line);
  color: var(--p59-muted);
  font-size: 12px;
}

.p59-footer__bottom p {
  margin: 0;
}

@media (max-width: 1080px) {
  .p59-header__inner {
    gap: 12px;
  }

  .p59-nav {
    gap: 0;
  }

  .p59-nav a {
    padding: 0 7px;
  }

  .p59-hero__top {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .p59-stats {
    padding: 0;
  }

  .p59-product-grid,
  .p59-day-grid {
    grid-template-columns: 1fr;
  }

  .p59-product-card {
    min-height: 0;
  }

  .p59-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .p59-shell {
    width: min(100% - 32px, 704px);
  }

  .p59-header__inner {
    min-height: 56px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p59-menu-button {
    display: inline-block;
    order: 3;
  }

  .p59-header__cta {
    order: 2;
    min-height: 34px;
    padding: 0 12px;
  }

  .p59-nav {
    order: 4;
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 14px;
  }

  .p59-header.is-open .p59-nav {
    display: flex;
  }

  .p59-nav a {
    min-height: 38px;
    padding: 0 10px;
  }

  .p59-hero h1 {
    font-size: 34px;
  }

  .p59-section-head--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .p59-steps__grid {
    grid-template-columns: 1fr;
  }

  .p61e-onboarding-card__steps {
    grid-template-columns: 1fr;
  }

  .p61e-onboarding-modal {
    padding: 20px;
  }

  .p61e-onboarding-modal__panel {
    padding: 28px;
  }

  .p61e-onboarding-modal__body {
    grid-template-columns: 1fr;
  }

  .p61e-onboarding-modal__pet {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
    padding: 16px 18px;
  }

  .p61e-onboarding-modal__pet::before {
    content: none;
  }

  .p61e-onboarding-modal__pet-bubble {
    max-width: 100%;
  }

  .p61e-onboarding-modal__pet img {
    width: 118px;
  }

  .p61e-onboarding-modal__steps {
    grid-template-columns: 1fr;
  }

  .p59-path__line {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .p59-path__line div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
    min-height: 84px;
    text-align: left;
  }

  .p59-path__line div:not(:last-child)::after {
    top: 48px;
    bottom: 0;
    left: 24px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .p59-path-node {
    width: 48px;
    height: 48px;
    grid-row: span 2;
    margin: 0;
  }

  .p59-final-cta__panel {
    padding: 56px 32px;
  }

  .p59-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p59-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .p59-shell {
    width: calc(100% - 32px);
  }

  .p59-brand__text {
    font-size: 13px;
  }

  .p59-header__cta {
    display: none;
  }

  .p59-menu-button {
    order: 2;
  }

  .p59-hero {
    padding-top: 40px;
  }

  .p59-kicker {
    max-width: 100%;
    white-space: normal;
  }

  .p59-hero h1 {
    font-size: 31px;
    line-height: 1.36;
  }

  .p59-hero__lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .p59-cta-row {
    align-items: stretch;
    gap: 10px;
  }

  .p59-button {
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
  }

  .p61e-onboarding-guide {
    padding-top: 18px;
  }

  .p61e-onboarding-card {
    padding: 22px;
  }

  .p61e-onboarding-card h2 {
    font-size: 23px;
  }

  .p61e-onboarding-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .p61e-onboarding-modal {
    inset: 0;
    padding: 16px;
  }

  .p61e-onboarding-modal__panel {
    gap: 14px;
    width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    padding: 20px 14px 16px;
    border-radius: 18px;
  }

  .p61e-onboarding-modal__close {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .p61e-onboarding-modal__copy {
    gap: 8px;
    padding-right: 32px;
  }

  .p61e-onboarding-modal__copy h2 {
    font-size: 19px;
    line-height: 1.32;
  }

  .p61e-onboarding-modal__copy p {
    font-size: 12px;
    line-height: 1.55;
  }

  .p61e-onboarding-modal__steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .p61e-onboarding-modal__step {
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 8px;
    padding: 10px;
  }

  .p61e-onboarding-modal__step span {
    width: max-content;
    min-height: 24px;
    margin-bottom: 0;
    padding: 0 9px;
  }

  .p61e-onboarding-modal__step h3 {
    margin-top: 0;
    font-size: 15px;
  }

  .p61e-onboarding-modal__step p {
    grid-column: 1 / -1;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
  }

  .p61e-onboarding-modal__pet {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 12px 14px;
  }

  .p61e-onboarding-modal__pet-bubble {
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.42;
  }

  .p61e-onboarding-modal__pet img {
    width: 92px;
  }

  .p61e-onboarding-modal__actions {
    position: sticky;
    bottom: -1px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), #fff 26%);
  }

  .p61e-onboarding-modal__actions .p59-button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .p61e-onboarding-modal__actions .p59-button:first-child {
    grid-column: 1 / -1;
  }

  .p61e-onboarding-modal__note {
    margin-top: -4px;
    font-size: 11.5px;
    line-height: 1.5;
  }

  .p59-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .p59-stat {
    min-height: 74px;
    padding: 13px;
  }

  .p59-stat strong {
    font-size: 20px;
  }

  .p59-product-grid {
    gap: 20px;
  }

  .p59-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p59-task-list li {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .p59-task-list em {
    grid-column: 2;
  }

  .p59-mini-plan div,
  .p59-schedule div {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .p59-mini-plan em,
  .p59-schedule span {
    grid-column: 2;
    width: max-content;
  }

  .p59-mini-plan strong,
  .p59-schedule p,
  .p59-task-list p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .p59-section {
    padding: 40px 0;
  }

  .p59-section h2,
  .p59-final-cta h2 {
    font-size: 24px;
  }

  .p59-feature-grid {
    grid-template-columns: 1fr;
  }

  .p59-final-cta {
    padding: 40px 0;
  }

  .p59-final-cta__panel {
    min-height: 0;
    padding: 56px 24px;
  }

  .p59-final-cta h2 {
    font-size: 28px;
    line-height: 1.36;
  }

  .p59-footer__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 28px;
  }

  .p59-footer__bottom {
    display: grid;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .p59-brand__mark {
    width: 30px;
    height: 30px;
  }

  .p59-brand__text {
    font-size: 12px;
  }

  .p59-stat strong {
    font-size: 19px;
  }

  .p59-product-card,
  .p59-day-card {
    padding: 18px;
  }

  .p59-card-head {
    align-items: flex-start;
  }
}
