body.page-id-13 {
  background:
    radial-gradient(circle at top left, rgba(226, 193, 170, 0.28), transparent 26%),
    linear-gradient(180deg, #f2ebe4 0%, #f7f1eb 45%, #f3ece5 100%);
  color: #45362f;
}

body.page-id-13 #masthead,
body.page-id-13 #colophon {
  display: none;
}

body.page-id-13 #inner-wrap.wrap {
  padding-top: 0;
}

.shindan-page {
  min-height: 100vh;
  padding: 24px 16px 72px;
}

.shindan-page__shell {
  width: min(100%, 1400px);
  margin: 0 auto;
}

.shindan-page h1,
.shindan-page h2,
.shindan-page p,
.shindan-page ul {
  margin: 0;
}

.shindan-page__button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  width: 100%;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d48366 0%, #bb694f 100%);
  color: #fff9f6;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 20px 44px rgba(187, 105, 79, 0.3);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.shindan-page__button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.34) 48%, transparent 61%);
  transform: translateX(-160%);
  animation: shindan-cta-sheen 4.2s ease-in-out infinite;
  pointer-events: none;
}

.shindan-page__button:hover,
.shindan-page__button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 24px 48px rgba(187, 105, 79, 0.34);
}

.shindan-page__button:active {
  transform: translateY(0);
  box-shadow: 0 16px 32px rgba(187, 105, 79, 0.24);
}

.shindan-page__button:focus-visible {
  outline: 2px solid rgba(187, 105, 79, 0.24);
  outline-offset: 3px;
}

@keyframes shindan-cta-sheen {
  0%,
  58%,
  100% {
    transform: translateX(-160%);
  }

  72% {
    transform: translateX(160%);
  }
}

.shindan-hero {
  position: relative;
  display: grid;
  gap: 28px;
  padding: 32px 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 236, 222, 0.8), transparent 34%),
    linear-gradient(180deg, #fffdfa 0%, #fff9f4 100%);
  border: 1px solid rgba(188, 149, 127, 0.22);
  border-radius: 40px;
  box-shadow: 0 34px 84px rgba(93, 68, 53, 0.12);
}

.shindan-hero__content {
  display: grid;
  align-content: start;
  position: relative;
  z-index: 1;
}

.shindan-hero__label,
.shindan-bottom-cta__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: fit-content;
  padding: 0 14px;
  border: 1px solid rgba(198, 163, 142, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #7a5a4b;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.shindan-hero__pain {
  margin-top: 16px;
  margin-bottom: 12px;
}

.shindan-hero__pain-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(200, 111, 84, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff4ee 0%, #fff0e8 100%);
  box-shadow: 0 10px 24px rgba(200, 111, 84, 0.12);
  color: #c86f54;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.shindan-hero__pain-badge::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border-right: 1px solid rgba(200, 111, 84, 0.22);
  border-bottom: 1px solid rgba(200, 111, 84, 0.22);
  background: #fff1ea;
  transform: rotate(45deg);
}

.shindan-hero__title {
  margin-top: 0;
  max-width: none;
  font-size: clamp(1.72rem, 5.35vw, 2.75rem);
  line-height: 1.1;
  font-weight: 800;
  color: #2f231e;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.shindan-hero__lead {
  margin-top: 16px;
  max-width: 31em;
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(69, 54, 47, 0.84);
}

.shindan-hero__benefits {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding: 0;
}

.shindan-hero__benefits li,
.shindan-card--empathy p {
  position: relative;
  padding-left: 36px;
  font-size: 0.98rem;
  line-height: 1.68;
  color: #45362f;
}

.shindan-hero__benefits li::before,
.shindan-card--empathy p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.08em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(212, 131, 102, 0.14);
  color: #c56f56;
  font-size: 0.88rem;
  font-weight: 800;
}

.shindan-hero__actions,
.shindan-bottom-cta__actions {
  display: grid;
  gap: 12px;
  align-items: start;
}

.shindan-hero__actions {
  margin-top: 28px;
}

.shindan-hero__cta-kicker,
.shindan-bottom-cta__cta-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(212, 131, 102, 0.12);
  color: #bc6a51;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.shindan-page__button--hero {
  min-height: 60px;
}

.shindan-hero__note {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(69, 54, 47, 0.72);
}

.shindan-phone-mock {
  display: flex;
  justify-content: center;
}

