:root {
  --paper: #fffdf7;
  --ink: #2a241e;
  --ink-soft: #695f56;
  --red: #c93325;
  --red-dark: #a8271d;
  --blue: #294d8f;
  --gold: #f0ad1d;
  --card: #ffffff;
  --line: #e8ded0;
  --chip: #f7f0e5;
  --sky: #eaf3f7;
  --shadow: 0 12px 32px rgba(73, 48, 26, 0.09);
  --radius: 20px;
  --content: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img { max-width: 100%; }
a { color: var(--blue); }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(100% - 40px, var(--content)); margin-inline: auto; }
.narrow { max-width: 800px; }
.display {
  font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", ui-rounded, -apple-system, sans-serif;
}
h1, h2, h3 { margin: 0 0 0.55em; line-height: 1.2; text-wrap: balance; }
h1 { font-size: clamp(2.15rem, 6vw, 4rem); letter-spacing: -0.025em; }
h2 { font-size: clamp(1.75rem, 4vw, 2.55rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.lede { max-width: 760px; color: var(--ink-soft); font-size: 1.08rem; }
.small { color: var(--ink-soft); font-size: 0.86rem; }
.center { text-align: center; }
.notice {
  border: 1px solid #d8b252;
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff8df;
  color: #4b3b0c;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(12px);
}
.nav-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { color: var(--ink); font-weight: 800; text-decoration: none; }
.brand-mark { color: var(--red); }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: 0.9rem; }
.nav-links a { color: var(--ink); text-decoration: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 8vw, 92px) 0 42px;
  text-align: center;
}
.hero::before,
.hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.hero::before { width: 430px; height: 430px; top: -235px; right: -130px; background: rgba(201, 51, 37, 0.08); }
.hero::after { width: 270px; height: 270px; bottom: -170px; left: -100px; background: rgba(41, 77, 143, 0.08); }
.hello {
  display: inline-block;
  padding: 0.35em 1em;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--chip);
  font-size: 0.9rem;
  font-weight: 700;
}
.hero-avatar {
  display: block;
  width: 140px;
  height: 140px;
  margin: 20px auto 18px;
  border: 4px solid var(--red);
  border-radius: 50%;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 710px; margin: 0 auto 1.25rem; color: var(--ink-soft); font-size: 1.12rem; }
