/* 저신용플랜 랜딩 — 딥네이비 + 블루 + 화이트 */
html:has(.cp-page),
body:has(.cp-page) {
  overflow-x: hidden !important;
  overscroll-behavior-x: none;
  max-width: 100%;
}
body:has(.cp-page) #header,
body:has(.cp-page) #footer {
  max-width: 100%;
  overflow-x: hidden;
}
body:has(.cp-page) #header .main-nav,
body:has(.cp-page) #header .main-nav nav {
  max-width: 100%;
}
#sub:has(.cp-page),
#main:has(.cp-page) {
  background: #fff !important;
  padding-top: 0 !important;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.cp-page {
  background: #fff;
  color: #1b2433;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 70vh;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.cp-page *,
.cp-page *::before,
.cp-page *::after {
  box-sizing: border-box;
}
.cp-body {
  background: #fff;
  padding: 36px 0 56px;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}
.cp-wrap {
  max-width: 880px;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 0 16px;
  color: #1b2433;
}
.cp-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 56px 20px 52px;
  background:
    radial-gradient(ellipse at 88% 18%, rgba(59, 130, 246, .28), transparent 46%),
    linear-gradient(180deg, #071530 0%, #0b1b3a 58%, #0b1b3a 100%);
  color: #fff;
  overflow: hidden;
}
.cp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  box-sizing: border-box;
}
.cp-hero-bg {
  position: relative;
  z-index: 0;
  width: 100%;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cp-hero.has-image {
  display: flex;
  flex-direction: column;
  background: #0b1b3a;
}
.cp-hero.has-image .cp-hero-inner {
  width: 100%;
}
.cp-hero.has-image .cp-hero-inner { padding-left: 20px; padding-right: 20px; }
.cp-hero.pos-top.has-image { padding: 0 0 52px; }
.cp-hero.pos-top.has-image .cp-hero-bg { order: 0; }
.cp-hero.pos-top.has-image .cp-hero-inner { order: 1; }
.cp-hero.pos-bottom.has-image { padding: 56px 0 0; }
.cp-hero.pos-bottom.has-image .cp-hero-bg { order: 2; }
.cp-hero.pos-bottom.has-image .cp-hero-inner { order: 1; }

.cp-hero.layout-overlap.pos-top.has-image .cp-hero-bg {
  height: min(48vw, 360px);
  min-height: 220px;
  width: 100%;
  margin: 0;
  background-position: center top;
  -webkit-mask-image: linear-gradient(180deg, #000 48%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 48%, transparent 100%);
}
.cp-hero.layout-overlap.pos-top.has-image .cp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,21,48,.08) 0%, rgba(11,27,58,.22) 50%, rgba(11,27,58,.88) 100%);
}
.cp-hero.layout-overlap.pos-top.has-image .cp-hero-inner { margin-top: -88px; }

.cp-hero.layout-overlap.pos-bottom.has-image .cp-hero-bg {
  height: min(48vw, 360px);
  min-height: 220px;
  width: 100%;
  margin: 0;
  background-position: center bottom;
  -webkit-mask-image: linear-gradient(0deg, #000 48%, transparent 100%);
  mask-image: linear-gradient(0deg, #000 48%, transparent 100%);
}
.cp-hero.layout-overlap.pos-bottom.has-image .cp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,21,48,.08) 0%, rgba(11,27,58,.22) 50%, rgba(11,27,58,.88) 100%);
}
.cp-hero.layout-overlap.pos-bottom.has-image .cp-hero-inner {
  margin-bottom: -88px;
  padding-bottom: 24px;
}

.cp-hero.layout-stack.pos-top.has-image .cp-hero-bg {
  height: min(42vw, 300px);
  min-height: 180px;
  width: 100%;
  margin: 0 0 22px;
  background-position: center top;
}
.cp-hero.layout-stack.pos-top.has-image .cp-hero-bg::after { display: none; }
.cp-hero.layout-stack.pos-bottom.has-image { padding-bottom: 0; }
.cp-hero.layout-stack.pos-bottom.has-image .cp-hero-bg {
  height: min(42vw, 300px);
  min-height: 180px;
  width: 100%;
  margin: 22px 0 0;
  background-position: center top;
}
.cp-hero.layout-stack.pos-bottom.has-image .cp-hero-bg::after { display: none; }
.cp-hero.layout-stack.pos-bottom.has-image .cp-hero-inner {
  margin-bottom: 0;
  padding-bottom: 8px;
}

