@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=League+Spartan:wght@100;300;400;500;600;700;900&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap);body,html{max-width:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{background:#fff;color:#0f172a;font-family:Plus Jakarta Sans,sans-serif;max-width:100%;min-height:100%;overflow-x:hidden;padding:24px 20px 40px}.container,.container *{box-sizing:border-box}.header{margin:32px 0 48px}.headerTop{display:flex;gap:12px}.backButton,.headerTop{align-items:center;justify-content:center}.backButton{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;cursor:pointer;display:inline-flex;height:36px;transition:all .2s ease;width:36px}.backButton:hover{background:#f8fafc;border-color:#cbd5f5}.backButton:disabled{cursor:default;opacity:.4}.backArrow{font-size:18px;line-height:1}.title{color:#0f172a;font-size:40px;font-weight:800;letter-spacing:-.02em;margin:0;text-align:center}.title-brand{color:#0057d9}.subtitle{color:#64748b;font-size:20px;line-height:1.45;margin:20px auto 0;max-width:440px}.searchSection{margin-bottom:18px}.searchContainer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.searchInputContainer{align-items:center;background:#fff;border:1.5px solid #7aa7ee;border-radius:999px;display:flex;gap:10px;margin-bottom:24px;padding:14px 18px;transition:border-color .2s ease,box-shadow .2s ease}.searchInputContainer:focus-within{border-color:#0057d9;box-shadow:0 0 0 3px #0057d91a}.searchIcon{flex-shrink:0}.searchInput{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:15px;min-width:0;outline:none;width:100%}.searchInput::placeholder{color:#9aa7b8}.clearButton{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:16px}.suggestions{margin-top:12px}.suggestionsLabel{color:#64748b;font-size:12px}.suggestionTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.recentTag,.suggestionTag{background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#0f172a;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s ease}.recentTag:hover,.suggestionTag:hover{border-color:#2563eb;color:#2563eb}.recentSearches{margin:18px 0}.recentTitle{font-size:14px;font-weight:600;margin:0 0 8px}.recentTags{display:flex;flex-wrap:wrap;gap:8px}.projectsSection{margin-top:2px}.projectsTitle{color:#8a94a6;font-size:15px;font-weight:400;margin:0 0 12px}.projectsGrid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.projectCard{background:#fff;border:1px solid #eef1f5;border-radius:16px;box-shadow:0 8px 20px #0f172a0f;cursor:pointer;overflow:hidden;padding:0;transition:box-shadow .2s ease,transform .2s ease}.projectCard:hover{box-shadow:0 12px 28px #0f172a1a;transform:translateY(-2px)}.projectCover{background:#f8fafc;display:block;min-width:0;overflow:hidden;position:relative;width:100%}.projectCover img{display:block;height:130px;object-fit:cover;width:100%}.projectEcoBadge{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0f172a26;display:inline-flex;height:28px;justify-content:center;left:10px;position:absolute;top:10px;width:28px}.projectBody{padding:14px 16px 16px}.projectNameRow{align-items:center;display:flex;gap:12px;justify-content:space-between}.projectName{color:#0f172a;font-size:15px;font-weight:700;margin:0}.projectFlag{flex-shrink:0;font-size:16px;line-height:1}.projectDescription{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#8a94a6;display:-webkit-box;font-size:12px;line-height:1.55;margin:8px 0 14px;overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:normal;word-break:break-word}.projectDivider{border-top:1px solid #eef1f5;margin-bottom:12px}.projectHeader{align-items:center;display:flex;gap:12px;justify-content:space-between;margin:0}.projectClient{color:#0f172a;font-size:13px;gap:6px;min-width:0}.companyAvatar,.projectClient{align-items:center;display:inline-flex;font-weight:700}.companyAvatar{background:#1a73e8;border-radius:50%;color:#fff;flex-shrink:0;font-size:11px;height:22px;justify-content:center;width:22px}.companyName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projectCode,.verifiedBadge{flex-shrink:0}.projectCode{color:#1a73e8;font-size:12px;font-weight:500;letter-spacing:.04em}.projectStatus{background:#e2e8f0;border-radius:999px;color:#475569;font-size:11px;font-weight:600;padding:4px 8px;text-transform:uppercase}.active{background:#dcfce7;color:#166534}.planning{background:#e0f2fe;color:#0369a1}.completed{background:#ede9fe;color:#6d28d9}.projectFooter{color:#475569;display:flex;flex-direction:column;font-size:12px;gap:4px}.noResults{border:1px dashed #cbd5f5;border-radius:14px;color:#64748b;padding:20px;text-align:center}.clearSearchButton{background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:12px;margin-top:12px;padding:8px 14px}.statusMessage{background:#f1f5f9;border-radius:12px;color:#475569;font-size:13px;margin-bottom:12px;padding:12px 16px}.errorMessage{background:#fee2e2;color:#b91c1c}@media (max-width:679px){.container{padding-left:24px;padding-right:24px}.header{align-items:center}.headerTop{justify-content:center;width:100%}.title{font-size:34px}.subtitle{font-size:17px}}.whatsapp-icon{margin-bottom:12px;margin-top:12px}.modal-overlay,.whatsapp-icon{align-items:center;display:flex;justify-content:center}.modal-overlay{animation:fadeIn .2s ease;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:16px;width:90%}.modal-title{color:#0f172a;font-size:2.4rem;font-weight:700;line-height:1.3;margin-bottom:8px}.modal-subtitle{color:#475569;font-size:1.6rem;font-weight:600;margin-bottom:0}.modal-subtitle span{color:#000;font-weight:700}.options-container{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;margin-top:24px}.option-item{align-items:center;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;display:flex;font-size:16px;gap:12px;padding:12px 16px;transition:all .2s}.option-item:hover{background-color:#f8fafc;border-color:#2563eb}.option-item input[type=radio]{accent-color:#2563eb;cursor:pointer;height:18px;width:18px}.modal-input{border:1px solid #e2e8f0;border-radius:8px;font-size:16px;margin-bottom:20px;margin-top:16px;outline:none;padding:14px 16px;transition:border-color .2s;width:calc(100% - 32px)}.modal-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.remember-me{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:14px;gap:8px;margin-bottom:24px}.remember-me input[type=checkbox]{accent-color:#2563eb;cursor:pointer;height:16px;width:16px}.continue-button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:12px;padding:14px;transition:background-color .2s;width:100%}.continue-button:hover:not(:disabled){background-color:#1d4ed8}.continue-button:disabled{background-color:#94a3b8;cursor:not-allowed;opacity:.6}.maybe-later{background-color:initial;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:16px;font-weight:500;margin-bottom:16px;padding:14px;transition:all .2s;width:100%}.maybe-later:hover{background-color:#f1f5f9;border-color:#94a3b8}.spam-note{color:#94a3b8;font-size:1.4rem;font-weight:400;margin:0;text-align:center}@media (max-width:768px){.modal-content{margin:16px;padding:24px}.modal-title{font-size:20px}.option-item{padding:10px 14px}}.overlay{background-color:#00000080;opacity:0;pointer-events:none;top:0;transition:opacity .3s ease;z-index:1000}.overlay,.overview-bottom-sheet{bottom:0;left:0;position:fixed;right:0}.overview-bottom-sheet{background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -4px 20px #00000026;max-height:calc(100vh - 80px);overflow-y:auto;top:80px;transform:translateY(100%);transition:transform .3s ease;z-index:1001}.overview-bottom-sheet.visible{transform:translateY(0)}.sheet-handle{background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;cursor:pointer;display:flex;justify-content:center;padding:12px 0;position:sticky;top:0;z-index:2}.sheet-content{padding:0 20px 24px}.overview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.overview-title{color:#0f172a;font-size:24px;font-weight:700;margin:0}.overview-close{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:32px;height:40px;justify-content:center;line-height:1;padding:0;transition:background-color .2s;width:40px}.overview-close:hover{background-color:#f1f5f9}.project-main-title{color:#0f172a;font-size:22px;font-weight:600;line-height:1.3;margin:0 0 12px}.project-meta{align-items:center;display:flex;gap:12px;margin-bottom:24px}.project-id{background-color:#eff6ff;border-radius:16px;color:#2563eb;font-size:14px;font-weight:500;letter-spacing:.5px;padding:4px 10px}.project-location{align-items:center;color:#64748b;display:flex;font-size:14px;gap:4px}.project-location:before{content:"📍";font-size:12px}.description-section{margin-bottom:24px}.section-label{color:#475569;font-size:16px;font-weight:600;margin:0 0 8px}.description-text{background-color:#f8fafc;border-radius:12px;color:#334155;font-size:15px;line-height:1.6;margin:0;padding:16px}.details-grid{grid-gap:20px;background-color:#f8fafc;border-radius:16px;gap:20px;margin-top:8px;padding:20px}.detail-item{align-items:center;flex-direction:row;gap:12px;justify-content:space-between;width:100%}.detail-label{color:#64748b;font-size:13px;letter-spacing:.5px;text-transform:uppercase}.detail-value{color:#0f172a;font-size:15px;font-weight:500}.status-completed{background-color:#d1fae5;color:#059669}.next-milestone,.status-completed{border-radius:20px;display:inline-block;font-size:13px;font-weight:600;padding:4px 10px;width:fit-content}.next-milestone{background-color:#eff6ff;color:#2563eb}.overview-bottom-sheet::-webkit-scrollbar{width:6px}.overview-bottom-sheet::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.overview-bottom-sheet::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}.overview-bottom-sheet::-webkit-scrollbar-thumb:hover{background:#64748b}@media (min-width:768px){.overview-bottom-sheet{border-radius:24px 24px 0 0;left:50%;right:auto;transform:translate(-50%,100%);width:600px}.overview-bottom-sheet.visible{transform:translate(-50%)}}.bookmark-fa-icon{color:#9ca3af}.bookmark-fa-icon.bookmarked{color:#0057d9}@media (max-width:480px){.overview-title{font-size:22px}.project-main-title{font-size:20px}.details-grid{gap:16px;grid-template-columns:1fr;padding:16px}.description-text{font-size:14px;padding:14px}.project-meta{flex-wrap:wrap}}.bottom-sheet-overlay{background-color:#00000080;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:1000}.bottom-sheet-overlay.visible{opacity:1;pointer-events:auto}.bottom-sheet{background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;bottom:0;box-shadow:0 -4px 20px #00000026;height:calc(100vh - 80px);left:0;max-height:calc(100vh - 80px);overflow-y:auto;position:fixed;right:0;top:80px;transform:translateY(100%);transition:transform .3s ease;z-index:1001}.bottom-sheet.visible{transform:translateY(0)}.bottom-sheet-handle{cursor:pointer;display:flex;justify-content:center;padding:12px 0}.handle-bar{background-color:#e2e8f0;border-radius:2px;height:4px;width:40px}.bottom-sheet-content{padding:0 20px 24px}.sheet-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.sheet-title{color:#0f172a;font-size:24px;font-weight:700;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:32px;height:40px;justify-content:center;padding:0;transition:background-color .2s;width:40px}.close-button:hover{background-color:#f1f5f9}.bookmark-section{align-items:center;background-color:#f8fafc;border-radius:12px;display:flex;gap:12px;margin-bottom:24px;padding:16px}.bookmark-icon{font-size:24px}.bookmark-text{color:#475569;font-size:16px;line-height:1.5;margin:0}.divider{border:none;border-top:1px solid #e2e8f0;margin:24px 0}.section-title{color:#0f172a;font-weight:600;margin-bottom:16px}.photo-preview{height:230px;margin:0;width:100%}.photo-preview-placeholder{background:#e2e8f0;border-radius:14px;box-shadow:0 6px 16px #2563eb38;height:100%;overflow:hidden;width:100%}.photo-preview-image{height:100%;object-fit:cover;width:100%}.photo-list{align-items:flex-start;display:flex;gap:16px;margin-bottom:8px;margin-top:32px;overflow-x:auto;overflow-y:visible;padding-bottom:16px}.photo-card{background:#0000;border:2px solid #0000;border-radius:12px;box-sizing:border-box;cursor:pointer;display:block;flex:0 0 auto;height:72px;line-height:0;min-width:78px;padding:0;width:78px}.photo-card.active{border-color:#2563eb}.photo-placeholder{align-items:center;background:linear-gradient(145deg,#3b82f6,#2563eb);border-radius:12px;box-shadow:0 4px 12px #2563eb33;display:flex;height:100%;justify-content:center;padding:8px;width:100%}.photo-image{border-radius:10px;display:block;height:100%;object-fit:cover;width:100%}.photo-label{color:#fff;font-size:12px;font-weight:600;text-align:center;word-break:break-word}.announcements-section{margin-bottom:20px}.announcement-card{background-color:#f8fafc;border-radius:12px;padding:16px}.announcement-text{color:#334155;font-size:15px;line-height:1.6;margin-bottom:12px}.announcement-date{color:#64748b;font-size:13px;margin:0}.bottom-sheet::-webkit-scrollbar{width:6px}.bottom-sheet::-webkit-scrollbar-track{background:#f1f5f9}.bottom-sheet::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}.bottom-sheet::-webkit-scrollbar-thumb:hover{background:#64748b}@media (min-width:768px){.bottom-sheet{border-radius:24px 24px 0 0;left:50%;right:auto;transform:translate(-50%,100%);width:600px}.bottom-sheet.visible{transform:translate(-50%)}}@media (max-width:768px){.bookmark-fa-icon,.bookmark-fa-icon.bookmarked{color:#9ca3af!important}}@media (max-width:480px){.photo-list{gap:16px}.photo-label{font-size:10px}.sheet-title{font-size:20px}}.container-search{align-items:center;display:flex;gap:60px;justify-content:space-between;max-width:1200px;width:100%}.content-search-wrapper{flex:1 1;max-width:600px}.hero-title{color:#0f172a;font-size:42px;font-weight:700;line-height:1.2;margin-bottom:24px}.hero-description{color:#475569;font-size:18px;line-height:1.6;margin-bottom:40px}.stats{display:flex;gap:40px;margin-top:20px}.stat h3{color:#2563eb;font-size:32px;margin-bottom:5px}.stat p{color:#64748b;font-size:14px;font-weight:500}.image-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center}.hero-image{border-radius:16px;box-shadow:0 20px 40px #0000001a;height:auto;max-width:500px;object-fit:cover;width:100%}@media (max-width:768px){.hero-title{font-size:32px}.hero-description{font-size:16px}.stats{flex-direction:column;gap:20px}.stat h3{font-size:28px}}.search-drawer-overlay{background:#0f172a73;inset:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;transition:opacity .25s ease,visibility .25s ease;visibility:hidden;z-index:1200}.search-drawer-overlay.is-open{opacity:1;pointer-events:auto;visibility:visible}.search-drawer-panel{background:#fff;box-shadow:-24px 0 48px #0f172a33;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:100vw;overflow-x:hidden;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .25s ease;width:min(560px,100%)}.search-drawer-panel.is-open{transform:translateX(0)}.search-drawer-header{align-items:center;display:flex;justify-content:space-between;padding:16px 16px 0}.search-drawer-close{align-items:center;background:#111827;border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;height:32px;justify-content:center;line-height:1;transition:all .2s ease;width:32px}.search-drawer-close:hover{background:#374151}.search-drawer-content{flex:1 1;overflow:auto;padding-bottom:12px}@media (max-width:767px){.search-drawer-overlay{background:#fff;transition:none}.search-drawer-panel{box-shadow:none;transform:translateX(100%);transition:transform .25s ease;width:100%}.search-drawer-panel.is-open{transform:translateX(0)}}:root{--font-heading:"League Spartan",sans-serif;--font-body:"Plus Jakarta Sans",sans-serif;--font-nav:"Inter",sans-serif}body{font-family:var(--font-body)}.not-found-container{background-color:#f8f9fa;font-family:Arial,sans-serif;height:100vh}.hero-container,.not-found-container{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.hero-container{height:519px;width:74vw}.container{box-sizing:border-box;padding:10px 85px;z-index:1}.container-top{padding:10px 258px}.container-top,.container-top-2{align-items:center;gap:0;justify-content:center;text-align:center;z-index:1}.container-top-2{padding:5px 258px}.container-center{align-items:center;background-image:url(/static/media/choose.0a59ae048780744199c0.webp);background-position:50%;background-repeat:no-repeat;background-size:86% auto;border-radius:16px;display:flex;flex-direction:column;height:50vh;justify-content:center;max-width:none;position:relative;width:100%;z-index:0}.space1{margin-top:3.5rem}.space2{margin-top:2.3rem}.space3{margin-top:11rem}.space4{margin-top:2.3rem}.space5{margin-top:3rem}nav ul{display:flex;gap:20px;justify-content:center;list-style:none}nav ul li{color:#fff;cursor:pointer;font-size:1.6rem}.title-center{color:#fff;font-size:4.8rem;font-weight:500;line-height:normal;text-align:center}.title-center span{color:#ffb629;font-family:League Spartan,sans-serif;font-family:var(--font-heading);font-size:4.8rem;font-weight:500}.title-center span img{height:50px;padding:0 16px;width:50px}.hero-subtitle-center{color:#fff;font-size:2rem;font-weight:400;line-height:normal;text-align:center}.icon{height:50px;padding:0 16px;width:50px}.social-icon{color:#181818;height:24px;width:24px}.right-section{font-weight:700}.logo{margin-bottom:20px;width:100px}h1{color:#fff;font-size:5.9rem;font-weight:500;margin-bottom:0}.ft-para{color:#18181880;font-size:2rem;font-weight:400;line-height:normal;padding:0,0;text-align:center}.ft-para img{color:#0057d9;height:47px;padding-left:10px;padding-right:10px;vertical-align:middle;width:auto}.h1-48-600{font-family:League Spartan,sans-serif;font-family:var(--font-heading)}.h1-48-600-white{font-size:3.2rem;font-weight:600;padding-top:89px}.h1-41-500-white,.h1-48-600-white{color:#fff;font-family:League Spartan,sans-serif;font-family:var(--font-heading);text-align:center}.h1-41-500-white{font-size:4.1rem;font-weight:500}.h1-48-800{font-family:League Spartan,sans-serif;font-family:var(--font-heading)}h2{color:#fff;font-size:2.2rem;font-weight:400}.brownText{color:#0057d9;font-size:4rem;font-weight:500}.h1-48-600 span,.h1-48-800 span{font-family:var(--font-heading);font-weight:400!important}.info{color:#ffffffb2;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-body);font-size:2.2rem;font-weight:400}.subscribe-section{margin:30px 0}.subscribe-form{display:contents;justify-content:left}.input-field::placeholder{color:#ffffffb2}.text-button{background-color:initial;border-color:#0000;color:#0057d9;cursor:pointer;font-size:1.6rem;font-weight:600;height:56px}.nav-link-white{color:#fff}.nav-link-black,.nav-link-white{background-color:initial;border-color:#0000;cursor:pointer;font-size:1.6rem;font-weight:400;height:56px}.nav-link-black{color:#181818}.outlined-button,.outlined-button-type2{background-color:initial;border-color:#0057d9;border-radius:20px;color:#0057d9;cursor:pointer;font-size:1.6rem;font-weight:600;height:56px;padding:12px 24px}.unoutlined-button{background-color:initial;border-color:#0000;border-radius:20px;color:#0000;padding:0}.filled-button:hover,.outlined-button:hover{background-color:#705629;border-color:#705629}.subscribe-container{align-items:center;display:flex;gap:20px;justify-content:center;margin:0;width:100%}.subscribe-form button:hover{background-color:#8c6d44}link{color:#fff;font-size:1.2rem;font-weight:700}.social-links{display:flex;gap:30px;justify-content:left}.social-links a{color:#fff;font-size:1.5rem}footer{color:#5a4b3b;font-size:1.2rem;margin-bottom:20px;margin-top:20px}.background{align-items:center;background-image:linear-gradient(90deg,#000000e6,#0000),url(/static/media/background-image.037ab3f6ca468f31e3f0.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%;z-index:0}.custom-toast{background-color:#4caf50;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-body);font-size:1.6rem}.grid-container{display:grid;padding:5px 7%}.grid-item{border-radius:8px;text-align:start}.grid-item-link{background-color:initial;border-color:#0000;color:#0057d9;font-size:1.2rem;font-weight:700}.feature-title{font-size:2.4rem;font-weight:600}.feature-text,.feature-title{color:#181818;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-body)}.feature-text{max-lines:3;font-size:1.9rem;font-weight:400;padding:0 20px;text-overflow:ellipsis}.feature-item{align-items:flex-start;display:flex;flex-direction:column;gap:0;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.feature-top{align-items:center;display:flex;flex-direction:row;justify-items:center}.feature-item:hover{transform:translateY(-5px)}.feature-content{align-items:start;display:content;padding-top:0}.feature-item-image{align-items:center;display:flex;justify-content:center;width:100%}.feature-item-footer{justify-self:center;margin-top:20px}.feature-item-title{color:#181818;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-body);font-size:2rem;font-weight:600;line-height:28px}.feature-item-text{max-lines:3;color:#181818;font-size:1.6rem;font-weight:400;line-height:24px;text-overflow:ellipsis}.arrow-icon{bottom:20px;color:#fff;cursor:pointer;font-size:1.5rem;position:absolute;right:20px;top:20px;transition:transform .3s ease}.arrow-icon:hover{transform:translate(4px,-4px)}.button-wrapper{align-items:start;display:flex;flex-direction:column;flex-grow:1;justify-content:bottom;min-height:0}.stats-container{grid-gap:20px;background-color:#fff;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:5px 10%}.stat-item{background-color:#fff;border-radius:8px;gap:8px;padding:16px;text-align:center}.stat-item h2{color:#0057d9;font-size:4rem}.stat-item h2,.stat-item p{font-weight:500;line-height:28px}.stat-item p{color:#181818;font-size:1.6rem;margin:5px 0}.social-proof{align-items:center;background-color:#fff;display:flex;height:218px;justify-content:center;padding:1px;text-align:center}.social-proof h2{color:#181818;font-size:2.2rem;font-weight:400;line-height:26.6px;margin-bottom:32px}.companies-list{flex-direction:row;gap:45px;justify-content:center;scroll-snap-type:proximity;scrollbar-width:auto}.companies-list,.company-item{align-items:center;display:flex}.company-item{gap:10px}.company-item img{height:52px;width:flex}.company-item span{color:#000;font-size:2.2rem;font-weight:400;line-height:26.6px}.quoted-text:before{content:"“"}.quoted-text:after{content:"”"}.author{color:#18181880;font-size:1.9rem;font-weight:700;margin-top:10px;text-align:start}.nav-button{background:none;border:1px solid orange;border-radius:16px;cursor:pointer;margin:0 5px;padding:10px 20px}.nav-button.primary{background:orange;border:none;color:#fff}.footer-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:86%}.footer-container-dark{background-color:#181818;color:#fff}.footer-section{max-width:30%}.brand,.brand-min{align-items:center;display:flex;gap:8px}.brand-logo{display:block;height:auto;width:30px}.brand h2,.brand-min h2{color:#181818;font-size:2.8rem;font-weight:600;font-weight:700;margin:0}.subscribe-text{color:#555;font-size:1.9rem;font-weight:600;margin:10px 0}.subscribe-form{display:flex;gap:10px}.input-with-icon{flex:1 1;position:relative}.input-with-icon .email-icon{color:#888;left:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-with-icon input{border:1px solid #ccc;border-radius:5px;padding:10px 10px 10px 35px;width:80%}.subscribe-form button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 15px}.footer-links{display:flex;gap:100px}.footer-links div h3{font-size:1.8rem;font-weight:600;margin-bottom:10px}.footer-links ul{list-style:none;padding:0}.footer-links ul li{color:#181818;cursor:pointer;font-size:1.6rem;font-weight:400;margin-bottom:5px}.footer-links ul li:hover{color:#007bff}.footer-bottom{align-items:center;border-top:1px solid #ddd;display:flex;justify-content:space-between;margin-top:30px;padding-top:20px}.footer-bottom p{color:#181818;font-size:1.6rem;font-weight:400}.footer-socials span{align-content:center;align-items:center;cursor:pointer;font-size:1.6rem;font-weight:400;margin-right:10px}.faq-container{margin:0 auto;max-width:900px;padding:5px 20px;text-align:center}.faq-description{color:#18181880;font-size:2rem;font-weight:400;margin-bottom:20px}.faq-list{text-align:left}.faq-item{background:#fff;border:1px solid #18181833;border-radius:20px;color:#181818;cursor:pointer;margin-bottom:16px;padding:10px}.faq-item.open{border:1px solid #0057d9;padding:15px}.faq-question{display:flex;font-size:1.4rem;font-weight:600;justify-content:space-between}.faq-list span{align-items:top;justify-content:start}.faq-list span,.icon{color:#0057d9;font-size:3.2rem}.faq-answer{color:#181818b3;font-size:1.4rem;font-weight:400;margin-top:10px}.faq-footer{color:#666;font-size:2.2rem;font-weight:400;margin-top:20px}.faq-button{background:#0057d9;border:none;border-radius:20px;color:#fff;cursor:pointer;margin-bottom:20px;margin-top:16px;padding:10px 20px}.faq-button:hover{background:#8c6d44}.faq-button:after{content:"↗";font-size:16px}.cta-container{background-color:#fdb52a;border-radius:10px;margin:auto;padding:1px 0;text-align:center;width:80%}.cta-heading{color:#fff;font-size:4.2rem;font-weight:600;margin-bottom:10px;text-align:center}.cta-subtext{color:#fff;font-size:2.2rem;font-weight:400;margin-bottom:20px}.cta-buttons{border-radius:20px;display:flex;gap:15px;justify-content:center;padding-bottom:20px}.store-button{cursor:pointer;height:52px;width:auto}.pricing-container{padding:20px;text-align:center}.pricing-container p{color:#18181880;font-size:1.8rem;font-weight:400;line-height:24px;margin-bottom:10px}.toggle-container{align-items:center;display:flex;gap:10px;justify-content:center;margin:0}.toggle-container h4{color:#18181880;font-size:1.6rem;font-weight:400}.toggle-container h4 span{color:#0057d9}.switch{display:inline-block;height:20px;position:relative;width:40px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:20px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}input:checked+.slider{background-color:#0057d9}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:14px;left:3px;position:absolute;transition:.4s;width:14px}input:checked+.slider:before{transform:translateX(20px)}.currency-selector{color:#181818;font-size:1.8rem;font-weight:600;gap:16px;margin-bottom:24px;margin-top:24px}.currency-selector label{padding-right:16px}.currency-selector select{background-color:#fff;border:1px solid #18181833;border-radius:20px;font-size:1.6rem;font-weight:400;padding:8px}.pricing-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:90%}.card{word-wrap:break-word;box-sizing:border-box;overflow-wrap:break-word;padding:0;width:100%}.recommended{border:2px solid #0057d9}.badge{background-color:#ff61001a;border-radius:5px;color:#181818;font-size:12px;margin-left:5px;padding:2px 6px}.card h2{color:#181818;font-size:2.8rem;font-weight:600}.card h3{color:#0057d9;font-size:2.7rem;font-weight:700}.card h3 span{font-size:1.2rem}.card h3 span,.card ul{color:#181818;font-weight:400}.card ul{font-size:1.6rem;list-style-type:none;padding:0}.card ul li{align-items:center;display:flex;margin:5px 0;padding-left:10px;position:relative;text-align:start}.card ul li:before{color:blue;content:"\2713";display:inline-block;font-weight:700;margin-right:8px}.footer-links ul li a{color:#000;font-size:1.6rem;font-weight:400;text-decoration:none}.card button,.card ul li a:hover{color:#0057d9}.card button{background-color:#fff;border:2px solid #0057d9;border-radius:20px;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:16px 10px;width:100%}.card button:hover{background-color:blue;color:#fff}.compare-plans{display:flex;justify-content:center;margin-top:20px;width:100%}table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 10px #0000001a;font-size:1.6rem;overflow:hidden;text-align:left;width:98%}thead{background-color:#ffb629;color:#fff;font-size:2.4rem;font-weight:600}td,th{padding:12px}th.plan-header{background-color:#e4e4e7!important;color:#18181b!important;font-size:2rem;font-weight:700;text-align:center}td{color:#252430;font-size:1.4rem;font-weight:400;text-align:center}tr:nth-child(2n){background-color:#f9f9f9}.table-scroll{overflow-x:auto;position:relative;width:100%}.table-scroll table{min-width:100%}td:first-child,th:first-child{background:#fff;box-shadow:2px 0 5px #0000001a;color:#252430;font-size:1.8rem;font-weight:500;left:0;line-height:26px;position:sticky;text-align:start;z-index:1}.subtitle{color:#64607d;font-size:2.2rem;font-weight:500;line-height:26px;margin-bottom:50px}.timeline-container{background-image:url(/static/media/curved_line_bg.ea9f1256bd3e7fe13ff8.png);height:395px;margin:auto;max-width:1224px;position:relative;width:100%}.timeline-path{height:100%;left:0;position:absolute;top:0;width:100%}.timeline{flex-direction:column;position:relative}.timeline,.timeline-item{align-items:center;display:flex}.timeline-item{position:absolute;width:40%}.timeline-item.left{left:10%}.timeline-item.right{right:10%;text-align:right}.timeline-item .dot{background-color:gray;border-radius:50%;height:12px;position:absolute;width:12px}.timeline-item.left .dot{left:-15px}.timeline-item.right .dot{right:-15px}.timeline-item .text{max-width:300px;padding:10px}.timeline-item h3{font-size:18px;font-weight:700}.timeline-item p{color:gray;font-size:14px}.timeline-item:first-child{top:20%}.timeline-item:nth-child(2){top:40%}.timeline-item:nth-child(3){top:60%}.timeline-item:nth-child(4){top:80%}.search{border:1px solid #ccc;border-radius:6px;margin-top:20px;padding:10px;width:300px}.popular{align-items:center;gap:0;justify-content:center;padding:0 9.5%;text-align:left;z-index:1}.popular h2{color:#181818;font-size:4rem;font-weight:400;margin-bottom:20px}.popular-card{align-items:center;background:#091d42;background-image:url(/static/media/ai-image.66050614dba53f991622.webp);background-position:50%;background-size:cover;border-radius:12px;color:#fff;padding:40px;text-align:center}.read-more{color:#0057d9;cursor:pointer;display:inline-block;font-size:1.2rem;font-weight:700;margin-top:4px}.blogs{align-items:center;gap:0;justify-content:center;padding:33px 9.5%;text-align:left;z-index:1}.blogs-item{background-color:#fff;padding:10px}.blogs h2{color:#181818;font-size:4rem;font-weight:400;margin-bottom:20px}.blogs-item h2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#181818;display:-webkit-box;font-size:2rem;font-weight:600;overflow:hidden;text-overflow:ellipsis}.grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.intro{margin:40px 0;text-align:center}.intro h1{font-size:32px}.highlight{color:#0f62fe}.popular-card h3{font-size:4rem;margin-top:16px}.popular-card h3,.popular-card p{font-weight:400;text-align:center}.popular-card p{font-size:2.2rem;margin-top:10px}.popular-card a{color:#0057d9;font-size:1.2rem;font-weight:700;margin-top:10px;text-align:center}.grid-blog{display:grid;flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(30%,1fr))}.card{background:#f9f9f9;border-radius:10px;box-shadow:0 2px 6px #0000001a;flex-basis:calc(33% - 20px);flex-grow:1;flex-shrink:1;padding:20px}.blogs p{max-lines:3;color:#454f5f;font-size:1.9rem;font-weight:400;margin-bottom:2px;text-overflow:ellipsis}.excerpt-limit{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.image-placeholder{align-items:center;background-color:#e0e0e0;border-radius:16px;color:#888;display:flex;height:290px;justify-content:center;margin-bottom:15px;object-fit:cover;width:100%}.footer{background:#f1f1f1;margin-top:60px;padding:40px 20px}.subscribe{margin-bottom:40px;text-align:center}.subscribe input{border:1px solid #ccc;border-radius:6px;margin-right:10px;padding:10px}.subscribe button{background:#0f62fe;border:none;border-radius:6px;color:#fff;padding:10px 20px}.links{display:flex;flex-wrap:wrap;justify-content:space-around}.links h4{margin-bottom:10px}.links a{color:#333;display:block;margin-bottom:6px;text-decoration:none}.bottom-bar{border-top:1px solid #ccc;color:#666;display:flex;flex-wrap:wrap;font-size:14px;justify-content:space-between;margin-top:40px;padding-top:20px;text-align:center}.mobile-nav{background-color:#fff;border-bottom:1px solid #eee;padding:0;position:relative;width:100%}.mobile-nav-header{align-items:center;display:flex;justify-content:space-between;padding:10px 16px;width:100%}.mobile-nav-left{align-items:center;display:flex;gap:8px}.hamburger-btn{background:#0000;color:#181818;padding:4px}.get-started,.hamburger-btn{align-items:center;display:flex}.get-started{background-color:#0057d9;border:none;border-radius:24px;color:#fff;cursor:pointer;flex-shrink:0;font-size:1.4rem;font-weight:700;padding:10px 18px}.mobile-menu{list-style:none;padding:12px 0}.mobile-menu li{margin:10px 0}.mobile-link{background:none;border:none;color:#181818;cursor:pointer;font-size:1.2rem;padding:8px 0;text-align:left;width:100%}.careers-page{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:80%;padding:20px}.subtitle{color:#666;margin-bottom:30px}.header-image{border-radius:12px;height:auto;margin:20px 0;width:100%}.job-openings p,.journey p,.why-work p{margin:0 auto 10px;max-width:750px;text-align:center}.benefits-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:20px}.benefit{background:#f3f4f6;border-radius:8px;flex:1 1 300px;padding:15px;text-align:center}.job-openings,.journey{margin-top:40px}.job-openings{text-align:center}.no-openings{background:#f8f9fa;border-radius:12px;margin-top:30px;padding:30px}.footer-note{color:#777;font-size:.9rem;margin:40px 0 0;text-align:center}.about-wrapper{background-color:#f9f9ff;color:#000;font-family:Arial,sans-serif;margin:0 auto;max-width:80%;padding:40px 0}.about-section{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:32px;padding-left:20px}.about-text{flex:1 1}.about-text p{font-size:1.9rem;font-weight:500;line-height:1.6}.about-image{flex:1 1;text-align:right}.about-image-reverse{flex:1 1;text-align:left}.about-image-reverse img{border-radius:12px;height:325px;max-width:80%}.about-image-reverse p{color:#4d525f;font-size:1.9rem;font-weight:400;max-width:90%}.about-image img{border-radius:12px;height:325px;max-width:80%}.about-choice-section{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:40px;padding-left:20px}.column{flex:1 1;min-width:280px}.column p{font-size:1.9rem;font-weight:500;line-height:1.6}.highlight{color:#0057ff}.grey-text{color:#18181880;text-align:center}.about-choice-section .horizontal-features-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:30px;margin:0;padding:0;width:100%}.about-choice-section .horizontal-features-container .feature-section{background-color:#f9fafb;border-radius:8px;display:flex;flex:1 1;flex-direction:column;min-width:0;padding:25px}.cta-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:10px 20px}.cta-button:hover{background-color:#0056b3}.contact-container{font-family:Arial,sans-serif;margin:0 auto;max-width:80%;text-align:center}.contact-title{font-size:24px;font-weight:700;margin-bottom:5px}.highlight{color:blue}.contact-subtitle{color:#181818b3;font-size:1.8rem;font-weight:400;margin-bottom:20px}.contact-form{display:flex;flex:1 1;flex-direction:column;gap:12px}.contact-button-wrapper{align-items:start;display:flex;flex-direction:column;justify-content:start;min-height:0}.contact-form_input-field{border:1px solid #18181833;border-radius:20px;color:#181818;font-size:1.6rem;font-weight:400;height:56px;padding:10px;width:auto}.input-group{display:flex;gap:10px}.input-group .contact-form_input-field,.input-group input{flex:1 1}.textarea{height:200px}.submit-button{background-color:blue;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px}.submit-button:hover{background-color:#00008b}.map-container{margin-top:20px;max-width:100%;position:relative}.map{border:none;height:625px;width:100%}.contact-image{fit:contain;border-radius:16px;flex:1 1;height:411px;width:100%}.contact-details{background:#000000b3;border-radius:5px;bottom:10px;color:#fff;left:10px;padding:10px;position:absolute}.contact-form-content{align-items:start;gap:48px;margin:0 auto}.contact-form-content,.container-ft-images{display:flex;justify-content:center;width:100%}.container-ft-images{align-items:center;height:100%;position:relative}.main-image-wrapper{height:70%;position:relative;width:70%}.main-image{height:100%;object-fit:contain;width:100%}.small-image{bottom:0;height:254px;position:absolute;right:0;width:455}.mobile-nav-icon-full{height:3.4rem;padding:0;width:13.4rem}.hamburger-btn{background:none;border:none;cursor:pointer;font-size:30px;padding:10px}.drawer{-webkit-overflow-scrolling:touch;background-color:#fff;height:100vh;height:100dvh;left:0;overflow-y:auto;padding-bottom:32px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:80%;z-index:1000}.drawer.open{transform:translateX(0)}.drawer .close-btn{background:none;border:none;cursor:pointer;float:right;font-size:28px}.drawer-header{align-items:center;display:flex;justify-content:space-between;padding:20px 16px 16px}.drawer-header .drawer-logo{height:auto;margin:0;width:16rem}.drawer-close-round{border-radius:50%;flex-shrink:0;font-size:2.2rem;height:44px;line-height:1;width:44px}.drawer-close-round,.drawer-get-started{align-items:center;background:#0057d9;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center}.drawer-get-started{border-radius:28px;font-size:1.7rem;font-weight:700;height:52px;margin:4px 16px 8px;width:calc(100% - 32px)}.drawer-menu{display:flex;flex-direction:column;gap:1px;list-style:none;margin-top:20px;padding:0 16px}.drawer-menu .nav-link-black{align-items:flex-start;border-bottom:1px solid #1818180f;color:#181818;display:flex;flex-direction:column;font-size:1.6rem;font-weight:400;height:auto;justify-content:center;min-height:48px;padding:10px 4px}.drawer-menu .nav-link-black.is-selected{color:#0057d9}.drawer-menu ul li{font-size:1.8rem;font-weight:600;gap:0}.nav-link-black::selection{color:#0057d9}.mobile-nav-overlay{background:#0006;height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease;width:100vw;z-index:999}.overlay.visible{opacity:1;pointer-events:auto}.drawer-logo{padding:8px}.half{align-items:center;border:1px solid #ccc;display:flex;flex:1 1;font-size:1.5rem;justify-content:center}.empower-section{color:#181818;max-width:750px;padding:40px 16px}.empower-section h2{color:#181818;font-size:24px;font-weight:700;text-align:center}.subtitle{font-size:14px;margin:10px 0 30px;text-align:center}.empower-item{align-items:flex-start;background-color:#fff;display:flex;margin-bottom:40px}.empower-line{align-items:center;display:flex;flex-direction:column;position:relative;width:40px}.dot{background-color:#fdb52a;border-radius:50%;height:18px;margin-bottom:5px;margin-top:20px;width:18px}.empower-line:after{background-color:#fdb52a;bottom:-40px;content:"";left:50%;position:absolute;top:8px;transform:translateX(-50%);width:2px}.number{color:#18181880;font-size:7.6rem;font-weight:700;line-height:1;margin-top:-46px;padding-left:58px}.empower-content{padding-left:38px;padding-top:0}.empower-content h3{font-size:16px;font-weight:700;margin:0}.empower-content p{font-size:14px;line-height:1.5;margin-top:8px}.policy-container{font-family:Arial,sans-serif;margin:0 auto;max-width:80%;padding:20px}.why-section{background-color:#fdfdfd;font-family:Segoe UI,sans-serif;padding-left:60px;padding-right:60px;padding-top:20px;text-align:center}.why-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto;max-width:85%}.why-box{background:#fff;border-radius:10px;width:30%}.why-icon{align-items:center;background-color:#0056d2;border-radius:12px;display:flex;font-size:40px;height:60px;justify-content:center;margin:0 auto 20px;padding:4px;width:60px}.why-icon img{color:#fff;height:52px;width:52px}.why-title{color:#181818;font-size:2rem;font-weight:600;margin-bottom:10px;text-align:center}.why-desc{color:#18181880;font-size:1.4rem;font-weight:400;line-height:1.5;text-align:center}.principles-section{margin:0 auto;max-width:80%;padding:40px 0}.principles-eyebrow{color:#0056d2;font-weight:600;letter-spacing:.05em;margin-bottom:8px}.principles-grid{display:flex;flex-wrap:wrap;gap:24px;margin-top:32px}.principles-card{background:#fdfdfd;border-radius:12px;box-sizing:border-box;flex-basis:calc(50% - 24px);flex-grow:1;flex-shrink:1;min-width:280px;padding:32px}.principles-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.principles-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.principles-icon img{height:28px;width:28px}.principles-number{color:#0056d2;font-weight:600}.principles-title{color:#181818;font-size:1.6rem;font-weight:600;margin-bottom:10px}.principles-desc{color:#18181880;font-size:1.2rem;font-weight:400;line-height:1.5}.auth-container{background-color:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;flex-wrap:wrap;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;margin:2rem auto;max-width:1200px;overflow:hidden}.auth-container,.auth-left-section{display:flex;justify-content:center}.auth-left-section{flex:0 0 auto;flex-direction:column;min-width:0;padding:2.5rem 2rem;width:fit-content}.auth-badge{gap:1rem;margin-bottom:2rem}.auth-badge,.auth-badge-text{align-items:center;display:flex}.auth-badge-text{background-color:#e6e6e6;border-radius:50%;color:#333;font-size:1.5rem;font-weight:700;height:48px;justify-content:center;width:48px}.auth-badge-label{display:flex;flex-direction:column;justify-content:center}.auth-small-text{align-items:center;color:#000;display:inline-flex;font-size:2.8rem;font-weight:700}.auth-large-text{color:#1e1e1e;font-size:1.1rem;font-weight:600;line-height:1.3}.auth-company-logo-placeholder{margin-top:0;padding-top:2rem}.auth-company-name{color:#1e1e1e;font-size:3.6rem;font-weight:700;letter-spacing:-.02em}.auth-right-section{align-items:flex-start;background-color:#fff;display:flex;flex:1.2 1;flex-direction:column;justify-content:flex-start;min-width:300px;padding:2.5rem}.auth-description{color:#00000080;font-size:2.2rem;font-weight:400;line-height:1.6;margin:0;max-width:none;width:100%}.auth-bold-text{color:#000;font-weight:400}.auth-right-section{border-left:1px solid #ececec}@media (max-width:768px){.authenticity-container{border-radius:12px;flex-direction:column;margin:1rem}.left-section,.right-section{padding:2rem 1.5rem}.right-section{border-left:none;border-top:1px solid #ececec}.company-name{font-size:2rem}}@media (max-width:769px){.auth-company-logo-placeholder{width:100%}.auth-company-logo-placeholder img{display:block;height:auto;width:100%}.web-only{display:none}.mobile-only{display:block}.brand{padding:0}.container{padding:10px 48px;z-index:1}.stats-container{display:none}.faq-container{max-width:92%}.hero-container{align-items:center;height:100vw;justify-content:space-between;width:90vw}h1,h1 span{font-size:3rem}.header{align-items:flex-start;display:flex;flex-direction:column;padding:0}.header,.left-section{justify-content:flex-start}.left-section{align-items:center;gap:0}.left-text{max-width:40%;overflow-wrap:normal;text-align:left}.right-section{font-size:2rem}.icon{height:30px;width:30px}.brownText{font-size:3rem}.info{font-size:1.7rem;font-weight:300}.subscribe-container{flex-direction:column;gap:10px}.subscribe-button{width:70%}.space1,.space2{margin-top:0}.space3{margin-top:2rem}.space4{margin-top:4rem}.space5{margin-top:6rem}.drawer{width:100%}.left-section,.right-section{text-align:left}.footer-section,.left-text{max-width:100%}.footer-container{align-items:center;flex-direction:column;max-width:100%;text-align:center}.brand{padding-left:25px}.subscribe-form{flex-direction:column;padding:5px 5%}.input-with-icon input{border-radius:10px;flex:1 1;width:90%}.footer-links{align-items:center;flex-direction:column;gap:20px;width:100%}.footer-links div{width:100%}.footer-bottom{flex-direction:column;gap:10px;text-align:center}.footer-socials{flex-wrap:wrap;gap:10px}.foot-buttons,.footer-socials{display:flex;justify-content:center}.foot-buttons{border-radius:20px;gap:15px;padding-bottom:20px}.about-wrapper{max-width:100%;padding:24px 20px}.about-section{flex-direction:column;gap:20px;padding-left:0}.about-image,.about-image-reverse{text-align:center;width:100%}.about-image img,.about-image-reverse img{height:auto;max-width:100%;width:100%}.about-image-reverse{order:2}.about-choice-section{padding-left:0}.table-scroll{overflow-x:auto}thead{background-color:#fff;color:#181818;font-size:2.4rem;font-weight:600}td:first-child,th:first-child{background:#ffb629;box-shadow:2px 0 5px #0000001a;color:#fff;font-size:1.8rem;font-weight:500;left:0;line-height:26px;position:sticky;text-align:start;z-index:1}.container-top,.container-top-2{padding:20px;text-align:start}.container-center{background-size:90% auto;height:193px}.feature-item-title,.feature-title{font-size:1.6rem}.feature-item-text,.feature-text{font-size:1.4rem}.feature-item-image{display:none}.h1-48-600,.h1-48-600 span,.h1-48-800,.h1-48-800 span{font-size:2rem}.h1-48-800{padding:0 24px}.h1-48-600-white{font-size:2rem}.ft-para{font-size:1.5rem}.ft-para img{display:none}.title-center,.title-center span{font-size:2.8rem}.title-center span img{height:25px;width:25px}.hero-subtitle-center{font-size:1.6rem;font-weight:400}.grid-container{padding:16px 5%}.faq-description{font-size:1.5rem;font-weight:400}.faq-question{font-size:1.4rem;font-weight:600}.faq-answer{font-size:1.2rem;font-weight:400}.cta-container{padding:16px}.cta-heading{font-size:2.8rem;font-weight:700}.cta-subtext{font-size:1.6rem;font-weight:400}.cta-buttons{align-items:center;flex-direction:column}.store-button{width:120px}.testimonial-content{align-items:center;flex-direction:column;width:92%}.testimonial-image img{max-height:40vh;max-width:40vw}.testimonial-container{padding:16px}.testimonial-text{font-size:1.6rem}.contact-image,.container-ft-images,.outlined-button-type2,.social-proof{display:none}.contact-form-content{align-items:center;flex-direction:column;gap:20px}.input-group{flex-direction:column;gap:12px}.contact-form{width:100%}.contact-image{height:auto;max-width:100%}.input-group .contact-form_input-field{flex:none;width:94%}.contact-form_input-field{height:28px}.why-container{flex-direction:column;max-width:94%}.why-box{width:100%}.why-desc{text-align:start}}.pricing-italic-sub{color:#0057d9!important;font-family:League Spartan,sans-serif;font-size:3rem!important;font-style:normal;font-weight:400;margin:4px 0 6px!important}.pricing-tagline-sub{color:#000000b2!important;font-size:2rem!important;margin-bottom:32px!important}.ptype-selector{display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin-bottom:0;padding-bottom:0}.ptype-divider{border:none;border-top:1px solid #0003;margin:0;width:100%}.ptype-card{align-items:flex-start;background:#fff;border:none;border-radius:0;cursor:pointer;display:flex;gap:12px;max-width:320px;padding:14px 20px;text-align:left;transition:background .2s;width:100%}.ptype-card--active,.ptype-card:hover{background:#f8f8f8}.ptype-icon{flex-shrink:0;height:32px;margin-top:2px;object-fit:contain;width:32px}.ptype-text{display:flex;flex-direction:column;gap:3px}.ptype-title{color:#181818;font-size:1.6rem;font-weight:600}.ptype-card--active .ptype-title{color:#0057d9}.ptype-desc{color:#1818188c;font-size:1.2rem;font-weight:500;line-height:1.4}.pplans-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px;padding:0 16px}.pplan-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:10px;padding:24px 16px 20px;text-align:left;transition:box-shadow .2s}.pplan-card:hover{box-shadow:0 4px 20px #0057d914}.pplan-card--featured{background:#0057d9;border-color:#0057d9}.pplan-badge{background:#ffb6292e;border-radius:20px;color:#a06500;display:inline-block;font-size:1.2rem;font-weight:600;padding:3px 10px;width:fit-content}.pplan-card--featured .pplan-badge{background:#ffffff2e;color:#ffe082}.pplan-name{color:#181818;font-size:2.2rem;font-weight:700;margin:0}.pplan-card--featured .pplan-name{color:#fff}.pplan-subtitle{color:#64748b;font-size:.85rem;font-weight:500;margin:4px 0 0}.pplan-card--featured .pplan-subtitle{color:#ffffffbf}.pplan-price{align-items:baseline;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:2px}.pplan-amount{color:#0057d9;font-size:3rem;font-weight:800;line-height:1}.pplan-card--featured .pplan-amount{color:#ffb629}.pplan-period{color:#18181873;font-size:1.25rem;line-height:1.3}.pplan-card--featured .pplan-period{color:#fff9}.pplan-btn{background:#fff;border:2px solid #0057d9;border-radius:20px;color:#0057d9;cursor:pointer;font-size:1.45rem;font-weight:600;padding:12px 10px;transition:background .2s,color .2s;width:100%}.pplan-btn:hover{background:#0057d9;color:#fff}.pplan-card--featured .pplan-btn{background:#fff;border-color:#fff;color:#0057d9}.pplan-card--featured .pplan-btn:hover{background:#ffffffe0}.pplan-divider{border:none;border-top:1px solid #1818181a;margin:4px 0}.pplan-card--featured .pplan-divider{border-top-color:#fff3}.pplan-feature-divider{border:none;border-top:1px solid #d9dbe9;margin:4px 0}.pplan-feature-divider--featured{border-top-color:#9e97ff}.pplan-features ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.pplan-features ul li{align-items:flex-start;color:#181818;display:flex;font-size:1.4rem;gap:8px;line-height:1.4}.pplan-card--featured .pplan-features ul li{color:#fff}.pplan-check{color:#0057d9;flex-shrink:0;height:16px;margin-top:2px;min-width:16px;width:16px}.pplan-card--featured .pplan-check{color:#ffb629}.pplan-intro{color:#1818188c;font-size:1.3rem;font-weight:700;margin:0 0 4px}.pplan-card--featured .pplan-intro{color:#ffffffb3}.pplan-tagline{color:#18181873;font-size:1.25rem;font-style:italic;line-height:1.5;margin:4px 0 0}.pplan-card--featured .pplan-tagline{color:#fff9}.pplan-compare-link{color:#0057d9;font-size:1.35rem;font-weight:600;margin-top:2px;text-decoration:none}.pplan-card--featured .pplan-compare-link{color:#ffb629}.quote-modal-overlay{align-items:center;background:#18181873;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.quote-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:600px;padding:32px 48px 48px;text-align:left;width:100%}.quote-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.quote-modal-title{color:#18181b;font-size:2.2rem;font-weight:700;margin:0}.quote-modal-close{align-items:center;background:#18181b;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.quote-modal-sub{color:#18181b;font-size:1.5rem;line-height:1.45;margin:0 0 32px}.quote-modal-label{color:#18181b;display:block;font-size:1.45rem;font-weight:500;margin:24px 0 10px}.quote-required{color:#e02424}.quote-modal-input{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;color:#18181b;font-size:1.45rem;outline:none;padding:14px 16px;width:100%}.quote-modal-input::placeholder{color:#9ca3af}.quote-modal-input:focus{border-color:#0057d9}.quote-modal-submit{background:#0057d9;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:1.55rem;font-weight:500;margin-top:36px;padding:16px;transition:background .2s;width:100%}.quote-modal-submit:hover:not(:disabled){background:#0048b3}.quote-modal-submit:disabled{cursor:not-allowed;opacity:.55}@media (max-width:600px){.quote-modal{padding:24px 20px 32px}}.ctable-feature-col{background-color:#e4e4e7!important;color:#18181b!important;font-size:2rem!important;font-weight:700!important;text-align:left!important}.ctable-feature-name{color:#252430!important;font-size:1.4rem!important;font-weight:500!important;padding-left:16px!important;text-align:left!important}.ctable-featured-header{background-color:#e4e4e7!important;color:#18181b!important}.ctable-check{color:#0057d9;font-size:1.5rem}.ctable-dash{color:#18181833;font-size:1.3rem}.ctable-partial{color:#18181859;font-size:1.4rem;font-weight:600}.ctable-text{color:#252430;font-size:1.35rem;font-weight:500}@media (max-width:900px){.pplans-grid{grid-template-columns:repeat(2,1fr);max-width:640px}}@media (max-width:540px){.pplans-grid{grid-template-columns:1fr;max-width:460px}.ptype-selector{align-items:center;flex-direction:column}}.ptrust-wrapper{margin:48px auto 0;max-width:1080px;padding:0 16px}.ptrust-badges{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:48px}.ptrust-badge-card{align-items:flex-start;background:#fff;border:none;border-radius:14px;display:flex;flex:1 1;gap:14px;max-width:320px;min-width:220px;padding:20px 24px}.ptrust-badge-icon-wrap{align-items:center;display:flex;flex-shrink:0;justify-content:center}.ptrust-badge-icon{height:52px;object-fit:contain;width:52px}.ptrust-badge-text{display:flex;flex-direction:column;gap:4px}.ptrust-badge-title{color:#0057d9;font-size:1.8rem;font-weight:600}.ptrust-badge-desc{color:#000000b2;font-size:1.4rem;font-weight:400;line-height:1.5}.ptrust-companies{margin-bottom:48px;text-align:center}.ptrust-companies-title{color:#18181899;font-size:1.6rem;font-weight:500;margin-bottom:24px}.ptrust-logos{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.ptrust-logo{filter:grayscale(20%);height:32px;object-fit:contain;opacity:.75;transition:opacity .2s,filter .2s;width:auto}.ptrust-logo:hover{filter:none;opacity:1}@media (max-width:860px){.ptrust-badges{align-items:center;flex-direction:column}.ptrust-badge-card{max-width:100%}.ptrust-logos{gap:24px}}.pricing-testimonial-heading{padding:40px 16px 0;text-align:center}.pricing-testimonial-italic{color:#0057d9;font-family:League Spartan,sans-serif;font-size:4.8rem;font-weight:400;margin:0 0 8px}.pricing-testimonial-title{color:#000;font-size:4.8rem;font-weight:700;margin:0}.ptesti-wrapper{background:#fafafa;margin:40px auto 48px;max-width:1872px;padding:0 40px}.ptesti-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:1248px}.ptesti-card{background:#fff;border:1px solid #0003;border-radius:24px;box-shadow:none;display:flex;flex-direction:column;gap:12px;padding:20px 36px 24px}.ptesti-quote-icon{background:#fdf3ea;border-radius:4px;color:#ffb629;flex-shrink:0;font-size:3.4rem;padding:8px;width:fit-content}.ptesti-text{color:#0f1125;flex:1 1;font-size:1.8rem;font-weight:400;line-height:1.65;margin:0}.ptesti-author{align-items:center;display:flex;gap:10px;margin-top:auto}.ptesti-avatar{border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.ptesti-author-info{display:flex;flex-direction:column;gap:2px}.ptesti-name{color:#0f1125;font-size:2rem;font-weight:600}.ptesti-location{color:#0f1125;font-size:1.6rem;font-weight:500}.ptesti-nav{gap:12px}.ptesti-nav,.ptesti-nav-btn{display:flex;justify-content:center}.ptesti-nav-btn{align-items:center;background:#fff;border:1.5px solid #18181833;border-radius:50%;color:#181818;cursor:pointer;font-size:1.4rem;height:40px;transition:background .2s,border-color .2s,color .2s;width:40px}.ptesti-nav-btn:hover:not(:disabled){background:#ffb629;border-color:#ffb629;color:#fff}.ptesti-nav-btn:disabled{cursor:not-allowed;opacity:.35}@media (max-width:860px){.ptesti-cards{grid-template-columns:1fr}}.faq-desktop{display:flex}.faq-mobile{display:none}.faq-qa-border{border:2px solid #000;border-radius:16px;margin-bottom:32px;padding:24px}.faq-desktop{border:1px solid #e2e8f0;border-radius:12px;gap:0;overflow:hidden;text-align:left}.faq-desktop-questions{border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0;width:42%}.faq-desktop-q{background:#0000;border:none;border-bottom:1px solid #e2e8f0;color:#18181899;cursor:pointer;font-size:1.5rem;font-weight:500;line-height:1.4;padding:24px;text-align:left;transition:color .2s,background .2s}.faq-desktop-q:last-child{border-bottom:none}.faq-desktop-q:hover{color:#0057d9}.faq-desktop-q--active{background:#f5f8ff;color:#0057d9;font-weight:600}.faq-desktop-answer{align-items:flex-start;background:#ffb629;display:flex;flex:1 1;padding:24px}.faq-desktop-answer p{color:#181818;font-size:1.5rem;font-weight:400;line-height:1.7;margin:0}@media (max-width:768px){.faq-desktop{display:none}.faq-mobile{display:block}.faq-container{max-width:94%}}.nav-dropdown-wrapper{position:relative}.nav-dropdown-trigger{align-items:center;display:flex;gap:4px}.nav-chevron{font-size:1rem;transition:transform .2s}.nav-chevron.open{transform:rotate(180deg)}.nav-dropdown-menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001a;left:0;min-width:200px;overflow:hidden;position:absolute;top:calc(100% + 8px);z-index:1000}.nav-dropdown-item{background:#0000;border:none;color:#181818;cursor:pointer;display:block;font-size:1.5rem;font-weight:500;padding:12px 16px;text-align:left;transition:background .15s,color .15s;width:100%}.nav-dropdown-item.active,.nav-dropdown-item:hover{background:#f0f4ff;color:#0057d9}.drawer-products{align-items:flex-start!important;flex-direction:column}.drawer-products-trigger{align-items:center;background:#0000;border:none;color:#181818;cursor:pointer;display:flex;font-size:1.6rem;font-weight:400;gap:6px;justify-content:space-between;min-height:32px;padding:0;width:100%}.drawer-products-trigger.is-selected{color:#0057d9}.drawer-submenu{border-left:2px solid #0057d926;display:flex;flex-direction:column;list-style:none;margin:0;padding:4px 0 8px 14px;width:100%}.drawer-menu .drawer-submenu-item{color:#181818;cursor:pointer;font-size:1.2rem;font-weight:400;line-height:1.35;padding:11px 4px}.drawer-menu .drawer-submenu-item.is-selected{color:#0057d9}.drawer-menu .drawer-submenu-item:active{background:#f0f4ff}.nav-mega-menu{background:#fff;border:1px solid #c4c6c8;border-radius:16px;box-shadow:0 16px 40px #0000001f;left:50%;padding:32px 36px;position:absolute;text-align:left;top:calc(100% + 16px);transform:translateX(-50%);width:min(1040px,calc(100vw - 48px));z-index:1000}.nav-mega-label{color:#0057d9;font-size:1.6rem;font-weight:700;margin:0 0 20px}.nav-mega-grid{grid-gap:24px 28px;display:grid;gap:24px 28px;grid-template-columns:repeat(3,1fr)}.nav-mega-item{align-items:flex-start;background:#0000;border:none;border-radius:10px;cursor:pointer;display:flex;gap:14px;padding:6px;text-align:left;transition:background .15s}.nav-mega-item.active,.nav-mega-item:hover{background:#f0f4ff}.nav-mega-icon{align-items:center;background:#fff;border:1px solid #c4c6c8;border-radius:12px;box-shadow:0 2px 6px #0000000f;color:#0057d9;display:flex;flex-shrink:0;font-size:1.8rem;height:44px;justify-content:center;width:44px}.nav-mega-icon-img{height:22px;object-fit:contain;width:22px}.nav-mega-item-body{display:flex;flex-direction:column;gap:4px}.nav-mega-item-title{color:#000;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:500;line-height:1.3}.nav-mega-item-desc{color:#12141d;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.45}.nav-mega-featured-label{color:#181818;font-size:1.5rem;font-weight:700;margin:28px 0 12px}.nav-mega-featured{align-items:flex-start;background:#f5f6fa;border:none;border-radius:12px;cursor:pointer;display:flex;gap:16px;padding:20px 24px;text-align:left;transition:background .15s;width:100%}.nav-mega-featured:hover{background:#eef2fb}.nav-mega-icon-featured{color:#181818}.nav-mega-featured-title{align-items:center;color:#0057d9;display:inline-flex;font-size:1.6rem;font-weight:700;gap:8px}.pub-hero{align-items:stretch;display:flex;height:calc(100vh - 111px);overflow:hidden;position:relative}.pub-hero-glow{background:#0057d9;filter:blur(200px);height:405px;left:-185px;opacity:.25;pointer-events:none;position:absolute;top:-215px;width:405px;z-index:0}.pub-hero-left{background:#fff;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;padding:0 58px;position:relative;width:50%;z-index:1}.pub-hero-title{color:#000;font-size:5.6rem;font-weight:600;letter-spacing:-.06em;line-height:1.25;margin:0 0 24px;max-width:508px}.pub-hero-title,.pub-hero-title span{font-family:League Spartan,sans-serif;font-family:var(--font-heading)}.pub-hero-title span{color:#ffb629}.pub-hero-subtitle{color:#000;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-body);font-size:2.2rem;font-weight:400;letter-spacing:-.06em;line-height:1.23;margin-bottom:32px;max-width:607px}.pub-hero-actions{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:24px}.pub-hero-badges{align-items:center;display:flex;flex-wrap:wrap;gap:19px}.pub-hero-badge{align-items:center;color:#545454;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-body);font-size:1.3rem;font-weight:400;gap:8px}.pub-hero-badge-icon{color:#0057d9;flex-shrink:0;font-size:1.6rem}.pub-hero-right{flex-shrink:0;overflow:hidden;position:relative;width:50%}.pub-hero-img-gradient{background:linear-gradient(266.38deg,#fff 8.82%,#fff0 50%);inset:0;pointer-events:none;position:absolute;z-index:1}.pub-hero-building-img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.pub-hero-ov{border-radius:16px;box-shadow:0 20px 24px #cdcdcd29;pointer-events:none;position:absolute;z-index:2}.pub-hero-ov--3{left:3%;top:20%;width:44%}.pub-hero-ov--2{bottom:5%;left:3%;width:39%}.pub-hero-ov--1{right:9%;top:60%;transform:translateY(-50%);width:36%}.pub-stat-ring{height:56px;width:56px}.pub-stat-ring-label{display:flex;flex-direction:column}.pub-stat-pct{color:#0057d9;font-size:2rem;font-weight:800}.pub-stat-sub{color:#18181880;font-size:1.1rem}.pub-trust-layers{padding:60px 40px;text-align:center}.pub-section-overtitle{color:#0057d9;font-family:League Spartan,sans-serif;font-size:4.8rem;font-weight:400;letter-spacing:.04em;margin-bottom:8px}.pub-trust-grid{margin:28px auto 0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000);max-width:1100px;overflow:hidden;padding:4px 0 12px}.pub-trust-track{animation:pub-trust-marquee 40s linear infinite;display:flex;gap:20px;width:max-content}.pub-trust-grid:hover .pub-trust-track{animation-play-state:paused}@keyframes pub-trust-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}@media (prefers-reduced-motion:reduce){.pub-trust-track{animation:none}.pub-trust-grid{-webkit-mask-image:none;mask-image:none;overflow-x:auto}}.pub-trust-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:flex;flex:0 0 min(320px,82vw);flex-direction:column;padding:24px 20px;text-align:center;transition:box-shadow .2s}.pub-trust-card:hover{box-shadow:0 4px 16px #0057d91a}.pub-trust-icon{height:40px;margin-bottom:12px;object-fit:contain;width:40px}.pub-trust-title{color:#181818;font-size:1.6rem;font-weight:700;margin:0 0 8px}.pub-trust-desc{color:#1818188c;font-size:1.35rem;line-height:1.5;margin:0}.pub-showcase{background:#fdf3ea;padding:60px 40px}.pub-showcase-inner{align-items:center;display:flex;gap:48px;margin:0 auto;max-width:1100px}.pub-showcase-left{flex:1 1}.pub-showcase-tag{background:#ffb629;border-radius:4px;color:#000;display:inline-block;font-size:2.4rem;font-weight:600;letter-spacing:.08em;margin-bottom:16px;padding:4px 12px}.pub-showcase-heading{color:#181818;font-family:League Spartan,sans-serif;font-size:4.8rem;font-weight:800;line-height:1.2;margin:0 0 16px}.pub-showcase-heading span{color:#0057d9;font-family:League Spartan,sans-serif;font-weight:400!important}.pub-showcase-sub{color:#18181899;font-size:1.5rem;line-height:1.6;margin-bottom:20px}.pub-showcase-features{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 24px;padding:0}.pub-showcase-features li{align-items:flex-start;display:flex;gap:8px}.pub-showcase-feature-text{display:flex;flex-direction:column;gap:2px}.pub-showcase-feature-title{color:#181818;font-size:1.6rem;font-weight:600;line-height:1.35;margin:0}.pub-showcase-feature-description{color:#181818a6;font-size:1.6rem;font-weight:400;line-height:1.45;margin:0}.pub-showcase-check{color:#0057d9;flex-shrink:0;margin-top:2px}.pub-showcase-card{background:#fff;border-radius:14px;box-shadow:0 8px 24px #0000001a;max-width:340px;overflow:hidden;width:100%}.pub-showcase-card-tag{color:#0057d9;font-size:1.1rem;font-weight:700;letter-spacing:.08em;margin:0;padding:12px 16px 0}.pub-showcase-card-img{height:180px;object-fit:cover;width:100%}.pub-showcase-card-body{padding:12px 16px 16px}.pub-showcase-card-title{color:#181818;font-size:1.45rem;font-weight:600;margin:0 0 8px}.pub-card-verified{background:#f0f4ff;border-radius:4px;color:#0057d9;font-size:1.2rem;font-weight:600;padding:2px 8px}.pub-showcase-right{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:16px}.psc-featured-card{background:#fff;border-radius:14px;box-shadow:0 8px 28px #0000001a;max-width:480px;overflow:hidden;width:100%}.psc-featured-img-wrap{position:relative;width:100%}.psc-featured-img{display:block;height:200px;object-fit:cover;width:100%}.psc-featured-banner{background:#0057d9;border-radius:4px;color:#fff;font-size:1.2rem;font-weight:700;left:10px;letter-spacing:.1em;padding:5px 10px;position:absolute;top:10px;white-space:nowrap}.psc-featured-body{padding:14px 16px 16px}.psc-featured-title-row{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.psc-featured-title{color:#181818;font-size:1.55rem;font-weight:700;line-height:1.3;margin:0}.psc-featured-flag{flex-shrink:0;font-size:2rem}.psc-featured-desc{color:#18181899;font-size:1.3rem;line-height:1.5;margin:0 0 12px}.psc-featured-footer{align-items:center;display:flex;justify-content:space-between}.psc-company-row{align-items:center;display:flex;gap:6px}.psc-company-logo{border-radius:6px;height:28px;object-fit:contain;width:28px}.psc-company-name{color:#181818;font-size:1.3rem;font-weight:600}.psc-verified-badge{height:18px;object-fit:contain;width:18px}.psc-project-id{color:#0057d9;font-size:1.3rem;font-weight:600}.psc-bottom-pair{align-items:stretch;display:flex;gap:12px;max-width:480px;width:100%}.psc-house-img{border-radius:12px;display:block;flex-shrink:0;height:auto;object-fit:cover;width:50%}.psc-floor-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;display:flex;flex:1 1;flex-direction:column;gap:10px;padding:12px}.psc-floor-card-header{justify-content:space-between}.psc-floor-card-header,.psc-floor-card-title-row{align-items:flex-start;display:flex;gap:6px}.psc-floor-back{color:#181818;flex-shrink:0;font-size:1.2rem;margin-top:2px}.psc-floor-title{color:#181818;font-size:1.25rem;font-weight:600;line-height:1.3}.psc-floor-dots{color:#888;flex-shrink:0;font-size:1.4rem}.psc-floor-section{align-items:center;display:flex;justify-content:space-between}.psc-floor-section-label{color:#181818;font-size:1.25rem;font-weight:600}.psc-floor-plus{color:#181818;font-size:1.2rem}.psc-floor-plans{display:flex;gap:8px}.psc-floor-plan-item{display:flex;flex:1 1;flex-direction:column;gap:4px}.psc-floor-plan-img{border:1px solid #e8e8e8;border-radius:6px;height:60px;object-fit:cover;width:100%}.psc-floor-plan-label{color:#181818a6;font-size:1.1rem;text-align:center}.pub-solutions{background:#f8faff;overflow:hidden;padding:60px 40px 0;text-align:center}.pub-solutions-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:28px auto 0;max-width:1100px}.pub-solutions-img-wrap{margin-left:-40px;margin-right:-40px;margin-top:28px;width:calc(100% + 80px)}.pub-solutions-img{display:block;height:auto;width:100%}.pub-solutions-cta{align-items:center;display:flex;justify-content:center;padding:40px 0 60px;position:relative}.pub-solutions-btn{align-items:center;background:#0057d9;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:600;padding:14px 28px;transition:background .2s;white-space:nowrap}.pub-solutions-btn:hover{background:#0046b0}.pub-solution-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;text-align:left;transition:box-shadow .2s}.pub-solution-card:hover{box-shadow:0 4px 16px #0057d914}.pub-solution-tag{color:#0057d9;display:block;font-size:1.2rem;font-weight:700;letter-spacing:.04em;padding:14px 16px 0}.pub-solution-img{height:160px;margin:10px 0;object-fit:cover;width:100%}.pub-solution-title{color:#181818;font-size:1.6rem;font-weight:700;margin:0 16px 8px}.pub-solution-desc{color:#1818188c;font-size:1.35rem;line-height:1.5;margin:0 16px 12px}.pub-solution-link{align-items:center;background:#0000;border:none;color:#0057d9;cursor:pointer;display:flex;font-size:1.4rem;font-weight:600;padding:0 16px 16px}.pub-stats{background:#ffb629;gap:0;height:270px;justify-content:center}.pub-stat-item,.pub-stats{align-items:center;display:flex;padding:0 40px}.pub-stat-item{border-right:1px solid #00000026;flex-direction:column;text-align:center}.pub-stat-item:last-child{border-right:none}.pub-stat-value{color:#000;font-family:League Spartan,sans-serif;font-size:6.4rem;font-weight:700;line-height:1}.pub-stat-label{color:#181818b3;font-size:1.3rem;line-height:1.4;margin-top:4px;white-space:pre-line}.pub-verification{background:linear-gradient(160deg,#e8f0fb,#f5f8ff 40%,#fff);padding:80px 40px}.pub-verification-inner{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1100px}.pub-verification-left{flex:1 1;max-width:480px}.pub-ver-overtitle{color:#0057d9;font-size:2.2rem;margin:0 0 10px}.pub-ver-heading,.pub-ver-overtitle{font-family:League Spartan,sans-serif}.pub-ver-heading{color:#181818;font-size:4rem;font-weight:800;line-height:1.2;margin:0 0 16px}.pub-verification-sub{color:#18181899;font-size:1.5rem;line-height:1.7;margin:0 0 28px}.pub-verification-points{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}.pub-ver-point{border-left:3px solid #e2e8f0;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:14px 0 14px 16px;transition:border-color .2s}.pub-ver-point--active{border-left-color:#0057d9}.pub-ver-point-title{color:#181818;font-size:1.5rem;font-weight:700;line-height:1.4}.pub-ver-point:not(.pub-ver-point--active) .pub-ver-point-title{color:#18181880;font-weight:500}.pub-ver-point-desc{color:#1818188c;font-size:1.4rem;line-height:1.5}.pub-verification-right{align-items:center;display:flex;flex:1 1;justify-content:center}.pub-ver-diagram-img{display:block;height:auto;max-width:540px;width:100%}.pub-industries{background:#fff;overflow:hidden;padding:60px 0 60px 40px;text-align:center}.pub-industries-sub{color:#1818188c;font-size:1.5rem;line-height:1.6;margin:8px auto 36px;max-width:720px;padding:0 40px}.pub-industries-scroll-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:12px;scrollbar-width:none}.pub-industries-scroll-wrap::-webkit-scrollbar{display:none}.pub-industries-scroll{display:flex;gap:16px;padding-right:40px;width:max-content}.pub-industry-card{align-items:flex-start;background:#f9f5f3;border:none;border-radius:16px;display:flex;flex-direction:column;flex-shrink:0;gap:12px;padding:28px 24px;text-align:left;transition:box-shadow .2s;width:280px}.pub-industry-card:hover{box-shadow:0 4px 16px #0057d91a}.pub-industry-icon{align-items:center;color:#181818;display:flex;justify-content:center}.pub-industry-label{color:#181818;font-size:1.6rem;font-weight:700;line-height:1.3;margin:0}.pub-industry-desc{color:#1818188c;font-size:1.35rem;line-height:1.55;margin:0}.pub-powering{background:#fdf3ea;padding:60px 60px 80px}.pub-powering-header{margin-bottom:48px}.pub-powering-title-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:10px}.pub-powering-label{color:#181818;font-family:League Spartan,sans-serif;font-size:3.2rem;font-weight:700;white-space:nowrap}.pub-powering-title{color:#0057d9;font-family:League Spartan,sans-serif;font-size:4.8rem;font-weight:400;line-height:1.2;margin:0}.pub-powering-sub-row{align-items:center;display:flex;gap:20px}.pub-powering-sub{color:#000;font-size:2.2rem;font-weight:400;margin:0;white-space:nowrap}.pub-powering-divider{background:#18181833;flex:1 1;height:1px}.pub-powering-grid{grid-gap:48px 80px;display:grid;gap:48px 80px;grid-template-columns:1fr 1fr}.pub-power-item{align-items:flex-start;display:flex;gap:20px}.pub-power-item--center{grid-column:1/-1;justify-content:center;margin:0 auto;max-width:480px}.pub-power-num{color:#181818;flex-shrink:0;font-family:League Spartan,sans-serif;font-size:10.6rem;font-weight:400;line-height:1;min-width:100px}.pub-power-body{display:flex;flex-direction:column;gap:10px;padding-top:6px}.pub-power-desc{color:#181818;font-size:1.5rem;line-height:1.5;margin:0}.pub-power-points{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.pub-power-points li{align-items:center;color:#181818;display:flex;font-size:1.4rem;gap:8px}.pub-power-check{color:#ffb629;flex-shrink:0;font-size:1.2rem}.pub-power-tag{background:#ffb629;border-radius:4px;color:#181818;display:inline-block;font-size:1.35rem;font-weight:700;margin-top:4px;padding:5px 14px}.pub-join-cta{background:#0047c8;overflow:hidden;padding:80px 40px;position:relative;text-align:center}.pub-join-bg{height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%}.pub-join-bg,.pub-join-overlay{inset:0;pointer-events:none;position:absolute}.pub-join-overlay{background:#0006}.pub-join-content{align-items:center;display:flex;gap:40px;margin:0 auto;max-width:1100px;position:relative;z-index:1}.pub-join-left{flex:1 1;text-align:left}.pub-join-right{align-items:center;display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:flex-end}.pub-join-overtitle{color:#ffffffbf;font-size:1.4rem;font-weight:600;letter-spacing:.08em;margin:0 0 12px;text-transform:uppercase}.pub-join-title{color:#fff;font-size:3.8rem;font-weight:800;line-height:1.2;margin:0 0 16px}.pub-join-title,.pub-join-title span{font-family:League Spartan,sans-serif}.pub-join-title span{color:#0057d9;font-weight:400!important}.pub-join-sub{color:#ffffffbf;font-size:1.55rem;line-height:1.65;margin:0 0 32px;max-width:460px}.pub-join-btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-family:League Spartan,sans-serif;gap:10px;transition:opacity .2s,transform .15s}.pub-join-btn:hover{opacity:.88;transform:translateY(-1px)}.pub-join-btn--primary{background:#ffb629;color:#181818;font-size:1.55rem;font-weight:700;padding:14px 28px}@media (max-width:900px){.pub-hero,.pub-hero-content,.pub-showcase-inner,.pub-verification-inner{flex-direction:column}.pub-hero{height:auto}.pub-hero-left{padding:48px 24px;width:100%}.pub-hero-right{height:340px;width:100%}.pub-hero-ov{display:none}.pub-trust-grid{max-width:100%}.pub-solutions-grid{grid-template-columns:1fr}.pub-stats{grid-gap:32px 0;display:grid;gap:32px 0;grid-template-columns:repeat(2,1fr);height:auto;padding:40px 16px}.pub-stat-item{padding:0 12px}.pub-stat-item:nth-child(2n){border-right:none}.pub-stat-value{font-size:4.4rem}.pub-ver-diagram-img{max-width:100%}.pub-powering{padding:40px 20px 56px}.pub-powering-label{font-size:2.4rem}.pub-powering-title{font-size:3rem}.pub-powering-sub{font-size:1.7rem;white-space:normal}.pub-powering-grid{gap:36px;grid-template-columns:1fr}.pub-power-item--center{grid-column:auto;justify-content:flex-start;margin:0;max-width:none}.pub-power-num{font-size:6.4rem;min-width:64px}.pub-industries{padding:40px 0 40px 20px}.pub-industries-sub{padding:0 20px}.pub-industries-scroll-wrap{scroll-padding-left:20px;scroll-snap-type:x mandatory}.pub-industries-scroll{padding-right:20px}.pub-industry-card{scroll-snap-align:start;width:min(280px,78vw)}}@media (max-width:600px){.pub-trust-grid{max-width:100%}.pub-stat-value{font-size:3.6rem}.pub-stat-label{font-size:1.2rem}.pub-powering-label{font-size:2rem}.pub-powering-title{font-size:2.4rem}.pub-power-num{font-size:5rem;min-width:52px}}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-\[800px\]{height:800px}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-visible{overflow:visible}.border{border-width:1px}.bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.text-center{text-align:center}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.number-bg{fontSize:15rem;fontWeight:600;zIndex:0;color:#181818;left:10%;position:absolute;top:20%;transform:translate(-50%,-50%)}.testimonials-section{align-items:center;background-color:#fdb913;border-radius:24px;display:flex;font-family:Plus Jakarta Sans,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:20px 40px}.testimonial-container{font-weight:700;justify-content:center;justify-items:center;padding:5px 40px;text-align:center}.content-wrapper{display:flex;flex-direction:row;gap:60px;max-width:1400px;width:100%}.intro-column{color:#fff;display:flex;flex:0 0 40%;flex-direction:column;height:fit-content;justify-content:center;position:sticky;top:40px}.main-heading{font-size:5.6rem;font-weight:700;line-height:1.1;margin-bottom:30px}.highlight-blue{color:#0056d2}.intro-text{font-size:2.2rem;font-weight:400;line-height:1.6;max-width:500px;opacity:.95}.cards-grid{display:flex;flex:1 1;gap:24px}.cards-grid-home{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.grid-column{display:flex;flex:1 1;flex-direction:column;gap:24px}.grid-row{display:flex;flex:1 1;flex-direction:row;gap:24px}.column-down{padding-top:80px}.column-up{margin-top:-60px}.testimonial-card{background-color:#fff;border-radius:24px;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;gap:16px;padding:10px;transition:transform .2s ease}.testimonial-card:hover{transform:translateY(-5px)}.card-header{align-items:center;display:flex;gap:16px;margin-bottom:8px}.avatar-container{flex-shrink:0}.avatar-img{border-radius:50%;height:48px;object-fit:cover;width:48px}.avatar-logo{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:56px;justify-content:center;width:56px}.user-info{align-content:center;align-items:flex-start;display:flex;flex-direction:column}.user-name{color:#111;font-size:1.6rem;font-weight:700;margin:0}.user-role{color:#666;font-size:1rem;font-weight:400;line-height:1.7;margin:4px 0 0}.quote-icon{margin-bottom:-10px}.testimonial-text{color:#333;font-size:1.3rem;font-weight:400;line-height:1;margin:0;text-align:start}@media (max-width:1024px){.main-heading{font-size:3rem}}@media (max-width:900px){.content-wrapper{flex-direction:column}.intro-column{align-items:center;margin-bottom:40px;position:static}.intro-column,.intro-text{text-align:center}.column-down,.column-up{margin-top:0;padding-top:0}}@media (max-width:600px){.cards-grid{flex-direction:column}.cards-grid-home{display:flex;flex-direction:row;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;width:100%}.testimonial-card{box-sizing:border-box;flex:0 0 100%;max-width:100%;scroll-snap-align:start}.cards-grid-home::-webkit-scrollbar{display:none}.main-heading{font-size:2.5rem}}.shimmer-container{display:flex;gap:16px;justify-content:center;padding:33px 9.5%}.shimmer-item{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#eee 0,#ddd 50%,#eee);background-size:200% 100%;border-radius:8px;height:350px;width:34%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.web-only{display:block}.mobile-only{display:none}html{color:#ffffffb2;font-size:10px}body{font-family:Plus Jakarta Sans,sans-serif;margin:0;padding:0}.navbar-content{background-color:#fff;justify-content:space-between;width:80%}.navbar-content,nav{align-items:center;display:flex}nav{background:#fff;justify-content:center;padding:0}.left-section{align-items:center;gap:0;justify-content:flex-start}.left-text{max-width:40%;overflow-wrap:normal;text-align:left}.right-section{font-size:2rem}.icon{height:30px;width:30px}.icon-full{height:4.2rem;padding:0 16px;width:15.5rem}.brownText{font-size:3rem}.h1-48-600{color:#000;line-height:40px;margin-top:0;text-align:center}.h1-48-600,.h1-48-600 span{font-size:3.2rem;font-weight:600}.h1-48-600 span{color:#0057d9;font-family:League Spartan,sans-serif}.h1-48-800{color:#000;line-height:normal;text-align:center}.h1-48-800,.h1-48-800 span{font-size:3.2rem;font-weight:800}.h1-48-800 span{color:#0057d9;font-family:League Spartan,sans-serif}.filled-button{background-color:#0057d9;border:none;border-radius:20px;color:#ffffffb2;cursor:pointer;font-size:1.6rem;font-weight:600;height:56px;padding:12px 24px}.custom-underline{background-image:url(/static/media/underline.f17eed9bfc20660c8e48.svg);background-position:bottom;background-repeat:no-repeat;background-size:100% 12px;padding-bottom:14px}.home-wrapper{background-color:#f9f9ff;color:#000;font-family:Arial,sans-serif;margin:0 auto;max-width:80%;padding:40px 0}.home-section{margin-bottom:32px}.home-section,.home-section-special{align-items:center;display:flex;flex-wrap:wrap;padding-left:20px}.home-section-special{gap:20px;margin-bottom:10px}.home-text p{font-size:1.9rem;font-weight:500;line-height:1.6}.home-text-p-right{text-align:right}.home-text h3{font-size:1.9rem;font-weight:700;line-height:0}.home-text{flex:1 1}.paragraph{color:#4d525f;font-size:1.2rem;font-weight:400;line-height:0}.home-image{flex:1 1;text-align:right}.home-image-reverse{flex:1 1;text-align:left}.home-image-center{text-align:center}.home-image img,.home-image-reverse img{border-radius:12px;height:325px;max-width:80%}.footer-text{color:#181818;font-size:1.4rem;font-weight:400;margin:10px 0}.hero-bg{position:relative}.hero-bg:before{background-color:#eaf2ff;clip-path:polygon(1% 0,100% 0,100% 35%,1% 38%);inset:0;z-index:-1}@media (max-width:769px){.web-only{display:none}.mobile-only{display:block}.navbar-content{border-bottom:1px solid #eee;padding:4px 10px;width:100%}.home-wrapper,.navbar-content{background-color:#fff;position:relative}.home-wrapper{flex-direction:column;padding:0 10px}.icon-full{height:2.8rem;padding:0;width:12rem}.mobile-nav-header{align-items:center;display:flex;justify-content:space-between;padding:4px 10px;width:100%}.filled-button{border-radius:24px;color:#fff}.h1-48-600,.h1-48-600 span,.h1-48-800,.h1-48-800 span{font-size:2rem}.home-wrapper{max-width:100%;overflow-x:hidden}.home-section{margin-bottom:10px;overflow-x:hidden;padding:0;width:100%}.home-section,.home-section-special{flex-direction:column;text-align:center}.home-section-special{gap:0;padding-left:0}.about-image-reverse{width:100%}.about-image-reverse img{height:auto;max-width:100%}.about-image-reverse p{max-width:100%}.home-text,.home-text-p-right{text-align:left}.home-text{width:100%}.home-image{text-align:center;width:100%}.home-image img,.home-image-reverse img{height:auto;max-width:100%}.home-text p{font-size:1.05rem;line-height:1.6}.home-text h3{font-size:1.4rem;line-height:1.3}}.publish-container{background-color:#fff;color:#1a1a1a;font-family:Plus Jakarta Sans,sans-serif;margin:0 auto;max-width:500px;padding:16px}.publish-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px;padding-top:8px}.publish-header-left{align-items:center;display:flex;flex:1 1;gap:16px}.publish-title{color:#111;font-size:18px;font-weight:700;line-height:1.3;margin:0}.publish-subtitle{align-items:center;color:#666;display:flex;font-size:14px;gap:6px;margin-bottom:20px}.publish-image-container{margin-bottom:16px;position:relative;width:100%}.publish-image-strip{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.publish-image-strip .publish-featured-image{flex-basis:calc(100% - 32px);flex-grow:0;flex-shrink:0;min-width:calc(100% - 32px);scroll-snap-align:start}.publish-featured-image{aspect-ratio:16/9;border-radius:20px;object-fit:cover;width:100%}.publish-featured-image.placeholder-logo{background-color:#f1f5f9;object-fit:contain;padding:32px}.project-code{color:#007bff;font-size:12px;font-weight:600;margin-bottom:8px}.section-title{font-size:18px;font-weight:700;margin-bottom:12px}.project-description{color:#444;font-size:14px;line-height:1.5;margin-bottom:24px}.details-grid{grid-gap:20px 40px;background-color:initial;display:grid;gap:20px 40px;grid-template-columns:1fr 1fr;margin-bottom:24px;padding:0;position:relative}.details-grid:after{background-color:#e5e7eb;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:1px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{color:#777;font-size:14px;font-weight:500}.detail-value{font-size:16px;font-weight:600}.status-pill{background-color:#eef2ff;border-radius:20px;color:#4f46e5;font-size:13px;font-weight:600;padding:6px 16px;width:fit-content}.location-link{color:#1a1a1a;text-decoration:none}.company-row{align-items:center;display:flex;gap:8px}.architects-wrapper{margin-top:8px}.architects-toggle{align-items:center;background:#f8fafc;border:1px solid #dbe1ea;border-radius:10px;color:#334155;cursor:pointer;display:flex;font-size:13px;font-weight:600;justify-content:space-between;padding:8px 10px;width:100%}.architects-list{background:#fff;border:1px solid #e2e8f0;border-radius:10px;list-style:none;margin:8px 0 0;overflow:hidden;padding:0}.architect-item{align-items:center;border-bottom:1px solid #eef2f7;display:flex;gap:10px;padding:10px}.architect-item:last-child{border-bottom:none}.architect-avatar{border-radius:999px;flex-shrink:0;height:32px;object-fit:cover;width:32px}.architect-avatar-fallback{align-items:center;background:#e2e8f0;color:#334155;display:flex;font-size:11px;font-weight:700;justify-content:center}.architect-meta{display:flex;flex-direction:column;min-width:0}.architect-name{color:#0f172a;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.architect-reg{color:#0057d9;font-size:12px}.architect-empty{color:#64748b;font-size:12px;padding:10px}.company-logo{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;display:flex;font-size:10px;height:24px;justify-content:center;width:24px}.section-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.add-button{color:#007bff;cursor:pointer;font-size:24px}.announcement-card{background-color:initial;border:none;margin-bottom:24px;padding:0}.announcement-title{font-size:16px;font-weight:700;margin-bottom:8px}.announcement-content{color:#555;font-size:14px;line-height:1.5;margin-bottom:8px}.posted-date{color:#1a1a1a;font-size:13px;font-weight:700}.ms-container{display:flex;gap:16px;overflow-x:auto;padding-bottom:16px}.ms-container::-webkit-scrollbar{display:none}.ms-card{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;flex:0 0 280px;padding:16px}.ms-header{align-items:flex-start;display:flex;justify-content:space-between}.ms-title-row{align-items:center;display:flex;gap:8px}.ms-icon{color:#4f46e5}.ms-title{font-size:1.4rem!important;font-weight:700!important}.ms-desc{color:#666;font-size:13px;margin-bottom:12px}.ms-images{display:flex;gap:8px;margin-bottom:12px}.ms-thumb{border-radius:8px;height:60px;object-fit:cover;width:80px}.ms-date{color:#555;font-size:12px}.ap-icon-btn{align-items:center;background:none;border:none;border-radius:50%;color:#1a1a1a;cursor:pointer;display:flex;padding:6px;transition:background .15s}.ap-icon-btn:hover{background:#f1f5f9}.ap-overlay{align-items:stretch;animation:fadeIn .2s ease;background:#00000073;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:1100}.ap-panel{animation:slideInRight .3s ease;background:#fff;border-radius:24px 0 0 24px;height:100%;max-width:400px;overflow-y:auto;padding:0 0 24px;width:92%}.ap-header{align-items:center;display:flex;gap:8px;padding:14px 16px 10px}.ap-header-title{color:#1a1a1a;font-size:14px;font-weight:500}.ap-close-btn{background:#111!important;border-radius:50%;color:#fff!important;margin-left:auto}.ap-close-btn:hover{background:#333!important}.ap-profile-row{align-items:flex-start;display:flex;gap:14px;padding:0 16px 16px}.ap-avatar{border-radius:50%;flex-shrink:0;height:56px;object-fit:cover;width:56px}.ap-avatar-fallback{align-items:center;background:#e0e7ff;color:#2563eb;display:flex;font-size:18px;font-weight:700;justify-content:center}.ap-profile-info{display:flex;flex-direction:column;gap:3px}.ap-name-row{align-items:center;display:flex;gap:5px}.ap-name{color:#111;font-size:15px;font-weight:700}.ap-verified{color:#2563eb;flex-shrink:0}.ap-location{color:#666;font-size:12px}.ap-title{color:#444;font-size:12px}.ap-enquire-btn{align-items:center;background:#2563eb;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:4px;margin:0 16px 20px;padding:10px 18px;transition:background .2s}.ap-enquire-btn:hover{background:#1d4ed8}.ap-stats-row{border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;display:flex;margin:0 0 20px}.ap-stat-item{align-items:center;border-right:1px solid #f0f0f0;display:flex;flex:1 1;flex-direction:column;padding:14px 8px}.ap-stat-item:last-child{border-right:none}.ap-stat-item--highlight{background:#fff599c2}.ap-stat-count{color:#111;font-size:20px;font-weight:700}.ap-stat-label{color:#666;font-size:11px;margin-top:2px}.ap-featured-section{padding:0 16px}.ap-featured-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.ap-section-title{color:#111;font-size:15px;font-weight:700}.ap-tap-enquire{background:none;border:none;color:#2563eb;cursor:pointer;font-size:12px;font-weight:500}.ap-projects-list{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0}.ap-project-item{align-items:center;border-bottom:1px solid #f4f4f4;cursor:pointer;display:flex;gap:12px;padding:10px 0}.ap-project-item:last-child{border-bottom:none}.ap-project-thumb{border-radius:8px;flex-shrink:0;height:44px;object-fit:cover;width:52px}.ap-project-thumb-fallback{background:#e5e7eb}.ap-project-meta{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.ap-project-code{color:#4285f4;font-size:12px;font-weight:400}.ap-project-name{color:#111;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-project-status{color:#2563eb;font-size:11px;font-weight:500}.ap-project-location{color:#888;font-size:11px}.ap-project-chevron{color:#bbb;flex-shrink:0}.enq-overlay{align-items:center;animation:fadeIn .2s ease;background:#00000073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1200}.enq-panel{animation:scaleIn .25s ease;background:#fff;border-radius:20px;box-shadow:0 24px 64px #00000040;max-height:90vh;max-width:420px;overflow-y:auto;width:100%}.enq-breadcrumb{color:#94a3b8;font-size:10px;font-weight:600;letter-spacing:.08em;padding:14px 16px 0;text-transform:uppercase}.enq-breadcrumb-sep{color:#cbd5e1}.enq-breadcrumb-active{color:#475569}.enq-header{align-items:flex-start;display:flex;gap:10px;padding:10px 16px 14px}.enq-title{color:#111;flex:1 1;font-size:18px;font-weight:700;line-height:1.3;margin:0}.enq-project-image{height:160px;object-fit:cover;width:100%}.enq-body{padding:20px 16px 24px}.enq-label{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.enq-input{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#111;font-size:14px;margin-bottom:18px;outline:none;padding:11px 14px;transition:border-color .2s;width:100%}.enq-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.enq-textarea{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#111;font-family:inherit;font-size:14px;margin-bottom:24px;outline:none;padding:11px 14px;resize:vertical;transition:border-color .2s;width:100%}.enq-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.enq-actions{display:flex;gap:12px;justify-content:flex-end}.enq-close-btn{background:#111!important;color:#fff!important}.enq-close-btn:hover{background:#333!important}.enq-cancel-btn{background:#fff;border:1.5px solid #2563eb;border-radius:20px;color:#2563eb;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:background .2s;white-space:nowrap}.enq-cancel-btn:hover{background:#eff6ff}.enq-send-btn{align-items:center;background:#2563eb;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:10px 24px;transition:background .2s;white-space:nowrap}.enq-send-btn:hover:not(:disabled){background:#1d4ed8}.enq-send-btn:disabled{background:#94a3b8;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}.milestone-header-bar-custom{align-items:center;display:flex;justify-content:flex-start;margin:24px 0 0;max-width:400px;width:100%}.milestone-back-icon-custom{cursor:pointer;font-size:28px;margin-left:16px;margin-top:4px}.milestone-main-grid-inner{box-sizing:border-box;margin:0;padding:0;width:100%}.milestone-gallery-section-custom{margin-top:16px}.milestone-container-custom{box-sizing:border-box;margin:0;padding:0}.milestone-no-images-custom{padding:32px}.milestone-dropdown-wrapper{display:inline-flex;max-width:220px;position:relative;width:100%}.milestone-week-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#f8fafc;border:none;border-radius:6px;box-shadow:0 1px 2px #0000000a;cursor:pointer;font-size:16px;height:40px;margin:0;min-width:120px;outline:none;padding:8px 36px 8px 12px;text-align:left;width:100%}.milestone-dropdown-icon{fill:#888;height:18px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:18px}*{box-sizing:border-box;margin:0;padding:0}.milestone-container{background-color:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow-x:hidden;width:100%}@media (min-width:900px){.milestone-container{margin-left:78px;margin-right:78px}}.milestone-header-bar{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;padding:16px 20px}.back-icon{color:#374151;cursor:pointer;font-size:24px}.back-icon:hover{color:#111827}.week-selector{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;outline:none;padding:6px 12px}.milestone-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:24px 0}.milestone-header-content{margin:0;padding:0}@media (max-width:899px){.milestone-header-content{padding:0 24px}}.milestone-title{color:#111827;font-size:24px;font-weight:600;margin:0 0 8px}.milestone-subtitle{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.gallery-section,.milestone-images{margin:0 auto;max-width:1200px;width:100%}.milestone-images{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.image-item{overflow:hidden;width:100%}.milestone-thumb{aspect-ratio:1/1;border-radius:8px;cursor:pointer;display:block;height:auto;object-fit:cover;transition:transform .2s ease;width:100%}.milestone-thumb:hover{transform:scale(1.02)}@media (max-width:599px){.gallery-section{padding:0 16px}.milestone-images{gap:12px}}@media (min-width:600px) and (max-width:899px){.gallery-section{padding:0 24px}.milestone-images{gap:16px}.milestone-thumb{aspect-ratio:4/3}}@media (min-width:900px){.gallery-section{padding:0}.milestone-images{gap:20px;grid-template-columns:repeat(4,1fr)}.milestone-thumb{aspect-ratio:4/3}}@media (min-width:1200px){.gallery-section{padding:0}.milestone-images{gap:24px;grid-template-columns:repeat(5,1fr)}}@media (min-width:900px){.image-item:nth-child(2n){margin-top:30px}}.no-images{color:#6b7280;font-size:16px;padding:60px 20px;text-align:center}.sol-hero{margin:0 auto;max-width:900px;padding:80px 24px 64px;text-align:center}.sol-overtitle{color:#f5a623;font-size:1.8rem;font-weight:600;margin-bottom:16px}.sol-title{color:#181818;font-size:4.8rem;font-weight:600;line-height:1.2;margin-bottom:20px}.sol-title span{color:#0057d9}.sol-subtitle{color:#64748b;font-size:1.7rem;line-height:1.6;margin:0 auto 32px;max-width:620px}.sol-hero-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.sol-outlined-button{align-items:center;background:#0000;border:1.5px solid #0057d9;border-radius:24px;color:#0057d9;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:600;padding:12px 24px;transition:background .15s}.sol-outlined-button:hover{background:#f0f4ff}.sol-hero{position:relative}.sol-hero-badge-img{height:auto;left:-60px;pointer-events:none;position:absolute;top:400px;width:140px}.sol-hero.is-split{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr;max-width:1200px;text-align:left}.sol-hero.is-split .sol-subtitle{margin-left:0}.sol-hero.is-split .sol-hero-actions{justify-content:flex-start}.sol-hero.is-split .sol-hero-visual{margin:0;max-width:none}.sol-hero-visual{margin:40px auto 0;max-width:1274px}.sol-hero-img{display:block;height:auto;width:100%}.sol-hero-curl{height:563px;pointer-events:none;position:absolute;right:-40px;top:150px;width:357px}.sol-benefits{margin:0 auto;max-width:1100px;padding:48px 24px 72px;text-align:center}.sol-benefits-intro{color:#64748b;font-size:1.7rem;line-height:1.6;margin:12px auto 40px;max-width:560px}.sol-benefits-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);text-align:left}.sol-benefit-card{align-items:flex-start;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;display:flex;gap:16px;padding:24px}.sol-benefit-card:last-child:nth-child(odd){grid-column:1/-1}.sol-benefit-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:2rem;height:48px;justify-content:center;width:48px}.sol-benefit-icon.is-blue{background:#0057d9;color:#fbbf24}.sol-benefit-icon.is-gold{background:#fbbf24;color:#0057d9}.sol-benefit-icon-img{height:26px;object-fit:contain;width:26px}.sol-benefit-title{color:#181818;font-size:1.6rem;font-weight:600;margin:0 0 6px}.sol-benefit-desc{color:#64748b;font-size:1.5rem;line-height:1.5;margin:0}.sol-detail{background:#f0f7ff;padding:72px 24px}.sol-detail-inner{margin:0 auto;max-width:760px}.sol-detail-inner.has-image{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr;max-width:1100px}.sol-detail-inner.image-left .sol-detail-text{order:2}.sol-detail-inner.image-left .sol-detail-visual{order:1}.sol-detail-visual{display:flex;justify-content:center}.sol-detail-img{border-radius:16px;height:auto;max-width:520px;width:100%}.sol-detail-overtitle{color:#181818;font-size:1.3rem;font-weight:700;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.sol-detail-title{color:#181818;font-size:3.6rem;font-weight:600;line-height:1.25;margin-bottom:16px}.sol-detail-title span{color:#0057d9}.sol-detail-paragraph{color:#475569;font-size:1.7rem;line-height:1.7;margin-bottom:28px}.sol-checklist{display:flex;flex-direction:column;gap:18px;list-style:none;margin:0;padding:0}.sol-checklist-item{align-items:flex-start;display:flex;gap:14px}.sol-check-icon{height:13px;margin-top:5px;width:14px}.sol-check-icon,.sol-check-img{flex-shrink:0;object-fit:contain}.sol-check-img{height:28px;margin-top:2px;width:28px}.sol-check-title{color:#181818;font-size:1.6rem;font-weight:600;margin:0}.sol-check-desc{color:#64748b;font-size:1.5rem;line-height:1.5;margin:4px 0 0}.sol-detail.has-cards{background:#fff}.sol-stage-inner{margin:0 auto;max-width:1100px;text-align:center}.sol-stage-heading{margin-bottom:12px}.sol-stage-intro{margin:0 auto 40px;max-width:560px}.sol-stage-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);text-align:left}.sol-stage-card{border-radius:16px;display:flex;flex-direction:column;gap:24px;padding:32px}.sol-stage-card.is-wide{align-items:center;flex-direction:row;grid-column:1/-1}.sol-stage-card.is-wide .sol-stage-text,.sol-stage-card.is-wide .sol-stage-visual{flex:1 1}.sol-stage-card.tint-blue{background:#eaf6fb}.sol-stage-card.tint-orange{background:#fbefe7}.sol-stage-card.tint-yellow{background:#fbf3d1}.sol-stage-title{color:#181818;font-size:1.8rem;font-weight:600;margin:0 0 10px;text-align:center}.sol-stage-card.is-wide .sol-stage-title{text-align:left}.sol-stage-desc{color:#475569;font-size:1.4rem;line-height:1.6;margin:0}.sol-stage-visual{display:flex;justify-content:center;position:relative}.sol-stage-img{border-radius:12px;height:auto;max-width:420px;width:100%}.sol-stage-img-label{background:#fff;border-radius:8px;bottom:18px;box-shadow:0 4px 12px #0000001f;color:#181818;font-size:1.3rem;font-weight:600;left:-12px;padding:8px 14px;position:absolute}.sol-cta{margin:0 auto;max-width:760px;padding:80px 24px;text-align:center}.sol-cta-sub{color:#64748b;font-size:1.7rem;line-height:1.6;margin:16px auto 28px;max-width:560px}.sol-cta .filled-button{margin:0 auto}@media (max-width:768px){.sol-hero{padding:48px 20px 40px}.sol-title{font-size:3.2rem}.sol-detail-title{font-size:2.8rem}.sol-benefits-grid{grid-template-columns:1fr}.sol-hero-badge-img,.sol-hero-curl{display:none}.sol-hero-visual{margin-top:28px}.sol-detail-inner.has-image{gap:32px;grid-template-columns:1fr}.sol-stage-grid{grid-template-columns:1fr}.sol-stage-card.is-wide{flex-direction:column}.sol-hero.is-split{gap:32px;grid-template-columns:1fr;text-align:center}.sol-hero.is-split .sol-hero-actions{justify-content:center}}.ngo-overtitle{color:#94a3b8;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:16px;text-align:center;text-transform:uppercase}.ngo-hero{background:#fff;border-bottom:1px solid #f1f5f9;padding:48px 40px 0}.ngo-hero-inner{grid-gap:48px;align-items:flex-start;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1160px;overflow:hidden;padding-bottom:48px;position:relative}.ngo-hero-blob{background:#dbeafe;border-radius:50%;height:260px;left:-110px;opacity:.45;pointer-events:none;position:absolute;top:40px;width:260px;z-index:0}.ngo-hero-text{position:relative;z-index:1}.ngo-hero-breadcrumb{color:#94a3b8;font-size:1.25rem;margin-bottom:10px}.ngo-hero-overtitle{color:#64748b;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:18px;text-transform:uppercase}.ngo-hero-h1{color:#0f172a;font-size:4.8rem;font-weight:800;line-height:1.12;margin-bottom:20px}.ngo-hero-sub{color:#64748b;font-size:1.5rem;line-height:1.7;margin-bottom:32px;max-width:480px}.ngo-hero-actions{display:flex;flex-wrap:wrap;gap:14px}.ngo-hero-visual{display:flex;justify-content:flex-end}.ngo-hero-img-wrap{max-width:480px;position:relative;width:100%}.ngo-hero-img{border-radius:16px;display:block;height:340px;object-fit:cover;width:100%}.ngo-hero-badge{align-items:center;background:#fff;border-radius:100px;bottom:14px;box-shadow:0 4px 14px #0f172a1f;color:#0f172a;display:inline-flex;font-size:1.3rem;font-weight:600;gap:8px;left:14px;letter-spacing:.01em;padding:8px 16px 8px 12px;position:absolute}.ngo-hero-badge-dot{background:#f5a623;border-radius:50%;flex-shrink:0;height:8px;width:8px}.ngo-nav-strip{background:#fff;padding:0 40px 40px}.ngo-nav-inner{align-items:center;background:#0f172a;border-radius:16px;display:flex;gap:12px;margin:0 auto;max-width:1160px;overflow-x:auto;padding:20px 32px;scrollbar-width:none}.ngo-nav-inner::-webkit-scrollbar{display:none}.ngo-nav-dot{background:#f5a623;border-radius:50%;flex-shrink:0;height:8px;width:8px}.ngo-nav-label{color:#ffffff73;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase}.ngo-nav-code,.ngo-nav-label{font-weight:700;white-space:nowrap}.ngo-nav-code{background:#ffffff1a;border-radius:6px;color:#fff;font-size:1.2rem;margin-right:4px;padding:4px 12px}.ngo-nav-sep{color:#ffffff40;flex-shrink:0;font-size:1.2rem}.ngo-nav-item{color:#ffffffb3;font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.ngo-problem{background:#fff;padding:72px 40px 80px}.ngo-problem-inner{margin:0 auto;max-width:1100px;text-align:center}.ngo-problem-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.25;margin:0 auto 16px;max-width:680px}.ngo-problem-sub{color:#64748b;font-size:1.55rem;line-height:1.65;margin:0 auto 52px;max-width:600px}.ngo-problem-cols{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);text-align:left}.ngo-problem-icon{align-items:center;background:#dbeafe;border-radius:10px;color:#0057d9;display:inline-flex;font-size:1.6rem;height:40px;justify-content:center;margin-bottom:14px;width:40px}.ngo-problem-col-title{color:#0f172a;font-size:1.55rem;font-weight:700;margin:0 0 10px}.ngo-problem-col-desc{color:#64748b;font-size:1.4rem;line-height:1.65;margin:0}.ngo-onecode{background:#fdf1e5;overflow:hidden;padding:72px 40px 48px;position:relative}.ngo-onecode-blob{background:#d1fae5;border-radius:50%;bottom:-80px;height:220px;left:-80px;opacity:.6;pointer-events:none;position:absolute;width:220px;z-index:0}.ngo-onecode-inner{grid-gap:64px;align-items:start;display:grid;gap:64px;grid-template-columns:1fr 280px;margin:0 auto 40px;max-width:1100px;position:relative;z-index:1}.ngo-onecode-overtitle{color:#94a3b8;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.ngo-onecode-h2{color:#0f172a;font-size:3.2rem;font-weight:700;line-height:1.2;margin-bottom:20px}.ngo-onecode-body{color:#475569;font-size:1.5rem;line-height:1.7;margin-bottom:16px}.ngo-onecode-tagline{color:#0f172a;font-size:1.45rem;font-weight:600;line-height:1.5;margin:0}.ngo-onecode-right{display:flex;flex-direction:column;padding-top:40px}.ngo-onecode-photo{border-radius:16px;box-shadow:0 8px 24px #0f172a1a;overflow:hidden;width:100%}.ngo-onecode-photo img{display:block;height:340px;object-fit:cover;width:100%}.ngo-onecode-photo-wide{border-radius:14px;box-shadow:0 8px 24px #0f172a1a;margin:0 auto;max-width:1100px;overflow:hidden;position:relative;z-index:1}.ngo-onecode-photo-wide img{display:block;height:220px;object-fit:cover;width:100%}.ngo-benefits{background:#fff;padding:80px 40px}.ngo-benefits-inner{margin:0 auto;max-width:1100px;text-align:center}.ngo-benefits-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.25;margin:0 auto 14px;max-width:800px}.ngo-benefits-sub{color:#64748b;font-size:1.55rem;line-height:1.6;margin:0 auto 48px;max-width:600px}.ngo-benefits-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);text-align:left}.ngo-benefit-card{background:#f8f4f0;border-radius:14px;padding:26px 22px}.ngo-benefit-icon{align-items:center;background:#dbeafe;border-radius:9px;color:#0057d9;display:inline-flex;font-size:1.4rem;height:36px;justify-content:center;margin-bottom:14px;width:36px}.ngo-benefit-title{color:#0f172a;font-size:1.55rem;font-weight:700;margin:0 0 10px}.ngo-benefit-desc{color:#64748b;font-size:1.4rem;line-height:1.6;margin:0}.ngo-steps{background:#f8fafc;border-top:1px solid #f1f5f9;padding:80px 40px}.ngo-steps-inner{margin:0 auto;max-width:1100px;text-align:center}.ngo-steps-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.25;margin:0 auto 52px;max-width:680px}.ngo-steps-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}.ngo-step{align-items:flex-start;display:flex;flex-direction:column;text-align:left}.ngo-step-top{align-items:center;display:inline-flex;gap:20px;margin-bottom:18px}.ngo-step-num{color:#dbeafe;display:block;font-size:3.4rem;font-weight:800;letter-spacing:-.02em;line-height:1}.ngo-step-icon-wrap{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0f172a1a;color:#0057d9;display:flex;flex-shrink:0;font-size:1.3rem;height:34px;justify-content:center;width:34px}.ngo-step-title{color:#0f172a;font-size:1.6rem;font-weight:700;margin:0 0 8px}.ngo-step-desc{color:#64748b;font-size:1.3rem;line-height:1.6;margin:0}.ngo-stakeholders{background:#fff;padding:80px 40px}.ngo-stakeholders-inner{margin:0 auto;max-width:1100px;text-align:center}.ngo-stakeholders-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.25;margin:0 auto 48px;max-width:620px}.ngo-stakeholders-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);text-align:left}.ngo-stakeholder-card{background:#f8f4f0;border-radius:14px;padding:24px}.ngo-stakeholder-icon{align-items:center;background:#dbeafe;border-radius:9px;color:#0057d9;display:inline-flex;font-size:1.4rem;height:36px;justify-content:center;margin-bottom:14px;width:36px}.ngo-stakeholder-title{color:#0f172a;font-size:1.55rem;font-weight:700;margin:0 0 10px}.ngo-stakeholder-desc{color:#64748b;font-size:1.4rem;line-height:1.6;margin:0}.ngo-cta-outer{background:#0f172a;padding:64px 40px 80px;text-align:center}.ngo-cta-quote{color:#ffffff80;font-size:1.6rem;font-style:italic;line-height:1.65;margin:0 auto 40px;max-width:640px}.ngo-cta-box{background:#fff;border-radius:20px;margin:0 auto;max-width:720px;padding:48px 40px}.ngo-cta-h2{color:#0f172a;font-size:3rem;font-weight:800;margin-bottom:14px}.ngo-cta-sub{color:#64748b;font-size:1.5rem;line-height:1.65;margin-bottom:32px}.ngo-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.ngo-cta-btn-primary{align-items:center;background:#f5a623;border:none;border-radius:100px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:700;padding:12px 28px;transition:opacity .15s}.ngo-cta-btn-primary:hover{opacity:.9}.ngo-cta-btn-outline{align-items:center;background:#0000;border:2px solid #0f172a;border-radius:100px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:700;padding:12px 28px;transition:background .15s}.ngo-cta-btn-outline:hover{background:#0000000a}@media (max-width:960px){.ngo-hero{padding:40px 24px 0}.ngo-hero-inner{gap:32px;grid-template-columns:1fr;padding-bottom:40px}.ngo-hero-h1{font-size:3.6rem}.ngo-hero-visual{display:none}.ngo-hero-blob{height:180px;left:-90px;top:0;width:180px}.ngo-problem-cols{gap:24px;grid-template-columns:1fr}.ngo-onecode-inner{gap:32px;grid-template-columns:1fr}.ngo-onecode-right{padding-top:0}.ngo-benefits-grid,.ngo-steps-grid{grid-template-columns:1fr 1fr}.ngo-steps-grid{gap:24px}.ngo-stakeholders-grid{grid-template-columns:1fr 1fr}.ngo-benefits-h2,.ngo-cta-h2,.ngo-onecode-h2,.ngo-problem-h2,.ngo-stakeholders-h2,.ngo-steps-h2{font-size:2.4rem}}@media (max-width:640px){.ngo-benefits,.ngo-cta-outer,.ngo-onecode,.ngo-problem,.ngo-stakeholders,.ngo-steps{padding:48px 20px}.ngo-nav-strip{padding:0 16px 32px}.ngo-nav-inner{padding:16px 20px}.ngo-benefits-grid,.ngo-stakeholders-grid,.ngo-steps-grid{grid-template-columns:1fr}.ngo-onecode-photo-wide img{height:180px}.ngo-cta-box{padding:32px 20px}}.con-hero-wrap{background:#fff;border-bottom:1px solid #f1f5f9;padding:48px 40px 0}.con-hero-inner{grid-gap:48px;align-items:flex-start;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1160px}.con-hero-breadcrumb{color:#94a3b8;font-size:1.25rem;margin-bottom:10px}.con-hero-overtitle{color:#64748b;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:18px;text-transform:uppercase}.con-hero-h1{color:#0f172a;font-size:5.6rem;font-weight:800;line-height:1.12;margin-bottom:20px}.con-hero-sub{color:#64748b;font-size:1.6rem;line-height:1.7;margin-bottom:32px;max-width:460px}.con-hero-actions{display:flex;flex-wrap:wrap;gap:14px;padding-bottom:48px}.con-hero-visual{align-items:flex-end;display:flex;flex-direction:column;gap:0}.con-hero-img-wrap{width:100%}.con-hero-img{border-radius:12px 12px 0 0;display:block;height:300px;object-fit:cover;width:100%}.con-hero-stats{background:#1a1a2e;border-radius:0 0 12px 12px;box-sizing:border-box;padding:20px 24px;width:100%}.con-hero-stats-top{align-items:center;display:flex;justify-content:space-between}.con-hero-verified-pill{background:#0057d9;border-radius:100px;color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:.06em;padding:6px 14px}.con-hero-stat-num{color:#fff;flex-shrink:0;font-size:3.4rem;font-weight:900;line-height:1}.con-hero-stat-divider{background:#ffffff26;height:1px;margin:14px 0 10px;width:100%}.con-hero-stat-caption{color:#ffffff8c;font-size:1.15rem;font-weight:600;letter-spacing:.02em;margin:0}.con-problem-wrap{background:#fdf8f4;padding:80px 40px}.con-problem-inner{margin:0 auto;max-width:1100px;text-align:center}.con-problem-overtitle{color:#94a3b8;font-size:1.15rem;font-weight:700;letter-spacing:.1em;margin-bottom:20px;text-transform:uppercase}.con-problem-h2{color:#0f172a;font-size:3.2rem;font-weight:700;line-height:1.25;margin:0 auto 16px;max-width:700px}.con-problem-h2 span{color:#0057d9}.con-problem-sub{color:#64748b;font-size:1.6rem;line-height:1.65;margin:0 auto 48px;max-width:580px}.con-problem-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);text-align:left}.con-problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px 22px}.con-problem-icon{align-items:center;background:#fef3c7;border-radius:10px;color:#d97706;display:inline-flex;font-size:1.8rem;height:44px;justify-content:center;margin-bottom:14px;width:44px}.con-problem-card-title{color:#0f172a;font-size:1.6rem;font-weight:700;margin:0 0 10px}.con-problem-card-desc{color:#64748b;font-size:1.45rem;line-height:1.6;margin:0}.con-compare-wrap{background:#fff;padding:80px 40px}.con-compare-inner{margin:0 auto;max-width:920px;text-align:center}.con-compare-badge{background:#f1f5f9;border-radius:6px;color:#64748b;display:inline-block;font-size:1.15rem;font-weight:700;letter-spacing:.1em;margin-bottom:18px;padding:5px 14px;text-transform:uppercase}.con-compare-h2{color:#0f172a;font-size:3rem;font-weight:700;margin-bottom:8px}.con-compare-sub{color:#64748b;font-size:1.8rem;margin-bottom:40px}.con-table{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-align:left}.con-table-header{background:#0f172a;display:grid;grid-template-columns:150px 1fr 1fr}.con-table-label-col{border-right:1px solid #ffffff14;padding:16px 18px}.con-table-col-head{font-size:1.3rem;font-weight:700;letter-spacing:.06em;padding:16px 18px;text-transform:uppercase}.con-col-old{border-right:1px solid #ffffff14;color:#ffffff73}.con-col-new{color:#fbbf24}.con-table-row{border-top:1px solid #e2e8f0;display:grid;grid-template-columns:150px 1fr 1fr}.con-row-alt .con-table-cell,.con-row-alt .con-table-label{background:#f8fafc}.con-table-label{align-items:center;border-right:1px solid #e2e8f0;color:#94a3b8;display:flex;font-size:1.3rem;font-weight:700;letter-spacing:.08em;line-height:1.3;padding:16px 18px;text-transform:uppercase}.con-table-cell{align-items:flex-start;color:#475569;display:flex;font-size:1.45rem;gap:10px;line-height:1.55;padding:16px 18px}.con-table-cell:first-of-type{border-right:1px solid #e2e8f0}.con-cell-x{color:#ef4444;flex-shrink:0;font-size:1.2rem;margin-top:3px}.con-cell-check{color:#0057d9;flex-shrink:0;font-size:1.3rem;margin-top:2px}.con-adv-wrap{background:#fff;border-top:1px solid #f1f5f9;padding:80px 40px}.con-adv-inner{margin:0 auto;max-width:760px;text-align:center}.con-adv-overtitle{color:#f5a623;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.con-adv-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.25;margin-bottom:40px}.con-adv-list{list-style:none;margin:0;padding:0;text-align:left}.con-adv-item{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:18px;padding:28px 0}.con-adv-item:last-child{border-bottom:none}.con-adv-icon{color:#0057d9;flex-shrink:0;font-size:2rem;margin-top:2px}.con-adv-title{color:#0f172a;font-size:1.7rem;font-weight:700;margin:0 0 8px}.con-adv-desc{color:#64748b;font-size:1.5rem;line-height:1.65;margin:0}.con-steps-wrap{background:#f8fafc;overflow:hidden;padding:80px 40px;position:relative}.con-steps-bg-shape{background:linear-gradient(135deg,#0057d9,#0f172a);border-radius:0 0 200px 0;height:280px;left:0;pointer-events:none;position:absolute;top:0;width:380px;z-index:0}.con-steps-bg-shape:before{border-color:#2dd4bf #0000 #0000;border-style:solid;border-width:84px 84px 0 0;content:"";height:0;left:0;position:absolute;top:0;width:0}.con-steps-inner{margin:0 auto;max-width:1100px;position:relative;text-align:center;z-index:1}.con-steps-overtitle{color:#94a3b8;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.con-steps-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.25;margin:0 auto 48px;max-width:640px}.con-phone-wrap{display:flex;justify-content:center;margin-bottom:48px}.con-phone{background:#0057d9;border-radius:28px;box-shadow:0 24px 48px #0057d94d;padding:12px;width:160px}.con-phone-screen{background:#fff;border-radius:18px;min-height:240px;overflow:hidden;padding:14px}.con-phone-topbar{display:flex;gap:5px;margin-bottom:12px}.con-phone-dot{background:#e2e8f0;border-radius:50%;display:block;height:7px;width:7px}.con-phone-content{display:flex;flex-direction:column;gap:8px}.con-phone-badge{background:#dcfce7;border-radius:6px;color:#16a34a;font-size:.85rem;font-weight:700;padding:4px 8px;width:fit-content}.con-phone-line{background:#f1f5f9;border-radius:4px;height:8px}.con-phone-line--short{width:60%}.con-phone-img-placeholder{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:8px;height:64px;margin:4px 0}.con-steps-grid{grid-gap:8px;align-items:start;display:grid;gap:8px;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr}.con-step{flex-direction:column;padding:0 4px;text-align:center}.con-step,.con-step-icon-wrap{align-items:center;display:flex}.con-step-icon-wrap{background:#0057d9;border-radius:14px;color:#fff;font-size:2rem;height:52px;justify-content:center;margin-bottom:10px;width:52px}.con-step-num{color:#f5a623;display:block;font-size:1.1rem;font-weight:700;letter-spacing:.06em;margin-bottom:6px}.con-step-title{color:#0f172a;font-size:1.6rem;font-weight:700;margin:0 0 8px}.con-step-desc{color:#64748b;font-size:1.35rem;line-height:1.6;margin:0}.con-step-arrow{align-items:center;color:#cbd5e1;display:flex;font-size:1.6rem;justify-content:center;padding-top:26px}.con-stake-wrap{background:#fff;padding:80px 40px}.con-stake-inner{margin:0 auto;max-width:1100px;text-align:center}.con-stake-overtitle{color:#94a3b8;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.con-stake-h2{color:#0f172a;font-size:3rem;font-weight:700;margin-bottom:40px}.con-stake-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);text-align:left}.con-stake-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px}.con-stake-icon{align-items:center;background:#dbeafe;border-radius:10px;color:#0057d9;display:inline-flex;font-size:1.8rem;height:44px;justify-content:center;margin-bottom:14px;width:44px}.con-stake-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 8px}.con-stake-desc{color:#64748b;font-size:1.4rem;line-height:1.6;margin:0}.con-sec-wrap{background:#f8fafc;padding:80px 40px}.con-sec-inner{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.con-sec-overtitle{color:#f5a623;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.con-sec-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:32px}.con-sec-chart{align-items:flex-start;display:flex;flex-direction:column}.con-wheel-svg{margin:0 auto;overflow:visible}.con-sec-body{color:#475569;font-size:1.5rem;line-height:1.7;margin-bottom:16px}.con-sec-badges{display:flex;flex-direction:column;gap:12px;margin-top:24px}.con-sec-badge{align-items:flex-start;border:1.5px solid #e2e8f0;border-radius:10px;display:flex;gap:12px;max-width:420px;padding:14px 18px}.con-sec-badge-icon{align-items:center;background:#0f172a;border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;height:26px;justify-content:center;margin-top:2px;width:26px}.con-sec-badge-title{color:#0f172a;display:block;font-size:1.4rem;font-weight:800;line-height:1}.con-sec-badge-title--blue{color:#0057d9}.con-sec-badge-sub{color:#64748b;display:block;font-size:1.15rem;line-height:1.4;margin-top:4px}.con-faq-wrap{background:#fff;padding:80px 40px}.con-faq-inner{margin:0 auto;max-width:820px}.con-faq-overtitle{color:#94a3b8;font-size:1.15rem;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.con-faq-h2,.con-faq-overtitle{font-weight:700;text-align:center}.con-faq-h2{color:#0f172a;font-size:3.2rem;margin-bottom:48px}.con-faq-list{display:flex;flex-direction:column}.con-faq-item{border-bottom:1px solid #e2e8f0}.con-faq-q{align-items:center;background:none;border:none;color:#0f172a;cursor:pointer;display:flex;font-size:1.55rem;font-weight:600;gap:16px;justify-content:space-between;line-height:1.4;padding:22px 0;text-align:left;width:100%}.con-faq-q svg{color:#0057d9;flex-shrink:0;font-size:1.4rem}.con-faq-a{color:#475569;font-size:1.5rem;line-height:1.7;margin:0 0 22px;padding-right:32px}.con-cta-wrap{background:#f5a623;padding:80px 40px;text-align:center}.con-cta-inner{margin:0 auto;max-width:720px}.con-cta-quote{color:#0009;font-size:1.7rem;font-style:italic;line-height:1.6;margin-bottom:20px}.con-cta-h2{color:#0f172a;font-size:3.6rem;font-weight:800;line-height:1.15;margin-bottom:16px}.con-cta-sub{color:#0009;font-size:1.6rem;line-height:1.6;margin-bottom:36px}.con-cta-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.con-cta-btn-outline{align-items:center;background:#0000;border:2px solid #0f172a;border-radius:100px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:700;padding:12px 28px;transition:background .15s}.con-cta-btn-outline:hover{background:#0000000f}@media (max-width:1024px){.con-stake-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.con-hero-wrap{padding:40px 24px 0}.con-hero-inner{gap:32px;grid-template-columns:1fr}.con-hero-h1{font-size:3.6rem}.con-hero-visual{display:none}.con-hero-actions{padding-bottom:40px}.con-problem-cards{grid-template-columns:1fr}.con-table-header,.con-table-row{grid-template-columns:110px 1fr 1fr}.con-steps-grid{gap:24px;grid-template-columns:1fr 1fr}.con-step-arrow{display:none}.con-sec-inner{gap:40px;grid-template-columns:1fr}.con-adv-h2,.con-compare-h2,.con-cta-h2,.con-faq-h2,.con-problem-h2,.con-sec-h2,.con-stake-h2,.con-steps-h2{font-size:2.4rem}}@media (max-width:640px){.con-adv-wrap,.con-compare-wrap,.con-cta-wrap,.con-faq-wrap,.con-problem-wrap,.con-sec-wrap,.con-stake-wrap,.con-steps-wrap{padding:56px 20px}.con-table-header,.con-table-row{grid-template-columns:1fr}.con-table-label{background:#f1f5f9;border-bottom:1px solid #e2e8f0}.con-table-cell:first-of-type,.con-table-label{border-right:none}.con-stake-grid,.con-steps-grid{grid-template-columns:1fr}}.bnk-hero{background:#fff;border-bottom:1px solid #f1f5f9;padding:48px 40px 56px}.bnk-hero-inner{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1160px}.bnk-hero-overtitle{color:#0057d9;font-size:1.2rem;font-weight:700;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.bnk-hero-h1{color:#0f172a;font-size:5.4rem;font-weight:800;line-height:1.12;margin-bottom:20px}.bnk-hero-sub{color:#64748b;font-size:2rem;line-height:1.7;margin-bottom:28px;max-width:460px}.bnk-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.bnk-hero-stats{display:flex;flex-wrap:wrap;gap:20px}.bnk-hero-stat{align-items:center;color:#475569;display:flex;font-size:1.35rem;font-weight:600;gap:7px}.bnk-hero-stat-icon{color:#0057d9;font-size:1.3rem}.bnk-hero-visual{display:flex;justify-content:flex-end}.bnk-hero-img{border-radius:16px;display:block;height:340px;max-width:480px;object-fit:cover;width:100%}.bnk-problem-section{background:#fff;padding:48px 40px 64px}.bnk-problem-card{background:#f1f5f9;border-radius:20px;margin:0 auto;max-width:920px;padding:48px 40px;text-align:center}.bnk-problem-overtitle{color:#0057d9;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.bnk-problem-h2{color:#0f172a;font-size:2.8rem;font-weight:700;margin-bottom:24px}.bnk-problem-sub{color:#64748b;font-size:1.8rem;line-height:1.65;margin:0 auto 40px;max-width:560px}.bnk-problem-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);text-align:left}.bnk-problem-item{background:#fff;border-radius:12px;padding:24px}.bnk-problem-icon{align-items:center;background:#dbeafe;border-radius:10px;color:#0057d9;display:inline-flex;font-size:1.6rem;height:40px;justify-content:center;margin-bottom:12px;width:40px}.bnk-problem-item-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 8px}.bnk-problem-item-desc{color:#64748b;font-size:1.35rem;line-height:1.6;margin:0}.bnk-solution{background:#fff;padding:72px 40px}.bnk-solution-inner{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.bnk-solution-label{color:#0057d9;font-size:1.3rem;font-weight:700;margin-bottom:10px}.bnk-solution-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:18px}.bnk-solution-body{color:#475569;font-size:1.45rem;line-height:1.7;margin-bottom:14px}.bnk-features-accordion{border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:0;margin-top:24px;overflow:hidden}.bnk-feat-item{border-bottom:1px solid #e2e8f0}.bnk-feat-item:last-child{border-bottom:none}.bnk-feat-trigger{align-items:center;background:#fff;border:none;color:#0f172a;cursor:pointer;display:flex;font-size:1.45rem;font-weight:600;gap:10px;padding:16px 18px;text-align:left;width:100%}.bnk-feat-item.is-open .bnk-feat-trigger{background:#f0f7ff}.bnk-feat-check{color:#0057d9;flex-shrink:0;font-size:1.4rem}.bnk-feat-chevron{color:#94a3b8;flex-shrink:0;font-size:1.2rem;margin-left:auto}.bnk-feat-desc{background:#f0f7ff;color:#475569;font-size:1.4rem;line-height:1.65;margin:0;padding:0 18px 16px 46px}.bnk-solution-visual{align-items:center;display:flex;justify-content:center}.bnk-wheel-svg{overflow:visible}.bnk-steps-section{background:#fff;padding:48px 40px 72px}.bnk-steps-card{background:#fdf8f4;border-radius:20px;margin:0 auto;max-width:760px;padding:48px 40px}.bnk-steps-h2{color:#0f172a;font-size:2.8rem;font-weight:700;margin-bottom:40px;text-align:center}.bnk-steps-list{flex-direction:column;gap:0}.bnk-step,.bnk-steps-list{display:flex;position:relative}.bnk-step{align-items:flex-start;gap:20px;padding:0 0 44px}.bnk-step:last-child{padding-bottom:0}.bnk-step:not(:last-child):before{border-left:2px dotted #bcd2f7;bottom:8px;content:"";left:17px;position:absolute;top:36px;width:0}.bnk-step-num{align-items:center;background:#0057d9;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:800;height:36px;justify-content:center;margin-top:2px;width:36px;z-index:1}.bnk-step-title{color:#0f172a;font-size:1.6rem;font-weight:700;margin:0 0 2px}.bnk-step-tag{color:#0057d9;font-size:1.2rem;font-style:italic;font-weight:600;margin:0 0 10px}.bnk-step-desc{color:#475569;font-size:1.45rem;line-height:1.65;margin:0}.bnk-trust{background:#fff;border-top:1px solid #f1f5f9;padding:72px 40px;text-align:center}.bnk-trust-inner{margin:0 auto;max-width:1100px}.bnk-trust-h2{color:#0f172a;font-size:2.8rem;font-weight:700;margin-bottom:40px}.bnk-trust-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);text-align:left}.bnk-trust-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:22px}.bnk-trust-icon{align-items:center;background:#dbeafe;border-radius:10px;color:#0057d9;display:inline-flex;font-size:1.7rem;height:42px;justify-content:center;margin-bottom:12px;width:42px}.bnk-trust-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 8px}.bnk-trust-desc{color:#64748b;font-size:1.35rem;line-height:1.6;margin:0}.bnk-teams{background:#fff;border-top:1px solid #f1f5f9;padding:72px 40px;text-align:center}.bnk-teams-inner{margin:0 auto;max-width:1160px}.bnk-teams-overtitle{color:#94a3b8;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.bnk-teams-h2{color:#0f172a;font-size:2.8rem;font-weight:700;margin-bottom:12px}.bnk-teams-sub{color:#64748b;font-size:1.5rem;line-height:1.65;margin:0 auto 40px;max-width:580px}.bnk-teams-row4{grid-gap:16px;align-items:stretch;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:16px;text-align:left}.bnk-teams-row-center{display:flex;justify-content:center;text-align:left}.bnk-teams-row-center .bnk-team-card{max-width:270px;width:100%}.bnk-team-card{background:#fdf8f4;border:1px solid #0000;border-radius:14px;display:flex;flex-direction:column;padding:24px}.bnk-team-highlighted{background:#eef4ff;border-color:#0057d9}.bnk-team-icon{align-items:center;background:#dbeafe;border-radius:10px;color:#0057d9;display:inline-flex;font-size:1.6rem;height:40px;justify-content:center;margin-bottom:14px;width:40px}.bnk-team-tag{color:#0057d9;font-size:1.1rem;font-weight:700;letter-spacing:.1em;margin:0 0 12px;text-transform:uppercase}.bnk-team-tag-amber{color:#d97706}.bnk-team-title{color:#0f172a;font-size:1.6rem;font-weight:700;margin:0 0 10px}.bnk-team-desc{color:#475569;flex-grow:1;font-size:1.4rem;line-height:1.6;margin:0}.bnk-team-badge{align-items:center;align-self:flex-start;background:#fff;border-radius:100px;color:#0057d9;display:inline-flex;font-size:1.25rem;font-weight:700;margin-top:16px;padding:6px 14px}.bnk-faq{background:#fff;border-top:1px solid #f1f5f9;padding:72px 40px}.bnk-faq-inner{margin:0 auto;max-width:820px;text-align:center}.bnk-faq-h2{color:#0f172a;font-size:2.8rem;font-weight:700;margin-bottom:40px}.bnk-faq-list{display:flex;flex-direction:column;text-align:left}.bnk-faq-item{border-bottom:1px solid #e2e8f0}.bnk-faq-q{align-items:center;background:none;border:none;color:#0f172a;cursor:pointer;display:flex;font-size:1.5rem;font-weight:600;gap:16px;justify-content:space-between;line-height:1.4;padding:20px 0;text-align:left;width:100%}.bnk-faq-q svg{color:#0057d9;flex-shrink:0;font-size:1.3rem}.bnk-faq-a{color:#475569;font-size:1.45rem;line-height:1.7;margin:0 0 20px;padding-right:32px}.bnk-cta{background:#0f172a;overflow:hidden;padding:80px 40px;position:relative;text-align:center}.bnk-cta-overlay{background:url(/static/media/pub-hero-building.c442bec62fc8d7ba5b0c.png) 50%/cover no-repeat;inset:0;opacity:.15;pointer-events:none;position:absolute}.bnk-cta-inner{margin:0 auto;max-width:680px;position:relative;z-index:1}.bnk-cta-h2{color:#fff;font-size:3.2rem;font-weight:800;line-height:1.2;margin-bottom:16px}.bnk-cta-sub{color:#ffffffbf;font-size:1.55rem;line-height:1.65;margin-bottom:32px}.bnk-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.bnk-cta-outlined{align-items:center;background:#0000;border:1.5px solid #ffffff80;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:700;padding:12px 28px;transition:background .15s}.bnk-cta-outlined:hover{background:#ffffff14}@media (max-width:1024px){.bnk-trust-grid{grid-template-columns:repeat(2,1fr)}.bnk-teams-row4{grid-template-columns:1fr 1fr}.bnk-teams-row-center .bnk-team-card{max-width:360px}}@media (max-width:900px){.bnk-hero{padding:48px 24px}.bnk-hero-inner{gap:32px;grid-template-columns:1fr}.bnk-hero-h1{font-size:3.4rem}.bnk-hero-visual{display:none}.bnk-solution-inner{gap:40px;grid-template-columns:1fr}.bnk-solution-visual{display:none}.bnk-problem-grid,.bnk-teams-row4{grid-template-columns:1fr}.bnk-teams-row-center .bnk-team-card{max-width:100%}.bnk-trust-grid{grid-template-columns:1fr 1fr}.bnk-cta-h2,.bnk-faq-h2,.bnk-problem-h2,.bnk-solution-h2,.bnk-steps-h2,.bnk-teams-h2,.bnk-trust-h2{font-size:2.4rem}}@media (max-width:640px){.bnk-cta,.bnk-faq,.bnk-problem-section,.bnk-solution,.bnk-steps-section,.bnk-teams,.bnk-trust{padding:48px 20px}.bnk-problem-card,.bnk-steps-card{padding:32px 20px}.bnk-trust-grid{grid-template-columns:1fr}}.brd-hero{background:#fff;border-bottom:1px solid #f1f5f9;padding:56px 40px}.brd-hero-inner{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1160px}.brd-hero-h1{color:#0f172a;font-size:5.6rem;font-weight:800;line-height:1.15;margin:0 0 16px}.brd-highlight{color:#0057d9}.brd-hero-rule{background:#f5a623;border-radius:2px;display:block;height:4px;margin-bottom:24px;width:72px}.brd-hero-sub{color:#64748b;font-size:1.8rem;line-height:1.7;margin:0 0 28px;max-width:480px}.brd-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:32px}.brd-hero-quote{border:none;margin:0;max-width:440px;padding-left:4px}.brd-hero-quote-mark{color:#f5a623;font-size:2.4rem;font-weight:800;line-height:.5}.brd-hero-quote p{color:#64748b;font-size:1.35rem;font-style:italic;line-height:1.5;margin:4px 0 10px}.brd-hero-quote cite{color:#f5a623;font-size:1.1rem;font-style:normal;font-weight:700;letter-spacing:.04em;padding-left:20px;position:relative}.brd-hero-quote cite:before{background:#f5a623;content:"";height:2px;left:0;position:absolute;top:50%;width:14px}.brd-hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.brd-hero-ellipse{border:1.5px solid #fda4af;border-radius:50%;inset:0;position:absolute;transform:scale(1.08);z-index:0}.brd-hero-img{border-radius:16px 16px 16px 64px;box-shadow:0 20px 40px #0f172a1f;display:block;height:380px;object-fit:cover;position:relative;width:88%;z-index:1}.brd-profile-section{background:#fff;padding:88px 40px}.brd-profile-heading{color:#0f172a;font-size:4.8rem;font-weight:800;margin:0 0 64px;text-align:center}.brd-profile-inner{grid-gap:64px;align-items:start;display:grid;gap:64px;grid-template-columns:.9fr 1.1fr;margin:0 auto;max-width:1100px}.brd-profile-subhead{color:#0f172a;font-size:3.2rem;font-weight:800;line-height:1.25;margin:0 0 32px}.brd-proves-list{display:flex;flex-direction:column;gap:28px;list-style:none;margin:0;padding:0}.brd-proves-item{align-items:flex-start;display:flex;gap:16px}.brd-proves-icon{align-items:center;background:#dbeafe;border-radius:10px;color:#0057d9;display:flex;flex-shrink:0;font-size:1.5rem;height:42px;justify-content:center;width:42px}.brd-proves-item-title{color:#0f172a;display:block;font-size:1.8rem;font-weight:700;margin-bottom:4px}.brd-proves-item-desc{color:#64748b;display:block;font-size:1.4rem;line-height:1.6}.brd-profile-card{border-radius:18px;box-shadow:0 12px 32px #0f172a1a;overflow:hidden}.brd-profile-card-top{align-items:center;background:#f5a623;display:flex;gap:16px;padding:24px 28px}.brd-profile-avatar{align-items:center;background:#fff;border-radius:50%;color:#f5a623;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:800;height:52px;justify-content:center;width:52px}.brd-profile-info{flex:1 1}.brd-profile-name{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 2px}.brd-profile-reg{color:#ffffffd9;font-size:1.2rem;margin:0}.brd-profile-verified{color:#fff;flex-shrink:0;font-size:1.6rem}.brd-profile-card-body{background:#fff;padding:28px}.brd-profile-stats{border-bottom:1px solid #e2e8f0;display:flex;gap:24px;margin-bottom:24px;padding-bottom:24px}.brd-profile-stat{align-items:center;display:flex;flex:1 1;flex-direction:column}.brd-stat-value{color:#0f172a;font-size:2rem;font-weight:800}.brd-stat-label{color:#64748b;font-size:1.2rem;margin-top:4px}.brd-profile-project-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.brd-profile-project-list li{align-items:center;display:flex;gap:10px}.brd-profile-project-dot{background:#0057d9;border-radius:50%;flex-shrink:0;height:8px;width:8px}.brd-profile-project-name{color:#334155;flex:1 1;font-size:1.3rem}.brd-profile-project-code{color:#0057d9;font-size:1.15rem;font-weight:700}.brd-protect{background:#fff;border-top:1px solid #f1f5f9;padding:88px 40px}.brd-protect-inner{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.brd-section-overtitle{color:#0f172a;font-size:1.15rem;font-weight:700;letter-spacing:.14em;margin:0 0 14px;text-transform:uppercase}.brd-protect-h2{color:#0f172a;font-size:3.2rem;font-weight:600;line-height:1.2;margin:0 0 18px}.brd-protect-sub{color:#475569;font-size:1.6rem;line-height:1.65;margin:0 0 28px}.brd-protect-list{display:flex;flex-direction:column;gap:18px;list-style:none;margin:0;padding:0}.brd-protect-list li{align-items:center;color:#334155;display:flex;font-size:1.6rem;gap:12px}.brd-protect-check{color:#0f172a;flex-shrink:0;font-size:1.6rem}.brd-protect-visual{position:relative}.brd-protect-img{aspect-ratio:4/3;border-radius:16px;display:block;object-fit:cover;width:100%}.brd-gap{background:#ececec;padding:80px 40px}.brd-gap-inner{margin:0 auto;max-width:1160px}.brd-gap-h2{color:#0f172a;font-size:3.2rem;font-weight:800;line-height:1.2;margin:0 0 16px}.brd-gap-link{align-items:center;color:#0057d9;display:inline-flex;font-size:1.3rem;font-weight:700;margin-bottom:40px;text-decoration:none}.brd-gap-grid{grid-gap:0;align-items:center;display:grid;gap:0;grid-template-columns:1fr 64px 1fr}.brd-gap-divider{align-items:center;color:#0f172a;display:flex;font-size:1.6rem;justify-content:center}.brd-gap-divider-back{margin-left:-6px;transform:scaleX(-1)}.brd-gap-col{background:#fff;border-radius:16px;padding:32px}.brd-gap-col-title{color:#0057d9;font-size:2.4rem;font-weight:800;margin:0 0 28px}.brd-gap-col-title--after{color:#f5a623}.brd-gap-list{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.brd-gap-item{color:#1e293b;font-size:1.6rem;gap:16px;line-height:1.5}.brd-gap-icon,.brd-gap-item{align-items:center;display:flex}.brd-gap-icon{border:1.5px solid #cbd5e1;border-radius:50%;color:#0f172a;flex-shrink:0;font-size:1.3rem;height:46px;justify-content:center;width:46px}.brd-global{background:#fff;border-top:1px solid #f1f5f9;padding:88px 40px 40px}.brd-global-inner{margin:0 auto;max-width:1160px}.brd-global-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-bottom:56px}.brd-global-heading{max-width:560px}.brd-global-overtitle{color:#0057d9;font-size:3.2rem;font-weight:700;letter-spacing:.1em;margin:0 0 12px;text-transform:uppercase}.brd-global-h2{color:#0f172a;font-size:3.2rem;font-weight:800;line-height:1.2;margin:0 0 16px}.brd-global-sub{color:#475569;font-size:1.6rem;line-height:1.6;margin:0}.brd-global-stats{display:flex;gap:40px}.brd-global-stat{align-items:center;display:flex;flex-direction:column}.brd-global-stat-value{color:#0f172a;font-size:2.6rem;font-weight:800;line-height:1}.brd-global-stat-label{color:#64748b;font-size:1.2rem;margin-top:8px}.brd-global-banner{border-radius:16px;margin-bottom:48px;overflow:hidden;width:100%}.brd-global-banner img{display:block;height:auto;width:100%}.brd-map{background:radial-gradient(circle,#cbd5c0 1.5px,#0000 0);background-color:#fff;background-size:14px 14px;border-radius:20px;height:380px;margin:0 auto;max-width:1000px;position:relative;width:100%}.brd-map-pin{align-items:center;display:flex;flex-direction:column;position:absolute;transform:translate(-50%,-100%)}.brd-map-pin-dot{color:#0057d9;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2));font-size:1.6rem}.brd-map-card{background:#fff;border-radius:8px;box-shadow:0 4px 14px #0f172a26;padding:6px 8px;text-align:left;width:108px}.brd-map-card-thumb{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:5px;display:block;height:44px;margin-bottom:6px;width:100%}.brd-map-card-country{color:#0f172a;font-size:1rem;font-weight:700;margin:0}.brd-map-card-code{color:#0057d9;font-size:.9rem;margin:2px 0 0}.brd-reg-section{background:#f9f5f3;border-top:1px solid #f1f5f9;padding:88px 40px}.brd-reg-inner{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1.05fr .95fr;margin:0 auto;max-width:1200px}.brd-reg-left{display:flex;flex-direction:column}.brd-reg-badge{align-items:center;background:#f1f3fd;border-radius:20px;color:#0057d9;display:inline-flex;font-size:1.3rem;font-weight:700;gap:8px;letter-spacing:.01em;margin-bottom:22px;padding:7px 14px;width:fit-content}.brd-reg-badge-dot{background:#0057d9;border-radius:50%;flex-shrink:0;height:7px;width:7px}.brd-reg-h2{color:#0f1125;font-size:5.8rem;font-weight:600;letter-spacing:-.06em;line-height:1.02;margin:0 0 30px}.brd-reg-features{display:flex;flex-direction:column;gap:22px;max-width:540px}.brd-reg-feature{align-items:flex-start;display:flex;gap:16px}.brd-reg-feature-icon{align-items:center;background:#f1f3fd;border-radius:12px;color:#0057d9;display:inline-flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.brd-reg-feature-title{color:#0f1125;font-size:1.8rem;font-weight:700;margin:0 0 4px}.brd-reg-feature-desc{color:#6b7280;font-size:1.45rem;line-height:1.55;margin:0}.brd-reg-card{background:#fff;border-radius:24px;box-shadow:0 24px 60px #0f11251f;box-sizing:border-box;padding:30px 28px}.brd-reg-right-wrap{display:flex;flex-direction:column}.brd-reg-sample-link-wrap{display:flex;justify-content:flex-end;margin-bottom:10px}.brd-reg-sample-link{align-items:center;color:#0057d9;display:inline-flex;font-size:1.8rem;font-weight:500;gap:5px;text-decoration:none;transition:opacity .15s}.brd-reg-sample-link:hover{opacity:.75}.brd-reg-form-header{align-items:center;display:flex;gap:10px;margin-bottom:6px}.brd-reg-form-icon{align-items:center;background:#f1f3fd;border-radius:10px;color:#0057d9;display:inline-flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.brd-reg-form-title{color:#0f1125;font-size:2.1rem;font-weight:700;letter-spacing:-.01em;margin:0}.brd-reg-form-sub{color:#6b7280;font-size:1.4rem;margin:0 0 20px}.brd-reg-label{color:#374151;display:block;font-size:1.4rem;font-weight:600;margin-bottom:8px}.brd-reg-dropdown-wrap{margin-bottom:18px;position:relative}.brd-reg-dropdown-btn{align-items:center;background:#fff;border:none;border-radius:12px;box-shadow:inset 0 0 0 1.5px #e3e7ee;cursor:pointer;display:flex;font-family:inherit;font-size:1.5rem;height:48px;padding:0 16px;text-align:left;transition:box-shadow .15s;width:100%}.brd-reg-dropdown-btn:focus{box-shadow:inset 0 0 0 1.5px #0057d9;outline:none}.brd-reg-dropdown-value{color:#0f1125;flex:1 1;font-weight:500}.brd-reg-dropdown-placeholder{color:#9ca3af;flex:1 1}.brd-reg-country-selected{align-items:center;display:flex;gap:10px}.brd-reg-flag{font-size:1.9rem;line-height:1}.brd-reg-dropdown-menu{background:#fff;border-radius:14px;box-shadow:8px 8px 25px #00000024,0 0 0 1px #0000000f;left:0;overflow:hidden;padding:6px;position:absolute;right:0;top:56px;z-index:25}.brd-reg-dropdown-item{align-items:center;background:none;border:none;border-radius:9px;color:#0f1125;cursor:pointer;display:flex;font-family:inherit;font-size:1.45rem;gap:11px;padding:11px 12px;text-align:left;transition:background .12s;width:100%}.brd-reg-dropdown-item:hover{background:#f1f3fd}.brd-reg-board-tag{color:#9ca3af;font-size:1.2rem;font-weight:600}.brd-reg-search-wrap{border-bottom:1px solid #00000012;padding:10px 12px}.brd-reg-search-inner{align-items:center;background:#f4f6fa;border-radius:9px;display:flex;gap:8px;height:38px;padding:0 12px}.brd-reg-search-input{background:none;border:none;color:#0f1125;flex:1 1;font-family:inherit;font-size:1.4rem;outline:none}.brd-reg-dropdown-list{max-height:220px;overflow-y:auto}.brd-reg-dropdown-empty{color:#9ca3af;font-size:1.4rem;padding:20px 16px;text-align:center}.brd-reg-country-hint{color:#6b7280;font-size:1.25rem;margin:8px 2px 0}.brd-reg-country-hint-board{color:#0057d9}.brd-reg-input{border:none;border-radius:12px;box-shadow:inset 0 0 0 1.5px #e3e7ee;box-sizing:border-box;color:#0f1125;font-family:inherit;font-size:1.5rem;height:48px;margin-bottom:18px;outline:none;padding:0 16px;transition:box-shadow .15s;width:100%}.brd-reg-input:focus{box-shadow:inset 0 0 0 1.5px #0057d9}.brd-reg-input--last{margin-bottom:22px}.brd-reg-turnstile-wrap{margin-bottom:18px}.brd-reg-submit{align-items:center;border:none;border-radius:16px;color:#fff;display:flex;font-family:inherit;font-size:1.6rem;font-weight:700;gap:10px;height:52px;justify-content:center;transition:filter .15s;width:100%}.brd-reg-submit:hover:not(:disabled){filter:brightness(.94)}.brd-reg-privacy{color:#9ca3af;font-size:1.2rem;margin:14px 2px 0;text-align:center}.brd-reg-error{background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;color:#be123c;font-size:1.3rem;margin:0 0 10px;padding:10px 14px}.brd-reg-done{padding:8px 4px 4px;text-align:center}.brd-reg-done-check{align-items:center;background:#0057d9;border-radius:50%;color:#fff;display:inline-flex;height:64px;justify-content:center;margin-bottom:18px;width:64px}.brd-reg-done-h2{color:#0f1125;font-size:3.2rem;font-weight:600;letter-spacing:-.05em;margin:0}.brd-reg-done-sub{color:#4c4243;font-size:1.5rem;line-height:1.5;margin:12px auto 0;max-width:340px}.brd-reg-id-card{align-items:center;background:#f1f3fd;border-radius:16px;display:flex;gap:14px;margin:24px 0;padding:18px;text-align:left}.brd-reg-id-flag{flex-shrink:0;font-size:2.6rem}.brd-reg-id-info{flex:1 1}.brd-reg-id-label{color:#0057d9;font-size:1.2rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.brd-reg-id-value{color:#0f1125;font-size:2rem;font-weight:700;letter-spacing:.02em;margin-top:2px}.brd-reg-id-sub{color:#6b7280;font-size:1.25rem;margin-top:2px}.brd-reg-reset-btn{background:#fff;border:none;border-radius:16px;box-shadow:inset 0 0 0 1.5px #cfd6e4;color:#0057d9;cursor:pointer;font-family:inherit;font-size:1.5rem;font-weight:700;height:48px;transition:background .15s;width:100%}.brd-reg-reset-btn:hover{background:#f5f8ff}@media (max-width:960px){.brd-reg-inner{gap:40px;grid-template-columns:1fr}.brd-reg-h2{font-size:3.6rem}}@media (max-width:640px){.brd-reg-section{padding-left:20px;padding-right:20px}.brd-reg-h2{font-size:2.8rem}}.brd-quote{background:#fff;margin:0 auto;max-width:760px;padding:64px 40px 88px;text-align:center}.brd-quote-logo{display:block;height:44px;margin:0 auto 28px;width:44px}.brd-quote-text{color:#334155;font-size:1.7rem;font-style:italic;line-height:1.55;margin:0 0 20px}.brd-quote-cite{color:#64748b;font-size:1.3rem;font-style:normal}.brd-cta{background:#fff;padding:40px 40px 96px;text-align:center}.brd-cta-inner{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:700px}.brd-cta-h2{color:#0f172a;font-size:3.2rem;font-weight:800;line-height:1.25;margin:0}.brd-cta-h2 span{color:#0057d9}.brd-cta-sub{color:#64748b;font-size:1.6rem;line-height:1.65;margin:0 0 8px;max-width:520px}@media (max-width:960px){.brd-hero-inner{gap:40px;grid-template-columns:1fr}.brd-hero-h1{font-size:2.6rem}.brd-hero-visual{display:none}.brd-profile-inner,.brd-protect-inner{gap:40px;grid-template-columns:1fr}.brd-gap-grid{gap:16px;grid-template-columns:1fr}.brd-gap-divider{display:none}.brd-gap-col{margin-bottom:0}.brd-global-top{flex-direction:column}.brd-global-stats{gap:24px}.brd-map{height:320px}.brd-map-card{width:88px}}@media (max-width:640px){.brd-cta,.brd-gap,.brd-global,.brd-hero,.brd-profile-section,.brd-protect,.brd-quote{padding-left:20px;padding-right:20px}.brd-profile-stats{gap:12px}.brd-global-stats{align-items:flex-start;flex-direction:column;gap:20px}.brd-map{display:none}}@keyframes brdp-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.brdp-sk-light{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:1200px 100%}.brdp-sk-dark,.brdp-sk-light{animation:brdp-shimmer 1.4s ease-in-out infinite}.brdp-sk-dark{background:linear-gradient(90deg,#ffffff1f 25%,#ffffff38 50%,#ffffff1f 75%);background-size:1200px 100%}.brdp-root{background:#f9f5f3;box-sizing:border-box;color:#0f1125;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.brdp-back-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:1.4rem;font-weight:500;gap:7px;margin:20px 24px 0;padding:8px 16px;transition:background .15s,border-color .15s}.brdp-back-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.brdp-sample-banner{align-items:center;background:#ffc80026;border-bottom:1px solid #ffc8004d;color:#92651a;display:flex;font-size:1.3rem;font-weight:500;gap:7px;padding:8px 20px}.brdp-state-wrap{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:1.5rem;gap:16px;justify-content:center;padding:80px 24px}.brdp-state-error{color:#be123c;font-size:1.5rem}.brdp-empty{color:#9ca3af;flex-direction:column;font-size:1.4rem;gap:12px;padding:60px 24px;text-align:center}.brdp-empty,.brdp-nav{align-items:center;display:flex}.brdp-nav{background:#fff;box-shadow:inset 0 -1px 0 #00000012;gap:14px;padding:18px 40px}.brdp-nav-logo{align-items:center;background:#0057d9;border-radius:50%;color:#fff;display:inline-flex;flex:none;font-size:15px;font-weight:800;height:30px;justify-content:center;width:30px}.brdp-nav-brand,.brdp-nav-logo{font-family:League Spartan,sans-serif}.brdp-nav-brand{font-size:20px;font-weight:700;letter-spacing:-.04em}.brdp-nav-sep{color:#c7cdd8;font-size:16px}.brdp-nav-crumb{color:#5b6170;font-size:14px;font-weight:600;text-decoration:none}.brdp-nav-crumb:hover{color:#0057d9}.brdp-nav-active{color:#0057d9;font-size:14px;font-weight:700}.brdp-hero{background:#0057d9;overflow:hidden;position:relative}.brdp-hero-glow{background:#77ffd8;border-radius:110px;height:380px;mix-blend-mode:soft-light;opacity:.5;pointer-events:none;position:absolute;right:-60px;top:-120px;transform:rotate(24deg);width:380px}.brdp-hero-inner{margin:0 auto;max-width:1200px;padding:46px 40px 40px;position:relative}.brdp-profile-row{align-items:flex-end;display:flex;gap:24px}.brdp-avatar{align-items:center;background:#ffb629;border-radius:24px;color:#0f1125;display:flex;flex:none;font-family:League Spartan,sans-serif;font-size:38px;font-weight:700;height:88px;justify-content:center;letter-spacing:-.04em;width:88px}.brdp-profile-info{flex:1 1}.brdp-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.brdp-name{color:#fff;font-family:League Spartan,sans-serif;font-size:40px;font-weight:600;letter-spacing:-.05em;margin:0}.brdp-verified-badge{align-items:center;background:#ffffff29;border-radius:20px;color:#fff;display:inline-flex;font-size:12.5px;font-weight:700;gap:6px;padding:6px 12px}.brdp-profile-meta{color:#ffffffd1;font-size:15px;margin:6px 0 0}.brdp-profile-id{color:#fff;font-family:Inter,monospace}.brdp-cta-btn{align-items:center;align-self:center;background:#fff;border:none;border-radius:10px;color:#0057d9;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:League Spartan,sans-serif;font-size:15px;font-weight:700;gap:8px;padding:12px 22px;transition:background .15s,box-shadow .15s;white-space:nowrap}.brdp-cta-btn:hover{background:#e8f0fe;box-shadow:0 2px 10px #0000002e}.brdp-stats-row{display:flex;gap:48px;margin-top:30px}.brdp-stat-val{color:#ffb629;display:block;font-family:League Spartan,sans-serif;font-size:30px;font-weight:700;letter-spacing:-.04em}.brdp-stat-label{color:#ffffffbf;display:block;font-size:13px;font-weight:600}.brdp-body{margin:0 auto;max-width:1200px;padding:40px 40px 80px}.brdp-grid-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:6px}.brdp-grid-title{font-family:League Spartan,sans-serif;font-size:28px;font-weight:600;letter-spacing:-.04em;margin:0 0 4px}.brdp-grid-sub{color:#6b7280;font-size:14.5px;margin:0 0 24px;max-width:600px}.brdp-add-btn{align-items:center;background:#fff;border:none;border-radius:20px;box-shadow:inset 0 0 0 1.5px #cfd6e4;color:#0057d9;cursor:pointer;display:inline-flex;flex:none;font-family:inherit;font-size:14px;font-weight:700;gap:8px;height:42px;padding:0 18px;transition:background .15s;white-space:nowrap}.brdp-add-btn:hover{background:#f5f8ff}.brdp-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}.brdp-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0f11250f;overflow:hidden;transition:box-shadow .2s}.brdp-card--new{box-shadow:0 0 0 2px #ffb629,0 18px 40px #ffb62938}.brdp-card-banner{align-items:flex-start;display:flex;height:120px;justify-content:space-between;padding:14px 16px}.brdp-card-verified{align-items:center;background:#ffffffe6;border-radius:14px;color:#0057d9;display:inline-flex;font-size:11.5px;font-weight:700;gap:6px;padding:5px 10px}.brdp-card-new-tag{background:#ffb629;border-radius:12px;color:#0f1125;font-size:11px;font-weight:800;letter-spacing:.04em;padding:5px 9px}.brdp-card-body{padding:18px 18px 20px}.brdp-card-name{font-size:17px;font-weight:700;line-height:1.25;margin:0}.brdp-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:13px;line-height:1.45;margin:5px 0 0;overflow:hidden}.brdp-card-client{color:#6b7280;font-size:13.5px;margin:6px 0 0}.brdp-card-client strong{color:#0f1125}.brdp-card-location{align-items:center;display:flex;gap:8px;margin-top:14px}.brdp-card-flag{font-size:16px}.brdp-card-city{color:#4c4243;flex:1 1;font-size:13.5px;font-weight:600}.brdp-card-date{color:#9ca3af;font-size:12.5px}.brdp-card-company-row{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-top:6px}.brdp-card-company{color:#6b7280;font-size:13px}.brdp-card-code{color:#9ca3af;font-size:12px;white-space:nowrap}.brdp-card-footer{border-top:1px solid #00000014;margin-top:14px;padding-top:14px}.brdp-card-role{background:#f1f3fd;border-radius:14px;color:#0057d9;display:inline-block;font-size:12.5px;font-weight:700;padding:5px 11px}@media (max-width:900px){.brdp-nav{padding:16px 20px}.brdp-hero-inner{padding:36px 20px 32px}.brdp-body{padding:28px 20px 60px}.brdp-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.brdp-stats-row{gap:28px}.brdp-name{font-size:30px}}@media (max-width:600px){.brdp-profile-row{align-items:flex-start;flex-wrap:wrap}.brdp-cta-btn{flex:0 0 100%;justify-content:center;margin-top:12px}.brdp-avatar{border-radius:16px;font-size:28px;height:64px;width:64px}.brdp-name{font-size:24px}.brdp-stats-row{flex-wrap:wrap;gap:20px}.brdp-grid{grid-template-columns:1fr}.brdp-grid-header{align-items:stretch;flex-direction:column}.brdp-add-btn{align-self:flex-start}}.dsp-overtitle{color:#94a3b8;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:16px;text-align:center;text-transform:uppercase}.dsp-overtitle--left{text-align:left}.dsp-hero{background:#fff;border-bottom:1px solid #f1f5f9;padding:48px 40px 64px}.dsp-hero-inner{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1160px}.dsp-hero-breadcrumb{color:#94a3b8;font-size:1.25rem;margin-bottom:10px}.dsp-hero-overtitle{color:#0057d9;font-size:1.15rem;font-weight:700;letter-spacing:.12em;margin-bottom:18px;text-transform:uppercase}.dsp-hero-h1{color:#0f172a;font-size:5.6rem;font-weight:800;line-height:1.12;margin-bottom:20px}.dsp-hero-sub{color:#64748b;font-size:1.6rem;line-height:1.7;margin-bottom:32px;max-width:480px}.dsp-hero-actions{display:flex;flex-wrap:wrap;gap:14px}.dsp-hero-visual{display:flex;justify-content:flex-end}.dsp-hero-img-wrap{max-width:500px;padding:18px 18px 0 36px;position:relative;width:100%}.dsp-hero-blob{background:#5eead4;border-radius:44px;height:92%;left:0;pointer-events:none;position:absolute;top:14px;transform:rotate(10deg);width:90%;z-index:0}.dsp-hero-img{border-radius:16px;display:block;height:380px;object-fit:cover;position:relative;width:100%;z-index:1}.dsp-hero-badge{align-items:center;background:#0f172ae0;border-radius:100px;bottom:14px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:700;gap:8px;left:34px;letter-spacing:.03em;padding:8px 16px;position:absolute;white-space:nowrap;z-index:2}.dsp-hero-badge-dot{background:#2dd4bf;border-radius:50%;flex-shrink:0;height:8px;width:8px}.dsp-problem{background:#fdf3ea;padding:72px 40px 80px}.dsp-problem-inner{margin:0 auto;max-width:1100px;text-align:center}.dsp-problem-h2{color:#0f172a;font-size:3.2rem;font-weight:700;line-height:1.3;margin:0 auto 16px;max-width:780px}.dsp-problem-sub{color:#64748b;font-size:1.6rem;line-height:1.65;margin:0 auto 48px;max-width:640px}.dsp-problem-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);text-align:left}.dsp-problem-card{background:#fff;border-radius:14px;padding:24px 22px}.dsp-problem-num{color:#94a3b8;display:block;font-size:1.15rem;font-weight:800;letter-spacing:.08em;margin-bottom:12px}.dsp-problem-card-title{color:#0f172a;font-size:1.6rem;font-weight:500;margin:0 0 10px}.dsp-problem-card-desc{color:#64748b;font-size:1.3rem;line-height:1.6;margin:0}.dsp-way{background:#fff;padding:80px 40px}.dsp-way-inner{grid-gap:56px;display:grid;gap:56px;grid-template-columns:.85fr 1.15fr;margin:0 auto;max-width:1100px}.dsp-way-h2{color:#0f172a;font-size:3.2rem;font-weight:700;line-height:1.25;margin-bottom:18px}.dsp-way-sub{color:#64748b;font-size:1.6rem;line-height:1.7}.dsp-way-list{display:flex;flex-direction:column}.dsp-way-item{border-bottom:1px solid #e2e8f0;display:flex;gap:20px;padding:22px 0}.dsp-way-item:first-child{padding-top:0}.dsp-way-num{color:#0057d9;flex-shrink:0;font-size:1.3rem;font-weight:800;width:32px}.dsp-way-item-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 8px}.dsp-way-item-desc{color:#64748b;font-size:1.3rem;line-height:1.6;margin:0}.dsp-bookmark{background:#fdf3ea;padding:72px 40px}.dsp-bookmark-inner{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr .85fr;margin:0 auto;max-width:1160px}.dsp-bookmark-text{text-align:left}.dsp-bookmark-h2{color:#0f172a;font-size:3.2rem;font-weight:700;line-height:1.25;margin-bottom:20px}.dsp-bookmark-body{color:#475569;font-size:1.6rem;line-height:1.7;margin:0 0 16px}.dsp-bookmark-tagline{color:#64748b;font-size:1.35rem;font-style:italic;line-height:1.6;margin:16px 0 0}.dsp-bookmark-visual{display:flex;justify-content:center}.dsp-bookmark-card{background:#fff;border-radius:20px;box-shadow:0 20px 44px #0f172a24;max-width:400px;overflow:hidden;width:100%}.dsp-bookmark-photo{display:block;height:220px;object-fit:cover;width:100%}.dsp-bookmark-notif{padding:20px 22px 22px}.dsp-bookmark-notif-tag{color:#0057d9;font-size:1.05rem;font-weight:700;letter-spacing:.06em;margin:0 0 10px;text-transform:uppercase}.dsp-bookmark-notif-title{color:#0f172a;font-size:1.4rem;font-weight:700;line-height:1.35;margin:0 0 8px}.dsp-bookmark-notif-detail{color:#64748b;font-size:1.2rem;line-height:1.5;margin:0 0 16px}.dsp-bookmark-notif-reply-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.dsp-bookmark-notif-reply{background:#eef4ff;border-radius:100px;color:#0057d9;font-size:1.15rem;font-weight:600;padding:10px 16px}.dsp-bookmark-notif-time{color:#94a3b8;font-size:1.05rem;text-align:right}.dsp-compare-wrap{background:#fff;padding:80px 40px}.dsp-compare-inner{margin:0 auto;max-width:920px;text-align:center}.dsp-compare-badge{background:#f1f5f9;border-radius:6px;color:#64748b;display:inline-block;font-size:1.15rem;font-weight:700;letter-spacing:.1em;margin-bottom:18px;padding:5px 14px;text-transform:uppercase}.dsp-compare-h2{color:#0f172a;font-size:3rem;font-weight:700;margin-bottom:8px}.dsp-compare-sub{color:#64748b;font-size:1.5rem;margin-bottom:40px}.dsp-table{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-align:left}.dsp-table-header{background:#0f172a;display:grid;grid-template-columns:190px 1fr 1fr}.dsp-table-label-col{border-right:1px solid #ffffff14;padding:16px 18px}.dsp-table-col-head{font-size:1.3rem;font-weight:700;letter-spacing:.06em;padding:16px 18px;text-transform:uppercase}.dsp-col-old{border-right:1px solid #ffffff14;color:#ffffff73}.dsp-col-new{color:#4ade80}.dsp-table-row{border-top:1px solid #e2e8f0;display:grid;grid-template-columns:190px 1fr 1fr}.dsp-row-alt .dsp-table-cell,.dsp-row-alt .dsp-table-label{background:#f8fafc}.dsp-table-label{align-items:center;border-right:1px solid #e2e8f0;color:#0f172a;display:flex;font-size:1.15rem;font-weight:700;letter-spacing:.02em;line-height:1.3;padding:16px 18px}.dsp-table-cell{align-items:flex-start;color:#475569;display:flex;font-size:1.4rem;gap:10px;line-height:1.55;padding:16px 18px}.dsp-table-cell:first-of-type{border-right:1px solid #e2e8f0}.dsp-cell-check{color:#16a34a;flex-shrink:0;font-size:1.2rem;margin-top:3px}.dsp-steps-wrap{background:#f8fafc;padding:80px 40px}.dsp-steps-inner{margin:0 auto;max-width:1100px;text-align:center}.dsp-steps-h2{color:#0f172a;font-size:3rem;font-weight:700;line-height:1.25;margin:0 auto 52px;max-width:640px}.dsp-steps-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr);text-align:left}.dsp-step{display:flex;flex-direction:column}.dsp-step-photo{align-items:center;aspect-ratio:4/3;border-radius:16px;color:#0057d9;display:flex;font-size:2.6rem;justify-content:center;margin-bottom:16px;width:100%}.dsp-step-photo--0{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.dsp-step-photo--1{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0d9488}.dsp-step-photo--2{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6d28d9}.dsp-step-photo--3{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.dsp-step-num{color:#94a3b8;display:block;font-size:1.1rem;font-weight:800;letter-spacing:.06em;margin-bottom:6px}.dsp-step-title{color:#0f172a;font-size:1.55rem;font-weight:700;margin:0 0 8px}.dsp-step-desc{color:#64748b;font-size:1.3rem;line-height:1.6;margin:0}.dsp-sec-wrap{background:#fff;padding:80px 40px}.dsp-sec-inner{margin:0 auto;max-width:700px}.dsp-sec-h2{color:#0f172a;font-size:2.6rem;font-weight:700;line-height:1.25;margin-bottom:20px}.dsp-sec-body{color:#475569;font-size:1.4rem;line-height:1.7;margin:0 0 16px}.dsp-sec-badges{display:flex;flex-wrap:wrap;gap:32px;margin-top:28px}.dsp-sec-badge{color:#64748b;font-size:1.35rem}.dsp-sec-badge strong{color:#0f172a;font-weight:800}.dsp-faq-wrap{background:#fdf3ea;padding:80px 40px}.dsp-faq-inner{margin:0 auto;max-width:820px}.dsp-faq-h2{color:#0f172a;font-size:3.2rem;font-weight:700;margin-bottom:48px;text-align:center}.dsp-faq-list{display:flex;flex-direction:column;gap:14px}.dsp-faq-item{background:#fff;border:1px solid #f1e4d8;border-radius:14px;padding:0 24px}.dsp-faq-q{align-items:center;background:none;border:none;color:#0f172a;cursor:pointer;display:flex;font-size:1.5rem;font-weight:600;gap:16px;justify-content:space-between;line-height:1.4;padding:22px 0;text-align:left;width:100%}.dsp-faq-q svg{color:#0057d9;flex-shrink:0;font-size:1.2rem}.dsp-faq-a{color:#475569;font-size:1.4rem;line-height:1.7;margin:0 0 22px;padding-right:32px}.dsp-cta-wrap{background:#0f172a;padding:80px 40px;text-align:center}.dsp-cta-inner{margin:0 auto;max-width:700px}.dsp-cta-h2{color:#fff;font-size:3rem;font-weight:800;margin-bottom:14px}.dsp-cta-sub{color:#ffffffa6;font-size:1.5rem;line-height:1.65;margin-bottom:32px}.dsp-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.dsp-cta-btn-outline{align-items:center;background:#0000;border:2px solid #fff6;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:700;padding:12px 28px;transition:background .15s}.dsp-cta-btn-outline:hover{background:#ffffff14}@media (max-width:960px){.dsp-hero{padding:40px 24px}.dsp-hero-inner{gap:32px;grid-template-columns:1fr}.dsp-hero-h1{font-size:3.4rem}.dsp-hero-visual{display:none}.dsp-problem-grid{grid-template-columns:1fr 1fr}.dsp-bookmark-inner,.dsp-way-inner{gap:32px;grid-template-columns:1fr}.dsp-bookmark-visual{order:-1}.dsp-steps-grid{grid-template-columns:1fr 1fr}.dsp-bookmark-h2,.dsp-compare-h2,.dsp-cta-h2,.dsp-faq-h2,.dsp-problem-h2,.dsp-sec-h2,.dsp-steps-h2,.dsp-way-h2{font-size:2.3rem}}@media (max-width:640px){.dsp-bookmark,.dsp-compare-wrap,.dsp-cta-wrap,.dsp-faq-wrap,.dsp-problem,.dsp-sec-wrap,.dsp-steps-wrap,.dsp-way{padding:48px 20px}.dsp-problem-grid,.dsp-steps-grid,.dsp-table-header,.dsp-table-row{grid-template-columns:1fr}.dsp-table-label{background:#f1f5f9;border-bottom:1px solid #e2e8f0}.dsp-table-cell:first-of-type,.dsp-table-label{border-right:none}}
/*# sourceMappingURL=main.42a98915.css.map*/