/*
Theme Name: 캐시온페이
Author: CashOnPay
Description: 신용카드 현금화 위험과 공식 금융 대안을 안내하는 모바일 최적화 원페이지 WordPress 테마입니다.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
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: cashonpay
Tags: custom-logo, custom-menu, featured-images, one-column, block-styles, accessibility-ready
*/

:root {
  --cash-navy-950: #041327;
  --cash-navy-900: #071a33;
  --cash-navy-850: #0a203e;
  --cash-navy-800: #0b2447;
  --cash-navy-700: #113358;
  --cash-mint: #20e3b2;
  --cash-mint-dark: #00b98a;
  --cash-mint-accessible: #007a60;
  --cash-mint-pale: #dffbf4;
  --cash-yellow: #ffd45c;
  --cash-ink: #13233a;
  --cash-muted: #68788c;
  --cash-line: #dce8e6;
  --cash-mist: #f2f8f7;
  --cash-white: #ffffff;
  --cash-radius-sm: 12px;
  --cash-radius: 24px;
  --cash-radius-lg: 34px;
  --cash-shadow: 0 22px 60px rgba(13, 38, 61, 0.12);
  --cash-shadow-soft: 0 14px 40px rgba(13, 38, 61, 0.08);
  --cash-shell: 1180px;
  --cash-font: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

body {
  margin: 0;
  color: var(--cash-ink);
  background: var(--cash-white);
  font-family: var(--cash-font);
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -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 {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 1.25;
}

ul,
ol {
  padding-left: 0;
}

.site-shell {
  width: min(calc(100% - 48px), var(--cash-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: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 18px;
  margin: 0;
  color: var(--cash-navy-900);
  background: var(--cash-white);
  border-radius: 8px;
  box-shadow: var(--cash-shadow);
}

:focus-visible {
  outline: 3px solid var(--cash-yellow);
  outline-offset: 3px;
}

.notice-bar {
  position: relative;
  z-index: 70;
  color: #dffcf5;
  background: var(--cash-navy-950);
  font-size: 13px;
}

.notice-bar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.notice-bar p {
  margin: 0;
}

.notice-bar a {
  margin-left: 8px;
  color: var(--cash-mint);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.notice-bar__status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cash-mint);
  box-shadow: 0 0 0 5px rgba(32, 227, 178, 0.12);
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(217, 231, 228, 0.85);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 9px 30px rgba(9, 37, 58, 0.08);
}

.site-header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 36px;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--cash-navy-900);
}

.brand__mark {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--cash-navy-900);
  background: linear-gradient(145deg, var(--cash-mint), #73f5d4);
  border-radius: 13px 13px 18px 13px;
  box-shadow: 0 8px 20px rgba(32, 227, 178, 0.25);
  transform: rotate(-4deg);
}

.brand__mark::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--cash-white);
  border-radius: 50%;
  background: var(--cash-yellow);
}

.brand__mark span {
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  transform: rotate(4deg);
}

.brand__text {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.brand__text > span {
  color: var(--cash-mint-accessible);
}

.custom-logo-link {
  display: block;
}

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

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

.primary-menu,
.primary-navigation ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 34px;
}

.primary-menu a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #35475b;
  font-size: 15px;
  font-weight: 700;
}

.primary-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  background: var(--cash-mint-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

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

.header-call {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 7px 18px 7px 9px;
  color: var(--cash-white);
  background: var(--cash-navy-900);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(7, 26, 51, 0.18);
  transition: transform 180ms ease, background 180ms ease;
}

.header-call:hover {
  background: var(--cash-navy-700);
  transform: translateY(-2px);
}

.header-call__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--cash-navy-900);
  background: var(--cash-mint);
  border-radius: 10px;
  font-size: 17px;
  font-weight: 900;
}

.header-call > span:last-child {
  display: grid;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.header-call small {
  margin-bottom: 2px;
  color: #aebccc;
  font-size: 10px;
  font-weight: 600;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: var(--cash-white);
  background-color: var(--cash-navy-900);
  background-image:
    linear-gradient(90deg, rgba(4, 19, 39, 0.99) 0%, rgba(4, 19, 39, 0.91) 37%, rgba(4, 19, 39, 0.18) 68%, rgba(4, 19, 39, 0.04) 100%),
    var(--cash-hero-image, url("assets/images/cashonpay-hero.webp"));
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 0.7px, transparent 0.7px);
  background-size: 14px 14px;
  mask-image: linear-gradient(90deg, black, transparent 58%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-block: 74px 84px;
}

.hero__copy {
  width: min(590px, 52%);
}

.hero__eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--cash-mint);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.hero__eyebrow > span {
  width: 34px;
  height: 1px;
  background: var(--cash-mint);
}

.hero h1 {
  margin-bottom: 24px;
  color: var(--cash-white);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.13;
}

.hero__lead {
  max-width: 545px;
  margin-bottom: 32px;
  color: #c4d1df;
  font-size: 18px;
  line-height: 1.75;
}

.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button--primary {
  color: var(--cash-navy-950);
  background: var(--cash-mint);
  box-shadow: 0 13px 30px rgba(32, 227, 178, 0.24);
}

.button--primary:hover {
  background: #60f0cf;
  box-shadow: 0 18px 34px rgba(32, 227, 178, 0.3);
}

.button__phone {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: var(--cash-mint);
  background: var(--cash-navy-900);
  border-radius: 50%;
  font-size: 13px;
}

.button--glass {
  color: var(--cash-white);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.button--glass:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.38);
}

.button--outline-dark {
  color: var(--cash-navy-900);
  border-color: #b9cac7;
  background: transparent;
}

.button--outline-dark:hover {
  border-color: var(--cash-navy-900);
  background: var(--cash-white);
  box-shadow: var(--cash-shadow-soft);
}

.hero__phone {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
}

