:root {
  --red: #bf0000;
  --red-dark: #940000;
  --red-pale: #fff1f1;
  --ink: #17191c;
  --muted: #5f656c;
  --line: #e5e7ea;
  --soft: #f6f7f8;
  --green: #087a55;
  --blue: #1769aa;
  --shadow: 0 24px 70px rgba(27, 31, 36, .09);
  --content: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 9%, rgba(191, 0, 0, .045), transparent 28rem),
    #fff;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans",
    "Yu Gothic UI", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--blue);
  text-underline-offset: .16em;
}

a:hover {
  color: var(--red);
}

.wrap {
  width: min(var(--content), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.pr-bar {
  padding: 9px 20px;
  background: #18191b;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(23, 25, 28, .08);
  background: rgba(255, 255, 255, .96);
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  place-items: center;
}

.brand-copy {
  display: grid;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 17px;
  letter-spacing: -.02em;
}

.brand-copy span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-links a {
  color: #3f444a;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.employee-chip,
.safe-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid #d9dce0;
  border-radius: 999px;
  background: #fff;
  color: #363a3f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.employee-chip::before,
.safe-chip::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(8, 122, 85, .1);
  content: "";
}

.hero {
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) 0 66px;
  background:
    radial-gradient(circle at 86% 20%, rgba(191, 0, 0, .09), transparent 24rem),
    linear-gradient(180deg, #fff, #fbfaf9);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, .86fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.campaign-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.campaign-label::before {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--red);
  content: "";
}

.hero h1 {
  max-width: 670px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 5.2vw, 62px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.14;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  margin-top: .18em;
  color: var(--red);
}

.hero-lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: #4d5258;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.9;
}

.identity-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.identity-avatar,
.operator-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid #e3d4d4;
  border-radius: 50%;
  background: var(--red-pale);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  place-items: center;
}

.identity-copy {
  display: grid;
  line-height: 1.45;
}

.identity-copy strong {
  font-size: 14px;
}

.identity-copy span {
  color: var(--muted);
  font-size: 12px;
}

.official-promo {
  margin: 30px 0 0;
}

.official-promo-image {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 28, .1);
  border-radius: 20px;
  background: #ec008c;
  box-shadow: 0 16px 38px rgba(80, 0, 38, .12);
}

.official-promo-image img {
  display: block;
  width: 100%;
  height: auto;
}

.official-promo figcaption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-top: 10px;
  color: #6c7177;
  font-size: 10px;
  line-height: 1.6;
}

.official-promo figcaption a {
  flex: 0 0 auto;
  color: #53585e;
  font-weight: 750;
}

.supplemental-offer {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 13px 0 0;
  padding: 11px 14px;
  border: 1px solid #e0e2e5;
  border-radius: 12px;
  background: rgba(255, 255, 255, .8);
  color: #666b71;
  font-size: 10px;
  line-height: 1.55;
}

.supplemental-offer strong {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 11px;
}

.point-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px;
}

.point-card {
  padding: 15px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
}

.point-card span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.point-card strong {
  display: block;
  margin-top: 4px;
  color: var(--red);
  font-size: clamp(18px, 2vw, 23px);
  letter-spacing: -.02em;
}

.small-note {
  margin: 9px 0 0;
  color: #747980;
  font-size: 10px;
  line-height: 1.65;
}

.trust-panel {
  position: relative;
  padding: clamp(25px, 3.4vw, 37px);
  border: 1px solid #e5e6e8;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.trust-panel::before {
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: var(--red);
  content: "";
}

.trust-panel h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 21px;
  letter-spacing: -.02em;
  line-height: 1.45;
}

.trust-panel-intro {
  margin: 8px 0 20px;
  color: var(--muted);
  font-size: 13px;
}

.safety-list {
  display: grid;
  margin: 0;
}

.safety-item {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #eceef0;
}

.safety-item:first-child {
  border-top: 0;
}

.safety-number {
  display: grid;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: var(--soft);
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  place-items: center;
}

.safety-copy strong {
  display: block;
  color: #282c30;
  font-size: 13px;
}

.safety-copy span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.destination {
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid #e2e4e7;
  border-radius: 12px;
  background: #f8f9fa;
  color: #555a60;
  font-size: 11px;
  line-height: 1.5;
  word-break: break-all;
}

.destination strong {
  color: #24272b;
}

