:root{--bg:#f4f0ea;--bg-2:#ece6dc;--bg-3:#e4dccc;--ink:#14110f;--ink-2:#2a2521;--ink-3:#5a5048;--ink-4:#8a7e72;--line:#d9d0c0;--line-2:#c7bca8;--paper:#fbf8f3;--paper-edge:#efe8da;--orange:#ff914d;--orange-deep:#e0773a;--orange-soft:#ffe4d0;--orange-tint:#fff0e0;--green:#2f6e54;--blue:#2a4d8a;--plum:#6b3a52;--xero:#13b5ea;--r-xs:4px;--r-sm:8px;--r-md:14px;--r-lg:22px;--r-xl:32px;--shadow-card:0 1px 0 rgba(20,17,15,.04),0 24px 48px -24px rgba(20,17,15,.18),0 8px 18px -10px rgba(20,17,15,.1);--shadow-paper:0 1px 0 rgba(20,17,15,.04),0 30px 60px -30px rgba(20,17,15,.22),0 12px 24px -14px rgba(20,17,15,.12)}@keyframes v2-marquee-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes v2-marquee-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}body:has(.v2-page),html:has(.v2-page){background:var(--bg);overflow-x:clip}.v2-page{background:var(--bg);color:var(--ink);font-family:var(--font-geist-sans),"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.v2-page :not(:where(.tw-scope,.tw-scope *)){box-sizing:border-box;margin:0;padding:0}.v2-page section{position:relative;scroll-margin-top:0}.v2-page img{max-width:100%;display:block}.v2-page a:not(:where(.tw-scope,.tw-scope a)){color:inherit;text-decoration:none}.v2-page button:not(:where(.tw-scope,.tw-scope button)){font:inherit;color:inherit;cursor:pointer;background:none;border:0}.v2-page .eyebrow{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3)}.v2-page .eyebrow .dot{display:none}.v2-page .container{max-width:1280px;margin:0 auto;padding:0 32px}.v2-page .container-narrow{max-width:980px;margin:0 auto;padding:0 32px}.v2-page .nav{position:sticky;top:0;z-index:100;padding:14px 0;background:color-mix(in oklab,var(--bg) 88%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 0 0 transparent;transition:box-shadow .25s ease,background .25s ease}.v2-page .nav.scrolled{box-shadow:0 1px 0 0 var(--line)}.v2-page .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.v2-page .brand-logo{height:28px;width:auto;display:block;flex-shrink:0}.v2-page .brand-logo-light{display:none}.v2-page .brand-logo-dark{display:block}.v2-page .brand,.v2-page .nav-links{display:flex;align-items:center}.v2-page .nav-links{gap:28px;font-size:15px;color:var(--ink-2)}.v2-page .nav-links a{position:relative;padding:6px 0;color:var(--ink-2)}.v2-page .nav-links a:hover{color:var(--ink)}.v2-page .nav-links a.active{color:var(--orange)}.v2-page .nav-cta{display:flex;align-items:center;gap:8px}.v2-page .btn{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 18px;border-radius:999px;font-size:15px;font-weight:500;letter-spacing:-.005em;transition:transform .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap}.v2-page .btn:hover{transform:translateY(-1px)}.v2-page .btn:active{transform:translateY(0)}.v2-page .btn-ghost{color:var(--ink)}.v2-page .btn-ghost:hover{background:var(--bg-2)}.v2-page .btn-primary{background:var(--ink);color:var(--bg)}.v2-page .btn-primary:hover{background:#2a2521;box-shadow:0 8px 22px -10px rgba(20,17,15,.45)}.v2-page .btn-orange{background:var(--orange);color:var(--ink)}.v2-page .btn-orange:hover{background:#ffa060;color:var(--ink);box-shadow:0 6px 20px -8px rgba(255,145,77,.45)}.v2-page .btn-lg{height:52px;padding:0 24px;font-size:16px}.v2-page .btn-arrow{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.v2-page .nav-hamburger{display:none}.v2-page .nav-more{position:relative;display:none}.v2-page .nav-more-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 0;font-size:15px;color:var(--ink-2);background:none;border:none;cursor:pointer;transition:color .15s ease}.v2-page .nav-more-btn.open,.v2-page .nav-more-btn:hover{color:var(--ink)}.v2-page .nav-more-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:148px;background:color-mix(in oklab,var(--bg) 96%,transparent);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:0 8px 24px -6px rgba(20,17,15,.12);display:flex;flex-direction:column;overflow:hidden;z-index:200}.v2-page .nav-more-dropdown a{padding:11px 16px;font-size:15px;color:var(--ink-2);border-bottom:1px solid var(--line)}.v2-page .nav-more-dropdown a:last-child{border-bottom:none}.v2-page .nav-more-dropdown a:hover{color:var(--ink);background:var(--bg-2)}.v2-page .nav-mobile-drawer{overflow:hidden;max-height:0;transition:max-height .3s ease;position:absolute;top:100%;left:0;right:0}.v2-page .nav-mobile-drawer.open{max-height:600px;border-top:1px solid var(--line);box-shadow:0 8px 24px -6px rgba(20,17,15,.12)}.v2-page .nav-mobile-drawer-inner{background:color-mix(in oklab,var(--bg) 97%,transparent)}.v2-page .nav-mobile-links{display:flex;flex-direction:column;padding:4px 24px}.v2-page .nav-mobile-links a{display:flex;align-items:center;justify-content:space-between;padding:14px 0 14px 10px;border-bottom:1px solid var(--line);border-left:2px solid transparent;font-size:15px;color:var(--ink-2);transition:color .15s,border-left-color .15s,padding-left .15s}.v2-page .nav-mobile-links a:last-child{border-bottom:none}.v2-page .nav-mobile-links a.active,.v2-page .nav-mobile-links a:hover{color:var(--orange);border-left-color:var(--orange);padding-left:14px}.v2-page .nav-mobile-links a.active{font-weight:600}.v2-page .nav-mobile-cta{display:flex;gap:8px;padding:16px 24px 20px;border-top:1px solid var(--line)}.v2-page .hero{position:relative;padding:72px 0 96px;overflow:hidden}.v2-page .hero-inner{position:relative;z-index:4;text-align:center;max-width:1100px;margin:0 auto;padding:0 32px}.v2-page .hero-inner:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:900px;pointer-events:none;z-index:-1;background:radial-gradient(ellipse 49% 45% at 50% 50%,hsla(36,31%,94%,.92) 0,hsla(36,31%,94%,.9) 30%,hsla(36,31%,94%,.82) 55%,hsla(36,31%,94%,.45) 72%,hsla(36,31%,94%,.1) 88%,transparent 100%)}.v2-page .hero h1{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:clamp(48px,9vw,132px);line-height:.95;letter-spacing:-.025em;color:var(--ink);margin-bottom:36px}.v2-page .hero h1 .row{display:block}.v2-page .hero h1 em{font-style:italic;color:var(--orange-deep)}.v2-page .hero h1 .stamp{display:inline-block;position:relative;padding:0 16px}.v2-page .hero h1 .stamp:before{content:"";position:absolute;inset:6px -6px 10px -6px;background:var(--orange);z-index:-1;transform:rotate(-1.2deg);border-radius:6px}.v2-page .hero h1 .stamp em{color:var(--ink)}.v2-page .hero-sub{font-size:20px;line-height:1.45;color:var(--ink-3);max-width:620px;margin:0 auto 40px}.v2-page .hero-ctas{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:28px}.v2-page .hero-meta{display:inline-flex;align-items:center;gap:18px;font-size:13px;color:var(--ink-4)}.v2-page .hero-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--ink-4)}.v2-page .hero-scatter{position:absolute;inset:0;pointer-events:none;z-index:1}.v2-page .hero-scatter .invoice{position:absolute;pointer-events:auto}.v2-page .invoice{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md) 4px var(--r-md) var(--r-md);box-shadow:var(--shadow-card);padding:14px 16px;font-size:12px;line-height:1.4;color:var(--ink-2);width:240px;position:relative;user-select:none}.v2-page .invoice.lg{width:300px;padding:18px 20px}.v2-page .invoice.sm{width:200px;padding:12px 14px;font-size:11px}.v2-page .invoice .inv-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px dashed var(--line)}.v2-page .invoice .inv-brand{display:flex;align-items:center;gap:6px;font-weight:600;color:var(--ink);font-size:11px}.v2-page .invoice .inv-brand .dot{width:8px;height:8px;border-radius:50%;background:var(--orange)}.v2-page .invoice .inv-num{font-family:var(--font-jetbrains-mono),"SF Mono",ui-monospace,monospace;font-size:10px;color:var(--ink-4);letter-spacing:.04em}.v2-page .invoice .inv-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:4px 0}.v2-page .invoice .inv-row .label{color:var(--ink-3)}.v2-page .invoice .inv-row .val{color:var(--ink);font-variant-numeric:tabular-nums}.v2-page .invoice .inv-total{margin-top:10px;padding-top:10px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:baseline}.v2-page .invoice .inv-total .label{font-size:11px;color:var(--ink-3);text-transform:uppercase;letter-spacing:.08em}.v2-page .invoice .inv-total .val{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:22px;color:var(--ink);font-variant-numeric:tabular-nums}.v2-page .invoice .inv-foot{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:10px;color:var(--ink-4);letter-spacing:.04em;text-transform:uppercase}.v2-page .invoice .stamp-mark{position:absolute;top:12px;right:12px;border:1.5px solid var(--orange);color:var(--orange);padding:2px 7px;border-radius:4px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;transform:rotate(-8deg)}.v2-page .invoice.error{border-color:#d8a899;background:#fcf1ec}.v2-page .invoice.error .stamp-mark{color:#b6432b;border-color:#b6432b}.v2-page .invoice.late .stamp-mark{border-color:var(--ink-4);color:var(--ink-4)}.v2-page .marquee{background:#000;color:var(--bg);padding:0;overflow:hidden;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;display:flex;align-items:stretch}.v2-page .marquee-inner{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:0;padding:22px 0}.v2-page .marquee-track{display:flex;gap:0;animation:v2-marquee-left 50s linear infinite;white-space:nowrap;width:max-content;padding:6px 0;will-change:transform}.v2-page .marquee-track-rev{animation:v2-marquee-right 60s linear infinite;animation-delay:-30s}.v2-page .marquee-item{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:32px;color:var(--bg);letter-spacing:-.01em;display:inline-flex;align-items:center;gap:44px}.v2-page .marquee-item em{color:var(--orange);font-style:italic}.v2-page .marquee-item .sep{display:inline-block;width:7px;height:7px;background:var(--orange);border-radius:50%;vertical-align:middle;opacity:.7}.v2-page .marquee-item-sm{font-size:20px;color:hsla(36,31%,94%,.35);gap:36px}.v2-page .marquee-item-sm .sep{width:4px;height:4px;background:hsla(36,31%,94%,.25)}.v2-page .marquee-item-sm em{color:rgba(255,145,77,.55)}.v2-page .converge{background:#000;color:var(--bg);position:relative}.v2-page .converge-track{height:500vh;position:relative}.v2-page .converge-stage{position:sticky;top:0;height:100vh;display:flex;overflow:hidden;align-items:center;justify-content:center}.v2-page .converge-scrim{position:absolute;inset:0;z-index:4;pointer-events:none;background:radial-gradient(ellipse 44% 52% at 50% 50%,rgba(0,0,0,.92) 0,rgba(0,0,0,.65) 38%,rgba(0,0,0,.18) 62%,transparent 80%);opacity:0;transition:opacity .5s ease}.v2-page .converge-bg{position:absolute;inset:0;background:radial-gradient(80% 60% at 50% 50%,rgba(255,145,77,.06) 0,transparent 60%),#000}.v2-page .converge-copy{position:relative;z-index:5;text-align:center;max-width:760px;padding:0 32px;pointer-events:none}.v2-page .converge-copy .eyebrow{color:var(--orange)}.v2-page .converge-copy h2{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:clamp(40px,6vw,80px);line-height:1;letter-spacing:-.02em;margin:14px 0 18px;color:var(--bg)}.v2-page .converge-copy h2 em{color:var(--orange);font-style:italic}.v2-page .converge-copy p{font-size:18px;color:hsla(0,0%,100%,.55);max-width:540px;margin:0 auto}.v2-page .converge-copy h2,.v2-page .converge-copy p{transition:opacity .3s ease}.v2-page .converge-progress{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);width:min(60%,480px);height:2px;background:hsla(0,0%,100%,.08);border-radius:2px;overflow:hidden}.v2-page .converge-progress .fill{position:absolute;inset:0;background:var(--orange);transform-origin:0 0;transform:scaleX(0)}.v2-page .converge-floats{position:absolute;inset:0;pointer-events:none;z-index:3}.v2-page .converge-floats .invoice{position:absolute;--tx:0px;--ty:0px;--rot:0deg;--scale:1;--op:1;transform:translate(-50%,-50%) translate(var(--tx),var(--ty)) rotate(var(--rot)) scale(var(--scale));opacity:var(--op);transition:opacity .25s ease;top:50%;left:50%}.v2-page .xero-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(var(--scale,.6));width:420px;background:#fff;color:var(--ink);border-radius:16px;box-shadow:0 30px 80px -20px rgba(0,0,0,.8),0 6px 20px -4px rgba(0,0,0,.5);padding:24px 26px;opacity:var(--op,0);z-index:6}.v2-page .xero-card .x-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #eae3d5}.v2-page .xero-card .x-head .x-brand{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.v2-page .xero-card .x-head .x-brand .x-logo{width:22px;height:22px;border-radius:50%;display:block;object-fit:cover}.v2-page .xero-card .x-status{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-weight:600;display:flex;align-items:center;gap:6px}.v2-page .xero-card .x-status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(47,110,84,.18)}.v2-page .xero-card .x-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;font-size:12px;margin-bottom:16px}.v2-page .xero-card .x-meta .lab{color:var(--ink-3);margin-bottom:2px}.v2-page .xero-card .x-meta .val{color:var(--ink);font-weight:500}.v2-page .xero-card table{width:100%;border-collapse:collapse;font-size:12px}.v2-page .xero-card th{text-align:left;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4);padding:6px 0;border-bottom:1px solid #eae3d5;font-weight:600}.v2-page .xero-card td:last-child,.v2-page .xero-card th:last-child{text-align:right}.v2-page .xero-card td{padding:8px 0;border-bottom:1px dashed #eae3d5}.v2-page .xero-card td:last-child{font-variant-numeric:tabular-nums}.v2-page .xero-card .x-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:14px;padding-top:14px;border-top:2px solid var(--ink)}.v2-page .xero-card .x-total .lab{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.v2-page .xero-card .x-total .val{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:32px;line-height:1}.v2-page .xero-card .x-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:11px;color:var(--ink-3)}.v2-page .xero-card .x-foot .auto-tag{display:inline-flex;align-items:center;gap:6px;background:var(--orange-tint);color:var(--orange-deep);border:1px solid #f4cca8;padding:3px 8px;border-radius:999px;font-weight:600;letter-spacing:.04em}.v2-page .heading{display:flex;flex-direction:column;gap:14px;margin-bottom:56px;max-width:720px}.v2-page .heading.center{margin:0 auto 56px;text-align:center;align-items:center;width:100%}.v2-page .heading.center .eyebrow,.v2-page .heading.center h2,.v2-page .heading.center p{width:100%;max-width:720px}.v2-page .heading h2{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:clamp(36px,5vw,64px);line-height:1;letter-spacing:-.02em;color:var(--ink)}.v2-page .heading h2 em{color:var(--orange-deep);font-style:italic}.v2-page .heading p{font-size:18px;color:var(--ink-3);max-width:580px;line-height:1.5}.v2-page .stages{background:var(--bg);padding:140px 0}.v2-page .stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.v2-page .stage{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px 28px 32px;display:flex;flex-direction:column;gap:18px;position:relative;overflow:hidden}.v2-page .stage.middle{background:var(--ink);color:var(--bg);border-color:var(--ink)}.v2-page .stage.middle .stage-foot,.v2-page .stage.middle .stage-num{color:hsla(36,31%,94%,.55)}.v2-page .stage.middle h3{color:var(--bg)}.v2-page .stage.middle .stage-list li:before{background:var(--orange)}.v2-page .stage.middle .stage-list{color:hsla(36,31%,94%,.75)}.v2-page .stage-num{font-family:var(--font-instrument-serif),"Georgia",serif;font-style:italic;font-size:13px;color:var(--ink-3);letter-spacing:.02em}.v2-page .stage-art{position:relative;height:180px;border-radius:var(--r-md);background:var(--bg-2);overflow:hidden;border:1px solid var(--line)}.v2-page .stage.middle .stage-art{background:#1f1c19;border-color:#2a2521}.v2-page .stage h3{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:30px;line-height:1.05;letter-spacing:-.01em;color:var(--ink)}.v2-page .stage p{font-size:15px;color:var(--ink-3);line-height:1.5}.v2-page .stage.middle p{color:hsla(36,31%,94%,.7)}.v2-page .stage-list{list-style:none;display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--ink-3)}.v2-page .stage-list li{position:relative;padding-left:18px}.v2-page .stage-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:1.5px;background:var(--ink-4)}.v2-page .stage-foot{margin-top:auto;padding-top:16px;border-top:1px dashed var(--line);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4);display:flex;justify-content:space-between;align-items:center}.v2-page .stage.middle .stage-foot{border-top-color:hsla(0,0%,100%,.1)}.v2-page .stage-foot .you-are-here{background:var(--orange);color:var(--ink);padding:3px 8px;border-radius:999px;font-weight:600;letter-spacing:.06em}.v2-page .tiny-invoices{position:absolute;inset:0}.v2-page .tiny-invoices .ti{position:absolute;width:70px;height:90px;background:#fff;border:1px solid var(--line);border-radius:4px;box-shadow:0 4px 10px -4px rgba(0,0,0,.15)}.v2-page .tiny-invoices .ti:after,.v2-page .tiny-invoices .ti:before{content:"";position:absolute;left:8px;right:8px;height:2px;background:var(--bg-3);border-radius:2px}.v2-page .tiny-invoices .ti:before{top:12px}.v2-page .tiny-invoices .ti:after{top:22px;right:30px}.v2-page .tool-box{position:absolute;inset:30px;background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:80px 1fr}.v2-page .stage.middle .tool-box{background:#15120f;border-color:#2a2521}.v2-page .tool-box .tb-side{background:var(--bg-3);border-right:1px solid var(--line);padding:8px;display:flex;flex-direction:column;gap:6px}.v2-page .stage.middle .tool-box .tb-side{background:#221d18;border-right-color:#2a2521}.v2-page .tool-box .tb-row{height:8px;border-radius:2px;background:var(--bg-2)}.v2-page .tool-box .tb-row.active{background:var(--orange)}.v2-page .stage.middle .tool-box .tb-row{background:#2a2521}.v2-page .tool-box .tb-main{padding:12px;display:flex;flex-direction:column;gap:8px}.v2-page .tool-box .tb-line{height:6px;border-radius:2px;background:var(--bg-2)}.v2-page .stage.middle .tool-box .tb-line{background:#2a2521}.v2-page .tool-box .tb-line.short{width:60%}.v2-page .tool-box .tb-arrow{position:absolute;right:-10px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:22px;height:22px;background:var(--orange);color:var(--ink);border-radius:50%;font-size:12px;box-shadow:0 4px 12px -2px rgba(255,145,77,.5)}.v2-page .xero-mini{position:absolute;inset:24px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:8px}.v2-page .xero-mini .xm-head{display:flex;align-items:center;gap:6px;padding-bottom:8px;border-bottom:1px solid var(--bg-3)}.v2-page .xero-mini .xm-head .xm-mark{width:14px;height:14px;border-radius:50%;background:var(--xero)}.v2-page .xero-mini .xm-head .xm-text{font-size:10px;font-weight:600;color:var(--ink)}.v2-page .xero-mini .xm-row{display:flex;justify-content:space-between;align-items:center;font-size:9px;padding:4px 0;border-bottom:1px dashed var(--bg-3)}.v2-page .xero-mini .xm-row .xm-tag{background:var(--orange-tint);color:var(--orange-deep);padding:1px 5px;border-radius:3px;font-weight:600;font-size:8px}.v2-page .xero-mini .xm-row .amt{color:var(--ink);font-variant-numeric:tabular-nums;font-weight:500}.v2-page .sb-stack{position:absolute;inset:24px;display:flex;flex-direction:column;align-items:stretch}.v2-page .sb-layer-top{background:var(--orange);border-radius:8px 8px 0 0;padding:10px 14px;display:flex;flex-direction:row;align-items:center;gap:10px}.v2-page .sb-icon{width:28px;height:28px;border-radius:50%;flex-shrink:0}.v2-page .sb-layer-info{display:flex;flex-direction:column;gap:2px}.v2-page .sb-layer-name{font-size:11px;font-weight:600;color:var(--ink)}.v2-page .sb-layer-desc{font-size:9px;color:rgba(0,0,0,.5)}.v2-page .sb-connector{justify-content:center;height:30px;color:hsla(36,31%,94%,.25)}.v2-page .sb-connector,.v2-page .sb-layer-xero{display:flex;align-items:center;background:#15120f}.v2-page .sb-layer-xero{border:1px solid #2a2521;border-top:none;border-radius:0 0 8px 8px;padding:10px 14px;gap:10px;flex:1}.v2-page .sb-xero-logo{width:28px;height:28px;border-radius:50%;flex-shrink:0}.v2-page .sb-inv-info{display:flex;flex-direction:column;gap:2px}.v2-page .sb-inv-num{font-size:11px;font-weight:600;color:hsla(36,31%,94%,.9)}.v2-page .sb-inv-status{font-size:9px;color:hsla(36,31%,94%,.4)}.v2-page .ent-flow{position:absolute;inset:16px;display:flex;align-items:stretch;gap:8px}.v2-page .ent-platform{flex:2;background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:6px;justify-content:center}.v2-page .ent-platform-label{font-size:10px;font-weight:700;color:var(--ink);margin-bottom:2px}.v2-page .ent-row{height:5px;border-radius:2px;background:var(--bg-3)}.v2-page .ent-row.short{width:60%}.v2-page .ent-platform-tag{font-size:8px;color:var(--ink-4);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-top:2px}.v2-page .ent-sync{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0;color:var(--ink-4)}.v2-page .ent-sync span{font-size:8px;letter-spacing:.04em}.v2-page .ent-xero-box{flex:1;background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.v2-page .ent-xero-logo{width:22px;height:22px;border-radius:50%}.v2-page .ent-xero-sub{font-size:8px;color:var(--ink-4);text-align:center;line-height:1.3}.v2-page .ent-xero-warning{font-size:8px;color:#b6432b;background:#f3e8e3;padding:2px 5px;border-radius:3px;font-weight:600}.v2-page .inside{background:var(--bg);padding:140px 0;position:relative}.v2-page .inside-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:80px;align-items:center}.v2-page .inside-art{position:relative;aspect-ratio:1/1;background:radial-gradient(60% 60% at 50% 50%,rgba(255,145,77,.12) 0,transparent 70%),var(--paper);border-radius:var(--r-xl);border:1px solid var(--line);overflow:hidden}.v2-page .inside-art .layer{position:absolute;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:0 24px 60px -22px rgba(20,17,15,.25)}.v2-page .inside-art .layer.xero{inset:8% 8% 8% 8%;display:flex;flex-direction:column}.v2-page .inside-art .layer.saasy{position:absolute;right:-2%;bottom:8%;width:50%;background:var(--paper);border:1px solid var(--line);padding:14px 16px;transform:rotate(2deg)}.v2-page .inside-art .x-bar{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--bg-3);background:var(--bg-2)}.v2-page .inside-art .x-bar .x-mark{width:22px;height:22px;border-radius:50%;background:var(--xero);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700}.v2-page .inside-art .x-bar .x-name{font-size:13px;font-weight:600}.v2-page .inside-art .x-bar .x-tabs{margin-left:auto;display:flex;gap:14px;font-size:11px;color:var(--ink-3)}.v2-page .inside-art .x-body{flex:1;padding:18px 18px 22px;display:flex;flex-direction:column;gap:8px}.v2-page .inside-art .x-row{display:grid;grid-template-columns:28px 1fr 70px 60px;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:11px;background:var(--bg)}.v2-page .inside-art .x-row.head{background:transparent;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4)}.v2-page .inside-art .x-row .x-check{width:12px;height:12px;border-radius:3px;background:var(--orange);color:var(--ink);display:grid;place-items:center;font-size:8px;font-weight:700}.v2-page .inside-art .x-row.head .x-check{background:transparent}.v2-page .inside-art .x-row .x-cust{color:var(--ink);font-weight:500}.v2-page .inside-art .x-row .x-amt{color:var(--ink);font-variant-numeric:tabular-nums;text-align:right}.v2-page .inside-art .x-row .x-tag{background:var(--orange-tint);color:var(--orange-deep);font-weight:600;font-size:9px;letter-spacing:.04em;padding:2px 6px;border-radius:3px;text-transform:uppercase;text-align:center}.v2-page .inside-art .layer.saasy .ls-tag{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-deep);font-weight:600;margin-bottom:8px}.v2-page .inside-art .layer.saasy .ls-title{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:17px;line-height:1.1;margin-bottom:10px}.v2-page .inside-art .layer.saasy .ls-row{display:flex;align-items:center;justify-content:space-between;font-size:11px;padding:4px 0;border-top:1px dashed var(--line)}.v2-page .inside-art .layer.saasy .ls-row:first-of-type{border-top:0}.v2-page .inside-art .layer.saasy .ls-row .lbl{color:var(--ink-3)}.v2-page .inside-art .layer.saasy .ls-row .val{color:var(--ink);font-weight:500;font-variant-numeric:tabular-nums}.v2-page .inside-art .arrow{position:absolute;z-index:5;font-family:var(--font-instrument-serif),"Georgia",serif;font-style:italic;color:var(--orange-deep);font-size:18px;white-space:nowrap}.v2-page .inside-art .arrow.a1{top:32%;right:0;transform:translateX(20%)}.v2-page .inside-art .ixflow{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;gap:8px}.v2-page .inside-art .ixflow-source{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 16px;box-shadow:0 4px 20px -8px rgba(20,17,15,.14);flex-shrink:0}.v2-page .inside-art .ix-src-tag{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-deep);font-weight:600;margin-bottom:3px}.v2-page .inside-art .ix-src-customer{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:15px;margin-bottom:8px;color:var(--ink)}.v2-page .inside-art .ix-src-rows{display:flex;flex-direction:column}.v2-page .inside-art .ix-src-row{display:flex;justify-content:space-between;font-size:11px;padding:4px 0;border-top:1px dashed var(--line)}.v2-page .inside-art .ix-src-row:first-child{border-top:0}.v2-page .inside-art .ix-src-row span:first-child{color:var(--ink-3)}.v2-page .inside-art .ix-src-row span:last-child{color:var(--ink);font-weight:500;font-variant-numeric:tabular-nums}.v2-page .inside-art .ixflow-connector{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;min-height:60px}.v2-page .inside-art .ix-con-line{width:1.5px;background:var(--orange-deep);flex:1}.v2-page .inside-art .ix-con-line--bot{margin-bottom:8px}.v2-page .inside-art .ixflow-connector:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--orange-deep)}.v2-page .inside-art .ix-con-label{font-family:var(--font-instrument-serif),"Georgia",serif;font-style:italic;font-size:17px;color:var(--orange-deep);line-height:1;flex-shrink:0}.v2-page .inside-art .ixflow-result{flex-shrink:0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 16px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;overflow:hidden}.v2-page .inside-art .ix-xr-header{display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid var(--line);flex-shrink:0}.v2-page .inside-art .ix-xr-logo{height:18px;width:auto;display:block}.v2-page .inside-art .ix-xr-inv{font-size:11px;font-weight:600;color:var(--ink-3);letter-spacing:.02em}.v2-page .inside-art .ix-xr-sent{margin-left:auto;font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#e4f4e9;color:#2a6e3f;padding:2px 8px;border-radius:3px}.v2-page .inside-art .ix-xr-to{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:14px;color:var(--ink);flex-shrink:0}.v2-page .inside-art .ix-xr-lines{display:flex;flex-direction:column;flex:1;margin-bottom:0}.v2-page .inside-art .ix-xr-line{display:flex;justify-content:space-between;align-items:center;font-size:11px;padding:5px 0;border-bottom:1px solid var(--bg-3)}.v2-page .inside-art .ix-xr-line:last-child{border-bottom:0}.v2-page .inside-art .ix-xr-line span:first-child{color:var(--ink-3)}.v2-page .inside-art .ix-xr-line span:last-child{color:var(--ink);font-weight:500;font-variant-numeric:tabular-nums}.v2-page .inside-art .ix-xr-total{margin-top:4px;padding-top:8px;border-top:1.5px solid var(--ink)!important}.v2-page .inside-art .ix-xr-total span{font-weight:700!important;color:var(--ink)!important;font-size:12px}.v2-page .inside-art .ix-xr-footer{padding-top:12px;flex-shrink:0;border-top:1px solid var(--bg-3);display:flex;align-items:center;justify-content:space-between}.v2-page .inside-art .ix-xr-due{display:flex;gap:6px;align-items:center;font-size:11px}.v2-page .inside-art .ix-xr-due span:first-child{color:var(--ink-3)}.v2-page .inside-art .ix-xr-due span:last-child{color:var(--ink);font-weight:500}.v2-page .inside-art .ix-xr-pay{font-size:10px;font-weight:600;letter-spacing:.02em;background:var(--xero);color:#fff;padding:5px 12px;border-radius:4px}.v2-page .inside-copy h2{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:clamp(36px,4.8vw,60px);line-height:1;letter-spacing:-.02em;margin-bottom:22px}.v2-page .inside-copy h2 em{color:var(--orange-deep);font-style:italic}.v2-page .inside-copy p{font-size:18px;line-height:1.5;color:var(--ink-3);margin-bottom:28px}.v2-page .inside-bullets{list-style:none;display:flex;flex-direction:column;gap:18px;border-top:1px solid var(--line);padding-top:24px}.v2-page .inside-bullets li{display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:start;padding-bottom:18px;border-bottom:1px solid var(--line)}.v2-page .inside-bullets li:last-child{border-bottom:0;padding-bottom:0}.v2-page .inside-bullets .num{font-family:var(--font-instrument-serif),"Georgia",serif;font-style:italic;color:var(--orange-deep);font-size:22px;line-height:1}.v2-page .inside-bullets .ttl{font-size:17px;color:var(--ink);font-weight:500;margin-bottom:4px}.v2-page .inside-bullets .desc{font-size:15px;color:var(--ink-3);line-height:1.5}.v2-page .features{background:var(--bg);padding:140px 0}.v2-page .feat-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(240px,auto);gap:18px}.v2-page .feat{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:16px}.v2-page .feat .feat-tag{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-4);font-weight:500}.v2-page .feat h3{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:26px;line-height:1.05;letter-spacing:-.01em;color:var(--ink)}.v2-page .feat p{font-size:14px;line-height:1.5;color:var(--ink-3)}.v2-page .feat.span-3{grid-column:span 3}.v2-page .feat.span-2{grid-column:span 2}.v2-page .feat.span-4{grid-column:span 4}.v2-page .feat.span-6{grid-column:span 6}.v2-page .feat.tall{grid-row:span 2}.v2-page .feat.dark{background:var(--ink);color:var(--bg);border-color:var(--ink)}.v2-page .feat.dark h3{color:var(--bg)}.v2-page .feat.dark .feat-tag,.v2-page .feat.dark p{color:hsla(36,31%,94%,.65)}.v2-page .feat-art{flex:1;position:relative;margin-top:8px;border-radius:var(--r-md);background:var(--bg-2);border:1px solid var(--line);overflow:hidden;min-height:120px}.v2-page .feat.dark .feat-art{background:#15120f;border-color:#2a2521}.v2-page .fee-cmp{display:flex;flex-direction:column;height:100%;padding:18px;gap:10px}.v2-page .fee-cmp-head{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:hsla(36,31%,94%,.35);padding-bottom:10px;border-bottom:1px solid hsla(36,31%,94%,.08)}.v2-page .fee-cmp-rows{display:flex;flex-direction:column;gap:8px;flex:1}.v2-page .fee-cmp-row{border-radius:var(--r-md);padding:14px 16px;display:flex;flex-direction:column;gap:4px;flex:1}.v2-page .fee-cmp-them{background:hsla(36,31%,94%,.05);border:1px solid hsla(36,31%,94%,.08)}.v2-page .fee-cmp-us{background:rgba(255,145,77,.08);border:1px solid rgba(255,145,77,.18)}.v2-page .fee-cmp-row-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.v2-page .fee-cmp-name{font-size:13px;font-weight:500;color:hsla(36,31%,94%,.8)}.v2-page .fee-cmp-pct{color:hsla(36,31%,94%,.35);background:hsla(36,31%,94%,.06);border:1px solid hsla(36,31%,94%,.1);border-radius:100px}.v2-page .fee-cmp-pct,.v2-page .fee-cmp-zero{font-size:10px;letter-spacing:.04em;padding:2px 8px}.v2-page .fee-cmp-zero{font-weight:600;color:var(--orange-deep);background:rgba(255,145,77,.15);border:1px solid rgba(255,145,77,.3);border-radius:100px}.v2-page .fee-cmp-num{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:40px;letter-spacing:-.03em;line-height:1;margin-top:4px}.v2-page .fee-cmp-num-bad{color:hsla(36,31%,94%,.35)}.v2-page .fee-cmp-num-good{color:var(--orange)}.v2-page .fee-cmp-mo{font-family:var(--font-geist-sans),"Helvetica Neue",sans-serif;font-size:14px;letter-spacing:0;color:inherit;opacity:.6}.v2-page .fee-cmp-sub{font-size:11px;color:hsla(36,31%,94%,.35)}.v2-page .fee-cmp-saving{display:flex;align-items:center;justify-content:space-between;background:hsla(36,31%,94%,.96);border-radius:var(--r-md);padding:13px 16px;color:var(--ink)}.v2-page .fee-cmp-saving-lbl{font-size:13px;font-weight:500}.v2-page .fee-cmp-saving-val{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:22px;letter-spacing:-.02em;line-height:1}.v2-page .fee-cmp-disclaimer{font-size:10px;color:hsla(36,31%,94%,.25);line-height:1.4}.v2-page .prorate{position:relative;height:100%;padding:22px}.v2-page .prorate .timeline{position:absolute;left:22px;right:22px;top:50%;height:3px;background:var(--bg-3);transform:translateY(-50%);border-radius:2px}.v2-page .prorate .timeline .filled{position:absolute;left:0;top:0;bottom:0;width:38%;background:var(--orange);border-radius:2px}.v2-page .prorate .timeline .marker{position:absolute;top:50%;width:10px;height:10px;background:var(--ink);border-radius:50%;transform:translate(-50%,-50%)}.v2-page .prorate .timeline .marker.start{left:0}.v2-page .prorate .timeline .marker.end{left:100%}.v2-page .prorate .timeline .marker.now{left:38%;background:var(--orange);width:16px;height:16px;box-shadow:0 0 0 4px rgba(255,145,77,.25)}.v2-page .prorate .lbl-end,.v2-page .prorate .lbl-start{position:absolute;bottom:18px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4)}.v2-page .prorate .lbl-start{left:22px}.v2-page .prorate .lbl-end{right:22px}.v2-page .prorate .lbl-now{position:absolute;top:22px;left:calc(22px + (100% - 44px) * .38);transform:translateX(-50%);text-align:center;font-family:var(--font-instrument-serif),"Georgia",serif;font-style:italic;color:var(--orange-deep);font-size:14px;line-height:1.1}.v2-page .prorate .lbl-now .amount{font-style:normal;font-family:var(--font-geist-sans),"Helvetica Neue",sans-serif;font-size:11px;color:var(--ink);font-weight:500;margin-top:7px;margin-left:6px;background:var(--orange-tint);padding:2px 6px;border-radius:4px;display:inline-block}.v2-page .auto-bill{height:100%;display:flex;align-items:center;justify-content:center;padding:16px}.v2-page .ab-row{display:flex;gap:10px;width:100%}.v2-page .ab-inv{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--bg-2)}.v2-page .ab-inv.ab-past{opacity:.5}.v2-page .ab-inv.ab-next{border-color:var(--orange);background:var(--orange-tint)}.v2-page .ab-icon{width:22px;height:26px;color:var(--ink-3);flex-shrink:0}.v2-page .ab-inv.ab-next .ab-icon{color:var(--orange-deep)}.v2-page .ab-date{font-size:11px;font-weight:500;color:var(--ink);letter-spacing:.02em}.v2-page .ab-status{font-size:10px;letter-spacing:.1em;text-transform:uppercase}.v2-page .ab-status-past{color:var(--ink-4)}.v2-page .ab-status-next{color:var(--orange-deep);font-weight:600}.v2-page .models-row{display:flex;align-items:stretch;gap:14px;height:100%;padding:20px 16px 14px}.v2-page .model-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.v2-page .model-svg{width:100%;flex:1;overflow:visible}.v2-page .model-lbl{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);text-align:center;white-space:nowrap;font-weight:500}.v2-page .model-sub{font-size:9px;color:var(--ink-4);text-align:center;line-height:1.3;white-space:nowrap}.v2-page .xero-sync{display:flex;align-items:center;justify-content:center;gap:10px;height:100%;padding:20px}.v2-page .xs-node{width:52px;height:52px;border-radius:var(--r-md);display:grid;place-items:center;flex-shrink:0;overflow:hidden;border:1px solid var(--line)}.v2-page .xs-saasy,.v2-page .xs-xero{background:#fff;padding:6px}.v2-page .xs-node img{width:100%;height:100%;object-fit:contain;display:block}.v2-page .xs-mid{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--ink-4)}.v2-page .xs-arrow{width:100%;display:block}.v2-page .xs-label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4);white-space:nowrap}.v2-page .sub-metrics{display:flex;flex-direction:column;height:100%;padding:14px 16px;gap:0}.v2-page .sm-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 0;border-bottom:1px solid var(--line)}.v2-page .sm-row-last{border-bottom:0}.v2-page .sm-row-left{display:flex;flex-direction:column;gap:3px}.v2-page .sm-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.v2-page .sm-lbl{font-size:12px;color:var(--ink-2);font-weight:500}.v2-page .sm-hint{font-size:10px;color:var(--ink-4);letter-spacing:0}.v2-page .sm-val{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:22px;letter-spacing:-.02em;color:var(--ink);line-height:1}.v2-page .sm-row-mrr .sm-val{font-size:28px}.v2-page .sm-val-primary{color:var(--orange-deep)}.v2-page .sm-val-good{color:var(--green)}.v2-page .sm-count{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-4)}.v2-page .annual-vis{display:flex;flex-direction:column;gap:10px;height:100%;padding:16px;justify-content:center}.v2-page .annual-months{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.v2-page .annual-m{display:grid;place-items:center;height:26px;border-radius:5px;background:var(--orange-tint);border:1px solid var(--orange-soft);font-size:10px;font-weight:500;color:var(--orange-deep);letter-spacing:.04em}.v2-page .annual-tag{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4);text-align:center}.v2-page .currencies{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;height:100%;padding:14px;align-content:center}.v2-page .currency-pill{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:var(--r-md);background:var(--bg-2);border:1px solid var(--line)}.v2-page .cur-sym{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:19px;color:var(--ink);line-height:1}.v2-page .cur-code{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4)}.v2-page .compare{background:var(--bg);padding:140px 0}.v2-page .cmp-table-wrap{border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden;background:var(--bg)}.v2-page .cmp-table{width:100%;border-collapse:collapse;font-size:15px}.v2-page .cmp-table td,.v2-page .cmp-table th{padding:22px 28px;text-align:left;vertical-align:middle}.v2-page .cmp-table thead th{background:var(--paper);border-bottom:1px solid var(--line);font-weight:500;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.v2-page .cmp-table thead th.us{background:var(--ink);color:var(--bg)}.v2-page .cmp-table thead th.us .brand{color:var(--orange)}.v2-page .cmp-table thead th.them .brand,.v2-page .cmp-table thead th.us .brand{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:22px;font-weight:400;letter-spacing:-.01em;text-transform:none;display:block;margin-bottom:2px}.v2-page .cmp-table thead th.them .brand{color:var(--ink)}.v2-page .cmp-table tbody tr{border-top:1px solid var(--line)}.v2-page .cmp-table tbody tr:first-child{border-top:0}.v2-page .cmp-table tbody td{color:var(--ink-2);font-size:15px}.v2-page .cmp-table tbody td.us{background:rgba(255,145,77,.05);color:var(--ink);font-weight:500}.v2-page .cmp-table tbody td.them{color:var(--ink-3)}.v2-page .cmp-table tbody td .label{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:19px;color:var(--ink);letter-spacing:-.005em;font-weight:400}.v2-page .cmp-table tbody td .sub{font-size:13px;color:var(--ink-3);margin-top:2px}.v2-page .why-xero{background:var(--paper);padding:140px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.v2-page .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.v2-page .why-card{padding:40px 40px 44px;border-right:1px solid var(--line)}.v2-page .why-card:last-child{border-right:none}.v2-page .why-num{font-style:italic;font-size:13px;color:var(--ink-3);letter-spacing:.04em;margin-bottom:20px}.v2-page .why-num,.v2-page .why-title{font-family:var(--font-instrument-serif),"Georgia",serif}.v2-page .why-title{font-weight:400;font-size:26px;line-height:1.1;letter-spacing:-.01em;color:var(--ink);margin-bottom:14px}.v2-page .why-body{font-size:16px;color:var(--ink-3);line-height:1.6}.v2-page .testimonial{background:var(--bg);padding:140px 0;overflow:visible}.v2-page .t-scrapbook{position:relative;display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:40px}.v2-page .t-card{position:relative;border-radius:var(--r-xl);box-shadow:var(--shadow-card);transition:transform .26s ease,box-shadow .26s ease;display:flex;flex-direction:column;justify-content:space-between}.v2-page .t-card-note{background:var(--paper);border:1px solid var(--line);padding:44px 38px;z-index:2}.v2-page .t-card-dark{background:var(--ink);border:1px solid var(--ink);z-index:3}.v2-page .t-tilt-a{transform:rotate(-4deg) translateY(18px)}.v2-page .t-tilt-a:hover{transform:rotate(-4deg) translateY(10px)}.v2-page .t-tilt-b{transform:rotate(1deg) translateY(-12px)}.v2-page .t-tilt-b:hover{transform:rotate(1deg) translateY(-16px)}.v2-page .t-tilt-c{transform:rotate(4deg) translateY(22px)}.v2-page .t-tilt-c:hover{transform:rotate(4deg) translateY(14px)}.v2-page .t-quote{position:relative;font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:clamp(24px,2vw,28px);line-height:1.28;letter-spacing:-.01em;color:var(--ink);margin-bottom:28px}.v2-page .t-card-dark .t-quote{color:var(--bg)}.v2-page .t-quote em{color:var(--orange-deep);font-style:italic}.v2-page .t-card-dark .t-quote em{color:var(--orange)}.v2-page .t-attr{display:flex;align-items:center;gap:14px}.v2-page .t-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--orange) 0,var(--orange-deep) 100%);display:grid;place-items:center;color:var(--ink);font-weight:600;font-family:var(--font-instrument-serif),"Georgia",serif;font-size:19px}.v2-page .t-avatar-img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.v2-page .t-meta .name{font-size:16px;font-weight:500;color:var(--ink)}.v2-page .t-meta .role{font-size:14px;color:var(--ink-3)}.v2-page .t-card-dark .t-meta .name{color:var(--bg)}.v2-page .t-card-dark .t-meta .role{color:hsla(36,31%,94%,.65)}.v2-page .final{background:var(--ink);color:var(--bg);padding:160px 0;position:relative;overflow:hidden}.v2-page .final:before{content:"";position:absolute;inset:0;background:radial-gradient(50% 50% at 50% 100%,rgba(255,145,77,.18) 0,transparent 70%)}.v2-page .final-inner{position:relative;text-align:center;z-index:2}.v2-page .final h2{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:clamp(48px,8vw,120px);line-height:.95;letter-spacing:-.025em;margin-bottom:32px}.v2-page .final h2 em{color:var(--orange);font-style:italic}.v2-page .final p{font-size:19px;color:hsla(36,31%,94%,.65);max-width:540px;margin:0 auto 40px}.v2-page .final .btn-orange:hover{background:#ffa060;color:var(--ink)}.v2-page .final .btn-ghost:hover{background:hsla(36,31%,94%,.1)}.v2-page .final .btn-ghost:active{background:hsla(36,31%,94%,.15)}.v2-page .final-meta{margin-top:28px;display:inline-flex;align-items:center;gap:24px;font-size:13px;color:hsla(36,31%,94%,.5)}.v2-page .final-meta .dot{width:3px;height:3px;background:hsla(36,31%,94%,.4);border-radius:50%}.v2-page .footer{background:var(--ink);color:hsla(36,31%,94%,.6);padding:60px 0 40px;border-top:1px solid hsla(36,31%,94%,.08);font-family:var(--font-geist-sans),"Helvetica Neue",Helvetica,Arial,sans-serif}.v2-page .foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}.v2-page .foot-col h4{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:hsla(36,31%,94%,.4);font-weight:500;margin-bottom:18px}.v2-page .foot-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.v2-page .foot-col a{color:hsla(36,31%,94%,.7);font-size:14px}.v2-page .foot-col a:hover{color:var(--orange)}.v2-page .foot-brand{display:flex;flex-direction:column;gap:16px;max-width:320px}.v2-page .foot-logo-link{display:inline-block}.v2-page .foot-logo{height:26px;width:auto}.v2-page .foot-brand p{font-size:14px;line-height:1.5}.v2-page .foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:28px;border-top:1px solid hsla(36,31%,94%,.08);font-size:12px;color:hsla(36,31%,94%,.4)}.v2-page .foot-bottom-right{display:flex;align-items:center;gap:16px}.v2-page .foot-bottom-right a{color:hsla(36,31%,94%,.4)}.v2-page .foot-bottom-right a:hover{color:hsla(36,31%,94%,.7)}.v2-page .inner-hero{padding:120px 0 80px}.v2-page .inner-hero .eyebrow{margin-bottom:20px}.v2-page .inner-hero h1{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:clamp(40px,6vw,80px);line-height:1;letter-spacing:-.025em;color:var(--ink);margin-bottom:24px}.v2-page .inner-hero h1 em{color:var(--orange-deep);font-style:italic}.v2-page .inner-hero .hero-sub{font-size:20px;line-height:1.45;color:var(--ink-3);max-width:620px;margin-bottom:40px}.v2-page .pricing-section{padding:0 0 140px}.v2-page .billing-toggle{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:52px}.v2-page .toggle-track{display:inline-flex;background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:4px;gap:4px}.v2-page .toggle-opt{padding:8px 20px;border-radius:999px;font-size:14px;font-weight:500;color:var(--ink-3);cursor:pointer;border:0;background:none;transition:all .2s ease}.v2-page .toggle-opt.active{background:var(--ink);color:var(--bg)}.v2-page .save-tag{font-size:11px;font-weight:600;color:var(--green);background:rgba(47,110,84,.1);border:1px solid rgba(47,110,84,.2);padding:3px 8px;border-radius:999px;letter-spacing:.04em}.v2-page .pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.v2-page .pricing-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:36px;display:flex;flex-direction:column;box-shadow:var(--shadow-card)}.v2-page .pricing-card.featured{background:var(--ink);border-color:var(--ink);color:var(--bg)}.v2-page .pricing-card.popular{border-color:var(--orange-deep)}.v2-page .pricing-popular-tag{display:inline-flex;align-items:baseline;gap:6px;font-style:italic;font-size:15px;color:var(--orange-deep);margin-bottom:10px}.v2-page .pricing-name,.v2-page .pricing-popular-tag{font-family:var(--font-instrument-serif),"Georgia",serif}.v2-page .pricing-name{font-size:30px;color:var(--ink);margin-bottom:8px}.v2-page .pricing-card.featured .pricing-name{color:var(--bg)}.v2-page .pricing-desc{font-size:15px;color:var(--ink-3);margin-bottom:24px;line-height:1.5}.v2-page .pricing-card.featured .pricing-desc{color:hsla(36,31%,94%,.65)}.v2-page .pricing-price{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--line)}.v2-page .pricing-card.featured .pricing-price{border-bottom-color:hsla(36,31%,94%,.12)}.v2-page .pricing-amount{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.v2-page .pricing-currency{font-size:14px;color:var(--ink-4);font-weight:500}.v2-page .pricing-card.featured .pricing-currency{color:hsla(36,31%,94%,.45)}.v2-page .pricing-num{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:56px;line-height:1;letter-spacing:-.03em;color:var(--ink)}.v2-page .pricing-card.featured .pricing-num{color:var(--bg)}.v2-page .pricing-period{font-size:15px;color:var(--ink-4)}.v2-page .pricing-card.featured .pricing-period{color:hsla(36,31%,94%,.45)}.v2-page .pricing-trial{font-size:13px;color:var(--orange-deep);font-weight:500;margin-top:6px}.v2-page .pricing-card.featured .pricing-trial{color:var(--orange)}.v2-page .pricing-features{list-style:none;display:flex;flex-direction:column;gap:12px;flex:1;margin-bottom:28px}.v2-page .pricing-features li{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--ink-3)}.v2-page .pricing-card.featured .pricing-features li{color:hsla(36,31%,94%,.75)}.v2-page .pf-check{width:16px;height:16px;border-radius:50%;flex-shrink:0;background:rgba(47,110,84,.12);display:grid;place-items:center;color:var(--green)}.v2-page .pricing-card.featured .pf-check{background:rgba(255,145,77,.15);color:var(--orange)}.v2-page .pricing-limit{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:16px;margin-bottom:20px;border-top:1px dashed var(--line);font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-4)}.v2-page .pricing-card.featured .pricing-limit{border-top-color:hsla(36,31%,94%,.14);color:hsla(36,31%,94%,.45)}.v2-page .pricing-limit .pl-value{color:var(--ink);font-weight:600;letter-spacing:0;text-transform:none;font-size:13px}.v2-page .pricing-card.featured .pricing-limit .pl-value{color:var(--bg)}.v2-page .pricing-note{text-align:center;font-size:13px;color:var(--ink-4);margin-top:20px}.v2-page .pricing-note a{color:var(--ink-3);text-decoration:underline;text-underline-offset:2px}.v2-page .pricing-enterprise{margin-top:24px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-card);padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.v2-page .pricing-enterprise-copy{max-width:560px}.v2-page .pricing-enterprise-copy .pe-eyebrow{font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-deep);margin-bottom:8px;display:block}.v2-page .pricing-enterprise-copy h3{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:26px;letter-spacing:-.01em;color:var(--ink);margin-bottom:8px}.v2-page .pricing-enterprise-copy p{font-size:15px;color:var(--ink-3);line-height:1.5}.v2-page .pricing-billed-note{font-size:12px;color:var(--ink-4);margin-top:4px}.v2-page .pricing-card.featured .pricing-billed-note{color:hsla(36,31%,94%,.45)}.v2-page .faq-list{display:flex;flex-direction:column;gap:0}.v2-page .faq-item{border-bottom:1px solid var(--line)}.v2-page .faq-item:first-child{border-top:1px solid var(--line)}.v2-page .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;text-align:left;background:none;border:0;cursor:pointer}.v2-page .faq-q-text{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:20px;color:var(--ink);letter-spacing:-.01em;line-height:1.3}.v2-page .faq-q-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink-3);transition:transform .25s ease,background .15s ease,border-color .15s ease}.v2-page .faq-item.open .faq-q-icon{transform:rotate(45deg);background:var(--orange);border-color:var(--orange);color:var(--ink)}.v2-page .faq-a{overflow:hidden;max-height:0;transition:max-height .3s ease}.v2-page .faq-item.open .faq-a{max-height:240px}.v2-page .faq-a-inner{font-size:16px;color:var(--ink-3);line-height:1.6;padding-bottom:26px;max-width:640px}.v2-page .steps-section{padding:0 0 140px}.v2-page .step-item{display:grid;grid-template-columns:64px 1fr;gap:0 32px;padding:48px 0;border-bottom:1px solid var(--line)}.v2-page .step-item:last-child{border-bottom:0}.v2-page .step-num{font-style:italic;font-size:48px;line-height:1;color:var(--orange-deep);opacity:.6;padding-top:4px}.v2-page .step-body h3,.v2-page .step-num{font-family:var(--font-instrument-serif),"Georgia",serif}.v2-page .step-body h3{font-weight:400;font-size:28px;line-height:1.1;color:var(--ink);margin-bottom:12px;letter-spacing:-.01em}.v2-page .step-body p{font-size:16px;color:var(--ink-3);line-height:1.6;max-width:640px}.v2-page .step-tag{display:inline-block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-deep);font-weight:600;background:var(--orange-tint);border:1px solid var(--orange-soft);padding:3px 8px;border-radius:999px;margin-bottom:12px}.v2-page .split{padding:80px 0}.v2-page .split.bg-paper{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.v2-page .split-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.v2-page .split-copy h2{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.02em;color:var(--ink);margin-bottom:20px}.v2-page .split-copy h2 em{color:var(--orange-deep);font-style:italic}.v2-page .split-copy p{font-size:17px;line-height:1.6;color:var(--ink-3);margin-bottom:18px}.v2-page .split-copy .eyebrow{margin-bottom:16px}.v2-page .split-art{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-xl);padding:40px;min-height:300px;display:flex;flex-direction:column;gap:16px}.v2-page .check-list{list-style:none;display:flex;flex-direction:column;gap:14px}.v2-page .check-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;color:var(--ink-3);line-height:1.5}.v2-page .ck{width:20px;height:20px;border-radius:50%;background:rgba(47,110,84,.12);display:grid;place-items:center;flex-shrink:0;margin-top:2px;color:var(--green)}.v2-page .blog-section{padding:0 0 140px}.v2-page .post-featured{display:flex;gap:40px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:40px;margin-bottom:16px;text-decoration:none;color:inherit;transition:box-shadow .2s ease}.v2-page .post-featured:hover{box-shadow:var(--shadow-card)}.v2-page .post-featured .post-img{width:240px;border-radius:var(--r-md);overflow:hidden;flex-shrink:0;border:1px solid var(--line)}.v2-page .post-card{display:flex;gap:28px;align-items:center;padding:28px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);text-decoration:none;color:inherit;transition:box-shadow .2s ease;margin-bottom:16px}.v2-page .post-card:hover{box-shadow:var(--shadow-card)}.v2-page .post-card .post-img{width:120px;border-radius:var(--r-sm);overflow:hidden;flex-shrink:0;border:1px solid var(--line)}.v2-page .post-img img{width:100%;height:auto;display:block}.v2-page .post-meta{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--ink-4);margin-bottom:8px;letter-spacing:.04em}.v2-page .post-meta .dot{width:3px;height:3px;background:var(--ink-4);border-radius:50%}.v2-page .post-title{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:22px;line-height:1.2;color:var(--ink);margin-bottom:8px;letter-spacing:-.01em}.v2-page .post-featured .post-title{font-size:28px}.v2-page .post-desc{font-size:14px;color:var(--ink-3);line-height:1.5}.v2-page .post-read{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:13px;color:var(--orange-deep);font-weight:500}.v2-page .post-page{padding:100px 0 140px}.v2-page .post-layout{display:grid;grid-template-columns:1fr 220px;gap:80px;align-items:start}.v2-page .post-sidebar{position:sticky;top:100px}.v2-page .post-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--orange-deep);margin-bottom:36px}.v2-page .post-back:hover{color:var(--orange)}.v2-page .post-header-meta{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-4);margin-bottom:24px}.v2-page .post-header-meta .dot{width:3px;height:3px;background:var(--ink-4);border-radius:50%}.v2-page .post-h1{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:clamp(36px,5vw,60px);line-height:1.05;letter-spacing:-.025em;color:var(--ink);margin-bottom:24px}.v2-page .post-sub{font-size:19px;line-height:1.5;color:var(--ink-3);margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--line)}.v2-page .post-hero-img{margin-bottom:48px;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line)}.v2-page .post-hero-img img{width:100%;height:auto;display:block}.v2-page .prose-v2{font-size:17px;line-height:1.7;color:var(--ink-2)}.v2-page .prose-v2 h2{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:34px;line-height:1.1;letter-spacing:-.015em;color:var(--ink);margin:56px 0 18px}.v2-page .prose-v2 h3{font-size:20px;font-weight:600;color:var(--ink);margin:40px 0 12px;letter-spacing:-.01em}.v2-page .prose-v2 p{margin-bottom:20px}.v2-page .prose-v2 ol,.v2-page .prose-v2 ul{padding-left:24px;margin-bottom:20px}.v2-page .prose-v2 li{line-height:1.6;margin-bottom:6px}.v2-page .prose-v2 strong{color:var(--ink);font-weight:600}.v2-page .prose-v2 a{color:var(--orange-deep);text-decoration:underline;text-underline-offset:2px}.v2-page .prose-v2 a:hover{color:var(--orange)}.v2-page .prose-v2 blockquote{border-left:3px solid var(--orange);margin:32px 0;padding:4px 0 4px 24px;color:var(--ink-3)}.v2-page .prose-v2 hr{border:0;border-top:1px solid var(--line);margin:48px 0}.v2-page .prose-v2 table{width:100%;border-collapse:collapse;margin-bottom:24px;font-size:15px}.v2-page .prose-v2 th{text-align:left;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4);padding:10px 14px;border-bottom:2px solid var(--line);font-weight:600}.v2-page .prose-v2 td{padding:10px 14px;border-bottom:1px solid var(--line)}.v2-page .post-cta-box{margin-top:64px;padding:40px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg)}.v2-page .post-cta-feats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px}.v2-page .post-cta-feat{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-3)}.v2-page .post-toc h4{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-4);margin-bottom:16px}.v2-page .post-toc a{display:block;font-size:13px;color:var(--ink-3);border-left:2px solid var(--line);padding:5px 0 5px 12px;margin-bottom:2px}.v2-page .post-toc a.active,.v2-page .post-toc a:hover{color:var(--ink);border-left-color:var(--orange)}.v2-page .post-toc a.active{font-weight:500}.v2-page .person-section{padding:0 0 80px}.v2-page .person-grid{display:grid;grid-template-columns:260px 1fr;gap:60px;align-items:start}.v2-page .person-photo{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line)}.v2-page .person-photo img{width:100%;height:auto;display:block;object-position:top}.v2-page .person-name{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:36px;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}.v2-page .person-role{font-size:14px;color:var(--ink-4);margin-bottom:24px}.v2-page .person-bio{font-size:17px;color:var(--ink-3);line-height:1.65;margin-bottom:16px}.v2-page .person-tag{display:inline-block;font-size:12px;font-weight:500;color:var(--ink-4);background:var(--bg-2);border:1px solid var(--line);padding:6px 14px;border-radius:var(--r-sm)}.v2-page .resources-section{padding:0 0 140px}.v2-page .resource-card{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:40px;text-decoration:none;color:inherit;transition:box-shadow .2s ease}.v2-page .resource-card:hover{box-shadow:var(--shadow-card)}.v2-page .resource-tag{display:inline-block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-deep);font-weight:600;background:var(--orange-tint);border:1px solid var(--orange-soft);padding:3px 8px;border-radius:999px;margin-bottom:14px}.v2-page .resource-title{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:26px;color:var(--ink);margin-bottom:10px;letter-spacing:-.01em}.v2-page .resource-desc{font-size:15px;color:var(--ink-3);line-height:1.6}.v2-page .resource-dl{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:14px;color:var(--orange-deep);font-weight:500}.v2-page .resource-arrow{width:40px;height:40px;border-radius:var(--r-sm);flex-shrink:0;background:var(--orange-tint);border:1px solid var(--orange-soft);display:grid;place-items:center;color:var(--orange-deep)}.v2-page .resource-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:40px 0}.v2-page .resource-feature{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md);padding:18px}.v2-page .resource-feature .icon{color:var(--orange-deep);margin-bottom:12px}.v2-page .resource-feature h3{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:4px}.v2-page .resource-feature p{font-size:13px;color:var(--ink-3);line-height:1.5}@media (max-width:640px){.v2-page .resource-feature-grid{grid-template-columns:1fr}}.v2-page .prorate-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:36px;box-shadow:var(--shadow-card)}.v2-page .prorate-row{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.v2-page .prorate-row .lbl{color:var(--ink-3)}.v2-page .prorate-row .val{color:var(--ink);font-weight:500;font-variant-numeric:tabular-nums}.v2-page .prorate-calc{margin:20px 0;display:flex;flex-direction:column;gap:16px}.v2-page .prorate-calc-row{display:flex;justify-content:space-between;align-items:flex-start;font-size:14px}.v2-page .prorate-calc-row .lbl{color:var(--ink-2)}.v2-page .prorate-calc-row .sub{font-family:var(--font-jetbrains-mono),ui-monospace,monospace;font-size:11px;color:var(--ink-4);margin-top:3px}.v2-page .prorate-calc-row .val{color:var(--ink);font-weight:500;font-variant-numeric:tabular-nums}.v2-page .prorate-result{background:var(--ink);color:var(--bg);border-radius:var(--r-md);padding:18px 22px;display:flex;justify-content:space-between;align-items:center;margin-top:20px}.v2-page .prorate-result .lbl{font-size:14px;color:hsla(36,31%,94%,.65)}.v2-page .prorate-result .val{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:28px;letter-spacing:-.02em}.v2-page .about-stats{display:flex;flex-direction:column}.v2-page .about-stat-row{display:flex;align-items:center;gap:18px;padding:15px 0;border-top:1px solid var(--line)}.v2-page .about-stat-row:last-child{border-bottom:1px solid var(--line)}.v2-page .about-stat-num{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:30px;letter-spacing:-.02em;color:var(--orange-deep);width:60px;flex-shrink:0;text-align:right}.v2-page .about-stat-label{font-size:13px;font-weight:600;color:var(--ink)}.v2-page .about-stat-sub{font-size:12px;color:var(--ink-4);margin-top:2px}.v2-page .about-stack{display:flex;flex-direction:column}.v2-page .about-stack-row{display:flex;align-items:center;gap:14px;padding:14px 0}.v2-page .about-stack-row.on{margin:4px -18px;padding:16px 18px;background:var(--orange-tint);border-radius:var(--r-md)}.v2-page .about-stack-icon{width:38px;height:38px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;font-size:15px;font-weight:700;background:var(--bg-3);color:var(--ink-3)}.v2-page .about-stack-icon.accent{background:var(--paper);border:1px solid var(--line)}.v2-page .about-stack-icon.xero{background:var(--xero)}.v2-page .about-stack-icon img{width:62%;height:62%;object-fit:contain}.v2-page .about-stack-icon.xero img{width:100%;height:100%;object-fit:contain}.v2-page .about-stack-icon svg{color:var(--ink-3)}.v2-page .about-stack-label{font-size:14px;font-weight:600;color:var(--ink)}.v2-page .about-stack-sub{font-size:12px;color:var(--ink-4);margin-top:2px}.v2-page .about-stack-line{width:2px;height:20px;margin-left:19px;background:var(--line)}.v2-page .v2-contact-hero-art{position:relative;display:flex;align-items:center;justify-content:center;padding:30px 12px;border-radius:var(--r-md);overflow:hidden;background:var(--bg)}.v2-page .v2-contact-hero-art:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.07;background-image:radial-gradient(circle,var(--orange) 1px,transparent 1px);background-size:26px 26px}.v2-page .v2-contact-hero-art svg{position:relative}.v2-page .card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.v2-page .card-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.v2-page .info-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md);padding:24px 26px}.v2-page .info-card h3{font-size:17px;font-weight:500;color:var(--ink);margin-bottom:8px}.v2-page .info-card p{font-size:14px;color:var(--ink-3);line-height:1.55}.v2-page .info-card .step-dot{width:32px;height:32px;border-radius:var(--r-sm);background:var(--orange);color:var(--ink);display:grid;place-items:center;font-size:14px;font-weight:700;margin-bottom:16px}.v2-page .hiws-nav{position:relative;display:flex;justify-content:space-between;margin-bottom:40px}.v2-page .hiws-nav-track{position:absolute;top:23px;height:2px;background:var(--line);border-radius:2px;z-index:0}.v2-page .hiws-nav-fill{position:absolute;top:0;left:0;height:100%;background:var(--orange);border-radius:2px;transition:width .3s ease}.v2-page .hiws-nav-btn{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;flex:1;color:var(--ink-4);padding:8px 4px;border-radius:var(--r-md);transition:background .2s ease}.v2-page .hiws-nav-btn:hover{background:var(--bg-2)}.v2-page .hiws-nav-btn:hover .hiws-num{border-color:var(--ink-3);transform:scale(1.08)}.v2-page .hiws-nav-btn:hover .hiws-nav-title{color:var(--ink-2)}.v2-page .hiws-nav-btn.active .hiws-nav-title,.v2-page .hiws-nav-btn.done .hiws-nav-title{color:var(--ink)}.v2-page .hiws-num{flex-shrink:0;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700;background:var(--bg);border:1px solid var(--line);color:var(--ink-4);transition:background .25s ease,border-color .25s ease,color .25s ease,transform .2s ease}.v2-page .hiws-nav-btn.active .hiws-num,.v2-page .hiws-nav-btn.done .hiws-num{background:var(--orange);border-color:var(--orange);color:var(--ink)}.v2-page .hiws-nav-title{font-size:13px;font-weight:500;line-height:1.3;transition:color .2s ease}.v2-page .hiws-panel{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:40px;box-shadow:var(--shadow-card)}.v2-page .hiws-panel h3{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:30px;line-height:1.1;color:var(--ink);margin:0 0 12px;letter-spacing:-.01em}.v2-page .hiws-panel p{font-size:16px;line-height:1.6;color:var(--ink-3);margin-bottom:22px}.v2-page .hiws-panel-grid{display:grid;grid-template-columns:1fr 240px;gap:40px;align-items:stretch}.v2-page .hiws-bullets{display:flex;flex-direction:column;gap:10px}.v2-page .hiws-bullet{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:var(--ink-3);background:var(--bg);border:1px solid var(--line);border-radius:var(--r-sm);padding:12px 14px}.v2-page .hiws-visual-col{display:flex;align-items:stretch;justify-content:center}.v2-page .hiws-visual{width:100%;height:100%;box-sizing:border-box;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);padding:18px 20px;display:flex;flex-direction:column}.v2-page .hiws-v-lab{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4);margin-bottom:10px}.v2-page .hiws-v-title{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:19px;color:var(--ink);margin-bottom:10px}.v2-page .hiws-v-row{display:flex;justify-content:space-between;font-size:12px;color:var(--ink-3);padding:7px 0;border-top:1px dashed var(--line)}.v2-page .hiws-v-row:first-of-type{border-top:none}.v2-page .hiws-v-row span:last-child{color:var(--ink);font-weight:500}.v2-page .hiws-v-status{margin-top:auto;padding-top:12px;border-top:1px dashed var(--line);display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:var(--ink-3)}.v2-page .hiws-v-dot{width:6px;height:6px;border-radius:50%;background:var(--ink-4);flex-shrink:0}.v2-page .hiws-v-dot.on{background:var(--green)}.v2-page .hiws-v-dot.sel{background:var(--orange)}.v2-page .hiws-v-total{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:baseline}.v2-page .hiws-v-total .lab{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3)}.v2-page .hiws-v-total .val{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:21px;color:var(--ink)}.v2-page .hiws-invoice{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.v2-page .hiws-invoice .inv-brand img{border-radius:3px;display:block}.v2-page .hiws-v-price{display:flex;align-items:baseline;gap:6px;margin-bottom:4px}.v2-page .hiws-v-price .amt{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:32px;line-height:1;color:var(--ink)}.v2-page .hiws-v-price .per{font-size:11px;color:var(--ink-4)}.v2-page .hiws-v-contact{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px dashed var(--line);margin-bottom:4px}.v2-page .hiws-v-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:var(--orange-tint);color:var(--orange-deep);display:grid;place-items:center;font-size:11px;font-weight:700;border:1px solid var(--orange-soft)}.v2-page .hiws-v-track{position:relative;height:10px;margin:10px 0 8px}.v2-page .hiws-v-track-fill{position:absolute;left:0;right:0;top:50%;height:2px;background:var(--line);border-radius:2px;transform:translateY(-50%)}.v2-page .hiws-v-track-fill:before{content:"";position:absolute;left:0;top:0;bottom:0;width:100%;background:var(--orange);border-radius:2px}.v2-page .hiws-v-track-dot{position:absolute;left:0;top:50%;width:10px;height:10px;border-radius:50%;background:var(--orange);transform:translate(-50%,-50%);box-shadow:0 0 0 3px var(--orange-tint)}@media (min-width:880px) and (max-width:1119px){.v2-page .nav-more{display:flex;align-items:center}.v2-page .nav-cta .btn-ghost,.v2-page .nav-links .nl-about,.v2-page .nav-links .nl-blog,.v2-page .nav-more-dropdown .nmd-t3-only{display:none}}@media (min-width:720px) and (max-width:879px){.v2-page .nav-more{display:flex;align-items:center}.v2-page .nav-links .nl-about,.v2-page .nav-links .nl-blog,.v2-page .nav-links .nl-home,.v2-page .nav-links .nl-pricing{display:none}.v2-page .nav-links{gap:20px}.v2-page .nav-cta .btn-ghost{display:none}}@media (max-width:980px){.v2-page .inside-grid,.v2-page .stage-grid{grid-template-columns:1fr}.v2-page .inside-grid{gap:60px}.v2-page .feat-grid{grid-template-columns:repeat(2,1fr)}.v2-page .feat.span-2,.v2-page .feat.span-3,.v2-page .feat.span-4,.v2-page .feat.span-6{grid-column:span 2}.v2-page .foot-grid{grid-template-columns:1fr 1fr}.v2-page .t-scrapbook{grid-template-columns:1fr;gap:28px;max-width:480px;margin:0 auto}.v2-page .t-tilt-a,.v2-page .t-tilt-b,.v2-page .t-tilt-c{transform:none}.v2-page .t-tilt-a:hover,.v2-page .t-tilt-b:hover,.v2-page .t-tilt-c:hover{transform:translateY(-4px)}.v2-page .t-card{padding:40px 28px}.v2-page .cmp-table td,.v2-page .cmp-table th{padding:16px;font-size:13px}.v2-page .cmp-table tbody td .label{font-size:16px}.v2-page .cmp-table thead th.them .brand,.v2-page .cmp-table thead th.us .brand{font-size:18px}.v2-page .pricing-grid{grid-template-columns:1fr}.v2-page .pricing-enterprise{flex-direction:column;align-items:flex-start}.v2-page .split-grid{gap:40px}.v2-page .person-grid,.v2-page .post-layout,.v2-page .split-grid{grid-template-columns:1fr}.v2-page .post-sidebar{display:none}.v2-page .step-item{grid-template-columns:48px 1fr}.v2-page .card-grid-3{grid-template-columns:1fr 1fr}.v2-page .hiws-panel-grid{grid-template-columns:1fr}.v2-page .hiws-visual-col{max-width:320px;height:260px;margin:0 auto}.v2-page .hiws-nav-title{display:none}.v2-page .hiws-panel{padding:28px}.v2-page .post-featured{flex-direction:column}.v2-page .post-featured .post-img{width:100%}}@media (max-width:719px){.v2-page .nav-cta,.v2-page .nav-links{display:none}.v2-page .nav-hamburger{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.v2-page .nav-mobile-drawer{display:block}}@media (max-width:800px){.v2-page .v2-ai-grid,.v2-page .v2-calc-grid,.v2-page .v2-dash-cards{grid-template-columns:1fr!important}.v2-page .v2-model-ref{grid-template-columns:1fr 1fr 1fr!important}.v2-page .feat-hero-inner{grid-template-columns:1fr!important;text-align:left}}@media (max-width:640px){.v2-page .feat-hero{padding-top:64px!important}.v2-page .feat-hero-visual{transform:none!important;padding:16px!important}.v2-page .feat-hero-visual .fhv-kpi:nth-child(n+3){display:none!important}.v2-page .feat-hero-visual .fhv-chart{height:56px!important}.v2-page .feat-hero-visual .fhv-caption{display:none!important}.v2-page .v2-dash-kpis{grid-template-columns:1fr 1fr!important}.v2-page .v2-cust-grid>div:nth-child(n+5),.v2-page .v2-model-ref{display:none!important}.v2-page .v2-renewal-row{flex-direction:column!important;align-items:flex-start!important;gap:2px!important}.v2-page .v2-renewal-amt,.v2-page .v2-renewal-row:nth-child(n+5){display:none!important}}@media (max-width:480px){.v2-page .v2-cust-grid,.v2-page .v2-rb-stats{grid-template-columns:1fr!important}}.v2-page .v2-renewal-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}.v2-page .v2-renewal-amt{text-align:right;flex-shrink:0}@keyframes v2-calc-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.v2-page .v2-calc-fade{animation:v2-calc-fade-in .25s ease}@keyframes v2-cursor-blink{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}.v2-page .feat-hero{padding:96px 0 80px}.v2-page .feat-hero-inner{display:grid;grid-template-columns:1.15fr 1fr;gap:56px;align-items:center}.v2-page .feat-hero h1{font-family:var(--font-instrument-serif),"Georgia",serif;font-weight:400;font-size:clamp(48px,6.2vw,88px);line-height:.98;letter-spacing:-.02em;color:var(--ink);margin-bottom:24px}.v2-page .feat-hero h1 em{font-style:italic;color:var(--orange-deep)}.v2-page .feat-hero-copy .hero-sub{margin:0 0 32px;text-align:left;max-width:480px}.v2-page .feat-hero-copy .hero-ctas{justify-content:flex-start;margin-bottom:0}.v2-page .feat-hero-visual{position:relative;border-radius:var(--r-xl);border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow-paper);padding:22px;transform:rotate(1deg)}.v2-page .feat-hero-visual .fhv-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.v2-page .feat-hero-visual .fhv-title{font-size:12px;font-weight:500;color:var(--ink-3)}.v2-page .feat-hero-visual .fhv-kpis{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.v2-page .feat-hero-visual .fhv-kpi{border-radius:var(--r-md);border:1px solid var(--line);background:var(--bg);padding:12px 14px}.v2-page .feat-hero-visual .fhv-kpi .lab{font-size:10px;color:var(--ink-4);margin-bottom:4px}.v2-page .feat-hero-visual .fhv-kpi .val{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:20px;color:var(--ink)}.v2-page .feat-hero-visual .fhv-chart-box{border-radius:var(--r-md);border:1px solid var(--line);background:var(--bg);padding:14px}.v2-page .feat-hero-visual .fhv-chart{display:flex;align-items:flex-end;gap:5px;height:90px}.v2-page .feat-hero-visual .fhv-bar{flex:1;border-radius:2px 2px 0 0;background:var(--bg-3)}.v2-page .feat-hero-visual .fhv-bar.on{background:var(--orange)}.v2-page .feat-hero-visual .fhv-chart-labels{display:flex;margin-top:6px;gap:5px}.v2-page .feat-hero-visual .fhv-chart-labels span{flex:1;text-align:center;font-size:9px;color:var(--ink-4)}.v2-page .feat-hero-visual .fhv-caption{margin-top:10px;font-size:12px;color:var(--ink-3)}.v2-page .fhv-tag{position:absolute;bottom:-14px;right:24px;display:inline-flex;align-items:center;gap:6px;background:var(--ink);color:var(--bg);padding:7px 14px;border-radius:999px;font-size:12px;font-weight:500;box-shadow:0 8px 20px -6px rgba(20,17,15,.35)}.v2-page .fhv-tag .dot{width:6px;height:6px;border-radius:50%;background:var(--orange)}.v2-page .hf-flow{display:flex;flex-direction:column}.v2-page .hf-node{display:flex;gap:14px}.v2-page .hf-rail{display:flex;flex-direction:column;align-items:center;width:12px;flex-shrink:0}.v2-page .hf-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:3px;background:var(--bg-3);box-shadow:0 0 0 1px var(--line)}.v2-page .hf-dot.on{background:var(--orange);box-shadow:0 0 0 1px var(--orange)}.v2-page .hf-line{width:2px;flex:1;min-height:24px;margin:3px 0;background:var(--line)}.v2-page .hf-body{padding-bottom:22px}.v2-page .hf-node:last-child .hf-body{padding-bottom:0}.v2-page .hf-label{font-size:13px;font-weight:600;color:var(--ink)}.v2-page .hf-sub{font-size:12px;color:var(--ink-4);margin-top:2px}@media (max-width:640px){.v2-page .feat-grid{grid-template-columns:1fr}.v2-page .feat.span-2,.v2-page .feat.span-3,.v2-page .feat.span-4,.v2-page .feat.span-6{grid-column:span 1}.v2-page .foot-grid{grid-template-columns:1fr}.v2-page .marquee-item{font-size:24px;gap:28px}.v2-page .marquee-item-sm{font-size:16px}.v2-page .inner-hero h1{font-size:clamp(36px,10vw,52px)}.v2-page .post-card{flex-direction:column}.v2-page .post-card .post-img{width:100%}.v2-page .hiws-visual-col{display:none}.v2-page .card-grid-2,.v2-page .card-grid-3,.v2-page .post-cta-feats{grid-template-columns:1fr}.v2-page .resource-card{flex-direction:column}.v2-page .inside-art{aspect-ratio:2/3}.v2-page .models-row{flex-wrap:wrap;height:auto;align-items:flex-start;justify-content:center;padding:16px 14px 12px}.v2-page .model-item{flex:0 0 calc((100% - 28px) / 3)}.v2-page .model-svg{flex:none;aspect-ratio:60/52;height:auto}}@media (max-width:1440px){.v2-page .converge-scrim{background:radial-gradient(ellipse 65% 68% at 50% 50%,rgba(0,0,0,.92) 0,rgba(0,0,0,.65) 38%,rgba(0,0,0,.18) 62%,transparent 82%)}}@media (max-width:1024px){.v2-page .converge-scrim{background:radial-gradient(ellipse 95% 85% at 50% 50%,rgba(0,0,0,.93) 0,rgba(0,0,0,.68) 36%,rgba(0,0,0,.2) 60%,transparent 83%)}}@media (max-width:767px){.v2-page .converge-scrim{background:radial-gradient(ellipse 150% 110% at 50% 50%,rgba(0,0,0,.94) 0,rgba(0,0,0,.72) 35%,rgba(0,0,0,.25) 58%,transparent 85%)}}.v2-page .xhv-connect{display:flex;align-items:center;justify-content:center;gap:18px;padding:6px 0 22px}.v2-page .xhv-node{display:flex;flex-direction:column;align-items:center;gap:8px}.v2-page .xhv-logo{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:18px;font-weight:700;color:#fff;overflow:hidden}.v2-page .xhv-logo.sb{background:var(--paper);border:1px solid var(--line)}.v2-page .xhv-logo.xero{background:var(--xero)}.v2-page .xhv-logo.sb img{width:62%;height:62%;object-fit:contain}.v2-page .xhv-logo.xero img{width:100%;height:100%;object-fit:contain}.v2-page .xhv-node span{font-size:12px;font-weight:500;color:var(--ink-3)}.v2-page .xhv-link{display:flex;align-items:center;gap:5px;padding-bottom:24px}.v2-page .xhv-link .dot{width:5px;height:5px;border-radius:50%;background:var(--orange);opacity:.3}.v2-page .xhv-link .dot:nth-child(2){opacity:.6}.v2-page .xhv-link .dot:nth-child(3){opacity:1}.v2-page .xhv-invoices{border-top:1px solid var(--line);padding-top:12px;display:flex;flex-direction:column}.v2-page .xhv-inv-row{display:grid;grid-template-columns:70px 1fr auto 100px;align-items:center;gap:10px;font-size:12px;padding:9px 0;border-bottom:1px dashed var(--line)}.v2-page .xhv-inv-row:last-child{border-bottom:none}.v2-page .xhv-inv-num{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;color:var(--ink-4);letter-spacing:.04em}.v2-page .xhv-inv-cust{color:var(--ink);font-weight:500}.v2-page .xhv-inv-amt{color:var(--ink);font-variant-numeric:tabular-nums;text-align:right}.v2-page .xhv-inv-status{font-size:10px;white-space:nowrap;text-align:right}.v2-page .xhv-inv-status.paid{color:var(--green)}.v2-page .xhv-inv-status.pending{color:var(--ink-4)}.v2-page .xhv-inv-status.credit{color:var(--plum)}.v2-page .xproof-art{padding:28px;gap:0;box-shadow:var(--shadow-paper)}.v2-page .xproof-stack{width:100%}.v2-page .xproof-card{position:relative;z-index:2;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden}.v2-page .xproof-card-head{position:relative;display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--line);background:var(--paper)}.v2-page .xproof-card-head:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:transparent}.v2-page .xproof-icon{width:20px;height:20px;border-radius:50%;object-fit:contain}.v2-page .xproof-card-head span:not(.xproof-tag){font-size:13px;font-weight:600;color:var(--ink)}.v2-page .xproof-tag{margin-left:auto;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-4)}.v2-page .xproof-shot{line-height:0}.v2-page .xproof-shot img{width:100%;height:auto;display:block}.v2-page .xproof-connector{position:relative;height:64px;display:flex;align-items:center;justify-content:center}.v2-page .xproof-line{top:0;bottom:0;width:1px;background:var(--line-2)}.v2-page .xproof-dot,.v2-page .xproof-line{position:absolute;left:50%;transform:translateX(-50%)}.v2-page .xproof-dot{top:-20px;width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 10px 3px rgba(255,145,77,.4);animation:xproofDot 6s linear infinite}.v2-page .xproof-pill{position:relative;z-index:2;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:var(--orange-deep);background:var(--orange-tint);border:1px solid var(--orange-soft);border-radius:999px;padding:5px 12px;white-space:nowrap}.v2-page .xproof-card--sb .xproof-card-head:before{animation:xproofBarSB 6s ease-in-out infinite}.v2-page .xproof-card--xero .xproof-card-head:before{animation:xproofBarXero 6s ease-in-out infinite}.v2-page .xproof-card--sb .xproof-tag{animation:xproofTagSB 6s ease-in-out infinite}.v2-page .xproof-card--xero .xproof-tag{animation:xproofTagXero 6s ease-in-out infinite}@keyframes xproofDot{0%{top:-20px}20%{top:-20px}46%{top:64px}50%{top:84px}to{top:84px}}@keyframes xproofBarSB{0%{background:transparent}3%{background:var(--orange)}16%{background:var(--orange)}22%{background:transparent}to{background:transparent}}@keyframes xproofBarXero{0%,44%{background:transparent}50%{background:var(--xero)}63%{background:var(--xero)}70%{background:transparent}to{background:transparent}}@keyframes xproofTagSB{0%{color:var(--ink-4)}3%{color:var(--orange-deep)}16%{color:var(--orange-deep)}22%{color:var(--ink-4)}to{color:var(--ink-4)}}@keyframes xproofTagXero{0%,44%{color:var(--ink-4)}50%{color:var(--xero)}63%{color:var(--xero)}70%{color:var(--ink-4)}to{color:var(--ink-4)}}@media (prefers-reduced-motion:reduce){.v2-page .xproof-card--sb .xproof-card-head:before,.v2-page .xproof-card--sb .xproof-tag,.v2-page .xproof-card--xero .xproof-card-head:before,.v2-page .xproof-card--xero .xproof-tag,.v2-page .xproof-dot{animation:none}.v2-page .xproof-dot{top:29px}}@media (max-width:640px){.v2-page .xproof-art{padding:18px}.v2-page .xproof-card-head span:not(.xproof-tag){font-size:12px}.v2-page .xproof-tag{display:none}}.v2-page .v2-form-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:32px;box-shadow:var(--shadow-card)}.v2-page .v2-form{display:flex;flex-direction:column;gap:18px}.v2-page .v2-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.v2-page .v2-field{display:flex;flex-direction:column;gap:6px}.v2-page .v2-field label{font-size:12px;font-weight:500;color:var(--ink-4)}.v2-page .v2-field input,.v2-page .v2-field textarea{font:inherit;font-size:15px;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--r-sm);padding:12px 14px;outline:none;transition:border-color .15s ease,background .15s ease}.v2-page .v2-field input::placeholder,.v2-page .v2-field textarea::placeholder{color:var(--ink-4)}.v2-page .v2-field input:focus,.v2-page .v2-field textarea:focus{border-color:var(--orange-deep);background:var(--paper)}.v2-page .v2-field textarea{resize:none}.v2-page .v2-form-note{font-size:12px;color:var(--ink-4);margin-top:-4px}.v2-page .v2-form-divider{display:flex;align-items:center;gap:12px}.v2-page .v2-form-divider:after,.v2-page .v2-form-divider:before{content:"";flex:1;height:1px;background:var(--line)}.v2-page .v2-form-divider span{font-size:12px;color:var(--ink-4)}.v2-page .v2-form-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:40px 20px}.v2-page .v2-form-success .ck-circle{width:44px;height:44px;border-radius:50%;background:var(--bg);border:1px solid var(--line);display:grid;place-items:center;color:var(--green)}.v2-page .v2-form-success h3{font-family:var(--font-instrument-serif),"Georgia",serif;font-size:22px;font-weight:400;color:var(--ink)}.v2-page .v2-form-success p{font-size:14px;color:var(--ink-4)}.v2-page .v2-form-error{font-size:13px;color:#b4402a;background:#fbeae4;border:1px solid #f0c7b8;border-radius:var(--r-sm);padding:12px 14px}.v2-page .v2-contact-form-grid{grid-template-columns:1.3fr 1fr}@media (max-width:980px){.v2-page .v2-contact-form-grid{grid-template-columns:1fr}}.v2-page .v2-contact-side{display:flex;flex-direction:column;gap:14px}.v2-page .v2-contact-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px 24px;display:flex;gap:16px;align-items:flex-start}.v2-page .v2-contact-card .icon{width:38px;height:38px;border-radius:var(--r-sm);background:var(--orange-tint);border:1px solid var(--orange-soft);color:var(--orange-deep);display:grid;place-items:center;flex-shrink:0}.v2-page .v2-contact-card h4{font-size:15px;font-weight:500;color:var(--ink);margin-bottom:6px}.v2-page .v2-contact-card p{font-size:13px;color:var(--ink-3);line-height:1.5;margin-bottom:10px}.v2-page .v2-contact-card .link{font-size:13px;font-weight:500;color:var(--orange-deep)}.v2-page .v2-form-benefits{display:flex;flex-direction:column;gap:16px;margin:28px 0 0}.v2-page .v2-form-benefit{display:flex;align-items:flex-start;gap:12px}.v2-page .v2-form-benefit .ck{width:20px;height:20px;border-radius:50%;background:var(--orange-tint);color:var(--orange-deep);display:grid;place-items:center;flex-shrink:0;margin-top:1px}.v2-page .v2-form-benefit .label{font-size:14px;font-weight:500;color:var(--ink)}.v2-page .v2-form-benefit .sub{font-size:12px;color:var(--ink-4)}@media (max-width:640px){.v2-page .v2-form-row{grid-template-columns:1fr}}