.hero__phone span {
  padding-right: 14px;
  color: #95a8ba;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.hero__phone a {
  color: var(--cash-white);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.015em;
}

.hero__trust {
  list-style: none;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #aebdcb;
  font-size: 12px;
}

.hero__trust li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero__trust span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--cash-mint);
  background: rgba(32, 227, 178, 0.12);
  border-radius: 50%;
  font-size: 10px;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero__glow--one {
  left: 41%;
  top: 8%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(32, 227, 178, 0.11), transparent 72%);
}

.hero__glow--two {
  left: 9%;
  bottom: -130px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(35, 121, 255, 0.13), transparent 70%);
}

.hero__scroll {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.hero__scroll span {
  width: 1px;
  height: 54px;
  display: block;
  background: linear-gradient(var(--cash-mint), transparent);
}

.quick-strip {
  position: relative;
  z-index: 6;
  color: var(--cash-navy-900);
  background: var(--cash-white);
  border-bottom: 1px solid var(--cash-line);
}

.quick-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.quick-strip__grid > div {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 26px;
  border-right: 1px solid var(--cash-line);
}

.quick-strip__grid > div:first-child {
  border-left: 1px solid var(--cash-line);
}

.quick-strip__grid > div > span {
  flex: 0 0 auto;
  color: var(--cash-mint-accessible);
  font-size: 12px;
  font-weight: 900;
}

.quick-strip p {
  margin: 0;
  color: #718194;
  font-size: 12px;
  line-height: 1.45;
}

.quick-strip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cash-ink);
  font-size: 15px;
}

.section {
  padding-block: 112px;
}

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

.section-heading--split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 70px;
}

.section-heading .section-kicker,
.experience-copy .section-kicker,
.trust-copy .section-kicker,
.faq-heading .section-kicker,
.content-header .section-kicker {
  color: var(--cash-mint-accessible);
}

.section-heading h2,
.experience-copy h2,
.trust-copy h2,
.faq-heading h2,
.final-cta h2 {
  margin-bottom: 0;
  color: var(--cash-navy-900);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
}

.section-heading h2 em,
.experience-copy h2 em,
.trust-copy h2 em,
.faq-heading h2 em,
.final-cta h2 em {
  color: var(--cash-mint-accessible);
  font-style: normal;
}

.section-heading--split > p {
  margin-bottom: 3px;
  color: var(--cash-muted);
  font-size: 16px;
  line-height: 1.8;
}

.service-section {
  position: relative;
  overflow: hidden;
  background: var(--cash-white);
}

.service-section::after {
  content: "CASHONPAY";
  position: absolute;
  z-index: 0;
  top: 82px;
  right: -40px;
  color: rgba(7, 26, 51, 0.025);
  font-size: 108px;
  font-weight: 950;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.service-section .site-shell {
  position: relative;
  z-index: 1;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 420px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  background: var(--cash-white);
  border: 1px solid var(--cash-line);
  border-radius: var(--cash-radius);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #b5ded3;
  box-shadow: var(--cash-shadow);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -52px;
  width: 140px;
  height: 140px;
  border: 26px solid rgba(32, 227, 178, 0.07);
  border-radius: 50%;
}

.service-card--featured {
  background: linear-gradient(155deg, #eefffb 0%, var(--cash-white) 62%);
  border-color: #bdebe0;
}

.service-card--dark {
  color: var(--cash-white);
  background: var(--cash-navy-900);
  border-color: var(--cash-navy-900);
}

.service-card--dark:hover {
  border-color: var(--cash-mint);
}

.service-card--dark::after {
  border-color: rgba(32, 227, 178, 0.12);
}

.service-card__number {
  position: absolute;
  top: 25px;
  right: 24px;
  color: #a8b5c1;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.service-card--dark .service-card__number {
  color: #6f8295;
}

.service-card__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  color: var(--cash-navy-900);
  background: var(--cash-mint-pale);
  border-radius: 19px;
  transform: rotate(-3deg);
}

.service-card__icon span {
  font-size: 26px;
  font-weight: 900;
  transform: rotate(3deg);
}

.service-card--dark .service-card__icon {
  color: var(--cash-navy-900);
  background: var(--cash-mint);
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 23px;
  font-weight: 900;
}

.service-card > p {
  margin-bottom: 24px;
  color: var(--cash-muted);
  font-size: 14px;
  line-height: 1.75;
}

.service-card--dark > p {
  color: #aebdcc;
}

.service-card ul {
  list-style: none;
  margin: auto 0 0;
  display: grid;
  gap: 8px;
  color: #40546a;
  font-size: 12px;
  font-weight: 700;
}

.service-card li {
  position: relative;
  padding-left: 16px;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cash-mint-dark);
}

.service-card--dark > a {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--cash-mint);
  font-size: 13px;
  font-weight: 850;
}

.experience-section {
  overflow: hidden;
  background: var(--cash-mist);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 88px;
}

.experience-visual {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  border-radius: var(--cash-radius-lg);
  background:
    radial-gradient(circle at 50% 48%, rgba(32, 227, 178, 0.22), transparent 40%),
    linear-gradient(145deg, #0a2343, #06162c);
  overflow: hidden;
  box-shadow: 0 34px 80px rgba(5, 28, 52, 0.22);
}

.experience-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.experience-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 64%;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(20px);
  transform: translateX(-50%);
}

.experience-visual > img {
  position: relative;
  z-index: 2;
  width: min(88%, 530px);
  margin-top: 26px;
  filter: drop-shadow(0 22px 18px rgba(0, 0, 0, 0.24));
}

.experience-visual__halo {
  position: absolute;
  z-index: 1;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(32, 227, 178, 0.15);
  border-radius: 50%;
}

.experience-visual__halo::before,
.experience-visual__halo::after {
  content: "";
  position: absolute;
  inset: 44px;
  border: 1px solid rgba(32, 227, 178, 0.12);
  border-radius: inherit;
}

