*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}:root{--blue-500:#3182F6;--blue-600:#1B64DA;--blue-100:#E8F3FF;--blue-50:#F4F9FF;--grey-900:#191F28;--grey-800:#333D4B;--grey-700:#4E5968;--grey-600:#6B7684;--grey-500:#8B95A1;--grey-400:#B0B8C1;--grey-300:#D1D6DB;--grey-200:#E5E8EB;--grey-100:#F2F4F6;--grey-50:#F9FAFB;--red-500:#F04452;--red-100:#FFE9EA;--green-500:#00C471;--green-100:#E4F5EC;--yellow-500:#FFB800;--yellow-100:#FFF4D6;--purple-500:#8B5CF6;--purple-100:#EFE9FF;--pink-500:#EC4899;--pink-100:#FCE7F3;--white:#FFFFFF}html,body{max-width:100%;overflow-x:hidden}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--grey-900);letter-spacing:-.02em;line-height:1.5}button{font-family:inherit;cursor:pointer}.toss-nav{background:#ffffffeb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--grey-100);padding:0 32px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.toss-logo{display:flex;align-items:center;gap:10px;cursor:pointer}.toss-logo-mark{width:32px;height:32px;background:var(--blue-500);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:15px;font-weight:800;border-radius:8px;flex-shrink:0}.toss-logo-text{font-size:19px;font-weight:700;color:var(--grey-900);letter-spacing:-.03em}.toss-nav-menu{display:flex;gap:8px;align-items:center}.toss-nav-item{padding:8px 14px;font-size:15px;font-weight:600;color:var(--grey-700);cursor:pointer;border-radius:8px;transition:background .15s}.toss-nav-item:hover{background:var(--grey-100)}.toss-nav-cta{background:var(--grey-900);color:var(--white);border:none;padding:10px 20px;border-radius:10px;font-size:15px;font-weight:700;transition:background .15s;letter-spacing:-.02em;white-space:nowrap}.toss-nav-cta:hover{background:var(--grey-800)}.hero{padding:80px 32px 100px;background:var(--white)}.hero-container{max-width:1120px;margin:0 auto}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.toss-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--blue-100);color:var(--blue-500);border-radius:999px;font-size:14px;font-weight:700;margin-bottom:24px;letter-spacing:-.02em}.toss-badge-dot{width:6px;height:6px;background:var(--blue-500);border-radius:50%}.hero h1{font-size:clamp(28px,5vw,56px);font-weight:700;line-height:1.25;letter-spacing:-.04em;margin-bottom:20px;color:var(--grey-900);word-break:keep-all}.hero h1 .point{color:var(--blue-500)}.hero h1 .strike{color:var(--grey-400);position:relative;display:inline-block;font-weight:600}.hero h1 .strike:after{content:"";position:absolute;left:-4%;right:-4%;top:52%;height:3px;background:var(--red-500);transform:rotate(-3deg);border-radius:2px}.hero-sub{font-size:clamp(15px,2vw,18px);color:var(--grey-700);line-height:1.75;margin-bottom:32px;font-weight:500;letter-spacing:-.02em;word-break:keep-all}.toss-btn-group{display:flex;gap:10px;margin-bottom:32px;flex-wrap:wrap}.toss-btn-primary{background:var(--blue-500);color:var(--white);border:none;padding:16px 28px;border-radius:12px;font-size:16px;font-weight:700;transition:background .15s;letter-spacing:-.02em;display:inline-flex;align-items:center;justify-content:center;gap:6px}.toss-btn-primary:hover{background:var(--blue-600)}.toss-btn-primary:active{transform:scale(.98)}.toss-btn-secondary{background:var(--grey-100);color:var(--grey-900);border:none;padding:16px 28px;border-radius:12px;font-size:16px;font-weight:700;transition:background .15s;letter-spacing:-.02em}.toss-btn-secondary:hover{background:var(--grey-200)}.trust-list{display:flex;gap:16px;flex-wrap:wrap}.trust-li{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--grey-700)}.trust-check{width:20px;height:20px;background:var(--blue-500);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.hero-visual{position:relative;height:540px;display:flex;align-items:center;justify-content:center}.phone-frame{width:290px;height:520px;background:var(--grey-900);border-radius:40px;padding:12px;position:relative;box-shadow:0 30px 60px -12px #0000002e}.phone-screen{width:100%;height:100%;background:var(--grey-50);border-radius:30px;overflow:hidden;position:relative}.phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:100px;height:22px;background:var(--grey-900);border-radius:999px;z-index:2}.phone-header{padding:44px 20px 16px;background:var(--white);border-bottom:1px solid var(--grey-100)}.phone-time{font-size:12px;font-weight:700;color:var(--grey-900);text-align:center;margin-bottom:6px}.phone-app-name{font-size:17px;font-weight:800;color:var(--grey-900);text-align:center;letter-spacing:-.03em}.phone-body{padding:14px}.phone-list-item{background:var(--white);border-radius:14px;padding:14px;margin-bottom:9px;box-shadow:0 1px 3px #0000000a;animation:slideUp .6s ease-out}.phone-list-item.delay1{animation-delay:.1s;animation-fill-mode:backwards}.phone-list-item.delay2{animation-delay:.25s;animation-fill-mode:backwards}.phone-list-item.delay3{animation-delay:.4s;animation-fill-mode:backwards}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pli-top{display:flex;align-items:center;gap:10px;margin-bottom:8px}.pli-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pli-icon.in{background:var(--blue-100);color:var(--blue-500)}.pli-icon.out{background:var(--green-100);color:var(--green-500)}.pli-name{font-size:12px;font-weight:700;color:var(--grey-900)}.pli-time{font-size:11px;color:var(--grey-500);margin-left:auto;font-weight:500}.pli-msg{font-size:13px;font-weight:600;color:var(--grey-900);margin-bottom:2px;line-height:1.4;letter-spacing:-.02em}.pli-desc{font-size:11px;color:var(--grey-600)}section{padding:120px 32px}.section-inner{max-width:1120px;margin:0 auto}.section-eyebrow{font-size:15px;font-weight:700;color:var(--blue-500);margin-bottom:12px;letter-spacing:-.02em}.section-title{font-size:clamp(23px,4vw,42px);font-weight:700;line-height:1.35;letter-spacing:-.04em;margin-bottom:16px;color:var(--grey-900);word-break:keep-all}.section-sub{font-size:clamp(14px,2vw,17px);color:var(--grey-700);line-height:1.75;font-weight:500;letter-spacing:-.02em;word-break:keep-all}.cost-hero{background:var(--grey-900);border-radius:24px;padding:72px 48px;color:var(--white)}.cost-hero-label{font-size:14px;font-weight:700;color:var(--blue-500);margin-bottom:14px;letter-spacing:-.02em}.cost-hero h2{font-size:clamp(23px,5vw,48px);font-weight:700;line-height:1.4;margin-bottom:36px;letter-spacing:-.04em;word-break:keep-all}.cost-hero h2 .grey{color:var(--grey-600)}.cost-hero h2 .blue{color:var(--blue-500)}.cost-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cost-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px 22px}.cost-item.highlight{background:var(--blue-500);border-color:var(--blue-500)}.cost-item-label{font-size:13px;color:var(--grey-400);font-weight:600;margin-bottom:10px;letter-spacing:-.02em}.cost-item.highlight .cost-item-label{color:#ffffffd9}.cost-item-value{font-size:clamp(22px,3.5vw,28px);font-weight:800;letter-spacing:-.04em}.cost-item:not(.highlight) .cost-item-value{color:var(--grey-400);text-decoration:line-through}.cost-item.highlight .cost-item-value{color:var(--white)}.cost-item-desc{font-size:12px;color:var(--grey-500);margin-top:6px;font-weight:500;line-height:1.5}.cost-item.highlight .cost-item-desc{color:#ffffffbf}.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:48px}.pain-block{background:var(--grey-50);border-radius:18px;padding:36px 32px;transition:transform .2s ease}.pain-block:hover{transform:translateY(-4px)}.pain-icon-box{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.pain-icon-box.red{background:var(--red-100);color:var(--red-500)}.pain-icon-box.purple{background:var(--purple-100);color:var(--purple-500)}.pain-icon-box.yellow{background:var(--yellow-100);color:var(--yellow-500)}.pain-icon-box.pink{background:var(--pink-100);color:var(--pink-500)}.pain-quote{font-size:clamp(17px,2.5vw,21px);font-weight:700;color:var(--grey-900);line-height:1.45;margin-bottom:10px;letter-spacing:-.03em;word-break:keep-all}.pain-explain{font-size:14px;color:var(--grey-700);line-height:1.75;font-weight:500;word-break:keep-all}.feature-bg{background:var(--grey-50)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.feature-card{background:var(--white);border-radius:18px;padding:32px 26px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.feature-icon.blue{background:var(--blue-100);color:var(--blue-500)}.feature-icon.green{background:var(--green-100);color:var(--green-500)}.feature-icon.yellow{background:var(--yellow-100);color:var(--yellow-500)}.feature-icon.purple{background:var(--purple-100);color:var(--purple-500)}.feature-icon.pink{background:var(--pink-100);color:var(--pink-500)}.feature-title{font-size:18px;font-weight:700;color:var(--grey-900);margin-bottom:8px;letter-spacing:-.03em}.feature-desc{font-size:14px;color:var(--grey-700);line-height:1.75;font-weight:500;word-break:keep-all}.feature-tag{display:inline-block;margin-top:14px;padding:4px 10px;background:var(--blue-100);color:var(--blue-500);font-size:12px;font-weight:700;border-radius:999px}.compare-table{background:var(--white);border-radius:18px;overflow:hidden;margin-top:48px;border:1px solid var(--grey-100)}.compare-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;align-items:center;border-bottom:1px solid var(--grey-100)}.compare-row:last-child{border-bottom:none}.compare-row.header{background:var(--grey-50);font-size:13px;font-weight:700;color:var(--grey-700);letter-spacing:-.02em}.compare-row.header>div{padding:18px 20px}.compare-row.header .col-good{background:var(--blue-500);color:var(--white);text-align:center}.compare-row.header .col-bad{text-align:center;color:var(--grey-500)}.compare-row>div{padding:20px;font-size:14px;font-weight:500;line-height:1.4;word-break:keep-all}.compare-row .col-feat{font-weight:600;color:var(--grey-900);letter-spacing:-.02em}.compare-row .col-bad{text-align:center;color:var(--red-500);font-weight:700}.compare-row .col-good{text-align:center;color:var(--blue-500);font-weight:800;background:var(--blue-50);letter-spacing:-.02em}.steps-wrap{margin-top:48px}.step-row{display:grid;grid-template-columns:72px 1fr;gap:28px;padding:28px 0;border-bottom:1px solid var(--grey-100);align-items:start}.step-row:last-child{border-bottom:none}.step-big-num{font-size:56px;font-weight:700;color:var(--blue-500);line-height:1;letter-spacing:-.06em;font-variant-numeric:tabular-nums}.step-info{padding-top:6px}.step-info-title{font-size:clamp(17px,2.5vw,21px);font-weight:700;color:var(--grey-900);margin-bottom:8px;letter-spacing:-.03em;line-height:1.45;word-break:keep-all}.step-info-desc{font-size:clamp(13px,2vw,15px);color:var(--grey-700);line-height:1.75;font-weight:500;word-break:keep-all}.big-msg{text-align:center;padding:72px 32px;background:var(--blue-500);color:var(--white);border-radius:24px;margin:0 32px}.big-msg-label{font-size:15px;font-weight:700;margin-bottom:14px;color:#ffffffd9;letter-spacing:-.02em}.big-msg h2{font-size:clamp(23px,5vw,44px);font-weight:700;line-height:1.4;letter-spacing:-.04em;word-break:keep-all}.faq-list{margin-top:36px}.faq-item{border-bottom:1px solid var(--grey-100);cursor:pointer}.faq-summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px 0}.faq-q{font-size:clamp(14px,2vw,17px);font-weight:700;color:var(--grey-900);letter-spacing:-.03em;line-height:1.5;word-break:keep-all}.faq-arrow{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--grey-500);transition:transform .25s}.faq-item.open .faq-arrow{transform:rotate(180deg);color:var(--blue-500)}.faq-answer{padding:4px 0 24px;font-size:clamp(13px,2vw,15px);color:var(--grey-700);line-height:1.85;font-weight:500;display:none;max-width:760px;word-break:keep-all}.faq-item.open .faq-answer{display:block}.final-cta{padding:104px 32px;text-align:center;background:var(--grey-50)}.final-cta-inner{max-width:720px;margin:0 auto}.final-cta h2{font-size:clamp(24px,5vw,44px);font-weight:700;line-height:1.4;letter-spacing:-.04em;margin-bottom:16px;color:var(--grey-900);word-break:keep-all}.final-cta p{font-size:clamp(14px,2vw,17px);color:var(--grey-700);margin-bottom:36px;line-height:1.75;font-weight:500;word-break:keep-all}.toss-btn-xl{background:var(--blue-500);color:var(--white);border:none;padding:18px 36px;border-radius:14px;font-size:17px;font-weight:700;transition:background .15s;letter-spacing:-.02em;display:inline-flex;align-items:center;justify-content:center;gap:8px}.toss-btn-xl:hover{background:var(--blue-600)}.toss-btn-xl:active{transform:scale(.98)}footer{background:var(--white);border-top:1px solid var(--grey-100);padding:40px 32px 48px}.footer-inner{max-width:1120px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--grey-100)}.footer-left{display:flex;align-items:center;gap:10px}.footer-brand-name{font-size:15px;font-weight:700;color:var(--grey-900);letter-spacing:-.03em}.footer-brand-domain{font-size:12px;color:var(--grey-500);font-weight:500}.footer-copy{font-size:13px;color:var(--grey-500);font-weight:500}.business-info{display:flex;flex-wrap:wrap;font-size:13px;color:var(--grey-600);font-weight:500;line-height:1.7}.biz-item{display:inline-flex;align-items:center}.biz-label{color:var(--grey-500);margin-right:6px}.biz-value{color:var(--grey-700)}.biz-divider{color:var(--grey-300);margin:0 12px}@media (max-width: 960px){.hero-grid{grid-template-columns:1fr;gap:36px}.hero-visual{order:-1;height:auto;padding:16px 0}.feature-grid{grid-template-columns:repeat(2,1fr)}section{padding:88px 24px}.hero{padding:48px 24px 64px}}@media (max-width: 768px){.toss-nav{padding:0 18px;height:54px}.toss-nav-menu{display:none}.toss-logo-text{font-size:16px}.toss-logo-mark{width:28px;height:28px;font-size:13px}.toss-nav-cta{padding:7px 13px;font-size:13px}section{padding:56px 18px}.hero{padding:28px 18px 48px}.hero-grid{gap:28px}.hero h1{font-size:28px;line-height:1.35;margin-bottom:14px}.hero-sub{font-size:15px;line-height:1.75;margin-bottom:24px}.toss-badge{font-size:12px;padding:6px 11px;margin-bottom:18px}.hero-visual{padding:0}.phone-frame{width:250px;height:460px;border-radius:34px;padding:9px}.phone-screen{border-radius:26px}.phone-header{padding:38px 16px 12px}.phone-app-name{font-size:15px}.phone-body{padding:12px}.phone-list-item{padding:12px;border-radius:12px;margin-bottom:8px}.pli-icon{width:28px;height:28px}.pli-icon svg{width:16px;height:16px}.pli-name{font-size:11px}.pli-time{font-size:10px}.pli-msg{font-size:12px}.pli-desc{font-size:10px}.toss-btn-group{flex-direction:column;gap:8px;margin-bottom:24px}.toss-btn-primary,.toss-btn-secondary{width:100%;padding:15px 20px;font-size:14px}.trust-list{flex-direction:column;gap:10px;align-items:flex-start}.trust-li{font-size:13px}.section-eyebrow{font-size:13px;margin-bottom:8px}.section-title{font-size:22px;line-height:1.4;margin-bottom:12px}.section-sub{font-size:14px;line-height:1.8}.cost-hero{padding:40px 22px;border-radius:18px}.cost-hero h2{font-size:21px;line-height:1.45;margin-bottom:24px}.cost-hero-label{font-size:12px;margin-bottom:10px}.cost-stack{grid-template-columns:1fr;gap:9px}.cost-item{padding:18px 20px;border-radius:12px}.cost-item-label{font-size:12px;margin-bottom:6px}.cost-item-value{font-size:22px}.cost-item-desc{font-size:11px;margin-top:5px}.pain-grid{grid-template-columns:1fr;gap:12px;margin-top:28px}.pain-block{padding:24px 22px;border-radius:16px}.pain-icon-box{width:42px;height:42px;margin-bottom:14px;border-radius:12px}.pain-icon-box svg{width:22px;height:22px}.pain-quote{font-size:16px;line-height:1.5;margin-bottom:8px}.pain-explain{font-size:13px;line-height:1.75}.feature-grid{grid-template-columns:1fr;gap:12px;margin-top:28px}.feature-card{padding:24px 22px;border-radius:16px}.feature-icon{width:42px;height:42px;margin-bottom:14px;border-radius:12px}.feature-icon svg{width:22px;height:22px}.feature-title{font-size:16px;margin-bottom:6px}.feature-desc{font-size:13px;line-height:1.75}.feature-tag{font-size:11px;margin-top:12px;padding:3px 9px}.compare-table{margin-top:28px;border-radius:14px}.compare-row{grid-template-columns:1.05fr .9fr .95fr}.compare-row.header>div{padding:11px 6px;font-size:11px}.compare-row>div{padding:12px 6px;font-size:11.5px;line-height:1.4}.compare-row .col-feat{font-size:11.5px}.steps-wrap{margin-top:28px}.step-row{grid-template-columns:38px 1fr;gap:14px;padding:20px 0}.step-big-num{font-size:34px}.step-info{padding-top:2px}.step-info-title{font-size:15.5px;line-height:1.45;margin-bottom:6px}.step-info-desc{font-size:13px;line-height:1.75}.big-msg{margin:0 14px;padding:40px 22px;border-radius:18px}.big-msg h2{font-size:21px;line-height:1.45}.big-msg-label{font-size:12px;margin-bottom:10px}.faq-list{margin-top:22px}.faq-summary{padding:18px 0;gap:12px}.faq-q{font-size:14px;line-height:1.55}.faq-arrow{width:20px;height:20px}.faq-arrow svg{width:18px;height:18px}.faq-answer{padding:2px 0 20px;font-size:13px;line-height:1.85}.final-cta{padding:56px 18px}.final-cta h2{font-size:22px;line-height:1.45;margin-bottom:12px}.final-cta p{font-size:14px;line-height:1.75;margin-bottom:24px}.toss-btn-xl{padding:15px 24px;font-size:15px;width:100%}footer{padding:28px 18px 32px}.footer-top{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:18px;margin-bottom:18px}.footer-copy{font-size:11.5px;line-height:1.6}.business-info{flex-direction:column;gap:3px;font-size:11.5px}.biz-divider{display:none}.biz-item{width:100%}.biz-label{font-size:10.5px}.biz-value{font-size:11.5px}}@media (max-width: 420px){.hero h1{font-size:25px}.hero-sub{font-size:14px}.phone-frame{width:225px;height:420px;border-radius:30px}.section-title{font-size:20px}.cost-hero{padding:32px 18px}.cost-hero h2{font-size:19px}.pain-block,.feature-card{padding:22px 18px}.pain-quote{font-size:15.5px}.compare-row>div{padding:10px 4px;font-size:10.5px}.compare-row.header>div{padding:10px 4px;font-size:10px}.compare-row .col-feat{font-size:10.5px}.final-cta h2{font-size:20px}.big-msg h2{font-size:19px}.step-big-num{font-size:30px}.step-info-title{font-size:15px}}
