#kihap-landing-root{--dobok:#f4f5f1;--dobok-panel:#fff;--ink:#111110;--ink-soft:#56564f;--thread:#0a5c9e;--thread-soft:#e4edf4;--crease:#dedcd2;--seal:#a6812c;--seal-soft:#f3ecdb;--green:#1d9e75;--green-soft:rgba(29,158,117,.13);--overdue:#c4453f;--dojang:#08080c;--dojang-panel:#101015;--dojang-crease:#232329;--panel-radius:6px;--panel-blur:none;--font-display:"Space Grotesk","Segoe UI",sans-serif;--font-body:"Plus Jakarta Sans","Segoe UI",sans-serif;display:block;background:var(--dobok);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6}#kihap-landing-root[data-theme=dark]{--dobok:#050508;--dobok-panel:hsla(0,0%,100%,.045);--ink:#fff;--ink-soft:#9aa0ab;--ink-muted:#6b7280;--thread:#0a5c9e;--thread-soft:rgba(10,92,158,.16);--crease:hsla(0,0%,100%,.1);--seal:#a6812c;--seal-soft:rgba(166,129,44,.16);--green:#1d9e75;--green-soft:rgba(29,158,117,.16);--overdue:#e24b4a;--orange:#e8931d;--panel-radius:14px;--panel-blur:blur(20px);background-color:var(--dobok);background-image:radial-gradient(ellipse 1100px 700px at 20% -5%,rgba(10,92,158,.16),transparent 60%),radial-gradient(ellipse 900px 600px at 95% 15%,rgba(166,129,44,.08),transparent 65%);background-attachment:fixed,fixed}#kihap-landing-root *{box-sizing:border-box}#kihap-landing-root img,#kihap-landing-root svg{display:block}#kihap-landing-root h1,#kihap-landing-root h2,#kihap-landing-root h3{font-family:var(--font-display);margin:0;text-wrap:balance;letter-spacing:-.015em}#kihap-landing-root .wrap{max-width:1180px;margin:0 auto;padding:0 28px}#kihap-landing-root .theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border-left:1px solid var(--crease);background:transparent;color:var(--ink);cursor:pointer;transition:border-color .15s ease,background .15s ease;margin-left:6px;padding-left:6px;border:1px solid var(--crease)}#kihap-landing-root .theme-toggle:hover{border-color:var(--thread);background:var(--thread-soft)}#kihap-landing-root input[type=range]::-webkit-slider-thumb{background:var(--thread);border-color:var(--dobok)}#kihap-landing-root input[type=range]::-moz-range-thumb{background:var(--thread);border-color:var(--dobok)}#kihap-landing-root input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:var(--crease)}#kihap-landing-root input[type=range]::-moz-range-track{height:4px;border-radius:2px;background:var(--crease)}#kihap-landing-root .promo-banner{position:relative;z-index:50;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:10px 44px 10px 16px;text-align:center;background:var(--dobok-panel);border-bottom:1px solid var(--crease);font-size:13px;color:var(--ink)}#kihap-landing-root .promo-badge{display:inline-flex;align-items:center;font-family:var(--font-display);font-weight:700;font-size:12px;background:var(--green-soft);color:var(--green);padding:3px 10px;border-radius:999px}#kihap-landing-root .promo-text{font-weight:500}#kihap-landing-root .promo-link{font-weight:700;color:var(--thread);text-decoration:underline;text-underline-offset:2px}#kihap-landing-root .promo-link:hover{color:var(--ink)}#kihap-landing-root .promo-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--ink-soft);cursor:pointer;padding:4px}#kihap-landing-root .promo-close:hover{color:var(--ink)}#kihap-landing-root header{position:sticky;top:0;z-index:40;background:hsla(75,17%,95%,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--crease)}#kihap-landing-root .header-row{display:flex;align-items:center;justify-content:space-between;height:76px;gap:24px}#kihap-landing-root .wordmark{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:700;font-size:20px;letter-spacing:-.01em;text-decoration:none;color:var(--ink)}#kihap-landing-root .wordmark svg{color:var(--thread)}#kihap-landing-root header .wordmark img{filter:invert(1)}#kihap-landing-root[data-theme=dark] header .wordmark img{filter:none}#kihap-landing-root nav.primary-nav{display:flex;gap:4px;flex:1;justify-content:center}#kihap-landing-root nav.primary-nav a{padding:9px 16px;border-radius:16px;text-decoration:none;font-size:14.5px;font-weight:600;color:var(--ink-soft);transition:background .15s ease,color .15s ease}#kihap-landing-root nav.primary-nav a:hover{background:rgba(17,17,16,.05);color:var(--ink)}#kihap-landing-root .header-actions{display:flex;align-items:center;gap:10px}#kihap-landing-root .btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:16px;border:1px solid var(--crease);background:transparent;font-size:14px;font-weight:600;color:var(--ink);text-decoration:none;cursor:pointer;transition:border-color .15s ease,background .15s ease}#kihap-landing-root .btn-ghost:hover{border-color:var(--ink);background:rgba(17,17,16,.03)}#kihap-landing-root .btn-primary{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:16px;border:none;background:var(--ink);color:var(--dobok);font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .15s ease,background .15s ease}#kihap-landing-root .btn-primary:hover{background:var(--thread);transform:translateY(-1px)}#kihap-landing-root .btn-primary:active{transform:translateY(0) scale(.98)}#kihap-landing-root .btn-ghost:focus-visible,#kihap-landing-root .btn-primary:focus-visible,#kihap-landing-root nav.primary-nav a:focus-visible{outline:2px solid var(--thread);outline-offset:2px}#kihap-landing-root .btn-primary.on-dark{background:var(--dobok);color:var(--dojang)}#kihap-landing-root .btn-primary.on-dark:hover{background:var(--thread);color:#fff}#kihap-landing-root .btn-ghost.on-dark{border-color:var(--dojang-crease);color:var(--dobok)}#kihap-landing-root .btn-ghost.on-dark:hover{border-color:var(--dobok);background:hsla(75,17%,95%,.06)}#kihap-landing-root .hero{padding:88px 0 96px;position:relative;overflow:hidden}#kihap-landing-root .weave{background-image:repeating-linear-gradient(45deg,rgba(17,17,16,.025) 0 1px,transparent 1px 6px),repeating-linear-gradient(-45deg,rgba(17,17,16,.02) 0 1px,transparent 1px 6px)}#kihap-landing-root .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:start;position:relative;z-index:1}#kihap-landing-root h1.headline{font-size:clamp(2.6rem,4.2vw + 1rem,4.6rem);font-weight:700;line-height:1.03}#kihap-landing-root h1.headline .thread{color:var(--thread)}#kihap-landing-root .hero-sub{margin-top:26px;font-size:18px;color:var(--ink-soft);max-width:46ch;line-height:1.65}#kihap-landing-root .hero-cta-row{display:flex;gap:14px;margin-top:36px;flex-wrap:wrap}#kihap-landing-root .hero-cta-row .btn-ghost,#kihap-landing-root .hero-cta-row .btn-primary{padding:15px 26px;font-size:15px}#kihap-landing-root .trust-ledger{margin-top:44px;display:flex;flex-wrap:wrap;border-top:1px solid var(--crease);padding-top:18px}#kihap-landing-root .trust-ledger span{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--ink-soft);font-weight:500;padding:4px 16px 4px 0;margin-right:16px;border-right:1px solid var(--crease)}#kihap-landing-root .trust-ledger span:last-child{border-right:none}#kihap-landing-root .trust-ledger svg{color:var(--thread);flex-shrink:0}#kihap-landing-root .panel{background:var(--dobok-panel);border:1px solid var(--crease);border-radius:var(--panel-radius);padding:30px 30px 28px;box-shadow:0 18px 40px -18px rgba(17,17,16,.16);backdrop-filter:var(--panel-blur);-webkit-backdrop-filter:var(--panel-blur)}#kihap-landing-root .step-rule{display:flex;gap:6px;margin-bottom:24px}#kihap-landing-root .step-rule i{flex:1;height:3px;border-radius:2px;background:var(--crease);transition:background .2s ease}#kihap-landing-root .step-rule i.active,#kihap-landing-root .step-rule i.done{background:var(--ink)}#kihap-landing-root .panel h2{font-size:21px;font-weight:700;margin-bottom:6px}#kihap-landing-root .panel .step-sub{font-size:13.5px;color:var(--ink-soft);margin:0 0 22px;line-height:1.55}#kihap-landing-root .porte-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;margin-bottom:10px;border:1px solid var(--crease);border-radius:5px;background:transparent;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}#kihap-landing-root .porte-option:last-child{margin-bottom:0}#kihap-landing-root .porte-option:hover{border-color:var(--thread);background:var(--thread-soft)}#kihap-landing-root .porte-option .label-block{display:flex;flex-direction:column;gap:2px}#kihap-landing-root .porte-option strong{font-family:var(--font-display);font-weight:700;font-size:14.5px;color:var(--ink)}#kihap-landing-root .porte-option span.range{font-size:12px;color:var(--ink-soft)}#kihap-landing-root .porte-option svg{color:var(--thread);flex-shrink:0}#kihap-landing-root .slider-row{margin-bottom:22px}#kihap-landing-root .slider-label{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--font-display);font-size:13.5px;font-weight:600;margin-bottom:10px}#kihap-landing-root .slider-label b{font-size:20px;color:var(--thread)}#kihap-landing-root input[type=range]{width:100%;accent-color:var(--ink);cursor:pointer;height:4px}#kihap-landing-root .slider-minmax{display:flex;justify-content:space-between;font-size:11.5px;color:var(--ink-soft);margin-top:6px}#kihap-landing-root .wizard-actions{display:flex;gap:10px}#kihap-landing-root .wizard-actions .btn-ghost{flex:none;padding:13px 18px;font-size:13.5px}#kihap-landing-root .wizard-actions .btn-primary{flex:1;justify-content:center;padding:13px 18px;font-size:13.5px}#kihap-landing-root .result-box{background:var(--dobok);border:1px solid var(--crease);border-radius:5px;padding:20px;margin-bottom:18px}#kihap-landing-root .result-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--crease);font-size:12.5px;color:var(--ink-soft)}#kihap-landing-root .result-row b{color:var(--seal);font-family:var(--font-display);font-size:14.5px}#kihap-landing-root .result-main .lbl{font-size:12px;color:var(--ink-soft);display:block;margin-bottom:4px}#kihap-landing-root .result-main .amt{font-family:var(--font-display);font-size:32px;font-weight:700;color:var(--thread)}#kihap-landing-root .result-main .note{display:block;font-size:11.5px;color:var(--ink-soft);margin-top:4px}#kihap-landing-root .reset-link{display:block;width:100%;text-align:center;background:none;border:none;font-size:12px;color:var(--ink-soft);cursor:pointer;padding:4px;text-decoration:underline;text-underline-offset:2px}#kihap-landing-root .reset-link:hover{color:var(--ink)}#kihap-landing-root .wizard-step{display:none}#kihap-landing-root .wizard-step.active{display:block}#kihap-landing-root .features{padding:100px 0 90px}#kihap-landing-root .features-head{max-width:640px;margin-bottom:64px}#kihap-landing-root .features-head h2{font-size:clamp(1.9rem,2.6vw,2.7rem);font-weight:700;line-height:1.15}#kihap-landing-root .features-head p{margin-top:14px;font-size:16.5px;color:var(--ink-soft)}#kihap-landing-root .lead-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding-bottom:52px;border-bottom:1px solid var(--crease);margin-bottom:52px}#kihap-landing-root .lead-feature h3{font-size:clamp(1.9rem,2.8vw,2.6rem);font-weight:700;line-height:1.08}#kihap-landing-root .lead-feature p.body{margin-top:18px;font-size:16px;color:var(--ink-soft);max-width:46ch}#kihap-landing-root .lead-proof{margin-top:26px;display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:var(--seal-soft);border-radius:5px;border:1px solid rgba(166,129,44,.25)}#kihap-landing-root .lead-proof .num{font-family:var(--font-display);font-weight:700;font-size:26px;color:var(--seal);flex-shrink:0}#kihap-landing-root .lead-proof .txt{display:block;font-size:13px;color:var(--ink-soft);line-height:1.5}#kihap-landing-root .lead-proof .txt strong{color:var(--ink);display:block;font-size:13.5px;margin-bottom:2px}#kihap-landing-root .lead-visual{border:1px solid var(--crease);border-radius:6px;background:var(--dobok-panel);padding:22px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 44px -22px rgba(17,17,16,.18)}#kihap-landing-root .lead-visual .bar-row{display:flex;align-items:center;gap:10px}#kihap-landing-root .lead-visual .bar-track{display:block;flex:1;height:8px;border-radius:4px;background:var(--dobok);overflow:hidden}#kihap-landing-root .lead-visual .bar-fill{display:block;height:100%;border-radius:4px;background:var(--thread)}#kihap-landing-root .lead-visual .bar-fill.pending{background:var(--seal)}#kihap-landing-root .lead-visual .bar-fill.overdue{background:var(--overdue)}#kihap-landing-root .lead-visual .bar-lbl{display:block;font-size:11px;color:var(--ink-soft);width:92px;flex-shrink:0}#kihap-landing-root .lead-visual .bar-val{display:block;font-family:var(--font-display);font-size:11px;font-weight:700;width:34px;text-align:right}#kihap-landing-root .support-row{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid var(--crease);margin-bottom:52px}#kihap-landing-root .support-item{padding:0 32px 40px 0;border-right:1px solid var(--crease)}#kihap-landing-root .support-item:last-child{border-right:none;padding-left:32px;padding-right:0}#kihap-landing-root .support-item h4{font-size:20px;font-weight:700;margin-bottom:10px}#kihap-landing-root .support-item p{font-size:14.5px;color:var(--ink-soft);line-height:1.6}#kihap-landing-root .ledger{display:grid;grid-template-columns:1fr 1fr;gap:0 48px}#kihap-landing-root .ledger-row{display:flex;align-items:flex-start;gap:12px;padding:16px 0;border-top:1px solid var(--crease)}#kihap-landing-root .ledger-row svg{color:var(--thread);flex-shrink:0;margin-top:3px}#kihap-landing-root .ledger-row strong{display:block;font-size:14.5px;font-weight:700}#kihap-landing-root .ledger-row span{display:block;font-size:13px;color:var(--ink-soft);margin-top:2px}#kihap-landing-root .tour{padding:90px 0;background:#efeee7}#kihap-landing-root .tour-head{text-align:center;margin-bottom:40px}#kihap-landing-root .tour-head h2{font-size:clamp(1.9rem,2.6vw,2.7rem);font-weight:700;line-height:1.15}#kihap-landing-root .tour-head p{margin-top:12px;font-size:15px;color:var(--ink-soft)}#kihap-landing-root .tour-tabs{display:flex;justify-content:center;gap:32px;margin-bottom:30px;flex-wrap:wrap;border-bottom:1px solid var(--crease)}#kihap-landing-root .tour-tab{background:none;border:none;padding:12px 2px 14px;font-size:14.5px;font-weight:600;color:var(--ink-soft);cursor:pointer;position:relative;font-family:var(--font-body);letter-spacing:.01em}#kihap-landing-root .tour-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--thread);transform:scaleX(0);transition:transform .2s ease}#kihap-landing-root .tour-tab.active{color:var(--ink)}#kihap-landing-root .tour-tab.active:after{transform:scaleX(1)}#kihap-landing-root .tour-frame{max-width:980px;margin:0 auto;border:1px solid var(--crease);border-radius:8px;background:var(--dobok-panel);padding:14px;box-shadow:0 30px 60px -28px rgba(17,17,16,.22)}#kihap-landing-root .tour-plate{aspect-ratio:16/8.4;border-radius:4px;background:#fbfaf7;border:1px solid var(--crease);padding:28px;position:relative;overflow:hidden}#kihap-landing-root .tour-panel{display:none;height:100%}#kihap-landing-root .tour-panel.active{display:block}#kihap-landing-root .social-proof{padding:0 0 90px}#kihap-landing-root .social-proof-row{display:flex;flex-wrap:wrap;border-top:1px solid var(--crease);border-bottom:1px solid var(--crease)}#kihap-landing-root .social-proof-item{flex:1;min-width:140px;text-align:center;padding:28px 20px;border-right:1px solid var(--crease)}#kihap-landing-root .social-proof-item:last-child{border-right:none}#kihap-landing-root .social-proof-item .num{display:block;font-family:var(--font-display);font-weight:700;font-size:32px;color:var(--thread)}#kihap-landing-root .social-proof-item .lbl{display:block;font-size:12.5px;color:var(--ink-soft);margin-top:4px}#kihap-landing-root .pricing{padding:100px 0}#kihap-landing-root .pricing-head{text-align:center;max-width:620px;margin:0 auto 56px}#kihap-landing-root .pricing-head h2{font-size:clamp(1.9rem,2.6vw,2.7rem);font-weight:700;line-height:1.15}#kihap-landing-root .pricing-head p{margin-top:12px;font-size:16px;color:var(--ink-soft)}#kihap-landing-root .plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}#kihap-landing-root .plan-card{border:1px solid var(--crease);border-radius:6px;padding:28px 24px;display:flex;flex-direction:column;background:var(--dobok-panel);position:relative;overflow:hidden}#kihap-landing-root .plan-card.highlight{border-color:var(--seal);box-shadow:0 20px 44px -24px rgba(166,129,44,.35)}#kihap-landing-root .plan-fold{position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 40px 40px 0;border-color:transparent var(--seal) transparent transparent}#kihap-landing-root .plan-fold span{position:absolute;top:5px;right:-34px;transform:rotate(45deg);font-size:9px;font-weight:700;color:#fff;letter-spacing:.02em}#kihap-landing-root .plan-badge{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--thread);margin-bottom:10px}#kihap-landing-root .plan-card h3{font-size:21px;font-weight:700}#kihap-landing-root .plan-card .plan-desc{font-size:12.5px;color:var(--ink-soft);margin-top:6px;min-height:34px;line-height:1.5}#kihap-landing-root .plan-price{margin:18px 0 22px}#kihap-landing-root .plan-price .orig{font-size:13px;color:var(--ink-soft);text-decoration:line-through}#kihap-landing-root .plan-price .now{font-family:var(--font-display);font-size:30px;font-weight:700}#kihap-landing-root .plan-price .per{font-size:12.5px;color:var(--ink-soft)}#kihap-landing-root .plan-price .lump-sum{display:block;font-size:11.5px;color:var(--ink-soft);margin-top:4px}#kihap-landing-root .plan-card .btn-ghost,#kihap-landing-root .plan-card .btn-primary{width:100%;justify-content:center;margin-top:auto}#kihap-landing-root .plan-features{list-style:none;margin:0 0 20px;padding:18px 0 0;border-top:1px solid var(--crease);display:flex;flex-direction:column;gap:10px;flex:1}#kihap-landing-root .plan-feature-row{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--ink-soft);line-height:1.5}#kihap-landing-root .plan-feature-row svg{color:var(--thread);flex-shrink:0;margin-top:2px}#kihap-landing-root .guarantee{padding:0 0 90px}#kihap-landing-root .guarantee-card{text-align:center;padding:56px 40px;border-radius:20px;border:1px solid var(--crease);background:var(--dobok-panel)}#kihap-landing-root .guarantee-card svg{color:var(--thread);margin:0 auto 18px}#kihap-landing-root .guarantee-card h2{font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:700;line-height:1.15;margin-bottom:12px}#kihap-landing-root .guarantee-card p{font-size:15px;color:var(--ink-soft);max-width:46ch;margin:0 auto;line-height:1.6}#kihap-landing-root .guarantee-card .btn-primary{margin-top:26px}#kihap-landing-root .testimonials{padding:90px 0}#kihap-landing-root .testimonials-head{max-width:640px;margin-bottom:56px}#kihap-landing-root .testimonials-head h2{font-size:clamp(1.9rem,2.6vw,2.7rem);font-weight:700;line-height:1.15}#kihap-landing-root .testimonials-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--crease)}#kihap-landing-root .testimonial{display:flex;flex-direction:column;gap:18px;padding:32px 32px 0 0;border-right:1px solid var(--crease)}#kihap-landing-root .testimonial:last-child{border-right:none;padding-right:0}#kihap-landing-root .testimonial:not(:first-child){padding-left:32px}#kihap-landing-root .testimonial-quote{display:block;font-size:15px;line-height:1.65;color:var(--ink)}#kihap-landing-root .testimonial-result{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;font-size:11.5px;font-weight:700;color:var(--thread);background:var(--thread-soft);padding:4px 10px;border-radius:999px}#kihap-landing-root .testimonial-foot{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:4px}#kihap-landing-root .testimonial-avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:50%;background:var(--seal-soft);color:var(--seal);font-family:var(--font-display);font-weight:700;font-size:14px}#kihap-landing-root .testimonial-who{display:block}#kihap-landing-root .testimonial-name{display:block;font-size:13.5px;font-weight:700;color:var(--ink)}#kihap-landing-root .testimonial-kwan{display:block;font-size:12px;color:var(--ink-soft);margin-top:1px}#kihap-landing-root .faq{padding:90px 0 100px}#kihap-landing-root .faq h2{font-size:clamp(1.9rem,2.6vw,2.7rem);font-weight:700;line-height:1.15;margin-bottom:48px;max-width:640px}#kihap-landing-root .faq-list{border-top:1px solid var(--crease)}#kihap-landing-root .faq-item{border-bottom:1px solid var(--crease)}#kihap-landing-root .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--ink)}#kihap-landing-root .faq-question:hover{color:var(--thread)}#kihap-landing-root .faq-question svg{display:block;color:var(--ink-soft);flex-shrink:0;transition:transform .2s ease,color .2s ease}#kihap-landing-root .faq-item.open .faq-question{color:var(--thread)}#kihap-landing-root .faq-item.open .faq-question svg{transform:rotate(180deg);color:var(--thread)}#kihap-landing-root .faq-answer{display:none;padding:0 0 26px;max-width:68ch}#kihap-landing-root .faq-item.open .faq-answer{display:block}#kihap-landing-root .faq-answer p{display:block;font-size:14.5px;color:var(--ink-soft);line-height:1.65;margin:0}#kihap-landing-root .transition-zone{height:140px;background:linear-gradient(180deg,var(--dobok) 0,var(--dojang) 100%)}#kihap-landing-root .close{background:var(--dojang);color:var(--dobok);padding:0 0 60px}#kihap-landing-root .close-cta{text-align:center;padding:20px 0 70px}#kihap-landing-root .close-cta h2{font-size:clamp(2rem,3.2vw,3.2rem);font-weight:700;line-height:1.15;color:#fff;max-width:18ch;margin:0 auto}#kihap-landing-root .close-cta p{margin:18px auto 0;font-size:16px;color:#a6a6ac;max-width:40ch}#kihap-landing-root .close-cta .btn-primary{margin-top:32px;padding:16px 30px;font-size:15px}#kihap-landing-root .close-bullets{display:flex;gap:28px;justify-content:center;margin-top:26px;flex-wrap:wrap}#kihap-landing-root .close-bullets span{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:#8c8c93}#kihap-landing-root .close-bullets svg{color:var(--thread)}#kihap-landing-root footer.close-footer{border-top:1px solid var(--dojang-crease);padding-top:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}#kihap-landing-root .close-footer .wordmark{color:#fff}#kihap-landing-root .close-footer .tagline{font-size:12.5px;color:#7c7c82;max-width:34ch;margin-top:6px}#kihap-landing-root .close-footer nav{display:flex;gap:24px}#kihap-landing-root .close-footer nav a{font-size:13px;color:#a6a6ac;text-decoration:none}#kihap-landing-root .close-footer nav a:hover{color:#fff}@media (max-width:860px){#kihap-landing-root nav.primary-nav{display:none}#kihap-landing-root .hero-grid,#kihap-landing-root .lead-feature{grid-template-columns:1fr}#kihap-landing-root .lead-visual{order:-1}#kihap-landing-root .support-row{grid-template-columns:1fr}#kihap-landing-root .support-item{border-right:none;border-bottom:1px solid var(--crease);padding:0 0 28px;margin-bottom:28px}#kihap-landing-root .support-item:last-child{padding-left:0}#kihap-landing-root .ledger{grid-template-columns:1fr}#kihap-landing-root .plans-grid{grid-template-columns:1fr 1fr}#kihap-landing-root .trust-ledger span{border-right:none;padding-right:0}#kihap-landing-root .testimonials-row{grid-template-columns:1fr}#kihap-landing-root .testimonial{border-right:none;border-bottom:1px solid var(--crease);padding:0 0 28px;margin-bottom:28px}#kihap-landing-root .testimonial:not(:first-child){padding-left:0}#kihap-landing-root footer.close-footer{flex-direction:column;align-items:flex-start}}@media (max-width:560px){#kihap-landing-root .wrap{padding:0 20px}#kihap-landing-root .plans-grid{grid-template-columns:1fr}#kihap-landing-root .hero-cta-row{flex-direction:column;align-items:stretch}#kihap-landing-root .hero-cta-row a,#kihap-landing-root .hero-cta-row button{text-align:center}}#kihap-landing-root[data-theme=dark] .promo-banner{background:rgba(5,5,8,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}#kihap-landing-root[data-theme=dark] .promo-badge{color:#4ade9a}#kihap-landing-root[data-theme=dark] .promo-text{color:var(--ink-soft)}#kihap-landing-root[data-theme=dark] .promo-link{color:#6fb3e8}#kihap-landing-root[data-theme=dark] .promo-close:hover,#kihap-landing-root[data-theme=dark] .promo-link:hover{color:#fff}#kihap-landing-root[data-theme=dark] header{background:rgba(5,5,8,.75);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}#kihap-landing-root[data-theme=dark] nav.primary-nav a:hover{background:hsla(0,0%,100%,.06)}#kihap-landing-root[data-theme=dark] .btn-ghost{background:hsla(0,0%,100%,.04)}#kihap-landing-root[data-theme=dark] .btn-ghost:hover{border-color:hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08)}#kihap-landing-root[data-theme=dark] .btn-primary{background:var(--green);color:#fff;transition:transform .15s ease,opacity .15s ease;box-shadow:0 4px 16px rgba(29,158,117,.35)}#kihap-landing-root[data-theme=dark] .btn-primary:hover{opacity:.92;background:var(--green);transform:translateY(-1px)}#kihap-landing-root[data-theme=dark] .weave{background-image:repeating-linear-gradient(45deg,hsla(0,0%,100%,.04) 0 1px,transparent 1px 6px),repeating-linear-gradient(-45deg,hsla(0,0%,100%,.03) 0 1px,transparent 1px 6px)}#kihap-landing-root[data-theme=dark] h1.headline .thread{color:#6fb3e8}#kihap-landing-root[data-theme=dark] .trust-ledger svg{color:var(--seal)}#kihap-landing-root[data-theme=dark] .panel{box-shadow:0 20px 50px -20px rgba(0,0,0,.5)}#kihap-landing-root[data-theme=dark] .step-rule i.active,#kihap-landing-root[data-theme=dark] .step-rule i.done{background:var(--thread)}#kihap-landing-root[data-theme=dark] .porte-option{border-radius:10px;background:hsla(0,0%,100%,.02)}#kihap-landing-root[data-theme=dark] .porte-option:hover{border-color:rgba(10,92,158,.5)}#kihap-landing-root[data-theme=dark] input[type=range]{accent-color:var(--thread)}#kihap-landing-root[data-theme=dark] .result-box{background:rgba(0,0,0,.3);border-radius:10px}#kihap-landing-root[data-theme=dark] .result-row b{color:var(--orange)}#kihap-landing-root[data-theme=dark] .result-main .amt{color:var(--green)}#kihap-landing-root[data-theme=dark] .lead-proof{background:var(--thread-soft);border-radius:10px;border:1px solid rgba(10,92,158,.3)}#kihap-landing-root[data-theme=dark] .lead-proof .num{color:#6fb3e8}#kihap-landing-root[data-theme=dark] .lead-visual{border-radius:14px;background:var(--dobok-panel);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 20px 44px -22px rgba(0,0,0,.5)}#kihap-landing-root[data-theme=dark] .lead-visual .bar-track{background:hsla(0,0%,100%,.08)}#kihap-landing-root[data-theme=dark] .lead-visual .bar-fill{background:var(--green)}#kihap-landing-root[data-theme=dark] .lead-visual .bar-fill.pending{background:var(--orange)}#kihap-landing-root[data-theme=dark] .lead-visual .bar-fill.overdue{background:var(--overdue)}#kihap-landing-root[data-theme=dark] .tour{background:hsla(0,0%,100%,.015);border-top:1px solid var(--crease);border-bottom:1px solid var(--crease)}#kihap-landing-root[data-theme=dark] .tour-frame{border-radius:18px;background:var(--dobok-panel);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 30px 60px -28px rgba(0,0,0,.55)}#kihap-landing-root[data-theme=dark] .tour-plate{border-radius:10px;background:rgba(0,0,0,.35)}#kihap-landing-root[data-theme=dark] .social-proof-item .num{color:#6fb3e8}#kihap-landing-root[data-theme=dark] .plan-card{border-radius:14px;background:var(--dobok-panel);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}#kihap-landing-root[data-theme=dark] .plan-card.highlight{box-shadow:0 20px 44px -24px rgba(166,129,44,.4)}#kihap-landing-root[data-theme=dark] .plan-fold span{color:#050508}#kihap-landing-root[data-theme=dark] .plan-price .orig{color:var(--ink-muted)}#kihap-landing-root[data-theme=dark] .guarantee-card{background:var(--dobok-panel);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}#kihap-landing-root[data-theme=dark] .guarantee-card h2{color:#fff}#kihap-landing-root[data-theme=dark] .testimonial-result{color:#6fb3e8}#kihap-landing-root[data-theme=dark] .testimonial-avatar{color:#fff}#kihap-landing-root[data-theme=dark] .testimonial-avatar.blue{background:linear-gradient(160deg,var(--thread),#0a2a3a)}#kihap-landing-root[data-theme=dark] .testimonial-avatar.gold{background:linear-gradient(160deg,var(--seal),#3a2a0a)}#kihap-landing-root[data-theme=dark] .testimonial-avatar.green{background:linear-gradient(160deg,var(--green),#0a3a24)}#kihap-landing-root[data-theme=dark] .faq-item.open .faq-question,#kihap-landing-root[data-theme=dark] .faq-item.open .faq-question svg,#kihap-landing-root[data-theme=dark] .faq-question:hover{color:#6fb3e8}#kihap-landing-root[data-theme=dark] .close{background:none;color:var(--ink);padding:40px 0 60px;background-image:radial-gradient(ellipse 60% 60% at 50% 100%,rgba(13,26,51,.6),transparent)}#kihap-landing-root[data-theme=dark] .close-bullets span,#kihap-landing-root[data-theme=dark] .close-cta p{color:var(--ink-soft)}#kihap-landing-root[data-theme=dark] footer.close-footer{border-top-color:var(--crease)}#kihap-landing-root[data-theme=dark] .close-footer .tagline{color:var(--ink-muted)}#kihap-landing-root[data-theme=dark] .close-footer nav a{color:var(--ink-soft)}@media (prefers-reduced-motion:reduce){#kihap-landing-root *{transition-duration:.01ms!important}}