/*
Theme Name: 머니온페이
Theme URI: https://example.com/moneyonpay
Author: MoneyOnPay
Description: 신용카드 현금화 위험과 공식 금융 대안을 실사형 편집 디자인으로 안내하는 모바일 반응형 WordPress 테마입니다.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moneyonpay
*/

:root {
  --mop-ink: #0b1533;
  --mop-ink-2: #131f45;
  --mop-blue: #2f5bff;
  --mop-blue-dark: #1e43d4;
  --mop-coral: #ff6b57;
  --mop-coral-dark: #c64031;
  --mop-ivory: #f7f3eb;
  --mop-paper: #fffdf9;
  --mop-white: #ffffff;
  --mop-text: #26324f;
  --mop-muted: #66708a;
  --mop-line: #dce1ec;
  --mop-soft-blue: #edf1ff;
  --mop-soft-coral: #fff0ec;
  --mop-danger: #c53b2e;
  --mop-success: #087b66;
  --mop-shell: 1240px;
  --mop-radius: 28px;
  --mop-shadow: 0 24px 80px rgba(11, 21, 51, 0.13);
  --mop-shadow-sm: 0 12px 38px rgba(11, 21, 51, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  color: var(--mop-text);
  background: var(--mop-paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

body.menu-is-open {
  overflow: hidden;
}

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

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

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

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

h1,
h2,
h3,
p,
ul,
ol,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--mop-ink);
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.site-shell {
  width: min(calc(100% - 48px), var(--mop-shell));
  margin-inline: auto;
}

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

.screen-reader-text:focus,
.skip-link:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--mop-ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--mop-shadow-sm);
}

:focus-visible {
  outline: 3px solid #ffbd2e;
  outline-offset: 3px;
}

.notice-bar {
  position: relative;
  z-index: 60;
  color: rgba(255, 255, 255, 0.82);
  background: var(--mop-ink);
  font-size: 13px;
  letter-spacing: -0.01em;
}

.notice-bar__inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.notice-bar p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.notice-bar p span {
  color: #69e0bd;
  font-size: 9px;
  filter: drop-shadow(0 0 7px rgba(105, 224, 189, 0.8));
}

.notice-bar a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  font-weight: 800;
  color: #fff;
}

.notice-bar a span {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.site-header {
  position: sticky;
  z-index: 55;
  top: 0;
  min-height: 82px;
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid rgba(11, 21, 51, 0.08);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 36px rgba(11, 21, 51, 0.08);
}

.site-header__inner {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 38px;
}

.site-branding {
  flex: 0 0 auto;
}

.custom-logo-link {
  display: flex;
  align-items: center;
}

.custom-logo {
  width: auto;
  max-height: 54px;
}

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

.brand__mark {
  position: relative;
  isolation: isolate;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--mop-blue);
  border-radius: 14px 14px 14px 5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.08em;
  box-shadow: 0 9px 24px rgba(47, 91, 255, 0.3);
}

.brand__mark::after {
  position: absolute;
  z-index: -1;
  right: -9px;
  bottom: -9px;
  width: 28px;
  height: 28px;
  content: "";
  background: var(--mop-coral);
  border-radius: 50%;
}

.brand__mark span {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.brand__text {
  display: block;
  color: var(--mop-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

.brand__text > span {
  display: inline;
  color: var(--mop-blue);
}

.brand__text small {
  display: block;
  margin-top: 6px;
  color: #7b8498;
  font-family: Inter, Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.primary-navigation {
  margin-left: auto;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 29px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu a {
  position: relative;
  display: block;
  padding: 28px 0;
  color: #3b4561;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.primary-menu a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--mop-blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.primary-menu a:hover::after,
.primary-menu a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-call {
  min-width: 212px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 8px 17px;
  color: #fff;
  background: var(--mop-blue);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(47, 91, 255, 0.24);
  transition: background 0.2s ease, transform 0.2s ease;
}

.header-call:hover {
  background: var(--mop-blue-dark);
  transform: translateY(-2px);
}

.header-call svg {
  width: 21px;
  fill: currentColor;
}

.header-call span {
  display: grid;
  line-height: 1.1;
}

.header-call small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.header-call strong {
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  background: transparent;
  border: 0;
  border-radius: 11px;
  cursor: pointer;
}

.menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--mop-ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.editorial-hero {
  position: relative;
  isolation: isolate;
  min-height: 716px;
  overflow: hidden;
  color: #fff;
  background: var(--mop-ink);
}

.editorial-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 18, 42, 0.92) 0%, rgba(9, 18, 42, 0.61) 43%, rgba(9, 18, 42, 0.04) 71%),
    linear-gradient(0deg, rgba(9, 18, 42, 0.45) 0%, transparent 38%);
}

.editorial-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.editorial-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.editorial-hero__inner {
  position: relative;
  min-height: 716px;
  display: flex;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 94px;
}

.editorial-hero__copy {
  width: min(610px, 52%);
}

.eyebrow,
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--mop-blue);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.eyebrow {
  color: #aebfff;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--mop-coral);
}

.editorial-hero h1 {
  max-width: 610px;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(47px, 4.5vw, 72px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.06em;
}

.editorial-hero__lead {
  max-width: 570px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.79);
  font-size: 18px;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--coral {
  color: #fff;
  background: var(--mop-coral-dark);
  box-shadow: 0 14px 34px rgba(199, 62, 46, 0.3);
}

.button--coral:hover {
  background: #bd3e2e;
}

.button--glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.button--glass:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  list-style: none;
  font-size: 12px;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(81, 119, 255, 0.6);
  border-radius: 50%;
  font-size: 10px;
}

.hero-note {
  position: absolute;
  right: 14px;
  bottom: 66px;
  width: min(400px, 36vw);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 19px 20px;
  color: var(--mop-ink);
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px 18px 18px 5px;
  box-shadow: var(--mop-shadow);
  backdrop-filter: blur(12px);
}

.hero-note__index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mop-blue);
  border-radius: 12px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.hero-note strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.hero-note p {
  margin: 0;
  color: var(--mop-muted);
  font-size: 11px;
  line-height: 1.55;
}

.hero-note > a {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mop-coral-dark);
  border-radius: 50%;
}

