@font-face{font-family:"MTN Brighter Sans";src:url("assets/fonts/MTNBrighterSans-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"MTN Brighter Sans";src:url("assets/fonts/MTNBrighterSans-ExtraBold.woff2") format("woff2");font-style:normal;font-weight:800;font-display:swap}
:root{--yellow:#ffcb05;--black:#090909;--white:#fff;--ink:#181818;--gray-50:#f7f7f5;--gray-100:#ecece8;--gray-300:#c9c9c4;--gray-600:#666660;--header-height:78px;--page-pad:clamp(24px,3vw,58px);--right-safe:var(--page-pad);--radius-lg:30px;--radius-md:14px;--max-width:100%;--focus:#111}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:"MTN Brighter Sans",Arial,sans-serif;font-synthesis:none;-webkit-font-smoothing:antialiased}a{color:inherit}button,a{font:inherit}.skip-link{position:fixed;left:18px;top:-100px;z-index:1000;background:var(--black);color:var(--white);padding:12px 16px;text-decoration:none}.skip-link:focus{top:14px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.header-shell{height:var(--header-height);position:relative;z-index:50}.site-header{height:var(--header-height);width:100%;background:var(--white);color:var(--black);transition:border-color .2s ease,box-shadow .2s ease}.site-header.is-sticky{position:fixed;top:0;left:0;right:0;border-bottom:1px solid var(--gray-100);box-shadow:0 7px 24px rgba(0,0,0,.07)}.header-inner{height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--right-safe) 0 var(--page-pad);display:flex;align-items:center;gap:30px;position:relative}.brand{display:flex;flex:0 0 auto;width:168px;height:61px;align-items:center;text-decoration:none}.brand img{display:block;width:100%;height:auto;max-height:58px;object-fit:contain}.primary-nav{display:flex;align-items:center;gap:clamp(16px,1.65vw,28px);position:absolute;left:50%;transform:translateX(-50%);margin-left:0}.primary-nav a,.status-link{position:relative;text-decoration:none;line-height:1;padding:12px 0;white-space:nowrap}.primary-nav a{font-size:16px}.status-link{font-size:15px}.primary-nav a::after,.status-link::after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:2px;background:var(--yellow);transition:right .2s ease}.primary-nav a:hover::after,.primary-nav a:focus-visible::after,.status-link:hover::after,.status-link:focus-visible::after{right:0}.header-utilities{margin-left:auto;display:flex;align-items:center;gap:18px}.language-switch{display:flex;align-items:center;gap:5px;color:var(--gray-600);font-size:15px}.language-switch button{border:0;background:transparent;padding:7px 3px;color:var(--gray-600);cursor:pointer}.language-switch button.is-active{color:var(--black);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:3px;text-underline-offset:4px}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;background:var(--yellow);color:var(--black);font-size:16px;text-decoration:none;border:1px solid var(--yellow);border-radius:var(--radius-md);white-space:nowrap;transition:background .2s ease,border-color .2s ease}.header-cta:hover{background:#f3c200;border-color:#f3c200}.menu-toggle{display:none;align-items:center;gap:8px;background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);min-height:44px;padding:0 12px;cursor:pointer}.menu-toggle svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.tablet-menu{position:absolute;top:100%;left:var(--page-pad);right:var(--right-safe);background:var(--white);border:1px solid var(--gray-100);border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:0 14px 28px rgba(0,0,0,.08);overflow:hidden}.tablet-menu nav{max-width:var(--max-width);margin:0 auto;padding:18px var(--page-pad) 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 24px}.tablet-menu a{padding:14px 0;text-decoration:none;border-bottom:1px solid var(--gray-100)}
.hero-slider{position:relative;min-height:calc(100vh - var(--header-height));height:max(620px,calc(100vh - var(--header-height)));max-height:840px;overflow:hidden;background:var(--gray-50);outline:none}.slides,.slide{position:absolute;inset:0}.slide{opacity:0;visibility:hidden;pointer-events:none;transform:translateX(18px);transition:opacity .5s ease,transform .5s ease,visibility .5s}.slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none;z-index:2}.no-js .slide:first-child{opacity:1;visibility:visible;pointer-events:auto;transform:none}.slide-inner{height:100%;max-width:var(--max-width);margin:0 auto;padding:clamp(54px,6.2vh,78px) var(--right-safe) 120px var(--page-pad);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:clamp(42px,6vw,96px);align-items:center}.slide-copy{max-width:690px}.eyebrow{margin:0 0 20px;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-600)}h1,h2{font-weight:400;letter-spacing:-.045em;line-height:.96;margin:0;color:var(--black);max-width:760px}h1{font-size:clamp(52px,5.2vw,78px)}h2{font-size:clamp(48px,4.7vw,72px)}.lead{max-width:660px;margin:27px 0 0;font-size:clamp(18px,1.45vw,22px);line-height:1.46;color:#464642}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:34px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;text-decoration:none;border:1px solid var(--black);border-radius:var(--radius-md);transition:background .2s ease,color .2s ease,border-color .2s ease}.button-primary{background:var(--yellow);border-color:var(--yellow);color:var(--black)}.button-primary:hover{background:#f2c100;border-color:#f2c100}.button-secondary{background:transparent;color:var(--black)}.button-secondary:hover{background:var(--black);color:var(--white)}.button-dark-outline{background:transparent;border-color:var(--white);color:var(--white)}.button-dark-outline:hover{background:var(--white);color:var(--black)}
.visual{position:relative;min-height:420px;align-self:stretch;padding:clamp(30px,3vw,48px);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:var(--radius-lg)}
.visual img,.visual-media{object-position:78% center}.visual-caption{margin:0;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.visual-note{margin:26px 0 0;font-size:16px;line-height:1.35}.visual-one{background:var(--yellow);color:var(--black)}.outcome-word{display:flex;align-items:baseline;gap:18px;border-bottom:1px solid rgba(0,0,0,.28);padding:14px 0}.outcome-word span{font-size:13px}.outcome-word strong{font-size:clamp(38px,4vw,62px);font-weight:400;letter-spacing:-.04em}.visual-two{background:var(--black);color:var(--white)}.process-list{list-style:none;margin:20px 0 0;padding:0}.process-list li{display:grid;grid-template-columns:52px 1fr;gap:10px;padding:20px 0;border-bottom:1px solid #383838}.process-list li>span{color:var(--yellow);font-size:14px}.process-list strong{display:block;font-size:clamp(26px,2.4vw,38px);font-weight:400;line-height:1}.process-list small{display:block;margin-top:8px;color:#bdbdb8;font-size:14px}.visual-three{background:var(--yellow);color:var(--black)}.diagnosis-top{display:flex;justify-content:space-between;align-items:center;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.diagnosis-top strong{font-weight:400}.diagnosis-progress{height:5px;background:rgba(0,0,0,.17);margin:19px 0 38px}.diagnosis-progress i{display:block;width:20%;height:100%;background:var(--black)}.diagnosis-question{font-size:clamp(33px,3.1vw,48px);line-height:1.03;letter-spacing:-.035em;margin:0;max-width:500px}.diagnosis-options{display:grid;gap:9px;margin-top:28px}.diagnosis-options span{display:block;height:42px;border:1px solid rgba(0,0,0,.36);border-radius:12px;background:rgba(255,255,255,.18)}
.slider-controls{position:absolute;z-index:10;left:50%;bottom:28px;transform:translateX(-50%);width:min(calc(100% - (var(--page-pad)*2)),calc(var(--max-width) - (var(--page-pad)*2)));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;pointer-events:none}.slider-controls>*{pointer-events:auto}.control-group{display:flex;gap:8px}.arrow,.play-toggle{width:44px;height:44px;border:1px solid var(--gray-300);border-radius:12px;background:rgba(255,255,255,.94);display:grid;place-items:center;cursor:pointer}.arrow svg,.play-toggle svg{width:21px;height:21px;fill:none;stroke:var(--black);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.play-toggle .play-icon{display:none;fill:none}.play-toggle.is-paused .pause-icon{display:none}.play-toggle.is-paused .play-icon{display:block}.slide-tabs{display:flex;align-items:flex-end;gap:10px}.slide-tabs button{width:66px;border:0;background:transparent;padding:8px 0;cursor:pointer;color:var(--gray-600);text-align:left}.slide-tabs span{font-size:12px}.slide-tabs i{display:block;height:3px;margin-top:6px;background:var(--gray-300);position:relative;overflow:hidden}.slide-tabs button[aria-selected="true"]{color:var(--black)}.slide-tabs button[aria-selected="true"] i{background:var(--black)}.slide-tabs button[aria-selected="true"] i::after{content:"";display:block;height:100%;width:100%;background:var(--yellow);transform-origin:left;animation:slideProgress 7.5s linear}.hero-slider.is-paused .slide-tabs button[aria-selected="true"] i::after{animation-play-state:paused}.hero-slider.no-autoplay .slide-tabs button[aria-selected="true"] i::after{animation:none;width:100%}.slide-count{justify-self:end;margin:0;font-size:13px;color:var(--gray-600)}.slide-count strong{font-size:22px;font-weight:400;color:var(--black)}@keyframes slideProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.prototype-notice{position:fixed;right:20px;bottom:20px;z-index:100;background:var(--black);color:var(--white);max-width:340px;padding:13px 16px;border-radius:var(--radius-md);font-size:14px;box-shadow:0 8px 28px rgba(0,0,0,.24)}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.visual-two :focus-visible{outline-color:var(--yellow)}
@media(min-width:1221px) and (max-width:1450px){.primary-nav{gap:12px}.primary-nav a{font-size:15px}.header-utilities{gap:10px}}
@media(max-width:1220px){.primary-nav{display:none}.status-link{display:none}.menu-toggle{display:inline-flex}.header-utilities{gap:14px}.slide-inner{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:44px}h1{font-size:clamp(48px,5.4vw,66px)}h2{font-size:clamp(44px,5vw,62px)}}
@media(max-width:860px){:root{--header-height:72px;--page-pad:28px}.brand{width:146px}.header-cta{padding:0 14px;font-size:14px}.hero-slider{height:auto;min-height:820px;max-height:none}.slide-inner{padding-top:50px;padding-bottom:112px;grid-template-columns:1fr;grid-template-rows:auto 310px;gap:34px;align-content:start}.slide-copy{max-width:680px}h1,h2{font-size:clamp(44px,7vw,58px);max-width:680px}.lead{font-size:18px;margin-top:20px}.hero-actions{margin-top:25px}.visual{min-height:310px;padding:27px}.outcome-word{padding:8px 0}.outcome-word strong{font-size:36px}.process-list li{padding:12px 0}.process-list strong{font-size:28px}.diagnosis-progress{margin:14px 0 24px}.diagnosis-question{font-size:34px}.diagnosis-options{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.diagnosis-options span{height:36px}.slider-controls{bottom:22px}.tablet-menu nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.header-cta{display:none}.tablet-menu nav{grid-template-columns:1fr}.slide-inner{padding-left:22px;padding-right:22px}.slider-controls{width:calc(100% - 44px)}.slide-tabs{display:none}.slider-controls{grid-template-columns:1fr auto}.slide-count{display:block}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-header,.slide,.primary-nav a::after,.status-link::after,.button{transition:none}.slide-tabs button[aria-selected="true"] i::after{animation:none}}

/* Approved desktop hero photography */
.photo-slide-inner{position:relative;display:flex;align-items:center}
.desktop-hero-photo{position:absolute;z-index:0;top:24px;right:var(--right-safe);bottom:86px;left:var(--page-pad);overflow:hidden;border-radius:var(--radius-lg);background:#e9dfcf}
.desktop-hero-photo img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
@media(min-width:861px){.hero-slider:has(.slide.is-active .desktop-hero-photo){height:max(620px,calc((100vw - (var(--page-pad)*2))/2 + 138px));max-height:none}.desktop-hero-photo{bottom:auto;aspect-ratio:2/1}}
.photo-slide-inner .slide-copy{position:relative;z-index:2;width:47%;max-width:820px;margin-left:24px}
.photo-slide-inner h1{max-width:720px;font-size:clamp(46px,3.55vw,68px);font-weight:400;line-height:.94;letter-spacing:-.045em}
.photo-headline span{display:inline}
.photo-headline span:not(:last-child)::after{content:" "}
.photo-slide-inner .lead{max-width:min(640px,32vw);margin-top:24px;font-size:clamp(18px,1.2vw,22px);line-height:1.38}
.second-photo-slide-inner h2{max-width:720px;font-size:clamp(46px,3.55vw,68px);line-height:.94}
.second-photo-slide-inner .lead{max-width:min(640px,32vw)}
.third-photo-slide-inner h2{max-width:720px;font-size:clamp(54px,4.8vw,82px);line-height:.92}
.third-photo-slide-inner .lead{max-width:min(640px,32vw)}
.photo-slide-inner .hero-actions{margin-top:24px;gap:10px;flex-wrap:nowrap}
.photo-slide-inner .button{min-height:50px;padding:0 18px;font-size:16px;white-space:nowrap}
@media(min-width:1221px){.photo-headline span{display:block}.photo-headline span:not(:last-child)::after{content:none}}
@media(min-width:1221px) and (max-width:1450px){.photo-slide-inner h1{font-size:48px}}
@media(min-width:861px) and (max-width:1450px){.third-photo-slide-inner .slide-copy{width:43%}.third-photo-slide-inner h2{max-width:530px}.third-photo-slide-inner .lead{max-width:430px}}
@media(min-width:861px){
  .slider-controls{top:calc(50vw - var(--page-pad) - 58px);right:calc(var(--right-safe) + 24px);bottom:auto;left:auto;transform:none;width:auto;display:flex;align-items:center;gap:12px;padding:6px 10px;background:rgba(255,255,255,.96);border:1px solid rgba(9,9,9,.12);border-radius:16px;box-shadow:0 10px 28px rgba(0,0,0,.15);backdrop-filter:blur(8px)}
  .slider-controls .control-group{gap:4px}
  .slider-controls .arrow,.slider-controls .play-toggle{width:42px;height:42px;border:0;background:var(--gray-50);border-radius:11px}
  .slider-controls .slide-tabs{gap:6px;padding:0 2px}
  .slider-controls .slide-tabs button{width:42px;padding:7px 0}
  .slider-controls .slide-count{min-width:58px;padding-left:12px;border-left:1px solid var(--gray-300);text-align:right}
}
@media(max-width:1220px){.photo-slide-inner .slide-copy{width:42%;margin-left:26px}.photo-slide-inner h1{font-size:clamp(45px,4.6vw,55px)}}
@media(min-width:861px) and (max-width:1220px){.third-photo-slide-inner h2{font-size:clamp(40px,4.6vw,56px);line-height:.92}}
@media(max-width:860px){.photo-slide-inner{display:grid;grid-template-columns:1fr;grid-template-rows:auto 310px;gap:34px;align-content:start}.desktop-hero-photo{position:relative;inset:auto;width:100%;height:310px;order:2}.photo-slide-inner .slide-copy{width:100%;max-width:680px;margin:0;order:1}.photo-slide-inner h1{max-width:680px;font-size:clamp(44px,7vw,58px)}.second-photo-slide-inner h2{max-width:680px;font-size:clamp(44px,7vw,58px)}.third-photo-slide-inner h2{max-width:680px;font-size:clamp(38px,10.42vw,50px);line-height:.92}.photo-slide-inner .lead{max-width:650px;font-size:18px}}
@media(max-width:680px){.desktop-hero-photo{height:280px}}

/* Section 2: emotional recognition */
.smartbiz-emotional{scroll-margin-top:var(--header-height);position:relative;overflow:hidden;background:var(--yellow);color:var(--black);padding:clamp(54px,5vw,82px) var(--right-safe) clamp(62px,6vw,92px) var(--page-pad)}
.smartbiz-emotional-inner{position:relative;z-index:1;max-width:1520px;margin:0 auto;display:grid;grid-template-columns:minmax(420px,1.04fr) minmax(410px,.96fr);gap:clamp(44px,6vw,96px);align-items:center}
.smartbiz-emotional-media{display:grid;gap:13px;min-width:0}.smartbiz-compare{--reveal:50%;position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:28px;background:#d7b37a;box-shadow:0 30px 70px rgba(9,9,9,.18);isolation:isolate;touch-action:pan-y}.smartbiz-compare-after,.smartbiz-compare-before,.smartbiz-compare picture{position:absolute;inset:0;display:block}.smartbiz-compare-after{z-index:1}.smartbiz-compare-before{z-index:2;clip-path:inset(0 calc(100% - var(--reveal)) 0 0)}.smartbiz-compare img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;user-select:none;-webkit-user-drag:none}.smartbiz-compare-divider{position:absolute;z-index:4;top:0;bottom:0;left:var(--reveal);width:3px;transform:translateX(-50%);background:#fff;box-shadow:0 0 0 1px rgba(9,9,9,.26),0 0 18px rgba(9,9,9,.38);pointer-events:none}.smartbiz-compare-handle{position:absolute;left:50%;top:50%;width:54px;height:54px;transform:translate(-50%,-50%);border:3px solid #fff;border-radius:50%;background:var(--yellow);color:var(--black);display:grid;place-items:center;box-shadow:0 6px 24px rgba(9,9,9,.34)}.smartbiz-compare-handle svg{width:34px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.smartbiz-compare-range{position:absolute;z-index:5;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}.smartbiz-compare-label{position:absolute;z-index:3;bottom:18px;padding:8px 11px;border-radius:9px;background:rgba(9,9,9,.78);color:#fff;font-size:11px;line-height:1.15;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;backdrop-filter:blur(7px)}.smartbiz-compare-label-before{left:18px}.smartbiz-compare-label-after{right:18px}.smartbiz-price-badge{position:absolute;z-index:3;top:18px;right:18px;min-width:138px;padding:12px 14px;border-radius:14px;background:var(--yellow);color:var(--black);display:grid;box-shadow:0 10px 30px rgba(9,9,9,.26)}.smartbiz-price-badge small,.smartbiz-price-badge strong{display:block}.smartbiz-price-badge small{font-size:11px;line-height:1.1}.smartbiz-price-badge strong{margin:3px 0;font-size:21px;font-weight:400;line-height:1;letter-spacing:-.03em}.smartbiz-compare-hint{margin:0;text-align:center;font-size:13px;line-height:1.3;letter-spacing:.035em}.smartbiz-compare-hint::before{content:"↔";margin-right:8px;font-size:17px;vertical-align:-1px}
.smartbiz-industry-carousel{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:28px}.smartbiz-industry-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.012);transition:opacity .65s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1),visibility 0s linear .65s}.smartbiz-industry-slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto;transform:scale(1);transition-delay:0s}.smartbiz-industry-slide[hidden]{display:none!important}.smartbiz-industry-controls{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:9px;align-items:center}.smartbiz-industry-arrow{width:42px;height:42px;border:1px solid rgba(9,9,9,.32);border-radius:11px;background:rgba(255,255,255,.3);color:var(--black);display:grid;place-items:center;cursor:pointer}.smartbiz-industry-arrow:hover{background:var(--black);color:var(--white)}.smartbiz-industry-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.smartbiz-industry-dots{display:flex;justify-content:center;gap:7px;min-width:0}.smartbiz-industry-dot{min-height:38px;padding:0 12px;border:1px solid rgba(9,9,9,.26);border-radius:10px;background:transparent;color:var(--black);font-size:11px;line-height:1.1;cursor:pointer}.smartbiz-industry-dot.is-active{border-color:var(--black);background:var(--black);color:var(--white)}.smartbiz-image-credit{margin:0;text-align:center;color:rgba(9,9,9,.56);font-size:9px;line-height:1.3}.smartbiz-image-credit a{text-underline-offset:2px}
.smartbiz-industry-after>picture{filter:brightness(.48) saturate(.8)}.smartbiz-after-veil{position:absolute;z-index:1;inset:0;background:linear-gradient(135deg,rgba(9,9,9,.08),rgba(9,9,9,.62))}.smartbiz-device{position:absolute;z-index:2;display:block;overflow:hidden;box-shadow:0 16px 42px rgba(0,0,0,.42)}.smartbiz-device strong,.smartbiz-device small,.smartbiz-device b{position:relative;z-index:2;display:block}.smartbiz-device-laptop{left:7%;bottom:10%;width:67%;height:53%;padding:11% 5% 5%;border:5px solid #111;border-bottom-width:17px;border-radius:14px 14px 8px 8px;background:#fff;color:#111}.smartbiz-device-laptop::after{content:"";position:absolute;left:-10%;right:-10%;bottom:-17px;height:9px;border-radius:0 0 15px 15px;background:#303030}.smartbiz-device-bar{position:absolute;z-index:2;left:0;right:0;top:0;height:13%;background:#fff;border-bottom:1px solid #ddd}.smartbiz-device-bar::before{content:"";position:absolute;left:5%;top:38%;width:26%;height:28%;border-radius:99px;background:#111}.smartbiz-device-laptop strong{font-size:clamp(15px,1.55vw,24px);line-height:1}.smartbiz-device-laptop small{margin-top:5px;font-size:clamp(8px,.72vw,11px);color:#666}.smartbiz-device-phone{right:6%;bottom:7%;width:28%;height:49%;padding:20% 8% 8%;border:5px solid #111;border-radius:22px;background:#fff;color:#111}.smartbiz-phone-notch{position:absolute;z-index:2;top:0;left:25%;right:25%;height:5%;border-radius:0 0 10px 10px;background:#111}.smartbiz-device-phone strong{font-size:clamp(11px,1.1vw,17px);line-height:1.05}.smartbiz-device-phone small{margin-top:7px;font-size:clamp(7px,.62vw,10px);line-height:1.25;color:#666}.smartbiz-device-phone b{position:absolute;left:8%;right:8%;bottom:7%;padding:7px 3px;border-radius:5px;background:var(--yellow);font-size:clamp(7px,.62vw,10px);text-align:center}.smartbiz-menu-grid{position:absolute;left:5%;right:5%;bottom:7%;height:41%;display:grid;grid-template-columns:1fr 1fr;gap:6px}.smartbiz-menu-grid i{border-radius:6px;background:linear-gradient(145deg,#efb95c,#93461e)}.smartbiz-menu-grid i:nth-child(2){background:linear-gradient(145deg,#7faf52,#244b24)}.smartbiz-menu-grid i:nth-child(3){background:linear-gradient(145deg,#e07043,#76231b)}.smartbiz-menu-grid i:nth-child(4){background:linear-gradient(145deg,#f0d68d,#9a6f2d)}.smartbiz-beauty-grid{position:absolute;left:5%;right:5%;bottom:8%;height:40%;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.smartbiz-beauty-grid i{border-radius:7px;background:linear-gradient(160deg,#f1d8e9,#b55d97)}.smartbiz-beauty-grid i:nth-child(2){background:linear-gradient(160deg,#f6e0bf,#9d6048)}.smartbiz-beauty-grid i:nth-child(3){background:linear-gradient(160deg,#d9c5ef,#6f4f97)}
.smartbiz-emotional-copy{min-width:0;padding:clamp(8px,2vw,30px) 0}
.smartbiz-emotional-kicker{display:flex;align-items:center;gap:14px;margin-bottom:clamp(26px,3vw,42px);font-size:13px;letter-spacing:.13em}.smartbiz-emotional-kicker span{font-size:15px}.smartbiz-emotional-kicker p{margin:0}
.smartbiz-emotional h2{max-width:720px;color:var(--black);font-size:clamp(52px,5.1vw,84px);line-height:.91;letter-spacing:-.055em}.smartbiz-emotional h2 span,.smartbiz-emotional h2 strong{display:block}.smartbiz-emotional h2 strong{margin-top:10px;font-weight:400}
.smartbiz-emotional-recognition{max-width:680px;margin:clamp(30px,3.4vw,46px) 0 0;padding-top:22px;border-top:1px solid rgba(9,9,9,.34);font-size:clamp(21px,1.65vw,27px);line-height:1.24;letter-spacing:-.018em}.smartbiz-emotional-body{max-width:650px;margin:22px 0 0;font-size:clamp(17px,1.18vw,20px);line-height:1.5}
.smartbiz-emotional-cta{width:max-content;min-height:62px;min-width:280px;margin-top:clamp(28px,3vw,40px);padding:0 12px 0 22px;border-radius:15px;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:24px;text-decoration:none;transition:transform .2s ease,background .2s ease}.smartbiz-emotional-cta:hover{background:#202020;transform:translateY(-2px)}.smartbiz-emotional-cta svg{width:40px;height:40px;padding:9px;border-radius:11px;background:var(--yellow);fill:none;stroke:var(--black);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:1040px){.smartbiz-emotional-inner{grid-template-columns:minmax(340px,.94fr) minmax(390px,1.06fr);gap:36px}.smartbiz-emotional h2{font-size:clamp(48px,5.6vw,64px)}}
@media(max-width:860px){.smartbiz-emotional{padding-top:48px}.smartbiz-emotional-inner{grid-template-columns:1fr;gap:42px}.smartbiz-emotional-media{width:100%;max-width:720px;margin:0 auto}.smartbiz-compare{border-radius:22px}.smartbiz-emotional-copy{max-width:720px;padding:0}.smartbiz-emotional h2{font-size:clamp(52px,10vw,78px);line-height:.9}.smartbiz-emotional-cta{width:min(100%,360px)}}
@media(max-width:680px){.smartbiz-emotional{padding:30px 22px 76px}.smartbiz-emotional-inner{gap:34px}.smartbiz-compare{border-radius:18px}.smartbiz-compare-label{bottom:12px;padding:7px 9px;font-size:9px}.smartbiz-compare-label-before{left:12px}.smartbiz-compare-label-after{right:12px}.smartbiz-price-badge{top:12px;right:12px;min-width:116px;padding:10px 11px;border-radius:11px}.smartbiz-price-badge strong{font-size:18px}.smartbiz-compare-handle{width:48px;height:48px}.smartbiz-emotional-kicker{margin-bottom:25px}.smartbiz-emotional h2{font-size:clamp(46px,13vw,60px);line-height:.92}.smartbiz-emotional-recognition{margin-top:28px;padding-top:20px;font-size:22px}.smartbiz-emotional-body{font-size:17px}.smartbiz-emotional-cta{width:100%;min-width:0;margin-top:28px}}
@media(prefers-reduced-motion:reduce){.smartbiz-emotional-cta,.smartbiz-industry-slide{transition:none}}
@media(max-width:860px){.smartbiz-industry-carousel{border-radius:22px}}
@media(max-width:680px){.smartbiz-industry-carousel{border-radius:18px}}

/* Section 3: guided SmartBiz transformation */
.customer-problem{scroll-margin-top:var(--header-height);position:relative;overflow:hidden;background:var(--black);color:var(--white);padding:clamp(88px,9vw,146px) var(--right-safe) clamp(82px,8vw,132px) var(--page-pad)}
.customer-problem::before{content:"";position:absolute;top:-280px;right:-160px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(255,203,5,.15),rgba(255,203,5,0) 68%);pointer-events:none}
.problem-intro{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px;max-width:1120px;margin:0 auto;text-align:center}
.problem-intro-label{display:flex;align-items:center;justify-content:center;gap:14px;padding-top:0}.problem-section-number{color:var(--yellow);font-size:15px;letter-spacing:.08em}.problem-intro-label p{margin:0;max-width:none;font-size:14px;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;color:#bdbdb8}
.problem-intro-copy{width:100%}.problem-intro-copy h2{max-width:1080px;margin:0 auto;color:var(--white);font-size:clamp(48px,5vw,82px);line-height:.95;letter-spacing:-.05em}.problem-intro-copy>p{max-width:900px;margin:30px auto 0;font-size:clamp(19px,1.45vw,24px);line-height:1.46;color:#c9c9c4}.problem-intro-copy .smartbiz-benefit-line{margin-top:20px;color:var(--yellow);font-size:clamp(17px,1.25vw,20px);letter-spacing:.025em}
.smartbiz-transformation{position:relative;z-index:1;max-width:1520px;margin:clamp(52px,6vw,86px) auto 0;display:grid;grid-template-columns:minmax(390px,.92fr) minmax(0,1.08fr);gap:clamp(28px,4vw,60px);align-items:start}
.smartbiz-visual-column{min-width:0;position:sticky;top:calc(var(--header-height) + 24px);grid-column:2;grid-row:1}.smartbiz-stages{grid-column:1;grid-row:1}.smartbiz-visual{position:relative;aspect-ratio:1/1;overflow:hidden;border:1px solid #343430;border-radius:28px;background:#111}.smartbiz-visual picture,.smartbiz-visual img{display:block;width:100%;height:100%}.smartbiz-visual img{object-fit:cover;transition:opacity .22s ease,transform .55s cubic-bezier(.2,.7,.2,1)}.smartbiz-visual.is-loading img{opacity:.25;transform:scale(1.012)}
.smartbiz-visual::after{display:none}.smartbiz-visual-overlay[hidden]{display:none}.smartbiz-frame-count{align-self:flex-end;padding:8px 11px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:rgba(0,0,0,.45);color:#fff;font-size:12px;letter-spacing:.08em;backdrop-filter:blur(7px)}.smartbiz-visual-kicker{margin:0 0 9px;color:var(--yellow);font-size:12px;letter-spacing:.13em;text-transform:uppercase}.smartbiz-visual-overlay h3{max-width:680px;margin:0;color:#fff;font-size:clamp(30px,3vw,48px);font-weight:400;line-height:1;letter-spacing:-.035em}.smartbiz-visual-overlay>div>p:last-child{max-width:640px;margin:14px 0 0;color:#e1e1dc;font-size:clamp(15px,1.25vw,18px);line-height:1.42}
.smartbiz-controls{display:grid;grid-template-columns:auto minmax(150px,1fr) auto auto auto;gap:10px;align-items:center;margin-top:14px}.smartbiz-controls>p{margin:0;padding:0 10px;color:#a8a8a2;font-size:13px;line-height:1.35}.smartbiz-control,.smartbiz-replay,.smartbiz-auto-toggle{min-height:46px;border:1px solid #393935;border-radius:13px;background:#121210;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;cursor:pointer}.smartbiz-control svg,.smartbiz-replay svg,.smartbiz-auto-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.smartbiz-auto-toggle{padding:0 12px;color:#bdbdb8}.smartbiz-auto-toggle span{font-size:12px}.smartbiz-auto-play{display:none}.smartbiz-auto-toggle.is-paused .smartbiz-auto-pause{display:none}.smartbiz-auto-toggle.is-paused .smartbiz-auto-play{display:block}.smartbiz-control:not(:disabled):hover,.smartbiz-replay:hover,.smartbiz-auto-toggle:hover{border-color:var(--yellow);color:var(--yellow)}.smartbiz-control:disabled{opacity:.36;cursor:not-allowed}.smartbiz-next{background:var(--yellow);border-color:var(--yellow);color:var(--black)}.smartbiz-next:not(:disabled):hover{background:#f1c000;color:var(--black)}.smartbiz-replay{padding:0 12px;color:#bdbdb8}.smartbiz-replay span{font-size:12px}
.smartbiz-stages{display:grid;gap:14px}.smartbiz-stage{border:1px solid #343430;border-radius:22px;background:#11110f;overflow:hidden;transition:border-color .22s ease,background .22s ease}.smartbiz-stage[data-state="current"]{border-color:var(--yellow);background:#151510;box-shadow:0 18px 46px rgba(0,0,0,.25)}.smartbiz-stage[data-state="complete"]{border-color:rgba(255,203,5,.48)}
.smartbiz-mobile-toggle{width:100%;min-height:108px;border:0;background:transparent;color:var(--white);display:grid;grid-template-columns:48px 1fr auto;gap:15px;align-items:center;padding:18px 20px;text-align:left;cursor:pointer}.smartbiz-mobile-toggle:hover{background:rgba(255,255,255,.025)}.stage-icon{width:46px;height:46px;border:1px solid #42423d;border-radius:13px;background:#181816;color:#85857f;display:grid;place-items:center}.stage-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.stage-heading{min-width:0}.stage-heading small,.stage-heading strong{display:block}.stage-heading small{margin-bottom:7px;color:#777771;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.stage-heading strong{font-size:clamp(20px,1.8vw,28px);font-weight:400;line-height:1.05}.stage-state{min-width:108px;max-width:118px;padding:7px 9px;border:1px solid #3c3c37;border-radius:999px;color:#8b8b85;font-size:10px;line-height:1.15;text-align:center}.smartbiz-stage[data-state="current"] .stage-icon{border-color:var(--yellow);background:var(--yellow);color:var(--black)}.smartbiz-stage[data-state="current"] .stage-heading small{color:var(--yellow)}.smartbiz-stage[data-state="current"] .stage-state{border-color:var(--yellow);background:var(--yellow);color:var(--black)}.smartbiz-stage[data-state="complete"] .stage-icon{border-color:rgba(255,203,5,.75);color:var(--yellow)}.smartbiz-stage[data-state="complete"] .stage-state{border-color:rgba(255,203,5,.5);color:var(--yellow)}
.smartbiz-stage-panel{padding:0 20px 20px}.smartbiz-stage-panel[hidden]{display:none}.smartbiz-stage-panel>p{margin:0 0 16px;padding:0 0 17px;border-bottom:1px solid #30302c;color:#a9a9a3;font-size:15px;line-height:1.45}.smartbiz-capabilities{display:grid;gap:8px}.smartbiz-capability{width:100%;min-height:76px;border:1px solid #30302c;border-radius:15px;background:#0c0c0b;color:#d0d0cb;display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;padding:12px 14px;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.smartbiz-capability:hover{border-color:#67675f;background:#151513}.smartbiz-capability.is-active{border-color:var(--yellow);background:var(--yellow);color:var(--black);transform:translateX(-4px)}.capability-number{width:34px;height:34px;border:1px solid currentColor;border-radius:10px;display:grid;place-items:center;font-size:11px}.smartbiz-capability strong,.smartbiz-capability small{display:block}.smartbiz-capability strong{font-size:17px;font-weight:400;line-height:1.1}.smartbiz-capability small{margin-top:5px;color:#777771;font-size:12px;line-height:1.25}.smartbiz-capability.is-active small{color:#514700}
.smartbiz-completion{position:relative;z-index:1;max-width:1520px;margin:clamp(70px,8vw,118px) auto 0;padding:clamp(28px,4vw,58px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(36px,6vw,90px);align-items:center;border:1px solid rgba(255,203,5,.58);border-radius:28px;background:linear-gradient(120deg,#ffcb05 0%,#ffcf1f 60%,#f2bd00 100%);color:var(--black);box-shadow:0 30px 80px rgba(0,0,0,.28)}.smartbiz-completion-kicker{margin:0 0 14px;font-size:12px;letter-spacing:.13em;text-transform:uppercase}.smartbiz-completion h3{max-width:720px;margin:0;font-size:clamp(38px,4vw,62px);font-weight:400;line-height:.98;letter-spacing:-.045em}.smartbiz-completion-copy>p:not(.smartbiz-completion-kicker){max-width:650px;margin:22px 0 0;font-size:18px;line-height:1.42}.smartbiz-completion ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;margin:26px 0 0;padding:0;list-style:none}.smartbiz-completion li{position:relative;padding-left:24px;font-size:15px;line-height:1.3}.smartbiz-completion li::before{content:"✓";position:absolute;left:0;top:-1px;width:17px;height:17px;border-radius:50%;background:var(--black);color:var(--yellow);display:grid;place-items:center;font-size:11px}.smartbiz-completion-action{display:grid;gap:12px}.smartbiz-price{padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.28)}.smartbiz-price span,.smartbiz-price strong{display:block}.smartbiz-price span{font-size:15px}.smartbiz-price strong{margin:5px 0 2px;font-size:clamp(36px,4vw,58px);font-weight:800;line-height:1;letter-spacing:-.045em}.smartbiz-primary-cta{min-height:62px;padding:0 12px 0 20px;border-radius:15px;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:20px;text-decoration:none}.smartbiz-primary-cta svg{width:40px;height:40px;padding:9px;border-radius:11px;background:var(--white);fill:none;stroke:var(--black);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.smartbiz-primary-cta:hover{background:#262626}.smartbiz-secondary-cta{min-height:48px;border:1px solid rgba(0,0,0,.48);border-radius:13px;color:var(--black);display:grid;place-items:center;text-decoration:none}.smartbiz-secondary-cta:hover{background:rgba(255,255,255,.3)}
@media(max-width:1100px){.smartbiz-transformation{grid-template-columns:minmax(340px,.88fr) minmax(0,1fr);gap:28px}.smartbiz-controls{grid-template-columns:repeat(4,minmax(0,1fr))}.smartbiz-controls>p{grid-column:1/-1;grid-row:2;text-align:center}.smartbiz-controls #smartBizPrevious{grid-column:1;grid-row:1}.smartbiz-controls #smartBizNext{grid-column:2;grid-row:1}.smartbiz-auto-toggle{grid-column:3;grid-row:1}.smartbiz-replay{grid-column:4;grid-row:1}.smartbiz-completion{grid-template-columns:1fr}.smartbiz-completion-action{grid-template-columns:1fr 1fr}.smartbiz-price{grid-column:1/-1}.smartbiz-secondary-cta{min-height:62px}}
@media(max-width:860px){.customer-problem{padding-top:72px}.problem-intro{grid-template-columns:1fr;gap:30px}.problem-intro-copy h2{font-size:clamp(42px,8vw,60px)}.smartbiz-transformation{grid-template-columns:1fr}.smartbiz-visual-column{position:static;grid-column:auto;grid-row:auto}.smartbiz-stages{grid-column:auto;grid-row:auto}.smartbiz-visual{border-radius:22px}.smartbiz-stages{margin-top:12px}.smartbiz-mobile-toggle{min-height:96px}.smartbiz-capability.is-active{transform:none}.smartbiz-completion{border-radius:22px}.smartbiz-completion-action{grid-template-columns:1fr}.smartbiz-price{grid-column:auto}}
@media(max-width:680px){.customer-problem{padding-left:22px;padding-right:22px}.problem-intro-copy h2{font-size:42px}.problem-intro-copy>p{font-size:18px}.smartbiz-transformation{margin-top:36px}.smartbiz-visual-overlay{padding:18px}.smartbiz-visual-overlay h3{font-size:31px}.smartbiz-visual-overlay>div>p:last-child{font-size:14px}.smartbiz-controls{grid-template-columns:1fr 1fr}.smartbiz-control{width:100%}.smartbiz-controls #smartBizPrevious{grid-column:1;grid-row:1}.smartbiz-controls #smartBizNext{grid-column:2;grid-row:1}.smartbiz-controls>p{grid-column:1/-1;grid-row:2}.smartbiz-auto-toggle{grid-column:1;grid-row:3}.smartbiz-replay{grid-column:2;grid-row:3}.smartbiz-mobile-toggle{grid-template-columns:42px 1fr auto;padding:15px}.stage-icon{width:40px;height:40px}.stage-heading strong{font-size:20px}.stage-state{min-width:98px;max-width:104px}.smartbiz-stage-panel{padding:0 14px 14px}.smartbiz-capability{padding:11px}.smartbiz-completion{padding:26px 20px}.smartbiz-completion h3{font-size:38px}.smartbiz-completion ul{grid-template-columns:1fr}.smartbiz-price strong{font-size:42px}}
@media(prefers-reduced-motion:reduce){.smartbiz-visual img,.smartbiz-stage,.smartbiz-capability{transition:none}.smartbiz-visual.is-loading img{opacity:1;transform:none}}
.no-js .smartbiz-stage-panel[hidden]{display:block}.no-js .smartbiz-controls{display:none}

/* Border-light editorial journey */
.smartbiz-visual{border:0;box-shadow:0 28px 70px rgba(0,0,0,.28)}
.smartbiz-frame-count{padding:4px 0;border:0;border-radius:0;background:transparent;color:rgba(255,255,255,.82);font-size:12px;text-shadow:0 2px 10px rgba(0,0,0,.7);backdrop-filter:none}
.smartbiz-control,.smartbiz-replay{border:0;background:transparent}
.smartbiz-control:not(:disabled):hover,.smartbiz-replay:hover{background:rgba(255,255,255,.06);color:var(--yellow)}
.smartbiz-next{background:var(--yellow);color:var(--black)}
.smartbiz-next:not(:disabled):hover{background:#f1c000;color:var(--black)}
.smartbiz-stages{position:relative;gap:0;padding-left:0}
.smartbiz-stages::before{content:"";position:absolute;z-index:0;left:33px;top:30px;bottom:30px;width:1px;background:linear-gradient(180deg,var(--yellow),rgba(255,203,5,.2) 42%,#393934)}
.smartbiz-stage{position:relative;z-index:1;border:0;border-radius:0;background:transparent;overflow:visible;box-shadow:none}
.smartbiz-stage+.smartbiz-stage{border-top:1px solid rgba(255,255,255,.09)}
.smartbiz-stage[data-state="current"]{border:0;background:linear-gradient(90deg,rgba(255,203,5,.075),rgba(255,203,5,0) 72%);box-shadow:inset 3px 0 0 var(--yellow)}
.smartbiz-stage[data-state="complete"]{border:0;background:transparent}
.smartbiz-mobile-toggle{min-height:98px;padding:18px 12px 18px 18px;grid-template-columns:31px 1fr auto;gap:16px}
.smartbiz-mobile-toggle:hover{background:rgba(255,255,255,.025)}
.stage-icon{position:relative;z-index:2;width:31px;height:31px;border:1px solid #55554f;border-radius:50%;background:#11110f;color:#898983}
.stage-icon svg{width:16px;height:16px}
.smartbiz-stage[data-state="current"] .stage-icon{border:0;background:var(--yellow);color:var(--black);box-shadow:0 0 0 7px #11110f,0 0 24px rgba(255,203,5,.25)}
.smartbiz-stage[data-state="complete"] .stage-icon{border-color:var(--yellow);background:#11110f;color:var(--yellow)}
.stage-state{min-width:auto;max-width:128px;padding:0;border:0;border-radius:0;background:transparent;color:#8b8b85;font-size:10px;line-height:1.2;text-align:right;text-transform:uppercase;letter-spacing:.08em}
.smartbiz-stage[data-state="current"] .stage-state{border:0;background:transparent;color:var(--yellow)}
.smartbiz-stage[data-state="complete"] .stage-state{border:0;color:var(--yellow)}
.smartbiz-stage-panel{padding:0 14px 25px 65px}
.smartbiz-stage-panel>p{margin:0 0 10px;padding:0 0 16px;border-bottom:1px solid rgba(255,255,255,.09)}
.smartbiz-capabilities{gap:0}
.smartbiz-capability{min-height:72px;padding:13px 10px;border:0;border-bottom:1px solid rgba(255,255,255,.085);border-radius:0;background:transparent;grid-template-columns:32px 1fr;gap:11px}
.smartbiz-capability:last-child{border-bottom:0}
.smartbiz-capability:hover{border-color:rgba(255,255,255,.085);background:rgba(255,255,255,.035)}
.smartbiz-capability.is-active{border:0;border-radius:11px;background:var(--yellow);color:var(--black);transform:none;box-shadow:0 12px 26px rgba(255,203,5,.12)}
.capability-number{width:auto;height:auto;border:0;border-radius:0;display:block;color:#777771;font-size:11px;letter-spacing:.06em}
.smartbiz-capability.is-active .capability-number{color:#544900}
@media(max-width:680px){.smartbiz-stages::before{left:29px}.smartbiz-mobile-toggle{grid-template-columns:29px 1fr auto;padding-left:14px;padding-right:10px}.stage-icon{width:29px;height:29px}.stage-state{min-width:82px;max-width:94px;font-size:9px}.smartbiz-stage-panel{padding-left:54px;padding-right:10px}.smartbiz-capability{padding-left:7px;padding-right:7px}}
/* Authentic MTN ExtraBold is used for every visible title; component-specific sizes remain responsive. */
body h1,body h2,body h3{font-weight:800!important}
body h1 *,body h2 *,body h3 *{font-weight:inherit!important}

/* Flat MTN black and yellow transformation system */
.customer-problem::before{display:none;background:none}
.smartbiz-stages::before{background:#ffcb05}
.smartbiz-stage{background:#0b0b0c;box-shadow:none}
.smartbiz-stage[data-state="current"]{border:0;border-left:4px solid #ffcb05;background:#0b0b0c;box-shadow:none}
.smartbiz-stage[data-state="complete"]{background:#0b0b0c;box-shadow:none}
.smartbiz-stage[data-state="current"] .smartbiz-mobile-toggle{background:#0b0b0c}
.smartbiz-stage[data-state="current"] .stage-icon{background:#ffcb05;color:#0b0b0c;box-shadow:none}
.smartbiz-stage[data-state="complete"] .stage-icon{background:#0b0b0c;box-shadow:none}
.smartbiz-capability{background:#0b0b0c;box-shadow:none}
.smartbiz-capability:hover{background:#161616}
.smartbiz-capability.is-active{border-radius:8px;background:#ffcb05;color:#0b0b0c;box-shadow:none}
.smartbiz-completion{border-color:#ffcb05;background:#ffcb05;box-shadow:none}

/* Automated industry transformation: real business first, SmartBiz result second. */
@property --reveal{syntax:"<percentage>";inherits:false;initial-value:100%}
.smartbiz-compare{--reveal:100%;transition:--reveal 3s cubic-bezier(.65,0,.2,1)}
.smartbiz-compare.is-dragging{transition:none}
.js .smartbiz-price-badge{opacity:0;transform:translateY(-8px) scale(.96);transition:opacity .38s ease,transform .48s cubic-bezier(.2,.8,.2,1)}
.js .smartbiz-compare.has-pricing .smartbiz-price-badge{opacity:1;transform:none}
.smartbiz-price-badge{isolation:isolate}
.smartbiz-price-badge>small,.smartbiz-price-badge>strong{position:relative;z-index:3}.smartbiz-price-badge::before{content:"";position:absolute;z-index:2;inset:-3px;border-radius:17px;padding:2px;background:conic-gradient(from var(--smartbiz-price-angle),transparent 0deg 64deg,#0b0b0c 76deg 346deg,transparent 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:smartbiz-price-orbit 3.8s linear infinite}
@property --smartbiz-price-angle{syntax:"<angle>";inherits:false;initial-value:0deg}
@keyframes smartbiz-price-orbit{to{--smartbiz-price-angle:-360deg}}
.smartbiz-industry-controls{grid-template-columns:42px minmax(0,1fr) 42px 42px}
.smartbiz-industry-auto{width:42px;height:42px;border:1px solid rgba(9,9,9,.32);border-radius:11px;background:var(--black);color:var(--yellow);display:grid;place-items:center;cursor:pointer}
.smartbiz-industry-auto svg{grid-area:1/1;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.smartbiz-industry-auto .smartbiz-industry-play{display:none}
.smartbiz-industry-auto.is-paused .smartbiz-industry-pause{display:none}
.smartbiz-industry-auto.is-paused .smartbiz-industry-play{display:block}
.smartbiz-industry-auto span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.smartbiz-industry-auto:focus-visible{outline:3px solid #0b0b0c;outline-offset:3px}
@media(max-width:680px){.smartbiz-industry-controls{grid-template-columns:42px minmax(0,1fr) 42px}.smartbiz-industry-auto{grid-column:1/-1;justify-self:center}}
@media(prefers-reduced-motion:reduce){.smartbiz-compare{transition:none}.smartbiz-price-badge,.smartbiz-price-badge::before{transition:none;animation:none}}
