*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--teal: #0d9e81;--teal-lt: #e0f5ee;--teal-dk: #075c4b;--navy: #111827;--navy-md: #374151;--muted: #6b7280;--border: #e5e7eb;--bg: #f8f9fb;--white: #ffffff;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .07), 0 1px 4px rgba(0, 0, 0, .04)}body{font-family:DM Sans,sans-serif;font-size:15px;line-height:1.65;color:var(--navy-md);background:var(--white);-webkit-font-smoothing:antialiased}nav{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 10% 0 5%;display:flex;align-items:center;height:60px;gap:32px}.logo{font-family:"DM Serif Display",serif;font-size:20px;color:var(--navy);letter-spacing:-.3px;flex-shrink:0}.logo span{color:var(--teal)}.nav-links{display:flex;gap:24px;margin-left:auto}.nav-links a{font-size:15px;color:var(--muted);text-decoration:none;font-weight:500;transition:color .2s,transform .15s}.nav-links a:hover{color:var(--teal);transform:translateY(-1px)}.nav-cta{background:var(--navy);color:#fff!important;padding:7px 18px;border-radius:8px;font-weight:500!important;font-size:13px!important}.nav-cta:hover{background:var(--teal-dk)!important;color:#fff!important}.hero{text-align:center;padding:80px 5% 64px;background:linear-gradient(180deg,#f0fbf7,#fff);border-bottom:1px solid var(--border)}.hero-badge{display:inline-block;background:var(--teal-lt);color:var(--teal-dk);font-size:12px;font-weight:500;padding:4px 14px;border-radius:100px;letter-spacing:.4px;text-transform:uppercase;margin-bottom:20px}.hero h1{font-family:"DM Serif Display",serif;font-size:clamp(32px,5vw,52px);color:var(--navy);line-height:1.15;max-width:640px;margin:0 auto 20px}.hero p{color:var(--muted);max-width:520px;margin:0 auto 36px;font-size:16px}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--teal);color:#fff;padding:12px 28px;border-radius:var(--radius-sm);font-weight:500;font-size:14px;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--teal-dk);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--navy);padding:12px 28px;border-radius:var(--radius-sm);font-weight:500;font-size:14px;text-decoration:none;border:1px solid var(--border);transition:border-color .2s,transform .15s;display:inline-block}.btn-outline:hover{border-color:var(--navy);transform:translateY(-1px)}.product-section{padding:80px 5%;width:100%}.product-section-inner{max-width:1100px;margin:0 auto}.product-section+.product-section{border-top:1px solid var(--border)}.product-section.alt{background:var(--bg)}.section-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--teal);margin-bottom:14px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:126px;align-items:center}.product-layout.reverse{direction:rtl}.product-layout.reverse>*{direction:ltr}.product-text h2{font-family:"DM Serif Display",serif;font-size:clamp(26px,3vw,38px);color:var(--navy);line-height:1.2;margin-bottom:18px}.product-text p{color:var(--muted);font-size:15px;line-height:1.7;margin-bottom:32px}.capabilities{list-style:none;display:flex;flex-direction:column;gap:10px}.cap-item{display:flex;align-items:flex-start;gap:14px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 18px;transition:box-shadow .2s,border-color .2s,transform .15s;cursor:default}.cap-item:hover{box-shadow:var(--shadow-md);border-color:#d1f0e6;transform:translate(3px)}.cap-icon{flex-shrink:0;width:34px;height:34px;border-radius:8px;background:var(--teal-lt);display:flex;align-items:center;justify-content:center;margin-top:1px}.cap-icon svg{width:16px;height:16px;stroke:var(--teal);fill:none}.cap-body strong{display:block;font-size:13.5px;font-weight:600;color:var(--navy);margin-bottom:2px}.cap-body span{font-size:13px;color:var(--muted)}.product-visual{position:relative}.visual-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md);overflow:hidden;position:relative}.visual-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);background:linear-gradient(135deg,#e8faf3,#f0f9ff);z-index:0}.visual-card>*{position:relative;z-index:1}.win-dots{display:flex;gap:6px;margin-bottom:20px}.win-dots span{width:10px;height:10px;border-radius:50%}.win-dots .d1{background:#fc605b}.win-dots .d2{background:#fdbc40}.win-dots .d3{background:#34c749}.mini-chart{display:flex;align-items:flex-end;gap:8px;height:80px;margin-bottom:24px}.bar{flex:1;border-radius:5px 5px 0 0;background:var(--teal);opacity:.85;transition:opacity .2s;animation:barGrow .6s ease backwards}@keyframes barGrow{0%{transform:scaleY(0);transform-origin:bottom}}.bar:nth-child(1){height:45%;animation-delay:.05s}.bar:nth-child(2){height:70%;animation-delay:.1s}.bar:nth-child(3){height:55%;animation-delay:.15s;opacity:.6}.bar:nth-child(4){height:85%;animation-delay:.2s}.bar:nth-child(5){height:60%;animation-delay:.25s;opacity:.5}.bar:nth-child(6){height:95%;animation-delay:.3s}.stat-row{display:flex;gap:10px;margin-bottom:16px}.stat-chip{background:#0d9e811a;color:var(--teal-dk);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;flex:1;text-align:center}.stat-chip .val{display:block;font-size:18px;font-weight:600;margin-bottom:2px}.mock-lines{display:flex;flex-direction:column;gap:7px}.mock-line{height:8px;border-radius:100px;background:#00000017}.mock-line.w100{width:100%}.mock-line.w80{width:80%}.mock-line.w60{width:60%}.mock-line.accent{background:#0d9e814d;width:40%}.float-badge{position:absolute;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:8px 14px;box-shadow:0 4px 12px #0000001a;font-size:12px;font-weight:500;color:var(--navy);display:flex;align-items:center;gap:6px;z-index:2}.float-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--teal);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}.donut-row{display:flex;align-items:center;gap:16px;margin-top:12px}.donut-legend{font-size:11px;color:var(--muted);display:flex;flex-direction:column;gap:5px}.legend-item{display:flex;align-items:center;gap:6px}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.proof-strip{background:var(--navy);padding:40px 5%;text-align:center}.proof-strip p{font-size:13px;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.proof-logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.proof-logo{font-family:"DM Serif Display",serif;font-size:16px;color:#ffffff59;letter-spacing:.5px;transition:color .2s}.proof-logo:hover{color:#ffffffa6}footer{background:var(--bg);border-top:1px solid var(--border);padding:32px 5%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}footer .logo{font-size:16px}footer p{font-size:12px;color:var(--muted)}@media(max-width:768px){.product-layout,.product-layout.reverse{grid-template-columns:1fr;direction:ltr;gap:40px}.nav-links{display:none}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
