:root {
  --ink: #243033;
  --muted: #667477;
  --line: #d9e4e2;
  --paper: #f7fbfa;
  --white: #ffffff;
  --green: #0f8f72;
  --green-dark: #05614d;
  --yellow: #ffd66b;
  --danger: #702024;
  --shadow: 0 16px 40px rgba(21, 53, 55, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  overflow-wrap: anywhere;
  line-break: strict;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(15, 143, 114, 0.16);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 180px;
}

.compact .brand img {
  width: 150px;
}

.nav-links {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-tool {
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(15, 143, 114, 0.28);
  border-radius: 6px;
  color: var(--green-dark);
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.header-tool:disabled {
  cursor: wait;
  opacity: 0.68;
}

.header-call,
.button.primary {
  color: var(--white);
  background: var(--green);
}

.button.secondary {
  color: var(--green-dark);
  border-color: rgba(15, 143, 114, 0.32);
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(36px, 7vw, 84px) clamp(18px, 5vw, 72px) 36px;
  background: linear-gradient(180deg, #ffffff 0%, #edf8f5 100%);
}

.hero-copy {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.22;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.25;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.35;
}

.hero p {
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero picture img,
.section-image,
.banner img,
.detail-visual img,
.option-card img,
.truth-hero img,
.truth-list > img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip span {
  padding: 18px 12px;
  background: var(--white);
  text-align: center;
  font-weight: 800;
}

.section {
  padding: clamp(44px, 7vw, 86px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.two-column,
.detail-head,
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.plan-grid,
.case-grid,
.record-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.plan-grid.has-hidden-plan {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plan-card,
.case-card,
.record-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(21, 53, 55, 0.08);
}

.hidden-plan-slot {
  min-height: 100%;
  cursor: pointer;
  opacity: 0.22;
  background:
    repeating-linear-gradient(135deg, rgba(36, 48, 51, 0.04) 0 8px, rgba(36, 48, 51, 0.09) 9px 14px),
    rgba(255, 255, 255, 0.42);
}

.hidden-plan-slot:hover,
.hidden-plan-slot:focus-visible {
  opacity: 0.22;
  outline: none;
}

.hidden-plan-slot span {
  display: block;
  min-height: 100%;
  aspect-ratio: 3 / 2;
}

.hidden-plan-card {
  cursor: pointer;
  border-color: rgba(112, 32, 36, 0.45);
  background: #1b1414;
  color: #f4eeee;
}

.hidden-plan-card .plan-price {
  color: #d92432;
}

.hidden-plan-card:hover,
.hidden-plan-card:focus-visible {
  outline: none;
}

.case-card[data-href] {
  cursor: pointer;
}

.case-card[data-href]:focus-visible {
  outline: 3px solid rgba(15, 143, 114, 0.34);
  outline-offset: 3px;
}

.plan-card img,
.case-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.plan-card div,
.case-card div,
.record-card {
  padding: 16px;
}

.plan-price {
  color: var(--green-dark);
  font-size: 22px;
  font-weight: 900;
}

.case-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.case-image-wrap {
  position: relative;
  overflow: hidden;
  background: #e7efed;
}

.case-image-wrap span {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 8px;
  border-radius: 4px;
  color: var(--white);
  background: rgba(36, 48, 51, 0.72);
  font-size: 11px;
  font-weight: 800;
}

.case-card img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.banner {
  display: grid;
  grid-template-columns: minmax(360px, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(32px, 5vw, 48px) clamp(18px, 5vw, 72px);
  background: #eaf7f3;
}

.banner > img {
  width: min(100%, 960px);
  justify-self: center;
  background: #f4fbf9;
  object-fit: contain;
}

.banner h2 {
  margin-bottom: 12px;
}

.campaign-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 12px;
  border: 1px solid rgba(15, 143, 114, 0.22);
  border-radius: 6px;
  color: var(--green-dark);
  background: #ffffff;
  font-weight: 900;
}

.site-footer {
  padding: 28px clamp(18px, 5vw, 72px);
  color: #758184;
  background: #eef5f3;
  font-size: 12px;
  text-align: center;
}

.site-footer p {
  margin: 4px 0;
}

.detail-main {
  background: linear-gradient(180deg, #ffffff 0%, #f3faf8 100%);
}

.detail {
  padding: clamp(26px, 5vw, 58px) clamp(18px, 5vw, 72px);
}

.detail-head {
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1.28fr);
  align-items: stretch;
}

.detail-head > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 28px rgba(21, 53, 55, 0.08);
}

.detail-lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.detail h1 {
  max-width: 10em;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1.34;
  overflow-wrap: anywhere;
}

.detail h2,
.detail-request-cta h2,
.request-panel h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.38;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.detail-meta span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  font-size: 15px;
  line-height: 1.65;
}

.detail-meta strong {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.detail-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-content: stretch;
}

.detail-visual figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #e7efed;
  box-shadow: var(--shadow);
}

.detail-before-trigger {
  cursor: pointer;
}

.detail-before-trigger:focus-visible {
  outline: 3px solid rgba(15, 143, 114, 0.34);
  outline-offset: 3px;
}

.detail-before-trigger:hover img {
  transform: scale(1.025);
  filter: saturate(0.86) contrast(1.05);
}

.detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.detail-visual figcaption {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 4px;
  color: #ffffff;
  background: rgba(36, 48, 51, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.review-box {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.request-panel {
  background: #ffffff;
}

.top-request {
  border-top: 1px solid var(--line);
}

.option-card {
  display: grid;
  gap: 16px;
}

.standard-options {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.standard-options h3 {
  margin-bottom: 0;
}

.standard-options p {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.standard-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  font-weight: 800;
}

.mascot-option {
  position: relative;
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  cursor: default;
  box-shadow: 0 8px 24px rgba(21, 53, 55, 0.08);
}

.mascot-option::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 48px;
  left: 50%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  background: #000000;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.75);
}

.mascot-option img {
  width: 132px;
  box-shadow: none;
}

.mascot-option span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.request-panel.special-ready .mascot-option {
  cursor: pointer;
}

.request-panel.special-ready .mascot-option:hover {
  border-color: rgba(112, 32, 36, 0.26);
}

.mascot-option.red-flash {
  animation: mascotRedFlash 0.72s steps(3, end);
}

.mascot-option.red-flash::before {
  opacity: 1;
  animation: scribbleJolt 0.72s steps(3, end);
}

.hidden-options {
  display: none;
  padding: 20px;
  border: 1px solid rgba(210, 40, 48, 0.38);
  border-radius: 8px;
  color: #f2e8e8;
  background: #0b0909;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 44px rgba(20, 0, 0, 0.22);
}

.request-panel.special-open .mascot-option {
  display: none;
}

.hidden-options.revealed {
  display: grid;
  gap: 14px;
}

.request-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.special-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.special-question span {
  font-weight: 900;
}

.special-question label,
.segmented-options label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
}

.special-question label {
  min-width: 74px;
  color: #ffdddd;
  background: rgba(120, 0, 0, 0.12);
}

.special-question input,
.segmented-options input {
  accent-color: var(--green);
}

.hidden-options .segmented-options {
  border-color: rgba(255, 255, 255, 0.12);
}

.hidden-options .segmented-options legend {
  color: #ffffff;
}

.hidden-options .segmented-options label {
  color: #f7dddd;
  background: rgba(120, 0, 0, 0.14);
}

.request-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.segmented-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.segmented-options legend {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 900;
}

.normal-segment label {
  min-width: 0;
  color: var(--green-dark);
  background: #ffffff;
  white-space: nowrap;
}

.normal-segment label:has(input:checked) {
  color: #ffffff;
  border-color: var(--green);
  background: var(--green);
}

.hidden-options .segmented-options label:has(input:checked),
.special-question label:has(input:checked) {
  color: #ffffff;
  border-color: #b70b16;
  background: #76070d;
}

.textarea-wrap {
  position: relative;
  display: block;
  min-height: 132px;
  max-height: 410px;
  resize: vertical;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
}

.textarea-wrap textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 132px;
  height: 100%;
  border: 0;
  resize: none;
  background: linear-gradient(#ffffff 0 70%, rgba(255, 255, 255, 0.78) 100%);
}

.miruna-fill {
  position: absolute;
  z-index: 1;
  left: 12px;
  right: 12px;
  top: 330px;
  color: rgba(168, 0, 0, 0.82);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
  pointer-events: none;
  user-select: none;
}

.detail-request-cta {
  display: grid;
  place-items: center;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.detail-request-button {
  width: min(100%, 520px);
  min-height: 72px;
  font-size: clamp(20px, 2.4vw, 28px);
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  background: var(--white);
}

.request-form textarea {
  min-height: 110px;
  resize: vertical;
}

.request-form .textarea-wrap textarea {
  height: 100%;
  min-height: 132px;
  border: 0;
  resize: none;
  background: linear-gradient(#ffffff 0 68%, rgba(255, 255, 255, 0.72) 100%);
}

.case-hint {
  min-height: 28px;
  color: var(--danger);
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
}

.target-main,
.truth-body {
  color: #e5ece9;
  background: #161c1d;
}

.corrupted {
  border-color: rgba(255, 214, 107, 0.14);
  background: rgba(24, 29, 30, 0.94);
}

.target-detail .review-box,
.target-detail .detail-meta span,
.target-main .record-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.target-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.target-steps img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}

.final-record button {
  display: grid;
  width: 100%;
  min-height: 160px;
  place-items: center;
  border: 1px solid rgba(255, 214, 107, 0.28);
  border-radius: 8px;
  color: #f4eee7;
  background: #241b1d;
  cursor: pointer;
}

.final-record span {
  color: #ffd66b;
  font-family: Consolas, "Courier New", monospace;
}

.final-record strong {
  font-size: 24px;
}

.truth-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  padding: clamp(36px, 7vw, 80px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}

.truth-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45) saturate(0.62);
}

.truth-hero div {
  position: relative;
  max-width: 780px;
}

.truth-hero h1 {
  color: #ffffff;
}

.truth-hero p {
  color: #d7dedc;
}

.truth-copy,
.truth-list {
  background: #161c1d;
}

.truth-list > img {
  width: min(860px, 100%);
  margin-bottom: 22px;
  filter: saturate(0.6);
}

.effect-layer {
  pointer-events: none;
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
}

.effect-layer.flash {
  animation: flashNoise 0.72s ease;
}

.target-reveal {
  animation: targetReveal 0.86s ease;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(210, 210, 210, 0.16) 0, rgba(110, 110, 110, 0.22) 1px, rgba(185, 185, 185, 0.16) 2px, rgba(90, 90, 90, 0.18) 3px),
    linear-gradient(180deg, rgba(120, 120, 120, 0.18), rgba(165, 165, 165, 0.18));
}

.noise-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.noise-layer,
.noise-flash,
.noise-message {
  position: absolute;
}

.noise-layer {
  inset: -8%;
  z-index: 1;
  pointer-events: none;
}

.noise-layer-1 {
  background: repeating-linear-gradient(0deg, rgba(240, 240, 240, 0.18) 0, rgba(70, 70, 70, 0.24) 1px, rgba(200, 200, 200, 0.18) 2px, rgba(90, 90, 90, 0.22) 3px, rgba(170, 170, 170, 0.14) 4px);
  mix-blend-mode: screen;
}

.noise-layer-2 {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0, rgba(0, 0, 0, 0.08) 2px, rgba(255, 255, 255, 0.03) 4px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0, rgba(0, 0, 0, 0.12) 2px, rgba(255, 255, 255, 0.06) 4px, rgba(0, 0, 0, 0.08) 6px);
  mix-blend-mode: overlay;
}

.noise-layer-3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 14%, rgba(0, 0, 0, 0.12) 28%, rgba(255, 255, 255, 0.10) 44%, rgba(0, 0, 0, 0.10) 62%, rgba(255, 255, 255, 0.12) 78%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.55;
  filter: blur(0.4px);
}

.noise-flash {
  inset: 0;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 25%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.12) 76%, rgba(255, 255, 255, 0) 100%);
}

