:root{--primary-500:#942ccc;--primary-600:#7a1fa8;--primary-700:#611886;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-900:#111827}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111;background:#fff}.min-h-screen{min-height:100vh}.bg-white{background-color:#fff}.nav{padding:1.25rem 2rem;border-bottom:1px solid var(--gray-200);background:#fff}.nav,.nav-inner{display:flex;align-items:center;justify-content:space-between}.nav-inner{width:100%;max-width:80rem;margin:0 auto}.nav-actions{display:flex;align-items:center;gap:1.5rem}.nav-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.25rem;height:2.25rem;padding:0;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:background-color .2s}.nav-menu-toggle:hover{background:var(--gray-100)}.nav-menu-toggle:focus{outline:none}.nav-menu-toggle:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}.nav-menu-toggle-bar{display:block;width:100%;height:2px;background:#333;border-radius:1px;transition:transform .2s,opacity .2s}@media (max-width:767px){.nav-menu-toggle{display:flex}.nav-actions{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:1rem 2rem 1.5rem;background:#fff;border-bottom:1px solid var(--gray-200);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:opacity .2s,visibility .2s,transform .2s}.nav-actions--open{opacity:1;visibility:visible;transform:translateY(0)}.nav-actions .btn,.nav-actions .nav-link{padding:.75rem 0;text-align:center;border-radius:8px}.nav-actions .nav-link:hover{background:var(--gray-50)}.nav-inner{position:relative}.nav{padding:1rem 1.25rem}}.nav-link{color:#333;text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary-600)}.nav-link:focus{outline:none}.nav-link:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:4px}.nav-link--active{color:var(--primary-500)}.logo{height:2.25rem;width:auto}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:9999px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;text-decoration:none;cursor:pointer;border:none}.btn:focus{outline:none}.btn:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--primary-500)}.btn-primary{background:var(--primary-500);color:#fff}.btn-primary:hover{background:var(--primary-600)}.btn-primary:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--primary-600)}.btn-secondary{background:transparent;color:var(--primary-500);border:2px solid var(--primary-500)}.btn-secondary:hover{color:var(--primary-600);border-color:var(--primary-600);background:rgba(148,44,204,.08)}.btn-secondary:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--primary-500)}.btn-md{padding:.5rem 1.5rem;font-size:1rem}.btn-lg{padding:.75rem 2rem;font-size:1.125rem}.main{max-width:80rem;margin:0 auto;padding:5rem 1.5rem}.hero-wrapper{width:100%;background:var(--gray-100)}.hero{max-width:56rem;margin:0 auto;text-align:center;padding:6rem 1.5rem 5rem}.hero-title{font-size:56px;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0 0 2.5rem;color:#111}.hero-subtitle{font-size:24px;font-weight:500;line-height:1.35;letter-spacing:-.01em;color:#444;margin:0 0 2.5rem}.hero-desc{font-size:18px;font-weight:400;line-height:1.6;color:#666;max-width:42rem;margin:0 auto 3.5rem}.hero-actions{display:flex;gap:1.25rem;justify-content:center;align-items:center;flex-wrap:wrap}.features{margin-bottom:0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:3rem;gap:3rem;max-width:72rem;margin:0 auto}.feature{max-width:24rem;border:1px solid #eee;border-radius:15px;padding:30px}.feature-bar{width:4rem;height:.5rem;border-radius:9999px;background:var(--primary-500);margin-bottom:2.5rem}.feature-title{font-size:22px;font-weight:600;line-height:1.3;margin:0 0 1.5rem;color:#111}.feature-lead{font-size:1.25rem;font-weight:300;color:#444;margin:0 0 1rem}.feature-text{font-size:16px;font-weight:400;line-height:1.6;color:#555;margin:0}.features-cta{text-align:center;margin-top:3rem}.features-cta-link{color:var(--primary-500);font-size:1.0625rem;font-weight:600;text-decoration:none;transition:color .2s}.features-cta-link:hover{color:var(--primary-600)}.features-cta-link:focus{outline:none}.features-cta-link:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:4px}.cta{width:100%;background:var(--gray-50);padding:5rem 1.5rem}.cta-inner{max-width:56rem;margin:0 auto;text-align:center}.cta-bar{width:4rem;height:.5rem;border-radius:9999px;background:var(--primary-500);margin:0 auto 2.5rem}.cta-title{font-size:40px;font-weight:600;line-height:1.15;letter-spacing:-.02em;margin:0 0 1.5rem;color:#111}.cta-lead{font-size:22px;font-weight:500;line-height:1.4;color:#444;margin:0 0 1rem}.cta-p{font-size:18px;font-weight:400;line-height:1.6;color:#666;margin:0 0 3rem}.cta-sub{font-size:1rem;font-weight:700;color:#444;margin:0 0 3rem}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cta-link{color:#111;font-weight:500;text-decoration:none;transition:color .2s}.cta-link:hover{color:var(--primary-600)}.cta-link:focus{outline:none}.cta-link:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}.footer{padding:5rem 0}.footer-inner{border-top:1px solid var(--gray-200);max-width:72rem;margin:0 auto;padding:3rem 1.5rem;flex-direction:column}.footer-inner,.footer-nav{display:flex;align-items:center;justify-content:center}.footer-nav{flex-wrap:wrap;gap:2rem;font-size:.875rem}.footer-link{color:#111;text-decoration:none;font-weight:500;transition:color .2s}.footer-link:hover{color:var(--primary-600)}.footer-link:focus{outline:none}.footer-link:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}.footer-bottom{padding:1rem 1.5rem;text-align:center}.footer-bottom p{margin:0;font-size:.75rem;color:#333}.page-form{padding-top:3rem;padding-bottom:4rem}.form-container{max-width:32rem;margin:0 auto}.back-link{display:inline-block;color:#333;font-size:.875rem;text-decoration:none;margin-bottom:1.5rem;font-weight:500}.back-link:hover{color:var(--primary-600)}.back-link:focus{outline:none}.back-link:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}.form-bar{width:4rem;height:.5rem;border-radius:9999px;background:var(--primary-500);margin-bottom:1.5rem}.form-title{font-size:2.25rem;font-weight:700;margin:0 0 .75rem;color:#111;letter-spacing:-.01em}.form-lead{font-size:1.125rem;color:#444;margin:0 0 2.5rem;line-height:1.5}.form{display:flex;flex-direction:column;gap:1.25rem}.form-label{font-size:.875rem;font-weight:600;color:#111}.form-input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--gray-200);border-radius:.5rem;color:#111;background:#fff;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--primary-500)}.form-input:focus-visible{box-shadow:0 0 0 3px rgba(148,44,204,.25)}.form-input::placeholder{color:var(--gray-400)}.form-textarea{resize:vertical;min-height:6rem}.form-submit{margin-top:.5rem;align-self:flex-start}.form-message{padding:1rem 1.25rem;border-radius:.5rem;font-size:.9375rem;line-height:1.5;margin-top:1rem}.form-message--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-message--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.legal-page{padding-top:3rem;padding-bottom:4rem}.legal-container{max-width:42rem;margin:0 auto}.legal-title{font-size:2.25rem;font-weight:700;margin:0 0 .5rem;color:#111;letter-spacing:-.01em}.legal-updated{font-size:.875rem;color:#444;margin:0 0 2.5rem}.legal-section{margin-bottom:2rem}.legal-heading{font-size:1.25rem;font-weight:600;color:#111;margin:0 0 .75rem}.legal-section p{margin:0;font-size:1rem;color:#333;line-height:1.6}.legal-section a{color:var(--primary-600);text-decoration:none;font-weight:500}.legal-section a:hover{text-decoration:underline}.page-hero-wrapper{width:100%;background:var(--gray-100)}.page-hero{max-width:56rem;margin:0 auto;text-align:center;padding:5rem 1.5rem 4rem}.page-hero-bar{width:4rem;height:.5rem;border-radius:9999px;background:var(--primary-500);margin:0 auto 2rem}.page-hero-eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.25rem}.page-hero-title{font-size:44px;font-weight:700;line-height:1.15;letter-spacing:-.02em;margin:0 0 2rem;color:#111}.page-hero-highlight{color:var(--primary-500)}.page-hero-subtitle{font-size:19px;font-weight:400;line-height:1.65;color:#555;max-width:44rem;margin:0 auto}.wcu-main{padding-top:3rem;padding-bottom:3rem;max-width:52rem}.wcu-section{margin-bottom:4rem}.wcu-section:last-child{margin-bottom:0}.wcu-heading{font-size:1.75rem;font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#111;margin:0 0 1.25rem}.wcu-text{font-size:1.0625rem;line-height:1.7;color:#444;margin:0 0 1rem}.wcu-text strong{color:#111;font-weight:600}.wcu-text--em{color:#333;font-weight:500}.wcu-compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.wcu-compare-col{border-radius:12px;padding:1.75rem}.wcu-compare-col--old{background:var(--gray-50);border:1px solid var(--gray-200)}.wcu-compare-col--new{background:rgba(148,44,204,.04);border:1px solid rgba(148,44,204,.2)}.wcu-compare-title{font-size:1.0625rem;font-weight:600;color:#111;margin:0 0 1rem}.wcu-list{list-style:none;padding:0;margin:0 0 1.25rem}.wcu-list li{position:relative;padding-left:1.75rem;font-size:1rem;line-height:1.6;color:#444;margin-bottom:.5rem}.wcu-list--check li:before{content:"";position:absolute;left:0;top:.4em;width:.9rem;height:.9rem;border-radius:50%;background:rgba(148,44,204,.1);border:2px solid var(--primary-500)}.wcu-list--check li:after{content:"";position:absolute;left:.225rem;top:calc(.4em + .225rem);width:.45rem;height:.225rem;border-left:2px solid var(--primary-500);border-bottom:2px solid var(--primary-500);transform:rotate(-45deg)}.wcu-list--x li:before{content:"×";position:absolute;left:0;top:0;font-size:1.25rem;font-weight:700;color:#ccc;line-height:1.6}.wcu-callout{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:2.5rem;text-align:center;max-width:52rem;margin:0 auto}.wcu-callout-title{font-size:1.5rem;font-weight:700;line-height:1.25;color:#111;margin:0 0 .75rem}.wcu-callout-text{font-size:1.0625rem;line-height:1.65;color:#555;max-width:38rem;margin:0 auto 1.5rem}.wcu-callout-link{color:var(--primary-500);font-size:1.0625rem;font-weight:600;text-decoration:none;transition:color .2s}.wcu-callout-link:hover{color:var(--primary-600)}.wcu-callout-link:focus{outline:none}.wcu-callout-link:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:4px}@media (max-width:768px){.page-hero-title{font-size:32px}.page-hero-subtitle{font-size:17px}.wcu-compare{grid-template-columns:1fr}.wcu-heading{font-size:1.5rem}}.fp-main{padding-top:4rem;padding-bottom:4rem}.fp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:2rem;gap:2rem;max-width:72rem;margin:0 auto}.fp-card{border:1px solid #eee;border-radius:16px;padding:2rem;display:flex;flex-direction:column;transition:box-shadow .25s,border-color .25s}.fp-card:hover{border-color:var(--gray-200);box-shadow:0 4px 24px rgba(0,0,0,.06)}.fp-card-bar{width:3rem;height:.375rem;border-radius:9999px;background:var(--primary-500);margin-bottom:1.5rem}.fp-card-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:12px;background:rgba(148,44,204,.08);color:var(--primary-500);margin-bottom:1.25rem}.fp-card-title{font-size:1.375rem;font-weight:600;line-height:1.3;margin:0 0 .5rem;color:#111}.fp-card-subtitle{font-size:.9375rem;font-weight:500;line-height:1.4;color:#666;margin:0 0 1rem}.fp-card-summary{font-size:.9375rem;font-weight:400;line-height:1.6;color:#555;margin:0 0 1.25rem;flex:1 1}.fp-card-toggle{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;color:var(--primary-500);font-size:.9375rem;font-weight:600;cursor:pointer;padding:.5rem 0;font-family:inherit;transition:color .2s}.fp-card-toggle:hover{color:var(--primary-600)}.fp-card-toggle:focus{outline:none}.fp-card-toggle:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:4px}.fp-modal-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:flex-end;animation:fp-overlay-in .25s ease}@keyframes fp-overlay-in{0%{opacity:0}to{opacity:1}}.fp-modal-panel{width:100%;max-width:40rem;height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-8px 0 40px rgba(0,0,0,.12);animation:fp-panel-slide .3s cubic-bezier(.22,1,.36,1);overflow:hidden}@keyframes fp-panel-slide{0%{transform:translateX(100%)}to{transform:translateX(0)}}.fp-modal-header{display:flex;align-items:flex-start;gap:1rem;padding:2rem 2rem 1.5rem;border-bottom:1px solid #eee;flex-shrink:0}.fp-modal-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:12px;background:rgba(148,44,204,.08);color:var(--primary-500);flex-shrink:0}.fp-modal-title{font-size:1.375rem;font-weight:600;line-height:1.3;margin:0 0 .25rem;color:#111}.fp-modal-subtitle{font-size:.9375rem;font-weight:400;line-height:1.4;color:#666;margin:0}.fp-modal-close{margin-left:auto;flex-shrink:0;background:none;border:none;cursor:pointer;color:#999;padding:.25rem;border-radius:6px;transition:color .2s,background .2s;display:inline-flex;align-items:center;justify-content:center}.fp-modal-close:hover{color:#333;background:var(--gray-100)}.fp-modal-close:focus{outline:none}.fp-modal-close:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}.fp-modal-body{flex:1 1;overflow-y:auto;padding:0 2rem 2rem;-webkit-overflow-scrolling:touch}.fp-detail-content{padding-top:.5rem}.fp-detail-content h4{font-size:1.0625rem;font-weight:600;color:#111;margin:1.5rem 0 .75rem}.fp-detail-content h4:first-child{margin-top:0}.fp-detail-content p{font-size:.9375rem;line-height:1.65;color:#444;margin:0 0 1rem}.fp-check-list{list-style:none;padding:0;margin:0 0 1rem}.fp-check-list li{position:relative;padding-left:1.75rem;font-size:.9375rem;line-height:1.6;color:#444;margin-bottom:.625rem}.fp-check-list li:before{content:"";position:absolute;left:0;top:.35em;width:1rem;height:1rem;border-radius:50%;background:rgba(148,44,204,.1);border:2px solid var(--primary-500)}.fp-check-list li:after{content:"";position:absolute;left:.25rem;top:calc(.35em + .25rem);width:.5rem;height:.25rem;border-left:2px solid var(--primary-500);border-bottom:2px solid var(--primary-500);transform:rotate(-45deg)}.fp-table-wrap{overflow-x:auto;margin-bottom:1.25rem;border-radius:8px;border:1px solid #eee}.fp-table{width:100%;border-collapse:collapse;font-size:.875rem}.fp-table th{background:var(--gray-50);font-weight:600;color:#111;text-align:left;padding:.75rem 1rem;border-bottom:1px solid #eee;white-space:nowrap}.fp-table td{padding:.75rem 1rem;color:#444;line-height:1.5;border-bottom:1px solid #f5f5f5}.fp-table tbody tr:last-child td{border-bottom:none}.fp-table tbody tr:hover{background:var(--gray-50)}@media (max-width:768px){.fp-grid{grid-template-columns:1fr}.fp-modal-panel{max-width:100%}.fp-modal-header{padding:1.5rem 1.25rem 1.25rem}.fp-modal-body{padding:0 1.25rem 1.5rem}.fp-table{font-size:.8125rem}.fp-table td,.fp-table th{padding:.625rem .75rem}}.error-page{text-align:center;padding:4rem 2rem}.error-code{font-size:4rem;font-weight:700;color:var(--primary-500);margin:0 0 1rem}.error-msg{font-size:1.25rem;color:#333;margin:0 0 2rem}