/*
Theme Name: Juku Revolution
Theme URI: https://jukurevo.jp/
Author: PICO Group
Description: WordPress theme for the Juku Revolution strategy guide.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: juku-revo
*/

:root {
  --ink: #18070f;
  --ink-2: #35111f;
  --navy: #1d0b14;
  --blue: #7a1733;
  --blue-2: #b72a4b;
  --green: #8d1f3a;
  --pink: #d66a7d;
  --gold: #d7b46a;
  --red: #a4163a;
  --surface: #ffffff;
  --surface-2: #f8f3f5;
  --line: rgba(96, 20, 43, 0.14);
  --text: #2f1f28;
  --muted: #78616b;
  --shadow: 0 18px 50px rgba(82, 16, 38, 0.14);
  --radius: 8px;
  --max: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

p,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 1.22;
  letter-spacing: 0;
}

h1 {
  font-size: 4.05rem;
  font-weight: 900;
}

h2 {
  font-size: 2.25rem;
  font-weight: 900;
}

h3 {
  font-size: 1.28rem;
  font-weight: 900;
}

table {
  border-collapse: collapse;
}

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.hero__content,
.page-hero__inner,
.page-hero__grid > *,
.section-heading,
.card,
.plan-card,
.benefit-card,
.profile-card,
.decision-grid article,
.proof-grid article,
.camel-card,
.route-card {
  min-width: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(8, 20, 36, 0.1);
}

.site-header__inner {
  width: min(100% - 32px, 1260px);
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
  box-shadow: 0 8px 26px rgba(125, 19, 51, 0.28);
}

.brand__text {
  display: grid;
  line-height: 1.15;
}

.brand__text strong {
  color: var(--ink);
  font-size: 1rem;
}

.brand__text small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 2px;
}

.site-nav a,
.mobile-nav__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 11px;
  color: #334b62;
  font-size: 0.9rem;
  font-weight: 800;
  border-radius: 6px;
}

.site-nav a:hover,
.site-nav a.is-current,
.mobile-nav__links a:hover,
.mobile-nav__links a.is-current {
  color: var(--ink);
  background: rgba(39, 184, 255, 0.12);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #061427;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  border-radius: 999px;
  background: linear-gradient(135deg, #7a1733, #b72a4b);
  box-shadow: 0 10px 22px rgba(125, 19, 51, 0.26);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 2px;
}

.mobile-nav {
  border-top: 1px solid var(--line);
  background: #fff;
}

.mobile-nav__links {
  display: grid;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 14px 0;
}

.mobile-nav__cta {
  width: min(100% - 32px, var(--max));
  margin: 0 auto 16px;
}

.hero,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 15% 25%, rgba(56, 223, 173, 0.28), transparent 27%),
    radial-gradient(circle at 85% 18%, rgba(255, 110, 168, 0.22), transparent 25%),
    linear-gradient(135deg, #06122b 0%, #0d2a55 52%, #063b53 100%);
}