.experience-visual__halo::after {
  inset: 92px;
}

.mini-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 15px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.mini-card > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--cash-navy-900);
  background: var(--cash-mint);
  border-radius: 10px;
  font-weight: 900;
}

.mini-card p {
  margin: 0;
  color: #728296;
  font-size: 10px;
  line-height: 1.35;
}

.mini-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--cash-navy-900);
  font-size: 12px;
}

.mini-card--top {
  top: 58px;
  right: 28px;
}

.mini-card--bottom {
  left: 24px;
  bottom: 46px;
}

.experience-copy h2 {
  margin-bottom: 24px;
}

.experience-copy__lead {
  margin-bottom: 34px;
  color: var(--cash-muted);
  font-size: 16px;
  line-height: 1.85;
}

.benefit-list {
  margin-bottom: 31px;
  display: grid;
  gap: 2px;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 19px 0;
  border-bottom: 1px solid #d8e5e2;
}

.benefit-list article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--cash-mint-accessible);
  background: var(--cash-white);
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(22, 75, 67, 0.08);
  font-size: 11px;
  font-weight: 900;
}

.benefit-list h3 {
  margin-bottom: 5px;
  color: var(--cash-navy-900);
  font-size: 17px;
  font-weight: 900;
}

.benefit-list p {
  margin: 0;
  color: var(--cash-muted);
  font-size: 13px;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 5px;
  color: var(--cash-navy-900);
  border-bottom: 2px solid var(--cash-navy-900);
  font-size: 14px;
  font-weight: 900;
}

