.landing-body {
  background: #fff9f6;
  color: #191513;
  font-weight: 400;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px clamp(14px, 4vw, 42px);
  border-bottom: 1px solid rgba(36, 24, 18, 0.08);
  background: rgba(255, 249, 246, 0.92);
  backdrop-filter: blur(14px);
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.landing-brand__mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(36, 24, 18, 0.16);
  border-radius: 50%;
  background: #fff;
  letter-spacing: 0;
}

.landing-header__action,
.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #16110f;
  color: #fff;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.landing-header__action {
  min-height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.landing-btn--light {
  border: 1px solid rgba(36, 24, 18, 0.14);
  background: #fff;
  color: #191513;
}

.landing-main {
  min-height: calc(100vh - 57px);
  padding-bottom: 82px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(18px, 3.5vw, 38px) 0 10px;
}

.landing-eyebrow {
  margin: 0 0 8px;
  color: #9c5d4b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 600;
}

.landing-hero__subtitle {
  max-width: 620px;
  margin: 10px 0 0;
  color: #5f514c;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.landing-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.landing-hero__points li {
  padding: 5px 9px;
  border: 1px solid rgba(156, 93, 75, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #5a3a31;
  font-size: 12px;
  font-weight: 500;
}

.landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.landing-hero__actions .landing-btn:not(.landing-btn--light) {
  background: #1877F2;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.28);
}

.landing-hero__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 0;
}

.landing-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.landing-hero--care {
  display: block;
  max-width: 820px;
  padding-top: clamp(18px, 3vw, 34px);
  padding-bottom: clamp(12px, 2vw, 20px);
  text-align: center;
}

.landing-hero--care .landing-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-hero--care .landing-eyebrow {
  margin-bottom: 14px;
  color: #b75f88;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}

.landing-hero--care h1 {
  max-width: 720px;
  color: #2f2526;
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.18;
  font-weight: 540;
}

.landing-hero--care h1 span {
  display: block;
}

.landing-hero--care h1 span:first-child {
  color: #b75f88;
  font-size: 0.62em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.landing-hero--care .landing-hero__subtitle {
  max-width: 620px;
  margin-top: 18px;
  color: #4f4543;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.7;
  text-align: justify;
  text-align-last: center;
  overflow-wrap: break-word;
}

.landing-hero--care .landing-hero__note {
  max-width: 650px;
  margin: 10px 0 0;
  color: #7a6764;
  font-size: 14px;
  line-height: 1.65;
  text-align: justify;
  text-align-last: center;
  overflow-wrap: break-word;
}

.landing-hero--care .landing-hero__points {
  justify-content: center;
  max-width: 680px;
  gap: 8px;
  margin-top: 18px;
}

.landing-hero--care .landing-hero__points li {
  padding: 7px 12px;
  border-color: rgba(198, 111, 151, 0.22);
  background: #fff;
  color: #5d4349;
  font-size: 13px;
}

.landing-hero--care .landing-hero__actions {
  justify-content: center;
  margin-top: 18px;
}

.landing-hero--care .landing-hero__actions .landing-btn {
  min-height: 50px;
  padding-inline: 22px;
  font-size: 16px;
}

.landing-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0;
}

.landing-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.landing-section h2 {
  margin: 0;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.14;
  font-weight: 600;
}

.landing-progress {
  color: #9c5d4b;
  font-size: 13px;
  font-weight: 600;
}

.landing-quiz {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(280px, 0.36fr);
  gap: 14px;
  align-items: start;
}

.landing-question {
  padding: clamp(12px, 2vw, 18px);
  border: 1px solid rgba(36, 24, 18, 0.1);
  background: #fff;
}

.landing-question h3 {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.22;
  font-weight: 600;
}

.landing-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.landing-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid rgba(36, 24, 18, 0.12);
  background: #fff9f6;
  color: #241812;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.landing-option__label {
  font-weight: 700;
}

.landing-option.is-selected,
.landing-option:hover {
  border-color: #16110f;
  background: #16110f;
  color: #fff;
}

.landing-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.landing-entry-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 116px;
  padding: 14px;
  border: 1px solid rgba(36, 24, 18, 0.12);
  background: #fff;
  color: #241812;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.landing-entry-card:hover {
  border-color: #1877F2;
  box-shadow: 0 10px 22px rgba(24, 119, 242, 0.12);
}

