/* ==================================================
   Design tokens
================================================== */
:root {
  --color-green: #073d18;
  --color-green-light: #0c5d27;
  --color-green-hero: #0c3515;
  --color-cream: #f5f2e9;
  --color-orange: #ef6500;
  --color-orange-dark: #9e3900;
  --color-gold: #d5bd75;
  --color-dark-gold: #755415;
  --color-red: #a90d1d;
  --color-text: #20221f;
  --color-border: #bcb49d;

  --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;

  --content-width: 900px;
  --wide-content-width: 1100px;
  --side-padding: 20px;
}



/* ==================================================
   Base
================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-cream);
  color: var(--color-text);
  font-family: var(--font-base);
  font-weight: 600;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  position: relative;
}

.section-title {
  margin: 0 auto 28px;
  color: var(--color-green-light);
  font-size: 44px;
  letter-spacing: 0.04em;
  text-align: center;
}

.section-label,
.practice-message .section-label {
  margin: 0 0 8px;
  color: var(--color-green-light);
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}

.coach-section .section-label,
.price .section-label,
.faq .section-label {
  color: var(--color-gold);
}

.faq .section-label {
  width: min(var(--wide-content-width), 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

@media (max-width: 767px) {
  .section-label,
  .practice-message .section-label {
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.16em;
  }
}

.bw {
  background: url("../images/bw-bg.jpg") center 65% / cover no-repeat;
  color: #fff;
}

h1, h2 {
    font-size: 44px;
    font-weight: 800;
}

/* Responsive line breaks */
br.br-pc {
  display: inline;
}

br.br-tablet,
br.br-sp {
  display: none;
}

@media (min-width: 768px) and (max-width: 900px) {
  br.br-pc,
  br.br-sp {
    display: none;
  }

  br.br-tablet {
    display: inline;
  }
}

@media (max-width: 767px) {
  br.br-pc,
  br.br-tablet {
    display: none;
  }

  br.br-sp {
    display: inline;
  }
}

/* ==================================================
   Hero
   Artwork: 450px / outer green background: 315px
================================================== */
.hero {
  padding: 0;
  background: var(--color-green-hero);
}

.hero picture,
.hero img {
  display: block;
}

@media (min-width: 768px) {
  .hero {
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 492px;
    margin-bottom: 50px;
    overflow: visible;
    height: min(492px, 43.7vw);
    margin-bottom: min(50px, 10vw);
  }

  .hero picture {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }

  .hero img {
  width: 1100px;
  max-width: 100%;
  height: auto;
    object-fit: contain;
    object-position: center top;
  }
}


/* ==================================================
   Intro
================================================== */
.intro {
  padding: 46px var(--side-padding) 92px;
  text-align: center;
}

.intro-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: min(var(--content-width), 100%);
  margin: auto;
  padding: 32px 30px;
  border: 1px solid var(--color-border);
  background: #fff;
}

.authority {
  border-right: 1px solid var(--color-border);
}

.authority > strong {
  display: table;
  margin: auto;
  padding: 1px 20px;
  background: var(--color-red);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.authority > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.authority img {
  width: 40px;
  height: 55px;
}

.authority p {
  margin: 4px 5px;
  font-size: 22px;
  line-height: 1.5;
}

.authority p b {
  color: #a00c1c;
  font-size: 22px;
}

.intro-copy {
  margin: 0;
  padding-left: 26px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.gold-text {
  color: var(--color-dark-gold);
  font-weight: 700;
}

.intro h1 {
  margin: 42px 0 0;
  color: var(--color-green-light);
  font-size: 44px;
  line-height: 1.5;
  font-weight: 700;
}

.intro h1 span {
  padding: 3px 18px;
  background: var(--color-green);
  color: #fff;
}

/* ==================================================
   Benefits and CTA
================================================== */
.conversion {
  padding: 92px var(--side-padding) 92px;
  text-align: center;
}

.benefits-point {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 500;
}

.benefits {
  display: flex;
  justify-content: center;
  width: min(750px, 100%);
  margin: auto;
  border: 1px solid #fff;
}

.benefits p {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 9px 20px;
  border-right: 1px solid #fff;
  font-size: 24px;
    font-weight: 700;

}

.benefits p:last-child {
  border-right: 0;
}

.benefits img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 64px auto 0;
}

.cta-wrap > span {
  position: relative;
  z-index: 2;
  margin-bottom: -16px;
  padding: 3px 25px;
  border: 1px solid #ed8700;
  border-radius: 20px;
  background: #fff;
  color: #ec6500;
  font: bold 18px sans-serif;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), filter 0.3s ease;
}