.ai-image-label {
  position: absolute;
  right: 14px;
  bottom: 25px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  letter-spacing: 0.03em;
}

.signal-strip {
  color: #fff;
  background: var(--mop-blue);
}

.signal-strip__grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-strip__grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 22px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.signal-strip__grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.signal-strip__grid > div > span {
  color: rgba(255, 255, 255, 0.42);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.signal-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
  line-height: 1.45;
}

.signal-strip strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
}

.section {
  padding: 126px 0;
}

.editorial-heading {
  display: grid;
  grid-template-columns: 0.72fr 1.55fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 62px;
}

.section-label {
  color: var(--mop-blue-dark);
}

.section-label::before {
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  content: "";
  background: var(--mop-coral-dark);
}

.section-label--light {
  color: #9cb0ff;
}

.editorial-heading h2,
.compact-heading h2,
.comparison-copy h2,
.scam-heading h2,
.faq-aside h2,
.final-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 850;
}

h2 em {
  color: var(--mop-blue);
  font-style: normal;
}

.editorial-heading > div > p,
.compact-heading > p,
.comparison-copy > p,
.faq-aside > p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--mop-muted);
  font-size: 17px;
}

.risk-section {
  background:
    radial-gradient(circle at 7% 35%, rgba(47, 91, 255, 0.07), transparent 28%),
    var(--mop-paper);
}

.risk-layout {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 24px;
  margin-bottom: 28px;
}

.risk-feature,
.risk-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mop-line);
  box-shadow: var(--mop-shadow-sm);
}

.risk-feature {
  min-height: 535px;
  padding: 48px;
  border-radius: var(--mop-radius) var(--mop-radius) var(--mop-radius) 7px;
}

.risk-feature::after {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  content: "";
  background: var(--mop-soft-coral);
  border-radius: 50%;
}

.risk-feature__number,
.risk-card__number {
  position: absolute;
  right: 32px;
  top: 23px;
  margin: 0;
  color: #e7eaf1;
  font-family: Georgia, serif;
  font-size: 76px;
  font-style: italic;
  line-height: 1;
}

.chip {
  display: inline-flex;
  padding: 6px 11px;
  margin-bottom: 27px;
  color: var(--mop-blue-dark);
  background: var(--mop-soft-blue);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.chip--danger {
  color: var(--mop-danger);
  background: var(--mop-soft-coral);
}

.risk-feature h3,
.risk-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  font-size: 29px;
}

.risk-feature > p:not(.risk-feature__number),
.risk-card > p:not(.risk-card__number) {
  position: relative;
  z-index: 1;
  color: var(--mop-muted);
  line-height: 1.76;
}

.plain-checks {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 34px;
  list-style: none;
}

.plain-checks li {
  position: relative;
  padding-left: 30px;
  color: #4d5871;
  font-size: 14px;
  font-weight: 700;
}

.plain-checks li::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  content: "!";
  color: #fff;
  background: var(--mop-coral-dark);
  border-radius: 50%;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
}

.arrow-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  color: var(--mop-ink);
  border-bottom: 1px solid var(--mop-ink);
  font-size: 14px;
  font-weight: 850;
}

.risk-stack {
  display: grid;
  gap: 24px;
}

.risk-card {
  min-height: 255px;
  padding: 35px 38px;
  border-radius: 7px var(--mop-radius) var(--mop-radius) var(--mop-radius);
}

.risk-card--blue {
  color: #fff;
  background: var(--mop-ink-2);
  border-color: transparent;
}

.risk-card--blue h3,
.risk-card--blue > p:not(.risk-card__number) {
  color: #fff;
}

.risk-card--blue > p:not(.risk-card__number) {
  color: rgba(255, 255, 255, 0.68);
}

.risk-card--blue .risk-card__number {
  color: rgba(255, 255, 255, 0.12);
}

.inline-phones {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.inline-phones a {
  padding: 8px 14px;
  color: #fff;
  background: var(--mop-blue);
  border-radius: 999px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.legal-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 25px 28px;
  background: var(--mop-ivory);
  border: 1px solid #e4ded2;
  border-radius: 17px;
}

.legal-note > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--mop-ink);
  background: #fff;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
  box-shadow: 0 5px 20px rgba(11, 21, 51, 0.08);
}