.landing-entry-card__index {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #1877F2;
  color: #fff;
  font-weight: 700;
}

.landing-entry-card strong,
.landing-entry-card small {
  display: block;
}

.landing-entry-card strong {
  font-size: 16px;
  line-height: 1.2;
}

.landing-entry-card small {
  margin-top: 6px;
  color: #65564f;
  font-size: 13px;
  line-height: 1.35;
}

.landing-entry-result {
  padding: clamp(14px, 2.5vw, 22px);
  border: 1px solid rgba(36, 24, 18, 0.1);
  background: #fff;
}

.landing-entry-result h3 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.16;
  font-weight: 600;
}

.landing-entry-result p {
  max-width: 760px;
  margin: 0;
  color: #65564f;
  font-size: 14px;
  line-height: 1.5;
}

.landing-entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.landing-entry-tags span {
  padding: 5px 9px;
  border: 1px solid rgba(156, 93, 75, 0.18);
  border-radius: 999px;
  background: #fff9f6;
  color: #5a3a31;
  font-size: 12px;
  font-weight: 500;
}

.landing-lead-popup-layer {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(25, 21, 19, 0.34);
  backdrop-filter: blur(2px);
  pointer-events: none;
}

.landing-lead-popup {
  position: absolute;
  right: max(16px, calc((100vw - 1160px) / 2));
  bottom: 92px;
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  border: 2px solid #1877F2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(24, 17, 15, 0.38);
  pointer-events: auto;
}

.landing-lead-popup__top {
  display: flex;
  min-height: 56px;
  gap: 10px;
  align-items: center;
  padding: 12px 46px 12px 16px;
  background: #1877F2;
  color: #fff;
  font-weight: 800;
}

.landing-lead-popup__top .landing-messenger-icon {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  background: #fff;
}

.landing-lead-popup__body {
  padding: 16px;
}

.landing-lead-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.landing-lead-popup h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 700;
}

.landing-lead-popup p:not(.landing-eyebrow) {
  margin: 0;
  color: #65564f;
  font-size: 14px;
  line-height: 1.45;
}

.landing-lead-popup__actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.landing-lead-popup__actions .landing-btn {
  gap: 8px;
  width: 100%;
  background: #1877F2;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.24);
}

.landing-lead-popup__actions .landing-messenger-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.landing-lead-popup__secondary {
  border: 0;
  background: transparent;
  color: #6d5b55;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.landing-result,
.landing-side {
  padding: 14px;
  border: 1px solid rgba(36, 24, 18, 0.1);
  background: #fff;
}

.landing-result h3,
.landing-side h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.landing-result p,
.landing-side p {
  margin: 0;
  color: #65564f;
  font-size: 14px;
  line-height: 1.45;
}

.landing-result-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(36, 24, 18, 0.12);
  background: #fff9f6;
}

.landing-result-code span {
  color: #8a6a60;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.landing-result-code strong {
  color: #16110f;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.landing-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.landing-visual-story {
  padding-top: 6px;
}

.landing-story-hero {
  max-width: 760px;
  margin: 0 auto clamp(18px, 3vw, 30px);
  text-align: center;
}

.landing-story-eyebrow {
  margin: 0 0 10px;
  color: #b75f88;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-story-hero h2 {
  margin: 0;
  color: #241812;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: 0;
}

.landing-story-hero strong {
  display: block;
  margin-top: 8px;
  color: #c66f97;
  font-size: clamp(21px, 3.2vw, 34px);
  line-height: 1.12;
  font-weight: 600;
}

.landing-story-hero p {
  max-width: 650px;
  margin: 14px auto 0;
  color: #62504d;
  font-size: 15px;
  line-height: 1.68;
}

.landing-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(194, 102, 142, 0.18);
  background: #fff;
  box-shadow: 0 18px 48px rgba(105, 58, 75, 0.12);
}

.landing-carousel__viewport {
  overflow: hidden;
}

.landing-carousel__track {
  display: flex;
  width: 100%;
  transition: transform 280ms ease;
}

.landing-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
  background: #f8edf2;
}

.landing-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #191513;
  font: inherit;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(25, 21, 19, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
}

.landing-carousel__nav--prev {
  left: 12px;
}

