/* Auto-generated from clinician-core.html's stylesheet.
   Every selector is scoped under .cc-scope (each widget's render()
   wraps its output in <div class="cc-scope">) so this NEVER leaks
   onto the rest of the WordPress site. :root/body/html rules apply
   directly to .cc-scope.
   Visual-token properties (color/background/border/shadow) are
   forced !important so the default look survives the active theme's
   own CSS specificity. Font properties (family/size/weight/style/
   line-height/letter-spacing/text-transform) are ALSO forced
   !important EXCEPT on rules that target a bare h1-h6/body/p tag —
   those are left alone so Elementor's Global Typography (Site
   Settings) can still control them, same as any other Elementor
   page. Layout properties are untouched so Elementor's own
   spacing/responsive controls still work.
   Regenerate with elementor-migration/scripts/build-css.py if the
   source clinician-core.html changes. */

.cc-scope{--teal:#149BB4;--teal-dark:#0E7E93;--teal-tint:#E4F4F6;--navy:#081B30;--navy-deep:#081B30;--ink:#1D2B39;--muted:#60717F;--line:#E3EAEE;--surface:#FFFFFF;--surface-alt:#EFF6F8;--orange:#EF9B47;--orange-tint:#FDF1E4;--warn:#F0A63B;--shadow:0 20px 45px -22px rgba(12,42,69,0.28);--shadow-sm:0 10px 24px -14px rgba(12,42,69,0.22);--radius-lg:22px;--radius-md:16px;--container:1600px;--font-heading:"Inter","Albert Sans",sans-serif;--font-body:"Albert Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--fs-display:clamp(2.1rem,1.3rem + 1.8vw,2.7rem);--fs-h1:clamp(2rem,1.2rem + 2.2vw,2.75rem);--fs-h2:clamp(1.7rem,1rem + 1.9vw,2.35rem);--fs-h3:clamp(1.3rem,1rem + 0.8vw,1.6rem);--fs-h4:1.1rem;--fs-lede:1.25rem;--fs-body-lg:1.05rem;--fs-body:1rem;--fs-body-sm:0.9rem;--fs-caption:0.82rem;--fs-eyebrow:0.82rem;--lh-tight:1.2;--lh-heading:1.25;--lh-body:1.6;}
.cc-scope *{box-sizing:border-box;}
.cc-scope{scroll-behavior:smooth;}
.cc-scope [id]{scroll-margin-top:88px;}
.cc-scope{margin:0;background:var(--surface) !important;color:var(--ink) !important;font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:var(--fs-body);line-height:var(--lh-body);}
/* Manual addition (not from the source extraction): defensive safety net —
   never let any one widget push the whole WP page into horizontal scroll,
   on any device (phone/tablet/foldable). max-width guards against a fixed
   px value anywhere inside being wider than a very narrow viewport. */
.cc-scope{overflow-x:hidden;max-width:100vw;}
.cc-scope h1, .cc-scope h2, .cc-scope h3, .cc-scope h4, .cc-scope h5{font-family:var(--font-heading);color:var(--navy) !important;margin:0;line-height:var(--lh-heading);text-wrap:balance;}
.cc-scope h1{font-size:var(--fs-h1);line-height:var(--lh-tight);font-weight:400;}
.cc-scope h2{font-size:var(--fs-h2);line-height:1.22;margin-bottom:14px;font-weight:400;}
.cc-scope h3{font-size:var(--fs-h3);font-weight:600;}
.cc-scope h4{font-size:var(--fs-h4);font-weight:600;}
.cc-scope h5{font-size:var(--fs-body-sm);font-weight:600;}
.cc-scope h2 .accent{color:var(--teal) !important;}
.cc-scope p{margin:0;}
.cc-scope a{color:inherit !important;text-decoration:none !important;}
.cc-scope img, .cc-scope svg{display:block;max-width:100%;}
.cc-scope ul{margin:0;padding:0;list-style:none;}
.cc-scope button{font:inherit;cursor:pointer;}
.cc-scope .wrap{max-width:var(--container);margin:0 auto;padding:0 clamp(20px,4vw,48px);}
.cc-scope .section{padding:clamp(56px,8vw,108px) 0;}
.cc-scope .section-alt{background:var(--surface-alt) !important;}
.cc-scope .eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading) !important;font-size:var(--fs-eyebrow) !important;font-weight:700 !important;letter-spacing:0.14em !important;text-transform:uppercase !important;color:var(--teal) !important;margin-bottom:14px;}
.cc-scope .eyebrow::before{content:"";width:18px;height:2px;border-radius:2px !important;background:var(--teal) !important;display:inline-block;}
.cc-scope .center{text-align:center !important;}
.cc-scope .center .eyebrow::before{display:none;}
.cc-scope .lede{color:#333 !important;font-size:var(--fs-lede) !important;line-height:1.7 !important;max-width:52ch;}
.cc-scope .center .lede{margin:0 auto;}
.cc-scope .btn{display:inline-flex;align-items:center;gap:9px;padding:0.95rem 1.7rem;border-radius:999px !important;font-weight:600 !important;font-size:var(--fs-body-sm) !important;border:1.5px solid transparent;transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;white-space:nowrap !important;}
.cc-scope .btn svg{width:16px;height:16px;flex:none;transition:transform .18s ease;}
.cc-scope .btn:hover svg{transform:translateX(3px);}
.cc-scope .btn-primary{background:linear-gradient(160deg,#2FC3DB 0%,var(--teal) 55%) !important;border-color:rgba(255,255,255,0.4) !important;color:#fff !important;box-shadow:var(--shadow-sm) !important;}
.cc-scope .btn-primary:hover{background:var(--teal-dark) !important;transform:translateY(-2px);}
.cc-scope .btn-ghost{border-color:var(--teal) !important;color:var(--teal-dark) !important;background:#fff !important;}
.cc-scope .btn-ghost:hover{background:var(--teal-tint) !important;border-color:var(--teal-dark) !important;color:var(--teal-dark) !important;transform:translateY(-2px);}
.cc-scope .btn-cta{background:var(--teal) !important;color:#fff !important;}
.cc-scope .btn-cta:hover{background:#12AFC9 !important;transform:translateY(-2px);}
.cc-scope .link-arrow{display:inline-flex;align-items:center;gap:6px;font-weight:700 !important;font-size:var(--fs-body-sm) !important;color:var(--teal-dark) !important;transition:gap .18s ease;}
.cc-scope .link-arrow svg{width:14px;height:14px;transition:transform .18s ease;}
.cc-scope .link-arrow:hover svg{transform:translateX(4px);}
.cc-scope .topbar{background:#414C60 !important;}
.cc-scope .topbar-inner{display:flex;align-items:center;justify-content:flex-end;gap:26px;padding-top:10px;padding-bottom:10px;}
.cc-scope .topbar .icon-btn{width:auto;height:auto;background:none !important;border:0;color:#fff !important;opacity:0.85 !important;}
.cc-scope .topbar .icon-btn:hover{opacity:1 !important;background:none !important;}
.cc-scope .topbar .icon-btn svg{width:15px;height:15px;}
.cc-scope .topbar .textlink{font-size:var(--fs-caption) !important;color:#fff !important;opacity:0.9 !important;display:flex;align-items:center;gap:6px;}
.cc-scope .topbar .textlink svg{width:15px;height:15px;}
.cc-scope .topbar .textlink:hover{opacity:1 !important;color:#fff !important;}
.cc-scope header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,0.92) !important;backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
.cc-scope .nav{display:flex;align-items:center;justify-content:space-between;height:76px;}
.cc-scope .logo{display:flex;align-items:center;margin-right:28px;flex:none;}
.cc-scope .logo-img{height:auto;width:auto;max-height:34px;max-width:180px;display:block;}
.cc-scope .nav-links{display:flex;align-items:center;gap:28px;font-family:var(--font-heading) !important;font-size:var(--fs-body-lg) !important;line-height:1.39 !important;font-weight:500 !important;color:var(--navy) !important;}
.cc-scope .nav-links a{opacity:0.88 !important;transition:opacity .15s ease,color .15s ease;}
.cc-scope .nav-links a:hover{opacity:1 !important;color:var(--teal-dark) !important;}
.cc-scope .nav-item{position:relative;}
.cc-scope .nav-item.dropdown>a{display:flex;align-items:center;gap:5px;}
.cc-scope .nav-item.dropdown>a::after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-top:-4px;opacity:0.6 !important;transition:transform .15s ease;}
.cc-scope .nav-item.dropdown:hover>a::after{transform:rotate(225deg);margin-top:3px;}
.cc-scope .dropdown-menu{position:absolute;top:100%;left:0;margin-top:16px;background:#fff !important;border:1px solid var(--line);border-radius:12px !important;box-shadow:var(--shadow) !important;padding:10px;min-width:250px;display:flex;flex-direction:column;gap:2px;opacity:0 !important;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:50;}
.cc-scope .nav-item.dropdown:hover .dropdown-menu{opacity:1 !important;visibility:visible;transform:translateY(0);pointer-events:auto;}
.cc-scope .dropdown-menu a{padding:9px 12px;border-radius:8px !important;font-size:var(--fs-body-sm) !important;font-weight:500 !important;color:var(--navy) !important;white-space:nowrap !important;opacity:1 !important;}
.cc-scope .dropdown-menu a:hover{background:var(--surface-alt) !important;color:var(--teal-dark) !important;}
.cc-scope .nav-right{display:flex;align-items:center;gap:22px;}
.cc-scope .nav-right .textlink{font-size:var(--fs-body-sm) !important;font-weight:500 !important;color:var(--navy) !important;opacity:0.85 !important;}
.cc-scope .nav-right .textlink:hover{opacity:1 !important;color:var(--teal-dark) !important;}
.cc-scope .icon-btn{width:36px;height:36px;border-radius:50% !important;display:flex;align-items:center;justify-content:center;color:var(--navy) !important;border:1px solid var(--line);background:#fff !important;}
.cc-scope .icon-btn svg{width:15px;height:15px;}
.cc-scope .nav-cta{padding:0.7rem 1.3rem;font-size:var(--fs-body-sm) !important;}
.cc-scope .menu-toggle{display:none;background:none !important;border:0;color:var(--navy) !important;width:38px;height:38px;align-items:center;justify-content:center;cursor:pointer;flex:none;position:relative;z-index:70;}
.cc-scope .menu-toggle svg{width:22px;height:22px;}
.cc-scope .menu-toggle .icon-close{display:none;}
.cc-scope .menu-toggle.open .icon-open{display:none;}
.cc-scope .menu-toggle.open .icon-close{display:block;}
.cc-scope .mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff !important;z-index:60;padding:90px 24px 40px;overflow-y:auto;flex-direction:column;}
.cc-scope .mobile-menu.open{display:flex;}
.cc-scope .mobile-menu>a:not(.btn){display:block;padding:15px 4px;font-family:var(--font-heading) !important;font-size:var(--fs-body-lg) !important;font-weight:600 !important;color:var(--navy) !important;border-bottom:1px solid var(--line);}
.cc-scope .mobile-group{border-bottom:1px solid var(--line);}
.cc-scope .mobile-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 4px;background:none !important;border:0;font-family:var(--font-heading) !important;font-size:var(--fs-body-lg) !important;font-weight:600 !important;color:var(--navy) !important;font-family:inherit !important;text-align:left !important;cursor:pointer;}
.cc-scope .mobile-group-toggle svg{width:16px;height:16px;color:var(--muted) !important;transition:transform .2s ease;flex:none;}
.cc-scope .mobile-group.open .mobile-group-toggle svg{transform:rotate(180deg);}
.cc-scope .mobile-sub{display:none;flex-direction:column;padding:0 4px 16px 12px;gap:12px;}
.cc-scope .mobile-group.open .mobile-sub{display:flex;}
.cc-scope .mobile-sub a{font-size:var(--fs-body-sm) !important;color:var(--muted) !important;}
.cc-scope .mobile-sub a:hover{color:var(--teal-dark) !important;}
.cc-scope .mobile-menu .btn{justify-content:center;margin-top:22px;}
.cc-scope body.menu-open{overflow:hidden;}
@media (max-width:880px){
  .cc-scope .menu-toggle{display:flex;}
  .cc-scope .nav-cta{display:none;}
}
.cc-scope .hero{display:flex;align-items:stretch;gap:40px;overflow:hidden;position:relative;}
@media (min-width:981px){
  .cc-scope .hero{padding-right:max(clamp(20px,4vw,48px), calc((100vw - 1600px) / 2 + clamp(20px,4vw,48px)));}
}
@media (min-width:768px){
  .cc-scope .hero{background:var(--cc-hero-bg) center/cover no-repeat !important;}
  .cc-scope .hero::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(to right, #fff 0%, #fff 32%, rgba(255,255,255,0.88) 46%, rgba(255,255,255,0.5) 62%, rgba(255,255,255,0.12) 80%, rgba(255,255,255,0) 100%) !important;}
}
.cc-scope .hero-copy{flex:0 0 auto;width:min(760px,50%);margin-left:max(clamp(20px,4vw,48px), calc((100vw - 1600px) / 2 + clamp(20px,4vw,48px)));padding:40px 0;position:relative;z-index:2;display:flex;flex-direction:column;}
.cc-scope .hero h1{letter-spacing:-0.015em;margin-bottom:18px;}
.cc-scope .hero h1 .accent{color:var(--teal) !important;}
.cc-scope .mobile-break{display:none;}
.cc-scope .hero .lede{margin-bottom:28px;}
.cc-scope .hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:36px;}
.cc-scope .hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 36px;margin-top:auto;padding-top:56px;padding-bottom:12px;}
.cc-scope .hero-feature{display:flex;align-items:center;gap:12px;}
.cc-scope .hero-feature .ic{width:58px;height:58px;border-radius:50% !important;background:var(--teal-tint) !important;display:flex;align-items:center;justify-content:center;flex:none;padding:9px;}
.cc-scope .hero-feature .ic img{width:100%;height:100%;object-fit:contain;display:block;}
.cc-scope .hero-feature span{font-size:var(--fs-body) !important;font-weight:600 !important;color:var(--navy) !important;white-space:nowrap !important;}
@media (min-width:700px){
  .cc-scope .hero-features{display:flex;flex-wrap:nowrap;gap:20px;justify-content:space-between;}
  .cc-scope .hero-feature{gap:9px;flex:none;}
  .cc-scope .hero-feature .ic{width:50px;height:50px;padding:8px;}
}
@media (min-width:768px){
  .cc-scope .hero::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;background:linear-gradient(to bottom, rgba(26,54,93,0) 0, rgba(26,54,93,0) calc(100% - 100px), #1A365D calc(100% - 100px), #1A365D 100%) !important;pointer-events:none;}
  .cc-scope .hero-feature .ic{background:rgba(79,213,232,0.16) !important;border:1px solid rgba(127,211,224,0.4);}
  .cc-scope .hero-feature .ic img{filter:brightness(0) invert(1);}
  .cc-scope .hero-feature span{color:#fff !important;}
}
.cc-scope .hero-wave{display:none;}
@media (min-width:768px){
  .cc-scope .hero-wave{display:block;position:absolute;left:0;right:0;bottom:99px;width:100%;height:90px;z-index:1;pointer-events:none;}
}
.cc-scope .hero-visual{flex:0 0 auto;align-self:flex-end;aspect-ratio:631/833;width:min(448px,42%);margin-left:auto;position:relative;min-width:0;z-index:1;}
.cc-scope .hero-photo-img{width:100%;height:100%;object-fit:contain;object-position:top center;display:block;}
.cc-scope .hero-badge{position:absolute;top:0;right:0;z-index:2;display:flex;align-items:center;gap:10px;color:#fff !important;font-size:var(--fs-caption) !important;font-weight:600 !important;line-height:1.3 !important;text-shadow:0 1px 6px rgba(0,0,0,0.45) !important;pointer-events:none;}
.cc-scope .hero-badge-ic{width:36px;height:36px;border-radius:9px !important;flex:none;background:rgba(8,27,48,0.55) !important;border:1px solid rgba(255,255,255,0.5);box-shadow:0 6px 18px -4px rgba(0,0,0,0.4) !important;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);}
.cc-scope .hero-badge-ic img{width:17px;height:auto;display:block;}
.cc-scope .hero-blob{position:absolute;inset:0 6% 0 12%;border-radius:44% 56% 48% 52% / 54% 44% 56% 46% !important;background:radial-gradient(120% 120% at 30% 20%, #E9F6F8 0%, #CDEBEF 45%, #A9DEE4 100%) !important;overflow:hidden;}
.cc-scope .hero-blob svg{position:absolute;inset:0;width:100%;height:100%;}
.cc-scope .mock-card{position:absolute;top:6%;left:-6%;width:58%;background:#fff !important;border-radius:16px !important;box-shadow:var(--shadow) !important;padding:14px;border:1px solid var(--line);}
.cc-scope .mock-card .dots{display:flex;gap:5px;margin-bottom:10px;}
.cc-scope .mock-card .dots span{width:7px;height:7px;border-radius:50% !important;background:var(--line) !important;}
.cc-scope .mock-card .dots span:first-child{background:#F0A63B !important;}
.cc-scope .mock-card .dots span:nth-child(2){background:var(--teal) !important;}
.cc-scope .mock-row{display:flex;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid #F0F4F6;}
.cc-scope .mock-row:last-child{border:0;}
.cc-scope .mock-row .avatar{width:20px;height:20px;border-radius:6px !important;background:var(--teal-tint) !important;flex:none;}
.cc-scope .mock-row .bars{flex:1;display:flex;flex-direction:column;gap:4px;}
.cc-scope .mock-row .bars i{display:block;height:5px;border-radius:3px !important;background:#EDF2F4 !important;}
.cc-scope .mock-row .bars i:last-child{width:60%;}
.cc-scope .phone-mock{position:absolute;bottom:0;left:2%;width:34%;aspect-ratio:9/18.5;background:var(--navy) !important;border-radius:26px !important;padding:8px;box-shadow:var(--shadow) !important;}
.cc-scope .phone-mock .screen{background:#fff !important;width:100%;height:100%;border-radius:18px !important;padding:14px 10px;display:flex;flex-direction:column;gap:8px;}
.cc-scope .phone-mock .screen .pbar{height:6px;border-radius:3px !important;background:var(--teal-tint) !important;}
.cc-scope .phone-mock .screen .pbar.dark{background:var(--navy) !important;width:55%;}
.cc-scope .phone-mock .screen .pchip{margin-top:auto;height:26px;border-radius:8px !important;background:var(--teal) !important;}
.cc-scope .badge-card{position:absolute;bottom:6%;right:-2%;background:#fff !important;border-radius:14px !important;box-shadow:var(--shadow) !important;padding:12px 16px;display:flex;align-items:center;gap:10px;max-width:220px;}
.cc-scope .badge-card .ic{width:34px;height:34px;border-radius:9px !important;background:var(--teal-tint) !important;color:var(--teal-dark) !important;display:flex;align-items:center;justify-content:center;flex:none;}
.cc-scope .badge-card .ic svg{width:17px;height:17px;}
.cc-scope .badge-card strong{display:block;font-size:0.82rem !important;color:var(--navy) !important;line-height:1.35 !important;}
.cc-scope .stats-head{max-width:760px;margin:0 auto 48px;}
.cc-scope .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;}
.cc-scope .stat{text-align:center !important;padding:0 8px;position:relative;}
.cc-scope .stat + .stat::before{content:"";position:absolute;left:-18px;top:8px;bottom:8px;width:1px;background:linear-gradient(to bottom, transparent, #CBDEE3, transparent) !important;}
.cc-scope .stat .num{font-family:var(--font-heading) !important;font-weight:800 !important;color:var(--teal) !important;font-size:var(--fs-display) !important;line-height:1 !important;margin-bottom:12px;font-variant-numeric:tabular-nums;}
.cc-scope .stat h4{font-size:var(--fs-body);color:var(--navy) !important;margin-bottom:8px;font-weight:700;}
.cc-scope .stat p{color:var(--muted) !important;font-size:var(--fs-caption);}
.cc-scope .stats-dark{background:radial-gradient(120% 160% at 85% 0%, #0E3D5C 0%, var(--navy-deep) 55%), var(--navy-deep) !important;}
.cc-scope .stats-dark .eyebrow{color:#7FD3E0 !important;}
.cc-scope .stats-dark .eyebrow::before{background:#7FD3E0 !important;}
.cc-scope .stats-dark h2{color:#fff !important;}
.cc-scope .stats-dark h2 .accent{color:#4FD5E8 !important;}
.cc-scope .stats-dark .lede{color:#9FB0C2 !important;}
.cc-scope .stats-dark .stat .num{color:#4FD5E8 !important;}
.cc-scope .stats-dark .stat h4{color:#fff !important;}
.cc-scope .stats-dark .stat p{color:#9FB0C2 !important;}
.cc-scope .stats-dark .stat + .stat::before{background:linear-gradient(to bottom, transparent, rgba(255,255,255,0.18), transparent) !important;}
.cc-scope .how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:44px;align-items:start;}
.cc-scope .how-card{display:flex;flex-direction:column;gap:14px;text-decoration:none !important;color:inherit !important;}
.cc-scope .how-card .ic{width:58px;height:58px;border-radius:50% !important;background:var(--teal-tint) !important;display:flex;align-items:center;justify-content:center;flex:none;padding:9px;}
.cc-scope .how-card .ic img{width:100%;height:100%;object-fit:contain;display:block;}
.cc-scope .how-card h3{margin:0;font-size:var(--fs-h4);color:var(--navy) !important;font-weight:600;}
.cc-scope .how-card p{margin:0;color:var(--muted) !important;font-size:var(--fs-body-sm);line-height:1.55;}
.cc-scope .stats-dark .how-card h3{color:#fff !important;}
.cc-scope .stats-dark .how-card p{color:#9FB0C2 !important;}
.cc-scope .stats-dark .how-card .ic{background:linear-gradient(155deg, rgba(79,213,232,0.28), rgba(20,155,180,0.08) 60%, rgba(79,213,232,0.16)) !important;border:1px solid rgba(127,211,224,0.45);box-shadow:inset 0 1px 1px rgba(255,255,255,0.25), inset 0 -6px 10px rgba(0,0,0,0.25), 0 0 0 6px rgba(79,213,232,0.06), 0 10px 22px rgba(0,0,0,0.35) !important;transition:box-shadow .25s ease, border-color .25s ease, transform .25s ease;}
.cc-scope .stats-dark .how-card .ic img{filter:brightness(0) invert(1) drop-shadow(0 0 4px rgba(79,213,232,0.5));}
.cc-scope .stats-dark .how-card:hover .ic{border-color:rgba(127,211,224,0.8) !important;box-shadow:inset 0 1px 1px rgba(255,255,255,0.3), inset 0 -6px 10px rgba(0,0,0,0.2), 0 0 0 8px rgba(79,213,232,0.1), 0 12px 26px rgba(0,0,0,0.4) !important;transform:translateY(-3px);}
@media (max-width:980px){
  .cc-scope .how-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:600px){
  .cc-scope .how-grid{grid-template-columns:1fr;}
}
.cc-scope .split{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:0 64px;align-items:start;}
.cc-scope .split > *{min-width:0;}
.cc-scope .split-head{grid-column:1;grid-row:1;}
.cc-scope .split-copy{grid-column:1;grid-row:2;}
.cc-scope .split-visual{grid-column:2;grid-row:2;align-self:start;}
.cc-scope .split.reverse .split-head, .cc-scope .split.reverse .split-copy{grid-column:2;}
.cc-scope .split.reverse .split-visual{grid-column:1;}
.cc-scope .split h2{margin-bottom:18px;}
.cc-scope .split h2 .accent{color:var(--teal) !important;}
.cc-scope .split .lede{margin-bottom:26px;}
.cc-scope .problem-icons{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin:28px 0 30px;max-width:52ch;font-size:var(--fs-body-lg) !important;}
.cc-scope .problem-icon{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center !important;}
.cc-scope .problem-icon .circle{display:flex;align-items:center;justify-content:center;flex:none;transition:transform .2s ease;}
.cc-scope .problem-icon .circle img{width:58px;height:58px;object-fit:contain;display:block;}
.cc-scope .problem-icon:hover .circle{transform:translateY(-2px);}
.cc-scope .problem-icon span{font-size:var(--fs-caption) !important;font-weight:600 !important;color:var(--navy) !important;}
.cc-scope .problem-statements{margin:22px 0 20px;}
.cc-scope .problem-statements p{font-weight:400;color:#333 !important;font-size:var(--fs-lede);line-height:1.6;}
.cc-scope .problem-note{color:#333 !important;font-weight:400 !important;font-size:var(--fs-lede) !important;line-height:1.6 !important;margin-bottom:28px;}
.cc-scope .video-card{background:#fff !important;border-radius:22px !important;border:1px solid var(--line);box-shadow:var(--shadow) !important;overflow:hidden;}
.cc-scope .video-cover{position:relative;display:block;aspect-ratio:16/9;background:var(--navy) !important;}
.cc-scope .video-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.cc-scope .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50% !important;background:rgba(255,255,255,0.94) !important;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px -10px rgba(12,42,69,0.45) !important;transition:transform .2s ease,background .2s ease;}
.cc-scope .play-btn svg{width:26px;height:26px;color:var(--teal-dark) !important;margin-left:4px;}
.cc-scope .video-cover:hover .play-btn{transform:translate(-50%,-50%) scale(1.08);background:#fff !important;}
.cc-scope .video-caption{padding:clamp(22px,3vw,32px);color:var(--muted) !important;font-size:var(--fs-body) !important;line-height:1.7 !important;}
.cc-scope .connect-section{position:relative;overflow:hidden;}
.cc-scope .connect-glow{position:absolute;top:-60px;width:420px;height:420px;border-radius:50% !important;background:radial-gradient(circle,rgba(20,155,180,0.14),rgba(20,155,180,0) 70%) !important;pointer-events:none;z-index:0;}
.cc-scope .connect-glow.left{left:-140px;}
.cc-scope .connect-glow.right{right:-140px;}
.cc-scope .connect-section > .wrap{position:relative;z-index:1;}
.cc-scope .connect-head{max-width:750px;margin:0 auto 56px;position:relative;z-index:1;}
.cc-scope .eyebrow.muted{color:var(--muted) !important;}
.cc-scope .connect-head h2{margin-bottom:16px;}
.cc-scope .connect-head h2 .accent{color:var(--teal) !important;}
.cc-scope .connect-head .lede{max-width:730px;}
.cc-scope .connect-grid{display:grid;grid-template-columns:minmax(205px,0.65fr) 170px minmax(0,1.4fr) 170px minmax(205px,0.65fr);align-items:stretch;gap:0 8px;}
.cc-scope .connect-card{background:#fff !important;border:1px solid var(--line);border-radius:20px !important;box-shadow:var(--shadow-sm) !important;padding:36px 32px;}
.cc-scope .connect-card .card-head{display:flex;align-items:center;gap:14px;min-height:74px;margin-bottom:39px;}
.cc-scope .connect-card .icon-top{width:46px;height:46px;border-radius:14px !important;background:var(--teal-tint) !important;color:var(--teal-dark) !important;display:flex;align-items:center;justify-content:center;flex:none;padding:10px;}
.cc-scope .connect-card .icon-top svg{width:100%;height:100%;}
.cc-scope .connect-card h3{font-size:var(--fs-h4);margin-bottom:3px;}
.cc-scope .connect-card .sub{color:var(--muted) !important;font-size:var(--fs-body) !important;margin-bottom:0;}
.cc-scope .connect-card .divider{border-top:1px solid var(--line);margin-bottom:20px;}
.cc-scope .connect-list{display:flex;flex-direction:column;gap:15px;}
.cc-scope .connect-list li{display:flex;align-items:center;gap:11px;font-size:var(--fs-body-lg) !important;color:var(--ink) !important;}
.cc-scope .connect-list .ok{color:var(--teal-dark) !important;flex:none;display:flex;}
.cc-scope .connect-list .ok svg{width:20px;height:20px;}
.cc-scope .connect-hub{background:#fff !important;border:1px solid var(--line);border-radius:24px !important;box-shadow:0 26px 60px -24px rgba(12,42,69,0.28) !important;padding:clamp(28px,3vw,40px) clamp(20px,3vw,36px);display:flex;flex-direction:column;align-items:center;text-align:center !important;}
.cc-scope .connect-hub .hub-logo{height:36px;width:auto;margin-bottom:12px;}
.cc-scope .connect-hub .hub-sub{color:var(--muted) !important;font-size:var(--fs-body-lg) !important;margin-bottom:clamp(24px,3vw,34px);}
.cc-scope .hub-items{display:flex;justify-content:center;flex-wrap:nowrap;}
.cc-scope .hub-item{display:flex;flex-direction:column;align-items:center;gap:12px;flex:1 1 0;min-width:0;padding:0 clamp(8px,1vw,14px);border-right:1px solid var(--line);}
.cc-scope .hub-item:last-child{border-right:0;}
.cc-scope .hub-item .ic{width:clamp(46px,5.5vw,68px);height:clamp(46px,5.5vw,68px);border-radius:50% !important;background:var(--teal-tint) !important;color:var(--teal-dark) !important;display:flex;align-items:center;justify-content:center;flex:none;padding:13px;}
.cc-scope .hub-item .ic svg{width:100%;height:100%;}
.cc-scope .hub-item .ic img{width:100%;height:100%;object-fit:contain;display:block;}
.cc-scope .hub-item span{font-size:var(--fs-body-sm) !important;font-weight:700 !important;color:var(--navy) !important;line-height:1.35 !important;}
.cc-scope .hub-rule{width:44px;height:2px;background:var(--teal) !important;border-radius:2px !important;margin:clamp(22px,3vw,30px) 0 18px;}
.cc-scope .hub-caption{color:var(--muted) !important;font-size:var(--fs-body) !important;line-height:1.6 !important;max-width:46ch;}
.cc-scope .connector{position:relative;width:100%;display:flex;align-items:center;justify-content:center;min-height:60px;padding:0 12px;}
.cc-scope .connector-line{position:absolute;left:0;right:0;top:50%;height:2px;background:linear-gradient(to right, transparent, #E3EAEE 18%, #E3EAEE 82%, transparent) !important;}
.cc-scope .connector-line.top{top:calc(50% - 4px);}
.cc-scope .connector-line.bottom{top:calc(50% + 4px);}
.cc-scope .connector-dot{position:absolute;left:12px;z-index:1;width:10px;height:10px;border-radius:50% !important;transform:translate(-50%,-50%);animation-duration:2.6s;animation-timing-function:linear;animation-iteration-count:infinite;}
.cc-scope .connector-dot.a{top:calc(50% - 4px);background:radial-gradient(circle at 32% 28%, #E9FBFD, #1BA5B8 72%) !important;box-shadow:0 0 0 4px rgba(27,165,184,0.16), 0 0 10px 2px rgba(27,165,184,0.4) !important;animation-name:connector-flow-a-x;}
.cc-scope .connector-dot.b{top:calc(50% + 4px);background:radial-gradient(circle at 32% 28%, #BFDEE3, #0B7285 72%) !important;box-shadow:0 0 0 4px rgba(11,114,133,0.16), 0 0 10px 2px rgba(11,114,133,0.4) !important;animation-name:connector-flow-b-x;}
@keyframes connector-flow-a-x{
  0%{left:12px;opacity:0 !important;}
  8%{opacity:1 !important;}
  92%{opacity:1 !important;}
  100%{left:calc(100% - 12px);opacity:0 !important;}
}
@keyframes connector-flow-b-x{
  0%{left:calc(100% - 12px);opacity:0 !important;}
  8%{opacity:1 !important;}
  92%{opacity:1 !important;}
  100%{left:12px;opacity:0 !important;}
}
@keyframes connector-flow-a-y{
  0%{top:12px;opacity:0 !important;}
  8%{opacity:1 !important;}
  92%{opacity:1 !important;}
  100%{top:calc(100% - 12px);opacity:0 !important;}
}
@keyframes connector-flow-b-y{
  0%{top:calc(100% - 12px);opacity:0 !important;}
  8%{opacity:1 !important;}
  92%{opacity:1 !important;}
  100%{top:12px;opacity:0 !important;}
}
.cc-scope .connector-pill{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1px;background:#fff !important;border:1px solid #CFE3E7;border-radius:999px !important;padding:5px 10px;font-size:10px !important;font-weight:700 !important;line-height:1.2 !important;color:#0B7285 !important;white-space:nowrap !important;box-shadow:0 2px 6px rgba(11,114,133,0.10) !important;}
.cc-scope .connector-pill .row{display:flex;align-items:center;gap:4px;}
.cc-scope .connector-pill svg{flex:none;}
.cc-scope .connect-dark{background:radial-gradient(120% 160% at 85% 0%, #0E3D5C 0%, var(--navy-deep) 55%), var(--navy-deep) !important;}
.cc-scope .connect-dark .eyebrow, .cc-scope .connect-dark .eyebrow.muted{color:#7FD3E0 !important;}
.cc-scope .connect-dark .eyebrow::before{background:#7FD3E0 !important;}
.cc-scope .connect-dark h2{color:#fff !important;}
.cc-scope .connect-dark h2 .accent{color:#4FD5E8 !important;}
.cc-scope .connect-dark .lede{color:#9FB0C2 !important;}
.cc-scope .connect-dark .connect-card{background:#F7FAFC !important;border-color:var(--line) !important;box-shadow:0 24px 48px -26px rgba(0,0,0,0.45) !important;}
.cc-scope .connect-dark .connect-card h3{color:var(--navy) !important;}
.cc-scope .connect-dark .connect-card .sub{color:var(--muted) !important;}
.cc-scope .connect-dark .connect-card .divider{border-top-color:var(--line) !important;}
.cc-scope .connect-dark .connect-list li{color:var(--ink) !important;}
.cc-scope .connect-dark .connect-list .ok{color:var(--teal-dark) !important;}
.cc-scope .connect-dark .connect-hub{position:relative;overflow:hidden;background:#fff !important;border-color:rgba(20,155,180,0.35) !important;box-shadow:0 0 0 1px rgba(20,155,180,0.14), 0 32px 70px -24px rgba(0,0,0,0.45), 0 0 50px rgba(45,200,216,0.18) !important;}
.cc-scope .connect-dark .connect-hub::before{content:"";position:absolute;top:-70px;left:50%;transform:translateX(-50%);width:260px;height:190px;background:radial-gradient(ellipse, rgba(20,155,180,0.14), transparent 70%) !important;pointer-events:none;z-index:0;}
.cc-scope .connect-dark .connect-hub > *{position:relative;z-index:1;}
.cc-scope .connect-dark .connect-hub .hub-sub{color:var(--muted) !important;}
.cc-scope .connect-dark .hub-item{border-right-color:var(--line) !important;}
.cc-scope .connect-dark .hub-item span{color:var(--navy) !important;}
.cc-scope .connect-dark .hub-caption{color:var(--muted) !important;}
.cc-scope .connect-features{display:flex;justify-content:center;flex-wrap:wrap;margin-top:clamp(40px,5vw,56px);gap:0;}
.cc-scope .connect-feature{display:flex;align-items:flex-start;gap:14px;padding:0 clamp(20px,3vw,40px);max-width:340px;border-right:1px solid var(--line);}
.cc-scope .connect-feature:last-child{border-right:0;}
.cc-scope .connect-feature .ic{color:var(--teal-dark) !important;flex:none;margin-top:2px;}
.cc-scope .connect-feature .ic svg{width:26px;height:26px;}
.cc-scope .connect-feature h4{margin-bottom:4px;}
.cc-scope .connect-feature p{color:var(--muted) !important;font-size:var(--fs-body-sm);}
.cc-scope .check-list{display:flex;flex-direction:column;gap:14px;margin-bottom:32px;}
.cc-scope .check-list li{display:flex;align-items:flex-start;gap:12px;font-size:var(--fs-body) !important;color:var(--ink) !important;font-weight:500 !important;}
.cc-scope .check-list .tick{width:21px;height:21px;border-radius:50% !important;background:var(--teal-tint) !important;color:var(--teal-dark) !important;display:flex;align-items:center;justify-content:center;flex:none;margin-top:1px;}
.cc-scope .check-list .tick svg{width:12px;height:12px;}
.cc-scope .problem-visual{position:relative;height:420px;}
.cc-scope .problem-photo{position:absolute;inset:0 8% 4% 0;border-radius:28px !important;background:linear-gradient(160deg,#0E3550,#0C2A45 60%,#0A2038) !important;overflow:hidden;}
.cc-scope .problem-photo svg{position:absolute;bottom:0;left:50%;transform:translateX(-46%);width:78%;}
.cc-scope .float-chip{position:absolute;background:#fff !important;border-radius:13px !important;box-shadow:var(--shadow-sm) !important;padding:10px 14px;display:flex;align-items:center;gap:9px;font-size:var(--fs-caption) !important;font-weight:700 !important;color:var(--navy) !important;}
.cc-scope .float-chip .ic{width:30px;height:30px;border-radius:8px !important;display:flex;align-items:center;justify-content:center;flex:none;}
.cc-scope .float-chip .ic svg{width:15px;height:15px;}
.cc-scope .chip-calls{top:2%;left:-4%;}
.cc-scope .chip-calls .ic{background:#E4F4F6 !important;color:var(--teal-dark) !important;}
.cc-scope .chip-email{top:-2%;right:6%;}
.cc-scope .chip-email .ic{background:#EAF1FB !important;color:#3E6FC0 !important;}
.cc-scope .chip-pager{bottom:30%;left:-8%;}
.cc-scope .chip-pager .ic{background:#F1ECFB !important;color:#7C5CD1 !important;}
.cc-scope .chip-ehr{bottom:26%;right:2%;}
.cc-scope .chip-ehr .ic{background:var(--orange-tint) !important;color:var(--orange) !important;}
.cc-scope .chip-warn{bottom:2%;right:-4%;left:auto;background:var(--navy) !important;color:#fff !important;max-width:200px;}
.cc-scope .chip-warn .ic{background:rgba(255,255,255,0.14) !important;color:var(--warn) !important;}
.cc-scope .chip-warn strong{font-weight:600 !important;font-size:0.78rem !important;line-height:1.4 !important;color:#EAF1F4 !important;}
.cc-scope .solution-head{max-width:640px;margin:0 auto 36px;}
.cc-scope .module-tabs{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;border-bottom:1px solid var(--line);}
.cc-scope .mtab{display:flex;align-items:center;gap:8px;padding:14px 20px;margin-bottom:-1px;font-size:var(--fs-body-sm) !important;font-weight:600 !important;color:var(--muted) !important;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;}
.cc-scope .mtab svg{width:17px;height:17px;flex:none;}
.cc-scope .mtab:hover{color:var(--navy) !important;}
.cc-scope .mtab.active{color:var(--teal-dark) !important;border-color:var(--teal) !important;}
.cc-scope .module-row{padding:clamp(56px,7vw,92px) 0;}
.cc-scope .module-row.alt{background:var(--surface-alt) !important;}
.cc-scope .module-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center;}
.cc-scope .module-grid > *{min-width:0;}
.cc-scope .module-grid.reverse .module-copy{order:2;}
.cc-scope .module-grid.reverse .module-visual{order:1;}
.cc-scope .module-num{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-heading) !important;font-weight:800 !important;font-size:var(--fs-caption) !important;letter-spacing:0.04em !important;color:var(--teal) !important;margin-bottom:16px;}
.cc-scope .module-num::after{content:"";width:30px;height:2px;background:var(--teal) !important;display:inline-block;}
.cc-scope .module-num.orange{color:var(--orange) !important;}
.cc-scope .module-num.orange::after{background:var(--orange) !important;}
.cc-scope .module-copy h3{margin-bottom:6px;}
.cc-scope .module-tagline{font-weight:700 !important;color:var(--teal-dark) !important;font-size:var(--fs-body) !important;margin-bottom:16px;}
.cc-scope .module-tagline.orange{color:var(--orange) !important;}
.cc-scope .module-copy .lede{margin-bottom:24px;font-size:var(--fs-body) !important;}
.cc-scope .module-copy .check-list{margin-bottom:28px;}
.cc-scope .check-list.orange .tick{background:var(--orange-tint) !important;color:var(--orange) !important;}
.cc-scope .check-list.blue .tick{background:#E9F1FC !important;color:#3E6FC0 !important;}
.cc-scope .check-list.purple .tick{background:#E3F8FA !important;color:#0D98BA !important;}
.cc-scope .link-arrow.orange{color:var(--orange) !important;}
.cc-scope .module-visual{position:relative;}
.cc-scope .mock-blob{position:absolute;inset:-7% -5%;border-radius:30px !important;background:linear-gradient(135deg,var(--teal-tint),#D7EEF1) !important;z-index:0;}
.cc-scope .mock-blob.orange{background:linear-gradient(135deg,var(--orange-tint),#FBE1BF) !important;}
.cc-scope .app-window{position:relative;z-index:1;background:#fff !important;border-radius:18px !important;box-shadow:var(--shadow) !important;border:1px solid var(--line);overflow:hidden;transform:rotate(-1.1deg);}
.cc-scope .module-grid.reverse .app-window{transform:rotate(1.1deg);}
.cc-scope .app-topbar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--line);color:var(--navy) !important;}
.cc-scope .app-topbar svg{width:16px;height:16px;flex:none;}
.cc-scope .app-search{flex:1;background:var(--surface-alt) !important;border-radius:999px !important;padding:7px 14px;font-size:0.76rem !important;color:var(--muted) !important;display:flex;align-items:center;gap:6px;}
.cc-scope .app-search svg{width:12px;height:12px;}
.cc-scope .app-avatar-sm{width:26px;height:26px;border-radius:50% !important;background:linear-gradient(135deg,var(--teal),#0C7A8D) !important;color:#fff !important;font-size:0.62rem !important;font-weight:700 !important;display:flex;align-items:center;justify-content:center;flex:none;object-fit:cover;}
.cc-scope .app-title{display:flex;align-items:center;gap:8px;font-weight:700 !important;color:var(--navy) !important;font-size:0.9rem !important;}
.cc-scope .app-title svg{color:var(--teal-dark) !important;}
.cc-scope .btn-mini{margin-left:auto;background:var(--teal) !important;color:#fff !important;font-size:0.72rem !important;font-weight:700 !important;padding:7px 12px;border-radius:8px !important;flex:none;}
.cc-scope .app-tabrow{display:flex;gap:18px;padding:0 16px;border-bottom:1px solid var(--line);font-size:0.76rem !important;color:var(--muted) !important;font-weight:600 !important;}
.cc-scope .app-tabrow span{padding:10px 0;border-bottom:2px solid transparent;display:inline-block;}
.cc-scope .app-tabrow span.active{color:var(--teal-dark) !important;border-color:var(--teal) !important;}
.cc-scope .app-body{display:grid;grid-template-columns:118px 1fr;}
.cc-scope .app-sidebar{border-right:1px solid var(--line);padding:12px 8px;}
.cc-scope .app-sidebar h6{font-size:0.6rem;text-transform:uppercase;letter-spacing:0.05em;color:var(--muted) !important;font-weight:700;margin:10px 6px 6px;}
.cc-scope .side-row{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px;border-radius:8px !important;font-size:0.72rem !important;color:var(--ink) !important;}
.cc-scope .side-row .side-left{display:flex;align-items:center;gap:6px;min-width:0;}
.cc-scope .side-row .side-left span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap !important;}
.cc-scope .side-row svg{width:12px;height:12px;flex:none;color:var(--muted) !important;}
.cc-scope .side-row.active{background:var(--teal-tint) !important;color:var(--teal-dark) !important;font-weight:700 !important;}
.cc-scope .side-row.active svg{color:var(--teal-dark) !important;}
.cc-scope .side-row .count{background:#EEF1F3 !important;color:var(--muted) !important;font-size:0.6rem !important;font-weight:700 !important;padding:1px 6px;border-radius:999px !important;flex:none;}
.cc-scope .app-main{padding:14px 16px;}
.cc-scope .app-main-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px;}
.cc-scope .app-main-head strong{font-size:0.9rem !important;color:var(--navy) !important;}
.cc-scope .app-main-head span{font-size:0.7rem !important;color:var(--muted) !important;}
.cc-scope .msg-row{display:flex;gap:9px;margin:14px 0;}
.cc-scope .msg-row .app-avatar-sm{width:28px;height:28px;font-size:0.6rem !important;}
.cc-scope .msg-row strong{font-size:0.78rem !important;color:var(--navy) !important;}
.cc-scope .msg-row time{font-size:0.66rem !important;color:var(--muted) !important;margin-left:6px;font-weight:500 !important;}
.cc-scope .msg-row p{font-size:0.76rem;color:var(--muted) !important;margin-top:2px;}
.cc-scope .float-callout{position:absolute;z-index:2;background:#fff !important;border-radius:14px !important;box-shadow:var(--shadow-sm) !important;padding:14px 16px;display:flex;align-items:flex-start;gap:10px;max-width:190px;border:1px solid var(--line);}
.cc-scope .float-callout .ic{width:32px;height:32px;border-radius:9px !important;background:var(--teal-tint) !important;color:var(--teal-dark) !important;display:flex;align-items:center;justify-content:center;flex:none;}
.cc-scope .float-callout .ic svg{width:16px;height:16px;}
.cc-scope .float-callout.orange .ic{background:var(--orange-tint) !important;color:var(--orange) !important;}
.cc-scope .float-callout strong{font-size:0.8rem !important;color:var(--navy) !important;line-height:1.4 !important;font-weight:700 !important;}
.cc-scope .video-shell{display:flex;gap:10px;}
.cc-scope .video-rail{display:flex;flex-direction:column;gap:16px;padding:16px 6px;color:var(--muted) !important;flex:none;}
.cc-scope .video-rail div{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:0.58rem !important;font-weight:600 !important;}
.cc-scope .video-rail svg{width:16px;height:16px;}
.cc-scope .video-frame{flex:1;position:relative;background:linear-gradient(160deg,#0E3550,#0A2038) !important;border-radius:14px !important;overflow:hidden;min-height:270px;margin:10px 12px 10px 0;}
.cc-scope .video-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;color:#fff !important;font-size:0.76rem !important;font-weight:600 !important;position:relative;z-index:2;}
.cc-scope .video-topbar .icons{display:flex;gap:10px;color:#B9CBD6 !important;}
.cc-scope .video-topbar svg{width:13px;height:13px;}
.cc-scope .video-person{position:absolute;inset:0;width:100%;height:100%;}
.cc-scope .video-pip{position:absolute;bottom:60px;right:14px;width:64px;height:52px;border-radius:9px !important;background:#123C58 !important;border:2px solid #1C4E70;overflow:hidden;z-index:2;}
.cc-scope .video-pip svg{position:absolute;inset:0;width:100%;height:100%;}
.cc-scope .video-controls{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:2;}
.cc-scope .vctrl{width:32px;height:32px;border-radius:50% !important;background:rgba(255,255,255,0.14) !important;color:#fff !important;display:flex;align-items:center;justify-content:center;}
.cc-scope .vctrl.end{background:#E5484D !important;}
.cc-scope .vctrl svg{width:14px;height:14px;}
.cc-scope .consult-card{position:absolute;z-index:2;background:#fff !important;border-radius:14px !important;box-shadow:var(--shadow-sm) !important;border:1px solid var(--line);padding:13px 16px;display:flex;align-items:center;gap:12px;}
.cc-scope .consult-card .ok{width:26px;height:26px;border-radius:50% !important;background:#E1F6EA !important;color:#1E8A5F !important;display:flex;align-items:center;justify-content:center;flex:none;}
.cc-scope .consult-card .ok svg{width:13px;height:13px;}
.cc-scope .consult-card strong{display:block;font-size:0.8rem !important;color:var(--navy) !important;}
.cc-scope .consult-card span{display:block;font-size:0.72rem !important;color:var(--muted) !important;}
.cc-scope .ref-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #F1F4F6;}
.cc-scope .ref-row:last-child{border:0;}
.cc-scope .ref-row .sq{width:32px;height:32px;border-radius:9px !important;display:flex;align-items:center;justify-content:center;flex:none;}
.cc-scope .ref-row .sq svg{width:15px;height:15px;}
.cc-scope .ref-row .info{min-width:0;}
.cc-scope .ref-row .info strong{display:block;font-size:0.8rem !important;color:var(--navy) !important;}
.cc-scope .ref-row .info span{font-size:0.7rem !important;color:var(--muted) !important;}
.cc-scope .ref-row .pill{margin-left:auto;flex:none;}
.cc-scope .pill{font-size:0.64rem !important;font-weight:700 !important;padding:4px 10px;border-radius:999px !important;white-space:nowrap !important;}
.cc-scope .pill-progress{background:#FDEFD9 !important;color:#B4700F !important;}
.cc-scope .pill-done{background:#E1F6EA !important;color:#1E8A5F !important;}
.cc-scope .pill-pending{background:#EEF1F3 !important;color:#6B7785 !important;}
.cc-scope .appform{padding:20px 22px 22px;}
.cc-scope .appform-badges{display:flex;align-items:center;gap:10px;background:var(--surface-alt) !important;border-radius:10px !important;padding:10px 14px;margin-bottom:14px;}
.cc-scope .appform-badges .b{display:flex;align-items:center;gap:6px;font-size:0.8rem !important;font-weight:700 !important;color:var(--navy) !important;}
.cc-scope .appform-badges .b svg{width:15px;height:15px;color:var(--teal-dark) !important;flex:none;}
.cc-scope .appform-badges .sep{width:1px;height:16px;background:var(--line) !important;flex:none;}
.cc-scope .appform-note{display:flex;gap:6px;font-size:0.78rem !important;color:var(--muted) !important;margin-bottom:16px;align-items:flex-start;line-height:1.5 !important;}
.cc-scope .appform-note svg{width:14px;height:14px;color:var(--teal-dark) !important;flex:none;margin-top:2px;}
.cc-scope .appform-note strong{color:var(--teal-dark) !important;font-weight:700 !important;}
.cc-scope .appform-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.cc-scope .appform-field{margin-bottom:14px;}
.cc-scope .appform-field label{display:block;font-size:0.76rem !important;font-weight:700 !important;color:var(--navy) !important;margin-bottom:6px;}
.cc-scope .appform-field label .req{color:#D64545 !important;}
.cc-scope .appform-field label .opt, .cc-scope .appform-field label .count{font-weight:500 !important;color:var(--muted) !important;float:right;}
.cc-scope .appform-help{font-size:0.7rem !important;color:var(--muted) !important;margin:-8px 0 8px;}
.cc-scope .appform-input{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:9px !important;padding:10px 12px;font-size:0.8rem !important;color:var(--muted) !important;background:#fff !important;}
.cc-scope .appform-input svg{width:15px;height:15px;color:var(--muted) !important;flex:none;}
.cc-scope .appform-input .chevron{margin-left:auto;color:var(--muted) !important;flex:none;}
.cc-scope .appform-input .ls-ic{width:20px;height:20px;border-radius:6px !important;background:var(--teal-tint) !important;color:var(--teal-dark) !important;display:flex;align-items:center;justify-content:center;flex:none;}
.cc-scope .appform-input .ls-ic svg{width:11px;height:11px;color:var(--teal-dark) !important;}
.cc-scope .appform-pill{display:flex;align-items:center;gap:8px;background:var(--teal-tint) !important;color:var(--teal-dark) !important;border-radius:9px !important;padding:9px 12px;font-size:0.8rem !important;font-weight:600 !important;}
.cc-scope .appform-pill svg{width:14px;height:14px;flex:none;}
.cc-scope .appform-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.cc-scope .appform-time{font-size:0.8rem !important;color:var(--navy) !important;font-weight:700 !important;}
.cc-scope .appform-time span{color:var(--muted) !important;font-weight:500 !important;margin:0 6px;}
.cc-scope .appform-btn{background:linear-gradient(160deg,#2FC3DB,var(--teal)) !important;color:#fff !important;font-weight:700 !important;font-size:0.82rem !important;padding:10px 20px;border-radius:9px !important;display:inline-flex;align-items:center;gap:8px;flex:none;}
.cc-scope .appform-btn svg{width:14px;height:14px;}
.cc-scope #hco .side-row.active{background:#E3F8FA !important;color:#0D98BA !important;}
.cc-scope #hco .side-row.active svg{color:#0D98BA !important;}
.cc-scope #hco .app-tabrow span.active{color:#0D98BA !important;border-color:#0D98BA !important;}
.cc-scope #hco .float-callout .ic{background:#E3F8FA !important;color:#0D98BA !important;}
.cc-scope #hcc .app-title svg, .cc-scope #hcc .appform-badges .b svg, .cc-scope #hcc .appform-note svg, .cc-scope #hcc .appform-note strong, .cc-scope #hcc .appform-input .ls-ic, .cc-scope #hcc .appform-pill{color:#0D98BA !important;}
.cc-scope #hcc .appform-badges{justify-content:center;}
.cc-scope #hcc .btn-mini{background:#0D98BA !important;}
.cc-scope #hcc .appform-input .ls-ic{background:#E3F8FA !important;}
.cc-scope #hcc .appform-pill{background:#E3F8FA !important;}
.cc-scope #hcc .appform-btn{background:linear-gradient(160deg,#2DC8D8,#0D98BA) !important;}
.cc-scope #lounge .app-title svg, .cc-scope #lounge .appform-badges .b svg, .cc-scope #lounge .appform-note svg, .cc-scope #lounge .appform-note strong, .cc-scope #lounge .appform-input .ls-ic, .cc-scope #lounge .appform-pill{color:#0D98BA !important;}
.cc-scope #lounge .btn-mini{background:#0D98BA !important;}
.cc-scope #lounge .appform-input .ls-ic{background:#E3F8FA !important;}
.cc-scope #lounge .appform-pill{background:#E3F8FA !important;}
.cc-scope #lounge .appform-btn{background:linear-gradient(160deg,#2DC8D8,#0D98BA) !important;}
.cc-scope #hcx .app-title svg, .cc-scope #hcx .appform-badges .b svg, .cc-scope #hcx .appform-note svg, .cc-scope #hcx .appform-note strong, .cc-scope #hcx .appform-input .ls-ic, .cc-scope #hcx .appform-pill{color:#0D98BA !important;}
.cc-scope #hcx .btn-mini{background:#0D98BA !important;}
.cc-scope #hcx .appform-input .ls-ic{background:#E3F8FA !important;}
.cc-scope #hcx .appform-pill{background:#E3F8FA !important;}
.cc-scope #hcx .appform-btn{background:linear-gradient(160deg,#2DC8D8,#0D98BA) !important;}
.cc-scope #hcx .ref-row .sq{background:#E3F8FA !important;color:#0D98BA !important;}
.cc-scope #hcx .float-callout .ic{background:#E3F8FA !important;color:#0D98BA !important;}
.cc-scope .lounge-stage{display:flex;flex-direction:column;align-items:center;gap:20px;}
.cc-scope .lounge-phone{position:relative;z-index:1;width:240px;max-width:100%;background:var(--navy) !important;border-radius:26px !important;padding:8px;box-shadow:var(--shadow) !important;}
.cc-scope .lounge-phone .screen{background:#fff !important;width:100%;border-radius:18px !important;overflow:hidden;padding:16px 12px 12px;display:flex;flex-direction:column;}
.cc-scope .ls-topbar{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.cc-scope .ls-back{position:absolute;left:0;width:24px;height:24px;border-radius:8px !important;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--navy) !important;flex:none;}
.cc-scope .ls-back svg{width:12px;height:12px;}
.cc-scope .ls-topbar strong{font-size:0.76rem !important;color:var(--navy) !important;font-weight:800 !important;}
.cc-scope .ls-badges{display:flex;align-items:center;background:var(--surface-alt) !important;border-radius:10px !important;padding:8px 4px;margin-bottom:12px;gap:6px;}
.cc-scope .ls-badge{display:flex;align-items:center;gap:5px;flex:1;justify-content:center;font-size:0.54rem !important;font-weight:700 !important;color:var(--navy) !important;}
.cc-scope .ls-badge svg{width:12px;height:12px;flex:none;}
.cc-scope .ls-badge.teal svg{color:var(--teal-dark) !important;}
.cc-scope .ls-badge.orange svg{color:var(--orange) !important;}
.cc-scope .ls-sep{width:1px;height:18px;background:var(--line) !important;flex:none;}
.cc-scope .ls-privacy{display:flex;align-items:flex-start;gap:5px;font-size:0.54rem !important;line-height:1.5 !important;color:var(--muted) !important;margin-bottom:12px;}
.cc-scope .ls-privacy svg{width:11px;height:11px;color:var(--teal-dark) !important;flex:none;margin-top:1px;}
.cc-scope .ls-privacy strong{color:var(--teal-dark) !important;font-weight:700 !important;}
.cc-scope .ls-segment{display:flex;border-radius:10px !important;background:var(--surface-alt) !important;padding:3px;margin-bottom:14px;}
.cc-scope .ls-segment span{flex:1;text-align:center !important;padding:8px 0;border-radius:8px !important;font-size:0.6rem !important;font-weight:700 !important;}
.cc-scope .ls-segment .active{background:var(--teal) !important;color:#fff !important;}
.cc-scope .ls-segment .inactive{color:var(--navy) !important;}
.cc-scope .ls-label{font-size:0.58rem !important;font-weight:700 !important;color:var(--navy) !important;margin-bottom:6px;}
.cc-scope .ls-label .req{color:#D64545 !important;}
.cc-scope .ls-label .opt{font-weight:500 !important;color:var(--muted) !important;}
.cc-scope .ls-input{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:10px !important;padding:9px 10px;font-size:0.56rem !important;color:var(--muted) !important;margin-bottom:12px;}
.cc-scope .ls-input svg{width:12px;height:12px;color:var(--muted) !important;flex:none;}
.cc-scope .ls-input .chevron{margin-left:auto;}
.cc-scope .ls-input .ls-ic{width:18px;height:18px;border-radius:5px !important;background:var(--teal-tint) !important;color:var(--teal-dark) !important;display:flex;align-items:center;justify-content:center;flex:none;}
.cc-scope .ls-input .ls-ic svg{width:10px;height:10px;color:var(--teal-dark) !important;}
.cc-scope .ls-duration{display:flex;align-items:center;gap:6px;background:var(--teal-tint) !important;color:var(--teal-dark) !important;border-radius:9px !important;padding:8px 10px;font-size:0.56rem !important;font-weight:600 !important;}
.cc-scope .ls-duration svg{width:11px;height:11px;flex:none;}
.cc-scope .ls-footer{border-top:1px solid var(--line);margin-top:14px;padding-top:12px;text-align:center !important;}
.cc-scope .ls-start-event{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;background:#AFD6DC !important;color:#fff !important;border-radius:10px !important;padding:10px 0;font-size:0.64rem !important;font-weight:700 !important;margin-bottom:8px;}
.cc-scope .ls-start-event svg{width:12px;height:12px;}
.cc-scope .ls-hint{font-size:0.48rem !important;color:var(--muted) !important;}
.cc-scope .ls-label-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px;}
.cc-scope .ls-label-row .ls-label{margin-bottom:0;}
.cc-scope .ls-counter{font-size:0.48rem !important;color:var(--muted) !important;font-weight:600 !important;flex:none;}
.cc-scope .ls-help{font-size:0.5rem !important;color:var(--muted) !important;line-height:1.4 !important;margin:-1px 0 8px;}
.cc-scope .ls-help svg{width:10px;height:10px;color:var(--muted) !important;flex:none;margin-right:3px;vertical-align:-1px;}
.cc-scope .ls-inline-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;}
.cc-scope .ls-select-sm{display:flex;align-items:center;gap:5px;background:var(--surface-alt) !important;border-radius:8px !important;padding:7px 9px;font-size:0.56rem !important;font-weight:700 !important;color:var(--navy) !important;}
.cc-scope .ls-select-sm svg{width:11px;height:11px;color:var(--teal-dark) !important;flex:none;}
.cc-scope .ls-select-sm .chevron{color:var(--muted) !important;margin-left:2px;}
.cc-scope .ls-daterow{display:flex;align-items:center;justify-content:space-between;gap:6px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:11px 2px;margin-bottom:12px;font-size:0.58rem !important;color:var(--navy) !important;font-weight:700 !important;}
.cc-scope .ls-daterow svg{width:12px;height:12px;color:var(--muted) !important;}
.cc-scope .ls-daterow .left{display:flex;align-items:center;gap:6px;}
.cc-scope .ls-timerow{display:flex;align-items:center;gap:8px;margin-bottom:auto;}
.cc-scope .ls-timebox{flex:1;background:var(--surface-alt) !important;border-radius:9px !important;padding:8px 10px;}
.cc-scope .ls-timebox .lbl{display:block;font-size:0.44rem !important;color:var(--muted) !important;font-weight:700 !important;letter-spacing:0.04em !important;text-transform:uppercase !important;margin-bottom:2px;}
.cc-scope .ls-timebox strong{font-size:0.7rem !important;color:var(--navy) !important;}
.cc-scope .ls-dur{font-size:0.48rem !important;color:var(--muted) !important;flex:none;}
.cc-scope .join-bar{background:#fff !important;border-radius:14px !important;box-shadow:var(--shadow) !important;border:1px solid var(--line);padding:12px 16px;display:flex;align-items:center;gap:12px;max-width:260px;}
.cc-scope .avatar-stack{display:flex;flex:none;}
.cc-scope .avatar-stack .app-avatar-sm{margin-left:-9px;border:2px solid #fff;}
.cc-scope .avatar-stack .app-avatar-sm:first-child{margin-left:0;}
.cc-scope .join-bar .txt strong{display:block;font-size:0.8rem !important;color:var(--navy) !important;}
.cc-scope .join-bar .txt span{font-size:0.7rem !important;color:var(--muted) !important;}
.cc-scope .join-bar > svg{width:14px;height:14px;color:var(--orange) !important;margin-left:auto;flex:none;}
.cc-scope .stack-scroller{position:relative;height:260vh;}
.cc-scope .stack-sticky{position:sticky;top:96px;padding-bottom:8px;}
.cc-scope .module-stack{max-width:940px;margin:0 auto;display:flex;flex-direction:column;align-items:center;}
.cc-scope .stack-card{width:100%;background:#fff !important;border-radius:26px !important;border:1px solid var(--line);margin-top:-22px;z-index:1;box-shadow:0 10px 22px -16px rgba(12,42,69,0.16) !important;transform:scale(0.94);transform-origin:top center;transition:transform .4s cubic-bezier(.4,0,.2,1), box-shadow .3s ease;overflow:hidden;will-change:transform;}
.cc-scope .stack-card:first-child{margin-top:0;}
.cc-scope .stack-card.active{transform:scale(1);z-index:2;box-shadow:0 22px 46px -20px rgba(12,42,69,0.28) !important;}
.cc-scope .stack-header{width:100%;display:flex;align-items:center;gap:16px;padding:22px 28px;background:none !important;border:0;text-align:left !important;cursor:pointer;font-family:var(--font-heading) !important;font-size:var(--fs-body-lg) !important;font-weight:600 !important;color:var(--navy) !important;}
.cc-scope .stack-header:hover{color:var(--teal-dark) !important;}
.cc-scope .stack-header:hover .stack-icon{transform:scale(1.06);}
.cc-scope .stack-icon{width:40px;height:40px;border-radius:12px !important;display:flex;align-items:center;justify-content:center;flex:none;transition:transform .2s ease;}
.cc-scope .stack-icon svg{width:19px;height:19px;}
.cc-scope .stack-icon.teal{background:var(--teal-tint) !important;color:var(--teal-dark) !important;}
.cc-scope .stack-icon.blue{background:#E9F1FC !important;color:#3E6FC0 !important;}
.cc-scope .stack-icon.purple{background:#E3F8FA !important;color:#0D98BA !important;}
.cc-scope .stack-icon.orange{background:var(--orange-tint) !important;color:var(--orange) !important;}
.cc-scope .stack-panel{display:none;padding:4px 28px 34px;}
.cc-scope .stack-card.active .stack-panel{display:block;}
.cc-scope .stack-card.active .stack-header{border-bottom:1px solid var(--line);}
.cc-scope .stack-panel .module-grid{grid-template-columns:1fr 1.05fr;gap:44px;align-items:center;padding-top:28px;}
.cc-scope .module-num.blue{color:#3E6FC0 !important;}
.cc-scope .module-num.blue::after{background:#3E6FC0 !important;}
.cc-scope .module-num.purple{color:#0D98BA !important;}
.cc-scope .module-num.purple::after{background:#0D98BA !important;}
.cc-scope .module-tagline.blue{color:#3E6FC0 !important;}
.cc-scope .module-tagline.purple{color:#0D98BA !important;}
.cc-scope .link-arrow.blue{color:#3E6FC0 !important;}
.cc-scope .link-arrow.purple{color:#0D98BA !important;}
.cc-scope .solution-dark{background:radial-gradient(120% 160% at 12% 0%, #0E3D5C 0%, var(--navy-deep) 55%), var(--navy-deep) !important;}
.cc-scope .solution-dark .eyebrow{color:#7FD3E0 !important;}
.cc-scope .solution-dark .eyebrow::before{background:#7FD3E0 !important;}
.cc-scope .solution-dark h2{color:#fff !important;}
.cc-scope .solution-dark h2 .accent{color:#4FD5E8 !important;}
.cc-scope .solution-dark .lede{color:#9FB0C2 !important;}
.cc-scope .solution-dark .stack-card{background:var(--navy-deep) !important;border-color:rgba(255,255,255,0.12) !important;}
.cc-scope .solution-dark .stack-card.active .stack-header{border-bottom-color:rgba(255,255,255,0.12) !important;}
.cc-scope .solution-dark .stack-header{color:#fff !important;}
.cc-scope .solution-dark .stack-header:hover{color:#4FD5E8 !important;}
.cc-scope .solution-dark .module-copy h3{color:#fff !important;}
.cc-scope .solution-dark .module-tagline{color:#7FD3E0 !important;}
.cc-scope .solution-dark .check-list li{color:#9FB0C2 !important;}
.cc-scope .solution-dark .link-arrow{color:#4FD5E8 !important;}
.cc-scope .solution-dark .mock-blob{background:radial-gradient(circle, rgba(20,155,180,0.18), rgba(20,155,180,0) 70%) !important;}
.cc-scope .solution-dark .mock-blob.orange{background:radial-gradient(circle, rgba(239,155,71,0.18), rgba(239,155,71,0) 70%) !important;}
.cc-scope .logo-rail{display:flex;flex-direction:column;gap:18px;padding-left:8px;border-left:1px solid var(--line);}
.cc-scope .logo-rail .brand{font-family:var(--font-heading) !important;font-weight:700 !important;font-size:var(--fs-body-lg) !important;color:var(--navy) !important;opacity:0.72 !important;letter-spacing:0.01em !important;}
.cc-scope .logo-rail .brand small{display:block;font-family:var(--font-body) !important;font-weight:500 !important;font-size:var(--fs-eyebrow) !important;color:var(--muted) !important;opacity:1 !important;letter-spacing:0.06em !important;text-transform:uppercase !important;margin-top:2px;}
.cc-scope .logo-rail .more{font-size:var(--fs-caption) !important;color:var(--muted) !important;font-weight:500 !important;}
.cc-scope .integration-visual{display:grid;grid-template-columns:1.5fr 0.9fr;gap:22px;align-items:center;}
.cc-scope .integration-visual > *{min-width:0;}
.cc-scope .device-mock{position:relative;height:300px;}
.cc-scope .laptop{position:absolute;left:0;top:6%;width:78%;background:var(--navy) !important;border-radius:12px 12px 3px 3px !important;padding:10px 10px 16px;box-shadow:var(--shadow) !important;}
.cc-scope .laptop .screen{background:#fff !important;border-radius:6px !important;padding:12px;height:150px;display:flex;flex-direction:column;gap:7px;}
.cc-scope .laptop .screen .row{display:flex;gap:7px;}
.cc-scope .laptop .screen .row i{flex:1;height:34px;border-radius:6px !important;background:var(--surface-alt) !important;}
.cc-scope .laptop .screen .bar{height:7px;border-radius:4px !important;background:var(--teal-tint) !important;width:70%;}
.cc-scope .laptop-base{height:9px;background:#0A2038 !important;margin-top:2px;border-radius:0 0 8px 8px !important;}
.cc-scope .tablet-mock{position:absolute;right:0;bottom:0;width:38%;background:#fff !important;border:6px solid var(--navy);border-radius:16px !important;box-shadow:var(--shadow) !important;padding:10px;}
.cc-scope .tablet-mock .row{display:flex;gap:6px;margin-bottom:6px;}
.cc-scope .tablet-mock .row i{flex:1;height:22px;border-radius:5px !important;background:var(--surface-alt) !important;}
.cc-scope .tablet-mock .bar{height:6px;border-radius:3px !important;background:var(--teal-tint) !important;}
.cc-scope .tablet-mock .bar + .bar{margin-top:6px;width:65%;}
.cc-scope .testi-wrap{max-width:760px;margin:0 auto;position:relative;}
.cc-scope .testi-viewport{position:relative;min-height:330px;}
.cc-scope .testi-slide{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;opacity:0 !important;visibility:hidden;transition:opacity .5s ease;pointer-events:none;}
.cc-scope .testi-slide.active{opacity:1 !important;visibility:visible;pointer-events:auto;}
.cc-scope .testi-card{background:#E7EDF3 !important;border-radius:14px !important;width:100%;padding:clamp(28px,5vw,44px) clamp(28px,6vw,64px);text-align:center !important;position:relative;box-sizing:border-box;}
.cc-scope .testi-card::after{content:"";position:absolute;left:50%;bottom:-13px;transform:translateX(-50%);width:24px;height:24px;background:#E7EDF3 !important;clip-path:polygon(0 0,100% 0,50% 100%);}
.cc-scope .testi-card blockquote{margin:0;font-family:var(--font-body) !important;font-style:italic !important;font-weight:400 !important;font-size:var(--fs-lede) !important;line-height:1.6 !important;color:var(--ink) !important;}
.cc-scope .testi-person{text-align:center !important;margin-top:40px;}
.cc-scope .testi-person strong{display:block;font-family:var(--font-heading) !important;font-size:var(--fs-h4) !important;color:var(--teal-dark) !important;font-weight:700 !important;margin-bottom:4px;}
.cc-scope .testi-person span{font-size:var(--fs-body-sm) !important;color:var(--navy) !important;}
.cc-scope .testi-nav{position:absolute;top:50%;transform:translateY(-50%);background:none !important;border:0;color:var(--muted) !important;padding:8px;cursor:pointer;z-index:2;}
.cc-scope .testi-nav svg{width:22px;height:22px;}
.cc-scope .testi-prev{left:-52px;}
.cc-scope .testi-next{right:-52px;}
.cc-scope .testi-dots{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:36px;}
.cc-scope .testi-dots span{width:8px;height:8px;border-radius:50% !important;background:#CFDEE3 !important;cursor:pointer;transition:background .2s ease,transform .2s ease;flex:none;}
.cc-scope .testi-dots span.active{background:var(--teal) !important;transform:scale(1.2);}
.cc-scope .testimonials-dark{background:radial-gradient(120% 160% at 85% 0%, #0E3D5C 0%, var(--navy-deep) 55%), var(--navy-deep) !important;}
.cc-scope .testimonials-dark .eyebrow{color:#7FD3E0 !important;}
.cc-scope .testimonials-dark .eyebrow::before{background:#7FD3E0 !important;}
.cc-scope .testimonials-dark h2{color:#fff !important;}
.cc-scope .testimonials-dark h2 .accent{color:#4FD5E8 !important;}
.cc-scope .testimonials-dark .lede{color:#9FB0C2 !important;}
.cc-scope .testimonials-dark .testi-card{background:var(--navy-deep) !important;}
.cc-scope .testimonials-dark .testi-card::after{background:var(--navy-deep) !important;}
.cc-scope .testimonials-dark .testi-card blockquote{color:#fff !important;}
.cc-scope .testimonials-dark .testi-person strong{color:#4FD5E8 !important;}
.cc-scope .testimonials-dark .testi-person span{color:#9FB0C2 !important;}
.cc-scope .testimonials-dark .testi-nav{color:#9FB0C2 !important;}
.cc-scope .testimonials-dark .testi-dots span{background:rgba(255,255,255,0.25) !important;}
.cc-scope .capabilities{position:relative;overflow:hidden;}
.cc-scope .capabilities::before, .cc-scope .capabilities::after{content:"";position:absolute;width:150px;height:150px;background-image:radial-gradient(circle, rgba(20,155,180,0.35) 1.6px, transparent 1.6px) !important;background-size:18px 18px !important;pointer-events:none;}
.cc-scope .capabilities::before{top:24px;left:24px;}
.cc-scope .capabilities::after{bottom:24px;right:24px;}
.cc-scope .cap-blob{position:absolute;border-radius:50% !important;filter:blur(2px);pointer-events:none;background:radial-gradient(circle, rgba(20,155,180,0.14), rgba(20,155,180,0) 70%) !important;}
.cc-scope .cap-blob.b1{width:340px;height:340px;top:-120px;left:-140px;}
.cc-scope .cap-blob.b2{width:300px;height:300px;bottom:-120px;right:-120px;}
.cc-scope .cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:1;}
.cc-scope .cap-card{background:#fff !important;border:1px solid var(--line);border-radius:20px !important;overflow:hidden;box-shadow:var(--shadow-sm) !important;display:flex;flex-direction:column;transition:transform .2s ease, box-shadow .2s ease;}
.cc-scope .cap-card:hover{transform:translateY(-4px);box-shadow:var(--shadow) !important;}
.cc-scope .cap-head{position:relative;height:168px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);background-image:radial-gradient(circle, rgba(13,152,186,.32) 1px, transparent 1.6px),
                      linear-gradient(180deg, var(--teal-tint) 0%, #fff 90%) !important;background-size:16px 16px, 100% 100% !important;}
.cc-scope .cap-num{position:absolute;top:16px;right:20px;font-size:var(--fs-body-sm) !important;font-weight:700 !important;color:var(--teal-dark) !important;}
.cc-scope .cap-ic{width:76px;height:76px;border-radius:50% !important;flex:none;background:#fff !important;color:var(--teal-dark) !important;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 26px rgba(20,155,180,.22) !important;}
.cc-scope .cap-ic svg{width:32px;height:32px;stroke-width:1.7;}
.cc-scope .cap-ic.img-ic{width:148px;height:148px;background:transparent !important;box-shadow:none !important;}
.cc-scope .cap-ic.img-ic img{width:100%;height:100%;object-fit:contain;display:block;}
.cc-scope .cap-dark .cap-head{border-bottom-color:rgba(255,255,255,0.1) !important;background-image:radial-gradient(circle, rgba(79,213,232,.22) 1px, transparent 1.6px),
                      linear-gradient(180deg, rgba(255,255,255,.06) 0%, var(--navy-deep) 90%) !important;}
.cc-scope .cap-dark .cap-ic{background:var(--navy-deep) !important;color:#4FD5E8 !important;box-shadow:0 12px 26px rgba(0,0,0,.4) !important;}
.cc-scope .cap-dark .cap-num{color:#4FD5E8 !important;}
.cc-scope .cap-dark{background:radial-gradient(120% 160% at 85% 0%, #0E3D5C 0%, var(--navy-deep) 55%), var(--navy-deep) !important;}
.cc-scope .cap-dark .eyebrow{color:#7FD3E0 !important;}
.cc-scope .cap-dark .eyebrow::before{background:#7FD3E0 !important;}
.cc-scope .cap-dark h2{color:#fff !important;}
.cc-scope .cap-dark h2 .accent{color:#4FD5E8 !important;}
.cc-scope .cap-dark .lede{color:#9FB0C2 !important;}
.cc-scope .cap-dark .cap-card{background:var(--navy-deep) !important;border-color:rgba(255,255,255,0.12) !important;}
.cc-scope .cap-dark .cap-card h4{color:#fff !important;}
.cc-scope .cap-dark .cap-card p{color:#9FB0C2 !important;}
.cc-scope .cap-dark .cap-card .link-arrow{color:#4FD5E8 !important;}
.cc-scope .cap-frame{position:relative;background:#fff !important;border:2.5px solid var(--navy);box-sizing:border-box;}
.cc-scope .cap-frame.phone{width:82px;height:138px;border-radius:15px !important;padding:14px 8px 8px;}
.cc-scope .cap-frame.phone::before{content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);width:5px;height:5px;border-radius:50% !important;background:var(--navy) !important;}
.cc-scope .cap-frame.laptop{width:152px;height:96px;border-radius:8px !important;padding:9px 10px;}
.cc-scope .cap-frame.laptop::after{content:"";position:absolute;left:-18px;right:-18px;bottom:-9px;height:7px;background:var(--navy) !important;border-radius:0 0 5px 5px !important;}
.cc-scope .cap-row{height:6px;border-radius:3px !important;background:#E3EAEE !important;margin-bottom:5px;}
.cc-scope .cap-row.w80{width:80%;}
.cc-scope .cap-row.w60{width:58%;}
.cc-scope .cap-row.full{width:100%;}
.cc-scope .cap-row.teal{background:var(--teal) !important;}
.cc-scope .cap-bubble{height:15px;border-radius:7px !important;margin-bottom:6px;}
.cc-scope .cap-bubble.left{width:78%;background:#E3EAEE !important;}
.cc-scope .cap-bubble.right{width:64%;margin-left:auto;background:var(--teal) !important;}
.cc-scope .cap-badge{position:absolute;width:32px;height:32px;border-radius:50% !important;background:var(--teal) !important;color:#fff !important;display:flex;align-items:center;justify-content:center;border:3px solid #F5F8FA;box-shadow:0 6px 14px rgba(20,155,180,.35) !important;z-index:1;}
.cc-scope .cap-badge svg{width:15px;height:15px;}
.cc-scope .cap-badge.orange{background:var(--orange) !important;box-shadow:0 6px 14px rgba(217,131,38,.35) !important;}
.cc-scope .cap-badge.bottom-right{bottom:-8px;right:-8px;}
.cc-scope .cap-badge.top-right{top:-8px;right:-8px;}
.cc-scope .cap-net{position:relative;width:112px;height:110px;}
.cc-scope .cap-net svg.links{position:absolute;top:0;left:0;width:100%;height:100%;}
.cc-scope .cap-net .node{position:absolute;width:28px;height:28px;border-radius:50% !important;display:flex;align-items:center;justify-content:center;color:#fff !important;}
.cc-scope .cap-net .node svg{width:14px;height:14px;}
.cc-scope .cap-net .node.center{top:41px;left:42px;background:var(--teal) !important;width:32px;height:32px;z-index:1;}
.cc-scope .cap-net .node.n1{top:0;left:8px;background:var(--navy) !important;}
.cc-scope .cap-net .node.n2{top:6px;right:0;background:var(--orange) !important;}
.cc-scope .cap-net .node.n3{bottom:0;left:38px;background:var(--teal-dark) !important;}
.cc-scope .cap-wave{display:flex;align-items:flex-end;gap:3px;height:26px;margin-bottom:10px;}
.cc-scope .cap-wave span{width:4px;border-radius:2px !important;background:var(--teal) !important;}
.cc-scope .cap-chart{display:flex;align-items:flex-end;gap:6px;height:38px;}
.cc-scope .cap-chart span{width:11px;border-radius:2px 2px 0 0 !important;background:#DCE6EA !important;}
.cc-scope .cap-chart span.hi{background:var(--teal) !important;}
.cc-scope .cap-card .body{padding:20px 26px 26px;flex:1;display:flex;flex-direction:column;}
.cc-scope .cap-card h4{margin-bottom:8px;}
.cc-scope .cap-card p{color:var(--muted) !important;font-size:var(--fs-body-sm);line-height:1.55;margin-bottom:16px;}
.cc-scope .cap-card .link-arrow{color:var(--teal-dark) !important;font-weight:600 !important;margin-top:auto;}
.cc-scope .faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:20px;}
.cc-scope .faq-item{background:#F7FAFC !important;border-radius:6px !important;box-shadow:0 4px 40px rgba(0,0,0,.06) !important;position:relative;}
.cc-scope .faq-item.open{border-left:3px solid var(--teal);}
.cc-scope .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:none !important;border:0;text-align:left !important;font-family:var(--font-heading) !important;font-size:var(--fs-body-lg) !important;font-weight:500 !important;color:var(--navy) !important;cursor:pointer;}
.cc-scope .faq-q .chev{width:20px;height:20px;color:var(--navy) !important;flex:none;transition:transform .2s ease,color .2s ease;}
.cc-scope .faq-item.open .faq-q .chev{transform:rotate(180deg);color:var(--teal) !important;}
.cc-scope .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.cc-scope .faq-item.open .faq-a{max-height:420px;}
.cc-scope .faq-a-inner{border-top:1px solid #E2E8F0;margin:0 18px;padding:14px 0 18px;color:#2D3748 !important;font-size:var(--fs-body) !important;line-height:var(--lh-body) !important;}
.cc-scope .faq-a-inner ul{margin-top:14px;padding-left:20px;display:flex;flex-direction:column;gap:10px;}
.cc-scope .faq-a-inner li{list-style:disc;}
.cc-scope .faq-more{text-align:center !important;margin-top:32px;}
.cc-scope .faq-more p{color:var(--muted) !important;font-size:var(--fs-body-sm);margin-bottom:16px;}
.cc-scope #resources{position:relative;overflow:hidden;}
.cc-scope #resources .center .eyebrow::before{display:inline-block;}
.cc-scope #resources .center .eyebrow::after{content:"";width:18px;height:2px;border-radius:2px !important;background:var(--teal) !important;display:inline-block;}
.cc-scope .resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.cc-scope .resource-card{border-radius:18px !important;border:1px solid var(--line);background:var(--surface-alt) !important;box-shadow:var(--shadow-sm) !important;display:flex;flex-direction:column;transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;position:relative;overflow:hidden;}
.cc-scope .resource-card:hover{box-shadow:var(--shadow) !important;transform:translateY(-4px);border-color:rgba(20,155,180,0.4) !important;}
.cc-scope .resource-card .body{padding:0 22px 26px;position:relative;margin-top:-30px;z-index:2;}
.cc-scope .resource-card h4{color:var(--navy) !important;margin-bottom:6px;}
.cc-scope .resource-card p{color:var(--muted) !important;font-size:var(--fs-body-sm);line-height:1.55;margin-bottom:16px;}
.cc-scope .resource-card .link-arrow{color:var(--teal-dark) !important;font-weight:600 !important;}
.cc-scope .resource-media{position:relative;aspect-ratio:1586/992;overflow:hidden;background:#F5F8FA !important;}
.cc-scope .resource-media img{width:100%;height:100%;object-fit:cover;display:block;}
.cc-scope .resource-media::after{content:"";position:absolute;left:0;right:0;bottom:0;height:60%;background:linear-gradient(to top, var(--surface-alt) 0%, rgba(239,246,248,0) 100%) !important;}
.cc-scope .cta{background:radial-gradient(120% 160% at 85% 0%, #0E3D5C 0%, var(--navy-deep) 55%), var(--navy-deep) !important;border-radius:28px !important;padding:clamp(40px,6vw,64px) clamp(32px,6vw,72px);display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;}
.cc-scope .cta .eyebrow{color:#7FD3E0 !important;}
.cc-scope .cta h2{color:#fff !important;max-width:520px;}
.cc-scope .cta-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap;}
.cc-scope .cta .link-arrow{color:#B9E4EB !important;}
.cc-scope footer{background:var(--navy-deep) !important;color:#F7FAFC !important;}
.cc-scope .footer-main{padding:56px 0 40px;}
.cc-scope .footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.2fr 1fr;gap:32px;}
.cc-scope .footer-brand-col{display:flex;flex-direction:column;gap:20px;}
.cc-scope .footer-brand-col .logo-img{max-width:170px;}
.cc-scope .footer-badges{display:flex;gap:12px;}
.cc-scope .footer-badges img{width:60px;height:60px;border-radius:8px !important;}
.cc-scope .footer-contact{display:flex;flex-direction:column;gap:18px;font-size:var(--fs-body) !important;color:#F7FAFC !important;}
.cc-scope .footer-contact .fc-label{display:flex;align-items:center;gap:8px;font-weight:700 !important;color:#fff !important;margin-bottom:6px;}
.cc-scope .footer-contact .ic{display:inline-flex;width:16px;height:16px;color:#fff !important;flex:none;}
.cc-scope .footer-contact .label{color:#fff !important;font-weight:700 !important;}
.cc-scope .footer-contact .fc-value{display:block;color:#F7FAFC !important;line-height:1.5 !important;}
.cc-scope .footer-contact a{color:#F7FAFC !important;}
.cc-scope .footer-contact a:hover{color:var(--teal) !important;}
.cc-scope .foot-col h5{font-size:var(--fs-body);color:#F7FAFC !important;margin-bottom:18px;}
.cc-scope .foot-col h5 a{font-size:inherit !important;color:inherit !important;}
.cc-scope .foot-col h5 a:hover{color:var(--teal) !important;}
.cc-scope .foot-col ul{display:flex;flex-direction:column;gap:12px;}
.cc-scope .foot-col a{font-size:var(--fs-body) !important;color:#CBD5E0 !important;display:flex;align-items:center;gap:6px;transition:color .15s ease;}
.cc-scope .foot-col a:hover{color:var(--teal) !important;}
.cc-scope .foot-col a svg{width:9px;height:9px;flex:none;}
.cc-scope .footer-divider{border-top:1px solid rgba(153,153,153,.29);}
.cc-scope .footer-bottom{padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.cc-scope .footer-bottom .copyright{font-size:var(--fs-caption) !important;color:#F7FAFC !important;margin-bottom:10px;max-width:56ch;}
.cc-scope .footer-legal{display:flex;gap:16px;flex-wrap:wrap;}
.cc-scope .footer-legal a{font-size:var(--fs-caption) !important;color:#CBD5E0 !important;}
.cc-scope .footer-legal a:hover{color:var(--teal) !important;}
.cc-scope .footer-store{display:flex;gap:12px;align-items:center;}
.cc-scope .footer-store img{height:36px;width:auto;display:block;}
.cc-scope .footer-social{display:flex;gap:10px;}
.cc-scope .footer-social a{width:30px;height:30px;border-radius:10% !important;background:var(--teal) !important;color:#fff !important;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease;}
.cc-scope .footer-social a:hover{background:#fff !important;color:var(--teal) !important;}
.cc-scope .footer-social svg{width:14px;height:14px;}
.cc-scope .footer-disclaimer{background:#F7FAFC !important;padding:32px 0;}
.cc-scope .footer-disclaimer h4{font-size:var(--fs-body);color:var(--navy) !important;margin-bottom:12px;}
.cc-scope .footer-disclaimer p{font-size:var(--fs-caption);color:#2D3748 !important;line-height:1.6;margin-bottom:10px;}
.cc-scope .footer-disclaimer p:last-child{margin-bottom:0;}
@media (max-width:1120px){
  .cc-scope .topbar{display:none;}
  .cc-scope .nav-links{gap:20px;font-size:var(--fs-body-sm) !important;}
}
@media (max-width:880px){
  .cc-scope .nav-links{display:none;}
}
@media (max-width:980px){
  .cc-scope .hero{flex-direction:column;align-items:stretch;gap:0;padding:0 clamp(20px,4vw,48px);}
  .cc-scope .hero-copy{width:auto;max-width:680px;margin-left:0;padding:40px 0 24px;}
  .cc-scope .hero-visual{flex:none;align-self:auto;aspect-ratio:631/833;max-width:460px;margin:0 auto 40px;}
  .cc-scope .hero-photo-img{border-radius:20px !important;}
  .cc-scope .split{grid-template-columns:1fr;grid-template-rows:none;}
  .cc-scope .split-head, .cc-scope .split-copy, .cc-scope .split-visual, .cc-scope .split.reverse .split-head, .cc-scope .split.reverse .split-copy, .cc-scope .split.reverse .split-visual{grid-column:1;grid-row:auto;}
  .cc-scope .split-visual{margin-top:48px;}
  .cc-scope .problem-visual, .cc-scope .device-mock{width:100%;max-width:460px;margin:0 auto;}
  .cc-scope .problem-icons{grid-template-columns:repeat(3,1fr);row-gap:26px;}
  .cc-scope .connect-grid{grid-template-columns:1fr;gap:6px;}
  .cc-scope .connector{flex-direction:column;height:130px;min-height:0;padding:12px 0;}
  .cc-scope .connector-line{left:50%;right:auto;top:0;bottom:0;height:auto;width:2px;background:linear-gradient(to bottom, transparent, #E3EAEE 18%, #E3EAEE 82%, transparent) !important;}
  .cc-scope .connector-line.top{left:calc(50% - 4px);top:0;}
  .cc-scope .connector-line.bottom{left:calc(50% + 4px);top:0;}
  .cc-scope .connector-dot{left:50%;top:12px;transform:translate(-50%,-50%);}
  .cc-scope .connector-dot.a{left:calc(50% - 4px);top:12px;animation-name:connector-flow-a-y;}
  .cc-scope .connector-dot.b{left:calc(50% + 4px);top:12px;animation-name:connector-flow-b-y;}
  .cc-scope .connect-hub{max-width:560px;margin:0 auto;}
  .cc-scope .connect-feature{border-right:0;padding:0;max-width:none;}
  .cc-scope .connect-features{flex-direction:column;align-items:center;gap:24px;}
  .cc-scope .stats-grid{grid-template-columns:repeat(2,1fr);row-gap:36px;}
  .cc-scope .stat + .stat::before{display:none;}
  .cc-scope .resource-grid{grid-template-columns:repeat(2,1fr);}
  .cc-scope .cap-grid{grid-template-columns:repeat(2,1fr);}
  .cc-scope .integration-visual{grid-template-columns:1fr;}
  .cc-scope .logo-rail{flex-direction:row;flex-wrap:wrap;border-left:0;border-top:1px solid var(--line);padding:20px 0 0;}
  .cc-scope .footer-grid{grid-template-columns:1fr 1fr;}
  .cc-scope .footer-brand-col{grid-column:1 / -1;}
  .cc-scope .testi-nav{display:none;}
  .cc-scope .module-grid{grid-template-columns:1fr;gap:64px;}
  .cc-scope .module-grid.reverse .module-copy, .cc-scope .module-grid.reverse .module-visual{order:initial;}
  .cc-scope .stack-panel .module-grid{grid-template-columns:1fr;gap:36px;padding-top:20px;}
  .cc-scope .stack-header{padding:18px 20px;font-size:var(--fs-body) !important;}
  .cc-scope .stack-panel{padding:0 20px 26px;}
  .cc-scope .module-visual{max-width:460px;width:100%;margin:0 auto;}
  .cc-scope .app-window{transform:none !important;}
  .cc-scope .join-bar{position:static;margin-top:20px;max-width:100%;}
  .cc-scope .lounge-stage{height:auto;padding-bottom:24px;}
}
.cc-scope .hero-doctor, .cc-scope .hero-text-scrim{display:none;}
@media (max-width:767px){
  .cc-scope .hero{position:relative;overflow:hidden;min-height:640px;padding-top:0;background:var(--cc-hero-bg) center/cover no-repeat !important;}
  .cc-scope .hero::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;background:linear-gradient(to bottom, rgba(26,54,93,0) 0%, rgba(26,54,93,0) 48%, rgba(26,54,93,0.08) 54%, rgba(26,54,93,0.22) 62%, rgba(26,54,93,0.55) 70%, #1A365D 78%, #1A365D 100%) !important;pointer-events:none;}
  .cc-scope .hero-visual{display:none;}
  .cc-scope .hero-badge{display:none;}
  .cc-scope .hero-doctor{display:none;}
  .cc-scope .hero-text-scrim{display:block;position:absolute;inset:0;background:linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.68) 48%, rgba(255,255,255,0.3) 64%, rgba(255,255,255,0) 78%) !important;-webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 34%, transparent 48%);mask-image:linear-gradient(to bottom, #000 0%, #000 34%, transparent 48%);z-index:1;pointer-events:none;}
  .cc-scope .hero-copy{position:relative;z-index:2;padding-top:28px;padding-bottom:48px;}
  .cc-scope .hero-actions, .cc-scope .hero-features{position:relative;z-index:2;}
  .cc-scope .hero-actions{margin-top:16px;}
  .cc-scope .hero-feature .ic{background:rgba(79,213,232,0.16) !important;border:1px solid rgba(127,211,224,0.4);}
  .cc-scope .hero-feature .ic img{filter:brightness(0) invert(1);}
  .cc-scope .hero-feature span{color:#fff !important;}
}
@media (max-width:640px){
  .cc-scope .nav-links{display:none;}
  .cc-scope .hero-actions{flex-direction:column;align-items:stretch;}
  .cc-scope .hero-actions .btn{justify-content:center;}
  .cc-scope .hero-features{gap:18px 20px;}
  .cc-scope .logo-img{max-width:150px;}
  .cc-scope .nav-cta{padding:0.6rem 1.05rem;font-size:var(--fs-caption) !important;}
  .cc-scope .nav-cta svg{width:14px;height:14px;}
  .cc-scope .hub-items{flex-wrap:wrap;row-gap:26px;}
  .cc-scope .hub-item{border-right:0;flex:0 0 auto;width:calc(50% - 8px);}
  .cc-scope .hub-item .ic{width:56px;height:56px;}
  .cc-scope .connect-list{gap:11px;}
  .cc-scope .stats-grid{grid-template-columns:1fr;}
  .cc-scope .resource-grid{grid-template-columns:1fr;}
  .cc-scope .cap-grid{grid-template-columns:1fr;}
  .cc-scope .cta{flex-direction:column;align-items:flex-start;}
  .cc-scope .footer-grid{grid-template-columns:1fr;}
  .cc-scope .footer-bottom{flex-direction:column;align-items:flex-start;}
  .cc-scope .module-tabs{justify-content:flex-start;overflow-x:auto;}
  .cc-scope .mtab{padding:12px 14px;white-space:nowrap !important;}
  .cc-scope .app-body{grid-template-columns:1fr;}
  .cc-scope .app-sidebar{display:none;}
  .cc-scope .stack-scroller{height:auto;}
  .cc-scope .stack-sticky{position:static;top:auto;padding-bottom:0;}
  .cc-scope .stack-card{transform:none !important;margin-top:20px;box-shadow:var(--shadow-sm) !important;}
  .cc-scope .stack-card:first-child{margin-top:0;}
  .cc-scope .stack-panel{display:block !important;}
  .cc-scope .stack-card .stack-header{cursor:default;border-bottom:1px solid var(--line);}
  .cc-scope .stack-card .stack-header:hover{color:var(--navy) !important;}
  .cc-scope .stack-card .stack-header:hover .stack-icon{transform:none;}
}