.noise-message {
  z-index: 10;
  top: 50%;
  left: 50%;
  width: min(88vw, 760px);
  padding: 0 16px;
  transform: translate(-50%, -50%);
  color: #7c0606;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.45), 0 0 4px rgba(0, 0, 0, 1), 0 0 18px rgba(0, 0, 0, 0.95), 0 3px 6px rgba(60, 0, 0, 0.95), 0 0 16px rgba(120, 0, 0, 0.7);
}

.noise-message::before,
.noise-message::after {
  content: "サイトが改変されました。";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.noise-message::before {
  color: rgba(255, 220, 220, 0.22);
  transform: translate(2px, 0);
  mix-blend-mode: screen;
}

.noise-message::after {
  color: rgba(50, 0, 0, 0.42);
  transform: translate(-2px, 1px);
}

.noise-overlay.is-active .noise-layer-1 {
  animation: staticBandA 0.08s steps(2, end) infinite;
}

.noise-overlay.is-active .noise-layer-2 {
  animation: staticBandB 0.11s steps(3, end) infinite;
}

.noise-overlay.is-active .noise-layer-3 {
  animation: rollingBand 0.28s linear infinite;
}

.noise-overlay.is-active .noise-flash {
  animation: flashSweep 0.32s linear infinite;
}

.final-corrupted {
  color: #ece5e5;
  background: #050505;
}

.final-corrupted .site-header,
.final-corrupted .section,
.final-corrupted .banner,
.final-corrupted .request-form,
.final-corrupted .standard-options,
.final-corrupted .plan-card,
.final-corrupted .case-card,
.final-corrupted .record-card {
  color: #ece5e5;
  border-color: rgba(180, 0, 0, 0.28);
  background: #090707;
  box-shadow: 0 16px 40px rgba(120, 0, 0, 0.14);
}

.final-corrupted .hero {
  background: #050505;
}

.final-corrupted img {
  filter: invert(1) grayscale(0.35) contrast(1.35) brightness(0.85);
}

.final-corrupted .eyebrow,
.final-corrupted .plan-price,
.final-corrupted h1,
.final-corrupted h2,
.final-corrupted h3 {
  color: #ff2a35;
}

.final-corrupted p,
.final-corrupted .hero p,
.final-corrupted .detail-lead,
.final-corrupted .nav-links,
.final-corrupted .standard-options p {
  color: #d8caca;
}

.final-corrupted .button.primary,
.final-corrupted .header-call,
.final-corrupted .x-share-button {
  color: #fff2f2;
  background: #7d050b;
}

.x-share-button {
  color: #ffffff;
  background: #111111;
}

.final-corrupted .button.secondary,
.final-corrupted .header-tool,
.final-corrupted input,
.final-corrupted textarea,
.final-corrupted .standard-options label,
.final-corrupted .normal-segment label {
  color: #f4eeee;
  border-color: rgba(180, 0, 0, 0.32);
  background: #130b0c;
}

.final-corrupted .trust-strip {
  border-color: rgba(180, 0, 0, 0.32);
  background: rgba(180, 0, 0, 0.32);
}

.final-corrupted .trust-strip span {
  color: #ffb7b7;
  background: #090707;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

@keyframes mascotRedFlash {
  0% {
    filter: none;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(21, 53, 55, 0.08);
  }
  24% {
    filter: grayscale(0.2) saturate(4) contrast(1.8) brightness(0.68) hue-rotate(320deg);
    background: #210608;
    box-shadow:
      inset 0 0 0 999px rgba(120, 0, 0, 0.38),
      0 0 0 5px rgba(112, 32, 36, 0.42),
      0 0 32px rgba(90, 0, 0, 0.5);
  }
  58% {
    filter: grayscale(0.55) saturate(5) contrast(2.1) brightness(0.46) hue-rotate(335deg);
    background: #080304;
    box-shadow:
      inset 0 0 0 999px rgba(150, 0, 0, 0.52),
      0 0 0 7px rgba(80, 0, 0, 0.5),
      0 0 42px rgba(120, 0, 0, 0.65);
    transform: translateX(-2px);
  }
  100% {
    filter: none;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(21, 53, 55, 0.08);
    transform: translateX(0);
  }
}

@keyframes scribbleJolt {
  0% {
    transform: translateX(-50%) scale(0.92);
  }
  38% {
    transform: translateX(calc(-50% - 3px)) scale(1.08);
  }
  68% {
    transform: translateX(calc(-50% + 3px)) scale(1.14);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

@keyframes flashNoise {
  0% { opacity: 0; filter: invert(0); }
  30% { opacity: 0.72; filter: invert(1) grayscale(1); }
  100% { opacity: 0; filter: invert(0); }
}

@keyframes targetReveal {
  0% { filter: grayscale(0) contrast(1); transform: translateY(0); }
  45% { filter: grayscale(1) contrast(1.5); transform: translateY(2px); }
  100% { filter: grayscale(0) contrast(1); transform: translateY(0); }
}

@keyframes staticBandA {
  0% { opacity: 0.95; transform: translateY(-8px) scaleY(1.04); }
  50% { opacity: 0.7; transform: translateY(5px) scaleY(1.01); }
  100% { opacity: 0.92; transform: translateY(-3px) scaleY(1.05); }
}

@keyframes staticBandB {
  0% { opacity: 0.65; transform: translateX(-10px); }
  50% { opacity: 0.45; transform: translateX(12px); }
  100% { opacity: 0.7; transform: translateX(-6px); }
}

@keyframes rollingBand {
  0% { transform: translateY(-24%); }
  100% { transform: translateY(24%); }
}

@keyframes flashSweep {
  0% { opacity: 0; transform: translateY(-18%); }
  35% { opacity: 0.42; }
  100% { opacity: 0; transform: translateY(18%); }
}

@media (max-width: 920px) {
  .hero,
  .two-column,
  .banner,
  .detail-head,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .detail-head > div:first-child {
    order: 1;
  }

  .detail-visual {
    order: 2;
  }

  .plan-grid,
  .case-grid,
  .record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-grid.has-hidden-plan {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .target-steps {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .site-header {
    flex-wrap: wrap;
    gap: 10px;
  }

  .brand img {
    width: 150px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .header-call {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 26px;
  }

  .trust-strip,
  .plan-grid,
  .case-grid,
  .detail-meta,
  .detail-visual {
    grid-template-columns: 1fr;
  }

  .plan-grid.has-hidden-plan {
    grid-template-columns: 1fr;
  }

  .detail {
    padding-inline: 14px;
  }

  .detail-head > div:first-child {
    padding: 18px;
  }

  .detail-visual img {
    min-height: 240px;
  }

  .request-form {
    padding: 16px;
  }

  .trust-strip {
    margin-inline: 18px;
  }

  .detail h1 {
    max-width: none;
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.42;
  }

  .noise-message {
    white-space: normal;
    letter-spacing: 0.04em;
  }
}