.landing-carousel__nav--next {
  right: 12px;
}

.landing-carousel__dots {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.landing-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(25, 21, 19, 0.12);
  cursor: pointer;
}

.landing-carousel__dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: #c66f97;
}

.landing-story-flow {
  display: grid;
  gap: clamp(14px, 2.4vw, 24px);
  margin-top: clamp(18px, 3.5vw, 34px);
}

.landing-story-section,
.landing-story-cta {
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(194, 102, 142, 0.14);
  background: rgba(255, 255, 255, 0.88);
}

.landing-story-section--split {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: center;
}

.landing-story-section--tint {
  background: #fff1f6;
}

.landing-story-section h3,
.landing-story-cta h3 {
  max-width: 760px;
  margin: 0;
  color: #241812;
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.2;
  font-weight: 560;
  letter-spacing: 0;
}

.landing-story-section p,
.landing-story-cta p {
  max-width: 730px;
  margin: 10px 0 0;
  color: #62504d;
  font-size: 14px;
  line-height: 1.72;
  text-align: justify;
  text-align-last: left;
  overflow-wrap: break-word;
}

.landing-story-section blockquote {
  margin: 0;
  padding: clamp(18px, 3vw, 28px);
  border-left: 4px solid #c66f97;
  background: #fff8fb;
  color: #6f3852;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.58;
  font-weight: 540;
  text-align: justify;
  text-align-last: left;
  overflow-wrap: break-word;
}

.landing-story-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.landing-story-card-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-story-card {
  min-height: 154px;
  padding: 16px;
  border: 1px solid rgba(194, 102, 142, 0.16);
  border-radius: 8px;
  background: #fff;
}

.landing-story-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: #c66f97;
  font-size: 12px;
  font-weight: 800;
}

.landing-story-card h4 {
  margin: 0;
  color: #2d201d;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 700;
}

.landing-story-card p {
  margin-top: 8px;
  color: #6a5b56;
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
  text-align-last: left;
  overflow-wrap: break-word;
}

.landing-story-testimonials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.landing-story-testimonials div {
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(194, 102, 142, 0.16);
  border-radius: 8px;
  background: #fff;
}

.landing-story-testimonials strong {
  display: block;
  color: #c66f97;
  font-size: 15px;
  font-weight: 800;
}

.landing-story-testimonials small {
  display: block;
  margin-top: 4px;
  color: #3b302f;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.landing-story-testimonials p {
  margin-top: 8px;
  color: #62504d;
  font-size: 13px;
  line-height: 1.5;
}

.landing-story-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  background: #fff4f8;
}

.landing-story-cta p {
  margin-right: auto;
  margin-left: auto;
  text-align-last: center;
}

.landing-story-cta .landing-btn {
  gap: 10px;
  min-width: min(100%, 300px);
  margin-top: 18px;
  background: #1877F2;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.28);
}

.landing-story-cta small {
  display: block;
  margin-top: 12px;
  color: #8f6a78;
  font-size: 12px;
  line-height: 1.4;
}

.landing-article-flow {
  display: grid;
  gap: 10px;
}

.landing-article-block {
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(0, 0.62fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(36, 24, 18, 0.1);
  background: #fff;
}

.landing-article-block img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.landing-article-block h3,
.landing-video-panel h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 600;
}

.landing-article-block p {
  margin: 0;
  color: #65564f;
  font-size: 14px;
  line-height: 1.45;
}

.landing-video-panel {
  padding: 14px;
  border: 1px solid rgba(36, 24, 18, 0.1);
  background: #fff;
}

.landing-video-panel video,
.landing-video-empty {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #16110f;
}

.landing-video-empty {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}

.landing-video-panel p {
  max-width: 780px;
  margin: 10px 0 0;
  color: #65564f;
  font-size: 14px;
  line-height: 1.45;
}

.landing-hero--weight {
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.48fr);
  align-items: stretch;
  padding-top: clamp(18px, 3.2vw, 42px);
  padding-bottom: clamp(12px, 2.4vw, 24px);
}

.landing-hero--weight .landing-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing-hero--weight h1 {
  max-width: 760px;
  color: #2d201d;
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.06;
}

.landing-hero--weight .landing-hero__subtitle {
  max-width: 690px;
  margin-top: 12px;
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.52;
}