.text-link span {
  color: var(--cash-mint-accessible);
  font-size: 18px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.process-section {
  background: var(--cash-white);
}

.section-heading--center {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .section-kicker {
  justify-content: center;
}

.section-heading--center > p:last-child {
  margin: 18px auto 0;
  color: var(--cash-muted);
  font-size: 15px;
}

.process-list {
  position: relative;
  list-style: none;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-list::before {
  content: "";
  position: absolute;
  top: 73px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #c6d8d4 0, #c6d8d4 8px, transparent 8px, transparent 16px);
}

.process-list li {
  position: relative;
  z-index: 1;
  padding: 28px 22px 25px;
  text-align: center;
  background: var(--cash-white);
  border: 1px solid var(--cash-line);
  border-radius: var(--cash-radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.process-list li:hover {
  transform: translateY(-5px);
  border-color: #b9dfd5;
  box-shadow: var(--cash-shadow-soft);
}

.process-list__number {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #9babb9;
  font-size: 10px;
  font-weight: 900;
}

.process-list__icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 3px auto 24px;
  color: var(--cash-navy-900);
  background: var(--cash-mint-pale);
  border: 8px solid var(--cash-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cbe7df, 0 10px 26px rgba(36, 102, 86, 0.1);
  font-size: 25px;
  font-weight: 900;
}

.process-list h3 {
  margin-bottom: 10px;
  color: var(--cash-navy-900);
  font-size: 19px;
  font-weight: 900;
}

.process-list p {
  margin: 0;
  color: var(--cash-muted);
  font-size: 13px;
  line-height: 1.7;
}

.process-callout {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 25px 20px 31px;
  color: var(--cash-white);
  background: var(--cash-navy-900);
  border-radius: 20px;
  overflow: hidden;
}

.process-callout > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.process-callout__dot {
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cash-mint);
  box-shadow: 0 0 0 7px rgba(32, 227, 178, 0.13);
}

.process-callout p {
  margin: 0;
  color: #aebdcb;
  font-size: 12px;
}

.process-callout strong {
  display: block;
  margin-bottom: 2px;
  color: var(--cash-white);
  font-size: 14px;
}

.process-callout > a {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 54px;
  padding: 8px 16px 8px 22px;
  color: var(--cash-navy-900);
  background: var(--cash-mint);
  border-radius: 13px;
  font-size: 18px;
  font-weight: 900;
}

.process-callout > a small {
  font-size: 10px;
  font-weight: 700;
  opacity: 0.68;
}

.process-callout > a span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--cash-white);
  background: var(--cash-navy-900);
  border-radius: 9px;
}

.trust-section {
  color: var(--cash-white);
  background:
    radial-gradient(circle at 12% 16%, rgba(32, 227, 178, 0.1), transparent 23%),
    var(--cash-navy-950);
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 86px;
}

.trust-copy h2 {
  margin-bottom: 23px;
  color: var(--cash-white);
}

.trust-copy > p:not(.section-kicker) {
  margin-bottom: 31px;
  color: #aebdcb;
  font-size: 15px;
  line-height: 1.85;
}

.trust-copy .button--outline-dark {
  color: var(--cash-white);
  border-color: rgba(255, 255, 255, 0.3);
}

.trust-copy .button--outline-dark:hover {
  color: var(--cash-navy-900);
  background: var(--cash-mint);
  border-color: var(--cash-mint);
}

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

.checklist article {
  min-height: 192px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.checklist article:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(32, 227, 178, 0.4);
  transform: translateY(-3px);
}

.checklist article > span {
  display: inline-grid;
  place-items: center;
  width: 37px;
  height: 37px;
  margin-bottom: 22px;
  color: var(--cash-navy-950);
  background: var(--cash-mint);
  border-radius: 11px;
  font-size: 10px;
  font-weight: 900;
}

.checklist h3 {
  margin-bottom: 7px;
  color: var(--cash-white);
  font-size: 17px;
  font-weight: 900;
}

.checklist p {
  margin: 0;
  color: #9cabb9;
  font-size: 12px;
  line-height: 1.7;
}

.faq-section {
  background: var(--cash-mist);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 80px;
}

.faq-heading {
  position: sticky;
  top: 122px;
  align-self: start;
}

.faq-heading h2 {
  margin-bottom: 18px;
}

.faq-heading > p:not(.section-kicker) {
  margin-bottom: 26px;
  color: var(--cash-muted);
  font-size: 14px;
}

.faq-heading > a {
  display: inline-grid;
  padding: 13px 19px;
  color: var(--cash-white);
  background: var(--cash-navy-900);
  border-radius: 13px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.faq-heading > a small {
  margin-bottom: 3px;
  color: var(--cash-mint);
  font-size: 10px;
}

.faq-list {
  background: var(--cash-white);
  border: 1px solid var(--cash-line);
  border-radius: var(--cash-radius);
  overflow: hidden;
  box-shadow: var(--cash-shadow-soft);
}

.faq-list details + details {
  border-top: 1px solid var(--cash-line);
}

.faq-list summary {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 64px 20px 25px;
  color: var(--cash-ink);
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 850;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: var(--cash-navy-900);
  background: var(--cash-mist);
  border-radius: 9px;
  font-size: 21px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
  color: var(--cash-navy-900);
  background: var(--cash-mint);
}

.faq-list summary > span,
.faq-answer > span {
  flex: 0 0 auto;
  color: var(--cash-mint-accessible);
  font-size: 16px;
  font-weight: 950;
}

.faq-answer {
  display: flex;
  gap: 16px;
  padding: 0 64px 22px 25px;
}

.faq-answer > span {
  color: #9aabb8;
}

.faq-answer p {
  margin: 0;
  color: var(--cash-muted);
  font-size: 13px;
  line-height: 1.75;
}

.final-cta {
  position: relative;
  padding-block: 88px;
  color: var(--cash-white);
  background: var(--cash-navy-800);
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.7px);
  background-size: 15px 15px;
  mask-image: linear-gradient(90deg, black, transparent 80%);
}

.final-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.final-cta .section-kicker {
  margin-bottom: 17px;
}

.final-cta h2 {
  margin-bottom: 14px;
  color: var(--cash-white);
  font-size: clamp(32px, 4vw, 48px);
}

.final-cta__inner > div > p:last-child {
  margin: 0;
  color: #aebdcb;
  font-size: 15px;
}

.final-cta__phone {
  position: relative;
  min-width: 340px;
  min-height: 102px;
  display: grid;
  grid-template-columns: 48px 1fr 34px;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  padding: 18px 20px;
  color: var(--cash-navy-950);
  background: var(--cash-mint);
  border-radius: 21px;
  box-shadow: 0 21px 45px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.final-cta__phone:hover {
  transform: translateY(-4px);
  box-shadow: 0 27px 54px rgba(0, 0, 0, 0.29);
}

.final-cta__phone > span {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--cash-white);
  background: var(--cash-navy-900);
  border-radius: 15px;
}

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

.final-cta__phone strong {
  align-self: start;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.final-cta__phone i {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--cash-white);
  background: rgba(7, 26, 51, 0.88);
  border-radius: 10px;
  font-style: normal;
}

.final-cta__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.final-cta__orb--one {
  top: -130px;
  right: 22%;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(32, 227, 178, 0.12);
}

.final-cta__orb--two {
  right: -70px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(32, 227, 178, 0.11), transparent 67%);
}

/* Safety guide additions */
.hero--safety h1 {
  max-width: 620px;
  font-size: clamp(40px, 4.45vw, 60px);
}

.hero--safety .hero__lead {
  max-width: 575px;
}

.safety-type-grid .service-card {
  min-height: 470px;
}

.card-status {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: -24px 0 16px !important;
  padding: 5px 10px;
  color: var(--cash-navy-900) !important;
  background: var(--cash-mint-pale);
  border-radius: 999px;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35 !important;
}

.card-status--danger {
  color: #8f1f27 !important;
  background: #ffe4e6;
}

.card-status--official {
  color: var(--cash-mint-accessible) !important;
  background: #dffbf4;
}

.card-status--help {
  color: #705300 !important;
  background: #fff3bf;
}

.service-card--dark .card-status {
  color: #ffd4d8 !important;
  background: rgba(255, 96, 112, 0.16);
  border: 1px solid rgba(255, 177, 185, 0.2);
}

.source-note {
  margin: 22px 0 0;
  padding: 18px 20px;
  color: #526579;
  background: #f4f8f8;
  border: 1px solid var(--cash-line);
  border-left: 4px solid var(--cash-mint-accessible);
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.8;
}

.source-note strong {
  color: var(--cash-navy-900);
}

.source-note a {
  color: var(--cash-mint-accessible);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.comparison-section {
  background: var(--cash-white);
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--cash-line);
  border-radius: var(--cash-radius);
  box-shadow: var(--cash-shadow-soft);
  scrollbar-color: #a9c8c0 #edf5f3;
}

.comparison-table-wrap:focus-visible {
  outline-offset: 5px;
}

.comparison-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  background: var(--cash-white);
  font-size: 13px;
  line-height: 1.65;
}