.legal-note strong {
  display: block;
  margin-bottom: 2px;
  color: var(--mop-ink);
  font-size: 15px;
}

.legal-note p {
  margin: 0;
  color: var(--mop-muted);
  font-size: 13px;
  line-height: 1.65;
}

.legal-note > a {
  padding: 10px 14px;
  color: var(--mop-blue-dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.comparison-section {
  background: #fff;
}

.comparison-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 74px;
  align-items: center;
  margin-bottom: 72px;
}

.guide-photo {
  position: relative;
  margin-bottom: 0;
}

.guide-photo::before {
  position: absolute;
  z-index: 1;
  left: -18px;
  top: -18px;
  width: 95px;
  height: 95px;
  content: "";
  background: var(--mop-coral);
  border-radius: 24px 24px 6px 24px;
}

.guide-photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px 42px 8px 42px;
  box-shadow: var(--mop-shadow);
}

.guide-photo figcaption {
  position: absolute;
  z-index: 3;
  right: -18px;
  bottom: -22px;
  display: grid;
  padding: 15px 20px;
  color: var(--mop-muted);
  background: #fff;
  border-radius: 13px;
  box-shadow: var(--mop-shadow-sm);
  font-size: 11px;
}

.guide-photo figcaption span {
  margin-bottom: 2px;
  color: var(--mop-blue-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.comparison-copy blockquote {
  position: relative;
  padding: 20px 0 0 28px;
  margin: 30px 0 0;
  color: var(--mop-ink);
  border-left: 3px solid var(--mop-coral);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.55;
}

.comparison-table-wrap {
  padding: 8px;
  background: var(--mop-ivory);
  border-radius: 28px;
}

.table-scroll {
  overflow-x: auto;
  background: #fff;
  border-radius: 21px;
  scrollbar-color: var(--mop-blue) #e5e8ef;
  scrollbar-width: thin;
}

.comparison-table {
  width: 100%;
  min-width: 930px;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
  padding: 21px 18px;
  border-bottom: 1px solid #e8ebf2;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.5;
}

.comparison-table thead th {
  color: #fff;
  background: var(--mop-ink);
  border-color: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 750;
}

.comparison-table thead th:first-child {
  border-radius: 20px 0 0 0;
}

.comparison-table thead th:last-child {
  border-radius: 0 20px 0 0;
}

.comparison-table tbody th {
  color: var(--mop-ink);
  font-size: 14px;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table .row-danger {
  background: #fff6f3;
}

.comparison-table .row-danger th {
  color: var(--mop-danger);
}

.comparison-table .row-help {
  background: #f2f5ff;
}

.comparison-table .row-help th {
  color: var(--mop-blue-dark);
}

.table-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px 4px;
  margin: 0;
  color: var(--mop-muted);
  font-size: 12px;
}

.table-note span {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mop-blue);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 12px;
}

.process-section {
  background: var(--mop-ivory);
}

.compact-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
}

.compact-heading .section-label {
  margin-bottom: 22px;
}

.compact-heading h2 {
  margin-bottom: 0;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0 0 30px;
  counter-reset: process;
  list-style: none;
}

.process-list li {
  position: relative;
  min-height: 330px;
  padding: 35px 28px;
  background: #fff;
  border-top: 1px solid var(--mop-line);
  border-right: 1px solid var(--mop-line);
  border-bottom: 1px solid var(--mop-line);
}

.process-list li:first-child {
  border-left: 1px solid var(--mop-line);
  border-radius: 25px 0 0 8px;
}

.process-list li:last-child {
  border-radius: 0 25px 8px 0;
}

.process-list li:hover {
  z-index: 2;
  box-shadow: var(--mop-shadow-sm);
}

.process-list li > span {
  display: block;
  margin-bottom: 27px;
  color: #9ba4b8;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
}

.process-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  color: #fff;
  background: var(--mop-blue);
  border-radius: 17px 17px 17px 5px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 800;
}

.process-list li:nth-child(even) .process-icon {
  color: var(--mop-ink);
  background: var(--mop-soft-coral);
}

.process-list h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.process-list p {
  margin-bottom: 0;
  color: var(--mop-muted);
  font-size: 14px;
  line-height: 1.68;
}

.process-callout {
  min-height: 103px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 23px 20px 34px;
  color: #fff;
  background: var(--mop-ink);
  border-radius: 8px 24px 8px 24px;
}

.process-callout p {
  margin: 0;
}

.process-callout p span {
  display: inline-flex;
  padding: 5px 10px;
  margin-right: 12px;
  color: #fff;
  background: var(--mop-coral-dark);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.process-callout > a {
  min-width: 245px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 20px;
  color: var(--mop-ink);
  background: #fff;
  border-radius: 14px;
}

.process-callout small {
  color: var(--mop-muted);
  font-size: 10px;
}

.process-callout strong {
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
}

.scam-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--mop-ink);
}

