/* Local fonts. Every component uses --font: Poppins for Latin, Kalpurush for Bengali.
   Bengali punctuation includes U+0964/U+0965, outside the Bengali Unicode block. */
@font-face{font-family:Poppins;src:url('/assets/fonts/poppins-regular.woff2?v=3dc5d0c52428') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Poppins;src:url('/assets/fonts/poppins-medium.woff2?v=289e0afc8be7') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Poppins;src:url('/assets/fonts/poppins-semibold.woff2?v=872e86291859') format('woff2');font-weight:600 900;font-style:normal;font-display:swap}
@font-face{font-family:Kalpurush;src:url('/assets/fonts/kalpurush-regular.woff2?v=64c9022bb1b5') format('woff2');font-weight:100 900;font-style:normal;font-display:swap;unicode-range:U+0964-0965,U+0980-09FF,U+200C-200D,U+25CC}
:root{--accent:#d1f36b;--accent-ink:#202020;--accent-text:#435e11;--accent-soft:#edf5d7;--bg:#ffffff;--surface:#ffffff;--surface-2:#f0f0f0;--text:#262626;--muted:#6a6a6a;--line:#e3e3e3;--dark:#232323;--on-dark:#f6f6f6;--radius:6px;--shadow:0 16px 60px #1e1e1e0a;color-scheme:light;--font:Poppins,Kalpurush,Arial,sans-serif}
:root[data-theme=dark]{--bg:#141414;--surface:#1f1f1f;--surface-2:#282828;--text:#f0f0f0;--muted:#bababa;--line:#3c3c3c;--dark:#e5e5e5;--on-dark:#1d1d1d;--accent-text:#d1f36b;--accent-soft:#343434;--shadow:0 16px 60px #00000033;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font:400 15px/1.7 var(--font);-webkit-font-smoothing:antialiased}html[lang=bn]{--font:Poppins,Kalpurush,Arial,sans-serif}html[lang=bn] body{font-size:17px}::selection{background:var(--accent);color:var(--accent-ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{border:0}img{display:block;max-width:100%}svg{flex-shrink:0}ul,ol{padding-left:1.4em}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{line-height:1.22;letter-spacing:-.04em;font-weight:600}h1{font-size:clamp(40px,4.5vw,66px)}h2{font-size:clamp(30px,3vw,44px)}h3{font-size:21px}p{margin-bottom:20px}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--accent-text);outline-offset:4px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}[hidden]{display:none!important}html[lang=bn] h1{line-height:1.24;letter-spacing:-.025em}html[lang=bn] h2{line-height:1.3;letter-spacing:-.02em}html[lang=bn] h3{line-height:1.4;letter-spacing:0}.container{width:min(1240px,calc(100% - 80px));margin-inline:auto}.narrow{max-width:860px}.section{padding-block:84px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:40px}.section-head h2{margin-bottom:16px}.section-head>div{max-width:690px}.section-description{color:var(--muted);max-width:570px;margin-bottom:0}.section-head>.btn{flex-shrink:0;margin-bottom:7px}.eyebrow{display:flex;align-items:center;gap:9px;font-size:11px;line-height:1.5;letter-spacing:.13em;font-weight:700;text-transform:uppercase;margin-bottom:20px;color:var(--muted)}html[lang=bn] .eyebrow{font-size:13px;letter-spacing:.035em}.eyebrow>span:empty{width:6px;height:6px;background:var(--accent-text);border-radius:50%}.eyebrow>.icon{width:18px;height:18px}.lead{font-size:19px;line-height:1.75;color:var(--muted)}.muted{color:var(--muted)}.icon{width:21px;height:21px;vertical-align:middle}.btn{display:inline-flex;gap:12px;align-items:center;justify-content:center;padding:14px 22px;min-height:49px;border-radius:8px;font-weight:700;line-height:1.4;font-size:13px;border:1px solid transparent;transition:background .18s,transform .18s,box-shadow .18s;text-align:center}.btn .icon{width:18px;height:18px}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-dark{background:var(--dark);color:var(--on-dark)}.btn-secondary{background:var(--surface);border-color:var(--line);color:var(--text)}.btn-text{padding-inline:0;background:transparent;color:var(--text)}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 14px #1e1e1e13}.btn-text:hover{box-shadow:none}.btn:active{transform:translateY(0)}html[lang=bn] .btn{font-size:16px;font-weight:600}.button-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.icon-btn{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;background:transparent;border-radius:8px;flex-shrink:0;border:1px solid transparent}.icon-btn:hover{background:var(--surface-2)}.text-link{display:inline-flex;gap:12px;align-items:center;background:none;font-size:13px;font-weight:700;padding:4px 0}.text-link:hover{color:var(--accent-text)}html[lang=bn] .text-link{font-size:16px}.text-link .icon{width:17px;height:17px}.full-width{width:100%}.ticks{list-style:none;padding:0;margin:24px 0}.ticks li{display:flex;gap:12px;align-items:flex-start;margin:13px 0}.ticks .icon{color:var(--accent-text);width:18px;height:18px;margin-top:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:200;top:8px;left:8px;padding:12px 20px;background:var(--accent);color:var(--accent-ink);border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}.js-only{display:none!important}.js .js-only{display:revert!important}.js .no-js-only{display:none!important}.js .btn.js-only,.js .icon-btn.js-only{display:inline-flex!important}.js .filter-row.js-only{display:flex!important}.js .hero-preview-controls.js-only{display:flex!important}.js .catalogue-search.js-only{display:flex!important}.js .compare-option.js-only{display:flex!important}.js .form-steps.js-only{display:flex!important}.noscript-note{padding:16px;text-align:center;background:var(--surface-2);font-size:13px}.status-dot{width:6px;height:6px;border-radius:50%;display:inline-block;background:var(--accent);box-shadow:0 0 0 4px #e2e2e216;flex-shrink:0}
/* Navigation */
.announcement{background:#252525;color:#e8e8e8;font-size:10px;letter-spacing:.02em;padding:9px 0}.announcement .container{display:flex;align-items:center;justify-content:space-between;gap:16px}.announcement .container>span,.announcement a{display:flex;align-items:center;gap:10px}.announcement .icon{width:12px;height:12px}.announcement a{color:#d1f36b}html[lang=bn] .announcement{font-size:13px}.site-header{height:88px;border-bottom:1px solid var(--line);background:var(--bg);position:sticky;top:0;z-index:40}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{font-family:var(--font);display:inline-flex;align-items:center;gap:9px;font-size:25px;font-weight:700;letter-spacing:-1.2px;flex-shrink:0;line-height:1}.brand-mark{width:38px;height:38px;border-radius:10px;background:#252525;display:grid;place-items:center}.brand-dot{color:var(--accent-text)}.desktop-nav{display:flex;align-items:center;gap:29px;margin-left:auto}.desktop-nav a{font-size:12px;font-weight:700;padding:14px 0;position:relative}.desktop-nav a:hover{color:var(--accent-text)}.desktop-nav a[aria-current=page]:after{content:'';position:absolute;bottom:5px;left:0;right:0;height:2px;background:var(--accent-text)}html[lang=bn] .desktop-nav a{font-size:16px;font-weight:600}.header-actions{display:flex;align-items:center;gap:7px}.header-actions .btn{min-height:42px;padding:11px 17px;margin-left:7px}.header-actions .icon-btn{width:34px;height:38px}.header-actions .icon{width:18px;height:18px}.language-switch{font-size:12px;font-weight:700;min-width:35px;min-height:38px;display:grid;place-items:center;border-right:1px solid var(--line);padding-right:9px}.bottom-nav{display:none}
/* Hero */
.device-scene{height:455px;position:relative;width:100%;isolation:isolate}.device{position:absolute;background:#2d2d2d;border:2px solid #3d3d3d;box-shadow:0 16px 35px #1f1f1f22;overflow:visible}.device-screen{overflow:hidden;background:#f9f9f9;height:100%;width:100%}.laptop{width:91%;height:310px;left:4%;top:59px;border-radius:13px 13px 3px 3px;padding:10px 6px 6px;transform:rotate(-3deg)}.device-camera{position:absolute;width:3px;height:3px;background:#909090;border-radius:50%;top:3px;left:50%}.laptop-base{height:9px;border-radius:2px 2px 40% 40%;position:absolute;left:-5%;bottom:-10px;width:110%;background:linear-gradient(#bebebe,#707070)}.laptop-base:before{content:'';position:absolute;width:20%;height:3px;left:40%;top:0;background:#606060;border-radius:0 0 8px 8px}.tablet{width:47%;height:214px;left:2%;top:234px;padding:7px;border-radius:13px;transform:rotate(3deg);z-index:3;border-color:#616161}.mobile{width:24%;height:258px;right:0;top:199px;padding:5px;border-radius:22px;z-index:4;border-color:#616161}.mobile .device-screen{border-radius:15px}.phone-notch{position:absolute;width:38%;height:11px;top:7px;left:31%;border-radius:0 0 8px 8px;background:#2d2d2d;z-index:5}.phone-home{position:absolute;bottom:9px;left:35%;width:30%;height:3px;border-radius:9px;background:#7c7c7c;z-index:5}html[lang=bn] .hero-preview-controls{align-items:center;gap:12px;justify-content:center;margin-top:23px}.preview-label{font-size:8px;font-weight:700;letter-spacing:.12em;color:var(--muted)}.preview-dots{display:flex;gap:2px}.preview-dots button{background:transparent;padding:7px;width:24px;height:28px;position:relative}.preview-dots button:after{content:'';width:6px;height:6px;background:var(--line);border-radius:50%;display:block}.preview-dots button.active:after{background:var(--accent-text)}.preview-current{font:600 10px var(--font);width:82px}.preview-pause.icon-btn{width:28px;height:28px}.preview-pause .icon{width:12px;height:12px}.preview-caption{font-size:9px;text-align:center;color:var(--muted);margin:7px 0 0}html[lang=bn] .preview-label{font-size:10px;letter-spacing:0}html[lang=bn] .preview-caption{font-size:11px}/* Dashboard illustrations, intentionally independent of site theme */
.dashboard{display:flex;background:#f8f8f8;color:#333333;font:400 8px/1.5 var(--font);width:100%;height:100%;text-align:left;overflow:hidden;--dash-accent:#8d8d8d;--dash-soft:#f1f1f1}.dashboard[data-dashboard=health]{--dash-accent:#787878;--dash-soft:#eeeeee}.dashboard[data-dashboard=learning]{--dash-accent:#787878;--dash-soft:#ececec}.dashboard[data-dashboard=commerce]{--dash-accent:#888888;--dash-soft:#f0f0f0}.dash-side{width:24%;flex-shrink:0;background:#ffffff;border-right:1px solid #e9e9e9;padding:16px 9px;position:relative}.dash-logo{display:flex;gap:5px;align-items:center;font-size:11px;white-space:nowrap;letter-spacing:-.4px;margin-bottom:26px}.dash-logo>span{display:grid;place-items:center;background:#eeeeee;border-radius:4px;width:20px;height:20px;color:#7a7a7a}.dash-logo .icon{width:13px;height:13px}.dash-workspace{font-size:5px;color:#8d8d8d;letter-spacing:.7px;display:block;margin-bottom:8px}.dash-nav{display:flex;gap:7px;align-items:center;color:#727272;padding:8px 7px;font-size:7px;margin-bottom:3px;border-radius:4px}.dash-nav .icon{width:11px;height:11px}.dash-nav.selected{background:var(--dash-soft);color:#3d3d3d;font-weight:700}.dash-side-bottom{position:absolute;bottom:14px;left:12px;display:flex;gap:5px;align-items:center;font-size:6px;color:#808080}.dash-side-bottom .icon{width:11px;height:11px}.dash-main{width:76%;min-width:0}.dash-top{height:35px;background:#ffffff;border-bottom:1px solid #e9e9e9;padding:0 13px;display:flex;align-items:center;justify-content:space-between;font-size:6px}.dash-top .muted{color:#7d7d7d}.dash-top>div{display:flex;gap:10px;align-items:center}.dash-top .icon{width:9px;height:9px}.dash-avatar{border-radius:50%;background:#e9e9e9;font-size:5px;display:grid;place-items:center;width:17px;height:17px}.dash-content{padding:13px 15px}.dash-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.dash-greeting{font-size:5px;color:#8b8b8b}.dash-heading .dash-title{font-size:13px;margin:4px 0 0;letter-spacing:-.4px;color:#333333;line-height:1.3}.dash-date{font-size:5px;padding:4px 5px;background:#ffffff;border:1px solid #e9e9e9;border-radius:4px;display:flex;gap:4px;align-items:center}.dash-date .icon{width:6px;height:6px}.dash-stats{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:11px}.dash-stats>div{background:#ffffff;border:1px solid #e8e8e8;border-radius:6px;padding:8px 10px}.dash-stats>div>span{display:flex;align-items:center;justify-content:space-between;font-size:6px;color:#757575}.dash-stats .icon{width:9px;height:9px}.dash-stats strong{font-size:20px;line-height:1.2;display:block;margin:5px 0;font-weight:700;letter-spacing:-1px}.dash-stats small{font-size:5px;color:#737373}.dash-chart{background:#ffffff;border:1px solid #e8e8e8;border-radius:6px;padding:8px 9px}.dash-chart-title{display:flex;justify-content:space-between;align-items:center;font-size:6px;margin-bottom:9px}.chart-key{display:flex;align-items:center;gap:3px;font-size:5px;color:#727272}.chart-key i{width:4px;height:4px;background:var(--dash-accent);border-radius:50%}.chart-area{display:flex;gap:5px;height:55px;background:repeating-linear-gradient(0deg,transparent,transparent 17px,#f1f1f1 17px,#f1f1f1 18px)}.chart-y{display:flex;flex-direction:column;justify-content:space-between;font-size:4px;color:#8e8e8e}.chart-area svg{width:calc(100% - 16px);height:100%;overflow:visible}.chart-fill{fill:var(--dash-soft);opacity:.7}.chart-line{stroke:var(--dash-accent);stroke-width:2;fill:none}.chart-x{display:flex;justify-content:space-between;margin:5px 0 0 16px;font-size:4px;color:#8e8e8e}.dash-list{margin-top:9px;background:#ffffff;border:1px solid #e8e8e8;border-radius:5px;padding:5px 8px}.dash-list>div{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:5px;border-bottom:1px solid #f1f1f1}.dash-list>div:last-child{border-bottom:0}.dash-list>div:first-child{font-size:6px}.dash-list>div:first-child>span{color:#7e7e7e;font-size:5px}.dash-row-title{display:flex;align-items:center;gap:5px}.dash-row-title i{width:13px;height:13px;display:grid;place-items:center;background:#ededed;font-size:5px;font-style:normal;border-radius:4px}.dash-status{font-size:4px;color:#717171;border-radius:8px;background:#f3f3f3;padding:2px 5px}.dash-tablet .dash-side{width:25%;padding:13px 5px}.dash-tablet .dash-main{width:75%}.dash-tablet .dash-logo{font-size:6px;margin-bottom:15px;gap:3px}.dash-tablet .dash-logo>span{width:11px;height:11px}.dash-tablet .dash-logo .icon{width:8px;height:8px}.dash-tablet .dash-nav{font-size:4px;padding:5px 3px;gap:3px}.dash-tablet .dash-nav .icon{width:7px;height:7px}.dash-tablet .dash-workspace{font-size:3px}.dash-tablet .dash-side-bottom{display:none}.dash-tablet .dash-top{height:22px;font-size:4px;padding-inline:7px}.dash-tablet .dash-content{padding:8px}.dash-tablet .dash-greeting{font-size:3px}.dash-tablet .dash-heading .dash-title{font-size:9px}.dash-tablet .dash-date{display:none}.dash-tablet .dash-stats{gap:5px;margin-bottom:7px}.dash-tablet .dash-stats>div{padding:5px}.dash-tablet .dash-stats strong{font-size:14px;margin:2px 0}.dash-tablet .dash-stats>div>span,.dash-tablet .dash-stats small{font-size:4px}.dash-tablet .chart-area{height:40px}.dash-tablet .dash-list{margin-top:5px;padding:2px 4px}.dash-tablet .dash-list>div{padding:2px;font-size:4px}.dash-tablet .dash-list>div:nth-child(4){display:none}.dash-mobile{display:block}.dash-mobile .dash-side{display:none}.dash-mobile .dash-main{width:100%}.dash-mobile .dash-top{height:31px;padding:12px 8px 3px;font-size:4px}.dash-mobile .dash-top>div{gap:4px}.dash-mobile .dash-top .icon{width:7px;height:7px}.dash-mobile .dash-avatar{width:11px;height:11px;font-size:4px}.dash-mobile .dash-content{padding:9px 8px}.dash-mobile .dash-heading{margin-bottom:9px}.dash-mobile .dash-greeting{font-size:3px}.dash-mobile .dash-heading .dash-title{font-size:10px}.dash-mobile .dash-date{display:none}.dash-mobile .dash-stats{gap:4px;margin-bottom:8px}.dash-mobile .dash-stats>div{padding:6px 4px}.dash-mobile .dash-stats>div>span{font-size:4px}.dash-mobile .dash-stats .icon{display:none}.dash-mobile .dash-stats strong{font-size:15px;margin:4px 0}.dash-mobile .dash-stats small{font-size:3px}.dash-mobile .dash-chart{padding:7px 5px}.dash-mobile .chart-area{height:48px}.dash-mobile .dash-chart-title{font-size:5px}.dash-mobile .chart-key{display:none}.dash-mobile .dash-list{padding:3px 5px}.dash-mobile .dash-list>div{font-size:4px;padding:4px 0}.dash-mobile .dash-list>div:first-child{font-size:5px}.dash-mobile .dash-list>div:first-child>span{display:none}.dash-mobile .dash-row-title{gap:4px}.dash-mobile .dash-row-title i{width:11px;height:11px;font-size:4px}.dash-mobile .dash-status{font-size:3px;padding:1px 3px}
/* Solution and service collections */
.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter-chip,.chip{padding:9px 16px;min-height:38px;border-radius:7px;background:transparent;color:var(--muted);font-size:12px;border:1px solid var(--line);font-weight:600;transition:background .18s}.filter-chip.active,.filter-chip[aria-pressed=true]{background:var(--dark);border-color:var(--dark);color:var(--on-dark)}.filter-chip:hover,.chip:hover{background:var(--surface-2);color:var(--text)}html[lang=bn] .filter-chip,html[lang=bn] .chip{font-size:15px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-visual{height:222px;overflow:hidden;position:relative;display:block;background:#ededed;padding:18px 19px 0;color:#3c3c3c;isolation:isolate}.visual-learning{background:#ececec;color:#464646}.visual-health{background:#ededed;color:#494949}.visual-commerce{background:#ededed;color:#555555}.visual-business{background:#eaeaea;color:#525252}.visual-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:22px}.tiny-pill{display:inline-flex;gap:5px;align-items:center;font-size:8px;font-weight:600;padding:5px 8px;border:1px solid #ffffffb0;border-radius:5px;background:#ffffff77}.tiny-pill .icon{width:11px;height:11px}.visual-index{font-size:8px;letter-spacing:.02em;opacity:.65;font-family:var(--font)}.product-window{width:100%;height:225px;background:#ffffff;border:1px solid #ffffff;border-radius:7px 7px 0 0;box-shadow:0 6px 15px #3d3d3d16;overflow:hidden;transform:rotate(-3deg);transform-origin:center top}.window-dots{height:17px;display:flex;align-items:center;gap:3px;padding:0 7px;border-bottom:1px solid #f0f0f0;background:#fbfbfb}.window-dots i{width:3px;height:3px;border-radius:50%;background:#d1d1d1}.window-dots>span{font:400 4px var(--font);color:#868686;text-align:center;flex:1}.visual-open{position:absolute;right:16px;bottom:16px;display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:white;border:1px solid #dcdcdc;z-index:3;transition:transform .2s}.visual-open .icon{width:15px;height:15px}.product-card:hover .visual-open{transform:rotate(45deg)}.dash-card .dash-side{padding:10px 7px;width:26%}.dash-card .dash-main{width:74%}.dash-card .dash-logo{font-size:7px;margin-bottom:18px}.dash-card .dash-logo>span{width:14px;height:14px}.dash-card .dash-logo .icon{width:9px;height:9px}.dash-card .dash-nav{font-size:5px;padding:6px 5px;gap:4px}.dash-card .dash-nav .icon{width:8px;height:8px}.dash-card .dash-workspace{font-size:4px}.dash-card .dash-top{height:25px;font-size:4px;padding-inline:9px}.dash-card .dash-top .icon{width:7px;height:7px}.dash-card .dash-content{padding:9px}.dash-card .dash-greeting{font-size:4px}.dash-card .dash-heading{margin-bottom:7px}.dash-card .dash-heading .dash-title{font-size:10px}.dash-card .dash-date{font-size:4px}.dash-card .dash-stats{gap:6px;margin-bottom:8px}.dash-card .dash-stats>div{padding:5px 7px}.dash-card .dash-stats>div>span{font-size:5px}.dash-card .dash-stats strong{font-size:15px;margin:3px 0}.dash-card .dash-stats small{font-size:4px}.dash-card .chart-area{height:41px}.dash-card .dash-chart-title{font-size:5px}.dash-card .dash-list{margin-top:6px}.product-info{padding:24px}.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-info h3{font:700 20px/1.3 var(--font);letter-spacing:-.6px;margin:0 0 13px}.product-info h3 span{display:block;font:400 11px/1.5 var(--font);color:var(--muted);letter-spacing:0;margin-top:5px}.product-info p{font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:20px}.product-info .text-link{font-size:11px}.compare-toggle.icon-btn{border:1px solid var(--line);width:30px;height:30px;border-radius:50%;min-width:30px}.compare-toggle .icon{width:13px;height:13px}.compare-toggle[aria-pressed=true]{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.compare-toggle[aria-pressed=true] .icon{transform:rotate(45deg)}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.product-tags>span{font-size:9px;border:1px solid var(--line);border-radius:4px;padding:3px 7px;color:var(--muted)}html[lang=bn] .tiny-pill{font-size:10px}html[lang=bn] .product-info h3 span{font-size:14px}html[lang=bn] .product-info p{font-size:16px;line-height:1.7}html[lang=bn] .product-info .text-link{font-size:15px}html[lang=bn] .product-tags>span{font-size:12px}.section-note{display:flex;justify-content:center;align-items:center;gap:9px;font-size:11px;color:var(--muted);margin:26px 0 0}.section-note .icon{width:15px;height:15px}html[lang=bn] .section-note{font-size:14px}.services-section,.feature-section,.process-section{background:var(--surface-2);border-block:1px solid var(--line)}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.service-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:25px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.service-icon{width:42px;height:42px;background:var(--accent-soft);color:var(--accent-text);border:1px solid var(--line);border-radius:10px;display:grid;place-items:center}.service-number{font-size:10px;color:var(--muted);font-family:var(--font)}.service-card h3{font-size:18px;letter-spacing:-.5px;margin-bottom:12px}.service-card p{font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:26px}.service-card-foot{display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:600;border-top:1px solid var(--line);padding-top:17px;margin-top:auto;gap:10px}.service-card-foot .icon{width:16px;height:16px}html[lang=bn] .service-card h3{font-size:22px}html[lang=bn] .service-card p{font-size:16px}html[lang=bn] .service-card-foot{font-size:14px}.managed-panel{background:#262626;border-radius:22px;color:#f4f4f4;display:grid;grid-template-columns:1.1fr 1fr;gap:50px;padding:62px 58px;overflow:hidden;position:relative}.managed-copy .eyebrow{color:#d1d1d1}.managed-copy .eyebrow>span{background:var(--accent)}.managed-copy h2{font-size:38px}.managed-copy>p:not(.eyebrow){color:#c7c7c7;font-size:13px;line-height:1.9}.managed-copy .ticks{font-size:12px;color:#d8d8d8;margin-block:24px 30px}.managed-copy .ticks .icon{color:var(--accent)}html[lang=bn] .managed-copy>p:not(.eyebrow){font-size:17px}html[lang=bn] .managed-copy .ticks{font-size:16px}.care-visual{position:relative;min-height:360px;align-self:center;display:grid;place-items:center}.care-visual:before,.care-visual:after{content:'';position:absolute;width:285px;height:285px;border:1px solid #6b6b6b3b;border-radius:50%;z-index:0}.care-visual:after{width:365px;height:365px}.care-center{height:177px;width:177px;border-radius:50%;background:#363636;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #bbbbbb26;z-index:1;box-shadow:0 0 60px #95959512}.care-center>.icon{width:42px;height:42px;color:var(--accent);margin-bottom:13px}.care-center b{font-size:16px;margin-bottom:7px}.care-center>span{font-size:6px;letter-spacing:.13em;color:#bfbfbf}.care-node{position:absolute;display:flex;gap:9px;align-items:center;border:1px solid #606060;background:#313131;border-radius:8px;padding:12px 15px;font-size:10px;z-index:2;box-shadow:0 10px 25px #18181840}.care-node>.icon{width:18px;height:18px;color:var(--accent)}.n1{left:13%;top:11%}.n2{right:-1%;top:29%}.n3{left:-3%;bottom:26%}.n4{right:10%;bottom:11%}.care-note{position:absolute;bottom:-18px;font-size:8px;color:#acacac}html[lang=bn] .care-center>span{font-size:9px;letter-spacing:0}html[lang=bn] .care-node{font-size:14px}html[lang=bn] .care-note{font-size:11px}.responsive-showcase{padding:38px;background:var(--surface);border:1px solid var(--line);border-radius:16px;text-align:center}.responsive-options{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;text-align:left;margin-bottom:30px}.responsive-options>div{padding:4px 24px;border-right:1px solid var(--line)}.responsive-options>div:last-child{border:0}.responsive-options .icon{width:31px;height:31px;color:var(--accent-text);margin-bottom:23px}.responsive-options h3{font-size:20px}.responsive-options p{font-size:13px;color:var(--muted);max-width:245px}html[lang=bn] .responsive-options p{font-size:17px}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.process-step{position:relative}.process-number{display:flex;align-items:center;gap:20px;padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:23px}.process-number>span{font:500 28px var(--font);color:var(--muted)}.process-number>.icon{margin-left:auto;width:24px;height:24px;color:var(--accent-text)}.process-step h3{font-size:18px}.process-step p{font-size:12px;line-height:1.85;color:var(--muted)}.process-deliverable{font-size:10px;display:flex;gap:7px;align-items:center;color:var(--muted)}.process-deliverable .icon{width:12px;height:12px}html[lang=bn] .process-step h3{font-size:22px}html[lang=bn] .process-step p{font-size:16px}html[lang=bn] .process-deliverable{font-size:13px}.founder-strip{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px;align-items:center}.founder-image{border-radius:18px;background:#e6e6e6;overflow:hidden;max-height:410px;position:relative}.founder-image img{width:100%;height:410px;object-fit:cover;object-position:center 28%;filter:saturate(.8)}.founder-strip>div>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.9}.founder-sign{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:22px;margin-top:26px}.founder-sign strong{display:block;font-size:15px}.founder-sign small{display:block;color:var(--muted);font-size:11px}.founder-role{color:var(--accent-text)!important;font-size:17px!important}html[lang=bn] .founder-strip>div>p:not(.eyebrow){font-size:18px}html[lang=bn] .founder-sign strong{font-size:19px}html[lang=bn] .founder-sign small{font-size:14px}.faq-section{display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.faq-item{border-bottom:1px solid var(--line)}.faq-item:first-child{border-top:1px solid var(--line)}.faq-item summary{display:flex;gap:17px;align-items:center;list-style:none;cursor:pointer;font-size:14px;font-weight:600;padding:22px 0}.faq-item summary::-webkit-details-marker{display:none}.faq-number{font:400 10px var(--font);color:var(--muted)}.faq-item summary>.icon{margin-left:auto;width:18px;height:18px;transition:transform .2s}.faq-item[open] summary>.icon{transform:rotate(45deg)}.faq-item>p{font-size:13px;line-height:1.9;color:var(--muted);margin:0 28px 25px 30px}html[lang=bn] .faq-item summary{font-size:18px}html[lang=bn] .faq-item>p{font-size:16px}.closing-cta{background:var(--accent);color:var(--accent-ink);border-radius:20px;padding:58px;display:flex;align-items:center;justify-content:space-between;gap:42px;margin-top:40px;margin-bottom:84px;position:relative;isolation:isolate;overflow:hidden}.closing-cta .eyebrow{color:inherit;opacity:.75;font-size:9px}.closing-cta h2{font-size:42px;margin-bottom:17px}.closing-cta p:not(.eyebrow){font-size:13px;max-width:410px;margin:0;opacity:.8}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px;flex-shrink:0;position:relative;z-index:1}.cta-actions .btn-dark{background:#262626;color:#f7f7f7}.cta-actions .btn-text{color:inherit}.cta-actions>span{display:flex;gap:5px;align-items:center;font-size:9px;opacity:.75}.cta-actions>span .icon{width:12px;height:12px}.cta-orbit{position:absolute;border:1px solid currentColor;opacity:.09;width:580px;height:580px;right:-130px;top:-90px;border-radius:50%;z-index:-1}.cta-orbit:before{content:'';position:absolute;inset:45px;border:1px solid currentColor;border-radius:50%}.cta-orbit:after{content:'';position:absolute;inset:90px;border:1px solid currentColor;border-radius:50%}html[lang=bn] .closing-cta p:not(.eyebrow){font-size:17px}html[lang=bn] .closing-cta .eyebrow{font-size:13px}html[lang=bn] .cta-actions>span{font-size:12px}
/* Footer */
.site-footer{background:#1e1e1e;color:#e8e8e8;padding:66px 0 24px}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr .8fr;gap:45px}.site-footer .brand-dot{color:#d1f36b}.site-footer .brand-mark{background:#323232}.footer-brand h2{font-size:22px;margin:25px 0 16px;letter-spacing:-.6px;line-height:1.4}.footer-brand>p{font-size:11px;color:#afafaf;line-height:1.9}.footer-main>div>h3{font-size:12px;margin:5px 0 25px;letter-spacing:0}.footer-main ul{padding:0;margin:0;list-style:none}.footer-main li{margin-bottom:13px;font-size:11px;color:#b7b7b7}.footer-main li a:hover{color:#d1f36b}.footer-socials{display:flex;gap:8px;margin-top:22px}.footer-socials a{width:31px;height:31px;display:grid;place-items:center;border:1px solid #444444;border-radius:6px;font:700 14px var(--font);color:#cfcfcf}.footer-socials a:hover{border-color:#d1f36b;color:#d1f36b}.footer-socials .icon{width:15px;height:15px}.footer-contact{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;border-block:1px solid #3d3d3d;padding:22px 0;margin:38px 0 20px;font-size:11px;color:#c0c0c0}.footer-contact a,.footer-contact>span{display:flex;align-items:center;gap:9px}.footer-contact .icon{width:14px;height:14px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#a5a5a5;font-size:9px}.footer-bottom p{margin:0}.footer-bottom>div{display:flex;gap:23px}.back-top{white-space:nowrap}html[lang=bn] .footer-brand h2{font-size:26px}html[lang=bn] .footer-brand>p{font-size:15px}html[lang=bn] .footer-main>div>h3{font-size:17px}html[lang=bn] .footer-main li{font-size:15px}html[lang=bn] .footer-contact{font-size:14px}html[lang=bn] .footer-bottom{font-size:13px}
/* Interior layouts */
.breadcrumbs{display:flex;align-items:center;gap:10px;padding-top:28px;font-size:11px;color:var(--muted);flex-wrap:wrap}.breadcrumbs a:hover{color:var(--accent-text)}html[lang=bn] .breadcrumbs{font-size:14px}.page-intro{padding-top:56px;padding-bottom:20px}.page-intro h1{max-width:930px;font-size:clamp(38px,4.7vw,66px);margin-bottom:24px}.page-intro>p:not(.eyebrow){max-width:720px;color:var(--muted);font-size:17px;line-height:1.85}.page-intro .button-row{margin:28px 0 10px}html[lang=bn] .page-intro>p:not(.eyebrow){font-size:21px}.catalogue-section{padding-top:40px;padding-bottom:70px}.catalogue-toolbar{display:flex;gap:20px;align-items:flex-start;justify-content:space-between}.catalogue-search{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:7px;padding:8px 12px;background:var(--surface);max-width:230px}.catalogue-search input{width:100%;border:0;background:transparent;outline-offset:8px;font-size:12px;color:var(--text)}.catalogue-search .icon{width:15px;height:15px}.filter-count{color:var(--muted);font-size:12px;margin-top:-6px}.empty-state{border:1px dashed var(--line);border-radius:16px;padding:60px 30px;text-align:center}.empty-state>.icon{width:38px;height:38px;color:var(--muted);margin-bottom:20px}.empty-state h2{font-size:28px}.empty-state p{color:var(--muted)}.attribution-note{display:flex;gap:14px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:20px 24px;margin-bottom:35px}.attribution-note p{font-size:12px;color:var(--muted);margin:0}.attribution-note>.icon{margin-top:4px;color:var(--accent-text)}html[lang=bn] .attribution-note p{font-size:16px}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;padding-block:60px 45px}.product-hero h1{font-size:clamp(35px,3.8vw,54px)}.product-hero .lead{font-size:16px}.product-audience{display:flex;gap:9px;color:var(--muted);font-size:11px;margin-top:25px}.product-audience .icon{width:17px;height:17px}.product-hero-preview{border:1px solid var(--line);border-radius:13px;background:var(--surface);padding-bottom:13px;box-shadow:var(--shadow);overflow:hidden}.product-hero-preview>.dashboard{height:345px}.browser-bar{display:flex;align-items:center;justify-content:space-between;height:30px;padding:0 12px;font-size:8px;color:var(--muted);border-bottom:1px solid var(--line)}.browser-bar>span:first-child{display:flex;gap:4px}.browser-bar i{width:5px;height:5px;background:var(--line);border-radius:50%}.browser-bar .icon{width:11px;height:11px}html[lang=bn] .product-hero .lead{font-size:20px}html[lang=bn] .product-audience{font-size:15px}.split-copy{display:grid;grid-template-columns:1fr 1fr;gap:85px}.split-copy h2{font-size:36px}.split-copy p{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-grid article{position:relative;border:1px solid var(--line);border-radius:12px;padding:30px;background:var(--surface)}.feature-number{position:absolute;right:24px;top:25px;color:var(--muted);font:400 11px var(--font)}.feature-grid article>.icon{color:var(--accent-text);width:27px;height:27px;margin-bottom:25px}.feature-grid h3{font-size:19px}.feature-grid p{font-size:13px;color:var(--muted);margin:0}html[lang=bn] .feature-grid p{font-size:17px}.three-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.three-steps article{padding:29px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.three-steps article>span{font:400 32px var(--font);color:var(--muted);display:block;margin-bottom:23px}.three-steps article>.icon{color:var(--accent-text);margin-bottom:18px}.three-steps h3{font-size:21px;line-height:1.5}.three-steps p{color:var(--muted);font-size:14px;margin:0}html[lang=bn] .three-steps p{font-size:18px}.integration-note{display:flex;gap:20px;padding:30px;border:1px solid var(--line);border-radius:12px;margin-top:28px;background:var(--accent-soft)}.integration-note>.icon{color:var(--accent-text)}.integration-note h3{font-size:21px;margin-bottom:8px}.integration-note p{color:var(--muted);margin:0}.support-banner{display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:42px;margin-top:25px}.support-banner h2{font-size:30px}.support-banner p{max-width:690px;color:var(--muted);margin-bottom:0}.support-banner .btn{flex-shrink:0}.support-banner>div>.icon{color:var(--accent-text);margin-bottom:16px;width:29px;height:29px}.service-detail{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:center}.statement-icon{width:66px;height:66px;border-radius:16px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-text);margin-bottom:25px}.statement-icon .icon{width:31px;height:31px}.service-statement p{color:var(--muted);line-height:1.9}.scope-card{background:var(--surface);border:1px solid var(--line);padding:34px;border-radius:16px}.scope-card .ticks{margin-bottom:32px}.scope-card .ticks li{padding-block:12px;border-bottom:1px solid var(--line)}.process-detail-list{max-width:920px;margin:auto}.process-detail-list article{display:flex;gap:65px;padding:45px 0;border-top:1px solid var(--line)}.large-step{font:400 60px var(--font);color:var(--muted);line-height:1}.process-detail-list p:not(.eyebrow){color:var(--muted)}.process-detail-list h2{font-size:32px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;padding-top:56px;padding-bottom:20px}.pricing-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:32px;display:flex;flex-direction:column}.pricing-card.featured{border:2px solid var(--accent-text)}.plan-ribbon{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--accent);color:var(--accent-ink);font-size:9px;font-weight:700;padding:6px 14px;border-radius:30px;white-space:nowrap}.plan-icon{display:grid;place-items:center;width:42px;height:42px;background:var(--accent-soft);color:var(--accent-text);border-radius:9px;margin-bottom:27px}.pricing-card .eyebrow{font-size:9px}.pricing-card h2{font-size:27px}.pricing-card>p:not(.eyebrow){color:var(--muted);font-size:13px}.quote-price{font-size:18px;font-weight:700;padding-block:20px;border-block:1px solid var(--line);margin-top:10px}.quote-price small{font-size:10px;font-weight:400;color:var(--muted);display:block;margin-top:5px}.pricing-card .ticks{font-size:12px;margin-bottom:30px}.pricing-card .btn{margin-top:auto}html[lang=bn] .plan-ribbon{font-size:12px}html[lang=bn] .pricing-card>p:not(.eyebrow){font-size:17px}html[lang=bn] .quote-price small{font-size:14px}html[lang=bn] .pricing-card .ticks{font-size:16px}.about-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center;padding-top:65px;padding-bottom:45px}.about-hero h1{font-size:60px}.about-art{height:365px;position:relative;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line);border-radius:24px;overflow:hidden}.about-art-mark{position:relative;z-index:2;background:#252525;padding:20px;border-radius:30px;transform:rotate(-10deg);box-shadow:0 20px 50px #2e2e2e20}.about-art-orbit{position:absolute;width:275px;height:275px;border:1px solid var(--line);border-radius:50%}.about-art-orbit:before{content:'';position:absolute;inset:-40px;border:1px solid var(--line);border-radius:50%}.about-art-text{position:absolute;bottom:30px;font:500 9px var(--font);letter-spacing:.13em;color:var(--muted)}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.resource-art{height:225px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;background:#ebebeb;border-radius:14px;color:#525252;margin-bottom:26px}.art-1{background:#ececec;color:#606060}.art-2{background:#ececec;color:#6c6c6c}.resource-art>.icon{width:65px;height:65px;stroke-width:1}.resource-art>span{font:500 9px var(--font);letter-spacing:.14em}.resource-card .eyebrow{font-size:10px;margin-bottom:13px}.resource-card h2{font-size:23px;line-height:1.4}.resource-card>p:not(.eyebrow){color:var(--muted);font-size:13px}html[lang=bn] .resource-card>p:not(.eyebrow){font-size:17px}.article-meta{display:flex;gap:25px;color:var(--muted);font-size:12px}.article-meta>span{display:flex;gap:7px;align-items:center}.article-meta .icon{width:15px;height:15px}.prose-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:80px;padding-block:60px 100px}.prose-toc{display:flex;flex-direction:column;gap:15px;align-self:start;position:sticky;top:125px}.prose-toc strong{font-size:13px;padding-bottom:12px;border-bottom:1px solid var(--line)}.prose-toc a{font-size:12px;color:var(--muted);padding-left:13px;border-left:2px solid var(--line)}.prose-toc a:hover{color:var(--accent-text);border-color:var(--accent-text)}.prose{max-width:760px}.prose section{margin-bottom:44px}.prose h2{font-size:28px;line-height:1.4}.prose p{font-size:16px;line-height:1.95;color:var(--muted)}.article-next{padding:30px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px}html[lang=bn] .prose-toc strong{font-size:17px}html[lang=bn] .prose-toc a{font-size:16px}html[lang=bn] .prose p{font-size:20px}.error-page{text-align:center;min-height:65vh;padding:70px 0}.error-code{font:700 110px var(--font);color:var(--accent-text);line-height:1.2}.error-page h1{font-size:35px;margin:20px 0}.error-page p{color:var(--muted)}.error-page .button-row{justify-content:center}
/* Contact and guided brief */
.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;padding-top:55px;padding-bottom:100px;align-items:start}.contact-aside{padding-top:15px}.contact-aside h2{font-size:34px}.contact-aside>p:not(.eyebrow){color:var(--muted);font-size:14px}.contact-person{display:flex;align-items:center;gap:16px;margin:30px 0}.contact-person img{width:62px;height:62px;object-fit:cover;object-position:center 28%;border-radius:50%}.contact-person strong{display:block;font-size:17px}.contact-person span{display:block;font-size:12px;color:var(--muted)}.contact-methods>a,.contact-methods>div{display:flex;align-items:center;gap:15px;padding:19px 0;border-bottom:1px solid var(--line)}.contact-methods>a>.icon:last-child{margin-left:auto;width:16px;height:16px}.contact-methods>a>span,.contact-methods>div>span{min-width:0}.contact-methods small{display:block;color:var(--muted);font-size:10px}.contact-methods strong{display:block;font-size:12px;overflow-wrap:anywhere;font-weight:600}.contact-methods>a>.icon:first-child,.contact-methods>div>.icon{color:var(--accent-text);width:23px;height:23px}.source-link{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:var(--muted);margin-top:20px}.source-link .icon{width:12px;height:12px}.contact-expect{padding:25px;background:var(--surface-2);border-radius:12px;margin-top:30px}.contact-expect h3{font-size:18px}.contact-expect ol{padding-left:20px;margin:0;color:var(--muted);font-size:12px}.contact-expect li{padding:5px 0}.brief-form{padding:34px;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.form-heading{display:flex;gap:15px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:27px}.form-icon{display:grid;place-items:center;min-width:40px;height:40px;border-radius:10px;background:var(--accent-soft);color:var(--accent-text)}.form-heading h2{font-size:23px;margin-bottom:8px}.form-heading p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.form-section{border:0;padding:0;margin:0 0 23px;min-width:0}.form-section legend{font-size:15px;font-weight:700;margin-bottom:17px}.field{display:block;font-size:12px;font-weight:600;margin-bottom:19px}.field>span{color:var(--accent-text)}.field input,.field select,.field textarea{display:block;width:100%;border:1px solid var(--line);background:var(--bg);color:var(--text);border-radius:7px;padding:12px 13px;margin-top:7px;font-size:13px;font-weight:400;min-height:46px;transition:border-color .15s}.field textarea{resize:vertical;min-height:100px;line-height:1.75}.field input::placeholder,.field textarea::placeholder{color:var(--muted);opacity:.75}.field select{padding-right:27px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent-text)}.field small{display:block;font-size:10px;color:var(--muted);font-weight:400;margin-top:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.consent-row{display:flex;align-items:flex-start;gap:9px;font-size:11px;font-weight:400;color:var(--muted);margin-top:8px}.consent-row input{margin-top:4px;width:16px;height:16px;flex-shrink:0;accent-color:var(--accent-text)}.consent-row a{text-decoration:underline;text-underline-offset:3px}.form-actions{display:flex;gap:12px;justify-content:flex-end}.form-actions .btn-primary{flex:1}.form-privacy,.form-note{font-size:10px;color:var(--muted);display:flex;gap:7px;align-items:flex-start;line-height:1.7;margin:18px 0 0}.form-privacy>.icon,.form-note>.icon{width:13px;height:13px;margin-top:3px}.form-note{margin:0 0 23px}.form-steps{list-style:none;padding:0;margin:0 0 26px;display:flex;gap:12px;border-bottom:1px solid var(--line);padding-bottom:23px}.form-steps li{flex:1;font-size:10px;color:var(--muted);display:flex;gap:7px;align-items:center}.form-steps span{width:23px;height:23px;background:var(--surface-2);border-radius:50%;display:grid;place-items:center;font:600 10px var(--font)}.form-steps .active{color:var(--text);font-weight:700}.form-steps .active span{background:var(--accent);color:var(--accent-ink)}.feature-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0 26px}.feature-options label{display:flex;gap:9px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:7px;font-size:12px;cursor:pointer}.feature-options label:has(input:checked){background:var(--accent-soft);border-color:var(--accent-text)}.feature-options input{accent-color:var(--accent-text);width:15px;height:15px;flex-shrink:0}.brief-result{padding:36px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.result-icon{display:grid;place-items:center;width:50px;height:50px;background:var(--accent);color:var(--accent-ink);border-radius:50%;margin-bottom:25px}.brief-result h2{font-size:30px}.brief-result>p:not(.eyebrow){color:var(--muted);font-size:13px}.brief-result pre{white-space:pre-wrap;overflow-wrap:anywhere;font:400 12px/1.8 var(--font);background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:20px;max-height:390px;overflow:auto}.result-tools{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px}.result-tools .text-link{font-size:10px}.brief-result:focus{outline:0}html[lang=bn] .contact-aside>p:not(.eyebrow){font-size:18px}html[lang=bn] .contact-person span{font-size:15px}html[lang=bn] .contact-methods small{font-size:14px}html[lang=bn] .contact-methods strong{font-size:16px}html[lang=bn] .contact-methods a[href^='mailto:'] strong{font-size:13px;font-family:var(--font)}html[lang=bn] .source-link{font-size:13px}html[lang=bn] .contact-expect ol{font-size:16px}html[lang=bn] .form-heading p{font-size:16px}html[lang=bn] .field{font-size:16px}html[lang=bn] .field input,html[lang=bn] .field select,html[lang=bn] .field textarea{font-size:16px}html[lang=bn] .form-section legend{font-size:20px}html[lang=bn] .field small{font-size:13px}html[lang=bn] .consent-row{font-size:14px}html[lang=bn] .form-privacy,html[lang=bn] .form-note{font-size:13px}html[lang=bn] .form-steps li{font-size:14px}html[lang=bn] .feature-options label{font-size:16px}html[lang=bn] .brief-result>p:not(.eyebrow){font-size:17px}html[lang=bn] .brief-result pre{font-size:16px}html[lang=bn] .result-tools .text-link{font-size:14px}
/* Dialogs, search, comparison */
body.dialog-open{overflow:hidden}dialog{position:fixed;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--text);padding:30px;box-shadow:0 30px 130px #00000033;max-height:calc(100dvh - 48px);max-width:calc(100% - 32px);overflow-y:auto}dialog::backdrop{background:#141414af;backdrop-filter:blur(5px)}dialog[open]{animation:dialog-in .18s ease-out}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.dialog-head h2{font-size:27px;margin:0}.dialog-head .eyebrow{font-size:9px;margin-bottom:10px}.dialog-close{width:34px;height:34px;background:var(--surface-2);border:1px solid var(--line)}.dialog-close .icon{width:16px;height:16px}.settings-dialog{width:425px}.settings-dialog>p{font-size:12px}.settings-fieldset{border:0;padding:0;margin:25px 0}.settings-fieldset legend{font-size:12px;font-weight:600;padding:0;margin-bottom:13px}.mode-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mode-options label{cursor:pointer;position:relative}.mode-options input,.skin-options input[type=radio]{position:absolute;opacity:0;width:100%;height:100%;margin:0;inset:0;cursor:pointer;z-index:2}.mode-options label>span{display:flex;flex-direction:column;align-items:center;gap:9px;border:1px solid var(--line);padding:14px 5px;border-radius:9px;font-size:10px;background:var(--bg)}.mode-options input:checked+span{background:var(--accent-soft);border-color:var(--accent-text);color:var(--text)}.mode-options input:focus-visible+span,.skin-options input:focus-visible+span{outline:3px solid var(--accent-text);outline-offset:3px}.mode-options .icon{width:23px;height:23px}.skin-options{display:flex;gap:12px;align-items:center}.skin-options label{position:relative;width:40px;height:40px;cursor:pointer;flex-shrink:0}.skin-options label>span{width:40px;height:40px;border-radius:50%;background:var(--swatch);display:grid;place-items:center;border:2px solid var(--surface);outline:1px solid var(--line);color:#262626}.skin-options .icon{width:18px;height:18px;opacity:0}.skin-options input:checked+span>.icon{opacity:1}.custom-colour{display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-2)}.custom-colour>.icon{opacity:1}.custom-colour input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.switch-row{display:flex;justify-content:space-between;align-items:center;gap:20px;border-block:1px solid var(--line);padding:18px 0;margin:20px 0}.switch-row b{display:block;font-size:12px;font-weight:600}.switch-row small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.switch-row input{appearance:none;width:37px;height:22px;background:var(--line);border-radius:12px;position:relative;transition:background .2s;cursor:pointer;flex-shrink:0}.switch-row input:after{content:'';width:16px;height:16px;border-radius:50%;background:var(--surface);position:absolute;left:3px;top:3px;transition:transform .2s}.switch-row input:checked{background:var(--accent-text)}.switch-row input:checked:after{transform:translateX(15px)}.settings-preview{display:flex;gap:14px;align-items:center;background:var(--accent);color:var(--accent-ink);padding:20px;border-radius:10px;margin:24px 0}.settings-preview>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid currentColor;border-radius:10px}.settings-preview b{font-size:14px;display:block}.settings-preview p{font-size:10px;margin:5px 0 0}.settings-dialog .btn{font-size:11px}.search-dialog{width:690px}.search-input-wrap{display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:10px;padding:13px 17px;background:var(--bg)}.search-input-wrap>input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:15px;min-height:26px}.search-input-wrap:focus-within{outline:2px solid var(--accent-text);outline-offset:2px}.search-input-wrap>input:focus-visible{outline:0}.search-input-wrap>kbd{font-size:14px;color:var(--muted);border:1px solid var(--line);padding:1px 7px;border-radius:4px}.search-hints{padding-top:20px;border-top:1px solid var(--line);display:flex;gap:8px;align-items:center;flex-wrap:wrap}.search-hints>span{font-size:10px;color:var(--muted);margin-right:4px}.search-hints .chip{font-size:10px;padding:5px 10px;min-height:32px}.search-results{padding-block:20px}.search-results>p{font-size:13px;color:var(--muted)}.search-result{display:block;padding:15px 6px;border-bottom:1px solid var(--line)}.search-result:hover{background:var(--surface-2)}.search-result>span{font-size:9px;color:var(--accent-text);text-transform:uppercase;letter-spacing:.08em}.search-result h3{font-size:17px;margin:6px 0}.search-result p{font-size:12px;color:var(--muted);margin:0}.search-result mark{background:var(--accent);color:var(--accent-ink);border-radius:2px;padding:0 2px}.menu-dialog{margin:0 0 0 auto;right:0;left:auto;top:0;width:370px;height:100dvh;max-height:100dvh;border-radius:18px 0 0 18px;padding:24px}.menu-dialog .brand{font-size:23px}.drawer-links{display:flex;flex-direction:column;margin-top:27px}.drawer-links a{display:flex;gap:15px;align-items:center;padding:13px 5px;border-bottom:1px solid var(--line);font-size:14px}.drawer-links a>.icon:first-child{color:var(--muted);width:19px;height:19px}.drawer-links a>.icon:last-child{margin-left:auto;width:14px;height:14px}.drawer-bottom{display:flex;flex-direction:column;gap:17px;margin-top:25px}.drawer-bottom>a:not(.btn){font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px;overflow-wrap:anywhere}.drawer-bottom .icon{width:14px;height:14px}.demo-dialog{width:1050px;padding:28px}.demo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:24px 0}.demo-toolbar label{display:flex;gap:10px;align-items:center;font-size:12px}.demo-toolbar select{padding:9px 28px 9px 12px;border:1px solid var(--line);border-radius:7px;background:var(--bg);color:var(--text);font-size:12px}.segmented{display:flex;border:1px solid var(--line);border-radius:9px;background:var(--bg);padding:3px;gap:3px}.segmented button{display:flex;align-items:center;gap:7px;padding:9px 13px;font-size:11px;border-radius:6px;background:transparent}.segmented button[aria-pressed=true]{background:var(--surface);box-shadow:0 1px 5px #00000011;color:var(--accent-text)}.segmented .icon{width:16px;height:16px}.demo-viewport{padding:24px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;display:flex;justify-content:center;overflow:hidden}.demo-viewport #demo-content{width:100%;max-width:950px;height:440px;border:2px solid #484848;border-radius:10px;overflow:hidden;transition:width .3s;background:#f8f8f8}.demo-viewport[data-preview-size=tablet] #demo-content{width:650px}.demo-viewport[data-preview-size=mobile] #demo-content{width:300px;border-width:6px;border-radius:25px}.demo-viewport .dashboard{font-size:11px}.demo-viewport .dash-side{padding:24px 15px}.demo-viewport .dash-logo{font-size:19px;margin-bottom:32px}.demo-viewport .dash-logo>span{width:26px;height:26px}.demo-viewport .dash-logo .icon{width:16px;height:16px}.demo-viewport .dash-workspace{font-size:8px}.demo-viewport .dash-nav{font-size:11px;padding:12px;gap:10px}.demo-viewport .dash-nav .icon{width:16px;height:16px}.demo-viewport .dash-side-bottom{font-size:9px}.demo-viewport .dash-top{height:45px;font-size:10px;padding:0 20px}.demo-viewport .dash-content{padding:20px}.demo-viewport .dash-greeting{font-size:9px}.demo-viewport .dash-heading .dash-title{font-size:22px}.demo-viewport .dash-heading{margin-bottom:18px}.demo-viewport .dash-date{font-size:8px}.demo-viewport .dash-stats{gap:15px;margin-bottom:15px}.demo-viewport .dash-stats>div{padding:13px 15px}.demo-viewport .dash-stats>div>span{font-size:10px}.demo-viewport .dash-stats strong{font-size:30px}.demo-viewport .dash-stats small{font-size:8px}.demo-viewport .dash-chart{padding:13px}.demo-viewport .dash-chart-title{font-size:10px}.demo-viewport .chart-area{height:83px}.demo-viewport .chart-key{font-size:8px}.demo-viewport .chart-y,.demo-viewport .chart-x{font-size:7px}.demo-viewport .dash-list>div{font-size:9px}.demo-viewport .dash-list>div:first-child{font-size:10px}.demo-viewport[data-preview-size=mobile] .dash-side{display:none}.demo-viewport[data-preview-size=mobile] .dash-main{width:100%}.demo-viewport[data-preview-size=mobile] .dash-date{display:none}.demo-viewport[data-preview-size=mobile] .dash-content{padding:17px 12px}.demo-viewport[data-preview-size=mobile] .dash-heading .dash-title{font-size:19px}.demo-viewport[data-preview-size=mobile] .dash-stats{gap:7px}.demo-viewport[data-preview-size=mobile] .dash-stats>div{padding:10px}.demo-viewport[data-preview-size=mobile] .dash-stats strong{font-size:25px}.demo-foot{display:flex;align-items:center;gap:30px;justify-content:space-between;margin-top:20px}.demo-foot p{font-size:11px;color:var(--muted);max-width:600px;margin:0}.demo-foot p>.icon{width:15px;height:15px;margin-right:5px}.demo-foot .btn{flex-shrink:0;font-size:11px}.compare-bar{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:45;display:flex;align-items:center;gap:18px;padding:9px 10px 9px 20px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 50px #00000022}.compare-bar>span{display:flex;gap:7px;align-items:center;white-space:nowrap;font-size:12px}.compare-bar .icon{width:17px;height:17px}.compare-bar .btn{min-height:37px;font-size:11px;padding:9px 15px}.compare-bar>.icon-btn{width:29px;height:29px}.compare-picker{margin-top:35px}.compare-picker h2{font-size:27px}.compare-picker>p{color:var(--muted);font-size:13px}.compare-options{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:25px}.compare-option{display:flex;align-items:center;gap:12px;padding:17px;border:1px solid var(--line);background:var(--surface);border-radius:10px;text-align:left}.compare-option>span{flex:1}.compare-option b{font:700 13px var(--font);display:block}.compare-option small{font-size:10px;color:var(--muted);display:block;margin-top:4px}.compare-option>.icon:last-child{width:15px;height:15px}.compare-option[aria-pressed=true]{border-color:var(--accent-text);background:var(--accent-soft)}.compare-option[aria-pressed=true]>.icon:last-child{transform:rotate(45deg)}.comparison-scroll{overflow-x:auto;overscroll-behavior-x:contain;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.comparison-table{border-collapse:collapse;width:100%;min-width:650px;text-align:left}.comparison-table th,.comparison-table td{padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:top;font-size:12px}.comparison-table tr:last-child>*{border-bottom:0}.comparison-table tr>*:last-child{border-right:0}.comparison-table th:first-child{width:18%;font-weight:600;background:var(--surface-2)}.comparison-table thead th{font-size:19px}.comparison-table thead th small{display:block;color:var(--muted);font-weight:400;font-size:11px;margin-top:8px}.comparison-table ul{padding-left:18px;margin:0}.comparison-table li{margin:8px 0}.comparison-table a.text-link{font-size:12px}.comparison-table .remove-compare{font-size:10px;color:var(--muted);background:none;padding:7px 0}.whatsapp-wrap{position:fixed;bottom:26px;right:27px;z-index:48;touch-action:none;user-select:none}.whatsapp-button{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#404040;color:#ffffff;border:3px solid var(--surface);box-shadow:0 5px 22px #2f2f2f35;touch-action:none;cursor:grab}.whatsapp-button:active{cursor:grabbing}.whatsapp-button>.icon{width:25px;height:25px}.wa-tooltip{position:absolute;right:calc(100% + 9px);top:12px;padding:6px 10px;font-size:10px;white-space:nowrap;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:6px;opacity:0;pointer-events:none;transition:opacity .2s}.whatsapp-wrap:hover .wa-tooltip{opacity:1}.toast{position:fixed;left:50%;bottom:95px;transform:translateX(-50%) translateY(15px);z-index:110;max-width:calc(100% - 36px);width:max-content;padding:12px 20px;background:var(--dark);color:var(--on-dark);border-radius:9px;box-shadow:0 5px 25px #00000022;font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.toast.visible{opacity:1;transform:translateX(-50%) translateY(0)}html[lang=bn] .settings-dialog>p{font-size:16px}html[lang=bn] .settings-fieldset legend{font-size:16px}html[lang=bn] .mode-options label>span{font-size:14px}html[lang=bn] .switch-row b{font-size:16px}html[lang=bn] .switch-row small{font-size:13px}html[lang=bn] .settings-preview b{font-size:18px}html[lang=bn] .settings-preview p{font-size:14px}html[lang=bn] .settings-dialog .btn{font-size:14px}html[lang=bn] .search-result h3{font-size:21px}html[lang=bn] .search-result p{font-size:16px}html[lang=bn] .search-result>span{font-size:12px}html[lang=bn] .drawer-links a{font-size:18px}html[lang=bn] .demo-foot p{font-size:14px}html[lang=bn] .demo-foot .btn{font-size:14px}html[lang=bn] .compare-option small{font-size:13px}html[lang=bn] .comparison-table th,html[lang=bn] .comparison-table td{font-size:16px}html[lang=bn] .toast{font-size:16px}
/* Responsive layouts */
@media(min-width:1450px){.hero{min-height:705px}.device-scene{height:480px}.laptop{height:325px;top:65px}.tablet{height:226px;top:247px}.mobile{height:275px;top:206px}}
@media(max-width:1150px){.container{width:calc(100% - 56px)}.header-inner{gap:22px}.desktop-nav{gap:19px}.header-actions{gap:3px}.header-actions .btn{padding:10px 12px;font-size:11px}.brand{font-size:23px}.hero{gap:12px;min-height:610px}.hero h1{font-size:45px}html[lang=bn] .hero h1{font-size:48px}.device-scene{height:395px}.laptop{height:270px;top:59px}.tablet{height:188px;top:216px}.mobile{height:225px;top:184px}.hero-preview-controls{margin-top:32px}.hero-reassurance{gap:10px;font-size:9px}.product-grid{gap:19px}.product-visual{height:192px;padding:14px 13px 0}.product-info{padding:21px}.service-card{padding:22px}.service-card h3{font-size:16px}.managed-panel{padding:48px 40px;gap:35px}.managed-copy h2{font-size:33px}.care-visual:after{width:310px;height:310px}.care-visual:before{width:245px;height:245px}.care-center{width:155px;height:155px}.care-node{padding:10px;font-size:9px}.founder-strip{gap:50px}.footer-main{gap:30px}.contact-layout{gap:40px}.brief-form{padding:28px}.pricing-card{padding:26px}.compare-options{grid-template-columns:repeat(3,1fr)}.product-hero{gap:30px}.product-hero-preview>.dashboard{height:310px}.closing-cta{padding:45px}.closing-cta h2{font-size:37px}.closing-cta .btn{font-size:12px}}
@media(max-width:950px){.desktop-nav{display:none}.header-actions{margin-left:auto;gap:10px}.site-header{height:77px}.header-inner{gap:15px}.hero{grid-template-columns:1fr 1.05fr;min-height:570px;padding-top:40px;padding-bottom:40px}.hero h1{font-size:38px}html[lang=bn] .hero h1{font-size:42px}.hero-description{font-size:12px}html[lang=bn] .hero-description{font-size:17px}.hero .btn{padding:12px 15px;font-size:11px}.hero-reassurance{flex-direction:column;gap:6px;margin-top:20px}.device-scene{height:338px}.laptop{height:230px;top:45px;padding:9px 4px 4px}.tablet{height:160px;top:182px;padding:5px}.mobile{height:200px;top:150px;border-radius:17px;padding:4px}.laptop .dash-side{padding:10px 5px}.laptop .dash-logo{font-size:8px;margin-bottom:18px}.laptop .dash-logo>span{width:15px;height:15px}.laptop .dash-nav{padding:6px 4px;font-size:5px;gap:4px}.laptop .dash-nav .icon{width:8px;height:8px}.laptop .dash-content{padding:9px}.laptop .dash-heading .dash-title{font-size:10px}.laptop .dash-heading{margin-bottom:8px}.laptop .dash-stats{margin-bottom:8px}.laptop .dash-stats>div{padding:5px 7px}.laptop .dash-stats strong{font-size:16px}.laptop .chart-area{height:37px}.laptop .dash-top{height:26px}.laptop .dash-list{margin-top:6px}.dash-mobile .dash-heading .dash-title{font-size:8px}.dash-mobile .dash-greeting{display:none}.dash-mobile .dash-content{padding:8px 5px}.dash-mobile .dash-stats strong{font-size:12px}.dash-mobile .dash-stats>div>span{font-size:3px}.dash-mobile .dash-chart{padding:5px 4px}.dash-mobile .chart-area{height:35px}.dash-mobile .dash-list>div{padding:3px 0}.dash-tablet .dash-content{padding:6px}.dash-tablet .dash-heading .dash-title{font-size:7px}.dash-tablet .dash-heading{margin-bottom:6px}.dash-tablet .dash-stats>div>span{font-size:3px}.dash-tablet .dash-stats strong{font-size:11px}.dash-tablet .dash-chart{padding:4px}.dash-tablet .chart-area{height:28px}.hero-preview-controls{gap:5px}.preview-label{font-size:6px}.preview-current{width:63px;font-size:8px}.capability-strip>span{font-size:8px}.capability-strip>div{font-size:10px;gap:8px}.capability-strip .icon{width:20px;height:20px}.capability-strip{gap:15px}.section{padding-block:65px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px}.product-visual{height:222px;padding:20px 20px 0}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card h3{font-size:20px}.managed-panel{gap:20px;padding:42px 34px}.managed-copy h2{font-size:30px}.care-visual{min-height:320px}.care-center{width:137px;height:137px}.care-center b{font-size:12px}.care-center>span{font-size:5px}.care-center>.icon{width:31px;height:31px}.care-visual:after{width:260px;height:260px}.care-visual:before{width:215px;height:215px}.care-node{gap:5px;padding:8px;font-size:8px}.care-node>.icon{width:14px;height:14px}.n1{top:14%;left:5%}.n2{right:-6%;top:33%}.n3{left:-10%;bottom:24%}.n4{right:2%;bottom:10%}.care-note{bottom:-2px;font-size:6px}.responsive-options>div{padding:4px 10px}.responsive-options h3{font-size:17px}.responsive-options p{font-size:12px}.process-grid{grid-template-columns:repeat(2,1fr);gap:35px}.process-step h3{font-size:21px}.process-step p{font-size:14px}.founder-strip{gap:40px;grid-template-columns:.8fr 1.2fr}.founder-image,.founder-image img{height:360px}.founder-strip h2{font-size:33px}.faq-section{gap:40px;grid-template-columns:.85fr 1.3fr}.closing-cta{padding:38px;gap:30px;flex-wrap:wrap}.closing-cta h2{font-size:35px}.cta-actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:14px 22px}.cta-actions>span{width:100%}.footer-main{grid-template-columns:1.3fr 1fr 1fr;gap:35px}.footer-main>div:last-child{grid-column:2/4;display:none}.footer-bottom{flex-wrap:wrap}.footer-contact{font-size:10px;gap:20px}.product-hero{grid-template-columns:1fr;gap:35px}.product-hero>div:first-child{max-width:670px}.product-hero-preview{max-width:690px;width:100%;margin:auto}.product-hero-preview>.dashboard{height:360px}.split-copy{gap:40px}.feature-grid{grid-template-columns:repeat(2,1fr)}.three-steps{gap:18px}.three-steps article{padding:22px}.three-steps h3{font-size:18px}.contact-layout{grid-template-columns:1fr 1.3fr;gap:30px}.contact-aside h2{font-size:28px}.brief-form{padding:23px}.form-grid{grid-template-columns:1fr}.form-heading h2{font-size:21px}.pricing-grid{gap:15px}.pricing-card{padding:23px}.pricing-card h2{font-size:23px}.pricing-card .ticks{font-size:11px}.quote-price{font-size:16px}.about-hero{gap:40px}.about-hero h1{font-size:45px}.about-art{height:300px}.about-art-mark{padding:10px}.about-art-mark img{width:90px;height:90px}.prose-layout{grid-template-columns:190px 1fr;gap:40px}.resource-grid{gap:22px}.resource-art{height:190px}.resource-card h2{font-size:20px}.support-banner{padding:30px;flex-wrap:wrap}.service-detail{gap:40px}.scope-card{padding:25px}.demo-viewport #demo-content{height:400px}.demo-viewport .dash-logo{font-size:13px}.demo-viewport .dash-nav{font-size:9px;padding:10px}.demo-viewport .dash-content{padding:15px}.demo-viewport .dash-heading .dash-title{font-size:19px}.demo-viewport .dash-stats strong{font-size:26px}.demo-foot{gap:20px}}
@media(max-width:700px){.container{width:calc(100% - 36px)}body{font-size:14px;padding-bottom:calc(68px + env(safe-area-inset-bottom))}html[lang=bn] body{font-size:17px}.announcement{padding:8px 0;font-size:8px}.announcement .container{justify-content:center}.announcement a{display:none}html[lang=bn] .announcement{font-size:11px}.site-header{height:69px}.brand{font-size:23px;gap:8px}.brand-mark{width:33px;height:33px;border-radius:9px}.brand-mark img{width:30px;height:30px}.header-actions{gap:4px}.header-actions>.btn{display:none}.header-actions .icon-btn{width:32px;height:36px}.language-switch{font-size:11px;min-width:31px;padding-right:6px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-around;border-top:1px solid var(--line);background:var(--surface);height:calc(65px + env(safe-area-inset-bottom));padding:5px 8px calc(5px + env(safe-area-inset-bottom));box-shadow:0 -5px 25px #21212106}.bottom-nav a,.bottom-nav button{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:transparent;padding:5px 2px;min-width:52px;height:52px;border-radius:10px;color:var(--muted);font-size:9px;line-height:1.3}.bottom-nav .icon{width:20px;height:20px}.bottom-nav a[aria-current=page]{color:var(--accent-text);background:var(--accent-soft)}html[lang=bn] .bottom-nav a,html[lang=bn] .bottom-nav button{font-size:12px}.hero{display:flex;flex-direction:column;gap:13px;min-height:0;padding-top:42px;padding-bottom:28px}.hero-copy{width:100%;text-align:center}.hero-eyebrow{justify-content:center;font-size:8px;margin-bottom:21px}html[lang=bn] .hero-eyebrow{font-size:11px}.hero h1{font-size:clamp(40px,9.7vw,58px);line-height:1.13;margin-bottom:21px}html[lang=bn] .hero h1{font-size:clamp(42px,10.1vw,62px);line-height:1.2}.hero-description{font-size:13px;max-width:410px;margin:0 auto 25px;line-height:1.8}html[lang=bn] .hero-description{font-size:17px;max-width:420px}.hero .button-row{justify-content:center}.hero .btn{font-size:12px;padding:13px 18px;min-height:46px}html[lang=bn] .hero .btn{font-size:16px}.hero-reassurance{flex-direction:row;justify-content:center;gap:17px;margin-top:18px;font-size:8px}html[lang=bn] .hero-reassurance{font-size:12px}.hero-visual{width:min(100%,520px);padding-top:15px}.device-scene{height:360px;width:100%;margin:auto}.laptop{height:240px;top:49px;width:88%;left:6%}.tablet{height:169px;top:196px;left:1%}.mobile{height:213px;top:156px;right:1%;width:24%}.hero-preview-controls{margin-top:28px;gap:8px}.preview-label{font-size:7px}.preview-current{font-size:9px;width:78px}.preview-caption{font-size:8px}.capability-strip{grid-template-columns:1fr 1fr;gap:19px 14px;padding-block:24px}.capability-strip>span{grid-column:1/3;font-size:8px;text-align:center;letter-spacing:.12em}.capability-strip>span br{display:none}.capability-strip>div{font-size:11px;justify-content:center}.capability-strip>div .icon{width:21px;height:21px}html[lang=bn] .capability-strip>span{font-size:12px}html[lang=bn] .capability-strip>div{font-size:16px}.section{padding-block:52px}.section-head{display:block;margin-bottom:27px}.section-head h2{font-size:32px;line-height:1.2}.section-description{font-size:13px}html[lang=bn] .section-description{font-size:17px}.section-head>.btn{margin-top:18px;min-height:40px;padding:10px 15px;font-size:11px}.eyebrow{font-size:9px;margin-bottom:15px}.section-head h2 br{display:none}.filter-row{gap:7px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;margin-bottom:20px;scrollbar-width:thin}.filter-chip{white-space:nowrap;font-size:10px;padding:8px 13px;min-height:35px}html[lang=bn] .filter-chip{font-size:14px}.product-grid{grid-template-columns:1fr;gap:23px}.product-visual{height:235px;padding:19px 22px 0}.product-window{height:260px}.visual-top{margin-bottom:24px}.tiny-pill{font-size:9px}.visual-index{font-size:9px}.product-info{padding:24px}.product-info h3{font-size:22px}.product-info h3 span{font-size:12px}.product-info p{font-size:13px}.product-info .text-link{font-size:12px}.product-tags>span{font-size:10px}.compare-toggle.icon-btn{width:38px;height:38px;min-width:38px}.section-note{align-items:flex-start;text-align:left;font-size:10px;line-height:1.8}.section-note>.icon{margin-top:3px}.service-grid,.service-grid.three{grid-template-columns:1fr 1fr;gap:13px}.service-card{padding:20px 16px}.service-card-top{margin-bottom:25px}.service-icon{width:37px;height:37px}.service-icon>.icon{width:20px;height:20px}.service-card h3{font-size:17px;line-height:1.35}.service-card p{font-size:11px;margin-bottom:20px}.service-card-foot{font-size:9px;line-height:1.6;gap:4px}.service-card-foot .icon{width:14px;height:14px}html[lang=bn] .service-card h3{font-size:21px}html[lang=bn] .service-card p{font-size:15px}html[lang=bn] .service-card-foot{font-size:12px}.managed-panel{display:flex;flex-direction:column;padding:32px 26px;gap:32px;border-radius:16px}.managed-copy h2{font-size:31px;line-height:1.3}.managed-copy>p:not(.eyebrow){font-size:12px}.managed-copy .ticks{font-size:11px}.care-visual{width:100%;max-width:340px;height:310px;min-height:310px;align-self:center}.care-visual:after{width:285px;height:285px}.care-visual:before{width:225px;height:225px}.care-center{width:150px;height:150px}.care-center b{font-size:14px}.care-center>span{font-size:6px}.care-node{font-size:9px;padding:10px 12px}.n1{left:9%;top:8%}.n2{right:0;top:29%}.n3{left:0;bottom:25%}.n4{right:8%;bottom:10%}.care-note{bottom:-8px;font-size:8px}.responsive-showcase{padding:24px}.responsive-options{display:flex;flex-direction:column;gap:19px;margin-bottom:25px}.responsive-options>div{padding:0 0 22px;border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:38px 1fr;gap:0 17px}.responsive-options .icon{grid-row:1/3;margin-top:3px;width:29px;height:29px}.responsive-options h3{font-size:19px;margin-bottom:8px}.responsive-options p{font-size:12px;max-width:none;margin:0}.responsive-options>div:last-child{padding-bottom:0}.responsive-showcase>.btn{font-size:12px;min-height:44px}.process-grid{grid-template-columns:1fr 1fr;gap:28px 24px}.process-number{padding-bottom:18px;margin-bottom:20px}.process-number>span{font-size:25px}.process-step h3{font-size:17px;line-height:1.4}.process-step p{font-size:12px}.process-deliverable{font-size:9px;align-items:flex-start;line-height:1.6}.process-deliverable .icon{margin-top:2px}.founder-strip{grid-template-columns:1fr;gap:30px}.founder-image,.founder-image img{height:350px}.founder-image{max-width:100%}.founder-image img{object-position:center 27%}.founder-strip h2{font-size:32px}.founder-strip>div>p:not(.eyebrow){font-size:14px}.founder-sign{gap:14px}.founder-sign strong{font-size:14px}.founder-sign small{font-size:10px}.founder-sign .text-link{font-size:11px}.faq-section{grid-template-columns:1fr;gap:25px}.faq-section .section-head{margin-bottom:15px}.faq-item summary{font-size:13px;padding:20px 0;gap:13px}.faq-item>p{font-size:12px;margin-left:25px}.closing-cta{padding:31px 26px;border-radius:15px;margin-top:25px;margin-bottom:52px;gap:25px}.closing-cta h2{font-size:33px}.closing-cta p:not(.eyebrow){font-size:12px}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.cta-actions>.btn{font-size:12px}.cta-actions>span{font-size:9px}.site-footer{padding:42px 0 24px}.footer-main{grid-template-columns:1fr 1fr;gap:28px 22px}.footer-brand{grid-column:1/3;margin-bottom:9px}.footer-brand h2{font-size:23px;margin-top:22px}.footer-main>div>h3{font-size:12px;margin-bottom:18px}.footer-main li{font-size:11px;margin-bottom:13px}.footer-contact{margin-top:22px;flex-direction:column;gap:17px;font-size:11px}.footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:19px;font-size:9px}.footer-bottom>div{gap:19px;flex-wrap:wrap}.footer-bottom .back-top{align-self:flex-end;margin-top:-30px}.breadcrumbs{font-size:10px;padding-top:20px;gap:8px}.page-intro{padding-top:35px;padding-bottom:10px}.page-intro h1{font-size:37px;line-height:1.2;margin-bottom:20px}.page-intro>p:not(.eyebrow){font-size:15px;line-height:1.8}html[lang=bn] .page-intro>p:not(.eyebrow){font-size:19px}.catalogue-section{padding-top:25px;padding-bottom:45px}.catalogue-toolbar{flex-direction:column;gap:12px;margin-bottom:20px}.catalogue-toolbar .filter-row{max-width:100%;margin:0}.catalogue-search{max-width:none;width:100%}.catalogue-search input{font-size:14px}.filter-count{font-size:11px;margin-top:0}.attribution-note{padding:17px;gap:10px}.attribution-note p{font-size:11px}.product-hero{padding-block:36px 20px;gap:28px}.product-hero h1{font-size:37px}.product-hero .lead{font-size:15px}.product-audience{font-size:11px;align-items:flex-start}.product-hero-preview>.dashboard{height:290px}.product-hero-preview .dash-logo{font-size:8px}.product-hero-preview .dash-heading .dash-title{font-size:11px}.product-hero-preview .dash-nav{font-size:6px;padding:7px 4px}.product-hero-preview .dash-content{padding:11px}.product-hero-preview .dash-stats strong{font-size:19px}.split-copy{grid-template-columns:1fr;gap:12px}.split-copy h2{font-size:31px}.split-copy p{font-size:14px}.feature-grid{gap:14px}.feature-grid article{padding:22px 17px}.feature-number{right:15px;top:20px;font-size:9px}.feature-grid h3{font-size:17px}.feature-grid p{font-size:12px}.three-steps{grid-template-columns:1fr;gap:15px}.three-steps article{padding:27px}.three-steps article>span{font-size:30px;margin-bottom:15px}.three-steps h3{font-size:21px}.integration-note{padding:23px;gap:15px}.integration-note h3{font-size:20px}.integration-note p{font-size:13px}.support-banner{padding:27px;gap:23px}.support-banner h2{font-size:28px}.support-banner p{font-size:13px}.service-detail{grid-template-columns:1fr;gap:25px}.service-statement h2{font-size:31px}.service-statement p{font-size:14px}.scope-card{padding:27px}.process-detail-list article{gap:24px;padding:35px 0}.large-step{font-size:38px}.process-detail-list h2{font-size:27px}.process-detail-list p:not(.eyebrow){font-size:13px}.pricing-grid{grid-template-columns:1fr;gap:33px;padding-top:35px}.pricing-card{padding:32px}.pricing-card h2{font-size:28px}.pricing-card>p:not(.eyebrow){font-size:14px}.pricing-card .ticks{font-size:13px}.quote-price{font-size:21px}.about-hero{grid-template-columns:1fr;padding-top:40px;gap:35px}.about-hero h1{font-size:42px}.about-hero .lead{font-size:16px}.about-art{height:260px}.about-art-mark{padding:16px}.resource-grid{grid-template-columns:1fr;gap:40px}.resource-art{height:230px}.resource-card h2{font-size:25px}.resource-card>p:not(.eyebrow){font-size:14px}.prose-layout{grid-template-columns:1fr;gap:35px;padding-block:35px 60px}.prose-toc{position:static;background:var(--surface-2);padding:22px;border:1px solid var(--line);border-radius:12px;gap:12px}.prose-toc strong{font-size:13px}.prose-toc a{font-size:12px}.prose h2{font-size:25px}.prose p{font-size:15px;line-height:1.9}.article-meta{font-size:10px;gap:18px}.contact-layout{grid-template-columns:1fr;gap:30px;padding-top:20px;padding-bottom:55px}.contact-aside h2{font-size:31px}.contact-expect{display:none}.contact-person{margin:20px 0}.contact-methods{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.contact-methods>a,.contact-methods>div{gap:9px;min-width:0}.contact-methods>a[href^='mailto:']{grid-column:1/3;grid-row:2}.contact-methods>a>.icon:last-child{display:none}.contact-methods strong{font-size:11px}.source-link{font-size:9px;margin-top:13px}.brief-form{padding:25px 21px}.form-heading{gap:11px;padding-bottom:20px}.form-heading h2{font-size:22px}.form-heading p{font-size:12px}.field input,.field select,.field textarea{font-size:16px}.form-grid{grid-template-columns:1fr}.form-actions .btn{font-size:13px}.feature-options label{font-size:11px;padding:11px}.form-steps{gap:8px}.form-steps li{font-size:9px;gap:5px}.brief-result{padding:26px 22px}.brief-result h2{font-size:28px}.brief-result .button-row{flex-direction:column;align-items:stretch}.result-tools{gap:15px}.form-container{min-width:0}.compare-options{grid-template-columns:1fr 1fr;gap:9px}.compare-option{padding:13px;gap:8px}.compare-option>.icon:first-child{width:18px;height:18px}.compare-option b{font-size:11px}.compare-option small{font-size:9px}.compare-picker h2{font-size:26px}.compare-picker>p{font-size:12px}.compare-bar{bottom:calc(78px + env(safe-area-inset-bottom));padding:8px 9px 8px 15px;gap:10px;max-width:calc(100% - 100px);margin-left:-23px}.compare-bar>span{font-size:10px}.compare-bar .btn{font-size:10px;padding:8px 10px;gap:7px;white-space:nowrap}.compare-bar>.icon-btn{width:24px;height:24px}.comparison-table th,.comparison-table td{padding:18px;font-size:11px}.comparison-table thead th{font-size:16px}.whatsapp-wrap{bottom:calc(83px + env(safe-area-inset-bottom));right:16px}.whatsapp-button{width:49px;height:49px}.wa-tooltip{display:none}.toast{bottom:calc(143px + env(safe-area-inset-bottom));font-size:11px}.settings-dialog{padding:25px;max-width:calc(100% - 28px)}.dialog-head h2{font-size:25px}.dialog-head .eyebrow{font-size:8px}.settings-fieldset{margin:24px 0}.skin-options{justify-content:space-between;gap:8px}.skin-options label,.skin-options label>span{width:36px;height:36px}.search-dialog{padding:24px 20px;max-height:calc(100dvh - 100px)}.search-dialog h2{font-size:23px}.search-input-wrap{gap:9px;padding:12px}.search-input-wrap input{font-size:16px}.search-input-wrap>kbd{display:none}.search-results{padding-block:17px}.search-result h3{font-size:16px}.search-result p{font-size:11px}.search-hints{gap:7px}.search-hints>span{width:100%;margin-bottom:4px}.menu-dialog{width:330px;padding:22px;max-width:calc(100% - 24px)}.drawer-links a{font-size:14px;padding:12px 3px}.drawer-bottom>a:not(.btn){font-size:11px}.demo-dialog{padding:21px 15px;max-height:calc(100dvh - 26px);max-width:calc(100% - 20px)}.demo-dialog h2{font-size:23px}.demo-toolbar{flex-direction:column;align-items:flex-start;gap:14px;margin:18px 0}.demo-toolbar>label{font-size:11px;width:100%;justify-content:space-between}.demo-toolbar select{font-size:13px}.segmented{width:100%;justify-content:space-between}.segmented button{flex:1;justify-content:center;padding:9px 7px;font-size:10px}.demo-viewport{padding:10px}.demo-viewport #demo-content{height:335px}.demo-viewport .dash-side{width:26%;padding:15px 6px}.demo-viewport .dash-main{width:74%}.demo-viewport .dash-logo{font-size:7px;gap:3px;margin-bottom:24px}.demo-viewport .dash-logo>span{width:15px;height:15px}.demo-viewport .dash-logo .icon{width:10px;height:10px}.demo-viewport .dash-workspace{font-size:5px}.demo-viewport .dash-nav{padding:8px 3px;font-size:5px;gap:4px}.demo-viewport .dash-nav .icon{width:9px;height:9px}.demo-viewport .dash-side-bottom{display:none}.demo-viewport .dash-top{height:33px;font-size:6px;padding:0 10px}.demo-viewport .dash-content{padding:10px}.demo-viewport .dash-greeting{font-size:5px}.demo-viewport .dash-heading{margin-bottom:12px}.demo-viewport .dash-heading .dash-title{font-size:12px}.demo-viewport .dash-date{display:none}.demo-viewport .dash-stats{gap:7px;margin-bottom:10px}.demo-viewport .dash-stats>div{padding:9px 6px}.demo-viewport .dash-stats>div>span{font-size:6px}.demo-viewport .dash-stats strong{font-size:20px}.demo-viewport .dash-stats small{font-size:5px}.demo-viewport .dash-chart{padding:9px 6px}.demo-viewport .dash-chart-title{font-size:6px}.demo-viewport .chart-key{font-size:5px}.demo-viewport .chart-area{height:64px}.demo-viewport .chart-y,.demo-viewport .chart-x{font-size:5px}.demo-viewport .dash-list>div,.demo-viewport .dash-list>div:first-child{font-size:6px}.demo-viewport[data-preview-size=mobile] #demo-content{max-width:245px;width:100%}.demo-viewport[data-preview-size=mobile] .dash-content{padding:12px}.demo-viewport[data-preview-size=mobile] .dash-heading .dash-title{font-size:17px}.demo-viewport[data-preview-size=mobile] .dash-stats strong{font-size:23px}.demo-foot{flex-direction:column;align-items:stretch;gap:14px}.demo-foot p{font-size:10px}.demo-foot .btn{font-size:12px}.error-code{font-size:85px}.error-page h1{font-size:29px}}
@media(max-width:360px){.container{width:calc(100% - 28px)}.brand{font-size:21px}.header-actions{gap:1px}.header-actions .icon-btn{width:30px}.hero h1{font-size:37px}html[lang=bn] .hero h1{font-size:39px}.hero .btn{padding:12px 14px}.hero-reassurance{font-size:8px;gap:10px}html[lang=bn] .hero-reassurance{font-size:11px}.device-scene{height:310px}.laptop{height:213px;top:47px}.tablet{height:143px;top:175px}.mobile{height:183px;top:138px}html[lang=bn] .hero-preview-controls{margin-top:27px;gap:4px}.preview-label{font-size:6px}.preview-current{width:68px}.product-visual{height:211px}.service-grid,.service-grid.three{grid-template-columns:1fr}.service-card h3{font-size:21px}.service-card p{font-size:13px}.service-card-foot{font-size:11px}.service-card{padding:25px}.service-card-top{margin-bottom:20px}.care-node{font-size:8px;padding:9px}.care-visual:after{width:255px;height:255px}.care-visual:before{width:207px;height:207px}.care-center{width:136px;height:136px}.managed-panel{padding:29px 21px}.compare-bar{max-width:calc(100% - 80px);margin-left:-26px;padding-left:10px}.compare-bar>span>.icon{display:none}.compare-bar>span{gap:4px}.form-steps li{flex-direction:column;align-items:flex-start}.skin-options{gap:8px}.skin-options label,.skin-options label>span{width:31px;height:31px}}
@keyframes dialog-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes subtle-in{from{opacity:.45;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
.scene-updated .device-screen{animation:subtle-in .5s ease-out}.reveal-seen{animation:subtle-in .6s ease-out}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
html[data-reduced-motion=true]{scroll-behavior:auto}html[data-reduced-motion=true] *,html[data-reduced-motion=true] *:before,html[data-reduced-motion=true] *:after{animation:none!important;transition:none!important}
@media print{.announcement,.site-header,.site-footer,.bottom-nav,.whatsapp-wrap,.compare-bar,dialog,.hero-preview-controls,.filter-row,.btn,.icon-btn{display:none!important}body{background:white;color:black;padding:0;font-size:11pt}.container{width:100%}.section{padding-block:25px}a{text-decoration:underline}.product-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.product-card,.feature-grid article{break-inside:avoid}.managed-panel{background:#eeeeee;color:#000000}.prose-layout{display:block}.prose-toc{display:none}.brief-result pre{max-height:none}.closing-cta{background:#eeeeee;color:#000000}.contact-layout{display:block}.contact-aside{display:none}}
/* State visibility must win over enhanced-control and responsive display rules. */
html.js [hidden],html:not(.js) .js-only{display:none!important}
html{scrollbar-gutter:stable}

/* Readable secondary labels, including in illustrative dashboards. */
.dash-workspace,.dash-greeting,.dash-top .muted,.chart-x,.chart-y,.dash-side-bottom,.window-dots>span{color:#6a6a6a}
.visual-index{opacity:1}
.hero-visual{overflow:clip;padding-bottom:3px}

.dash-title{font-weight:700;line-height:1.3}
.dash-list>div:first-child>span{color:#5d5d5d}

html.js .header-actions .tablet-menu-toggle{display:none!important}
@media(min-width:701px) and (max-width:950px){html.js .header-actions .tablet-menu-toggle{display:inline-flex!important}}

.product-window>img{width:100%;height:auto;display:block}

/* Subromart's restrained visual system: white, charcoal and one chosen accent.
   This layer is included in styles.css by the build, so there is one stylesheet request. */
:root{--text:#202020;--muted:#626262;--line:#e2e2e2;--surface-2:#f6f6f4;--dark:#202020;--on-dark:#fff;--shadow:0 10px 30px #00000006}
:root[data-theme=dark]{--text:#f4f4f1;--muted:#bdbdb8;--line:#363636;--surface-2:#202020;--dark:#f4f4f1;--on-dark:#171717;--shadow:none}
body{font-size:14px;line-height:1.8}
h1,h2,h3,h4{font-weight:500;letter-spacing:-.045em}
h2{font-size:clamp(30px,3.1vw,43px);line-height:1.25}
h3{letter-spacing:-.025em}
html[lang=bn] h1,html[lang=bn] h2,html[lang=bn] h3{letter-spacing:0;font-weight:500}
html[lang=bn] body{font-size:18px}
.container{width:min(1240px,calc(100% - 96px))}
.section{padding-block:80px}
.eyebrow{font-size:10px;letter-spacing:.12em;font-weight:500;margin-bottom:20px}
.eyebrow>span:empty{display:none}
.section-description{font-size:13px;line-height:1.9;max-width:580px}
.section-head{margin-bottom:38px}
.section-head h2{margin-bottom:15px}
.btn{font-weight:500;border-radius:4px;box-shadow:none;padding:15px 21px;font-size:12px}
.btn:hover{box-shadow:none;transform:translateY(-1px)}
.btn-primary:hover{background:var(--accent-soft);color:var(--text)}
.text-link{font-size:12px;font-weight:500;line-height:1.7}
.text-link:hover .icon,.btn-text:hover .icon{transform:translateX(3px)}
.text-link .icon,.btn-text .icon{transition:transform .2s}
.announcement{background:var(--surface-2);color:var(--muted);font-size:9px;letter-spacing:.025em;padding:7px 0;border-bottom:1px solid var(--line)}
.announcement .status-dot{display:none}
.announcement a{color:var(--text)}
.site-header{height:86px;background:var(--bg)}
.header-inner{gap:26px}
.brand{font-size:24px;font-weight:600;letter-spacing:-1px}
.brand-mark{background:var(--accent);border-radius:5px;width:35px;height:35px}
.brand-mark img{filter:var(--brand-filter,brightness(0));width:31px;height:31px}
.brand-dot{color:var(--text)}
.desktop-nav{gap:26px}
.desktop-nav a{font-size:11px;font-weight:500}
.header-actions .btn{font-size:11px;border-radius:4px}
.header-actions .language-switch{font-size:13px;font-family:var(--font);font-weight:400}
.header-actions .icon{stroke-width:1.5}
.header-actions .icon-btn{width:32px}
.bottom-nav{background:var(--bg)}
.js .bottom-nav>button.js-only{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px}
.bottom-nav a[aria-current=page]{color:var(--text)}
.bottom-nav a[aria-current=page]>.icon{background:var(--accent-soft);border-radius:5px;box-shadow:0 0 0 5px var(--accent-soft)}

/* The opening reads like a studio introduction, with a useful service directory. */
.home-hero{display:grid;grid-template-columns:1.6fr 1fr;gap:clamp(38px,6vw,90px);align-items:start;padding-top:76px;padding-bottom:56px}
.home-intro{min-width:0}
.home-intro .eyebrow{margin-bottom:26px}
.home-intro h1{font-size:clamp(44px,4.55vw,66px);letter-spacing:-.058em;line-height:1.18;margin:0 0 27px;font-weight:500}
.home-intro h1 span{color:var(--accent-text);white-space:nowrap}
.home-lead{font-size:14px;line-height:1.95;color:var(--muted);max-width:545px;margin-bottom:29px}
.home-intro .button-row{gap:26px}
.home-small-note{font-size:10px;color:var(--muted);margin:16px 0 0}
.service-index{padding-top:5px}
.service-index>p{font-size:10px;letter-spacing:.045em;color:var(--muted);margin:0 0 16px}
.service-index>a:not(.service-index-all){display:grid;grid-template-columns:22px 1fr 18px;gap:12px;align-items:start;border-top:1px solid var(--line);padding:20px 0;transition:padding .18s,color .18s}
.service-index>a:not(.service-index-all):hover{padding-inline:5px;color:var(--accent-text)}
.index-number{font-size:9px;color:var(--muted);padding-top:4px}
.service-index strong{display:block;font-size:17px;font-weight:500;letter-spacing:-.04em;line-height:1.45}
.service-index small{display:block;color:var(--muted);font-size:10px;line-height:1.7;margin-top:6px}
.service-index .icon{width:17px;height:17px;margin-top:3px}
.service-index-all{display:flex;justify-content:space-between;gap:12px;font-size:9px;line-height:1.8;padding-top:17px;border-top:1px solid var(--line);color:var(--muted)}
.service-index-all .icon{width:15px;flex-shrink:0}
.home-intro-foot{display:flex;align-items:center;gap:32px;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:22px}
.founder-mini{display:flex;align-items:center;gap:12px;flex-shrink:0}
.founder-mini img{border-radius:50%;object-fit:cover;object-position:50% 20%;filter:grayscale(1);width:44px;height:44px}
.founder-mini strong,.founder-mini small{display:block}
.founder-mini strong{font-size:11px;font-weight:500}
.founder-mini small{font-size:9px;color:var(--muted)}
.founder-mini .icon{width:14px;margin-left:12px}
.home-intro-foot>p{font-size:10px;color:var(--muted);max-width:250px;margin:0}
.home-intro-foot>.text-link{font-size:10px;max-width:245px}

/* Product catalogue: neutral previews and ample type, no sector colour coding. */
.product-grid{gap:32px 26px}
.product-card{border:0;border-radius:0;background:transparent;box-shadow:none}
.product-card:hover{box-shadow:none;transform:none}
.product-visual,.visual-health,.visual-learning,.visual-commerce,.visual-business{background:var(--surface-2);color:var(--text);border:1px solid var(--line);border-radius:5px;padding:17px 22px 0;height:217px}
:root[data-theme=dark] .product-visual{background:var(--surface-2)}
.product-visual .tiny-pill{background:transparent;color:var(--muted);padding:0;border-radius:0;font-weight:400;font-size:9px}
.visual-index{color:var(--muted);font-size:9px;font-weight:400}
.product-window{transform:none!important;box-shadow:0 4px 12px #00000006;border:1px solid #dcdcdc;border-radius:5px 5px 0 0}
.product-window img{filter:grayscale(1)}
.visual-open{border-radius:4px;background:var(--surface);color:var(--text);border:1px solid var(--line);box-shadow:none}
.visual-open:hover{background:var(--accent);color:var(--accent-ink)}
.product-info{padding:21px 0 25px;border-bottom:1px solid var(--line)}
.product-title-row{margin-bottom:12px}
.product-title-row h3{font-size:18px;font-weight:500;letter-spacing:-.025em}
.product-title-row h3 span{font-size:11px;font-weight:400;margin-top:5px;letter-spacing:0;color:var(--muted)}
.product-info>p{font-size:11px;line-height:1.9;color:var(--muted);margin-bottom:16px}
.product-info .text-link{font-size:11px}
.product-tags>span{background:var(--surface-2);border-radius:3px;font-size:9px}
.compare-toggle{border:1px solid var(--line);border-radius:4px;width:30px;height:30px}
.section-note{font-size:10px;line-height:1.9;color:var(--muted);justify-content:flex-start;margin-top:26px}
.filter-row{gap:6px}
.filter-btn,.chip{border-radius:4px;font-weight:400}
.filter-btn.active{background:var(--text);color:var(--bg);border-color:var(--text)}
.window-dots i,.browser-bar i{background:#acacac!important}

/* Side-by-side reasoning keeps the value proposition specific. */
.home-value{background:var(--surface-2);border-block:1px solid var(--line)}
.home-value .section-head{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.home-value .section-head>div{max-width:760px;grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:70px;max-width:none;align-items:end}
.home-value .eyebrow{grid-column:1/-1}
.home-value .section-head h2{margin:0}
.home-value .section-description{max-width:480px}
.benefit-heading,.benefit-rows article{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:55px}
.benefit-heading{font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);padding:0 0 15px;border-bottom:1px solid var(--line)}
.benefit-rows article{padding:29px 0;border-bottom:1px solid var(--line);align-items:start}
.benefit-rows h3{display:flex;align-items:baseline;gap:16px;font-size:17px;font-weight:500;line-height:1.5;margin:0}
.benefit-rows h3>span{font-size:9px;color:var(--muted);font-weight:400;letter-spacing:0}
.benefit-rows p{font-size:12px;line-height:1.85;color:var(--muted);margin:0}
.benefit-rows .benefit-outcome{display:flex;gap:12px;color:var(--text)}
.benefit-outcome>.icon{width:16px;height:16px;color:var(--accent-text);margin-top:3px}

/* A working product view instead of decorative floating badges. */
.home-device-section{display:grid;grid-template-columns:1fr 1.4fr;gap:70px;align-items:center}
.device-copy>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.9;max-width:380px}
.device-copy h2{margin-bottom:25px}
.device-key{display:flex;gap:22px;margin:24px 0;color:var(--muted)}
.device-key>span{display:flex;gap:7px;align-items:center;font-size:10px}
.device-key .icon{width:17px;height:17px}
.device-scene{max-width:610px;height:420px;margin:auto}
.laptop{transform:none;top:32px;height:295px;border-radius:9px 9px 0 0;background:#242424;border-color:#333;box-shadow:0 12px 30px #00000012}
.tablet{transform:none;top:205px;height:200px;left:0;border-radius:10px;background:#242424;border-color:#333;box-shadow:0 8px 20px #0000001a}
.mobile{top:166px;height:254px;background:#242424;border-color:#333;box-shadow:0 8px 20px #0000001a}
.dashboard{font-family:var(--font);--dash-accent:var(--preview-accent,#626d4d);--dash-soft:var(--preview-soft,#f1f3ec)}
.dash-status{color:#4d4d4d;background:#f3f3f3}
.dashboard[data-dashboard]{--dash-accent:var(--preview-accent,#626d4d);--dash-soft:var(--preview-soft,#f1f3ec)}
.hero-preview-controls{margin-top:22px}
.preview-current{font-size:9px}
.preview-label{font-weight:400;letter-spacing:.08em}

/* Ongoing care is presented as a short, reviewable service ledger. */
.maintenance-story{background:#222;color:#f6f6f6;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:90px;border-radius:6px}
.maintenance-story .eyebrow{color:#bcbcbc}
.maintenance-story h2{font-size:39px;line-height:1.25;margin-bottom:24px}
.maintenance-story>div>p:not(.eyebrow){font-size:12px;line-height:1.9;color:#bcbcbc;margin-bottom:25px}
.care-ledger>p{padding-bottom:15px;border-bottom:1px solid #484848}
.care-ledger>div{position:relative;display:grid;grid-template-columns:28px 1fr;column-gap:12px;border-bottom:1px solid #484848;padding:17px 0}
.care-ledger>div>span{grid-row:1/3;font-size:9px;color:#bcbcbc;padding-top:4px}
.care-ledger h3{font-size:16px;font-weight:400;line-height:1.5;margin:0 0 5px}
.care-ledger>div>p{grid-column:2;font-size:10px;color:#bcbcbc;line-height:1.8;margin:0}
.care-ledger>small{display:block;font-size:9px;line-height:1.9;color:#bcbcbc;margin-top:18px}
.process-number>span{font-weight:400;font-size:29px;color:var(--muted)}
.process-number>.icon{display:none}
.process-step h3{font-size:19px;font-weight:500}
.process-step p{font-size:12px;line-height:1.9}
.process-deliverable{font-size:10px;line-height:1.8;font-weight:400}
.founder-strip{gap:85px;grid-template-columns:.82fr 1.18fr;border-top:1px solid var(--line);padding-top:65px}
.founder-image{border-radius:5px;max-width:430px;background:var(--surface-2)}
.founder-image img{filter:grayscale(1);object-position:50% 25%}
.founder-strip h2{font-size:40px}
.founder-strip>div>p:not(.eyebrow){font-size:13px;line-height:1.95;max-width:560px}
.founder-sign strong{font-weight:500}
.faq-number{font-weight:400;font-size:10px}
.faq-item summary{font-size:13px;font-weight:400;line-height:1.8;padding:24px 0}
.faq-item>p{font-size:12px;line-height:1.95}
.closing-cta{border-radius:0;background:var(--accent-soft);padding:58px 55px;margin-block:35px 80px;border-top:2px solid var(--accent-text)}
.closing-cta .cta-orbit{display:none}
.closing-cta h2{font-weight:500;font-size:42px;color:var(--text)}
.closing-cta .eyebrow{color:var(--muted);opacity:1}
.closing-cta p:not(.eyebrow){font-size:13px;color:var(--muted);opacity:1}
.closing-cta .cta-actions>span{color:var(--muted);opacity:1}
.cta-actions>.btn-text{color:var(--text)}
.site-footer{background:var(--bg);color:var(--text);border-top:1px solid var(--line)}
.site-footer .brand-mark{background:var(--accent)}
.footer-brand h2{font-size:25px;line-height:1.45;font-weight:400}
.footer-brand>p,.footer-main li,.footer-contact,.footer-bottom{color:var(--muted)}
.footer-main>div>h3{color:var(--text);font-size:11px;font-weight:500;letter-spacing:0}
.footer-main li{font-size:11px}
.footer-socials a{border-color:var(--line);color:var(--text);background:transparent;border-radius:4px}
.footer-socials a:hover{background:var(--accent-soft);color:var(--text)}
.footer-contact,.footer-bottom{border-color:var(--line)}
.site-footer a:hover{color:var(--accent-text)}
.whatsapp-button{background:var(--text);color:var(--bg);box-shadow:0 5px 20px #00000015}

/* The same type and neutral surfaces carry through every interior page. */
.page-intro h1{font-size:clamp(36px,4.5vw,59px);max-width:960px;font-weight:500}
.page-intro>p:not(.eyebrow){font-size:16px;line-height:1.9;max-width:740px}
.breadcrumbs{font-size:10px}
.service-grid,.service-grid.three{gap:0 36px}
.service-card{padding:28px 0;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}
.service-card:hover{transform:none;box-shadow:none}
.service-card-top{margin-bottom:24px}
.service-icon{border:0;background:transparent;color:var(--text);width:auto;height:auto;border-radius:0}
.service-card h3{font-weight:500;font-size:22px}
.service-card p{font-size:12px;line-height:1.9}
.service-card-foot{font-size:10px;font-weight:500}
.service-number{font-size:10px;font-weight:400}
.scope-card,.pricing-card,.brief-form,.feature-grid article,.three-steps article,.integration-note,.support-banner,.responsive-showcase,.about-art,.prose-toc,.brief-result,.attribution-note{border-radius:5px;box-shadow:none}
.feature-section,.services-section,.process-section{background:var(--surface-2)}
.feature-grid article{background:transparent;border:0;border-top:1px solid var(--line);padding:26px 0}
.feature-grid{gap:28px 45px}
.feature-grid h3{font-weight:500;font-size:20px}
.feature-grid p{font-size:12px;line-height:1.9}
.three-steps article{background:transparent;border:0;border-top:1px solid var(--line);padding:30px 0}
.three-steps article>span{font-weight:400}
.pricing-card{padding:35px 29px;background:var(--bg)}
.pricing-card.featured{background:var(--accent-soft);border-color:var(--accent-text)}
.pricing-card h2{font-size:27px}
.pricing-card .ticks{font-size:12px}
.pricing-card>p:not(.eyebrow){font-size:13px}
.resource-art,.resource-card:nth-child(2) .resource-art,.resource-card:nth-child(3) .resource-art{background:var(--surface-2);color:var(--text);border:1px solid var(--line);border-radius:5px}
.resource-card h2{font-weight:500}
.about-art{background:var(--surface-2);border:1px solid var(--line)}
.about-art:before,.about-art:after{display:none}
.about-art-mark{border-radius:5px;background:#222;box-shadow:none;transform:none}
.about-values .feature-grid article{background:transparent}
.form-heading h2{font-weight:500}
.field input,.field select,.field textarea{border-radius:4px}
.brief-form{background:var(--surface);border-color:var(--line)}
.field>span,.field>label{font-weight:500}
.feature-options label,.settings-preview,.search-input-wrap,.compare-option{border-radius:4px}
.comparison-table th{font-weight:500}
.product-hero-preview{border-radius:5px;box-shadow:0 10px 35px #00000007}
.contact-person img{filter:grayscale(1)}
.attribution-note{background:var(--surface-2)}
.settings-dialog,.search-dialog,.demo-dialog{border-radius:8px}
.settings-preview{background:var(--accent-soft)}
.dialog-head h2{font-weight:500}
.resource-art>span,.preview-current,.brand{font-family:var(--font)}

/* Bengali uses its own spacing without switching Latin words away from Poppins. */
html[lang=bn] .home-intro h1{font-size:clamp(46px,4.9vw,70px);line-height:1.13}
html[lang=bn] .home-lead{font-size:20px;line-height:1.7}
html[lang=bn] .home-small-note{font-size:14px}
html[lang=bn] .service-index>p{font-size:15px}
html[lang=bn] .service-index strong{font-size:22px;letter-spacing:0;line-height:1.35}
html[lang=bn] .service-index small{font-size:15px;line-height:1.5}
html[lang=bn] .service-index-all{font-size:13px}
html[lang=bn] .founder-mini strong{font-size:17px}
html[lang=bn] .founder-mini small,html[lang=bn] .home-intro-foot>p,html[lang=bn] .home-intro-foot>.text-link{font-size:14px}
html[lang=bn] .section-description{font-size:18px;line-height:1.75}
html[lang=bn] .product-title-row h3 span{font-size:16px}
html[lang=bn] .product-info>p{font-size:17px;line-height:1.65}
html[lang=bn] .section-note,html[lang=bn] .product-info .text-link{font-size:15px}
html[lang=bn] .benefit-heading{font-size:14px;letter-spacing:0}
html[lang=bn] .benefit-rows h3{font-size:23px;line-height:1.4}
html[lang=bn] .benefit-rows p{font-size:18px;line-height:1.65}
html[lang=bn] .device-copy>p:not(.eyebrow){font-size:19px;line-height:1.75}
html[lang=bn] .device-key>span{font-size:16px}
html[lang=bn] .maintenance-story>div>p:not(.eyebrow){font-size:18px;line-height:1.7}
html[lang=bn] .care-ledger h3{font-size:22px}
html[lang=bn] .care-ledger>div>p{font-size:16px;line-height:1.6}
html[lang=bn] .care-ledger>small{font-size:14px;line-height:1.6}
html[lang=bn] .process-step h3{font-size:24px}
html[lang=bn] .process-step p,html[lang=bn] .founder-strip>div>p:not(.eyebrow){font-size:19px;line-height:1.75}
html[lang=bn] .process-deliverable{font-size:15px}
html[lang=bn] .faq-item summary{font-size:19px;line-height:1.6}
html[lang=bn] .faq-item>p{font-size:18px;line-height:1.75}
html[lang=bn] .closing-cta p:not(.eyebrow){font-size:19px}
html[lang=bn] .service-card p{font-size:18px;line-height:1.7}
html[lang=bn] .service-card h3{font-size:27px}
html[lang=bn] .service-card-foot{font-size:15px}
html[lang=bn] .feature-grid p{font-size:18px;line-height:1.7}
html[lang=bn] .pricing-card .ticks,html[lang=bn] .pricing-card>p:not(.eyebrow){font-size:18px}

@media(max-width:1150px){
 .container{width:calc(100% - 64px)}
 .header-inner{gap:18px}.desktop-nav{gap:17px}.desktop-nav a{font-size:10px}
 .home-hero{gap:45px;padding-top:60px}.home-intro h1{font-size:52px}.home-lead{font-size:13px}
 .service-index strong{font-size:16px}.service-index small{font-size:9px}.service-index>a:not(.service-index-all){padding:18px 0;gap:8px}
 .home-intro-foot{gap:20px}.home-intro-foot>p{max-width:210px}.home-intro-foot>.text-link{max-width:180px}
 .benefit-heading,.benefit-rows article{gap:30px}
 .home-device-section{gap:36px;grid-template-columns:1fr 1.25fr}.device-scene{height:340px}.laptop{height:239px;top:27px}.tablet{height:169px;top:169px}.mobile{height:210px;top:130px}
 .maintenance-story{padding:45px;gap:55px}.maintenance-story h2{font-size:35px}.founder-strip{gap:50px}
 .product-visual{height:195px;padding-inline:17px}
 .home-value .section-head>div{column-gap:35px}
}
@media(max-width:950px){
 .home-hero{grid-template-columns:1fr 1fr;gap:35px;padding-top:50px;padding-bottom:40px}
 .home-intro h1{font-size:43px}.home-intro .eyebrow{font-size:8px;letter-spacing:.07em}
 .home-lead{font-size:12px;line-height:1.9}.home-intro .button-row{gap:12px;align-items:flex-start;flex-direction:column}.home-small-note{font-size:9px;max-width:270px}
 .home-intro-foot>p{display:none}.home-intro-foot>.text-link{max-width:none}
 .home-device-section{grid-template-columns:1fr;gap:25px}.device-copy{display:grid;grid-template-columns:1fr 1fr;column-gap:30px;align-items:start}.device-copy>.eyebrow{grid-column:1/-1}.device-copy h2{grid-row:2/5}.device-key{gap:15px;margin-top:2px}.device-copy>.text-link{justify-self:start}
 .hero-visual{width:100%;max-width:620px;margin:auto}.device-scene{height:420px}.laptop{height:290px;top:34px}.tablet{height:208px;top:198px}.mobile{height:252px;top:159px}
 .benefit-rows h3{font-size:15px;gap:10px}.benefit-rows p{font-size:11px}
 .maintenance-story{gap:35px;padding:36px}.maintenance-story h2{font-size:29px}.maintenance-story>div>p:not(.eyebrow){font-size:11px}.care-ledger>div>p{font-size:9px}
 .product-visual{height:223px}.founder-strip h2{font-size:31px}.founder-strip>div>p:not(.eyebrow){font-size:12px}.founder-strip{gap:35px}
 .founder-image,.founder-image img{height:420px}
 html[lang=bn] .home-intro h1{font-size:50px}html[lang=bn] .home-lead{font-size:19px}html[lang=bn] .home-small-note{font-size:13px}
 html[lang=bn] .service-index strong{font-size:20px}html[lang=bn] .service-index small{font-size:14px}
 html[lang=bn] .benefit-rows h3{font-size:21px}html[lang=bn] .benefit-rows p{font-size:17px}
}
@media(max-width:700px){
 .container{width:calc(100% - 40px)}.section{padding-block:48px}.announcement{display:none}.site-header{height:68px}.header-inner{gap:10px}.brand{font-size:22px}.brand-mark{width:31px;height:31px}.brand-mark img{width:28px;height:28px}
 .header-actions .icon-btn{width:30px}.header-actions .language-switch{font-size:14px}.header-actions{gap:1px}
 .home-hero{display:block;padding-top:37px;padding-bottom:30px}.home-intro .eyebrow{font-size:8px;letter-spacing:.08em;margin-bottom:20px}.home-intro h1{font-size:clamp(37px,10.3vw,57px);line-height:1.18;letter-spacing:-.057em;margin-bottom:22px}.home-lead{font-size:13px;line-height:1.85;margin-bottom:24px;max-width:480px}
 .home-intro .button-row{flex-direction:row;gap:16px;align-items:center}.home-intro .btn{font-size:11px;padding:13px 15px;min-height:46px}.home-intro .btn-text{padding-inline:0;gap:5px}.home-intro .btn-text .icon{width:14px}.home-small-note{font-size:9px;max-width:none;margin-top:14px}
 .service-index{margin-top:32px;padding:0}.service-index>p{font-size:10px;margin-bottom:11px}.service-index>a:not(.service-index-all){grid-template-columns:21px 1fr 17px;padding:16px 0;gap:10px}.service-index strong{font-size:17px}.service-index small{font-size:10px;margin-top:3px}.service-index-all{font-size:10px;padding-top:14px;line-height:1.85}
 .home-intro-foot{padding-block:18px;gap:12px}.founder-mini{gap:10px}.founder-mini img{width:39px;height:39px}.founder-mini strong{font-size:11px}.founder-mini small{font-size:9px}.founder-mini>.icon{display:none}.home-intro-foot>.text-link{font-size:9px;max-width:112px;gap:7px;line-height:1.7}.home-intro-foot>.text-link .icon{width:14px}
 h2{font-size:31px}.section-head{gap:15px;margin-bottom:28px}.section-head h2{font-size:30px;line-height:1.25}.section-description{font-size:12px;line-height:1.85}.eyebrow{font-size:9px;letter-spacing:.07em;margin-bottom:17px}
 .product-grid{gap:30px}.product-visual{height:230px;padding:18px 23px 0}.product-info{padding:18px 0 22px}.product-title-row h3{font-size:21px}.product-title-row h3 span{font-size:12px}.product-info>p{font-size:12px;line-height:1.85}.product-info .text-link{font-size:12px}.section-note{font-size:10px}.product-visual .tiny-pill,.visual-index{font-size:10px}
 .home-value .section-head,.home-value .section-head>div{display:block}.home-value .section-head h2{margin-bottom:18px}.home-value .section-description{font-size:13px}.benefit-heading{display:none}.benefit-rows article{grid-template-columns:1fr;gap:12px;padding:25px 0}.benefit-rows article:first-child{border-top:1px solid var(--line)}.benefit-rows h3{font-size:19px;gap:14px;margin-bottom:3px}.benefit-rows p{font-size:12px;line-height:1.85;margin-left:28px}.benefit-rows .benefit-outcome{margin-left:0}.benefit-outcome>.icon{width:16px;min-width:16px}
 .home-device-section{display:flex;flex-direction:column;gap:20px;align-items:stretch}.device-copy{display:block}.device-copy h2{font-size:34px}.device-copy>p:not(.eyebrow){font-size:13px;max-width:none}.device-key{gap:25px;margin-block:20px}.device-copy>.text-link{font-size:12px}.hero-visual{padding-top:10px;max-width:480px}.device-scene{height:310px}.laptop{height:205px;top:30px}.tablet{height:148px;top:151px}.mobile{height:187px;top:116px;border-radius:17px;padding:4px}.mobile .device-screen{border-radius:11px}.phone-notch{height:8px}.hero-preview-controls{gap:7px;margin-top:12px}.preview-label{font-size:7px}.preview-current{width:72px;font-size:9px}
 .maintenance-story{grid-template-columns:1fr;gap:30px;padding:29px 24px;border-radius:4px}.maintenance-story h2{font-size:32px}.maintenance-story>div>p:not(.eyebrow){font-size:12px;line-height:1.85}.maintenance-story .btn{font-size:11px}.care-ledger>p{margin-bottom:0!important}.care-ledger h3{font-size:17px}.care-ledger>div>p{font-size:11px}.care-ledger>small{font-size:10px}
 .process-grid{gap:30px 22px}.process-step h3{font-size:18px}.process-step p{font-size:12px}.process-deliverable{font-size:10px}.process-number{padding-bottom:17px;margin-bottom:18px}.process-number>span{font-size:25px}
 .founder-strip{display:flex;flex-direction:column;align-items:stretch;gap:28px;padding-top:40px}.founder-image{width:100%;max-width:none}.founder-image,.founder-image img{height:350px}.founder-image img{width:100%;object-position:50% 30%}.founder-strip h2{font-size:33px}.founder-strip>div>p:not(.eyebrow){font-size:13px}.founder-sign strong{font-size:13px}.founder-sign small{font-size:10px}
 .faq-item summary{font-size:13px;gap:11px}.faq-item>p{font-size:12px;margin-left:25px}.faq-section{gap:15px}.closing-cta{padding:30px 24px;margin-block:20px 50px}.closing-cta h2{font-size:31px}.closing-cta p:not(.eyebrow){font-size:12px}.cta-actions>.btn{font-size:11px}
 .site-footer{padding-top:39px}.footer-brand h2{font-size:24px}.footer-main>div>h3{font-size:12px}.footer-main li{font-size:11px;line-height:1.8}.footer-contact{font-size:11px}.footer-bottom{font-size:9px}.footer-main{gap:28px 20px}.footer-socials a{width:34px;height:34px}
 .service-grid,.service-grid.three{grid-template-columns:1fr;gap:0}.service-card{padding:25px 0}.service-card-top{margin-bottom:17px}.service-card h3{font-size:25px}.service-card p{font-size:13px;max-width:480px}.service-card-foot{font-size:12px}.service-number{font-size:10px}
 .page-intro h1{font-size:36px}.page-intro>p:not(.eyebrow){font-size:14px}.feature-grid{gap:20px}.feature-grid h3{font-size:19px}.feature-grid p{font-size:12px}.feature-grid article{padding:20px 0}.feature-number{right:0;top:20px}.scope-card{padding:25px}.pricing-card{padding:30px 24px}.pricing-card .ticks{font-size:13px}.pricing-card h2{font-size:28px}.pricing-card>p:not(.eyebrow){font-size:14px}
 .field input,.field select,.field textarea{font-size:16px}.brief-form{padding:25px 20px}.contact-layout{gap:30px}.contact-methods strong{font-size:11px}.contact-aside h2{font-size:30px}.form-heading h2{font-size:24px}
 html[lang=bn] .home-intro h1{font-size:49px;line-height:1.17}html[lang=bn] .home-intro .eyebrow{font-size:12px;letter-spacing:0}html[lang=bn] .home-lead{font-size:20px;line-height:1.65}html[lang=bn] .home-intro .button-row{gap:16px}html[lang=bn] .home-intro .btn{font-size:16px}html[lang=bn] .home-small-note{font-size:14px}
 html[lang=bn] .service-index strong{font-size:23px}html[lang=bn] .service-index small{font-size:16px}html[lang=bn] .service-index-all{font-size:14px}html[lang=bn] .home-intro-foot>.text-link{font-size:12px}html[lang=bn] .founder-mini strong{font-size:16px}html[lang=bn] .founder-mini small{font-size:12px}
 html[lang=bn] .benefit-rows h3{font-size:24px}html[lang=bn] .benefit-rows p{font-size:18px}html[lang=bn] .home-value .section-description{font-size:18px}html[lang=bn] .device-copy h2{font-size:37px}
 html[lang=bn] .maintenance-story h2{font-size:36px}html[lang=bn] .maintenance-story .btn{font-size:16px}html[lang=bn] .care-ledger>div>p{font-size:17px}html[lang=bn] .care-ledger>small{font-size:14px}
 html[lang=bn] .closing-cta h2{font-size:35px}html[lang=bn] .cta-actions>.btn{font-size:16px}html[lang=bn] .service-card h3{font-size:29px}
}
@media(max-width:360px){
 .container{width:calc(100% - 32px)}.brand{font-size:20px}.brand-mark{width:28px;height:28px}.header-actions .icon-btn{width:28px}.header-actions .language-switch{min-width:32px;padding-right:6px}
 .home-intro h1{font-size:36px}.home-intro .button-row{gap:13px}.home-intro .btn{font-size:10px;padding-inline:12px}.home-intro .btn-text{padding-inline:0}.home-intro .eyebrow{font-size:7px}.home-intro-foot>.text-link{max-width:86px;font-size:8px}.founder-mini small{font-size:8px}
 .product-visual{height:205px;padding-inline:18px}.device-scene{height:275px}.laptop{height:178px}.tablet{height:128px;top:139px}.mobile{height:168px;top:103px}.preview-label{font-size:6px}.preview-current{font-size:8px;width:61px}.hero-preview-controls{gap:5px}
 .maintenance-story{padding:27px 20px}.maintenance-story h2{font-size:30px}.section-head h2{font-size:28px}.process-grid{grid-template-columns:1fr}.process-step p{max-width:270px}.home-small-note{font-size:8px}
 html[lang=bn] .home-intro h1{font-size:43px}html[lang=bn] .home-intro .btn{font-size:14px}html[lang=bn] .home-intro .eyebrow{font-size:10px}html[lang=bn] .founder-mini small{font-size:11px}
}
@media(prefers-reduced-motion:reduce){.service-index>a,.text-link .icon,.btn-text .icon{transition:none}}
@media print{.home-hero,.home-value .section-head>div,.home-device-section,.maintenance-story{display:block}.home-intro h1{font-size:32pt}.maintenance-story{background:#fff;color:#000;border:1px solid #ddd}.maintenance-story p,.maintenance-story .eyebrow,.care-ledger small{color:#333!important}.service-index,.home-intro-foot,.hero-visual{display:none}.benefit-heading,.benefit-rows article{gap:20px}.product-grid{grid-template-columns:repeat(2,1fr)}}

/* Concise edition: clear type, product-led hero, and details on demand. */
/* Scope true Poppins Bold and synthesized Kalpurush bold to the home hero. */
@font-face{font-family:'Poppins Hero';src:url('/assets/fonts/poppins-bold.woff2?v=197a3cbd7290') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Kalpurush Hero';src:url('/assets/fonts/kalpurush-regular.woff2?v=64c9022bb1b5') format('woff2');font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0964-0965,U+0980-09FF,U+200C-200D,U+25CC}
h1{font-weight:500;letter-spacing:-.035em}
h2{letter-spacing:-.03em}
.section{padding-block:62px}
.home-hero.compact-hero{grid-template-columns:1fr 1.04fr;gap:48px;align-items:center;padding-block:52px 40px}
.compact-hero .home-intro h1{font-family:"Poppins Hero","Kalpurush Hero",var(--font);font-synthesis:weight;font-size:clamp(42px,4.4vw,63px);line-height:1.18;letter-spacing:-.042em;font-weight:700;margin-bottom:24px}
.compact-hero .home-intro h1 .hero-line{display:block;color:var(--text);font-weight:inherit;white-space:nowrap}
.compact-hero .home-intro h1 .hero-line-accent{font-weight:inherit;color:var(--accent-text)}
.compact-hero .home-lead{font-size:15px;max-width:410px;line-height:1.9;margin-bottom:28px}
.compact-hero .home-intro .eyebrow{font-size:10px;letter-spacing:.16em;margin-bottom:24px}
.compact-hero .home-intro .button-row{gap:24px}
.hero-product-stage{padding:4px 0 0;width:100%;min-width:0;overflow:visible}
.hero-product-stage .device-scene{height:385px}
.hero-product-stage .laptop{height:268px;top:25px;width:90%;left:4%}
.hero-product-stage .tablet{height:182px;top:190px;left:0}
.hero-product-stage .mobile{height:226px;top:151px;right:0}
.hero-product-stage .hero-preview-controls{margin-top:12px}
.hero-product-stage .preview-caption{font-size:9px;margin-top:3px}
.service-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line)}
.service-rail a{display:flex;align-items:center;gap:14px;padding:23px 19px;border-right:1px solid var(--line);font-size:12px;font-weight:500;line-height:1.6}
.service-rail a:first-child{padding-left:0}.service-rail a:last-child{border-right:0;padding-right:0}
.service-rail a>.icon:first-child{width:20px;height:20px;color:var(--muted)}
.service-rail a>.icon:last-child{width:15px;height:15px;margin-left:auto}
.service-rail a:hover{color:var(--accent-text)}
.home-solutions .section-note{margin-top:20px}
.compact-value{display:grid;grid-template-columns:1.12fr 1fr;gap:95px;align-items:center;border-top:1px solid var(--line)}
.compact-value h2{font-weight:400;font-size:39px;line-height:1.25;margin-bottom:26px}
.value-points{display:grid;gap:22px;margin:25px 0}
.value-points article{display:flex;gap:15px;align-items:start}
.value-points article>.icon{width:19px;color:var(--accent-text);margin-top:2px}
.value-points h3{font-size:16px;font-weight:500;letter-spacing:-.02em;margin:0 0 5px}
.value-points p{font-size:12px;line-height:1.8;color:var(--muted);margin:0}
.care-card{padding:39px 42px;background:#222;color:#fff;border-radius:5px}
.care-card .eyebrow{color:#bbb;font-size:10px}
.care-card h2{font-size:37px;color:#fff;font-weight:400;margin-bottom:24px}
.care-card ul{padding:0;margin:0 0 29px;list-style:none;display:grid;gap:14px}
.care-card li{display:flex;align-items:center;gap:12px;font-size:13px;color:#ddd}
.care-card li .icon{width:16px;height:16px;color:#ddd}
.care-card small{display:block;font-size:10px;color:#bbb;margin-top:14px}
.compact-founder .founder-strip{grid-template-columns:.75fr 1.25fr;gap:65px;padding-top:45px}
.compact-founder .founder-image,.compact-founder .founder-image img{height:310px}
.compact-founder .founder-image{max-width:355px}
.compact-founder .founder-image img{width:100%;object-position:50% 23%}
.compact-founder h2{font-size:36px;font-weight:400;line-height:1.3}
.compact-founder .founder-strip>div>p:not(.eyebrow){font-size:14px;max-width:465px;line-height:1.9;margin-bottom:18px}
.compact-founder .founder-sign{margin-top:20px;padding-top:20px}
.founder-work-link{margin-top:18px}
.compact-faq{padding-top:35px}
.closing-cta{padding:34px 42px;margin-block:20px 55px}
.closing-cta h2{font-weight:400;font-size:37px;line-height:1.25;margin:0}
.closing-cta .eyebrow{margin-bottom:14px}
.closing-cta .cta-actions{gap:10px}
.page-intro{padding-top:46px;padding-bottom:4px}
.page-intro h1{font-weight:400;font-size:clamp(35px,4vw,53px);letter-spacing:-.028em;line-height:1.2;max-width:990px;margin-bottom:19px}
.page-intro>p:not(.eyebrow){font-size:15px;max-width:680px;line-height:1.85}
.product-title-row h3{font-size:19px;line-height:1.4}
.product-title-row h3 span{font-size:11px}
.product-info>p{min-height:0;font-size:12px}
.product-hero h1{font-weight:400;font-size:clamp(37px,4.2vw,59px);line-height:1.2;letter-spacing:-.035em}
.product-hero .lead{font-size:17px;line-height:1.8;max-width:455px}
.product-modules{padding-top:35px}
.product-modules .section-head{margin-bottom:25px}
.module-list{display:grid;grid-template-columns:1fr 1fr;column-gap:48px}
.module-detail{border-top:1px solid var(--line);align-self:start}
.module-detail summary{list-style:none;display:flex;align-items:center;gap:15px;cursor:pointer;padding:25px 0;min-height:82px}
.module-detail summary::-webkit-details-marker,.delivery-details summary::-webkit-details-marker{display:none}
.module-number{font-size:10px;color:var(--muted)}
.module-detail h3{font-size:17px;font-weight:500;line-height:1.5;letter-spacing:-.02em;margin:0}
.module-detail summary>.icon{margin-left:auto;width:17px;height:17px}
.module-detail[open] summary>.icon,.delivery-details[open] summary>.icon:last-child{transform:rotate(45deg)}
.module-detail>p{font-size:13px;color:var(--muted);line-height:1.9;margin:0 26px 24px}
.delivery-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:25px}
.delivery-details summary{list-style:none;display:flex;align-items:center;gap:12px;padding:22px 0;font-size:13px;line-height:1.6;font-weight:500;cursor:pointer}
.delivery-details summary>.icon{width:17px;height:17px}
.delivery-details summary>.icon:last-child{margin-left:auto}
.delivery-details>div{padding-bottom:22px;max-width:800px;font-size:13px;color:var(--muted);line-height:1.9}
.delivery-details>div p:last-child{margin-bottom:0}
.delivery-details li{margin-bottom:9px}
.compact-related{padding-block:18px 42px}
.compact-related h2{font-size:22px;font-weight:400;margin-bottom:19px}
.related-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.related-links a{display:flex;align-items:center;justify-content:space-between;gap:14px;border-block:1px solid var(--line);padding:18px 0;font-size:12px;line-height:1.7}
.related-links .icon{width:16px;height:16px}
.related-links a:hover{color:var(--accent-text)}
.service-detail{padding-block:35px 45px}
.service-statement h2{font-size:34px;font-weight:400}
.service-statement .delivery-details{margin-bottom:23px}
.scope-card{padding:30px 35px}
.process-step h3{font-size:19px;font-weight:500;margin-bottom:12px}
.process-detail-list article{padding-block:28px}
.process-detail-list .ticks{margin-bottom:0}
.pricing-grid{padding-top:38px}
.pricing-card{padding:30px 25px}
.pricing-card .plan-icon{margin-bottom:22px}
.pricing-card h2{font-size:28px;margin-bottom:17px;font-weight:400}
.pricing-card .quote-price{font-size:16px;padding-block:19px}
.pricing-card>p:not(.eyebrow){min-height:0}
.pricing-card .ticks{margin:22px 0;font-size:12px}
.pricing-details{padding-block:0 35px}
.about-concise{padding-top:50px;align-items:center;gap:65px}
.about-concise h1{font-weight:400;font-size:52px;line-height:1.2;letter-spacing:-.03em}
.about-concise .lead{font-size:17px;line-height:1.9;max-width:515px}
.about-concise h2{font-size:23px;margin-bottom:5px;font-weight:500}
.about-concise .founder-role{font-size:11px;color:var(--muted);margin-bottom:18px}
.about-concise>div>p:not(.lead):not(.eyebrow):not(.founder-role){font-size:13px;max-width:480px;color:var(--muted)}
.about-concise .founder-image{max-width:470px;height:480px;margin-left:auto;width:100%}
.about-concise .founder-image img{height:100%;width:100%;object-fit:cover;object-position:50% 25%}
.about-systems{margin-top:18px;font-size:11px;color:var(--muted)}
.promise-strip{border-block:1px solid var(--line);padding:25px 0;display:flex;justify-content:space-between;gap:25px;font-size:13px}
.promise-strip>span{display:flex;gap:13px;align-items:center}.promise-strip .icon{width:17px;color:var(--accent-text)}
.contact-layout{padding-top:35px}.contact-aside h2{font-size:28px;font-weight:400}
.form-heading{padding-bottom:19px;margin-bottom:24px}.form-heading h2{font-size:25px;font-weight:400;margin-bottom:0}
.footer-brand h2{font-size:23px;font-weight:400}.footer-brand>p{font-size:11px}
html[lang=bn] .compact-hero .home-intro h1{font-size:clamp(44px,4.5vw,62px);line-height:1.22;letter-spacing:0}
html[lang=bn] .compact-hero .home-intro h1{font-weight:700}
html[lang=bn] .compact-hero .home-lead{font-size:21px;line-height:1.65;max-width:450px}
html[lang=bn] .compact-hero .home-intro .eyebrow{font-size:14px;letter-spacing:.02em}
html[lang=bn] .service-rail a{font-size:19px}
html[lang=bn] .value-points h3{font-size:24px;letter-spacing:0}
html[lang=bn] .value-points p{font-size:18px;line-height:1.65}
html[lang=bn] .care-card li{font-size:19px}html[lang=bn] .care-card small{font-size:15px}
html[lang=bn] .compact-founder .founder-strip>div>p:not(.eyebrow){font-size:20px;line-height:1.7}
html[lang=bn] .module-detail h3{font-size:23px;letter-spacing:0;line-height:1.4}
html[lang=bn] .module-detail>p,html[lang=bn] .delivery-details>div{font-size:19px;line-height:1.7}
html[lang=bn] .delivery-details summary{font-size:19px}
html[lang=bn] .related-links a{font-size:18px}
html[lang=bn] .about-concise .lead{font-size:21px;line-height:1.7}
html[lang=bn] .about-concise>div>p:not(.lead):not(.eyebrow):not(.founder-role){font-size:19px;line-height:1.7}
html[lang=bn] .promise-strip,html[lang=bn] .about-systems{font-size:17px}
@media(max-width:1150px){
 .home-hero.compact-hero{gap:35px}.compact-hero .home-intro h1{font-size:51px}.compact-hero .home-lead{font-size:14px;max-width:365px}.compact-hero .home-intro .button-row{gap:20px}.compact-hero .btn{font-size:11px;padding-inline:17px}
 .hero-product-stage .device-scene{height:328px}.hero-product-stage .laptop{height:218px;top:32px}.hero-product-stage .tablet{height:152px;top:164px}.hero-product-stage .mobile{height:194px;top:128px}
 .service-rail a{font-size:11px;gap:10px;padding-inline:14px}.compact-value{gap:55px}.compact-value h2{font-size:35px}.care-card{padding:34px}.care-card h2{font-size:34px}
 .compact-founder .founder-strip{gap:45px}.compact-founder h2{font-size:34px}.about-concise h1{font-size:44px}
 html[lang=bn] .service-rail a{font-size:17px}
}
@media(max-width:950px){
 .home-hero.compact-hero{gap:27px;grid-template-columns:1fr 1fr;padding-block:45px 30px}.compact-hero .home-intro h1{font-size:38px;letter-spacing:-.032em}.compact-hero .home-intro .eyebrow{font-size:9px;letter-spacing:.1em}.compact-hero .home-lead{font-size:13px}.compact-hero .home-intro .button-row{flex-direction:column;align-items:flex-start;gap:7px}.compact-hero .btn-text{padding-inline:0}
 .hero-product-stage .device-scene{height:285px}.hero-product-stage .laptop{height:192px;top:25px}.hero-product-stage .tablet{height:134px;top:138px}.hero-product-stage .mobile{height:170px;top:105px}.hero-product-stage .preview-label{font-size:6px}.hero-product-stage .hero-preview-controls{gap:4px}.hero-product-stage .preview-current{width:67px;font-size:8px}.hero-product-stage .preview-caption{font-size:8px}
 .service-rail{grid-template-columns:repeat(2,1fr)}.service-rail a{font-size:13px;padding:20px 18px}.service-rail a:nth-child(2){border-right:0}.service-rail a:nth-child(-n+2){border-bottom:1px solid var(--line)}.service-rail a:nth-child(3){padding-left:0}.service-rail a:last-child{padding-left:18px}
 .compact-value{gap:30px}.compact-value h2{font-size:31px}.care-card{padding:28px}.care-card h2{font-size:31px}.care-card li{font-size:11px}.value-points h3{font-size:15px}.value-points p{font-size:11px}
 .compact-founder .founder-strip{gap:34px;grid-template-columns:.85fr 1.15fr}.compact-founder h2{font-size:30px}.compact-founder .founder-strip>div>p:not(.eyebrow){font-size:13px}.compact-founder .founder-image,.compact-founder .founder-image img{height:310px}
 .module-list{column-gap:28px}.module-detail h3{font-size:15px}.module-detail summary{gap:11px}
 .about-concise h1{font-size:38px}.about-concise .founder-image{height:440px}.about-concise{gap:35px}
 html[lang=bn] .compact-hero .home-intro h1{font-size:39px}html[lang=bn] .compact-hero .home-lead{font-size:19px}
}
@media(max-width:700px){
 .section{padding-block:40px}.home-hero.compact-hero{display:block;padding-top:34px;padding-bottom:24px}.compact-hero .home-intro h1{font-size:clamp(33px,9vw,52px);line-height:1.19;letter-spacing:-.033em;margin-bottom:19px}.compact-hero .home-intro .eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:20px}.compact-hero .home-lead{font-size:13px;line-height:1.8;max-width:440px;margin-bottom:22px}.compact-hero .home-intro .button-row{flex-direction:row;align-items:center;gap:20px}.compact-hero .btn{font-size:11px;padding:13px 16px}.compact-hero .btn-text{padding-inline:0}
 .hero-product-stage{margin-top:27px;padding:0;max-width:480px}.hero-product-stage .device-scene{height:286px}.hero-product-stage .laptop{height:198px;top:16px}.hero-product-stage .tablet{height:142px;top:129px}.hero-product-stage .mobile{height:181px;top:93px}.hero-product-stage .hero-preview-controls{margin-top:2px;gap:8px}.hero-product-stage .preview-label{font-size:7px}.hero-product-stage .preview-current{font-size:9px;width:73px}.hero-product-stage .preview-caption{font-size:9px;margin-top:3px}
 .service-rail a{padding:17px 13px;font-size:10px;gap:8px}.service-rail a>.icon:first-child{width:17px;height:17px}.service-rail a>.icon:last-child{width:12px;height:12px}.service-rail a:last-child{padding-left:13px}
 .home-solutions .section-head{gap:9px}.home-solutions .section-head h2{font-size:29px}.product-title-row h3{font-size:20px}.product-info>p{font-size:12px}
 .compact-value{grid-template-columns:1fr;gap:28px}.compact-value h2{font-size:32px;margin-bottom:22px}.value-points{gap:20px;margin:22px 0}.value-points h3{font-size:17px}.value-points p{font-size:12px}.care-card{padding:30px 27px}.care-card h2{font-size:33px}.care-card li{font-size:13px}.care-card .btn{font-size:12px}.care-card small{font-size:10px}
 .compact-founder .founder-strip{display:grid;grid-template-columns:105px 1fr;gap:18px;padding-top:30px;align-items:start}.compact-founder .founder-image,.compact-founder .founder-image img{height:152px;width:105px}.compact-founder .founder-image img{object-fit:cover;object-position:50% 13%}.compact-founder .eyebrow{font-size:8px;letter-spacing:.05em;margin-bottom:13px}.compact-founder h2{font-size:24px;line-height:1.3;margin-bottom:14px}.compact-founder .founder-strip>div>p:not(.eyebrow){font-size:12px;line-height:1.8}.compact-founder .founder-sign{flex-direction:column;gap:12px;align-items:flex-start;margin-top:14px;padding-top:14px}.compact-founder .founder-sign strong{font-size:12px}.compact-founder .founder-sign small{font-size:9px}.compact-founder .founder-sign .text-link{font-size:11px}.founder-work-link{font-size:11px;margin-top:12px}
 .compact-faq{padding-top:24px}.closing-cta{padding:27px 24px;margin-block:15px 40px}.closing-cta h2{font-size:31px}.closing-cta .cta-actions{flex-direction:row;align-items:center;gap:23px}.closing-cta .btn-text{font-size:11px}
 .page-intro{padding-top:30px}.page-intro h1{font-size:34px;line-height:1.25;letter-spacing:-.026em}.page-intro>p:not(.eyebrow){font-size:13px;line-height:1.8}.product-hero h1{font-size:36px}.product-hero .lead{font-size:15px}.product-modules{padding-top:25px}.product-modules .section-head h2{font-size:29px}.module-list{grid-template-columns:1fr}.module-detail summary{padding:20px 0;min-height:70px;gap:12px}.module-detail h3{font-size:17px}.module-detail>p{font-size:13px;margin-left:26px}.delivery-details summary{font-size:12px;gap:10px;padding:19px 0}.delivery-details>div{font-size:13px}.compact-related{padding-block:5px 30px}.compact-related h2{font-size:24px}.related-links{grid-template-columns:1fr;gap:0}.related-links a{font-size:13px;border-bottom:0;padding:16px 0}.related-links a:last-child{border-bottom:1px solid var(--line)}
 .service-detail{padding-top:30px;gap:25px}.service-statement h2{font-size:30px}.scope-card{padding:26px 24px}.pricing-card h2{font-size:30px}.pricing-details{padding-top:0}.about-concise{display:flex;flex-direction:column;align-items:stretch;gap:28px;padding-top:35px}.about-concise h1{font-size:38px}.about-concise .lead{font-size:16px}.about-concise .founder-image{height:330px;max-width:none}.promise-strip{font-size:12px;gap:19px;flex-direction:column;align-items:flex-start;padding-block:22px}.contact-layout{padding-top:23px;gap:24px}.contact-aside h2{font-size:27px}.form-heading h2{font-size:24px}.footer-brand h2{font-size:23px}
 html[lang=bn] .compact-hero .home-intro h1{font-size:43px;line-height:1.22}html[lang=bn] .compact-hero .home-intro .eyebrow{font-size:13px}html[lang=bn] .compact-hero .home-lead{font-size:20px;line-height:1.65}html[lang=bn] .compact-hero .btn{font-size:15px}html[lang=bn] .compact-hero .home-intro .button-row{gap:17px}
 html[lang=bn] .service-rail a{font-size:15px}html[lang=bn] .compact-founder h2{font-size:28px}html[lang=bn] .compact-founder .founder-strip>div>p:not(.eyebrow){font-size:17px;line-height:1.65}html[lang=bn] .compact-founder .eyebrow{font-size:11px;letter-spacing:0}html[lang=bn] .compact-founder .founder-sign strong{font-size:18px}html[lang=bn] .founder-work-link,html[lang=bn] .compact-founder .founder-sign .text-link{font-size:15px}html[lang=bn] .care-card .btn{font-size:17px}html[lang=bn] .closing-cta .btn-text{font-size:16px}
}
@media(max-width:360px){
 .compact-hero .home-intro h1{font-size:32px;letter-spacing:-.037em}.compact-hero .home-intro .button-row{gap:13px}.compact-hero .btn{font-size:10px;padding-inline:12px}.compact-hero .btn-text{padding-inline:0}.hero-product-stage .device-scene{height:249px}.hero-product-stage .laptop{height:171px}.hero-product-stage .tablet{height:121px;top:116px}.hero-product-stage .mobile{height:161px;top:78px}.hero-product-stage .hero-preview-controls{gap:4px}.hero-product-stage .preview-label{font-size:6px}.service-rail a{font-size:9px;gap:6px;padding-inline:10px}.service-rail a:last-child{padding-left:10px}
 .compact-founder .founder-strip{grid-template-columns:80px 1fr;gap:16px}.compact-founder .founder-image,.compact-founder .founder-image img{width:80px;height:124px}.compact-founder h2{font-size:22px}.compact-founder .eyebrow{font-size:7px}.closing-cta .cta-actions{gap:17px}.closing-cta .btn-text{font-size:10px}
 html[lang=bn] .compact-hero .home-intro h1{font-size:37px}html[lang=bn] .service-rail a{font-size:13px}html[lang=bn] .compact-hero .btn{font-size:13px}html[lang=bn] .compact-founder h2{font-size:25px}
}

/* Public identity and practical, reviewable project commitments. */
.trust-strip{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:center;padding:32px 0;border-block:1px solid var(--line)}
.trust-strip .eyebrow{margin-bottom:8px}.trust-strip h2{font-size:25px;margin-bottom:10px;letter-spacing:-.02em}
.trust-strip ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.trust-strip li{display:flex;align-items:flex-start;gap:9px;font-size:12px;font-weight:500;line-height:1.6}
.trust-strip li .icon{width:18px;height:18px;color:var(--accent-text);margin-top:1px}
.founder-profile{display:grid;grid-template-columns:1.35fr .8fr;gap:80px;align-items:center;padding-block:50px 35px}
.founder-profile-copy{max-width:680px}.founder-profile h1{font-size:clamp(38px,4.5vw,64px);font-weight:500;line-height:1.15;margin-bottom:16px}
.founder-profile h1 span{display:block;font-size:25px;font-weight:400;letter-spacing:0;color:var(--muted);margin-top:12px}
.profile-role{font-size:13px;font-weight:500;color:var(--accent-text);margin-bottom:30px}
.founder-profile .lead{font-size:21px;line-height:1.5;margin-bottom:15px;color:var(--text)}
.founder-profile-copy>p:not(.lead,.eyebrow,.profile-role){font-size:14px;color:var(--muted);max-width:560px;line-height:1.9}
.founder-profile .button-row{margin-top:28px;gap:12px}
.profile-portrait{margin:0;max-width:350px;justify-self:end;width:100%}
.profile-portrait img{width:100%;height:auto;border-radius:6px;background:var(--surface-2)}
.profile-portrait figcaption{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:11px;padding-top:15px}
.profile-portrait figcaption .icon{width:16px;height:16px}
.profile-evidence{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.profile-evidence h2{font-size:34px}.profile-evidence p:not(.eyebrow){max-width:470px;color:var(--muted);font-size:13px;line-height:1.9}
.profile-links{border-top:1px solid var(--line)}.profile-links a{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}
.profile-links a:hover{color:var(--accent-text)}.profile-links strong{font-size:16px;font-weight:500}.profile-links small{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.profile-links .icon{width:18px;height:18px}.profile-expertise h2{font-size:28px;margin-bottom:24px}.profile-expertise .related-links{grid-template-columns:repeat(2,1fr)}
.profile-care-link{margin-top:24px}.agreement-section{padding-top:12px}.agreement-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.agreement-card{border:1px solid var(--line);border-radius:5px;padding:30px;background:var(--surface)}
.agreement-number{display:inline-block;color:var(--accent-text);font-size:12px;font-weight:500;padding-bottom:20px}
.agreement-card h2{font-size:25px;line-height:1.35;letter-spacing:-.025em;margin-bottom:12px}.agreement-card>p{font-size:13px;line-height:1.8;color:var(--muted);max-width:440px}
.agreement-card details{border-top:1px solid var(--line);margin-top:25px;padding-top:16px}
.agreement-card summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:500}
.agreement-card summary::-webkit-details-marker{display:none}.agreement-card summary .icon{width:16px;height:16px}.agreement-card details[open] summary .icon{transform:rotate(45deg)}
.agreement-card details p{font-size:13px;line-height:1.9;color:var(--muted);padding-top:18px;margin-bottom:0}
.evidence-bar{display:flex;justify-content:space-between;align-items:center;gap:35px;border-top:1px solid var(--line);padding-top:35px}
.evidence-bar .eyebrow{margin-bottom:12px}.evidence-bar h2{font-size:28px;margin:0;max-width:500px}.evidence-actions{display:flex;flex-wrap:wrap;gap:10px}
.guide-related{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px}.article-meta>a{color:var(--accent-text);text-decoration:underline;text-underline-offset:3px}
html[lang=bn] .trust-strip li{font-size:17px}html[lang=bn] .trust-strip h2{font-size:30px}
html[lang=bn] .founder-profile-copy>p:not(.eyebrow){font-size:20px}html[lang=bn] .founder-profile .lead{font-size:25px}
html[lang=bn] .profile-evidence p:not(.eyebrow),html[lang=bn] .agreement-card>p,html[lang=bn] .agreement-card details p{font-size:19px}
html[lang=bn] .profile-links small,html[lang=bn] .agreement-card summary{font-size:17px}
@media(max-width:950px){.trust-strip{grid-template-columns:1fr;gap:24px}.founder-profile{gap:35px;grid-template-columns:1.2fr .8fr}.profile-evidence{gap:40px}.founder-profile .button-row{align-items:flex-start;flex-direction:column}.agreement-card{padding:24px}.evidence-bar{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.trust-strip{padding-block:25px;gap:20px}.trust-strip h2{font-size:24px}.trust-strip ul{grid-template-columns:1fr;gap:13px}.trust-strip li{font-size:13px}.founder-profile{display:flex;flex-direction:column;gap:30px;padding-block:28px 10px;align-items:flex-start}.founder-profile h1{font-size:42px}.founder-profile h1 span{font-size:23px}.founder-profile .eyebrow{font-size:9px;letter-spacing:.09em}.founder-profile .lead{font-size:20px}.profile-role{margin-bottom:24px}.founder-profile .button-row{flex-direction:row;flex-wrap:wrap}.founder-profile .btn{font-size:11px;padding-inline:15px}.profile-portrait{max-width:270px}.profile-evidence{grid-template-columns:1fr;gap:22px}.profile-evidence h2{font-size:29px}.profile-expertise .related-links{grid-template-columns:1fr}.profile-expertise h2{font-size:26px}.agreement-grid{grid-template-columns:1fr;gap:16px}.agreement-card{padding:25px}.agreement-card h2{font-size:24px}.evidence-bar h2{font-size:26px}.evidence-actions{flex-direction:column;align-items:flex-start}.guide-related{flex-direction:column;gap:12px}.article-meta{flex-wrap:wrap;row-gap:10px}html[lang=bn] .founder-profile .btn{font-size:16px}html[lang=bn] .founder-profile .eyebrow{font-size:13px;letter-spacing:0}}
@media(prefers-reduced-motion:reduce){.agreement-card summary .icon{transition:none}}