.shindan-phone-mock__frame {
  width: min(100%, 400px);
  padding: 12px;
  border-radius: 36px;
  background: linear-gradient(180deg, #2f2725 0%, #473a35 100%);
  box-shadow:
    0 38px 80px rgba(76, 53, 44, 0.28),
    0 8px 20px rgba(36, 26, 22, 0.18);
}

.shindan-phone-mock__notch {
  width: 34%;
  height: 18px;
  margin: 0 auto 10px;
  border-radius: 0 0 12px 12px;
  background: #171412;
}

.shindan-phone-mock__screen {
  display: grid;
  gap: 14px;
  min-height: 568px;
  padding: 18px 16px 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff8f3 0%, #fdf1e8 100%);
}

.shindan-phone-mock__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shindan-phone-mock__pill,
.shindan-phone-mock__status,
.shindan-phone-mock__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.shindan-phone-mock__pill {
  background: rgba(255, 255, 255, 0.92);
  color: #845748;
}

.shindan-phone-mock__status {
  background: rgba(212, 131, 102, 0.18);
  color: #bf674e;
}

.shindan-phone-mock__hero-card,
.shindan-phone-mock__next-step,
.shindan-phone-mock__mini-card {
  border: 1px solid rgba(195, 155, 134, 0.22);
  border-radius: 20px;
  background: rgba(255, 252, 248, 0.94);
  box-shadow: 0 12px 26px rgba(106, 76, 63, 0.06);
}

.shindan-phone-mock__hero-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.98), rgba(255, 252, 248, 0.94));
}

.shindan-phone-mock__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shindan-phone-mock__eyebrow,
.shindan-phone-mock__subhead,
.shindan-phone-mock__mini-label {
  color: rgba(107, 76, 63, 0.74);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.shindan-phone-mock__eyebrow,
.shindan-phone-mock__mini-label,
.shindan-phone-mock__donut-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.shindan-phone-mock__badge {
  width: fit-content;
  background: rgba(212, 131, 102, 0.16);
  color: #c26d54;
}

.shindan-phone-mock__type {
  font-size: clamp(2rem, 7vw, 2.5rem);
  line-height: 1.04;
  font-weight: 800;
  color: #2f211c;
  letter-spacing: -0.02em;
}

.shindan-phone-mock__donut-label {
  color: rgba(109, 78, 65, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.shindan-phone-mock__subhead {
  margin-top: 6px;
}

.shindan-phone-mock__subtype {
  font-size: 1.28rem;
  line-height: 1.24;
  font-weight: 800;
  color: #5a3f34;
}

.shindan-phone-mock__meter {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.shindan-phone-mock__meter-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border-radius: 999px;
  background:
    conic-gradient(#d48366 0 72%, #bb694f 72%, #f1dfd5 72% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(217, 137, 109, 0.16),
    0 8px 20px rgba(212, 131, 102, 0.12);
}

.shindan-phone-mock__meter-ring span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: #fff9f4;
  color: #704638;
  font-size: 1.02rem;
  font-weight: 800;
}

.shindan-phone-mock__donut-copy,
.shindan-phone-mock__mini-text,
.shindan-phone-mock__next-text {
  margin-top: 6px;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(69, 54, 47, 0.82);
}

.shindan-phone-mock__donut-copy {
  position: relative;
  padding-left: 18px;
}

.shindan-phone-mock__donut-copy::before,
.shindan-phone-mock__mini-label--warning::before,
.shindan-phone-mock__mini-label--action::before,
.shindan-phone-mock__eyebrow--advice::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(212, 131, 102, 0.14);
  color: #c56f56;
  font-size: 0.68rem;
  font-weight: 800;
}

.shindan-phone-mock__donut-copy::before {
  content: "⚠";
  position: absolute;
  left: 0;
  top: 0.18em;
}

.shindan-phone-mock__mini-label--warning::before {
  content: "⚠";
}

.shindan-phone-mock__mini-label--action::before {
  content: "→";
}

.shindan-phone-mock__eyebrow--advice::before {
  content: "💬";
}

.shindan-phone-mock__bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: end;
  height: 48px;
  padding: 6px 8px 0;
  border-radius: 16px;
  background: rgba(255, 249, 244, 0.7);
  border: 1px solid rgba(195, 155, 134, 0.16);
}

.shindan-phone-mock__bar {
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #d48366 0%, rgba(212, 131, 102, 0.48) 100%);
}

.shindan-phone-mock__bar--one {
  height: 28px;
}

.shindan-phone-mock__bar--two {
  height: 42px;
}

.shindan-phone-mock__bar--three {
  height: 36px;
}

.shindan-phone-mock__bar--four {
  height: 24px;
}

.shindan-phone-mock__mini-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.shindan-phone-mock__mini-card,
.shindan-phone-mock__next-step {
  padding: 14px 12px;
}

.shindan-phone-mock__mini-card {
  background: linear-gradient(180deg, rgba(255, 250, 246, 0.98), rgba(255, 246, 239, 0.94));
}

.shindan-phone-mock__next-step {
  background: linear-gradient(180deg, rgba(255, 243, 234, 0.98), rgba(255, 249, 244, 0.96));
  box-shadow: 0 14px 28px rgba(106, 76, 63, 0.08);
}

.shindan-section {
  margin-top: 32px;
}

.shindan-section__header {
  margin-bottom: 16px;
}

.shindan-section__title {
  font-size: clamp(1.4rem, 5.2vw, 2rem);
  line-height: 1.26;
  font-weight: 800;
  color: #2f231e;
}

.shindan-empathy__grid {
  display: grid;
  gap: 14px;
}

.shindan-card,
.shindan-step {
  padding: 20px 18px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(185, 146, 124, 0.12);
  box-shadow: 0 8px 22px rgba(91, 66, 52, 0.03);
}

.shindan-panel {
  padding: 24px 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(185, 146, 124, 0.12);
  box-shadow: 0 12px 30px rgba(91, 66, 52, 0.04);
}

.shindan-panel__divider {
  height: 1px;
  margin: 22px 0;
  background: rgba(194, 159, 138, 0.2);
}

.shindan-returns__grid,
.shindan-steps__grid {
  display: grid;
  gap: 14px;
}

.shindan-card__title,
.shindan-step__title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 800;
  color: #372a25;
}

