@font-face {
  font-family: "Montserrat";
  src: url("../change-journey/assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../change-journey/assets/fonts/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../change-journey/assets/fonts/Montserrat-Black.otf") format("opentype");
  font-weight: 900;
  font-display: swap;
}

:root {
  --orange: #da5a33;
  --orange-dark: #b94320;
  --cream: #f8f4ed;
  --paper: #fffdf9;
  --ink: #231d1a;
  --muted: #6e6661;
  --line: #e7ddd3;
  --india: #b62e5e;
  --laos: #13886b;
  --newyear: #5b2c6f;
  --page: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a { -webkit-tap-highlight-color: transparent; }

img { max-width: 100%; }

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

.page-width { width: var(--page); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 16px;
  color: #fff;
  background: #000;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.price-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 34px;
  border-bottom: 1px solid rgba(35, 29, 26, .08);
  background: rgba(255, 253, 249, .96);
  backdrop-filter: blur(14px);
}

.price-header__brand { display: block; width: 128px; line-height: 0; }
.price-header__brand img { display: block; width: 100%; }

.price-header__nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
.price-header__nav a { color: #4e4642; font-size: 12px; font-weight: 700; white-space: nowrap; transition: color .2s ease, opacity .2s ease; }
.price-header__nav a:hover,
.price-header__nav a:focus-visible { color: var(--orange); opacity: .72; }

.price-header__nav .price-header__cta {
  padding: 13px 20px;
  color: #fff;
  border-radius: 6px;
  background: var(--orange);
}

.price-header__nav .price-header__cta:hover,
.price-header__nav .price-header__cta:focus-visible { color: #fff; background: var(--orange-dark); opacity: 1; }

.price-header__toggle { display: none; }

/* Headerとは別に固定するページ内メニュー */
.price-jump-nav {
  position: fixed;
  z-index: 9990;
  top: 76px;
  right: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(218, 90, 51, .08);
  border-bottom: 1px solid rgba(35, 29, 26, .12);
  background: rgba(255, 253, 249, .97);
  box-shadow: 0 7px 20px rgba(35, 29, 26, .07);
  backdrop-filter: blur(12px);
}

.price-jump-nav__inner {
  display: flex;
  width: min(1120px, calc(100% - 48px));
  min-height: 50px;
  margin-inline: auto;
  align-items: stretch;
  justify-content: center;
}

.price-jump-nav a {
  position: relative;
  display: inline-flex;
  min-width: 0;
  padding: 0 clamp(16px, 2.2vw, 34px);
  align-items: center;
  justify-content: center;
  color: #4e4642;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease;
}

.price-jump-nav a + a::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: var(--line);
  content: "";
}

.price-jump-nav a:hover,
.price-jump-nav a:focus-visible {
  color: var(--orange);
  background: rgba(218, 90, 51, .055);
}

#how,
#change,
#bug,
#policy,
#faq,
#briefing {
  scroll-margin-top: 142px;
}

.price-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 690px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: url("assets/images/price-hero.jpeg") center 56% / cover no-repeat;
}

.price-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10, 19, 20, .16), rgba(9, 15, 17, .32)),
    linear-gradient(90deg, rgba(3, 20, 25, .19), rgba(3, 20, 25, .05));
}

.price-hero__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 90px 20px;
  text-align: center;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .38);
}

