.ctcpo {
  --ctcpo-ink: #14211c;
  --ctcpo-muted: #65716b;
  --ctcpo-line: #dfe6e1;
  --ctcpo-paper: #f6f8f6;
  --ctcpo-green: #123d2e;
  --ctcpo-gold: #c9a66b;
  box-sizing: border-box;
  width: min(100%, 780px);
  margin: 24px auto 64px;
  color: var(--ctcpo-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.ctcpo *, .ctcpo *::before, .ctcpo *::after { box-sizing: inherit; }
.ctcpo__hero { overflow: hidden; padding: 0; border-radius: 24px; color: #fff; background: radial-gradient(circle at 92% 12%, rgba(201,166,107,.22), transparent 32%), linear-gradient(145deg, #183f32, #0a271e); box-shadow: 0 20px 50px rgba(9,34,26,.16); }
.ctcpo__hero-copy { padding: clamp(26px, 6vw, 54px); }
.ctcpo__hero-image { display: block; width: 100%; max-height: 420px; object-fit: cover; aspect-ratio: 16 / 9; }
.ctcpo__eyebrow { margin: 0 0 10px !important; color: #e3c896; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.ctcpo__hero h1 { margin: 0 0 16px; color: #fff; font-size: clamp(30px, 7vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.ctcpo__hero-copy > p:not(.ctcpo__eyebrow) { max-width: 620px; margin: 0; color: rgba(255,255,255,.82); }
.ctcpo__notice { margin-top: 22px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.08); font-size: 14px; }
.ctcpo__notice strong { color: #e4c485; margin-right: 7px; }
.ctcpo__form { display: grid; gap: 18px; margin-top: 20px; }
.ctcpo__section { padding: clamp(20px, 5vw, 34px); border: 1px solid var(--ctcpo-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 26px rgba(20,33,28,.05); }
.ctcpo__section-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px; }
.ctcpo__section-head > span { display: grid; flex: 0 0 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--ctcpo-green); font-size: 14px; font-weight: 800; }
.ctcpo__section h2 { margin: 0; color: var(--ctcpo-ink); font-size: 21px; line-height: 1.3; }
.ctcpo__section-head p { margin: 3px 0 0; color: var(--ctcpo-muted); font-size: 14px; }
.ctcpo__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ctcpo__applicant-types { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.ctcpo__applicant-types label { position: relative; display: block; padding: 15px 15px 15px 46px; border: 1px solid var(--ctcpo-line); border-radius: 13px; cursor: pointer; }
.ctcpo__applicant-types label:has(input:checked) { border-color: var(--ctcpo-green); background: #f2f7f4; box-shadow: inset 0 0 0 1px var(--ctcpo-green); }
.ctcpo__applicant-types input { position: absolute; top: 18px; left: 16px; width: 18px; height: 18px; accent-color: var(--ctcpo-green); }
.ctcpo__applicant-types strong, .ctcpo__applicant-types small { display: block; }
.ctcpo__applicant-types small { margin-top: 2px; color: var(--ctcpo-muted); font-weight: 500; }
.ctcpo__center-banner { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 18px; padding: 14px 16px; border: 1px solid #bdd5c6; border-radius: 13px; background: #f2f8f4; }
.ctcpo__center-banner span { color: var(--ctcpo-muted); font-size: 13px; }
.ctcpo label { color: var(--ctcpo-ink); font-size: 14px; font-weight: 700; }
.ctcpo input[type="text"], .ctcpo input[type="tel"], .ctcpo input[type="email"], .ctcpo textarea, .ctcpo select { width: 100%; margin: 7px 0 0; border: 1px solid #ccd6d0; border-radius: 11px; background: #fff; color: var(--ctcpo-ink); font: inherit; font-size: 16px; box-shadow: none; transition: border-color .18s, box-shadow .18s; }
.ctcpo input[type="text"], .ctcpo input[type="tel"], .ctcpo input[type="email"], .ctcpo select { min-height: 48px; padding: 0 13px; }
.ctcpo textarea { padding: 12px 13px; resize: vertical; }
.ctcpo input:focus, .ctcpo textarea:focus, .ctcpo select:focus { outline: 0; border-color: var(--ctcpo-green); box-shadow: 0 0 0 3px rgba(18,61,46,.12); }
.ctcpo__product-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ctcpo__choice { display: flex; min-height: 72px; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--ctcpo-line); border-radius: 14px; cursor: pointer; transition: .18s ease; }
.ctcpo__choice:hover { border-color: #aebdb4; transform: translateY(-1px); }
.ctcpo__choice:has(input:checked) { border-color: var(--ctcpo-green); background: #f2f7f4; box-shadow: inset 0 0 0 1px var(--ctcpo-green); }
.ctcpo__choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ctcpo__check { display: grid; flex: 0 0 24px; height: 24px; place-items: center; border: 1px solid #b7c4bc; border-radius: 7px; background: #fff; }
.ctcpo__choice input:checked + .ctcpo__check { border-color: var(--ctcpo-green); background: var(--ctcpo-green); }
.ctcpo__choice input:checked + .ctcpo__check::after { content: "✓"; color: #fff; font-size: 15px; }
.ctcpo__choice strong, .ctcpo__choice small { display: block; line-height: 1.35; }
.ctcpo__choice small { margin-top: 3px; color: var(--ctcpo-muted); font-weight: 500; }
.ctcpo__product-panels { display: grid; gap: 12px; margin-top: 18px; }
.ctcpo__product { min-width: 0; margin: 0; padding: 18px; border: 1px solid var(--ctcpo-line); border-radius: 15px; background: var(--ctcpo-paper); }
.ctcpo__product[hidden] { display: none; }
.ctcpo__product legend { display: flex; width: 100%; justify-content: space-between; align-items: baseline; padding: 0 4px; color: var(--ctcpo-ink); font-weight: 800; }
.ctcpo__product legend small { color: var(--ctcpo-muted); font-size: 13px; font-weight: 600; }
.ctcpo__sizes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.ctcpo__sizes label { display: grid; grid-template-columns: 1fr 64px; align-items: center; padding: 8px 8px 8px 12px; border: 1px solid var(--ctcpo-line); border-radius: 10px; background: #fff; }
.ctcpo__sizes select { min-height: 38px; margin: 0; padding: 0 7px; }
.ctcpo__summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 16px; background: #dce5df; }
.ctcpo__summary > div { padding: 19px; background: var(--ctcpo-green); color: #fff; }
.ctcpo__summary span, .ctcpo__summary strong { display: block; }
.ctcpo__summary span { color: rgba(255,255,255,.66); font-size: 13px; }
.ctcpo__summary strong { margin-top: 4px; font-size: 23px; }
.ctcpo__summary b { font: inherit; }
.ctcpo__unpriced { margin: 9px 0 0; color: #916d32; font-size: 13px; }
.ctcpo__note { display: block; margin-top: 20px; }
.ctcpo__consent { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; font-weight: 600 !important; cursor: pointer; }
.ctcpo__consent input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--ctcpo-green); }
.ctcpo__honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.ctcpo__submit { display: flex; width: 100%; min-height: 56px; justify-content: space-between; align-items: center; padding: 0 20px; border: 0; border-radius: 13px; background: var(--ctcpo-green); color: #fff; font: inherit; font-weight: 800; cursor: pointer; transition: transform .18s, opacity .18s; }
.ctcpo__submit:hover { transform: translateY(-1px); }
.ctcpo__submit:disabled { opacity: .62; cursor: wait; transform: none; }
.ctcpo__form-message { min-height: 24px; margin: 10px 0 0; color: #b42318; font-size: 14px; font-weight: 700; }
.ctcpo__success { margin-top: 20px; padding: clamp(30px, 8vw, 64px); border: 1px solid #bdd5c6; border-radius: 22px; background: #f2f8f4; text-align: center; }
.ctcpo__success > span { display: grid; width: 54px; height: 54px; margin: 0 auto 17px; place-items: center; border-radius: 50%; background: var(--ctcpo-green); color: #fff; font-size: 27px; }
.ctcpo__success h2 { margin: 0 0 10px; color: var(--ctcpo-ink); }
.ctcpo__success p { margin: 0; color: var(--ctcpo-muted); }
.ctcpo__success .ctcpo__edit-link { margin-top: 20px; padding: 15px; border: 1px dashed #9bbbaa; border-radius: 12px; background: #fff; }
.ctcpo__edit-link p { margin: 6px 0 12px; font-size: 14px; }
.ctcpo__edit-link input { width: 100%; min-height: 44px; margin: 0 0 8px; padding: 8px 10px; border: 1px solid #ccd6d0; border-radius: 9px; font-size: 13px; }
.ctcpo__edit-link button { width: 100%; min-height: 44px; border: 0; border-radius: 9px; background: var(--ctcpo-green); color: #fff; font-weight: 800; cursor: pointer; }
.ctcpo__edit-link small { display: block; min-height: 20px; margin-top: 6px; color: var(--ctcpo-green); }
.ctcpo__edit-link a { display: inline-block; margin-top: 7px; color: var(--ctcpo-green); font-weight: 800; }
@media (max-width: 620px) {
  .ctcpo { margin-top: 10px; }
  .ctcpo__hero { border-radius: 18px; }
  .ctcpo__fields, .ctcpo__product-choices, .ctcpo__applicant-types { grid-template-columns: 1fr; }
  .ctcpo__sizes { grid-template-columns: 1fr 1fr; }
  .ctcpo__summary { grid-template-columns: 1fr; }
	.ctcpo__center-banner { flex-direction: column; }
  .ctcpo__summary > div { padding: 15px 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .ctcpo *, .ctcpo *::before, .ctcpo *::after { scroll-behavior: auto !important; transition: none !important; }
}
