.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height,36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,#dcdcdc));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,#fff));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5))}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,#fff));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,#dcdcdc))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,#dcdcdc));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,#dcdcdc);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,#fff);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,#f5f5f5);color:var(--react-international-phone-disabled-text-color,#666)}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#0f172a}button,input,select,textarea{font:inherit}button{border:0}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}.logo-button{background:transparent;border:0;text-align:left;cursor:pointer}#hero-page{flex-direction:column;min-height:100vh}#hero-page,.hnav{display:flex;background:#fff}.hnav{align-items:center;justify-content:space-between;padding:10px 34px;border-bottom:1px solid #eaeef2;position:-webkit-sticky;position:sticky;top:0;z-index:100;min-height:54px}.hnav-logo{font-size:18px;font-weight:900;color:#050a14;letter-spacing:-.75px}.anav-logo span,.hnav-logo span{color:#12b8a6}.hnav-right{display:flex;align-items:center;gap:10px}.hnav-badge{font-size:12px;color:#344b68;padding:7px 16px;border:1px solid #e3e9f0;border-radius:100px;font-weight:700;background:#fff}.hnav-book,.nav-book{font-size:13px;font-weight:800;background:#081827;color:#fff;padding:11px 22px;border-radius:14px;cursor:pointer;box-shadow:0 8px 20px rgba(8,24,39,.12)}.hnav-book:hover,.nav-book:hover{background:#13283b}.hbody{display:grid;grid-template-columns:46.2% 53.8%;flex:1 1;overflow:hidden;min-height:660px}.hleft{padding:58px 40px 52px;display:flex;flex-direction:column;justify-content:center;background:#fff}.hleft-kicker{display:inline-flex;align-items:center;gap:8px;background:#effffc;border:1.5px solid #7dd8cf;border-radius:100px;padding:6px 15px 6px 11px;font-size:12px;font-weight:800;color:#006b63;margin-bottom:24px;width:-moz-fit-content;width:fit-content}.kicker-dot{width:8px;height:8px;border-radius:50%;background:#7dd8cf}.hleft-h1{font-size:44px;font-weight:950;color:#050505;line-height:1.08;letter-spacing:-2.4px;margin-bottom:20px}.hleft-h1 em{font-style:italic;color:#ff684f}.hleft-sub{font-size:15px;color:#64748b;line-height:1.75;margin-bottom:24px;max-width:760px}.trial-banner{background:linear-gradient(135deg,#edfffc,#eafbf8);border:1.5px solid #9de7dd;border-radius:16px;padding:16px 20px 17px;margin-bottom:28px;max-width:676px}.tb-top{gap:12px;margin-bottom:11px}.tb-icon,.tb-top{display:flex;align-items:center}.tb-icon{width:35px;height:35px;border-radius:10px;background:#12b8a6;color:#fff;justify-content:center}.btn-dark svg,.btn-icon svg,.hmet-icon svg,.tb-icon svg,.tb-pill svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.hmet-icon svg,.tb-icon svg,.tb-pill .gold svg{fill:none}.tb-title{font-size:14px;font-weight:900;color:#050a14}.tb-sub{font-size:13px;color:#64748b;line-height:1.55;margin-bottom:11px}.tb-sub strong{color:#52647c}.tb-pills{display:flex;gap:8px;flex-wrap:wrap}.tb-pill{font-size:12px;font-weight:700;padding:6px 12px;border-radius:100px;background:#fff;border:1px solid #bfefe8;color:#00766d;display:flex;align-items:center;gap:6px}.tb-pill.gold{border-color:#f7bf6f;color:#9a6400;background:#fffbf0}.hleft-metrics{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:28px;background:#fff;border:1.5px solid #e4eaf1;border-radius:16px;overflow:hidden;box-shadow:0 10px 26px rgba(15,23,42,.07);max-width:676px}.hmet{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:14px 18px 13px;position:relative;gap:5px}.hmet+.hmet:before{content:"";position:absolute;left:0;top:22%;height:56%;width:1px;background:#e9eef4}.hmet-icon{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#12b8a6}.hmet:nth-child(2) .hmet-icon{color:#ff684f}.hmet:nth-child(3) .hmet-icon{color:#4777ff}.hmet:nth-child(4) .hmet-icon{color:#4f8b35}.hmet-val{font-size:20px;font-weight:950;color:#050505;letter-spacing:-.7px;line-height:1.05}.hmet-lbl{font-size:9px;color:#98a8bb;text-transform:uppercase;letter-spacing:.9px;font-weight:900;line-height:1.35}.hleft-ctas{display:flex;gap:12px}.btn-dark{font-size:14px;font-weight:700;background:#161b2b;color:#fff;border:none;padding:14px 28px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:14px;transition:background .3s;min-width:210px;justify-content:center}.btn-dark span{display:grid;place-items:center}.btn-dark:hover{background:#ff684f}.btn-outline{font-size:14px;font-weight:700;background:#fff;color:#111827;border:1.5px solid #e4eaf1;padding:14px 24px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;min-width:206px;justify-content:center}.btn-outline:hover{border-color:#ff684f;color:#ff684f}.btn-icon{width:25px;height:25px;border-radius:50%;background:#ff684f;color:#fff;display:flex;align-items:center;justify-content:center}.hright{position:relative;overflow:hidden;background:#eef4f7}.hright:before{content:"";inset:-6%;background:radial-gradient(ellipse 62% 42% at 18% 18%,rgba(255,202,178,.48),transparent 66%),radial-gradient(ellipse 56% 46% at 73% 19%,rgba(202,244,238,.75),transparent 64%),radial-gradient(ellipse 60% 42% at 27% 85%,rgba(205,230,248,.78),transparent 68%),linear-gradient(135deg,#fdf5f1,#f8fafc 42%,#e8f7f5);filter:blur(10px)}.fzone,.hright:before{position:absolute;pointer-events:none}.fzone{inset:0}.hero-blob{position:absolute;border-radius:28px;filter:blur(.2px);opacity:.55}.hero-blob-a{width:170px;height:120px;background:#ffdccb;left:34px;top:82px;transform:rotate(-14deg)}.hero-blob-b{width:210px;height:150px;background:#d8f3ef;right:128px;top:54px;transform:rotate(12deg)}.fc{position:absolute;background:#fff;border-radius:28px;box-shadow:0 26px 70px rgba(15,23,42,.16),0 0 0 18px hsla(0,0%,100%,.34);pointer-events:auto}.hero-analysis{width:356px;top:38px;left:58px;padding:22px 24px;transform:rotate(-5.5deg);z-index:5}.hero-nutrition{width:270px;top:96px;right:-6px;padding:18px 19px;transform:rotate(8deg);z-index:3}.hero-json{width:280px;top:340px;left:56px;padding:20px 22px;transform:rotate(-11deg);z-index:4}.floating-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;font-size:14px;font-weight:900;color:#0f172a;gap:14px}.floating-head b{background:#e9fffa;color:#00a994;font-size:8px;font-weight:950;padding:5px 9px;border-radius:100px;white-space:nowrap;letter-spacing:.2px}.analysis-body{display:grid;grid-template-columns:92px 1fr;align-items:center;grid-gap:16px;gap:16px}.confidence-orbit{width:86px;height:86px;border:9px solid #12b8a6;border-left-color:#eef2f6;border-radius:50%;display:flex;align-items:center;justify-content:center}.confidence-orbit div{display:flex;flex-direction:column;align-items:center}.confidence-orbit strong{font-size:20px}.confidence-orbit small{font-size:7px;color:#94a3b8;font-weight:900}.analysis-list{display:flex;flex-direction:column;font-size:11px;color:#64748b}.analysis-list span,.nutrition-row{display:flex;justify-content:space-between;border-bottom:1px solid #eef2f7;padding:6px 0;gap:12px}.analysis-list b,.nutrition-row b{color:#0f172a}.analysis-list .teal{color:#00a994}.nutrition-row span{font-size:11px;color:#475569}.nutrition-row b{font-size:14px}.nutrition-row em{background:rgba(18,184,166,.12);color:#0a9982;font-size:9.5px;font-weight:900;padding:3px 8px;border-radius:7px;font-style:normal}.hero-nutrition a{display:inline-block;margin-top:11px;color:#2563eb;font-size:11px;font-weight:700}.hero-json pre{background:#0f172a;border-radius:12px;padding:16px 18px;color:#cbd5e1;font-family:DM Mono,ui-monospace,monospace;font-size:10px;line-height:2;margin-bottom:13px;transform:rotate(-2deg)}.hero-json strong{font-size:12px;color:#00a994}.hero-dashboard{position:absolute;right:-36px;bottom:-54px;width:560px;height:282px;border-radius:18px;background:hsla(0,0%,100%,.72);box-shadow:0 22px 80px rgba(15,23,42,.12);border:1px solid rgba(218,226,235,.88);display:grid;grid-template-columns:130px 1fr;overflow:hidden;z-index:1;pointer-events:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dash-side{background:rgba(248,250,252,.86);border-right:1px solid #e5ecf4;padding:14px 12px;display:flex;flex-direction:column;gap:10px;font-size:10px;color:#7a8aa0}.dash-brand{font-weight:900;color:#0f172a;margin-bottom:6px}.dash-brand span{background:#0a1929;color:#fff;border-radius:6px;padding:4px 5px;margin-right:6px}.dash-active{background:#fef0eb;color:#334155;border-radius:9px;padding:7px 10px;font-weight:800}.dash-credit{margin-top:auto;background:#ecfffc;border:1px solid #c8f2eb;border-radius:12px;padding:10px}.dash-credit b{display:block;color:#0f172a;font-size:10px}.dash-credit small{display:block;margin:4px 0 8px;color:#7a8aa0}.dash-credit button{width:100%;border-radius:8px;background:#0a1929;color:#fff;padding:7px;font-size:10px;font-weight:800}.dash-main{padding:18px 22px}.dash-toolbar{display:flex;justify-content:flex-end;gap:12px;margin-bottom:18px}.dash-toolbar b,.dash-toolbar span{border:1px solid #e5ecf4;border-radius:100px;padding:6px 14px;color:#7a8aa0;font-size:10px;background:#fff}.dash-toolbar b{color:#0f766e}.dash-main h3{font-size:15px;margin-bottom:14px;color:#1f2a44}.dash-table{display:flex;flex-direction:column;gap:9px}.dash-row{display:grid;grid-template-columns:34px 1fr 76px 42px;align-items:center;grid-gap:8px;gap:8px;color:#64748b;font-size:11px}.dash-row i{font-style:normal;background:#fff1ed;color:#ff684f;border:1px solid #ffd7c8;border-radius:6px;padding:6px 4px;text-align:center;font-size:8px;font-weight:900}.dash-row em{font-style:normal;color:#16a34a;font-weight:800;font-size:10px}.dash-row strong{color:#0f172a}.sec-kicker{font-size:10px;font-weight:800;color:#9aaab8;text-transform:uppercase;letter-spacing:1.6px;margin-bottom:16px}.demo-steps-section{background:#fafafb;padding:72px 40px 86px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto .65fr;grid-gap:0 18px;gap:0 18px;align-items:center;position:relative}.demo-kicker{grid-column:1/-1;margin-bottom:28px}.demo-step-card{background:#fff;border:1px solid #e7edf4;border-radius:20px;box-shadow:0 28px 60px rgba(15,23,42,.13);padding:22px;text-align:left;cursor:pointer;min-height:290px;display:flex;flex-direction:column;gap:10px;color:#0d1b2a;position:relative}.step-connector{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:100%}.step-connector-line{flex:1 1;height:0;border-top:2px dashed #d6e5ee;min-width:10px}.step-connector-chevron{width:28px;height:28px;border-radius:50%;border:1.5px solid #d6e5ee;background:#fff;color:#9aaab8;flex-shrink:0}.step-connector-chevron,.step-num{display:flex;align-items:center;justify-content:center}.step-num{width:30px;height:30px;border-radius:50%;background:#13c7b8;color:#fff;font-size:13px;font-weight:900}.demo-step-card h3{font-size:19px;line-height:1;margin-top:-31px;margin-left:42px}.demo-step-card p{font-size:13px;color:#9aaab8;line-height:1.45;margin-left:42px;min-height:38px}.demo-step-card strong{margin-top:auto;color:#0ea5a0;background:#e6fffb;border-radius:9px;padding:11px 14px;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:8px}.demo-step-card strong svg{flex-shrink:0}.step-cta-inner{display:flex;align-items:center;gap:7px}.demo-step-art{width:100%;height:120px;object-fit:contain;border-radius:0;margin:10px 0 4px;display:block}.demo-get-started{text-align:center;color:#0f172a;align-self:end;transform:translateY(-34px)}.get-started-icon{width:104px;height:104px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.get-started-svg{width:104px;height:120px;display:block;object-fit:contain}.demo-get-started h3{font-size:20px;margin-bottom:8px}.demo-get-started p{font-size:13px;color:#b0bbc8}.who-section{padding:58px 48px 62px;border-top:1px solid #eaeef2;background:#fff}.who-cards{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px;margin-top:14px}.who-card{display:flex;flex-direction:column;align-items:center;gap:16px;background:#fff;border:1.5px solid #eaeef2;border-radius:18px;padding:16px 14px 18px;min-width:0;transition:all .2s}.who-card:hover{border-color:#12b8a6;box-shadow:0 6px 20px rgba(18,184,166,.1)}.who-avatar{width:100%;aspect-ratio:1.18;border-radius:16px;overflow:hidden;background:#f8fafc}.who-avatar img{width:100%;height:100%;object-fit:cover;display:block}.who-name{font-size:12px;font-weight:900;color:#0a1929;text-align:center;line-height:1.45;margin-top:0}.bento-section{padding:56px 48px 72px;background:#617f7b;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:330px 330px;grid-gap:24px;gap:24px}.bento-card{position:relative;background:#fff;border-radius:24px;border:1px solid hsla(0,0%,100%,.78);padding:32px;box-shadow:0 22px 54px rgba(15,23,42,.13);overflow:hidden}.bento-precision{grid-row:span 2;background:radial-gradient(circle at 18% 12%,rgba(204,255,242,.98),transparent 34%),radial-gradient(circle at 84% 86%,rgba(255,229,202,.9),transparent 34%),linear-gradient(135deg,#f2fffb,#fefffd 48%,#fff2e5)}.bento-language{background:linear-gradient(135deg,#f5faff,#e7f0f2)}.bento-lims{background:linear-gradient(135deg,#f5ecff,#f7f8ff)}.bento-card h2{font-size:27px;letter-spacing:-.8px;margin:34px 0 14px;max-width:300px}.bento-card h2,.bento-card h3{line-height:1.08;color:#0f172a}.bento-card h3{font-size:24px;letter-spacing:-.7px;margin:18px 0 12px}.bento-card p{color:#64748b;line-height:1.35;font-size:16px;max-width:330px;position:relative;z-index:3}.bento-icon{width:44px;height:44px;border-radius:13px;background:#effffc;color:#12b8a6;display:grid;place-items:center;position:relative;z-index:2}.bento-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.globe-icon{background:#eef4ff;color:#5b68ff}.warn-icon{background:#fff7ed;color:#fb923c}.link-icon{background:#f5f3ff;color:#7c3aed}.bento-copy{position:relative;z-index:3}.feature-art{position:absolute;display:block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.precision-art{right:22px;top:104px;width:418px;height:360px;object-fit:contain}.language-art{right:8px;top:16px;width:310px;height:205px;object-fit:contain}.confidence-pill{position:absolute;left:30px;bottom:118px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #bfefe8;border-radius:14px;padding:11px 14px;color:#12b8a6;box-shadow:0 18px 36px rgba(15,23,42,.08);z-index:3}.confidence-pill svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2}.confidence-pill strong{font-size:17px}.confidence-pill span{font-size:14px;color:#0a9982}.pipeline-strip{position:absolute;left:30px;right:30px;bottom:26px;background:hsla(0,0%,100%,.94);border:1px solid #e8eef4;border-radius:18px;box-shadow:0 18px 42px rgba(15,23,42,.08);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;padding:15px 17px;z-index:3}.pipeline-item{display:flex;align-items:center;gap:10px;color:#475569;font-size:12px;font-weight:700}.pipeline-item:not(:last-child):after{content:">";margin-left:auto;margin-right:10px;color:#cbd5e1;font-size:20px;font-weight:500}.pipeline-item span{width:28px;height:28px;border-radius:9px;background:#e6fffb;color:#12b8a6;display:grid;place-items:center;font-size:12px;font-weight:900}.pipeline-item b{font-weight:700}.language-chip-card{position:absolute;left:32px;bottom:44px;width:260px;background:hsla(0,0%,100%,.88);border:1px solid #e5ecf4;border-radius:16px;padding:12px;box-shadow:0 18px 42px rgba(15,23,42,.08);display:flex;gap:7px;flex-wrap:wrap;z-index:2}.language-chip-card em,.language-chip-card span{font-size:10px;font-style:normal;color:#64748b;background:#fff;border:1px solid #dce7f3;border-radius:8px;padding:6px 9px}.language-chip-card b{color:#0ea5a0}.language-chip-card span:nth-child(2) b{color:#5b68ff}.language-chip-card span:nth-child(3) b{color:#f97316}.language-chip-card em{color:#94a3b8;min-width:74px;text-align:center}.lims-flow{position:absolute;left:30px;right:30px;bottom:28px;height:184px;z-index:2}.webhook-box{position:absolute;left:0;bottom:8px;width:86px;height:98px;background:#fff;border-radius:12px;box-shadow:0 12px 28px rgba(15,23,42,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:9px;line-height:1.25;color:#0f172a;gap:8px}.lims-stack svg,.webhook-box svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2}.webhook-box svg{color:#4f46e5}.lims-stack{position:absolute;left:128px;bottom:0;display:flex;flex-direction:column;gap:11px;z-index:2}.lims-stack span{background:#fff;border-radius:11px;box-shadow:0 10px 24px rgba(15,23,42,.08);padding:10px 18px;font-size:13px;font-weight:800;color:#0f766e;display:flex;align-items:center;gap:9px;min-width:118px}.lims-stack span:nth-child(2){color:#4f46e5}.lims-stack span:nth-child(3){color:#ef4444;min-width:150px}.json-card-mini{position:absolute;right:0;bottom:0;width:270px;background:#fff;border-radius:18px;padding:16px;box-shadow:0 16px 36px rgba(15,23,42,.1);z-index:1}.json-card-mini div{display:flex;justify-content:space-between;font-weight:900;color:#0f172a;margin-bottom:10px}.json-card-mini b{background:#f5f3ff;color:#4f46e5;border-radius:999px;padding:4px 10px}.json-card-mini pre{font-family:DM Mono,ui-monospace,monospace;font-size:9px;line-height:1.7;color:#0f172a;background:#fff;border:1px solid #e8eef4;border-radius:14px;padding:11px;margin:0 0 9px}.json-card-mini em{font-style:normal;color:#0f766e;background:#f0fdfa;border:1px solid #cff8ef;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}#app-page{display:flex;flex-direction:column;height:100vh;background:#f8fafc}.anav{justify-content:space-between;padding:0 48px;height:56px;background:#fff;border-bottom:1px solid #eaeef2;flex-shrink:0}.anav,.nav-cluster{display:flex;align-items:center}.nav-cluster{gap:10px}.app-mark{width:28px;height:28px;background:#0a1929;color:#fff;border-radius:7px;justify-content:center}.anav-logo,.app-mark{display:flex;align-items:center}.anav-logo{font-size:17px;font-weight:800;color:#0a1929;letter-spacing:-.4px;gap:8px}.home-btn{font-size:12px;font-weight:500;background:#f8fafc;color:#4a6380;border:1px solid #eaeef2;padding:6px 14px;border-radius:8px;cursor:pointer}.home-btn:hover{border-color:#12b8a6;color:#12b8a6}.stepper{padding:0 48px;background:#fff;border-bottom:1px solid #eaeef2;height:54px;flex-shrink:0}.stepper,.stepper-fragment{display:flex;align-items:center}.stepper-fragment{flex:1 1}.stepper-fragment:last-child{flex:0 1}.stp{gap:8px;cursor:pointer;background:transparent;border:none}.stp,.stp-circle{display:flex;align-items:center}.stp-circle{width:26px;height:26px;border-radius:50%;justify-content:center;font-size:11px;font-weight:700;transition:all .2s;line-height:1}.stp-label{font-size:13px;font-weight:500;white-space:nowrap;transition:color .2s}.stp.active .stp-circle{background:#12b8a6;color:#fff;box-shadow:0 0 0 3px rgba(18,184,166,.18)}.stp.active .stp-label{color:#0a1929;font-weight:700}.stp.done .stp-circle{background:#12b8a6;color:#fff}.stp.done .stp-label{color:#64748b;font-weight:500}.stp.inactive .stp-circle{background:#f0f2f5;color:#9aaab8}.stp.inactive .stp-label{color:#9aaab8}.stp-line{flex:1 1;height:1.5px;background:#eaeef2;margin:0 10px;min-width:40px}.stp-line.done{background:#12b8a6}.awrap{flex:1 1;overflow-y:auto;background:#f8fafc}.apage{animation:fadeIn .2s ease}.trial-pill{font-size:12px;font-weight:700;padding:6px 14px;border-radius:100px;border:1.5px solid;display:flex;align-items:center;gap:7px;transition:all .4s}.trial-pill.green{background:#e4f5ec;color:#1a6b40;border-color:#b2e4c8}.trial-pill.amber{background:#fef3e0;color:#8b5e00;border-color:#ffd9a0}.trial-pill.red{background:#fef2f2;color:#991b1b;border-color:#fecaca}.trial-dot{width:7px;height:7px;border-radius:50%}.ts-wrap{max-width:1200px;margin:0 auto;padding:32px 48px 120px}.book-pg-h1,.ext-h1,.ts-h1{font-size:28px;font-weight:800;color:#0f172a;letter-spacing:-1px;margin-bottom:5px}.book-intro p,.page-title p,.ts-sub{font-size:14px;color:#64748b;line-height:1.7;margin-bottom:16px}.trial-meter{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fff;border:1.5px solid #eaeef2;border-radius:12px;width:-moz-fit-content;width:fit-content;margin-bottom:22px;font-size:12px;color:#4a6380}.trial-pips{display:flex;gap:3px}.trial-pip{width:18px;height:5px;border-radius:3px}.trial-pip.used{background:#12b8a6}.trial-pip.gold{background:#ffb26b}.trial-pip.empty{background:#eaeef2}.sample-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-bottom:18px}.scard{background:#fff;border:2px solid #eaeef2;border-radius:20px;padding:18px;cursor:pointer;transition:all .22s;position:relative;display:flex;gap:14px;align-items:stretch;overflow:hidden;text-align:left;color:inherit}.scard:hover:not(:disabled){border-color:#12b8a6;box-shadow:0 10px 32px rgba(18,184,166,.12);transform:translateY(-2px)}.scard:disabled{cursor:not-allowed}.scard.sel{border-color:#12b8a6;box-shadow:0 0 0 3px rgba(18,184,166,.15)}.scard-check{position:absolute;top:12px;right:12px;width:24px;height:24px;border-radius:50%;background:#12b8a6;color:#fff;font-size:11px;font-weight:700;display:none;align-items:center;justify-content:center}.scard-info,.scard.sel .scard-check{display:flex}.scard-info{flex-direction:column;gap:9px;max-width:200px}.scard-icon{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scard-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:2px;display:block}.scard-sub{font-size:11.5px;color:#94a3b8;margin-bottom:8px;display:block}.tag-row{display:flex;flex-wrap:wrap;gap:3px}.stag{font-size:10px;font-weight:500;padding:2.5px 9px;border-radius:100px;display:inline-block;margin:2px}.stag-b{background:#eef4ff;color:#3b6fd4}.stag-g{background:#e4f5ec;color:#1a6b40}.stag-a{background:#fef3e0;color:#8b5e00}.stag-p{background:#eeedfe;color:#4c3ab5}.stag-r{background:#fef2f2;color:#dc2626}.sample-thumb{position:relative;flex:1 1;min-width:0;height:150px;border-radius:14px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.sample-thumb img{object-fit:cover;transition:transform .25s}.scard:hover .sample-thumb img{transform:scale(1.04)}.upload-card{border-style:dashed;background:linear-gradient(135deg,#f8fafc,#f0fbf9);flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;min-height:160px}.upload-card span{font-size:11.5px;color:#94a3b8}.upload-card button{font-style:normal;font-size:12.5px;font-weight:600;background:#fff;color:#0a1929;border:1.5px solid #eaeef2;padding:8px 16px;border-radius:9px;cursor:pointer}.upload-card button:disabled{opacity:.55;cursor:not-allowed}.upload-card.has-preview{justify-content:flex-start;gap:10px}.upload-preview-thumb{position:relative;width:100%;height:145px;border-radius:14px;overflow:hidden;background:#0a1929;border:1px solid #dde8f1}.upload-preview-thumb img{object-fit:cover}.upload-preview-thumb span{position:absolute;right:10px;top:10px;background:rgba(10,25,41,.88);color:#fff;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:800}.upload-preview-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.bottom-bar{position:fixed;bottom:0;left:0;right:0;height:68px;background:#fff;border-top:1px solid #eaeef2;padding:0 48px;justify-content:space-between;z-index:200;box-shadow:0 -4px 20px rgba(10,20,40,.06)}.bb-left,.bottom-bar{display:flex;align-items:center}.bb-left{gap:10px;font-size:13px;color:#7a8a99}.bb-icon{width:26px;height:26px;border-radius:7px;background:#f8fafc;border:1px solid #eaeef2;display:flex;justify-content:center}.bb-icon,.run-btn{align-items:center}.run-btn{font-size:14px;font-weight:600;padding:11px 26px 11px 22px;border-radius:12px;cursor:pointer;display:inline-flex;gap:12px;border:none;transition:all .3s}.run-btn.off{background:#e8edf2;color:#9aaab8;cursor:not-allowed}.run-btn.on{background:#0a1929;color:#fff;box-shadow:0 5px 18px rgba(10,25,41,.2)}.run-btn.on:hover{background:#ff6b47}.gate-card{border-radius:18px;padding:22px 24px;margin-bottom:18px}.email-gate{background:linear-gradient(135deg,#f0fbf9,#eef4ff);border:1.5px solid #d1faf0}.otp-gate{background:linear-gradient(135deg,#eef4ff,#f5f3ff);border:1.5px solid #c7d4ff}.gate-card h3{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:4px}.gate-card p{font-size:13px;color:#64748b;margin-bottom:14px;line-height:1.6}.gate-row{display:flex;gap:10px}.gate-row input{flex:1 1;padding:10px 14px;border:1.5px solid #d1faf0;border-radius:10px;color:#0f172a;background:#fff;outline:none}.gate-actions button,.gate-row button{font-size:13px;font-weight:600;background:#12b8a6;color:#fff;border:none;padding:10px 20px;border-radius:10px;cursor:pointer;white-space:nowrap}.gate-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.gate-actions .link-btn{font-size:12px;color:#64748b;background:none;text-decoration:underline;padding:0}.otp-meta{font-size:12px!important;color:#475569!important;margin-top:-6px!important}.otp-row{display:flex;gap:8px;margin-bottom:12px}.otp-box{width:46px;height:52px;border:2px solid #e2e8f0;border-radius:10px;font-size:22px;font-weight:700;color:#0f172a;text-align:center;background:#f8fafc;outline:none;transition:all .2s}.otp-box:focus{border-color:#12b8a6;background:#fff;box-shadow:0 0 0 3px rgba(18,184,166,.1)}.otp-box.wrong{border-color:#ef4444;animation:shake .4s ease}.otp-box.right{border-color:#22c55e;background:#f0fdf4}.otp-timer{color:#64748b}.error-msg,.otp-timer{font-size:12px;font-weight:600}.error-msg{color:#ef4444}.success-msg{font-size:12px;color:#22c55e;font-weight:600}.exhausted-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 106px);padding:48px;text-align:center}.exhausted-wrap h2{font-size:28px;font-weight:800}.exhausted-wrap p{font-size:15px;color:#64748b;line-height:1.7;max-width:420px;margin:10px 0 16px}.lock-badge{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#fef2f2,#fdeee8);border:2px solid #fecaca;color:#ef4444;display:flex;align-items:center;justify-content:center;margin-bottom:28px}.lock-badge svg{display:block}.reachout-pill{background:#f0fbf9;border:1px solid #b2ede7;border-radius:12px;padding:12px 20px;margin-bottom:32px;color:#0f172a}.bsubmit svg{display:block;flex-shrink:0}.ext-pg{max-width:1200px;margin:0 auto;padding:32px 48px 48px}.page-title{margin-bottom:24px}.ext-cols{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:18px;gap:18px;align-items:start}.lbl-card,.res-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 24px rgba(10,20,40,.07);overflow:hidden}.lbl-card-hdr{gap:9px;padding:13px 18px;border-bottom:1px solid #f1f5f9}.lbl-card-hdr,.lbl-card-ico{display:flex;align-items:center}.lbl-card-ico{width:28px;height:28px;border-radius:7px;background:#f0fbf9;justify-content:center}.lbl-card-name{font-size:13px;font-weight:600;color:#0f172a}.lbl-image-preview{position:relative;margin:20px 18px 0;min-height:360px;border-radius:14px;overflow:hidden;background:#0a1929;border:1px solid #e2e8f0;display:block;width:calc(100% - 36px);cursor:pointer}.lbl-image-preview img{object-fit:cover}.preview-zoom-icon{position:absolute;top:12px;right:12px;width:38px;height:38px;border-radius:999px;background:linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(229,255,251,.94));color:#0a1929;border:1px solid rgba(15,23,42,.18);box-shadow:0 10px 28px rgba(2,8,23,.35),0 0 0 2px hsla(0,0%,100%,.68);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.preview-zoom-icon svg{width:19px;height:19px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.lbl-image-preview:hover .preview-zoom-icon{transform:scale(1.06);box-shadow:0 12px 34px rgba(2,8,23,.42),0 0 0 2px hsla(0,0%,100%,.78)}.lbl-ingr{padding:9px 18px 12px;font-size:10.5px;color:#94a3b8;line-height:1.6}.lbl-actions,.lbl-ingr{border-top:1px solid #f1f5f9}.lbl-actions{display:flex;gap:8px;padding:14px 18px;flex-wrap:wrap}.act-btn{font-size:12px;font-weight:500;padding:8px 14px;border-radius:9px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s;border:1.5px solid #e2e8f0;background:#fff;color:#4a6380}.act-btn:hover{border-color:#12b8a6;color:#12b8a6}.act-btn-primary{background:linear-gradient(135deg,#12b8a6,#0ea5a0);color:#fff;border:none;font-weight:600;font-size:13px;padding:9px 18px;box-shadow:0 3px 12px rgba(18,184,166,.28)}.act-btn-dark{background:#0a1929;color:#fff;border-color:#0a1929;font-weight:600}.act-btn-dark:hover{background:#ff6b47;border-color:#ff6b47;color:#fff}.res-tabs{display:flex;border-bottom:1px solid #f1f5f9;background:#fafbfc;padding:0 5px}.res-tab{padding:12px 14px;font-size:12.5px;font-weight:500;color:#94a3b8;cursor:pointer;background:none;border-bottom:2px solid transparent;transition:all .2s}.res-tab.active{color:#0f172a;border-bottom-color:#12b8a6;background:#fff}.res-body{padding:18px 20px}.conf-row{display:flex;align-items:center;gap:11px;background:linear-gradient(135deg,#f0fbf9,#e8f8f6);border-radius:10px;padding:10px 14px;margin-bottom:16px;border:1px solid #d1faf0}.conf-label{font-size:12px;font-weight:600;color:#0f172a;white-space:nowrap}.conf-track{flex:1 1;background:#e2e8f0;overflow:hidden}.conf-fill,.conf-track{height:5px;border-radius:3px}.conf-fill{background:linear-gradient(90deg,#12b8a6,#22d3c8);transition:width 1s ease;width:0}.conf-pct{font-size:12.5px;font-weight:700;color:#12b8a6;white-space:nowrap}.ntbl{width:100%;border-collapse:collapse}.ntbl thead tr{background:#f8fafc}.ntbl th{padding:8px 10px;text-align:left;font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid #f1f5f9}.ntbl th:last-child{text-align:center}.ntbl td{padding:9px 10px;border-bottom:1px solid #f8fafc;font-size:12.5px;color:#64748b;vertical-align:middle}.ntbl td:nth-child(2){font-weight:600;color:#0f172a}.ntbl td:last-child{text-align:center}.cdot2{width:9px;height:9px;border-radius:50%;display:inline-block}.c2-hi{background:#22c55e}.c2-me{background:#f59e0b}.c2-lo{background:#ef4444}.cleg2{display:flex;gap:14px;padding:10px 10px 3px;border-top:1px solid #f1f5f9}.cli2{display:flex;align-items:center;gap:4px;font-size:11.5px;color:#64748b}.tab-kicker{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:9px}.ingr-txt2{font-size:12.5px;color:#4a6380;line-height:1.85;background:#f8fafc;border-radius:10px;padding:12px 14px;border:1px solid #f1f5f9}.param-stack{display:flex;flex-direction:column;gap:12px}.param-section-title{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}.pill2{font-size:11px;font-weight:500;padding:4px 11px;border-radius:100px;display:inline-block;margin:2px;max-width:100%;white-space:normal;overflow-wrap:anywhere}.param-section-long .pill2{display:block;width:100%;line-height:1.65;border-radius:18px;padding:11px 14px}.pill2-r{background:#fef2f2;color:#dc2626}.pill2-g{background:#f0fdf4;color:#16a34a}.pill2-a{background:#fffbeb;color:#d97706}.pill2-b{background:#eff6ff;color:#2563eb}.proc2{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px 40px;gap:12px;background:radial-gradient(circle at 50% 24%,#f0fbf9 0,#fff 34%,#fff 100%);border-radius:20px;border:1px solid #e2e8f0}.progress-ring{width:86px;height:86px;border-radius:50%;background:#e2e8f0;display:grid;place-items:center;box-shadow:0 16px 38px rgba(18,184,166,.14);position:relative}.progress-ring:before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,#12b8a6 0 78deg,transparent 78deg 1turn);animation:spin 1s linear infinite}.progress-ring-inner{width:74px;height:74px;border-radius:50%;background:#fff;display:grid;place-items:center;border:1px solid #d1faf0;position:relative;z-index:1}.proc-label{font-size:17px;font-weight:800;color:#0f172a;margin-top:8px}.proc-sub{font-size:11px;color:#94a3b8;margin-top:-6px}.psteps2{display:flex;flex-direction:column;gap:5px;width:100%;max-width:280px;margin-top:8px}.pstep2{display:flex;align-items:center;gap:9px;font-size:12px;color:#a6b3c3;padding:7px 10px;border-radius:8px;transition:all .25s}.pstep2.done{color:#22c55e;background:#f0fdf4}.pstep2.active{color:#0f172a;background:#f0fbf9;font-weight:700}.pdot2{width:12px;height:12px;border-radius:50%;background:#e2e8f0;flex-shrink:0;display:grid;place-items:center;font-size:9px;font-weight:900;color:#fff;line-height:1}.pstep2.done .pdot2{background:#22c55e}.pstep2.active .pdot2{background:#12b8a6;animation:blink .7s infinite}.book-pg{max-width:1200px;margin:0 auto;padding:32px 48px 48px}.book-intro{max-width:440px}.book-main{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:22px;gap:22px;margin-top:28px;align-items:start}.bform-card{background:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 5px 28px rgba(10,20,40,.07);padding:28px}.bform-card h3{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:3px}.bform-card p{font-size:13px;color:#64748b;margin-bottom:22px;line-height:1.6}.bfg{margin-bottom:13px;display:block}.bflabel{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.7px;margin-bottom:6px;display:block}.bfinput{width:100%;padding:10px 13px;border:1.5px solid #e2e8f0;border-radius:11px;font-size:13px;color:#0f172a;background:#f8fafc;outline:none;transition:all .2s}.bfinput:focus{border-color:#12b8a6;background:#fff}textarea.bfinput{min-height:78px;resize:vertical}.bfrow{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.bsubmit{width:100%;padding:13px;background:linear-gradient(135deg,#12b8a6,#0ea5a0);color:#fff;border:none;border-radius:11px;font-size:14px;font-weight:600;cursor:pointer;justify-content:center;gap:9px;box-shadow:0 5px 18px rgba(18,184,166,.28);margin-top:5px}.bsubmit,.bsuccess-card{display:flex;align-items:center}.bsuccess-card{background:linear-gradient(145deg,#ebf8f6,#e0f5f1 40%,#ebf5ff);border-radius:24px;border:1px solid #d1faf0;flex-direction:column;text-align:center;animation:fadeIn .35s ease}.bsc-booked{padding:40px 32px 36px}.bsc-rings{margin-bottom:24px}.bsc-ring-outer{width:110px;height:110px;background:rgba(18,184,166,.1)}.bsc-ring-mid,.bsc-ring-outer{border-radius:50%;display:flex;align-items:center;justify-content:center}.bsc-ring-mid{width:86px;height:86px;background:rgba(18,184,166,.18)}.bsc-ring-inner{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#12b8a6,#0ea5a0);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px rgba(18,184,166,.38)}.bsc-title{font-size:26px;font-weight:800;color:#12b8a6;margin-bottom:10px;letter-spacing:-.5px}.bsc-sub{font-size:14px;color:#64748b;line-height:1.7;max-width:320px;margin-bottom:24px}.bsc-email-pill{gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 20px;width:100%;max-width:340px;box-shadow:0 4px 14px rgba(15,23,42,.06)}.bsc-email-pill,.bsc-mail-icon{display:flex;align-items:center}.bsc-mail-icon{width:40px;height:40px;border-radius:12px;background:#f0fbf9;border:1px solid #d1faf0;color:#12b8a6;justify-content:center;flex-shrink:0}.bsc-pill-label{font-size:11px;color:#94a3b8;margin-bottom:3px;text-align:left}.bsc-pill-email{font-size:14px;font-weight:700;color:#0f172a;text-align:left}.bsc-scheduled{padding:36px 36px 32px;text-align:left;align-items:stretch}.bsc-sch-title{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:8px;text-align:center;letter-spacing:-.5px}.bsc-sch-title span{color:#12b8a6}.bsc-sch-sub{font-size:14px;color:#64748b;text-align:center;margin-bottom:24px;line-height:1.6}.bsc-session-name{font-size:15px;font-weight:700;color:#0f172a;text-align:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e2edf0}.bsc-details{display:flex;flex-direction:column;gap:18px}.bsc-detail-row{display:grid;grid-template-columns:130px 1fr;grid-gap:12px;gap:12px;align-items:start}.bsc-detail-key{color:#94a3b8;padding-top:1px}.bsc-detail-key,.bsc-detail-val{font-size:13.5px;font-weight:500}.bsc-detail-val{color:#0f172a;line-height:1.65}.bsc-meet-link{color:#12b8a6;font-weight:600;text-decoration:none;word-break:break-all;line-height:1.5}.bsc-meet-link:hover{text-decoration:underline}.bsc-coord-email{font-size:12.5px;color:#64748b;margin-top:2px}.bsc-try-again{margin-top:28px;font-size:13px;font-weight:600;background:#0a1929;color:#fff;border:none;padding:12px 26px;border-radius:11px;cursor:pointer;align-self:center;transition:opacity .2s}.bsc-try-again:hover{opacity:.85}.bfeats{display:flex;flex-direction:column;gap:12px}.bfeat-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px 18px;display:flex;align-items:center;gap:14px;transition:all .2s;text-align:left;cursor:pointer;font-family:inherit;width:100%}.bfeat-card.selected,.bfeat-card:hover{border-color:#12b8a6;transform:translateY(-2px)}.bfeat-card.selected{box-shadow:0 0 0 2px #12b8a6;background:#f0fdfa}.bfeat-icon{width:44px;height:44px;border-radius:13px;background:#e0f5f3;color:#12b8a6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bfeat-icon img,.bfeat-icon svg{display:block}.bfeat-body{flex:1 1}.bfeat-title{font-size:13.5px;font-weight:700;color:#0f172a;margin-bottom:3px}.bfeat-sub{font-size:12px;color:#64748b;line-height:1.55}.bfeat-arrow{width:30px;height:30px;border-radius:50%;border:1.5px solid #d1faf0;background:#f0fdfa;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#12b8a6;transition:all .2s}.bfeat-card.selected .bfeat-arrow,.bfeat-card:hover .bfeat-arrow{background:#12b8a6;color:#fff;border-color:#12b8a6}.bfeats{position:relative;padding-top:58px}.book-deco{position:absolute;right:-24px;top:-112px;width:318px;max-width:70%;pointer-events:none;z-index:0}.book-deco img{display:block;width:100%;height:auto}.bfeat-card{position:relative;z-index:1;min-height:92px;cursor:default;box-shadow:0 14px 38px rgba(15,23,42,.06)}.bfeat-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 18px 44px rgba(15,23,42,.1);background:#fff}.bfeat-card.selected{box-shadow:0 14px 38px rgba(15,23,42,.06);background:#fff;border-color:#e2e8f0}.bfeat-card.selected:hover{border-color:#cbd5e1}.bfeat-card .bfeat-arrow{background:#fff}.bfeat-card:hover .bfeat-arrow{color:#fff}.bfeat-teal .bfeat-icon{background:#ddf7f3;color:#12b8a6}.bfeat-teal .bfeat-arrow{border-color:#d1faf0;color:#12b8a6}.bfeat-teal:hover .bfeat-arrow{background:#12b8a6;border-color:#12b8a6}.bfeat-amber .bfeat-icon{background:#fff1db;color:#f59e0b}.bfeat-amber .bfeat-arrow{border-color:#ffe4b8;color:#f59e0b}.bfeat-amber:hover .bfeat-arrow{background:#f59e0b;border-color:#f59e0b}.bfeat-blue .bfeat-icon{background:#eef4ff;color:#6366f1}.bfeat-blue .bfeat-arrow{border-color:#dbe4ff;color:#6366f1}.bfeat-blue:hover .bfeat-arrow{background:#6366f1;border-color:#6366f1}.bfeat-purple .bfeat-icon{background:#f1ecff;color:#64748b}.bfeat-purple .bfeat-arrow{border-color:#e8deff;color:#64748b}.bfeat-purple:hover .bfeat-arrow{background:#64748b;border-color:#64748b}.bfeat-slate .bfeat-icon{background:#dff7f2;color:#64748b}.bfeat-slate{min-height:76px}.bfeat-slate .bfeat-arrow{display:none}.bfeat-slate .bfeat-title{margin-bottom:0}.toast{position:fixed;bottom:20px;right:20px;background:#0a1929;color:#fff;padding:10px 18px;border-radius:100px;font-size:12px;font-weight:500;opacity:0;transform:translateY(8px);transition:all .25s;z-index:9999;pointer-events:none}.toast.show{opacity:1;transform:none}.email-dialog-backdrop{position:fixed;inset:0;background:rgba(5,15,30,.46);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9998;display:flex;align-items:center;justify-content:center;padding:20px}.email-dialog{width:min(460px,100%);background:#fff;border:1px solid #dce7f3;border-radius:24px;box-shadow:0 30px 80px rgba(15,23,42,.28);padding:26px}.email-dialog-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#0a1929,#0f766e);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.email-dialog-icon svg{display:block}.email-dialog h3{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:8px}.email-dialog p{font-size:13px;line-height:1.7;color:#64748b;margin-bottom:18px}.email-dialog label{display:block;font-size:10.5px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.7px}.email-dialog input{width:100%;margin-top:7px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#0f172a;border-radius:12px;padding:12px 13px;font-size:14px;outline:none;text-transform:none;letter-spacing:0;font-weight:500}.email-dialog input:focus{border-color:#12b8a6;background:#fff;box-shadow:0 0 0 3px rgba(18,184,166,.12)}.email-dialog-error{margin-top:10px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:9px 11px;font-size:12px;font-weight:700}.email-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.email-dialog-actions button{border:none;border-radius:12px;padding:11px 16px;font-weight:800;cursor:pointer}.email-dialog-actions button:disabled{opacity:.6;cursor:not-allowed}.email-dialog-secondary{background:#f1f5f9;color:#334155}.email-dialog-primary{background:#0a1929;color:#fff}.limit-dialog-backdrop{position:fixed;inset:0;background:rgba(5,15,30,.44);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;display:flex;align-items:center;justify-content:center;padding:20px}.limit-dialog{width:min(480px,100%);background:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 30px 80px rgba(15,23,42,.28);padding:28px;text-align:center;animation:popIn .22s ease}.limit-dialog-icon{width:48px;height:48px;border-radius:16px;background:#fef2f2;color:#ef4444;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.limit-dialog-icon svg{display:block}.limit-dialog-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:10px}.limit-dialog p{font-size:14px;line-height:1.7;color:#52637a;margin-bottom:10px}.limit-dialog-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.limit-dialog-actions{display:flex;gap:10px;justify-content:center;margin-top:18px}.limit-dialog-actions button{border:none;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer}.limit-dialog-secondary{background:#f1f5f9;color:#334155}.limit-dialog-primary{background:#0a1929;color:#fff}@keyframes popIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:none}}.legal-backdrop{position:fixed;inset:0;background:rgba(5,15,30,.48);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10020;display:flex;align-items:center;justify-content:center;padding:20px}.legal-dialog{width:min(520px,100%);background:#fff;border:1px solid #dce7f3;border-radius:24px;box-shadow:0 30px 90px rgba(15,23,42,.28);padding:28px;position:relative;animation:popIn .22s ease}.legal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;background:#f1f5f9;color:#475569;display:grid;place-items:center;cursor:pointer}.legal-close:hover{background:#e2e8f0;color:#0f172a}.legal-icon{width:54px;height:54px;border-radius:16px;background:#e6fffb;color:#12b8a6;display:grid;place-items:center;margin-bottom:16px}.legal-dialog h2{font-size:25px;font-weight:900;color:#0f172a;letter-spacing:-.6px;margin-bottom:8px}.legal-dialog p{font-size:14px;line-height:1.7;color:#64748b;margin-bottom:18px}.legal-check{display:flex;align-items:flex-start;gap:12px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:14px;color:#334155;font-size:13.5px;line-height:1.65;cursor:pointer}.legal-check input{width:18px;height:18px;margin-top:2px;accent-color:#12b8a6;flex-shrink:0}.legal-check a{color:#0ea5a0;font-weight:800;text-decoration:none}.legal-check a:hover{text-decoration:underline}.legal-error{margin-top:12px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:700}.legal-continue{width:100%;margin-top:18px;border:none;border-radius:14px;background:#12b8a6;color:#fff;padding:13px 18px;font-weight:900;cursor:pointer;box-shadow:0 14px 30px rgba(18,184,166,.2)}.legal-continue:disabled{background:#cbd5e1;color:#64748b;box-shadow:none;cursor:not-allowed}.policy-page{min-height:100vh;background:#f8fafc;padding:34px 18px 56px}.policy-back{display:block;margin:0 auto 18px;max-width:980px;color:#0ea5a0;font-weight:800;text-decoration:none}.policy-card{max-width:980px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 18px 55px rgba(15,23,42,.08);padding:30px}.policy-card pre{white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:14px;line-height:1.8;color:#334155}.image-viewer-backdrop{position:fixed;inset:0;background:rgba(248,250,252,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}.image-viewer{width:min(1180px,100%);height:min(860px,92vh);background:#fff;border:1px solid #dce7f3;border-radius:28px;box-shadow:0 30px 90px rgba(15,23,42,.18);display:flex;flex-direction:column;overflow:hidden}.image-viewer-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fffe,#f8fafc);color:#0f172a}.image-viewer-title{font-size:17px;font-weight:800}.image-viewer-count{font-size:12px;color:#64748b;margin-top:3px}.image-viewer-close{background:#0a1929;color:#fff;border:none;border-radius:13px;padding:10px 16px;font-weight:800;cursor:pointer}.image-viewer-stage{position:relative;flex:1 1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#f0fbf9);touch-action:none;cursor:default}.image-viewer-stage.zoomed{cursor:-webkit-grab;cursor:grab}.image-viewer-stage.zoomed:active{cursor:-webkit-grabbing;cursor:grabbing}.image-viewer-stage img{max-width:92%;max-height:92%;object-fit:contain;transition:transform .08s;transform-origin:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #d1faf0;background:#fff;color:#12b8a6;cursor:pointer;z-index:1;box-shadow:0 8px 24px rgba(15,23,42,.12);display:grid;place-items:center;line-height:0;padding:0}.image-nav svg{width:25px;height:25px;display:block;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none}.image-nav-left{left:18px}.image-nav-right{right:18px}.image-viewer-controls{display:flex;align-items:center;justify-content:center;gap:14px;padding:13px 18px;border-top:1px solid #e2e8f0;background:#fff;color:#64748b}.image-viewer-controls span{font-size:12px;color:#64748b;font-weight:700}.image-viewer-controls strong{min-width:46px;text-align:center;font-size:12px;color:#12b8a6}.image-viewer-controls button{border:none;background:#e6fffb;color:#075e59;border-radius:999px;padding:8px 13px;font-weight:800;cursor:pointer}.phone-field{display:flex;border:1.5px solid #e2e8f0;border-radius:11px;overflow:hidden;background:#f8fafc;transition:border-color .2s;height:42px}.phone-field:focus-within{border-color:#12b8a6;background:#fff}.phone-country{position:relative;display:flex;align-items:center;gap:4px;padding:0 8px 0 10px;border-right:1.5px solid #e2e8f0;background:#f0fbf9;cursor:pointer;min-width:90px;flex-shrink:0}.phone-flag{font-size:18px;line-height:1;pointer-events:none}.phone-dial{font-size:12px;font-weight:700;color:#0f172a;pointer-events:none;white-space:nowrap}.phone-chevron{pointer-events:none;color:#94a3b8;flex-shrink:0}.phone-select{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.phone-input{flex:1 1;border:none;background:transparent;outline:none;padding:0 12px;font-size:13px;color:#0f172a;min-width:0}.phone-input::placeholder{color:#cbd5e1}.intl-phone-field{width:100%;overflow:visible;position:relative;--react-international-phone-height:42px;--react-international-phone-border-radius:11px;--react-international-phone-border-color:transparent;--react-international-phone-background-color:transparent;--react-international-phone-text-color:#0f172a;--react-international-phone-font-size:13px;--react-international-phone-country-selector-background-color:#f0fbf9;--react-international-phone-country-selector-background-color-hover:#e6fffb;--react-international-phone-country-selector-border-color:transparent;--react-international-phone-country-selector-arrow-color:#94a3b8;--react-international-phone-dropdown-item-background-color:#fff;--react-international-phone-dropdown-item-text-color:#0f172a;--react-international-phone-selected-dropdown-item-background-color:#f1f5f9;--react-international-phone-dropdown-item-dial-code-color:#64748b}.intl-phone-field .react-international-phone-country-selector{height:100%;flex-shrink:0}.intl-phone-country{width:88px;height:100%!important;border:none!important;border-right:1.5px solid #e2e8f0!important;border-radius:10px 0 0 10px!important;background:#f0fbf9!important;gap:8px}.intl-phone-country .react-international-phone-country-selector-button__flag-emoji{width:24px;height:24px;margin:0}.intl-phone-country .react-international-phone-country-selector-button__dropdown-arrow{margin:0 0 0 8px;border-top-color:#94a3b8}.intl-phone-input{height:100%!important;flex:1 1!important;min-width:0!important;border:none!important;background:transparent!important;padding:0 15px!important;color:#0f172a!important;font-size:13px!important;box-shadow:none!important}.intl-phone-input::placeholder{color:#cbd5e1!important}.intl-phone-dropdown{z-index:10001!important;top:48px!important;border:1px solid #dce7f3!important;border-radius:14px!important;box-shadow:0 18px 45px rgba(15,23,42,.16)!important;overflow:auto!important}.intl-phone-dropdown,.intl-phone-dropdown .react-international-phone-country-selector-dropdown__list-item{background:#fff!important}.intl-phone-dropdown .react-international-phone-country-selector-dropdown__list-item--focused,.intl-phone-dropdown .react-international-phone-country-selector-dropdown__list-item--selected,.intl-phone-dropdown .react-international-phone-country-selector-dropdown__list-item:hover{background:#f1f5f9!important}.sched-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 13px;border:1.5px solid #e2e8f0;border-radius:11px;background:#f8fafc;font-size:13px;cursor:pointer;text-align:left;transition:all .2s}.sched-trigger:hover{border-color:#12b8a6;background:#fff}.sched-trigger-text{flex:1 1;color:#cbd5e1;font-style:italic}.sched-trigger-filled .sched-trigger-text{color:#0f172a;font-style:normal;font-weight:500}.sched-trigger svg{flex-shrink:0;color:#94a3b8}.sched-trigger-filled svg{color:#12b8a6}.sched-backdrop{position:fixed;inset:0;background:rgba(5,15,30,.52);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.sched-dialog{width:min(420px,100%);background:#fff;border-radius:20px;box-shadow:0 40px 100px rgba(15,23,42,.32);overflow:hidden;animation:popIn .22s ease}.sched-head{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 18px 0}.sched-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:4px}.sched-title em{color:#12b8a6;font-style:italic}.sched-sub{font-size:12px;color:#94a3b8}.sched-close{width:28px;height:28px;border-radius:50%;border:none;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .15s}.sched-close:hover{background:#e2e8f0;color:#0f172a}.sched-phase{padding:0}.sched-month-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 18px 6px}.sched-month-lbl{font-size:15px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.sched-nav-btn{width:30px;height:30px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:all .15s}.sched-nav-btn:hover:not(:disabled){background:#12b8a6;border-color:#12b8a6;color:#fff}.sched-nav-btn:disabled{opacity:.3;cursor:not-allowed}.sched-nav-sm{width:26px;height:26px}.sched-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:0;gap:0;padding:4px 0 8px}.sched-wkday{font-size:10px;font-weight:700;color:#94a3b8;text-align:center;padding:4px 0;text-transform:uppercase;letter-spacing:.4px}.sched-sun-hdr{color:#ef4444}.sched-cell-empty,.sched-day{height:38px}.sched-day{width:38px;min-width:38px;margin:0 auto;border-radius:50%;border:none;background:transparent;font-size:13.5px;font-weight:400;color:#334155;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;line-height:1;padding:0}.sched-day:hover:not(:disabled):not(.sched-day-sel){background:#f0fbf9;color:#12b8a6;font-weight:600}.sched-day-sel{background:#12b8a6!important;color:#fff!important;font-weight:700;box-shadow:0 4px 10px rgba(18,184,166,.4)}.sched-day-dis{opacity:.28;cursor:not-allowed}.sched-day-sun{color:#ef4444}.sched-day-sat{color:#94a3b8}.sched-footer{padding:12px 18px 18px}.sched-continue{width:100%;padding:13px;background:#12b8a6;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;letter-spacing:.1px}.sched-continue:hover:not(:disabled){background:#0ea5a0;box-shadow:0 5px 16px rgba(18,184,166,.35)}.sched-continue-off{opacity:.45;cursor:not-allowed}.sched-week-hdr{display:flex;align-items:center;justify-content:space-between;padding:16px 22px 10px}.sched-selected-day{font-size:15px;font-weight:700;color:#0f172a}.sched-week-nav{display:flex;gap:6px}.sched-week-strip{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:6px;gap:6px;padding:0 16px 14px}.sched-wday-chip{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;cursor:pointer;transition:all .15s}.sched-wday-chip:hover:not(:disabled):not(.sched-wday-sel){border-color:#12b8a6;background:#f0fbf9}.sched-wday-sel{background:#12b8a6;border-color:#12b8a6;color:#fff}.sched-wday-dis{opacity:.35;cursor:not-allowed}.sched-wday-sun{opacity:.25;cursor:not-allowed}.sched-wday-sat{opacity:.35;cursor:not-allowed}.sched-chip-label{font-size:10px;font-weight:700;color:inherit;text-transform:uppercase;letter-spacing:.4px}.sched-chip-num{font-size:14px;font-weight:700;color:inherit}.sched-wday-chip:not(.sched-wday-sel) .sched-chip-label{color:#94a3b8}.sched-wday-chip:not(.sched-wday-sel) .sched-chip-num{color:#0f172a}.sched-time-section{padding:10px 22px 4px;border-top:1px solid #f1f5f9}.sched-time-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#475569;margin-bottom:12px}.sched-tz{color:#94a3b8;font-weight:400}.sched-slots-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-bottom:4px}.sched-slot{padding:10px 4px;border-radius:10px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:12.5px;font-weight:600;color:#334155;cursor:pointer;text-align:center;transition:all .15s}.sched-slot:hover:not(.sched-slot-sel){border-color:#12b8a6;color:#12b8a6;background:#f0fbf9}.sched-slot-sel{background:#12b8a6;color:#fff;border-color:#12b8a6;box-shadow:0 2px 8px rgba(18,184,166,.3)}.sched-slot-dis,.sched-slot:disabled{cursor:not-allowed;box-shadow:none}.sched-slot-dis,.sched-slot-dis:hover,.sched-slot:disabled{background:#f1f5f9;color:#cbd5e1;border-color:#eef2f7}.sched-no-slots{grid-column:1/-1;padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#94a3b8;font-size:12px;text-align:center}@media (max-width:900px){.anav,.bottom-bar,.hnav,.stepper{padding-left:18px;padding-right:18px}.hbody{flex-direction:column;overflow:visible}.hleft{width:100%;padding:34px 22px}.hleft-h1{font-size:34px}.hright{min-height:440px}.hleft-metrics{display:grid;grid-template-columns:1fr 1fr}.hmet+.hmet:before{display:none}.bento-section,.book-pg,.demo-steps-section,.ext-pg,.ts-wrap,.who-section{padding-left:18px;padding-right:18px}.demo-steps-section,.who-cards{display:grid;grid-template-columns:1fr 1fr}.bento-section,.book-main,.ext-cols,.sample-grid{grid-template-columns:1fr}.bento-large{min-height:auto}.bottom-bar{height:auto;padding-top:12px;padding-bottom:12px;gap:12px;align-items:flex-start;flex-direction:column}.run-btn{width:100%;justify-content:center}.bfrow{grid-template-columns:1fr}.nav-book{display:none}}@media (max-width:560px){.hnav-right{display:none}.gate-actions,.gate-row,.hleft-ctas{flex-direction:column;align-items:stretch}.demo-steps-section,.who-cards{grid-template-columns:1fr}.sample-grid{gap:10px}.scard{flex-direction:column}.sample-thumb{width:100%;flex:none}.otp-row{gap:5px}.otp-box{width:38px;height:48px}.res-tabs{overflow-x:auto}.trial-meter{width:100%;flex-wrap:wrap}.hero-analysis{left:14px}.hero-nutrition{right:12px;width:220px}.hero-json{left:20px}}