.landing-weight-hero__note,
.landing-weight-fineprint {
  max-width: 680px;
  margin: 10px 0 0;
  color: #806a63;
  font-size: 12px;
  line-height: 1.42;
}

.landing-weight-hero__media {
  display: grid;
  gap: 8px;
  align-content: stretch;
  min-height: 330px;
  padding: clamp(14px, 2.5vw, 24px);
  border: 1px solid rgba(156, 93, 75, 0.14);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 246, 0.92)),
    #fff;
  box-shadow: 0 22px 58px rgba(105, 58, 75, 0.14);
}

.landing-weight-hero__media img {
  display: block;
  width: 100%;
  height: min(420px, 52vw);
  min-height: 260px;
  object-fit: cover;
  border-radius: 8px;
  background: #fff1f6;
}

.landing-weight-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.landing-weight-hero__metric {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(194, 102, 142, 0.16);
  border-radius: 8px;
  background: #fff;
}

.landing-weight-hero__metric span {
  color: #b75f88;
  font-size: 13px;
  font-weight: 800;
}

.landing-weight-hero__metric strong {
  color: #2d201d;
  font-size: 14px;
  line-height: 1.25;
}

.landing-weight-page {
  display: grid;
  gap: clamp(12px, 2vw, 20px);
}

.landing-weight-intro,
.landing-weight-section,
.landing-weight-warning {
  padding: clamp(16px, 2.5vw, 28px);
  border: 1px solid rgba(194, 102, 142, 0.14);
  background: rgba(255, 255, 255, 0.9);
}

.landing-weight-section--tint {
  background: #fff1f6;
}

.landing-weight-intro h2,
.landing-weight-section h2,
.landing-weight-warning h2,
.landing-weight-final-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #241812;
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.16;
  font-weight: 580;
  letter-spacing: 0;
}

.landing-weight-intro p:not(.landing-story-eyebrow),
.landing-weight-section p,
.landing-weight-warning li,
.landing-weight-final-cta p {
  max-width: 780px;
  margin: 8px 0 0;
  color: #62504d;
  font-size: 14px;
  line-height: 1.56;
  text-align: justify;
  text-align-last: left;
  overflow-wrap: break-word;
}

.landing-weight-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.landing-weight-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-weight-card {
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(194, 102, 142, 0.16);
  border-radius: 8px;
  background: #fff;
}

.landing-weight-card h3,
.landing-weight-timeline__item h3 {
  margin: 0;
  color: #2d201d;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 700;
}

.landing-weight-card p,
.landing-weight-timeline__item p,
.landing-weight-question-list p {
  margin-top: 6px;
  color: #6a5b56;
  font-size: 13px;
  line-height: 1.44;
  text-align: justify;
  text-align-last: left;
}

.landing-weight-section--split {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr);
  gap: clamp(14px, 2.5vw, 24px);
  align-items: start;
}

.landing-weight-section--split aside {
  padding: 15px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 8px;
  background: #f5f9ff;
}

.landing-weight-section--split aside strong {
  color: #1877F2;
  font-size: 14px;
  font-weight: 800;
}

.landing-weight-timeline {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.landing-weight-timeline__item {
  position: relative;
  padding: 15px 15px 15px 22px;
  border: 1px solid rgba(194, 102, 142, 0.16);
  border-radius: 8px;
  background: #fff;
}

.landing-weight-timeline__item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 10px;
  width: 3px;
  border-radius: 999px;
  background: #c66f97;
}

.landing-weight-timeline__item span {
  display: inline-block;
  margin-bottom: 8px;
  color: #b75f88;
  font-size: 12px;
  font-weight: 800;
}

.landing-weight-mid-cta {
  margin-top: 18px;
}

.landing-weight-warning {
  border-color: rgba(168, 80, 80, 0.18);
  background: #fff7f4;
}

.landing-weight-warning ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.landing-weight-question-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.landing-weight-question-list details {
  border: 1px solid rgba(194, 102, 142, 0.16);
  border-radius: 8px;
  background: #fff;
}

.landing-weight-question-list summary {
  padding: 12px 14px;
  color: #2d201d;
  font-weight: 700;
  cursor: pointer;
}

.landing-weight-question-list p {
  margin: 0;
  padding: 0 14px 14px;
}

.landing-weight-final-cta {
  margin-top: 0;
}