.comparison-table th,
.comparison-table td {
  padding: 20px 18px;
  border-right: 1px solid var(--cash-line);
  border-bottom: 1px solid var(--cash-line);
  text-align: left;
  vertical-align: top;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

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

.comparison-table thead th {
  color: var(--cash-white);
  background: var(--cash-navy-900);
  font-size: 12px;
  font-weight: 850;
}

.comparison-table tbody th {
  width: 18%;
  color: var(--cash-navy-900);
  background: #f7faf9;
  font-size: 14px;
  font-weight: 900;
}

.comparison-table__danger th,
.comparison-table__danger td {
  background: #fff6f6 !important;
}

.comparison-table__danger th {
  color: #8f1f27;
}

.comparison-table__help th,
.comparison-table__help td {
  background: #effcf8 !important;
}

.comparison-table__help th {
  color: var(--cash-mint-accessible);
}

.comparison-actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.comparison-actions p {
  max-width: 610px;
  margin: 0;
  color: var(--cash-muted);
  font-size: 12px;
  text-align: right;
}

.official-section {
  position: relative;
  background: linear-gradient(180deg, #f4faf8 0%, var(--cash-white) 100%);
}

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

.official-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 28px 25px;
  background: var(--cash-white);
  border: 1px solid var(--cash-line);
  border-radius: var(--cash-radius);
  box-shadow: 0 12px 34px rgba(13, 38, 61, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.official-card--primary {
  color: var(--cash-white);
  background: linear-gradient(145deg, var(--cash-navy-900), var(--cash-navy-700));
  border-color: var(--cash-navy-900);
}

.official-card__tag {
  width: fit-content;
  margin-bottom: 28px;
  padding: 5px 10px;
  color: var(--cash-mint-accessible);
  background: var(--cash-mint-pale);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.official-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 900;
}

.official-card p {
  margin-bottom: 26px;
  color: var(--cash-muted);
  font-size: 13px;
  line-height: 1.75;
}

.official-card--primary p {
  color: #b8c7d6;
}

.official-card__phone,
.official-card__label {
  margin-top: auto;
  display: grid;
  color: var(--cash-navy-900);
  font-size: 29px;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.official-card--primary .official-card__phone {
  color: var(--cash-mint);
}

.official-card__phone small {
  margin-bottom: 4px;
  color: #8796a6;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0;
}

.official-card__label {
  font-size: 18px;
}

.official-card__link {
  margin-top: 20px;
  padding-top: 15px;
  color: var(--cash-mint-accessible);
  border-top: 1px solid var(--cash-line);
  font-size: 12px;
  font-weight: 850;
}

.official-card--primary .official-card__link {
  color: var(--cash-mint);
  border-top-color: rgba(255, 255, 255, 0.13);
}

.information-disclaimer {
  color: #405468;
  background: #eef6f4;
  border-top: 1px solid var(--cash-line);
}

.information-disclaimer .site-shell {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding-block: 18px;
}

.information-disclaimer strong {
  padding: 5px 10px;
  color: var(--cash-navy-900);
  background: var(--cash-yellow);
  border-radius: 999px;
  font-size: 11px;
}

.information-disclaimer p {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}

.information-disclaimer a {
  color: var(--cash-navy-900);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  padding-block: 65px 32px;
  color: #9eacba;
  background: var(--cash-navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1fr;
  align-items: start;
  gap: 60px;
}

.brand--footer .brand__text {
  color: var(--cash-white);
}

.site-footer__intro {
  max-width: 300px;
  margin: 18px 0 0;
  font-size: 13px;
}

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

.site-footer__contact span {
  display: block;
  margin-bottom: 8px;
  color: #748598;
  font-size: 11px;
}

.site-footer__contact a {
  color: var(--cash-mint);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.site-footer__contact .site-footer__subcontact {
  margin: 16px 0 3px;
}

.site-footer__contact .site-footer__site-phone {
  color: #c4d0db;
  font-size: 14px;
}

.site-footer__info p {
  margin-bottom: 4px;
}

.site-footer__info strong {
  color: var(--cash-white);
  font-size: 14px;
}

.site-footer__bottom {
  margin-top: 46px;
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #6d7d8d;
  font-size: 10px;
}

.site-footer__bottom p {
  margin: 0;
}

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

.safety-chat-launcher {
  position: fixed;
  z-index: 115;
  right: 24px;
  bottom: 24px;
  min-width: 218px;
  min-height: 64px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 11px;
  padding: 9px 18px 9px 10px;
  color: var(--cash-white);
  background: var(--cash-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;
  box-shadow: 0 18px 44px rgba(3, 23, 43, 0.28);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.safety-chat-launcher:hover {
  transform: translateY(-4px);
  box-shadow: 0 23px 54px rgba(3, 23, 43, 0.34);
}

.safety-chat-launcher[aria-expanded="true"] {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.safety-chat-launcher__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--cash-navy-950);
  background: var(--cash-mint);
  border-radius: 14px;
  font-size: 22px;
  font-weight: 950;
}

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

.safety-chat-launcher small {
  margin-bottom: 2px;
  color: #aebdcb;
  font-size: 10px;
  font-weight: 700;
}

.safety-chat-launcher strong {
  font-size: 15px;
  font-weight: 900;
}

.safety-chat-launcher > i {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: var(--cash-mint);
  border: 2px solid var(--cash-navy-900);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(32, 227, 178, 0.13);
}

.safety-chat-panel {
  position: fixed;
  z-index: 125;
  right: 24px;
  bottom: 24px;
  width: min(390px, calc(100vw - 32px));
  max-height: min(700px, calc(100dvh - 48px));
  display: flex;
  flex-direction: column;
  color: var(--cash-ink);
  background: var(--cash-white);
  border: 1px solid #ccded9;
  border-radius: 25px;
  box-shadow: 0 28px 80px rgba(3, 23, 43, 0.34);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(0.97);
  transform-origin: bottom right;
  transition: opacity 190ms ease, visibility 190ms ease, transform 190ms ease;
}

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

.safety-chat-panel__header {
  flex: 0 0 auto;
  min-height: 82px;
  display: grid;
  grid-template-columns: 46px 1fr 38px;
  align-items: center;
  gap: 12px;
  padding: 16px 17px;
  color: var(--cash-white);
  background: var(--cash-navy-900);
}

.safety-chat-avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--cash-navy-950);
  background: var(--cash-mint);
  border-radius: 15px;
  font-size: 23px;
  font-weight: 950;
  transform: rotate(-3deg);
}

.safety-chat-panel__header h2 {
  margin: 0 0 4px;
  color: var(--cash-white);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.safety-chat-panel__header p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #aebdcb;
  font-size: 10px;
  line-height: 1.3;
}

.safety-chat-panel__header p > span {
  width: 7px;
  height: 7px;
  background: var(--cash-mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(32, 227, 178, 0.12);
}

.safety-chat-close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  color: var(--cash-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.safety-chat-close:hover {
  background: rgba(255, 255, 255, 0.16);
}

.safety-chat-panel__body {
  min-height: 0;
  padding: 18px;
  background: #f3f8f7;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.safety-chat-message {
  width: min(94%, 330px);
  padding: 14px 15px;
  background: var(--cash-white);
  border: 1px solid var(--cash-line);
  border-radius: 7px 18px 18px 18px;
  box-shadow: 0 8px 24px rgba(13, 38, 61, 0.06);
}

.safety-chat-message strong {
  display: block;
  margin-bottom: 5px;
  color: var(--cash-navy-900);
  font-size: 13px;
  font-weight: 900;
}

.safety-chat-message p {
  margin: 0;
  color: #546679;
  font-size: 12px;
  line-height: 1.65;
}

.safety-chat-notice {
  margin: 12px 0 14px;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 8px;
  color: #69798a;
  font-size: 10px;
  line-height: 1.55;
}

.safety-chat-notice > span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--cash-navy-900);
  background: var(--cash-yellow);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

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

.safety-chat-replies button {
  min-height: 48px;
  padding: 10px 11px;
  color: var(--cash-navy-900);
  background: var(--cash-white);
  border: 1px solid #c9dcd7;
  border-radius: 13px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.safety-chat-replies button:hover,
.safety-chat-replies button.is-selected {
  color: var(--cash-navy-950);
  background: var(--cash-mint-pale);
  border-color: #80d6c0;
}

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

.safety-chat-message--answer {
  margin-left: auto;
  background: #e5fbf5;
  border-color: #addfd2;
  border-radius: 18px 7px 18px 18px;
}

.safety-chat-message--answer a {
  width: fit-content;
  margin-top: 10px;
  display: inline-flex;
  padding: 7px 10px;
  color: var(--cash-white);
  background: var(--cash-navy-900);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 850;
}

.safety-chat-panel__actions {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px;
  background: var(--cash-white);
  border-top: 1px solid var(--cash-line);
}

.safety-chat-panel__actions a {
  min-height: 50px;
  display: grid;
  align-content: center;
  padding: 8px 12px;
  color: var(--cash-navy-900);
  background: #eef7f5;
  border-radius: 12px;
  line-height: 1.2;
}

.safety-chat-panel__actions a:first-child {
  color: var(--cash-navy-950);
  background: var(--cash-mint);
}

.safety-chat-panel__actions small {
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 700;
  opacity: 0.7;
}

.safety-chat-panel__actions strong {
  font-size: 16px;
  font-weight: 950;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms cubic-bezier(0.2, 0.65, 0.25, 1), transform 620ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

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

.service-grid [data-reveal]:nth-child(2),
.process-list [data-reveal]:nth-child(2) {
  transition-delay: 80ms;
}

.service-grid [data-reveal]:nth-child(3),
.process-list [data-reveal]:nth-child(3) {
  transition-delay: 160ms;
}

.service-grid [data-reveal]:nth-child(4),
.process-list [data-reveal]:nth-child(4) {
  transition-delay: 240ms;
}

.content-main {
  min-height: 60vh;
  padding-block: 88px 110px;
  background: var(--cash-mist);
}

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

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

.content-header h1 {
  margin-bottom: 0;
  color: var(--cash-navy-900);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
}

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

.post-card,
.entry-content-wrap {
  padding: 28px;
  background: var(--cash-white);
  border: 1px solid var(--cash-line);
  border-radius: var(--cash-radius);
  box-shadow: var(--cash-shadow-soft);
}

.post-card__thumb {
  display: block;
  margin: -28px -28px 23px;
  overflow: hidden;
  border-radius: var(--cash-radius) var(--cash-radius) 0 0;
}

.post-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.post-card__date {
  color: var(--cash-mint-accessible);
  font-size: 11px;
  font-weight: 850;
}

.post-card h2 {
  margin-bottom: 12px;
  font-size: 21px;
}

.post-card > p:last-child,
.post-card .wp-block-post-excerpt__excerpt {
  color: var(--cash-muted);
  font-size: 13px;
}

.entry-hero {
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 18px;
}

.entry-content {
  color: #405368;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.8em;
  color: var(--cash-navy-900);
}

.entry-content a {
  color: var(--cash-mint-accessible);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content img {
  border-radius: 16px;
}

.not-found {
  max-width: 760px;
  padding-block: 40px;
  text-align: center;
}

.not-found .section-kicker {
  justify-content: center;
}

.not-found h1 {
  margin-bottom: 18px;
  color: var(--cash-navy-900);
  font-size: clamp(32px, 5vw, 50px);
}

.not-found > p:not(.section-kicker) {
  color: var(--cash-muted);
}

.not-found .button-row {
  justify-content: center;
  margin-top: 30px;
}

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

  .primary-menu,
  .primary-navigation ul {
    gap: 22px;
  }

  .header-call {
    padding-right: 13px;
  }

  .hero {
    min-height: 650px;
    background-position: center, 58% center;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    min-height: 350px;
  }

  .experience-grid {
    gap: 54px;
  }

  .experience-visual {
    min-height: 560px;
  }

  .trust-grid {
    gap: 54px;
  }
}

@media (max-width: 920px) {
  .site-header__inner {
    min-height: 70px;
  }

  .header-call {
    margin-left: auto;
  }

  .primary-navigation {
    position: fixed;
    z-index: 59;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 28px 24px 110px;
    color: var(--cash-white);
    background: var(--cash-navy-950);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .primary-navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-menu,
  .primary-navigation ul {
    display: grid;
    align-items: stretch;
    gap: 0;
  }

  .primary-menu a {
    padding: 20px 5px;
    color: var(--cash-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 19px;
  }

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

  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    color: var(--cash-navy-900);
    background: var(--cash-mist);
    border: 1px solid var(--cash-line);
    border-radius: 12px;
    cursor: pointer;
  }

  .menu-toggle > span:not(.screen-reader-text) {
    width: 19px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 10px;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .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);
  }

  .hero {
    min-height: 700px;
    background-image:
      linear-gradient(90deg, rgba(4, 19, 39, 0.98) 0%, rgba(4, 19, 39, 0.87) 53%, rgba(4, 19, 39, 0.23) 100%),
      var(--cash-hero-image, url("assets/images/cashonpay-hero.webp"));
    background-position: center, 59% center;
  }

  .hero__copy {
    width: 64%;
  }

  .quick-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-strip__grid > div:nth-child(2) {
    border-right: 1px solid var(--cash-line);
  }

  .quick-strip__grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--cash-line);
  }

  .section {
    padding-block: 88px;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading--split > p {
    max-width: 650px;
  }

  .experience-grid,
  .trust-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .experience-grid {
    gap: 62px;
  }

  .experience-visual {
    width: min(100%, 620px);
    min-height: 600px;
    margin-inline: auto;
  }

  .trust-grid,
  .faq-grid {
    gap: 45px;
  }

  .trust-copy {
    max-width: 680px;
  }

  .faq-heading {
    position: static;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list::before {
    display: none;
  }

  .final-cta__inner {
    align-items: flex-end;
  }

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

@media (max-width: 700px) {
  :root {
    --cash-radius: 20px;
    --cash-radius-lg: 26px;
  }

  html {
    scroll-padding-top: 76px;
  }

  body {
    font-size: 15px;
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

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

  .notice-bar__inner {
    min-height: 34px;
    justify-content: flex-start;
  }

  .notice-bar p {
    max-width: calc(100% - 22px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .notice-bar a {
    display: none;
  }

  .site-header__inner {
    min-height: 64px;
    gap: 10px;
  }

  .brand {
    gap: 8px;
  }

  .brand__mark {
    width: 36px;
    height: 36px;
    border-radius: 11px 11px 15px 11px;
  }

  .brand__mark span {
    font-size: 21px;
  }

  .brand__text {
    font-size: 20px;
  }

  .custom-logo {
    max-width: 174px;
    max-height: 46px;
  }

  .header-call {
    min-height: 42px;
    margin-left: auto;
    padding: 5px 10px;
    border-radius: 11px;
  }

  .header-call__icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .header-call > span:last-child {
    display: none;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .primary-navigation {
    top: 64px;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 0;
    background-image:
      linear-gradient(180deg, rgba(4, 19, 39, 0.96) 0%, rgba(4, 19, 39, 0.88) 51%, rgba(4, 19, 39, 0.12) 78%, rgba(4, 19, 39, 0.35) 100%),
      var(--cash-hero-image, url("assets/images/cashonpay-hero.webp"));
    background-position: center, 69% bottom;
    background-size: cover, auto 100%;
  }

  .hero__inner {
    min-height: 710px;
    align-items: flex-start;
    padding-block: 62px 264px;
  }

  .hero__copy {
    width: 100%;
  }

  .hero__eyebrow {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .hero h1 {
    max-width: 530px;
    margin-bottom: 18px;
    font-size: clamp(36px, 10.8vw, 50px);
    line-height: 1.14;
  }

  .hero__lead {
    max-width: 520px;
    margin-bottom: 24px;
    color: #cbd5df;
    font-size: 15px;
    line-height: 1.72;
  }

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

  .hero__buttons .button {
    min-width: 0;
    padding-inline: 12px;
  }

  .hero__phone {
    margin-top: 19px;
  }

  .hero__phone a {
    font-size: 21px;
  }

  .hero__trust {
    display: none;
  }

  .hero__scroll {
    display: none;
  }

  .quick-strip__grid > div {
    min-height: 92px;
    gap: 10px;
    padding: 18px 13px;
  }

  .quick-strip strong {
    font-size: 13px;
  }

  .quick-strip p {
    font-size: 10px;
  }

  .section {
    padding-block: 74px;
  }

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

  .section-kicker,
  .hero__eyebrow {
    letter-spacing: 0.12em;
  }

  .section-heading h2,
  .experience-copy h2,
  .trust-copy h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: clamp(31px, 8.7vw, 41px);
  }

  .section-heading--split {
    gap: 18px;
  }

  .section-heading--split > p {
    font-size: 14px;
  }

  .service-section::after {
    display: none;
  }

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

  .service-card {
    min-height: 0;
    padding: 26px 24px 24px;
  }

  .service-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
  }

  .service-card h3 {
    font-size: 21px;
  }

  .service-card ul,
  .service-card--dark > a {
    margin-top: 20px;
  }

  .experience-grid {
    gap: 48px;
  }

  .experience-visual {
    min-height: 470px;
  }

  .experience-visual > img {
    width: 92%;
  }

  .experience-visual__halo {
    width: 340px;
    height: 340px;
  }

  .mini-card {
    min-width: 157px;
    padding: 10px 12px;
  }

  .mini-card--top {
    top: 20px;
    right: 14px;
  }

  .mini-card--bottom {
    left: 14px;
    bottom: 18px;
  }

  .experience-copy__lead {
    font-size: 14px;
  }

  .benefit-list article {
    grid-template-columns: 38px 1fr;
    gap: 13px;
  }

  .benefit-list article > span {
    width: 38px;
    height: 38px;
  }

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

  .process-list li {
    min-height: 134px;
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto auto;
    column-gap: 17px;
    align-items: center;
    padding: 22px 22px;
    text-align: left;
  }

  .process-list__icon {
    grid-row: 1 / 3;
    width: 68px;
    height: 68px;
    margin: 0;
    font-size: 21px;
  }

  .process-list h3 {
    align-self: end;
    margin-bottom: 4px;
  }

  .process-list p {
    align-self: start;
  }

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

  .process-callout > a {
    justify-content: space-between;
    width: 100%;
    padding-left: 16px;
  }

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

  .checklist article {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 15px;
    padding: 21px;
  }

  .checklist article > span {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .checklist h3 {
    align-self: end;
  }

  .faq-grid {
    gap: 31px;
  }

  .faq-heading h2 br {
    display: none;
  }

  .faq-heading > a {
    font-size: 17px;
  }

  .faq-list summary {
    min-height: 72px;
    gap: 11px;
    padding: 17px 54px 17px 18px;
    font-size: 14px;
  }

  .faq-list summary::after {
    right: 16px;
  }

  .faq-answer {
    gap: 11px;
    padding: 0 18px 20px;
  }

  .final-cta {
    padding-block: 68px;
  }

  .final-cta__inner {
    display: grid;
    gap: 30px;
  }

  .final-cta__phone {
    width: 100%;
    min-width: 0;
    min-height: 94px;
  }

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

  .site-footer {
    padding-block: 52px 28px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__bottom {
    margin-top: 32px;
    display: grid;
    gap: 8px;
  }

  .mobile-call-bar {
    position: fixed;
    z-index: 100;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 10px;
    min-height: 64px;
    display: grid;
    grid-template-columns: 42px 1fr 32px;
    align-items: center;
    gap: 11px;
    padding: 9px 13px;
    color: var(--cash-navy-950);
    background: var(--cash-mint);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(3, 23, 43, 0.3);
  }

  .mobile-call-bar__pulse {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--cash-white);
    background: var(--cash-navy-900);
    border-radius: 13px;
    font-size: 17px;
  }

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

  .mobile-call-bar small {
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 750;
    opacity: 0.68;
  }

  .mobile-call-bar strong {
    font-size: 20px;
    font-weight: 950;
    letter-spacing: 0.015em;
  }

  .mobile-call-bar__arrow {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: var(--cash-white);
    background: var(--cash-navy-900);
    border-radius: 9px;
  }

  .content-main {
    padding-block: 62px 80px;
  }

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

  .post-card,
  .entry-content-wrap {
    padding: 22px;
  }

  .post-card__thumb {
    margin: -22px -22px 20px;
  }
}

@media (max-width: 430px) {
  .hero__inner {
    min-height: 720px;
    padding-bottom: 240px;
  }

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

  .hero__buttons .button {
    min-height: 52px;
  }

  .hero__phone span {
    font-size: 10px;
  }

  .hero__phone a {
    font-size: 19px;
  }

  .quick-strip__grid > div > span {
    display: none;
  }

  .experience-visual {
    min-height: 420px;
  }

  .experience-visual__halo {
    width: 285px;
    height: 285px;
  }

  .mini-card {
    min-width: 143px;
  }

  .mini-card p {
    font-size: 10px;
  }

  .final-cta__phone {
    grid-template-columns: 42px 1fr 30px;
    column-gap: 10px;
    padding-inline: 13px;
  }

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

  .mobile-call-bar strong {
    font-size: 18px;
  }
}

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

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

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

@media (max-width: 1100px) {
  .official-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .notice-bar__inner {
    gap: 6px;
  }

  .notice-bar p {
    max-width: none;
    flex: 1;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    font-size: 11px;
    line-height: 1.35;
  }

  .notice-bar a {
    display: block;
    margin-left: auto;
    font-size: 10px;
    white-space: nowrap;
  }

  .hero--safety .hero__inner {
    min-height: 780px;
    padding-block: 50px 290px;
  }

  .hero--safety h1 {
    font-size: clamp(34px, 9.8vw, 46px);
  }

  .hero--safety .hero__lead {
    line-height: 1.66;
  }

  .quick-strip strong {
    font-size: 14px;
  }

  .quick-strip p {
    font-size: 12px;
  }

  .safety-type-grid .service-card {
    min-height: 0;
  }

  .card-status {
    margin-top: -18px !important;
  }

  .source-note {
    padding: 16px;
    font-size: 12px;
  }

  .comparison-table {
    min-width: 820px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 16px 14px;
  }

  .comparison-table-wrap::after {
    content: "표를 좌우로 밀어 전체 내용을 확인하세요 →";
    position: sticky;
    left: 0;
    display: block;
    width: 100vw;
    max-width: calc(100vw - 34px);
    padding: 10px 14px;
    color: #536679;
    background: #eff7f5;
    border-top: 1px solid var(--cash-line);
    font-size: 10px;
  }

  .comparison-actions {
    display: grid;
  }

  .comparison-actions .button {
    width: 100%;
  }

  .comparison-actions p {
    text-align: left;
  }

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

  .official-card {
    min-height: 310px;
  }

  .information-disclaimer .site-shell {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 20px;
  }

  .information-disclaimer strong {
    width: fit-content;
  }

  .safety-chat-launcher {
    right: 10px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    min-width: 196px;
    min-height: 56px;
    grid-template-columns: 38px 1fr;
    gap: 9px;
    padding: 8px 15px 8px 9px;
    border-radius: 17px;
  }

  .safety-chat-launcher__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 20px;
  }

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

  .safety-chat-panel {
    right: 10px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    left: 10px;
    width: auto;
    max-height: calc(100dvh - 106px - env(safe-area-inset-bottom));
    border-radius: 22px;
    transform-origin: bottom center;
  }

  .safety-chat-panel__body {
    padding: 15px;
  }
}

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

  .hero--safety .hero__buttons .button {
    min-height: 52px;
  }
}

@media (max-width: 430px) {
  .notice-bar__status {
    display: none;
  }

  .notice-bar p {
    font-size: 10px;
  }

  .notice-bar a {
    font-size: 10px;
  }

  .hero--safety .hero__inner {
    min-height: 800px;
    padding-bottom: 270px;
  }

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

  .safety-chat-replies button {
    min-height: 44px;
  }
}
