:root{--vs-primary:#1e3a8a;--vs-primary-soft:#3b5998;--vs-bg:#fff;--vs-bg-elevated:#f8fafc;--vs-surface:#fff;--vs-surface-muted:#f1f5f9;--vs-border:#e2e8f0;--vs-border-strong:#cbd5e1;--vs-text:#0f172a;--vs-text-muted:#475569;--vs-accent:#2563eb;--vs-highlight:#1e3a8a;--vs-green:#059669;--vs-green-soft:#ecfdf5;--dhaal-primary:#059669;--dhaal-bg:#fff;--dhaal-text:#0f172a;--dhaal-muted:#64748b;--od-primary:#059669;--od-institutional:#1e3a8a;--od-accent:#0369a1;--od-bg:#fff;--od-text:#0f172a;--od-muted:#64748b;--font-display:"Plus Jakarta Sans", system-ui, sans-serif;--font-body:"Plus Jakarta Sans", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--ease-out:cubic-bezier(.16, 1, .3, 1);--header-h:76px;--radius:12px;--radius-lg:20px;--radius-xl:24px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 8px 30px #1e3a8a14;--shadow-lg:0 20px 50px #1e3a8a1a;--content-width:min(1120px, 100% - 2.5rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--vs-bg);color:var(--vs-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.6}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}ul{list-style:none}svg.lucide{stroke-width:2px;flex-shrink:0;width:1.125rem;height:1.125rem}.container{width:min(1120px,100% - 2.5rem);max-width:100%;padding-inline:max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));margin-inline:auto}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--vs-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.h-display{font-family:var(--font-display);letter-spacing:-.03em;color:var(--vs-text);font-weight:700;line-height:1.15}.h-section{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}.lead{color:var(--vs-text-muted);max-width:34rem;font-size:1.0625rem;line-height:1.7}.phone-device{width:min(260px,72vw);box-shadow:var(--shadow-lg), 0 0 0 1px var(--vs-border);background:#fff;border-radius:32px;margin-inline:auto;padding:10px}.phone-device__screen{aspect-ratio:9/19.2;border:1px solid var(--vs-border);background:#f8fafc;border-radius:22px;overflow:hidden}.phone-device__screen img,.phone-device__screen video{object-fit:cover;object-position:top center;width:100%;height:100%}.phone-device--video .phone-device__screen{background:#0a0a0a;justify-content:center;align-items:center;display:flex;overflow:hidden}.phone-device--video .phone-device__screen video{object-fit:contain;object-position:center center}.media-card{border-radius:var(--radius-xl);border:1px solid var(--vs-border);box-shadow:var(--shadow-md);background:#000;overflow:hidden}.media-card video{aspect-ratio:16/9;object-fit:cover;width:100%}.btn{cursor:pointer;min-height:48px;transition:transform .2s var(--ease-out), box-shadow .2s, background .2s;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--vs-primary);color:#fff;box-shadow:0 4px 14px #1e3a8a40}.btn-primary:hover{background:var(--vs-primary-soft)}.btn-secondary{color:var(--vs-highlight);border-color:var(--vs-border-strong);background:#fff}.btn-green{background:var(--dhaal-primary);color:#fff;box-shadow:0 4px 14px #05966940}.brand-nav{z-index:1000;height:var(--header-h);position:fixed;inset:0 0 auto}.brand-nav__bg{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--vs-border);background:#fffffff5;position:absolute;inset:0}.brand-nav.is-scrolled .brand-nav__bg{box-shadow:var(--shadow-sm)}.brand-nav__inner{width:min(1120px,100% - 2.5rem);max-width:100%;height:100%;padding-inline:max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;margin-inline:auto;display:grid;position:relative}.brand-nav--light .brand-nav__bg{border-bottom:1px solid var(--vs-border);background:#fffffff5}.brand-nav--dark .brand-nav__bg{background:#0f172af0;border-bottom:1px solid #ffffff14}.brand-nav--dark .site-nav__links a{color:#ffffffbf}.brand-nav--dark .site-nav__links a:hover{color:#fff;background:#ffffff14}.brand-nav--dark .menu-fab{background:#ffffff14;border-color:#ffffff26}.brand-nav--dark .menu-fab span{background:#fff}.brand-nav__home{justify-self:start;align-items:center;min-height:44px;display:flex}.brand-nav__center{justify-self:center;align-items:center;gap:.75rem;display:flex}.brand-nav__end{justify-self:end;align-items:center;gap:.5rem;display:flex}.site-nav__links{gap:.25rem;display:none}.site-nav__links a{color:var(--vs-text-muted);border-radius:8px;padding:.5rem .875rem;font-size:.875rem;font-weight:500}.site-nav__links a:hover{color:var(--vs-text);background:var(--vs-surface-muted)}.menu-fab{border:1px solid var(--vs-border);cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:flex}.menu-fab span{background:var(--vs-text);border-radius:1px;width:16px;height:2px}.menu-fab.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-fab.is-open span:nth-child(2){opacity:0}.menu-fab.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.menu-fab span{transition:transform .25s,opacity .2s}.drawer{z-index:999;opacity:0;visibility:hidden;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:opacity .35s,visibility .35s;display:flex;position:fixed;inset:0}.drawer.is-open{opacity:1;visibility:visible}.drawer a{color:var(--vs-text);padding:.5rem 1rem;font-size:1.5rem;font-weight:600}.preloader{z-index:10000;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;display:flex;position:fixed;inset:0}.preloader-bar-wrap{background:var(--vs-surface-muted);border-radius:4px;width:180px;height:3px;overflow:hidden}.preloader-bar{background:var(--vs-primary);width:0;height:100%;transition:width .2s}.card{background:var(--vs-surface);border:1px solid var(--vs-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.card-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.card-grid--2{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.card-grid--3{grid-template-columns:repeat(3,1fr)}}.split{align-items:center;gap:2rem;display:grid}@media (width>=900px){.split{grid-template-columns:minmax(0,1fr) minmax(260px,380px);align-items:center;gap:2rem}}.form-field{border:1px solid var(--vs-border);background:#fff;border-radius:10px;width:100%;min-height:48px;margin-bottom:.75rem;padding:.75rem 1rem}.form-field:focus{border-color:var(--vs-accent);outline:none;box-shadow:0 0 0 3px #2563eb1f}textarea.form-field{resize:vertical;min-height:120px}.site-footer{background:var(--vs-bg-elevated);border-top:1px solid var(--vs-border);color:var(--vs-text-muted);padding:3rem 0 2rem;font-size:.875rem}.footer-grid{gap:2rem;margin-bottom:2rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-grid strong{color:var(--vs-text);margin-bottom:.5rem;font-weight:600;display:block}.footer-grid a:hover{color:var(--vs-highlight)}.nav-cta-desk,.nav-od-desk{display:none}.nav-od-link{white-space:nowrap;border-radius:8px;padding:.4rem .75rem;font-size:.8125rem;font-weight:600}.brand-nav--light .nav-od-link{color:var(--vs-highlight);background:#eff6ff}@media (width>=960px){.site-nav__links{display:flex}.menu-fab{display:none}.nav-cta-desk,.nav-od-desk{display:inline-flex}}@media (width<=959px){.brand-nav__inner{grid-template-columns:1fr auto}.brand-nav__center{display:none}}[hidden]{display:none!important}.section-block{padding:clamp(3.5rem,9vw,6rem) 0}.section--light{background:var(--vs-bg);color:var(--vs-text)}.section--muted{background:var(--vs-bg-elevated)}.section--dark{color:#f1f5f9;background:linear-gradient(#0f172a 0%,#1e293b 100%)}.section--dark .h-display,.section--dark .h-section,.section--dark .eyebrow{color:#f8fafc}.section--dark .eyebrow{color:#93c5fd}.section--dark .lead,.section--dark .prose{color:#cbd5e1}.section--dark .card{color:#f1f5f9;background:#ffffff0f;border-color:#ffffff1a}.section--dark .team-card{color:var(--vs-text);border-color:var(--vs-border);background:#fff}.section--dark .team-card h3{color:var(--vs-text)}.section--dark .team-card .role{color:var(--vs-green)}.section--dark .team-card p{color:var(--vs-text-muted)}.section--dark .stat{background:#ffffff0f;border-color:#ffffff1a}.section--dark .stat strong{color:#f8fafc}.section--dark .stat span{color:#94a3b8}.section--dark .feature-item{background:#ffffff0f;border-color:#ffffff1a}.section--dark .feature-item h3{color:#f8fafc}.section--dark .feature-item p{color:#94a3b8}.section--dark .btn-secondary{color:#fff;background:0 0;border-color:#ffffff59}.site-footer--dark{color:#94a3b8;background:#0f172a;border-top:1px solid #ffffff14}.site-footer--dark a{color:#93c5fd}.site-footer--dark strong,.site-footer--dark .brand-lockup__word{color:#f8fafc}.media-frame{border-radius:var(--radius-xl);border:1px solid var(--vs-border);box-shadow:var(--shadow-md);background:#000;overflow:hidden}.media-frame video{width:100%;display:block}@media (prefers-reduced-motion:reduce){.preloader{display:none!important}}.logo-viasalus,.logo-dhaal,.logo-partner{object-fit:contain;height:auto;display:block;width:auto!important}.logo-viasalus--sm{height:44px}.logo-viasalus--pre{height:52px}.logo-viasalus--foot{height:48px}.logo-dhaal--sm{height:38px}.logo-dhaal--hero{height:clamp(72px,14vw,108px);margin-bottom:1rem}.logo-dhaal--section{height:56px;margin-bottom:1.25rem}.logo-partner--sm{height:34px;max-height:44px}.brand-lockup{align-items:center;gap:.625rem;text-decoration:none;display:inline-flex}.brand-lockup__word{letter-spacing:-.02em;color:var(--vs-highlight);font-size:1.125rem;font-weight:700}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-index.is-loading{overflow:hidden}.page-index{position:relative;overflow-x:hidden}.page-index>main{z-index:1;position:relative}.page-backdrop{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.page-backdrop__video{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.page-backdrop__scrim{z-index:2;background:linear-gradient(105deg,#fffffff0 0%,#ffffffd1 38%,#ffffff8c 68%,#ffffff59 100%);position:absolute;inset:0}.page-index .brand-nav{z-index:1000;position:fixed}.hero{min-height:calc(100svh - var(--header-h));margin-top:var(--header-h);background:0 0;align-items:center;display:flex;position:relative}.hero__content{z-index:2;max-width:40rem;padding:clamp(2rem,5vh,3rem) 0 clamp(2.5rem,6vh,3.5rem);position:relative}.hero__lead{color:#334155;text-shadow:0 1px 12px #ffffffd9}.hero__title{text-shadow:0 2px 24px #ffffffe6}.hero__badge{color:var(--vs-highlight);letter-spacing:.04em;background:#1e3a8a14;border:1px solid #1e3a8a1f;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero__badge:before{content:"";background:var(--vs-accent);border-radius:50%;width:6px;height:6px}.hero__title{margin-bottom:1rem;font-size:clamp(2.25rem,5.5vw,3.5rem)}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.page-index .section-block{z-index:1;position:relative}.strip{border-block:1px solid var(--vs-border);background:var(--vs-bg-elevated);padding:.875rem 0;overflow:hidden}.strip__track{width:max-content;color:var(--vs-text-muted);gap:0;font-size:.8125rem;font-weight:500;animation:40s linear infinite marquee;display:flex}.strip__track span{white-space:nowrap;padding:0 1.75rem}.strip__track strong{color:var(--vs-highlight);font-weight:600}@keyframes marquee{to{transform:translate(-50%)}}.section{padding:clamp(4rem,10vw,6rem) 0}.section--alt{background:var(--vs-bg-elevated)}.section-dhaal-product{color:#f0fdf4;background:linear-gradient(165deg,#0a0f0d 0%,#111827 55%,#0f172a 100%);border-block:1px solid #10b98133}.section-dhaal-product .eyebrow{color:#34d399}.section-dhaal-product .h-display,.section-dhaal-product .h-section{color:#f0fdf4}.section-dhaal-product__lead{color:#94a3b8;max-width:38rem;margin-bottom:0}.dhaal-product-grid{align-items:center;gap:2.5rem;display:grid}.dhaal-product-grid__copy{text-align:left;flex-direction:column;align-items:flex-start;min-width:0;display:flex}.dhaal-product-grid__copy .eyebrow,.dhaal-product-grid__copy .h-section,.dhaal-product-grid__copy .section-dhaal-product__lead{width:100%;max-width:38rem}.section-dhaal-product .logo-dhaal--section-white{align-self:flex-start;width:auto;max-width:min(100%,320px);height:clamp(72px,14vw,96px);margin:1.5rem 0 1.25rem}.dhaal-product-grid__media{flex-direction:column;justify-content:center;align-items:center;min-width:0;display:flex}.dhaal-product-grid__phone.phone-device{width:min(280px,100%);margin-inline:auto}.section-dhaal-product .product-panel--app{grid-template-columns:1fr}.product-panel__caption{text-align:center;color:#94a3b8;margin-top:.75rem;font-size:.8125rem}.section-dhaal-product .product-panel__list{color:#cbd5e1;align-self:stretch;gap:.875rem;width:100%;max-width:34rem;margin:0 0 1.75rem;padding:0;font-size:.9375rem;list-style:none;display:grid}.section-dhaal-product .product-panel__list li{align-items:flex-start;gap:.5rem;display:flex}.section-dhaal-product .product-panel__list svg,.section-dhaal-product .product-panel__list i{color:var(--vs-green);flex-shrink:0;margin-top:2px}.section-dhaal-product .media-frame{background:#0a0f0d;border-color:#10b98140}.section-dhaal-product .media-card{border-color:#10b98133}.section-dhaal-product .product-panel__media .eyebrow{margin-bottom:.75rem}.section-dhaal-product .product-panel__live{margin-top:1rem}.product-panel{align-items:center;gap:2rem;margin-top:2rem;display:grid}@media (width>=900px){.product-panel:not(.product-panel--app){grid-template-columns:minmax(0,1fr) minmax(200px,260px) minmax(0,1.1fr);align-items:start;gap:2.5rem}.product-panel.product-panel--app{grid-template-columns:minmax(0,1fr) minmax(240px,300px);align-items:center;gap:clamp(2rem,4vw,3.5rem)}.dhaal-product-grid{grid-template-columns:minmax(0,34rem) minmax(240px,280px);justify-content:start;align-items:center;gap:1.75rem;max-width:920px}.section-dhaal-product .logo-dhaal--section-white{max-width:min(100%,360px);height:clamp(96px,10vw,120px);margin:1.25rem 0 1rem}.dhaal-product-grid__phone.phone-device{width:100%;max-width:280px;margin-inline:0}.dhaal-product-grid__media{justify-self:start;width:100%;max-width:280px}.section-dhaal-product .product-panel{margin-top:2.5rem}.section-dhaal-product .product-panel__phone{justify-self:center;width:100%;max-width:300px}.section-dhaal-product .product-panel__main{min-width:0}}@media (width>=1200px){.dhaal-product-grid{grid-template-columns:minmax(0,36rem) 300px;gap:2rem;max-width:980px}.section-dhaal-product .logo-dhaal--section-white{height:128px}.dhaal-product-grid__phone.phone-device,.dhaal-product-grid__media{max-width:300px}}@media (width<=899px){.product-panel>*{max-width:100%}.product-panel .media-frame video{object-fit:contain;max-height:240px}}.stat-row{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}@media (width>=768px){.stat-row{grid-template-columns:repeat(4,1fr)}}.stat{text-align:center;border:1px solid var(--vs-border);border-radius:var(--radius);background:#fff;padding:1.25rem}.stat strong{color:var(--vs-highlight);font-size:1.75rem;font-weight:700;display:block}.stat span{color:var(--vs-text-muted);font-size:.8125rem}.b2g{border-radius:var(--radius-xl);border:1px solid var(--vs-border);background:linear-gradient(135deg,#eff6ff 0%,#ecfdf5 100%);align-items:center;gap:1.5rem;margin-top:2.5rem;padding:2.5rem;display:grid}@media (width>=768px){.b2g{grid-template-columns:140px 1fr auto}}.b2g img{object-fit:contain;width:100%;max-width:120px}.team-card{text-align:center;flex-direction:column;align-items:center;display:flex}.team-card img{object-fit:cover;border:2px solid var(--vs-border);border-radius:50%;flex-shrink:0;width:96px;height:96px;margin:0 auto 1rem}.team-card h3{width:100%;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.team-card .role{color:var(--vs-green);font-size:.875rem;font-weight:600}.team-card__bio{color:var(--vs-text-muted);width:100%;max-width:28rem;margin-top:.5rem;font-size:.875rem}.contact-split{gap:2rem;margin-top:2rem;display:grid}@media (width>=800px){.contact-split{grid-template-columns:1fr 1fr}}.features-scroll{gap:1rem;margin-top:2rem;display:grid}@media (width>=768px){.features-scroll{grid-template-columns:repeat(3,1fr)}}.feature-item{border:1px solid var(--vs-border);border-radius:var(--radius-lg);background:#fff;padding:1.5rem}.feature-item .icon{width:40px;height:40px;color:var(--vs-primary);background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-item h3{margin-bottom:.35rem;font-size:1rem;font-weight:600}.feature-item p{color:var(--vs-text-muted);font-size:.875rem}@media (width>=960px){.page-index .site-nav__links{flex-wrap:nowrap;gap:.125rem}.page-index .site-nav__links a{padding:.5rem .625rem;font-size:.8125rem}.page-index .brand-nav__end{flex-shrink:0}}@media (width>=768px){#team .card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,2rem);width:100%}}@media (width>=900px){#impact .b2g{grid-template-columns:minmax(120px,140px) minmax(0,1fr) auto;align-items:center;width:100%}#impact>.container>figure{width:100%;margin-top:2rem}#impact>.container>figure img{object-fit:contain;object-position:center;width:100%;height:auto;max-height:min(52vh,520px)}}@media (width>=800px){.page-index .contact-split{grid-template-columns:minmax(0,1fr) minmax(0,420px);align-items:start;gap:clamp(2rem,4vw,3rem)}}@media (width>=1024px){.page-backdrop__scrim{background:linear-gradient(105deg,#fffffff5 0%,#ffffffe6 40%,#ffffffb8 58%,#ffffff73 100%)}.hero--front .hero__content{max-width:38rem}}.page-dhaal{--header-h:80px;--dhaal-green:#10b981;--dhaal-green-dark:#059669;--dhaal-green-light:#34d399;--dhaal-bg:#0a0f0d;--dhaal-surface:#111827;--dhaal-card:#1a2420;--dhaal-text:#f0fdf4;--dhaal-muted:#94a3b8;--dhaal-border:#10b98140;background:var(--dhaal-bg);color:var(--dhaal-text)}.page-dhaal .eyebrow{color:var(--dhaal-green-light);letter-spacing:.14em}.page-dhaal .h-display,.page-dhaal .h-section{color:var(--dhaal-text)}.page-dhaal .lead{color:var(--dhaal-muted);max-width:40rem}.dhaal-nav{z-index:1000;height:var(--header-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--dhaal-border);background:#0a0f0df0;position:fixed;inset:0 0 auto}.dhaal-nav__inner{width:min(var(--content-width), 100%);max-width:100%;height:100%;padding-inline:max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));grid-template-columns:repeat(3,1fr);align-items:center;column-gap:.5rem;margin-inline:auto;display:grid}.dhaal-nav__start{grid-column:1;justify-self:start;min-width:0}.dhaal-nav__back{color:var(--dhaal-muted);white-space:nowrap;font-size:.8125rem;font-weight:600}.dhaal-nav__back:hover{color:var(--dhaal-green-light)}.dhaal-nav__logo{grid-column:2;justify-content:center;justify-self:center;align-items:center;max-width:100%;padding:.15rem .5rem;display:flex}.logo-dhaal--nav-main,.logo-dhaal--hero-white,.logo-dhaal--foot-white{object-fit:contain;display:block;width:auto!important;height:auto!important;max-height:none!important}.logo-dhaal--nav-main{min-width:96px;height:clamp(44px,8vw,56px)!important}.dhaal-nav__end{grid-column:3;justify-content:flex-end;justify-self:end;align-items:center;gap:.5rem;min-width:0;display:flex}.dhaal-nav__link{color:var(--dhaal-green-light);border:1px solid var(--dhaal-border);white-space:nowrap;text-overflow:ellipsis;background:#10b9811f;border-radius:8px;max-width:100%;padding:.35rem .65rem;font-size:.75rem;font-weight:600;display:none;overflow:hidden}@media (width>=768px){.dhaal-nav__link{display:inline-flex}}@media (width>=960px){.dhaal-nav__link{padding:.4rem .75rem;font-size:.8125rem}.dhaal-nav .menu-fab{display:none}}.page-dhaal .drawer{background:#0a0f0dfa}.page-dhaal .drawer a{color:var(--dhaal-text)}.page-dhaal .menu-fab{border-color:var(--dhaal-border);background:#10b9811a}.page-dhaal .menu-fab span{background:var(--dhaal-text)}.dhaal-hero{margin-top:var(--header-h);background:linear-gradient(135deg,#000000d1,#052e16bf),url(/Assets/jusdevoyage-ZAFpiVgZNng-unsplash.jpg) 50%/cover no-repeat;align-items:center;min-height:min(88svh,820px);padding:clamp(2.5rem,6vw,4rem) 0;display:flex;position:relative;overflow:hidden}.dhaal-hero__glow{filter:blur(60px);pointer-events:none;background:#10b98126;border-radius:50%;width:280px;height:280px;position:absolute}.dhaal-hero__glow--1{top:10%;right:5%}.dhaal-hero__glow--2{background:#05966933;bottom:5%;left:10%}.dhaal-hero .container{z-index:2;position:relative}.dhaal-hero__center{text-align:center;flex-direction:column;align-items:center;gap:.25rem;max-width:44rem;margin-inline:auto;display:flex}.logo-dhaal--hero-white{margin:.5rem auto .75rem;height:clamp(80px,18vw,128px)!important}.dhaal-hero__center .lead{margin-inline:auto}.dhaal-hero__center .dhaal-hero__actions{justify-content:center}.dhaal-hero__center .dhaal-hero__media{width:min(100%,640px);margin-top:2rem}.dhaal-hero__title{background:linear-gradient(90deg, #fff, var(--dhaal-green-light));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(1.75rem,4.5vw,2.5rem);font-weight:700;line-height:1.15}.dhaal-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.page-dhaal .btn-green{background:linear-gradient(135deg, var(--dhaal-green-dark), var(--dhaal-green));color:#fff;box-shadow:0 4px 20px #10b98159}.page-dhaal .btn-ghost{color:#fff;background:0 0;border:1px solid #ffffff59}.dhaal-hero__media{border-radius:var(--radius-xl);border:1px solid var(--dhaal-border);overflow:hidden;box-shadow:0 20px 50px #00000073}.dhaal-hero__media video{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.dhaal-section{padding:clamp(3.5rem,8vw,5.5rem) 0}.dhaal-section .container{text-align:center}.dhaal-section .lead,.dhaal-section .h-section{margin-inline:auto}@media (width>=900px){.dhaal-section .container{text-align:left}.dhaal-section .lead,.dhaal-section .h-section{margin-inline:0}.page-dhaal #experience .container,.page-dhaal #how-it-works .container{flex-direction:column;align-items:flex-start;display:flex}.page-dhaal #experience .demo-grid,.page-dhaal #how-it-works .dhaal-setup-grid{align-self:center;width:100%}}.dhaal-section--dark{background:var(--dhaal-surface)}.dhaal-section--darker{background:var(--dhaal-bg)}.dhaal-section--green{background:linear-gradient(#064e3b 0%,#0a0f0d 100%)}.dhaal-section .container{width:var(--content-width);padding-inline:max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));margin-inline:auto}.dhaal-divider{background:linear-gradient(90deg, transparent, var(--dhaal-green), transparent);max-width:200px;height:1px;margin:0 auto 1.5rem}.page-dhaal .card{background:var(--dhaal-card);border:1px solid var(--dhaal-border);color:var(--dhaal-text);transition:border-color .2s,transform .2s}.page-dhaal .card:hover{border-color:var(--dhaal-green);transform:translateY(-4px)}.page-dhaal .card h3{color:var(--dhaal-green-light)}.page-dhaal .media-frame{border-color:var(--dhaal-border);background:#0a0f0d;justify-content:center;align-items:center;max-width:min(960px,100%);margin-inline:auto;display:flex;box-shadow:0 12px 40px #00000059}.dhaal-media-frame--demo{margin-top:2rem}.page-dhaal .media-frame video,.page-dhaal .media-frame img{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:min(56vh,540px);margin-inline:auto;display:block}.demo-grid{place-items:center;gap:clamp(1.5rem,4vw,2rem);width:100%;margin-top:2rem;display:grid}.page-dhaal .media-card{background:#000;justify-content:center;align-items:center;display:flex}.page-dhaal .media-card video{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:min(45vh,420px);margin-inline:auto;display:block}.page-dhaal .phone-device{border-color:var(--dhaal-border);background:#1a2420;margin-inline:auto;box-shadow:0 16px 40px #00000059}.page-dhaal .phone-device--video{width:min(280px,88vw);padding:12px}.page-dhaal .phone-device--video .phone-device__screen{aspect-ratio:9/19.5;background:#000;width:100%}.page-dhaal .phone-device--video .phone-device__screen video,.page-dhaal .phone-device--video .phone-device__screen img{object-fit:contain;object-position:center center;width:100%;height:100%}@media (width>=900px){.page-dhaal #experience .demo-grid{grid-template-columns:minmax(0,300px) minmax(0,1fr);place-items:center;gap:clamp(2rem,3vw,2.75rem);width:min(100%,920px);margin:2rem auto 0}.page-dhaal #experience .demo-grid .phone-device--video{place-self:center;width:280px;max-width:100%;margin:0}.page-dhaal #experience .demo-grid .phone-device__screen{max-height:none}.page-dhaal #experience .demo-grid .media-card{flex-direction:column;justify-content:center;place-self:center;width:100%;max-width:520px;max-height:min(52vh,480px);display:flex}.page-dhaal #experience .demo-grid .media-card video{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:min(52vh,480px);margin-inline:auto;display:block}}.page-dhaal .phone-device__screen{border-color:var(--dhaal-border);background:#0f172a}.feature-grid{gap:1rem;margin-top:2rem;display:grid}@media (width>=640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.steps{gap:1rem;margin-top:2rem;display:grid}.step{background:var(--dhaal-card);border:1px solid var(--dhaal-border);border-radius:var(--radius-lg);grid-template-columns:2.5rem minmax(0,1fr);align-items:center;column-gap:1rem;padding:1.25rem;display:grid}.step__num{background:var(--dhaal-green);color:#052e16;border-radius:50%;justify-content:center;place-self:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.9375rem;font-weight:800;line-height:1;display:flex}.step__content{text-align:left;min-width:0}.step h3{color:var(--dhaal-text);margin:0 0 .35rem;font-size:1rem;font-weight:600;line-height:1.25}.step p{color:var(--dhaal-muted);margin:0;font-size:.875rem;line-height:1.5}.dhaal-setup__title{text-align:center;letter-spacing:.02em}.dhaal-setup-grid{place-items:center stretch;gap:2rem;width:100%;margin-top:2rem;display:grid}.page-dhaal #how-it-works .steps{text-align:left;width:100%}.page-dhaal #how-it-works .step,.page-dhaal #how-it-works .step__content,.page-dhaal #how-it-works .step h3,.page-dhaal #how-it-works .step p{text-align:left}@media (width>=900px){.page-dhaal #how-it-works .dhaal-setup-grid{grid-template-columns:minmax(0,1.15fr) minmax(260px,340px);place-items:center stretch;gap:clamp(2rem,4vw,3rem);width:min(100%,920px);margin:2rem auto 0}.page-dhaal #how-it-works .dhaal-setup-grid .steps{align-self:center;width:100%;margin-top:0}.page-dhaal #how-it-works .dhaal-setup-grid .dhaal-figure{place-self:center;width:100%;max-width:320px;margin:0}.page-dhaal #how-it-works .dhaal-setup-grid .dhaal-figure img{object-fit:contain;object-position:center;width:100%;max-height:300px}.dhaal-setup__title{text-align:left}}.dhaal-figure{border-radius:var(--radius-xl);border:1px solid var(--dhaal-border);box-shadow:var(--shadow-md);background:#00000026;justify-content:center;align-items:center;width:100%;max-width:min(960px,100%);margin-inline:auto;display:flex;overflow:hidden}.dhaal-figure img{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:min(52vh,520px);margin-inline:auto;display:block}.waitlist-block{text-align:center;padding:clamp(3.5rem, 8vw, 5rem) max(1rem, env(safe-area-inset-right)) clamp(3.5rem, 8vw, 5rem) max(1rem, env(safe-area-inset-left));border-top:1px solid var(--dhaal-border);background:linear-gradient(#064e3b,#0a0f0d)}.waitlist-block .container{width:min(var(--content-width), 100%);margin-inline:auto;padding-inline:0}.waitlist-block .h-section,.waitlist-block .lead{max-width:36rem;margin-inline:auto}.waitlist-form{grid-template-columns:1fr;gap:.75rem;width:min(100%,28rem);margin:1.75rem auto 0;display:grid}@media (width>=480px){.waitlist-form{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;column-gap:.65rem;width:min(100%,32rem)}}.waitlist-form__input{width:100%;min-width:0;min-height:48px;margin-bottom:0!important}.waitlist-form__btn{flex-shrink:0;width:100%;min-height:48px;white-space:nowrap!important;padding-inline:1.35rem!important;font-size:.9375rem!important;line-height:1.2!important}@media (width>=480px){.waitlist-form__btn{width:auto;min-width:7.75rem}}.page-dhaal .waitlist-form .form-field{border-color:var(--dhaal-border);color:var(--dhaal-text);background:#00000059;margin-bottom:0}.page-dhaal .waitlist-form .form-field::placeholder{color:#64748b}.dhaal-footer{padding:2.5rem max(1rem, env(safe-area-inset-right)) calc(2rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));text-align:center;border-top:1px solid var(--dhaal-border);color:var(--dhaal-muted);background:#050807;flex-direction:column;align-items:center;gap:.35rem;font-size:.875rem;display:flex}.dhaal-footer a{color:var(--dhaal-green-light)}.dhaal-footer a:hover{color:#fff}.logo-dhaal--foot-white{margin:0 auto .5rem;height:clamp(48px,10vw,72px)!important}.dhaal-footer__tagline{letter-spacing:.02em;text-transform:none;color:var(--dhaal-text);max-width:20rem;margin:0 0 .65rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;line-height:1.4}.dhaal-footer__links{margin-bottom:.5rem}.dhaal-footer__copy{opacity:.85;margin-top:.75rem;font-size:.8125rem}.dhaal-msg-ok{color:var(--dhaal-green-light);margin-top:.75rem}.dhaal-msg-err{color:#f87171;margin-top:.75rem}.chatbot-container{bottom:max(1rem, env(safe-area-inset-bottom));right:max(1rem, env(safe-area-inset-right));z-index:1100;position:fixed}.chatbot-toggle{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.35rem;transition:transform .2s;display:flex;box-shadow:0 8px 28px #00000040}.chatbot-toggle:hover{transform:scale(1.06)}.chatbot-theme-viasalus .chatbot-toggle,.chatbot-theme-viasalus .chatbot-header,.chatbot-theme-viasalus .chatbot-input button{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.chatbot-theme-dhaal .chatbot-toggle,.chatbot-theme-dhaal .chatbot-header,.chatbot-theme-dhaal .chatbot-input button{background:linear-gradient(135deg,#059669,#10b981)}.chatbot-window{z-index:1101;background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-width:100%;height:min(520px,85vh);display:none;position:fixed;bottom:0;right:0;overflow:hidden;box-shadow:0 -8px 40px #0003}.chatbot-window.is-open{display:flex}.chatbot-window.is-open .chatbot-messages{flex:1;min-height:0}@media (width>=520px){.chatbot-window{border-radius:16px;width:min(380px,100% - 2rem);height:min(480px,70vh);bottom:88px;right:20px}}.chatbot-header{color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.chatbot-header h3{margin:0;font-size:1.05rem;font-weight:700}.chatbot-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem}.chatbot-messages{background:#f8fafc;flex-direction:column;flex:1;gap:.75rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}.message{word-wrap:break-word;border-radius:14px;max-width:88%;padding:.65rem 1rem;font-size:.9rem;line-height:1.45}.bot-message{color:#0f172a;background:#e2e8f0;border-bottom-left-radius:4px;align-self:flex-start}.user-message{color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chatbot-theme-viasalus .user-message{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.chatbot-theme-dhaal .user-message{background:linear-gradient(135deg,#059669,#10b981)}.chatbot-input{background:#fff;border-top:1px solid #e2e8f0;gap:.5rem;padding:.75rem 1rem;display:flex}.chatbot-input input{color:#0f172a;caret-color:#0f172a;background:#fff;border:1px solid #94a3b8;border-radius:999px;flex:1;min-height:44px;padding:0 1rem;font-size:.9rem}.chatbot-input input::placeholder{color:#64748b}.chatbot-input input:focus{color:#0f172a;background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.chatbot-theme-dhaal .chatbot-input input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98133}.chatbot-input button{color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:44px;height:44px}.chatbot-quick{background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:.4rem;padding:.5rem 1rem 0;display:flex}.chatbot-chip{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s}.chatbot-chip:hover{background:#eff6ff;border-color:#93c5fd}.chatbot-theme-dhaal .chatbot-chip:hover{background:#ecfdf5;border-color:#6ee7b7}.chatbot-link{color:#1d4ed8;margin-top:.35rem;font-weight:600;text-decoration:underline;display:inline-block}.chatbot-theme-dhaal .chatbot-link{color:#059669}.chatbot-typing{align-items:center;gap:5px;min-height:2rem;display:flex}.chatbot-typing span{background:#94a3b8;border-radius:50%;width:7px;height:7px;animation:1s ease-in-out infinite chatbot-bounce}.chatbot-typing span:nth-child(2){animation-delay:.15s}.chatbot-typing span:nth-child(3){animation-delay:.3s}@keyframes chatbot-bounce{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.chatbot-container{z-index:10050}.chatbot-header__text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.chatbot-header__sub{opacity:.88;margin:0;font-size:.7rem;font-weight:500}.chatbot-toggle{position:relative}.chatbot-toggle--pulse{animation:2.2s ease-in-out infinite chatbot-pulse}@keyframes chatbot-pulse{0%,to{box-shadow:0 8px 28px #00000040}50%{box-shadow:0 8px 32px #3b82f68c,0 0 0 8px #3b82f626}}.chatbot-theme-dhaal .chatbot-toggle--pulse{animation-name:chatbot-pulse-dhaal}@keyframes chatbot-pulse-dhaal{50%{box-shadow:0 8px 32px #10b98180,0 0 0 8px #10b9811f}}.chatbot-toggle__badge{background:#ef4444;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:6px;right:6px}.chatbot-message--in{animation:chatbot-msg-in .28s var(--ease-out,ease) both}@keyframes chatbot-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chatbot-quick{flex-wrap:wrap;max-height:108px;overflow-y:auto}.chatbot-chip{transition:transform .15s,background .15s}.chatbot-chip:hover{transform:translateY(-1px)}.chatbot-input button:disabled{opacity:.55;cursor:not-allowed}.chatbot-link{text-underline-offset:2px;font-weight:600;text-decoration:underline}body.has-custom-cursor,body.has-custom-cursor a,body.has-custom-cursor button,body.has-custom-cursor .btn,body.has-custom-cursor [role=button],body.has-custom-cursor label[for],body.has-custom-cursor summary{cursor:none!important}body.has-custom-cursor input,body.has-custom-cursor textarea,body.has-custom-cursor select,body.has-custom-cursor [contenteditable=true],body.has-custom-cursor .chatbot-container,body.has-custom-cursor .chatbot-container *{cursor:auto!important}.vs-cursor{pointer-events:none;z-index:10001;opacity:0;visibility:hidden;width:0;height:0;transition:opacity .2s,visibility .2s;position:fixed;inset:0}.vs-cursor.is-visible{opacity:1;visibility:visible}.vs-cursor__dot,.vs-cursor__ring{will-change:transform;pointer-events:none;border-radius:50%;position:fixed;top:0;left:0}.vs-cursor--blue .vs-cursor__dot{background:var(--vs-accent);width:8px;height:8px;transition:width .35s cubic-bezier(.16,1,.3,1),height .35s cubic-bezier(.16,1,.3,1),background .3s,box-shadow .3s;box-shadow:0 0 12px #2563eb73}.vs-cursor--blue .vs-cursor__ring{background:#2563eb0f;border:1.5px solid #1e3a8a66;width:42px;height:42px;transition:width .45s cubic-bezier(.16,1,.3,1),height .45s cubic-bezier(.16,1,.3,1),border-color .35s,background .35s,opacity .25s}.vs-cursor--blue.is-hover .vs-cursor__ring{background:#2563eb1a;border-color:#2563eb8c;width:64px;height:64px}.vs-cursor--blue.is-hover .vs-cursor__dot{background:var(--vs-highlight);width:5px;height:5px}.vs-cursor--green .vs-cursor__dot{background:#34d399;width:8px;height:8px;transition:width .35s cubic-bezier(.16,1,.3,1),height .35s cubic-bezier(.16,1,.3,1),background .3s,box-shadow .3s;box-shadow:0 0 14px #10b9818c}.vs-cursor--green .vs-cursor__ring{background:#10b9811a;border:1.5px solid #34d39980;width:42px;height:42px;transition:width .45s cubic-bezier(.16,1,.3,1),height .45s cubic-bezier(.16,1,.3,1),border-color .35s,background .35s,opacity .25s}.vs-cursor--green.is-hover .vs-cursor__ring{background:#10b98129;border-color:#34d399cc;width:64px;height:64px}.vs-cursor--green.is-hover .vs-cursor__dot{background:#6ee7b7;width:5px;height:5px;box-shadow:0 0 16px #6ee7b799}.vs-cursor.is-press .vs-cursor__dot{width:10px;height:10px}.vs-cursor--green.is-press .vs-cursor__dot{background:#10b981}.vs-cursor.is-press .vs-cursor__ring{width:36px;height:36px}.vs-cursor.is-hidden .vs-cursor__dot,.vs-cursor.is-hidden .vs-cursor__ring{opacity:0}@media (hover:none),(prefers-reduced-motion:reduce){.vs-cursor{display:none!important}body.has-custom-cursor,body.has-custom-cursor a,body.has-custom-cursor button{cursor:auto!important}}@media (width>=769px){.hero__content{padding-top:clamp(1.75rem,3.5vh,2.75rem);padding-bottom:clamp(2rem,4vh,3.25rem)}.page-index .hero{margin-top:var(--header-h);min-height:calc(100svh - var(--header-h))}.page-dhaal .dhaal-hero{margin-top:var(--header-h)}}@media (width>=900px){.section-block{padding:3.75rem 0}.brand-nav__inner{grid-template-columns:auto 1fr auto;gap:1.25rem;width:min(1120px,100% - 2.5rem)}.brand-nav__center{justify-content:flex-start;gap:.125rem}.brand-nav__end{gap:.5rem}.about-block{grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:center;gap:2rem;display:grid}.about-block__copy{flex-direction:column;align-items:flex-start;gap:0;min-width:0;display:flex}.about-block__copy .h-section{margin-bottom:.75rem}.about-block__copy .lead{max-width:34rem}.about-block__lead-extra{margin-top:.75rem}.about-block__copy .btn{margin-top:1.25rem}.about-block__figure{border-radius:var(--radius-xl);border:1px solid var(--vs-border);box-shadow:var(--shadow-md);margin:0;overflow:hidden}.about-block__figure img{object-fit:cover;object-position:center top;width:100%;height:auto;max-height:380px}.dhaal-product-grid{grid-template-columns:minmax(0,34rem) minmax(240px,280px);justify-content:start;gap:1.75rem;max-width:920px}.dhaal-product-grid__media{justify-self:start;max-width:280px}.dhaal-product-grid__phone.phone-device{max-width:280px}.section-dhaal-product .logo-dhaal--section-white{height:clamp(96px,10vw,120px);margin:1.25rem 0 1rem}}@media (width>=1200px){.dhaal-product-grid{grid-template-columns:minmax(0,36rem) 300px;gap:2rem;max-width:980px}.section-dhaal-product .logo-dhaal--section-white{height:128px}}@media (width>=1400px){.dhaal-product-grid{max-width:1020px}}:root{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--page-gutter:max(1rem, var(--safe-left));--page-gutter-right:max(1rem, var(--safe-right))}html{-webkit-text-size-adjust:100%}body{overflow-x:clip}@media (width<=768px){.brand-nav,.dhaal-nav{padding-top:var(--safe-top);height:calc(var(--header-h) + var(--safe-top))}.page-index .hero{margin-top:calc(var(--header-h) + var(--safe-top));min-height:calc(100svh - var(--header-h) - var(--safe-top))}.page-dhaal .dhaal-hero{margin-top:calc(var(--header-h) + var(--safe-top))}}@media (width<=428px){.container,.brand-nav__inner,.dhaal-nav__inner{width:100%;max-width:100%;padding-inline:var(--page-gutter) var(--page-gutter-right);box-sizing:border-box;margin-inline:auto}.brand-nav__inner{column-gap:.35rem}.brand-lockup__word{text-overflow:ellipsis;white-space:nowrap;max-width:10rem;font-size:1rem;overflow:hidden}.hero__content{padding-top:2rem;padding-bottom:calc(2.5rem + var(--safe-bottom))}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .btn{width:100%}.strip{padding-inline:var(--page-gutter)}.b2g{margin-inline:0;padding:1.5rem}.section-block,.section{padding-inline:0}.site-footer,.dhaal-footer{padding-bottom:calc(2rem + var(--safe-bottom))}.drawer{padding:calc(1.5rem + var(--safe-top)) var(--page-gutter) calc(1.5rem + var(--safe-bottom));justify-content:center;align-items:stretch}.drawer a{text-align:center}.chatbot-container{bottom:max(.75rem, var(--safe-bottom));right:max(.75rem, var(--safe-right));left:auto}.chatbot-window{width:100%;max-width:100%;padding-bottom:var(--safe-bottom);border-radius:16px 16px 0 0}.chatbot-window.is-open{max-height:min(520px, calc(85vh - var(--safe-bottom)))}.media-frame,.media-card,.phone-device{max-width:100%}.product-panel>*{min-width:0}}@media (width>=520px){.chatbot-window{bottom:calc(88px + var(--safe-bottom));right:max(1rem, var(--safe-right));width:min(380px, calc(100% - var(--page-gutter) - var(--page-gutter-right)));max-width:calc(100vw - 2rem)}}.od-page{overflow-x:clip}.od-page header.sticky{padding-top:var(--safe-top)}.od-page header .max-w-7xl,.od-page section .max-w-7xl,.od-page footer .max-w-7xl{padding-left:var(--page-gutter)!important;padding-right:var(--page-gutter-right)!important}.od-page #mobileMenu{padding-left:var(--page-gutter);padding-right:var(--page-gutter-right);padding-bottom:var(--safe-bottom)}.od-page .hero-bg .max-w-7xl{padding-left:var(--page-gutter)!important;padding-right:var(--page-gutter-right)!important}.od-page{font-family:Inter,sans-serif}.od-page .hero-bg{background:linear-gradient(#111827eb,#111827d9),url(https://images.unsplash.com/photo-1558618666-fcd25856cd49?auto=format&fit=crop&w=2070&q=80) 50%/cover no-repeat}.od-page .nav-underline{position:relative}.od-page .nav-underline:after{content:"";background:#16a34a;width:0;height:2px;transition:width .2s;position:absolute;bottom:-6px;left:0}.od-page .nav-underline:hover:after{width:100%}.od-page .hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.od-page .hide-scrollbar::-webkit-scrollbar{display:none}.od-page .slider-dot.active{background-color:#16a34a}