.primary-cta,
.secondary-cta {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.primary-cta {
  border: 1px solid #a40000;
  background: linear-gradient(180deg, #d20b0b, var(--red));
  box-shadow: 0 12px 26px rgba(191, 0, 0, .2);
  color: #fff;
}

.primary-cta:hover {
  background: linear-gradient(180deg, #bd0000, var(--red-dark));
  box-shadow: 0 15px 32px rgba(191, 0, 0, .27);
  color: #fff;
  transform: translateY(-2px);
}

.secondary-cta {
  min-height: 48px;
  margin-top: 10px;
  border: 1px solid #dadde1;
  background: #fff;
  color: #30343a;
  font-size: 13px;
}

.secondary-cta:hover {
  border-color: #b9bdc2;
  color: var(--red);
}

.cta-micro {
  margin: 10px 0 0;
  color: #6e7379;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

.trust-strip {
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  background: #fff;
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 104px;
}

.trust-strip-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-content: center;
  padding: 24px 28px;
  border-left: 1px solid #ececee;
}

.trust-strip-item:first-child {
  border-left: 0;
}

.trust-icon {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ecf7f2;
  color: var(--green);
  font-size: 16px;
  font-weight: 900;
  place-items: center;
}

.trust-strip-item strong {
  display: block;
  color: #2b2f33;
  font-size: 13px;
}

.trust-strip-item span span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

main section {
  padding: clamp(64px, 8vw, 100px) 0;
}

main section.soft {
  background: var(--soft);
}

.section-heading {
  max-width: 730px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-kicker {
  margin: 0 0 9px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
}

.section-heading h2,
.final-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(27px, 4vw, 41px);
  letter-spacing: -.035em;
  line-height: 1.3;
}

.section-heading p {
  margin: 15px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

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

.step-card {
  position: relative;
  min-height: 245px;
  padding: 30px 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  counter-increment: step;
}

.step-card::after {
  position: absolute;
  right: 18px;
  bottom: -24px;
  color: #f1f1f2;
  content: "0" counter(step);
  font-size: 84px;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
}

.step-badge {
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--red-pale);
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.step-card h3 {
  position: relative;
  z-index: 1;
  margin: 21px 0 10px;
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -.02em;
}

.step-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.decision-card {
  padding: clamp(25px, 3.5vw, 38px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.decision-card.ready {
  border-top: 4px solid var(--green);
}

.decision-card.wait {
  border-top: 4px solid #8a8f95;
}

.decision-card h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 21px;
}

.decision-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-card li {
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
  color: #4f545a;
  font-size: 13px;
  line-height: 1.7;
}

.decision-card li::before {
  position: absolute;
  top: .14em;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #edf5f1;
  color: var(--green);
  content: "✓";
  font-size: 10px;
  font-weight: 900;
  place-items: center;
}

.decision-card.wait li::before {
  background: #f1f2f3;
  color: #747980;
  content: "–";
}

.official-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: clamp(31px, 5vw, 56px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .08), transparent 20rem),
    #1b1d20;
  color: #fff;
}

.official-card .section-kicker {
  color: #ffb9b9;
}

.official-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3.6vw, 37px);
  line-height: 1.35;
}

.official-card p {
  max-width: 670px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.85;
}

.official-links {
  display: grid;
  gap: 10px;
  min-width: 220px;
}

.official-links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.official-links a:first-child {
  border-color: #fff;
  background: #fff;
  color: #1b1d20;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.faq-list details {
  margin: 12px 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.faq-list summary {
  position: relative;
  padding: 20px 55px 20px 21px;
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 21px;
  color: var(--red);
  content: "＋";
  font-size: 18px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list .answer {
  margin: 0;
  padding: 0 21px 21px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.operator-card,
.content-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 25px;
  align-items: start;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.operator-avatar {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-size: 15px;
}

.operator-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
}

.operator-status {
  margin: 5px 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
}

.operator-card p,
.content-card p,
.content-card li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.policy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

.policy-list span {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--soft);
  color: #50555a;
  font-size: 10px;
  font-weight: 750;
}

.final-card {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(31px, 5vw, 55px);
  border: 1px solid #eadcdc;
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 20%, rgba(191, 0, 0, .075), transparent 18rem),
    #fffafa;
  text-align: center;
}

.final-card > p {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.final-card .primary-cta {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.final-card .cta-micro {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.page-hero {
  padding: clamp(54px, 7vw, 84px) 0;
  background: linear-gradient(180deg, #fff, #fafafa);
  text-align: center;
}

.page-hero h1 {
  max-width: 800px;
  margin: 0 auto;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -.04em;
  line-height: 1.25;
}

.page-hero p {
  max-width: 700px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 15px;
}

.prose {
  max-width: 860px;
  margin: 0 auto;
}

.prose section {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.prose section:first-child {
  padding-top: 0;
}

.prose section:last-child {
  border-bottom: 0;
}

.prose h2 {
  margin: 0 0 13px;
  font-size: 23px;
  letter-spacing: -.02em;
}

.prose p,
.prose li {
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb {
  margin: 0 0 22px;
  color: #777c82;
  font-size: 11px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.breadcrumb li + li::before {
  margin-right: 7px;
  color: #a2a6aa;
  content: "›";
}

.breadcrumb a {
  color: #555b61;
}

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

.guide-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.guide-card:hover {
  border-color: #d8bcbc;
  box-shadow: 0 18px 45px rgba(27, 31, 36, .08);
  color: var(--ink);
  transform: translateY(-3px);
}

.guide-icon {
  display: grid;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  background: var(--red-pale);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  place-items: center;
}

.guide-card h3 {
  margin: 21px 0 9px;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 1.45;
}

.guide-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.guide-link {
  margin-top: auto;
  padding-top: 22px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
}

.guide-link::after {
  content: " →";
}

.guide-lead {
  max-width: 860px;
  margin: 0 auto 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #eadcdc;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 15%, rgba(191, 0, 0, .06), transparent 18rem),
    #fffafa;
}

.guide-lead h2 {
  margin: 0;
  font-size: clamp(23px, 3.4vw, 32px);
  letter-spacing: -.025em;
  line-height: 1.4;
}

.guide-lead p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
}

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

.check-list li {
  position: relative;
  margin: 0;
  padding: 15px 16px 15px 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.check-list li::before {
  position: absolute;
  top: 17px;
  left: 17px;
  display: grid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #edf5f1;
  color: var(--green);
  content: "✓";
  font-size: 10px;
  font-weight: 900;
  place-items: center;
}

.notice {
  margin: 20px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--red);
  border-radius: 0 13px 13px 0;
  background: var(--red-pale);
  color: #4d4545;
  font-size: 13px;
}

.notice strong {
  color: var(--ink);
}

.source-box {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}

.source-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
}

.source-box ul {
  margin: 0;
  padding-left: 20px;
}

.source-box li {
  margin: 5px 0;
  font-size: 12px;
}

.related-guides-section {
  padding-top: 38px;
}

.related-guides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.related-guide {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.related-guide:hover {
  border-color: #d8bcbc;
  box-shadow: 0 14px 32px rgba(27, 31, 36, .07);
  color: var(--ink);
  transform: translateY(-2px);
}

.related-guide-label {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.related-guide strong {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.55;
}

.related-guide > span:last-child {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.action-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 11px;
  margin-top: 25px;
}

.action-row .primary-cta,
.action-row .secondary-cta {
  margin: 0;
}

.site-footer {
  padding: 38px 0 104px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.footer-copy {
  max-width: 700px;
}

.footer-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #30343a;
}

.footer-links {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
}

.footer-links a {
  color: #50555b;
  font-weight: 750;
  text-decoration: none;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .identity-line,
  .campaign-label {
    justify-content: center;
  }

  .official-card {
    grid-template-columns: 1fr;
  }

  .official-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  body.has-sticky {
    padding-bottom: 76px;
  }

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

  .header-inner {
    min-height: 64px;
  }

  .header-links .employee-chip,
  .header-links a:first-of-type,
  .brand-copy span {
    display: none;
  }

  .header-links {
    gap: 0;
  }

  .hero {
    padding: 46px 0 48px;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .official-promo {
    margin-top: 25px;
  }

  .official-promo-image {
    border-radius: 16px;
  }

  .official-promo figcaption {
    display: grid;
    gap: 3px;
    text-align: left;
  }

  .supplemental-offer {
    display: grid;
    gap: 2px;
    text-align: left;
  }

  .point-row,
  .steps-grid,
  .decision-grid,
  .guide-grid,
  .trust-strip-inner {
    grid-template-columns: 1fr;
  }

  .point-row {
    gap: 7px;
  }

  .point-card {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 15px;
  }

  .point-card strong {
    margin-top: 0;
  }

  .trust-panel {
    border-radius: 22px;
  }

  .trust-strip-item {
    border-top: 1px solid #ececee;
    border-left: 0;
  }

  .trust-strip-item:first-child {
    border-top: 0;
  }

  main section {
    padding: 62px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading p {
    font-size: 13px;
  }

  .step-card {
    min-height: 220px;
  }

  .official-links {
    grid-template-columns: 1fr;
  }

  .guide-card {
    min-height: 235px;
  }

  .action-row {
    grid-template-columns: 1fr;
  }

  .related-guides {
    grid-template-columns: 1fr;
  }

  .operator-card,
  .content-card {
    grid-template-columns: 1fr;
  }

  .operator-avatar {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .site-footer {
    padding-bottom: 40px;
  }

  .mobile-sticky {
    display: grid;
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(23, 25, 28, .12);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 -10px 30px rgba(25, 28, 32, .1);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--red);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }
}

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

  .primary-cta,
  .secondary-cta {
    transition: none;
  }
}
