.toss-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.toss-modal-overlay.toss-modal-overlay-closing{animation:fadeOut .3s ease-out}.toss-modal{width:100%;max-width:480px;background-color:#eee;border-radius:0;display:flex;flex-direction:column;animation:slideUp .3s ease-out;overflow:hidden;-webkit-overflow-scrolling:touch}.toss-modal.toss-modal-closing{animation:slideDown .3s ease-out}.toss-modal-header{display:flex;align-items:flex-start;flex-direction:column;border-bottom:1px solid #e1e1e1;padding:10px 16px 25px}.toss-modal-header__close-btn-wrapper{width:100%;display:flex;justify-content:flex-end}.toss-modal-title{font-size:20px;font-weight:700;color:#000;margin:0;padding:0 10px}.toss-modal-close-btn{width:40px;height:40px;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.toss-modal-content{flex:1 1;overflow-y:auto;background-color:#eee;padding-bottom:20px}.toss-step-section .toss-step{padding:20px 16px 28px}.toss-step-section .toss-step.blue{background-color:#2c77f6}.toss-step-section .toss-step.blue .toss-step-badge{background-color:#4f90f7;color:#fff}.toss-step-section .toss-step.blue .toss-step-subtitle{color:#b8d3ff}.toss-step-section .toss-step.dark{background-color:#171d24}.toss-step-section .toss-step.dark .toss-step-badge{background-color:#343f4c;color:#fff}.toss-step-section .toss-step.dark .toss-step-subtitle{color:#6b7887}.toss-step-section .toss-step .toss-step-badge{font-size:11px;font-weight:500;line-height:14px;padding:6px 12px;border-radius:20px;display:inline-block}.toss-step-section .toss-step .toss-step-header{margin-top:20px}.toss-step-section .toss-step .toss-step-title{font-size:20px;font-weight:700;line-height:24px;color:#fff;margin-bottom:8px}.toss-step-section .toss-step .toss-step-subtitle{font-size:13px;font-weight:400;line-height:18px}.toss-step-section .toss-step-list{padding:20px 16px 40px}.toss-step-section .toss-step-item{display:flex;gap:8px;margin:0}.toss-step-section .toss-step-number{width:28px;height:28px;min-width:28px;background-color:#d2dded;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;line-height:18px;color:#2c77f6;margin-top:6px}.toss-step-section .toss-step-content{flex:1 1;padding-top:6px}.toss-step-section .toss-step-item-title{font-size:16px;font-weight:600;line-height:16px;color:#000;margin:0 0 8px}.toss-step-section .toss-step-item-desc{font-size:13px;font-weight:400;line-height:18px;color:#464f5c;margin:0}.toss-step-section .toss-step-item-desc strong{font-weight:600;color:#464f5c}.toss-step-section .toss-step-item-desc strong.highlight{color:#2c77f6}.toss-step-section .toss-step-divider{height:1px;background-color:#d2d2d2;margin:20px 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}:root{--bg:#f4f7f8;--card:#fff;--text:#111827;--sub:#6b7280;--line:#e5e7eb;--black:#111827;--teal:#008f8e;--mint:#e9fbf8;--blue:#2563eb;--blue-bg:#eff6ff;--green-bg:#ecfdf5;--green-line:#a7f3d0;--green-text:#047857;--soft:#f9fafb}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.page{max-width:430px;margin:0 auto;min-height:100vh;padding:14px 12px 28px}.header{margin-bottom:14px}.hero{background:linear-gradient(135deg,#fff,#edfafa);border:1px solid #d9eeee;border-radius:26px;padding:22px 18px 18px;box-shadow:0 10px 26px rgba(0,80,80,.08);overflow:hidden}.hero-title{margin:0;font-size:23px;line-height:1.22;font-weight:950;letter-spacing:-1.2px}.hero-title strong{color:var(--teal)}.hero-sub{margin:14px 0 18px;color:#374151;font-size:12.5px;line-height:1.55;font-weight:800}.hero-visual{margin:14px 0 18px;background:#fff;border-radius:24px;padding:16px;display:flex;align-items:center;gap:14px;border:1px solid #e5f3f2}.doc{width:112px;height:138px;background:#fff;border-radius:18px;box-shadow:0 10px 22px rgba(17,24,39,.12);padding:15px;position:relative}.shield{width:46px;height:46px;border-radius:16px;background:var(--teal);display:grid;place-items:center;color:#fff;font-size:28px;font-weight:950;margin-bottom:14px}.doc-line{height:8px;background:#e5e7eb;margin-bottom:8px}.doc-line,.pen{border-radius:999px}.pen{position:absolute;width:86px;height:11px;background:#111827;right:-32px;bottom:24px;transform:rotate(-32deg)}.card-mini{flex:1 1;display:grid;grid-gap:8px;gap:8px}.mini-box{background:var(--mint);border:1px solid #c7f2ec;border-radius:16px;padding:11px;font-size:11px;line-height:1.35;font-weight:900;color:#007675}.hero-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.btn{height:50px;border-radius:16px;border:none;font-size:12.5px;font-weight:950}.btn.primary{background:var(--teal);color:#fff}.btn.secondary{background:#fff;color:var(--teal);border:1.5px solid var(--teal)}.section{margin-top:22px}.section-head{margin-bottom:10px}.section-title{margin:0;font-size:21px;font-weight:950;letter-spacing:-.7px}.section-sub{margin:6px 0 0;font-size:11px;color:var(--sub);line-height:1.45;font-weight:750}.step-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:15px;box-shadow:0 8px 20px rgba(17,24,39,.05)}.step-badge{display:inline-flex;height:28px;align-items:center;padding:0 10px;border-radius:999px;background:var(--teal);color:#fff;font-size:11px;font-weight:950;margin-bottom:10px}.screen{background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;padding:13px}.screen-title{font-size:17px;font-weight:950;margin-bottom:11px}.option{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:12px;margin-bottom:8px}.option.active{border-color:#111827}.option-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.option-main{font-size:12.5px;font-weight:950}.option-sub{margin-top:5px;color:var(--sub);font-size:11.5px;line-height:1.35;font-weight:800}.choice{background:#111827;color:#fff;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:950;flex:0 0 auto}.input-box{height:44px;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:0 13px;display:flex;align-items:center;color:#9ca3af;font-size:12.5px;font-weight:800;margin-bottom:8px}.two{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.flow{background:var(--green-bg);border:1px solid var(--green-line);color:var(--green-text);border-radius:14px;padding:10px;font-size:11px;line-height:1.55;font-weight:950;margin-top:8px}.kakao{background:#fee500;padding:13px;color:#191919}.chat,.kakao{border-radius:18px}.chat{background:#fff8b8;padding:12px;font-size:11px;font-weight:900;line-height:1.45}.chat,.pay-btn{margin-top:10px}.pay-btn{height:48px;border-radius:15px;font-size:13px}.proof-grid{display:grid;grid-gap:8px;gap:8px}.proof-item{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:11px}.icon{width:36px;height:36px;border-radius:14px;background:var(--mint);display:grid;place-items:center;color:var(--teal);font-weight:950;flex:0 0 auto}.proof-text{font-size:11px;font-weight:900;line-height:1.35}.drawer{position:fixed;inset:0;background:rgba(17,24,39,.45);display:none;z-index:50}.drawer.show{display:block}.drawer-panel{width:78%;max-width:330px;height:100%;background:#fff;margin-left:auto;padding:18px}.drawer-title{font-size:20px;font-weight:950;margin-bottom:16px}.drawer-link{padding:14px 0;border-bottom:1px solid #e5e7eb;font-size:12.5px;font-weight:900}.close{width:100%;height:46px;border:none;border-radius:14px;background:#111827;color:#fff;font-weight:900;margin-top:18px}.hero-no-image{background:linear-gradient(180deg,#eef8ff,#f7fbff)!important;border:none!important;box-shadow:none!important;border-radius:0 0 34px 34px!important;padding:72px 20px 74px!important;text-align:center!important}.hero-pill{display:inline-flex;height:34px;align-items:center;justify-content:center;padding:0 16px;border-radius:999px;background:#dff1ff;color:#008f8e;font-size:12.5px;font-weight:950;margin-bottom:24px}.hero-no-image .hero-title{margin:0!important;font-size:36px!important;line-height:1.26!important;font-weight:950!important;letter-spacing:-1.7px!important}.hero-no-image .hero-title strong{color:#008f8e!important}.hero-no-image .hero-sub{margin:22px 0 34px!important;color:#374151!important;font-size:15px!important;line-height:1.75!important;font-weight:850!important}.hero-no-image .hero-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:12px!important;gap:12px!important;margin:0!important}.hero-no-image .btn{height:54px!important;border-radius:18px!important;font-size:15px!important;font-weight:950!important}.hero-no-image .btn.primary{background:#008f8e!important;color:#fff!important;border:none!important;box-shadow:0 10px 22px rgba(0,143,142,.16)}.hero-no-image .btn.secondary{background:#fff!important;color:#008f8e!important;border:1.5px solid #008f8e!important}@media(max-width:390px){.hero-no-image{padding:58px 18px 62px!important}.hero-no-image .hero-title{font-size:32px!important}}.screen .option-sub{font-size:11.5px}.screen .option-main{font-size:12.5px}.identity-visual{position:relative;min-height:260px;margin:8px 0 10px;background:radial-gradient(circle at center,#eef2ff 0,#f8fafc 62%,transparent 82%);border-radius:22px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;gap:8px;padding:18px 8px 0}.id-phone{width:103px;height:205px;background:#fff;border:4px solid #111827;border-radius:22px 22px 0 0;padding:10px 8px;position:relative;box-shadow:0 12px 26px rgba(17,24,39,.12)}.id-phone-center{height:230px;background:#202431;color:#fff;margin-bottom:0;z-index:2}.id-phone-left,.id-phone-right{margin-bottom:10px;opacity:.96}.id-phone-top{text-align:center;font-size:10px;font-weight:950;margin-bottom:12px;color:#111827}.id-phone-top.dark{color:#fff}.id-card-ui{background:#f8fafc;border:1px solid #dbe4f0;border-radius:10px;padding:8px;height:82px;display:flex;gap:7px;align-items:center}.id-photo{width:32px;height:42px;border-radius:7px;background:linear-gradient(180deg,#dbeafe,#93c5fd);position:relative}.id-photo:before{left:9px;top:7px;width:14px;height:14px;border-radius:50%}.id-photo:after,.id-photo:before{content:"";position:absolute;background:#fff}.id-photo:after{left:6px;bottom:7px;width:20px;height:12px;border-radius:999px 999px 4px 4px}.id-lines{flex:1 1}.id-lines div{height:6px;background:#d1d5db;border-radius:999px;margin-bottom:6px}.id-lines .short{width:65%}.face-circle{width:74px;height:74px;border-radius:50%;background:linear-gradient(180deg,#dbeafe,#fff);margin:18px auto 0;position:relative}.face-circle:before{left:22px;top:18px;width:30px;height:30px;border-radius:50%}.face-circle:after,.face-circle:before{content:"";position:absolute;background:#111827}.face-circle:after{left:16px;bottom:12px;width:42px;height:20px;border-radius:999px 999px 8px 8px}.scan-ring{position:absolute;left:50%;top:62px;transform:translateX(-50%);width:88px;height:88px;border:3px solid #22c55e;border-radius:50%;box-shadow:0 0 0 5px rgba(34,197,94,.12)}.complete-check{width:54px;height:54px;border-radius:18px;background:#0b1736;color:#fff;display:grid;place-items:center;font-size:23px;font-weight:950;margin:26px auto 12px}.complete-text{text-align:center;color:#374151;font-size:10px;line-height:1.4;font-weight:850}.id-btn{position:absolute;left:8px;right:8px;bottom:10px;height:28px;border-radius:9px;background:#eef8f7;color:#008f8e;display:grid;place-items:center;font-size:10px;font-weight:950}.id-btn.dark{background:#22c55e;color:#fff}.waiting{background:#fef3c7;color:#d97706;padding:6px 12px;border-radius:999px;font-size:11px}.final-dispute-cta{margin-top:26px;background:linear-gradient(135deg,#111827,#0f172a)!important;color:#fff!important;border-radius:24px!important;padding:24px 18px!important;text-align:center!important}.final-dispute-cta h2{margin:0 0 12px!important;font-size:23px!important;line-height:1.35!important;font-weight:950!important;letter-spacing:-.8px!important}.final-dispute-cta p{margin:0 0 18px!important;color:#d1d5db!important;font-size:13px!important;line-height:1.65!important;font-weight:800!important}.final-dispute-cta button{width:100%!important;height:52px!important;border:none!important;border-radius:16px!important;background:#008f8e!important;color:#fff!important;font-size:16px!important;font-weight:950!important}.mini-flow{margin-top:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:12px 8px;display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.mini-flow-item{flex:1 1;text-align:center;color:#111827;font-size:11px;line-height:1.35;font-weight:900}.mini-flow-icon{width:26px;height:26px;margin:0 auto 6px;border-radius:50%;background:#0b1736;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:950}.mini-arrow{padding-top:8px;color:#9ca3af;font-size:14px;font-weight:950}.mock-black-btn{width:100%;height:48px;border:none;border-radius:15px;background:#111827;color:#fff;font-size:12.5px;font-weight:950;margin-top:12px}.mock-note{margin-top:7px;text-align:center;color:#6b7280;font-size:11px;font-weight:800;line-height:1.4}.step3-sign-visual{position:relative;min-height:275px;margin:8px 0 10px;background:radial-gradient(circle at center,#eef8f7 0,#f8fcfc 62%,transparent 82%);border-radius:22px;overflow:hidden}.step3-phone{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:190px;height:260px;border:5px solid #111827;border-bottom:none;border-radius:34px 34px 0 0;background:#f8fafc;padding:14px;text-align:left;box-shadow:0 16px 34px rgba(17,24,39,.14)}.step3-phone-top{display:flex;justify-content:space-between;font-size:10px;font-weight:950;margin-bottom:14px}.step3-logo{color:#008f8e;font-size:11px;font-weight:950;margin-bottom:13px}.step3-talk{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 22px rgba(17,24,39,.13)}.step3-talk-head{background:#fee500;padding:9px 11px;font-size:11px;font-weight:950}.step3-talk-body{padding:11px}.step3-talk-body strong{display:block;font-size:12.5px;line-height:1.35;font-weight:950;margin-bottom:8px}.step3-talk-body p{margin:0 0 10px;font-size:11px;line-height:1.45;color:#374151;font-weight:800}.step3-talk-btn{height:30px;border-radius:9px;background:#f3f4f6;display:grid;place-items:center;font-size:11px;font-weight:950}.step3-paper{position:absolute;right:4px;bottom:30px;width:145px;height:178px;background:#fff;border-radius:20px;padding:16px 14px;box-shadow:0 16px 36px rgba(17,24,39,.16);text-align:left}.step3-paper-title{text-align:center;font-size:17px;font-weight:950;margin-bottom:14px}.step3-line{height:8px;background:#edf0f3;border-radius:999px;margin-bottom:8px}.step3-line.short{width:65%}.step3-signbox{width:80px;border:2px solid #008f8e;border-radius:10px;overflow:hidden;margin:12px 0 0 auto;background:#fff}.step3-sign-head{height:28px;background:#0b1736;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:950}.step3-sign-svg{width:100%;height:48px;display:block;background:#fff}.identity-visual-real{min-height:260px;margin:8px 0 10px;background:radial-gradient(circle at center,#eef2ff 0,#f8fafc 65%,transparent 85%);border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 10px}.real-auth-phone{width:142px;height:235px;border-radius:24px;background:#2f3040;color:#fff;position:relative;padding:16px 12px;box-shadow:0 14px 28px rgba(17,24,39,.18)}.real-auth-phone:before{content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);width:42px;height:5px;border-radius:999px;background:hsla(0,0%,100%,.28)}.auth-title{text-align:center;font-size:11px;font-weight:950;margin-top:14px;margin-bottom:16px}.id-frame{width:112px;height:78px;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center}.corner{position:absolute;width:16px;height:16px;border-color:#fff;border-style:solid}.corner.lt{left:0;top:0;border-width:3px 0 0 3px;border-radius:4px 0 0 0}.corner.rt{right:0;top:0;border-width:3px 3px 0 0;border-radius:0 4px 0 0}.corner.lb{left:0;bottom:0;border-width:0 0 3px 3px;border-radius:0 0 0 4px}.corner.rb{right:0;bottom:0;border-width:0 3px 3px 0;border-radius:0 0 4px 0}.id-card-real{width:96px;height:58px;border-radius:8px;background:linear-gradient(135deg,#fbfff7,#e9f7ff);display:flex;align-items:center;gap:7px;padding:7px;box-shadow:0 6px 14px rgba(0,0,0,.2)}.id-face-photo{width:32px;height:42px;border-radius:5px;background:linear-gradient(180deg,#f9d5c6,#f7bfa8);position:relative;overflow:hidden}.id-face-photo:before{content:"";position:absolute;left:5px;top:0;width:22px;height:16px;border-radius:999px 999px 4px 4px;background:#111827}.id-face-photo:after{content:"";position:absolute;left:8px;top:22px;width:16px;height:10px;border-radius:999px;background:#fff}.id-card-lines{flex:1 1}.id-card-lines div{height:5px;background:#cbd5e1;border-radius:999px;margin-bottom:5px}.id-card-lines .short{width:60%}.auth-guide{text-align:center;color:#d1d5db;font-size:10px;line-height:1.55;font-weight:800;margin-top:25px}.camera-btn{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);width:42px;height:42px;border-radius:50%;background:#6366f1;border:3px solid hsla(0,0%,100%,.85)}.face-area{width:102px;height:102px;margin:3px auto 0;position:relative}.face-photo-real{width:86px;height:86px;border-radius:50%;background:#e5eef8;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);overflow:hidden}.hair{left:15px;top:7px;width:56px;height:44px;border-radius:50% 50% 35% 35%;background:#111827;z-index:3}.face-base,.hair{position:absolute}.face-base{left:22px;top:23px;width:42px;height:48px;border-radius:45% 45% 48% 48%;background:#f2c6b7;z-index:4}.eye{position:absolute;top:42px;width:5px;height:5px;border-radius:50%;background:#111827;z-index:5}.eye.left{left:35px}.eye.right{right:35px}.mouth{position:absolute;left:39px;top:58px;width:14px;height:6px;border-bottom:2px solid #9f1239;border-radius:0 0 999px 999px;z-index:5}.scan-circle{position:absolute;left:50%;top:50%;width:100px;height:100px;transform:translate(-50%,-50%);border-radius:50%;border:4px solid #2dd4bf;border-right-color:transparent;box-shadow:0 0 0 5px rgba(45,212,191,.12)}.face-guide{margin-top:24px}.payment-card-ui{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:16px;box-shadow:0 10px 30px rgba(17,24,39,.06)}.payment-box{display:flex;flex-direction:column;gap:10px}.pay-row{height:48px;background:#f3f4f6;border-radius:14px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;font-size:12.5px;font-weight:900;color:#111827}.pay-row span{color:#374151;font-size:11px;font-weight:900}.pay-row.amount strong{font-size:22px}.pay-checks{margin-top:14px;padding:14px;border-radius:16px;background:#f9fafb;display:flex;flex-direction:column;gap:10px;font-size:11px;line-height:1.5;font-weight:850;color:#111827}.pay-btn{width:100%;height:56px;margin-top:16px;border:none;border-radius:18px;background:#0b1736;color:#fff;font-size:20px;font-weight:950;box-shadow:0 10px 24px rgba(0,156,154,.18)}.evidence-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:8px}.evidence-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px 14px;box-shadow:0 10px 24px rgba(17,24,39,.05);text-align:center}.evidence-icon{font-size:28px;margin-bottom:10px}.evidence-title{font-size:12.5px;font-weight:950;color:#111827;margin-bottom:8px}.evidence-desc{font-size:11px;line-height:1.55;font-weight:800;color:#4b5563}.evidence-bottom{margin-top:16px;background:#f3f4f6;border-radius:16px;padding:14px;text-align:center;font-size:11px;line-height:1.6;font-weight:850;color:#374151}.option-sub.one-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px!important;line-height:1.3!important}.screen .option{padding-top:11px;padding-bottom:11px}.pay-step-flow{margin-top:14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:14px 8px;display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.pay-step-item{flex:1 1;text-align:center;font-size:11px;line-height:1.35;font-weight:900;color:#111827}.pay-step-num{width:28px;height:28px;margin:0 auto 7px;border-radius:50%;background:#0b1736;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:950}.pay-step-arrow{padding-top:8px;color:#9ca3af;font-size:14px;font-weight:950}.common-step-flow{margin-top:14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:14px 8px;display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.common-flow-item{flex:1 1;text-align:center;color:#111827;font-size:11px;line-height:1.35;font-weight:900;word-break:keep-all}.common-flow-num{width:28px;height:28px;margin:0 auto 7px;border-radius:50%;background:#0b1736;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:950}.common-flow-arrow{padding-top:8px;color:#9ca3af;font-size:14px;font-weight:950}.mini-flow,.pay-step-flow{all:unset}.evidence-btn{width:100%;height:52px;margin-top:14px;border:none;border-radius:16px;background:#111827;color:#fff;font-size:14px;font-weight:950;box-shadow:0 10px 22px rgba(17,24,39,.12)}.evidence-note{margin-top:8px;text-align:center;color:#6b7280;font-size:11px;line-height:1.45;font-weight:800}.seller-status-wrap{display:flex;flex-direction:column;gap:12px;margin-top:10px}.seller-status-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 8px 18px rgba(17,24,39,.04)}.seller-status-left{flex:1 1;min-width:0}.seller-status-title{font-size:12.5px;line-height:1.35;font-weight:950;color:#111827;letter-spacing:-.3px}.seller-status-sub{margin-top:4px;color:#6b7280;font-size:11px;line-height:1.45;font-weight:800}.status-group{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.status{height:28px;padding:0 10px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:950;white-space:nowrap}.status.wait{background:#fef3c7;color:#b45309}.status.done{background:#dcfce7;color:#15803d}.status.reject{background:#fee2e2;color:#b91c1c}.seller-bottom-box{margin-top:14px;background:#f3f4f6;border-radius:16px;padding:14px;text-align:center;color:#374151;font-size:11px;line-height:1.6;font-weight:850}.seller-history-btn{width:100%;height:52px;margin-top:14px;border:none;border-radius:16px;background:#111827;color:#fff;font-size:14px;font-weight:950;box-shadow:0 10px 22px rgba(17,24,39,.12)}.seller-history-note{margin-top:8px;text-align:center;color:#6b7280;font-size:11px;line-height:1.45;font-weight:800}.limit-card-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:10px}.limit-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px 14px;text-align:center;box-shadow:0 8px 18px rgba(17,24,39,.04)}.limit-icon{font-size:28px;margin-bottom:10px}.limit-title{font-size:12.5px;line-height:1.35;font-weight:950;color:#111827;margin-bottom:8px}.limit-desc{color:#4b5563;font-size:11px;line-height:1.55;font-weight:800}.policy-btn{width:100%;height:52px;margin-top:16px;border:none;border-radius:16px;background:#0b1736;color:#fff;font-size:14px;font-weight:950;box-shadow:0 10px 22px rgba(11,23,54,.14)}.policy-note{margin-top:8px;text-align:center;color:#6b7280;font-size:11px;line-height:1.45;font-weight:800}.warning-card{border-color:#f3d4d4}.warning-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.warning-item{display:flex;align-items:flex-start;gap:12px;background:#fff7f7;border:1px solid #ffe1e1;border-radius:16px;padding:14px}.warning-dot{width:10px;height:10px;border-radius:50%;background:#dc2626;margin-top:5px;flex:0 0 auto}.warning-text{color:#7f1d1d;font-size:11px;line-height:1.55;font-weight:900}.dark-btn{background:#111827}.compact-final-cta{padding:18px 16px!important;border-radius:22px!important}.compact-final-text{text-align:center;color:#d1d5db;font-size:11px;line-height:1.75;font-weight:850;margin-bottom:14px}.compact-final-btn{height:48px;border:none;border-radius:15px;background:#0b1736;color:#fff}.compact-final-btn,.policy-info-box{width:100%;font-size:12.5px;font-weight:950}.policy-info-box{min-height:48px;margin-top:16px;border-radius:16px;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.45;border:1px solid #e5e7eb;box-shadow:none}.policy-info-box.warning-info{background:#fff7f7;color:#7f1d1d;border-color:#ffe1e1}.policy-btn{display:none!important}.policy-static-box{width:100%;min-height:48px;margin-top:16px;border-radius:16px;background:#f9fafb;color:#374151;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12.5px;line-height:1.45;font-weight:950;border:1px solid #e5e7eb;box-shadow:none}.policy-static-box.warning-static{background:#fff7f7;color:#7f1d1d;border-color:#ffe1e1}.dark-btn,.policy-btn{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}.policy-detail-btn{width:100%;height:52px;margin-top:16px;border:none;border-radius:16px;background:#0b1736;color:#fff;font-size:14px;font-weight:950;box-shadow:0 10px 22px rgba(11,23,54,.14)}.dark-btn,.policy-btn{display:initial!important;visibility:visible!important;height:auto!important;margin:initial!important;padding:initial!important;border:initial!important;overflow:visible!important}.buyer-limit-box{margin-top:14px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 8px 18px rgba(17,24,39,.04)}.buyer-limit-title{padding:13px 14px;background:#f9fafb;color:#111827;font-size:12.5px;font-weight:950;border-bottom:1px solid #e5e7eb}.buyer-limit-row{padding:12px 14px;border-bottom:1px solid #eef0f3}.buyer-limit-row:last-child{border-bottom:none}.buyer-pay-name{font-size:11px;font-weight:950;color:#111827;margin-bottom:4px}.buyer-pay-limit{color:#4b5563;font-size:11px;line-height:1.45;font-weight:800}.home-pay-mock{background:#fff;border:1px solid rgba(229,231,235,.95);border-radius:24px;overflow:hidden;box-shadow:0 14px 30px rgba(17,24,39,.08)}.home-pay-amount{padding:16px 16px 14px;background:linear-gradient(135deg,#fff,#eefafa);border-bottom:1px solid #eef1f3}.home-pay-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-pay-label{color:#4b5563;font-size:11px;font-weight:900}.home-pay-badge{padding:6px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:11px;font-weight:950;white-space:nowrap}.home-pay-price{margin-top:6px;font-size:29px;font-weight:950;letter-spacing:-1.2px}.home-pay-info{padding:12px 13px 5px}.home-pay-row{min-height:36px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f3f5}.home-pay-row:first-child{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:0 11px;margin-bottom:6px}.home-pay-row:last-child{border-bottom:none}.home-pay-row span{color:#6b7280;font-size:11.5px;font-weight:850}.home-pay-row b{color:#111827;font-size:11.5px;font-weight:950}.home-pay-check{margin:12px 13px 13px;border:1.5px solid #d1d5db;border-radius:16px;padding:11px;display:flex;gap:9px;align-items:flex-start}.home-pay-check i{width:22px;height:22px;border-radius:8px;background:#069a96;color:#fff;display:grid;place-items:center;font-style:normal;font-size:12.5px;font-weight:950;flex:0 0 auto}.home-pay-check p{margin:0;font-size:11.5px;line-height:1.45;font-weight:900}.home-pay-btn{width:100%;height:48px;border:none;border-radius:15px;background:linear-gradient(135deg,#069a96,#047f7b);color:#fff;font-size:12.5px;font-weight:950;margin-top:12px}.home-pay-note{margin-top:7px;text-align:center;color:#6b7280;font-size:10.8px;line-height:1.4;font-weight:800}.home-history-list{display:flex;flex-direction:column;gap:9px}.home-trade-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:12px;box-shadow:0 7px 18px rgba(17,24,39,.04)}.home-trade-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.home-trade-name{min-width:0;flex:1 1;font-size:12.5px;line-height:1.25;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-trade-name span{color:#6b7280;font-size:11px;font-weight:850}.home-trade-amount{flex:0 0 auto;font-size:12.5px;font-weight:950}.home-trade-meta{margin-top:5px;color:#9ca3af;font-size:10.2px;line-height:1.35;font-weight:850}.home-status-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5px;gap:5px;margin-top:9px}.home-status-box{background:#f9fafb;border:1px solid #eef0f3;border-radius:11px;padding:6px 3px;text-align:center;min-height:45px}.home-status-label{font-size:8.8px;color:#6b7280;font-weight:900;margin-bottom:5px}.home-status-value{display:inline-flex;height:18px;align-items:center;justify-content:center;padding:0 6px;border-radius:999px;font-size:8.5px;font-weight:950}.home-status-value.done{background:#dcfce7;color:#15803d}.home-status-value.wait{background:#fef3c7;color:#b45309}.home-status-value.reject{background:#fee2e2;color:#b91c1c}.home-limit-wrap{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.home-limit-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:13px;box-shadow:0 8px 18px rgba(17,24,39,.04)}.home-limit-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.home-limit-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eef8f7;color:#008f8e;font-size:19px;flex:0 0 auto}.home-limit-title{font-size:12.5px;font-weight:950;color:#111827}.home-limit-sub{margin-top:3px;font-size:10.5px;line-height:1.35;font-weight:800;color:#6b7280}.home-limit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.home-limit-box{background:#f9fafb;border-radius:13px;padding:9px 7px;text-align:center}.home-limit-box b{display:block;color:#6b7280;font-size:10px;font-weight:900;margin-bottom:5px}.home-limit-box span{color:#111827;font-size:11px;line-height:1.25;font-weight:950}.home-buyer-limit{margin-top:12px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.home-buyer-title{padding:12px 13px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:11px;font-weight:950}.home-buyer-row{padding:11px 13px;display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #eef0f3}.home-buyer-row:last-child{border-bottom:none}.home-buyer-row b{font-size:11px;font-weight:950}.home-buyer-row span{font-size:11.5px;color:#4b5563;line-height:1.45;font-weight:850;text-align:right}.old-limit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:12px}.old-limit-card{min-height:136px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:16px 10px 14px;text-align:center;box-shadow:0 8px 18px rgba(17,24,39,.04);display:flex;flex-direction:column;align-items:center;justify-content:center}.old-limit-icon{font-size:23px;line-height:1;margin-bottom:16px}.old-limit-title{color:#111827;font-size:14px;line-height:1.25;font-weight:950;letter-spacing:-.6px}.old-limit-desc{margin-top:9px;color:#4b5563;font-size:11px;line-height:1.55;font-weight:850;word-break:keep-all}.old-buyer-limit{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 8px 18px rgba(17,24,39,.04)}.old-buyer-title{padding:16px 17px;color:#111827;font-size:17px;font-weight:950;letter-spacing:-.5px;border-bottom:1px solid #e5e7eb}.old-buyer-row{padding:16px 17px;border-bottom:1px solid #eef0f3}.old-buyer-row:last-child{border-bottom:none}.old-buyer-name{color:#111827;font-size:12.5px;font-weight:950;margin-bottom:8px}.old-buyer-text{color:#4b5563;font-size:12.5px;line-height:1.45;font-weight:850}.old-policy-btn{width:100%;height:58px;margin-top:18px;border:none;border-radius:18px;background:#0b1736;color:#fff;font-size:14px;font-weight:950;box-shadow:0 10px 22px rgba(11,23,54,.14)}.old-policy-note{margin-top:10px;text-align:center;color:#9ca3af;font-size:11px;line-height:1.45;font-weight:800}.hero.hero-real-final{background:linear-gradient(180deg,#eefaff,#f8feff)!important;border:none!important;box-shadow:0 18px 38px rgba(0,80,80,.07)!important;border-radius:0 0 34px 34px!important;padding:48px 20px 34px!important;text-align:center!important;overflow:hidden!important}.hero-real-final .hero-pill{display:inline-flex!important;height:34px!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;border-radius:999px!important;background:#dff1ff!important;color:#008f8e!important;font-size:14px!important;font-weight:950!important;margin-bottom:22px!important}.hero-real-final .hero-title{margin:0!important;font-size:34px!important;line-height:1.25!important;font-weight:950!important;letter-spacing:-1.6px!important}.hero-real-final .hero-title strong{color:#008f8e!important}.hero-real-final .hero-sub{margin:18px 0 24px!important;color:#374151!important;font-size:14px!important;line-height:1.7!important;font-weight:850!important}.hero-service-card{margin:0 auto 26px;max-width:330px;background:hsla(0,0%,100%,.78);border:1px solid #d8eeee;border-radius:30px;padding:18px;box-shadow:0 18px 34px rgba(0,80,80,.08)}.hero-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.hero-card-label{background:#e9fbf8;color:#008f8e}.hero-card-label,.hero-card-status{height:30px;padding:0 12px;border-radius:999px;display:flex;align-items:center;font-size:12px;font-weight:950}.hero-card-status{background:#111827;color:#fff}.hero-document{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:18px 16px;text-align:left;box-shadow:0 12px 26px rgba(17,24,39,.08)}.hero-doc-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.hero-doc-title{font-size:22px;font-weight:950;color:#111827;letter-spacing:-.7px}.hero-shield-mini{width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,#4bd6b0,#008f8e);color:#fff;display:grid;place-items:center;font-size:28px;font-weight:950;box-shadow:0 10px 20px rgba(0,143,142,.18)}.hero-progress{height:7px;border-radius:999px;background:#e5e7eb;overflow:hidden;margin-bottom:14px}.hero-progress span{display:block;width:74%;height:100%;border-radius:999px;background:#008f8e}.hero-check-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f1f3f5}.hero-check-row:last-child{border-bottom:none}.hero-check{width:24px;height:24px;border-radius:50%;background:#008f8e;color:#fff;display:grid;place-items:center;font-size:15px;font-weight:950;flex:0 0 auto}.hero-check-text{flex:1 1;color:#374151;font-size:14px;font-weight:900}.hero-small-badge{height:26px;padding:0 9px;border-radius:999px;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;font-size:11px;font-weight:900}.hero-mini-icons{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:14px}.hero-mini{min-height:64px;border-radius:18px;background:#f8fafc;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.hero-mini-icon{font-size:20px}.hero-mini-text{font-size:11px;font-weight:900;color:#374151}.hero-real-final .hero-buttons{display:grid!important;grid-template-columns:1fr!important;grid-gap:10px!important;gap:10px!important;margin:0!important}.hero-real-final .btn{height:54px!important;border-radius:17px!important;font-size:16px!important;font-weight:950!important}.hero-real-final .btn.primary{background:#008f8e!important;color:#fff!important;border:none!important;box-shadow:0 10px 22px rgba(0,143,142,.16)!important}.hero-real-final .btn.secondary{background:#fff!important;color:#008f8e!important;border:1.5px solid #008f8e!important}@media(max-width:390px){.hero-real-final{padding:42px 18px 32px!important}.hero-real-final .hero-title{font-size:31px!important}.hero-service-card{max-width:310px;padding:15px}.hero-doc-title{font-size:20px}}.fee-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:14px;box-shadow:0 8px 20px rgba(17,24,39,.05);overflow:hidden}.fee-intro{background:linear-gradient(135deg,#f8fffe,#eefafa);border:1px solid #d8eeee;border-radius:20px;padding:15px 14px;margin-bottom:12px}.fee-intro-title{font-size:17px;font-weight:950;letter-spacing:-.7px;color:#111827;margin-bottom:7px}.fee-intro-desc{color:#4b5563;font-size:12px;line-height:1.55;font-weight:850;word-break:keep-all}.fee-plan{background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;padding:15px 13px;margin-bottom:10px;overflow:hidden}.fee-plan.recommend{border-color:#008f8e;background:linear-gradient(180deg,#fff,#f5fffd)}.fee-plan-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:11px}.fee-plan-title{flex:1 1;min-width:0;font-size:17px;line-height:1.28;font-weight:950;letter-spacing:-.65px;color:#111827;word-break:keep-all}.fee-badge{height:25px;padding:0 8px;border-radius:999px;background:#e9fbf8;color:#008f8e;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:950;white-space:nowrap;flex:0 0 auto}.fee-price{display:flex;align-items:flex-end;gap:5px;background:#f8fafc;border:1px solid #eef0f3;border-radius:16px;padding:13px 12px;margin-bottom:12px}.fee-price strong{font-size:28px;line-height:1;letter-spacing:-1px;font-weight:950;color:#111827}.fee-price span{margin-bottom:2px;color:#64748b;font-size:12px;font-weight:950}.fee-list{display:grid;grid-gap:8px;gap:8px}.fee-item{display:flex;gap:8px;align-items:flex-start;color:#111827;font-size:12.3px;line-height:1.42;font-weight:900;word-break:keep-all}.fee-check{width:20px;height:20px;border-radius:50%;background:#ecfdf5;color:#047857;display:grid;place-items:center;font-size:11px;font-weight:950;flex:0 0 auto}.safe-pay-box{background:#111827;color:#fff;border-radius:22px;padding:16px 13px;margin-top:12px;overflow:hidden}.safe-pay-title{font-size:18px;font-weight:950;letter-spacing:-.7px;margin-bottom:6px}.safe-pay-sub{color:#d1d5db;font-size:11.3px;line-height:1.4;font-weight:850;margin-bottom:12px}.safe-pay-option{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:17px;padding:13px;margin-top:9px}.safe-pay-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.safe-pay-name{font-size:14.5px;font-weight:950;letter-spacing:-.4px}.safe-pay-rate{font-size:21px;font-weight:950;letter-spacing:-.7px}.safe-pay-desc{margin-top:6px;color:#cbd5e1;font-weight:800}.safe-pay-desc,.safe-pay-free{font-size:11px;line-height:1.42}.safe-pay-free{margin-top:9px;padding:9px 10px;border-radius:13px;background:rgba(22,163,74,.16);color:#bbf7d0;font-weight:900}.fee-final-note{margin-top:12px;background:#f9fafb;border:1px dashed #cbd5e1;border-radius:16px;padding:13px;text-align:center;color:#374151;font-size:11.3px;line-height:1.55;font-weight:900}@media(max-width:390px){.fee-section-card{padding:12px}.fee-plan-title{font-size:16px}.fee-price strong{font-size:26px}}.fee-guide-section{width:100%;overflow:hidden}.fee-guide-section .section-head{margin-left:0!important;padding-left:0!important}.fee-guide-section .section-sub,.fee-guide-section .section-title{margin-left:0!important;padding-left:0!important;max-width:100%;word-break:keep-all}.fee-guide-section{max-width:100%!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important;overflow:visible!important}.fee-guide-section .section-head{width:100%!important;margin:0 0 10px!important;padding:0!important;text-align:left!important}.fee-guide-section .section-title{display:block!important;margin:0!important;padding:0!important;font-size:21px!important;font-weight:950!important;letter-spacing:-.7px!important;line-height:1.25!important;color:#111827!important;text-align:left!important;word-break:keep-all!important}.fee-guide-section .section-sub{margin:6px 0 0!important;padding:0!important;font-size:11px!important;color:#6b7280!important;line-height:1.45!important;font-weight:750!important;text-align:left!important}.fee-guide-section{margin-top:22px!important;padding:0!important}.fee-guide-section,.fee-section-card{width:100%!important;overflow:hidden!important}.fee-section-card{max-width:100%!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:24px!important;padding:14px!important;box-shadow:0 8px 20px rgba(17,24,39,.05)!important}.fee-intro{background:linear-gradient(135deg,#f8fffe,#eefafa)!important;border:1px solid #d8eeee!important;border-radius:20px!important;padding:17px 14px!important;margin-bottom:12px!important}.fee-intro-title{font-size:21px!important;line-height:1.25!important;font-weight:950!important;letter-spacing:-.8px!important;color:#111827!important;margin:0 0 8px!important;text-align:left!important}.fee-intro-desc{color:#4b5563!important;font-size:12px!important;line-height:1.58!important;font-weight:850!important;word-break:keep-all!important;text-align:left!important}.fee-plan{background:#fff!important;border:1.5px solid #e5e7eb!important;border-radius:20px!important;padding:15px 13px!important;margin-bottom:10px!important;overflow:hidden!important}.fee-plan.recommend{border-color:#008f8e!important;background:linear-gradient(180deg,#fff,#f5fffd)!important}.fee-plan-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:8px!important;margin-bottom:11px!important}.fee-plan-title{flex:1 1!important;min-width:0!important;font-size:17px!important;line-height:1.28!important;font-weight:950!important;letter-spacing:-.65px!important;color:#111827!important;word-break:keep-all!important}.fee-badge{height:25px!important;padding:0 8px!important;border-radius:999px!important;background:#e9fbf8!important;color:#008f8e!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:10px!important;font-weight:950!important;white-space:nowrap!important;flex:0 0 auto!important}.fee-price{display:flex!important;align-items:flex-end!important;gap:5px!important;background:#f8fafc!important;border:1px solid #eef0f3!important;border-radius:16px!important;padding:13px 12px!important;margin-bottom:12px!important}.fee-price strong{font-size:28px!important;line-height:1!important;letter-spacing:-1px!important;font-weight:950!important;color:#111827!important}.fee-price span{margin-bottom:2px!important;color:#64748b!important;font-size:12px!important;font-weight:950!important}.fee-list{display:grid!important;grid-gap:8px!important;gap:8px!important}.fee-item{display:flex!important;gap:8px!important;align-items:flex-start!important;color:#111827!important;font-size:12.3px!important;line-height:1.42!important;font-weight:900!important;word-break:keep-all!important}.fee-check{width:20px!important;height:20px!important;border-radius:50%!important;background:#ecfdf5!important;color:#047857!important;display:grid!important;place-items:center!important;font-size:11px!important;font-weight:950!important;flex:0 0 auto!important}.safe-pay-box{background:#111827!important;color:#fff!important;border-radius:22px!important;padding:16px 13px!important;margin-top:12px!important;overflow:hidden!important}.safe-pay-title{font-size:18px!important;font-weight:950!important;letter-spacing:-.7px!important;margin:0 0 6px!important}.safe-pay-sub{color:#d1d5db!important;font-size:11.3px!important;line-height:1.4!important;font-weight:850!important;margin:0 0 12px!important}.safe-pay-option{background:hsla(0,0%,100%,.08)!important;border:1px solid hsla(0,0%,100%,.15)!important;border-radius:17px!important;padding:13px!important;margin-top:9px!important}.safe-pay-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.safe-pay-name{font-size:14.5px!important;font-weight:950!important;letter-spacing:-.4px!important}.safe-pay-rate{font-size:21px!important;font-weight:950!important;letter-spacing:-.7px!important}.safe-pay-desc{margin-top:6px!important;color:#cbd5e1!important;font-weight:800!important}.safe-pay-desc,.safe-pay-free{font-size:11px!important;line-height:1.42!important}.safe-pay-free{margin-top:9px!important;padding:9px 10px!important;border-radius:13px!important;background:rgba(22,163,74,.16)!important;color:#bbf7d0!important;font-weight:900!important}.fee-final-note{margin-top:12px!important;background:#f9fafb!important;border:1px dashed #cbd5e1!important;border-radius:16px!important;padding:13px!important;text-align:center!important;color:#374151!important;font-size:11.3px!important;line-height:1.55!important;font-weight:900!important}.dhpay-main-hero{margin-top:0}.dhpay-hero-head{padding:18px 4px 12px}.dhpay-hero-pill{display:inline-flex;height:30px;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:#e9fbf8;color:#008f8e;font-size:12px;font-weight:950;margin-bottom:12px}.dhpay-hero-title{margin:0;font-size:27px;line-height:1.25;font-weight:950;letter-spacing:-1.2px;color:#111827}.dhpay-hero-title strong{color:#008f8e}.dhpay-hero-sub{margin:10px 0 0;color:#4b5563;font-size:12.5px;line-height:1.55;font-weight:850}.dhpay-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.dhpay-card{position:relative;min-height:158px;border-radius:24px;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--c1),var(--c2));box-shadow:0 12px 26px rgba(15,23,42,.12);border:1px solid hsla(0,0%,100%,.75);padding:14px;display:flex;flex-direction:column;justify-content:flex-end}.dhpay-card:before{inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.2) 48%,rgba(0,0,0,.52))}.dhpay-card:after,.dhpay-card:before{content:"";position:absolute;z-index:1}.dhpay-card:after{width:118px;height:118px;border-radius:999px;right:-38px;top:-38px;background:hsla(0,0%,100%,.18)}.dhpay-card-1{--c1:#2563eb;--c2:#60a5fa}.dhpay-card-2{--c1:#0f766e;--c2:#2dd4bf}.dhpay-card-3{--c1:#111827;--c2:#475569}.dhpay-card-4{--c1:#f97316;--c2:#fbbf24}.dhpay-card-5{--c1:#7c3aed;--c2:#c084fc}.dhpay-card-6{--c1:#db2777;--c2:#fb7185}.dhpay-emoji{position:absolute;top:13px;right:13px;font-size:42px;z-index:2;opacity:.86;filter:drop-shadow(0 10px 16px rgba(0,0,0,.16))}.dhpay-card-content{position:relative;z-index:3}.dhpay-card-title{font-size:20px;line-height:1.2;font-weight:950;letter-spacing:-.8px;margin-bottom:6px}.dhpay-card-desc{font-size:11.3px;line-height:1.45;font-weight:800;color:hsla(0,0%,100%,.92);min-height:32px}.dhpay-card-btn{margin-top:10px;height:34px;border-radius:12px;background:hsla(0,0%,100%,.96);color:#111827;display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:950}@media(max-width:390px){.dhpay-hero-title{font-size:25px}.dhpay-card{min-height:148px;border-radius:22px;padding:13px}.dhpay-emoji{font-size:38px}.dhpay-card-title{font-size:18px}.dhpay-card-desc{font-size:10.8px}}.dhpay-process-image-section{margin-top:22px}.dhpay-process-image-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:14px;box-shadow:0 8px 20px rgba(17,24,39,.05);overflow:hidden}.dhpay-process-image-title{margin:0 0 6px;color:#111827;font-size:21px;line-height:1.25;font-weight:950;letter-spacing:-.7px}.dhpay-process-image-sub{margin:0 0 12px;color:#6b7280;font-size:11px;line-height:1.45;font-weight:800}.dhpay-process-image-wrap{background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;padding:8px;overflow:hidden}.dhpay-process-image-wrap img{display:block;width:100%;height:auto;border-radius:16px}.dhpay-process-image-card{padding:14px!important}.dhpay-process-image-wrap{background:#eef2f6!important;border:1px solid #e5e7eb!important;border-radius:22px!important;padding:6px!important}.dhpay-process-image-wrap img{width:100%!important;height:auto!important;border-radius:18px!important;display:block!important;object-fit:cover!important}.dhpay-card-desc,.dhpay-card-desc *{text-decoration:none!important}.dhpay-card,.dhpay-card *,.dhpay-card-btn,.dhpay-card-desc,.dhpay-card-title,a.dhpay-card,a.dhpay-card:active,a.dhpay-card:hover,a.dhpay-card:link,a.dhpay-card:visited{text-decoration:none!important;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.dhpay-card-desc{min-height:24px!important;font-size:11.8px!important;line-height:1.35!important;font-weight:850!important;word-break:keep-all!important}.site-footer{margin:22px 0 0!important;padding:28px 18px 34px!important;background:#f3f4f6!important;text-align:center!important;color:#374151!important;border-radius:24px 24px 0 0!important;overflow:hidden!important}.footer-links{display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin-bottom:18px!important;font-size:11px!important;font-weight:900!important}.footer-links a{color:#111827!important;text-decoration:none!important}.footer-logo{font-size:21px!important;font-weight:950!important;color:#008f8e!important;letter-spacing:-.7px!important}.company-info,.footer-logo{margin-bottom:16px!important}.company-info{display:grid!important;grid-gap:6px!important;gap:6px!important}.company-info p{margin:0!important;font-size:11px!important;line-height:1.5!important;font-weight:750!important;color:#4b5563!important}.copyright{font-size:11px!important;color:#9ca3af!important;font-weight:700!important}.dhpay-card,.dhpay-card *,.dhpay-card-btn,.dhpay-card-desc,.dhpay-card-title{text-decoration:none!important;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.header{display:flex;align-items:center;justify-content:space-between;margin:bottom 14px}.logo{font-size:24px;font-weight:950;color:var(--teal);letter-spacing:-.8px}.menu{width:42px;height:42px;border:none;background:#fff;border-radius:14px;display:grid;place-items:center;box-shadow:0 4px 14px rgba(17,24,39,.06)}.menu span{display:block;position:relative}.menu span,.menu span:after,.menu span:before{width:22px;height:2.5px;background:#111827;border-radius:999px}.menu span:after,.menu span:before{content:"";position:absolute;left:0}.menu span:before{top:-7px}.menu span:after{top:7px}.loader-wrap{position:fixed;top:0;left:0;width:100vw;height:100vh;flex-direction:column;background-color:rgba(0,0,0,.8);z-index:9999}.loader,.loader-wrap{display:flex;justify-content:center;align-items:center}.loader{position:relative;width:100%;max-width:6rem;margin-top:3rem;margin-bottom:3rem}.loader:after,.loader:before{content:"";position:absolute;border-radius:50%;animation:pulsOut 1.8s ease-in-out infinite;filter:drop-shadow(0 0 1rem rgba(255,255,255,.75))}.loader:before{width:100%;padding-bottom:100%;box-shadow:inset 0 0 0 1rem #fff;animation-name:pulsIn}.loader:after{width:calc(100% - 2rem);padding-bottom:calc(100% - 2rem);box-shadow:0 0 0 0 #fff}@keyframes pulsIn{0%{box-shadow:inset 0 0 0 1rem #fff;opacity:1}50%,to{box-shadow:inset 0 0 0 0 #fff;opacity:0}}@keyframes pulsOut{0%,50%{box-shadow:0 0 0 0 #fff;opacity:0}to{box-shadow:0 0 0 1rem #fff;opacity:1}}.loader-message{font-family:var(--font-pretendard);font-size:1rem;margin-top:3rem}.footer-cta,.loader-message{color:#fff;text-align:center}.footer-cta{margin-top:22px;background:#111827;border-radius:24px;padding:20px 16px}.footer-cta h2{margin:0 0 8px;font-size:22px;font-weight:950}.footer-cta p{margin:0 0 14px;color:#d1d5db;font-size:11px;line-height:1.45;font-weight:750}.footer-cta button{width:100%;height:50px;border:none;border-radius:16px;background:var(--teal);color:#fff;font-size:13px;font-weight:950}.site-footer{margin:18px 0 0;padding:28px 18px 34px;background:#f3f4f6;text-align:center;color:#374151;border-radius:24px 24px 0 0}.footer-links{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:18px;font-size:11px;font-weight:900}.footer-links a{color:#111827;text-decoration:none}.footer-logo{font-size:21px;font-weight:950;color:#008f8e;margin-bottom:16px;letter-spacing:-.7px}.company-info{display:grid;grid-gap:6px;gap:6px;margin-bottom:16px}.company-info p{margin:0;font-size:11px;line-height:1.5;font-weight:750;color:#4b5563}.copyright{font-size:11px;color:#9ca3af;font-weight:700}