.shindan-card__text,
.shindan-step__text {
  margin-top: 8px;
  font-size: 0.94rem;
  line-height: 1.64;
  color: rgba(69, 54, 47, 0.82);
}

.shindan-step {
  display: grid;
  gap: 10px;
  align-content: start;
}

.shindan-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(212, 131, 102, 0.14);
  color: #c06b53;
  font-size: 1rem;
  font-weight: 800;
}

.shindan-bottom-cta {
  margin-top: 34px;
  padding: 32px 24px;
  border-radius: 34px;
  background: linear-gradient(180deg, #fff4ee 0%, #f6e4d9 100%);
  border: 1px solid rgba(210, 164, 142, 0.24);
  box-shadow: 0 16px 36px rgba(169, 120, 95, 0.1);
}

.shindan-bottom-cta__label {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(205, 166, 145, 0.28);
  color: #7d5a4a;
}

.shindan-bottom-cta__title {
  margin-top: 14px;
  font-size: clamp(1.85rem, 6.4vw, 2.4rem);
  line-height: 1.15;
  font-weight: 800;
  color: #3f2e28;
}

.shindan-bottom-cta__text {
  margin-top: 14px;
  max-width: 34em;
  font-size: 1rem;
  line-height: 1.76;
  color: rgba(63, 46, 40, 0.82);
}

.shindan-bottom-cta__actions {
  margin-top: 24px;
}

.shindan-bottom-cta__cta-kicker {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 144, 117, 0.2);
  color: #9b654e;
}

.shindan-page__button--bottom {
  min-height: 60px;
  box-shadow: 0 18px 40px rgba(187, 105, 79, 0.32);
}

.shindan-bottom-cta__note {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(80, 58, 48, 0.72);
}

@media (min-width: 768px) {
  .shindan-page {
    padding: 32px 24px 88px;
  }

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

  .shindan-returns__grid,
  .shindan-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shindan-panel {
    padding: 30px 26px;
  }

  .shindan-bottom-cta {
    padding: 38px 32px;
  }
}

@media (min-width: 1024px) {
  .shindan-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 40px;
    padding: 56px;
    align-items: center;
  }

  .shindan-hero__hook {
    font-size: 1.95rem;
  }

  .shindan-hero__pain-badge {
    min-height: 46px;
    padding: 0 18px;
    font-size: 1.08rem;
  }

  .shindan-hero__title {
    max-width: none;
    font-size: clamp(2.32rem, 2.42vw, 2.68rem);
  }

  .shindan-hero__lead {
    font-size: 1.08rem;
    max-width: 30em;
  }

  .shindan-page__button--hero {
    min-width: 400px;
    min-height: 68px;
    width: auto;
    padding: 0 40px;
    font-size: 1.125rem;
  }

  .shindan-phone-mock {
    justify-content: flex-end;
  }

  .shindan-phone-mock__frame {
    width: min(100%, 436px);
  }

  .shindan-section {
    margin-top: 36px;
  }

  .shindan-panel {
    padding: 34px 30px;
  }

  .shindan-bottom-cta {
    padding: 44px 40px;
  }

  .shindan-bottom-cta__title {
    max-width: 15ch;
    font-size: clamp(2.3rem, 3vw, 2.8rem);
  }

  .shindan-page__button--bottom {
    width: auto;
    min-width: 360px;
    min-height: 64px;
    padding: 0 36px;
    font-size: 1.08rem;
  }
}