.cp-kicker {
  margin: 0 0 12px;
  color: #93c5fd;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}
.cp-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.cp-sub {
  margin: 0 0 20px;
  color: rgba(226, 232, 240, .88);
  font-size: 15px;
  line-height: 1.6;
  max-width: 34em;
}
.cp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.cp-trust li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, .45);
  background: rgba(255, 255, 255, .08);
  color: #e0edff;
  font-size: 13px;
  font-weight: 700;
}
.cp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  border: none !important;
  background: #2563eb !important;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, .28);
}
.cp-hero a.cp-cta,
.cp-wrap a.cp-cta,
.cp-page a.cp-cta {
  color: #fff !important;
  background: #2563eb !important;
}
.cp-cta:hover,
.cp-hero a.cp-cta:hover,
.cp-wrap a.cp-cta:hover {
  background: #1d4ed8 !important;
  color: #fff !important;
}
.cp-section { margin: 0 0 36px; }
.cp-sec-label {
  margin: 0 0 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cp-section h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0b1b3a;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.cp-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.cp-card {
  padding: 16px 14px;
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  background: #fff;
}
.cp-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #0b1b3a;
}
.cp-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}
.cp-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #eef4ff;
  border: 1px solid #c7d7f5;
  color: #1e3a8a;
  font-size: 13px;
  line-height: 1.55;
}
.cp-note strong { font-weight: 800; }
.cp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.cp-steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  background: #fff;
}
.cp-steps em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #0b1b3a;
  color: #fff;
  font-style: normal;
  font-weight: 800;
}
.cp-steps b {
  display: block;
  margin-bottom: 2px;
  color: #0b1b3a;
}
.cp-steps span { color: #64748b; font-size: 13px; }
.cp-apply-desc {
  margin: -6px 0 18px;
  color: #64748b;
  font-size: 14px;
}
.cp-form {
  display: grid;
  gap: 10px;
  padding: 8px 0 16px;
  background: #fff;
  color: #334155;
}
.cp-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}
.cp-row > div { min-width: 0; }
.cp-form > label,
.cp-row label {
  display: block;
  margin: 6px 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}
.cp-form input[type="text"],
.cp-form input[type="tel"],
.cp-form input[type="email"] {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  background: #f3f4f6;
  color: #111827;
  box-sizing: border-box;
}
.cp-form input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, .08);
}
.cp-form input[readonly] { cursor: pointer; }
.cp-form input::placeholder { color: #94a3b8; }
.cp-radios { display: flex; flex-wrap: wrap; gap: 8px; }
.cp-radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d7deea;
  border-radius: 999px;
  background: #f8fafc;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
}
.cp-radio:has(input:checked) {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
}
.cp-radio input {
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  appearance: auto !important;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 0;
  accent-color: #2563eb;
  pointer-events: auto;
}
.cp-agree {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px !important;
  min-height: 44px;
  position: relative;
  z-index: 3;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #475569;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(37, 99, 235, .15);
  pointer-events: auto;
}
.cp-agree input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: auto !important;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  position: relative;
  z-index: 4;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  accent-color: #2563eb;
  cursor: pointer;
  border: 1px solid #94a3b8;
  background: #fff;
}
.cp-agree input[type="checkbox"]:checked {
  background: #2563eb;
  border-color: #2563eb;
}
.cp-agree label {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
  line-height: 1.45;
  cursor: pointer;
  pointer-events: auto;
}
.cp-submit {
  margin-top: 8px;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.cp-submit:hover { background: #000; }
.cp-submit:disabled {
  background: #c5c5c5;
  color: #fff;
  cursor: wait;
}
.cp-form-note {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}
.cp-complete {
  background: #fff;
  padding: 48px 16px 56px;
}
.cp-complete .cp-section {
  padding: 36px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dbe4f0;
  text-align: center;
}
.cp-complete .cp-apply-desc { margin: 0 0 22px; }
@media (min-width: 720px) {
  .cp-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .cp-hero { padding: 40px 18px 36px; }
  .cp-hero.has-image .cp-hero-inner { padding-left: 18px; padding-right: 18px; }
  .cp-hero.pos-top.has-image { padding: 0 0 36px; }
  .cp-hero.pos-bottom.has-image { padding: 40px 0 0; }
  .cp-section h2 { font-size: 21px; }
}