.price-hero__brand {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.price-hero__english {
  margin: 0 0 9px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(86px, 11vw, 142px);
  font-weight: 900;
  letter-spacing: .03em;
  line-height: .92;
}

.section-label {
  margin: 0 0 14px;
  color: var(--orange);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}

.price-hero h1 {
  margin: 0 0 21px;
  font-size: clamp(27px, 3.2vw, 45px);
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1.5;
}

.price-hero h1 i { font-style: normal; }

.price-hero__copy > p:not(.price-hero__brand, .price-hero__english) {
  margin: 0 0 28px;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.9;
}

.price-hero__scroll {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 22px;
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 6px;
  background: rgba(7, 19, 22, .2);
  font-size: 12px;
  font-weight: 800;
  text-shadow: none;
  backdrop-filter: blur(5px);
  transition: background .2s ease, transform .2s ease;
}

.price-hero__scroll:hover,
.price-hero__scroll:focus-visible {
  background: rgba(7, 19, 22, .4);
  transform: translateY(-2px);
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button span { font-size: 20px; }
.button--orange { color: #fff; background: var(--orange); box-shadow: 0 12px 26px rgba(218, 90, 51, .23); }
.button--orange:hover,
.button--orange:focus-visible { background: var(--orange-dark); box-shadow: 0 16px 32px rgba(218, 90, 51, .3); }
.button--yellow { color: #090909; background: #ffe640; box-shadow: 5px 5px 0 #00e5ff, -5px -5px 0 #ff00ab; }
.button--white { color: var(--orange); background: #fff; box-shadow: 0 14px 32px rgba(68, 24, 10, .18); }

.price-section { padding: clamp(80px, 9vw, 124px) 0; }
.price-section h2,
.bug-price h2,
.briefing-promo h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.4;
}

.section-lead {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

.price-structure { background: #fff; }
.price-structure__formula {
  display: grid;
  align-items: stretch;
  margin-top: 48px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
}

.price-structure__formula article {
  min-width: 0;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
}

.price-structure__formula article > span {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.price-structure__formula article > strong { display: block; font-size: 22px; font-weight: 900; }
.price-structure__formula article > p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.price-structure__formula > b { align-self: center; color: #b8aaa0; font-family: "Montserrat", sans-serif; font-size: 28px; }
.price-structure__formula .price-structure__total { color: #fff; border-color: var(--orange); background: var(--orange); }
.price-structure__formula .price-structure__total > span,
.price-structure__formula .price-structure__total > p { color: #fff; }

.change-price { background: var(--cream); }
.brand-heading { display: grid; align-items: center; grid-template-columns: minmax(220px, .54fr) minmax(0, 1.46fr); gap: clamp(48px, 8vw, 110px); }
.brand-heading__logo { display: block; width: min(100%, 360px); }
.brand-heading h2 { margin-bottom: 14px; }
.brand-heading div > p:not(.section-label) { margin: 0; color: var(--muted); line-height: 2; }

.common-fee {
  display: grid;
  align-items: center;
  margin-top: 54px;
  padding: 34px 42px;
  grid-template-columns: 1fr auto;
  gap: 40px;
  color: #fff;
  border-radius: 12px;
  background: var(--orange);
  box-shadow: 0 18px 44px rgba(98, 55, 35, .16);
}

.common-fee > div:first-child > span { display: inline-block; margin-bottom: 9px; padding: 5px 10px; color: var(--orange); border-radius: 4px; background: #fff; font-size: 11px; font-weight: 900; }
.common-fee h3 { margin: 0; font-size: 26px; font-weight: 900; }
.common-fee > div:first-child > p { margin: 8px 0 0; font-size: 13px; line-height: 1.7; }
.common-fee__prices { display: flex; align-items: flex-end; gap: 34px; }
.common-fee__prices p { margin: 0; }
.common-fee__prices small { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 700; }
.common-fee__prices del { font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 700; }
.common-fee__prices strong { display: block; font-family: "Montserrat", sans-serif; font-size: clamp(38px, 4.4vw, 58px); font-weight: 900; letter-spacing: -.045em; line-height: 1; }
.common-fee__prices sup { margin-right: 3px; font-size: .42em; vertical-align: .75em; }

.plan-price-grid { display: grid; margin-top: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.plan-price-card { overflow: hidden; border: 1px solid rgba(65, 45, 33, .12); border-radius: 12px; background: #fff; box-shadow: 0 16px 42px rgba(73, 51, 38, .08); }
.plan-price-card__image { position: relative; display: block; height: 230px; overflow: hidden; background: #ddd; }
.plan-price-card__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 55%); }
.plan-price-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.plan-price-card--laos .plan-price-card__image img { object-position: center 62%; }
.plan-price-card--newyear .plan-price-card__image img { object-position: center; }
.plan-price-card__image:hover img,
.plan-price-card__image:focus-visible img { transform: scale(1.035); }
.plan-price-card__image span { position: absolute; right: 22px; bottom: 18px; left: 22px; z-index: 1; color: #fff; font-family: "Montserrat", sans-serif; font-size: clamp(20px, 2vw, 27px); font-weight: 900; letter-spacing: .03em; }
.plan-price-card__body { padding: 26px 26px 28px; }
.plan-price-card__name { min-height: 2.8em; margin: 0 0 20px; font-size: 18px; font-weight: 900; line-height: 1.4; }
.plan-price-card__total { padding: 20px 0 23px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-price-card__total small { display: block; margin-bottom: 9px; color: var(--muted); font-size: 11px; font-weight: 700; }
.plan-price-card__total strong { color: var(--orange); font-family: "Montserrat", sans-serif; font-size: clamp(38px, 3.8vw, 51px); font-weight: 900; letter-spacing: -.05em; line-height: 1; white-space: nowrap; }
.plan-price-card--india .plan-price-card__total strong { color: var(--india); }
.plan-price-card--laos .plan-price-card__total strong { color: var(--laos); }
.plan-price-card--newyear .plan-price-card__total strong { color: var(--newyear); }
.plan-price-card__total sup { margin-right: 2px; font-size: .4em; vertical-align: .8em; }
.plan-price-card__total strong span { margin-left: 3px; font-family: "Noto Sans JP", sans-serif; font-size: .38em; letter-spacing: 0; }
.plan-price-card dl { margin: 18px 0 24px; }
.plan-price-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; font-size: 13px; }
.plan-price-card dt { color: var(--muted); }
.plan-price-card dd { margin: 0; font-family: "Montserrat", "Noto Sans JP", sans-serif; font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--orange); font-size: 13px; font-weight: 800; }
.text-link span { font-size: 18px; }
.price-note { margin: 24px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.included { background: #fff; }
.included__grid { display: grid; align-items: start; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); gap: clamp(54px, 6vw, 80px); }
.included h2 { font-size: clamp(32px, 3vw, 40px); white-space: nowrap; }
.included__grid > div > p:not(.section-label) { margin: 0 0 26px; color: var(--muted); line-height: 2; }
.included__grid ul { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; list-style: none; }
.included__grid li { display: grid; padding: 24px 0; grid-template-columns: 42px 1fr; gap: 4px 14px; border-top: 1px solid var(--line); }
.included__grid li:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
.included__grid li > span { grid-row: 1 / 3; color: var(--orange); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 900; }
.included__grid li > strong { font-size: 15px; font-weight: 900; }
.included__grid li > small { color: var(--muted); font-size: 11px; line-height: 1.7; }

.not-included { padding-top: 0; background: #fff; }
.not-included__grid { display: grid; margin-top: 34px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.not-included__grid article { padding: 26px; border-radius: 8px; background: var(--cream); }
.not-included__grid strong { font-size: 17px; font-weight: 900; }
.not-included__grid p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.bug-price { padding: clamp(80px, 9vw, 120px) 0; color: #fff; background: #070707; }
.bug-price__heading { display: grid; align-items: center; grid-template-columns: minmax(220px, .54fr) minmax(0, 1.46fr); gap: clamp(48px, 8vw, 110px); }
.bug-price__heading > img { width: min(100%, 360px); filter: drop-shadow(4px 3px 0 #00e5ff) drop-shadow(-4px -3px 0 #ff00ab); }
.bug-price .section-label { color: #ffe640; }
.bug-price__heading h2 { margin-bottom: 14px; }
.bug-price__heading div > p:not(.section-label) { margin: 0; color: #d6d6d6; line-height: 1.9; }
.bug-fee-grid { display: grid; margin-top: 54px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.bug-fee-grid article { position: relative; overflow: hidden; padding: 35px 38px; border: 1px solid rgba(255, 255, 255, .2); background: linear-gradient(135deg, rgba(0, 229, 255, .08), transparent 44%), linear-gradient(315deg, rgba(255, 0, 171, .1), transparent 46%), #0c0c0c; }
.bug-fee-grid article::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; content: ""; background: linear-gradient(90deg, #00e5ff, #ff00ab, #ffe640); }
.bug-fee-grid article > span { color: #ffe640; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.bug-fee-grid h3 { margin: 10px 0 25px; font-size: 24px; font-weight: 900; }
.bug-fee-grid p { margin: 0 0 7px; color: #cfcfcf; font-size: 12px; font-weight: 700; }
.bug-fee-grid strong { display: block; font-family: "Montserrat", sans-serif; font-size: clamp(48px, 6vw, 76px); font-weight: 900; letter-spacing: -.05em; line-height: 1; white-space: nowrap; }
.bug-fee-grid sup { margin-right: 4px; font-size: .34em; vertical-align: .95em; }
.bug-fee-grid small { display: block; margin-top: 15px; color: #c6c6c6; font-size: 12px; }
.bug-price__included { display: flex; align-items: center; gap: 24px; margin-top: 17px; padding: 22px 26px; border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .06); }
.bug-price__included strong { color: #ffe640; font-size: 14px; font-weight: 900; white-space: nowrap; }
.bug-price__included p { margin: 0; color: #e2e2e2; font-size: 13px; line-height: 1.8; }
.bug-price__note { margin: 20px 0 28px; color: #a9a9a9; font-size: 11px; line-height: 1.8; }

.guarantee { background: var(--cream); }
.guarantee__subtitle { margin: 52px 0 0; font-size: 21px; font-weight: 900; }
.guarantee__grid { display: grid; margin-top: 38px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.guarantee__grid article { display: flex; gap: 24px; padding: 32px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.guarantee__grid article > span { flex: 0 0 auto; color: var(--orange); font-family: "Montserrat", sans-serif; font-size: 18px; font-weight: 900; }
.guarantee__grid strong { display: block; font-size: 18px; font-weight: 900; }
.guarantee__grid p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.cancellation-policy { margin-top: 72px; padding-top: 54px; border-top: 1px solid var(--line); }
.cancellation-policy h3 { margin: 0 0 14px; font-size: clamp(23px, 2.7vw, 34px); font-weight: 900; }
.cancellation-policy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.cancellation-policy__table-wrap { margin-top: 30px; overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.cancellation-policy table { width: 100%; border-collapse: collapse; font-size: 14px; }
.cancellation-policy th,
.cancellation-policy td { padding: 19px 22px; border-bottom: 1px solid var(--line); text-align: left; }
.cancellation-policy th { color: #fff; background: var(--orange); font-weight: 900; }
.cancellation-policy th:last-child,
.cancellation-policy td:last-child { width: 250px; font-weight: 800; }
.cancellation-policy tbody tr:last-child td { border-bottom: 0; }
.cancellation-policy .cancellation-policy__note { margin-top: 16px; padding: 16px 18px; color: var(--ink); border-left: 4px solid var(--orange); background: #fff; font-size: 12px; font-weight: 700; }

.faq { background: #fff; }
.faq__inner { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: clamp(60px, 10vw, 130px); }
.faq__list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 52px 25px 0; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 22px; right: 5px; content: "+"; color: var(--orange); font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 700; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 44px 26px 0; color: var(--muted); font-size: 13px; line-height: 2; }

.briefing-promo { position: relative; isolation: isolate; min-height: 940px; overflow: hidden; padding: 100px 0 92px; color: #fff; text-align: center; }
.briefing-promo__photo,
.briefing-promo__shade { position: absolute; inset: 0; z-index: -2; }
.briefing-promo__photo { background: url("../change-journey/assets/images/briefing-background.webp") center 46% / cover no-repeat; filter: saturate(1.08) contrast(1.04); transform: scale(1.02); }
.briefing-promo__shade { z-index: -1; background: linear-gradient(180deg, rgba(111, 34, 9, .6), rgba(211, 67, 17, .5) 46%, rgba(54, 17, 6, .76)), linear-gradient(90deg, rgba(228, 94, 0, .2), rgba(92, 24, 7, .34)); }
.briefing-promo__inner { width: min(calc(100% - 64px), 960px); }
.briefing-promo .section-label { color: #fff; }
.briefing-promo h2 { margin-bottom: 30px; font-size: clamp(45px, 6vw, 74px); letter-spacing: .045em; line-height: 1.28; }
.briefing-promo__questions { display: flex; max-width: 780px; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 auto 36px; }
.briefing-promo__questions span { padding: 8px 18px; color: var(--ink); border: 1px solid rgba(255, 255, 255, .76); border-radius: 999px; background: rgba(255, 255, 255, .95); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.briefing-promo__people { display: flex; min-height: 180px; align-items: center; justify-content: center; margin-bottom: 20px; }
.briefing-promo__people img { width: 150px; height: 150px; border: 6px solid rgba(255, 255, 255, .96); border-radius: 50%; box-shadow: 0 16px 40px rgba(60, 8, 0, .3); object-fit: cover; }
.briefing-promo__people img:nth-child(2) { z-index: 2; width: 190px; height: 190px; margin-inline: -22px; }
.briefing-promo__people img:first-child { transform: rotate(-5deg); }
.briefing-promo__people img:last-child { transform: rotate(5deg); }
.briefing-promo h3 { margin: 0 0 14px; font-size: clamp(19px, 2.3vw, 27px); font-weight: 900; }
.briefing-promo__message { margin: 0 0 22px; font-size: 14px; font-weight: 700; line-height: 1.8; }
.briefing-promo__proof { display: flex; justify-content: center; gap: 8px; margin-bottom: 30px; }
.briefing-promo__proof span { display: inline-flex; min-width: 160px; align-items: baseline; justify-content: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .4); background: rgba(93, 20, 2, .24); font-size: 11px; font-weight: 800; }
.briefing-promo__proof strong { font-family: "Montserrat", sans-serif; font-size: 28px; line-height: 1; }
.briefing-promo__button { display: inline-flex; min-width: min(100%, 430px); min-height: 72px; align-items: center; justify-content: center; gap: 18px; padding: 18px 32px; color: #bc320d; border-radius: 999px; background: #fff; box-shadow: 0 16px 38px rgba(68, 9, 0, .3); font-size: 17px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.briefing-promo__button:hover,
.briefing-promo__button:focus-visible { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(68, 9, 0, .38); }
.briefing-promo__sub { margin: 13px 0 8px; font-size: 11px; font-weight: 700; }
.briefing-promo__line { padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, .7); font-size: 12px; font-weight: 800; }

.price-mobile-cta { display: none; }

.site-footer.change-footer .price-footer-logo { width: 158px; filter: brightness(0) invert(1); }
.site-footer.change-footer .change-footer__brand > a { display: inline-block; line-height: 0; }
.site-footer.change-footer .change-footer__related h2 { font-size: clamp(24px, 3.1vw, 40px); }

@media (max-width: 980px) {
  :root { --page: min(100% - 36px, 760px); }

  .price-header { min-height: 66px; padding: 0 20px; }
  .price-header__brand { width: 112px; }
  .price-header__toggle { position: relative; z-index: 2; display: block; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; }
  .price-header__toggle span { position: absolute; left: 9px; width: 24px; height: 2px; background: var(--ink); transition: transform .2s ease, top .2s ease; }
  .price-header__toggle span:first-child { top: 16px; }
  .price-header__toggle span:last-child { top: 25px; }
  .price-header__toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
  .price-header__toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
  .price-header__nav { position: fixed; top: 66px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 28px rgba(39, 28, 22, .11); }
  .price-header__nav.is-open { display: flex; }
  .price-header__nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .price-header__nav .price-header__cta { margin-top: 10px; padding: 14px 18px; text-align: center; }

  .price-hero { min-height: 640px; }
  .price-hero__copy { padding: 80px 24px; }

  .price-structure__formula { grid-template-columns: 1fr 28px 1fr; }
  .price-structure__formula > b:nth-of-type(2) { display: none; }
  .price-structure__formula article:nth-of-type(3) { grid-column: 1; }
  .price-structure__formula > b:nth-of-type(3) { grid-column: 2; grid-row: 2; }
  .price-structure__formula article:nth-of-type(4) { grid-column: 3; grid-row: 2; }

  .brand-heading { grid-template-columns: 1fr; gap: 16px; }
  .brand-heading__logo { width: min(72%, 340px); }
  .common-fee { grid-template-columns: 1fr; gap: 24px; }
  .plan-price-grid { grid-template-columns: 1fr; }
  .plan-price-card { display: grid; grid-template-columns: minmax(230px, .82fr) minmax(0, 1.18fr); }
  .plan-price-card__image { height: 100%; min-height: 380px; }
  .plan-price-card__name { min-height: 0; }

  .included__grid { grid-template-columns: 1fr; gap: 48px; }
  .not-included__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bug-price__heading { grid-template-columns: 1fr; gap: 42px; }
  .bug-price__heading > img { width: min(72%, 340px); }
  .faq__inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 32px); }
  body { padding-bottom: 74px; }

  .price-jump-nav {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .price-jump-nav::-webkit-scrollbar { display: none; }
  .price-jump-nav__inner {
    width: max-content;
    min-width: 100%;
    min-height: 52px;
    padding: 7px 8px;
    justify-content: flex-start;
    gap: 5px;
  }
  .price-jump-nav a {
    min-height: 38px;
    padding: 0 14px;
    color: #2b211a;
    border: 1px solid rgba(43, 33, 26, .36);
    border-radius: 4px;
    background: #fff;
    font-size: 11px;
    line-height: 1;
  }
  .price-jump-nav a + a::before { display: none; }
  .price-jump-nav a:hover,
  .price-jump-nav a:focus-visible {
    color: var(--orange);
    border-color: rgba(218, 90, 51, .55);
    background: rgba(218, 90, 51, .07);
  }
  #how,
  #change,
  #bug,
  #policy,
  #faq,
  #briefing {
    scroll-margin-top: 144px;
  }

  .price-hero { min-height: 650px; background-position: 56% center; }
  .price-hero__shade { background: linear-gradient(180deg, rgba(8, 17, 19, .2), rgba(8, 15, 17, .43)); }
  .price-hero__copy { padding: 72px 18px; }
  .price-hero__brand { font-size: 11px; }
  .price-hero__english { font-size: clamp(68px, 23vw, 92px); }
  .price-hero h1 { font-size: clamp(23px, 6.8vw, 30px); line-height: 1.55; }
  .price-hero h1 span { display: block; }
  .price-hero h1 i { display: none; }
  .price-hero__copy > p:not(.price-hero__brand, .price-hero__english) { font-size: 13px; }

  .price-section { padding: 76px 0; }
  .price-section h2,
  .bug-price h2,
  .briefing-promo h2 { font-size: 30px; }

  .price-structure h2 {
    font-size: clamp(23px, 7vw, 28px);
    letter-spacing: -.05em;
    white-space: nowrap;
  }

  .price-structure__formula { grid-template-columns: 1fr; gap: 8px; }
  .price-structure__formula > b { text-align: center; line-height: 1; }
  .price-structure__formula > b:nth-of-type(2) { display: block; }
  .price-structure__formula article:nth-of-type(3),
  .price-structure__formula > b:nth-of-type(3),
  .price-structure__formula article:nth-of-type(4) { grid-column: auto; grid-row: auto; }
  .price-structure__formula article { padding: 22px 20px; }
  .price-structure__formula article > span { margin-bottom: 10px; }

  .common-fee { margin-top: 40px; padding: 28px 22px; }
  .common-fee__prices { align-items: flex-start; flex-direction: column; gap: 18px; }
  .common-fee__prices strong { font-size: 48px; }

  .plan-price-card { display: block; }
  .plan-price-card__image { height: 230px; min-height: 0; }
  .plan-price-card__body { padding: 24px 20px 26px; }
  .plan-price-card__total strong { font-size: min(13vw, 51px); }

  .included__grid ul { grid-template-columns: 1fr; }
  .included h2 { font-size: clamp(25px, 7vw, 30px); }
  .included__grid li:nth-last-child(-n + 2) { border-bottom: 0; }
  .included__grid li:last-child { border-bottom: 1px solid var(--line); }
  .not-included__grid { grid-template-columns: 1fr; }
  .bug-price { padding: 78px 0; }
  .brand-heading,
  .bug-price__heading { text-align: center; }
  .brand-heading__logo,
  .bug-price__heading > img { margin-inline: auto; }
  .brand-heading__logo { width: min(76%, 300px); }
  .bug-price__heading { gap: 34px; }
  .bug-price__heading > img { width: min(76%, 300px); }
  .bug-fee-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .bug-fee-grid article { padding: 29px 24px; }
  .bug-fee-grid strong { font-size: min(15vw, 62px); }
  .bug-price__included { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px; }
  .bug-price .button { width: 100%; padding-inline: 15px; font-size: 12px; }
  .guarantee__subtitle { margin-top: 42px; font-size: 18px; }
  .guarantee__grid { grid-template-columns: 1fr; }
  .guarantee__grid article { padding: 24px 20px; }
  .cancellation-policy { margin-top: 54px; padding-top: 42px; }
  .cancellation-policy th,
  .cancellation-policy td { padding: 14px 12px; font-size: 11px; line-height: 1.7; }
  .cancellation-policy th:last-child,
  .cancellation-policy td:last-child { width: 120px; }
  .faq summary { font-size: 14px; line-height: 1.7; }
  .briefing-promo { min-height: 880px; padding: 78px 0 72px; }
  .briefing-promo__photo { background-position: 52% center; }
  .briefing-promo__inner { width: calc(100% - 32px); }
  .briefing-promo h2 { font-size: 35px; }
  .briefing-promo__questions { gap: 7px; margin-bottom: 31px; }
  .briefing-promo__questions span { padding: 7px 11px; font-size: 10px; }
  .briefing-promo__people { min-height: 138px; }
  .briefing-promo__people img { width: 106px; height: 106px; border-width: 4px; }
  .briefing-promo__people img:nth-child(2) { width: 138px; height: 138px; margin-inline: -18px; }
  .briefing-promo h3 { font-size: 18px; }
  .briefing-promo__message { font-size: 12px; text-align: left; }
  .briefing-promo__proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .briefing-promo__proof span { min-width: 0; align-items: center; flex-direction: column; gap: 3px; font-size: 9px; line-height: 1.4; }
  .briefing-promo__proof strong { font-size: 25px; }
  .briefing-promo__button { min-width: 100%; min-height: 66px; padding-inline: 20px; font-size: 15px; }

  .price-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px 10px 18px;
    border-top: 1px solid rgba(35, 29, 26, .09);
    background: rgba(255, 253, 249, .97);
    box-shadow: 0 -8px 28px rgba(47, 29, 20, .12);
  }
  .price-mobile-cta > span { font-size: 13px; font-weight: 900; line-height: 1.4; }
  .price-mobile-cta small { display: block; color: var(--muted); font-size: 9px; font-weight: 600; }
  .price-mobile-cta a { display: flex; min-height: 48px; align-items: center; gap: 16px; padding: 10px 15px; color: #fff; border-radius: 6px; background: var(--orange); font-size: 12px; font-weight: 900; white-space: nowrap; }

  .site-footer.change-footer .change-footer__related { padding-top: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