.hero::before,
.page-hero::before,
.section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(120, 221, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 221, 255, 0.16) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.password-gate {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 22% 18%, rgba(56, 223, 173, 0.24), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(120, 221, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #071426, #123353);
}

.password-gate__card {
  width: min(100%, 720px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.password-gate__card h1 {
  margin-bottom: 14px;
}

.password-gate__card p {
  color: rgba(255, 255, 255, 0.82);
}

.password-gate .post-password-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.password-gate .post-password-form p {
  margin: 0;
}

.password-gate .post-password-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-weight: 900;
}

.password-gate .post-password-form input[type="password"] {
  width: min(100%, 360px);
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.password-gate .post-password-form input[type="submit"] {
  min-height: 48px;
  padding: 0 22px;
  color: #061427;
  font-weight: 900;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #fff080);
  cursor: pointer;
}

.hero__grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 44px;
  padding: 78px 0 70px;
}

.hero h1,
.page-hero h1,
.section--dark h2,
.section--dark h3,
.cta-band h2,
.cta-panel h2,
.profile-card h2 {
  color: #fff;
}

.hero__lead,
.page-hero p,
.section--dark p,
.cta-band p,
.cta-panel p {
  color: rgba(247, 251, 255, 0.82);
}

.hero__lead {
  max-width: 660px;
  margin-bottom: 28px;
  font-size: 1.15rem;
  font-weight: 700;
}

.hero__actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__visual,
.page-hero__image {
  position: relative;
  margin: 0;
  border: 1px solid rgba(120, 221, 255, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.hero__visual img,
.page-hero__image img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.hero__visual--advisor img {
  object-position: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  color: #063047;
  font-size: 0.78rem;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.section {
  position: relative;
  padding: 92px 0;
}

.section--light {
  background: var(--surface-2);
}

.section--ivory {
  background:
    linear-gradient(90deg, rgba(244, 201, 93, 0.08) 1px, transparent 1px),
    linear-gradient(#fffdf6, #f6fbff);
  background-size: 44px 44px, auto;
}

.section--dark {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 12%, rgba(56, 223, 173, 0.16), transparent 28%),
    linear-gradient(135deg, #071426, #0a2140 60%, #16122b);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 12px;
}

.section-lead {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 1.04rem;
  font-weight: 700;
}

.cards {
  display: grid;
  gap: 22px;
}

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

.card,
.plan-card,
.benefit-card,
.profile-card,
.decision-grid article,
.proof-grid article,
.camel-card,
.route-card {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.card {
  padding: 30px;
  border: 1px solid rgba(8, 20, 36, 0.08);
}

.card h2,
.card h3 {
  margin-bottom: 12px;
}

.card p:last-child,
.plan-card p:last-child,
.benefit-card p:last-child,
.decision-grid p:last-child {
  margin-bottom: 0;
}

.card a {
  color: var(--blue-2);
  font-weight: 900;
}

.signal-card {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.card__icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: #061427;
  font-size: 1.5rem;
  font-weight: 900;
  border-radius: 8px;
  background: #e7f7ff;
}

.signal-card--blue .card__icon {
  color: #063047;
  background: linear-gradient(135deg, #c5efff, #78ddff);
}

.signal-card--green .card__icon {
  color: #063b31;
  background: linear-gradient(135deg, #c9fff0, #38dfad);
}

.signal-card--pink .card__icon {
  color: #5a0929;
  background: linear-gradient(135deg, #ffe1ed, #ff8abb);
}

.insight-board {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
  margin-top: 36px;
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(8, 20, 36, 0.08);
  box-shadow: var(--shadow);
}

.insight-board__copy h2 {
  margin-bottom: 12px;
}

.pressure-chart {
  position: relative;
  min-height: 260px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 18px;
  padding: 26px 24px 42px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #061426, #123353);
  overflow: hidden;
}

.pressure-chart__axis {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.pressure-chart span {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: var(--height);
  min-height: 86px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--green), var(--blue));
  box-shadow: 0 0 28px rgba(120, 221, 255, 0.26);
}

.pressure-chart span:nth-of-type(3) {
  background: linear-gradient(180deg, var(--pink), var(--gold));
}

.pressure-chart em {
  position: absolute;
  bottom: -34px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
}

.split--center {
  align-items: center;
}

.strategy-stack {
  display: grid;
  gap: 18px;
}

.strategy-pill {
  display: grid;
  gap: 4px;
  min-height: 112px;
  padding: 24px 28px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.strategy-pill strong {
  font-size: 1.55rem;
}

.strategy-pill span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.strategy-pill--green {
  box-shadow: inset 4px 0 0 var(--green), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.strategy-pill--blue {
  box-shadow: inset 4px 0 0 var(--blue-2), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.strategy-pill--pink {
  box-shadow: inset 4px 0 0 var(--pink), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.route-overview {
  background: #fff;
}

.route-map {
  display: grid;
  grid-template-columns: 1fr 220px 1fr;
  align-items: center;
  gap: 22px;
}

.route-zone {
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(8, 20, 36, 0.1);
  box-shadow: var(--shadow);
}

.route-zone--green {
  background: linear-gradient(135deg, rgba(56, 223, 173, 0.2), #fff);
}

.route-zone--pink {
  background: linear-gradient(135deg, rgba(255, 110, 168, 0.2), #fff);
}

.route-zone__label {
  margin-bottom: 16px;
  color: var(--muted);
  font-weight: 900;
}

.route-zone ul,
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-zone li,
.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  font-weight: 800;
}

.route-zone li span,
.route-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #06223a;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.route-center {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 26px;
  text-align: center;
  color: #231600;
  border-radius: 999px;
  background: radial-gradient(circle, #fff7bd 0%, var(--gold) 58%, #d19422 100%);
  box-shadow: 0 22px 60px rgba(244, 201, 93, 0.42);
}

.route-center strong {
  font-size: 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #071426;
  font-weight: 900;
  border-radius: 999px;
  border: 1px solid transparent;
  text-align: center;
}

.btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #7a1733, #b72a4b);
  box-shadow: 0 14px 30px rgba(125, 19, 51, 0.28);
}

.btn--secondary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.btn--large {
  min-height: 60px;
  padding: 0 30px;
  font-size: 1.05rem;
}

.cta-band,
.cta-panel {
  background:
    radial-gradient(circle at 12% 35%, rgba(214, 106, 125, 0.22), transparent 28%),
    linear-gradient(135deg, #18070f, #461227);
}

.cta-band__inner,
.cta-panel__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band__inner > div,
.cta-panel__inner > div {
  max-width: 760px;
}

.editorial-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.editorial-split--dark h2,
.editorial-split--dark p {
  color: #fff;
}

.editorial-split__image {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(120, 221, 255, 0.24);
  box-shadow: var(--shadow);
}

.editorial-split__image img {
  width: 100%;
  min-height: 310px;
  object-fit: cover;
}

.editorial-split__copy h2 {
  margin-bottom: 14px;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.mini-metrics div {
  padding: 16px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(8, 20, 36, 0.1);
}

.mini-metrics strong,
.mini-metrics span {
  display: block;
}

.mini-metrics strong {
  color: var(--ink);
  font-size: 1.25rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.mini-metrics span {
  color: var(--muted);
  font-weight: 900;
}

.video-band {
  background: #f8fbfe;
}

.video-band__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.video-band__inner > div {
  max-width: 760px;
}

.page-hero__inner {
  max-width: 860px;
  padding: 112px 0 92px;
}

.page-hero--compact .container {
  padding: 80px 0;
}

.page-hero__grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 40px;
  padding: 78px 0;
}

.page-hero--gold {
  background:
    radial-gradient(circle at 75% 20%, rgba(244, 201, 93, 0.32), transparent 28%),
    linear-gradient(135deg, #111018, #3c2810 58%, #071426);
}

.page-hero--consultation {
  background:
    radial-gradient(circle at 20% 30%, rgba(39, 184, 255, 0.28), transparent 28%),
    linear-gradient(135deg, #081424, #112e57);
}

.stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 52px;
  margin-bottom: 16px;
  padding: 0 14px;
  color: #061427;
  font-size: 1.45rem;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.camel-section {
  background: #071426;
}

.camel-section .section-heading h2 {
  color: #fff;
}

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

.camel-card {
  padding: 28px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(120, 221, 255, 0.24);
}

.camel-card h3 {
  color: #fff;
}

.camel-card p {
  margin-bottom: 0;
  font-weight: 800;
}

.camel-card--alert {
  border-color: rgba(255, 110, 168, 0.38);
}

.curve {
  position: relative;
  height: 210px;
  margin: 22px 0;
  border-bottom: 4px solid rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.curve::before,
.curve::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 62%;
  height: 170px;
  border: 5px solid rgba(120, 221, 255, 0.85);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.curve--single::before {
  left: 19%;
}

.curve--single::after {
  display: none;
}

.curve--double::before {
  left: 4%;
  width: 42%;
}

.curve--double::after {
  right: 4%;
  width: 42%;
}

.card--glow-green,
.card--glow-blue,
.card--glow-pink {
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.card--glow-green {
  box-shadow: inset 0 0 0 1px rgba(56, 223, 173, 0.42), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.card--glow-blue {
  box-shadow: inset 0 0 0 1px rgba(120, 221, 255, 0.42), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.card--glow-pink {
  box-shadow: inset 0 0 0 1px rgba(255, 110, 168, 0.42), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.strategy-materials {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 248, 251, 0.2), #fff 34%),
    radial-gradient(circle at 20% 0%, rgba(120, 221, 255, 0.2), transparent 30%);
}

.strategy-materials .section-heading {
  max-width: 820px;
}

.material-hero {
  margin: 34px 0 28px;
  padding: 12px;
  border: 1px solid rgba(8, 20, 36, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(8, 20, 36, 0.12);
}

.material-hero a,
.material-card a {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.material-hero img,
.material-card img {
  width: 100%;
  background: #f7fbff;
}

.material-hero figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

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

.material-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(8, 20, 36, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(8, 20, 36, 0.08);
}

.material-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.material-card h3 {
  margin-bottom: 8px;
}

.material-card p:last-child {
  margin-bottom: 0;
}

.material-card--downloads {
  align-content: start;
  background:
    linear-gradient(135deg, rgba(255, 248, 219, 0.95), rgba(238, 250, 255, 0.95)),
    #fff;
}

.material-card__badge {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #061427;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #fff080);
}

.download-list,
.document-actions {
  display: grid;
  gap: 12px;
}

.download-link,
.document-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 20, 36, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.download-link:hover,
.document-link:hover,
.download-link:focus-visible,
.document-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(39, 184, 255, 0.44);
  box-shadow: 0 14px 34px rgba(8, 20, 36, 0.1);
}

.download-link strong,
.document-link strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.download-link span,
.document-link span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.document-actions--primary {
  margin-bottom: 16px;
}

.application-guide {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(8, 20, 36, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.application-guide__header h4,
.support-docs h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.18rem;
  font-weight: 900;
}

.application-guide__header p:last-child {
  margin-bottom: 0;
}

.application-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.application-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  border-radius: 8px;
  background: #fff;
}

.application-item__num {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #061427;
  font-size: 0.86rem;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.application-item__main strong,
.support-doc strong {
  display: block;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.45;
}

.application-item__main p,
.support-doc p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.application-item__actions,
.support-doc__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.application-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  color: #06223a;
  font-size: 0.82rem;
  font-weight: 900;
  border: 1px solid rgba(39, 184, 255, 0.28);
  border-radius: 999px;
  background: #eefaff;
}

.application-link--sub {
  color: #31475e;
  border-color: rgba(8, 20, 36, 0.1);
  background: #f8fbfe;
}

.support-docs {
  padding-top: 18px;
  border-top: 1px solid rgba(8, 20, 36, 0.08);
}

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

.support-doc {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  border-radius: 8px;
  background: #fff;
}

.route-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.route-board__zone {
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.route-board__zone--green {
  background: linear-gradient(135deg, rgba(56, 223, 173, 0.2), #fff);
}

.route-board__zone--pink {
  background: linear-gradient(135deg, rgba(255, 110, 168, 0.18), #fff);
}

.route-board__zone-label {
  color: var(--muted);
  font-weight: 900;
}

.route-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.route-cards--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(8, 20, 36, 0.08);
}

.route-card span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  color: #061427;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #fff080);
}

.route-board__center {
  width: min(100%, 560px);
  margin-inline: auto;
  padding: 26px;
  text-align: center;
  color: #251600;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff7bd, var(--gold));
  box-shadow: var(--shadow);
}

.route-board__center strong {
  display: block;
  font-size: 1.5rem;
}

.cost-ladder {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(8, 20, 36, 0.08);
  box-shadow: var(--shadow);
}

.cost-ladder__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
}

.cost-ladder__row span {
  color: var(--ink);
  font-weight: 900;
}

.cost-ladder__row b {
  display: flex;
  align-items: center;
  width: var(--width);
  min-width: 190px;
  min-height: 44px;
  padding: 0 16px;
  color: #061427;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
  box-shadow: 0 12px 28px rgba(39, 184, 255, 0.18);
}

.cost-ladder__row:nth-child(3) b,
.cost-ladder__row:nth-child(4) b {
  background: linear-gradient(135deg, var(--gold), #fff080);
}

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

.plan-card {
  padding: 28px;
  border: 1px solid rgba(8, 20, 36, 0.08);
}

.plan-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.plan-card--featured {
  background:
    linear-gradient(135deg, rgba(56, 223, 173, 0.18), rgba(255, 255, 255, 0.96)),
    #fff;
}

.plan-card--blue {
  background: linear-gradient(135deg, #eef9ff, #fff);
}

.plan-card--pink {
  background: linear-gradient(135deg, #fff0f6, #fff);
}

.plan-card--gold {
  background: linear-gradient(135deg, #fff8db, #fff);
}

.plan-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.plan-card__header h2 {
  margin-bottom: 0;
}

.price-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.price-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(8, 20, 36, 0.05);
}

.price-list dt {
  color: var(--muted);
  font-weight: 900;
}

.price-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.note {
  margin-top: 16px;
  color: #6a4b06;
  font-weight: 800;
}

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

.benefit-card {
  min-height: 250px;
  padding: 30px;
}

.benefit-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 54px;
  margin-bottom: 18px;
  padding: 0 14px;
  color: #061427;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.benefit-card--gold span {
  background: linear-gradient(135deg, var(--gold), #fff080);
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.comparison-table {
  width: 100%;
  min-width: 860px;
  background: #fff;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  text-align: left;
  border: 1px solid rgba(8, 20, 36, 0.12);
  font-weight: 900;
}

.comparison-table thead th {
  color: #061427;
  background: #eaf7ff;
}

.comparison-table tbody tr:nth-child(even) th,
.comparison-table tbody tr:nth-child(even) td {
  background: #f7f7f7;
}

.comparison-table tbody td:last-child {
  color: #a94700;
  background: #fff0f6;
}

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

.profile-card {
  padding: 34px;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.profile-card--blue {
  box-shadow: inset 0 0 0 1px rgba(120, 221, 255, 0.44), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.profile-card--pink {
  box-shadow: inset 0 0 0 1px rgba(255, 110, 168, 0.44), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.profile-card__icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  color: #061427;
  font-size: 2rem;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.profile-card--pink .profile-card__icon {
  background: linear-gradient(135deg, var(--pink), var(--gold));
}

.profile-grid--light .profile-card {
  background: #fff;
  border-color: rgba(8, 20, 36, 0.08);
}

.profile-grid--light .profile-card h2,
.profile-grid--light .profile-card p,
.profile-grid--light .profile-card li {
  color: var(--ink);
}

.recommendation {
  padding: 14px 16px;
  color: #061427;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, #dbffff, #fff1a6);
}

.check-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--green);
}

.decision-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.portfolio-compass {
  position: relative;
  min-height: 360px;
  margin-top: 28px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(8, 20, 36, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 20, 36, 0.08) 1px, transparent 1px),
    #fff;
  background-size: 48px 48px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.portfolio-compass::before,
.portfolio-compass::after {
  content: "";
  position: absolute;
  background: rgba(8, 20, 36, 0.16);
}

.portfolio-compass::before {
  left: 50%;
  top: 28px;
  bottom: 48px;
  width: 1px;
}

.portfolio-compass::after {
  left: 42px;
  right: 42px;
  top: 50%;
  height: 1px;
}

.portfolio-compass__axis {
  position: absolute;
  color: var(--muted);
  font-weight: 900;
}

.portfolio-compass__axis--x {
  right: 28px;
  bottom: 20px;
}

.portfolio-compass__axis--y {
  left: 24px;
  top: 22px;
}

.portfolio-compass__dot {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 118px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  color: #061427;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(8, 20, 36, 0.18);
}

.portfolio-compass__dot--blue {
  left: 24%;
  top: 42%;
  background: linear-gradient(135deg, var(--blue-2), #dff8ff);
}

.portfolio-compass__dot--green {
  left: 58%;
  top: 24%;
  background: linear-gradient(135deg, var(--green), #dfffee);
}

.portfolio-compass__dot--pink {
  left: 66%;
  top: 62%;
  background: linear-gradient(135deg, var(--pink), #ffdce9);
}

.portfolio-flow {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 16%, rgba(56, 223, 173, 0.18), transparent 34%),
    radial-gradient(circle at 78% 22%, rgba(120, 221, 255, 0.16), transparent 32%),
    #fff;
  box-shadow: var(--shadow);
}

.portfolio-flow__intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) 1fr;
  gap: 18px 30px;
  align-items: end;
  margin-bottom: 26px;
}

.portfolio-flow__intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.portfolio-flow__intro h3 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}

.portfolio-flow__intro p:last-child {
  margin-bottom: 0;
}

.portfolio-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: portfolio-step;
}

.portfolio-flow__step {
  position: relative;
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(8, 20, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.portfolio-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 20, 36, 0.22), rgba(8, 20, 36, 0));
}

.portfolio-flow__step span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  color: #061427;
  font-size: 1.18rem;
  font-weight: 900;
  border-radius: 999px;
}

.portfolio-flow__step h4 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.portfolio-flow__step p:not(.eyebrow) {
  color: var(--text);
}

.portfolio-flow__step strong {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  color: #061427;
  border-radius: 999px;
  background: #f8fbfe;
}

.portfolio-flow__step--green span,
.portfolio-flow__step--green strong {
  background: linear-gradient(135deg, var(--green), #dfffee);
}

.portfolio-flow__step--blue span,
.portfolio-flow__step--blue strong {
  background: linear-gradient(135deg, var(--blue-2), #dff8ff);
}

.portfolio-flow__step--pink span,
.portfolio-flow__step--pink strong {
  background: linear-gradient(135deg, var(--pink), #ffdce9);
}

.portfolio-flow__note {
  margin: 20px 0 0;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 900;
  border: 1px solid rgba(8, 20, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.decision-grid article,
.proof-grid article {
  padding: 28px;
}

.proof-grid article {
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-grid h2 {
  color: #fff;
}

.consultation-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}

.consultation-main,
.consultation-side,
.placeholder-form {
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.placeholder-form {
  margin-top: 24px;
  background: linear-gradient(135deg, #eefaff, #fff8db);
}

.section--camp-form {
  background:
    radial-gradient(circle at 18% 4%, rgba(201, 158, 87, 0.2), transparent 26%),
    linear-gradient(180deg, #fff, #f8f4f5 82%);
}

.camp-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 30px;
  align-items: start;
}

.camp-form-copy,
.camp-form {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.camp-form-copy {
  position: sticky;
  top: 104px;
  overflow: hidden;
  padding: 34px;
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(180deg, rgba(12, 14, 18, 0.08), rgba(12, 14, 18, 0.72)),
    url("assets/img/camp/camp-concept-main.png") center/contain no-repeat;
}

.camp-form-copy::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 58% 42%, rgba(226, 184, 105, 0.22), transparent 24%),
    linear-gradient(135deg, rgba(31, 5, 14, 0.56), rgba(9, 12, 18, 0.86));
  pointer-events: none;
}

.camp-form-copy > * {
  position: relative;
  z-index: 1;
}

.camp-form-copy h2 {
  max-width: 11em;
  color: #fff;
}

.camp-form-copy p {
  max-width: 34em;
}

.camp-proof-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.camp-proof-list li {
  position: relative;
  padding-left: 26px;
  font-weight: 900;
  line-height: 1.62;
}

.camp-proof-list li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(226, 184, 105, 0.16);
}

.document-link--camp {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.document-link--camp strong {
  color: #fff;
}

.document-link--camp span {
  color: rgba(255, 255, 255, 0.72);
}

.camp-form {
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
}

.camp-form__head {
  margin-bottom: 20px;
}

.camp-form__head h3 {
  margin-bottom: 8px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.52rem;
}

.camp-form__head p {
  margin-bottom: 0;
}

.camp-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.form-field label,
.form-field legend {
  color: var(--ink);
  font-weight: 900;
}

.form-field label span {
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  margin-left: 6px;
  padding: 0 8px;
  color: #fff;
  font-size: 0.7rem;
  border-radius: 999px;
  background: #8d1f3a;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  line-height: 1.5;
  border: 1px solid rgba(86, 31, 48, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(8, 20, 36, 0.03);
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(183, 42, 75, 0.58);
  outline: 3px solid rgba(183, 42, 75, 0.14);
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field--trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.form-options label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  min-height: 48px;
  padding: 12px;
  border: 1px solid rgba(86, 31, 48, 0.1);
  border-radius: 8px;
  background: #faf7f8;
}

.form-options input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 3px;
  accent-color: #8d1f3a;
}

.form-options span {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.5;
}

.form-status {
  margin: 0 0 18px;
  padding: 14px 16px;
  font-weight: 900;
  border-radius: 8px;
}

.form-status--success {
  color: #0f4a31;
  border: 1px solid rgba(34, 148, 93, 0.18);
  background: #ecfff6;
}

.form-status--error {
  color: #7a1733;
  border: 1px solid rgba(183, 42, 75, 0.2);
  background: #fff0f4;
}

.form-submit {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.form-submit .btn {
  width: 100%;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #06101f;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer__links {
  display: flex;
  gap: 16px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .site-nav,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .hero__grid,
  .page-hero__grid,
  .split,
  .route-map,
  .plan-card--wide,
  .camp-form-layout,
  .consultation-layout,
  .insight-board,
  .editorial-split {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: 0;
  }

  .route-map {
    align-items: stretch;
  }

  .route-center {
    min-height: 140px;
    border-radius: var(--radius);
  }

  .route-cards,
  .route-cards--compact,
  .material-grid,
  .cards--three,
  .benefit-grid,
  .decision-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.62rem;
  }

  h3 {
    font-size: 1.12rem;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header__inner {
    width: min(100% - 24px, 1260px);
    min-height: 66px;
  }

  .brand {
    min-width: 0;
  }

  .brand__text small {
    display: none;
  }

  .hero__grid,
  .page-hero__grid,
  .page-hero__inner {
    padding: 54px 0;
  }

  .hero__lead,
  .page-hero p,
  .section-lead {
    font-size: 0.98rem;
  }

  .hero__visual img,
  .page-hero__image img {
    min-height: 250px;
  }

  .section {
    padding: 62px 0;
  }

  .cards--three,
  .material-grid,
  .route-cards,
  .route-cards--compact,
  .plan-grid,
  .benefit-grid,
  .profile-grid,
  .decision-grid,
  .proof-grid,
  .camel-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .plan-card,
  .benefit-card,
  .profile-card,
  .decision-grid article,
  .proof-grid article,
  .camel-card,
  .route-card,
  .material-card,
  .route-board__zone,
  .consultation-main,
  .consultation-side,
  .placeholder-form,
  .camp-form,
  .camp-form-copy {
    padding: 22px;
  }

  .camp-form-copy {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .camp-form__grid,
  .form-options {
    grid-template-columns: 1fr;
  }

  .material-hero {
    padding: 8px;
  }

  .document-actions {
    grid-template-columns: 1fr;
  }

  .application-item,
  .support-docs__grid {
    grid-template-columns: 1fr;
  }

  .application-item__actions,
  .support-doc__actions {
    justify-content: flex-start;
  }

  .application-link {
    flex: 1 1 138px;
  }

  .price-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cta-band__inner,
  .cta-panel__inner,
  .site-footer__inner,
  .video-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn {
    width: 100%;
  }

  .hero__actions,
  .section-actions {
    width: 100%;
  }

  .curve {
    height: 170px;
  }

  .curve::before,
  .curve::after {
    height: 130px;
  }

  .mini-metrics,
  .cost-ladder__row {
    grid-template-columns: 1fr;
  }

  .cost-ladder__row b {
    width: 100%;
    min-width: 0;
  }

  .pressure-chart {
    gap: 10px;
    padding-inline: 14px;
  }

  .portfolio-compass {
    min-height: 420px;
  }

  .portfolio-compass__dot {
    left: 24px;
    right: 24px;
    min-width: 0;
  }

  .portfolio-compass__dot--blue {
    top: 126px;
  }

  .portfolio-compass__dot--green {
    top: 204px;
  }

  .portfolio-compass__dot--pink {
    top: 282px;
  }

  .portfolio-flow {
    padding: 22px;
  }

  .portfolio-flow__intro,
  .portfolio-flow__steps {
    grid-template-columns: 1fr;
  }

  .portfolio-flow__step {
    min-height: 0;
  }

  .portfolio-flow__step:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 47px;
    bottom: -18px;
    width: 2px;
    height: 20px;
    background: linear-gradient(180deg, rgba(8, 20, 36, 0.22), rgba(8, 20, 36, 0));
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.18rem;
  }

  h2 {
    font-size: 1.48rem;
  }

  .hero__lead,
  .page-hero p,
  body {
    font-size: 0.94rem;
  }

  .brand__text strong {
    font-size: 0.92rem;
  }
}

@media (max-width: 520px) {
  .container,
  .site-header__inner,
  .mobile-nav__links,
  .mobile-nav__cta {
    width: min(100% - 28px, 362px);
  }

  .download-link,
  .document-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Refinement layer: calmer premium styling and the guide navigator. */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(96, 20, 43, 0.1);
}

.brand__mark {
  color: #fff;
  background: linear-gradient(135deg, #5a0f25, #b72a4b);
  box-shadow: 0 12px 28px rgba(125, 19, 51, 0.22);
}

.site-nav a,
.mobile-nav__links a {
  color: #293d50;
}

.hero,
.page-hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(183, 42, 75, 0.28), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(215, 180, 106, 0.18), transparent 24%),
    linear-gradient(135deg, #17070f 0%, #3a0e20 54%, #1d0b14 100%);
}

.hero h1,
.page-hero h1 {
  font-weight: 800;
  text-wrap: balance;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.hero__lead,
.page-hero p {
  max-width: 640px;
  font-weight: 700;
}

.hero__visual,
.page-hero__image,
.editorial-split__image {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 32px 90px rgba(2, 13, 28, 0.34);
}

.hero__visual::after,
.editorial-split__image::after,
.page-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.26), transparent 28%, transparent 62%, rgba(255, 255, 255, 0.12));
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-assurance span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 900;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.btn {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.header-cta:hover,
.strategy-pill:hover {
  transform: translateY(-2px);
}

.btn--primary,
.header-cta {
  color: #fff;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
  box-shadow: 0 18px 36px rgba(125, 19, 51, 0.28);
}

.btn--secondary {
  color: #fff;
  background: linear-gradient(135deg, #8d1f3a, #d66a7d);
}

.card,
.plan-card,
.benefit-card,
.profile-card,
.decision-grid article,
.proof-grid article,
.camel-card,
.route-card,
.insight-board,
.cost-ladder,
.video-band__inner,
.consultation-main,
.consultation-side,
.placeholder-form {
  box-shadow: 0 22px 70px rgba(8, 20, 36, 0.1);
}

.card,
.plan-card,
.benefit-card,
.route-card {
  border-color: rgba(8, 20, 36, 0.06);
}

.pressure-chart,
.portfolio-compass,
.cost-ladder {
  background-color: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.pressure-chart {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #081321, #14314e);
  background-size: 36px 36px, 36px 36px, auto;
}

.pressure-chart span {
  background: linear-gradient(180deg, #dffdf6, #78ddff);
}

.pressure-chart span:nth-of-type(3) {
  background: linear-gradient(180deg, #fff7a5, #f0c65f);
}

.route-number,
.route-card span,
.benefit-card span,
.profile-card__icon,
.stat {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48), 0 12px 28px rgba(39, 184, 255, 0.16);
}

.route-brand-strip {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 26px;
  padding: 16px 20px;
  border: 1px solid rgba(8, 20, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(8, 20, 36, 0.08);
  backdrop-filter: blur(16px);
}

.route-brand-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.route-brand-strip div {
  display: grid;
  grid-template-columns: 74px minmax(150px, 1fr) minmax(130px, 0.72fr) minmax(170px, 1fr);
  gap: 18px;
  align-items: center;
}

.route-brand-strip img {
  display: block;
  width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.route-brand-strip__mascot {
  max-height: 66px;
}

.route-card {
  position: relative;
  overflow: hidden;
}

.route-card__visual {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 86px;
  height: 58px;
  padding: 8px;
  border: 1px solid rgba(8, 20, 36, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.route-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.route-card__visual--pico {
  width: 72px;
}

.route-card__visual--mark img {
  border-radius: 6px;
}

.route-card--with-visual h3 {
  padding-right: 84px;
}

.plan-card__media {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 20, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.plan-card__media img {
  width: 88px;
  height: 80px;
  object-fit: contain;
}

.plan-card__media p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.65;
}

.plan-card__logo {
  display: block;
  width: min(100%, 240px);
  max-height: 56px;
  margin: 0 0 18px;
  object-fit: contain;
  object-position: left center;
}

.plan-card__logo--work {
  width: min(100%, 280px);
}

.plan-card__logo--minori {
  width: min(100%, 360px);
  max-height: 68px;
}

.plan-card__photo {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f7fa;
}

.plan-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.revo-navigator {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  width: min(390px, calc(100vw - 28px));
  pointer-events: none;
}

.revo-navigator__launcher,
.revo-navigator__panel {
  pointer-events: auto;
}

.revo-navigator__launcher {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding: 10px 14px 10px 10px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(8, 20, 36, 0.18);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.revo-navigator__avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #06223a;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, #dffdf6, #8ee8ff);
}

.revo-navigator__avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.revo-navigator__launcher strong,
.revo-navigator__launcher small {
  display: block;
  text-align: left;
  line-height: 1.2;
}

.revo-navigator__launcher small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.revo-navigator__panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 80px rgba(8, 20, 36, 0.22);
  backdrop-filter: blur(20px);
}

.revo-navigator__head {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(223, 253, 246, 0.82), rgba(255, 248, 218, 0.7));
}

.revo-navigator__portrait {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(8, 20, 36, 0.18);
}

.revo-navigator__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.revo-navigator__head h2 {
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.revo-navigator__head p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.revo-navigator__close {
  width: 34px;
  height: 34px;
  color: var(--ink);
  border: 1px solid rgba(8, 20, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.revo-navigator__body {
  margin: 16px;
  padding: 14px 16px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.65;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8, 20, 36, 0.06);
}

.revo-navigator__conversation {
  display: grid;
  gap: 10px;
  max-height: 252px;
  margin: 14px 16px;
  padding: 14px;
  overflow-y: auto;
  border: 1px solid rgba(8, 20, 36, 0.06);
  border-radius: 8px;
  background: #f8fbfe;
  scroll-behavior: smooth;
}

.revo-chat {
  width: fit-content;
  max-width: 90%;
  margin: 0;
  padding: 11px 13px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.62;
  border-radius: 8px;
}

.revo-chat--agent {
  color: var(--ink);
  border-top-left-radius: 2px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 20, 36, 0.06);
}

.revo-chat--user {
  justify-self: end;
  color: #06223a;
  border-top-right-radius: 2px;
  background: linear-gradient(135deg, #dffdf6, #dff5ff);
}

.revo-navigator__choices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0 16px 16px;
}

.revo-navigator__choices button {
  min-height: 42px;
  color: #183047;
  font-weight: 900;
  text-align: left;
  border: 1px solid rgba(8, 20, 36, 0.09);
  border-radius: 8px;
  background: #f8fbfe;
  cursor: pointer;
}

.revo-navigator__choices button:hover {
  background: #eefaff;
}

.revo-navigator__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 16px 12px;
}

.revo-navigator .btn {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  font-size: 0.88rem;
}

.revo-navigator .btn--ghost {
  color: var(--ink);
  border-color: rgba(8, 20, 36, 0.14);
  background: #fff;
}

.revo-navigator__privacy {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

/* Pronga Elementor layer. Native Elementor containers/widgets receive these classes. */
.juku-revo-elementor-page {
  overflow: hidden;
  background: #fffaf6;
}

.juku-revo-elementor-page .elementor {
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.jr-el-section {
  position: relative;
  padding: clamp(70px, 8vw, 118px) 0;
}

.jr-el-section > .e-con-inner {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
}

.jr-el-hero {
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(201, 158, 87, 0.34), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(183, 42, 75, 0.42), transparent 30%),
    linear-gradient(135deg, #17070f 0%, #431126 58%, #16070e 100%);
}

.jr-el-light {
  background:
    radial-gradient(circle at 18% 0%, rgba(183, 42, 75, 0.08), transparent 30%),
    linear-gradient(180deg, #fff, #fff7f8);
}

.jr-el-wine,
.jr-el-cta {
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 106, 125, 0.2), transparent 30%),
    linear-gradient(135deg, #16070e, #3f1024 58%, #1d0b14);
}

.jr-el-split,
.jr-el-copy,
.jr-el-grid,
.jr-el-actions {
  display: block !important;
}

.jr-el-split > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  width: min(100%, 1160px);
}

.jr-el-copy > .e-con-inner {
  display: grid !important;
  gap: 18px;
}

.jr-el-grid > .e-con-inner {
  display: grid !important;
  gap: 18px;
  margin-top: 28px;
  width: min(100%, 1160px);
}

.jr-el-grid--three > .e-con-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jr-el-grid--two > .e-con-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jr-el-actions > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}

.jr-el-card {
  min-height: 100%;
  border: 1px solid rgba(86, 31, 48, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(31, 5, 14, 0.09);
}

.jr-el-wine .jr-el-card,
.jr-el-hero .jr-el-card {
  color: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.juku-revo-elementor-page .elementor-heading-title {
  color: #4c0f24 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif !important;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.jr-el-hero .elementor-heading-title,
.jr-el-wine .elementor-heading-title,
.jr-el-cta .elementor-heading-title {
  color: #fff !important;
}

.juku-revo-elementor-page h1.elementor-heading-title,
.jr-el-hero-title .elementor-heading-title {
  max-width: 11em;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

.juku-revo-elementor-page h2.elementor-heading-title {
  max-width: 14em;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.juku-revo-elementor-page h3.elementor-heading-title {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.juku-revo-elementor-page .elementor-widget-text-editor {
  color: inherit !important;
}

.juku-revo-elementor-page .elementor-widget-text-editor p {
  margin: 0;
  color: inherit !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}

.jr-el-hero .elementor-widget-text-editor p,
.jr-el-wine .elementor-widget-text-editor p,
.jr-el-cta .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.88) !important;
}

.juku-revo-elementor-page .jr-el-lead p {
  max-width: 42em;
  color: inherit;
  font-size: clamp(1.04rem, 1.35vw, 1.28rem);
}

.jr-el-actions {
  margin-top: 6px;
}

.juku-revo-elementor-page .elementor-button {
  min-height: 48px;
  padding: 15px 22px;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
  box-shadow: 0 18px 36px rgba(125, 19, 51, 0.24);
}

.juku-revo-elementor-page .jr-el-button--ghost .elementor-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.jr-el-hero-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.jr-el-hero-image--concept img,
.jr-el-wide-image img {
  object-fit: contain;
  background: rgba(9, 13, 22, 0.42);
}

.jr-el-wide-image {
  margin-top: 32px;
}

.jr-el-wide-image img {
  width: 100%;
  max-height: none;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(58, 14, 32, 0.16);
}

.jr-el-card img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  margin-bottom: 12px;
}

.jr-el-camp-shortcode .camp-form-layout {
  margin-top: 0;
}

.jr-el-kicker .elementor-widget-container,
.jr-el-kicker p {
  color: #f3d38c !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jr-el-card--metric {
  border-color: rgba(201, 158, 87, 0.32);
  background: linear-gradient(145deg, #fff, #fff7ed);
}

.jr-el-card--metric .jr-el-metric .elementor-heading-title {
  color: #8d1f3a !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  line-height: 0.95;
}

.jr-el-wine .jr-el-card--metric,
.jr-el-cta .jr-el-card--metric,
.jr-el-hero .jr-el-card--metric {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.jr-el-wine .jr-el-card--metric .jr-el-metric .elementor-heading-title,
.jr-el-cta .jr-el-card--metric .jr-el-metric .elementor-heading-title,
.jr-el-hero .jr-el-card--metric .jr-el-metric .elementor-heading-title {
  color: #f7e6b7 !important;
}

.jr-el-card--speaker {
  position: relative;
  overflow: hidden;
}

.jr-el-card--speaker::before {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(135deg, #8d1f3a, #c99e57);
}

.camp-access {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(122, 23, 51, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(201, 158, 87, 0.18), transparent 28%),
    linear-gradient(145deg, #fff, #fff5f7);
  box-shadow: 0 24px 70px rgba(58, 14, 32, 0.12);
}

.camp-access h2 {
  margin: 0 0 14px;
  color: #4c0f24;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.18;
}

.camp-access p {
  margin: 0;
  color: #4d3b42;
  font-weight: 700;
  line-height: 1.85;
}

.camp-access__copy,
.camp-access__form,
.camp-access__unlocked {
  display: grid;
  gap: 16px;
}

.camp-access__form,
.camp-access__unlocked {
  padding: 24px;
  border: 1px solid rgba(122, 23, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.camp-access__unlocked strong {
  color: #6d132d;
  font-size: 1.15rem;
}

.camp-access__unlocked span {
  color: #5d4b52;
  font-weight: 700;
}

.camp-access-locked .jr-el-gated-section {
  display: none !important;
}

.camp-video-library {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.camp-video-card {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(122, 23, 51, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 5, 14, 0.08);
}

.camp-video-card span {
  width: fit-content;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
}

.camp-video-card h4 {
  margin: 0;
  color: #4c0f24;
  font-size: 1.02rem;
  line-height: 1.45;
}

.camp-video-card p {
  margin: 0;
  color: #5d4b52;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
}

.camp-video-card video,
.camp-video-card__placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 7, 15, 0.96), rgba(84, 14, 39, 0.96)),
    #17070f;
}

.camp-video-card__placeholder {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.strategy-pdf-gate {
  position: relative;
}

.strategy-pdf-gate__panel {
  display: grid;
  gap: 18px;
  max-width: 840px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 58px);
  text-align: center;
  border: 1px solid rgba(201, 158, 87, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 158, 87, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 238, 0.96));
  box-shadow: 0 30px 90px rgba(58, 14, 32, 0.14);
}

.strategy-pdf-gate__panel h2 {
  margin: 0;
  color: #4c0f24;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.13;
}

.strategy-pdf-gate__panel p {
  max-width: 36em;
  margin: 0 auto;
  color: #4e3a43;
  font-weight: 800;
  line-height: 1.9;
}

.strategy-pdf-gate__open,
.strategy-pdf-gate__download {
  justify-self: center;
}

.strategy-pdf-gate__download,
.strategy-pdf-modal__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  color: #6d132d;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(122, 23, 51, 0.18);
  border-radius: 999px;
  background: #fff;
}

.strategy-pdf-modal[hidden] {
  display: none;
}

.strategy-pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.strategy-pdf-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(122, 23, 51, 0.36), transparent 34%),
    rgba(14, 6, 10, 0.72);
  backdrop-filter: blur(10px);
}

.strategy-pdf-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(100%, 560px);
  max-height: min(760px, calc(100vh - 40px));
  overflow-y: auto;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 158, 87, 0.2), transparent 32%),
    linear-gradient(145deg, #fffdfb, #fff4f6);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
}

.strategy-pdf-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  color: #6d132d;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid rgba(122, 23, 51, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.strategy-pdf-modal__dialog h3 {
  margin: 0;
  color: #4c0f24;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.strategy-pdf-modal__dialog p {
  margin: 0;
  color: #4e3a43;
  font-weight: 700;
  line-height: 1.8;
}

.strategy-pdf-modal__form {
  display: grid;
  gap: 14px;
}

.strategy-pdf-modal__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4e3a43;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.65;
}

.strategy-pdf-modal__consent input {
  margin-top: 0.35em;
  accent-color: #8d1f3a;
}

body.is-pdf-modal-open {
  overflow: hidden;
}

/* Wine red theme layer. */
.site-nav a:hover,
.site-nav a.is-current,
.mobile-nav__links a:hover,
.mobile-nav__links a.is-current {
  background: rgba(122, 23, 51, 0.1);
}

.hero,
.page-hero,
.page-hero--consultation {
  background:
    radial-gradient(circle at 16% 18%, rgba(183, 42, 75, 0.28), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(215, 180, 106, 0.18), transparent 26%),
    linear-gradient(135deg, #17070f 0%, #3a0e20 56%, #1d0b14 100%);
}

.hero__visual--camp,
.page-hero--camp .page-hero__image {
  background: #0e1118;
}

.hero__visual--camp img,
.page-hero--camp .page-hero__image img {
  object-position: center;
}

.hero__visual--camp::after,
.page-hero--camp .page-hero__image::after {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 74px;
  height: 74px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 231, 176, 0.86), rgba(183, 42, 75, 0.22) 54%, transparent 70%);
  filter: blur(2px);
  pointer-events: none;
}

.section--camp-form .eyebrow {
  background: linear-gradient(135deg, #7a1733, #c99e57);
}

.placeholder-form {
  background: linear-gradient(135deg, #fff4f6, #fffaf0);
}

.section--dark,
.cta-band,
.cta-panel {
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 106, 125, 0.22), transparent 30%),
    linear-gradient(135deg, #16070e, #3f1024 58%, #1d0b14);
}

.strategy-materials {
  background:
    linear-gradient(180deg, rgba(248, 243, 245, 0.35), #fff 34%),
    radial-gradient(circle at 20% 0%, rgba(183, 42, 75, 0.16), transparent 30%);
}

.route-zone--green,
.route-board__zone--green {
  background: linear-gradient(135deg, rgba(122, 23, 51, 0.08), #fff);
}

.route-zone--pink,
.route-board__zone--pink {
  background: linear-gradient(135deg, rgba(214, 106, 125, 0.12), #fff);
}

.route-center,
.route-board__center {
  background: linear-gradient(135deg, #fff5d9, var(--gold));
  box-shadow: 0 22px 60px rgba(145, 92, 31, 0.22);
}

.btn--primary,
.header-cta,
.revo-navigator .btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
  box-shadow: 0 18px 36px rgba(125, 19, 51, 0.28);
}

.btn--secondary {
  color: #fff;
  background: linear-gradient(135deg, #8d1f3a, #d66a7d);
}

.download-link:hover,
.document-link:hover,
.download-link:focus-visible,
.document-link:focus-visible {
  border-color: rgba(183, 42, 75, 0.44);
}

.application-link {
  color: #6d132d;
  border-color: rgba(183, 42, 75, 0.26);
  background: #fff4f6;
}

.application-link--sub {
  color: #5d3340;
  border-color: rgba(96, 20, 43, 0.12);
  background: #faf7f8;
}

.application-item__num,
.benefit-card span,
.profile-card__icon,
.route-number,
.eyebrow {
  background: linear-gradient(135deg, #8d1f3a, #d66a7d);
}

.material-card__badge,
.benefit-card--gold span,
.cost-ladder__row:nth-child(3) b,
.cost-ladder__row:nth-child(4) b {
  background: linear-gradient(135deg, #f7e6b7, var(--gold));
}

.cost-ladder__row b {
  background: linear-gradient(135deg, #8d1f3a, #d66a7d);
  box-shadow: 0 12px 28px rgba(125, 19, 51, 0.18);
}

.revo-navigator__avatar {
  color: #fff;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
}

.revo-navigator__head {
  background: linear-gradient(135deg, rgba(255, 244, 246, 0.92), rgba(255, 248, 218, 0.78));
}

.revo-navigator__conversation,
.revo-navigator__choices button {
  background: #faf7f8;
}

.revo-chat--user {
  color: #5a0f25;
  background: linear-gradient(135deg, #fff0f4, #f8e2e8);
}

.revo-navigator__choices button:hover {
  background: #fff0f4;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__visual img,
  .page-hero__image img,
  .editorial-split__image img {
    transition: transform 800ms ease;
  }

  .hero__visual:hover img,
  .page-hero__image:hover img,
  .editorial-split__image:hover img {
    transform: scale(1.025);
  }
}

@media (max-width: 760px) {
  .revo-navigator {
    right: 12px;
    bottom: 86px;
    width: min(320px, calc(100vw - 24px));
  }

  .revo-navigator__panel {
    bottom: 70px;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
  }

  .revo-navigator__head {
    grid-template-columns: 72px 1fr auto;
  }

  .revo-navigator__portrait {
    width: 72px;
    height: 72px;
  }

  .revo-navigator__conversation {
    max-height: 208px;
  }

  .revo-navigator__actions {
    grid-template-columns: 1fr;
  }

  .hero-assurance {
    display: grid;
    grid-template-columns: 1fr;
  }

  .revo-navigator__launcher {
    width: 58px;
    height: 58px;
    justify-content: center;
    padding: 8px;
  }

  .revo-navigator__avatar {
    width: 36px;
    height: 36px;
  }

  .revo-navigator__launcher small {
    display: none;
  }

  .revo-navigator__launcher > span:last-child {
    display: none;
  }

  .jr-el-split > .e-con-inner,
  .jr-el-grid--three > .e-con-inner,
  .jr-el-grid--two > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .jr-el-section > .e-con-inner {
    width: min(100% - 28px, 1160px);
  }

  .camp-access,
  .camp-video-library {
    grid-template-columns: 1fr;
  }

  .juku-revo-elementor-page h1.elementor-heading-title,
  .jr-el-hero-title .elementor-heading-title {
    font-size: 2.45rem;
  }
}

@media (max-width: 520px) {
  .hero__lead,
  .page-hero p,
  .section-lead {
    max-width: min(100%, 330px);
  }

  .camp-access {
    padding: 22px;
  }

  .camp-video-library {
    gap: 12px;
  }
}

/* Luxury gold refinement for the Camp LP. */
.jr-el-hero,
.jr-el-wine,
.jr-el-cta {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 222, 143, 0.28), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(183, 42, 75, 0.44), transparent 32%),
    linear-gradient(135deg, #14060d 0%, #4d1028 55%, #19070f 100%);
}

.jr-el-hero--camp {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(19, 5, 12, 0.92) 0%, rgba(74, 14, 36, 0.82) 48%, rgba(19, 5, 12, 0.64) 100%),
    radial-gradient(circle at 74% 18%, rgba(255, 229, 167, 0.24), transparent 26%),
    url("assets/img/camp/camp-concept-scroll.png") center center / cover no-repeat;
}

.jr-el-hero--camp::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 245, 214, 0.2), transparent 16%, transparent 84%, rgba(255, 245, 214, 0.13)),
    repeating-linear-gradient(90deg, rgba(255, 232, 166, 0.08) 0 1px, transparent 1px 96px);
  mix-blend-mode: screen;
  opacity: 0.62;
}

.jr-el-hero--camp > .e-con-inner,
.jr-el-hero--camp .jr-el-split > .e-con-inner {
  position: relative;
  z-index: 1;
}

.jr-el-hero--camp .jr-el-copy > .e-con-inner {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(247, 230, 183, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 223, 0.08), transparent 34%),
    rgba(40, 8, 20, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 28px 80px rgba(12, 2, 7, 0.32);
  backdrop-filter: blur(3px);
}

.jr-el-hero--camp .jr-el-hero-image--concept img {
  padding: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 223, 0.12), rgba(58, 12, 30, 0.72)),
    rgba(12, 3, 9, 0.44);
}

.jr-el-hero::before,
.jr-el-wine::before,
.jr-el-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(245, 218, 152, 0.38), transparent) top center / 100% 1px no-repeat,
    radial-gradient(circle at 50% 0%, rgba(245, 218, 152, 0.18), transparent 34%);
}

.juku-revo-elementor-page .elementor-widget-button .elementor-button {
  color: #fff !important;
  border: 1px solid rgba(247, 230, 183, 0.5) !important;
  background:
    linear-gradient(135deg, rgba(255, 245, 214, 0.18), transparent 32%),
    linear-gradient(135deg, #7a1733 0%, #be2d53 58%, #6d132d 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 18px 38px rgba(125, 19, 51, 0.32),
    0 0 0 1px rgba(247, 230, 183, 0.12) !important;
}

.juku-revo-elementor-page .jr-el-button--ghost .elementor-button,
.juku-revo-elementor-page .elementor-widget-button.jr-el-button--ghost .elementor-button {
  color: #4c0f24 !important;
  border-color: rgba(215, 180, 106, 0.84) !important;
  background:
    linear-gradient(135deg, #fff9e8 0%, #e7c77f 48%, #b88734 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 38px rgba(153, 102, 36, 0.28) !important;
}

.jr-el-hero .elementor-heading-title::after,
.jr-el-wine h2.elementor-heading-title::after,
.jr-el-cta h2.elementor-heading-title::after {
  display: block;
  width: 92px;
  height: 2px;
  margin-top: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #9f6f27, #ffe9a9, #c99e57);
}

.jr-el-hero-image img,
.jr-el-wide-image img {
  border: 1px solid rgba(247, 230, 183, 0.48);
  background: linear-gradient(135deg, rgba(42, 10, 24, 0.88), rgba(15, 6, 12, 0.9));
  box-shadow:
    0 30px 90px rgba(31, 5, 14, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 42px rgba(215, 180, 106, 0.12);
}

.jr-el-card--metric {
  border-color: rgba(215, 180, 106, 0.48);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 230, 0.96)),
    linear-gradient(135deg, rgba(215, 180, 106, 0.18), transparent);
}

.jr-el-card--metric .jr-el-metric .elementor-heading-title,
.camp-video-card__status,
.strategy-pdf-gate__badge {
  color: #9f6f27 !important;
}

/* Vision refresh and survival quiz */
.jr-el-hero--future {
  background-color: #5a102f;
  background:
    radial-gradient(circle at 16% 18%, rgba(235, 198, 115, 0.28), transparent 28%),
    linear-gradient(90deg, rgba(47, 5, 25, 0.9) 0%, rgba(116, 22, 56, 0.66) 44%, rgba(16, 29, 64, 0.2) 100%),
    url("assets/img/vision/future-community.png") center center / cover no-repeat;
}

.jr-el-hero--vision {
  background-color: #56102c;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 234, 178, 0.26), transparent 30%),
    linear-gradient(90deg, rgba(45, 6, 24, 0.88) 0%, rgba(94, 15, 43, 0.6) 52%, rgba(18, 35, 72, 0.24) 100%),
    url("assets/img/vision/strategy-council.png") center center / cover no-repeat;
}

.jr-el-hero--future::after,
.jr-el-hero--vision::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(230, 188, 103, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.jr-el-hero--future .jr-el-copy > .e-con-inner,
.jr-el-hero--vision .jr-el-copy > .e-con-inner {
  border: 1px solid rgba(240, 207, 139, 0.42);
  background: linear-gradient(145deg, rgba(47, 5, 24, 0.76), rgba(111, 20, 52, 0.58));
  box-shadow: 0 34px 90px rgba(22, 4, 12, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.jr-el-vision-image img {
  border-radius: 22px;
  border: 1px solid rgba(239, 203, 132, 0.34);
  box-shadow: 0 30px 80px rgba(56, 7, 26, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.survival-quiz {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 7vw, 96px) clamp(18px, 4vw, 56px);
  color: #fff8ea;
  background:
    radial-gradient(circle at 86% 16%, rgba(72, 158, 255, 0.18), transparent 28%),
    radial-gradient(circle at 12% 12%, rgba(238, 203, 126, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(42, 6, 24, 0.96), rgba(110, 20, 52, 0.9));
}

.survival-quiz::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 80%);
}

.survival-quiz__stage,
.survival-quiz-result,
.survival-quiz__types {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin-inline: auto;
}

.survival-quiz__stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.survival-quiz__copy {
  display: grid;
  gap: 20px;
}

.survival-quiz .eyebrow {
  color: #eac777;
}

.survival-quiz h2,
.survival-quiz-result h3,
.survival-quiz-modal h3 {
  margin: 0;
  color: #fffdf7;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0;
}

.survival-quiz h2 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1.08;
}

.survival-quiz p {
  color: rgba(255, 250, 238, 0.86);
  font-size: 1rem;
  line-height: 1.9;
}

.survival-quiz__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.survival-quiz__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid rgba(230, 188, 103, 0.34);
  border-radius: 999px;
  color: #f4d58c;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.survival-quiz__visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(230, 188, 103, 0.26);
  border-radius: 28px;
  box-shadow: 0 38px 90px rgba(10, 1, 8, 0.35);
}

.survival-quiz__types {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.survival-quiz__types article {
  padding: 16px;
  border: 1px solid rgba(230, 188, 103, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.survival-quiz__types span {
  display: block;
  color: #eac777;
  font-size: 0.78rem;
  font-weight: 900;
}

.survival-quiz__types strong {
  display: block;
  margin-top: 4px;
  color: #fffdf7;
  font-size: 1rem;
}

.survival-quiz__types p {
  margin: 8px 0 0;
  color: rgba(255, 250, 238, 0.72);
  font-size: 0.86rem;
  line-height: 1.55;
}

.survival-quiz-result {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  margin-top: 28px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(230, 188, 103, 0.3);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 72px rgba(18, 2, 10, 0.25);
}

.survival-quiz-result__score {
  display: grid;
  min-height: 170px;
  padding: 20px;
  place-items: center;
  border-radius: 24px;
  color: #4c0c24;
  background: linear-gradient(145deg, #ffe9a7, #d8a84f);
  text-align: center;
}

.survival-quiz-result__score span,
.survival-quiz-result__score strong {
  display: block;
}

.survival-quiz-result__score strong {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1;
}

.survival-quiz-result__body ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.survival-quiz-result__body li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 250, 238, 0.9);
  font-weight: 700;
}

.survival-quiz-result__body li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #eac777;
  box-shadow: 0 0 16px rgba(230, 188, 103, 0.8);
  content: "";
}

.survival-quiz-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.survival-quiz-modal[hidden] {
  display: none;
}

.survival-quiz-modal {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: grid;
  padding: 18px;
  place-items: center;
}

.survival-quiz-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 2, 10, 0.76);
  backdrop-filter: blur(16px);
}

.survival-quiz-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(143, 101, 28, 0.26);
  border-radius: 28px;
  color: #2c1420;
  background:
    linear-gradient(145deg, rgba(255, 252, 245, 0.96), rgba(253, 243, 226, 0.98)),
    url("assets/img/vision/future-guide.png") right bottom / min(42%, 320px) auto no-repeat;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
}

.survival-quiz-modal__close {
  position: sticky;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #7c1737;
  font-size: 1.4rem;
  cursor: pointer;
}

.survival-quiz-modal__head {
  max-width: 620px;
  margin-bottom: 22px;
}

.survival-quiz-modal__head .eyebrow {
  color: #8a173c;
}

.survival-quiz-modal__head h3 {
  color: #4c0c24;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.survival-quiz-modal__head p {
  color: #5f4b55;
}

.survival-quiz-form {
  display: grid;
  gap: 22px;
}

.survival-quiz-form__questions {
  display: grid;
  gap: 14px;
}

.survival-quiz-question {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(94, 18, 43, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
}

.survival-quiz-question legend {
  margin: 0 0 4px;
  color: #4c0c24;
  font-weight: 900;
}

.survival-quiz-question legend span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  margin-right: 10px;
  border-radius: 999px;
  color: #4c0c24;
  background: linear-gradient(145deg, #ffe9a7, #d8a84f);
  font-size: 0.78rem;
}

.survival-quiz-option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(124, 23, 55, 0.055);
  cursor: pointer;
}

.survival-quiz-option input {
  width: 18px;
  height: 18px;
  margin-top: 0.22em;
  accent-color: #8a173c;
}

.survival-quiz-option span {
  color: #39222b;
  font-weight: 700;
}

.survival-quiz-form__lead {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(76, 12, 36, 0.06);
}

.survival-quiz-form__lead .form-field,
.survival-quiz-form__consent {
  margin: 0;
}

.survival-quiz-form__consent {
  display: flex;
  grid-column: 1 / -1;
  gap: 10px;
  color: #5f4b55;
  font-size: 0.9rem;
  line-height: 1.6;
}

.survival-quiz-form__consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.22em;
  accent-color: #8a173c;
}

body.is-survival-quiz-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .survival-quiz__stage,
  .survival-quiz-result {
    grid-template-columns: 1fr;
  }

  .survival-quiz__types,
  .survival-quiz-form__lead {
    grid-template-columns: 1fr;
  }

  .survival-quiz-modal__dialog {
    background-image: linear-gradient(145deg, rgba(255, 252, 245, 0.98), rgba(253, 243, 226, 0.98));
  }
}