.hero-detail { max-width: 680px; margin: 0 auto 1.4rem; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 22px 0 14px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.78em 1.35em;
  border: 2px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.button-primary { background: var(--red); color: #fff; box-shadow: 0 7px 20px rgba(201, 51, 37, 0.26); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: var(--line); background: var(--card); color: var(--ink); }
.button-light { background: #fff; color: var(--red-dark); }
.hero-offer { margin-bottom: 0.35rem; font-weight: 800; }
.hero-guarantee { color: var(--ink-soft); font-size: 0.9rem; }
.travel-link { margin-top: 24px; font-size: 0.92rem; }

section { padding: clamp(50px, 7vw, 78px) 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading.center { margin-inline: auto; }
.grid { display: grid; gap: 18px; }
.trust-grid { grid-template-columns: repeat(4, 1fr); }
.trust-card,
.card,
.report-card,
.price-card,
.level,
.step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}
.trust-card { padding: 20px 16px; text-align: center; font-size: 0.94rem; font-weight: 750; }
.trust-icon { display: block; margin-bottom: 7px; font-size: 1.55rem; }
.about-grid { display: grid; grid-template-columns: minmax(240px, 0.7fr) 1.3fr; align-items: center; gap: 42px; }
.about-photo {
  width: 100%;
  height: clamp(420px, 55vw, 620px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: 10% 42%;
}
.video-slot { display: none; margin-top: 24px; }
.video-slot.is-ready { display: block; }
.video-frame { position: relative; overflow: hidden; padding-top: 56.25%; border-radius: 16px; background: #111; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.check-grid { grid-template-columns: repeat(2, 1fr); }
.check-card { position: relative; padding: 18px 20px 18px 50px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
.check-card::before { position: absolute; left: 18px; top: 17px; content: "✓"; color: var(--red); font-size: 1.2rem; font-weight: 900; }
.activity-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 34px; }
.activity-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.plain-list { margin: 0; padding-left: 1.2em; }
.plain-list li { margin: 0.45em 0; }
.levels { grid-template-columns: repeat(4, 1fr); counter-reset: level; }
.level { padding: 24px 20px; }
.level::before { counter-increment: level; content: "Level " counter(level); display: inline-block; margin-bottom: 10px; color: var(--red); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.level p, .step p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }
.steps { grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.step { padding: 24px 20px; }
.step::before { counter-increment: step; content: counter(step); display: grid; width: 36px; height: 36px; margin-bottom: 13px; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; }
.report-card { max-width: 760px; padding: clamp(24px, 5vw, 38px); }
.report-label { display: inline-block; margin-bottom: 14px; padding: 0.3em 0.8em; border-radius: 999px; background: var(--gold); color: #3b2e00; font-size: 0.8rem; font-weight: 900; }
.report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.report-item h3 { margin-bottom: 0.2em; color: var(--red-dark); font-size: 1rem; }
.report-item p { margin: 0; color: var(--ink-soft); }
.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.pricing-grid-four { max-width: 960px; margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.price-card { display: flex; flex-direction: column; padding: 28px; }
.price { margin: 0.2em 0 0.45em; color: var(--red); font-size: 2.2rem; font-weight: 900; }
.price-card p { color: var(--ink-soft); }
.price-card .button { margin-top: auto; }
.save { display: inline-block; align-self: flex-start; margin-bottom: 10px; padding: 0.24em 0.7em; border-radius: 999px; background: var(--gold); color: #3b2e00; font-size: 0.78rem; font-weight: 900; }
.guarantee-box { margin-top: 22px; padding: 20px 22px; border: 2px dashed var(--red); border-radius: 16px; background: var(--card); }
details { margin-bottom: 12px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
summary { cursor: pointer; font-weight: 800; }
details p { margin: 0.75em 0 0; color: var(--ink-soft); }
.final-cta { border-radius: 24px; padding: clamp(34px, 6vw, 56px) 24px; background: var(--red); color: #fff; text-align: center; }
.final-cta p { max-width: 650px; margin: 0 auto 1.3rem; color: rgba(255,255,255,0.92); }

.subhero { padding: 62px 0 42px; text-align: center; }
.subhero .lede { margin-inline: auto; }
.topic-grid { grid-template-columns: repeat(3, 1fr); }
.card { padding: 24px; }
.policy-main { padding: 54px 0 80px; }
.policy-main h2 { margin-top: 1.7em; font-size: 1.5rem; }
.policy-main h3 { margin-top: 1.4em; font-size: 1.08rem; }
.policy-main table { width: 100%; border-collapse: collapse; }
.policy-main th, .policy-main td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-main th { width: 31%; background: var(--chip); }
.contact-options { grid-template-columns: repeat(2, 1fr); max-width: 760px; }

footer { padding: 42px 0 58px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.86rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 9px 18px; }
.footer-links a { color: var(--ink-soft); }
.footer-note { margin-top: 18px; font-size: 0.8rem; }

@media (max-width: 900px) {
  .trust-grid, .levels, .steps { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { max-width: 660px; width: 100%; margin-inline: auto; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 32px, var(--content)); }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding-top: 46px; }
  .hero-avatar { width: 118px; height: 118px; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .trust-grid, .check-grid, .activity-grid, .report-grid, .topic-grid, .contact-options { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 26px; }
  .about-photo { width: min(78%, 300px); margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .policy-main table, .policy-main tbody, .policy-main tr, .policy-main th, .policy-main td { display: block; width: 100%; }
  .policy-main tr { margin-bottom: 14px; }
}

@media (max-width: 430px) {
  h1 { font-size: clamp(2rem, 11vw, 2.55rem); }
  .trust-grid, .levels, .steps { grid-template-columns: 1fr; }
  section { padding: 48px 0; }
  .trust-card { text-align: left; }
  .trust-icon { display: inline; margin-right: 8px; }
  .price-card, .card, .step, .level { padding: 21px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