.scam-section::before {
  position: absolute;
  left: -12vw;
  top: -40%;
  width: 42vw;
  height: 42vw;
  content: "";
  background: radial-gradient(circle, rgba(47, 91, 255, 0.42), transparent 68%);
  pointer-events: none;
}

.scam-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 85px;
  align-items: center;
}

.scam-heading {
  position: sticky;
  top: 120px;
}

.scam-heading h2 {
  color: #fff;
}

.scam-heading h2 em {
  color: #ff8e7f;
}

.scam-heading > p:not(.section-label) {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.65);
}

.button--light {
  color: var(--mop-ink);
  background: #fff;
}

.warning-list {
  display: grid;
  gap: 12px;
}

.warning-list article {
  min-height: 126px;
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: center;
  gap: 20px;
  padding: 23px 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px 20px 6px 20px;
  backdrop-filter: blur(12px);
}

.warning-list article:hover {
  background: rgba(255, 255, 255, 0.1);
}

.warning-list article > span {
  color: #ff8e7f;
  font-family: Georgia, serif;
  font-size: 35px;
  font-style: italic;
}

.warning-list h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 20px;
}

.warning-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.official-section {
  background: #fff;
}

.compact-heading--center {
  grid-template-columns: 1fr 0.65fr;
}

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

.official-card {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: 38px 35px;
  overflow: hidden;
  background: var(--mop-ivory);
  border: 1px solid #e5ded2;
  border-radius: 8px 30px 8px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.official-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--mop-shadow);
}

.official-card--primary {
  color: #fff;
  background: var(--mop-blue);
  border-color: transparent;
}

.official-card__tag {
  align-self: flex-start;
  padding: 6px 10px;
  margin-bottom: 50px;
  color: var(--mop-blue-dark);
  background: #fff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

.official-card:not(.official-card--primary) .official-card__tag {
  background: var(--mop-soft-blue);
}

.official-card__index {
  position: absolute;
  right: 27px;
  top: 25px;
  margin: 0;
  color: rgba(11, 21, 51, 0.12);
  font-family: Georgia, serif;
  font-size: 54px;
  font-style: italic;
}

.official-card--primary .official-card__index {
  color: rgba(255, 255, 255, 0.2);
}

.official-card h3 {
  margin-bottom: 17px;
  font-size: 27px;
}

.official-card--primary h3 {
  color: #fff;
}

.official-card > p:not(.official-card__index) {
  margin-bottom: 34px;
  color: var(--mop-muted);
  font-size: 14px;
}

.official-card--primary > p:not(.official-card__index) {
  color: rgba(255, 255, 255, 0.72);
}

.official-card__phone {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-top: auto;
  color: var(--mop-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 38px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.03em;
}

.official-card__phone small {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: var(--mop-muted);
  font-family: Pretendard, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.official-card__phone span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mop-ink);
  border-radius: 50%;
  font-size: 15px;
}

.official-card--primary .official-card__phone,
.official-card--primary .official-card__phone small {
  color: #fff;
}

.official-card--primary .official-card__phone small {
  color: rgba(255, 255, 255, 0.6);
}

.official-card--primary .official-card__phone span {
  color: var(--mop-blue);
  background: #fff;
}

.official-card__source {
  align-self: flex-start;
  padding-bottom: 2px;
  margin-top: 28px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
}

.official-card__website {
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  font-size: 31px;
  letter-spacing: -0.045em;
}

.official-site-contact {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  margin-top: 20px;
  color: #fff;
  background: var(--mop-ink);
  border-radius: 8px 22px 8px 22px;
  box-shadow: var(--mop-shadow-sm);
}

.official-site-contact span {
  font-size: 14px;
  font-weight: 800;
}

.official-site-contact strong {
  font-family: Inter, Arial, sans-serif;
  font-size: 25px;
  letter-spacing: -0.02em;
}

.official-site-contact i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--mop-ink);
  background: #fff;
  border-radius: 50%;
  font-style: normal;
}

.faq-section {
  background: var(--mop-ivory);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 92px;
}

.faq-aside {
  align-self: start;
  position: sticky;
  top: 126px;
}

.faq-aside > a {
  display: inline-grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  padding: 15px 17px;
  margin-top: 30px;
  color: #fff;
  background: var(--mop-blue);
  border-radius: 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 850;
}

.faq-aside > a small {
  color: rgba(255, 255, 255, 0.7);
  font-family: Pretendard, sans-serif;
  font-size: 10px;
}

.faq-list {
  background: #fff;
  border-radius: 7px 28px 7px 28px;
  box-shadow: var(--mop-shadow-sm);
}

.faq-list details {
  border-bottom: 1px solid var(--mop-line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  align-items: center;
  gap: 14px;
  padding: 21px 28px;
  color: var(--mop-ink);
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 800;
}

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

.faq-list summary > span {
  color: var(--mop-blue);
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.faq-list summary i {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  left: 5px;
  top: 11px;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--mop-ink);
  transition: transform 0.2s ease;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details[open] summary {
  color: var(--mop-blue-dark);
}

.faq-list details > div {
  padding: 0 72px 27px 80px;
}

.faq-list details > div p {
  margin: 0;
  color: var(--mop-muted);
  font-size: 14px;
  line-height: 1.75;
}

.source-section {
  padding: 76px 0;
  color: #fff;
  background: var(--mop-ink-2);
}

.source-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 85px;
  align-items: start;
}

.source-layout h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 35px;
}

