*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--white: #ffffff;--gray-50: #fafaf8;--gray-100: #f4f4f1;--gray-200: #e6e6e2;--gray-300: #d0d0cb;--gray-400: #aeaea8;--gray-600: #6a6a65;--pixel-font: "Press Start 2P", monospace;--serif: "DM Serif Display", serif;--sans: "Instrument Sans", sans-serif}html{scroll-behavior:smooth;background:var(--black);overscroll-behavior:none}body{background:var(--white);color:var(--black);font-family:var(--sans);font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.4rem 2.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .3s}.nav-inner{max-width:1060px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;color:var(--gray-600);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--black)}.nav-cta{font-size:.82rem!important;font-weight:600!important;color:var(--white)!important;background:var(--black);padding:.55rem 1.3rem!important;border-radius:50px!important;transition:opacity .2s!important}.nav-cta:hover{opacity:.7;color:var(--white)!important}.nav-hamburger{display:none;width:32px;height:32px;background:none;border:none;cursor:pointer;position:relative;padding:0}.nav-hamburger span{display:block;width:18px;height:2px;background:var(--black);border-radius:1px;position:absolute;left:7px;transition:transform .3s ease,opacity .2s ease}.nav-hamburger span:nth-child(1){top:10px}.nav-hamburger span:nth-child(2){top:15px}.nav-hamburger span:nth-child(3){top:20px}.nav-hamburger.open span:nth-child(1){transform:translateY(5px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}nav.nav-dark .nav-hamburger span{background:var(--white)}.nav-mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:var(--white);padding:5rem 2.5rem 2rem;flex-direction:column;justify-content:space-between;transform:translateY(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.nav-mobile-menu--open{transform:translateY(0)}.nav-mobile-menu-links{display:flex;flex-direction:column;gap:0}.nav-mobile-menu-links a{font-size:1.4rem;font-weight:500;color:var(--black);text-decoration:none;padding:1.2rem 0}.nav-mobile-menu-cta{display:block;text-align:center;font-size:.9rem;font-weight:600;color:var(--white);background:var(--black);padding:.85rem;border-radius:50px;text-decoration:none}nav.nav-dark{background:#0a0a0aeb}nav.nav-dark .nav-links a{color:#888}nav.nav-dark .nav-links a:hover{color:var(--white)}nav.nav-dark .nav-cta{background:var(--white);color:var(--black)!important}nav.nav-dark .nav-cta:hover{opacity:.8;color:var(--black)!important}nav.nav-panna{background:#fafaf8eb}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2.5rem 5rem}.hero-inner{max-width:1060px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-left{text-align:left}.hero-right{display:flex;flex-direction:column;gap:.8rem}.hero-painting{width:100%;aspect-ratio:4 / 5;border-radius:16px;background-size:cover;background-position:center;cursor:default;transition:aspect-ratio .4s ease;position:relative}.hero-painting-swap{position:absolute;top:.8rem;right:.8rem;width:32px;height:32px;border-radius:50%;border:none;background:#ffffffd9;color:var(--black);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s,transform .2s}.hero-painting:hover .hero-painting-swap{opacity:1}.hero-painting-swap:hover{transform:scale(1.1)}.hero-painting-credit{font-family:var(--sans);font-size:.72rem;font-weight:500;color:var(--gray-400)}.hero-canvas-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.hero-headline{font-family:var(--serif);font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--black);margin-bottom:1.8rem}.hero-headline em{font-style:italic;color:var(--gray-600)}.hero-sub{font-size:1.05rem;color:var(--gray-600);max-width:540px;margin:0 0 3rem;line-height:1.8}.hero-actions{display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:wrap}.btn-primary{font-family:var(--sans);font-size:.88rem;font-weight:600;color:var(--white);background:var(--black);padding:.85rem 2.2rem;border:none;border-radius:50px;cursor:pointer;letter-spacing:.03em;text-decoration:none;display:inline-block;transition:opacity .2s,transform .15s}.btn-primary:hover{opacity:.72;transform:translateY(-1px)}.btn-secondary{font-family:var(--sans);font-size:.88rem;font-weight:500;color:var(--black);background:transparent;padding:.85rem 2.2rem;border:1px solid var(--gray-300);border-radius:50px;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color .2s,transform .15s}.btn-secondary:hover{border-color:var(--black);transform:translateY(-1px)}.hero-note{margin-top:1.5rem;font-size:.78rem;color:var(--gray-400)}.providers{padding:2.5rem;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.providers-inner{max-width:860px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.providers-label{font-size:.7rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--gray-400);margin-right:2.5rem}.provider-item{font-size:.85rem;font-weight:600;color:var(--gray-400);padding:0 1.4rem;letter-spacing:.04em;border-right:1px solid var(--gray-200)}.provider-item:last-child{border-right:none}.section-tag{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1.2rem}.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.12;color:var(--black);margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--gray-600)}.what-section{padding:7rem 2.5rem}.what-inner{max-width:1060px;margin:0 auto}.what-section .section-body{font-size:1rem;color:var(--gray-600);max-width:540px;line-height:1.85}.what-differentiators{margin-top:1.5rem;display:"flex";flex-direction:column;gap:.6rem}.what-diff-item{font-size:.85rem;color:var(--black);font-weight:500;padding-left:1rem;border-left:2px solid var(--black);line-height:1.5;margin-bottom:.6rem}.whom-section{border-top:1px solid var(--gray-200);padding:7rem 2.5rem;background:var(--gray-50)}.whom-inner{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:center}.whom-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem}.whom-pill{font-size:.86rem;font-weight:500;color:var(--black);background:var(--white);border:1px solid var(--gray-300);border-radius:50px;padding:.5rem 1.15rem;transition:background .2s,border-color .2s,color .2s;cursor:default}.whom-pill:hover{background:var(--black);color:var(--white);border-color:var(--black)}.whom-text{font-size:1rem;color:var(--gray-600);line-height:1.9}.problem-table{width:100%;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;background:var(--white)}.problem-row{display:grid;grid-template-columns:1fr 1.6fr;border-bottom:1px solid var(--gray-200)}.problem-row:last-child{border-bottom:none}.problem-row.problem-header{background:var(--gray-50)}.problem-row.problem-header .problem-cell{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-500);padding:.9rem 1.4rem}.problem-cell{padding:1.3rem 1.4rem;font-size:.9rem;line-height:1.75;color:var(--gray-700);border-right:1px solid var(--gray-200)}.problem-cell:last-child{border-right:none}.problem-cell-who{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:500;color:var(--gray-600)}.problem-logo{width:22px;height:22px;object-fit:contain}.problem-orch-label{font-size:.8rem;color:var(--gray-500)}.solution-features{margin-top:4rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem 6rem}.sol-feat h3{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--white);margin-bottom:.5rem}.sol-feat p{font-size:.88rem;color:#888;line-height:1.8}.features-section{border-top:1px solid var(--gray-200);padding:7rem 2.5rem}.features-inner{max-width:1060px;margin:0 auto}.features-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;margin-bottom:4.5rem}.features-header-body{font-size:1rem;color:var(--gray-600);line-height:1.85;padding-top:3.5rem}.feat-list{width:100%}.feat-row{display:grid;grid-template-columns:3.5rem 1fr 2rem;align-items:start;gap:2rem;padding:2rem 1.2rem;border-top:1px solid var(--gray-200);cursor:pointer;border-radius:16px;margin:0 -1.2rem;transition:background .2s}.feat-row:last-child{border-bottom:1px solid var(--gray-200)}.feat-row:hover,.feat-row.open{background:var(--gray-50)}.feat-num{font-family:var(--pixel-font);font-size:.7rem;color:var(--gray-400);padding-top:.35rem;line-height:1.6}.feat-title{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--black);line-height:1.2}.feat-desc{font-size:.9rem;color:var(--gray-600);line-height:1.8;max-height:0;overflow:hidden;transition:max-height .4s ease,margin-top .3s;margin-top:0}.feat-row.open .feat-desc{max-height:200px;margin-top:.7rem}.feat-arrow{width:34px;height:34px;border:1px solid var(--gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.3rem;font-size:1.1rem;font-weight:300;color:var(--gray-600);transition:transform .3s,background .2s,border-color .2s,color .2s}.feat-row.open .feat-arrow{transform:rotate(45deg);background:var(--black);border-color:var(--black);color:var(--white)}.how-section{border-top:1px solid var(--gray-200);padding:7rem 2.5rem;background:var(--black)}.how-inner{max-width:1060px;margin:0 auto}.how-section .section-tag{color:#444}.how-section .section-title{color:var(--white)}.timeline{margin-top:5rem;position:relative;padding-left:2px}.timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:1px;background:#1e1e1e}.tl-item{display:grid;grid-template-columns:5.5rem 1fr;gap:2.5rem;padding-bottom:4rem;position:relative}.tl-item:last-child{padding-bottom:0}.tl-dot{display:flex;align-items:flex-start;padding-top:.1rem}.tl-circle{width:44px;height:44px;border-radius:50%;border:1px solid #2a2a2a;background:var(--black);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.tl-circle span{font-family:var(--pixel-font);font-size:.55rem;color:#888}.tl-title{font-family:var(--serif);font-size:1.7rem;font-weight:400;color:var(--white);margin-bottom:.55rem;line-height:1.2}.tl-desc{font-size:.9rem;color:#666;line-height:1.8;max-width:520px}.pricing-section{border-top:1px solid var(--gray-200);padding:7rem 2.5rem;background:var(--gray-50)}.pricing-inner{max-width:1060px;margin:0 auto}.pricing-rows{margin-top:4rem;display:flex;flex-direction:column;gap:1rem}.plan-row{display:grid;grid-template-columns:9rem 1fr auto;align-items:center;gap:3rem;padding:2rem 2.5rem;border:1px solid var(--gray-200);border-radius:24px;transition:border-color .25s}.plan-row:hover{border-color:var(--gray-400)}.plan-row.featured-row{background:var(--black);border-color:var(--black)}.plan-label{font-size:.68rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.3rem}.featured-row .plan-label{color:#444}.plan-row-name{font-family:var(--serif);font-size:1.6rem;font-weight:400;color:var(--black)}.featured-row .plan-row-name{color:var(--white)}.plan-price-block{display:flex;align-items:baseline;gap:.3rem;margin-top:.2rem}.plan-eur{font-size:1rem;font-weight:500;color:var(--gray-600)}.featured-row .plan-eur{color:#555}.plan-amount{font-size:2.3rem;font-weight:600;color:var(--black);line-height:1}.featured-row .plan-amount{color:var(--white)}.plan-mo{font-size:.8rem;color:var(--gray-400)}.featured-row .plan-mo{color:#555}.plan-feats{display:flex;flex-direction:column;gap:.4rem}.plan-feat{font-size:.87rem;color:var(--gray-600);display:flex;align-items:center;gap:.6rem;line-height:1.45}.featured-row .plan-feat{color:#888}.plan-feat:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--gray-300);flex-shrink:0}.featured-row .plan-feat:before{background:#333}.plan-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.plan-badge-pill{font-size:.63rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;background:#ffffff1f;color:#888;padding:.25rem .85rem;border-radius:50px;border:1px solid #2a2a2a}.plan-btn{font-family:var(--sans);font-size:.85rem;font-weight:600;letter-spacing:.03em;padding:.72rem 1.8rem;border-radius:50px;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s,transform .15s;white-space:nowrap}.plan-btn:hover{opacity:1;transform:translateY(-1px);background:var(--white);color:var(--black)}.plan-btn-dark{background:var(--black);color:var(--white)}.plan-btn-light{background:var(--white);color:var(--black)}.cta-section{padding:7rem 2.5rem;border-top:1px solid var(--gray-200);text-align:center}.cta-inner{max-width:680px;margin:0 auto}.cta-logo{font-family:var(--pixel-font);font-size:1.3rem;color:var(--gray-200);margin-bottom:3rem;display:block}.cta-title{font-family:var(--serif);font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.1;color:var(--black);margin-bottom:1.5rem}.cta-title em{font-style:italic;color:var(--gray-600)}.cta-sub{font-size:1rem;color:var(--gray-600);margin-bottom:2.5rem;line-height:1.8}footer{padding:3.5rem 2.5rem 2rem;background:var(--black)}.footer-top{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.footer-col-title{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#666;margin-bottom:.3rem}.footer-col a{font-size:.82rem;color:#aaa;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:1060px;margin:0 auto;padding-top:1.5rem;text-align:center}.footer-x{color:#666;transition:color .2s;display:inline-block;margin-top:.4rem}.footer-x:hover{color:var(--white)}.footer-ai{font-size:.7rem;color:#666}.footer-copy{font-size:.75rem;color:#666}.legal-page{padding:8rem 2.5rem 5rem;min-height:100vh}.legal-inner{max-width:1060px;margin:0 auto}.legal-content{font-size:.9rem;line-height:1.8;color:var(--black)}.legal-content .legal-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;margin-bottom:.5rem}.legal-content .legal-date{color:var(--gray-400);margin-bottom:2.5rem}.legal-content h2{font-size:1.1rem;font-weight:600;margin-top:2.5rem;margin-bottom:.5rem}.legal-content p{color:var(--gray-600);margin-bottom:.8rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-headline{animation:fadeUp .55s .1s ease both}.hero-sub{animation:fadeUp .55s .2s ease both}.hero-actions{animation:fadeUp .55s .3s ease both}.hero-note{animation:fadeUp .55s .4s ease both}.reveal{opacity:0;transform:translateY(50px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){nav{padding:1.2rem 1.5rem}.nav-links{display:none}.nav-hamburger{display:block}.nav-mobile-menu{display:flex}.hero-canvas-bg{display:none}.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-painting{aspect-ratio:3 / 2;cursor:pointer}.hero-painting .hero-painting-swap{opacity:1}.hero-painting-expanded{aspect-ratio:auto;height:auto;min-height:50vh;background-size:contain;background-repeat:no-repeat;background-position:top center}.hero{padding:6rem 1.5rem 2.5rem}.what-section,.whom-section,.features-section,.how-section,.pricing-section,.cta-section{padding:4.5rem 1.5rem}.whom-inner,.features-header{grid-template-columns:1fr;gap:2rem}.problem-row{grid-template-columns:1fr}.problem-row.problem-header{display:none}.problem-cell{border-right:none}.problem-cell-who{padding-bottom:0}.solution-features{grid-template-columns:1fr;gap:2rem}.features-header-body{padding-top:0}.feat-row{grid-template-columns:2.5rem 1fr 1.5rem;gap:1rem}.tl-item{grid-template-columns:3.5rem 1fr;gap:1.5rem}.plan-row{grid-template-columns:1fr;gap:1.5rem;padding:1.8rem}.plan-right{align-items:stretch;flex-direction:column;gap:.6rem}.plan-btn{text-align:center;width:100%;padding:.65rem 1rem;font-size:.8rem}.plan-badge-pill{align-self:flex-start}footer{padding:2.5rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem}.legal-page{padding:6rem 1.5rem 3rem}.providers-label{width:100%;text-align:center;margin-right:0;margin-bottom:1rem}.provider-item{border-right:none;padding:0 .8rem;font-size:.78rem}}.pinned-section{padding:6rem 2.5rem}.pinned-inner{max-width:1060px;margin:0 auto}.pinned-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.5rem}.pinned-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid var(--gray-200);transition:box-shadow .2s,transform .2s}.pinned-card:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-2px)}.pinned-card-cover{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;background:var(--gray-100)}.pinned-card-body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.4rem}.pinned-card-category{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400)}.pinned-card-title{font-family:var(--sans);font-size:.92rem;font-weight:600;line-height:1.35;color:var(--black)}.pinned-card-excerpt{font-size:.82rem;color:var(--gray-500);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pinned-card-meta{font-size:.72rem;color:var(--gray-400);margin-top:.3rem}@media(max-width:768px){.pinned-section{padding:4rem 1.5rem}.pinned-grid{grid-template-columns:1fr}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:1.2rem;padding:1rem 2rem;background:var(--black);color:var(--white);font-size:.82rem;line-height:1.5}.cookie-banner p{margin:0}.cookie-banner a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.cookie-banner button{padding:.5rem 1.4rem;font-size:.78rem;font-weight:600;font-family:var(--sans);border:1px solid var(--white);border-radius:50px;background:transparent;color:var(--white);cursor:pointer;white-space:nowrap;transition:background .2s,color .2s}.cookie-banner button:hover{background:var(--white);color:var(--black)}@media(max-width:768px){.cookie-banner{flex-direction:column;gap:.8rem;padding:1rem 1.5rem;text-align:center}}.kp{background:var(--white)}.kp-inner{max-width:1060px;margin:0 auto}.kp-hero-sec{padding:8rem 2.5rem 5rem}.kp-how-sec-white{padding:7rem 2.5rem;border-top:1px solid var(--gray-200)}.kp-profile-sec{padding:7rem 2.5rem;background:var(--gray-50);border-top:1px solid var(--gray-200)}.kp-cmp-sec{padding:7rem 2.5rem;background:var(--black)}.kp-cmp-sec .kp-vs{color:#ffffff4d}.kp-bf-sec{padding:7rem 2.5rem;border-top:1px solid var(--gray-200)}.kp-cta-sec{padding:7rem 2.5rem;background:var(--gray-50);border-top:1px solid var(--gray-200)}.kp-flow{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;align-items:start;margin-bottom:2.5rem}.kp-flow-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:14px;padding:1.3rem 1.2rem}.kp-flow-num{font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.7rem}.kp-flow-title{font-family:var(--serif);font-size:1.15rem;color:var(--black);margin-bottom:.5rem;font-weight:400}.kp-flow-desc{font-size:.85rem;color:var(--gray-600);line-height:1.7}.kp-flow-arrow{display:flex;align-items:center;justify-content:center;padding-top:1.8rem}.kp-arrow-line{width:100%;height:1px;background:var(--gray-300);position:relative}.kp-arrow-line:after{content:"";position:absolute;right:0;top:-3px;width:6px;height:6px;border-right:1px solid var(--gray-400);border-top:1px solid var(--gray-400);transform:rotate(45deg)}.kp-delib{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:1.5rem}.kp-delib-label{font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.8rem}.kp-delib-q{display:inline-block;font-size:.85rem;color:var(--white);background:var(--black);border-radius:8px;padding:.6rem .9rem;margin-bottom:1.2rem;line-height:1.5}.kp-adv-rows{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.1rem}.kp-adv-row{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:.8rem;padding:.65rem .9rem;background:var(--white);border:1px solid var(--gray-200);border-radius:9px}.kp-adv-id{display:flex;align-items:center;gap:.45rem}.kp-adv-icon{width:22px;height:22px;border-radius:50%;border:1px solid var(--gray-300);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px}.kp-adv-name{font-size:.78rem;font-weight:500;color:var(--black)}.kp-adv-bar{height:4px;border-radius:2px;background:var(--gray-100);overflow:hidden}.kp-adv-fill{height:4px;border-radius:2px;background:var(--black)}.kp-verdict{font-size:.72rem;font-weight:500;display:flex;align-items:center;gap:.3rem;white-space:nowrap}.kp-verdict-dot{width:6px;height:6px;border-radius:50%}.kp-verdict--agree{color:var(--black)}.kp-verdict--agree .kp-verdict-dot{background:var(--black)}.kp-verdict--flag{color:var(--gray-600)}.kp-verdict--flag .kp-verdict-dot{border:1px solid var(--gray-400)}.kp-rec{background:var(--black);border-radius:10px;padding:.9rem 1.1rem}.kp-rec-label{font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#555;margin-bottom:.4rem}.kp-rec-text{font-size:.85rem;color:var(--white);line-height:1.65}.kp-profile-card{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;background:var(--white);display:grid;grid-template-columns:1fr 1fr;margin-top:2.5rem}.kp-profile-card-top{padding:1.5rem;border-right:1px solid var(--gray-100)}.kp-profile-name-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.kp-profile-name{font-family:var(--serif);font-size:1.25rem;font-weight:400}.kp-profile-role-badge{background:var(--black);color:var(--white);font-size:9px;padding:3px 9px;border-radius:4px;letter-spacing:.04em}.kp-profile-field{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);margin-bottom:3px;margin-top:10px}.kp-profile-val{font-size:13px;color:var(--black)}.kp-rep-bar{height:3px;background:var(--gray-100);border-radius:2px;margin-top:4px;overflow:hidden}.kp-rep-fill{height:100%;background:var(--black);border-radius:2px}.kp-tags-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.kp-profile-tag{font-size:10px;padding:2px 8px;border-radius:3px;background:var(--gray-100);color:var(--gray-600)}.kp-profile-card-history{padding:1.5rem}.kp-history-label{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);margin-bottom:.75rem}.kp-history-rows{display:flex;flex-direction:column;gap:5px}.kp-history-row{display:grid;grid-template-columns:90px 1fr 36px;font-size:11px;align-items:baseline}.kp-h-type{color:var(--gray-400)}.kp-h-desc{color:var(--gray-600)}.kp-h-rep{color:var(--black);text-align:right}.kp-cmp{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;margin-top:2rem}.kp-vs{display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.9rem;font-style:italic}.kp-cmp-card{border-radius:14px;overflow:hidden}.kp-cmp-card--light{background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.kp-cmp-card--dark{background:var(--white);border:1px solid var(--gray-200)}.kp-cmp-head{padding:1rem 1.3rem .8rem;border-bottom:1px solid rgba(255,255,255,.08)}.kp-cmp-card--dark .kp-cmp-head{border-bottom-color:var(--gray-200)}.kp-cmp-lbl{font-size:.58rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:.3rem}.kp-cmp-card--dark .kp-cmp-lbl{color:var(--gray-400)}.kp-cmp-name{font-family:var(--serif);font-size:1.2rem;color:#ffffffb3;font-weight:400}.kp-cmp-card--dark .kp-cmp-name{color:var(--black)}.kp-cmp-body{padding:1rem 1.3rem;display:flex;flex-direction:column;gap:.55rem}.kp-ci{display:flex;align-items:center;gap:.5rem}.kp-ci-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:700}.kp-ci-dot--bad{background:#ffffff14;color:#ffffff4d}.kp-ci-dot--good,.kp-cmp-card--dark .kp-ci-dot--good{background:var(--black);color:var(--white)}.kp-ci-text{font-size:.8rem;line-height:1.5}.kp-ci-text--muted{color:#fff6}.kp-ci-text--active{color:var(--black);font-weight:500}.kp-cmp-logos{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.kp-cmp-logos img{height:14px;opacity:.5}.kp-cmp-logos span{font-size:.75rem;color:#ffffff80;margin-right:.4rem}.kp-cmp-card--dark .kp-cmp-logos span{color:var(--gray-600)}.kp-cmp-logo-kith{height:18px!important;opacity:1!important}.kp-cmp-more{font-size:.85rem!important;color:#ffffff4d!important;letter-spacing:.1em}.kp-delib-conversation{display:flex;flex-direction:column;gap:1rem}.kp-delib-msg{max-width:75%;padding:.75rem 1rem;border-radius:12px;font-size:.85rem;line-height:1.6}.kp-delib-msg--user{align-self:flex-end;background:var(--black);color:var(--white);border-bottom-right-radius:3px}.kp-delib-msg--ai{align-self:flex-start;background:var(--white);border:1px solid var(--gray-200);color:var(--black);border-bottom-left-radius:3px}.kp-delib-agents{padding:.5rem 0;display:flex;flex-direction:column;gap:.45rem}.kp-disc-thread{display:flex;flex-direction:column;gap:.6rem}.kp-disc-msg{padding:.7rem .9rem;border-radius:8px;display:flex;flex-direction:column;gap:.2rem}.kp-disc-msg--other{background:var(--gray-50);border:1px solid var(--gray-200)}.kp-disc-msg--self{background:var(--black);color:var(--white)}.kp-disc-author{font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-400)}.kp-disc-msg--self .kp-disc-author{color:#666}.kp-disc-text{font-size:.78rem;line-height:1.55}.kp-disc-msg--other .kp-disc-text{color:var(--gray-600)}.kp-disc-msg--self .kp-disc-text{color:#ffffffd9}.kp-demo{margin-top:4rem;border:1px solid var(--gray-200);border-radius:16px;background:var(--white);display:grid;grid-template-columns:1fr 1.1fr;height:400px;overflow:hidden;box-shadow:0 4px 24px #0000000a}.kp-demo-graph{position:relative;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-right:1px solid var(--gray-200);overflow:hidden}.kp-demo-dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,var(--gray-300) .8px,transparent .8px);background-size:16px 16px;opacity:.45}.kp-demo-svg{width:100%;height:auto;position:relative;z-index:1}.kp-demo-right{display:grid;grid-template-rows:1fr auto;overflow:hidden}.kp-demo-log-card{position:absolute;bottom:12px;left:12px;right:12px;z-index:5;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--gray-200);border-radius:8px;padding:.5rem .7rem;display:flex;flex-direction:column;gap:2px;animation:fadeUp .25s ease both}.kp-demo-log-inline{padding:.4rem 0;display:flex;flex-direction:column;gap:2px;animation:fadeUp .2s ease both}.kp-demo-log{display:flex;align-items:center;gap:5px;font-size:.63rem;line-height:1.5;animation:fadeUp .2s ease both}.kp-demo-log-dot{width:4px;height:4px;border-radius:50%;background:var(--gray-300);flex-shrink:0}.kp-demo-log-text{color:var(--black);font-weight:500}.kp-demo-log-agent{color:var(--gray-400)}.kp-demo-chat{display:block;padding:.8rem 1rem;overflow-y:auto;min-height:0}.kp-demo-chat>*{margin-bottom:.5rem}.kp-demo-msg{max-width:88%;width:fit-content;padding:.55rem .8rem;border-radius:10px;font-size:.76rem;line-height:1.55;animation:fadeUp .35s ease both}.kp-demo-msg--user{margin-left:auto;background:var(--black);color:var(--white);border-bottom-right-radius:3px}.kp-demo-msg--ai{margin-right:auto;background:var(--gray-50);border:1px solid var(--gray-200);color:var(--black);border-bottom-left-radius:3px}.kp-demo-msg--ai b{font-weight:600}.kp-demo-msg--typing{margin-left:auto;color:var(--gray-400);font-size:.76rem;padding:.55rem .8rem;border:1px solid var(--gray-200);border-radius:10px 10px 3px}.kp-demo-msg--deliberating{margin-right:auto;font-size:.74rem;font-style:italic;color:var(--gray-400);padding:.4rem 0}.kp-demo-cursor{animation:blink .7s step-end infinite}@keyframes blink{50%{opacity:0}}.kp-demo-input-bar{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;border-top:1px solid var(--gray-100)}.kp-demo-input-placeholder{font-size:.75rem;color:var(--gray-400)}.kp-demo-input-send{width:26px;height:26px;background:var(--black);color:var(--white);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px}@media(max-width:768px){.kp-demo{grid-template-columns:1fr;grid-template-rows:180px 1fr;height:620px}.kp-demo-graph{border-right:none;border-bottom:1px solid var(--gray-200);min-height:0;max-height:none}.kp-demo-right{min-height:0;overflow:hidden}}.kp-bf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.kp-bf-card{border:1px solid var(--gray-200);border-radius:14px;padding:1.5rem 1.3rem}.kp-bf-role{font-family:var(--serif);font-size:1.2rem;color:var(--black);margin-bottom:.6rem;font-weight:400}.kp-bf-desc{font-size:.85rem;color:var(--gray-600);line-height:1.7}.kp-bf-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:1rem}.kp-bf-tag{font-size:.65rem;font-weight:500;color:var(--gray-600);border:1px solid var(--gray-300);border-radius:50px;padding:.2rem .6rem}.kp-for-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.kp-for-example{border:1px solid var(--gray-200);border-radius:10px;padding:1.5rem}.kp-for-ex-q{font-family:var(--serif);font-style:italic;font-size:1rem;line-height:1.35;color:var(--gray-600);margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.kp-for-ex-agents{display:flex;flex-wrap:wrap;gap:5px}.kp-for-ex-agent{font-size:10px;color:var(--gray-400);border:1px solid var(--gray-200);border-radius:3px;padding:2px 7px}@media(max-width:768px){.kp-hero-sec{padding:6rem 1.5rem 3rem}.kp-how-sec-white,.kp-profile-sec,.kp-cmp-sec,.kp-bf-sec,.kp-cta-sec{padding:4.5rem 1.5rem}.kp-flow{grid-template-columns:1fr;gap:.75rem}.kp-flow-arrow{display:none}.kp-profile-card{grid-template-columns:1fr}.kp-profile-card-top{border-right:none;border-bottom:1px solid var(--gray-100)}.kp-cmp{grid-template-columns:1fr;gap:1rem}.kp-vs{display:none}.kp-bf-grid,.kp-for-examples{grid-template-columns:1fr}}.blog-list{padding:8rem 2.5rem 5rem;min-height:100vh}.blog-list-inner{max-width:1060px;margin:0 auto}.blog-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.blog-search-wrap{align-self:flex-start}.blog-search{font-family:var(--sans);font-size:.85rem;padding:.6rem 1.2rem;border:1px solid var(--gray-300);border-radius:50px;background:var(--white);color:var(--black);width:220px;outline:none;transition:border-color .2s}.blog-search:focus{border-color:var(--black)}.blog-search::placeholder{color:var(--gray-400)}.blog-empty{padding:3rem 0;text-align:center;font-size:.9rem;color:var(--gray-400)}.blog-pinned{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem}.blog-pinned-card{position:relative;display:flex;flex-direction:column;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid var(--gray-200);transition:box-shadow .2s,transform .2s}.blog-pinned-card:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-2px)}.blog-pinned-badge{position:absolute;top:.7rem;right:.7rem;width:28px;height:28px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;box-shadow:0 2px 6px #0000001a;z-index:1}.blog-pinned-cover{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;background:var(--gray-100)}.blog-pinned-title{padding:1rem 1.1rem;font-family:var(--sans);font-size:.92rem;font-weight:600;line-height:1.35;color:var(--black)}.blog-table{margin-top:3rem}.blog-table-header,.blog-table-row{display:grid;grid-template-columns:64px 1fr 120px 100px 90px;align-items:center;gap:1.5rem;padding:1rem 0;border-bottom:1px solid var(--gray-200)}.blog-table-header,.blog-table-header span{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400)}.blog-table-row{text-decoration:none;color:inherit;transition:background .2s;border-radius:8px;margin:0 -.8rem;padding:1rem .8rem}.blog-table-row:hover{background:var(--gray-50)}.blog-col-cover{width:60px;flex-shrink:0}.blog-row-thumb{width:64px;height:37px;border-radius:6px;object-fit:cover;display:block;background-color:var(--gray-100)}.blog-row-title-text{font-family:var(--sans);font-size:.92rem;font-weight:600;color:var(--black);line-height:1.3}.blog-col-author{font-size:.82rem;color:var(--gray-600)}.blog-col-topics{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center}.blog-topic-pill{font-size:.68rem;font-weight:500;color:var(--gray-600);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:50px;padding:.2rem .6rem;white-space:nowrap}.blog-col-date{font-size:.78rem;color:var(--gray-400);white-space:nowrap;text-align:right}.article-page{padding:8rem 2.5rem 5rem;min-height:100vh}.article-inner{max-width:1060px;margin:0 auto}.article-header{margin-bottom:2rem}.article-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.12;color:var(--black);margin:.5rem 0 .8rem}.article-author{font-size:.85rem;font-weight:500;color:var(--gray-600)}.article-cover-wrap{border-radius:16px;overflow:hidden;margin-bottom:.5rem;isolation:isolate}.article-cover{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.article-illustrator{font-size:.75rem;color:var(--gray-400);font-style:italic;margin-bottom:3rem;text-align:right}.article-content{max-width:720px;display:flex;flex-direction:column;gap:1.5rem}.article-p{font-size:1rem;color:var(--gray-600);line-height:1.85}.article-h2{font-family:var(--serif);font-size:1.5rem;font-weight:400;color:var(--black);margin-top:1rem}.article-ul{padding-left:1.2rem;display:flex;flex-direction:column;gap:.5rem}.article-ul li{font-size:.92rem;color:var(--gray-600);line-height:1.7}.article-img-wrap{border-radius:12px;overflow:hidden;flex-shrink:0;isolation:isolate}.article-img{width:100%;height:auto;display:block}.article-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--gray-200)}.article-table{width:100%;border-collapse:collapse;font-size:.85rem}.article-table th{text-align:left;padding:.75rem 1rem;font-weight:600;color:var(--black);background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.article-table td{padding:.7rem 1rem;color:var(--gray-600);border-bottom:1px solid var(--gray-200)}.article-table tr:last-child td{border-bottom:none}.article-related{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--gray-200)}.article-related-title{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--black);margin-bottom:1.5rem}.article-related-grid{display:flex;flex-direction:column}.article-related-card{display:flex;align-items:center;gap:1rem;padding:1.2rem 0;border-top:1px solid var(--gray-200);text-decoration:none;color:inherit;transition:opacity .2s}.article-related-card:last-child{border-bottom:1px solid var(--gray-200)}.article-related-card:hover{opacity:.7}.article-related-cover{width:96px;height:55px;border-radius:8px;object-fit:cover;display:block;background-color:var(--gray-100);flex-shrink:0}.article-related-card-text{display:flex;flex-direction:column;gap:.2rem}.article-related-card-title{font-family:var(--sans);font-size:.95rem;font-weight:600;color:var(--black);line-height:1.3}.blog-row-meta{font-size:.78rem;font-weight:500;color:var(--gray-400)}.blog-row-date{font-size:.75rem;font-weight:500;color:var(--gray-400)}@media(max-width:768px){.blog-list,.article-page{padding:6rem 1.5rem 3rem}.blog-header{flex-direction:column;align-items:flex-start;gap:1.2rem}.blog-search{width:100%}.blog-table-header{display:none}.blog-table-row{grid-template-columns:1fr;grid-template-rows:auto;gap:.6rem;padding:1rem 0;border-radius:0;margin:0}.blog-col-cover,.blog-col-author,.blog-col-topics{display:none}.blog-col-date{text-align:left;font-size:.7rem}.blog-pinned{grid-template-columns:1fr}.article-cover{aspect-ratio:16 / 9}}.bp{background:var(--white)}.bp-inner{max-width:1060px;margin:0 auto}.bp-hero{padding:8rem 2.5rem 4rem}.bp-section{padding:5rem 2.5rem;border-top:1px solid var(--gray-200)}.bp-section--panna{background:var(--gray-50)}.bp-section--dark{background:var(--black);border-top-color:transparent}.bp-section--dark .section-title{color:var(--white)}.bp-section--dark .section-title em{color:#ffffff4d}.bp-section--dark .bp-body{color:#888}.bp-section--dark .bp-table{border-color:#ffffff1a}.bp-section--dark .bp-table-header{background:#ffffff0a;border-bottom-color:#ffffff1a;color:#fff6}.bp-section--dark .bp-table-row{border-bottom-color:#ffffff0f}.bp-section--dark .bp-table-name svg{opacity:.9}.bp-section--dark .bp-table-when{color:#fff9}.bp-section--dark .bp-table-ex{color:#ffffff59}.bp-section--dark .bp-tip{border-left-color:var(--white);background:#ffffff0a;color:#fff9}.bp-section--dark .bp-tip strong{color:var(--white)}.bp-body{font-size:1.05rem;color:var(--gray-600);line-height:1.8;max-width:620px;margin-bottom:2.5rem}.bp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.bp-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem}.bp-card{border:1px solid var(--gray-200);border-radius:14px;padding:1.5rem;background:var(--white)}.bp-card--dont{border-color:#c8323226}.bp-card--do{border-color:#28965026}.bp-card-label{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1rem}.bp-card-body{font-size:.88rem;color:var(--gray-600);line-height:1.7}.bp-card-note{font-size:.8rem;color:var(--gray-400);line-height:1.6;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.bp-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.bp-list li{font-size:.88rem;color:var(--black);line-height:1.5;padding-left:1rem;position:relative}.bp-list li:before{content:"";position:absolute;left:0;top:.55rem;width:4px;height:4px;border-radius:50%;background:var(--gray-300)}.bp-card--dont .bp-list li:before{background:#c44}.bp-card--do .bp-list li:before{background:#2a8}.bp-list--dark li{color:#ffffffb3}.bp-list--dark li:before{background:#ffffff4d}.bp-steps{display:flex;flex-direction:column;gap:2rem}.bp-step{padding:1.5rem;border:1px solid var(--gray-200);border-radius:14px;background:var(--white)}.bp-step-num{font-size:.65rem;font-weight:600;letter-spacing:.1em;color:var(--gray-400);margin-bottom:.5rem}.bp-step-title{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--black);margin-bottom:.5rem}.bp-step-desc{font-size:.88rem;color:var(--gray-600);line-height:1.7;margin-bottom:1rem}.bp-step-example{font-size:.82rem;color:var(--black);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:.7rem 1rem;line-height:1.6;font-style:italic}.bp-tip{font-size:.88rem;color:var(--gray-600);line-height:1.7;padding:1.2rem 1.5rem;border-left:3px solid var(--black);background:var(--white);border-radius:0 8px 8px 0;margin-top:2rem}.bp-tip strong{color:var(--black)}.bp-table{border:1px solid var(--gray-200);border-radius:14px;overflow:hidden}.bp-table-header{display:grid;grid-template-columns:100px 1fr 1fr;padding:.8rem 1.2rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400)}.bp-table-row{display:grid;grid-template-columns:100px 1fr 1fr;padding:.9rem 1.2rem;border-bottom:1px solid var(--gray-100);align-items:center}.bp-table-row:last-child{border-bottom:none}.bp-table-name{font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:6px}.bp-table-when{font-size:.82rem;color:var(--gray-600);line-height:1.5}.bp-table-ex{font-size:.8rem;color:var(--gray-400);font-style:italic;line-height:1.5}.bp-mem-card{border:1px solid var(--gray-200);border-radius:14px;padding:1.5rem;background:var(--white)}.bp-mem-title{font-family:var(--serif);font-size:1.1rem;font-weight:400;color:var(--black);margin-bottom:.6rem}.bp-mem-desc{font-size:.85rem;color:var(--gray-600);line-height:1.7}.bp-reset-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.bp-reset-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.5rem}.bp-reset-title{font-size:.85rem;font-weight:600;color:var(--white);margin-bottom:1rem}.bp-cases{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.bp-case{border:1px solid var(--gray-200);border-radius:14px;padding:1.3rem;background:var(--white)}.bp-case-title{font-size:.9rem;font-weight:600;color:var(--black);margin-bottom:.4rem}.bp-case-desc{font-size:.82rem;color:var(--gray-600);line-height:1.65}.bp-rating-grid{display:flex;flex-direction:column;gap:0}.bp-rating-item{display:flex;align-items:center;gap:1.5rem;padding:.9rem 0;border-bottom:1px solid var(--gray-200)}.bp-rating-item:last-child{border-bottom:none}.bp-rating-stars{font-size:1rem;flex-shrink:0;width:90px}.bp-rating-effect{font-size:.85rem;color:var(--gray-600);line-height:1.5}@media(max-width:768px){.bp-hero{padding:6rem 1.5rem 3rem}.bp-section{padding:4rem 1.5rem}.bp-grid-2,.bp-grid-3,.bp-reset-grid,.bp-cases{grid-template-columns:1fr}.bp-table-header{display:none}.bp-table-row{grid-template-columns:1fr;gap:.3rem;padding:1rem 1.2rem}.bp-table-name{font-size:.9rem}.bp-table-when{font-size:.8rem}.bp-table-ex{font-size:.75rem}}.sec{background:var(--white)}.sec-inner{max-width:1060px;margin:0 auto}.sec-hero{padding:8rem 2.5rem 4rem}.sec-section{padding:5rem 2.5rem;border-top:1px solid var(--gray-200)}.sec-section--panna{background:var(--gray-50)}.sec-section--dark{background:var(--black);border-top-color:transparent}.sec-body{font-size:1.05rem;color:var(--gray-600);line-height:1.8;max-width:620px;margin-bottom:2.5rem}.sec-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.sec-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem}.sec-card{border:1px solid var(--gray-200);border-radius:14px;padding:1.5rem;background:var(--white)}.sec-card-icon{width:28px;height:28px;margin-bottom:.8rem}.sec-card-title{font-size:.95rem;font-weight:600;color:var(--black);margin-bottom:.5rem}.sec-card-desc{font-size:.85rem;color:var(--gray-600);line-height:1.7}.sec-card-desc strong{color:var(--black)}.sec-item-dark{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.5rem}.sec-item-title{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.sec-item-desc{font-size:.82rem;color:#ffffff8c;line-height:1.7}.sec-list{display:flex;flex-direction:column;gap:0}.sec-list-item{display:flex;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--gray-200)}.sec-list-item:first-child{border-top:1px solid var(--gray-200)}.sec-list-check{width:28px;height:28px;border-radius:50%;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:2px}.sec-list-title{font-size:.9rem;font-weight:600;color:var(--black);margin-bottom:.3rem}.sec-list-desc{font-size:.82rem;color:var(--gray-600);line-height:1.65}.sec-art22{display:flex;flex-direction:column;gap:0}.sec-art22-item{padding:1.3rem 0;border-bottom:1px solid var(--gray-200)}.sec-art22-item:first-child{border-top:1px solid var(--gray-200)}.sec-art22-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.4rem}.sec-art22-desc{font-size:.88rem;color:var(--gray-600);line-height:1.7}.sec-art22-desc strong{color:var(--black)}.sec-legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.sec-legal-card{border:1px solid var(--gray-200);border-radius:14px;padding:1.5rem;background:var(--white)}.sec-legal-title{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--black);margin-bottom:.6rem}.sec-legal-desc{font-size:.82rem;color:var(--gray-600);line-height:1.65;margin-bottom:1rem}.sec-legal-link{font-size:.82rem;font-weight:600;color:var(--black);text-decoration:none;border-bottom:1px solid var(--gray-300);padding-bottom:1px;transition:border-color .2s}.sec-legal-link:hover{border-color:var(--black)}.sec-tip{font-size:.88rem;color:var(--gray-600);line-height:1.7;padding:1.2rem 1.5rem;border-left:3px solid var(--black);background:var(--white);border-radius:0 8px 8px 0;margin-top:2rem}.sec-tip strong{color:var(--black)}.sec-tip a{color:var(--black);font-weight:500}@media(max-width:768px){.sec-hero{padding:6rem 1.5rem 3rem}.sec-section{padding:4rem 1.5rem}.sec-grid-2,.sec-grid-3,.sec-legal-grid{grid-template-columns:1fr}}.ctr{background:var(--white)}.ctr-inner{max-width:1060px;margin:0 auto}.ctr-hero{padding:8rem 2.5rem 4rem}.ctr-section{padding:5rem 2.5rem;border-top:1px solid var(--gray-200)}.ctr-section--panna{background:var(--gray-50)}.ctr-body{font-size:1.05rem;color:var(--gray-600);line-height:1.8;max-width:620px;margin-bottom:2.5rem}.ctr-table{border:1px solid var(--gray-200);border-radius:14px;overflow:hidden}.ctr-table-header{display:grid;grid-template-columns:1fr 140px;padding:.8rem 1.5rem;background:var(--white);border-bottom:1px solid var(--gray-200);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400)}.ctr-table-row{display:grid;grid-template-columns:1fr 140px;padding:.9rem 1.5rem;border-bottom:1px solid var(--gray-100);align-items:center}.ctr-table-row:last-child{border-bottom:none}.ctr-table-name{font-size:.9rem;font-weight:500;color:var(--black)}.ctr-table-date{font-size:.82rem;color:var(--gray-400)}.ctr-search-wrap{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.ctr-search{font-family:var(--sans);font-size:.85rem;padding:.6rem 1.2rem;border:1px solid var(--gray-300);border-radius:50px;background:var(--white);color:var(--black);width:220px;outline:none;transition:border-color .2s}.ctr-search:focus{border-color:var(--black)}.ctr-search::placeholder{color:var(--gray-400)}.ctr-count{font-size:.75rem;color:var(--gray-400)}.ctr-empty{padding:2rem;text-align:center;font-size:.85rem;color:var(--gray-400)}.ctr-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.ctr-page-btn{font-family:var(--sans);font-size:.8rem;font-weight:500;padding:.5rem 1rem;border:1px solid var(--gray-300);border-radius:50px;background:var(--white);color:var(--black);cursor:pointer;transition:border-color .2s,opacity .2s}.ctr-page-btn:hover:not(:disabled){border-color:var(--black)}.ctr-page-btn:disabled{opacity:.3;cursor:default}.ctr-page-info{font-size:.75rem;color:var(--gray-400)}@media(max-width:768px){.ctr-hero{padding:6rem 1.5rem 3rem}.ctr-section{padding:4rem 1.5rem}.ctr-table-header,.ctr-table-row{grid-template-columns:1fr 100px;padding:.8rem 1rem}.ctr-search-wrap{flex-direction:column;align-items:flex-start;gap:.5rem}.ctr-search{width:100%}}
