:root{
    --coral:#EF4044;
    --coral-deep:#C92E32;
    --blush:#FDECEC;
    --ink:#241C1A;
    --ink-soft:#6B615C;
    --paper:#FFFFFF;
    --paper-warm:#FFFBF9;
    --line:rgba(36,28,26,0.10);
    --font-display:'Pretendard','Apple SD Gothic Neo','Malgun Gothic',sans-serif;
    --font-body:'Pretendard','Apple SD Gothic Neo','Malgun Gothic',sans-serif;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  body{
    font-family:var(--font-body);
    background:var(--paper-warm);
    color:var(--ink);
    -webkit-font-smoothing:antialiased;
    line-height:1.6;
    padding-bottom:220px;
  }
  .page{max-width:520px; margin:0 auto; background:var(--paper-warm); overflow:hidden;}
  img,svg{display:block;}

  .sticky-bar{
    position:fixed; left:50%; bottom:0; transform:translateX(-50%);
    width:100%; max-width:520px; background:var(--paper);
    border-top:1px solid var(--line); padding:12px 16px calc(12px + env(safe-area-inset-bottom));
    box-shadow:0 -6px 18px rgba(36,28,26,0.08);
    z-index:2147483000;
    pointer-events:auto;
  }
  .sticky-row{display:flex; gap:8px; margin-bottom:8px;}
  .sticky-row input{
    flex:1; min-width:0; padding:10px 12px; border:1px solid var(--line); border-radius:7px;
    font-size:16px; font-family:var(--font-body); background:var(--paper-warm);
    -webkit-appearance:none; appearance:none;
  }
  .sticky-row input:focus{outline:2px solid var(--coral); outline-offset:1px;}
  .sticky-row input#onjubak-name{flex:0.8;}
  a.btn-primary{text-decoration:none; color:#fff;}
  .sticky-consent{
    display:flex; align-items:flex-start; gap:8px; margin-bottom:8px; cursor:pointer;
    padding:4px 0; -webkit-tap-highlight-color: transparent;
  }
  .sticky-consent input[type=checkbox]{
    width:18px; height:18px; margin-top:1px; flex:0 0 auto; accent-color:var(--coral);
    pointer-events:auto;
  }
  .sticky-consent span{font-size:11px; color:var(--ink-soft); line-height:1.4;}
  .sticky-consent .req{color:var(--coral-deep); font-weight:700;}
  .sticky-consent.is-error{
    outline:2px solid var(--coral); outline-offset:2px; border-radius:6px; background:var(--blush);
  }
  .btn-submit{
    width:100%; margin-top:0; padding:13px; border:none; border-radius:8px;
    background:#E3D9D6; color:#fff; font-weight:700; font-size:14.5px; cursor:not-allowed;
  }
  .btn-submit:disabled{background:#E3D9D6; color:#fff; cursor:not-allowed; opacity:1;}
  .btn-submit.is-ready:not(:disabled){background:var(--coral); color:#fff; cursor:pointer;}
  .btn-submit.is-done,
  .sticky-bar.is-done .btn-submit{
    background:#E3D9D6; color:#A69C97; cursor:not-allowed;
  }
  .divider{height:1px; background:var(--line); margin:0 28px;}

  /* ===== HERO ===== */
  .hero{padding:52px 28px 44px; text-align:center;}
  .badge{
    display:flex; width:fit-content; align-items:center; gap:6px;
    font-size:12px; font-weight:600; letter-spacing:0.02em;
    color:var(--coral-deep); background:var(--blush);
    padding:7px 14px; border-radius:999px; margin:0 auto 22px;
  }
  .badge .dot{width:6px; height:6px; border-radius:50%; background:var(--coral); animation:pulse 1.6s infinite;}
  @keyframes pulse{0%,100%{opacity:1;} 50%{opacity:0.35;}}

  .hero-number{
    font-family:var(--font-display); font-weight:900;
    font-size:96px; line-height:1; letter-spacing:-0.02em;
    color:var(--coral);
  }
  .hero-number sub-label{display:block;}
  .hero-caption{
    font-size:14px; font-weight:600; color:var(--ink-soft);
    margin-top:6px; letter-spacing:0.02em;
  }

  .wordmark-wrap{position:relative; display:inline-block; margin-top:20px;}
  .hero-wordmark{
    font-family:var(--font-display); font-weight:900; font-size:58px;
    letter-spacing:-0.02em; color:var(--ink);
  }
  .free-stamp{
    position:absolute; top:-14px; right:-46px; width:60px; height:60px;
    border:2px solid var(--coral); border-radius:50%; background:var(--paper-warm);
    display:flex; align-items:center; justify-content:center; flex-direction:column;
    transform:rotate(-14deg); color:var(--coral); font-family:var(--font-display);
  }
  .free-stamp .fs-top{font-size:12px; font-weight:900; letter-spacing:0.02em; line-height:1;}
  .free-stamp .fs-bot{font-size:9px; font-weight:700; letter-spacing:0.04em; margin-top:2px;}
  .hero-label{
    font-size:13px; font-weight:600; letter-spacing:0.12em; color:var(--ink-soft);
    margin-top:8px; text-transform:uppercase;
  }

  .hero h1{
    font-family:var(--font-display); font-weight:800; font-size:26px;
    line-height:1.42; letter-spacing:-0.02em; margin-top:2px;
  }
  .hero p.sub{
    margin-top:20px; font-size:14.5px; color:var(--ink-soft);
    max-width:340px; margin-left:auto; margin-right:auto;
  }

  .btn-primary{
    display:inline-block; margin-top:28px;
    background:var(--coral); color:#fff; font-weight:700; font-size:16px;
    padding:16px 38px; border:none; border-radius:9px; cursor:pointer; letter-spacing:-0.01em;
  }
  .btn-primary:active{transform:scale(0.98);}
  .hero .fine{margin-top:12px; font-size:12px; color:var(--ink-soft); opacity:0.8;}

  /* ===== SECTION GENERIC ===== */
  .section{padding:48px 28px;}
  .kicker{
    font-size:12.5px; font-weight:700; letter-spacing:0.04em; color:var(--coral-deep);
    margin-bottom:10px;
  }
  .h2{
    font-family:var(--font-display); font-weight:700; font-size:23px; line-height:1.42;
    letter-spacing:-0.01em; margin-bottom:14px;
  }
  .body-txt{font-size:14.5px; color:var(--ink-soft);}

  /* ===== PAIN / COMPARE ===== */
  .compare{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:26px;}
  .compare .card{
    background:var(--paper); border:1px solid var(--line); border-radius:12px;
    padding:20px 14px; text-align:center;
  }
  .compare .card.no{opacity:0.55;}
  .compare .card.yes{border-color:var(--coral);}
  .compare .icon{font-size:30px; margin-bottom:8px;}
  .compare .label{font-size:13px; font-weight:600; color:var(--ink-soft);}
  .compare .card.yes .label{color:var(--coral-deep); font-weight:700;}
  .compare .arrow{grid-column:1/3; text-align:center; font-size:12.5px; color:var(--ink-soft); margin-top:2px;}

  /* ===== STEPS ===== */
  .steps{margin-top:28px; display:flex; flex-direction:column;}
  .step{position:relative; padding-bottom:8px;}
  .step:last-child{padding-bottom:0;}
  .step-header{display:flex; align-items:center; gap:15px; cursor:pointer; padding:6px 0 14px; user-select:none;}
  .step-num{
    flex:0 0 auto; width:36px; height:36px; border-radius:50%;
    background:var(--ink); color:#fff; font-family:var(--font-display);
    font-weight:700; font-size:14.5px; display:flex; align-items:center; justify-content:center;
    position:relative; z-index:1; transition:background 0.2s;
  }
  .step.free .step-num{background:var(--coral);}
  .step:not(:last-child) .step-header::before{
    content:""; position:absolute; left:17.5px; top:42px; bottom:-8px; width:1px; background:var(--line);
  }
  .step-title-row{flex:1; display:flex; align-items:center; flex-wrap:wrap; gap:6px;}
  .step-body .title{font-weight:700; font-size:15.5px;}
  .step-tag{
    font-size:11px; font-weight:700; padding:2px 8px; border-radius:5px;
  }
  .step.free .step-tag{color:var(--coral-deep); background:var(--blush);}
  .step:not(.free) .step-tag{color:var(--ink-soft); background:var(--paper);}
  .step-chevron{flex:0 0 auto; color:var(--ink-soft); transition:transform 0.25s ease; margin-left:8px;}
  .step.open .step-chevron{transform:rotate(180deg);}
  .step-content{max-height:0; overflow:hidden; transition:max-height 0.3s ease; padding-left:51px;}
  .step.open .step-content{max-height:160px;}
  .step-body .desc{font-size:13.5px; color:var(--ink-soft); padding-bottom:22px;}

  /* ===== INCLUDED LIST ===== */
  .list{margin-top:26px; display:flex; flex-direction:column; gap:9px;}
  .list-item{
    display:flex; align-items:center; justify-content:space-between;
    background:var(--paper); border:1px solid var(--line); border-radius:10px;
    padding:14px 16px;
  }
  .list-item .left{display:flex; align-items:center; gap:11px; font-size:14.5px; font-weight:600;}
  .check{
    width:18px; height:18px; border-radius:50%; background:var(--ink); flex:0 0 auto;
    display:flex; align-items:center; justify-content:center;
  }
  .check svg{width:10px; height:10px;}
  .free-tag{
    font-family:var(--font-display); font-weight:700; font-size:13px; color:var(--coral);
  }
  .list-total{
    margin-top:14px; display:flex; align-items:center; justify-content:space-between;
    background:var(--ink); border-radius:10px; padding:15px 18px;
  }
  .list-total .t{color:#fff; font-size:14px; font-weight:600;}
  .list-total .v{color:var(--coral); font-family:var(--font-display); font-weight:900; font-size:20px;}

  /* ===== SHARE ===== */
  .share-box{
    margin-top:26px; background:var(--blush); border-radius:16px; padding:26px 22px; text-align:center;
  }
  .share-box .h3{font-family:var(--font-display); font-weight:700; font-size:18px; color:var(--ink); margin-bottom:8px;}
  .share-box .p{font-size:13.5px; color:var(--ink-soft); margin-bottom:18px;}
  .share-actions{display:flex; gap:10px;}
  .share-actions button{
    flex:1; padding:13px 10px; border-radius:8px; font-weight:700; font-size:13.5px; cursor:pointer;
  }
  .share-actions button.filled{background:var(--coral); color:#fff; border:none;}
  .share-actions button.outline{background:transparent; color:var(--coral-deep); border:1.5px solid var(--coral);}
  .share-msg{font-size:12px; margin-top:12px; color:var(--ink-soft); min-height:16px;}

  /* ===== FORM ===== */
  .form-card{margin-top:26px; background:var(--paper); border-radius:16px; padding:26px 22px; border:1px solid var(--line);}
  .field{margin-bottom:15px;}
  .field label{display:block; font-size:13px; font-weight:600; margin-bottom:7px;}
  .field input[type=text], .field input[type=tel]{
    width:100%; padding:13px 14px; border:1px solid var(--line); border-radius:8px;
    font-size:15px; font-family:var(--font-body); background:var(--paper-warm);
  }
  .field input:focus{outline:2px solid var(--coral); outline-offset:1px;}
  .check-row{display:flex; align-items:flex-start; gap:10px; margin-bottom:11px;}
  .check-row input[type=checkbox]{width:17px; height:17px; margin-top:1px; flex:0 0 auto; accent-color:var(--coral);}
  .check-row .txt{font-size:12.5px; color:var(--ink-soft);}
  .check-row .txt .req{color:var(--coral-deep); font-weight:700;}
  .check-row .txt a{color:var(--coral-deep); text-decoration:underline;}
  .form-msg{text-align:center; font-size:12.5px; margin-top:12px; color:var(--coral-deep); font-weight:600; min-height:16px;}

  /* ===== FOOTER ===== */
  .footer{padding:34px 28px 46px;}
  .footer .brand{font-family:var(--font-display); font-weight:700; font-size:13.5px; margin-bottom:12px; color:var(--ink-soft);}
  .footer .note{font-size:11px; color:var(--ink-soft); opacity:0.7; line-height:1.7; border-top:1px solid var(--line); padding-top:15px;}

  @media (max-width:380px){
    .hero-number{font-size:76px;}
    .hero h1{font-size:22px;}
    .hero{padding:44px 20px 36px;}
    .section{padding:40px 20px;}
  }


/* deepimpact embed: site nav above page */
.onjubak-page-wrap { background: var(--paper-warm); }
.onjubak-page-wrap .page { margin-top: 0; }
.onjubak-compare-icon {
  width: 48px; height: 48px; margin: 0 auto 8px; border-radius: 12px;
  background: #F5F0EE; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: var(--ink-soft);
}
.compare .card.yes .onjubak-compare-icon { background: var(--blush); color: var(--coral-deep); }
@media (min-width: 768px) {
  .page { max-width: 720px; }
  .sticky-bar { max-width: 720px; }
}