.source-layout ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.source-layout li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.source-layout a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.source-layout a:hover {
  color: #fff;
}

.source-layout a span {
  color: #8da4ff;
  font-family: Georgia, serif;
  font-style: italic;
}

.source-layout a i {
  color: var(--mop-coral);
  font-style: normal;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background: var(--mop-blue);
}

.final-cta::before {
  position: absolute;
  right: -4vw;
  top: -130px;
  width: 430px;
  height: 430px;
  content: "";
  border: 80px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.final-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  align-items: center;
  gap: 70px;
}

.final-cta h2 {
  margin-bottom: 17px;
  color: #fff;
  font-size: clamp(39px, 4vw, 59px);
}

.final-cta h2 em {
  color: #fff0ac;
}

.final-cta__inner > div > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.final-cta__phone {
  min-height: 138px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 17px;
  padding: 25px 28px;
  color: var(--mop-ink);
  background: #fff;
  border-radius: 8px 28px 8px 28px;
  box-shadow: 0 22px 60px rgba(5, 15, 50, 0.22);
  transition: transform 0.2s ease;
}

.final-cta__phone:hover {
  transform: translateY(-4px);
}

.final-cta__phone > span {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mop-coral-dark);
  border-radius: 17px 17px 17px 5px;
  font-size: 24px;
}

.final-cta__phone small {
  align-self: end;
  font-size: 11px;
}

.final-cta__phone strong {
  grid-column: 2;
  align-self: start;
  font-family: Inter, Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.final-cta__phone i {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mop-ink);
  border-radius: 50%;
  font-style: normal;
}

.legal-disclaimer {
  padding: 22px 0;
  color: #626c82;
  background: #f0eee9;
  border-top: 1px solid #e0ddd6;
  font-size: 12px;
}

.legal-disclaimer .site-shell {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
}

.legal-disclaimer strong {
  color: var(--mop-ink);
}

.legal-disclaimer p {
  margin: 0;
}

.legal-disclaimer a {
  color: var(--mop-blue-dark);
  font-weight: 800;
}

.site-footer {
  padding: 74px 0 28px;
  color: rgba(255, 255, 255, 0.64);
  background: #081027;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.2fr 0.58fr 0.9fr;
  gap: 80px;
  padding-bottom: 53px;
}

.brand--footer .brand__text {
  color: #fff;
}

.site-footer__brand > p {
  max-width: 310px;
  margin: 24px 0 0;
  font-size: 13px;
}

.site-footer__links,
.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer__links > p,
.site-footer__contact > p {
  margin-bottom: 17px;
  color: #7f91cb;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.site-footer__links > a {
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 13px;
}

.site-footer__contact > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__contact span {
  font-size: 12px;
}

.site-footer__contact strong {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
}

.site-footer__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.site-footer__meta p {
  margin: 3px 0;
}

.site-footer__meta a,
.site-footer__meta strong {
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  font-size: 10px;
}

.site-footer__bottom p {
  margin: 0;
}

.safety-chat-launcher {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  min-width: 220px;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 9px 14px 9px 9px;
  color: #fff;
  background: var(--mop-ink);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px 20px 20px 7px;
  box-shadow: 0 18px 55px rgba(5, 12, 33, 0.38);
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.safety-chat-launcher:hover {
  transform: translateY(-3px);
}

.safety-chat-launcher__avatar,
.safety-chat-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mop-blue);
  border-radius: 15px 15px 15px 5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.safety-chat-launcher > span:nth-child(2) {
  display: grid;
  line-height: 1.2;
}

.safety-chat-launcher small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
}

.safety-chat-launcher small i {
  width: 6px;
  height: 6px;
  background: #53d9ad;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(83, 217, 173, 0.12);
}

.safety-chat-launcher strong {
  font-size: 14px;
}

.safety-chat-launcher svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.chat-is-open .safety-chat-launcher {
  opacity: 0;
  pointer-events: none;
}

.safety-chat-panel {
  position: fixed;
  z-index: 95;
  right: 22px;
  bottom: 22px;
  width: min(390px, calc(100vw - 32px));
  max-height: min(650px, calc(100vh - 44px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid #dfe4ee;
  border-radius: 8px 28px 8px 28px;
  box-shadow: 0 28px 90px rgba(5, 12, 33, 0.34);
  transform: translateY(18px) scale(0.98);
  transform-origin: right bottom;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.safety-chat-panel.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.safety-chat-panel__header {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  color: #fff;
  background: var(--mop-ink);
}

.safety-chat-avatar {
  width: 48px;
  height: 48px;
}

.safety-chat-panel__header h2 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.025em;
}

.safety-chat-panel__header p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
}

.safety-chat-panel__header p span {
  width: 6px;
  height: 6px;
  background: #53d9ad;
  border-radius: 50%;
}

.safety-chat-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 0;
  border-radius: 12px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.safety-chat-panel__body {
  overflow-y: auto;
  padding: 18px;
  background: #f5f6fa;
}

.safety-chat-message {
  padding: 13px 15px;
  background: #fff;
  border: 1px solid #e1e5ee;
  border-radius: 6px 16px 16px 16px;
  box-shadow: 0 6px 20px rgba(11, 21, 51, 0.06);
}

.safety-chat-message strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mop-ink);
  font-size: 13px;
}

