:root{--bg: #ffffff;--bg-soft: #f9fafb;--ink: #111827;--ink-soft: #4b5563;--ink-faint: #6b7280;--line: #e5e7eb;--line-strong: #d1d5db;--accent: #2563eb;--accent-ink: #1d4ed8;--accent-soft: #eff6ff;--radius-sm: 4px;--radius-md: 6px}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;background-color:var(--bg);color:var(--ink);font-feature-settings:"cv02","cv03","cv04","cv11"}::selection{background:var(--accent-soft);color:var(--accent-ink)}[x-cloak]{display:none!important}.display{font-weight:600;letter-spacing:-.035em;line-height:1.05;color:var(--ink)}.section-kicker{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-size:1.875rem;line-height:1.15;font-weight:600;letter-spacing:-.025em;color:var(--ink)}@media(min-width:768px){.section-title{font-size:2.5rem}}.section-subtitle{margin-top:1rem;font-size:1.0625rem;line-height:1.65;color:var(--ink-soft);max-width:40rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9375rem;font-weight:500;line-height:1;padding:.75rem 1.25rem;border-radius:var(--radius-md);transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap;cursor:pointer}.btn-primary{background-color:var(--accent);color:#fff;border:1px solid var(--accent)}.btn-primary:hover{background-color:var(--accent-ink);border-color:var(--accent-ink)}.btn-secondary{background-color:#fff;color:var(--ink);border:1px solid var(--line-strong)}.btn-secondary:hover{border-color:#9ca3af;background-color:var(--bg-soft)}.btn-ghost{color:var(--ink-soft);padding:.5rem .875rem;border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;transition:color .15s ease,background-color .15s ease}.btn-ghost:hover{color:var(--ink);background-color:var(--bg-soft)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.compare-legend{border:1px dashed var(--line-strong);border-radius:var(--radius-md);background:#fff;padding:1rem 1.25rem}.compare-legend-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.compare-legend-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;letter-spacing:-.005em}.compare-legend-label--them{color:var(--ink-faint)}.compare-legend-label--us{color:var(--accent-ink)}.compare-legend-vs{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--line-strong)}.compare-legend-note{margin-top:.625rem;font-size:.8125rem;line-height:1.6;color:var(--ink-faint)}.compare-card{display:flex;flex-direction:column;overflow:hidden}.compare-problem{padding:1.75rem 1.75rem 1.5rem;flex:1 1 auto;background:var(--bg-soft)}.compare-answer{padding:1.25rem 1.75rem 1.5rem;border-top:1px solid var(--line);background:#fff}@media(min-width:768px){.compare-answer{min-height:11.875rem}}.compare-answer-text{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--ink);font-weight:500}.compare-tag{display:inline-flex;align-items:center;gap:.3rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;padding:.2rem .5rem;border-radius:var(--radius-sm);border:1px solid transparent}.compare-tag--them{color:var(--ink-faint);background:#fff;border-color:var(--line-strong)}.compare-tag--us{color:var(--accent-ink);background:var(--accent-soft);border-color:#bfdbfe}.card-hover:hover{border-color:var(--line-strong);box-shadow:0 1px 2px #1118270a,0 8px 24px #1118270f;transform:translateY(-2px)}.timeline{position:relative}.timeline:before{content:"";position:absolute;top:.5rem;bottom:.5rem;left:.5625rem;width:2px;background:linear-gradient(to bottom,var(--line) 0%,var(--line-strong) 55%,var(--accent) 100%);border-radius:1px}.timeline-item{position:relative;padding-left:2.5rem}.timeline-item+.timeline-item{margin-top:1.5rem}.timeline-dot{position:absolute;top:1.5rem;left:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;border:1px solid var(--line-strong)}.timeline-dot:after{content:"";width:.5rem;height:.5rem;border-radius:999px;background:var(--line-strong)}.timeline-item--now .timeline-dot{border-color:#bfdbfe;background:var(--accent-soft)}.timeline-item--now .timeline-dot:after{background:var(--accent)}.timeline-year{display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.5rem}.timeline-item--now .timeline-year{color:var(--accent-ink)}.timeline-item--now .timeline-card{border-color:#bfdbfe;background:var(--accent-soft)}.timeline-title{font-size:1rem;font-weight:600;color:var(--ink)}.timeline-copy{margin-top:.5rem;font-size:.875rem;line-height:1.7;color:var(--ink-soft)}@media(min-width:768px){.timeline:before{left:50%;transform:translate(-50%)}.timeline-item{width:50%;padding-left:0}.timeline-item+.timeline-item{margin-top:0}.timeline-item:nth-child(odd){padding-right:2.75rem;text-align:right}.timeline-item:nth-child(2n){margin-left:50%;padding-left:2.75rem}.timeline-item:not(:first-child){margin-top:-2.5rem}.timeline-item:nth-child(odd) .timeline-dot{left:auto;right:-.625rem}.timeline-item:nth-child(2n) .timeline-dot{left:-.625rem}}.surface-soft{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-md)}.chip{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:#fff;color:var(--ink-soft)}.chip-accent{border-color:#bfdbfe;background:var(--accent-soft);color:var(--accent-ink)}.site-header{background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid transparent;transition:border-color .2s ease}.site-header.scrolled{border-bottom-color:var(--line)}.field-label{display:block;font-size:.8125rem;font-weight:500;color:var(--ink);margin-bottom:.375rem}.field-input{display:block;width:100%;padding:.625rem .75rem;font-size:.9375rem;color:var(--ink);background:#fff;border:1px solid var(--line-strong);border-radius:var(--radius-md);transition:border-color .15s ease,box-shadow .15s ease}.field-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.field-input::placeholder{color:#9ca3af}.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.in-view{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.08s}.reveal-d2{transition-delay:.16s}.reveal-d3{transition-delay:.24s}.reveal-d4{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.btn,.card{transition:none}}.bg-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-10;overflow:hidden;pointer-events:none;background:var(--bg)}.bg-grid-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.bg-spot{position:absolute;top:0;left:0;width:34rem;height:34rem;margin:-17rem 0 0 -17rem;border-radius:9999px;background:radial-gradient(closest-side,rgba(37,99,235,.09),rgba(37,99,235,.035) 45%,transparent 72%);opacity:0;transition:opacity .5s ease;will-change:transform}.bg-spot.lit{opacity:1}.bg-wash{position:absolute;border-radius:9999px;filter:blur(90px);will-change:transform}.bg-wash-a{top:-220px;right:-180px;width:720px;height:720px;background:radial-gradient(closest-side,rgba(37,99,235,.09),transparent 70%)}.bg-wash-b{top:48%;left:-240px;width:640px;height:640px;background:radial-gradient(closest-side,rgba(56,130,246,.07),transparent 70%)}.bg-wash-c{bottom:-260px;right:8%;width:560px;height:560px;background:radial-gradient(closest-side,rgba(17,24,39,.045),transparent 70%)}.bg-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffffe0,#ffffff61 20%,#ffffff24 55%,#ffffff85)}@media(prefers-reduced-motion:reduce){.bg-wash{transform:none!important}.bg-spot{display:none}}.usecase-card{display:flex;flex-direction:column;gap:.625rem;padding:1.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.usecase-card:hover{border-color:var(--line-strong);box-shadow:0 1px 2px #1118270a,0 10px 28px #11182712;transform:translateY(-3px)}.usecase-quote{font-size:.8125rem;line-height:1.5;color:var(--ink-faint);border-left:2px solid var(--line);padding-left:.75rem;font-style:italic}.wf-shell{display:grid;grid-template-columns:15rem 1fr;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}@media(max-width:800px){.wf-shell{grid-template-columns:1fr}}.wf-list{border-right:1px solid var(--line);background:var(--bg-soft);padding:.75rem;display:flex;flex-direction:column;gap:.25rem}@media(max-width:800px){.wf-list{border-right:none;border-bottom:1px solid var(--line);flex-direction:row;overflow-x:auto}.wf-tab{min-width:12rem}}.wf-tab{display:flex;flex-direction:column;gap:.125rem;padding:.6875rem .75rem;text-align:left;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease}.wf-tab:hover{background:#fff;border-color:var(--line)}.wf-tab.active{background:#fff;border-color:#bfdbfe}.wf-tab-name{font-size:.875rem;font-weight:500;color:var(--ink);line-height:1.3}.wf-tab.active .wf-tab-name{color:var(--accent-ink);font-weight:600}.wf-tab-area{font-size:.75rem;color:var(--ink-faint)}.wf-view{padding:1.5rem}.wf-problem{font-size:.875rem;line-height:1.6;color:var(--ink-soft);padding:.875rem 1rem;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-md)}.wf-problem span{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-faint);margin-bottom:.25rem}.wf-steps{list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-direction:column}.wf-step{display:flex;gap:.875rem;padding:.875rem 0;border-bottom:1px solid var(--line);opacity:0;animation:wf-in .35s ease forwards}.wf-step:last-child{border-bottom:none}@keyframes wf-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.wf-step-num{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:9999px;border:1px solid var(--line-strong);background:#fff;font-size:.75rem;font-weight:600;color:var(--ink-faint);font-variant-numeric:tabular-nums}.wf-step.is-lawyer .wf-step-num{background:var(--accent-soft);border-color:#bfdbfe;color:var(--accent-ink)}.wf-step-body{flex:1}.wf-step-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.wf-step-title{font-size:.9375rem;font-weight:500;color:var(--ink)}.wf-by{font-size:.6875rem;font-weight:500;padding:.125rem .4375rem;border-radius:3px;border:1px solid var(--line);background:var(--bg-soft);color:var(--ink-faint);white-space:nowrap}.wf-by-lawyer{border-color:#bfdbfe;background:var(--accent-soft);color:var(--accent-ink);font-weight:600}.wf-step-detail{margin-top:.25rem;font-size:.8125rem;line-height:1.55;color:var(--ink-soft)}.wf-result{margin-top:1.25rem;padding:1rem 1.125rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--bg-soft)}.wf-result-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-faint);margin-bottom:.5rem}.wf-result-line{font-size:.8125rem;line-height:1.6;color:var(--ink-soft)}.wf-result-lead{font-weight:600;color:var(--ink)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:#fff;font-size:.8125rem;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}.step-rule{height:1px;background:var(--line);flex:1;margin-top:1rem}.build-row{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}.build-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-md);background:var(--accent-soft);border:1px solid #bfdbfe;color:var(--accent);flex-shrink:0}.build-title{font-size:1.0625rem;font-weight:600;color:var(--ink);letter-spacing:-.01em}.build-copy{margin-top:.4375rem;font-size:.9375rem;line-height:1.65;color:var(--ink-soft);max-width:32rem}
