@layer page, design;
@layer page {

:root{--navy:#16284a;--navy2:#0f1f3d;--ink:#13203a;--sub:#5b6b86;--blue:#2b5cdb;--blue2:#1f49bd;--mint:#0e9b74;--line:#e3e9f1;--soft:#f5f7fb;--purple:#7651c8;--orange:#d87815;--max:1200px;--shadow:0 18px 44px rgba(18,38,76,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;color:var(--ink);background:#fff;font-family:Pretendard,"Noto Sans KR",sans-serif;font-size:16px;line-height:1.72;letter-spacing:-.018em;-webkit-font-smoothing:auto}body.lock{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3{word-break:keep-all}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.header{height:68px;position:sticky;top:0;z-index:1000;background:rgba(22,40,74,.96);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}.header-inner{height:100%;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:30px;height:30px;filter:brightness(0) invert(1)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:16px;font-weight:800}.brand-copy small{margin-top:5px;color:#9fb5d6;font-size:8.5px;font-weight:700;letter-spacing:.14em}.nav{display:flex;gap:28px;margin-left:24px;font-size:14px;font-weight:600}.nav a{color:#dde6f4}.nav a.active,.nav a:hover{color:#fff}.header-btn{margin-left:auto;height:42px;padding:0 20px;border:0;border-radius:11px;background:var(--blue);color:#fff;font-size:13.5px;font-weight:700;box-shadow:0 10px 24px rgba(43,92,219,.34)}.menu-btn{display:none;margin-left:auto;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:11px;background:0 0}.menu-btn span,.menu-btn span:after,.menu-btn span:before{display:block;width:19px;height:2px;background:#fff;border-radius:2px;position:relative;margin:auto}.menu-btn span:after,.menu-btn span:before{content:"";position:absolute;left:0}.menu-btn span:before{top:-6px}.menu-btn span:after{top:6px}.mobile-nav{display:none;position:fixed;top:68px;left:0;right:0;z-index:999;padding:14px 22px 24px;background:var(--navy);color:#fff;box-shadow:0 24px 50px rgba(3,15,34,.3)}.mobile-nav.open{display:block}.mobile-nav a{width:100%;display:flex;justify-content:space-between;padding:15px 4px;border-bottom:1px solid rgba(255,255,255,.1);font-weight:600}.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#111f3c 0,#243e77 54%,#6e50ba 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 25%,rgba(255,255,255,.2),transparent 25%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,52px 52px,52px 52px}.hero-inner{position:relative;min-height:410px;padding:78px 0 64px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:60px;align-items:center}.eyebrow{color:#cdbfff;font-size:12px;font-weight:800;letter-spacing:.16em}.hero h1{margin-top:16px;font-size:clamp(34px,4.3vw,50px);line-height:1.16;letter-spacing:-.05em;font-weight:800}.hero h1 em{color:#b8a3ff;font-style:normal}.hero p{max-width:54ch;margin-top:20px;color:rgba(255,255,255,.86);font-size:17px;line-height:1.9}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border:1px solid transparent;border-radius:12px;font-weight:750}.btn.primary{background:#fff;color:#243e77}.btn.glass{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff}.hero-panel{padding:25px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}.hero-panel span{color:#d4c8ff;font-size:10px;font-weight:800;letter-spacing:.15em}.hero-panel h3{margin-top:14px;font-size:23px;line-height:1.4}.hero-panel ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:10px}.hero-panel li{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.82);font-size:13px}.hero-panel li:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:11px;font-weight:800}.section{padding:82px 0}.section.tools{background:#f6f4fc}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:42px;margin-bottom:38px}.kicker{display:block;margin-bottom:12px;color:var(--purple);font-size:11.5px;font-weight:800;letter-spacing:.16em}.section-head h2{font-size:34px;line-height:1.2;letter-spacing:-.05em}.section-head p{max-width:54ch;padding-left:18px;border-left:3px solid #d7cdf2;color:#59677d;font-size:16px;line-height:1.9}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-card{position:relative;min-height:270px;padding:27px 27px 72px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(18,38,76,.045);transition:.22s;text-align:left}.tool-card:hover{transform:translateY(-5px);border-color:#cfd8e8;box-shadow:var(--shadow)}button.tool-card{width:100%}.tool-card:after{content:"";position:absolute;right:-28px;bottom:-36px;width:120px;height:120px;border-radius:50%;background:var(--soft-accent,#eef2ff)}.tool-icon{position:relative;z-index:1;width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:var(--icon-bg,#e9f0ff);color:var(--icon-color,#2b5cdb)}.tool-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tool-card h3{position:relative;z-index:1;margin-top:23px;font-size:20px;line-height:1.4}.tool-card p{position:relative;z-index:1;max-width:31ch;margin-top:11px;color:#5a687d;font-size:14.5px;line-height:1.85}.tool-card em{position:absolute;z-index:2;left:27px;bottom:25px;color:var(--icon-color,#2b5cdb);font-size:13px;font-style:normal;font-weight:800}.tool-card.mint{--icon-bg:#e6f7ef;--icon-color:#0b8463;--soft-accent:#edf9f5}.tool-card.orange{--icon-bg:#fff0db;--icon-color:#d06b05;--soft-accent:#fff7eb}.tool-card.purple{--icon-bg:#efe9ff;--icon-color:#7548dc;--soft-accent:#f6f2ff}.tool-card.slate{--icon-bg:#edf2f7;--icon-color:#465c76;--soft-accent:#f5f7fa}.guide{background:#fff}.guide-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px}.guide-card{padding:29px;border:1px solid var(--line);border-radius:18px;background:#fff}.guide-card b{display:inline-flex;padding:6px 11px;border-radius:999px;background:#eef2ff;color:var(--blue);font-size:11px}.guide-card h3{margin-top:16px;font-size:23px}.guide-card p{margin-top:11px;color:#5a687d;font-size:15px;line-height:1.9}.guide-steps{display:grid;gap:10px;margin-top:20px}.guide-steps div{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:11px;padding:13px;border-radius:12px;background:#f7f9fc}.guide-steps i{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fff;color:var(--blue);font-size:11px;font-style:normal;font-weight:800}.guide-steps span{font-size:13.5px;font-weight:650}.cta{padding:72px 0;background:linear-gradient(135deg,#16284a,#2b5cdb);color:#fff;text-align:center}.cta h2{font-size:35px;letter-spacing:-.045em}.cta p{max-width:55ch;margin:14px auto 0;color:#d7e3f7;font-size:16px;line-height:1.9}.cta .btn{margin-top:23px;background:#fff;color:var(--blue)}.footer{padding:55px 0 30px;background:#0f1d37;color:#9eb0ca}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.7fr);gap:42px}.footer .brand img{filter:brightness(0) invert(1)}.footer h4{margin:0 0 14px;color:#fff;font-size:13.5px}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin-top:10px;font-size:12.5px}.footer-desc{max-width:400px;margin-top:15px;font-size:13px;line-height:1.82}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:36px;padding-top:21px;border-top:1px solid rgba(255,255,255,.1);font-size:11.5px;line-height:1.8}dialog{padding:0;border:0;background:0 0}dialog::backdrop{background:rgba(7,17,34,.72);backdrop-filter:blur(5px)}.dialog{width:min(660px,calc(100vw - 32px));max-height:88vh;overflow:auto;border-radius:20px;background:#fff;box-shadow:0 35px 110px rgba(0,0,0,.34)}.dialog-head{position:sticky;top:0;z-index:5;height:68px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:#fff}.dialog-head h2{font-size:21px}.dialog-close{width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:22px}.dialog-body{padding:25px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:700}.field input{height:48px;padding:0 14px;border:1px solid #d8dee8;border-radius:11px;outline:0}.field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(43,92,219,.12)}.calc-btn{width:100%;height:49px;margin-top:16px;border:0;border-radius:11px;background:var(--blue);color:#fff;font-weight:800}.result{margin-top:16px;padding:20px;border-radius:13px;background:#e9f0ff;color:#1f49bd;font-size:24px;font-weight:800}.result small{display:block;margin-top:5px;color:#667a9b;font-size:12px;font-weight:500}.incoterms{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.incoterm{padding:16px;border:1px solid var(--line);border-radius:12px;background:#fbfcfe}.incoterm strong{font-size:14px}.incoterm span{display:block;margin-top:6px;color:#59697f;font-size:12.5px;line-height:1.7}@media(max-width:960px){.header-btn,.nav{display:none}.menu-btn{display:block}.hero-inner{grid-template-columns:1fr}.hero-panel{max-width:550px}.tool-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr repeat(3,.7fr)}}@media(max-width:720px){.container{width:calc(100% - 30px)}.header{height:62px}.mobile-nav{top:62px}.hero-inner{min-height:auto;padding:56px 0 48px}.hero h1{font-size:32px}.hero p{font-size:15px}.section{padding:62px 0}.section-head{display:block;margin-bottom:28px}.section-head h2{font-size:28px}.section-head p{margin-top:14px;font-size:15px}.guide-layout,.tool-grid{grid-template-columns:1fr}.tool-card{min-height:220px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.form-grid,.incoterms{grid-template-columns:1fr}.dialog{width:100vw;height:100dvh;max-height:none;border-radius:0}}html{scroll-padding-top:82px}body{overflow-x:hidden;text-rendering:optimizeLegibility}article,aside,div,main,section{min-width:0}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}label,li,p,span{overflow-wrap:break-word}:focus-visible{outline:3px solid rgba(92,155,255,.65);outline-offset:3px}.skip-link{position:fixed;left:16px;top:12px;z-index:5000;transform:translateY(-140%);padding:11px 15px;border-radius:10px;background:#fff;color:#16284a;font-size:14px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.2);transition:transform .2s}.skip-link:focus{transform:translateY(0)}.header{padding-top:env(safe-area-inset-top)}.mobile-nav{max-height:calc(100dvh - 62px - env(safe-area-inset-top));overflow:auto;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.btn,.header-btn,.promo-cta,.transport-cta,button{min-height:44px}input,select,textarea{max-width:100%}.footer a,.footer li{overflow-wrap:anywhere}@media(max-width:720px){html{scroll-padding-top:70px}.container{width:min(100% - 30px,var(--max))}.header-inner{gap:16px}.mobile-nav a,.mobile-nav button{min-height:50px;align-items:center}.section-head p{max-width:none;padding-left:0;border-left:0}.btn{min-height:50px}.field input,.field select,.field textarea{font-size:16px}.footer{padding-bottom:calc(28px + env(safe-area-inset-bottom))}}@media(max-width:430px){.container{width:min(100% - 24px,var(--max))}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{animation-duration:0.01ms;animation-iteration-count:1;transition-duration:0.01ms;scroll-behavior:auto}}:root{--mint:#2b5cdb;--purple:#2b5cdb;--orange:#2b5cdb}.hero{background:linear-gradient(125deg,#101f3d 0,#1b3b70 58%,#2b5cdb 100%)}.hero:before{background:radial-gradient(circle at 80% 25%,rgba(143,182,255,.2),transparent 25%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,52px 52px,52px 52px}.eyebrow{color:#b7d2ff}.hero h1{font-size:clamp(35px,4.3vw,49px);line-height:1.19;letter-spacing:-.047em}.hero h1 em{color:#9fc2ff}.hero p{max-width:56ch;font-size:16px;line-height:1.84}.hero-inner{min-height:400px;padding:70px 0 58px;gap:48px}.hero-panel{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.08)}.hero-panel span{color:#b8d0f5}.hero-panel h3{font-size:21px}.section{padding:74px 0}.section.tools{background:#f6f9fd}.kicker{color:var(--blue)}.section-head{gap:36px;margin-bottom:32px}.section-head h2{font-size:32px;line-height:1.25;letter-spacing:-.042em}.section-head p{border-left-color:#d7e2f0;font-size:15.5px;line-height:1.84}.tool-grid{gap:15px}.tool-card{min-height:250px;padding:25px 25px 68px}.tool-card:after{background:#f2f6fd}.tool-card.mint,.tool-card.orange,.tool-card.purple,.tool-card.slate{--icon-bg:#e9f0ff;--icon-color:#2b5cdb;--soft-accent:#f2f6fd}.tool-card h3{font-size:18px}.tool-card p{font-size:14px;line-height:1.8}.tool-card em{left:25px;bottom:23px}.guide-card{padding:26px}.guide-card h3{font-size:20px}.guide-card p{font-size:14.5px;line-height:1.82}.cta{padding:66px 0}.cta h2{font-size:29px}.cta p{font-size:15px;line-height:1.82}@media(max-width:960px){.hero-inner{gap:30px}.tool-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.hero-inner{padding:50px 0 42px;gap:24px}.hero h1{font-size:31px;line-height:1.22}.hero p{font-size:15px;line-height:1.78}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-panel{padding:21px}.hero-panel h3{font-size:19px}.section{padding:58px 0}.section-head{margin-bottom:25px}.section-head h2{font-size:27px}.section-head p{margin-top:12px;font-size:14.5px;line-height:1.78}.tool-grid{grid-template-columns:1fr}.tool-card{min-height:210px;padding:22px 22px 62px}.tool-card h3{font-size:17px}.tool-card em{left:22px;bottom:21px}.guide-card{padding:22px}.guide-card h3{font-size:19px}.cta{padding:58px 0}.cta h2{font-size:25px;line-height:1.36}.cta p{font-size:14.5px;line-height:1.78}.dialog-head{height:62px;padding:0 17px}.dialog-body{padding:20px 16px calc(22px + env(safe-area-inset-bottom))}}@media(max-width:430px){.hero h1{font-size:28px}.section-head h2{font-size:25px}}.tool-card.navy{--icon-bg:#e8eef8;--icon-color:#203d70;--soft-accent:#f1f5fb}.tool-card.blue{--icon-bg:#e9f0ff;--icon-color:#2b5cdb;--soft-accent:#f2f6ff}.tool-card.external em:after{content:" ↗"}.tool-card button{font:inherit}@media(max-width:720px){.tool-grid{grid-template-columns:1fr}.tool-card{min-height:220px}}.tool-viewer-dialog{width:min(1180px,calc(100vw - 28px));max-width:none;max-height:94dvh;padding:0;border:0;border-radius:20px;background:#fff;box-shadow:0 36px 120px rgba(3,14,32,.42);overflow:hidden}.tool-viewer-dialog::backdrop{background:rgba(6,16,33,.78);backdrop-filter:blur(6px)}.tool-viewer-shell{display:flex;flex-direction:column;height:min(900px,92dvh);background:#fff}.tool-viewer-head{flex:0 0 auto;min-height:68px;padding:12px 16px 12px 22px;display:flex;align-items:center;gap:14px;background:var(--navy);color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.tool-viewer-title{min-width:0;flex:1}.tool-viewer-title small{display:block;color:#9fb7dc;font-size:9.5px;font-weight:800;letter-spacing:.15em}.tool-viewer-title strong{display:block;margin-top:5px;font-size:18px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tool-viewer-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.tool-viewer-close,.tool-viewer-open{height:42px;border-radius:10px;font-weight:750}.tool-viewer-open{display:inline-flex;align-items:center;padding:0 14px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-size:12.5px}.tool-viewer-close{width:42px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-size:22px;line-height:1}.tool-viewer-frame-wrap{position:relative;min-height:0;flex:1;background:#f3f6fb}.tool-viewer-loading{position:absolute;inset:0;z-index:1;display:grid;place-items:center;color:#53657e;font-size:14px;background:#f6f8fc}.tool-viewer-loading span{display:inline-flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 10px 24px rgba(18,38,76,.07)}.tool-viewer-loading i{width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px rgba(43,92,219,.12)}.tool-viewer-frame{position:relative;z-index:2;width:100%;height:100%;border:0;background:#fff;opacity:0;transition:opacity .2s ease}.tool-viewer-frame.loaded{opacity:1}@media(max-width:720px){.tool-viewer-dialog{width:100vw;height:100dvh;max-height:none;border-radius:0}.tool-viewer-shell{height:100dvh}.tool-viewer-head{min-height:62px;padding:9px 10px 9px 15px;gap:8px}.tool-viewer-title small{display:none}.tool-viewer-title strong{font-size:15px}.tool-viewer-open{height:40px;padding:0 11px;font-size:11.5px}.tool-viewer-close{width:40px;height:40px}}.nav-dropdown{position:relative;display:flex;align-items:center;height:68px}.nav-dropdown-toggle{height:68px;display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:0 0;color:#dde6f4;font-size:14px;font-weight:600;white-space:nowrap;transition:.2s}.nav-dropdown-toggle::after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}.nav-dropdown.active .nav-dropdown-toggle,.nav-dropdown:focus-within .nav-dropdown-toggle,.nav-dropdown:hover .nav-dropdown-toggle{color:#fff}.nav-dropdown:focus-within .nav-dropdown-toggle::after,.nav-dropdown:hover .nav-dropdown-toggle::after{transform:rotate(225deg) translate(-2px,-2px)}.nav-dropdown-menu{position:absolute;z-index:1200;top:58px;left:50%;width:230px;padding:10px;border:1px solid rgba(22,40,74,.1);border-radius:15px;background:#fff;color:var(--ink);box-shadow:0 22px 52px rgba(8,23,51,.22);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.nav-dropdown-menu::before{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;background:#fff;border-left:1px solid rgba(22,40,74,.1);border-top:1px solid rgba(22,40,74,.1);transform:translateX(-50%) rotate(45deg)}.nav-dropdown-menu small{display:block;padding:7px 10px 8px;color:#8997ab;font-size:9.5px;font-weight:800;letter-spacing:.14em}.nav-dropdown-menu a{position:relative;z-index:1;display:block;padding:12px 13px;border-radius:10px;color:#293956;font-size:13.5px;font-weight:700;line-height:1.35;transition:.18s}.nav-dropdown-menu a span{display:block;margin-top:4px;color:#8693a7;font-size:11px;font-weight:500;line-height:1.45}.nav-dropdown-menu a.active,.nav-dropdown-menu a:hover{background:#eef3fb;color:var(--blue)}.mobile-nav-group{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-label{display:block;padding:10px 4px 6px;color:#9fb5d6;font-size:10px;font-weight:800;letter-spacing:.14em}.mobile-nav-group a{border-bottom:0;padding:12px 4px 12px 14px;font-size:14px}.mobile-nav-group a::before{content:"";width:5px;height:5px;margin-right:10px;border-radius:50%;background:#7fa9eb;flex:0 0 auto}@media(max-width:1020px){.nav-dropdown{display:none}}.header-inner{gap:34px}.brand{flex:0 0 auto}.nav{height:100%;display:flex;align-items:center;flex-wrap:nowrap;gap:28px;margin-left:0;white-space:nowrap;min-width:0}.nav>a{height:100%;display:inline-flex;align-items:center;flex:0 0 auto;white-space:nowrap}.nav-dropdown{height:100%;flex:0 0 auto}.nav-dropdown-toggle{height:100%}.header-btn{flex:0 0 auto;white-space:nowrap}@media(max-width:1120px){.header-btn,.nav{display:none}.menu-btn{display:block}}.brand{gap:10px}.brand-symbol{position:relative;display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:linear-gradient(145deg,#4d7ff2 0,#2458d2 58%,#173e9e 100%);box-shadow:0 8px 20px rgba(25,69,170,.3);overflow:hidden}.brand-symbol::before{content:"";position:absolute;left:5px;right:5px;bottom:6px;height:2px;border-radius:999px;background:rgba(255,255,255,.82)}.brand-symbol::after{content:"";position:absolute;left:7px;bottom:4px;width:4px;height:4px;border:2px solid rgba(255,255,255,.88);border-radius:50%;box-sizing:border-box;box-shadow:12px 0 0 -2px transparent,12px 0 0 0 rgba(255,255,255,.88)}.brand-symbol span{position:relative;z-index:1;margin-top:-3px;color:#fff;font-size:16px;font-weight:900;line-height:1;letter-spacing:-.08em}.brand-copy{display:block;line-height:1}.brand-copy strong{display:block;font-size:17px;font-weight:850;letter-spacing:.015em;white-space:nowrap}.brand-copy small{display:none}.footer .brand-symbol{box-shadow:none}@media(max-width:640px){.brand-symbol{width:30px;height:30px;flex-basis:30px}.brand-copy strong{font-size:15px}}.tools-nav-dropdown .tools-dropdown-menu{width:600px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:12px;max-height:calc(100vh - 82px);overflow:auto;overscroll-behavior:contain}.tools-nav-dropdown .tools-dropdown-menu>small{grid-column:1/-1;padding:6px 10px 9px}.tools-nav-dropdown .tools-dropdown-menu>a{min-width:0;padding:10px 12px}.tools-nav-dropdown .tools-dropdown-menu>a span{white-space:normal}.mobile-nav{max-height:calc(100dvh - 60px);overflow-y:auto}.tools-mobile-group a{font-size:13px;padding-top:10px;padding-bottom:10px}@media(max-width:1180px){.tools-nav-dropdown .tools-dropdown-menu{width:540px}}.brand-symbol{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;padding:2px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#fff;box-shadow:none;overflow:hidden}.brand-symbol img{display:block;width:100%;height:100%;object-fit:contain;filter:none}.brand-symbol::after,.brand-symbol::before{display:none;content:none}.brand-copy{display:flex;align-items:center;line-height:1}.brand-copy strong{font-size:15px;font-weight:850;letter-spacing:.015em;white-space:nowrap}

:root{--kb-ui-body:15px;--kb-ui-nav:14px;--kb-ui-label:12.5px;--kb-ui-control:14px;--kb-ui-control-h:38px;--kb-ui-tab-h:34px;--kb-ui-radius:10px}html{scroll-behavior:smooth}body{font-size:var(--kb-ui-body);line-height:1.7}.header{height:64px}.header-inner{height:64px;min-height:64px;gap:28px}.brand-copy strong{font-size:15px}.brand-copy small{font-size:8px}.nav{font-size:var(--kb-ui-nav);gap:24px}.nav-dropdown-toggle,.nav>a{font-size:var(--kb-ui-nav);line-height:1;white-space:nowrap}.nav-dropdown,.nav-dropdown-toggle{height:64px}.nav-dropdown-menu{top:56px}.header-btn{height:40px;min-height:40px;padding:0 18px;font-size:13px;border-radius:10px}.mobile-nav{top:64px}.hero h1,.tool-hero h1{font-size:clamp(34px,4.2vw,48px);line-height:1.18;letter-spacing:-.045em}.hero p,.hero-copy p,.hero>p,.tool-hero p{font-size:15px;line-height:1.78}.section-head h2{font-size:32px;line-height:1.24;letter-spacing:-.04em}.section-head p{font-size:15px;line-height:1.78}.eyebrow,.kicker,.tool-kicker{font-size:11px}.field,.vehicle-field{gap:6px}.field label,.vehicle-field label{font-size:var(--kb-ui-label);line-height:1.4;font-weight:700}.dialog .field input:not([type=checkbox]):not([type=radio]):not([type=file]),.dialog .field select,.field input:not([type=checkbox]):not([type=radio]):not([type=file]),.field select,.vehicle-field input:not([type=checkbox]):not([type=radio]):not([type=file]),.vehicle-field select{height:var(--kb-ui-control-h);min-height:var(--kb-ui-control-h);padding:0 13px;border-radius:var(--kb-ui-radius);font-size:var(--kb-ui-control);line-height:normal}.dialog .field textarea,.field textarea{height:104px;min-height:104px;padding:11px 13px;border-radius:var(--kb-ui-radius);font-size:var(--kb-ui-control);line-height:1.6}.pallet-toggle{height:var(--kb-ui-control-h);min-height:var(--kb-ui-control-h);padding:3px;border-radius:var(--kb-ui-radius)}.pallet-toggle button{min-height:var(--kb-ui-tab-h);height:var(--kb-ui-tab-h);padding:0 10px;font-size:12px;border-radius:8px}.charge-chip span,.type-filter button{min-height:var(--kb-ui-tab-h);height:var(--kb-ui-tab-h);padding:0 11px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;font-size:12px;line-height:1}.strength-menu button{height:42px;min-height:42px;font-size:13px}.calc-btn,.native-btn{min-height:40px;height:40px;font-size:13px;border-radius:10px}.tool-inline-status{min-height:34px;height:34px;font-size:11.5px}.tool-shell-title small{font-size:9.5px}.tool-shell-title strong{font-size:16px;line-height:1.35}.tool-badges span{font-size:11px}.tool-note{font-size:12.5px;line-height:1.7}.footer h4{font-size:13px}.footer li,.footer-desc{font-size:12.5px}.kb-top-button{position:fixed;right:24px;bottom:24px;z-index:850;width:48px;height:48px;padding:0;border:1px solid rgba(22,40,74,.14);border-radius:50%;background:rgba(255,255,255,.96);color:#16284a;box-shadow:0 12px 28px rgba(15,31,61,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-family:inherit;font-size:9px;font-weight:800;letter-spacing:.04em;line-height:1;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease,background .2s ease,color .2s ease}.kb-top-button::before{content:"↑";font-size:17px;line-height:15px;font-weight:700}.kb-top-button.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.kb-top-button:hover{background:#16284a;color:#fff}.kb-top-button:focus-visible{outline:3px solid rgba(43,92,219,.25);outline-offset:3px}@media(max-width:760px){.header,.header-inner{height:60px;min-height:60px}.mobile-nav{top:60px}.hero h1,.tool-hero h1{font-size:30px}.section-head h2{font-size:27px}.field input:not([type=checkbox]):not([type=radio]):not([type=file]),.field select,.vehicle-field input:not([type=checkbox]):not([type=radio]):not([type=file]),.vehicle-field select{height:var(--kb-ui-control-h);min-height:var(--kb-ui-control-h);font-size:14px}.kb-top-button{right:16px;bottom:16px;width:44px;height:44px}}

:root{--kb-header-height:60px}html body .header{height:var(--kb-header-height);min-height:var(--kb-header-height);max-height:var(--kb-header-height);padding:0;background:rgba(22,40,74,.98);border-bottom:1px solid rgba(255,255,255,.09)}html body .header .container.header-inner{width:min(1200px,calc(100% - 48px));max-width:1200px;margin:0 auto;height:var(--kb-header-height);min-height:var(--kb-header-height);max-height:var(--kb-header-height);display:flex;align-items:center;gap:26px;padding:0}html body .header .brand{height:var(--kb-header-height);min-height:var(--kb-header-height);display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;line-height:1;margin:0}html body .header .brand-symbol,html body .header .brand>img{width:24px;height:24px;min-width:24px;min-height:24px;flex:0 0 24px;margin:0}html body .header .brand-symbol{display:grid;place-items:center;overflow:hidden;border-radius:50%}html body .header .brand-symbol img,html body .header .brand>img{width:100%;height:100%;object-fit:contain;filter:none;margin:0}html body .header .brand-copy{display:flex;align-items:center;line-height:1;margin:0}html body .header .brand-copy strong{font-size:14px;line-height:1;letter-spacing:-.01em;white-space:nowrap;margin:0}html body .header .brand-copy small{display:none}html body .header .nav{height:var(--kb-header-height);display:flex;align-items:center;gap:24px;line-height:1;margin:0}html body .header .nav-dropdown-toggle,html body .header .nav>a{height:var(--kb-header-height);min-height:var(--kb-header-height);display:inline-flex;align-items:center;padding-top:0;padding-bottom:0;font-size:13px;line-height:1;white-space:nowrap}html body .header .nav-dropdown{height:var(--kb-header-height);min-height:var(--kb-header-height);display:flex;align-items:center}html body .header .header-actions{height:var(--kb-header-height);display:flex;align-items:center;margin-left:auto;gap:10px}html body .header .header-btn,html body .header .header-link{height:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding-top:0;padding-bottom:0;font-size:12.5px;line-height:1;white-space:nowrap;margin-left:auto}html body .header .header-actions .header-btn,html body .header .header-actions .header-link{margin-left:0}html body .header .menu-btn{width:40px;height:40px;min-height:40px;margin-left:auto}html body .mobile-nav{top:var(--kb-header-height)}html body .header .nav-dropdown-menu{top:52px}@media(max-width:1020px){html body .header .container.header-inner{width:calc(100% - 32px)}html body .header .nav{display:none}html body .header .header-actions,html body .header .header-btn,html body .header .header-link{display:none}html body .header .menu-btn{display:block}}html body .header .nav-dropdown-menu a::after,html body .header .nav-dropdown-menu a::before{content:none;display:none;position:static;width:auto;height:auto;background:0 0;box-shadow:none}html body .header .nav-dropdown.active .nav-dropdown-toggle{color:#fff}html body .header .blog-dropdown-menu{width:290px;max-width:calc(100vw - 28px)}html body .header .blog-dropdown-menu a{white-space:normal}@media(min-width:1181px){html body .header .container.header-inner{gap:20px}html body .header .nav{gap:17px}}@media(max-width:1180px){html body .header .container.header-inner{width:calc(100% - 32px)}html body .header .nav{display:none}html body .header .header-actions,html body .header .header-btn,html body .header .header-link{display:none}html body .header .menu-btn{display:block}}html body .header .tools-dropdown-menu{width:620px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 8px;padding:12px;max-height:calc(100vh - 82px);overflow:auto}html body .header .tools-dropdown-menu>small{grid-column:1/-1}html body .header .blog-dropdown-menu{width:330px;padding:12px}html body .header .nav-dropdown-menu>a{display:block;padding:10px 12px;border-radius:10px;color:#293956;font-size:12.5px;font-weight:750;line-height:1.35;white-space:normal}html body .header .nav-dropdown-menu>a span{display:block;margin-top:3px;color:#8693a7;font-size:10.5px;font-weight:500;line-height:1.45}html body .header .nav-dropdown-menu>a.active,html body .header .nav-dropdown-menu>a:hover{background:#eef3fb;color:#2b5cdb}html body .mobile-nav .mobile-nav-label{display:block;padding:12px 4px 6px;color:#9fb5d6;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}html body .mobile-nav .mobile-nav-group{padding:4px 0 8px;border-bottom:1px solid rgba(255,255,255,.1)}html body .mobile-nav .blog-mobile-group a,html body .mobile-nav .tools-mobile-group a{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:0;padding:12px 4px 12px 14px;font-size:14px;font-weight:650}@media(max-width:1180px){html body .header .tools-dropdown-menu{width:300px;display:block}}html body .header .nav-dropdown-menu{position:absolute;z-index:1200;top:58px;left:50%;width:230px;padding:10px;border:1px solid rgba(22,40,74,.1);border-radius:15px;background:#fff;color:#14213a;box-shadow:0 22px 52px rgba(8,23,51,.22);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}html body .header .nav-dropdown:focus-within .nav-dropdown-menu,html body .header .nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}html body .header .nav-dropdown-menu::before{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;background:#fff;border-left:1px solid rgba(22,40,74,.1);border-top:1px solid rgba(22,40,74,.1);transform:translateX(-50%) rotate(45deg);display:block}html body .header .nav-dropdown-menu small{display:block;padding:7px 10px 8px;color:#8997ab;font-size:9.5px;font-weight:800;letter-spacing:.14em}html body .header .nav-dropdown-menu>a{position:relative;z-index:1;display:block;padding:12px 13px;border-radius:10px;color:#293956;font-size:13.5px;font-weight:700;line-height:1.35;white-space:normal;transition:.18s}html body .header .nav-dropdown-menu>a span{display:block;margin-top:4px;color:#8693a7;font-size:11px;font-weight:500;line-height:1.45}html body .header .nav-dropdown-menu>a.active,html body .header .nav-dropdown-menu>a:hover{background:#eef3fb;color:#2b5cdb}html body .header .tools-nav-dropdown .tools-dropdown-menu{width:600px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:12px;max-height:calc(100vh - 82px);overflow:auto;overscroll-behavior:contain}html body .header .tools-nav-dropdown .tools-dropdown-menu>small{grid-column:1/-1;padding:6px 10px 9px}html body .header .tools-nav-dropdown .tools-dropdown-menu>a{min-width:0;padding:10px 12px}html body .header .tools-nav-dropdown .tools-dropdown-menu>a span{white-space:normal}html body .header .blog-nav-dropdown .blog-dropdown-menu{width:330px;display:block;padding:12px}@media(max-width:1180px){html body .header .tools-nav-dropdown .tools-dropdown-menu{width:540px}}@media(max-width:1020px){html body .header .nav{display:none}}html body .header .nav-dropdown-toggle::after{content:"";display:inline-block;flex:0 0 auto;width:7px;height:7px;margin-left:1px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transform-origin:center;transition:transform .18s ease;background:0 0;box-shadow:none}html body .header .nav-dropdown:focus-within .nav-dropdown-toggle::after,html body .header .nav-dropdown:hover .nav-dropdown-toggle::after{transform:rotate(225deg) translate(-2px,-2px)}@media(min-width:1181px){html body .header .container.header-inner{gap:30px}html body .header .nav{gap:28px}}html body .header .nav-dropdown-toggle::after{margin-left:7px}@media(max-width:1180px){html body .mobile-nav{padding-top:17px}html body .mobile-nav>a{min-height:52px;padding:13px 4px}html body .mobile-nav .mobile-nav-group{padding-top:7px;padding-bottom:11px}html body .mobile-nav .mobile-nav-label{padding-top:15px;padding-bottom:8px}html body .mobile-nav .mobile-nav-group a{padding-top:13px;padding-bottom:13px}}html body .header .tools-nav-dropdown .tools-dropdown-menu::after{content:"";position:absolute;top:51px;bottom:12px;left:50%;width:1px;background:#e3e9f2;transform:translateX(-.5px);pointer-events:none}@media(min-width:1181px){html body .header .tools-nav-dropdown .tools-dropdown-menu>a:nth-of-type(2n){margin-left:12px}}

:root{--kb-tool-control:34px;--kb-tool-tab:30px;--kb-tool-radius:8px;--kb-tool-line:#d6e0ec;--kb-tool-text:#172945;--kb-tool-muted:#5e6f86;--kb-tool-blue:#2b5cdb;--kb-tool-soft:#f5f8fc}.tool-shell .shell-body{padding:20px;background:#f5f7fb}.tool-shell .nt-wrap{gap:14px}.tool-shell .nt-card{padding:20px;border:1px solid #dce4ee;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(18,38,76,.035)}.tool-shell .nt-tool-head{align-items:flex-start;gap:18px;margin-bottom:14px}.tool-shell .nt-card h2{color:#122746;font-size:19px;line-height:1.35;letter-spacing:-.025em}.tool-shell .nt-card h3{color:#203653;font-size:14.5px;line-height:1.4}.tool-shell .nt-card>p,.tool-shell .nt-muted,.tool-shell .nt-tool-head p{color:var(--kb-tool-muted);font-size:12.5px;line-height:1.65}.tool-shell .nt-form{gap:11px 12px;margin-top:15px}.tool-shell .nt-field{gap:5px}.tool-shell .nt-field label{color:#2b3e5a;font-size:12px;line-height:1.3;font-weight:800}.tool-shell .nt-help{color:#6d7d92;font-size:10.5px;line-height:1.48}.tool-shell input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]),.tool-shell select:not([multiple]):not([size]){box-sizing:border-box;width:100%;height:var(--kb-tool-control);min-height:var(--kb-tool-control);max-height:var(--kb-tool-control);padding:0 10px;border:1px solid var(--kb-tool-line);border-radius:var(--kb-tool-radius);background:#fff;color:var(--kb-tool-text);font-family:inherit;font-size:13px;font-weight:500;line-height:1.2;outline:0}.tool-shell select:not([multiple]):not([size]){padding-right:30px}.tool-shell input::placeholder,.tool-shell textarea::placeholder{color:#8794a7;opacity:1}.tool-shell input:focus,.tool-shell select:focus,.tool-shell textarea:focus{border-color:#6f93df;box-shadow:0 0 0 3px rgba(43,92,219,.09)}.tool-shell textarea{min-height:76px;padding:9px 10px;border-radius:var(--kb-tool-radius);font-size:13px;line-height:1.55}.tool-shell .nt-seg{gap:6px;align-items:center;flex-wrap:wrap}.tool-shell .nt-chip,.tool-shell .nt-seg button,.tool-shell .nt-subtabs button{box-sizing:border-box;height:var(--kb-tool-tab);min-height:var(--kb-tool-tab);max-height:var(--kb-tool-tab);padding:0 11px;border:1px solid #d4deeb;border-radius:8px;background:#fff;color:#53647a;font-family:inherit;font-size:11.5px;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;word-break:keep-all}.tool-shell .nt-chip.active,.tool-shell .nt-seg button.active,.tool-shell .nt-subtabs button.active{border-color:#8eace8;background:#eaf0ff;color:#214fb9}.tool-shell .nt-subtabs{gap:6px;margin-top:11px}.tool-shell .nt-btn{box-sizing:border-box;height:var(--kb-tool-control);min-height:var(--kb-tool-control);max-height:var(--kb-tool-control);padding:0 14px;border-radius:8px;font-size:12px;line-height:1;white-space:nowrap;word-break:keep-all}.tool-shell .nt-actions{gap:7px;margin-top:14px}.tool-shell .nt-inline-search{gap:7px}.tool-shell .nt-table-wrap{border-color:#dce4ee;border-radius:12px}.tool-shell .nt-table{font-variant-numeric:tabular-nums}.tool-shell .nt-table th{padding:9px 10px;background:#eef3fa;color:#314662;font-size:11.5px;line-height:1.25;font-weight:800;white-space:nowrap;word-break:keep-all}.tool-shell .nt-table td{padding:8px 10px;color:#263a57;font-size:12px;line-height:1.4;vertical-align:middle}.tool-shell .nt-table .nt-cell-output{font-size:12px;font-weight:800;white-space:nowrap}.tool-shell .nt-link-btn{box-sizing:border-box;width:auto;min-width:46px;height:28px;min-height:28px;padding:0 9px;border-radius:7px;font-size:10.5px;line-height:1;white-space:nowrap;word-break:keep-all}#cbmTable{table-layout:fixed;min-width:1110px}#cbmTable td:first-child,#cbmTable th:first-child{width:140px}#cbmTable td:nth-child(2),#cbmTable td:nth-child(3),#cbmTable td:nth-child(4),#cbmTable th:nth-child(2),#cbmTable th:nth-child(3),#cbmTable th:nth-child(4){width:106px}#cbmTable td:nth-child(5),#cbmTable th:nth-child(5){width:82px}#cbmTable td:nth-child(6),#cbmTable th:nth-child(6){width:112px}#cbmTable td:nth-child(7),#cbmTable th:nth-child(7){width:96px}#cbmTable td:nth-child(8),#cbmTable td:nth-child(9),#cbmTable th:nth-child(8),#cbmTable th:nth-child(9){width:86px;text-align:center}#cbmTable td:nth-child(10),#cbmTable th:nth-child(10){width:58px;text-align:center}#cbmTable.nt-input-table input,#cbmTable.nt-input-table select,#lclTool .nt-input-table input,#lclTool .nt-input-table select{height:32px;min-height:32px;max-height:32px;padding:0 8px;font-size:12.5px;border-radius:7px}#cbmTable td,#lclTool .nt-input-table td{padding:6px 7px}#cbmTable th,#lclTool .nt-input-table th{padding:8px 7px}.tool-shell .nt-results{gap:9px;margin-top:13px}.tool-shell .nt-result{padding:13px;border-radius:10px;background:#f7f9fd}.tool-shell .nt-result span{color:#65758b;font-size:10.5px}.tool-shell .nt-result strong{margin-top:3px;color:#132946;font-size:17px;line-height:1.25}.tool-shell .nt-result em{margin-top:3px;color:#64758b;font-size:10px;line-height:1.4}.tool-shell .nt-notice{padding:11px 13px;border-radius:10px;color:#56677e;font-size:11.5px;line-height:1.58}.tool-shell .nt-count{font-size:11.5px}.tool-shell .nt-list{gap:8px}.tool-shell .nt-list-item{padding:12px 13px;border-radius:10px}.tool-shell .nt-list-item strong{font-size:13px;line-height:1.4}.tool-shell .nt-list-item p{margin-top:4px;color:#607087;font-size:11.5px;line-height:1.55}.tool-shell .nt-country-grid{gap:7px;margin-top:10px}.tool-shell .nt-country-btn{min-height:42px;padding:6px 9px;border-radius:8px}.tool-shell .nt-country-btn b{font-size:11.5px;line-height:1.25}.tool-shell .nt-country-btn span{margin-top:1px;font-size:9.5px;line-height:1.25}.tool-shell .nt-class-grid{gap:6px}.tool-shell .nt-class{padding:7px 5px;border-radius:8px;font-size:9.5px}.tool-shell .nt-class b{font-size:14px;line-height:1.1}#dutyTool .nt-form{align-items:start}#dutyTool .duty-origin{grid-column:1/-1}#dutyTool .duty-currency{grid-column:1}#dutyTool .duty-rate{grid-column:2}#dutyTool.business-mode .duty-origin{grid-column:1}#dutyTool.business-mode .duty-incoterm{grid-column:2}#dutyTool.business-mode .duty-currency{grid-column:1}#dutyTool.business-mode .duty-rate{grid-column:2}#dutyTool .duty-rate-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:center}.tool-shell .tool-nav{gap:7px;margin-top:13px}.tool-shell .tool-nav a{min-height:32px;padding:6px 8px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:10.8px;line-height:1.3;word-break:keep-all}@media(max-width:980px){.tool-shell .nt-tool-head{display:block}.tool-shell .nt-tool-head>.nt-field,.tool-shell .nt-tool-head>.nt-seg{margin-top:12px}}@media(max-width:720px){:root{--kb-tool-control:36px;--kb-tool-tab:32px}.tool-shell .shell-body{padding:13px}.tool-shell .nt-card{padding:15px}.tool-shell .nt-card h2{font-size:18px}.tool-shell .nt-form{grid-template-columns:1fr}.tool-shell .nt-field.full{grid-column:auto}#dutyTool .duty-currency,#dutyTool .duty-origin,#dutyTool .duty-rate,#dutyTool.business-mode .duty-currency,#dutyTool.business-mode .duty-incoterm,#dutyTool.business-mode .duty-origin,#dutyTool.business-mode .duty-rate{grid-column:1/-1}.tool-shell .nt-results{grid-template-columns:1fr 1fr}#cbmTable{min-width:1000px}}@media(max-width:480px){.tool-shell .nt-results{grid-template-columns:1fr}.tool-shell .nt-chip,.tool-shell .nt-seg button,.tool-shell .nt-subtabs button{font-size:11px;padding:0 9px}}

.kb-source-strip{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:13px 18px;border-bottom:1px solid #dce6f4;background:linear-gradient(90deg,#f2f7ff 0,#f8fbff 58%,#f0fbf8 100%);color:#314766}.kb-source-main{min-width:0;display:flex;align-items:flex-start;gap:11px}.kb-source-dot{width:9px;height:9px;margin-top:6px;border-radius:50%;background:#2b5cdb;box-shadow:0 0 0 5px rgba(43,92,219,.1);flex:0 0 auto}.kb-source-copy strong{display:block;color:#172b4d;font-size:12.5px;line-height:1.45}.kb-source-copy span{display:block;margin-top:3px;color:#63748d;font-size:11.5px;line-height:1.6;word-break:keep-all}.kb-source-links{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap;flex:0 0 auto}.kb-source-links a{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:0 11px;border:1px solid #cbd9ed;border-radius:9px;background:#fff;color:#2451b8;font-size:10.5px;font-weight:800;white-space:nowrap}.kb-source-links a:hover{border-color:#2b5cdb;background:#eef4ff}.kb-source-links .kb-source-date{display:inline-flex;align-items:center;min-height:31px;padding:0 10px;border-radius:9px;background:#16284a;color:#fff;font-size:10.5px;font-weight:800;white-space:nowrap}.kb-caution-card{margin-top:14px;padding:15px 17px;border:1px solid #efd9a8;border-radius:13px;background:#fff9ec;color:#725111;font-size:12px;line-height:1.72}.kb-caution-card strong{color:#4f3707}.kb-official-card{padding:18px;border:1px solid #cddcf2;border-radius:14px;background:linear-gradient(135deg,#eef5ff,#f7fbff)}.kb-official-card h3{font-size:16px;color:#172b4d}.kb-official-card p{margin-top:7px;color:#596d89;font-size:12.5px;line-height:1.72}.kb-official-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.kb-official-actions a{display:inline-flex;min-height:36px;padding:0 13px;align-items:center;justify-content:center;border-radius:10px;background:#2b5cdb;color:#fff;font-size:11.5px;font-weight:800}.kb-official-actions a.secondary{border:1px solid #c9d7eb;background:#fff;color:#27446f}.kb-version-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#e9f7f2;color:#08795c;font-size:10.5px;font-weight:850}.kb-stale-block{padding:17px;border:1px solid #f0d2d2;border-radius:13px;background:#fff4f4;color:#7a2d2d;font-size:12px;line-height:1.7}.kb-stale-block strong{display:block;color:#5b1818;font-size:14px;margin-bottom:4px}@media(max-width:720px){.kb-source-strip{display:block;padding:12px 14px}.kb-source-links{justify-content:flex-start;margin-top:10px}.kb-source-copy span{font-size:11px}.kb-source-links .kb-source-date,.kb-source-links a{min-height:30px}.kb-official-actions a{width:100%}}

:root{--kb-fs-caption:11px;--kb-fs-small:12px;--kb-fs-control:13px;--kb-fs-body:14px;--kb-fs-body-lg:15px;--kb-fs-card-title:18px;--kb-fs-section:28px;--kb-fs-page:42px;--kb-lh-tight:1.28;--kb-lh-title:1.38;--kb-lh-body:1.72}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body,button,input,select,textarea{font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{font-size:var(--kb-fs-body);line-height:var(--kb-lh-body);letter-spacing:-.018em}address,dd,dt,li,p{font-size:var(--kb-fs-body);line-height:var(--kb-lh-body)}.article-meta,.caption,.eyebrow,.field-help,.footer-bottom,.help,.hint,.kicker,.meta,.note,.post-meta,.tool-kicker,.tool-shell-title small,small{font-size:var(--kb-fs-caption);line-height:1.55}.header,.header-inner{font-size:var(--kb-fs-control)}.brand strong,.brand-copy strong{font-size:14px;line-height:1}.header-btn,.header-link,.nav,.nav-dropdown-toggle,.nav>a{font-size:var(--kb-fs-control);line-height:1}.nav-dropdown-menu a{font-size:13px;line-height:1.35}.nav-dropdown-menu a span{font-size:11px;line-height:1.45}.mobile-nav-group a,.mobile-nav>a{font-size:14px;line-height:1.4}.mobile-nav-label{font-size:11px}.article-header h1,.article-hero h1,.blog-hero h1,.hero h1,.tool-hero h1,main h1,main>.hero h1{font-size:var(--kb-fs-page);line-height:1.18;letter-spacing:-.048em;font-weight:800}.article-hero p,.article-lead,.blog-hero p,.hero p,.hero-desc,.tool-hero p{font-size:var(--kb-fs-body-lg);line-height:1.78}main h2{font-size:var(--kb-fs-section);line-height:var(--kb-lh-title);letter-spacing:-.035em;font-weight:800}main h3{font-size:var(--kb-fs-card-title);line-height:1.45;letter-spacing:-.026em;font-weight:800}.tool-shell-title strong{font-size:17px;line-height:1.35}.aside-card h3,.aside-cta h3,.blog-body h3,.dialog-head h2,.form-card h3,.native-card-head h2,.nt-card-head h2,.nt-card>h2,.nt-section-head h2,.post-body h2,.result-head h2,.vehicle-title h2{font-size:var(--kb-fs-card-title);line-height:1.42;letter-spacing:-.024em}.native-card-head small,.result-head small,.step-label{font-size:var(--kb-fs-caption)}.field label,.form-field label,.form-group label,.nt-field label,.vehicle-field label,label,legend{font-size:var(--kb-fs-small);line-height:1.45;font-weight:800}input,select,textarea{font-size:var(--kb-fs-control);line-height:1.4}.btn,.header-btn,.kb-top-button,.native-btn,.nt-btn,.promo-cta,.reset-filter,.strength-link,.tool-open,.top-btn,button{font-size:var(--kb-fs-control);line-height:1.2}.badge,.category-tabs button,.charge-chip span,.chip,.filter-chips button,.filter-tabs button,.pallet-toggle button,.tab-btn,.tag,.type-filter button{font-size:var(--kb-fs-small);line-height:1.2}.amount,.hero-stat strong,.metric strong,.pallet-count b,.price,.result-card strong,.result-value,.summary-value,.total-value{line-height:1.15}.hero-stat span,.metric span,.result-card span,.summary-row span,.vehicle-specs span,.vehicle-title p{font-size:var(--kb-fs-small);line-height:1.5}.metric strong{font-size:24px}.hero-stat strong{font-size:18px}.result-card strong,.summary-value,.total-value{font-size:20px}.result-row b,.summary-row b,.vehicle-specs b{font-size:13px;line-height:1.45}table,td,th{font-size:13px;line-height:1.5}th{font-size:12px;font-weight:800}.navy-copy h3,.promo-card h3,.strength-kpi-copy h3,.transport-copy h3,.trust-copy h3{font-size:19px;line-height:1.42}.navy-copy p,.promo-card p,.strength-kpi-copy p,.transport-copy p,.trust-copy p{font-size:14px;line-height:1.72}.blog-section>.container>h2,.blog-summary h2,.faq-wrap>h2{font-size:var(--kb-fs-section)}.blog-card h3,.post-body h2{font-size:18px;line-height:1.45}.blog-card p,.post-body p{font-size:14px;line-height:1.7}.article-body{font-size:15px;line-height:1.85}.article-body li,.article-body p{font-size:15px;line-height:1.85}.article-body h2{font-size:24px;line-height:1.42}.article-body h3{font-size:18px;line-height:1.45}.footer,.footer a,.footer li,.footer p{font-size:12px;line-height:1.65}.footer h4{font-size:13px;line-height:1.35}@media(max-width:760px){:root{--kb-fs-body:14px;--kb-fs-body-lg:14px;--kb-fs-page:32px;--kb-fs-section:24px;--kb-fs-card-title:17px}.article-header h1,.article-hero h1,.blog-hero h1,.hero h1,.tool-hero h1,main h1{font-size:32px;line-height:1.22}main h2{font-size:24px}.article-body h2{font-size:22px}.metric strong{font-size:22px}}

.brand-symbol{display:grid;place-items:center;width:31px;height:31px;flex:0 0 31px;padding:0;border:0;border-radius:9px;background:0 0;box-shadow:none;overflow:visible}.brand-symbol::after,.brand-symbol::before{display:none;content:none}.brand-symbol img{display:block;width:31px;height:31px;object-fit:contain;object-position:center;filter:none}.footer .brand-symbol{width:32px;height:32px;flex-basis:32px}.footer .brand-symbol img{width:32px;height:32px}.brand-symbol>svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;overflow:visible}.footer .brand-symbol>svg,.header .brand-symbol>svg{filter:none;opacity:1;visibility:visible}

.header .brand{gap:8px}.header .brand-symbol,.header a.brand .brand-symbol{display:grid;place-items:center;width:25px;height:25px;min-width:25px;min-height:25px;flex:0 0 25px;padding:0;margin:0;border:0;border-radius:0;background:0 0;box-shadow:none;overflow:visible}.header .brand-symbol::after,.header .brand-symbol::before{display:none;content:none}.header .brand-symbol img,.header a.brand .brand-symbol img{display:block;width:25px;height:25px;min-width:25px;min-height:25px;max-width:25px;max-height:25px;object-fit:contain;object-position:center;margin:0;padding:0;filter:none;transform:none}.footer .brand{gap:8px}.footer .brand-symbol,.footer a.brand .brand-symbol{display:grid;place-items:center;width:25px;height:25px;min-width:25px;min-height:25px;flex:0 0 25px;padding:0;margin:0;border:0;border-radius:0;background:0 0;box-shadow:none;overflow:visible}.footer .brand-symbol::after,.footer .brand-symbol::before{display:none;content:none}.footer .brand-symbol img,.footer a.brand .brand-symbol img{display:block;width:25px;height:25px;min-width:25px;min-height:25px;max-width:25px;max-height:25px;object-fit:contain;object-position:center;margin:0;padding:0;filter:none;transform:none}@media(max-width:760px){.footer .brand-symbol,.footer .brand-symbol img,.header .brand-symbol,.header .brand-symbol img{width:25px;height:25px;min-width:25px;min-height:25px;max-width:25px;max-height:25px;flex-basis:25px}}

html{scroll-padding-top:68px;overflow-x:hidden}body{overflow-x:hidden}iframe,img,svg,video{max-width:100%}.footer .brand,.header .brand{cursor:pointer}.footer .brand:focus-visible,.header .brand:focus-visible{outline:3px solid rgba(125,170,255,.45);outline-offset:4px;border-radius:8px}.header .header-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;min-height:36px;padding:0 16px;line-height:1;white-space:nowrap;margin-left:auto}.header .brand-symbol{border-radius:7px;overflow:hidden}.footer .brand-symbol img,.header .brand-symbol img{filter:none;object-fit:contain}.kb-source-date{white-space:nowrap}.nt-table-wrap,.result-table-wrap,.table-wrap,.vehicle-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}a,button,input,select,textarea{touch-action:manipulation}.btn,.header-btn,.native-btn,.nt-btn,button{min-height:40px}dialog{overscroll-behavior:contain}dialog::backdrop{background:rgba(6,18,38,.68)}@media(max-width:1020px){.header .header-btn{display:none}}@media(max-width:760px){:root{--kb-header-height:60px}.container{width:calc(100% - 28px)}.header .container.header-inner{width:calc(100% - 28px);gap:14px}.header .brand{min-width:0}.header .brand-copy strong{font-size:14px}.mobile-nav{max-height:calc(100dvh - 60px);overflow-y:auto;-webkit-overflow-scrolling:touch}.blog-hero,.hero,.tool-hero{overflow:hidden}.blog-hero-inner,.hero-inner,.tool-hero-inner{min-height:auto}.blog-hero h1,.hero h1,.tool-hero h1{font-size:clamp(30px,9vw,38px);line-height:1.22;word-break:keep-all}.section{padding-top:48px;padding-bottom:58px}.section-head{display:block}.section-head>p{margin-top:10px}.article-layout,.footer-grid,.form-grid,.guide-layout,.native-grid,.quote-layout{grid-template-columns:1fr}.field.full{grid-column:auto}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px}.actions,.hero-actions,.result-actions{flex-wrap:wrap}.actions>*,.result-actions>*{flex:1 1 100%;width:100%}dialog[open]{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;border-radius:0}dialog .quote-dialog{width:100%;min-height:100dvh;max-height:none;border-radius:0}dialog .dialog-head{position:sticky;top:0;z-index:20;min-height:64px;height:auto;padding:12px 16px}dialog .dialog-body{max-height:calc(100dvh - 64px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 14px 30px}dialog .form-card{padding:16px;border-radius:14px}.blog-controls{grid-template-columns:1fr}.category-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch}.category-tabs button{flex:0 0 auto}.blog-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom>div+div{margin-top:10px}.kb-top-button,.top-btn{right:14px;bottom:14px}}@media(max-width:430px){.container{width:calc(100% - 22px)}.header .container.header-inner{width:calc(100% - 22px)}.header .brand-symbol,.header .brand-symbol img{width:24px;height:24px;min-width:24px;min-height:24px}.header .brand-copy strong{font-size:13.5px}.dialog-head h2{font-size:18px}.native-card,.nt-card,.tool-shell{border-radius:14px}}:root{--kb-motion-ease:cubic-bezier(.22,.61,.36,1);--kb-motion-fast:180ms;--kb-motion-base:520ms;--kb-table-line:#dfe6f0;--kb-table-head:#f1f5fb;--kb-table-alt:#fafcff;--kb-table-hover:#f2f6ff}.btn,.guide-card,.header,.header-btn,.native-btn,.native-card,.nt-btn,.nt-card,.post-card,.post-link,.promo-card,.promo-cta,.route-card,.service-card,.strength-panel,.tool-card,.transport-card,.transport-cta,.vehicle-card{transition-property:transform,box-shadow,border-color,background-color,color,opacity;transition-duration:var(--kb-motion-fast);transition-timing-function:var(--kb-motion-ease)}.header{transition-duration:240ms}body.kb-scrolled .header{box-shadow:0 10px 28px rgba(7,25,52,.13)}@media (hover:hover) and (pointer:fine){.guide-card:hover,.post-card:hover,.promo-card:hover,.route-card:hover,.service-card:hover,.tool-card:hover,.transport-card:hover,.vehicle-card:hover{border-color:#cad7e9;box-shadow:0 15px 34px rgba(18,38,76,.095)}.btn:hover,.header-btn:hover,.native-btn:hover,.nt-btn:hover,.promo-cta:hover,.transport-cta:hover{box-shadow:0 8px 20px rgba(18,38,76,.1)}}.brand-symbol{transition:transform var(--kb-motion-fast) var(--kb-motion-ease)}@media (prefers-reduced-motion:no-preference){html.kb-motion-ready .kb-reveal{opacity:0;transition:opacity 360ms var(--kb-motion-ease);transition-delay:var(--kb-delay,0ms)}html.kb-motion-ready .kb-reveal.is-visible{opacity:1}.dialog-head,.mobile-nav,.nav-dropdown-menu{transition-timing-function:var(--kb-motion-ease)}dialog[open] .quote-dialog{animation:kbDialogIn 260ms var(--kb-motion-ease) both}@keyframes kbDialogIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}}@media (prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto;animation-duration:0.01ms;animation-iteration-count:1;transition-duration:0.01ms}}.nt-table-wrap,.result-table-wrap,.table-wrap,.vehicle-table-wrap{position:relative;border:1px solid var(--kb-table-line);border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(18,38,76,.045);scrollbar-width:thin;scrollbar-color:#bcc9dc #f2f5f9}.nt-table-wrap::-webkit-scrollbar,.result-table-wrap::-webkit-scrollbar,.table-wrap::-webkit-scrollbar,.vehicle-table-wrap::-webkit-scrollbar{height:9px;width:9px}.nt-table-wrap::-webkit-scrollbar-track,.result-table-wrap::-webkit-scrollbar-track,.table-wrap::-webkit-scrollbar-track,.vehicle-table-wrap::-webkit-scrollbar-track{background:#f2f5f9;border-radius:999px}.nt-table-wrap::-webkit-scrollbar-thumb,.result-table-wrap::-webkit-scrollbar-thumb,.table-wrap::-webkit-scrollbar-thumb,.vehicle-table-wrap::-webkit-scrollbar-thumb{background:#bcc9dc;border:2px solid #f2f5f9;border-radius:999px}.nt-table-wrap table,.result-table-wrap table,.table-wrap table,.vehicle-table-wrap table,table.nt-table{width:100%;margin:0;border-collapse:separate;border-spacing:0;color:#34455f;font-variant-numeric:tabular-nums}.nt-table thead th,.nt-table-wrap thead th,.result-table-wrap thead th,.table-wrap thead th,.vehicle-table-wrap thead th{position:sticky;top:0;z-index:2;padding:12px 14px;border:0;border-bottom:1px solid #d7e0ec;background:var(--kb-table-head);color:#31445f;font-size:11px;font-weight:850;line-height:1.45;letter-spacing:-.01em;text-align:left;white-space:nowrap}.nt-table tbody td,.nt-table-wrap tbody td,.result-table-wrap tbody td,.table-wrap tbody td,.vehicle-table-wrap tbody td{padding:12px 14px;border:0;border-bottom:1px solid #e8edf4;background:#fff;color:#40516b;font-size:11.5px;line-height:1.55;vertical-align:middle}.nt-table tbody tr:nth-child(2n) td,.nt-table-wrap tbody tr:nth-child(2n) td,.result-table-wrap tbody tr:nth-child(2n) td,.table-wrap tbody tr:nth-child(2n) td,.vehicle-table-wrap tbody tr:nth-child(2n) td{background:var(--kb-table-alt)}.nt-table tbody tr:hover td,.nt-table-wrap tbody tr:hover td,.result-table-wrap tbody tr:hover td,.table-wrap tbody tr:hover td,.vehicle-table-wrap tbody tr:hover td{background:var(--kb-table-hover)}.nt-table tbody tr:last-child td,.nt-table-wrap tbody tr:last-child td,.result-table-wrap tbody tr:last-child td,.table-wrap tbody tr:last-child td,.vehicle-table-wrap tbody tr:last-child td{border-bottom:0}.nt-table thead th:last-child,.nt-table-wrap thead th:last-child,.result-table-wrap thead th:last-child,.table-wrap thead th:last-child,.vehicle-table-wrap thead th:last-child{text-align:right}.nt-table td strong,.nt-table th strong{color:#16284a;font-weight:850}.nt-table .nt-link-btn{white-space:nowrap}.nt-input-table input,.nt-input-table select{min-width:82px;border-color:#d5dfec;background:#fff}.nt-list-item .nt-table{min-width:0}.nt-list-item .nt-table td:first-child{font-weight:700;color:#40516b}.nt-list-item .nt-table td:last-child{text-align:right;font-weight:800;color:#193761;white-space:nowrap}.nt-compare{overflow:hidden;border:1px solid var(--kb-table-line);border-radius:12px;background:#fff}.nt-compare>div{padding:12px 13px;border-color:#e5ebf3;line-height:1.5}.nt-compare>div:nth-child(-n+3){background:var(--kb-table-head);color:#31445f;font-weight:850}.nt-results .nt-result,.rate-card,.result-panel,.vehicle-specs{border-color:#dbe4ef;box-shadow:0 5px 16px rgba(18,38,76,.035)}.vehicle-specs{padding:12px;border:1px solid #e0e7f0;border-radius:12px;background:#fafcff}.vehicle-specs div{padding:3px 5px}@media(max-width:760px){.nt-table-wrap,.result-table-wrap,.table-wrap,.vehicle-table-wrap{border-radius:12px;box-shadow:none}.nt-table-wrap table,.result-table-wrap table,.table-wrap table,.vehicle-table-wrap table,table.nt-table{min-width:620px}.nt-input-table{min-width:760px}.nt-list-item .nt-table{min-width:0}.nt-table thead th,.nt-table-wrap thead th,.result-table-wrap thead th,.table-wrap thead th,.vehicle-table-wrap thead th{padding:10px 11px;font-size:10.5px}.nt-table tbody td,.nt-table-wrap tbody td,.result-table-wrap tbody td,.table-wrap tbody td,.vehicle-table-wrap tbody td{padding:10px 11px;font-size:11px}.nt-compare{border-radius:10px}}body,html{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;text-rendering:optimizeLegibility;font-synthesis:none}body,button,input,select,textarea{text-shadow:none}.header{background:#16284a;-webkit-backdrop-filter:none;backdrop-filter:none}.kb-reveal.is-visible{transform:none;will-change:auto}.brand,.footer,.header-btn,.mobile-nav,.nav,b,button,h1,h2,h3,h4,h5,h6,input,label,p,select,small,span,strong,td,textarea,th{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}@media (hover:hover) and (pointer:fine){.brand:hover .brand-symbol,.btn:hover,.guide-card:hover,.header-btn:hover,.native-btn:hover,.nt-btn:hover,.post-card:hover,.promo-card:hover,.promo-cta:hover,.route-card:hover,.service-card:hover,.tool-card:hover,.transport-card:hover,.transport-cta:hover,.vehicle-card:hover{transform:none}}.brand-symbol>svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;overflow:visible}.footer .brand-symbol>svg,.header .brand-symbol>svg{filter:none;opacity:1;visibility:visible}html body .kbfx-page .related-tools-card.kb-related-tools-unified,html body .related-tools-card.kb-related-tools-unified,html body .tool-shell .related-tools-card.kb-related-tools-unified{position:relative;box-sizing:border-box;width:100%;max-width:none;margin:42px 0 0;padding:24px;border:1px solid #d8e2ef;border-radius:14px;background:#fbfcfe;box-shadow:none;overflow:visible}html body .related-tools-card.kb-related-tools-unified::before{content:"";position:absolute;top:-22px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0,#d9e2ee 12%,#d9e2ee 88%,transparent 100%)}html body .related-tools-card.kb-related-tools-unified h2{margin:0;padding:0;color:#172b49;font-size:20px;font-weight:900;line-height:1.35;letter-spacing:-.03em}html body .related-tools-card.kb-related-tools-unified>p{margin:7px 0 0;padding:0;color:#667890;font-size:13px;font-weight:500;line-height:1.65}html body .related-tools-card.kb-related-tools-unified .tool-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;width:100%;margin:18px 0 0;padding:0}html body .related-tools-card.kb-related-tools-unified .tool-nav a{box-sizing:border-box;min-width:0;width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;padding:9px 11px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#203653;font-size:12px;font-weight:800;line-height:1.3;text-align:center;word-break:keep-all;text-decoration:none;box-shadow:0 4px 12px rgba(18,40,74,.025);transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}html body .related-tools-card.kb-related-tools-unified .tool-nav a:focus-visible,html body .related-tools-card.kb-related-tools-unified .tool-nav a:hover{border-color:#aabde2;background:#f3f7ff;color:#2454c4;transform:translateY(-1px)}@media(max-width:1050px){html body .related-tools-card.kb-related-tools-unified .tool-nav{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){html body .related-tools-card.kb-related-tools-unified{margin-top:34px;padding:18px;border-radius:12px}html body .related-tools-card.kb-related-tools-unified::before{top:-18px}html body .related-tools-card.kb-related-tools-unified .tool-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html body .related-tools-card.kb-related-tools-unified .tool-nav a{min-height:42px;padding:8px 9px;font-size:11.5px}}@media(max-width:430px){html body .related-tools-card.kb-related-tools-unified .tool-nav{grid-template-columns:1fr}}.rate-period-strip{display:flex;align-items:center;gap:10px;margin:14px 0 20px;padding:11px 14px;border:1px solid #dce6f5;border-radius:12px;background:#f7faff;color:#41536e;font-size:12.5px;line-height:1.5}.rate-period-badge{display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:0 10px;border-radius:999px;background:#e8f0ff;color:#2457c5;font-size:11px;font-weight:800;white-space:nowrap}.rate-period-strip strong{color:#172a4b;font-size:13px}.rate-period-strip span:last-child{color:#61718a}.lcl-rate-data-status{margin:-8px 0 14px;color:#66768e;font-size:11.5px}.lcl-rate-result{margin-top:18px;border:1px solid #dfe7f2;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 10px 26px rgba(25,48,86,.06)}.lcl-rate-empty{min-height:112px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f8faff}.lcl-rate-empty strong{font-size:15px;color:#243653}.lcl-rate-empty span{margin-top:6px;color:#718097;font-size:12px}.lcl-rate-empty.is-error{background:#fff8f7}.lcl-rate-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #e7edf5;background:linear-gradient(135deg,#f8fbff,#fff)}.lcl-rate-head>div{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.lcl-rate-head strong{font-size:19px;line-height:1.35;color:#142746}.lcl-rate-head small{color:#697990;font-size:11.5px}.lcl-rate-status{flex:0 0 auto;display:inline-flex;align-items:center;min-height:27px;padding:0 10px;border-radius:999px;background:#eaf7f0;color:#17734c;font-size:10.5px;font-weight:800}.lcl-rate-status.is-unavailable{background:#fff0ef;color:#b13d36}.lcl-rate-status.is-inquiry,.lcl-rate-status.is-on_request{background:#fff7e8;color:#9a6714}.lcl-rate-price-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e7edf5}.lcl-rate-price-row>div{padding:18px 22px}.lcl-rate-price-row>div+div{border-left:1px solid #e7edf5}.lcl-rate-detail-grid span,.lcl-rate-price-row span{display:block;color:#74839a;font-size:10.5px;font-weight:700}.lcl-rate-price-row strong{display:block;margin-top:5px;color:#2457c5;font-size:18px;line-height:1.35}.lcl-rate-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:5px 22px 16px}.lcl-rate-detail-grid>div{padding:13px 12px 5px 0;min-width:0}.lcl-rate-detail-grid b{display:block;margin-top:5px;color:#263954;font-size:12.5px;line-height:1.45;overflow-wrap:anywhere}.lcl-rate-warning{margin:0 22px 12px;padding:10px 12px;border-radius:10px;background:#fff8e8;color:#8d6419;font-size:11.5px;line-height:1.55}.lcl-rate-note{margin:0 22px 12px;padding:11px 12px;border-radius:10px;background:#f7f9fc;color:#53637a;font-size:11px;line-height:1.55;max-height:126px;overflow:auto}.lcl-rate-disclaimer{padding:13px 22px 16px;border-top:1px solid #edf1f6;color:#718097;font-size:10.5px;line-height:1.6;background:#fbfcfe}.field input[readonly]{background:#f7f9fc;color:#56667e}.quote-panel select#lclDestination{max-width:100%}@media(max-width:720px){.rate-period-strip{align-items:flex-start;flex-wrap:wrap}.lcl-rate-head{padding:17px 16px}.lcl-rate-head strong{font-size:17px}.lcl-rate-price-row{grid-template-columns:1fr}.lcl-rate-price-row>div{padding:15px 16px}.lcl-rate-price-row>div+div{border-left:0;border-top:1px solid #e7edf5}.lcl-rate-detail-grid{grid-template-columns:1fr 1fr;padding:4px 16px 14px}.lcl-rate-note,.lcl-rate-warning{margin-left:16px;margin-right:16px}.lcl-rate-disclaimer{padding:12px 16px 15px}}

body,html{max-width:100%;overflow-x:clip}canvas,img,svg,video{max-width:100%}img{height:auto}a,button,input,select,textarea{touch-action:manipulation}iframe{max-width:100%;border:0}.kbfx-table-wrap,.nt-table-wrap,.result-table-wrap,.safe-table-wrap,.table-wrap,.vehicle-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.mobile-nav{overscroll-behavior:contain}dialog{max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}dialog[open]{contain:layout paint}@supports(content-visibility:auto){.faq-list,.feature-grid,.footer-grid,.port-grid,.related-tools-card,main>section:nth-of-type(n+2){content-visibility:auto;contain-intrinsic-size:auto 640px}dialog:not([open]){content-visibility:hidden}}@media(max-width:768px){.container{width:calc(100% - 28px)}input,select,textarea{font-size:16px}.mobile-nav{max-height:calc(100dvh - 68px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.form-wrap,.kbfx-card,.nt-card,.panel,.related-tools-card,.shell-body,.tool-shell,.vehicle-card{min-width:0;max-width:100%;box-shadow:0 8px 24px rgba(18,38,76,.08)}.footer-grid,.form-grid,.guide-grid,.kb-tool-links,.launch,.result-grid,.tool-nav{min-width:0}.kbfx-table,.nt-table,.vehicle-table{white-space:nowrap}.kb-top-button,.top-btn{right:14px;bottom:max(14px,env(safe-area-inset-bottom))}.btn,.header-btn,.menu-btn,.mobile-nav a,.mobile-nav button{min-height:44px}dialog::backdrop{backdrop-filter:none}.mobile-nav,.nav-dropdown-menu{backdrop-filter:none}}@media(max-width:520px){.container{width:calc(100% - 24px)}.footer-grid{grid-template-columns:1fr}.shell-body{padding-left:14px;padding-right:14px}.nt-card,.panel{padding-left:16px;padding-right:16px}.hero h1{overflow-wrap:anywhere}}@media(hover:none){.hero-choice-card:hover,.tool-card:hover,.vehicle-card:hover{transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{animation-duration:0.01ms;animation-iteration-count:1;transition-duration:0.01ms}}:root{--kb-compact-select-h:40px;--kb-compact-tab-h:34px} .field select,.vehicle-field select,.nt-field select,.kbfx-control input[type=date],.kbfx-control input[type=search]{height:var(--kb-compact-select-h);min-height:var(--kb-compact-select-h);padding-top:0;padding-bottom:0} .category-tabs button,.filter-tabs button,.filter-chips button,.type-filter button,.nt-seg button,.nt-subtabs button,.pallet-toggle button,.charge-chip span,.safe-search-tab,#calculator .tab{height:var(--kb-compact-tab-h);min-height:var(--kb-compact-tab-h);padding-top:0;padding-bottom:0;line-height:1.15} .quote-mode-tabs{gap:7px;margin-top:11px} .quote-mode-tabs button{min-height:44px;padding:6px 10px;border-radius:10px} .quote-mode-tabs button strong{font-size:13px;line-height:1.2} .quote-mode-tabs button span{margin-top:2px;font-size:10px;line-height:1.25} .formal-service-grid span{min-height:34px;padding:6px 8px;font-size:11.5px} .dialog .field select,.quote-dialog .field select{height:40px;min-height:40px} .dialog .field input:not([type=checkbox]):not([type=radio]):not([type=file]),.quote-dialog .field input:not([type=checkbox]):not([type=radio]):not([type=file]){height:42px;min-height:42px} .kbfx-control button{height:40px;min-height:40px;padding:0 15px} @media(max-width:768px){dialog.quote-dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;border-radius:0} .quote-dialog .dialog-body{padding:14px} .quote-dialog .form-card{padding:17px} .quote-mode-tabs{grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible} .quote-mode-tabs button{min-width:0;min-height:42px;padding:6px 5px;text-align:center} .quote-mode-tabs button strong{font-size:11.5px;line-height:1.25;word-break:keep-all} .quote-mode-tabs button span{display:none} .formal-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px} .field select,.vehicle-field select,.nt-field select{height:40px;min-height:40px} .category-tabs{gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch} .category-tabs button{flex:0 0 auto;white-space:nowrap}} @media(max-width:380px){.quote-mode-tabs button strong{font-size:11px} .quote-dialog .form-card{padding:15px}} html body .quote-dialog .field select,html body .formal-quote-dialog .field select{height:40px;min-height:40px} html body .quote-dialog .field input:not([type=checkbox]):not([type=radio]):not([type=file]),html body .formal-quote-dialog .field input:not([type=checkbox]):not([type=radio]):not([type=file]){height:42px;min-height:42px} @media(max-width:768px){.quote-dialog .dialog-shell,.formal-quote-dialog .dialog-shell{width:100%;max-width:100%;min-width:0} .quote-dialog .dialog-body,.formal-quote-dialog .dialog-body{overflow-x:hidden;-webkit-overflow-scrolling:touch} .quote-dialog .form-grid,.formal-quote-dialog .form-grid{grid-template-columns:1fr} .quote-dialog input,.quote-dialog select,.quote-dialog textarea,.formal-quote-dialog input,.formal-quote-dialog select,.formal-quote-dialog textarea{max-width:100%;min-width:0} .hero-stat strong{font-variant-numeric:tabular-nums}} @media(max-width:340px){.quote-mode-tabs button strong{font-size:10.25px;letter-spacing:-.045em} .hero-stat strong{font-size:10.5px}}

:root{--kb-readable-body:14px;--kb-readable-body-lg:15px;--kb-readable-label:12px;--kb-readable-control:13px;--kb-readable-caption:10.5px;--kb-readable-control-h:40px;--kb-readable-tab-h:34px} html{-webkit-text-size-adjust:100%;text-size-adjust:100%} body{font-size:var(--kb-readable-body);line-height:1.68} p,li,dd,dt,address{font-size:var(--kb-readable-body);line-height:1.68} .hero p,.hero-desc,.hero-copy p,.tool-hero p,.blog-hero p,.section-head p{font-size:var(--kb-readable-body-lg);line-height:1.72} main h1,.hero h1,.tool-hero h1,.blog-hero h1,.article-hero h1{line-height:1.2} main h2,.section-head h2{line-height:1.34} main h3{line-height:1.42} .field label,.form-field label,.form-group label,.nt-field label,.vehicle-field label,label,legend{font-size:var(--kb-readable-label);line-height:1.42} input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]),select:not([multiple]):not([size]){height:var(--kb-readable-control-h);min-height:var(--kb-readable-control-h);max-height:var(--kb-readable-control-h);font-size:var(--kb-readable-control);line-height:normal} textarea{font-size:var(--kb-readable-control);line-height:1.55} .btn,.native-btn,.nt-btn,.header-btn,.tool-open,.kbfx-control button{font-size:var(--kb-readable-control);line-height:1.15} .category-tabs button,.filter-tabs button,.filter-chips button,.type-filter button,.nt-seg button,.nt-subtabs button,.pallet-toggle button,.charge-chip span,.safe-search-tab,.route-tabs button,#calculator .tab{min-height:var(--kb-readable-tab-h);height:var(--kb-readable-tab-h);padding-top:0;padding-bottom:0;font-size:12px;line-height:1.15;white-space:nowrap} .table-wrap,.nt-table-wrap,.result-table-wrap,.safe-table-wrap,.vehicle-table-wrap,.kbfx-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch} table{border-collapse:collapse;font-variant-numeric:tabular-nums} table th{font-size:12px;line-height:1.4;font-weight:800;padding:10px 12px;white-space:nowrap} table td{font-size:13px;line-height:1.5;padding:10px 12px;vertical-align:middle} .help,.hint,.field-help,.caption,.meta,.note,.nt-help,small{line-height:1.5} .faq-q,.faq-item button{font-size:14px;line-height:1.45} .faq-a,.faq-answer{font-size:13px;line-height:1.68} @media(max-width:768px){:root{--kb-readable-body:13.5px;--kb-readable-body-lg:14px;--kb-readable-label:11.5px;--kb-readable-tab-h:34px} input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]),select:not([multiple]):not([size]),textarea{font-size:16px} table th{font-size:11.5px;padding:9px 10px} table td{font-size:12.5px;padding:9px 10px} .category-tabs button,.filter-tabs button,.filter-chips button,.type-filter button,.nt-seg button,.nt-subtabs button,.pallet-toggle button,.charge-chip span,.safe-search-tab,.route-tabs button,#calculator .tab{font-size:11.5px} .faq-q,.faq-item button{font-size:13.5px} .faq-a,.faq-answer{font-size:12.5px}}

}