.safety-chat-message p {
  margin: 0;
  color: var(--mop-muted);
  font-size: 12px;
  line-height: 1.62;
}

.safety-chat-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  padding: 10px 11px;
  margin: 12px 0;
  color: #716056;
  background: #fff7e9;
  border: 1px solid #f0dfbd;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1.55;
}

.safety-chat-notice span {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #c27c18;
  border-radius: 50%;
  font-family: Georgia, serif;
}

.safety-chat-replies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.safety-chat-replies button {
  min-height: 49px;
  padding: 9px 10px;
  color: #44506a;
  background: #fff;
  border: 1px solid #d7dde8;
  border-radius: 10px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}

.safety-chat-replies button:hover,
.safety-chat-replies button.is-selected {
  color: #fff;
  background: var(--mop-blue);
  border-color: var(--mop-blue);
}

.safety-chat-response {
  margin-top: 12px;
}

.safety-chat-message--answer {
  margin-left: 24px;
  background: var(--mop-soft-blue);
  border-color: #cbd5ff;
  border-radius: 16px 6px 16px 16px;
}

.safety-chat-message--answer a {
  display: inline-flex;
  padding: 7px 10px;
  margin-top: 10px;
  color: #fff;
  background: var(--mop-blue-dark);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
}

.safety-chat-panel__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #e2e6ee;
}

.safety-chat-panel__actions a {
  display: grid;
  justify-items: center;
  padding: 8px;
  border-right: 1px solid #e2e6ee;
  line-height: 1.25;
}

.safety-chat-panel__actions a:last-child {
  border-right: 0;
}

.safety-chat-panel__actions .safety-chat-panel__site-call {
  grid-column: 1 / -1;
  border-right: 0;
}

.safety-chat-panel__actions small {
  color: var(--mop-muted);
  font-size: 9px;
}