.landing-case,
.landing-faq {
  padding: 14px;
  border: 1px solid rgba(36, 24, 18, 0.1);
  background: #fff;
}

.landing-case h3,
.landing-faq h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.landing-case p,
.landing-faq p {
  margin: 0;
  color: #65564f;
  font-size: 14px;
  line-height: 1.45;
}

.landing-fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(36, 24, 18, 0.1);
  background: rgba(255, 249, 246, 0.92);
  backdrop-filter: blur(14px);
}

.landing-fixed-cta .landing-btn {
  width: min(360px, 100%);
  min-height: 42px;
  box-shadow: 0 10px 24px rgba(22, 17, 15, 0.18);
}

.landing-btn--messenger {
  gap: 12px;
  background: #1877F2;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.28);
}

.landing-messenger-icon,
.nara-messenger-cta__icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  flex: 0 0 32px;
  margin-left: -3px;
  border-radius: 999px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.28));
}

.landing-messenger-icon svg,
.landing-messenger-icon img,
.nara-messenger-cta__icon svg,
.nara-messenger-cta__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.messenger-logo-img {
  display: block;
}

.landing-loading {
  display: grid;
  min-height: 70vh;
  place-items: center;
  color: #6a5a52;
}

@media (max-width: 820px) {
  .landing-main {
    overflow-x: hidden;
  }

  .landing-section {
    width: calc(100% - 36px);
  }

  .landing-hero,
  .landing-quiz,
  .landing-entry-grid,
  .landing-card-grid,
  .landing-story-section--split,
  .landing-story-card-grid,
  .landing-story-card-grid--compact,
  .landing-story-testimonials,
  .landing-article-block,
  .landing-hero--weight,
  .landing-weight-card-grid,
  .landing-weight-card-grid--three,
  .landing-weight-section--split {
    grid-template-columns: 1fr;
  }

  .landing-entry-card {
    min-height: 0;
  }

  .landing-options {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    width: calc(100% - 36px);
    padding-top: 14px;
  }

  .landing-hero__media,
  .landing-hero__media img {
    min-height: 240px;
  }

  .landing-weight-hero__media {
    min-height: 0;
  }

  .landing-weight-hero__media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .landing-weight-hero__metrics {
    grid-template-columns: 1fr;
  }

  .landing-hero--care {
    gap: 14px;
    max-width: calc(100% - 36px);
    padding-top: 16px;
    text-align: center;
  }

  .landing-hero--care h1 {
    max-width: 100%;
    font-size: 27px;
    line-height: 1.24;
  }

  .landing-hero--care h1 span:first-child {
    font-size: 0.66em;
  }

  .landing-hero--care .landing-hero__subtitle {
    max-width: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
  }

  .landing-hero--care .landing-hero__note {
    font-size: 13px;
    line-height: 1.66;
  }

  .landing-hero--care .landing-hero__points {
    justify-content: center;
    margin-top: 14px;
  }

  .landing-hero--care .landing-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.74fr);
    gap: 8px;
    width: 100%;
    margin-top: 14px;
  }

  .landing-hero--care .landing-hero__actions .landing-btn {
    width: 100%;
    min-height: 46px;
    padding-inline: 8px;
    font-size: 13px;
    line-height: 1.18;
    white-space: normal;
  }

  .landing-hero--care .landing-hero__actions .landing-btn--light {
    font-size: 12px;
  }

  .landing-story-section,
  .landing-story-cta {
    padding: 16px;
  }

  .landing-story-section h3,
  .landing-story-cta h3 {
    font-size: 22px;
    line-height: 1.22;
  }

  .landing-story-section p,
  .landing-story-cta p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    text-align-last: left;
  }

  .landing-story-cta p {
    text-align-last: center;
  }

  .landing-hero--care .landing-hero__copy {
    align-items: center;
  }

  .landing-hero--care .landing-hero__subtitle,
  .landing-hero--care .landing-hero__note {
    text-align: justify;
    text-align-last: center;
  }

  .landing-carousel__slide {
    aspect-ratio: 16 / 9;
  }

  .landing-carousel__nav {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  .landing-story-hero {
    text-align: left;
  }

  .landing-story-hero h2 {
    font-size: 32px;
  }

  .landing-story-section,
  .landing-story-cta {
    padding: 18px;
  }

  .landing-story-card,
  .landing-story-testimonials div {
    min-height: 0;
  }

  .landing-section__head {
    display: block;
  }

  .landing-lead-popup {
    right: 16px;
    bottom: 88px;
  }

  .landing-hero--symptom {
    padding-top: 18px;
  }

  .landing-hero--symptom h1 {
    font-size: 28px;
  }

  .landing-hero--symptom h1 span:first-child {
    font-size: 18px;
  }

  .landing-symptom-list div {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 0;
    padding: 11px 12px;
  }

  .landing-symptom-list span {
    width: 30px;
    height: 30px;
  }

  .landing-entry-grid--symptom {
    grid-template-columns: 1fr;
  }

  .landing-entry-grid--symptom .landing-entry-card {
    min-height: 0;
  }
}

