:root{--cream:#f5f0e8;--cream-dark:#ede8dc;--white:#fff;--black:#111;--text-primary:#1a1a1a;--text-muted:#666;--text-light:#999;--yellow:#ffda40;--yellow-soft:#f5c842;--green:#02cf5b;--green-soft:#00c851;--teal:#00bc9f;--red:#f44;--dark-bg:#0d0d1a;--darker-bg:#0a0a14;--card-bg:#f5f4f0;--soft-bg:#f5f0e8;--border:#e5e5e5;--border-soft:#ece7dc;--shadow:0 4px 24px #00000014;--shadow-lg:0 8px 48px #0000001f;--radius:16px;--radius-sm:8px;--radius-pill:100px;--container:1200px;--container-wide:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5}body{overflow-x:hidden}.pl{z-index:9999;background:#f5f0e8;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s;display:flex;position:fixed;inset:0}.pl-fading{opacity:0;pointer-events:none}.pl-logo{width:auto;height:48px;display:block}.pl-bar{background:#e5e0d8;border-radius:2px;width:200px;height:3px;margin-top:24px;overflow:hidden}.pl-bar-fill{background:#2d2a25;border-radius:2px;width:0%;height:100%;animation:2s forwards pl-load;display:block}@keyframes pl-load{0%{width:0%}to{width:100%}}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .6s,transform .6s;transform:translate(-32px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .6s,transform .6s;transform:translate(32px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .5s,transform .5s;transform:scale(.92)}.reveal-scale.visible{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1!important;transition:none!important;transform:none!important}}button,.btn,a.btn{transition:transform .2s,box-shadow .2s,background .2s,color .2s}button:hover,.btn:hover,a.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}button:active,.btn:active,a.btn:active{transform:translateY(0)}.nav-burger:hover,.calc-tab:hover,.compare-tab:hover,.cmp-tab:hover,.faq-item:hover,.clfq-item:hover,.chw-step:hover,.lw-step:hover{box-shadow:none;transform:none}#root{flex-direction:column;min-height:100svh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-weight:700}p{margin:0}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.container-wide{max-width:var(--container-wide);margin:0 auto;padding:0 24px}.italic-serif{letter-spacing:-.01em;font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:500}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:600;display:inline-block}.eyebrow-dot{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.eyebrow-dot:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px}.btn{border-radius:var(--radius-pill);letter-spacing:-.01em;white-space:nowrap;cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;gap:6px;padding:13px 26px;font-size:15px;font-weight:600;transition:all .18s;display:inline-flex}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:#2a2a2a;transform:translateY(-1px)}.btn-ghost{color:var(--black);border-color:var(--black);background:0 0}.btn-ghost:hover{background:var(--black);color:var(--white)}.btn-light{background:var(--white);color:var(--black);border-color:var(--border)}.btn-light:hover{background:var(--card-bg)}.btn-yellow{background:var(--yellow);color:var(--black)}.btn-yellow:hover{background:#ffd11a;transform:translateY(-1px)}.nav{z-index:50;background:#eee9df;height:91px;transition:box-shadow .2s,background-color .2s;position:sticky;top:0}.nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#eee9dfeb;box-shadow:0 2px 20px #00000014}.nav-inner{align-items:center;gap:32px;max-width:1720px;height:91px;margin:0 auto;padding:0 100px;display:flex}.nav-logo{flex-shrink:0;align-items:center;display:inline-flex}.nav-logo img{-webkit-user-select:none;user-select:none;width:auto;height:39px;display:block}.nav-links{align-items:center;gap:48px;margin-left:auto;display:flex}.nav-link{letter-spacing:-.005em;color:#2d2a25;white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:500;line-height:1.5;transition:color .15s;position:relative}.nav-link:after{content:"";transform-origin:0;background:#2d2323;border-radius:2px;height:2px;transition:transform .2s;position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.nav-link:hover{color:#2d2323}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-cta{color:#fff;letter-spacing:-.005em;background:#2d2323;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;height:53px;padding:0 19px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:500;transition:background .18s,transform .18s;display:inline-flex}.nav-cta:hover{background:#3d3030;transform:translateY(-1px)}.nav-burger{background:0 0;border:1px solid #2d2a25;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:none}.nav-burger span{background:#2d2323;width:18px;height:2px;display:block;position:relative}.nav-burger span:before,.nav-burger span:after{content:"";background:#2d2323;width:18px;height:2px;position:absolute;left:0}.nav-burger span:before{top:-6px}.nav-burger span:after{top:6px}.nav-mobile{background:#eee9df;border-top:1px solid #2d2a251f;padding:14px 24px 22px;display:none}.nav-mobile a{color:#2d2a25;padding:12px 6px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:500;display:block}.nav-mobile a.active{color:#2d2323}.nav-mobile .nav-cta{width:100%;height:52px;margin-top:8px;display:flex}@media (width<=1280px){.nav-inner{padding:0 40px}.nav-links{gap:36px}}@media (width<=980px){.nav-links,.nav-inner>.nav-cta{display:none}.nav-burger{margin-left:auto;display:inline-flex}.nav.open .nav-mobile{display:block}.nav-inner{padding:0 24px}.nav-logo img{height:32px}}.nav-mortgages-wrapper{position:relative}.nav-dropdown-card{z-index:1000;opacity:0;pointer-events:none;background:#fff;border:1px solid #e5e0d8;border-radius:16px;grid-template-columns:1fr auto;gap:24px;min-width:420px;padding:24px;transition:opacity .2s,transform .2s;display:grid;position:absolute;top:100%;left:0;transform:translateY(-8px);box-shadow:0 8px 40px #0000001f}.nav-dropdown-card.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-left{flex-direction:column;display:flex}.nav-dropdown-product-label{text-transform:uppercase;color:#999;letter-spacing:.1em;margin:0;font-size:10px}.nav-dropdown-title{color:#1a1a1a;margin:8px 0 0;font-size:16px;font-weight:700}.nav-dropdown-desc{color:#666;max-width:220px;margin:6px 0 0;font-size:13px;line-height:1.5}.nav-dropdown-learn{color:#2d2a25;margin-top:14px;font-size:14px;font-weight:500;transition:opacity .15s;display:inline-block}.nav-dropdown-learn:hover{opacity:.65}.nav-dropdown-cta-box{background:#2d2a25;border-left:1px solid #e5e0d8;border-radius:12px;flex-direction:column;justify-content:space-between;gap:14px;min-width:180px;margin-left:-1px;padding:16px 20px;text-decoration:none;transition:background .18s;display:flex}.nav-dropdown-cta-box:hover{background:#444}.nav-dropdown-cta-top{align-items:center;gap:6px;display:flex}.nav-dropdown-live-label{color:#fff9;letter-spacing:.05em;font-size:11px;font-weight:500}.nav-dropdown-cta-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.nav-dropdown-cta-title{color:#fff;margin:0;font-size:15px;font-weight:600}.nav-dropdown-cta-sub{color:#fff9;margin:3px 0 0;font-size:12px}.nav-dropdown-cta-arrow{color:#fffc;flex-shrink:0;font-size:18px;line-height:1}@media (width<=980px){.nav-dropdown-card{display:none}}.nav-mobile-mortgages{color:#2d2a25;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 6px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:500;display:flex}.nav-mobile-chevron{color:#999;margin-left:8px;font-size:10px}.nav-sub-links{border-left:2px solid #e5e0d8;flex-direction:column;margin-top:8px;margin-bottom:4px;padding-left:16px;display:flex}.nav-sub-link{color:#666;padding:8px 0;font-size:14px;text-decoration:none;display:block}.nav-sub-link-primary{color:#2d2a25;font-weight:600}.hero{background:#eee9df;padding:0 72px 24px;position:relative}.hero-card{aspect-ratio:1778/884;isolation:isolate;background:#fffde8;border-radius:21px;width:100%;max-width:1778px;margin:0 auto;position:relative;overflow:hidden}.hero-photo{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{opacity:.4;z-index:1;pointer-events:none;background:#fffde8;position:absolute;inset:0}.hero-headline{z-index:2;color:#514d41;letter-spacing:-.005em;white-space:nowrap;width:48.76%;margin:0;font-family:Sebenta Trial,Playfair Display,Cormorant Garamond,Georgia,serif;font-size:clamp(36px,7.3vw,140px);font-style:italic;font-weight:500;line-height:1.1;position:absolute;top:23.87%;left:14.65%}@media (width<=980px){.hero{padding:0 16px 16px}.hero-card{aspect-ratio:4/5;border-radius:16px}.hero-headline{width:auto;font-size:clamp(40px,9vw,88px);top:14%;left:8%;right:8%}}.chat-section{background:var(--white);padding:100px 0}.chat-head{text-align:center;max-width:920px;margin:0 auto 48px}.chat-head-tag{letter-spacing:.16em;text-transform:uppercase;color:#5c5854;background:#f2efe6;border-radius:9999px;margin-bottom:18px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-block}.chat-head h2{letter-spacing:-.025em;color:#1d1e20;font-family:Inter,system-ui,sans-serif;font-size:clamp(32px,4vw,49px);font-weight:700;line-height:1.1}.chat-head h2 .italic-serif{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:500}.chat-head p{color:var(--text-muted);margin-top:18px;font-size:17px;line-height:1.55}.chat-panel{background:#fff;border-radius:16px;grid-template-columns:330px 1fr;max-width:1575px;height:clamp(560px,70vh,720px);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 30px 60px -20px #14121040,0 8px 20px -8px #1412101a}.chat-side{color:#fafafa;background:#2d2323;flex-direction:column;min-width:0;padding:22px 18px 18px;display:flex}.chat-side-top{padding:4px 6px 0}.chat-side-brand{letter-spacing:-.01em;color:#fff;align-items:center;gap:10px;font-size:15px;font-weight:700;display:flex}.chat-side-mark{color:#2d2323;background:#fafafa;border-radius:8px;place-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:grid}.chat-agent{background:#382d2d;border-radius:14px;align-items:center;gap:12px;margin-top:22px;padding:12px;display:flex}.chat-agent-avatar{color:#2d2323;background:linear-gradient(135deg,#ffda40,#ca6331);border-radius:9999px;place-items:center;width:40px;height:40px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:16px;font-weight:800;display:grid}.chat-agent-name{color:#fff;letter-spacing:-.005em;align-items:center;gap:8px;font-size:15px;font-weight:600;display:inline-flex}.chat-agent-dot{background:#02cf5b;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 3px #02cf5b33}.chat-agent-role{color:#ffffff8c;margin-top:2px;font-size:12.5px}.chat-side-section{flex:1;min-height:0;margin-top:26px;overflow-y:auto}.chat-side-label{letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin-bottom:10px;padding:0 6px;font-size:11px;font-weight:700}.chat-chips{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.chat-chip{text-align:left;color:#f2efe6;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:11px;width:100%;padding:11px 13px;font-family:inherit;font-size:13.5px;line-height:1.4;transition:background .15s,border-color .15s,transform .15s}.chat-chip:hover:not(:disabled){background:#382d2d;border-color:#ffffff29;transform:translate(2px)}.chat-chip:disabled{opacity:.5;cursor:not-allowed}.chat-side-foot{border-top:1px solid #ffffff14;flex-direction:column;gap:10px;margin-top:14px;padding-top:14px;display:flex}.chat-reset{color:#f2efe6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s}.chat-reset:hover:not(:disabled){background:#ffffff14}.chat-reset:disabled{opacity:.4;cursor:not-allowed}.chat-side-foot-meta{color:#fff6;padding:0 6px;font-size:12px}.chat-main{background:#f2efe6;flex-direction:column;min-width:0;height:100%;min-height:0;display:flex}.chat-topbar{background:#2d2323;border-bottom:1px solid #ffffff14;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.chat-topbar-id{align-items:center;gap:12px;display:flex}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.status-dot{background:#02cf5b;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s infinite pulse;display:inline-block;box-shadow:0 0 0 4px #02cf5b26}.chat-topbar-name{color:#fff;letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:1.2}.chat-topbar-meta{color:#ffffff8c;margin-top:2px;font-size:12.5px}.chat-topbar-badge{letter-spacing:.04em;color:#ffffff8c;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff14;border-radius:9999px;padding:6px 12px;font-size:11.5px;font-weight:500}.chat-stream{scrollbar-width:thin;scrollbar-color:#d1cdc4 transparent;flex-direction:column;flex:auto;gap:14px;min-height:0;padding:24px 24px 16px;display:flex;overflow:hidden auto}.chat-stream::-webkit-scrollbar{width:8px}.chat-stream::-webkit-scrollbar-thumb{background:#d1cdc4;border-radius:4px}.chat-empty{background:#fff;border:1px solid #ece5d6;border-radius:14px;padding:22px 24px}.chat-empty-title{color:#272829;margin-bottom:6px;font-size:18px;font-weight:600}.chat-empty p{color:#5c5854;font-size:14.5px;line-height:1.55}.chat-msg{align-items:flex-start;gap:12px;max-width:88%;display:flex}.chat-msg-avatar{color:#fafafa;letter-spacing:.02em;background:#2d2323;border-radius:9999px;flex-shrink:0;place-items:center;width:36px;height:36px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:13.5px;font-weight:800;display:grid}.chat-msg-bubble{background:#fff;border:1px solid #ece5d6;border-radius:14px;padding:12px 16px}.chat-msg-body{color:#272829;white-space:pre-wrap;word-wrap:break-word;font-family:Inter,sans-serif;font-size:14.5px;line-height:1.55}.chat-msg-ts{color:#9e9e9e;letter-spacing:.02em;margin-top:6px;font-size:11px}.chat-msg-user{flex-direction:row-reverse;align-self:flex-end}.chat-msg-user .chat-msg-avatar{color:#fafafa;background:#514d41}.chat-msg-user .chat-msg-bubble{background:#2d2323;border-color:#2d2323}.chat-msg-user .chat-msg-body{color:#fafafa}.chat-msg-user .chat-msg-ts{color:#ffffff80;text-align:right}.chat-typing{align-items:center;gap:4px;padding:4px 2px;display:inline-flex}.chat-typing span{background:#a4a4a4;border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite chat-bounce}.chat-typing span:nth-child(2){animation-delay:.18s}.chat-typing span:nth-child(3){animation-delay:.36s}@keyframes chat-bounce{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.chat-error{color:#b3261e;background:#ef444414;border:1px solid #ef444440;border-radius:10px;margin-top:4px;padding:10px 14px;font-size:13.5px;line-height:1.45}.chat-input{z-index:2;background:#f2efe6;border-top:1px solid #2d23230f;flex-shrink:0;align-items:center;gap:8px;padding:14px 18px 18px;display:flex;position:sticky;bottom:0}.chat-input input{color:#272829;background:#fff;border:1px solid #e8e0df;border-radius:9999px;outline:none;flex:1;padding:14px 20px;font-family:Inter,sans-serif;font-size:14.5px;transition:border-color .15s,box-shadow .15s}.chat-input input:focus{border-color:#2d2323;box-shadow:0 0 0 3px #2d232314}.chat-input input:disabled{opacity:.6}.chat-send{color:#fafafa;background:#2d2323;border-radius:9999px;flex-shrink:0;place-items:center;width:44px;height:44px;transition:background .15s,transform .15s;display:grid}.chat-send:hover:not(:disabled){background:#3d3030;transform:translateY(-1px)}.chat-send:disabled{opacity:.4;cursor:not-allowed}@media (width<=980px){.chat-section{padding:70px 0}.chat-panel{grid-template-rows:auto 1fr;grid-template-columns:1fr;height:clamp(560px,80vh,720px)}.chat-side{border-radius:16px 16px 0 0;max-height:220px;padding:18px 16px}.chat-side-section{flex:1}.chat-chips{flex-flow:wrap}.chat-chip{width:auto}.chat-main{min-height:0}.chat-topbar{padding:14px 16px}.chat-topbar-badge{display:none}.chat-stream{padding:18px 14px 12px}.chat-input{padding:12px 14px 16px}}.hquote{background:#f5f0e8;padding:80px 0}.hquote-inner{text-align:center;max-width:900px;margin:0 auto;padding:0 24px}.hquote-text{letter-spacing:-.015em;color:#2d2a25;margin:0;font-family:Inter,system-ui,sans-serif;font-size:28px;font-weight:400;line-height:1.4}.hquote-text strong{color:#2d2a25;font-weight:700}.hquote-author{align-items:center;gap:14px;margin-top:24px;display:inline-flex}.hquote-avatar{color:#fff;letter-spacing:.01em;background:#2d2a25;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700;display:grid}.hquote-id{text-align:left;line-height:1.25}.hquote-name{color:#2d2a25;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700;display:block}.hquote-role{color:#888;margin-top:2px;font-size:14px;display:block}@media (width<=720px){.hquote{padding:60px 0}.hquote-text{font-size:22px}}.uc{background:#fff;padding:100px 0}.uc-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.uc-panel{background:#1e1c19;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px -16px #00000040}.uc-tabs{background:#1e1c19;border-bottom:1px solid #ffffff0a;flex-wrap:wrap;gap:4px;padding:12px 16px;display:flex}.uc-tab{color:#999;letter-spacing:-.005em;cursor:pointer;white-space:nowrap;background:0 0;border-radius:100px;padding:6px 16px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;transition:color .18s,background .18s}.uc-tab:hover:not(.active){color:#d8d4cb}.uc-tab.active{color:#1a1a1a;background:#fff;font-weight:600}.uc-chat{background:#f0ede8;flex-direction:column;gap:20px;min-height:320px;padding:24px;animation:.2s ease-out ucFade;display:flex}.uc-chat.is-fading{animation:.2s ease-out ucFade}@keyframes ucFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.uc-card{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 2px #0000000a,0 2px 8px #00000008}.uc-card-head{align-items:center;gap:10px;margin-bottom:8px;display:flex}.uc-card-label{color:#999;letter-spacing:.02em;font-size:12px;font-weight:500}.uc-card-body{color:#333;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.55}.uc-avatar-user{background:linear-gradient(135deg,#d4cdbf,#b9af9d);border-radius:50%;flex-shrink:0;width:24px;height:24px}.uc-avatar-ai{color:#fff;background:#1a1a1a;border-radius:8px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.uc-copy{padding-left:60px}.uc-title{letter-spacing:-.025em;color:#1a1a1a;font-family:Inter,system-ui,sans-serif;font-size:40px;font-weight:600;line-height:1.2}.uc-sub{color:#666;max-width:460px;margin-top:20px;font-size:17px;line-height:1.6}.uc-cta{color:#fff;letter-spacing:-.005em;background:#1a1a1a;border-radius:100px;align-items:center;margin-top:32px;padding:14px 28px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.uc-cta:hover{background:#2a2a2a;transform:translateY(-1px)}@media (width<=980px){.uc{padding:70px 0}.uc-grid{grid-template-columns:1fr;gap:40px}.uc-copy{padding-left:0}.uc-title{font-size:32px}.uc-tabs{gap:3px;padding:10px 12px}.uc-tab{padding:6px 12px;font-size:13px}.uc-chat{min-height:280px;padding:18px}}.stats{background:var(--white);padding:0 24px}.stats-card{color:#fff;text-align:center;background:#765070;border-radius:24px;max-width:1200px;margin:0 auto;padding:80px 60px;position:relative;overflow:hidden}.stats-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 0,#ffffff14,#0000 50%),radial-gradient(circle at 80% 100%,#ffffff0f,#0000 50%);position:absolute;inset:0}.stats-card>*{position:relative}.stats-label{letter-spacing:.15em;text-transform:uppercase;opacity:.85;margin:0;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500}.stats-number-row{justify-content:center;align-items:center;gap:22px;margin:8px 0;display:inline-flex}.stats-number{letter-spacing:-.045em;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:clamp(80px,12vw,140px);font-weight:700;line-height:1}.stats-number-suffix{text-align:left;letter-spacing:.15em;text-transform:uppercase;opacity:.85;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500;line-height:1.4}.stats-sub{opacity:.8;max-width:540px;margin:32px auto 0;font-family:Inter,system-ui,sans-serif;font-size:16px}.stats-sub-em{opacity:1;font-style:italic;font-weight:600}.stats-feed{color:#1a1a1a;text-align:left;opacity:1;background:#fff;border-radius:12px;align-items:center;gap:16px;max-width:560px;margin:24px auto 0;padding:16px 24px;transition:opacity .28s,transform .28s;display:flex;transform:translateY(0);box-shadow:0 8px 32px #0000001f}.stats-feed.is-fading{opacity:0;transform:translateY(-4px)}.stats-feed-avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:700;display:grid}.stats-feed-text{color:#1a1a1a;flex:1;min-width:0;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5}.stats-feed-text strong{color:#1a1a1a;font-weight:700}.stats-feed-msg{color:#666}.stats-feed-time{color:#999;white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:13px}.stats-cta{color:#1a1a1a;letter-spacing:-.005em;background:#fff;border-radius:100px;margin-top:32px;padding:14px 40px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-block}.stats-cta:hover{background:#f0f0f0;transform:scale(1.02)}@media (width<=820px){.stats{padding:0 16px}.stats-card{border-radius:20px;padding:56px 24px}.stats-number-row{gap:14px}.stats-number-suffix{font-size:11px}.stats-feed{gap:12px;padding:14px 18px}.stats-feed-time{display:none}}.int{background:#f5f0e8;padding:100px 0}.int-inner{grid-template-columns:40% 60%;align-items:start;gap:60px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.int-copy{padding-top:12px}.int-title{letter-spacing:-.025em;color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.2}.int-sub{color:#555;max-width:360px;margin:20px 0 0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.7}.int-cta{color:#fff;letter-spacing:-.005em;background:#1a1a1a;border-radius:100px;margin-top:32px;padding:12px 28px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-block}.int-cta:hover{background:#2a2a2a;transform:translateY(-1px)}.int-panel{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 32px #00000014}.int-tabs{flex-wrap:wrap;gap:4px;margin-bottom:20px;display:flex}.int-tab{color:#666;letter-spacing:-.005em;cursor:pointer;white-space:nowrap;background:0 0;border-radius:100px;padding:6px 16px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;transition:background .18s,color .18s}.int-tab:hover:not(.active){color:#1a1a1a;background:#f5f5f5}.int-tab.active{color:#fff;background:#1a1a1a;font-weight:600}.int-grid{grid-template-columns:repeat(6,1fr);gap:16px;animation:.22s ease-out intFade;display:grid}.int-grid.is-fading{animation:.22s ease-out intFade}@keyframes intFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.int-item{flex-direction:column;align-items:center;display:flex}.int-circle{background:#fff;border:1px solid #eee;border-radius:50%;place-items:center;width:72px;height:72px;transition:transform .18s,box-shadow .18s;display:grid;overflow:hidden;box-shadow:0 2px 8px #0000000f}.int-circle:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.int-circle img{object-fit:contain;width:40px;height:40px}.int-letter{color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:700;display:grid}.int-label{color:#666;text-align:center;letter-spacing:.01em;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:11px}@media (width<=980px){.int{padding:70px 0}.int-inner{grid-template-columns:1fr;gap:36px}.int-copy{padding-top:0}.int-sub{max-width:none}.int-panel{padding:18px}}@media (width<=520px){.int-grid{grid-template-columns:repeat(3,1fr)}.int-circle{width:60px;height:60px}.int-circle img{width:32px;height:32px}}.lp-section{background:#f5f0e8;width:100%;padding:80px 0 100px}.lp-section-pre{text-align:center;max-width:1200px;margin-bottom:56px;margin-left:auto;margin-right:auto;padding:0 60px}.lp-section-pre p{color:#1a1a1a;font-size:22px;font-weight:400}.lp-section-pre p strong{font-weight:700}.lp-section-pre-btn{color:#fff;cursor:pointer;background:#2d2a25;border:none;border-radius:100px;align-items:center;gap:8px;margin-top:20px;padding:12px 24px;font-size:15px;font-weight:500;display:inline-flex}.lp-grid{box-sizing:border-box;grid-template-columns:500px 1fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;padding:0 48px;display:grid}.lp-mockup{background:#ede8dc;border-radius:20px;min-width:0;min-height:380px;padding:28px;position:relative;overflow:hidden}.lp-card-bg{background:#ffffff8c;border-radius:12px;margin-bottom:8px;padding:16px}.lp-card-bg-label{color:#999;margin-bottom:8px;font-size:13px}.lp-skeleton{background:#ddd;border-radius:4px;width:80px;height:8px}.lp-card-mid{background:#ffffffb3;border-radius:14px;align-items:center;gap:12px;margin-bottom:8px;padding:14px 18px;display:flex}.lp-card-mid-lines{flex-direction:column;flex:1;gap:6px;display:flex}.lp-skeleton-short{background:#ccc;border-radius:4px;width:60px;height:8px}.lp-skeleton-long{background:#ccc;border-radius:4px;width:110px;height:8px}.lp-card-main{background:#fff;border-radius:16px;align-items:flex-start;gap:16px;margin-bottom:8px;padding:20px 24px;display:flex;box-shadow:0 8px 32px #00000014}.lp-card-icon{background:#2d2a25;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.lp-card-main-label{color:#999;margin-bottom:6px;font-size:12px}.lp-card-main-title{color:#1a1a1a;font-size:14px;font-weight:700;line-height:1.5}.lp-card-bottom{background:#fff9;border-radius:12px;padding:14px 18px}.lp-card-bottom-label{color:#999;margin-bottom:6px;font-size:12px}.lp-text{min-width:0;padding-left:0}.lp-text-heading{color:#1a1a1a;margin:0;font-size:32px;font-weight:700;line-height:1.2}.lp-text-sub{color:#555;max-width:440px;margin-top:20px;font-size:17px;line-height:1.7}.lp-text-btn{color:#fff;cursor:pointer;background:#2d2a25;border:none;border-radius:100px;margin-top:32px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-block}.lp-text-btn:hover{background:#444;transform:translateY(-2px)}@media (width<=900px){.lp-grid{grid-template-columns:1fr;gap:40px}.lp-text-sub{max-width:100%}}.wfquote{background:#fff;padding:80px 0 60px}.wfquote-inner{text-align:center;max-width:860px;margin:0 auto;padding:0 24px}.wfquote-text{letter-spacing:-.015em;color:#444;margin:0;font-family:Inter,system-ui,sans-serif;font-size:26px;font-weight:400;line-height:1.5}.wfquote-text strong{color:#1a1a1a;font-weight:700}.wfquote-author{align-items:center;gap:14px;margin-top:28px;display:inline-flex}.wfquote-avatar{color:#fff;letter-spacing:.01em;background:#2d2a25;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700;display:grid}.wfquote-id{text-align:left;line-height:1.25}.wfquote-name{color:#1a1a1a;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700;display:block}.wfquote-role{color:#888;margin-top:2px;font-size:13px;display:block}.wfsteps{background:#f5f0e8;padding:80px 0}.wfsteps-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.wfsteps-list{flex-direction:column;gap:28px;display:flex}.wfstep{text-align:left;cursor:pointer;opacity:.4;background:0 0;border:none;align-items:flex-start;gap:16px;padding:0;transition:opacity .3s;display:flex}.wfstep:hover:not(.is-active){opacity:.7}.wfstep.is-active{opacity:1}.wfstep-num{color:#2d2a25;border:1.5px solid #2d2a25;border-radius:5px;flex-shrink:0;place-items:center;width:24px;height:24px;margin-top:2px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;display:grid}.wfstep-text{flex:1}.wfstep-title{color:#666;letter-spacing:-.01em;margin:0;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:500;line-height:1.3;transition:font-size .3s,font-weight .3s,color .3s}.wfstep.is-active .wfstep-title{color:#1a1a1a;font-size:22px;font-weight:700}.wfstep-body{color:#666;max-width:300px;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6;animation:.3s ease-out wfFade}@keyframes wfFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.wfvis{background:#ede8dc;border-radius:20px;padding:40px}.wfvis-stack{flex-direction:column;gap:16px;display:flex;position:relative}.wfvis-row{background:#fff;border-radius:100px;align-items:center;gap:14px;padding:16px 24px;display:flex;position:relative;box-shadow:0 2px 8px #0000000f}.wfvis-icon{flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.wfvis-label{color:#1a1a1a;letter-spacing:-.005em;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600}.wfvis-arc{pointer-events:none;z-index:0;width:60px;height:24px;position:absolute;top:100%;right:60px}@media (width<=900px){.wfsteps{padding:60px 0}.wfsteps-inner{grid-template-columns:1fr;gap:40px}.wfvis{padding:28px}.wfquote{padding:60px 0 40px}.wfquote-text{font-size:22px}}.sc{background:#f5f0e8;padding:100px 0}.sc-inner{max-width:1200px;margin:0 auto;padding:0 24px}.sc-head{text-align:center}.sc-title{letter-spacing:-.025em;color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:600;line-height:1.15}.sc-sub{color:#888;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px}.sc-card{background:#fff;border:1px solid #e5e0d8;border-radius:16px;margin-top:40px;padding:40px}.sc-slider-label{letter-spacing:.1em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.sc-slider-number{letter-spacing:-.025em;color:#1a1a1a;margin:4px 0 0;font-family:Inter,system-ui,sans-serif;font-size:48px;font-weight:700;line-height:1.1}.sc-slider{align-items:center;height:36px;margin:16px 0 0;display:flex;position:relative}.sc-slider:before{content:"";background:#e5e0d8;border-radius:2px;height:3px;margin-top:-1.5px;position:absolute;top:50%;left:0;right:0}.sc-slider-fill{pointer-events:none;background:#2d2a25;border-radius:2px;height:3px;margin-top:-1.5px;transition:width .2s;position:absolute;top:50%;left:0}.sc-slider-input{appearance:none;cursor:pointer;background:0 0;outline:none;width:100%;height:36px;margin:0;position:relative}.sc-slider-input::-webkit-slider-runnable-track{background:0 0;border:none;height:36px}.sc-slider-input::-moz-range-track{background:0 0;border:none;height:36px}.sc-slider-input::-webkit-slider-thumb{appearance:none;cursor:grab;background:#2d2a25 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round'><path d='M12 4v16M4 12h16M5.6 5.6l12.8 12.8M5.6 18.4L18.4 5.6'/></svg>") 50%/16px no-repeat;border:3px solid #fff;border-radius:50%;width:36px;height:36px;margin-top:0;box-shadow:0 2px 6px #0003}.sc-slider-input::-webkit-slider-thumb:active{cursor:grabbing}.sc-slider-input::-moz-range-thumb{cursor:grab;background:#2d2a25 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round'><path d='M12 4v16M4 12h16M5.6 5.6l12.8 12.8M5.6 18.4L18.4 5.6'/></svg>") 50%/16px no-repeat;border:3px solid #fff;border-radius:50%;width:30px;height:30px;box-shadow:0 2px 6px #0003}.sc-ticks{color:#999;justify-content:space-between;margin-top:10px;font-family:Inter,system-ui,sans-serif;font-size:12px;display:flex}.sc-metrics{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px;display:grid}.sc-mcard{background:#f5f0e8;border-top:3px solid #2d2a25;border-radius:12px;padding:20px 24px}.sc-mcard-label{color:#666;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px}.sc-mcard-value{letter-spacing:-.025em;color:#c84b2f;margin:6px 0 0;font-family:Inter,system-ui,sans-serif;font-size:36px;font-weight:700;line-height:1.05}.sc-mcard-foot{color:#999;margin:4px 0 0;font-family:Inter,system-ui,sans-serif;font-size:12px}.sc-bottom{grid-template-columns:60% 40%;gap:16px;margin-top:24px;display:grid}.sc-chart{background:#f5f0e8;border-radius:12px;grid-template-columns:auto 1fr;align-items:end;gap:18px;min-height:320px;padding:24px;display:grid}.sc-chart-grid{flex-direction:column;justify-content:space-between;height:240px;padding:0 6px 22px 0;display:flex}.sc-chart-y{color:#999;font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:1}.sc-chart-bars{justify-content:center;gap:56px;height:100%;display:flex;position:relative}.sc-chart-col{flex-direction:column;justify-content:flex-end;align-items:center;display:flex}.sc-bar{border-radius:6px 6px 0 0;width:100px;transition:height .4s}.sc-bar-trad{background:#d4cfc8}.sc-bar-ours{background:#c84b2f}.sc-bar-label{color:#666;text-align:center;margin-top:10px;font-family:Inter,system-ui,sans-serif;font-size:13px}.sc-bar-label-strong{color:#1a1a1a;font-weight:700}.sc-stats{flex-direction:column;gap:12px;display:flex}.sc-stat{background:#f5f0e8;border-top:3px solid #2d2a25;border-radius:12px;padding:20px 24px}.sc-stat-label{color:#666;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px}.sc-stat-value{letter-spacing:-.025em;color:#c84b2f;margin:4px 0 0;font-family:Inter,system-ui,sans-serif;font-size:32px;font-weight:700;line-height:1.05}@media (width<=900px){.sc{padding:70px 0}.sc-card{padding:24px}.sc-slider-number{font-size:38px}.sc-metrics{grid-template-columns:repeat(2,1fr)}.sc-bottom{grid-template-columns:1fr}.sc-chart-bars{gap:32px}.sc-bar{width:80px}}@media (width<=480px){.sc-metrics{grid-template-columns:1fr}.sc-mcard-value,.sc-stat-value{font-size:30px}}.cmp{background:#f5f0e8;padding:100px 0}.cmp-inner{text-align:center;max-width:1200px;margin:0 auto;padding:0 24px}.cmp-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.cmp-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.cmp-tab{letter-spacing:-.005em;color:#666;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.cmp-tab:hover:not(.is-active){color:#1a1a1a}.cmp-tab.is-active{color:#1a1a1a;background:#fff;border-color:#2d2a25;font-weight:600}.cmp-tlogo{letter-spacing:.01em;flex-shrink:0;place-items:center;width:24px;height:24px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:700;line-height:1;display:inline-grid}.cmp-tlogo-square{border-radius:4px}.cmp-tlogo-circle{border-radius:50%}.cmp-tlogo-rect{letter-spacing:.04em;text-transform:lowercase;border-radius:4px;width:auto;height:20px;padding:0 6px;font-size:10px}.cmp-fade{animation:.2s ease-out cmpFade}@keyframes cmpFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.cmp-head{letter-spacing:-.025em;color:#1a1a1a;max-width:860px;margin:32px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.2}.cmp-sub{color:#666;max-width:580px;margin:16px auto 0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.7}.cmp-panel{text-align:left;background:#2d2a25;border-radius:16px;max-width:760px;margin:48px auto 0;overflow:hidden;box-shadow:0 12px 36px -16px #2d2a2559}.cmp-panel-head{background:#2d2a25;align-items:center;gap:20px;padding:14px 28px;display:flex}.cmp-legend{letter-spacing:.1em;text-transform:uppercase;color:#fff;align-items:center;gap:8px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.cmp-legend-sq{border-radius:2px;flex-shrink:0;width:10px;height:10px;display:inline-block}.cmp-legend-af{background:#c84b2f}.cmp-legend-comp{background:#888}.cmp-rows{background:#fff}.cmp-row{border-bottom:1px solid #f0f0f0;grid-template-columns:minmax(180px,1.2fr) minmax(160px,1.4fr) auto;align-items:center;gap:20px;padding:20px 28px;display:grid}.cmp-row:last-child{border-bottom:none}.cmp-row-name{color:#1a1a1a;letter-spacing:-.005em;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700}.cmp-row-sub{color:#999;margin:2px 0 0;font-family:Inter,system-ui,sans-serif;font-size:12px}.cmp-row-bars{flex-direction:column;gap:6px;min-width:0;display:flex}.cmp-bar-track{background:#f5f3ef;border-radius:4px;height:8px;overflow:hidden}.cmp-bar{border-radius:4px;height:100%;transition:width .6s cubic-bezier(.2,.8,.2,1)}.cmp-bar-comp{background:#d4cfc8}.cmp-bar-af{background:#c84b2f}.cmp-row-vals{grid-template-columns:auto auto auto;justify-content:end;align-items:center;gap:14px;display:grid}.cmp-val-comp{color:#999;font-family:Inter,system-ui,sans-serif;font-size:14px}.cmp-val-af{color:#1a1a1a;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700}.cmp-badge{color:#fff;letter-spacing:-.005em;white-space:nowrap;background:#1a1a2e;border-radius:100px;padding:4px 10px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600}@media (width<=720px){.cmp{padding:70px 0}.cmp-tab{padding:8px 14px;font-size:14px}.cmp-panel{margin-top:36px}.cmp-row{grid-template-columns:1fr;gap:12px;padding:18px 20px}.cmp-row-vals{justify-content:start}}.sp{background:#f5f0e8;padding:40px 24px}.sp-card{text-align:center;color:#fff;background:#6b6490;border-radius:24px;max-width:1200px;margin:0 auto;padding:80px 48px 48px;position:relative;overflow:hidden}.sp-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 12% 0,#ffffff14,#0000 55%),radial-gradient(circle at 88% 100%,#ffffff0d,#0000 55%);position:absolute;inset:0}.sp-card>*{position:relative}.sp-badge{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#ffffff26;border-radius:100px;align-items:center;padding:6px 16px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;display:inline-flex}.sp-badge-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block;box-shadow:0 0 0 3px #4ade802e}.sp-title{letter-spacing:-.025em;color:#fff;max-width:800px;margin:24px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(36px,5vw,60px);font-weight:600;line-height:1.2}.sp-sub{color:#ffffffbf;max-width:680px;margin:20px auto 0;font-family:Inter,system-ui,sans-serif;font-size:17px;line-height:1.7}.sp-cta{color:#2d2a25;letter-spacing:-.005em;background:#fff;border-radius:100px;margin-top:36px;padding:14px 36px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-block}.sp-cta:hover{background:#f0f0f0;transform:scale(1.02)}.sp-row{scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;text-align:left;gap:20px;margin-top:48px;padding-bottom:8px;display:flex;overflow-x:auto}.sp-row::-webkit-scrollbar{display:none}.sp-tcard{scroll-snap-align:start;color:#1a1a1a;background:#fff;border-radius:16px;flex-direction:column;flex-shrink:0;min-width:340px;max-width:340px;padding:32px 28px;display:flex;box-shadow:0 6px 24px #0000001a}.sp-tcard-mark{color:#6b6490;margin-bottom:16px;font-family:Georgia,Times New Roman,serif;font-size:48px;line-height:1;display:block}.sp-tcard-quote{color:#333;flex:1;margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.7}.sp-tcard-foot{border-top:1px solid #f0f0f0;align-items:center;gap:12px;margin-top:28px;padding-top:20px;display:flex}.sp-tcard-avatar{letter-spacing:.02em;border:1px solid #eee;border-radius:8px;flex-shrink:0;place-items:center;width:40px;height:40px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:700;display:grid}.sp-tcard-id{min-width:0}.sp-tcard-name{color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px}.sp-tcard-name strong{font-weight:700}.sp-tcard-company{color:#666;font-weight:400}.sp-tcard-role{color:#999;margin:2px 0 0;font-family:Inter,system-ui,sans-serif;font-size:13px}@media (width<=900px){.sp{padding:28px 14px}.sp-card{border-radius:20px;padding:56px 24px 32px}.sp-row{gap:14px;margin-top:36px}.sp-tcard{min-width:280px;max-width:280px;padding:26px 22px}}.ap-inner{max-width:1200px;margin:0 auto;padding:0 24px}.ap-head{text-align:center}.ap-title{letter-spacing:-.025em;color:#000;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(36px,5vw,56px);font-weight:600;line-height:1.15}.ap-sub{color:#111;text-align:center;max-width:620px;margin:16px auto 0;font-family:Inter,system-ui,sans-serif;font-size:17px;line-height:1.7}.ap-head h2,.ap-head p,.ap-head span{color:#111}.ap-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;margin-top:32px;display:flex}.ap-logo{filter:grayscale(.3);opacity:.8;align-items:center;gap:8px;display:inline-flex}.ap-logo img{object-fit:contain;width:auto;max-width:110px;height:28px;display:block}.ap-logo-name{color:#000;letter-spacing:-.005em;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600}.ap-grid{background:#fff;border:1px solid #e5e0d8;border-radius:16px;grid-template-columns:repeat(3,1fr);margin-top:64px;display:grid;overflow:hidden}.ap-cell{background:#fff;border-bottom:1px solid #e5e0d8;border-right:1px solid #e5e0d8;flex-direction:column;padding:40px 36px;display:flex}.ap-cell:nth-child(3n){border-right:none}.ap-cell:nth-last-child(-n+3){border-bottom:none}.ap-cell-icon{background:#f0ede8;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:24px;display:flex}.ap-cell-title{letter-spacing:-.01em;color:#1a1a1a;margin:0 0 12px;font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:600}.ap-cell-desc{color:#666;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.7}.ap-cell-stat{color:#999;border-top:1px solid #f0f0f0;margin:20px 0 0;padding-top:20px;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.55}@media (width<=900px){.ap{padding:70px 0}.ap-grid{grid-template-columns:repeat(2,1fr)}.ap-cell{padding:32px 26px}.ap-cell:nth-child(3n){border-right:1px solid #e5e0d8}.ap-cell:nth-child(2n){border-right:none}.ap-cell:nth-last-child(-n+3){border-bottom:1px solid #e5e0d8}.ap-cell:nth-last-child(-n+2){border-bottom:none}.ap-logos{gap:28px}}@media (width<=560px){.ap-grid{grid-template-columns:1fr}.ap-cell{border-bottom:1px solid #e5e0d8;border-right:none}.ap-cell:nth-child(2n){border-right:none}.ap-cell:nth-last-child(-n+3),.ap-cell:nth-last-child(-n+2){border-bottom:1px solid #e5e0d8}.ap-cell:last-child{border-bottom:none}}.tests{background:var(--white);padding:120px 0}.tests-head{text-align:center;max-width:760px;margin:0 auto 56px}.tests-head h2{letter-spacing:-.035em;margin-top:14px;font-size:clamp(40px,5vw,64px);line-height:1.04}.tests-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.test-card{background:var(--white);border:1px solid var(--border-soft);border-left:4px solid var(--yellow);border-radius:18px;flex-direction:column;padding:32px 30px 30px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 20px #0000000a}.test-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.test-quote{color:var(--text-primary);letter-spacing:-.01em;flex:1;font-size:17px;font-weight:500;line-height:1.55}.test-author{border-top:1px solid var(--border-soft);align-items:center;gap:12px;margin-top:24px;padding-top:20px;display:flex}.test-avatar{background:var(--black);width:40px;height:40px;color:var(--white);border-radius:50%;place-items:center;font-size:13px;font-weight:700;display:grid}.test-name{color:var(--text-primary);font-size:14.5px;font-weight:700}.test-role{color:var(--text-muted);margin-top:2px;font-size:13px}.dc{background:#f5f0e8;padding:40px 24px}.dc-card{background:#2d2420;border-radius:24px;grid-template-columns:1fr 1fr;max-width:1200px;min-height:480px;margin:0 auto;display:grid;overflow:hidden}.dc-image{padding:32px;display:flex}.dc-image img{object-fit:cover;filter:grayscale();border-radius:16px;width:100%;height:100%}.dc-copy{flex-direction:column;justify-content:center;padding:60px 48px;display:flex}.dc-title{letter-spacing:-.02em;color:#fff;margin:0;font-family:Inter,system-ui,sans-serif;font-size:40px;font-weight:600;line-height:1.2}.dc-sub{color:#ffffffa6;max-width:400px;margin:16px 0 0;font-family:Inter,system-ui,sans-serif;font-size:17px;line-height:1.7}.dc-form{gap:0;max-width:460px;margin-top:32px;display:flex}.dc-form input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-right:none;border-radius:100px 0 0 100px;outline:none;flex:1;min-width:0;padding:14px 24px;font-family:Inter,system-ui,sans-serif;font-size:15px;transition:border-color .18s}.dc-form input::placeholder{color:#fff6}.dc-form input:focus{border-color:#ffffff80}.dc-form button{color:#2d2420;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:0 100px 100px 0;padding:14px 28px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600;transition:background .18s}.dc-form button:hover{background:#f0f0f0}.dc-thanks{color:#fff;text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:100px;max-width:460px;margin-top:32px;padding:14px 24px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500}@media (width<=900px){.dc{padding:28px 14px}.dc-card{grid-template-columns:1fr;min-height:0}.dc-image{padding:20px 20px 0}.dc-image img{height:280px}.dc-copy{padding:36px 28px 40px}.dc-title{font-size:32px}}.ft{background:#f5f0e8;padding:60px 0 0}.ft-inner{border-top:1px solid #e5e0d8;max-width:1200px;margin:0 auto;padding:0 24px}.ft-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-top:48px;display:grid}.ft-brand-col{min-width:0}.ft-brand{color:#1a1a1a;align-items:center;gap:8px;display:inline-flex}.ft-brand-mark{color:#c84b2f;font-family:Inter,system-ui,sans-serif;font-size:24px;line-height:1}.ft-brand-name{color:#1a1a1a;letter-spacing:-.01em;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600}.ft-tagline{color:#666;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px}.ft-col-head{color:#1a1a1a;letter-spacing:-.005em;margin:0 0 16px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600}.ft-col-list{margin:0;padding:0;list-style:none}.ft-col-list li{line-height:2.2}.ft-col-list a{color:#666;font-family:Inter,system-ui,sans-serif;font-size:14px;text-decoration:none;transition:color .15s}.ft-col-list a:hover{color:#1a1a1a}.ft-social{gap:8px;display:flex}.ft-social-btn{background:#2d2a25;border-radius:10px;place-items:center;width:40px;height:40px;transition:background .15s;display:grid}.ft-social-btn:hover{background:#444}.ft-bottom{border-top:1px solid #e5e0d8;margin-top:40px;padding:20px 0}.ft-bottom p{color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:13px}@media (width<=720px){.ft-grid{grid-template-columns:1fr 1fr;gap:32px}.ft-brand-col{grid-column:1/-1}}.ch{background:#fff;padding:80px 0}.ch-inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:80px;max-width:1100px;margin:0 auto;padding:0 24px;display:grid}.ch-title{letter-spacing:-.02em;color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:40px;font-weight:700}.ch-sub{color:#555;max-width:300px;margin:16px 0 0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.7}.ch-info{margin:32px 0 0;padding:0;list-style:none}.ch-info li{align-items:center;gap:10px;margin-top:12px;display:flex}.ch-info li:first-child{margin-top:0}.ch-info a{color:#1a1a1a;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;text-decoration:none}.ch-info a:hover{text-decoration:underline}.ch-demo{color:#fff;letter-spacing:-.005em;background:#2d2a25;border-radius:100px;margin-top:32px;padding:13px 28px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-block}.ch-demo:hover{background:#444;transform:translateY(-1px)}.ch-form{background:#f5f0e8;border-radius:20px;flex-direction:column;gap:14px;padding:36px;display:flex}.ch-row{width:100%}.ch-row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ch-form input,.ch-form select,.ch-form textarea{color:#1a1a1a;background:#fff;border:1px solid #e5e0d8;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-family:Inter,system-ui,sans-serif;font-size:15px;transition:border-color .15s}.ch-form input::placeholder,.ch-form textarea::placeholder{color:#aaa}.ch-form input:focus,.ch-form select:focus,.ch-form textarea:focus{border-color:#2d2a25}.ch-form textarea{resize:vertical;min-height:100px;font-family:Inter,system-ui,sans-serif}.ch-select{position:relative}.ch-form select{appearance:none;cursor:pointer;padding-right:42px}.ch-select-caret{pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.ch-submit{flex-wrap:wrap;align-items:center;gap:16px;margin-top:6px;display:flex}.ch-send{color:#fff;cursor:pointer;background:#2d2a25;border:none;border-radius:100px;padding:12px 32px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600;transition:background .18s,transform .18s}.ch-send:hover{background:#444;transform:translateY(-1px)}.ch-disclaimer{color:#999;flex:1;min-width:200px;margin:0;font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:1.5}.ch-disclaimer a{color:#666;text-decoration:underline}.ch-disclaimer a:hover{color:#1a1a1a}.ch-thanks{text-align:center;padding:32px 16px}.ch-thanks p{color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:17px;font-weight:600}@media (width<=900px){.ch{padding:60px 0}.ch-inner{grid-template-columns:1fr;gap:40px}.ch-form{padding:28px}.ch-row-2{grid-template-columns:1fr}}.rb{background:#6b6490;padding:80px 40px;position:relative;overflow:hidden}.rb:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(45deg,#ffffff08 0 1px,#0000 1px 12px);position:absolute;inset:0}.rb-inner{text-align:center;max-width:720px;margin:0 auto;position:relative}.rb-title{letter-spacing:-.015em;color:#fff;max-width:600px;margin:0 auto;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:600;line-height:1.3}.rb-cta{color:#2d2a25;letter-spacing:-.005em;background:#fff;border-radius:100px;margin-top:32px;padding:14px 36px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-block}.rb-cta:hover{background:#f0f0f0;transform:translateY(-1px)}@media (width<=720px){.rb{padding:60px 20px}}.ab{background:#fff;padding:60px 0 0}.ab-inner{max-width:1100px;margin:0 auto;padding:0 24px}.ab-title{letter-spacing:-.025em;color:#1a1a1a;margin:0 0 32px;font-family:Inter,system-ui,sans-serif;font-size:48px;font-weight:700}.ab-card{background:#fff;border:1px solid #e5e0d8;border-radius:20px;grid-template-columns:1.2fr 1fr;align-items:center;display:grid;overflow:hidden}.ab-card-image{height:100%;min-height:280px;position:relative}.ab-card-image img{object-fit:cover;width:100%;height:100%;display:block}.ab-card-image-badge{color:#fff;text-align:center;background:#0000004d;border-radius:50%;place-items:center;width:56px;height:56px;font-size:32px;line-height:56px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ab-card-body{padding:40px}.ab-card-title{letter-spacing:-.015em;color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:24px;font-weight:600;line-height:1.3}.ab-card-desc{color:#666;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.7}.ab-card-cta{color:#fff;background:#2d2a25;border-radius:100px;margin-top:20px;padding:11px 24px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:inline-block}.ab-card-cta:hover{background:#444;transform:translateY(-1px)}@media (width<=820px){.ab-card{grid-template-columns:1fr}.ab-card-image{min-height:220px}.ab-card-body{padding:28px}.ab-title{font-size:36px}}.fd{background:#fff;padding:80px 0}.fd-inner{max-width:1100px;margin:0 auto;padding:0 24px}.fd-head{text-align:center;max-width:720px;margin:0 auto}.fd-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.fd-title{letter-spacing:-.02em;color:#1a1a1a;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:600;line-height:1.3}.fd-sub{color:#666;max-width:600px;margin:16px auto 0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.7}.fd-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:48px;display:grid}.fd-card{background:#f5f0e8;border:1px solid #e5e0d8;border-radius:16px;padding:24px}.fd-card-head{align-items:center;gap:12px;display:flex}.fd-card-avatar{object-fit:cover;background:#e8e2d4;border-radius:50%;flex-shrink:0;width:52px;height:52px}.fd-card-id{flex:1;min-width:0}.fd-card-name{letter-spacing:-.005em;color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:700}.fd-card-title{color:#666;margin:2px 0 0;font-family:Inter,system-ui,sans-serif;font-size:13px}.fd-card-social{gap:6px;margin-left:auto;display:flex}.fd-card-social a{background:#2d2a25;border-radius:6px;place-items:center;width:32px;height:32px;transition:background .15s;display:grid}.fd-card-social a:hover{background:#444}.fd-card-bio{color:#555;margin:16px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.7}.fd-card-bio strong{color:#1a1a1a;font-weight:700}@media (width<=820px){.fd{padding:60px 0}.fd-grid{grid-template-columns:1fr}}.ms-wrap{background:#fff;padding:0 24px}.ms{text-align:center;background:#6b6490;border-radius:24px;max-width:1200px;margin:0 auto;padding:80px 40px;position:relative;overflow:hidden}.ms:before{content:"";pointer-events:none;background:radial-gradient(circle at 18% 0,#ffffff14,#0000 55%),radial-gradient(circle at 82% 100%,#ffffff0d,#0000 55%);position:absolute;inset:0}.ms>*{position:relative}.ms-eyebrow{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:#fff3;border-radius:100px;padding:4px 12px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-block}.ms-title{letter-spacing:-.01em;color:#fff;max-width:700px;margin:20px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(20px,3vw,28px);font-weight:500;line-height:1.6}.ms-pills{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:32px;display:flex}.ms-pill{color:#fff;letter-spacing:-.005em;white-space:nowrap;background:#ffffff26;border-radius:100px;padding:8px 20px;font-family:Inter,system-ui,sans-serif;font-size:14px;transition:background .18s}.ms-pill:hover{background:#ffffff40}@media (width<=720px){.ms{padding:60px 24px}.ms-pills{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding:0 4px 8px;overflow-x:auto}.ms-pills::-webkit-scrollbar{display:none}}.mt-stats{background:#f5f0e8;padding:60px 0 80px}.mt-stats-inner{text-align:center;max-width:900px;margin:0 auto;padding:0 24px}.mt-line{margin:0;line-height:1.5}.mt-line-2{margin-top:16px}.mt-hl{color:#fff;letter-spacing:-.005em;background:#2d2a25;border-radius:6px;padding:4px 16px;font-family:Inter,system-ui,sans-serif;font-size:clamp(16px,2vw,20px);font-weight:500;line-height:1.5;display:inline-block}.mt-soft{color:#555;font-family:Inter,system-ui,sans-serif;font-size:clamp(16px,2vw,20px)}.mt-stat-row{border-top:1px solid #e5e0d8;grid-template-columns:repeat(4,1fr);gap:0;margin-top:48px;padding-top:40px;display:grid}.mt-stat{text-align:center;border-right:1px solid #e5e0d8;padding:0 32px}.mt-stat:last-child{border-right:none}.mt-stat-value{letter-spacing:-.025em;color:#c84b2f;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.1}.mt-stat-label{color:#888;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px}@media (width<=720px){.mt-stats{padding:40px 0 60px}.mt-stat-row{grid-template-columns:repeat(2,1fr);gap:28px 0}.mt-stat:nth-child(2n){border-right:none}.mt-stat{padding:0 16px}}.mi{background:#f5f0e8;padding:0 24px 60px}.mi-card{text-align:center;color:#fff;background:#6b6490;border-radius:24px;max-width:1100px;margin:0 auto;padding:60px 48px;position:relative;overflow:hidden}.mi-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 14% 0,#ffffff14,#0000 55%),radial-gradient(circle at 86% 100%,#ffffff0d,#0000 55%);position:absolute;inset:0}.mi-card>*{position:relative}.mi-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#fff3;border-radius:100px;padding:4px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-block}.mi-title{letter-spacing:-.015em;color:#fff;max-width:720px;margin:16px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:500;line-height:1.3}.mi-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px;display:grid}.mi-tile{background:#ffffff1f;border:1px solid #fff3;border-radius:14px;padding:20px 24px}.mi-tile-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.mi-tile-cat{letter-spacing:.08em;text-transform:uppercase;color:#fff9;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.mi-tile-delta{color:#4ade80;white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600}.mi-tile-value{letter-spacing:-.025em;color:#fff;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.1}.mi-tile-name{color:#fffc;margin:4px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500}.mi-tile-sub{color:#ffffff80;margin:4px 0 0;font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:1.5}@media (width<=980px){.mi-card{padding:48px 28px}.mi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.mi{padding:0 14px 40px}.mi-grid{grid-template-columns:1fr}}.roi{background:#f5f0e8;padding:80px 0}.roi-inner{text-align:center;max-width:900px;margin:0 auto;padding:0 24px}.roi-head{text-align:center}.roi-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#2d2a25;border-radius:100px;padding:4px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-block}.roi-title{letter-spacing:-.02em;color:#1a1a1a;margin:16px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(24px,3.5vw,40px);font-weight:600;line-height:1.2}.roi-sub{color:#888;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px}.roi-card{text-align:left;background:#fff;border:1px solid #e5e0d8;border-radius:16px;margin-top:48px;padding:40px}.roi-slider-row{border-bottom:1px solid #f0f0f0;padding:24px 0}.roi-slider-row:first-child{padding-top:0}.roi-slider-row:last-child{border-bottom:none;padding-bottom:0}.roi-slider-label{letter-spacing:.1em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.roi-slider-value{letter-spacing:-.025em;color:#1a1a1a;margin:6px 0 16px;font-family:Inter,system-ui,sans-serif;font-size:40px;font-weight:700;line-height:1}.roi-slider{appearance:none;cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px;margin:0}.roi-slider::-webkit-slider-runnable-track{background:0 0;border:none;height:4px}.roi-slider::-moz-range-track{background:0 0;border:none;height:4px}.roi-slider::-webkit-slider-thumb{appearance:none;cursor:grab;background:#2d2a25;border:3px solid #fff;border-radius:50%;width:32px;height:32px;margin-top:-14px;box-shadow:0 2px 6px #0000002e}.roi-slider::-webkit-slider-thumb:active{cursor:grabbing}.roi-slider::-moz-range-thumb{cursor:grab;background:#2d2a25;border:3px solid #fff;border-radius:50%;width:26px;height:26px;box-shadow:0 2px 6px #0000002e}.roi-result{text-align:center;margin-top:40px}.roi-result-label{color:#666;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px}.roi-result-value{letter-spacing:-.03em;color:#c84b2f;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(40px,6vw,64px);font-weight:700;line-height:1}.roi-result-foot{color:#666;max-width:580px;margin:12px auto 0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6}.roi-result-foot strong{color:#1a1a1a;font-weight:700}.roi-metrics{text-align:left;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px;display:grid}.roi-metric{background:#fff;border:1px solid #e5e0d8;border-top:3px solid #2d2a25;border-radius:12px;padding:20px 24px}.roi-metric-label{color:#666;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px}.roi-metric-value{letter-spacing:-.02em;color:#c84b2f;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:28px;font-weight:700;line-height:1.1}.roi-ctas{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px;display:flex}.roi-cta-dark,.roi-cta-ghost{letter-spacing:-.005em;cursor:pointer;border-radius:100px;align-items:center;padding:13px 28px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:inline-flex}.roi-cta-dark{color:#fff;background:#2d2a25}.roi-cta-dark:hover{background:#444;transform:translateY(-1px)}.roi-cta-ghost{color:#2d2a25;background:0 0;border:1.5px solid #2d2a25;padding:11.5px 26.5px}.roi-cta-ghost:hover{color:#fff;background:#2d2a25}@media (width<=820px){.roi{padding:60px 0}.roi-card{padding:28px 22px}.roi-slider-value{font-size:32px}.roi-metrics{grid-template-columns:1fr}}.mf{background:#f5f0e8;padding:100px 0}.mf-inner{max-width:1200px;margin:0 auto;padding:0 24px}.mf-head{text-align:center;max-width:820px;margin:0 auto}.mf-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#2d2a25;border-radius:100px;padding:6px 16px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.mf-title{letter-spacing:-.025em;color:#1a1a1a;margin:20px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,52px);font-weight:600;line-height:1.2}.mf-sub{color:#888;max-width:620px;margin:16px auto 0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.7}.mf-grid{background:#f5f0e8;border:1px solid #e5e0d8;border-radius:0;grid-template-columns:repeat(3,1fr);margin-top:64px;display:grid;overflow:hidden}.mf-cell{background:#f5f0e8;border-bottom:1px solid #e5e0d8;border-right:1px solid #e5e0d8;flex-direction:column;padding:48px 40px;display:flex}.mf-cell:nth-child(3n){border-right:none}.mf-cell:nth-last-child(-n+3){border-bottom:none}.mf-icon{background:#fff;border:1px solid #e5e0d8;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:28px;display:flex}.mf-cell-title{letter-spacing:-.01em;color:#1a1a1a;margin:0 0 14px;font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.mf-cell-body{color:#666;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.7}@media (width<=980px){.mf{padding:70px 0}.mf-grid{grid-template-columns:repeat(2,1fr)}.mf-cell{padding:36px 28px}.mf-cell:nth-child(3n){border-right:1px solid #e5e0d8}.mf-cell:nth-child(2n){border-right:none}.mf-cell:nth-last-child(-n+3){border-bottom:1px solid #e5e0d8}.mf-cell:nth-last-child(-n+2){border-bottom:none}}@media (width<=560px){.mf-grid{grid-template-columns:1fr}.mf-cell{border-bottom:1px solid #e5e0d8;border-right:none;padding:32px 22px}.mf-cell:nth-child(2n){border-right:none}.mf-cell:last-child{border-bottom:none}}.hw{background:#f5f0e8;padding:40px 24px 60px}.hw-card{background:#6b6490;border-radius:24px;max-width:1100px;margin:0 auto;padding:72px 80px 80px;position:relative;overflow:hidden}.hw-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 14% 0,#ffffff14,#0000 55%),radial-gradient(circle at 86% 100%,#ffffff0d,#0000 55%);position:absolute;inset:0}.hw-card>*{position:relative}.hw-head{text-align:center}.hw-pill{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#ffffff26;border-radius:100px;padding:5px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.hw-title{letter-spacing:-.025em;color:#fff;max-width:700px;margin:20px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(32px,5vw,56px);font-weight:600;line-height:1.2}.hw-sub{color:#ffffffa6;max-width:540px;margin:16px auto 0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.7}.hw-timeline{max-width:700px;margin:64px auto 0;position:relative}.hw-line{background:#fff3;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.hw-step{grid-template-columns:1fr 44px 1fr;align-items:center;margin-bottom:80px;display:grid;position:relative}.hw-step:last-child{margin-bottom:0}.hw-number{color:#fff;z-index:2;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;grid-column:2;justify-content:center;justify-self:center;align-items:center;width:44px;height:44px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;display:flex;position:relative}.hw-content{align-items:center;gap:20px;display:flex}.hw-step-right .hw-content{grid-column:3}.hw-step-left .hw-content{grid-column:1;justify-content:flex-end}.hw-step-left .hw-text{text-align:right}.hw-image{background:#ffffff26;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:140px;font-size:64px;line-height:1;display:flex}.hw-text{max-width:220px;padding:0 4px}.hw-badge{color:#fff;letter-spacing:.02em;background:#ffffff26;border-radius:100px;padding:3px 10px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.hw-step-title{letter-spacing:-.015em;color:#fff;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:28px;font-weight:600;line-height:1.2}.hw-step-desc{color:#ffffffa6;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6}@media (width<=980px){.hw-card{padding:56px 36px 64px}}@media (width<=768px){.hw{padding:24px 14px 40px}.hw-card{padding:44px 24px 48px}.hw-timeline{margin-top:40px}.hw-line{display:none}.hw-step{text-align:center;grid-template-columns:1fr;margin-bottom:48px}.hw-step .hw-spacer{display:none}.hw-number{margin:0 auto;grid-column:1!important}.hw-step-right .hw-content,.hw-step-left .hw-content{flex-direction:column;grid-column:1;justify-content:center;gap:16px;margin-top:20px}.hw-step-left .hw-text{text-align:center}.hw-text{max-width:320px;margin:0 auto}}.lw{background:#f5f0e8;padding:100px 0}.lw-inner{max-width:1200px;margin:0 auto;padding:0 24px}.lw-head{text-align:center;max-width:760px;margin:0 auto}.lw-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#2d2a25;border-radius:100px;padding:5px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.lw-title{letter-spacing:-.025em;color:#1a1a1a;margin:16px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.2}.lw-sub{color:#888;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:15px}.lw-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:60px;margin-top:56px;display:grid}.lw-steps{margin:0;padding:0;list-style:none}.lw-step{cursor:pointer;opacity:.4;border-bottom:1px solid #e5e0d8;padding:16px 0;transition:opacity .25s}.lw-step:last-child{border-bottom:none}.lw-step:hover:not(.is-active){opacity:.7}.lw-step.is-active{opacity:1}.lw-step-row{align-items:center;gap:12px;display:flex}.lw-step-num{color:#ccc;border:1.5px solid #ccc;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:700;transition:border-color .25s,color .25s;display:inline-flex}.lw-step.is-active .lw-step-num{color:#2d2a25;border-color:#2d2a25}.lw-step-title{color:#aaa;letter-spacing:-.005em;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:500;line-height:1.3;transition:font-size .25s,font-weight .25s,color .25s}.lw-step.is-active .lw-step-title{color:#1a1a1a;font-size:22px;font-weight:700}.lw-step-desc{color:#666;margin:8px 0 0 36px;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6;animation:.3s ease-out lwFade}@keyframes lwFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.lw-preview{background:#ede8dc;border-radius:20px;min-height:360px;padding:32px}.lw-preview-card{background:#fff;border-radius:14px;padding:24px;animation:.22s ease-out lwFade;box-shadow:0 4px 20px #0000000f}.lw-preview-head{align-items:flex-start;gap:12px;display:flex}.lw-preview-icon{background:#2d2a25;border-radius:10px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.lw-preview-title{color:#1a1a1a;letter-spacing:-.005em;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700}.lw-preview-sub{color:#666;margin:2px 0 0;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.45}.lw-preview-divider{background:#f0f0f0;height:1px;margin:16px 0}.lw-preview-list{margin:0;padding:0;list-style:none}.lw-preview-list li{color:#333;align-items:center;gap:12px;margin-bottom:14px;font-family:Inter,system-ui,sans-serif;font-size:14px;display:flex}.lw-preview-list li:last-child{margin-bottom:0}.lw-check{background:#e6f9f0;border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;display:grid}@media (width<=900px){.lw{padding:70px 0}.lw-grid{grid-template-columns:1fr;gap:36px}.lw-preview{padding:22px}}.sp2{background:#f5f0e8;padding:60px 0 100px}.sp2-inner{grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.sp2-table{background:#2d2a25;border-radius:20px;overflow:hidden}.sp2-table-head{justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;display:flex}.sp2-table-title{color:#fff;letter-spacing:-.005em;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600}.sp2-table-live{color:#fff;align-items:center;gap:6px;font-family:Inter,system-ui,sans-serif;font-size:13px;display:inline-flex}.sp2-table-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #4ade802e}.sp2-table-cols{letter-spacing:.08em;text-transform:uppercase;color:#fff6;background:#ffffff0d;grid-template-columns:1.2fr 1fr 1.4fr;gap:16px;padding:12px 28px;font-family:Inter,system-ui,sans-serif;font-size:11px;display:grid}.sp2-rows{margin:0;padding:0;list-style:none}.sp2-row{border-top:1px solid #ffffff14;grid-template-columns:1.2fr 1fr 1.4fr;align-items:center;gap:16px;padding:16px 28px;display:grid}.sp2-row-name-1{color:#fff;letter-spacing:-.005em;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600}.sp2-row-name-2{color:#fff6;margin:2px 0 0;font-family:Inter,system-ui,sans-serif;font-size:12px}.sp2-row-rate-1{letter-spacing:-.015em;color:#fff;margin:0;font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:700}.sp2-row-rate-2{color:#fff6;margin:2px 0 0;font-family:Inter,system-ui,sans-serif;font-size:12px}.sp2-row-pmt{justify-content:flex-end;align-items:center;gap:12px;display:flex}.sp2-row-pmt-val{color:#fff;font-family:Inter,system-ui,sans-serif;font-size:14px}.sp2-row-cta{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:none;border-radius:100px;padding:6px 14px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;transition:background .18s}.sp2-row-cta:hover{background:#ffffff2e}.sp2-table-foot{background:#ffffff08;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 28px;display:flex}.sp2-foot-text{color:#ffffff80;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5}.sp2-foot-link{color:#c84b2f;white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600;text-decoration:none}.sp2-foot-link:hover{color:#e25c3d}.sp2-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#2d2a25;border-radius:100px;padding:5px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.sp2-title{letter-spacing:-.025em;color:#1a1a1a;margin:20px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.15}.sp2-sub{color:#666;margin:20px 0 0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.7}@media (width<=900px){.sp2{padding:40px 0 70px}.sp2-inner{grid-template-columns:1fr;gap:40px}}@media (width<=560px){.sp2-table-cols,.sp2-row{grid-template-columns:1fr 1fr;gap:10px 12px}.sp2-table-cols span:nth-child(3),.sp2-row .sp2-row-pmt{grid-column:1/-1;justify-content:flex-start}.sp2-row-cta{margin-left:auto}}.lp{background:#f5f0e8;padding:100px 0}.lp-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:block}.lp-head{text-align:center;width:100%;margin-bottom:48px;display:block}.lp-pill{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#2d2a25;border-radius:100px;margin-bottom:20px;padding:5px 14px;font-size:11px;font-weight:500;display:inline-block}.lp-title{color:#1a1a1a;max-width:600px;margin:0 auto 16px;font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.2}.lp-sub{color:#888;max-width:580px;margin:0 auto;font-size:16px;line-height:1.7}.lp-grid{align-items:stretch;gap:20px;display:grid}.lp-card{background:#fff;border:1px solid #e5e0d8;border-radius:16px;flex-direction:column;padding:24px 24px 28px;display:flex}.lp-card-dark{background:#2d2a25;border:none}.lp-card-name{color:#1a1a1a;margin-bottom:16px;font-size:15px;font-weight:600}.lp-card-dark .lp-card-name{color:#fff}.lp-metrics{margin-bottom:16px}.lp-metric{align-items:baseline;gap:6px;margin-bottom:8px;line-height:1.1;display:flex}.lp-metric-value{color:#1a1a1a;font-size:26px;font-weight:700}.lp-card-dark .lp-metric-value{color:#fff}.lp-metric-label{color:#888;font-size:13px}.lp-card-dark .lp-metric-label{color:#ffffff80}.lp-card-desc{color:#666;flex:1;margin-bottom:20px;font-size:13px;line-height:1.6}.lp-card-dark .lp-card-desc{color:#fff9}.lp-card-btn{text-align:center;cursor:pointer;border-radius:100px;width:100%;margin-top:auto;padding:11px 0;font-size:13px;font-weight:500}.lp-card-btn-ghost{color:#2d2a25;background:0 0;border:1.5px solid #2d2a25}.lp-card-btn-filled{color:#fff;background:#2d2a25;border:none}.lp-card-btn-ghost-light{color:#fff;background:0 0;border:1.5px solid #ffffff59}.lp-features-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;display:grid}.lp-features{margin:0;padding:0;list-style:none}.lp-features li{color:#444;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.lp-features svg{flex-shrink:0}@media (width<=1100px){.lp-grid,.lp-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.lp-grid,.lp-features-grid{grid-template-columns:1fr}}.ct{background:#f5f0e8;padding:60px 0 100px}.ct-inner{max-width:1000px;margin:0 auto;padding:0 24px}.ct-head{text-align:center;max-width:760px;margin:0 auto}.ct-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#2d2a25;border-radius:100px;padding:5px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.ct-title{letter-spacing:-.025em;color:#1a1a1a;margin:16px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:600;line-height:1.2}.ct-sub{color:#888;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}.ct-table{background:#fff;border:1px solid #e5e0d8;border-radius:16px;margin-top:40px;overflow:hidden}.ct-thead{background:#2d2a25;grid-template-columns:1.5fr 1fr 1fr 1fr;align-items:center;gap:16px;padding:16px 24px;display:grid}.ct-th{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;font-family:Inter,system-ui,sans-serif;font-size:11px}.ct-th-us{color:#fff;letter-spacing:-.005em;background:#c84b2f;border-radius:100px;justify-self:start;align-items:center;gap:6px;padding:6px 16px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;display:inline-flex}.ct-th-other{color:#ffffffb3;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500}.ct-row{background:#fff;border-bottom:1px solid #f0f0f0;grid-template-columns:1.5fr 1fr 1fr 1fr;align-items:center;gap:16px;padding:18px 24px;display:grid}.ct-row:last-child{border-bottom:none}.ct-row-alt{background:#fafaf8}.ct-feat{color:#1a1a1a;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600}.ct-us{color:#c84b2f;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500}.ct-us-check{align-items:center;gap:8px;display:inline-flex}.ct-other{color:#666;font-family:Inter,system-ui,sans-serif;font-size:14px}.ct-other-no{color:#f44}@media (width<=820px){.ct{padding:40px 0 70px}.ct-thead,.ct-row{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:10px;padding:14px 16px;font-size:13px}.ct-th-us{padding:4px 10px;font-size:12px}.ct-feat,.ct-us,.ct-other{font-size:13px}}@media (width<=560px){.ct-thead,.ct-row{grid-template-columns:1.2fr 1fr 1fr}.ct-thead .ct-th-other:last-child,.ct-row>:last-child{display:none}}.cs{background:#f5f0e8;padding:40px 24px 60px}.cs-card{text-align:center;color:#fff;background:#6b6490;border-radius:24px;max-width:1200px;margin:0 auto;padding:64px 48px 48px;position:relative;overflow:hidden}.cs-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 14% 0,#ffffff14,#0000 55%),radial-gradient(circle at 86% 100%,#ffffff0d,#0000 55%);position:absolute;inset:0}.cs-card>*{position:relative}.cs-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#fff3;border-radius:100px;padding:5px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.cs-title{letter-spacing:-.025em;color:#fff;max-width:760px;margin:20px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(32px,5vw,56px);font-weight:600;line-height:1.2}.cs-sub{color:#ffffffb3;max-width:620px;margin:12px auto 0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6}.cs-row{text-align:left;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:20px;margin-top:40px;padding-bottom:4px;display:flex;overflow-x:auto}.cs-row::-webkit-scrollbar{display:none}.cs-tcard{color:#1a1a1a;scroll-snap-align:start;background:#fff;border-radius:16px;flex-direction:column;flex-shrink:0;min-width:300px;max-width:300px;padding:28px;display:flex;box-shadow:0 6px 24px #0000001a}.cs-tcard-mark{color:#6b6490;margin-bottom:16px;font-family:Georgia,Times New Roman,serif;font-size:32px;line-height:1;display:block}.cs-tcard-quote{color:#333;flex:1;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.7}.cs-tcard-foot{align-items:center;gap:12px;margin-top:20px;display:flex}.cs-tcard-avatar{object-fit:cover;background:#e8e2d4;border-radius:50%;flex-shrink:0;width:40px;height:40px}.cs-tcard-name{color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:700}.cs-tcard-loc{color:#888;margin:2px 0 0;font-family:Inter,system-ui,sans-serif;font-size:13px;display:block}@media (width<=900px){.cs{padding:28px 14px 50px}.cs-card{border-radius:20px;padding:48px 24px 40px}.cs-row{gap:14px;margin-top:30px}.cs-tcard{min-width:270px;max-width:270px;padding:22px}}.faq{background:#f5f0e8;padding:100px 0}.faq-inner{grid-template-columns:1fr 1.8fr;align-items:start;gap:80px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.faq-copy{min-width:0}.faq-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#2d2a25;border-radius:100px;padding:5px 12px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.faq-title{letter-spacing:-.02em;color:#1a1a1a;margin:16px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,3.5vw,40px);font-weight:700;line-height:1.2}.faq-sub{color:#666;max-width:260px;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}.faq-cta-wrap{margin-top:48px}.faq-cta-label{color:#666;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px}.faq-cta{color:#fff;background:#2d2a25;border-radius:100px;margin-top:12px;padding:12px 24px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:background .18s,transform .18s;display:inline-block}.faq-cta:hover{background:#444;transform:translateY(-1px)}.faq-list{flex-direction:column;gap:12px;min-width:0;display:flex}.faq-item{cursor:pointer;background:#fff;border:1px solid #e5e0d8;border-radius:12px;outline:none;padding:20px 24px;transition:border-color .18s}.faq-item:hover,.faq-item.is-open{border-color:#d0cbc2}.faq-item:focus-visible{box-shadow:0 0 0 3px #2d2a251f}.faq-q-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.faq-q{color:#1a1a1a;letter-spacing:-.005em;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;line-height:1.4}.faq-chevron{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:transform .2s;display:inline-flex}.faq-chevron.is-up{transform:rotate(180deg)}.faq-a{color:#555;border-top:1px solid #f0f0f0;margin:12px 0 0;padding-top:12px;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.7;animation:.22s ease-out faqFade}@keyframes faqFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.faq{padding:70px 0}.faq-inner{grid-template-columns:1fr;gap:40px}.faq-sub{max-width:none}.faq-cta-wrap{margin-top:32px}}.cl-stats{background:#f5f0e8;padding:60px 0}.cl-stats-inner{text-align:center;max-width:860px;margin:0 auto;padding:0 24px}.cl-line{margin:0;line-height:1.5}.cl-line-2{margin-top:12px}.cl-hl{color:#fff;letter-spacing:-.005em;background:#2d2a25;border-radius:6px;padding:4px 16px;font-family:Inter,system-ui,sans-serif;font-size:clamp(16px,2.2vw,22px);font-weight:500;line-height:1.5;display:inline-block}.cl-soft{color:#555;font-family:Inter,system-ui,sans-serif;font-size:clamp(16px,2.2vw,22px)}.cl-dash{background:#f5f0e8;padding:20px 0 80px}.cl-dash-inner{max-width:860px;margin:0 auto;padding:0 24px}.cl-browser{background:#fff;border:1px solid #e5e0d8;border-radius:16px;overflow:hidden;box-shadow:0 8px 48px #0000001a}.cl-browser-bar{background:#f5f5f5;border-bottom:1px solid #e5e5e5;align-items:center;gap:6px;padding:12px 16px;display:flex}.cl-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.cl-dot-r{background:#ff5f57}.cl-dot-y{background:#ffbd2e}.cl-dot-g{background:#28c840}.cl-browser-url{color:#888;margin-left:8px;font-family:Inter,system-ui,sans-serif;font-size:12px}.cl-browser-tag{color:#fff;background:#6b6490;border-radius:100px;margin-left:auto;padding:3px 10px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500}.cl-browser-body{padding:24px}.cl-stat-row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.cl-stat-card{background:#fafaf8;border:1px solid #f0f0f0;border-radius:12px;padding:16px 20px}.cl-stat-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.cl-stat-pill{color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#6b6490;border-radius:100px;padding:3px 10px;font-family:Inter,system-ui,sans-serif;font-size:10px;font-weight:600}.cl-stat-value{letter-spacing:-.025em;color:#1a1a1a;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:40px;font-weight:700;line-height:1}.cl-stat-bar{background:#ece5d6;border-radius:2px;height:4px;margin-top:14px;overflow:hidden}.cl-stat-bar-fill{background:linear-gradient(90deg,#6b6490,#c84b2f);border-radius:2px;height:100%;display:block}.cl-stat-sub{color:#888;margin:10px 0 0;font-family:Inter,system-ui,sans-serif;font-size:13px}.cl-stat-sub-good{color:#02cf5b;font-weight:500}.cl-feed{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.cl-feed-item{background:#fafaf8;border-radius:10px;align-items:center;gap:12px;padding:14px 18px;display:flex}.cl-feed-icon{background:#f0f0f0;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.cl-feed-text{color:#1a1a1a;flex:1;min-width:0;margin:0;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.4}.cl-feed-text strong{color:#1a1a1a;font-weight:700}.cl-feed-rest{color:#666;font-weight:400}.cl-feed-time{color:#999;white-space:nowrap;flex-shrink:0;margin-left:auto;font-family:Inter,system-ui,sans-serif;font-size:12px}@media (width<=720px){.cl-stat-row,.cl-feed{grid-template-columns:1fr}.cl-browser-body{padding:18px}}.cl-quote{background:#f5f0e8;padding:40px 0 80px}.cl-quote-inner{text-align:center;max-width:700px;margin:0 auto;padding:0 24px}.cl-quote-text{color:#555;letter-spacing:-.005em;margin:0;font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.6}.cl-quote-text strong{color:#1a1a1a;font-weight:700}.cl-quote-author{align-items:center;gap:14px;margin-top:24px;display:inline-flex}.cl-quote-avatar{color:#fff;letter-spacing:.01em;background:#2d2a25;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700;display:grid}.cl-quote-id{text-align:left;line-height:1.25}.cl-quote-name{color:#1a1a1a;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:700;display:block}.cl-quote-role{color:#888;margin-top:2px;font-family:Inter,system-ui,sans-serif;font-size:13px;display:block}.clc{background:#f5f0e8;padding:60px 0}.clc-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.clc-panel{background:#fff;border:1px solid #e5e0d8;border-radius:20px;flex-direction:column;gap:14px;padding:32px;display:flex;overflow:hidden}.clc-row{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.clc-track{gap:10px;width:max-content;display:flex}.clc-row-left .clc-track{animation:20s linear infinite clcScrollL}.clc-row-right .clc-track{animation:20s linear infinite clcScrollR}@keyframes clcScrollL{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes clcScrollR{0%{transform:translate(-50%)}to{transform:translate(0)}}.clc-pill{letter-spacing:-.005em;white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:10px;padding:12px 20px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;display:inline-flex}.clc-pill-dark{color:#fff;background:#2d2a25}.clc-pill-light{color:#1a1a1a;background:#fff;border:1px solid #e5e0d8}.clc-pill-icon{padding:12px 14px}.clc-copy{padding-left:8px}.clc-title{letter-spacing:-.02em;color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(24px,3.5vw,40px);font-weight:600;line-height:1.3}.clc-sub{color:#666;margin:16px 0 0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.7}@media (width<=900px){.clc-inner{grid-template-columns:1fr;gap:36px}.clc-copy{padding-left:0}.clc-panel{padding:22px}}.clw{background:#f5f0e8;padding:0 24px 60px}.clw-card{background:#6b6490;border-radius:24px;max-width:1200px;margin:0 auto;padding:64px 48px;position:relative;overflow:hidden}.clw-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 14% 0,#ffffff14,#0000 55%),radial-gradient(circle at 86% 100%,#ffffff0d,#0000 55%);position:absolute;inset:0}.clw-card>*{position:relative}.clw-head{text-align:center}.clw-pill{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#fff3;border-radius:100px;padding:5px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.clw-title{letter-spacing:-.025em;color:#fff;max-width:680px;margin:16px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,52px);font-weight:600;line-height:1.2}.clw-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px;display:grid}.clw-cell{background:#fff;border-radius:14px;padding:24px 20px}.clw-live{letter-spacing:.05em;text-transform:uppercase;color:#02cf5b;margin-bottom:12px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-block}.clw-value{letter-spacing:-.025em;color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1}.clw-name{color:#1a1a1a;letter-spacing:-.005em;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:600}.clw-sub{color:#888;margin:4px 0 0;font-family:Inter,system-ui,sans-serif;font-size:13px}@media (width<=900px){.clw-card{padding:48px 28px}.clw-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.clw{padding:0 14px 40px}.clw-grid{grid-template-columns:1fr}}.clf{background:#f5f0e8;padding:100px 0}.clf-inner{max-width:1200px;margin:0 auto;padding:0 24px}.clf-head{text-align:center;max-width:760px;margin:0 auto}.clf-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.clf-title{letter-spacing:-.025em;color:#1a1a1a;max-width:580px;margin:12px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.2}.clf-sub{color:#888;margin:12px auto 0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}.clf-grid{background:#f5f0e8;border:1px solid #e5e0d8;border-radius:0;grid-template-columns:repeat(3,1fr);margin-top:64px;display:grid;overflow:hidden}.clf-cell{background:#f5f0e8;border-bottom:1px solid #e5e0d8;border-right:1px solid #e5e0d8;flex-direction:column;padding:40px 36px;display:flex}.clf-cell:nth-child(3n){border-right:none}.clf-cell:nth-last-child(-n+3){border-bottom:none}.clf-icon{background:#fff;border:1px solid #e5e0d8;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.clf-cell-title{letter-spacing:-.01em;color:#1a1a1a;margin:0 0 10px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.clf-cell-body{color:#666;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6}@media (width<=980px){.clf{padding:70px 0}.clf-grid{grid-template-columns:repeat(2,1fr)}.clf-cell{padding:32px 26px}.clf-cell:nth-child(3n){border-right:1px solid #e5e0d8}.clf-cell:nth-child(2n){border-right:none}.clf-cell:nth-last-child(-n+3){border-bottom:1px solid #e5e0d8}.clf-cell:nth-last-child(-n+2){border-bottom:none}}@media (width<=768px){.clf-grid{grid-template-columns:1fr}.clf-cell{border-bottom:1px solid #e5e0d8;border-right:none;padding:28px 22px}.clf-cell:nth-child(2n){border-right:none}.clf-cell:last-child{border-bottom:none}}.ap{background:#f5f0e8;padding:40px 24px 60px}.ap-card{background:#6b5f8e;border-radius:24px;grid-template-columns:260px 1fr;align-items:center;gap:32px;max-width:1200px;margin:0 auto;padding:56px 48px;display:grid}.ap-left{color:#fff}.ap-title{color:#fff;font-size:clamp(22px,2.8vw,34px);font-weight:600;line-height:1.3}.ap-sub{color:#ffffffa6;margin-top:14px;font-size:14px;line-height:1.6}.ap-legend{flex-wrap:wrap;gap:8px 14px;margin-top:28px;display:flex}.ap-leg{color:#ffffffb3;align-items:center;gap:6px;font-size:11px;display:flex}.ap-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ap-diagram{width:100%}.ap-diagram svg{width:100%;height:auto}@keyframes apFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=860px){.ap-card{grid-template-columns:1fr}}.chw{background:#f5f0e8;padding:100px 0}.chw-inner{max-width:1200px;margin:0 auto;padding:0 24px}.chw-head{text-align:center;max-width:760px;margin:0 auto}.chw-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.chw-title{letter-spacing:-.025em;color:#1a1a1a;max-width:640px;margin:12px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.2}.chw-sub{color:#888;max-width:520px;margin:16px auto 0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}.chw-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:60px;margin-top:64px;display:grid}.chw-steps{margin:0;padding:0;list-style:none}.chw-step{cursor:pointer;opacity:.35;border-bottom:1px solid #e5e0d8;outline:none;align-items:flex-start;gap:12px;padding:16px 0;transition:opacity .25s;display:flex}.chw-step:last-child{border-bottom:none}.chw-step:hover:not(.is-active){opacity:.7}.chw-step.is-active{opacity:1}.chw-step:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #2d2a252e}.chw-step-num{color:#bbb;border:1.5px solid #bbb;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:3px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:700;transition:border-color .25s,color .25s;display:inline-flex}.chw-step.is-active .chw-step-num{color:#2d2a25;border-color:#2d2a25}.chw-step-title{color:#aaa;letter-spacing:-.005em;font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:400;line-height:1.3;transition:font-size .25s,font-weight .25s,color .25s}.chw-step.is-active .chw-step-title{color:#1a1a1a;font-size:24px;font-weight:700}.chw-preview{background:#ede8dc;border-radius:20px;min-height:380px;padding:24px;position:relative;overflow:hidden}.chw-preview-stack{position:relative}.chw-card{background:#fff;border-radius:16px;padding:24px;font-family:Inter,system-ui,sans-serif}.chw-card-back{opacity:.5;z-index:1;position:absolute;top:0;left:20px;right:20px;transform:scale(.92)}.chw-card-mid{opacity:.75;z-index:2;position:absolute;top:20px;left:12px;right:12px;transform:scale(.96)}.chw-card-back-title,.chw-card-mid .chw-card-back-title{color:#999;letter-spacing:-.005em;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;display:block;overflow:hidden}.chw-card-front{z-index:3;margin-top:60px;animation:.22s ease-out chwFade;position:relative;box-shadow:0 8px 32px #00000014}@keyframes chwFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chw-card-icon{background:#2d2a25;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.chw-card-title{color:#1a1a1a;letter-spacing:-.005em;margin:16px 0 0;font-size:16px;font-weight:700}.chw-card-desc{color:#666;margin:8px 0 0;font-size:14px;line-height:1.6}@media (width<=900px){.chw{padding:70px 0}.chw-grid{grid-template-columns:1fr;gap:36px}.chw-preview{min-height:320px;padding:20px}}.cba{background:#f5f0e8;padding:60px 0 100px}.cba-inner{max-width:900px;margin:0 auto;padding:0 24px}.cba-head{text-align:center}.cba-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.cba-title{letter-spacing:-.025em;color:#1a1a1a;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:600;line-height:1.2}.cba-table{background:#fff;border:1px solid #e5e0d8;border-radius:16px;margin-top:48px;overflow:hidden}.cba-thead{background:#2d2a25;grid-template-columns:1fr 1fr 1fr;gap:16px;padding:16px 28px;display:grid}.cba-thead span{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;font-family:Inter,system-ui,sans-serif;font-size:11px}.cba-row{background:#fff;border-bottom:1px solid #f0f0f0;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:16px;padding:20px 28px;display:grid}.cba-row:last-child{border-bottom:none}.cba-row-alt{background:#fafaf8}.cba-feat{color:#1a1a1a;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600}.cba-manual{color:#999;font-family:Inter,system-ui,sans-serif;font-size:14px}.cba-after{color:#1a1a1a;align-items:center;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;display:inline-flex}.cba-check{color:#02cf5b;margin-right:6px;font-weight:700}@media (width<=720px){.cba{padding:40px 0 70px}.cba-thead,.cba-row{grid-template-columns:1.1fr 1fr 1fr;gap:10px;padding:14px 16px;font-size:13px}.cba-feat,.cba-manual,.cba-after{font-size:13px}}.clst{background:#f5f0e8;padding:40px 24px 0}.clst-card{text-align:center;color:#fff;background:#6b6490;border-radius:24px;max-width:1200px;margin:0 auto;padding:64px 48px 48px;position:relative;overflow:hidden}.clst-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 14% 0,#ffffff14,#0000 55%),radial-gradient(circle at 86% 100%,#ffffff0d,#0000 55%);position:absolute;inset:0}.clst-card>*{position:relative}.clst-pill{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#fff3;border-radius:100px;padding:5px 14px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-block}.clst-title{letter-spacing:-.025em;color:#fff;max-width:720px;margin:20px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.2}.clst-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;display:grid}.clst-tcard{color:#1a1a1a;background:#fff;border-radius:16px;flex-direction:column;padding:28px;display:flex;box-shadow:0 4px 20px #00000014}.clst-mark{color:#6b6490;margin-bottom:16px;font-family:Georgia,Times New Roman,serif;font-size:32px;line-height:1;display:block}.clst-quote{color:#333;flex:1;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.7}.clst-foot{align-items:center;gap:12px;margin-top:20px;display:flex}.clst-avatar{color:#fff;background:#2d2a25;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:700;display:grid}.clst-id{flex:1;min-width:0}.clst-name{color:#1a1a1a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:700}.clst-role{color:#888;margin:2px 0 0;font-family:Inter,system-ui,sans-serif;font-size:12px}.clst-stars{color:#f59e0b;letter-spacing:.04em;white-space:nowrap;margin-left:auto;font-size:16px}@media (width<=980px){.clst-grid{grid-template-columns:1fr}.clst-card{padding:48px 24px 36px}}.clfq{background:#f5f0e8;padding:80px 0 100px}.clfq-inner{max-width:680px;margin:0 auto;padding:0 24px}.clfq-head{text-align:center}.clfq-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.clfq-title{letter-spacing:-.025em;color:#1a1a1a;margin:12px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(24px,3.5vw,40px);font-weight:600;line-height:1.2}.clfq-list{flex-direction:column;gap:12px;margin-top:40px;display:flex}.clfq-item{cursor:pointer;background:#fff;border:1px solid #e5e0d8;border-radius:12px;outline:none;padding:20px 24px;transition:border-color .18s}.clfq-item:hover,.clfq-item.is-open{border-color:#d0cbc2}.clfq-item:focus-visible{box-shadow:0 0 0 3px #2d2a251f}.clfq-q-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.clfq-q{color:#1a1a1a;letter-spacing:-.005em;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.4}.clfq-toggle{color:#fff;background:#2d2a25;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:500;line-height:1;display:inline-flex}.clfq-a{color:#555;border-top:1px solid #f0f0f0;margin:12px 0 0;padding-top:12px;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.7;animation:.22s ease-out clfqFade}@keyframes clfqFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.clfq{padding:60px 0 70px}.clfq-item{padding:18px}.clfq-q{font-size:15px}}.lg{background:#f5f0e8;min-height:60vh;padding:72px 0 100px}.lg-inner{max-width:760px;margin:0 auto;padding:0 24px}.lg-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600}.lg-title{letter-spacing:-.025em;color:#1a1a1a;margin:10px 0 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(32px,4.2vw,48px);font-weight:700;line-height:1.15}.lg-updated{color:#888;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:13px}.lg-draft{color:#6a5b1a;background:#fff8e1;border:1px solid #f3e2a0;border-radius:10px;margin:28px 0 0;padding:14px 18px;font-family:Inter,system-ui,sans-serif;font-size:13.5px;line-height:1.6}.lg-draft strong{color:#4a3f0e}.lg-intro{color:#333;margin:28px 0 0;font-family:Inter,system-ui,sans-serif;font-size:17px;line-height:1.75}.lg-section{margin-top:32px}.lg-section h2{letter-spacing:-.01em;color:#1a1a1a;margin:0 0 8px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700}.lg-section p{color:#444;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.75}@media (width<=720px){.lg{padding:56px 0 80px}.lg-section{margin-top:24px}}.page{background:var(--white);padding:88px 0 100px}.page h1{letter-spacing:-.035em;font-size:clamp(40px,6vw,64px);line-height:1.04}.page-grid{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.page-form{background:var(--card-bg);border-radius:22px;flex-direction:column;gap:18px;padding:32px;display:flex}.page-form label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:600}.page-form .field input,.page-form .field textarea{border:1px solid var(--border);background:var(--white);width:100%;color:var(--text-primary);border-radius:12px;outline:none;margin-top:6px;padding:12px 16px;font-size:15px;transition:border-color .15s}.page-form .field textarea{resize:vertical;border-radius:14px;min-height:120px}.page-form .field input:focus,.page-form .field textarea:focus{border-color:var(--black)}.page-bullets{flex-direction:column;gap:12px;margin:28px 0 0;padding:0;list-style:none;display:flex}.page-bullets li{color:var(--text-primary);align-items:flex-start;gap:10px;font-size:15.5px;display:flex}.page-bullets li:before{content:"✓";width:22px;height:22px;color:var(--green);background:#02cf5b26;border-radius:50%;flex-shrink:0;place-items:center;margin-top:1px;font-size:12px;font-weight:800;display:grid}.page-image{border:1px solid var(--border);border-radius:22px;overflow:hidden}.page-image img{width:100%;height:auto;display:block}@media (width<=980px){.nav-links,.nav-cta{display:none}.nav-burger{display:inline-flex}.nav.open .nav-mobile{display:block}.hero{padding:88px 0 70px}.hero-grid{grid-template-rows:140px 140px;grid-template-columns:1fr 1fr 1fr;margin-top:56px}.features{padding:80px 0}.features-grid{grid-template-columns:1fr}.feature-card{min-height:360px;padding:32px}.feature-card-art .big-text{font-size:96px}.savings{padding:80px 0}.calc{padding:28px 22px}.calc-metrics{grid-template-columns:1fr 1fr;gap:22px}.calc-bottom{grid-template-columns:1fr 1fr}.compare{padding:80px 0}.compare-head{grid-template-columns:1fr}.compare-tabs{justify-self:start}.compare-th{display:none}.compare-row{grid-template-columns:1fr 1fr;grid-template-areas:"metric metric""us them""diff diff";gap:12px;padding:22px}.compare-row .metric{grid-area:metric}.compare-row .us{grid-area:us}.compare-row .them{grid-area:them}.compare-row .diff{grid-area:diff;justify-self:start}.proof{padding:80px 0}.proof-grid{grid-template-columns:1fr;gap:40px}.tests{padding:80px 0}.tests-grid{grid-template-columns:1fr}.darkcta{padding:70px 0}.darkcta-grid{grid-template-columns:1fr;gap:36px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-tagline{font-size:24px}.page-grid{grid-template-columns:1fr;gap:28px}}@media (width<=560px){.hero-grid{grid-template-rows:120px 120px 120px;grid-template-columns:1fr 1fr}.calc-tabs{padding:4px}.calc-tab{padding:6px 12px;font-size:13px}.calc-volume-number{font-size:38px}.calc-metric .value{font-size:30px}.calc-bottom{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=980px){.lp-section{padding:60px 0 80px}.lp-section-pre{margin-bottom:40px;padding:0 24px}.lp-grid{gap:36px;padding:0 24px}}@media (width<=760px){.feat,.lw,.compare,.proof,.tests,.savings,.sc,.roi,.mf,.mi,.ap,.clc,.clw,.clf,.chw,.cba,.clst,.clfq,.lp-section,.int,.feat,.sp,.sp2,.ms-wrap,.ab,.fd,.ch,.rb,.cs,.faq,.uc,.stats,.hquote,.cl-quote,.cl-stats,.cl-dash,.ap-section,.mt-hero,.mt-stats{padding-top:60px;padding-bottom:60px}.lp-section-pre p{font-size:18px}.lp-section-pre-btn{padding:10px 18px;font-size:14px}.lp-mockup{min-height:320px;padding:20px}.lp-card-main{padding:16px 18px}.lp-card-icon{width:40px;height:40px}.lp-text-heading{font-size:26px;line-height:1.25}.lp-text-sub{font-size:15px}.lp-text-btn{padding:12px 24px;font-size:14px}.hero{padding:24px 16px}.hero-card{border-radius:16px}.nav-inner{padding:0 16px}.ap-card{gap:24px;padding:32px 20px}.ap-grid{gap:28px}.stats-card{padding:48px 22px}.stats-number-row{flex-direction:column;gap:6px}.stats-number-suffix{text-align:center}.ct-table,.cba-table,.cmp-panel,.sp2-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.cs-row,.sp-row,.clst-grid{scroll-snap-type:x mandatory;padding-bottom:12px}.ft-grid{gap:28px}.footer-tagline{font-size:22px}.ch-form{padding:22px}.ch-row-2{grid-template-columns:1fr;gap:10px}.dc-form{flex-direction:column;gap:8px}.dc-form input{border-right:1px solid #fff3;border-radius:9999px}.dc-form button{border-radius:9999px}.feat-title,.savings-head h2,.sc-title,.proof-text h2,.compare-head h2,.tests-head h2,.cmp-head,.feat-title,.lp-text-heading,.mi-title,.clw-title,.clf-title,.chw-title,.cba-title,.clst-title,.clfq-title,.ap-title,.sp-title,.roi-title,.mf-title,.hw-title,.lw-title,.uc-title,.ab-title,.fd-title,.ms-title,.ch-title,.rb-title,.stats-number,.lg-title,.darkcta h2{font-size:clamp(24px,6vw,32px)!important;line-height:1.2!important}.sp-card{padding:48px 22px}.mt-hero-overlay{padding:0 20px 24px}.mt-hero-title{font-size:clamp(36px,9vw,56px)}img,svg,video{max-width:100%}}@media (width<=480px){.feat,.lw,.compare,.proof,.tests,.savings,.sc,.roi,.mf,.mi,.ap,.clc,.clw,.clf,.chw,.cba,.clst,.clfq,.lp-section,.int,.sp,.sp2,.ms-wrap,.ab,.fd,.ch,.rb,.cs,.faq,.uc,.stats,.hquote,.cl-quote,.cl-stats,.cl-dash,.mt-hero,.mt-stats{padding-top:48px;padding-bottom:48px}.container,.lp-section-pre,.lp-grid,.ch-inner,.cba-inner,.clfq-inner,.clst-card,.roi-inner,.mf-inner,.mi-card,.sc-inner,.feat-inner,.stats-card,.ct-inner,.cmp-inner,.lw-inner,.ap-card,.clc-inner,.clw-card,.clf-inner,.chw-inner,.sp-card,.sp2-inner,.faq-inner,.lg-inner,.ab-inner,.fd-inner{padding-left:16px;padding-right:16px}.clc-pill,.mi-pill,.clst-pill,.sp-badge,.ap-pill,.feat-eyebrow,.clf-eyebrow,.roi-pill,.mi-pill,.ct-pill,.cba-eyebrow,.clfq-eyebrow,.lp-section-pre-btn{font-size:12px}.dc-image img{height:200px}.dc-copy{padding:28px 20px 32px}.dc-title{font-size:26px}.cs-tcard,.sp-tcard{min-width:86vw;max-width:86vw}.clst-grid{gap:14px;display:flex;overflow-x:auto}.clst-tcard{flex-shrink:0;min-width:86vw}.nav-logo img{height:28px}}:root{--af-primary:#1a1a2e;--af-accent:#c84b2f}body.adm-body{color:#1a1a2e;-webkit-font-smoothing:antialiased;cursor:auto;background:#f4f5f9;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}body.adm-body *{cursor:auto!important}.adm-shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.adm-side{background:var(--af-primary,#1a1a2e);color:#e8e9f3;flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.adm-side-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:18px;padding:4px 6px 22px;display:flex}.adm-side-mark{background:var(--af-accent,#c84b2f);color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.adm-side-name{color:#fff;margin:0;font-size:15px;font-weight:700}.adm-side-tag{opacity:.6;letter-spacing:.06em;text-transform:uppercase;margin:2px 0 0;font-size:11px}.adm-side-nav{flex-direction:column;flex:1;gap:2px;display:flex}.adm-side-link{color:#ffffffb8;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.adm-side-link:hover{color:#fff;background:#ffffff0d}.adm-side-link.is-active{color:#fff;background:#ffffff1f;font-weight:600}.adm-side-icon{opacity:.85;place-items:center;width:22px;height:22px;font-size:14px;display:grid}.adm-side-foot{border-top:1px solid #ffffff14;flex-direction:column;gap:8px;padding-top:14px;display:flex}.adm-side-foot-link{color:#ffffffb3;border-radius:6px;padding:8px 12px;font-size:13px;text-decoration:none}.adm-side-foot-link:hover{color:#fff;background:#ffffff0d}.adm-side-foot-btn{color:#fffc;cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:6px;padding:8px 12px;font-size:13px}.adm-side-foot-btn:hover{background:#ffffff14}.adm-main{background:#f4f5f9;min-width:0}.adm-page{max-width:980px;margin:0 auto;padding:36px 36px 80px}.adm-page-head{border-bottom:1px solid #e6e7ee;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.adm-page-title{color:#1a1a2e;margin:0;font-size:26px;font-weight:700}.adm-page-sub{color:#6b6e80;margin:6px 0 0;font-size:14px}.adm-page-actions{gap:10px;display:flex}.adm-page-body{flex-direction:column;gap:22px;display:flex}.adm-page-foot{justify-content:flex-end;margin-top:28px;display:flex}.adm-stat-row{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:8px;display:grid}.adm-stat{background:#fff;border:1px solid #e6e7ee;border-radius:12px;padding:16px 18px}.adm-stat-label{color:#82869b;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:12px;font-weight:600}.adm-stat-value{color:#1a1a2e;margin:6px 0 0;font-size:24px;font-weight:700}.adm-tile-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.adm-tile{color:inherit;background:#fff;border:1px solid #e6e7ee;border-radius:12px;flex-direction:column;gap:8px;padding:16px;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.adm-tile:hover{border-color:#1a1a2e;transform:translateY(-1px)}.adm-tile-head{justify-content:space-between;align-items:center;display:flex}.adm-tile-name{font-size:14px;font-weight:700}.adm-tile-badge{color:#167a35;letter-spacing:.04em;text-transform:uppercase;background:#ecf6ef;border-radius:99px;padding:3px 8px;font-size:10px;font-weight:600}.adm-tile-path{color:#82869b;margin:0;font-size:12px}.adm-tile-cta{color:#1a1a2e;margin-top:auto;font-size:13px;font-weight:600}.adm-section{background:#fff;border:1px solid #e6e7ee;border-radius:12px;overflow:hidden}.adm-section-title{letter-spacing:.02em;color:#1a1a2e;background:#fafbfd;border-bottom:1px solid #e6e7ee;margin:0;padding:14px 20px;font-size:14px;font-weight:700}.adm-section-body{flex-direction:column;gap:16px;padding:20px;display:flex}.adm-subhead{color:#82869b;letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-size:12px;font-weight:600}.adm-field{flex-direction:column;gap:6px;display:flex}.adm-field-label{color:#4a4d63;letter-spacing:.02em;font-size:12px;font-weight:600}.adm-input,.adm-textarea{font:inherit;color:#1a1a2e;background:#fff;border:1px solid #d4d6e0;border-radius:8px;outline:none;width:100%;padding:10px 12px;transition:border-color .15s,box-shadow .15s}.adm-input:focus,.adm-textarea:focus{border-color:#1a1a2e;box-shadow:0 0 0 3px #1a1a2e1a}.adm-textarea{resize:vertical;min-height:80px;line-height:1.5}.adm-hint{color:#82869b;margin:0;font-size:12px}.adm-hint code{background:#f4f5f9;border-radius:4px;padding:1px 5px;font-size:11px}.adm-color-row{align-items:center;gap:8px;display:flex}.adm-color{cursor:pointer;background:#fff;border:1px solid #d4d6e0;border-radius:8px;width:44px;height:38px;padding:2px}.adm-check{cursor:pointer;align-items:center;gap:8px;padding:8px 0;font-size:14px;display:flex}.adm-check input[type=checkbox]{cursor:pointer;width:18px;height:18px}.adm-row-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.adm-row-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.adm-nested-section{border:1px solid var(--adm-border,#2e3347);border-radius:8px;margin-top:8px;padding:16px}.adm-nested-head{color:var(--adm-text,#e2e8f0);letter-spacing:.02em;margin:0 0 12px;font-size:13px;font-weight:600}.adm-cardlist{flex-direction:column;gap:12px;display:flex}.adm-cardlist-title{color:#4a4d63;margin:0;font-size:13px;font-weight:600}.adm-card{background:#fafbfd;border:1px solid #e6e7ee;border-radius:10px;overflow:hidden}.adm-card-head{background:#f4f5f9;border-bottom:1px solid #e6e7ee;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.adm-card-num{color:#82869b;font-size:12px;font-weight:700}.adm-card-actions{gap:6px;display:flex}.adm-card-body{background:#fff;flex-direction:column;gap:12px;padding:14px;display:flex}.adm-mini{cursor:pointer;color:#4a4d63;background:#fff;border:1px solid #d4d6e0;border-radius:6px;padding:4px 10px;font-size:12px}.adm-mini:hover:not(:disabled){color:#1a1a2e;border-color:#1a1a2e}.adm-mini:disabled{opacity:.4;cursor:not-allowed}.adm-mini-danger{color:#c0392b;border-color:#f1c8c4}.adm-mini-danger:hover{color:#c0392b;background:#fdf1ef;border-color:#c0392b}.adm-add{color:#4a4d63;cursor:pointer;background:0 0;border:1px dashed #c4c7d4;border-radius:8px;padding:10px;font-size:13px;font-weight:500}.adm-add:hover{color:#1a1a2e;background:#fff;border-color:#1a1a2e}.adm-btn{font:inherit;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.adm-btn-save{color:#fff;background:#16a34a}.adm-btn-save:hover:not(:disabled){background:#138a3f}.adm-btn-save:disabled{cursor:default;background:#9ec8a5}.adm-btn-ghost{color:#1a1a2e;background:#fff;border:1px solid #d4d6e0}.adm-btn-ghost:hover{border-color:#1a1a2e}.adm-btn-big{padding:12px 22px;font-size:14px}.adm-toast{color:#fff;z-index:9999;background:#1a1a2e;border-radius:8px;padding:12px 18px;font-size:13px;font-weight:600;animation:.25s admToast;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 24px #0000002e}@keyframes admToast{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.adm-login{background:radial-gradient(circle at 30% 20%,#c84b2f1a,#0000 50%),radial-gradient(circle at 70% 80%,#1a1a2e1a,#0000 50%),#f4f5f9;place-items:center;min-height:100vh;padding:20px;display:grid}.adm-login-card{background:#fff;border-radius:14px;flex-direction:column;gap:12px;width:100%;max-width:420px;padding:32px;display:flex;box-shadow:0 12px 50px #00000014}.adm-login-brand{align-items:center;gap:14px;margin-bottom:18px;display:flex}.adm-login-mark{background:var(--af-primary,#1a1a2e);color:#fff;border-radius:10px;place-items:center;width:44px;height:44px;font-size:22px;display:grid}.adm-login-title{margin:0;font-size:19px;font-weight:700}.adm-login-sub{color:#82869b;margin:2px 0 0;font-size:13px}.adm-login-err{color:#c0392b;margin:4px 0 0;font-size:13px;font-weight:500}.adm-login-hint{text-align:center;color:#82869b;margin:12px 0 0;font-size:12px}@media (width<=880px){.adm-shell{grid-template-columns:1fr}.adm-side{flex-direction:row;align-items:center;gap:12px;height:auto;padding:12px;position:relative;overflow-x:auto}.adm-side-brand{border:none;margin:0;padding:0}.adm-side-nav{flex-direction:row;flex:1}.adm-side-link span:not(.adm-side-icon),.adm-side-foot{display:none}.adm-page{padding:20px}.adm-stat-row{grid-template-columns:1fr 1fr}.adm-row-2,.adm-row-3{grid-template-columns:1fr}.adm-page-head{flex-direction:column;align-items:flex-start}}.adm-form{flex-direction:column;gap:14px;display:flex}.adm-inline-form{background:#fafbfd;border:1px dashed #c4c7d4;border-radius:10px;flex-direction:column;gap:10px;margin-top:16px;padding:14px;display:flex}.adm-table{border-collapse:collapse;width:100%;font-size:14px}.adm-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:#82869b;border-bottom:1px solid #e6e7ee;padding:8px 12px;font-size:11px;font-weight:600}.adm-table td{border-bottom:1px solid #f0f1f6;padding:12px}.adm-table tr:last-child td{border-bottom:none}.adm-pill{color:#4a4d63;letter-spacing:.04em;text-transform:uppercase;background:#f0f1f6;border-radius:99px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.adm-pill-active{color:#167a35;background:#ecf6ef}.adm-side-user{background:#ffffff0d;border-radius:8px;align-items:center;gap:10px;margin-bottom:4px;padding:10px 8px;display:flex}.adm-side-user-avatar{background:var(--af-accent,#c84b2f);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:grid}.adm-side-user-name{color:#fff;margin:0;font-size:13px;font-weight:600}.adm-side-user-role{color:#ffffff80;margin:0;font-size:11px}.blog-page{background:#f5f0e8;min-height:100vh}.blog-container{max-width:1200px;margin:0 auto;padding:0 24px}.blog-hero{padding:100px 0 60px}.blog-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;margin:0 0 16px;font-size:11px;font-weight:600}.blog-hero-title{color:#1a1a1a;margin:0;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.1}.blog-hero-sub{color:#666;margin:12px 0 0;font-size:16px;line-height:1.6}.blog-grid-section{padding-bottom:100px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px;display:grid}.blog-empty{text-align:center;color:#999;background:#fff;border-radius:16px;margin-top:56px;padding:48px;font-size:15px}.blog-card{cursor:pointer;background:#fff;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.blog-card-img{width:100%;height:220px;overflow:hidden}.blog-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.blog-card:hover .blog-card-img img{transform:scale(1.03)}.blog-card-body{padding:24px}.blog-card-cat{color:#666;background:#f5f0e8;border-radius:100px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.blog-card-title{color:#1a1a1a;margin:12px 0 0;font-size:18px;font-weight:700;line-height:1.3}.blog-card-excerpt{color:#666;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:8px 0 0;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-card-foot{align-items:center;gap:8px;margin-top:20px;display:flex}.blog-card-avatar{color:#fff;background:#2d2a25;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.blog-card-author{color:#555;font-size:13px}.blog-card-dot{color:#ccc;font-size:13px}.blog-card-meta{color:#999;font-size:13px}.blog-card-date{color:#999;margin-left:auto;font-size:13px}.blogpost-page{background:#fff;min-height:100vh}.blogpost-cover{width:100%;max-height:480px;overflow:hidden}.blogpost-cover img{object-fit:cover;width:100%;max-height:480px;display:block}.blogpost-wrap{max-width:780px;margin:0 auto;padding:60px 24px 100px}.blogpost-back{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:28px;padding:0;font-size:14px;transition:color .15s;display:inline-flex}.blogpost-back:hover{color:#1a1a1a}.blogpost-meta-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.blogpost-cat{letter-spacing:.05em;text-transform:uppercase;color:#666;background:#f5f0e8;border-radius:100px;padding:4px 12px;font-size:12px;font-weight:600}.blogpost-sep{color:#ccc;font-size:13px}.blogpost-readtime,.blogpost-date{color:#999;font-size:13px}.blogpost-title{color:#1a1a1a;margin:16px 0 0;font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.15}.blogpost-author-row{border-bottom:1px solid #e5e0d8;align-items:center;gap:10px;margin-top:20px;margin-bottom:40px;padding-bottom:32px;display:flex}.blogpost-avatar{color:#fff;background:#2d2a25;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:flex}.blogpost-by{color:#555;font-size:14px}.blogpost-notfound{text-align:center;max-width:480px;margin:120px auto;padding:0 24px}.blogpost-notfound h1{color:#1a1a1a;margin-bottom:16px;font-size:24px}.blogpost-notfound button{color:#fff;cursor:pointer;background:#2d2a25;border:none;border-radius:8px;padding:12px 24px;font-size:14px}.blog-content h1{color:#1a1a1a;margin:40px 0 16px;font-size:32px;font-weight:700;line-height:1.2}.blog-content h2{color:#1a1a1a;margin:36px 0 14px;font-size:26px;font-weight:700;line-height:1.2}.blog-content h3{color:#1a1a1a;margin:28px 0 12px;font-size:20px;font-weight:600}.blog-content p{color:#333;margin-bottom:20px;font-size:17px;line-height:1.8}.blog-content strong{color:#1a1a1a;font-weight:700}.blog-content em{font-style:italic}.blog-content ul,.blog-content ol{margin-bottom:20px;padding-left:24px}.blog-content li{color:#333;margin-bottom:8px;font-size:17px;line-height:1.8}.blog-content blockquote{background:#f5f0e8;border-left:4px solid #2d2a25;border-radius:0 8px 8px 0;margin:24px 0;padding:16px 24px}.blog-content blockquote p{margin:0;font-style:italic}.blog-content hr{border:none;border-top:1px solid #e5e0d8;margin:40px 0}.blog-content table{border-collapse:collapse;border-radius:12px;width:100%;margin:24px 0;overflow:hidden}.blog-content th{color:#fff;text-align:left;background:#2d2a25;padding:12px 16px;font-size:13px;font-weight:600}.blog-content td{color:#333;border-bottom:1px solid #f0f0f0;padding:12px 16px;font-size:15px}.blog-content tr:nth-child(2n) td{background:#fafaf8}.blog-content code{background:#f5f0e8;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:14px}.blog-content a{color:#c84b2f;text-decoration:underline}.blogpost-cta{background:#2d2a25;border-radius:20px;margin-top:64px;padding:48px}.blogpost-cta-title{color:#fff;margin:0;font-size:24px;font-weight:700}.blogpost-cta-sub{color:#ffffffb3;margin:12px 0 0;font-size:16px;line-height:1.6}.blogpost-cta-btn{color:#2d2a25;cursor:pointer;background:#fff;border:none;border-radius:100px;margin-top:24px;padding:13px 28px;font-size:15px;font-weight:600;transition:opacity .15s;display:inline-block}.blogpost-cta-btn:hover{opacity:.88}.adm-btn-new{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;transition:opacity .15s}.adm-btn-new:hover{opacity:.88}.adm-back-link{margin-bottom:4px;font-size:13px}.adm-img-preview{object-fit:cover;border-radius:8px;width:100%;max-height:200px;margin-top:10px;display:block}.adm-content-editor{resize:vertical;min-height:500px;font-family:JetBrains Mono,Fira Code,monospace;font-size:14px;line-height:1.7}.adm-blog-table{border:1px solid var(--adm-border,#2e3347);border-radius:10px;flex-direction:column;gap:0;display:flex;overflow:hidden}.adm-blog-thead{letter-spacing:.06em;text-transform:uppercase;color:var(--adm-muted,#8892a4);border-bottom:1px solid var(--adm-border,#2e3347);background:#ffffff0a;grid-template-columns:56px 1fr 120px 130px 100px 80px;gap:12px;padding:10px 16px;font-size:11px;font-weight:600;display:grid}.adm-blog-row{border-bottom:1px solid var(--adm-border,#2e3347);grid-template-columns:56px 1fr 120px 130px 100px 80px;align-items:center;gap:12px;padding:12px 16px;transition:background .12s;display:grid}.adm-blog-row:last-child{border-bottom:none}.adm-blog-row:hover{background:#ffffff08}.adm-blog-thumb{background:#ffffff0f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:36px;display:flex;overflow:hidden}.adm-blog-thumb img{object-fit:cover;width:100%;height:100%}.adm-blog-thumb-empty{opacity:.4;font-size:16px}.adm-blog-title-text{color:var(--adm-text,#e2e8f0);margin:0 0 2px;font-size:13px;font-weight:600;line-height:1.3}.adm-blog-title-cell{min-width:0}.adm-blog-cat,.adm-blog-date{color:var(--adm-muted,#8892a4);font-size:12px}.adm-blog-status{text-align:center;border-radius:100px;padding:3px 10px;font-size:11px;font-weight:600}.adm-status-live{color:#22c55e;background:#22c55e26}.adm-status-draft{color:#f59e0b;background:#f59e0b26}.adm-blog-actions{justify-content:flex-end;gap:6px;display:flex}@media (width<=900px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:24px}.adm-blog-thead,.adm-blog-row{grid-template-columns:48px 1fr 90px 80px}.adm-blog-thead span:nth-child(3),.adm-blog-row>:nth-child(3),.adm-blog-thead span:nth-child(4),.adm-blog-row>:nth-child(4){display:none}}@media (width<=600px){.blog-grid{grid-template-columns:1fr}.blogpost-wrap{padding:40px 20px 80px}.blogpost-cta{padding:32px 24px}.adm-blog-thead,.adm-blog-row{grid-template-columns:1fr 80px}.adm-blog-thead span:first-child,.adm-blog-row>:first-child{display:none}}