.safety-chat-panel__actions strong {
  color: var(--mop-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
}

.mobile-call-bar {
  display: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.entry-content,
.entry-header,
.entry-footer,
.not-found {
  width: min(calc(100% - 48px), 780px);
  margin-inline: auto;
}

.content-main {
  min-height: 62vh;
  padding: 100px 0;
  background: var(--mop-paper);
}

.content-shell--narrow {
  max-width: 840px;
}

.content-header {
  margin-bottom: 42px;
}

.content-header h1,
.not-found h1 {
  font-size: clamp(38px, 5vw, 64px);
}

.entry-content-wrap .entry-content {
  width: 100%;
  padding-bottom: 0;
}

.entry-content a {
  color: var(--mop-blue-dark);
  text-decoration: underline;
}

.entry-hero {
  margin-bottom: 38px;
}

.entry-hero img,
.post-card__thumb img {
  border-radius: 8px 28px 8px 28px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.post-card {
  padding: 25px;
  background: #fff;
  border: 1px solid var(--mop-line);
  border-radius: 8px 25px 8px 25px;
}

.post-card__date {
  margin: 18px 0 8px;
  color: var(--mop-muted);
  font-size: 12px;
}

.post-card h2 {
  font-size: 24px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.not-found .button--glass {
  color: var(--mop-ink);
  border-color: var(--mop-line);
}

.entry-header,
.not-found {
  padding-top: 100px;
}

.entry-content {
  padding-bottom: 100px;
}

@media (max-width: 1160px) {
  .site-header__inner {
    gap: 22px;
  }

  .primary-menu {
    gap: 20px;
  }

  .primary-menu a {
    font-size: 13px;
  }

  .header-call {
    display: none;
  }

  .hero-note {
    right: 0;
  }

  .risk-feature {
    padding: 40px;
  }

  .official-card {
    padding: 32px 28px;
  }

  .official-card__phone {
    font-size: 33px;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 88px;
  }

  .site-header,
  .site-header__inner {
    min-height: 72px;
  }

  .brand__mark {
    width: 43px;
    height: 43px;
  }

  .brand__text {
    font-size: 20px;
  }

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

  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    right: -24px;
    left: -24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: #fff;
    border-bottom: 1px solid var(--mop-line);
    box-shadow: 0 18px 40px rgba(11, 21, 51, 0.12);
    transition: max-height 0.28s ease, opacity 0.2s ease;
  }

  .primary-navigation.is-open {
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    opacity: 1;
  }

  .primary-menu {
    display: block;
    padding: 15px 24px 24px;
  }

  .primary-menu a {
    padding: 14px 3px;
    border-bottom: 1px solid #edf0f5;
    font-size: 15px;
  }

  .primary-menu a::after {
    display: none;
  }

  .header-call {
    min-width: auto;
    min-height: 46px;
    padding: 8px 13px;
  }

  .header-call small {
    display: none;
  }

  .editorial-hero,
  .editorial-hero__inner {
    min-height: 690px;
  }

  .editorial-hero__copy {
    width: 62%;
  }

  .editorial-hero h1 {
    font-size: clamp(43px, 6vw, 58px);
  }

  .hero-note {
    width: 340px;
  }

  .signal-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .signal-strip__grid > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .section {
    padding: 96px 0;
  }

  .editorial-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .risk-layout,
  .comparison-intro,
  .scam-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .comparison-intro {
    gap: 64px;
  }

  .guide-photo {
    max-width: 720px;
  }

  .compact-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .process-list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .process-list li,
  .process-list li:first-child,
  .process-list li:last-child {
    min-height: 280px;
    border: 1px solid var(--mop-line);
    border-radius: 7px 24px 7px 24px;
  }

  .process-icon {
    margin-bottom: 26px;
  }

  .scam-grid {
    gap: 45px;
  }

  .scam-heading,
  .faq-aside {
    position: static;
  }

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

  .official-card:last-child {
    grid-column: 1 / -1;
    min-height: 350px;
  }

  .source-layout,
  .final-cta__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .source-layout {
    gap: 30px;
  }

  .site-footer__top {
    grid-template-columns: 1.1fr 0.7fr;
    gap: 45px;
  }

  .site-footer__contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 76px;
    font-size: 16px;
  }

  .site-shell {
    width: min(calc(100% - 32px), var(--mop-shell));
  }

  .notice-bar__inner {
    min-height: 44px;
    gap: 12px;
  }

  .notice-bar p {
    min-width: 0;
    font-size: 11px;
    line-height: 1.35;
  }

  .notice-bar a {
    min-height: 44px;
    flex: 0 0 auto;
    font-size: 11px;
  }

  .notice-bar a span {
    display: none;
  }

  .site-header,
  .site-header__inner {
    min-height: 66px;
  }

  .brand {
    gap: 9px;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
    border-radius: 11px 11px 11px 4px;
    font-size: 20px;
  }

  .brand__text {
    font-size: 18px;
  }

  .brand__text small {
    font-size: 6px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .header-call {
    display: none;
  }

  .primary-navigation {
    right: -16px;
    left: -16px;
  }

  .editorial-hero,
  .editorial-hero__inner {
    min-height: 760px;
  }

  .editorial-hero::after {
    background:
      linear-gradient(180deg, rgba(9, 18, 42, 0.98) 0%, rgba(9, 18, 42, 0.9) 44%, rgba(9, 18, 42, 0.22) 75%, rgba(9, 18, 42, 0.76) 100%);
  }

  .editorial-hero__media img {
    object-position: 67% center;
  }

  .editorial-hero__inner {
    display: block;
    padding-top: 58px;
    padding-bottom: 175px;
  }

  .editorial-hero__copy {
    width: 100%;
  }

  .eyebrow,
  .section-label {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  .editorial-hero h1 {
    max-width: 450px;
    margin-bottom: 20px;
    font-size: clamp(39px, 11vw, 50px);
    line-height: 1.15;
  }

  .editorial-hero__lead {
    max-width: 500px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-bottom: 22px;
  }

  .button {
    min-height: 54px;
    padding: 13px 18px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    max-width: 350px;
    font-size: 10px;
  }

  .hero-proof li:last-child {
    grid-column: 1 / -1;
  }

  .hero-note {
    right: 76px;
    bottom: 45px;
    left: 16px;
    width: auto;
    grid-template-columns: auto 1fr;
    padding: 15px;
  }

  .hero-note > a {
    display: none;
  }

  .hero-note p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ai-image-label {
    right: 18px;
    bottom: 19px;
    font-size: 8px;
  }

  .signal-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .signal-strip__grid > div {
    gap: 8px;
    padding: 17px 10px;
    border-left: 0;
  }

  .signal-strip__grid > div:first-child {
    border-left: 0;
  }

  .signal-strip strong {
    font-size: 12px;
  }

  .signal-strip p {
    font-size: 9px;
  }

  .signal-strip__grid > div > span {
    font-size: 10px;
  }

  .section {
    padding: 76px 0;
  }

  .editorial-heading,
  .compact-heading {
    margin-bottom: 38px;
  }

  .editorial-heading h2,
  .compact-heading h2,
  .comparison-copy h2,
  .scam-heading h2,
  .faq-aside h2,
  .final-cta h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 9.7vw, 44px);
  }

  .editorial-heading > div > p,
  .compact-heading > p,
  .comparison-copy > p,
  .faq-aside > p {
    font-size: 15px;
  }

  .risk-layout {
    gap: 14px;
  }

  .risk-feature,
  .risk-card {
    min-height: auto;
    padding: 30px 25px;
  }

  .risk-feature {
    border-radius: 22px 22px 22px 6px;
  }

  .risk-stack {
    gap: 14px;
  }

  .risk-feature__number,
  .risk-card__number {
    right: 20px;
    top: 18px;
    font-size: 58px;
  }

  .risk-feature h3,
  .risk-card h3 {
    font-size: 24px;
  }

  .legal-note {
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 20px;
  }

  .legal-note > span {
    width: 38px;
    height: 38px;
  }

  .legal-note > a {
    grid-column: 2;
    padding: 4px 0;
  }

  .comparison-intro {
    gap: 55px;
    margin-bottom: 48px;
  }

  .guide-photo::before {
    left: -7px;
    top: -9px;
    width: 62px;
    height: 62px;
  }

  .guide-photo img {
    border-radius: 6px 26px 6px 26px;
  }

  .guide-photo figcaption {
    right: -4px;
    bottom: -28px;
    padding: 10px 13px;
    font-size: 9px;
  }

  .comparison-copy blockquote {
    padding-left: 19px;
    font-size: 16px;
  }

  .comparison-table-wrap {
    width: calc(100% - 16px);
    padding: 5px;
  }

  .table-note {
    align-items: flex-start;
    font-size: 10px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:first-child,
  .process-list li:last-child {
    min-height: auto;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0 15px;
    padding: 23px;
  }

  .process-list li > span {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }

  .process-icon {
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 12px 12px 12px 4px;
    font-size: 19px;
  }

  .process-list h3 {
    margin-bottom: 5px;
  }

  .process-callout {
    display: grid;
    gap: 18px;
    padding: 22px;
  }

  .process-callout p span {
    display: table;
    margin: 0 0 8px;
  }

  .process-callout > a {
    width: 100%;
    min-width: 0;
  }

  .scam-grid {
    gap: 38px;
  }

  .warning-list article {
    min-height: 105px;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 20px;
  }

  .warning-list article > span {
    font-size: 27px;
  }

  .warning-list h3 {
    font-size: 17px;
  }

  .warning-list p {
    font-size: 12px;
  }

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

  .official-card,
  .official-card:last-child {
    grid-column: auto;
    min-height: 400px;
    padding: 30px 26px;
  }

  .official-card__tag {
    margin-bottom: 38px;
  }

  .official-card__phone {
    font-size: 35px;
  }

  .official-card__website {
    font-size: 28px;
  }

  .official-site-contact {
    grid-template-columns: 1fr auto;
    gap: 7px 14px;
  }

  .official-site-contact strong {
    grid-column: 1;
    grid-row: 2;
    font-size: 22px;
  }

  .official-site-contact i {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .faq-layout {
    gap: 38px;
  }

  .faq-aside > a {
    width: 100%;
  }

  .faq-list summary {
    min-height: 77px;
    grid-template-columns: 28px 1fr 22px;
    gap: 8px;
    padding: 18px 17px;
    font-size: 14px;
    line-height: 1.45;
  }

  .faq-list details > div {
    padding: 0 20px 22px 53px;
  }

  .source-section {
    padding: 66px 0;
  }

  .source-layout h2 {
    font-size: 29px;
  }

  .source-layout a {
    grid-template-columns: 28px 1fr auto;
    padding: 7px 0;
    font-size: 11px;
    line-height: 1.45;
  }

  .final-cta {
    padding: 72px 0;
  }

  .final-cta__phone {
    min-height: 116px;
    gap: 12px;
    padding: 21px 18px;
  }

  .final-cta__phone > span {
    width: 46px;
    height: 46px;
  }

  .final-cta__phone strong {
    font-size: 32px;
  }

  .final-cta__phone i {
    display: none;
  }

  .legal-disclaimer .site-shell {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    padding-top: 58px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .site-footer__contact {
    grid-column: auto;
  }

  .site-footer__meta,
  .site-footer__bottom {
    display: grid;
    gap: 13px;
  }

  .post-grid {
    grid-template-columns: 1fr;
  }

  .safety-chat-launcher {
    right: 13px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    min-width: 0;
    min-height: 58px;
    grid-template-columns: auto;
    padding: 7px;
    border-radius: 18px 18px 18px 6px;
  }

  .safety-chat-launcher__avatar {
    width: 46px;
    height: 46px;
  }

  .safety-chat-launcher > span:nth-child(2),
  .safety-chat-launcher > svg {
    display: none;
  }

  .safety-chat-panel {
    right: 10px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
    max-height: calc(100vh - 104px - env(safe-area-inset-bottom));
  }

  .mobile-call-bar {
    position: fixed;
    z-index: 88;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(70px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    color: #fff;
    background: var(--mop-blue);
    box-shadow: 0 -10px 35px rgba(11, 21, 51, 0.22);
  }

  .mobile-call-bar__icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    color: var(--mop-blue);
    background: #fff;
    border-radius: 13px 13px 13px 4px;
    font-size: 20px;
  }

  .mobile-call-bar > span:nth-child(2) {
    display: grid;
    line-height: 1.1;
  }

  .mobile-call-bar small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
  }

  .mobile-call-bar strong {
    font-family: Inter, Arial, sans-serif;
    font-size: 20px;
  }

  .mobile-call-bar__arrow {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
  }
}

@media (max-width: 370px) {
  .notice-bar p {
    max-width: 185px;
  }

  .editorial-hero h1 {
    font-size: 37px;
  }

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

  .hero-proof li:last-child {
    grid-column: auto;
  }

  .safety-chat-replies {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