.cta {
  position: relative;
  min-width: 370px;
  padding: 20px 50px 20px 30px;
  border-radius: 6px;
  background: var(--color-orange);
  box-shadow: 0 5px 0 var(--color-orange-dark);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

.cta i {
  position: absolute;
  top: 24px;
  right: 20px;
  font: 300 30px Arial, sans-serif;
  font-style: normal;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.cta:hover,
.cta:active,
.cta.is-pressed {
  transform: translateY(5px) scale(0.995);
  box-shadow: 0 0 0 var(--color-orange-dark), 0 4px 8px #0002;
  filter: brightness(0.98);
}

.cta-wrap:has(.cta:hover) > span,
.cta-wrap:has(.cta:active) > span,
.cta-wrap.is-pressed > span {
  transform: translateY(5px);
  filter: brightness(0.98);
}

.cta:hover i,
.cta:active i,
.cta.is-pressed i {
  transform: translateX(6px);
}

/* ==================================================
   Worries
================================================== */
.worries {
  padding: 72px var(--side-padding) 62px;
  background: var(--color-cream);
  text-align: center;
}

.worries .section-title {
  margin-bottom: 24px;
  font-size: 44px;
  letter-spacing: 0.06em;
  font-weight: 800;
}

.worry-box {
  width: min(930px, 100%);
  margin: auto;
  padding: 40px 72px 56px;
  border: 1px solid #b9ae90;
  background: #fff;
}

.worry-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.worry-main {
  width: 100%;
  margin: 0 auto;
}

.worry-main li {
  padding: 9px 16px;
  border-bottom: 1px solid #b9ae90;
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.worry-main li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 15px;
  height: 8px;
  margin: 0 14px 3px 2px;

  border-left: 3px solid #a00c1c;
  border-bottom: 3px solid #a00c1c;
  border-radius: 0;

  transform: rotate(-45deg);
}

.worry-box h3 {
  display: table;
  margin: 28px auto 18px;
  padding: 2px 22px;
  background: #827451;
  color: #fff;
  font-family: var(--font-base);
  font-size: 20px;
  line-height: 1.45;
}

.symptoms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  border-top: 1px solid #c8c1ae;
  border-left: 1px solid #c8c1ae;
}

.symptoms span {
  min-height: 32px;
  padding: 12px 10px;
  border-right: 1px solid #c8c1ae;
  border-bottom: 1px solid #c8c1ae;
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.35;
}

.down-arrows {
  margin: 28px 0 0;
  color: #c6b98d;
  font-size: 24px;
  letter-spacing: 4px;
}

/* ==================================================
   Diagnosis message
================================================== */
.truth {
  padding: 70px var(--side-padding);
  background: linear-gradient(110deg, #0a431c, #062f12);
  color: #fff;
  text-align: center;
}

.truth p {
  margin: 5px;
  font-size: 28px;
  font-weight: 600;
}

.truth > div {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 15px;
}

.truth b {
  padding: 4px 22px;
  background: #fff;
  color: var(--color-green);
  font-size: 28px;
  font-weight: 600;

}

/* ==================================================
   Features
================================================== */
.features {
  padding: 70px var(--side-padding) 95px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
  width: min(850px, 100%);
  margin: auto;
}

.feature-num {
  display: flex;
  align-items: center;
  height: 55px;
  color: #198737;
  font-family: "fp-head-pro", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: -20px;
}

.feature-num b {
  font-size: 52px;
  line-height: 1;
}

.feature-num span {
  margin-left: 10px;
  margin-top: 10px;
  font-weight: 900;
    font-size: 24px;

}

.feature-card {
  padding: 45px 35px 35px;
  background: #fff;
}

.feature-card h3 {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 55px;
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.3;
}

.feature-card h3 img {
  width: 35px;
  height: 35px;
  margin-left: 20px;
}

.feature-photo {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #f0ede5;
}

.feature-card p {
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

/* ==================================================
   Coach
================================================== */
.coach-section {
  padding: 64px var(--side-padding) 96px;
  background: linear-gradient(110deg, #0a431c, #062f12);
  color: #fff;
}

.coach-section .section-title {
  margin-bottom: 32px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

/* PC：左に写真、右にプロフィール全文 */
.coach-card {
  display: grid;
  grid-template-columns: minmax(260px, 36fr) minmax(0, 64fr);
  grid-template-areas:
    "photo summary"
    "photo details";
  align-items: start;
  gap: 24px 40px;

  width: min(var(--content-width), 100%);
  margin: 0 auto;
  padding: 56px;

  background: #fff;
  box-shadow: 0 7px 18px rgb(0 0 0 / 33%);
  color: var(--color-text);
}

/* 写真 */
.coach-photo {
  grid-area: photo;
  display: grid;
  place-items: center;

  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;

  background: #f0ede5;
  color: #333;
  font-size: 48px;
}

/* 実際の写真を入れた場合 */
.coach-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 名前・肩書 */
.coach-summary {
  grid-area: summary;
  min-width: 0;
  font-family: var(--font-base);
  text-align: left;
}

.coach-summary > p {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 400;
}

.coach-summary > strong {
  display: block;
  color: var(--color-green-light);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.coach-summary h3 {
  margin: 8px 0 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

/* PGA of Canada Class “A” Professional */
.coach-summary small {
  display: block;
  color: var(--color-dark-gold);
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* 長文・プロフィールリンク */
.coach-details {
  grid-area: details;
  min-width: 0;
  font-family: var(--font-base);
}

.coach-details p {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.profile-link {
  display: inline-block;
  margin-top: 4px;
  color: #31583d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}

.profile-link:hover {
  color: var(--color-green-light);
}

/* ==================================================
   900px以下
   上段：写真50％＋短いプロフィール50％
   下段：長文を横幅100％
================================================== */
@media (max-width: 900px) {
  .coach-section {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .coach-section .section-title {
    font-size: 34px;
  }

  .coach-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "photo summary"
      "details details";
    gap: 24px 20px;
    padding: 32px;
  }

  .coach-summary {
    align-self: center;
    text-align: left;
  }

  .coach-details {
    padding-top: 24px;
    border-top: 1px solid var(--color-border);
  }
}

/* ==================================================
   Smartphone
   配置は同じで、余白と文字サイズのみ調整
================================================== */
@media (max-width: 767px) {
  .coach-section {
    padding: 48px var(--side-padding) 64px;
  }

  .coach-section .section-title {
    margin-bottom: 24px;
    font-size: 31px;
  }

  .coach-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "photo summary"
      "details details";
    gap: 20px 14px;
    padding: 20px;
  }

  .coach-photo {
    font-size: 32px;
  }

  .coach-summary > p {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .coach-summary > strong {
    font-size: 17px;
    line-height: 1.45;
  }

  .coach-summary h3 {
    margin: 6px 0 8px;
    font-size: 28px;
  }

  .coach-summary small {
    font-size: 11px;
    line-height: 1.5;
  }

  .coach-details {
    padding-top: 20px;
  }

  .coach-details p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.8;
  }

  .profile-link {
    font-size: 14px;
  }
}


/* ==================================================
   Practice message
================================================== */
.practice-message {
  padding: 88px var(--side-padding);
  background: var(--color-cream);
  color: var(--color-text);
  text-align: center;
}

.practice-message-inner {
  width: min(var(--content-width), 100%);
  margin: 0 auto;
}

.practice-message h2 {
  margin: 0 0 24px;
  color: var(--color-green-light);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.45;
}

.practice-message p {
  margin: 0;
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}

.practice-message p strong {
  color: var(--color-dark-gold);
  font-weight: 700;
}

@media (max-width: 900px) {
  .practice-message {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .practice-message h2 {
    font-size: 34px;
  }

  .practice-message p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .practice-message {
    padding: 56px var(--side-padding);
  }

  .practice-message h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .practice-message p {
    font-size: 16px;
    line-height: 1.8;
  }
}


/* ==================================================
   Price
================================================== */



.price {
  padding: 60px var(--side-padding) 95px;
  border-bottom: 1px solid #e5e5e5;

}

.price .section-title {
  width: min(var(--wide-content-width), 100%);
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  color: #fff;
  font-size: 42px;
}

.price-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--content-width), 100%);
  margin: auto;
}

.price-inner > div:first-child {
  display: flex;
  flex-direction: column;
}

.price-inner p {
  margin: 0;
  font-size: 18px;
}

.price-inner strong {
  font-size: 52px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.price-inner strong small {
  font-size: 18px;
}

.price-inner span {
  font-size: 13px;
}

.price .cta-wrap {
  margin: 0;
}

/* ==================================================
   FAQ
================================================== */
.faq {
  padding: 80px var(--side-padding) 100px;
  background: #303030;
  color: #171717;
}

.faq .section-title {
  width: min(var(--wide-content-width), 100%);
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  color: #fff;
  text-align: left;
}

.faq-list {
  width: min(var(--wide-content-width), 100%);
  margin: auto;
}

.faq article {
  margin-bottom: 24px;
  overflow: hidden;
  background: #f7f7f7;
}

.faq button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 92px;
  padding: 0;
  border: 0;
  background: #f7f7f7;
  color: #171717;
  cursor: pointer;
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.faq button span {
  display: flex;
  flex: 1;
  align-items: center;
  min-height: 92px;
  padding: 20px 34px;
}

.faq button span b {
  align-self: stretch;
  display: grid;
  place-items: center;
  width: 108px;
  min-width: 108px;
  margin: -20px 34px -20px -34px;
  background: var(--color-green-light);
  color: #e5d094;
  font: 900 31px Arial, sans-serif;
}

.faq button i {
  margin-right: 28px;
  color: var(--color-green-light);
  font: 400 31px Arial, sans-serif;
  font-style: normal;
}

.faq article > div {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0.3;
  background: #e7e7e7;
  transition: grid-template-rows 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

.faq article > div p {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0 34px;
  color: #171717;
  font-family: var(--font-base);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  transition: padding 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq article > div p b {
  align-self: stretch;
  display: grid;
  place-items: center;
  margin-left: -34px;
  margin-right: 22px;
  color: #171717;
  font: 900 28px Arial, sans-serif;
}

.faq .open > div {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq .open > div p {
  padding-top: 22px;
  padding-bottom: 22px;
}

/* ==================================================
   Company and footer
================================================== */
.company {
  padding: 80px var(--side-padding);
}

.company dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  width: min(var(--content-width), 100%);
  margin: auto;
  border-top: 2px solid var(--color-green);
}

.company dt,
.company dd {
  margin: 0;
  padding: 17px;
  border-bottom: 1px solid #d1c9b5;
}

.company dt {
  background: #e4e5dc;
  color: var(--color-green);
  font-weight: 900;
}

.company dd {
  font-family: var(--font-base);
  font-weight: 500;
}

footer {
  padding: 45px var(--side-padding);
  background: #09150d;
  color: #bbb;
  font-family: Arial, sans-serif;
  text-align: center;
}

footer nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  font-size: 13px;
}

/* ==================================================
   Back to top
================================================== */
.back-to-top {
  position: fixed;
  right: 28px;
  bottom: max(28px, env(safe-area-inset-bottom));
  z-index: 100;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  padding: 8px;

  border: 1px solid var(--color-gold);
  border-radius: 50%;
  background: rgb(7 61 24 / 94%);
  box-shadow: 0 6px 18px rgb(0 0 0 / 25%);
  color: #fff;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    background-color 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--color-green-light);
  transform: translateY(-3px);
}

.back-to-top:active {
  transform: translateY(2px);
}

.back-to-top span {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.back-to-top small {
  margin-top: 3px;
  font-family: var(--font-base);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.back-to-top:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* ==================================================
   Mobile
================================================== */
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .section-title {
    font-size: 27px;
  }

  /* Hero */
  .hero {
    overflow: hidden;
  }

  .hero picture,
  .hero img {
    width: 100%;
    height: auto;
  }

  /* Intro */
  .intro {
    padding: 36px var(--side-padding) 42px;
  }

  .intro-box {
    display: block;
    padding: 10px 14px;
  }

  .authority {
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .authority > strong {
    font-size: 12px;
  }

  .authority img {
    width: 30px;
    height: 42px;
  }

  .authority p {
    font-size: 12px;
  }

  .authority p b {
    font-size: 15px;
  }

  .intro-copy {
    padding: 12px 0 0;
    font-size: 14px;
    text-align: center;
  }

  .intro h1 {
    margin-top: 30px;
    font-size: 23px;
  }

  /* Benefits and CTA */
  .conversion {
    padding: 55px var(--side-padding) 45px;
  }

  .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .benefits p {
    min-height: 50px;
    padding: 8px 5px;
    border-right: 0;
    font-size: 14px;
    gap: 5px;
  }

  .benefits p:first-child {
    border-right: 1px solid #fff;
  }

  .benefits p:nth-child(3) {
    grid-column: 1 / -1;
    width: 100%;
    border-top: 1px solid #fff;
  }

  .benefits img {
    width: 19px;
    height: 19px;
  }

  .cta-wrap {
    margin-top: 30px;
  }

  .cta {
    width: 100%;
    min-width: 0;
    padding: 15px 38px 15px 15px;
    font-size: 17px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .cta:hover,
  .cta:active,
  .cta.is-pressed {
    transform: translateY(5px) scale(0.995);
    box-shadow: 0 0 0 var(--color-orange-dark), 0 3px 6px #0002;
    filter: brightness(0.98);
  }

  /* Worries */
  .worries {
    padding: 52px var(--side-padding) 42px;
  }

  .worries .section-title {
    font-size: 25px;
  }

  .worry-box {
    padding: 24px 14px 20px;
  }

  .worry-main li {
    position: relative;
    padding: 8px 5px 8px 28px;
    font-size: 13px;
  }

  .worry-main li::before {
    position: absolute;
    top: 14px;
    left: 8px;
    width: 10px;
    height: 6px;
    margin: 0;
    border-bottom: 3px solid #a00c1c;
    border-left: 3px solid #a00c1c;
    border-radius: 0;
    content: "";
    transform: rotate(-45deg);
  }

  .symptoms {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .symptoms span {
    min-height: 0;
    padding: 9px 12px;
    font-size: 12px;
    text-align: left;
  }

  /* Diagnosis message */
  .truth {
    padding: 36px var(--side-padding);
  }

  .truth p {
    font-size: 15px;
  }

  .truth > div {
    gap: 7px;
    margin: 12px 0;
  }

  .truth b {
    padding: 3px 12px;
    font-size: 14px;
  }

  /* Features */
  .features {
    padding: 55px var(--side-padding) 70px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .feature-num {
    height: 45px;
  }

  .feature-num b {
    font-size: 32px;
  }

  .feature-num span {
    margin-left: 5px;
    font-size: 10px;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-card h3 {
    align-items: center;
    min-height: 0;
    font-size: 17px;
  }

  .feature-card h3 img {
    width: 23px;
    height: 23px;
  }

  .feature-photo {
    height: 210px;
  }

  .feature-card p {
    font-size: 14px;
  }

  /* Price */
  .price .section-title {
    font-size: 31px;
  }

  .price {
    padding: 48px var(--side-padding) 58px;
  }

  .price-inner {
    display: block;
    text-align: center;
  }

  .price-inner strong {
    font-size: 46px;
  }

  .price .cta-wrap {
    margin-top: 28px;
  }

  /* FAQ */
  .faq {
    padding: 55px var(--side-padding) 70px;
  }

  .faq .section-title {
    text-align: center;
  }

  .faq article {
    margin-bottom: 14px;
  }

  .faq button,
  .faq button span {
    min-height: 72px;
  }

  .faq button {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq button span {
    padding: 14px 16px;
  }

  .faq button span b {
    width: 60px;
    min-width: 60px;
    margin: -14px 16px -14px -16px;
    font-size: 24px;
  }

  .faq button i {
    margin-right: 14px;
    font-size: 24px;
  }

  .faq article > div p {
    grid-template-columns: 60px 1fr;
    padding-right: 16px;
    font-size: 13px;
  }

  .faq article > div p b {
    margin-left: -34px;
    margin-right: 14px;
    font-size: 23px;
  }

  /* Company and footer */
  .company {
    padding: 60px var(--side-padding);
  }

  .company dl {
    display: block;
  }

  .company dt {
    padding: 11px 14px;
    border-bottom: 0;
  }

  .company dd {
    padding: 11px 14px;
    font-size: 14px;
  }

  footer nav {
    display: block;
  }

  footer nav a {
    display: block;
    margin: 10px;
  }

  .back-to-top {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 64px;
    height: 64px;
    padding: 5px;
  }

  .back-to-top span {
    font-size: 20px;
  }

  .back-to-top small {
    margin-top: 1px;
    font-size: 9px;
    line-height: 1.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}