.landing-home-faq {
  margin-top: 2px !important;
}

.landing-hero--symptom {
  max-width: 900px;
  padding-top: clamp(20px, 3.2vw, 42px);
}

.landing-hero--symptom h1 {
  max-width: 820px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
  font-weight: 620;
}

.landing-hero--symptom h1 span:first-child {
  color: #bd426f;
  font-size: clamp(19px, 2.4vw, 28px);
  line-height: 1.25;
  font-weight: 720;
}

.landing-hero--symptom .landing-hero__subtitle {
  max-width: 760px;
  color: #3d3331;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.72;
}

.landing-hero--symptom .landing-hero__note {
  max-width: 720px;
  color: #6f5d58;
  font-size: 14px;
}

.landing-hero--symptom .landing-btn--light {
  gap: 8px;
  border-color: rgba(24, 119, 242, 0.25);
  color: #105bbd;
}

.landing-symptom-page {
  max-width: 960px;
}

.landing-symptom-check {
  border-color: rgba(189, 66, 111, 0.22);
  background: #fff;
}

.landing-symptom-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.landing-symptom-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(189, 66, 111, 0.18);
  border-radius: 8px;
  background: #fff8fb;
}

.landing-symptom-list span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: #bd426f;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.landing-symptom-list strong {
  color: #241812;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.42;
  font-weight: 680;
}

.landing-symptom-check .landing-btn {
  gap: 10px;
  margin-top: 6px;
}

.landing-entry-grid--symptom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.landing-entry-grid--symptom .landing-entry-card {
  min-height: 128px;
  border-color: rgba(24, 119, 242, 0.18);
  border-radius: 8px;
}

.landing-entry-grid--symptom .landing-entry-card strong {
  color: #211615;
}

.landing-entry-grid--symptom .landing-entry-card small {
  color: #5e514d;
}

.landing-story-section .landing-entry-grid--symptom + p {
  margin-top: 14px;
}

.landing-symptom-page .landing-story-cta {
  border-color: rgba(24, 119, 242, 0.18);
  background: #f4f9ff;
}

.landing-symptom-page .landing-story-cta h3 {
  max-width: 780px;
}

.landing-symptom-page .landing-story-cta small {
  color: #416487;
}

/* Landing header logo: match main brand mark while keeping Messenger CTA */
.landing-body .landing-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 clamp(18px, 4vw, 40px);
  border-bottom: 1px solid rgba(36, 24, 18, 0.08);
  background: rgba(255, 249, 246, 0.96);
  backdrop-filter: blur(14px);
}

.landing-body .shop-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 0;
}

.landing-body .shop-brand {
  display: inline-flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: #15110f;
  text-decoration: none;
}

.landing-body .shop-brand::after {
  display: none !important;
}

.landing-body .shop-brand__mark {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  border-radius: 5px;
  background: #15110f;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.landing-body .shop-brand__text {
  display: inline-flex;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 42vw;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
}

.landing-body .shop-brand__text::after {
  display: inline-block;
  content: "Secret-Bloom";
  overflow: hidden;
  color: #15110f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-body .landing-header__nav {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
}

.landing-body .landing-header__action,
.landing-body .landing-header__action:visited {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 44px;
  gap: 10px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
  background: #1877F2;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.landing-body .landing-header__action::after {
  display: none;
}

@media (max-width: 720px) {
  .landing-body .landing-header {
    padding-inline: 22px;
  }
}

