.p-front-page {
  padding-top: 0;
}
#line-support,
#meal-support,
#trainer {
  scroll-margin-top: calc(var(--header-height) + 24px);
}
.p-hero {
  --rutile-dark: var(--color-dark);
  --rutile-black: var(--color-ink);
  --rutile-gold: var(--color-silver);
  --rutile-gold-light: var(--color-silver-light);
  --rutile-silver: var(--color-silver);
  --rutile-silver-light: var(--color-silver-light);
  --rutile-white: #ffffff;
  --rutile-muted: rgba(255, 255, 255, 0.82);
  --rutile-border: var(--border-white-alpha);
  background-image:
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.92) 0%,
      rgba(10, 10, 10, 0.72) 38%,
      rgba(10, 10, 10, 0.2) 72%
    ),
    linear-gradient(0deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0) 38%),
    url("../../images/top/hero.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--rutile-white);
  min-height: 100vh;
  overflow: hidden;
  padding: calc(var(--header-height) + clamp(4.5rem, 8vw, 7rem)) 0
    clamp(3rem, 7vw, 6rem);
  position: relative;
}
.p-hero__overlay {
  background: radial-gradient(
    circle at 72% 28%,
    rgba(208, 178, 122, 0.16),
    rgba(8, 8, 7, 0) 32%
  );
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.p-hero__inner {
  min-height: calc(100vh - var(--header-height) - clamp(7.5rem, 15vw, 13rem));
  position: relative;
  z-index: 1;
}
.p-hero__content {
  margin-left: 0;
  margin-right: 0;
  max-width: 760px;
  padding-top: clamp(2rem, 6vw, 5rem);
  text-align: center;
}
.p-hero__eyebrow {
  align-items: center;
  color: var(--rutile-gold-light);
  display: inline-flex;
  font-size: 13px;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.22em;
  margin-bottom: 1.35rem;
  margin-left: auto;
  margin-right: auto;
}
.p-hero__eyebrow::before,
.p-hero__eyebrow::after {
  background: var(--rutile-gold);
  content: "";
  display: block;
  height: 1px;
  width: 44px;
}
.p-hero__title {
  color: var(--rutile-white);
  font-size: clamp(2.35rem, 4.3vw, 4.5rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.55;
  margin: 0;
  text-align: center;
  text-shadow: 0 18px 36px rgba(0, 0, 0, 0.42);
}
.p-hero__title span {
  color: var(--rutile-gold-light);
}
.p-hero__lead {
  color: var(--rutile-muted);
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  line-height: 2.05;
  margin: 1.5rem auto 0;
  max-width: 680px;
  text-align: center;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}
.p-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.25rem;
}
.p-hero__btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-family: var(--font-heading);
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  min-height: 54px;
  padding: 0.9rem 1.35rem;
  text-decoration: none;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    color 0.2s,
    transform 0.2s;
}
.p-hero__btn:hover {
  transform: translateY(-1px);
}
.p-hero__btn--primary {
  background: linear-gradient(
    180deg,
    var(--rutile-gold-light) 0%,
    var(--rutile-gold) 100%
  );
  border-color: var(--rutile-gold);
  box-shadow: 0 14px 30px rgba(184, 148, 95, 0.28);
  color: var(--rutile-black);
}
.p-hero__btn--primary:hover {
  background: linear-gradient(180deg, #dec38d 0%, #c29e67 100%);
  border-color: var(--rutile-gold-light);
  color: var(--rutile-black);
}
.p-hero__btn--outline {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.62);
  color: var(--rutile-white);
}
.p-hero__btn--outline:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: var(--rutile-white);
  color: var(--rutile-white);
}
.p-hero__btn .material-symbols-outlined {
  font-size: 1.18em;
}
.p-hero__features {
  border-top: 1px solid var(--rutile-border);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2rem, 5vw, 4rem) auto 0;
  max-width: 850px;
  padding-top: 1.5rem;
}
.p-hero__feature {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  min-width: 0;
  padding: 0 1.2rem;
  text-align: left;
}
.p-hero__feature:first-child {
  padding-left: 0;
}
.p-hero__feature + .p-hero__feature {
  border-left: 1px solid rgba(208, 178, 122, 0.32);
}
.p-hero__feature > .material-symbols-outlined {
  color: var(--rutile-gold-light);
  font-size: 2rem;
}
.p-hero__feature p {
  line-height: 1.5;
  margin: 0;
}
.p-hero__feature strong,
.p-hero__feature span {
  display: block;
}
.p-hero__feature strong {
  color: var(--rutile-white);
  font-size: 1rem;
  font-weight: 700;
}
.p-hero__feature p span {
  color: var(--rutile-muted);
  font-size: 0.92rem;
}
.p-front-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.p-problem {
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(190, 155, 105, 0.16),
      transparent 34%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(190, 155, 105, 0.12),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      var(--color-bg) 0%,
      var(--color-surface) 48%,
      var(--color-surface-soft) 100%
    );
  overflow: hidden;
  position: relative;
}
.p-problem::before {
  border: 1px solid rgba(190, 155, 105, 0.16);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  content: "";
  height: 420px;
  left: -220px;
  pointer-events: none;
  position: absolute;
  top: 12%;
  transform: rotate(-8deg);
  width: 620px;
}
.p-problem__header {
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  max-width: 820px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-problem__eyebrow {
  align-items: center;
  color: var(--color-accent, #9b7a4d);
  display: inline-flex;
  font-size: 0.78rem;
  gap: 16px;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.p-problem__eyebrow::before,
.p-problem__eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.45;
  width: 64px;
}
.p-problem__title {
  color: var(--color-text, #191511);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 0;
}
.p-problem__lead {
  color: rgba(31, 31, 31, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 2;
  margin: 1.35rem 0 0;
}
.p-problem__grid {
  position: relative;
  z-index: 1;
}
.p-problem-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(190, 155, 105, 0.28);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(60, 45, 25, 0.08);
  height: 100%;
  padding: clamp(2rem, 3vw, 3rem) 1.5rem;
  text-align: center;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.p-problem-card:hover {
  box-shadow: 0 24px 48px rgba(60, 45, 25, 0.12);
  transform: translateY(-4px);
}
.p-problem-card__visual {
  aspect-ratio: 4 / 3;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  width: min(100%, 280px);
}
.p-problem-card__image {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.p-problem-card__title {
  color: var(--color-text, #191511);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
}
.p-problem-card__line {
  background: rgba(190, 155, 105, 0.36);
  display: block;
  height: 1px;
  margin: 1.25rem auto;
  width: 44px;
}
.p-problem-card__text {
  color: rgba(25, 21, 17, 0.7);
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0;
}
.p-about-rutile {
  background: var(--color-surface);
  overflow: hidden;
  position: relative;
}
.p-about-rutile__content {
  max-width: 640px;
}
.p-about-rutile__eyebrow {
  align-items: center;
  color: var(--color-accent, #9b7a4d);
  display: inline-flex;
  font-size: 0.78rem;
  gap: 16px;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-bottom: 24px;
}
.p-about-rutile__eyebrow::before,
.p-about-rutile__eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.45;
  width: 64px;
}
.p-about-rutile__title {
  color: var(--color-text, #191511);
  font-family: var(--font-heading);
  font-size: clamp(2.05rem, 3.6vw, 3.3rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: 0;
}
.p-about-rutile__lead {
  border-bottom: 1px solid rgba(120, 92, 58, 0.22);
  color: var(--color-accent, #9b7a4d);
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  letter-spacing: 0.08em;
  line-height: 1.9;
  margin: 32px 0 0;
  padding-bottom: 30px;
}
.p-about-rutile__body {
  color: var(--color-text, #191511);
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
  margin-top: 36px;
}
.p-about-rutile__body p {
  margin: 0;
}
.p-about-rutile__body p + p {
  margin-top: 1.2em;
}
.p-about-rutile__features {
  margin-top: 48px;
}
.p-about-rutile__feature {
  height: 100%;
  text-align: center;
}
.p-about-rutile__feature-icon {
  background: linear-gradient(135deg, #1e1711 0%, #3a2b20 100%);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(38, 28, 20, 0.18);
  color: var(--color-accent-dark);
  display: inline-grid;
  font-size: 28px;
  height: 52px;
  margin-bottom: 20px;
  place-items: center;
  width: 52px;
}
.p-about-rutile__feature-title {
  color: var(--color-text, #191511);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
}
.p-about-rutile__feature-text {
  color: rgba(25, 21, 17, 0.72);
  font-size: 0.88rem;
  line-height: 1.9;
  margin: 14px 0 0;
}
.p-about-rutile__visual {
  margin: 0;
  position: relative;
}
.p-about-rutile__visual img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(185, 154, 101, 0.58);
  border-radius: 24px;
  box-shadow: 0 28px 64px rgba(42, 31, 21, 0.24);
  display: block;
  object-fit: cover;
  object-position: center right;
  width: 100%;
}
.p-goal {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.9), transparent 42%),
    linear-gradient(180deg, var(--color-surface-soft) 0%, var(--color-bg) 100%);
  overflow: hidden;
  position: relative;
}
.p-goal__header {
  margin: 0 auto clamp(2.75rem, 5vw, 4.5rem);
  max-width: 920px;
  text-align: center;
}
.p-goal__eyebrow {
  align-items: center;
  color: var(--color-accent, #9b7a4d);
  display: inline-flex;
  font-size: 0.86rem;
  gap: 18px;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.p-goal__eyebrow::before,
.p-goal__eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.6;
  width: 72px;
}
.p-goal__title {
  color: var(--color-text, #2b2620);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.3vw, 2.85rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin: 0;
  text-align: center;
}
.p-goal__lead {
  color: rgba(31, 31, 31, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 1.5rem 0 0;
}
.p-goal__grid {
  align-items: stretch;
}
.p-goal__bottom-copy {
  color: var(--color-accent-dark);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: clamp(2.5rem, 5vw, 4rem) 0 0;
  text-align: center;
}
.p-goal-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(160, 124, 76, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(52, 38, 22, 0.12);
  height: 100%;
  overflow: hidden;
}
.p-goal-card__image {
  aspect-ratio: 16 / 10;
  background: #ddd;
  overflow: hidden;
  position: relative;
}
.p-goal-card__image::after {
  background: linear-gradient(
    90deg,
    rgba(15, 14, 12, 0.56) 0%,
    rgba(15, 14, 12, 0.18) 58%,
    rgba(15, 14, 12, 0.08) 100%
  );
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.p-goal-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-goal-card--01 .p-goal-card__image img {
  object-position: 70% center;
}
.p-goal-card--02 .p-goal-card__image img {
  object-position: 58% center;
}
.p-goal-card--03 .p-goal-card__image img {
  object-position: 88% center;
}
.p-goal-card__script {
  color: rgba(208, 178, 122, 0.88);
  font-family: "Times New Roman", cursive;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-style: italic;
  left: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin: 0;
  position: absolute;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  top: 28%;
  transform: rotate(-8deg);
  z-index: 1;
}
.p-goal-card__body {
  padding: 3.75rem 2rem 2.25rem;
  position: relative;
  text-align: center;
}
.p-goal-card__number {
  background: linear-gradient(135deg, #b5935c, #8f6b36);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(72, 48, 24, 0.18);
  color: #fff;
  display: grid;
  font-family: Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  height: 72px;
  left: 50%;
  line-height: 1;
  place-items: center;
  position: absolute;
  top: -36px;
  transform: translateX(-50%);
  width: 72px;
}
.p-goal-card__icon {
  color: var(--color-accent-dark);
  display: inline-flex;
  font-size: 2.5rem;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 48;
  line-height: 1;
  margin-bottom: 1rem;
}
.p-front-page .p-goal-card__icon {
  background: var(--color-surface-soft);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(17, 24, 32, 0.12);
  display: grid;
  height: 72px;
  left: 50%;
  margin-bottom: 0;
  place-items: center;
  position: absolute;
  top: -36px;
  transform: translateX(-50%);
  width: 72px;
}
.p-front-page .p-goal-card__icon .material-symbols-outlined {
  font-size: 30px;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 32;
}
.p-goal-card__title {
  color: var(--color-text, #2b2620);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
}
.p-goal-card__line {
  background: rgba(154, 116, 62, 0.48);
  display: block;
  height: 1px;
  margin: 1rem auto 1.15rem;
  width: 42px;
}
.p-goal-card__text {
  color: rgba(31, 31, 31, 0.74);
  font-size: 0.96rem;
  letter-spacing: 0.03em;
  line-height: 1.95;
  margin: 0;
}
.p-time-value {
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(184, 148, 95, 0.22),
      transparent 32%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(208, 178, 122, 0.14),
      transparent 34%
    ),
    linear-gradient(180deg, #252b33 0%, #171c22 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.p-time-value::before {
  background: linear-gradient(
    90deg,
    rgba(208, 178, 122, 0),
    rgba(208, 178, 122, 0.28),
    rgba(208, 178, 122, 0)
  );
  content: "";
  height: 1px;
  left: 8%;
  opacity: 0.7;
  position: absolute;
  right: 8%;
  top: 0;
}
.p-time-value::after {
  border: 1px solid rgba(208, 178, 122, 0.12);
  border-radius: 999px;
  content: "";
  height: 520px;
  pointer-events: none;
  position: absolute;
  right: -260px;
  top: 50%;
  transform: translateY(-50%) rotate(-12deg);
  width: 520px;
}
.p-time-value__inner {
  position: relative;
  z-index: 1;
}
.p-time-value__content {
  max-width: 620px;
}
.p-time-value__eyebrow {
  align-items: center;
  color: var(--color-accent-dark);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-bottom: 1.4rem;
}
.p-time-value__eyebrow::before {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.72;
  width: 48px;
}
.p-time-value__title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.3vw, 2.9rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.55;
  margin: 0;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}
.p-time-value__line {
  background: linear-gradient(
    90deg,
    var(--color-silver),
    rgba(184, 192, 200, 0)
  );
  display: block;
  height: 1px;
  margin: 1.7rem 0;
  width: min(260px, 70%);
}
.p-time-value__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  letter-spacing: 0.04em;
  line-height: 2.05;
  margin: 0;
}
.p-time-value__cards {
  display: grid;
  gap: 1rem;
}
.p-time-value-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(208, 178, 122, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 1.15rem;
  padding: clamp(1.25rem, 2vw, 1.7rem);
  transition:
    background-color 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.p-time-value-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(208, 178, 122, 0.36);
  transform: translateY(-2px);
}
.p-time-value-card__icon {
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(208, 178, 122, 0.22),
    rgba(184, 148, 95, 0.08)
  );
  border: 1px solid rgba(208, 178, 122, 0.34);
  border-radius: 999px;
  color: var(--color-accent-dark);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 2rem;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}
.p-time-value-card__title {
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
}
.p-time-value-card__text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  letter-spacing: 0.03em;
  line-height: 1.9;
  margin: 0.6rem 0 0;
}
.p-features {
  background:
    radial-gradient(
      circle at top center,
      rgba(190, 160, 110, 0.12),
      transparent 42%
    ),
    var(--color-bg);
}
.p-features__header {
  margin: 0 auto 56px;
  max-width: 760px;
  text-align: center;
}
.p-features__eyebrow {
  align-items: center;
  color: var(--color-accent, #9aa3ad);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  gap: 24px;
  letter-spacing: 0.18em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.p-features__eyebrow::before,
.p-features__eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.65;
  width: 72px;
}
.p-features__title {
  color: var(--color-text, #2b2620);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 24px 0 0;
}
.p-features__line {
  background: var(--color-silver);
  display: block;
  height: 2px;
  margin: 24px auto 0;
  width: 88px;
}
.p-features__lead {
  color: rgba(31, 31, 31, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 28px 0 0;
}
.p-features .p-feature-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(160, 124, 76, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(60, 45, 25, 0.08);
  height: 100%;
  padding: 48px 32px 40px;
  text-align: center;
}
.p-features .p-feature-card__icon {
  background: var(--color-surface-soft);
  border-radius: 50%;
  display: grid;
  height: 104px;
  margin: 0 auto 28px;
  place-items: center;
  width: 104px;
}
.p-features .p-feature-card__icon .material-symbols-outlined {
  color: var(--color-accent-dark);
  font-size: 44px;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 48;
}
.p-features .p-feature-card__line {
  background: var(--color-silver);
  display: block;
  height: 1px;
  margin: 0 auto 28px;
  width: 64px;
}
.p-features .p-feature-card__title {
  color: var(--color-text, #2b2620);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
}
.p-features .p-feature-card__text {
  color: rgba(31, 31, 31, 0.74);
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: 28px 0 0;
}
.p-plan {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 255, 255, 0.08),
      transparent 42%
    ),
    radial-gradient(
      circle at 14% 78%,
      rgba(184, 192, 200, 0.1),
      transparent 34%
    ),
    linear-gradient(180deg, #252b33 0%, #171c22 100%);
  color: #fff;
  overflow: hidden;
  padding-bottom: clamp(4.5rem, 8vw, 8rem);
  padding-top: clamp(4.5rem, 8vw, 8rem);
  position: relative;
}
.p-plan::before {
  background: linear-gradient(
    90deg,
    rgba(228, 231, 234, 0),
    rgba(228, 231, 234, 0.28),
    rgba(228, 231, 234, 0)
  );
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
}
.p-plan__header {
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  max-width: 820px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-plan__eyebrow {
  align-items: center;
  color: var(--color-accent-dark);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0;
}
.p-plan__eyebrow::before,
.p-plan__eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.52;
  width: 72px;
}
.p-plan__title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 3.05rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin: 1.4rem 0 0;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
}
.p-plan__lead {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 1.4rem 0 0;
}
.p-plan__grid {
  position: relative;
  z-index: 1;
}
.p-plan-card {
  background:
    linear-gradient(145deg, rgba(39, 45, 53, 0.98), rgba(18, 22, 28, 0.98)),
    radial-gradient(
      circle at 12% 0%,
      rgba(255, 255, 255, 0.12),
      transparent 36%
    );
  border: 1px solid rgba(228, 231, 234, 0.22);
  border-radius: 18px;
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: clamp(2rem, 3.4vw, 2.8rem);
  position: relative;
}
.p-plan-card::before {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0)
  );
  content: "";
  height: 1px;
  left: 1.5rem;
  opacity: 0.7;
  position: absolute;
  right: 1.5rem;
  top: 0;
}
.p-plan-card--recommended {
  border-color: rgba(228, 231, 234, 0.34);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}
.p-plan-card__badge {
  align-items: center;
  background: linear-gradient(
    180deg,
    var(--color-silver-light) 0%,
    var(--color-silver-dark) 100%
  );
  border-radius: 5px;
  color: #3a2815;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.12em;
  min-width: 136px;
  padding: 0 1.25rem;
  position: absolute;
  top: -19px;
  transform: translateX(-50%);
}
.p-plan-card__label {
  color: rgba(228, 231, 234, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin: 0 0 0.85rem;
}
.p-plan-card__title {
  color: #f7f8f9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin: 0;
  min-height: 1.15em;
  overflow-wrap: anywhere;
  white-space: nowrap;
}
.p-plan-card__lead {
  color: rgba(228, 231, 234, 0.74);
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin: 1rem 0 0;
  min-height: 5.7em;
}
.p-plan-card__list {
  border-bottom: 1px solid rgba(228, 231, 234, 0.16);
  border-top: 1px solid rgba(228, 231, 234, 0.16);
  margin: 0;
  padding: 0;
}
.p-plan-card__list li {
  align-items: center;
  border-top: 1px solid rgba(228, 231, 234, 0.12);
  color: rgba(228, 231, 234, 0.78);
  display: flex;
  gap: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 1rem 0;
}
.p-plan-card__list li:first-child {
  border-top: 0;
}
.p-plan-card__list .material-symbols-outlined {
  color: var(--color-silver-light);
  flex: 0 0 auto;
  font-size: 1.65rem;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 40;
}
.p-plan-card__price {
  align-items: baseline;
  color: rgba(228, 231, 234, 0.72);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  letter-spacing: 0.08em;
  margin: 1rem 0 1.6rem;
}
.p-plan-card__price strong {
  color: #f7f8f9;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.6vw, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-plan-card__content {
  flex: 1 1 auto;
  margin-bottom: 1.75rem;
}
.p-plan-card__content-label {
  color: rgba(247, 248, 249, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin: 0 0 0.8rem;
}
.p-plan-card__footer {
  margin-top: auto;
}
.p-plan-card__footer .c-btn {
  background: linear-gradient(
    180deg,
    var(--color-silver-light) 0%,
    var(--color-silver-dark) 100%
  );
  border-color: rgba(184, 192, 200, 0.88);
  box-shadow: 0 12px 26px rgba(17, 24, 32, 0.16);
  color: #fff;
  min-height: 58px;
  width: 100%;
}
.p-plan-card__footer .c-btn:hover,
.p-plan-card__footer .c-btn:focus {
  background: linear-gradient(
    180deg,
    #eef1f3 0%,
    var(--color-accent-dark) 100%
  );
  border-color: var(--color-accent-dark);
  color: #fff;
}
.p-plan-card__button {
  align-items: center;
  background: linear-gradient(
    180deg,
    var(--color-silver-light) 0%,
    var(--color-silver-dark) 100%
  );
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(17, 24, 32, 0.16);
  color: #fff;
  display: flex;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 64px;
  padding: 0.9rem 1.2rem;
  position: relative;
  text-decoration: none;
  transition:
    filter 0.2s,
    transform 0.2s;
  width: 100%;
}
.p-plan-card__button:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
}
.p-plan-card__button .material-symbols-outlined {
  font-size: 1.2em;
  position: absolute;
  right: 1.5rem;
}
.p-plan__note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  margin: clamp(2rem, 4vw, 2.5rem) 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-front-feature-detail {
  background: linear-gradient(
    180deg,
    var(--color-surface-soft) 0%,
    var(--color-bg) 54%,
    var(--color-surface-soft) 100%
  );
  overflow: hidden;
}
.p-feature-detail__label {
  align-items: center;
  color: var(--color-accent-dark);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  gap: 1rem;
  line-height: 1;
  margin: 0 0 1.65rem;
}
.p-feature-detail__label span {
  color: var(--color-text, #2b2620);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 0.9;
}
.p-feature-detail__label--light {
  color: rgba(208, 178, 122, 0.82);
}
.p-feature-detail__label--light span {
  color: rgba(255, 255, 255, 0.92);
}
.p-feature-detail-support {
  background-color: var(--color-surface-soft);
  background-image: url("../../images/top/support.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: clamp(580px, 52vw, 720px);
  overflow: hidden;
  padding: 0;
  position: relative;
}
.p-feature-detail-support::before {
  background: linear-gradient(
    90deg,
    rgba(244, 241, 235, 1) 0%,
    rgba(244, 241, 235, 0.98) 38%,
    rgba(244, 241, 235, 0.76) 54%,
    rgba(244, 241, 235, 0.22) 70%,
    rgba(244, 241, 235, 0) 100%
  );
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.p-feature-detail-support__inner {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.p-feature-detail-support__inner::before {
  content: none;
}
.p-feature-detail-support .row {
  min-height: clamp(580px, 52vw, 720px);
  position: relative;
  z-index: 1;
}
.p-feature-detail-support__content {
  /* max-width: 620px; */
  padding: clamp(3.2rem, 6vw, 5.2rem) clamp(1.5rem, 4vw, 4.5rem);
  position: relative;
  z-index: 3;
}
.p-feature-detail-support__title {
  color: var(--color-text, #2b2620);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.3vw, 2.95rem);
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.p-feature-detail-support__title span {
  color: var(--color-accent-dark);
}
.p-feature-detail-support__lead {
  color: rgba(31, 31, 31, 0.76);
  font-size: 1rem;
  line-height: 2;
  margin: 1.6rem 0 0;
}
.p-feature-detail-support__points {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(160, 124, 76, 0.2);
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 560px;
  overflow: hidden;
}
.p-feature-detail-support__point {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  min-height: 126px;
  padding: 1.25rem 0.85rem;
  text-align: center;
}
.p-feature-detail-support__point + .p-feature-detail-support__point {
  border-left: 1px solid rgba(160, 124, 76, 0.16);
}
.p-feature-detail-support__point .material-symbols-outlined {
  color: var(--color-accent-dark);
  font-size: 2.35rem;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 48;
}
.p-feature-detail-support__point p {
  color: var(--color-text, #2b2620);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}
.p-feature-detail-support__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.75rem;
  margin-top: 2rem;
}
.p-feature-detail-support__button {
  align-items: center;
  background: linear-gradient(
    180deg,
    var(--color-silver-light) 0%,
    var(--color-silver-dark) 100%
  );
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(115, 78, 35, 0.2);
  color: #fff;
  display: inline-flex;
  gap: 1.1rem;
  justify-content: center;
  min-height: 58px;
  min-width: 238px;
  padding: 0.9rem 1.5rem;
  text-decoration: none;
  transition:
    filter 0.2s,
    transform 0.2s;
}
.p-feature-detail-support__button:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.p-feature-detail-support__link {
  align-items: center;
  color: var(--color-text, #2b2620);
  display: inline-flex;
  gap: 0.8rem;
  text-decoration: none;
}
.p-feature-detail-support__link:hover {
  color: var(--color-accent-dark);
}
.p-feature-detail-support__button .material-symbols-outlined,
.p-feature-detail-support__link .material-symbols-outlined {
  font-size: 1.2em;
}
.p-feature-detail-support__visual {
  display: none;
}
.p-feature-detail-support__image {
  display: none;
}
.p-feature-detail-meal {
  background-color: var(--color-surface-soft);
  background-image: url("../../images/top/meal.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: clamp(540px, 48vw, 680px);
  overflow: hidden;
  padding: 0;
  position: relative;
}
.p-feature-detail-meal::before {
  background: linear-gradient(
    90deg,
    rgba(18, 15, 13, 0.14) 0%,
    rgba(18, 15, 13, 0.38) 34%,
    rgba(18, 15, 13, 0.8) 58%,
    rgba(18, 15, 13, 0.96) 100%
  );
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.p-feature-detail-meal .container {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.p-feature-detail-meal .container::before {
  content: none;
}
.p-feature-detail-meal .row {
  min-height: clamp(540px, 48vw, 680px);
  position: relative;
  z-index: 1;
}
.p-feature-detail-meal__visual {
  display: none;
}
.p-feature-detail-meal__image {
  display: none;
}
.p-feature-detail-meal__content {
  margin-left: auto;
  /* max-width: 610px; */
  padding: clamp(3rem, 6vw, 5.2rem) clamp(1.5rem, 4.6vw, 4.8rem);
  position: relative;
  z-index: 3;
}
.p-feature-detail-meal__title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.3vw, 2.85rem);
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.p-feature-detail-meal__title span {
  color: var(--color-accent-dark);
}
.p-feature-detail-meal__lead {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 2;
  margin: 1.5rem 0 0;
}
.p-feature-detail-meal__list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
}
.p-feature-detail-meal__list li {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.84);
  display: flex;
  gap: 0.85rem;
  line-height: 1.8;
}
.p-feature-detail-meal__list .material-symbols-outlined {
  color: var(--color-accent-dark);
  flex: 0 0 auto;
  font-size: 1.45rem;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 32;
  margin-top: 0.08em;
}
.p-feature-detail-meal__tip {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(208, 178, 122, 0.46);
  border-radius: 10px;
  display: flex;
  gap: 0.9rem;
  margin: 2rem 0 0 auto;
  max-width: 360px;
  padding: 1.25rem;
}
.p-feature-detail-meal__tip > .material-symbols-outlined {
  color: var(--color-accent-dark);
  flex: 0 0 auto;
  font-size: 1.9rem;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 40;
}
.p-feature-detail-meal__tip-title {
  color: var(--color-accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  margin: 0 0 0.45rem;
}
.p-feature-detail-meal__tip-text {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.85;
  margin: 0;
}
.p-feature-detail-trial {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.96), transparent 42%),
    var(--color-bg);
  padding: clamp(4.5rem, 8vw, 6.8rem) 0 clamp(3.8rem, 7vw, 5.5rem);
}
.p-feature-detail-trial__header {
  margin: 0 auto 2.8rem;
  max-width: 820px;
  text-align: center;
}
.p-feature-detail-trial__header .p-feature-detail__label {
  justify-content: center;
}
.p-feature-detail-trial__title {
  color: var(--color-text, #2b2620);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}
.p-feature-detail-trial__lead {
  color: rgba(31, 31, 31, 0.72);
  font-size: 1rem;
  line-height: 1.9;
  margin: 1rem 0 0;
}
.p-feature-detail-trial__grid {
  justify-content: center;
}
.p-feature-detail-trial-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(160, 124, 76, 0.18);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(52, 38, 22, 0.08);
  height: 100%;
  overflow: hidden;
}
.p-feature-detail-trial-card__image {
  aspect-ratio: 16 / 8.5;
  background: #ddd;
  overflow: hidden;
}
.p-feature-detail-trial-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-feature-detail-trial__grid
  > .col-md-4:nth-child(1)
  .p-feature-detail-trial-card__image
  img {
  object-position: 68% center;
}
.p-feature-detail-trial__grid
  > .col-md-4:nth-child(2)
  .p-feature-detail-trial-card__image
  img {
  object-position: center;
}
.p-feature-detail-trial__grid
  > .col-md-4:nth-child(3)
  .p-feature-detail-trial-card__image
  img {
  object-position: 82% center;
}
.p-feature-detail-trial-card__body {
  padding: 2.35rem 1.35rem 1.55rem;
  position: relative;
}
.p-feature-detail-trial-card__number {
  background: linear-gradient(
    135deg,
    var(--color-silver-light),
    var(--color-silver-dark)
  );
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  height: 46px;
  left: 1.15rem;
  line-height: 1;
  place-items: center;
  position: absolute;
  top: -23px;
  width: 46px;
}
.p-feature-detail-trial-card__title {
  color: var(--color-text, #2b2620);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}
.p-feature-detail-trial-card__text {
  color: rgba(31, 31, 31, 0.72);
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0.65rem 0 0;
}
.p-feature-detail-trial-cta {
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--color-surface) 0%,
    var(--color-surface-soft) 100%
  );
  border: 1px solid rgba(208, 178, 122, 0.2);
  border-radius: 7px;
  box-shadow: 0 16px 40px rgba(52, 38, 22, 0.14);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin: clamp(2.2rem, 5vw, 3rem) auto 0;
  max-width: 840px;
  min-height: 70px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition:
    filter 0.2s,
    transform 0.2s;
}
.p-feature-detail-trial-cta:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.p-feature-detail-trial-cta .material-symbols-outlined {
  color: var(--color-accent-dark);
  font-size: 1.35rem;
}
.p-feature-detail-trial-cta__label {
  font-weight: 700;
}
.p-feature-detail-trial-cta__divider {
  background: rgba(255, 255, 255, 0.24);
  height: 28px;
  width: 1px;
}
.p-feature-detail-trial-cta__tag {
  border: 1px solid rgba(208, 178, 122, 0.48);
  border-radius: 5px;
  padding: 0.35rem 0.75rem;
}
.p-feature-detail-trial__note {
  color: rgba(31, 31, 31, 0.68);
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 1rem 0 0;
  text-align: center;
}
.p-home-faq {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.95), transparent 42%),
    var(--color-bg);
  padding: clamp(4.5rem, 8vw, 7.2rem) 0;
}
.p-home-faq__header {
  margin: 0 auto 2.7rem;
  max-width: 820px;
  text-align: center;
}
.p-home-faq__eyebrow,
.p-home-access__eyebrow {
  align-items: center;
  color: var(--color-accent-dark);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
  gap: 2rem;
  letter-spacing: 0.18em;
  line-height: 1;
  margin: 0;
}
.p-home-faq__eyebrow::before,
.p-home-faq__eyebrow::after,
.p-home-access__eyebrow::before,
.p-home-access__eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.58;
  width: min(160px, 18vw);
}
.p-home-faq__title {
  color: var(--color-text, #2b2620);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 1.6rem 0 0;
}
.p-home-faq__lead {
  color: rgba(31, 31, 31, 0.72);
  font-size: 1rem;
  line-height: 2;
  margin: 1.35rem 0 0;
}
.p-home-faq__accordion {
  margin: 0 auto;
  max-width: 960px;
}
.p-home-faq__item {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(160, 124, 76, 0.26);
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(52, 38, 22, 0.05);
  overflow: hidden;
}
.p-home-faq__item + .p-home-faq__item {
  margin-top: 1rem;
}
.p-home-faq__heading {
  margin: 0;
}
.p-home-faq__button {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--color-text, #2b2620);
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 1.35rem 1.6rem;
  text-align: left;
  width: 100%;
}
.p-home-faq__button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: var(--color-text, #2b2620);
}
.p-home-faq__button:focus-visible {
  outline: 2px solid var(--color-silver-dark);
  outline-offset: -4px;
}
.p-home-faq__button::after {
  display: none;
}
.p-home-faq__icon {
  align-items: center;
  border: 1px solid rgba(180, 148, 99, 0.72);
  border-radius: 50%;
  color: var(--color-accent-dark);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.15rem;
  height: 34px;
  justify-content: center;
  margin-left: 1rem;
  width: 34px;
}
.p-home-faq__body {
  border-top: 1px solid rgba(160, 124, 76, 0.18);
}
.p-home-faq__answer {
  color: rgba(31, 31, 31, 0.74);
  font-size: 0.98rem;
  line-height: 2;
  padding: 1.25rem 1.6rem 1.45rem;
}
.p-home-access {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(208, 178, 122, 0.13),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      var(--color-bg) 0%,
      var(--color-surface-soft) 58%,
      var(--color-surface) 100%
    );
  color: #fff;
  overflow: hidden;
  padding-top: clamp(4.8rem, 8vw, 7.4rem);
  position: relative;
}
.p-home-access__header {
  margin: 0 auto 2.7rem;
  max-width: 820px;
  text-align: center;
}
.p-home-access__title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.05rem, 3.7vw, 3.3rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.35;
  margin: 1.6rem 0 0;
}
.p-home-access__lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 2;
  margin: 1.25rem 0 0;
}
.p-home-access__content {
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
}
.p-home-access__info {
  background: rgba(8, 8, 7, 0.36);
  border: 1px solid rgba(180, 148, 99, 0.34);
  border-radius: 8px;
  height: 100%;
  padding: clamp(1.6rem, 3vw, 2.2rem);
}
.p-home-access__shop {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 400;
  gap: 0.8rem;
  letter-spacing: 0.12em;
  margin: 0 0 1.4rem;
}
.p-home-access__shop .material-symbols-outlined {
  color: var(--color-accent-dark);
  font-size: 1.55rem;
}
.p-home-access__address {
  border-bottom: 1px solid rgba(180, 148, 99, 0.24);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.9;
  margin: 0 0 1.4rem;
  padding-bottom: 1.4rem;
}
.p-home-access__detail {
  align-items: flex-start;
  display: flex;
  gap: 0.9rem;
  margin-top: 1rem;
}
.p-home-access__detail > .material-symbols-outlined {
  border: 1px solid rgba(180, 148, 99, 0.48);
  border-radius: 6px;
  color: var(--color-accent-dark);
  flex: 0 0 auto;
  font-size: 1.45rem;
  padding: 0.45rem;
}
.p-home-access__detail p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin: 0;
}
.p-home-access__detail strong,
.p-home-access__detail span {
  display: block;
}
.p-home-access__detail strong {
  color: #c6a46b;
  font-size: 0.94rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}
.p-home-access__button {
  align-items: center;
  background: linear-gradient(
    180deg,
    var(--color-silver-light) 0%,
    var(--color-silver-dark) 100%
  );
  border-radius: 6px;
  color: #fff;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
  min-height: 58px;
  padding: 0.9rem 1.2rem;
  text-decoration: none;
  transition:
    filter 0.2s,
    transform 0.2s;
}
.p-home-access__button:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.p-home-access__button .material-symbols-outlined {
  font-size: 1.2rem;
}
.p-home-access__map {
  background-color: #282724;
  background-image:
    linear-gradient(
      34deg,
      transparent 0 43%,
      rgba(255, 255, 255, 0.08) 43% 45%,
      transparent 45% 100%
    ),
    linear-gradient(
      145deg,
      transparent 0 47%,
      rgba(255, 255, 255, 0.07) 47% 49%,
      transparent 49% 100%
    ),
    linear-gradient(
      8deg,
      transparent 0 55%,
      rgba(180, 148, 99, 0.13) 55% 57%,
      transparent 57% 100%
    ),
    linear-gradient(
      100deg,
      transparent 0 48%,
      rgba(255, 255, 255, 0.06) 48% 50%,
      transparent 50% 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  height: 100%;
  min-height: 410px;
  overflow: hidden;
  position: relative;
}
.p-home-access__map::before {
  background:
    radial-gradient(
      circle at 52% 48%,
      rgba(180, 148, 99, 0.18),
      transparent 18%
    ),
    rgba(0, 0, 0, 0.22);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.p-home-access__map-label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  position: absolute;
  z-index: 1;
}
.p-home-access__map-label--station {
  left: 20%;
  top: 24%;
}
.p-home-access__map-label--street {
  bottom: 28%;
  left: 36%;
  transform: rotate(-45deg);
}
.p-home-access__pin {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  left: 52%;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-home-access__pin .material-symbols-outlined {
  color: #c6a46b;
  font-size: 4rem;
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.4);
}
.p-home-access__label {
  background: rgba(8, 8, 7, 0.82);
  border: 1px solid rgba(180, 148, 99, 0.42);
  border-radius: 6px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.14em;
  padding: 0.55rem 1rem;
}
.p-home-access-bar {
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.p-home-access-bar__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 82px;
}
.p-home-access-bar__item {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  line-height: 1.7;
  padding: 0 2rem;
  text-align: center;
}
.p-home-access-bar__item + .p-home-access-bar__item {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.p-home-access-bar__item .material-symbols-outlined {
  color: var(--color-accent-dark);
  font-size: 1.45rem;
}
.p-home-column {
  background:
    radial-gradient(
      circle at top center,
      rgba(180, 137, 82, 0.08),
      transparent 42%
    ),
    var(--color-bg);
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(4rem, 7vw, 6rem);
}
.p-home-column__header {
  margin: 0 auto 2.8rem;
  max-width: 760px;
  text-align: center;
}
.p-home-column__eyebrow {
  color: var(--color-accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  letter-spacing: 0.32em;
  line-height: 1;
  margin: 0;
}
.p-home-column__title {
  color: var(--color-text, #2b2620);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.3vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.35;
  margin: 1.1rem 0 0;
}
.p-home-column__lead {
  color: rgba(31, 31, 31, 0.72);
  font-size: 1rem;
  line-height: 1.9;
  margin: 1.25rem 0 0;
}
.p-home-column__grid {
  margin-top: 0;
}
.p-home-column .c-post-card {
  background: #fff;
  border: 1px solid rgba(160, 124, 76, 0.18);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(52, 38, 22, 0.08);
  height: 100%;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.p-home-column .c-post-card:hover {
  box-shadow: 0 24px 48px rgba(52, 38, 22, 0.12);
  transform: translateY(-3px);
}
.p-home-column .c-post-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-home-column .c-post-card__thumb {
  background: #ddd;
  overflow: hidden;
}
.p-home-column .c-post-card__thumb img,
.p-home-column .c-post-card__thumb--empty {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.p-home-column .c-post-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.55rem 1.45rem 1.35rem;
}
.p-home-column .c-post-card__meta {
  color: rgba(31, 31, 31, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.85rem;
}
.p-home-column .c-post-card__meta time + * {
  color: var(--color-accent-dark);
}
.p-home-column .c-post-card__title {
  color: var(--color-text, #2b2620);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.75;
  margin: 0;
}
.p-home-column .c-post-card__excerpt {
  color: rgba(31, 31, 31, 0.72);
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 1rem 0 0;
}
.p-home-column .c-post-card__more {
  align-self: flex-end;
  color: var(--color-accent-dark);
  font-size: 0;
  line-height: 1;
  margin-top: auto;
  padding-top: 1.25rem;
}
.p-home-column .c-post-card__more::after {
  content: "→";
  font-size: 1.35rem;
}
.p-home-column__actions {
  margin-top: 2.4rem;
  text-align: center;
}
.p-home-column__button {
  align-items: center;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(111, 84, 53, 0.72);
  border-radius: 5px;
  color: var(--color-text, #2b2620);
  display: inline-flex;
  gap: 1rem;
  justify-content: center;
  min-height: 56px;
  min-width: min(320px, 100%);
  padding: 0.85rem 1.4rem;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s,
    transform 0.2s;
}
.p-home-column__button:hover {
  background: var(--color-dark);
  color: #fff;
  transform: translateY(-1px);
}
.p-home-column__button .material-symbols-outlined {
  font-size: 1.18rem;
}
@media (max-width: 991.98px) {
  .p-feature-detail-support {
    background-position: 68% center;
    min-height: auto;
    padding: 0;
  }
  .p-feature-detail-support::before {
    background: linear-gradient(
      0deg,
      rgba(244, 241, 235, 1) 0%,
      rgba(244, 241, 235, 0.94) 54%,
      rgba(244, 241, 235, 0.52) 100%
    );
  }
  .p-feature-detail-support .row {
    min-height: 0;
  }
  .p-feature-detail-support__content {
    max-width: none;
    padding: 3.5rem clamp(1.25rem, 5vw, 3rem);
  }
  .p-feature-detail-meal {
    background-position: 38% center;
    min-height: auto;
  }
  .p-feature-detail-meal::before {
    background: linear-gradient(
      0deg,
      rgba(18, 15, 13, 0.94) 0%,
      rgba(18, 15, 13, 0.86) 58%,
      rgba(18, 15, 13, 0.58) 100%
    );
  }
  .p-feature-detail-meal .row {
    min-height: 0;
  }
  .p-feature-detail-meal__content {
    margin-left: 0;
    max-width: none;
    padding: 3rem clamp(1.25rem, 5vw, 3rem);
  }
  .p-home-access__map {
    min-height: 340px;
  }
  .p-home-access-bar__inner {
    align-items: stretch;
    flex-direction: column;
    padding: 1.35rem 0;
  }
  .p-home-access-bar__item {
    justify-content: flex-start;
    padding: 0.7rem 0;
    text-align: left;
    width: 100%;
  }
  .p-home-access-bar__item + .p-home-access-bar__item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 767.98px) {
  .p-feature-detail__label {
    gap: 0.8rem;
    margin-bottom: 1.25rem;
  }
  .p-feature-detail-support,
  .p-feature-detail-meal {
    padding: 4.5rem 0;
  }
  .p-feature-detail-trial {
    padding-bottom: 4rem;
  }
  .p-feature-detail-support__content {
    padding-top: 3rem;
  }
  .p-feature-detail-support__title,
  .p-feature-detail-meal__title,
  .p-feature-detail-trial__title {
    line-height: 1.5;
  }
  .p-feature-detail-support__lead,
  .p-feature-detail-meal__lead,
  .p-feature-detail-trial__lead {
    font-size: 0.98rem;
    line-height: 1.9;
  }
  .p-feature-detail-support__points {
    grid-template-columns: 1fr;
  }
  .p-feature-detail-support__point {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 0;
    padding: 1rem 1.1rem;
    text-align: left;
  }
  .p-feature-detail-support__point + .p-feature-detail-support__point {
    border-left: 0;
    border-top: 1px solid rgba(160, 124, 76, 0.16);
  }
  .p-feature-detail-support__point p br {
    display: none;
  }
  .p-feature-detail-support__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .p-feature-detail-support__button {
    min-width: 0;
    width: 100%;
  }
  .p-feature-detail-support__link {
    justify-content: center;
  }
  .p-feature-detail-support__visual,
  .p-feature-detail-meal__visual,
  .p-feature-detail-support__image,
  .p-feature-detail-meal__image {
    display: none;
  }
  .p-feature-detail-support__content,
  .p-feature-detail-meal__content {
    padding: 2.75rem 1.25rem;
  }
  .p-feature-detail-meal__tip {
    max-width: none;
  }
  .p-feature-detail-trial__header {
    margin-bottom: 2rem;
  }
  .p-feature-detail-trial-card__body {
    padding: 2.4rem 1.25rem 1.45rem;
  }
  .p-feature-detail-trial-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 0.85rem;
    justify-content: flex-start;
    padding: 1.2rem;
    text-align: center;
  }
  .p-feature-detail-trial-cta__divider {
    display: none;
  }
  .p-feature-detail-trial-cta__tag {
    align-self: center;
  }
  .p-home-faq {
    padding: 4rem 0;
  }
  .p-home-faq__header,
  .p-home-access__header {
    margin-bottom: 2rem;
  }
  .p-home-faq__eyebrow,
  .p-home-access__eyebrow {
    gap: 1rem;
  }
  .p-home-faq__eyebrow::before,
  .p-home-faq__eyebrow::after,
  .p-home-access__eyebrow::before,
  .p-home-access__eyebrow::after {
    width: 48px;
  }
  .p-home-faq__title,
  .p-home-access__title {
    letter-spacing: 0.08em;
  }
  .p-home-faq__lead,
  .p-home-access__lead {
    font-size: 0.98rem;
    line-height: 1.9;
  }
  .p-home-faq__button {
    font-size: 1rem;
    padding: 1.1rem 1rem;
  }
  .p-home-faq__icon {
    height: 30px;
    margin-left: 0.8rem;
    width: 30px;
  }
  .p-home-faq__answer {
    font-size: 0.96rem;
    line-height: 1.9;
    padding: 1rem;
  }
  .p-home-access {
    padding-top: 4rem;
  }
  .p-home-access__info {
    padding: 1.35rem;
  }
  .p-home-access__map {
    min-height: 280px;
  }
  .p-home-access__pin .material-symbols-outlined {
    font-size: 3.2rem;
  }
  .p-home-access__label {
    font-size: 0.9rem;
    padding: 0.45rem 0.8rem;
  }
}
.p-front-section--surface {
  background: var(--color-surface);
}
.p-front-section--dark {
  background: var(--color-dark);
  color: #fff;
}
.p-front-page .c-section-heading-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-front-page .c-section-heading-wrap__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-align: center;
}
.p-home-column__grid {
  margin-top: 3rem;
}
.p-home-column__actions {
  margin-top: 2.5rem;
  text-align: center;
}
.p-feature-detail-support__lead p {
  margin: 0;
}
.p-feature-detail-support__lead p + p {
  margin-top: 1em;
}
.p-trainer-message {
  background:
    radial-gradient(
      circle at top center,
      rgba(228, 231, 234, 0.48),
      transparent 42%
    ),
    var(--color-bg);
}
.p-trainer-message__inner {
  background: var(--surface-white-alpha);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  margin: 0 auto;
  max-width: 900px;
  padding: clamp(2rem, 5vw, 4rem);
}
.p-trainer-message__eyebrow {
  align-items: center;
  color: var(--color-accent-dark);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  gap: 16px;
  letter-spacing: 0.18em;
  line-height: 1;
  margin: 0 0 1.4rem;
}
.p-trainer-message__eyebrow::before {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.65;
  width: 64px;
}
.p-trainer-message__title {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin: 0;
}
.p-trainer-message__body {
  color: var(--color-subtext);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 2.05;
  margin-top: 2rem;
}
.p-trainer-message__body p {
  margin: 0;
}
.p-trainer-message__body p + p {
  margin-top: 1.15em;
}
.p-feature-card {
  height: 100%;
}
.p-feature-card h3 {
  font-size: 22px;
}
.p-feature-card__number {
  color: var(--color-accent-dark);
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .p-hero {
    background-position: 64% center;
  }
  .p-hero__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
  }
  .p-hero__features {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
  }
  .p-hero__feature {
    justify-content: flex-start;
    padding: 1rem 0;
  }
  .p-hero__feature + .p-hero__feature {
    border-left: 0;
    border-top: 1px solid rgba(208, 178, 122, 0.32);
  }
  .p-about-rutile__content {
    max-width: none;
  }
  .p-about-rutile__visual img {
    aspect-ratio: 16 / 10;
  }
}
@media (max-width: 767.98px) {
  .p-hero {
    background-image:
      linear-gradient(
        90deg,
        rgba(10, 10, 10, 0.95) 0%,
        rgba(10, 10, 10, 0.82) 58%,
        rgba(10, 10, 10, 0.46) 100%
      ),
      linear-gradient(0deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0) 42%),
      url("../../images/top/hero.png");
    min-height: auto;
    padding: 9rem 0 4rem;
  }
  .p-hero__inner {
    min-height: 0;
  }
  .p-hero__content {
    padding-top: 0;
  }
  .p-hero__title {
    font-size: clamp(2rem, 8.8vw, 3rem);
    line-height: 1.5;
  }
  .p-hero__lead {
    font-size: 1rem;
    line-height: 1.9;
  }
  .p-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .p-hero__btn,
  .p-hero__actions .c-btn {
    min-height: 52px;
    width: 100%;
  }
  .p-hero__features {
    margin-top: 2rem;
  }
  .p-hero__eyebrow::before,
  .p-hero__eyebrow::after {
    width: 28px;
  }
  .p-problem::before {
    height: 320px;
    left: -260px;
    width: 520px;
  }
  .p-problem__eyebrow::before,
  .p-problem__eyebrow::after {
    width: 40px;
  }
  .p-problem__title {
    font-size: clamp(1.65rem, 7vw, 2.25rem);
  }
  .p-problem__lead {
    font-size: 0.98rem;
    line-height: 1.9;
  }
  .p-problem-card {
    border-radius: 20px;
    padding: 1.75rem 1.25rem;
  }
  .p-problem-card__visual {
    width: min(100%, 260px);
  }
  .p-goal__eyebrow::before,
  .p-goal__eyebrow::after {
    width: 40px;
  }
  .p-goal__title {
    font-size: clamp(1.65rem, 7.4vw, 2.35rem);
    line-height: 1.5;
  }
  .p-goal__lead {
    font-size: 0.98rem;
    line-height: 1.9;
  }
  .p-goal-card__image {
    aspect-ratio: 16 / 9;
  }
  .p-goal-card__body {
    padding: 3.25rem 1.45rem 2rem;
  }
  .p-goal-card__number {
    font-size: 1.5rem;
    height: 60px;
    top: -30px;
    width: 60px;
  }
  .p-goal-card__icon {
    font-size: 2.2rem;
  }
  .p-front-page .p-goal-card__icon {
    height: 60px;
    top: -30px;
    width: 60px;
  }
  .p-front-page .p-goal-card__icon .material-symbols-outlined {
    font-size: 27px;
  }
  .p-goal-card__script {
    font-size: 2rem;
    left: 1.2rem;
  }
  .p-time-value::after {
    height: 360px;
    right: -260px;
    width: 360px;
  }
  .p-time-value__title {
    font-size: clamp(1.65rem, 7.2vw, 2.35rem);
    line-height: 1.5;
  }
  .p-time-value__lead {
    font-size: 0.98rem;
    line-height: 1.95;
  }
  .p-time-value__cards {
    gap: 0.85rem;
  }
  .p-time-value-card {
    border-radius: 16px;
    gap: 0.9rem;
    padding: 1.15rem;
  }
  .p-time-value-card__icon {
    font-size: 1.7rem;
    height: 3rem;
    width: 3rem;
  }
  .p-features__header {
    margin-bottom: 36px;
  }
  .p-features__eyebrow {
    gap: 16px;
  }
  .p-features__eyebrow::before,
  .p-features__eyebrow::after {
    width: 40px;
  }
  .p-features__title {
    font-size: clamp(1.75rem, 7.5vw, 2.55rem);
  }
  .p-features .p-feature-card {
    padding: 40px 24px 34px;
  }
  .p-features .p-feature-card__icon {
    height: 88px;
    width: 88px;
  }
  .p-features .p-feature-card__icon .material-symbols-outlined {
    font-size: 38px;
  }
  .p-plan {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .p-plan__eyebrow {
    gap: 16px;
  }
  .p-plan__eyebrow::before,
  .p-plan__eyebrow::after {
    width: 40px;
  }
  .p-plan__title {
    font-size: clamp(1.75rem, 7vw, 2.55rem);
  }
  .p-plan__lead {
    font-size: 0.98rem;
    line-height: 1.9;
  }
  .p-plan-card {
    border-radius: 14px;
    padding: 2rem 1.35rem;
  }
  .p-plan-card__title {
    font-size: clamp(1.45rem, 6.8vw, 2.1rem);
    overflow-wrap: anywhere;
  }
  .p-plan-card__list {
    margin: 0;
  }
  .p-plan-card__list li {
    align-items: flex-start;
    gap: 0.8rem;
  }
  .p-plan-card__price {
    gap: 0.55rem;
  }
  .p-plan-card__price strong {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }
  .p-plan-card__button {
    min-height: 58px;
  }
  .p-plan-card__badge {
    min-width: 120px;
  }
  .p-plan-card__title {
    min-height: 0;
  }
  .p-plan-card__lead {
    min-height: 0;
  }
  .p-plan-card__content {
    margin-bottom: 1.5rem;
  }
  .p-plan-card__footer {
    margin-top: auto;
  }
  .p-about-rutile__title {
    font-size: clamp(1.9rem, 8.5vw, 2.55rem);
    letter-spacing: 0.08em;
  }
  .p-about-rutile__lead {
    font-size: 1.02rem;
    line-height: 1.8;
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .p-about-rutile__body {
    font-size: 0.96rem;
    line-height: 2;
    margin-top: 28px;
  }
  .p-about-rutile__features {
    margin-top: 40px;
  }
  .p-about-rutile__feature {
    background: rgba(255, 255, 255, 0.38);
    border: 1px solid rgba(120, 92, 58, 0.14);
    border-radius: 18px;
    padding: 24px 18px;
  }
  .p-about-rutile__eyebrow::before,
  .p-about-rutile__eyebrow::after {
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .p-goal__eyebrow {
    font-size: 0.76rem;
    gap: 12px;
  }
  .p-goal__eyebrow::before,
  .p-goal__eyebrow::after {
    width: 28px;
  }
  .p-goal-card__image {
    aspect-ratio: 4 / 3;
  }
  .p-about-rutile__eyebrow {
    font-size: 0.72rem;
    gap: 12px;
  }
  .p-about-rutile__eyebrow::before,
  .p-about-rutile__eyebrow::after {
    width: 28px;
  }
  .p-about-rutile__visual img {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }
}
.p-hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(17, 24, 32, 0.58) 0%,
      rgba(17, 24, 32, 0.36) 42%,
      rgba(247, 248, 249, 0.18) 78%
    ),
    linear-gradient(0deg, rgba(17, 24, 32, 0.48) 0%, rgba(17, 24, 32, 0) 38%),
    url("../../images/top/hero.png?ver=1.0.0");
}
.p-hero__overlay {
  background: radial-gradient(
    circle at 72% 28%,
    rgba(228, 231, 234, 0.24),
    rgba(255, 255, 255, 0) 32%
  );
}
.p-hero__btn--primary {
  background: linear-gradient(
    180deg,
    var(--color-silver-light) 0%,
    var(--color-silver-dark) 100%
  );
  border-color: var(--color-silver-dark);
  box-shadow: 0 14px 30px rgba(17, 24, 32, 0.18);
  color: #fff;
}
.p-hero__btn--primary:hover {
  background: linear-gradient(
    180deg,
    #eef1f3 0%,
    var(--color-accent-dark) 100%
  );
  border-color: var(--color-accent-dark);
  color: #fff;
}
.p-hero__feature + .p-hero__feature {
  border-left-color: rgba(228, 231, 234, 0.38);
}
.p-problem,
.p-goal,
.p-features,
.p-feature-detail-trial,
.p-home-faq,
.p-home-column {
  background:
    radial-gradient(
      circle at top center,
      rgba(228, 231, 234, 0.48),
      transparent 42%
    ),
    var(--color-bg);
}
.p-plan,
.p-home-access {
  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(228, 231, 234, 0.34),
      transparent 36%
    ),
    linear-gradient(135deg, #f8f9fa 0%, var(--color-surface-soft) 100%);
  color: var(--color-text);
}
.p-plan {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 255, 255, 0.08),
      transparent 42%
    ),
    radial-gradient(
      circle at 14% 78%,
      rgba(184, 192, 200, 0.1),
      transparent 34%
    ),
    linear-gradient(180deg, #252b33 0%, #171c22 100%);
}
.p-feature-detail-meal {
  background-color: var(--color-surface-soft);
  color: var(--color-text);
}
.p-feature-detail-meal::before {
  background: linear-gradient(
    90deg,
    rgba(241, 243, 245, 0.12) 0%,
    rgba(241, 243, 245, 0.52) 34%,
    rgba(241, 243, 245, 0.92) 58%,
    rgba(241, 243, 245, 0.98) 100%
  );
}
.p-problem::before {
  border-color: rgba(125, 135, 145, 0.18);
}
.p-plan::before {
  background: linear-gradient(
    90deg,
    rgba(184, 192, 200, 0),
    rgba(184, 192, 200, 0.38),
    rgba(184, 192, 200, 0)
  );
}
.p-problem__eyebrow,
.p-about-rutile__eyebrow,
.p-about-rutile__lead,
.p-goal__eyebrow,
.p-features__eyebrow,
.p-plan__eyebrow,
.p-feature-detail__label,
.p-feature-detail-support__title span,
.p-feature-detail-meal__title span,
.p-feature-detail-meal__list .material-symbols-outlined,
.p-feature-detail-meal__tip > .material-symbols-outlined,
.p-feature-detail-meal__tip-title,
.p-feature-detail-trial-cta .material-symbols-outlined,
.p-home-faq__eyebrow,
.p-home-access__eyebrow,
.p-home-access__shop .material-symbols-outlined,
.p-home-access__detail > .material-symbols-outlined,
.p-home-access__detail strong,
.p-home-access__pin .material-symbols-outlined,
.p-home-access-bar__item .material-symbols-outlined,
.p-home-column__eyebrow,
.p-home-column .c-post-card__meta time + *,
.p-home-column .c-post-card__more {
  color: var(--color-accent-dark);
}
.p-problem__title,
.p-about-rutile__title,
.p-about-rutile__body,
.p-about-rutile__feature-title,
.p-goal__title,
.p-features__title,
.p-features .p-feature-card__title,
.p-plan__title,
.p-plan-card__title,
.p-feature-detail__label span,
.p-feature-detail-support__title,
.p-feature-detail-support__point p,
.p-feature-detail-meal__title,
.p-feature-detail-trial__title,
.p-feature-detail-trial-card__title,
.p-home-faq__title,
.p-home-faq__button,
.p-home-faq__button:not(.collapsed),
.p-home-access__title,
.p-home-access__shop,
.p-home-column__title,
.p-home-column .c-post-card__title,
.p-home-column__button {
  color: var(--color-text);
}
.p-problem__lead,
.p-problem-card__text,
.p-about-rutile__feature-text,
.p-goal__lead,
.p-goal-card__text,
.p-features__lead,
.p-features .p-feature-card__text,
.p-plan__lead,
.p-plan-card__label,
.p-plan-card__lead,
.p-plan-card__list li,
.p-plan-card__price,
.p-plan__note,
.p-feature-detail-support__lead,
.p-feature-detail-meal__lead,
.p-feature-detail-meal__list li,
.p-feature-detail-meal__tip-text,
.p-feature-detail-trial__lead,
.p-feature-detail-trial-card__text,
.p-feature-detail-trial__note,
.p-home-faq__lead,
.p-home-faq__answer,
.p-home-access__lead,
.p-home-access__address,
.p-home-access__detail p,
.p-home-access-bar__item,
.p-home-column__lead,
.p-home-column .c-post-card__meta,
.p-home-column .c-post-card__excerpt {
  color: var(--color-subtext);
}
.p-problem-card,
.p-goal-card,
.p-features .p-feature-card,
.p-plan-card,
.p-feature-detail-support__points,
.p-feature-detail-meal__tip,
.p-feature-detail-trial-card,
.p-home-faq__item,
.p-home-access__info,
.p-home-column .c-post-card {
  background: var(--surface-white-alpha);
  border-color: var(--color-border);
  box-shadow: var(--shadow-soft);
}
.p-about-rutile__feature-icon,
.p-goal-card__icon,
.p-features .p-feature-card__icon .material-symbols-outlined,
.p-home-faq__icon {
  color: var(--color-accent-dark);
}
.p-about-rutile__feature-icon,
.p-features .p-feature-card__icon,
.p-front-page .p-goal-card__icon,
.p-goal-card__number,
.p-feature-detail-trial-card__number {
  background: linear-gradient(
    135deg,
    var(--color-silver-light),
    var(--color-silver)
  );
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(17, 24, 32, 0.12);
}
.p-goal-card__number,
.p-feature-detail-trial-card__number {
  color: var(--color-text);
}
.p-problem-card__line,
.p-goal-card__line,
.p-features__line,
.p-features .p-feature-card__line,
.p-feature-detail-trial-cta__divider {
  background: var(--color-silver);
}
.p-goal-card__image::after {
  background: linear-gradient(
    90deg,
    rgba(17, 24, 32, 0.34) 0%,
    rgba(17, 24, 32, 0.12) 58%,
    rgba(17, 24, 32, 0.04) 100%
  );
}
.p-goal-card__script {
  color: rgba(228, 231, 234, 0.9);
}
.p-plan-card--recommended {
  border-color: var(--color-silver-dark);
  box-shadow:
    var(--shadow-medium),
    0 0 0 1px rgba(184, 192, 200, 0.18);
}
.p-plan-card__badge,
.p-plan-card__button,
.p-feature-detail-support__button,
.p-home-access__button {
  background: linear-gradient(
    180deg,
    var(--color-silver-light) 0%,
    var(--color-silver-dark) 100%
  );
  color: #fff;
}
.p-plan-card__price strong {
  color: var(--color-accent-dark);
}
.p-feature-detail-support__link:hover,
.p-home-column__button:hover {
  color: #fff;
}
.p-home-access__map {
  background-color: var(--color-surface-soft);
  background-image:
    linear-gradient(
      34deg,
      transparent 0 43%,
      rgba(125, 135, 145, 0.14) 43% 45%,
      transparent 45% 100%
    ),
    linear-gradient(
      145deg,
      transparent 0 47%,
      rgba(125, 135, 145, 0.12) 47% 49%,
      transparent 49% 100%
    ),
    linear-gradient(
      8deg,
      transparent 0 55%,
      rgba(184, 192, 200, 0.16) 55% 57%,
      transparent 57% 100%
    ),
    linear-gradient(
      100deg,
      transparent 0 48%,
      rgba(125, 135, 145, 0.1) 48% 50%,
      transparent 50% 100%
    );
  border-color: var(--color-border);
}
.p-home-access__map::before {
  background:
    radial-gradient(
      circle at 52% 48%,
      rgba(184, 192, 200, 0.28),
      transparent 18%
    ),
    rgba(255, 255, 255, 0.18);
}
.p-home-access__map-label {
  color: var(--color-muted);
}
.p-home-access__label {
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--color-border);
  color: var(--color-text);
}
.p-home-access-bar {
  background: rgba(255, 255, 255, 0.62);
  border-top-color: var(--color-border);
}
.p-home-access-bar__item + .p-home-access-bar__item {
  border-left-color: var(--color-border);
}
.p-home-column__button {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--color-border);
}
.p-home-column__button:hover {
  background: var(--color-dark);
}
@media (max-width: 991.98px) {
  .p-feature-detail-support::before {
    background: linear-gradient(
      0deg,
      rgba(247, 248, 249, 1) 0%,
      rgba(247, 248, 249, 0.94) 54%,
      rgba(247, 248, 249, 0.52) 100%
    );
  }
  .p-feature-detail-meal::before {
    background: linear-gradient(
      0deg,
      rgba(241, 243, 245, 0.96) 0%,
      rgba(241, 243, 245, 0.86) 58%,
      rgba(241, 243, 245, 0.58) 100%
    );
  }
  .p-home-access-bar__item + .p-home-access-bar__item {
    border-top-color: var(--color-border);
  }
}
@media (max-width: 767.98px) {
  .p-hero {
    background-image:
      linear-gradient(
        90deg,
        rgba(17, 24, 32, 0.64) 0%,
        rgba(17, 24, 32, 0.48) 58%,
        rgba(17, 24, 32, 0.24) 100%
      ),
      linear-gradient(0deg, rgba(17, 24, 32, 0.58) 0%, rgba(17, 24, 32, 0) 42%),
      url("../../images/top/hero.png");
  }
  .p-hero__feature + .p-hero__feature,
  .p-feature-detail-support__point + .p-feature-detail-support__point {
    border-top-color: var(--color-border);
  }
}
.p-section--silver-dark {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.14) 0%,
      transparent 32%
    ),
    radial-gradient(
      circle at 82% 12%,
      rgba(184, 192, 200, 0.2) 0%,
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--color-silver-section-light) 0%,
      var(--color-silver-section) 42%,
      var(--color-silver-section-dark) 100%
    );
  color: var(--color-silver-section-text);
}
.p-plan,
.p-home-access {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.14) 0%,
      transparent 32%
    ),
    radial-gradient(
      circle at 82% 12%,
      rgba(184, 192, 200, 0.2) 0%,
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--color-silver-section-light) 0%,
      var(--color-silver-section) 42%,
      var(--color-silver-section-dark) 100%
    );
  color: var(--color-silver-section-text);
}
.p-plan {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 255, 255, 0.08),
      transparent 42%
    ),
    radial-gradient(
      circle at 14% 78%,
      rgba(184, 192, 200, 0.1),
      transparent 34%
    ),
    linear-gradient(180deg, #252b33 0%, #171c22 100%);
}
.p-plan::before {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(228, 231, 234, 0.34),
    rgba(255, 255, 255, 0)
  );
}
.p-plan__eyebrow,
.p-home-access__eyebrow,
.p-home-access__shop .material-symbols-outlined,
.p-home-access__detail > .material-symbols-outlined,
.p-home-access__pin .material-symbols-outlined,
.p-home-access-bar__item .material-symbols-outlined {
  color: var(--color-silver-light);
}
.p-plan__title,
.p-home-access__title,
.p-home-access__shop {
  color: var(--color-silver-section-text);
}
.p-plan__lead,
.p-plan__note,
.p-home-access__lead,
.p-home-access__address,
.p-home-access__detail p,
.p-home-access-bar__item {
  color: var(--color-silver-section-muted);
}
.p-plan-card {
  background:
    linear-gradient(145deg, rgba(39, 45, 53, 0.98), rgba(18, 22, 28, 0.98)),
    radial-gradient(
      circle at 12% 0%,
      rgba(255, 255, 255, 0.12),
      transparent 36%
    );
  border-color: rgba(228, 231, 234, 0.22);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.p-plan-card--recommended {
  border-color: rgba(228, 231, 234, 0.34);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}
.p-plan-card__title,
.p-plan-card__price strong {
  color: #f7f8f9;
}
.p-plan-card__label,
.p-plan-card__lead,
.p-plan-card__list li,
.p-plan-card__price {
  color: rgba(228, 231, 234, 0.76);
}
.p-plan-card__badge {
  background: linear-gradient(
    180deg,
    var(--color-silver-light) 0%,
    var(--color-silver-dark) 100%
  );
  color: var(--color-text);
}
.p-plan-card__list li,
.p-plan-card__list li:first-child {
  border-color: rgba(228, 231, 234, 0.12);
}
.p-plan-card__list .material-symbols-outlined {
  color: var(--color-silver-light);
}
.p-home-access__info {
  background: var(--color-silver-section-surface);
  border-color: var(--color-silver-section-border);
  box-shadow: 0 18px 40px rgba(17, 24, 32, 0.16);
}
.p-home-access__address {
  border-bottom-color: var(--color-silver-section-border);
}
.p-home-access__detail strong {
  color: var(--color-silver-section-text);
}
.p-home-access__detail > .material-symbols-outlined {
  border-color: var(--color-silver-section-border);
}
.p-home-access__map {
  background-color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.42);
}
.p-home-access__map::before {
  background:
    radial-gradient(
      circle at 52% 48%,
      rgba(184, 192, 200, 0.3),
      transparent 18%
    ),
    rgba(255, 255, 255, 0.12);
}
.p-home-access__label {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--color-border);
  color: var(--color-text);
}
.p-home-access-bar {
  background: rgba(255, 255, 255, 0.08);
  border-top-color: var(--color-silver-section-border);
}
.p-home-access-bar__item + .p-home-access-bar__item {
  border-left-color: var(--color-silver-section-border);
}
@media (max-width: 991.98px) {
  .p-home-access-bar__item + .p-home-access-bar__item {
    border-top-color: var(--color-silver-section-border);
  }
}
.p-home-access__map.ratio {
  background-image: none;
  border-radius: 8px;
  height: auto;
  min-height: 0;
  overflow: hidden;
}
.p-home-access__map.ratio::before {
  background: none;
  bottom: auto;
  display: block;
  left: auto;
  padding-top: var(--bs-aspect-ratio);
  position: static;
  right: auto;
  top: auto;
}
.p-home-access__map iframe {
  border: 0;
}