@media (max-width: 430px) {
  .landing-body .landing-header {
    padding-inline: 20px;
  }

  .landing-body .landing-header .shop-brand__text {
    max-width: 34vw;
  }

  .landing-body .landing-header .shop-brand__text::after {
    font-size: 15px;
  }

  .landing-body .landing-header .landing-header__action,
  .landing-body .landing-header .landing-header__action:visited {
    min-width: 92px;
    padding: 0 16px;
    font-size: 13px;
  }
}

/* Keep landing header aligned: logo left, Messenger right, same row on mobile. */
.landing-body .landing-header .shop-header__inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  height: 64px !important;
  min-height: 64px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.landing-body .landing-header .shop-brand {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 118px) !important;
  justify-content: flex-start !important;
}

.landing-body .landing-header .shop-brand__mark {
  width: 40px !important;
  height: 34px !important;
  border-radius: 8px !important;
  font-size: 10px !important;
}

.landing-body .landing-header .shop-brand__text {
  display: none !important;
}

.landing-body .landing-header .shop-brand::after {
  display: inline-flex !important;
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: 42vw !important;
  height: 34px !important;
  align-items: center !important;
  overflow: hidden !important;
  content: "Secret-Bloom" !important;
  color: #111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.landing-body .landing-header .landing-header__nav {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: 34px !important;
  align-items: center !important;
  margin-left: auto !important;
}

.landing-body .landing-header .landing-header__action,
.landing-body .landing-header .landing-header__action:visited {
  display: inline-flex !important;
  min-width: 104px !important;
  min-height: 34px !important;
  height: 34px !important;
  gap: 10px !important;
  padding: 0 18px 0 12px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #1877F2 !important;
  color: #fff !important;
  line-height: 1 !important;
}

.landing-body .landing-header .landing-header__action .landing-messenger-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  margin-left: 0;
}

.landing-body .landing-header .landing-header__action span:last-child {
  display: inline-block;
  padding-left: 2px;
}

@media (max-width: 430px) {
  .landing-body .landing-header .shop-brand::after {
    max-width: 34vw !important;
    font-size: 17px !important;
  }

  .landing-body .landing-header .landing-header__action,
  .landing-body .landing-header .landing-header__action:visited {
    min-width: 96px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }
}

/* The shared shop theme fixes .shop-header__inner globally. Landing pages need
   one fixed header layer only, with the content pushed below it. */
.landing-body .landing-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 140 !important;
  min-height: 58px !important;
  padding: 0 !important;
}

.landing-body .landing-header .shop-header__inner {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: min(calc(100vw - 48px), 384px) !important;
  max-width: min(calc(100vw - 48px), 384px) !important;
  min-height: 58px !important;
  height: 58px !important;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  transform: none !important;
}

.landing-body .landing-main {
  padding-top: 72px !important;
}

.landing-body .landing-hero {
  padding-top: 10px !important;
}

@media (max-width: 430px) {
  .landing-body .landing-header .shop-header__inner {
    width: min(calc(100vw - 32px), 384px) !important;
    max-width: min(calc(100vw - 32px), 384px) !important;
  }

  .landing-body .landing-main {
    padding-top: 68px !important;
  }

  .landing-body .landing-hero {
    padding-top: 8px !important;
  }
}

/* Messenger group entry shared by landing pages. */
.landing-group-entries {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}
.landing-group-entries:empty {
  display: none;
}
.landing-group-btn {
  width: 100%;
}

.landing-groups-section {
  padding-top: 8px;
  padding-bottom: 6px;
}

.landing-groups-section[hidden] {
  display: none;
}

.landing-groups-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 119, 242, 0.14);
  border-radius: 10px;
  background: #f6fbff;
}

.landing-groups-strip__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.landing-groups-strip__copy span {
  color: #50729a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-groups-strip__copy strong {
  color: #172033;
  font-size: 15px;
  line-height: 1.25;
}

.landing-groups-section .landing-group-entries {
  flex: 0 0 auto;
  margin-top: 0;
}

.landing-groups-section .landing-group-btn {
  width: auto;
  min-width: 132px;
  box-shadow: 0 8px 18px rgba(24, 119, 242, 0.2);
}

@media (max-width: 720px) {
  .landing-groups-section {
    padding-top: 6px;
  }

  .landing-groups-strip {
    padding: 10px 12px;
  }
}
